.logo {
    display: block;
}
header.home-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding: 0 0px;
}
header.home-header.fixed .top-info {
    display: none;
}
header.home-header.fixed, header.home-header.inner-header {
    position: fixed !important;
    background: #fff;
    /* box-shadow: 0px 3px 6px #BFBFBF29; */
    box-shadow: 0px 3px 26px #0063B61D;
    padding: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
header.home-header.fixed .main-nav li a, header.home-header.inner-header .main-nav li a {
    color: #0A1F3D;
}
header.home-header.fixed .main-nav li a:hover, header.home-header.inner-header .main-nav li a:hover {}
header.home-header.fixed .logo, header.home-header.inner-header .logo {
    display: none;
}
header.home-header.fixed .logo-green, header.home-header.inner-header .logo-green {
    display: block;
}
header.home-header.fixed .search-button img, header.home-header.inner-header .search-button img {
    filter: invert(1);
}
header.home-header.fixed .top-btm-menu, header.home-header.inner-header .top-btm-menu {
    padding-top: 14px;
}
header.home-header.fixed .call-us, header.home-header.inner-header .call-us {
    display: block;
}
.call-us {
    display: none;
}
span.res-submenu {
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #4180D7;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    display: inline-block;
    margin: 0px 0px 3px 4px;
}
.top-info {
    color: #fff;
    text-align: right;
    height: 48px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.0);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    filter: brightness(0.8);
}
.top-info a {
    font-size: 12px;
    line-height: normal;
    color: #FFFFFFBA;
}
.top-info a img {
    padding-right: 5px;
}
.top-info a:hover {
    color: #4180D7;
}
.top-info span {
    display: inline-block;
    padding: 0 20px;
    color: #FFFFFFBA;
}
.top-btm-menu {
    padding-top: 19px;
    padding-bottom: 13px;
    position: relative;
}
.logo-green {
    display: none;
}
.mobile-logo-header .logo-green {
    display: block;
}
.top-btm-menu .row {
    justify-content: space-between;
    align-items: center;
}
.top-btm-menu .mega-menu-wrap .row {
    align-items: flex-start;
}
.main-nav {
    margin: 0px;
    padding: 0px;
}
.main-nav li {
    margin: 0px;
    padding: 0px;
    padding: 0px 24px;
    list-style: none;
    display: inline-block;
    /* vertical-align: middle; */
}
.main-nav li a {
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Metropolis' !important;
    font-weight: normal;
    letter-spacing: 1.2px;
    position: relative;
    padding-bottom: 17px;
}
/* .main-nav li a:hover::after,
.main-nav li.current-menu-item a::after {
  content: '';
  width: 50%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
}
.main-nav li.active a::after {
  content: '';
  width: 32%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
}  */
.main-nav .primary-item:hover::after, .main-nav .primary-item.current-menu-item::after {
    content: '';
    width: 50%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 3px;
    left: 20px;
    right: 0;
    margin: auto;
}
.main-nav .primary-item.drop-down:hover::after, .main-nav .primary-item.drop-down.current-menu-item::after {
    content: '';
    width: 50%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 6px;
    left: -20px;
    right: 0;
    margin: auto;
}
.main-nav .primary-item.mega-drop-down:hover::after, .main-nav .primary-item.mega-drop-down.current-menu-item::after {
    content: none;
}
.main-nav .primary-item.mega-drop-down a:hover::after, .main-nav .primary-item.mega-drop-down.current-menu-item a::after {
    content: '';
    width: 50%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
}
.main-nav .primary-item {
    position: relative;
}
.main-nav .primary-item.mega-drop-down {
    position: unset;
}
.main-nav .primary-item.drop-down.active::after {
    content: '';
    width: 50%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 6px;
    left: -20px;
    right: 0;
    margin: auto;
}
.main-nav .primary-item.active::after {
    content: '';
    width: 50%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 3px;
    left: 20px;
    right: 0;
    margin: auto;
}
.main-nav .primary-item.mega-drop-down.active::after {
    content: none;
}
.main-nav .primary-item.mega-drop-down.active a::after {
    content: '';
    width: 50%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
}
.main-nav li.active .mega-menu-wrap a::after {
    display: none;
}
.fixed .main-nav li.active a::after {
    background: #4180D7;
}
header.home-header.fixed .main-nav .primary-item.mega-drop-down:hover::after, .home-header.fixed .main-nav .primary-item.mega-drop-down.current-menu-item a::after {
    background: #4180D7;
}
header.home-header.fixed .main-nav .primary-item:hover::after, .home-header.fixed .main-nav .primary-item.current-menu-item a::after {
    background: #4180D7;
}
header.home-header.fixed .main-nav .primary-item.mega-drop-down:hover::after, .home-header.fixed .main-nav .primary-item.mega-drop-down.current-menu-item a::after {
    background: none;
}
header.home-header.fixed .main-nav li a:hover::after, .home-header.fixed .main-nav li.current-menu-item a::after {
    background: #4180D7;
}
header.home-header.fixed .main-nav .primary-item.active::after {
    background: #4180D7;
}
header.home-header.fixed .main-nav .primary-item.mega-drop-down.active::after {
    background: none;
}
.main-nav .primary-item.drop-down.active .primary-menu::after {
    content: none;
}
header.home-header.fixed .main-nav .primary-item.mega-drop-down.active a::after {
    background: #4180D7;
}
.main-nav li a:hover {
    /* color: #4180D7; */
}
.main-nav li:first-child {
    padding-left: 0px;
    /* padding-right: 15px; */
}
.main-nav li:last-child {
    padding-right: 0px;
}
.menu-sec {
    margin-left: auto;
}
.responisve-top-menu {
    display: none;
}
.main-nav-wrap {
    display: flex;
    justify-content: end;
    align-items: baseline;
}
header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    z-index: 1000;
    background: #ffff;
    padding: 21px 30px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}
.search-button {
    margin: -5px 38px 0;
    width: 14px;
}
.search-button a img {
    transition: all 300ms ease;
    width: 14px;
}
.search-button a:hover img {
    transform: scale(1.07);
}
.menu-bg {
    position: absolute;
    bottom: 0px;
    z-index: -1;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
.menu-bg img {
    width: 100%;
    object-fit: cover;
}
.buger-wrap {
    display: none;
}
.modal-open {
    padding-right: 0 !important;
}
/* drop menu starts */
.exo-menu {
    /* position:relative; */
}
li.drop-down a:before {
    content: "";
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    display: inline-block;
    margin: 0px 0px 2px 4px;
    position: absolute;
    right: -14px;
    top: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
li.drop-down a:hover:before {
    transform: rotate(225deg);
    top: 3px;
}
li.mega-drop-down a:hover:before {
    transform: rotate(225deg);
    top: 3px;
}
li.mega-drop-down a:before {
    content: "";
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    display: inline-block;
    margin: 0px 0px 2px 4px;
    position: absolute;
    right: -14px;
    top: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
li.mega-drop-down .megamenu-box a:before {
    display: none;
}
.home-header.fixed li.mega-drop-down a:before, .home-header.fixed li.drop-down:before {
    border-color: #4180D7;
}
.home-header.fixed li.drop-down a:before {
    border-color: #4180D7;
}
/* li:hover.drop-down:before{
  transform: rotate(225deg);
  top: 3px;
} */
li.drop-down {
    position: relative;
}
li.drop-down > ul {
    position: absolute;
}
li.drop-down > ul {
    left: 0px;
    min-width: 190px;
}
li.drop-down > ul li a {
    color: #000;
    padding-bottom: 0;
    letter-spacing: normal;
}
li.drop-down > ul li a:hover {
    color: #4180D7;
}
.drop-down-ul {
    display: none;
    margin-top: 8px;
    padding: 26px 30px 5px 30px;
}
li.drop-down > ul li {
    padding: 0 0 23px 0;
}
li.drop-down > a:hover + .drop-down-ul {
    display: block;
}
li.drop-down > ul > li > a {
    display: block;
}
.drop-down-ul {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px #0000001A;
    border-radius: 6px;
    position: relative;
}
.drop-down-ul:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    top: -6px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 13px 13px 0;
    transform: rotate(45deg);
}
/*mega menu*/
.megamenu-box {
    border-left: 2px solid #4180D7;
    padding-left: 20px;
    margin-bottom: 50px;
}
.megamenu-wrap-in::before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    top: 14px;
    left: 57.5%;
    border-style: solid;
    border-color: #fff;
    border-width: 0 13px 13px 0;
    transform: rotate(45deg);
}
.main-nav .megamenu-box h4 {
    color: #000;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Metropolis Semi';
}
.main-nav .megamenu-box h4 a {
    color: #000 !important;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: 'Metropolis Semi';
}
.megamenu-box h4 a:hover {
    color: #4180D7;
}
.main-nav .megamenu-box a {
    color: #777777 !important;
    font-size: 12px;
    line-height: 25px;
    font-weight: normal;
    padding-bottom: 0;
    text-transform: capitalize;
    letter-spacing: normal;
}
.main-nav .megamenu-box a:hover {
    color: #4180D7 !important;
}
.main-nav li.active ul.drop-down-ul li a::after {
    display: none;
}
.main-nav li.active ul.drop-down-ul li a:hover {
    color: #4180D7 !important;
}
header.home-header.fixed .main-nav .drop-down li a:hover::after, .home-header.fixed .main-nav .drop-down li.current-menu-item a::after {
    display: none;
}
header.home-header.fixed .main-nav li .megamenu-box a:hover::after, header.home-header .main-nav li .megamenu-box a:hover::after, .home-header.fixed .main-nav .megamenu-box li.current-menu-item a::after {
    display: none;
}
.megamenu-pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.megamenu-pattern img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.mega-menu {
    display: none;
    padding-top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
    min-height: 100%;
}
.megamenu-wrap-in {
    /* left: 0;
  right: 0;
  position: absolute; */
    padding-top: 0;
    min-height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px #0000001A;
    border-radius: 6px;
    padding: 40px 30px 0;
}
h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670
}
.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}
ul.stander li a {
    padding: 3px 0px;
}
ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}
ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}
a.view-more:hover {
    color: #fff;
    background: #0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}
ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*hover*/
.mega-menu:hover, .drop-down-ul:hover, .flyout-mega-wrap:hover, li.flyout-left a:hover + ul, li.flyout-right a:hover + ul, .blog-drop-down > a:hover + .Blog, li.drop-down:hover .drop-down-ul, .images-drop-down > a:hover + .Images, .mega-drop-down a:hover + .mega-menu, li.flyout-mega > a:hover + .flyout-mega-wrap {
    display: block;
}
a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}
/* drop menu ends */
.banner {
    position: relative;
}
.banner-img-wrapper::after {
    position: absolute;
    content: "";
    left: 0px;
    width: 100%;
    height: 28.9%;
    top: 0px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a3250+0,0c3252+0,0a3250+1,0c3252+1,0a3250+2,0c3252+2,0a3250+2,0c3252+3,0a3250+3,0c3252+4,0a3250+4,0c3252+4,0a3250+5,0c3252+5,0a3250+6,0c3252+6,0a3250+6,0c3252+7,0a3250+7,0c3252+8,0a3250+8,0c3252+8,0a3250+9,0c3252+9,0a3250+10,0c3252+10,0a3250+10,0c3252+11,0a3250+11,0c3252+12,0a3250+12,0c3252+13,0a3250+13,0c3252+13,0a3250+14,0c3252+14,0a3250+15,0c3252+15,0a3250+18,0c3252+18,0a3250+19,0c3252+19,0a3250+19,0c3252+20,0a3250+20,0c3252+21,0a3250+21,0c3252+21,0a3250+22,0c3252+22,0a3250+23,0c3252+23,0a3250+23,0c3252+24,0a3250+24,0c3252+25,0a3250+25,0d3253+25,0a3051+26,0d3352+26,0a3052+27,0d3452+27,0a3150+27,0d3153+28,0a3151+28,0d3251+29,0b2f51+29,0d3252+29,0b3051+30,0d3353+30,0b3151+31,0e3152+32,0b3250+32,0b304f+34,0b3453+34,0b3150+35,0c3154+35,0c3151+35,0c3253+37,0c2f50+37,0c3452+38,093150+39,0c3153+39,0c3251+40,092f52+40,0d3252+41,0a3050+41,0d3353+42,0a3051+42,0d3253+43,0a324f+44,0d3254+44,0a3251+44,0e3352+45,0a3052+45,0a3453+46,0a304f+46,0e3154+46,0b3251+47,0b3253+48,0b2f50+48,0b3451+50,0b314f+50,0b3150+51,0c3255+51,0c2e51+52,0c3352+52,0c2f4e+52,0c3454+53,0c3050+53,0c3152+54,08314e+55,0d3254+55,082f51+56,0d3351+56,093052+56,0d3452+57,09304f+57,0d3054+58,093151+58,0d3151+58,093252+59,0e3252+59,092e4f+60,0e3455+60,092f50+60,0e3552+61,0a304d+61,0a3153+62,0a314e+62,0f3255+63,0a2d50+63,0a3352+63,0a2e52+64,0a3453+64,0b3050+65,0b3151+66,0b324e+66,0b3253+67,0b334f+67,0b3355+67,0c2e51+68,0c3553+68,0c2f4d+69,0c3155+69,0c314f+69,0d3353+71,062d4d+71,0d3455+71,072e4e+72,0d3651+72,073053+73,0e3053+73,07324e+73,0e3255+74,072c50+74,0f3350+75,082d52+75,0f3552+75,082e4d+76,0f2e55+76,083050+77,103152+77,08314a+77,083355+78,082a4c+78,123558+79,092c4f+79,093752+79,092e52+80,092f55+80,092f4c+81,0a3352+82,0b2a4a+82,0b3555+83,0b2c4e+83,0b374e+83,0c2e51+84,0c2e51+84,0c3149+85,0c3155+85,00264d+85,0d3651+86,0d2851+86,0e3955+87,002b47+87,0f2d5a+88,002d4b+88,103050+88,003050+89,113355+89,003749+90,12375b+90,00274e+90,143b4e+91,002a55+91,152a55+92,002e46+92,172e46+92,00334d+93,1a334d+93,001c39+94,004060+94,002040+94,00496d+95,002449+95,002a55+96,002a55+96,003366+96,000033+97,004040+97,000040+98,005555+98,000000+98,000080+99,000000+99,000000+100&0.4+0,0.4+25,0+100 */
    background: linear-gradient(to bottom, rgba(12, 50, 82, 0.4) 0%, rgba(12, 50, 82, 0.4) 1%, rgba(10, 50, 80, 0.4) 2%, rgba(10, 50, 80, 0.4) 3%, rgba(12, 50, 82, 0.4) 4%, rgba(12, 50, 82, 0.4) 5%, rgba(10, 50, 80, 0.4) 6%, rgba(10, 50, 80, 0.4) 7%, rgba(12, 50, 82, 0.4) 8%, rgba(12, 50, 82, 0.4) 9%, rgba(10, 50, 80, 0.4) 10%, rgba(10, 50, 80, 0.4) 11%, rgba(10, 50, 80, 0.4) 12%, rgba(12, 50, 82, 0.4) 13%, rgba(12, 50, 82, 0.4) 14%, rgba(12, 50, 82, 0.4) 15%, rgba(12, 50, 82, 0.4) 18%, rgba(10, 50, 80, 0.4) 19%, rgba(10, 50, 80, 0.4) 20%, rgba(12, 50, 82, 0.4) 21%, rgba(12, 50, 82, 0.4) 22%, rgba(10, 50, 80, 0.4) 23%, rgba(10, 50, 80, 0.4) 24%, rgba(13, 50, 83, 0.4) 25%, rgba(13, 51, 82, 0.39) 26%, rgba(10, 49, 80, 0.38) 27%, rgba(10, 49, 81, 0.37) 28%, rgba(13, 50, 82, 0.36) 29%, rgba(13, 51, 83, 0.35) 30%, rgba(11, 49, 81, 0.35) 31%, rgba(11, 50, 80, 0.34) 32%, rgba(11, 52, 83, 0.33) 34%, rgba(12, 49, 81, 0.33) 35%, rgba(12, 47, 80, 0.32) 37%, rgba(12, 52, 82, 0.31) 38%, rgba(12, 49, 83, 0.31) 39%, rgba(9, 47, 82, 0.3) 40%, rgba(10, 48, 80, 0.3) 41%, rgba(10, 48, 81, 0.29) 42%, rgba(13, 50, 83, 0.28) 43%, rgba(10, 50, 81, 0.28) 44%, rgba(10, 48, 82, 0.28) 45%, rgba(14, 49, 84, 0.27) 46%, rgba(11, 50, 81, 0.27) 47%, rgba(11, 47, 80, 0.26) 48%, rgba(11, 49, 79, 0.25) 50%, rgba(12, 50, 85, 0.25) 51%, rgba(12, 47, 78, 0.24) 52%, rgba(12, 48, 80, 0.24) 53%, rgba(12, 49, 82, 0.23) 54%, rgba(13, 50, 84, 0.23) 55%, rgba(9, 48, 82, 0.22) 56%, rgba(9, 48, 79, 0.22) 57%, rgba(13, 49, 81, 0.21) 58%, rgba(14, 50, 82, 0.21) 59%, rgba(9, 47, 80, 0.2) 60%, rgba(10, 48, 77, 0.2) 61%, rgba(10, 49, 78, 0.19) 62%, rgba(10, 51, 82, 0.19) 63%, rgba(10, 52, 83, 0.18) 64%, rgba(11, 48, 80, 0.18) 65%, rgba(11, 50, 78, 0.17) 66%, rgba(11, 51, 85, 0.17) 67%, rgba(12, 53, 83, 0.16) 68%, rgba(12, 49, 79, 0.16) 69%, rgba(13, 52, 85, 0.15) 71%, rgba(13, 54, 81, 0.14) 72%, rgba(7, 50, 78, 0.14) 73%, rgba(7, 44, 80, 0.13) 74%, rgba(15, 53, 82, 0.13) 75%, rgba(15, 46, 85, 0.12) 76%, rgba(8, 49, 74, 0.12) 77%, rgba(8, 42, 76, 0.11) 78%, rgba(9, 55, 82, 0.11) 79%, rgba(9, 47, 85, 0.1) 80%, rgba(9, 47, 76, 0.1) 81%, rgba(11, 42, 74, 0.09) 82%, rgba(11, 55, 78, 0.09) 83%, rgba(12, 46, 81, 0.08) 84%, rgba(0, 38, 77, 0.08) 85%, rgba(13, 40, 81, 0.07) 86%, rgba(0, 43, 71, 0.07) 87%, rgba(16, 48, 80, 0.06) 88%, rgba(17, 51, 85, 0.05) 89%, rgba(0, 39, 78, 0.05) 90%, rgba(0, 42, 85, 0.05) 91%, rgba(23, 46, 70, 0.04) 92%, rgba(26, 51, 77, 0.04) 93%, rgba(0, 32, 64, 0.03) 94%, rgba(0, 36, 73, 0.03) 95%, rgba(0, 51, 102, 0.02) 96%, rgba(0, 64, 64, 0.02) 97%, rgba(0, 0, 0, 0.01) 98%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.banner-img-wrapper:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 100%;
    /*height: 45%;*/
    height: 15%;
    bottom: 0px;
    background: transparent linear-gradient(180deg, #10283C00 0%, #10283C 81%, #10283C 100%) 0% 0% no-repeat padding-box;
    /* background: linear-gradient(to bottom,  rgba(0,0,128,0) 0%,rgba(0,0,51,0.01) 1%,rgba(0,32,32,0.02) 2%,rgba(23,46,70,0.03) 3%,rgba(18,36,55,0.04) 4%,rgba(15,45,60,0.05) 5%,rgba(13,38,64,0.06) 6%,rgba(11,33,55,0.07) 7%,rgba(19,38,57,0.08) 8%,rgba(8,34,59,0.09) 9%,rgba(15,39,54,0.1) 10%,rgba(14,43,64,0.11) 11%,rgba(13,39,59,0.12) 12%,rgba(12,36,61,0.13) 13%,rgba(17,40,62,0.14) 14%,rgba(16,36,57,0.15) 15%,rgba(15,40,60,0.16) 16%,rgba(14,42,60,0.17) 17%,rgba(13,40,57,0.18) 18%,rgba(17,42,63,0.19) 19%,rgba(16,40,60,0.2) 20%,rgba(15,38,57,0.21) 21%,rgba(18,40,62,0.22) 22%,rgba(14,38,59,0.23) 23%,rgba(17,40,60,0.24) 24%,rgba(16,41,61,0.25) 25%,rgba(15,40,58,0.26) 26%,rgba(15,42,59,0.27) 27%,rgba(17,40,60,0.28) 28%,rgba(14,39,58,0.29) 29%,rgba(16,38,59,0.3) 30%,rgba(16,42,60,0.31) 31%,rgba(15,40,61,0.32) 32%,rgba(17,39,61,0.33) 33%,rgba(14,38,59,0.34) 34%,rgba(16,41,60,0.35) 35%,rgba(16,38,58,0.36) 36%,rgba(17,40,61,0.39) 38%,rgba(15,39,58,0.4) 39%,rgba(14,38,58,0.41) 40%,rgba(16,41,61,0.42) 41%,rgba(16,39,59,0.43) 42%,rgba(17,40,61,0.46) 44%,rgba(15,38,58,0.47) 45%,rgba(16,39,59,0.48) 46%,rgba(15,39,59,0.51) 48%,rgba(17,40,60,0.52) 49%,rgba(16,41,61,0.56) 52%,rgba(15,39,59,0.58) 53%,rgba(15,39,60,0.6) 54%,rgba(16,39,59,0.63) 56%,rgba(15,39,59,0.66) 58%,rgba(15,40,59,0.67) 59%,rgba(15,39,59,0.7) 61%,rgba(17,41,60,0.81) 68%,rgba(15,39,59,0.82) 69%,rgba(15,39,59,0.84) 70%,rgba(17,41,60,0.96) 78%,rgba(15,39,59,1) 81%,rgba(16,40,60,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.banner-for-mobile {
    display: none;
}
.banner-img-wrapper {
    position: relative;
}
.banner-img-wrapper img, .banner-img-wrapper video {
    width: 100%;
}
.mob-menu-pattern {
    display: none;
}
/*..banner-ends..*/
.footer-wrapper {
    position: relative;
    background: url(../images/footer-bg.png) center bottom no-repeat #10283C;
    background-size: cover;
    padding-top: 50px;
}
.footer-pattern img {
    width: 100%;
}
.footer-nav-section .quicklinks ul {
    column-count: 1;
}
.footer-nav-section ul {
    margin: 0px;
    padding: 0;
    column-count: 3;
    column-gap: 0px;
}
.footer-nav-section ul li {
    margin-bottom: 10px;
}
.footer-nav-section ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Jonova';
    font-weight: normal;
}
.footer-nav-section p {
    color: #fff;
    font-family: 'Jonova';
    font-weight: normal;
    line-height: 22px;
    max-width: 180px;
}
.footer-nav-section ul li a:hover {
    color: #4180D7;
}
.footer-nav-section ul li a.is-active {
    color: #4180D7;
}
.direction-get img {
    padding-right: 4px;
}
a.direction-get {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #4180D7;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    font-family: 'Metropolis Semi';
    text-decoration: underline !important;
}
a.direction-get:hover {
    color: #fff;
}
a.direction-get:hover img {
    filter: brightness(0) invert(1);
}
.footer-social {
    display: flex !important;
    justify-content: space-between;
}
.d-top-flex {
    display: flex;
    justify-content: end;
    gap: 81px;
    padding-right: 54px;
    align-items: center;
}
.div-separate {
    display: flex;
    gap: 60px;
}
.social-media-footer a {
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    align-items: center;
    text-align: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    margin: 0 3px;
}
.social-media-footer a:hover {
    background: #4180D7;
}
.social-media-footer a:hover img {
    filter: brightness(5);
}
.d-top-flex a {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    font-family: 'Jonova';
    padding: 0 2px;
}
.d-top-flex a:hover {
    color: #4180D7;
}
.top-end-footer h4 {
    margin-bottom: 7px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Metropolis';
}
.footer-nav-section {
    padding-bottom: 105px;
}
.top-end-footer {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 29px;
    margin-bottom: 45px;
}
.bottom-footer {
    margin: 0;
    padding: 12px 0px;
    background: #FFFFFF0F 0% 0% no-repeat padding-box;
    font-size: 12px;
    color: #FFFFFF98;
    font-weight: 300;
    font-style: normal;
    font-family: 'Metropolis';
}
.bottom-footer p {
    font-size: 12px;
    color: #FFFFFF98;
    font-weight: 300;
    font-style: normal;
    font-family: 'Metropolis';
    margin-bottom: 0;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.bottom-footer a {
    margin: 0px 6px;
    padding: 0px;
    font-size: 12px;
    color: #FFFFFF98;
    font-weight: 300;
    font-style: normal;
    font-family: 'Metropolis';
    text-decoration: none;
}
.bottom-footer a:hover {
    color: #4180D7;
}
.bottom-footer a img {
    transition: 0.5s ease;
}
.bottom-footer a:hover img {
    transform: scale(1.1);
}
.footer-nav-section h5 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: #4180D7;
    font-weight: 300;
    font-style: normal;
    font-family: 'Metropolis';
}
.footer-nav-section h5 a {
    color: #fff;
}
.search-modal {
    padding-right: 0 !important;
}
.search-modal .modal-content {
    border-radius: 0;
    border: 0;
}
.search-modal .modal-body {
    display: flex;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 50px 0;
}
.search-modal .modal-dialog {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: inherit;
}
.search-modal .modal-header {
    border: 0;
    position: absolute;
    right: 0;
    top: 47px;
    padding-right: 0;
}
.search-modal .modal-header .btn-close {
    filter: invert(40%) sepia(100%) saturate(600%) hue-rotate(170deg) brightness(100%) contrast(120%);
}
.modal-backdrop.overlay-hiden {
    display: none;
}
.btn-search {
    border: 0;
    background: url(../images/btn-arrow-right-orange.svg) right no-repeat;
    width: 21px;
    padding: 0;
}
.search-modal .modal-body form#searchform {
    width: 100%;
}
.search-modal .modal-body form#searchform p {
    margin-bottom: 0;
    line-height: 23px;
}
.search-modal .modal-body form#searchform .input-sec {
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 10px;
}
.search-modal .modal-body form#searchform .input-sec input.form-control {
    border: 0;
    font-size: 22px;
    font-weight: normal;
    padding-left: 0;
    color: #777777;
    font-family: 'Jonova';
}
.over-view-wrapepr {
    background: #10283C;
    position: relative;
    z-index: 1;
    padding-bottom: 154px;
    padding-top: 100px;
}
.overview-pattern {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    bottom: 0;
    height: 100%;
}
.overview-pattern img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.overview-box {
    max-width: 1034px;
    margin: auto;
    position: relative;
}
.img-section img {
    border-radius: 6px;
}
.img-section {
    position: relative;
}
.img-section {
    display: flex;
    align-items: center;
    padding-top: 26px;
}
.img-section2 {
    width: 259px;
    position: relative;
    top: 100px;
}
.image-sec2 {
    display: none;
}
.img-section1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-right: 14px;
    max-width: 345px;
}
.image-sec1 {
    margin-bottom: 14px;
}
.pager {
    align-items: center;
    justify-content: center;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.pager ul.pager__items {
    display: flex;
    padding-left: 0;
    list-style: none;
}
li.pager__item a {
    border: 1px solid #4180D7;
    padding: 2px 4px;
    line-height: normal;
    margin: 2px;
    color: #0A1F3D;
    font-size: 14px;
}
li.pager__item a:hover {
    color: #4180D7;
}
.overview-overtags h2 {
    color: #fff;
}
.overview-overtags h3 {
    color: #fff;
}
.overview-overtags h3::after {
    background: #fff;
}
.col-md-5.overview-right-sec {
    margin-top: 122px;
}
.overview-box .cta-align-left .btn-common-blue {
    padding: 0px 0 0 0px;
}
.overview-description p {
    color: #fff;
    margin-bottom: 38px;
    font-weight: 300;
}
.our-business-box h2 {
    margin-bottom: 45px;
}
.our-business-box p {
    margin-bottom: 36px;
}
.our-business-box {
    max-width: 408px;
}
.our-business-wrap .row {
    align-items: center;
}
/*Marquee slider starts  */
.gallery-marquee {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 900px;
    display: flex;
    overflow: hidden;
    padding-left: 85px;
}
.block-33 {
    width: 50%;
}
.display--inline-top {
    display: inline-block;
    vertical-align: top;
}
.fill-dimensions {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.relative {
    position: relative;
}
.cover-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;
}
.gallery-image {
    padding-bottom: 2.75em;
    /* animation: marqueeTop 8s linear infinite; */
}
.marquee-description {
    max-width: 39vh;
    margin: 0 auto;
}
.gallery-image__img {
    padding-top: 44vh;
    max-width: 41.5vh;
    margin: 0 auto 24px;
}
.gallery-h {
    overflow: hidden;
    padding: 0 8px;
}
.marquee-description {
    max-width: 39vh;
    margin: 0 auto;
}
.marquee-description h4 {
    font-size: 18px;
    line-height: normal;
    color: #000;
    margin-bottom: 14px;
    font-weight: normal;
}
.marquee-description p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 17px;
    min-height: 51px;
}
.marquee-overlay {
    z-index: 9;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFFD8 37%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.marquee-overlay.bottom {
    /* background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFFD8 37%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%; */
}
@keyframes marqueeTop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes marqueeBottom {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
/* Marquee slider ends */
.s-result {
    margin-bottom: 44px;
}
.s-result h4 {
    font-size: 26px;
    line-height: 33px;
    text-transform: capitalize;
    text-align: left;
    font-family: 'Jonova';
    letter-spacing: normal;
    padding-bottom: 0;
    color: #000;
    margin-bottom: 20px;
}
.s-result h4 a {
    color: #000;
}
.s-result h4 a:hover {
    color: #4180D7;
}
.general-content h4 {
    font-size: 38px;
    line-height: 43px;
    color: #000;
    font-weight: normal;
    letter-spacing: 3.53px;
    font-family: 'Jonova';
    text-transform: uppercase;
    margin-bottom: 30px;
}
.home-map-sec {
    background: #F2F9FF;
    padding-top: 134px;
    padding-bottom: 2px;
}
.home-map-sec.home-logo-gal-wrapper {
    padding-top: 0;
    padding-bottom: 224px;
}
.map-sec-content {
    max-width: 790px;
    margin: 0 auto 30px;
}
.map-sec-content p {
    margin-bottom: 0;
}
.map-sec-content h2 {
    margin-bottom: 15px;
}
.globe-img-wrap {
    margin-bottom: 45px;
    /* overflow-x: auto;
  white-space: nowrap; */
}
.globe-img {
    text-align: center;
    width: 1110px;
    margin: 0 auto 25px;
    position: relative;
}
.marker {
    position: absolute;
    -webkit-animation: grow 2s ease-out;
    -moz-animation: grow 2s ease-out;
    animation: grow 2s ease-out;
}
.marker::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #FB3F3C;
    position: absolute;
    left: 12px;
    top: 12px;
    /* transform: translate(-50%, -50%); */
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-animation: grow 2s ease-out;
    -moz-animation: grow 2s ease-out;
    animation: grow 2s ease-out;
}
/* .marker-1 {
  top: 15%;
  left: 11%;
} */
/* .marker-2 {
  top: 64%;
  left: 26%;
} */
.marker-3 {
    top: 37%;
    left: 56%;
}
/* .marker-4 {
  top: 50%;
  left: 42%;
} */
.marker-5 {
    top: 17%;
    left: 43%;
    display: none;
}
.marker-6 {
    top: 25%;
    left: 57%;
    display: none;
}
/* .marker-7 {
  top: 30%;
  left: 56%;
} */
.marker-8 {
    top: 36%;
    left: 59%;
}
/* .marker-9 {
  top: 44%;
  left: 57%;
} */
.marker-10 {
    top: 46%;
    left: 55%;
}
.marker-11 {
    top: 24%;
    left: 56%;
    display: none;
}
.marker-12 {
    top: 34%;
    left: 58%;
}
.marker-13 {
    top: 36%;
    left: 59%;
}
/* .marker-14 {
  top: 36%;
  left: 61%;
} */
.marker-15 {
    top: 38%;
    left: 60%;
}
.marker-16 {
    top: 37%;
    left: 60%;
}
.marker-17 {
    top: 38%;
    left: 60%;
}
.marker-18 {
    top: 41%;
    left: 61%;
}
.marker-19 {
    top: 42%;
    left: 66%;
    display: none;
}
/* .marker-20 {
  top: 32%;
  left: 71%;
}

.marker-21 {
  top: 56%;
  left: 83%;
}

.marker-22 {
  bottom: 12%;
  right: 12%;
} */
.dot {
    height: 33px;
    width: 33px;
    z-index: 2;
    opacity: 0;
    border: 10px solid #df6c6a;
    background: #FB3F3C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse 2s ease-out;
    -moz-animation: pulse 2s ease-out;
    animation: pulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1.2s;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}
@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(1);
    }
    55% {
        -webkit-transform: scale(1.2);
    }
    65% {
        -webkit-transform: scale(0.6);
    }
    70% {
        -webkit-transform: scale(1);
    }
}
/* .brand-slider-outer .swiper-slide {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  box-shadow: 2px 5px 21px #BFBFBF29;
  margin-bottom: 18px;
} */
.brand-slider-outer .home-fold5-item {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 86px;
    box-shadow: 2px 5px 21px #BFBFBF29;
    margin-bottom: 18px;
    display: flex;
}
.brand-slider-outer .home-fold5-item img {
    /* -webkit-transition: 0.5s ease;
    transition: 0.5s ease;*/
}
.brand-slider-outer .home-fold5-item:hover img {
    transform: scale(1.1);
    cursor: pointer;
}
.career-cross-img {
    position: relative;
    background: #0063B6;
    border-radius: 6px;
    margin-top: -164px;
}
.career-crosslink h3 {
    color: #fff;
    margin-bottom: 25px;
}
.career-crosslink h2 {
    color: #fff;
    margin-bottom: 20px;
    max-width: 450px;
    text-align: center;
}
.career-crosslink h3::after {
    background: #fff;
}
.career-cross-img img {
    width: 100%;
    border-radius: 6px;
    opacity: 0.4;
}
.crosslink-for-mobile {
    display: none;
}
.career-crosslink {
    padding-bottom: 116px;
}
.career-cross-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news-insights-wraper {
    --scroll-bar: 8px;
    padding-bottom: 54px;
    overflow: hidden;
}
.news-insights-head {
    margin-bottom: 55px;
}
.news-insights-head h3 {
    margin-bottom: 23px;
}
.news-insights-head h2 {
    margin-bottom: 0;
}
.btn-right-mobile {
    display: none;
}
.news-insights-slider-outer {
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
}
.news-insights-sliderbox {
    border: 1px solid #70707040;
    border-radius: 6px;
    display: flex;
    /* align-items: flex-start; */
}
.news-insights-sliderbox img {
    border-radius: 6px 0 0 6px;
    object-fit: cover;
    max-width: 204px;
}
.news-insights-sliderbox-descr {
    padding: 25px 30px;
}
.news-insights-sliderbox-descr h6 {
    color: #000000;
    font: normal normal normal 22px/28px Jonova;
    letter-spacing: 0px;
    margin-top: 15px;
    margin-bottom: 14px;
}
.news-insights-sliderbox-descr p {
    font: normal normal normal 14px/20px Metropolis;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 19px;
}
.news-insights-sliderbox-descr .event {
    background: #E5F3FF 0% 0% no-repeat padding-box;
    border-radius: 14px;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #4180D7;
    text-transform: uppercase;
    padding: 7px 11px;
    text-align: center;
    font-weight: 500;
    margin-right: 14px;
    font-family: 'Metropolis';
}
.news-insights-sliderbox-descr .date {
    font-size: 12px;
    color: #838383;
    line-height: normal;
    letter-spacing: 1.2px;
}
.readmre-btn {
    color: #000000;
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    position: relative;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-family: 'Metropolis Semi';
}
.readmre-btn::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    position: absolute;
    bottom: 0;
}
.readmre-btn:hover {
    color: #00367E;
}
.readmre-btn:hover::after {
    background: #00367E;
}
.news-insights-slider-outer .an-slider-arrows {
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
}
.an-slider-arrows {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
}
.an-slider-arrows .swiper-button-prev {
    display: inline-block;
    position: inherit;
    display: inline-flex;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    margin-right: 9px;
}
.an-slider-arrows .swiper-button-next {
    display: inline-block;
    position: inherit;
    display: inline-flex;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    margin-left: 9px;
}
.an-slider-arrows .swiper-button-next:hover, .an-slider-arrows .swiper-button-prev:hover {
    opacity: .35;
}
.an-slider-arrows .swiper-button-next::after, .an-slider-arrows .swiper-button-prev::after {
    display: none;
}
.news-insights-head .row {
    align-items: end;
}
.btn-right {
    text-align: right;
}
.about-first-wrap {
    padding-top: 124px;
}
.about-first-wrap h3 {
    margin-bottom: 21px;
}
.about-container {
    max-width: 860px;
    margin: auto;
    text-align: center;
}
.about-container h2 {
    font-size: 26px;
    line-height: 33px;
    text-transform: none;
    text-align: center;
    font-family: 'Jonova';
    letter-spacing: normal;
    padding-bottom: 32px;
}
.chairman-message-wrap {
    background: url(../images/chairman-message-bg.jpg) center bottom no-repeat;
    background-size: cover;
    margin-top: -420px;
    height: 758px;
}
.chairman-message::before {
    content: '';
    width: 1px;
    height: 300px;
    background: #4180D7;
    position: absolute;
    left: -60px;
    top: -60px;
}
.chairman-box {
    display: flex;
    width: 100%;
    position: relative;
    top: 340px;
}
.message-title {
    padding-top: 0px;
    max-width: 22.3%;
    width: 100%;
    position: relative;
    margin-left: 138px;
    bottom: 100px;
}
.chairman-message {
    padding-top: 0px;
    max-width: 30.4%;
    margin-left: 310px;
    width: 100%;
    position: relative;
    bottom: 30px;
}
.chairman-message p {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin-bottom: 35px;
    position: relative;
}
.chairman-message p::before {
    content: '';
    background: url(../images/quote-icon.svg)left top no-repeat;
    position: absolute;
    width: 39px;
    height: 29px;
    top: -60px;
}
.chairman-message h6 {
    font-family: 'Metropolis Semi';
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #000;
}
.chairman-message span {
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    letter-spacing: normal;
    color: #777777;
    display: block;
}
.chairman-img {
    /* margin-left: -156px; */
    z-index: 9;
}
.author-detail {
    max-width: 235px;
    position: absolute;
}
.vision-mission-head {
    position: relative;
    background: #10283C;
    padding: 110px 0;
    color: #fff;
    z-index: 0;
}
.vision-mission-head-pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.vision-mission-head h3 {
    color: #fff;
}
.vision-mission-head p {
    color: #fff;
    margin-bottom: 0;
}
.vision-mission-head h3::after {
    background: #fff;
}
.vision-mission-head h2 {
    max-width: 352px;
    color: #fff;
    margin-bottom: 0;
}
.vision-mission-head-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.center-div {
    max-width: 900px;
    margin: auto;
}
.row.our-vision {
    align-items: center;
    margin-bottom: 50px;
    /* margin-top: -77px; */
    margin-top: 67px;
}
.vision-img img {
    border-radius: 6px;
}
.vision-img {
    padding-right: 90px;
}
.vision-content p {
    margin-bottom: 0;
    margin-left: 39px;
    position: relative;
    max-width: 380px;
    padding-left: 23px;
}
.vision-content p::before {
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #4180D7;
}
.vision-content h2 {
    margin-bottom: 30px;
}
.row.our-mission {
    align-items: center;
}
.more-abt-sliderbox.second-level {
    margin-bottom: 80px;
}
.our-mission .vision-img {
    /* padding-left: 90px; */
    padding-left: 10px;
    padding-right: 0;
}
.our-mission .vision-content {
    padding-right: 66px;
}
.vision-mission-description {
    padding-bottom: 124px;
}
.vision-mission-description {
    padding-bottom: 124px;
    position: relative;
}
.vision-mission-content-pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.vision-mission-content-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-history-wrap {
    background: #F2F9FF;
    padding: 65px 0;
}
.our-history-wrap h2 {
    margin-bottom: 60px;
}
.our-history-wrap p {
    margin-bottom: 28px;
}
.p-left {
    padding-left: 100px;
}
.our-history-wrap img {
    border-radius: 6px;
}
.awards-acc-wrapper {
    position: relative;
    padding-top: 111px;
    padding-bottom: 100px;
}
.awards-acc-pttern {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
@media (max-width: 1400px) {}
.awards-acc-pttern img {
    width: 100%;
    object-fit: inherit;
}
.award-head {
    max-width: 610px;
    text-align: center;
    margin: 0 auto 50px;
}
.awards-acc-box {
    position: relative;
}
.awards-acc-box img {
    width: 100%;
    border-radius: 6px;
}
.awards-acc-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.65);
    width: 100%;
    display: block;
    border-radius: 6px;
    height: 100%;
}
.awards-acc-slider .swiper-slide.swiper-slide-active .awards-acc-box::before {
    display: none;
}
.awards-acc-slider-arrows {
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    width: 100%;
    max-width: 750px;
    /* transform: translateY(50%); */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    height: calc(100% - 80px);
}
.awards-acc-slider-outer {
    position: relative;
}
.awards-acc-slider-arrows .swiper-button-prev, .awards-acc-slider-arrows .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0px;
    width: 64px;
    height: 64px;
    bottom: auto;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.awards-acc-slider-arrows .swiper-button {
    position: relative;
}
.awards-acc-slider-arrows .swiper-button::before {
    content: '';
    border: 1px solid #4180D7;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    width: 0;
    height: 0;
    opacity: 0;
}
.awards-acc-slider-arrows .swiper-button svg {
    width: 21px;
}
.awards-acc-slider-arrows .swiper-button:hover::before {
    width: 64px;
    height: 64px;
    opacity: 1;
}
.awards-acc-slider-arrows .swiper-button svg {
    stroke: #000;
}
.awards-acc-slider-arrows .swiper-button:hover svg {
    stroke: #4180D7;
}
.awards-acc-desc {
    text-align: center;
    padding-top: 32px;
    display: none;
}
.awards-acc-slider-outer .swiper-slide.swiper-slide-active .awards-acc-desc {
    display: block;
}
.awards-acc-desc h5 {
    font-size: 22px;
    line-height: normal;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: 'Jonova';
    text-transform: capitalize;
}
.awards-acc-desc p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0 40px;
}
.awards-acc-slider-arrows .swiper-button-next:after, .awards-acc-slider-arrows .swiper-button-prev:after {
    display: none;
}
.award-modal .modal-dialog {
    max-width: 890px !important;
}
.modal.award-modal {
    padding-right: 0px !important;
}
.award-modal .modal-content {
    background: transparent;
    border: 0;
}
.award-modal .modal-header {
    border: 0;
    position: absolute;
    right: -45px;
    top: 10px;
}
.award-modal .modal-header .btn-close {
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    background-size: 36%;
    /* filter: invert(1); */
    /* background: #fff; */
    background: #fff var(--bs-btn-close-bg) center / .7em auto no-repeat;
    opacity: 1;
}
.award-modal .modal-header .btn-close:hover {
    background: #4180D7 var(--bs-btn-close-bg) center / .7em auto no-repeat;
    border: 1px solid #4180D7 !important;
}
.award-modal img {
    border-radius: 6px;
}
.awards-acc-slider .swiper-slide.swiper-slide-prev {
    transform: scale(0.75);
    transform-origin: right;
}
.awards-acc-slider-outer .swiper-slide.swiper-slide-next {
    transform: scale(0.75);
    transform-origin: left;
}
.awards-acc-slider-outer .swiper-slide {
    width: 37% !important;
    transition: transform 0.7s ease-out;
}
.title-tag {
    font-size: 116px;
    line-height: normal;
    color: #0063B6;
    text-transform: uppercase;
    font-family: 'Jonova';
    letter-spacing: 3.53px;
}
.alnaser-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.gsap-tray {
    height: 750px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    white-space: nowrap;
}
.gsap-tray .common-tray img {
    border-radius: 6px;
}
.common-tray {
    position: absolute;
    /* width: 0; */
    opacity: 0;
}
.tray-img1 {
    max-width: 282px;
}
.tray-img2 {
    max-width: 282px;
}
.tray-img3 {
    max-width: 239px;
}
.tray-img4 {
    max-width: 486px;
}
.tray-img5 {
    max-width: 216px;
}
.tray-img6 {
    max-width: 282px;
}
.tray-img7 {
    max-width: 243px;
    opacity: 0 !important;
}
.busiesslist-box {
    margin-bottom: 70px;
}
.busiesslist-box .business-img img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 100%;
}
.busiesslist-box:hover .business-img img {
    transform: scale(1.08);
}
.business-img {
    overflow: hidden;
    border-radius: 6px;
}
.other-industries-wrap {
    padding-bottom: 60px;
}
.business-detail-box {
    max-width: 505px;
    margin: -80px auto 0;
    background: #fff;
    background: #FFFFFF;
    box-shadow: 0px 16px 45px #0063B612;
    border-radius: 6px;
    z-index: 9;
    position: relative;
    padding: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.business-detail-box h4 {
    font-size: 20px;
    line-height: normal;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Jonova';
    text-transform: uppercase;
    letter-spacing: 0;
}
.business-detail-box p {
    margin-bottom: 0;
}
.bus-title {
    max-width: 75%;
}
.readmore-arrow-btn {
    display: flex;
    border: 1px solid #4180D7;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.readmore-arrow-btn svg {
    stroke: #4180D7;
    rotate: 44deg;
}
.busiesslist-box:hover .readmore-arrow-btn svg {
    stroke: #fff;
}
.readmore-arrow-btn::before {
    content: '';
    background: #4180D7;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 0;
    height: 0;
    opacity: 0;
}
.busiesslist-box:hover .readmore-arrow-btn::before {
    width: 62px;
    height: 62px;
    opacity: 1;
    z-index: -1;
}
.business-wrap {
    padding-top: 129px;
    position: relative;
    padding-bottom: 60px;
}
.bottom-footer .gmi-link a {
    text-decoration: underline !important;
}
.common-moreabt-wrap h2 {
    margin-bottom: 50px;
}
.blue-wavy-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}
.blue-wavy-pattern img {
    width: 100%;
}
.more-abt-slider-descr {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 6px 0px 0px;
    margin-top: 0;
    z-index: 9;
    position: relative;
    width: 93%;
    padding: 27px 30px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    top: 0;
}
.more-abt-slider-descr h4 {
    font-size: 20px;
    line-height: normal;
    color: #000;
    margin-bottom: 22px;
    font-weight: normal;
    font-family: 'Jonova';
    text-transform: uppercase;
    letter-spacing: 0;
    min-height: 50px;
}
.common-moreabt-wrap {
    padding-bottom: 100px;
}
.more-abt-slider-descr .p-line {
    margin-left: 25px;
    padding-left: 20px;
    position: relative;
}
.more-abt-slider-descr .p-line::before {
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #4180D7;
}
.more-abt-slider-descr p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 17px;
}
.second-level .more-abt-slider-descr p {
    margin-bottom: 18px;
}
.more-abt-slider-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.more-abt-slider-img img {
    border-radius: 6px;
}
.more-abt-slider-img::before {
    content: '';
    border-radius: 50%;
    width: 0;
    height: 0;
    background: rgba(65, 128, 215, 0.6);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    line-height: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.readmore-arrow-btn-inner {
    display: flex;
    background: #fff;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
}
.more-abt-sliderbox:hover .more-abt-slider-img::before {
    width: 140%;
    height: 200%;
}
.more-abt-sliderbox:hover .readmore-arrow-btn-inner {
    opacity: 1;
}
.more-abt-sliderbox:hover .more-abt-slider-descr {
    margin-top: 0;
    top: -31px;
}
.more-abt-sliderbox .second-level-zoom {
    overflow: hidden;
}
.second-level-zoom {
    border-radius: 6px;
}
.more-abt-sliderbox .second-level-zoom img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 100%;
}
.more-abt-sliderbox:hover .second-level-zoom img {
    transform: scale(1.1);
}
.second-level-tab-section {
    padding-top: 116px;
    padding-bottom: 70px;
    position: relative;
}
.second-level-desc {
    text-align: center;
    margin: 0 auto 78px;
}
.career-crosslink.lets-connect h2 {
    max-width: 650px;
}
.second-level-tab-section h2 {
    margin-bottom: 55px;
}
.tab-section .content.active {
    display: block;
}
.tab-section .content {
    display: none;
}
.tab-section .tab-heading {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #CACFD4;
    margin-bottom: 38px;
}
.tab-heading a {
    color: #8B9DAD;
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    padding: 14px 10px 13px 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 0 30px;
    font-family: 'Jonova';
    letter-spacing: 1.6px;
    position: relative;
}
.tab-heading a:hover {
    color: #000;
}
.tab-heading a.active {
    /* border-bottom: 4px solid #4180D7; */
    color: #000;
}
.tab-heading a.active::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #4180D7;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab-heading a svg {
    margin-right: 19px;
    width: 47px;
}
.tab-heading a:hover svg path {
    fill: #4180D7 !important;
}
.tab-heading a:hover svg line {
    fill: #4180D7 !important;
}
.tab-heading a.active svg path {
    fill: #4180D7 !important;
}
.tab-heading a.active svg line {
    fill: #4180D7 !important;
}
.tab-heading a:hover svg rect {
    fill: #4180D7 !important;
}
.tab-heading a.active svg rect {
    fill: #4180D7 !important;
}
.lets-connect .career-cross-img {
    margin-top: 0;
}
.other-industries-wrap h2 {
    margin-bottom: 50px;
}
.blue-wavy-pattern2 {
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}
.blue-wavy-pattern2 img {
    width: 100%;
}
.third-level-slider-wrapper {
    position: relative;
    padding-top: 114px;
    padding-bottom: 82px;
    --scroll-bar: 8px;
}
.third-level-slder-left img {
    margin-bottom: 25px;
}
.third-level-slder-left p {
    max-width: 380px;
    /* margin-bottom: 240px; */
}
.third-level-slder-left {
    height: 100%;
    /* background: yellow; */
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}
.third-level-slder-left {
    padding-bottom: 73px;
}
.pattern-banner .career-listing-wrapper img {
    opacity: 1;
}
.blue-wavy-pattern3 {
    position: absolute;
    /* bottom:-95px; */
    bottom: -165px;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 100%; */
    z-index: -1;
}
.blue-wavy-pattern3 img {
    width: 100%;
    height: 100%;
}
.level-third-sliderbox img {
    border-radius: 6px;
}
.swiper-minus {
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
}
.swiper-minus.single-item {
    margin-right: inherit !important;
}
.swiper-minus.single-item .single-image {
    width: 100%;
    height: 70%;
    object-fit: cover;
}
.swiper-minus.single-item .col-md-7 {
    text-align: right;
}
.level-third-slider-outer .swiper-wrapper {
    align-items: end;
    justify-content: flex-start !important;
    /* Forces alignment to the left */
    transition: transform 0.5s ease-out;
    /* Smooth transition */
    flex-shrink: 0;
    /* Prevent shrinking */
}
.level-third-slider .swiper-slide {
    width: auto;
    /* Allow dynamic width */
    flex-shrink: 0;
    /* Prevent shrinking */
    transition: transform 0.5s ease-out;
    /* Smooth transition */
    /*transform: scale(.92) !important;*/
    transform: scale(1) !important;
}
.level-third-slider .swiper-slide-active {
    /*  width: 54% !important;*/
    height: 100%;
    transform: scale(1) !important;
    /* height: 335px !important; */
}
.key-project-left {
    padding: 113px 0px 0 0;
    background: #10283C;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.level-third-slider-outer .an-slider-arrows {
    justify-content: flex-start;
    padding-left: 22.2%;
}
.keyleft-max-width {
    max-width: 475px;
}
.keyleft-max-width p {
    max-width: 85%;
    margin-bottom: 45px;
    padding-left: 94px;
}
.key-project-left h3 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
}
.key-project-left h2 {
    color: #fff;
    margin-bottom: 31px;
}
.key-project-left p {
    color: #fff;
}
.key-project-left h3::after {
    background: #fff;
}
.keyproject-small-slider-wrap {
    position: absolute;
}
.keyprojects-slider-right-outer {
    width: 100%;
    height: 100%;
}
.keyprojects-slider-right-outer .swiper-slide {
    width: 100%;
    height: 100%;
}
.keyprojects-slider-right-outer .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.keyproject-small-slider-outer .swiper-pagination {
    width: auto !important;
    position: inherit;
    order: 2;
}
.keyproject-small-slider-wrap {
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100%;
    border-radius: 6px;
    padding: 31px 31px 20px;
    right: -218px;
    max-width: 384px;
    min-width: 384px;
}
.keyproject-small-sliderbox h5 {
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Jonova';
    margin-bottom: 5px;
}
.keyproject-small-sliderbox span {
    font-size: 14px;
    line-height: normal;
    color: #777777;
}
.key-projects-pagination-wrap {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
}
.swiper-pagination .swiper-pagination-current {
    font-size: 22px;
    color: #000;
    font-weight: normal;
    font-family: 'Jonova';
}
.swiper-pagination .swiper-pagination-total {
    font-size: 14px;
    color: #777777;
    font-weight: normal;
    font-family: 'Jonova';
}
span.swiper-pagination-separator {
    font-size: 14px;
    color: #777777;
}
.keyproject-small-slider-wrap .an-slider-arrows {
    flex-wrap: wrap;
    padding-top: 25px;
}
.brand-slider-logo-wrap {
    padding-top: 0px;
    padding-bottom: 0;
}
.brand-slider-logo-wrap h2 {
    font-size: 22px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Jonova';
    margin-bottom: 45px;
    letter-spacing: 2.05px;
    font-weight: normal;
    text-align: center;
}
.brand-slider-logo-box {
    border-right: 1px solid #E6E6E7;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-radius: 0px;
    /* height: 122px; */
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 39px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.brand-slider-logo-box img {
    min-height: 36px;
    width: 100%;
    height: auto;
}
a.openPopup {
    cursor: pointer;
}
.brand-slider-logo-box:hover {
    border: 1px solid #4180D7;
    border-radius: 0px;
    cursor: pointer;
}
.openPopup.active .brand-slider-logo-box {
    border: 1px solid #4180D7;
    border-radius: 0px;
}
.reach-out-wrap-inner {
    padding-top: 12px;
    padding-bottom: 102px;
}
.reachout-box-lft {
    max-width: 420px;
    padding-left: 50px;
}
.reach-out-wrap-inner h2 {
    margin-bottom: 32px;
}
.anp-cnt-box {
    background: #F2FAFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding: 62px 75px;
    z-index: 9;
    position: relative;
}
.anp-phone {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
    gap: 30px;
    flex-wrap: wrap;
}
.anp-cnt-box h4 {
    font-size: 22px;
    line-height: normal;
    color: #000;
    margin-bottom: 15px;
    font-weight: normal;
    font-family: 'Jonova';
    text-transform: uppercase;
    letter-spacing: 0px;
}
.anp-cnt-box p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 17px;
    font-weight: normal;
}
.anp-cnt-box a {
    color: #000;
    font-size: 18px;
    line-height: normal;
}
.anp-cnt-box a:hover {
    color: #4180D7;
}
.anp-phone img {
    padding-right: 12px;
}
.anp-mail-wrap a {
    color: #000;
    font-size: 16px;
    line-height: normal;
}
.anp-mail-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
.our-stores-inner {
    padding-bottom: 93px;
    position: relative;
}
.our-stores-inner h2 {
    text-align: center;
    margin-bottom: 34px;
}
.store-boxes-inner {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 60px #0000001A;
    border-radius: 6px;
    padding: 22px 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}
.store-boxes-left {
    max-width: 234px;
}
.store-boxes-inner h4 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'Jonova';
    text-transform: uppercase;
    letter-spacing: 0px;
}
.store-boxes-inner a {
    color: #4180D7;
    font-size: 14px;
}
.store-boxes-inner a:hover img {
    transform: scale(1.05);
}
.store-boxes-inner img {
    margin-top: 0px;
    max-width: 25px;
    transition: all 300ms ease;
}
.btn-wrapp {
    margin-top: 18px;
}
.anp-phone-left {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    row-gap: 20px;
}
.brand-slider-logo-outer {}
.brand-popup {
    width: 100%;
    height: 0;
    background: #F2FAFF;
    border-radius: 6px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: relative;
    padding: 47px;
    margin-top: 10px;
    top: -50px;
}
.brand-popup.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    top: 0;
}
.popup-content {
    width: 100%;
    position: relative;
}
.popup-content p {
    margin-bottom: 0;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #4180D7;
    border: 1px solid #4180D7;
    border-radius: 50%;
    height: 24px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-btn:hover {
    color: #000;
    border: 1px solid #000;
}
.marquee-wrapper {
    display: flex;
}
.marquee {
    overflow: hidden;
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 10px;
}
@media(min-width:768px) {
    .key-projects-wrap [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-nav-section h5 a {
        pointer-events: none;
        color: #4180D7;
    }
    .footer-nav-section .collapse:not(.show) {
        display: block;
    }
}
@media(min-width:1100px) {
    .our-history-wrap [class*="col-"] {
        padding-left: 60px;
        padding-right: 60px;
    }
    .our-history-wrap [class*="row"] {
        margin-left: -60px;
        margin-right: -60px;
    }
    .home-map-sec [class*="col-"] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .home-map-sec [class*="row"] {
        margin-left: -25px;
        margin-right: -25px;
    }
    .overview-box [class*="col-"] {
        padding-left: 65px;
        padding-right: 65px;
    }
    .overview-box [class*="row"] {
        margin-left: -65px;
        margin-right: -65px;
    }
}
@media(max-width:1600px) {
    .keyproject-small-slider-wrap {
        right: -140px;
    }
}
@media(max-width:1440px) {
    .chairman-img {
        margin-left: 0px;
    }
    .more-abt-slider-descr {
        padding: 27px 25px;
    }
    .awards-acc-slider-outer .swiper-slide {
        width: 34% !important;
    }
}
@media(max-width:1280px) {
    .title-tag {
        font-size: 105px;
    }
    .news-insights-sliderbox-descr .event {
        font-size: 11px;
    }
    .news-insights-sliderbox-descr {
        padding: 25px 28px;
    }
}
@media(max-width:1180px) {
    .main-nav li {
        padding: 0px 16px;
    }
    .main-nav li:first-child {
        padding-right: 24px;
    }
    .key-project-left {
        padding: 80px 0px 0 0;
    }
    .key-project-left h2 {
        font-size: 26px;
    }
    .keyproject-small-slider-wrap {
        padding: 20px 30px;
    }
    .keyleft-max-width {
        max-width: 370px;
    }
    .chairman-message-wrap {
        margin-top: -415px;
    }
    .title-tag {
        font-size: 65px;
    }
    .globe-img-wrap::-webkit-scrollbar {
        height: 4px;
        border-radius: 5px;
    }
    .globe-img-wrap::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #F3F4F9;
    }
    .globe-img-wrap::-webkit-scrollbar-thumb {
        background-color: #4180D7;
        border-radius: 10px;
    }
    .globe-img-wrap {
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
    }
    .home-banner video {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100vh;
    }
    .main-nav li {
        padding: 0px 12px;
    }
}
@media(max-width:1024px) {
    .awards-acc-pttern img {
        width: 100%;
        height: 100%;
    }
    .megamenu-wrap-in::before {
        left: 49%;
    }
    .business-detail-box p {
        min-height: 60px;
    }
    .search-modal .modal-body {
        padding: 50px 0 50px 19px;
    }
    .keyleft-max-width p {
        margin-bottom: 20px;
    }
    .key-project-left h2 {
        margin-bottom: 15px;
    }
    .anp-cnt-box a {
        font-size: 14px;
    }
    .anp-cnt-box {
        padding: 35px 27px;
    }
    .anp-mail-wrap a {
        font-size: 16px;
    }
    .store-boxes-inner h4 {
        font-size: 12px;
        line-height: 22px;
    }
    li.drop-down:before {
        right: 0;
    }
    .third-level-slder-left p {
        margin-bottom: 150px;
    }
    .awards-acc-slider-arrows {
        max-width: 600px;
        height: calc(100% - 195px);
    }
    .main-nav li a:hover::after, .main-nav li.current-menu-item a::after {
        bottom: -27px;
    }
    .footer-social {
        display: inline-block !important;
    }
    .bottom-footer a {
        margin: 0px 6px;
    }
}
@media (max-width: 1023.5px) {
    .title-tag {
        opacity: 0;
        /* font-size: 48px; */
    }
    .common-tray.tray-img4 {
        z-index: 9;
    }
    .common-tray {
        opacity: 1;
    }
    .tray-img1, .tray-img2, .tray-img3, .tray-img5, .tray-img6, .tray-img7 {
        opacity: 0;
    }
    .gsap-tray {
        padding-top: 150px;
        height: auto;
    }
}
@media (max-width: 991.5px) {
    .business-detail-box {
        padding: 30px;
    }
    .business-detail-box h4 {
        font-size: 18px;
    }
    .search-button {
        margin: 0 38px 0;
    }
    .store-boxes-inner h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .reachout-box-lft {
        max-width: 300px;
        text-align: center;
        margin: 0 auto 35px;
        padding-left: 0;
    }
    .keyleft-max-width p {
        margin: 0 auto 30px;
        padding-left: 0;
    }
    .keyleft-max-width {
        text-align: center;
        max-width: inherit;
    }
    .keyproject-small-slider-wrap {
        position: relative;
        right: 0;
        left: 0;
        text-align: left;
        margin: 0 auto -75px;
    }
    .key-project-left {
        justify-content: center;
    }
    .bus-title {
        max-width: 74%;
    }
    .message-title {
        max-width: 342px;
        margin: auto;
        text-align: center;
    }
    .chairman-img {
        order: 3;
        margin-left: 0;
    }
    .chairman-message {
        padding-top: 0px;
        max-width: 340px;
    }
    .author-detail {
        position: inherit;
    }
    .message-title {
        padding-top: 220px;
    }
    .chairman-message p {
        margin-bottom: 30px;
        font-weight: normal;
    }
    .career-crosslink h2 {
        max-width: 290px;
        margin-bottom: 28px;
    }
    .crosslink-for-desktop {
        display: none;
    }
    .crosslink-for-mobile {
        display: block;
    }
    .d-top-flex {
        gap: 40px;
    }
    .footer-nav-section {
        padding-bottom: 30px;
    }
    .top-info-mobile {
        margin-top: 40px;
        padding-bottom: 244px;
        position: relative;
        /* bottom: 50px; */
        text-align: left;
    }
    .top-info-mobile a {
        color: #000;
        font-size: 12px;
    }
    .top-info-mobile a:hover {
        color: #2668C4;
    }
    .top-info-mobile span {
        color: #CECECE;
        padding: 0 10px;
    }
    .search-modal .modal-body {
        max-width: 800px;
    }
    .mob-menu-sec li a {
        color: #000000;
        line-height: 45px;
        font-weight: 600;
        font-family: 'Metropolis Semi';
        font-size: 13px;
        letter-spacing: 1.4px;
        padding: 0px 2px 0px 2px !important;
        align-items: center;
        justify-content: space-between;
        text-transform: uppercase;
    }
    .menu-main-wrap .mob-menu-sec .sub-menu {
        position: inherit;
        top: 0;
        width: auto;
        margin-bottom: 10px;
        display: none;
        opacity: inherit;
        padding: 0;
        transition: 0.5s ease;
    }
    .mob-menu-sec .sub-menu li .sub-menu li a {
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 20px;
        margin-bottom: 19px;
        display: inline-block;
    }
    .menu-item-has-children {
        position: relative;
    }
    .menu-item-has-children .res-submenu.active {
        transform: rotate(-135deg);
    }
    .menu-item-has-children .res-submenu {
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        right: 12px;
        top: 11px;
        border-color: #4180D7;
    }
    .menu-item-has-children .sub-menu .res-submenu {
        right: 35px;
    }
    .menu-main-wrap .mob-menu-sec li.menu-item-has-children.active .sub-menu {
        pointer-events: auto;
        display: block;
        transform: translateY(0);
        padding-left: 30px;
    }
    .menu-main-wrap .mob-menu-sec li.menu-item-has-children.active li.menu-item-has-children .sub-menu {
        position: inherit;
        top: 0;
        width: auto;
        margin-bottom: 10px;
        display: none;
        opacity: inherit;
        padding: 0;
        transition: 0.5sease;
    }
    .menu-main-wrap .mob-menu-sec li.menu-item-has-children li.menu-item-has-children.active .sub-menu {
        pointer-events: auto;
        display: block;
        transform: translateY(0);
        padding-left: 30px;
    }
    .top-btm-menu .row {
        align-items: center;
    }
    .mob-menu-sec {
        padding-top: 40px;
        margin-bottom: 40px;
        position: relative;
    }
    .menu-main-wrap .common-btn-green {
        display: block;
        text-align: center;
    }
    .mobile-logo-header {
        display: flex;
        justify-content: flex-end;
    }
    .main-nav-wrap {
        display: none;
    }
    .buger-wrap {
        display: flex;
        justify-content: flex-end;
    }
    .hm-manu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
    }
    .brand-slider-logo-box {
        padding: 0px 15px;
    }
    .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 22px;
        height: 16px;
        cursor: pointer;
    }
    .hamburger div {
        -ms-flex-item-align: end;
        align-self: flex-end;
        height: 2.4px;
        width: 100%;
        background: #fff;
        border-radius: 4px;
        width: 24px;
    }
    .home-header.fixed .hamburger div, .home-header.inner-header .hamburger div {
        background: #000;
    }
    .hamburger .meat {
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        width: 17px;
    }
    .hamburger .bottom-bun {
        margin-right: 0px;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        width: 20px;
    }
    .menu-main-wrap.show {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .pos-relative {
        position: relative;
        padding: 37px 20px;
        height: 100%;
    }
    .menu-main-wrap {
        width: 90%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 1001;
        background: url(../images/mobile-menu-bg.svg) bottom no-repeat #fff;
        /* padding: 37px 25px; */
        background-size: 100%;
        right: 0;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 10001;
        -webkit-transition: 0.3s ease-in !important;
        transition: 0.3s ease-in !important;
        overflow: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .close-menu-div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .overlay-mobile-menu.show {
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 10000;
    }
}
@media(max-width:820px) {
    .career-listing-wrapper img {
        height: 300px;
        object-fit: cover;
    }
    .business-detail-box h4 {
        font-size: 17px;
    }
    .business-detail-box p {
        min-height: 80px;
    }
    .business-detail-box {
        padding: 32px;
    }
    .more-abt-slider-descr {
        padding: 25px 20px;
    }
    .more-abt-slider-descr .p-line {
        margin-left: 15px;
        padding-left: 15px;
    }
    .more-abt-slider-descr h4 {
        font-size: 17px;
        min-height: inherit;
    }
    .d-top-flex {
        gap: 15px;
    }
    .news-insights-sliderbox {
        min-height: 325px;
    }
    .gallery-marquee {
        max-height: 500px;
    }
    .our-business-box h2 {
        font-size: 36px;
    }
    .our-history-wrap h2 {
        margin-bottom: 43px;
        font-size: 37px;
    }
    .p-left {
        padding-left: 0;
    }
    .award-modal .modal-header {
        position: inherit;
        right: 0;
        top: 10px;
    }
    .footer-nav-section {
        padding-bottom: 30px;
    }
}
@media (width: 820px) {
    .banner.career-listing h1 {
        font-size: 30px;
        line-height: 32px;
    }
}
@media(max-width:767.5px) {
    .overview-box {
        opacity: 1 !important;
        transform: translateZ(0) !important;
    }
    .banner-img-wrapper:before {
        height: 8%;
        display: none;
    }
    .chairman-box {
        flex-direction: column;
    }
    .home-banner video {
        object-fit: cover;
        height: 100%;
    }
    .our-mission .vision-content {
        padding-right: 0;
    }
    .more-abt-sliderbox.second-level {
        margin-bottom: 48px;
    }
    .business-detail-box p {
        min-height: inherit;
    }
    .chairman-message p::before {
        top: -67px;
    }
    .awards-acc-pttern img {
        object-fit: cover;
    }
    .our-business-box p {
        padding: 0 25px;
    }
    .overview-description p {
        padding: 0 20px;
    }
    .overview-pattern {
        top: 0px;
        height: 100%;
        bottom: 0;
    }
    .overview-pattern img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .third-level-slder-left img {
        margin-bottom: 16px;
    }
    .swiper-minus {
        margin-right: inherit !important;
    }
    .level-third-slider-outer {
        margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    }
    .news-insights-head h2 {
        padding: 0 20px;
    }
    .news-insights-wraper .an-slider-arrows {
        padding-bottom: 40px;
    }
    .news-insights-wraper {
        padding-bottom: 94px;
    }
    .footer-nav-section p {
        max-width: 277px;
    }
    .career-cross-overlay {
        padding: 0 12px;
    }
    .home-map-sec {
        padding-top: 100px;
    }
    .cta-align-left {
        text-align: center !important;
    }
    .other-industries-wrap h2 {
        margin-bottom: 28px;
        text-align: center;
    }
    .career-crosslink.lets-connect h2 {
        max-width: 290px;
    }
    .common-moreabt-wrap {
        padding-bottom: 45px;
    }
    .more-abt-slider-descr {
        padding: 27px 0 30px 30px;
    }
    .gsap-tray {
        white-space: nowrap;
    }
    .about-container h2 {
        padding: 0 17px 30px;
    }
    .about-first-wrap {
        padding-top: 100px;
    }
    .reach-out-wrap-inner {
        padding-top: 0;
        padding-bottom: 82px;
    }
    .anp-cnt-box {
        padding: 35px 20px;
    }
    .anp-phone {
        gap: 17px;
    }
    .anp-phone img {
        padding-right: 9px;
    }
    .brand-slider-logo-wrap h2 {
        margin: 0 auto 38px;
        padding: 0 30px;
    }
    .brand-slider-logo-wrap {
        --scroll-bar: 8px;
        padding-bottom: 0;
    }
    .brand-slider-logo-outer {
        /* margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;*/
    }
    .keyproject-small-slider-wrap {
        max-width: 340px;
    }
    .key-project-left h2 {
        font-size: 38px;
    }
    .blue-wavy-pattern3 {
        bottom: -240px;
    }
    .third-level-slider-wrapper {
        padding-top: 100px;
    }
    .third-level-slder-left p {
        margin-bottom: 50px;
    }
    .level-third-slider-outer .an-slider-arrows {
        padding-top: 50px;
        justify-content: center;
        padding-left: 0;
        margin-bottom: 10px;
        padding-right: 20px;
    }
    .third-level-slder-left {
        align-items: center;
        text-align: center;
        padding-bottom: 0;
    }
    .third-level-slder-left p {
        max-width: inherit;
        padding: 0 13px;
        margin-bottom: 40px;
    }
    /* .swiper-minus .align-items-end {
   align-items: flex-end !important;
    flex-direction: column-reverse; 
} */
    .swiper-minus .row {
        flex-direction: column-reverse;
    }
    .blue-wavy-pattern2 {
        top: 11%;
    }
    .second-level-tab-section {
        padding-top: 90px;
    }
    .tab-section .tab-heading {
        overflow: auto;
        justify-content: space-between;
        white-space: nowrap;
        display: block;
        text-align: center;
    }
    .tab-heading a {
        display: inline-block
    }
    .common-moreabt-wrap h2 {
        margin-bottom: 35px;
        text-align: center;
    }
    .readmore-arrow-btn {
        width: 42px;
        height: 42px;
    }
    .readmore-arrow-btn svg {
        width: 11px;
    }
    .business-detail-box {
        max-width: 90%;
        margin: -80px auto 0;
        padding: 28px;
    }
    .business-wrap {
        padding-top: 99px;
    }
    .busiesslist-box {
        margin-bottom: 30px;
    }
    .awards-acc-desc p {
        padding: 0 0;
        margin-bottom: 10px;
    }
    .awards-acc-slider-outer .swiper-slide {
        width: 66% !important;
    }
    .awards-acc-slider-arrows {
        position: inherit;
        justify-content: center;
    }
    .our-history-wrap .btn-common-blue {
        margin-bottom: 30px;
    }
    .awards-acc-wrapper {
        padding-top: 90px;
        padding-bottom: 80px;
    }
    .our-history-wrap p {
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .our-history-wrap {
        padding: 65px 0;
        text-align: center;
    }
    .p-left {
        padding-left: 0;
    }
    .our-history-wrap h2 {
        margin-bottom: 25px;
    }
    .row.our-mission {
        flex-direction: column-reverse;
    }
    .our-mission .vision-img {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .vision-content {
        padding-left: 35px;
    }
    .vision-content p {
        margin-left: 0;
    }
    .vision-mission-head p {
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
    }
    .award-modal img {
        object-fit: cover;
    }
    .vision-img {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .vision-img img {
        width: 100%;
    }
    .vision-mission-head h2 {
        max-width: inherit;
        margin-bottom: 25px;
    }
    .vision-mission-head {
        text-align: center;
        padding: 92px 0 112px;
    }
    .vision-mission-description {
        padding-bottom: 100px;
    }
    .news-insights-slider-outer {
        margin-right: inherit !important;
    }
    .news-insights-head {
        margin-bottom: 50px;
    }
    .btn-right-mobile {
        display: block;
        text-align: center;
    }
    .btn-right {
        display: none;
    }
    .btn-right {
        text-align: center;
    }
    .news-insights-head .row {
        text-align: center;
    }
    .career-crosslink {
        padding-bottom: 85px;
    }
    .map-sec-content h2 {
        margin-bottom: 30px;
        line-height: 41px;
    }
    .map-sec-content p {
        padding: 0 20px;
    }
    .map-sec-content {
        text-align: center;
        margin: 0 auto 45px;
    }
    .gallery-marquee {
        max-height: 540px;
        padding-left: 0;
    }
    .img-section2 {
        width: auto;
    }
    .our-business-wrap {
        padding-top: 98px;
    }
    .our-business-box {
        max-width: inherit;
        text-align: center;
        padding-bottom: 40px;
    }
    .over-view-wrapepr {
        padding-bottom: 204px;
        padding-top: 90px;
    }
    .overview-description {
        padding-left: 0;
        padding-top: 35px;
        text-align: center;
        margin-bottom: 50px;
    }
    .overview-description {
        padding-top: 37px;
    }
    .overview-box .row {
        flex-direction: column-reverse;
    }
    .search-modal .modal-body {
        max-width: 315px;
        padding: 55px 0 60px 5px;
    }
    .search-modal .modal-header {
        top: 18px;
    }
    .top-info {
        display: none;
    }
    .footer-nav-section .col-md-2 .box-bg {
        border-bottom: 0;
    }
    .footer-nav-section .collapse:not(.show) {
        display: none !important;
    }
    .footer-nav-section {
        border-bottom: 0;
    }
    .footer-social p {
        margin-bottom: 16px;
    }
    .footer-social {
        padding-top: 25px;
    }
    .footer-nav-section h5 a {
        margin-bottom: 0;
        display: block;
        background: url(../images/minus-icon.svg) right no-repeat;
    }
    .footer-nav-section h5 a.collapsed {
        background: url(../images/plus-icon.svg) right no-repeat;
    }
    .box-bg ul {
        padding-top: 0;
    }
    .footer-nav-section h5 {
        margin-bottom: 12px;
    }
    .box-bg {
        padding: 12px 4px;
        margin-bottom: 10px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    }
    a.direction-get {
        margin-bottom: 20px;
        display: inline-block;
    }
    .footer-nav-section h5 a {
        color: #4180D7;
    }
    .text-align-center {
        margin-bottom: 12px;
    }
    .bottom-footer .col-md-5 {
        margin-bottom: 12px;
    }
    .text-align-right {
        text-align: center;
    }
    .bottom-footer {
        text-align: center;
    }
    .footer-wrapper {
        background: url(../images/footer-bottomobile-m-bg.svg) center top no-repeat #10283C;
        background-size: 100%;
        padding-top: 60px;
    }
    .center-text {
        text-align: center;
        margin-bottom: 37px;
    }
    .d-top-flex {
        display: block;
        padding-right: 0;
    }
    .div-separate {
        margin-bottom: 22px;
    }
    .phone-footer h4 {
        font-size: 12px;
        line-height: 14px;
    }
}
@media(max-width:680px) {
    .title-tag {
        font-size: 70px;
    }
    /* .common-tray.tray-img4 {
        max-width: 250px;
    }*/
    .gsap-tray {
        padding-top: 188px;
    }
    .common-tray.tray-img4 img {
        /*height: 370px;
        object-fit: cover;*/
        border-radius: 6px;
    }
    .chairman-message-wrap {
        background: url(../images/chairman-message-mobile-bg.png) center bottom no-repeat;
        background-size: 100%;
    }
    .gallery-image__img {
        padding-top: 26vh;
    }
    .banner-for-mobile {
        display: block;
    }
    .banner-for-desktop {
        display: none;
    }
}
@media(max-width:575px) {
    .anp-mail-wrap a {
        line-height: 25px;
    }
    .company-logo-wrap {
        /* --scroll-bar: 8px; */
    }
    .brand-slider-outer {
        margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    }
    .footer-nav-section ul {
        column-count: 1;
    }
    .news-insights-sliderbox img {
        border-radius: 6px 6px 0 0;
        text-align: center;
        width: 100%;
        /*max-height: 340px;*/
        object-fit: initial;
        object-position: center;
        max-width: 100%;
    }
    .news-insights-sliderbox {
        flex-wrap: wrap;
    }
}
@media(max-width:475px) {
    .level-third-slider .swiper-slide-active {
        /*width: 72% !important;*/
    }
    .anp-mail-wrap {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0;
    }
    .anp-mail-wrap span {
        padding-left: 12px;
        padding-right: 12px;
    }
    .news-insights-sliderbox-descr {
        padding: 25px 14px;
    }
    .div-separate {
        gap: 43px;
    }
}
@media (max-width: 370px) {
    .bus-title {
        max-width: 77%;
    }
    .business-detail-box h4 {
        font-size: 16px;
    }
    .business-detail-box {
        padding: 20px;
    }
}
@media(max-width:360px) {
    .news-insights-sliderbox-descr {
        padding: 25px 13px;
    }
    .award-head h2 {
        font-size: 33px;
        line-height: 38px;
    }
    .award-head h3 {
        font-size: 11px;
        line-height: 13px;
    }
    .general-content h4 {
        font-size: 35px;
        line-height: 40px;
    }
}
@media(max-width:344px) {
    .second-level-tab-section h2 {
        font-size: 36px;
    }
    .banner.career-listing h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .anp-phone {
        gap: 12px;
    }
    .anp-cnt-box a {
        font-size: 12px;
    }
}
.main-nav li:nth-child(1) .primary-menu {
    padding-bottom: 30px !important;
    position: relative;
    margin-bottom: -10px;
}
.main-nav li:nth-child(1).active .primary-menu::after {
    bottom: 7px;
    content: '';
    width: 50%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.main-nav li:nth-child(1) .primary-menu:hover::after {
    bottom: 7px;
}
.main-nav li {
    cursor: pointer !important;
}
.main-nav li a {
    cursor: pointer !important;
}
@media (min-width: 1600px) {
    .megamenu-wrap-in::before {
        content: '';
        position: absolute;
        box-sizing: border-box;
        height: 8px;
        width: 8px;
        top: 14px;
        left: 69% !important;
    }
}
.row.less_items {
    justify-content: center;
}
.brand-slider-inner .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 36px;
    justify-content: center;
}
.home-map-sec {
    position: relative;
}
.location-box {
    width: 277px;
    position: absolute;
    left: 43px;
    top: -5px;
    z-index: 1;
}
.location-box .inner-ct a {
    color: #000;
    cursor: pointer !important;
}
.location-box .inner-ct {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px #0000001A;
    border-radius: 6px;
    padding: 20px 25px 16px 37px;
}
.location-box .inner-ct::before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    top: 14px;
    z-index: 1;
    left: -5px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 13px 13px 0;
    transform: rotate(45deg);
}
.location-box h4 {
    color: #4180D7;
    font-size: 16px;
    text-align: left;
    line-height: normal;
    text-transform: uppercase;
}
.location-box ul li {
    font-size: 12px;
    line-height: normal;
    text-align: left;
    padding: 10.5px 0;
    border-bottom: 1px solid #E2E2E2;
}
.location-box ul {
    max-height: 235px;
    overflow: auto;
}
.location-box ul li:last-child {
    border: none;
}
.location-box svg {
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
}
.location-box svg:hover {
    transform: scale(1.1);
    transition: 0.3 all ease-in-out;
}
.marker-wrapper {
    position: relative;
    width: 15px;
    height: 15px;
}
.location-box {
    display: none;
}
.marker:hover .location-box {
    display: block;
}
.location-box.open {
    display: block !important;
}
.our-stores-inner .store-sec h2 {
    text-align: left;
}
.store-sec .store-boxes-inner {
    max-width: 384px;
}
.our-stores-inner .store-sec {
    margin-top: 80px;
}
@media (max-width: 1200px) {
    .our-stores-inner .store-sec h2 {
        font-size: 32px;
    }
    .our-stores-inner .store-sec {
        margin-top: 60px;
    }
}
@media (min-width: 1100px) {
    .message-title {
        bottom: 80px;
    }
    .chairman-message {
        bottom: 10px;
    }
}
@media (min-width: 1600px) {
    .brands-wrapper:nth-child(6n) .brand-slider-logo-box {
        border-right: none;
    }
    .brands-wrapper:last-child .brand-slider-logo-box {
        border-right: none;
    }
    .brand-slider-logo-box:hover {
        border: 1px solid #4180D7 !important;
        border-radius: 0px;
        cursor: pointer;
    }
}
@media (max-width: 1600px) {
    .brands-wrapper:nth-child(5n) .brand-slider-logo-box {
        border-right: none;
    }
    .brands-wrapper:last-child .brand-slider-logo-box {
        border-right: none;
    }
    .brand-slider-logo-box:hover {
        border: 1px solid #4180D7 !important;
        border-radius: 0px;
        cursor: pointer;
    }
}
@media (max-width: 1200px) {
    .brands-wrapper:nth-child(4n) .brand-slider-logo-box {
        border-right: none;
    }
    .brands-wrapper:nth-child(5n) .brand-slider-logo-box {
        border-right: 1px solid #E6E6E7;
    }
    .brands-wrapper:last-child .brand-slider-logo-box {
        border-right: none;
    }
    .brand-slider-logo-box:hover {
        border: 1px solid #4180D7 !important;
        border-radius: 0px;
        cursor: pointer;
    }
    .overview-overtags h2 {
        color: #fff;
        font-size: 32px;
        line-height: 36px;
    }
    .overview-description p {
        color: #fff;
        margin-bottom: 25px;
        font-weight: 300;
    }
    /* .overview-description {
    padding-top: 175px;

  } */
    .message-title {
        padding-top: 0px;
        max-width: 26.3%;
    }
    .chairman-message {
        margin-left: 210px;
    }
    .chairman-box h2 {
        font-size: 32px;
        line-height: 35px;
    }
}
@media (max-width: 991px) {
    .brands-wrapper:nth-child(3n) .brand-slider-logo-box {
        border-right: none;
    }
    .brands-wrapper:nth-child(4n) .brand-slider-logo-box {
        border-right: 1px solid #E6E6E7;
    }
    .brands-wrapper:last-child .brand-slider-logo-box {
        border-right: none;
    }
    .brand-slider-logo-box:hover {
        border: 1px solid #4180D7 !important;
        border-radius: 0px;
        cursor: pointer;
    }
    .message-title {
        padding-top: 0px;
        max-width: 32.3%;
    }
    .chairman-message {
        margin-left: 142px;
    }
    .chairman-message-wrap {
        margin-top: -110px;
    }
}
@media (max-width: 767px) {
    /*.brands-wrapper:nth-child(1n) .brand-slider-logo-box {
        border-right: none;
    }
    .brands-wrapper:nth-child(2n) .brand-slider-logo-box {
        border-right: 1px solid #E6E6E7;
    }*/
    .brands-wrapper:last-child .brand-slider-logo-box {
        border-right: none;
    }
    .brand-slider-logo-box:hover {
        border: 1px solid #4180D7 !important;
        border-radius: 0px;
        cursor: pointer;
    }
    .message-title {
        padding-top: 0px;
        max-width: 74.3%;
    }
    .chairman-message::before {
        content: none;
    }
    .chairman-message {
        margin-left: 0px;
        padding-top: 35px;
    }
    .chairman-message-wrap {
        margin-top: 560px;
        height: 687px;
    }
    .chairman-box {
        top: -220px;
    }
    .col-md-5.overview-right-sec {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .chairman-message-wrap {
        height: 360px;
    }
    .brands-wrapper:nth-child(3n) .brand-slider-logo-box {
        border-right: 1px solid #E6E6E7;
    }
    .brands-wrapper:nth-child(2n) .brand-slider-logo-box {
        border-right: 0;
    }
    .award-modal .modal-dialog .modal-body {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
.privacy-policy ul {
    list-style: inside !important;
    margin-bottom: 30px !important;
}
.ph_no {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-media-footer, .social-icons {
    display: none;
}
#myVideo {
    width: 100%;
    height: auto;
}
#muteButton {
    position: absolute;
    bottom: 470px;
    right: 20px;
    /* background: rgba(0, 0, 0, 0.5);
  padding: 10px; 
  border-radius: 5px;*/
    border: none;
    bottom: 100px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
    width: auto;
}