@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/*
font-family: "Montserrat", sans-serif;
font-family: "Rubik", sans-serif;
*/

:root {
    --main-font: "Montserrat", sans-serif;
    --theme-color: rgba(2, 36, 64, 1);
    --black: #21293C;
    --white: #fff;
    --paragraph: #444444;
    --yellow: rgba(254, 190, 9, 1);
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

/*::selection {
    background-color: #D4DC27;
    color: #fff;
    text-shadow: none;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: rgba(2, 36, 64, 1);
    font-weight: 500;
    line-height: 24px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 60px 0;
}

.title1 h1 {
    font-size: 158px;
    color: var(--white);
    line-height: normal;
}

.title2 h2 {
    font-size: 100px;
    color: var(--black);
    margin: 0 0 10px;
    position: relative;
    line-height: normal;
}

.title3 h3 {
    font-size: 42px;
    color: rgba(2, 36, 64, 1);
    margin: 0;
    font-weight: 800;
    transition: 0.6s;
    line-height: 45px;
}

.title3 h3 span {
    color: var(--yellow);
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgb(2 36 64);
}

/*.title4 h4 {
    font-size: 60px;
    color: var(--black);
    margin: 15px 0;
    transition: 0.6s;
    line-height: 60px;
}*/
.title5 h5 {
    font-size: 34px;
    color: var(--black);
    margin: 0;
    transition: 0.6s;
    line-height: 34px;
}

.title6 h6 {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.6s;
}

.btn01 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px 10px 20px;
    color: var(--white);
    text-align: center;
    line-height: normal;
    background-color: rgba(2, 36, 64, 1);
    position: relative;
    border-radius: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
}

.btn01:hover {
   background-color: rgba(254, 190, 9, 1);
   color: var(--theme-color);
}

.btn01 .fa-circle-arrow-right {
    font-size: 30px;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.btn01:hover .fa-circle-arrow-right {
   color: var(--theme-color);
   transform: rotate(0deg);
}

.btn {
    border: 1px solid #022440;
    background-color: #022440;
    color: #ffffff;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
}
.btn:hover{
    border-color: #FEBE09;
    background-color: #FEBE09;
    color: #000000;
}



/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 10px; background: linear-gradient(to bottom, #022440, #022440); border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: #f15c5a; transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a{text-decoration: none;outline: none !important;transition: 0.5s;}
















.banner-area{
    height: 840px;
    position: relative;
    display: flex;
}
.banner-area img{
    width: 100%;
}
.banner-area .banner-content-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(100deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%);
    background: -moz-linear-gradient(100deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%);
    background: linear-gradient(100deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%);
    padding: 120px 0 80px;
    display: flex;
    align-items: center;
}
.banner-content{
    width: 100%;
    max-width: 570px;
}
.banner-content h1{
    color: #ffffff;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    margin: 0 0 20px;
}
.banner-content h1 strong {
    display: block;
    color: #FEBE09;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgb(255 255 255);
}
.banner-content p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.banner-content ul {
    margin-bottom: 40px;
}
.banner-content ul li {
    position: relative;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
    padding-left: 35px;
}
.banner-content ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/check1.png);
}
.btn1 {
    display: inline-flex;
    align-items: center;
    padding: 15px 62px 15px 25px;
    color: #022440;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 30px;
    background-color: #ffffff;
    position: relative;
}
.btn1::before {
    content: '\f061';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 100%;
    max-width: 40px;
    height: 40px;
    background-color: #022440;
    color: #ffffff;
    font-size: 16px;
    font-family: FontAwesome;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: 0.5s;
}
.btn1:hover{
    background-color: #022440;
    color: #ffffff;
}
.btn1:hover::before{
    background-color: #ffffff;
    color: #022440;
    transform: rotate(0deg);
}
/*-- banner area stop --*/
/*-- header area start --*/
.header-area {
    background-color: #FCFAF6;
    min-height: 75px;
    position: relative;
    z-index: 91;
}
.header-area::before {
    content: '';
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 100%;
    height: 111px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../images/header-sape.png);
}
.header-body-area .logo {
    width: 100%;
    max-width: 205px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 115px;
    padding: 20px;
    background-color: #fcfaf6;
}
.header-body-area .logo img{
    width: 100%;
    object-fit: cover;
}
.header-right .right-box .call {
    position: relative;
    color: #022440;
    font-size: 16px;
    font-weight: 600;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding-left: 46px;
}
.header-right .right-box .call::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 38px;
    height: 38px;
    border: 1.5px solid #022440;
    display: inline-block;
    background-size: 42%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/phone1.png);
    background-color: #fcfaf6;
    border-radius: 50%;
}
.header-right .right-box .translate {
	width: 100%;
	max-width: 110px;
	margin: 0 12px;
	display: flex;
	align-items: center;
}
.header-right .right-box .translate img{
    width: 100%;
    object-fit: cover;
}
.header-body-area {
    position: relative;
}
.header-right .right-box {
    padding-right: 10px;
    padding-top: 15px;
}
/*-- header area stop --*/
/*-- header area start --*/
.header h2{
    color: #022440;
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
}
.header h2 strong{
    color: #FEBE09;
    display: block;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #022440;
    font-weight: 800;
}
.header .tag{
    margin-bottom: 10px;
}
.header .tag img {
    width: 100%;
    max-width: 40px;
    margin-bottom: 5px;
}
.header .tag p{
    text-transform: uppercase;
    color: #022440;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
/*-- header area stop --*/
/*-- professionele area start --*/
.professionele-area .header{
    text-align: center;
    margin: 0 0 35px;
}
.professionele-carousel .center .item {
    transform: scale(1.5);
    position: relative;
    z-index: 1;
    transition: 0.5s;
    height: 283px;
}
.professionele-carousel .owl-stage-outer{
    padding: 75px 0 0;
}
.professionele-carousel .owl-item{
    transform: scale(1);
}
.professionele-carousel .firstActiveItem .item{
    width: 282px !important;
    transition: 0.5s;
}
.professionele-carousel .lastActiveItem{
    display: flex;
    justify-content: end;
}
.professionele-carousel .lastActiveItem .item{
    width: 282px !important;
    transition: 0.5s;
}
.professionele-carousel .item {
    height: 370px;
    background-color: #000000;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    transition: 0.5s;
    transform: translate(0, -48px);
}
.professionele-carousel .item img{
    width: 100%;
    object-fit: cover;
}
.professionele-carousel .item .textbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.05) 55%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.05) 55%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.05) 55%);
    display: flex;
    align-items: end;
    padding: 20px;
}
.professionele-carousel .item .textbox h3{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 5px;
}
.professionele-carousel .item .textbox p {
    color: #ffffff;
    font-size: 0;
    line-height: 16px;
    font-weight: 400;
}
.professionele-carousel .center .item .textbox p{
    font-size: 10px;
}
.professionele-carousel .owl-nav {
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.professionele-carousel .owl-nav .owl-prev span, .professionele-carousel .owl-nav .owl-next span{
    display: none;
}
.professionele-carousel .owl-nav .owl-prev, .professionele-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff !important;
    border: none !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 14%);
    transform: 0.5s;
}
.professionele-carousel .owl-nav .owl-prev:hover, .professionele-carousel .owl-nav .owl-next:hover{
    background-color: #022440 !important;
    box-shadow: none;
}
.professionele-carousel .owl-nav .owl-prev{
    margin-right: 15px;
}
.professionele-carousel .owl-nav .owl-prev::before, .professionele-carousel .owl-nav .owl-next::before{
    content: '\f060';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: FontAwesome;
    color: #022440;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: 0.5s;
}
.professionele-carousel .owl-nav .owl-next{
    transform: rotate(180deg);
}
.professionele-carousel .owl-nav .owl-prev:hover::before, .professionele-carousel .owl-nav .owl-next:hover::before{
    color: #ffffff;
}
/*-- professionele area stop --*/

/* ======================================================================= */
    /* over_direct_sec2 */
/* ======================================================================= */
.title3 img {
    max-width: 40px;
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.title3 h5 {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 15px;
}


.over_direct_sec2 {
    width: 100%;
    height: 100%;
    padding-bottom: 170px !important;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.over_direct_sec2 h5 {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 20px;
    text-align: center;
}*/

/*.over_direct_sec2 .title3 img {
    max-width: 40px;
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
    display: block;
}*/

.over_direct_sec2 .title3 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.over_direct_sec2 .title3 span {
    text-transform: uppercase;
    color: rgba(2, 36, 64, 1);
    text-shadow: none;
}

.over_direct_sec2 p {
    margin-top: 10px;
}

.over_direct_sec2_card {
    width: 100%;
    padding: 12px;
    border-radius: 15px;
    background-color: #fff;
    transition: 0.6s;
}

.over_direct_sec2pic {
    width: 100%;
    height: 190px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.over_direct_sec2pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.over_direct_sec2_card:hover .over_direct_sec2pic img {
    transform: scale(1.1);
}

.over_direct_sec2_card h5 {
    font-size: 18px;
    color: rgba(2, 36, 64, 1);
    text-transform: uppercase;
    text-align: left;
    margin: 25px 0 15px;
    font-weight: 600;
}

.over_direct_sec2_card ul li {
    width: 100%;
    font-size: 15px;
    color: rgba(30, 30, 30, 1);
    font-weight: 600;
    padding: 0 0 10px 25px;
    position: relative;
}

.over_direct_sec2_card ul li:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/bullet.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.over_direct_sec2 .btn01 {
    margin: 50px auto 0;
}





/* ======================================================================= */
    /* over_direct start */
/* ======================================================================= */
.over_direct {
    width: 100%;
}

.over_direct_pic1 {
    width: 65%;
    height: 485px;
    position: relative;
    display: flex;
}

.over_direct_pic1 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
}

.over_direct_pic1:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -15px;
    width: 180px;
    height: 200px;
    background-image: url(../images/before_icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.over_direct_pic2 {
    width: 275px;
    height: 310px;
    position: relative;
    display: flex;
    border-radius: 20px;
    border: 10px solid #fff;
    overflow: hidden;
    /* top: -176px; */
    /* right: -250px; */
    margin-top: -200px;
    margin-left: auto;
    margin-right: 65px;
}

.over_direct_pic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.over_direct_right {
    width: 95%;
    margin-left: auto;
}

.over_direct_right .title3 img {
    margin: 0;
}

/*.over_direct_right h5 {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 20px;
}*/

.over_direct_right p {
    color: rgba(30, 30, 30, 1);
    margin-top: 10px;
}

.over_direct_right ul {
    margin: 20px 0 20px;
}

.over_direct_right ul li {
    width: 100%;
    font-size: 16px;
    color: rgba(30, 30, 30, 1);
    font-weight: 600;
    padding: 0 0 10px 28px;
    position: relative;
}

.over_direct_right ul li:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/bullet.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.ph_circle {
    width: 42px;
    height: 42px;
    border: 4px solid #ffd45f;
    border-radius: 50%;
    background-color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(255 215 107) 0px 2px 4px 0px, rgb(235 189 64) 0px 2px 16px 0px;
}

.over_direct_right small {
    font-size: 15px;
    font-weight: 500;
    color: rgba(117, 117, 117, 1);
}

.over_direct_right h6 {
    font-size: 18px;
    color: rgba(2, 36, 64, 1);
    font-weight: 600;
}

/* ======================================================================= */
    /* map_sec start */
/* ======================================================================= */
.map_sec {
    width: 100%;
    position: relative;
    /*bottom: -150px;*/
    z-index: 1;
}

.mappic {
    width: 100%;
    position: relative;
    border: 15px solid  #fff;
    border-radius: 35px;
}

.mappic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shadow2.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    z-index: 1;
}

.header-area.scroll-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    z-index: 99;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.header-area.scroll-down{
    animation:fadeInUp 1s ease backwards;
}
@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}

.mapbodyarea {
    background-color: #F3F6F8;
    border: 15px solid #ffffff;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.02);
}
.map-tab-area .map-box {
    display: flex;
    overflow: hidden;
}
.map-tab-area .map-box img {
    width: 100%;
    object-fit: cover;
}
.map-tab-area {
    position: relative;
}
.map-tab-area .nav-tabs {
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: #F3F6F8;
    background: -webkit-linear-gradient(90deg, rgba(243, 246, 248, 1) 50%, rgba(243, 246, 248, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(243, 246, 248, 1) 50%, rgba(243, 246, 248, 0) 100%);
    background: linear-gradient(90deg, rgba(243, 246, 248, 1) 50%, rgba(243, 246, 248, 0) 100%);
    padding-left: 65px;
    padding-top: 100px;
    border: none;
    z-index: 2;
}
.map-tab-area .nav-tabs .nav-link {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #1C1C1A;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    padding: 15px 25px 15px 50px;
    width: 100%;
}
.map-tab-area .nav-tabs .nav-link.active{
    background: #022440;
    background: -webkit-linear-gradient(90deg, rgba(2, 36, 64, 1) 0%, rgba(25, 113, 211, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(2, 36, 64, 1) 0%, rgba(25, 113, 211, 1) 100%);
    background: linear-gradient(90deg, rgba(2, 36, 64, 1) 0%, rgba(25, 113, 211, 1) 100%);
    color: #FFFFFF;
}
.map-tab-area .nav-tabs .nav-link::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 20px;
    width: 19px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/location.png);
}
.map-tab-area .nav-tabs .nav-link.active::before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7450%) hue-rotate(356deg) brightness(125%) contrast(98%);
}
.mapbodyarea .header {
    text-align: center;
    position: relative;
    padding-top: 50px;
    z-index: 1;
    padding-bottom: 20px;
}
.mapbodyarea .header::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #F3F6F8;
    background: -webkit-linear-gradient(180deg, rgba(243, 246, 248, 1) 0%, rgba(243, 246, 248, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(243, 246, 248, 1) 0%, rgba(243, 246, 248, 0) 100%);
    background: linear-gradient(180deg, rgba(243, 246, 248, 1) 0%, rgba(243, 246, 248, 0) 100%);
}


/* ======================================================================= */
    /* neem_contact start */
/* ======================================================================= */
.neem_contact {
    width: 100%;
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 350px 0 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: -137px;
}

/*.neem_contact:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shadow1.png);
}*/

.neem_contact:after {
    content: '';
    background: #fff;
    background: linear-gradient(88deg, rgba(0, 115, 184, 0) 0%, rgb(255 255 255 / 113%) 69%);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
}

.neem_contact_text {
    width: 40%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

/*.neem_contact_text img {
    max-width: 40px;
    object-fit: contain;
}

.neem_contact h5 {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 20px;
}*/
.neem_contact .title3 img {
    margin: 0;
}

.neem_contact p {
    color: rgba(30, 30, 30, 1);
    margin: 15px 0;
}

.icon_circle {
    width: 42px;
    height: 42px;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #022440;
}

.neem_contact_text h6 {
    font-size: 16px;
    color: rgba(30, 30, 30, 1);
    font-weight: 600;
    margin: 0;
}

.neem_contact_text h6 span {
    font-weight: 400;
}

/* ======================================================================= */
    /* footer_sec start */
/* ======================================================================= */
.footer_sec { width: 100%; background-color: var(--theme-color); padding-bottom: 0 !important; }
.footer_sec .logo { width: 100%; max-width: 187px; position: relative; display: inline-block; margin-bottom: 40px; }
.footer_card { width: 100%; }
.footer_sec h5 { font-family: "Rubik", sans-serif; font-size: 18px; color: var(--yellow); font-weight: 700; margin: 0 0 15px; text-transform: uppercase; }
.footer_card ul { padding: 0; }
.footer_card ul li { width: 100%; }
.footer_card ul li a { display: block; position: relative; width: 100%; font-size: 14px; color: var(--white); font-weight: 500; padding: 0 0 15px 0px; list-style: disc; transition: 0.6s; }
/*.footer_card ul li a:before { content:""; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; border-radius: 50%; background-color: #303030; }*/
.footer_card ul li a:hover { color: var(--yellow); }
.footer_card_grid { display: grid; grid-template-columns: 1fr 1fr; }
.footer_sec h6 { font-size: 15px; color: var(--white); font-weight: 500; margin: 0 0 15px; }
.footer_sec h6 span { font-weight: 300; }
.footer_sec .footer_card i {
    font-size: 17px;
    margin-right: 12px;
}

.copyright { width: 100%; margin-top: 35px; text-align: center; border-top:1px solid rgba(255, 255, 255, 0.1); }
.footer-social { display: flex; justify-content: flex-start; position: relative; overflow: hidden; }
.footer-social li { margin: 0px 4px; }
.footer-social li a { width: 100%; min-width: 40px; max-width: 40px; height: 40px; background-color: transparent; border: 1px solid #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: var(--white); transition: 0.5s; text-decoration: none; }
.footer-social li a:hover { background-color: var(--yellow); color: var(--theme-color); border-color: var(--theme-color); }
.leftline:before { content:""; display: inline-block; height: 0.5em; width: 100%; margin-left: -100%; margin-right: 10px; margin-top: 20px; border-top: 1px solid #cdcdcd; }
.copyright p { text-align: center; font-size: 15px; color: #fff; padding: 25px 0;}
.copyright p span { color: var(--green); font-weight: 500; }
.goog-te-combo{
	display:none;
}
.header-body-area .ui-sortable {
	background-color: #FEBE09;
	display: flex;
	border-radius: 30px;
	padding: 5px !important;
}
#flags.size18 a {
	width: auto !important;
	height: auto !important;
	background-image: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	padding: 5px 14px;
	font-size: 14px;
	font-weight: 500;
	color:#ffffff;
	margin: 0;
	transition: 0.5s;
}
.header-body-area .ui-sortable li.active a {
	background-color: #fff !important;
	color: #110229 !important;
}
#glt-translate-trigger{
	display:none;
}

/*-- menu area start --*/
.menu {
  display: flex;
  list-style: none;
}

.menu li a {
	color: #1E1E1E;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.menu li .active{
    position: relative;
}
.menu li .active::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 5px;
    height: 5px;
    background-color: #1E1E1E;
    border-radius: 50%;
}

.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}
.menu li{
    margin-right: 20px;
}
.menu-area {
	padding-left: 5px;
	padding-top: 15px;
}
.leaflet-popup-content {
	margin: 0;
}

/*-- menu area start --*/


.leaflet-popup-content {
  margin: 0px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
  width: 240px !important;
}
.map-popup {
  padding: 5px;
  max-width: 261px;
  width: 100%;
}
.map-popup h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #0d5bd8;
  display: none;
}

.alignnone10{ width:50%;}

.location-list li.active{background: linear-gradient(90deg, rgb(2, 36, 64) 0%, rgb(25, 113, 211) 100%);
  color: #fff;}


.location-list li.active img{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7450%) hue-rotate(356deg) brightness(125%) contrast(98%);}
.location-list li{padding: 12px 17px;}
.location-list li img{width: 23px;
  height: 23px;
  object-fit: contain;}
#serviceMap{height: 580px;}



@media (min-width: 992px) {
    .footer_sec .col-lg-3 {
        width: 21%;
    }
    .footer_sec .col-lg-5 {
        width: 45%;
    }
}






















































