@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

body {
    background: white;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    font-size: 14px;
}

a,
a:hover,
a:active {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

button,
button:hover,
button:focus {
    outline: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-wrapper {
    overflow: hidden;
}

.d-none {
    display: none !important;
}

.d-flex {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: -webkit-box;
    display: flex;
}

.justify-content-center {
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-items-center {
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

.title {
    color: #0b354b;
    font-size: 38px;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

.title::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 150px;
    background: #e6493e;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}

/* Top Bar */
.top-bar {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar .list-left {
    display: flex;
    align-items: center;
}

.top-bar .list-left li {
    display: flex;
    align-items: center;
    margin-right: 65px;
    color: #0b354b;
    font-weight: 300;
}

.top-bar .list-left li:last-of-type {
    margin-right: 0;
}

.top-bar .list-left li span {
    background: #f2f2f2;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 7px;
    width: 39px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .list-left li strong {
    margin-left: 3px;
}

.top-bar .list-left li strong > a {
    color: #0b354b;
}

.top-bar .list-left li strong > a:hover {
    color: #e6493e;
}

.top-bar .right-side {
    display: flex;
    align-items: center;
    padding: 0px 0;
    /*    padding-right: 45px;*/
}

.top-bar .right-side div {
    margin-right: 10px;
}

.top-bar .right-side div a {
    display: inline-block;
    margin: 0 1.5px;
}

.top-bar .right-side div a img {
    transition: all .5s ease-in-out;
}

.top-bar .right-side div a:hover img {
    transform: scale(1.2);
}

.top-bar .right-side span {
    font-weight: 300;
}

.top-bar .right-side span a {
    font-weight: 700;
    color: #0b354b;
}

.top-bar .right-side span a:hover {
    color: #e6493e;
}

/* End Top Bar */

/* Main Header */
.main-header {
    background: #0b354b;
    color: white;
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.main-header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .content .menu {
    display: flex;
    align-items: center;
    position: relative;
}

.main-header .content .menu ul {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.main-header .content .menu ul li {
    position: relative;
}

.main-header .content .menu ul li::before {
    content: '';
    position: absolute;
    height: 60px;
    width: 1px;
    border-radius: 50px;
    background: #0e6b95;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}

.main-header .content .menu ul li:first-of-type::before {
    display: none;
}

.main-header .content .menu ul li a {
    color: white;
    text-transform: capitalize;
    padding: 0 20px;
    font-size: 14.5px;
    font-weight: 500;
}

.main-header .content .menu ul li a:hover {
    color: #e6493e;
}

.main-header .content .menu .search {
    display: inline-block;
    background: #1188bc;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b354b;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
}

.main-header .content .menu .search::before {
    content: '';
    position: absolute;
    width: 0;
    height: 35px;
    border-radius: 50%;
    background: #e6493e;
    z-index: -1;
    top: 0;
    transition: all .3s ease-in-out;
}

.main-header .content .menu .search:hover {
    color: white;
}

.main-header .content .menu .search:hover::before {
    width: 100%;
}

.main-header .mobile-menu {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1188bc;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 20px;
    z-index: 2;
    display: none;
}

.main-header .mobile-menu::before {
    content: '';
    position: absolute;
    width: 0;
    height: 35px;
    border-radius: 50%;
    background: #e6493e;
    z-index: -1;
    top: 0;
    transition: all .3s ease-in-out;
}

.main-header .mobile-menu:hover::before {
    width: 100%;
}

.main-header .mobile-menu:hover {
    color: white;
}

.mobile-side {
    position: fixed;
    background: #0b354b;
    width: 300px;
    height: 100%;
    left: -300px;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    color: white;
    padding: 80px 40px 60px;
    overflow-y: scroll;
    transition: all .5s ease-in-out;
}

.open {
    left: 0;
}

.mobile-side .cross {
    position: absolute;
    top: 28px;
    right: 21px;
    cursor: pointer;
    font-size: 19px;
    transition: all .3s ease-in-out;
}

.mobile-side .cross:hover {
    color: rgb(230 73 62);
}

.mobile-side .search {
    position: relative;
}

.mobile-side .search input {
    height: 40px;
    padding-right: 50px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 25px;
    position: relative;
    transition: all .3s ease-in-out;
}

.mobile-side .search input:focus {
    outline: none;
    box-shadow: none;
}

.mobile-side .search i {
    position: absolute;
    right: 0;
    top: 28%;
    transform: translateY(-50%);
    font-size: 14px;
    cursor: pointer;
    background: #1188bc;
    width: 38px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.mobile-side .search i:hover {
    background: rgb(230 73 62);
}

.mobile-side .menu li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.mobile-side .menu li:first-of-type {
    padding-top: 0;
}

.mobile-side .menu li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.mobile-side .menu li a {
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.mobile-side .menu li a:hover {
    color: #e6493e;
}

.mobile-side .contact {
    margin-top: 30px;
}

.mobile-side h4 {
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.mobile-side h4::before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    background: rgb(230 73 62);
    bottom: 0;
}

.mobile-side .contact {
    margin-bottom: 30px;
}

.mobile-side .contact span {
    display: block;
    margin-bottom: 15px;
}

.mobile-side .contact span img {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.mobile-side .contact span a {
    color: white;
    transition: all .3s ease-in-out;
    font-weight: 500;
}

.mobile-side .follow a img {
    margin: 0 1.5px;
}

.mobile-side .follow a:first-of-type img {
    margin-left: 0;
}

.mobile-side .follow span {
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

.main-header .search-desktop {
    background-color: #0b354b;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 62px;
    transition-duration: 0.4s;
    width: 390px;
    z-index: 9999;
    height: 0px;
}

.showsearch {
    height: 85px !important;
}

.main-header .search-desktop .div {
    position: relative;
    margin: 20px 20px 25px;
}

.main-header .search-desktop .div input {
    width: 100%;
    padding: 10px;
}

.main-header .search-desktop .div input:focus {
    outline: none;
    box-shadow: none;
}

.main-header .search-desktop .div i {
    position: absolute;
    right: 13px;
    background: white;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    font-size: 17px;
    cursor: pointer;
}

/* End Main Header */

/* Main Slider */
.main-slider {
    height: 600px;
    position: relative;
}

.main-slider .slide {
    height: 600px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow-x: hidden;
    z-index: 1;
}

.main-slider .slide.over::before {
    /*
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/slider/2-Overlay.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -280px;
    z-index: -1;
*/
}

.main-slider .slide .shape {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/slider/2-Overlay.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -280px;
    z-index: -1;
}

.main-slider .slide .box {
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 125px;
}

.main-slider .slide .box h2 {
    font-size: 38px;
    font-weight: 600;
    max-width: 520px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.main-slider .slide .box p {
    max-width: 500px;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
    text-align-last: left;
}

.main-slider .owl-carousel .owl-dots.disabled,
.main-slider .owl-carousel .owl-nav.disabled {
    display: block;
}

.main-slider .owl-carousel .owl-nav.disabled {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    width: 100%;
}

.main-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}

.main-slider .owl-carousel .owl-nav button.owl-prev img {
    width: 72px;
}

.main-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -2px;
}

.main-slider .owl-carousel .owl-nav button.owl-next img {
    width: 70px;
}

.main-slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 40%;
    counter-reset: dots;
}

.main-slider .owl-carousel .owl-dots .owl-dot::before {
    counter-increment: dots;
    content: counter(dots);
    /*  margin:0px 5px;*/
    /*  padding:5px;*/
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    position: absolute;
    top: -10px;
    left: 20px;
}

.main-slider .owl-carousel .owl-dots .owl-dot:first-of-type::before {
    left: 0;
}

.main-slider .owl-carousel .owl-dots .owl-dot:first-of-type::after {
    content: '/';
    font-size: 14px;
    color: white;
    position: absolute;
    left: 10px;
    top: -10px;
}


.main-slider .owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #ffffff52;
    position: relative;
}

.main-slider .owl-carousel .owl-dots .owl-dot.active span {
    background: white;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    transition: all .5s ease-in-out;
    box-shadow: 0 3px 8px -2px #072735;
    animation: smoothScroll .7s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* End Main Slider */

/* About Section */
.about-section {
    padding-top: 80px;
    padding-bottom: 200px;
    position: relative;
}

.about-section::before {
    content: ' ';
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: red;
    top: -50px;
    background: url(../images/aboutUs/1-Background.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.about-section p {
    font-size: 16px;
    line-height: 1.8;
    color: white;
}

.about-section .about-text {
    padding-right: 0;
    padding-top: 60px;
}

.about-section .about-text p {
    text-align: justify;
    text-align-last: left;
}

.about-section .about-text p:first-of-type {
    margin-bottom: 30px;
}

.about-section .about-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* End About Section */

/* Division Section */
.division-section {
    /*    background: #308db1;*/
    position: relative;
    top: -110px;
    margin-bottom: -110px;

}

.division-section .title {
    margin-bottom: 50px;
    position: relative;
    top: 50px;
}

.division-section .child {
    background-size: cover;
    background-repeat: no-repeat !important;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding-left: 140px;
    padding-top: 170px;
}

.division-section .child h2 {
    color: white;
    font-weight: 600;
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 35px;
}

.division-section .child h2 span {
    font-size: 45px;
    font-weight: 400;
}

.division-section .child .flex {
    display: flex;
    align-items: center;
}

.division-section .child .flex .icon {
    background: #2e9599;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.division-section .child .flex .image-icon {
    margin-right: 20px;
}

.division-section .child .flex .image-icon img {
    width: 115px;
}

.division-section .child .flex .icon i {
    color: white;
    font-size: 43px;
}

.division-section .child .flex .text p {
    color: white;
    font-size: 16px;
    font-weight: 500;
    max-width: 380px;
    line-height: 1.5;
}


.division-section .owl-carousel .owl-dots.disabled,
.division-section .owl-carousel .owl-nav.disabled {
    display: block;
}


.division-section .owl-carousel .owl-nav.disabled {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}


.division-section .owl-carousel .owl-nav button.owl-next,
.division-section .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #0b354b;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    position: absolute;
}

.division-section .owl-carousel .owl-nav button.owl-prev {
    left: 60px;
}

.division-section .owl-carousel .owl-nav button.owl-next {
    right: 60px;
}

.division-section .owl-carousel .owl-nav button.owl-next i,
.division-section .owl-carousel .owl-nav button.owl-prev i {
    font-size: 18px;
    color: #e6493e;
}

.division-section .owl-carousel .owl-nav button.owl-next:hover,
.division-section .owl-carousel .owl-nav button.owl-prev:hover {
    background: #e6493e;
}

.division-section .owl-carousel .owl-nav button.owl-next:hover i,
.division-section .owl-carousel .owl-nav button.owl-prev:hover i {
    transition: all .3s ease-in-out;
    color: white;
}

.division-section .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 35px;
    right: 60px;
}

.division-section .owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.division-section .owl-carousel .owl-dots .owl-dot:first-of-type span {
    margin-left: 0;
}

.division-section .owl-carousel .owl-dots .owl-dot.active span {
    background: #e6493e;
}

/*
.division-section .slider-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 800px;
        background-color: red;
    background-image: url(../images/ourDivision/3-Image-overlay.png);
    background-size: cover;
        top: -100px
}
*/

/* End Division Section */


/* Earth Values Section */
.earth-values {
    padding-top: 80px;
    background-image: url(../images/earthValues/1-Background.png);
    background-size: cover;
    background-position: center;
    height: 1190px;
}

.earth-values .top-earth .text h2 {
    font-size: 28px;
    color: #e6493e;
    margin-bottom: 35px;
}

.earth-values .top-earth .text h4 {
    font-size: 18px;
    max-width: 415px;
    color: #0b354b;
    line-height: 1.5;
    font-weight: 700;
}

.earth-values .top-earth .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.earth-values .our-values {
    padding-top: 160px;
}

.earth-values .our-values .title {
    color: white;
}

.earth-values .our-values .text h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #168dd6;
    margin-top: 40px;
}

.earth-values .our-values .text span {
    line-height: 0;
    font-weight: 700;
    color: #168dd6;
}

.earth-values .our-values .text p {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
    color: white;
}

.earth-values .our-values .right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.earth-values .our-values .right img {
    margin: 0 15px;
}

.earth-values .our-values .right img:first-of-type {
    margin-left: 0;
    margin-right: 20px;
}

.earth-values .our-values .right img:last-of-type {
    margin-right: 0;
}

/* End Earth Values Section */

/* Team Section */
.team-section {
    padding: 60px 0 0;
    height: 665px;
    text-align: center;
    color: white;
    background-image: url(../images/team/1-Image.png);
    background-size: cover;
}

.team-section div h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.team-section div p {
    font-size: 15px;
    font-weight: 500;
    max-width: 520px;
    line-height: 1.7;
    margin: auto;
}

/* End Team Section */


/* Spotlight Section */
.spotlight-section {
    padding-top: 40px;
    background: url(../images/InSpotLight/1-Background.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 835px;
    overflow-x: hidden;
}

.spotlight-section .title {
    display: block;
    text-align: center;
    margin-bottom: 120px;
}

.spotlight-section .box {
    background: white;
    border: 1px solid rgb(209 209 209);
    border-radius: 12px;
    padding: 25px 25px 40px;
    box-shadow: 0 0 2px 1px rgb(237 237 237);
}

.spotlight-section .box h4 {
    color: #666666;
    font-weight: 700;
    font-size: 20px;
}

.spotlight-section .box h3 {
    font-weight: 700;
    font-size: 68px;
    color: #e6493e;
    margin: 5px 0;
}

.spotlight-section .box p {
    font-size: 15px;
    color: #666666;
    line-height: 1.5;
    font-weight: 400;
}

.spotlight-section .owl-carousel .owl-dots,
.spotlight-section .owl-carousel .owl-nav {
    display: block;
}

.spotlight-section .owl-carousel .owl-nav.disabled {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
}

.spotlight-section .owl-carousel .owl-nav button.owl-prev {
    margin-right: 180px;
}

.spotlight-section .owl-carousel .owl-nav button.owl-prev i,
.spotlight-section .owl-carousel .owl-nav button.owl-next i {
    font-size: 16px;
    transition: all .3s ease-in-out;
    color: #0b354b;
}

.spotlight-section .owl-carousel .owl-nav button.owl-prev:hover i,
.spotlight-section .owl-carousel .owl-nav button.owl-next:hover i {
    color: #e6493e;
}

.spotlight-section .owl-carousel .owl-dots {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spotlight-section .owl-carousel .owl-dots .owl-dot span {
    height: 2px;
    width: 80px;
    display: inline-block;
    background: #e6493e;
    opacity: .3;
}

.spotlight-section .owl-carousel .owl-dots .owl-dot.active span {
    opacity: 1;
}

/* End Spotlight Section */

/* Start partener Section */
.partener-section {
    padding: 100px 0 0;
    overflow-x: hidden;
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.partener-section .title {
    display: block;
    text-align: center;
    margin-bottom: 100px;
}

.partener-section .image-box {
    display: flex;
    align-content: center;
    justify-content: center;
    min-height: 120px;
}

.partener-section .image-box img {
    width: 100%;
    object-fit: contain;
}

.partener-section .owl-carousel .owl-dots,
.partener-section .owl-carousel .owl-nav {
    display: block;
}

.partener-section .owl-carousel .owl-dots {
    padding-top: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partener-section .owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #e6e6e6;
    border-radius: 50%;
    margin: 0 5px;
}

.partener-section .owl-carousel .owl-dots .owl-dot:first-of-type span {
    margin-left: 0;
}

.partener-section .owl-carousel .owl-dots .owl-dot:last-of-type span {
    margin-right: 0;
}

.partener-section .owl-carousel .owl-dots .owl-dot.active span {
    background: #e6493e;
}

.partener-section .owl-carousel .owl-nav button.owl-prev {
    margin-right: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #0b354b;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    position: relative;
    transition: all .3s ease-in-out;
}

.partener-section .owl-carousel .owl-nav button.owl-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #0b354b;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    position: relative;
    transition: all .3s ease-in-out;
}

.partener-section .owl-carousel .owl-nav button.owl-prev i,
.partener-section .owl-carousel .owl-nav button.owl-next i {
    font-size: 13px;
}


.partener-section .owl-carousel .owl-nav.disabled {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
}

.partener-section .owl-carousel .owl-nav button.owl-prev:hover,
.partener-section .owl-carousel .owl-nav button.owl-next:hover {
    background: #e6493e;
}

/* End partener Section */

/* Start Contact Section */
.contact-section {
    background: url(../images/footer/1-Background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 710px;
    padding-top: 290px;
}

.contact-section .title {
    margin-bottom: 80px;
    color: white;
}

.contact-section .contact-info {
    margin-bottom: 30px;
}

.contact-section .col-lg-4 {
    position: relative;
}

.contact-section .col-lg-4::before {
    content: '';
    position: absolute;
    left: -47px;
    height: 95%;
    width: 2px;
    background: #3a5c6e;
    top: 45%;
    transform: translateY(-50%);
}

.contact-section .col-lg-4:first-of-type::before {
    display: none;
}

.contact-section .contact-info .li {
    display: flex;
}

.contact-section .contact-info span {
    display: block;
    margin-bottom: 10px;
    color: white;
    font-weight: 300;
    font-size: 16.5px;
}

.contact-section .contact-info a {
    font-weight: 600;
    font-size: 16px;
    display: block;
    line-height: 1.5;
    color: white;
    transition: all .3s ease-in-out;
}


.contact-section .contact-info a:hover {
    color: #e6493e;
}

.contact-section .contact-info .li > div:nth-of-type(2) {
    padding-left: 15px;
    position: relative;
    padding-bottom: 30px;
}

.contact-section .contact-info .li > div:nth-of-type(2)::before {
    content: '';
    position: absolute;
    left: 54%;
    height: 2px;
    width: 235.63px;
    background: #3a5c6e;
    bottom: 0;
    transform: translateX(-50%);
}

.contact-section .col-lg-4:nth-of-type(2) .contact-info .li > div:nth-of-type(2)::before {
    left: 65%;
}

.contact-section .contact-info .li .img {
    position: relative;
    top: 2px;
}

.contact-section .contact-info:last-of-type .li > div:nth-of-type(2)::before {
    display: none;
}

/* End Contact Section */

/* Start Footer Section */
.footer-section .top-footer {
    padding: 60px 0 20px;
    background: #092f42;
    color: white;
}

.footer-section .top-footer .footer-box {
    margin-bottom: 30px;
}

.footer-section .top-footer .footer-box .logo {
    margin-bottom: 20px;
}

.footer-section .top-footer .footer-box p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 1.6;
    color: #516c7a;
}

.footer-section .top-footer .footer-box .head {
    font-weight: 700;
    font-size: 21.5px;
    padding-top: 20px;
    margin-bottom: 33px;
}

.footer-section .top-footer .footer-box ul li {
    margin-top: 20px;
}

.footer-section .top-footer .footer-box ul li a {
    font-size: 14px;
    color: white;
    transition: all .3s ease-in-out;
}

.footer-section .top-footer .footer-box ul li a:hover {
    color: #e6493e;
}

.footer-section .top-footer .footer-box .social {
    position: relative;
    top: -10px;
}

.footer-section .top-footer .footer-box .social img {
    transition: all .3s ease-in-out;
    margin-left: 5px;
}

.footer-section .top-footer .footer-box .social img:first-of-type {
    margin-left: 0;
}

.footer-section .top-footer .footer-box .social img:hover {
    transform: scale(1.2);
}

.footer-section .top-footer .footer-box .kayan {
    color: white;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    transition: all .3s ease-in-out;
    position: relative;
    top: -10px;
}

.footer-section .top-footer .footer-box .kayan:hover {
    color: #e6493e;
}

.footer-section .copyright {
    padding: 25px 0;
    background: #072735;
}

.footer-section .copyright p {
    color: #4e656f;
    font-size: 13px;
    font-weight: 700;
}

.footer-section .copyright .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* End Footer Section */

/* To Top */
.to-top {
    width: 40px;
    height: 40px;
    background: #e6493e;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .3s ease-in-out;
    position: fixed;
    bottom: 40px;
    right: 50px;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .16) !important;
    opacity: 0;
}

.scroll {
    opacity: 1;
}

.to-top::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 0;
    border-radius: 50%;
    bottom: 0;
    background: #0b354b;
    z-index: -1;
    transition: all .4s ease-in-out;
}

.to-top:hover::before {
    height: 100%;
}

/* End To Top */

/* Start Preloader */
.preloader-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(11 53 75);
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-bg .wave {
    width: 3px;
    height: 50px;
    background: linear-gradient(45deg, rgb(230 73 62), #fff);
    margin: 5px;
    animation: wave 1s linear infinite;
    border-radius: 20px;
}

.preloader-bg .wave:nth-child(2) {
    animation-delay: 0.1s;
}

.preloader-bg .wave:nth-child(3) {
    animation-delay: 0.2s;
}

.preloader-bg .wave:nth-child(4) {
    animation-delay: 0.3s;
}

.preloader-bg .wave:nth-child(5) {
    animation-delay: 0.4s;
}

.preloader-bg .wave:nth-child(6) {
    animation-delay: 0.5s;
}

.preloader-bg .wave:nth-child(7) {
    animation-delay: 0.6s;
}

.preloader-bg .wave:nth-child(8) {
    animation-delay: 0.7s;
}

.preloader-bg .wave:nth-child(9) {
    animation-delay: 0.8s;
}

.preloader-bg .wave:nth-child(10) {
    animation-delay: 0.9s;
}

@keyframes wave {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

/* End Preloader */


/* ======================== Start Responive Edits ======================== */
@media(max-width: 567px) {
    .top-bar {
        display: none;
    }

    .main-header .content .logo img {
        width: 130px;
    }

    .main-header .content .menu ul {
        display: none;
    }

    .main-header .content .menu .search {
        display: none;
    }

    .main-slider .slide.over::before,
    .main-slider .slide .shape {
        background: #2685af;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: .5;
    }

    .main-slider .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .main-slider .slide .box {
        left: 50%;
        top: 30%;
        transform: translate(-50%);
        text-align: center;
        width: 100%;
        padding: 0 25px;
    }

    .main-slider,
    .main-slider .slide {
        height: 80vh;
    }

    .main-slider .slide .box h2 {
        font-size: 20px;
        max-width: inherit;
    }

    .main-slider .slide .box p {
        font-size: 13px;
    }

    .main-slider .owl-carousel .owl-dots .owl-dot span {
        width: 30px;
    }

    .about-section .about-text {
        padding-top: 0;
        text-align: center;
    }

    .about-section p {
        font-size: 14px;
    }

    .about-section,
    .earth-values {
        padding-top: 60px;
    }

    .about-section .about-image img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 30px;
    }

    .earth-values .top-earth .text h2 {
        font-size: 23px;
        text-align: center;
    }

    .earth-values .top-earth .text h4 {
        font-size: 14px;
        text-align: center;
    }

    .earth-values .top-earth .image img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 30px;
    }

    .earth-values .our-values {
        padding-top: 30px;
        text-align: center;
    }

    .earth-values .our-values .text h2 {
        font-size: 25px;
    }

    .earth-values .our-values .text p {
        font-size: 14px;
    }

    .earth-values .our-values .right {
        flex-direction: column;
    }

    .earth-values {
        height: auto;
    }

    .earth-values .our-values .right img,
    .earth-values .our-values .right img:first-of-type {
        margin: 0;
    }

    .earth-values .our-values .right img {
        max-width: 90px;
        display: block;
        margin-bottom: 30px;
    }

    .earth-values .our-values .right img:first-of-type {
        margin-bottom: 30px !important;
    }

    .team-section div h3 {
        font-size: 28px;
    }

    .team-section div p {
        font-size: 14px;
    }

    .spotlight-section .title {
        margin-bottom: 60px;
        font-size: 30px;
    }

    .contact-section .title {
        margin-bottom: 60px;
    }

    .title::after {
        width: 100px;
    }

    .contact-section .contact-info span {
        font-size: 14.5px;
    }

    .contact-section .contact-info a {
        font-size: 14.5px;
    }

    .contact-section .contact-info .li > div:nth-of-type(2)::before {
        display: none;
    }

    .contact-section .col-lg-4::before {
        display: none;
    }

    .contact-section .contact-info .li > div:nth-of-type(2) {
        padding-bottom: 0;
    }

    .footer-section .top-footer .footer-box .head {
        font-size: 20px;
    }

    .footer-section .copyright .content {
        flex-direction: column;
        text-align: center;
    }

    .title {
        font-size: 29px;
    }

    .footer-section .copyright p {
        margin-bottom: 10px;
    }

    .footer-section .copyright p:last-of-type {
        margin-bottom: 0;
    }

    .about-section {
        background: rgb(230 73 62);
        padding: 60px 0;
    }

    .about-section::before {
        display: none;
    }

    .earth-values {
        background: #fff;
    }

    .earth-values .our-values .title {
        color: #0b354b;
        margin-bottom: 0;
    }

    .earth-values .our-values .text p {
        color: #0b354b;
        margin-bottom: 30px;
    }

    .team-section {
        height: 400px;
    }

    .contact-section {
        height: auto;
        padding-top: 60px;
        background: rgb(11 53 75);
        padding-bottom: 30px;
    }

    .partener-section {
        padding: 0;
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .partener-section .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .partener-section .owl-carousel .owl-dots {
        padding-top: 0px;
    }

    .partener-section .title {
        margin-bottom: 25px;
        margin-top: 10px;
    }

    .spotlight-section .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .spotlight-section .owl-carousel .owl-dots {
        padding: 30px 0;
    }

    .spotlight-section .owl-carousel .owl-dots .owl-dot span {
        width: 25px;
    }

    .main-header .mobile-menu {
        display: flex;
        top: -4px;
    }

    .spotlight-section .box h3 {
        font-size: 55px;
    }

    .spotlight-section {
        height: auto;
        background: none;
    }

    .partener-section .image-box img {
        max-width: 90%;
        height: auto;
    }

    .to-top {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .main-slider .slide .box p {
        text-align: center;
        text-align-last: center;
    }

    .about-section .about-text p {
        text-align: justify;
        text-align-last: center;
    }

    .footer-section .top-footer .footer-box .logo img {
        width: 160px;
    }

    .division-section .child {
        padding-left: 0;
        text-align: center;
    }

    .division-section .child h2,
    .division-section .child h2 span {
        font-size: 30px;
    }

    .division-section .child .flex {
        flex-direction: column;
    }

    .division-section .child .flex .icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .division-section .child .flex .image-icon {
        margin-bottom: 20px;
    }

    .division-section .child .flex .image-icon img {
        width: 70px;
    }

    .division-section .child .flex .text p {
        font-size: 14px;
    }

    .division-section .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .division-section .owl-carousel .owl-dots {
        justify-content: center;
        padding-top: 30px;
    }

    .division-section .title {
        text-align: center;
        display: block;
    }

    .division-section .child .flex .icon i {
        font-size: 27px;
    }

    .main-slider .owl-carousel .owl-dots .owl-dot::before,
    .main-slider .owl-carousel .owl-dots .owl-dot:first-of-type::after {
        display: none !important;
    }

    .main-slider .owl-carousel .owl-dots {
        left: 45%;
    }

    .division-section {
        position: static;
        top: 0;
        margin-bottom: 0;
    }

    .division-section .title {
        position: relative;
        margin-bottom: 50px;
        top: inherit;
    }

    .division-section {
        padding: 60px 0;
        /*        background: linear-gradient(0deg, rgba(22, 141, 214, 0.6), rgba(22, 141, 214, 0.6)), url(../images/ourDivision/1.png);*/
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }

    .division-section .child {
        padding: 50px 0;
        min-height: auto;
        background: linear-gradient(0deg, rgba(22, 141, 214, 0.6), rgba(22, 141, 214, 0.6)), url(../images/ourDivision/1.png) !important;
    }

    .division-section .owl-carousel .owl-dots {
        right: 50%;
        transform: translateX(-50%);
    }
}



@media(min-width: 567px) and (max-width: 768px) {

    .top-bar {
        display: none;
    }

    .main-header .content .menu ul {
        display: none;
    }

    .main-header .content .menu .search {
        display: none;
    }

    .main-header .mobile-menu {
        display: flex;
    }

    .main-slider .slide.over::before,
    .main-slider .slide .shape {
        background: #2685af;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: .5;
    }

    .main-slider .slide .box {
        left: 50%;
        top: 30%;
        transform: translate(-50%);
        width: 100%;
        text-align: center;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-slider .slide .box p {
        text-align: center;
        text-align-last: center;
    }

    .about-section {
        padding-top: 0;
        padding-bottom: 60px;
        background: rgb(230 73 62);
        text-align: center;
    }

    .about-section .about-image img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 30px;
    }

    .earth-values {
        text-align: center;
        height: auto;
        padding-top: 60px;
        background: #fff;
    }

    .earth-values .top-earth .text h4 {
        margin: auto;
        margin-bottom: 30px;
    }

    .earth-values .top-earth .image img {
        max-width: 100%;
        height: auto;
    }

    .earth-values .our-values {
        padding-top: 0;
    }

    .earth-values .our-values .title {
        color: #0b354b;
        margin-bottom: 0;
    }

    .earth-values .our-values .text p {
        color: #0b354b;
        margin-bottom: 30px;
    }

    .earth-values .our-values .right {
        margin-bottom: 60px;
    }

    .team-section {
        height: 470px;
    }

    .spotlight-section .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .spotlight-section .owl-carousel .owl-dots {
        padding-top: 30px;
    }

    .spotlight-section .owl-carousel .owl-dots .owl-dot span {
        width: 50px;
    }

    .spotlight-section {
        height: auto;
        background: #fff;
        padding-bottom: 60px;
    }

    .spotlight-section .title {
        margin-bottom: 60px;
    }

    .partener-section {
        padding: 0;
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .partener-section .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .partener-section .owl-carousel .owl-dots {
        padding-top: 0;
    }

    .partener-section .title {
        margin-bottom: 40px;
    }

    .contact-section {
        height: auto;
        background: rgb(11 53 75);
        padding-bottom: 0px;
        padding-top: 60px;
    }

    .contact-section .col-lg-4::before {
        display: none;
    }

    .contact-section .contact-info .li > div:nth-of-type(2)::before {
        display: none;
    }

    .contact-section .contact-info .li {
        width: 100%;
        border-bottom: 2px solid #3a5c6e;
    }

    .contact-section .col-lg-4:last-of-type .contact-info .li {
        border-bottom: none;
    }

    .main-slider .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .footer-section .copyright .content {
        flex-direction: column;
        text-align: center;
    }

    .footer-section .copyright p {
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .footer-section .copyright p:last-of-type {
        margin-bottom: 0;
    }

    .about-section .about-text p {
        text-align: justify;
        text-align-last: center;
    }

    .footer-section .top-footer .footer-box .logo img {
        width: 200px;
    }

    .main-header .content .logo img {
        width: 180px;
    }

    .division-section .child {
        padding-left: 0;
        text-align: center;
    }

    .division-section .child h2,
    .division-section .child h2 span {
        font-size: 40px;
    }

    .division-section .child .flex {
        flex-direction: column;
    }

    .division-section .child .flex .icon {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .division-section .child .flex .image-icon {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .division-section .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .division-section .owl-carousel .owl-dots {
        justify-content: center;
        padding-top: 30px;
    }

    .division-section .title {
        text-align: center;
        display: block;
    }

    .main-slider .owl-carousel .owl-dots .owl-dot::before,
    .main-slider .owl-carousel .owl-dots .owl-dot:first-of-type::after {
        display: none !important;
    }

    .main-slider .owl-carousel .owl-dots {
        left: 45%;
    }

    .division-section {
        position: static;
        top: 0;
        margin-bottom: 0;
    }

    .division-section .title {
        position: relative;
        margin-bottom: 50px;
        top: inherit;
    }

    .division-section {
        padding: 60px 0;
        /*        background: linear-gradient(0deg, rgba(22, 141, 214, 0.6), rgba(22, 141, 214, 0.6)), url(../images/ourDivision/1.png);*/
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }

    .division-section .child {
        padding: 50px 0;
        min-height: auto;
        background: linear-gradient(0deg, rgba(22, 141, 214, 0.6), rgba(22, 141, 214, 0.6)), url(../images/ourDivision/1.png) !important;
    }

    .division-section .owl-carousel .owl-dots {
        right: 50%;
        transform: translateX(-50%);
    }

}


@media(min-width: 768px) and (max-width: 992px) {
    .top-bar {
        display: none;
    }

    .main-header .content .menu ul {
        display: none;
    }

    .main-header .content .menu .search {
        display: none;
    }

    .main-header .mobile-menu {
        display: flex;
    }

    .main-slider .slide.over::before,
    .main-slider .slide .shape {
        background: #2685af;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: .5;
    }

    .main-slider .slide .box {
        left: 50%;
        top: 30%;
        transform: translate(-50%);
        width: 100%;
        text-align: center;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-section .about-image {
        margin-top: 30px;
    }

    .about-section .about-image img {
        max-width: 100%;
        height: auto;
    }

    .about-section {
        padding-top: 20px;
    }

    .earth-values .our-values {
        padding-top: 0;
    }

    .earth-values .our-values .right {
        justify-content: flex-start;
        margin-top: 30px;
        padding-bottom: 80px;
    }

    .earth-values {
        height: 1350px;
    }

    .team-section {
        height: 580px;
    }

    .spotlight-section .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .spotlight-section .owl-carousel .owl-dots .owl-dot span {
        width: 50px;
    }

    .spotlight-section {
        height: 700px;
    }

    .partener-section .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .partener-section .owl-carousel .owl-dots {
        padding-top: 30px;
    }

    .contact-section {
        padding-top: 80px;
        height: auto;
        background: rgb(11 53 75);
    }

    .contact-section .contact-info .li > div:nth-of-type(2)::before {
        display: none;
    }

    .contact-section .contact-info .li {
        width: 100%;
        border-bottom: 2px solid #3a5c6e;
    }

    .contact-section .col-lg-4:last-of-type .contact-info .li {
        border-bottom: none;
    }

    .partener-section {
        padding: 80px 0;
        margin-bottom: 0;
    }

    .footer-section .copyright .content {
        flex-direction: column;
    }

    .footer-section .copyright p {
        margin-bottom: 10px;
    }

    .footer-section .copyright p:last-of-type {
        margin-bottom: 0;
    }

    .earth-values .top-earth .image img {
        max-width: 100%;
        height: auto;
    }

    .main-header .search-desktop {
        display: none;
    }

    .main-slider .slide .box p {
        text-align: center;
        text-align-last: center;
    }

    .contact-section .col-lg-4::before {
        display: none;
    }

    .division-section .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .division-section .child {
        padding-left: 0;
    }

    .main-slider .owl-carousel .owl-dots .owl-dot::before,
    .main-slider .owl-carousel .owl-dots .owl-dot:first-of-type::after {
        display: none !important;
    }

    .main-slider .owl-carousel .owl-dots {
        left: 45%;
    }

    .division-section {
        top: -200px;
        margin-bottom: -200px;
    }

    .division-section {
        padding: 60px 0;
        /*        background: linear-gradient(0deg, rgba(22, 141, 214, 0.6), rgba(22, 141, 214, 0.6)), url(../images/ourDivision/1.png);*/
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }

    .division-section .child {
        padding: 50px 0;
        margin-top: 50px;
        min-height: auto;
        background: linear-gradient(0deg, rgba(22, 141, 214, 0.6), rgba(22, 141, 214, 0.6)), url(../images/ourDivision/1.png) !important;
    }

    .division-section .owl-carousel .owl-dots {
        right: 50%;
        transform: translateX(-50%);
    }

}


@media(min-width: 992px) and (max-width: 1200px) {
    .main-header .content .menu ul li a {
        padding: 0 15px;
    }

    .main-slider .slide.over::before,
    .main-slider .slide .shape {
        width: 115%;
    }

    .main-slider .slide.over::before,
    .main-slider .slide .shape {
        left: -330px;
    }

    .spotlight-section .owl-carousel .owl-nav button.owl-prev {
        margin-right: 260px;
    }

    .contact-section {
        padding-top: 300px;
    }

    .footer-section .copyright p {
        line-height: 1.6;
    }

    .contact-section .col-lg-4::before {
        left: -20px;
    }

    .partener-section {
        margin-bottom: -40px;
    }

    .main-header .content .menu ul {
        margin-right: 20px;
    }
}


@media(min-width: 1400px) and (max-width: 1700px) {

    .about-section {
        padding-bottom: 280px;
    }

    .team-section {
        height: 737px;
    }

    .spotlight-section {
        height: 929px;
    }

    .about-section::before {
        top: -100px;
        margin-bottom: -100px;
    }

    .division-section {
        top: -75px;
        margin-bottom: -75px;
    }
}



@media(min-width: 1700px) and (max-width: 2000px) {

    .about-section {
        padding-bottom: 450px;
    }

    .team-section {
        height: 880px;
    }

    .spotlight-section {
        height: 1150px;
    }

    .about-section::before {
        top: -150px;
        margin-bottom: -150px;
    }

    .division-section {
        top: -130px;
        margin-bottom: -130px;
    }
}


@media(min-width: 2000px) {
    .about-section::before {
        display: none;
    }

    .about-section {
        padding-bottom: 80px;
        background: rgb(230 73 62);
    }

    .earth-values {
        height: auto;
        background: white;
        padding-bottom: 80px;
    }

    .earth-values .our-values .text p,
    .earth-values .our-values .title {
        color: rgb(11 53 75);
    }

    .earth-values .our-values {
        padding-top: 0;
    }

    .team-section {
        height: auto;
        padding: 100px 0;
    }

    .spotlight-section {
        padding: 80px;
        background: rgb(239 239 239);
        height: auto;
    }

    .partener-section {
        padding-bottom: 0;
        margin-bottom: 0;
        padding: 100px 0;
    }

    .contact-section {
        height: auto;
        padding: 100px 0 70px;
        background: rgb(11 53 75);
    }

    .main-slider .slide .shape {
        background: #2685af;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: .4;
    }

    .main-slider .owl-carousel .owl-dots {
        left: 47%;
    }


    .division-section {
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        top: inherit;
    }

    .division-section .child {
        padding: 50px 0;
        margin-top: 50px;
        min-height: auto;
        background: linear-gradient(0deg, rgba(22, 141, 214, 0.6), rgba(22, 141, 214, 0.6)), url(../images/ourDivision/1.png) !important;
        margin-bottom: 100px;
    }

    .division-section .owl-carousel .owl-dots {
        right: 50%;
        transform: translateX(-50%);
        bottom: 130px;

    }
}

/* ======================== End Responive Edits ======================== */

/**/
.spotlight-section .owl-carousel .owl-dots.disabled  {
    display: flex !important;
    align-items: center;
}
.partener-section .owl-carousel .owl-dots .owl-dot.active span {
    display: block;
}
.partener-section .owl-carousel .owl-dots.disabled {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.contact-section .col-lg-4::before {
    height: 55%;
}

.main-slider .owl-carousel .owl-dots .owl-dot:first-of-type::after,
.main-slider .owl-carousel .owl-dots .owl-dot::before {
    top: -25px;
}
/**/