@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Arimo|Exo+2|Rubik');

* {
    font-family: 'Exo 2', sans-serif;
}

.header {
    background-image: url("../img/bg_header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.color_bg {
    opacity: 0.9;
    background-color: #003b23;
}

.logo {
    display: inline-block;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

.nav_bar {
    padding-left: 0;
    display: inline-block;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
}

.nav_bar li {
    display: inline-block;
    margin-right: 35px;
}

.nav_bar li:last-of-type {
    margin-right: 0;
}

.nav_bar li:last-of-type a {
    padding-right: 0;
}

.nav_bar li a {
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    text-decoration: none;
    padding: 15px;
    -webkit-transition: .25s;
    transition: .25s;
}

.nav_bar li a:hover {
    -webkit-transition: .25s;
    transition: .25s;
    color: #f26e23;
}

.title_hed_text {
    padding-right: 100px;
}

.title_hed_text h3 {
    font-family: 'Exo 2', sans-serif;
    font-size: 38px;
    font-weight: 900;
    color: white;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
}

.title_hed_text h3:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 170px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}

.title_hed_text h3 span {
    color: #f26e23;
}

.title_hed_text p {
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.hamburger {
    display: none;
}

.header_bottom {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 110px;
}

.title_hed_pictur {
    position: relative;
}

.title_hed_pictur i {
    position: absolute;
    left: 45px;
    top: 40px;
    border: 1px #fff solid;
    display: inline-block;
    height: 500px;
    width: 400px;
    border-radius: 15px;
    z-index: 5;
}

.title_hed_pictur .pictur {
    display: inline-block;
    height: 500px;
    width: 400px;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 10;
}

.text-sec1 {
    padding: 50px;
    padding-top: 0;
}

.text-sec1 h2 {
    font-family: 'Exo 2', sans-serif;
    color: #6d737f;
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 32px;
    margin-bottom: 32px;
    position: relative;
}

.text-sec1 h2:after {
    /* ╨У╤А╨░╨┤╨╕╨╡╨╜╤В */
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f36222;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f36222), color-stop(100%, #f9a337));
    background: -webkit-linear-gradient(left, #f36222 0%, #f9a337 100%);
    background: linear-gradient(to right, #f36222 0%, #f9a337 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36222', endColorstr='#f9a337', GradientType=1);
    content: "";
    display: block;
    /* ╨Т╨╝╨╡╤Б╤В╨╛ ╤В╨╛╨╗╤Й╨╕╨╜╤Л */
    height: 2px;
    width: 68px;
}

.text-sec1 p {
    color: #29363b;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}

.pic-sec1 {
    position: relative;
}

.pic-sec1 > div {
    width: 487px;
    height: 297px;
    border-radius: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    position: relative;
    margin: 0 auto;
}

.pic-sec1 > i {
    position: absolute;
    right: 25px;
    top: -35px;
    display: inline-block;
    height: 200px;
    width: 200px;
    border-radius: 15px;
    background-color: #9cbdff; /*#d8eaf4; */
    z-index: 5;
}

.pic-sec2 {
    position: relative;
}

.pic-sec2 > div {
    width: 487px;
    height: 297px;
    border-radius: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    position: relative;
    margin: 0 auto;
}

.pic-sec2 > i {
    position: absolute;
    right: 25px;
    top: -35px;
    display: inline-block;
    height: 200px;
    width: 200px;
    border-radius: 15px;
    background-color: #9cbdff; /*#d8eaf4; */
    z-index: 5;
}


.main_sect1 {
    padding-top: 75px;
    /* padding-bottom: 15px;*/
}

.main_sect2 {
    background-color: #efefef; /*#f4f5f5; */
}

.element_pdf {
    padding: 30px 40px;
    background-color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.element_pdf h2 {
    color: #1a1c1f;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Exo 2', sans-serif;
    text-align: left;
    position: relative;
    margin-bottom: 25px;
    line-height: 23px;
}

.element_pdf h2 span {
    background-color: #fff;
    position: relative;
    top: 2px;
    padding-right: 2px;
}

.element_pdf h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px #ccc dashed;
}

.element_pdf h2 i {
    float: right;
    background-color: #fff;
    position: relative;
    top: 2px;
    padding-left: 2px;
    font-style: normal;
    color: #1a1c1f;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.element_pdf .item:first-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.element_pdf .item:first-of-type i {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 75px;
    width: 75px;
}

.element_pdf .item:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.element_pdf .item:last-of-type a:first-of-type {
    margin-right: 18px;
    background-color: #f26e23;
    border-radius: 2px;
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 18px;
    padding-left: 75px;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
    position: relative;
}

.element_pdf .item:last-of-type a:first-of-type:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 68px;
    width: 50px;
    left: 0;
    display: inline-block;
    left: 8px;
    top: -17px;
    background-image: url("img/pdf.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.element_pdf .item:last-of-type a:first-of-type:hover {
    -webkit-transition: .25s;
    transition: .25s;
    opacity: 0.8;
}

.element_pdf .item:last-of-type a:last-of-type {
    color: #fff;
    background-color: #68ae44;
    border-radius: 2px;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 18px;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
}

.element_pdf .item:last-of-type a:last-of-type:hover {
    -webkit-transition: .25s;
    transition: .25s;
    opacity: 0.8;
}

.element_pdf .item_text {
    text-align: left;
    padding: 0 10px;
}

.element_pdf .item_text p {
    color: #999;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
}

.sec2_pgf {
    display: none;
}

.sec2_nav {
    padding: 40px 0;
}

.sec2_nav a, .sec2_nav button {
    display: inline-block;
    color: #29363b;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    padding: 10px 20px;
    margin-right: 20px;
    line-height: 20px;
    text-decoration: none;
    position: relative;
    border: 0;
    outline: none;
}

.sec2_nav a:before, .sec2_nav button:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #29363b;
    right: 0;
    top: 10px;
}

.sec2_nav a:last-of-type:before, .sec2_nav button:last-of-type:before {
    display: none;
}

.sec2_nav a.active, .sec2_nav button.active {
    color: #f26e23;
}

.dropdown-item {
    display: inline-block;
    position: relative;
    float: right;
}

.dropdown-list {
    display: inline-block;
    position: relative;
}

.dropdown-list ul {
    margin: 0;
    position: absolute;
    top: calc(100% + 1px);
    z-index: 3;
    background-color: #e6e6e6;
    border: 1px solid #cdcdcd;
    left: 0;
    right: 0;
    padding-left: 0px;
    display: none;
    max-height: 300px;
    width: 100%;
}

.dropdown-list ul li {
    text-align: center;
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.dropdown-list ul li:hover {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background-color: #fff;
}

.dropdown-list ul li a {
    color: #666;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: inline-block;
    border: 0;
}

.dropdown-list button {
    outline: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 25px;
    position: relative;
    border: 1px solid #e4e4e5;
    background-color: #e4e4e5;
    border-radius: 22px;
    color: #7d8289;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.dropdown-list button i {
    margin-right: 7px;
}

.dropdown-list button:before {
    position: absolute;
    content: '\f107';
    font-family: "FontAwesome";
    right: 9px;
    top: 11px;
    color: #000;
    font-size: 14px;
}

.sec2_pgf {
    text-align: center;
}

.sec2_pgf > button {
    color: #333;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 12px 30px;
    background-color: #cdcdcd;
    border-radius: 22px;
    -webkit-transition: .25s;
    transition: .25s;
    border: 0;
    outline: none;
}

.sec2_pgf > button:hover {
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #f9a337;
    color: #fff;
}

.main_sect3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 75px;
}

.main_sect3 a {
    color: #fff;
    text-decoration: none;
}

.main_sect3 .text_info h3 {
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
}

.main_sect3 .text_info p {
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 35px;
}

.main_sect3 .text_info .text_info_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.main_sect3 .text_info .text_info_item p {
    display: inline-block;
    float: left;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.main_sect3 .text_info .text_info_item p:first-of-type {
    width: 108px;
}

.mat-label {
    display: block;
    font-size: 16px;
    -webkit-transform: translateY(34px);
    -ms-transform: translateY(34px);
    transform: translateY(34px);
    color: #ccc;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 12px;
}

.mat-label i {
    margin-right: 10px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mat-input {
    position: relative;
    background: transparent;
    border: 0;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 100%;
    outline: none;
    padding: 8px 0;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}

.mat-div {
    padding: 0 20px;
    position: relative;
}

.is-active .mat-label {
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.is-active .mat-label i {
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.is-completed .mat-label {
    font-size: 14px;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    color: white;
}

.mat_textarea.mat-div {
    margin-top: 20px;
}

textarea {
    resize: none;
}

.mat-div:first-of-type {
    width: calc(50% - (2px));
    display: inline-block;
}

.mat-div:nth-child(2) {
    width: calc(50% - (2px));
    display: inline-block;
}

.main_form button {
    margin-top: 20px;
    margin-left: 20px;
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    border: 2px #f36222 solid;
    padding: 12px 30px;
    border-radius: 22px;
    outline: none;
}

.main_form button:hover {
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #f9a337;
    color: #fff;
}

#map {
    display: inline-block;
    height: 575px;
    width: 100%;
}

.footer {
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #25507b /*#021b3d*/;
}

.footer .left_footer p {
    opacity: 0.4;
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.footer .mid_footer {
    text-align: center;
}

.footer .mid_footer ul {
    padding-left: 0;
}

.footer .mid_footer ul li {
    display: inline-block;
    margin-right: 30px;
}

.footer .mid_footer ul li a {
    text-decoration: none;
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .25s;
    transition: .25s;
}

.footer .mid_footer ul li a:hover {
    -webkit-transition: .25s;
    transition: .25s;
    color: #f9a337;
}

.footer .right_footer {
    text-align: right;
}

.footer .right_footer a {
    opacity: 0.4;
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    text-decoration: none;
}

.footer .right_footer a:hover {
    opacity: 1;
}

.pic-sec1 {
    min-height: 270px;
}

@media (max-width: 1200px) {
    .title_hed_pictur i {
        left: -45px;
    }
}

@media (max-width: 991px) {
    .header_bottom .title_hed:before {
        width: 290px;
        height: 290px;
        margin-left: -145px;
    }

    .main_sect1 {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .text-sec1 {
        padding: 20px;
    }

    .pic-sec1 {
        margin-bottom: 20px;
    }

    .main_sect3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main_sect3 .text_info h3 {
        margin-bottom: 15px;
    }

    .main_sect3 .text_info p {
        margin-bottom: 15px;
    }

    .main_sect3 .text_info {
        padding-left: 35px;
    }

    .footer .mid_footer ul li {
        display: inline-block;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 5px;
    }

    .title_hed_pictur i {
        left: 45px;
    }
}

@media (max-width: 768px) {
    .title_hed_text {
        padding-right: 15px;
    }

    .element_pdf {
        padding: 15px;
        width: 100%;
    }

    .pic-sec1 > div {
        width: 290px;
        height: 350px;
        border-radius: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 10;
        position: relative;
        margin: 0 auto;
    }

    .pic-sec1 > i {
        display: none;
    }

    .title_hed_text h3 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .title_hed_pictur i {
        display: none;
    }

    .header_bottom {
        color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .title_hed_pictur .pictur {
        display: inline-block;
        height: 400px;
        width: 290px;
        border-radius: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 10;
    }

    .header_bottom .title_hed h2 {
        font-size: 25px;
    }

    .dropdown-item {
        display: inline-block;
        position: relative;
        float: none;
        margin-bottom: 15px;
    }

    .sec2_nav a, .sec2_nav button {
        margin-bottom: 15px;
    }

    .sec2_nav {
        padding: 40px 0;
        padding-bottom: 25px;
    }

    .element_pdf {
        padding: 15px 20px;
        display: inline-block;
        background-color: #fff;
        margin-bottom: 20px;
    }

    .element_pdf .item:last-of-type {
        min-height: 80px;
    }

    .element_pdf .item_text {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .footer .right_footer {
        text-align: center;
    }

    .footer .left_footer {
        text-align: center;
    }

    .footer {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #021b3d;
    }

    .hamburger {
        display: inline-block;
        float: right;
        padding: 20px 25px;
    }

    .nav_bar li:last-of-type a {
        padding-right: 5px;
    }

    .nav_bar {
        height: auto;
        max-width: none;
        position: absolute;
        left: 0;
        top: 155px;
        height: calc(100vh - 155px);
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 9999;
        padding-bottom: 10px;
        background-color: #02173b;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        padding: 15px;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .nav_bar li {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .nav_bar li a {
        width: 100%;
        display: inline-block;
        padding: 5px;
        -webkit-transition: .25px;
        transition: .25px;
        font-size: 25px;
    }

    .nav_bar li a:hover {
        -webkit-transition: .25s;
        transition: .25s;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .nav_bar.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.hamburger .line {
    width: 50px;
    height: 5px;
    background-color: #f9a337;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-11 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-11.active {
    -webkit-animation: smallbig 0.6s forwards;
    animation: smallbig 0.6s forwards;
}

@-webkit-keyframes smallbig {
    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes smallbig {
    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

#hamburger-11.active .line:nth-child(1),
#hamburger-11.active .line:nth-child(2),
#hamburger-11.active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#hamburger-11.active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-11.active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

#hamburger-11.active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

@media (max-width: 480px) {
    .mat-div:first-of-type {
        width: 100%;
        display: inline-block;
    }

    .mat-div:nth-child(2) {
        width: 100%;
        display: inline-block;
    }
}

div#scroll-top {
    position: fixed;
    right: 30px;
    bottom: -100px;
    width: 50px;
    height: 50px;
    background-image: -webkit-linear-gradient(top, #68ae44 0%, #68ae44 100%), -webkit-linear-gradient(top, #68ae44 0%, #68ae44 100%);
    background-image: linear-gradient(to bottom, #68ae44 0%, #68ae44 100%), linear-gradient(to bottom, #68ae44 0%, #68ae44 100%);
    border: 0;
    z-index: 9999;
    -webkit-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
    transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
    cursor: pointer;
}

div#scroll-top:before {
    content: '>';
    font-size: 45px;
    color: #fff;
    position: absolute;
    left: 11px;
    top: -7px;
    content: "\f102";
    font-family: "FontAwesome";
}

div#scroll-top.visible {
    bottom: 30px;
}

@media (max-width: 480px) {
    div#scroll-top.visible {
        bottom: 15px;
        right: 15px;
    }
}

.modal-content {
    background-image: -webkit-linear-gradient(top, #68ae44 0%, #68ae44 100%), -webkit-linear-gradient(top, #68ae44 0%, #68ae44 100%);
    background-image: linear-gradient(to bottom, #68ae44 0%, #68ae44 100%), linear-gradient(to bottom, #68ae44 0%, #68ae44 100%);
}

.modal-content .close {
    position: relative;
    top: -10px;
}

.modal-content .modal-header {
    border-bottom: 0;
}

.modal-content .modal-body h5 {
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.modal-content .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0;
}

.modal-content .btn-secondary {
    margin-right: 18px;
    background-color: #f36222;
    border-radius: 2px;
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 18px;
    text-decoration: none;
    border: 1px #fff solid;
    -webkit-transition: .25s;
    transition: .25s;
}

.modal-content .btn-secondary:hover {
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #f9a337;
    color: #fff;
}

.sec_gallary {
    padding: 25px 0;
}

.sec_gallary .item_gallary {
    margin: 15px 0;
}

.sec_gallary .item_gallary div {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
}

.sec_gallary .item_gallary div a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sec_gallary .item_gallary a:after {
    content: "";
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: .3s;
    position: absolute;
}

.sec_gallary .item_gallary a:hover:after {
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
}

/*# sourceMappingURL=style.css.map */

/******************************************************************/

.solar_ee_container {
    background-color: white;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
}

#main_sect5 .header {
    padding: 75px 15px;
}

.solar_ee_row {
}

.solar_ee_title {
    color: white;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding-inline: 15px;
    margin-bottom: 35px;
}

.solar_ee_subtitle {
    color: white;
    text-align: center;
    font-size: 16px;
    padding-inline: 15px;
    margin-bottom: 25px;
}

.solar_ee_impact_title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-inline: 15px;
    margin-bottom: 35px;
}

.solar_ee_impact_subtitle {
    text-align: center;
    font-size: 18px;
    padding-inline: 15px;
    margin-bottom: 25px;
}

.solar_ee_tile_l1 {
    font-weight: bolder;
    font-size: 20px;
}

.solar_ee_tile_l2 {
    font-size: 28px;
    font-weight: bold;
    color: #f26e23;
}

.solar_ee_tile_l3 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

ul.solar_ee_impact_ul {
    padding-inline-start: 15px;
    font-size: 16px;
}