@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
--primary-background:#1a4845;
--white-background:#fff;
--black-background:#000;
--primary-color:#1a4845;
--black-color:#000;
--white-color:#fff;
--font-weight-100:100;
--font-weight-200:200;
--font-weight-300:300;
--font-weight-400:400;
--font-weight-500:500;
--font-weight-600:600;
--font-weight-700:700;
--font-weight-800:800;
--font-10:10px;
--font-11:11px;
--font-12:12px;
--font-13:13px;
--font-14:14px;
--font-15:15px;
--font-16:16px;
--font-17:17px;
--font-18:18px;
--font-19:19px;
--font-20:20px;
--font-21:21px;
--font-22:22px;
--font-23:23px;
--font-24:24px;
--font-25:25px;
--font-26:26px;
--font-27:27px;
--font-28:28px;
--font-29:29px;
--font-30:30px;
--font-31:31px;
--font-32:32px;
--font-33:33px;
--font-34:34px;
--font-35:35px;
--font-36:36px;
--font-37:37px;
--font-38:38px;
--font-39:39px;
--font-40:40px;
--font-41:41px;
--font-42:42px;
--font-43:43px;
--font-44:44px;
--font-45:45px;
--font-46:46px;
--font-47:47px;
--font-48:48px;
--font-49:49px;
--font-50:50px;
--font-60:60px;
--font-70:70px;
--font-80:80px;
--font-90:90px;
--font-100:100px;
--justify-center:center;
--justify-spabe:space-between;
--align-center:center;
--primary-display:block;
--secondary-display:flex;
--display-inline:inline-block;
--text-uppercase:uppercase;
--text-capital:capitalize;
}
body{font-family: 'Poppins', sans-serif; }
p{font-family: 'Poppins', sans-serif;}
h1{ font-family: 'Poppins', sans-serif;}
h2{ font-family: 'Poppins', sans-serif;}
h3{ font-family: 'Poppins', sans-serif;}
h4{ font-family: 'Poppins', sans-serif; margin-bottom: 0;}
h5{font-family: 'Poppins', sans-serif;}
h6{font-family: 'Poppins', sans-serif;}
a{font-family: 'Poppins', sans-serif;}
li{font-family: 'Poppins', sans-serif;}
label{font-family: 'Poppins', sans-serif;}
input{font-family: 'Poppins', sans-serif;}
button{font-family: 'Poppins', sans-serif;}
html {
scroll-behavior: smooth;
}  .is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1);}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
0% {transform: translateY(-150px); }
100% {transform: translateY(0px); }
}
.navbar-brand{width: 190px;}
.navbar-brand img{width: 100%;}
.navbar-nav li a{font-size: 16px; display: block;margin-right: 0;margin-left: 10px;padding: 10px 10px 10px 0;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-transition: color .2s;transition: color .2s;color: #2c2d36!important;font-weight: 700; text-decoration: none;}
.nav-right-bar a{font-size: 16px; display: block;margin-right: 0;margin-left: 10px;padding: 10px 10px 10px 0;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-transition: color .2s;transition: color .2s;color: #2c2d36!important;font-weight: 700; text-decoration: none;}
.nav-right-bar a i{margin-right: 10px;}
.header-main-wrapper{background-color: #fff;} .sidebar{position: fixed;width: 40%;height: 100vh;top: 0px;z-index: 99999;padding: 0px 0px 0px;background: #000;box-shadow: 1px 0 20px rgb(0 0 0 / 8%);left: -100%;transition: 1s; }
.sidebar-foot-bottom{position: absolute;bottom: 50px;color: #fff;padding-left: 51px;}
.main-side-toggle .sidebar{left: 0; transition: 1s;}
.desktop-header{display: block;}
.mobile-hadser-wrapp{display: none;}
.top-side-left{display: flex;align-items: center;}
.login-user-img{width: 40px;height: 40px;background-color: #fff;display: flex;justify-content: center;align-items: center;border-radius: 50px;font-size: 17px;margin-right: 14px;}
.login-user-img img{width: 100%; height: 100px; object-fit: cover;}
.top-side-con h6{color: #fff;font-size: 13px;margin-bottom: 2px;}
.top-side-con h2{font-size: 16px;color: #fff;}
#sidebar-close h4 i{color: #fff;}
.top-bar-side{background-color: unset;padding: 23px;display: flex;justify-content: space-between;align-items: center;}
.main-side-toggless{display: flex; justify-content: space-between; align-items: center;}
.logo-side img{width: 70%; display: block; margin: 0 auto; }
.icon-side .header-feat-inner ul li{margin-right: 20px;}
.icon-side .header-feat-inner ul li:last-child{margin-right: 0px;}
.sidebar .navbar{padding: 20px 25px;width: 100%;margin-top: 0px;}
.sidebar .navbar .container-fluids{width: 100%;}
.top-side-left img{width: 50%;}
.nav-right-bar .modal-header {border-bottom: none;justify-content: end;position: absolute;width: 100%;z-index: 9;}
.nav-right-bar .modal-dialog {width: 100%;height: 100%;margin: 0;padding: 0;}
.nav-right-bar .modal-backdrop {background-color:#fff;opacity:1!important;border:0px solid rgba(136, 136, 136, .4);}
.nav-right-bar .modal-content {height: auto;min-height: 100%;border-radius: 0;background: none;box-shadow: none;background-color: #000;}
.nav-right-bar .modal-body {text-align: center;display: flex;justify-content: center;align-items: center;}
.nav-right-bar .modal-body form {margin: 0 auto;float: none;width: 100%;}
.nav-right-bar .modal-content .close {opacity: 1;font-size: 39px;border: none;background: unset;color: #fff;}
.nav-right-bar .modal-dialog{max-width: 100%;}
.nav-right-bar .large-heading {margin-bottom: 8px;font-size: 34px;line-height: 48px;text-align: left;font-weight: 800;color: #fff;}
.nav-right-bar .container-large {width: 100%;max-width: 980px;margin-right: auto;margin-left: auto;direction: ltr;}
.nav-right-bar .form-horizontal {display: flex;margin-bottom: 0;}
.nav-right-bar .w-form {margin: 0 0 15px;}
.nav-right-bar input[type=search] {-webkit-appearance: none;}
.nav-right-bar .form-input {height: 60px;margin-bottom: 0;padding: 31px;border: 1px solid rgba(44,45,54,.17);border-radius: 5px;-webkit-transition: border-color .2s;transition: border-color .2s;font-size: 16px;line-height: 24px;margin-bottom: 0;}
.nav-right-bar .w-input, .w-select {display: block;width: 100%;height: 64px;padding: 8px 12px;margin-bottom: 0;font-size: 14px;line-height: 1.42857143;color: #333;vertical-align: middle;background-color: #fff;border: 1px solid #ccc;FONT-WEIGHT: 600;}
.nav-right-bar .button.form-horizontal-button {margin-left: 12px;}
.nav-right-bar input.w-button {-webkit-appearance: button;}
.nav-right-bar .button {width: auto;padding: 16px 24px;border: 2px solid #d92026!important;border-radius: 5px!important;background-color: #d92026;box-shadow: inset 0 200px 200px 200px transparent;-webkit-transition: box-shadow .2s;transition: box-shadow .2s;color: #fff;font-weight: 700;text-align: center;-o-object-fit: fill;object-fit: fill;}
.nav-right-bar .w-button {display: inline-block;padding: 9px 45px;background-color: #d92026;color: #fff;border: 0;line-height: inherit;text-decoration: none;cursor: pointer;border-radius: 0;}
.side-navbar-div .navbar-nav{display: block;}
.side-navbar-div nav{background-color: unset;}
.side-navbar-div .navbar-nav li a{opacity: .5;-webkit-transition: opacity .2s;transition: opacity .2s;color: #fff!important;font-size: 23px;line-height: 24px;font-weight: 700;}
.side-navbar-div .navbar-nav li{margin-bottom: 3px;}
.w3_megamenu .dropdown a, .w3_megamenu .dropdown-menu  a {color:#656565;}
.w3_megamenu .dropdown-menu > li > a {padding:6px 15px;}
.w3_megamenu .navbar-nav > li > .dropdown-menu {margin-top:1px;}
.w3_megamenu i {color:#BFBFBF}
.w3_megamenu .dropdown-menu {box-shadow:none;border:1px solid #efefef;padding:0;}
.w3_megamenu .form-control {margin-top:10px;border:1px solid #efefef;}
.w3_megamenu .btn {margin:10px 0 20px}
.w3_megamenu video {max-width: 100%;height: auto;}
.w3_megamenu iframe, .w3_megamenu embed, .w3_megamenu object {max-width: 100%;}
.w3_megamenu .google-map {width:100%;border:1px solid rgba(255, 255, 255, 0.5);min-height:200px;}
.w3_megamenu div.google-map {background:rgba(255, 255, 255, 0.5);background: #ffffff;height: 200px;margin: 0 0 0px 0;width: 100%;}
#googlemaps img{max-width:none;}
.w3_megamenu .dropdown-menu .withoutdesc{margin-top:0;padding:15px 20px;display: block;text-align: left;text-transform: none;width: 100%;}
.w3_megamenu a:hover {text-decoration:none}
.w3_megamenu .dropdown-menu .withoutdesc ul li {padding:3px 10px;}
.w3_megamenu .dropdown-menu .withoutdesc ul li:hover, .w3_megamenu .dropdown-menu .withoutdesc ul li:focus{color:#262626;text-decoration:none;background-color:#f5f5f5 !important}
.w3_megamenu .dropdown-menu .withoutdesc li:last-child {border-bottom:0 solid #fff;}
.w3_megamenu .w3_megamenu-content.withdesc a:after {color: #CFCFCF;content: attr(data-description);display: block;font-size: 11px;font-weight: 400;line-height: 0;margin: 10px 0 15px;text-transform: uppercase;}
.w3_megamenu .dropdown-submenu{position:relative;}
.w3_megamenu .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:0;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.w3_megamenu .dropdown-submenu:hover>.dropdown-menu{display:block;}
.w3_megamenu .dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.w3_megamenu .dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.w3_megamenu .dropdown-submenu.pull-left{float:none;}
.w3_megamenu .dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.w3_megamenu p {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 13px;color:#656565;}
.w3_megamenu .nav, .w3_megamenu .collapse, .w3_megamenu .dropup, .w3_megamenu .dropdown {position: static;}
.w3_megamenu .half {width: 50%;left: auto !important;right: auto !important;}
.w3_megamenu .container {position: relative;}
.w3_megamenu .dropdown-menu {left: auto;}
.w3_megamenu .nav.navbar-right .dropdown-menu {left: auto;right: 0;}
.w3_megamenu .w3_megamenu-content {padding: 15px 25px;background:#fafafa;}
.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {left: 0;right: 0;}
.w3_megamenu .title {font-size:13px;font-weight:bold;margin-top:15px;text-transform:uppercase;border-bottom:1px solid #efefef;padding-bottom:10px;}
.w3_megamenu ul {list-style:none;padding-left:0px;}
.dropdown.w3_megamenu-fw{position: unset!important;}
.dropdown-menu.fullwidth{left: 0;width: 100%;top: 97px;border-radius: 0;background-color: #fff;box-shadow: 2px 3px 10px #ccc;border: unset;padding: 20px;}
.drop-box h2{font-weight: 600;font-size: 18px;color: #d92026;border-bottom: 1px solid #ccc;padding-bottom: 14px;}
.drop-box ul{padding-left: 0px; list-style-type: none;}
.drop-box ul li a{font-size: 15px;}
.dropdown-menu{border-radius: 0;background-color: #fff;box-shadow: 2px 3px 10px #ccc;border: unset;padding: 20px;}
.dropdown-menu li{margin-left: 0px;}
.dropdown-menu li a{margin-left: 0; font-size: 15px;}
.dropdown-menu li a:hover{background-color: unset;} .banner-item{display: flex; justify-content: center; align-items: center;     margin-bottom: 20px;}
.main-banner-content{width: 65%;}
.main-banner-image{width: 50%;}
.main-banner-image img{width: 100%;}
.banner-main-image{width: 100%;}
#home-slider{position: relative;}
.main-banner-content h3{color: #212754; text-transform: uppercase; font-size: 60px; font-weight: 500; text-shadow: 0px 7px #dee4f4;}
.main-banner-content h2{font-weight: 700; font-size: 70px; color: #212754; text-shadow: 0px 8px #dee4f4;}
.main-banner-content p{font-size: 21px; color: #212754; margin-top: 15px;}
.main-banner-content{padding-right: 70px;}
.banner-main-button a{background-color: #dee4f4; padding: 10px 30px; color: #212754; text-transform: uppercase; font-size: 1vw; text-decoration: none; font-weight: 600; border-radius: 50px;}
.banner-main-button{margin-top: 40px;}
#home-slider .owl-nav .owl-prev {position: absolute;left: 0;top: 0;opacity: 1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: un !important;width: 94px;cursor: pointer;height: 100%;position: absolute;display: block;z-index: 1000;border-radius: 0;border: unset;font-size: 30px;color: #fff;}
#home-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-prev:focus {outline: 0; }
#home-slider .owl-nav .owl-prev:hover {background: rgba(44,45,54,.64)!important;color: #fff;}
#home-slider .owl-nav .owl-next {position: absolute;right: 0px;top: 0;opacity: 1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: un !important;width: 94px;cursor: pointer;height: 100%;position: absolute;display: block;z-index: 1000;border-radius: 0;border: unset;color: #fff;font-size: 30px;}
#home-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-next:focus {outline: 0; }
#home-slider .owl-nav .owl-next:hover {background: rgba(44,45,54,.64)!important;color: #fff;}
#home-slider:hover .owl-prev {left: 0px; opacity: 1; }
#home-slider:hover .owl-next {right: 0px;opacity: 1;}
#home-slider .item{height: 600px;position: relative;}
#home-slider .item img{height: 100%; object-fit: cover; width: 100%;}
#home-slider .item .cover {padding: 75px 0; display: flex;align-items: center;padding: 75px 0;position: absolute;width: 100%;height: 100%;top: 0px;left: 0;background: rgba(0, 24, 41, 0.75);display: flex;align-items: center;}
#home-slider .item .cover .header-content {position: relative;padding: 0px 86px 56px;overflow: hidden;text-align: center;}
#home-slider .item .cover .header-content .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
#home-slider .item .cover .header-content h2 {font-weight: 300; font-size: 35px; color: #fff; }
#home-slider .item .cover .header-content h1 {font-size: 51px;  margin: 0px 0 20px; word-spacing: 3px; color: #000;  text-align: left; }
#home-slider .item .cover .header-content h2 {font-size: 39px;margin: 0px 0 9px;word-spacing: 3px;color: #d92026;text-align: left;font-weight: 800;text-transform: uppercase;position: relative;}
#home-slider .item .cover .header-content h2 span{color: #218c22; text-decoration: underline;}
#home-slider .item .cover .header-content h5 {font-size: 36px;font-weight: 500;margin: 21px 0 30px;word-spacing: 3px;color: #fff;text-align: center;font-family: 'Source Sans Pro', sans-serif;} #home-slider .item .cover .header-content p{color: #fff;font-size: 16px;text-align: left;width: 100%;margin-top: 27px;}
#home-slider .item .cover .header-content h4 {font-size: 24px; font-weight: 300; line-height: 36px; color: #fff; }
#home-slider .owl-item.active h1 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider .owl-item.active p {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider .owl-item.active .banner_button {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider .owl-item.active h2 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider .owl-item.active h4 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
#home-slider .owl-item.active .line {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
#home-slider .item .cover .header-content .banner-read-more{color: #fff;font-size: 15px;line-height: 15px;font-weight: 700;font-style: normal;font-family: 'Source Sans Pro', sans-serif;text-decoration: none;background-color: unset;border-color: #fff;border-style: solid;border-width: 2px 2px 2px 2px;border-radius: 0;padding: 13px 24px;}
#home-slider .item .cover .header-content .banner-contact-us{color: #010f34;font-size: 15px;line-height: 15px;font-weight: 700;font-style: normal;font-family: 'Source Sans Pro', sans-serif;text-decoration: none;background-color: #fff;border-color: #fff;border-style: none;border-width: 2px 2px 2px 2px;border-radius: 0;padding: 14px 24px;margin-left: 20px;}
#home-slider .item .cover .header-content .banner_buttons{margin-top: 20px;text-align: left;}
#home-slider .owl-item.active h2:before{content: '';position: absolute;width: 47%;height: 2px;top: -5px;background-color: #fff;right: 0;left: 0;margin: 0 auto;display: none;}
#home-slider .owl-item.active h2:after{content: ''; display: none;}
.banner_buttons a{background-color: unset;border: 2px solid #d92026;color: #fff!important;padding: 13px 32px;font-weight: 500;text-transform: capitalize;text-decoration: none;display: inline-block;margin-top: 12px;border-radius: 5px;font-size: 16px;}
.banner_buttons a:hover{background-color:#d92026; color: #fff;}
#home-slider .owl-dots button{border: unset;width: 12px;height: 12px;border-radius: 50px;margin-right: 10px;margin-bottom: 9px;background-color: rgba(255,255,255,.4);}
#home-slider .owl-dots button.active{background-color: #fff!important;height: 12px;}
#home-slider .owl-dots{justify-content: center;margin-top: 30px;margin-bottom: 0;position: absolute;display: block;bottom: 0;right: 0;left: 0;text-align: center;background-color: rgba(0,0,0,.55);padding: 24px;}
#home-slider .owl-dots button:focus{outline: none; box-shadow: none;}
.header-content-div h6{color: #fff; font-weight: 600; margin-top: 15px;}
.header-content-div h6 span{margin-right: 20px;}
.header-content-div h6 span i{margin-right: 10px;}
.header-content-main{ padding: 50px 66px;width: 70%;}
.header-content-inner{     }
.header-content-div{   }
.header-content-style{  }  .newslettre-wrapp{background-color: #8F908C; padding: 50px;}
.newslettre-wrapp h2{margin-bottom: 10px;font-family: 'PlusJakarta Display',sans-serif;color: #f9f5ec;font-size: 48px;line-height: 60px;text-transform: none;font-weight: 700;}
.newsletter-inner .form-horizontal.multiple-inputs {width: 100%;max-width: 1012px;margin-right: auto;margin-left: 0;display: flex;     margin-top: 31px;margin-bottom: 24px;}
.newsletter-inner .icon-form-input {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;margin-left: 0;padding: 16px 16px 16px 12px;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;border: 1px solid rgba(44,45,54,.17);border-radius: 5px;background-color: #fff;-webkit-transition: border-color .2s;transition: border-color .2s;margin-right: 13px;}
.newsletter-inner .icon-form-input-image {max-width: 30px;margin-right: 12px;-webkit-align-self: center;-ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;color: #ad343e;}
.newsletter-inner .form-input-unstyled {margin-bottom: 0;padding: 0;-webkit-align-self: auto;-ms-flex-item-align: auto;-ms-grid-row-align: auto;align-self: auto;border: 1px #000;background-color: transparent;font-size: 16px;line-height: 20px;display: block;width: 100%;height: 38px;color: #333;vertical-align: middle;}
.newsletter-inner .form-input-unstyled:focus{border: none; outline: none; box-shadow: none;}
.newsletter-inner .icon-form-input.multiple-inputs, .icon-form-input.multiple-inputs.change {margin-left: 0;}
.newsletter-inner .button.button-large.multiple-inputs-button {width: auto;margin-left: 12px;-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;}
.newsletter-inner .button.button-large {position: static;padding: 19px 36px;font-size: 20px;line-height: 30px;}
.newsletter-inner input.w-button {-webkit-appearance: button;}
.newsletter-inner .button {width: auto;padding: 16px 24px;border: 2px solid #d92026;border-radius: 5px;background-color: #d92026;box-shadow: inset 0 200px 200px 200px transparent;-webkit-transition: box-shadow .2s;transition: box-shadow .2s;color: #fff;font-weight: 700;text-align: center;-o-object-fit: fill;object-fit: fill;}
.newsletter-inner{max-width: 935px;margin: 0 auto;}
.newslettre-wrapp h5{color: #fff;font-size: 18px;line-height: 30px;font-weight:600;}  .main-footer{padding-top: 96px;padding-bottom: 48px;background-color: #000;}
.footer-logo{width: 100%;max-width: 240px;}
.footer-social ul{padding-left: 0;list-style-type: none;display: flex;margin-bottom: 0; justify-content: end;}
.footer-social ul li{margin-left: 22px;}
.footer-social ul li a{font-size: 30px;max-height: none;max-width: 100%;color: #808080; text-decoration: none;}
.footer-social ul li a:hover{color: #fff;}
.footer-about{padding-left: 50px;}
.footer-about p{color: #7f7f7f; font-size: 17px; font-weight: 600;}
.footer-bottom-row {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;margin-top: 0;margin-bottom: 0;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;font-size: 14px;line-height: 22px;border-top: 1px solid #242424;padding-top: 44px;}
.footer-bottom-links {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;color: #f9f5ec;}
.row-link {margin-right: 24px;color: #f9f5ec!important; text-decoration: none; font-size: 17px;}
.hover-link {opacity: .5;-webkit-transition: opacity .2s;transition: opacity .2s;color: #fff!important; text-decoration: none;}
.text-block-2 {padding-top: 0;-webkit-align-self: auto;-ms-flex-item-align: auto;-ms-grid-row-align: auto;align-self: auto;color: #7f7f7f!important;font-size: 16px;}
.row-link:hover{color: #fff; opacity: 1;}
.hover-link:hover{color: #fff; opacity: 1;}  .about-mid-image .container-large {width: 100%;max-width: 980px;margin-right: auto;margin-left: auto;direction: ltr;}
.about-mid-image .collage-grid-container {grid-column-gap: 24px;-ms-grid-columns: 0.9fr 1fr;grid-template-columns: 0.9fr 1fr;-ms-grid-rows: auto;grid-template-rows: auto;}
.about-mid-image .w-layout-grid {display: -ms-grid;display: grid;grid-auto-columns: 1fr;-ms-grid-columns: 1fr 1fr;grid-template-columns: 1fr 1fr;-ms-grid-rows: auto auto;grid-template-rows: auto auto;grid-row-gap: 16px;grid-column-gap: 16px;}
.about-mid-image .collage-grid-column {grid-row-gap: 24px;-ms-grid-columns: 1fr;grid-template-columns: 1fr;}
.about-mid-image .rounded {border-radius: 10px!important;}
.about-mid-image .shadow-large {box-shadow: 0 12px 24px 0 rgba(0,0,0,.1);}
.collage-grid-column img{width: 100%;height: 100%;}
.about-mid-image img {border: 0;vertical-align: middle;display: inline-block;max-width: 100%;}
.about-mid-con{display: flex; justify-content: center; align-items: center; height: 100%;}
.about-con-inner{width: 100%;max-width: 506px;direction: ltr;}
.about-con-inner h5{margin-top: 0;margin-bottom: 18px;font-family: 'PlusJakarta Display',sans-serif;font-size: 20px;line-height: 24px;font-weight: 700;color: #d92026;}
.about-con-inner h3{margin-bottom: 10px;font-family: 'PlusJakarta Display',sans-serif;color: #000;font-size: 48px;line-height: 60px;text-transform: none;font-weight: 700;}
.about-con-inner p{font-size: 17px;line-height: 30px;font-weight: 400;color: #2c2d36;}
.about-con-inner ul li{font-size: 17px!important;}
.about-con-inner ul{padding-left: 25px;}
.about-page-middle{display: block;padding-top: 80px;padding-bottom: 80px;background-color: #fbfaf8;}
.custom-con-div{padding-top: 15px;padding-bottom: 15px;background-color: #8F908C;}
.custom-con-div h6{color: #000;font-size: 14px;text-align: center; margin-bottom: 0px;}
.custom-con-div a{color: #000!important;text-decoration: none}  .inner-page-banner .section-7.blue-background-heading {padding-top: 131px;padding-bottom: 95px;background-color: rgba(0,52,89,.8);display: block;}
.inner-page-banner .main-container {position: static;display: block;width: 100%;max-width: 1100px;margin-right: auto;margin-left: auto;padding-right: 24px;padding-left: 24px;opacity: 1;}
.inner-page-banner .display-heading-1.light-color {color: #fff;}
.inner-page-banner .left-align {text-align: left;}
.inner-page-banner .display-heading-1 {background-color: transparent;font-family: 'PlusJakarta Display',sans-serif;color: #003459;font-size: 48px;line-height: 110%; font-weight: 700; margin-bottom: 20px;}
.inner-page-banner .text-white {color: #fff;font-weight: 400; font-size: 16px;}
.inner-page-banner .div-block-12 {background-position: 50% 0;background-size: cover;}
.service-middle-wrapp{ padding: 60px 0px;}
.service-page-con ul{padding-left: 0px;}
.service-page-con ul li{margin-bottom: 10px; color: #000; font-size: 16px; font-width: 700;}
.main-container {position: static;display: block;width: 100%;max-width: 1100px;margin-right: auto;margin-left: auto;padding-right: 24px;padding-left: 24px;opacity: 1;}  .why-page-news .newsletter-inner .form-horizontal.multiple-inputs{flex-wrap: wrap;}
.why-page-news .newsletter-inner .icon-form-input{width: 48%;margin-bottom: 12px;     flex: auto;}
.why-page-news  .newsletter-inner .button.button-large.multiple-inputs-button {width: auto;margin-left: 0;-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;display: block;width: 98%;}
.why-middle-wrapp{background-color: #f9f5ec; padding: 80px 0px;}
.why-head h3{font-size: 48px;line-height: 60px;text-transform: none; text-align: center; color: #000; margin-top: 20px;margin-bottom: 65px; font-weight: 700;}
.why-image img{width: 100%; border-radius: 10px;}
.why-choose-con ul{list-style-type: none;}
.why-choose-con ul li{display: flex;align-items: flex-start;margin-bottom: 15px;}
.why-choose-con ul li img{max-width: 100%;margin-right: 23px;margin-bottom: 0;padding: 6px;background-color: #d92026;font-size: 11px;line-height: 22px;-o-object-fit: fill;object-fit: fill;margin-top: 9px;}
.why-choose-con ul li p{color: #000;font-weight: 500;font-size: 17px;line-height: 26px;}  .team-banner{padding-top: 80px;padding-bottom: 80px;background-color: #fbfaf8; text-align: center;}
.team-banner h2{margin-bottom: 10px;font-family: 'PlusJakarta Display',sans-serif;color: #000;font-size: 48px;line-height: 60px;text-transform: none;font-weight: 700;}
.team-banner p{margin-bottom: 0px; color: #d92026;font-size: 20px;line-height: 30px;font-weight: 400;}
.team-box{height: 100.0001471580619%;padding-right: 36px;padding-left: 36px;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-transition: opacity .2s,-webkit-transform .2s;transition: transform .2s,opacity .2s,-webkit-transform .2s;text-align: center;border: 1px solid rgba(0,0,0,.08);border-radius: 10px;background-color: #fff;color: #2c2d36;flex-direction: column;-webkit-box-pack: start;display: flex;padding: 36px;-webkit-box-orient: vertical;-webkit-box-direction: normal;position: relative;}
.team-box a img.team-img{width: 144px;height: 144px;-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;-o-object-fit: cover;object-fit: cover;border-radius: 50%;margin-bottom: 30px;}
.team-box h5{font-weight: 700;color: #000;font-size: 22px;margin-bottom: 13px;}
.team-box h6{color: #d92026;font-size: 18px;margin-bottom: 31px;}
.team-box ul{padding-left: 0;list-style: none;display: flex;margin-bottom: 0;}
.team-box ul li{margin-right: 0;}
.team-box ul li a img{width: 30px;height: auto;max-height: none;max-width: 100%;color: #f9f5ec;}
.social-link{margin-right: 13px;margin-left: 13px;-webkit-transition: -webkit-transform .2s;transition: transform .2s;transition: transform .2s,-webkit-transform .2s;}
.social-link:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.team-box:hover {margin-top: 0;-webkit-transform: translate(0,-6px);-ms-transform: translate(0,-6px);transform: translate(0,-6px);}
.team-middle-sec{ padding-top: 96px;padding-bottom: 96px;background-color: #f9f5ec;}  .client-middle-sec{background-color: #f2f2f2; padding: 70px; 0px;}
.client-mid-inner h5{text-align: center;margin-bottom: 60px;font-size: 44px;font-weight: 700;color: #000;}
.client-mid-inner img{width: 100%;margin: 0 auto;display: block;}  .insight-img-link{display: block;overflow: hidden;margin-bottom: 18px;border-radius: 10px;box-shadow: 0 8px 16px 0 transparent;-webkit-transition: box-shadow .2s,-webkit-transform .2s;transition: box-shadow .2s,transform .2s,-webkit-transform .2s;}
.insight-img-link:hover{box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);-webkit-transform: translate(0,-12px);-ms-transform: translate(0,-12px);transform: translate(0,-12px);}
.insight-img-link img{width: 100%; border-radius: 10px;}
.indight-mid-box p{color: #d92026;font-weight: 600;margin-bottom: 10px;}
.indight-mid-box h4 a{color: #000;text-decoration: none;font-weight: 700;font-size: 22px;}
.indight-mid-box{margin-bottom: 40px;}
.insight-mid-inner h2{font-size: 40px;line-height: 48px;font-weight: 700;margin-bottom: 0;color: #000; text-align: center; margin-bottom: 50px;}
.insight-middle-sec{padding: 60px 0px;}
.insight-middle-sec .pagination {margin-top: 40px;margin-bottom: 25px;     justify-content: center;}
.insight-middle-sec.w-pagination-wrapper {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.insight-middle-sec .w-pagination-next {display: block;color: #333;font-size: 14px;margin-left: 10px;margin-right: 10px;padding: 9px 20px;background-color: #fafafa;border-width: 1px;border-color: #ccc;border-top: 1px solid #ccc;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-style: solid;border-radius: 2px;}
.insight-middle-sec .w-inline-block {max-width: 100%;display: inline-block;}
.insight-middle-sec svg:not(:root) {overflow: hidden;}
.insight-middle-sec .w-pagination-next-icon {margin-left: 4px;}
.insight-top-wrapp{background-color: #f9f5ec; padding: 60px 0px;}
.insight-top-link{}
.insight-top-link img{width: 100%; min-height: 478px;-o-object-fit: cover;object-fit: cover; border-radius: 15px;}
.insight-top-left-inner{display: flex;min-height: 478px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;transition: box-shadow .2s,transform .2s,-webkit-transform .2s;font-weight: 400; position: relative;}
.insight-top-left-inner:hover{box-shadow: 0 12px 24px 0 rgba(0,0,0,.1);-webkit-transform: translate(0,-12px);-ms-transform: translate(0,-12px);transform: translate(0,-12px);}
.insight-top-con{position: absolute;left: 24px;bottom: 24px;background-color: #fff;padding: 20px;width: 80%;border-radius: 10px;}
.insight-top-con h3 a{color: #000;text-decoration: none;font-weight: 700;font-size: 34px;margin-bottom: 28px;display: block;}
.insight-top-con p{color: #d92026;font-weight: 600;margin-bottom: 0;}
.latest-article-right h4{font-weight: 700;font-size: 23px;margin-bottom: 21px;color: #d92026;}
.latest-article-right ul{padding-left: 0px; list-style-type: none;}
.latest-article-right ul li{margin-bottom: 30px;}
.latest-article-right ul li a{display: flex;align-items: center;background-color: #fff;border-radius: 15px;text-decoration: none;}  .latest-article-right ul li a img{width: 50%;border-top-left-radius: 15px;border-bottom-left-radius: 15px; height: 104px;object-fit: cover;}
.latest-article-right ul li a p{    margin-left: 22px;padding: 0px;color: #000;font-weight: 600;text-decoration: none;font-size: 14px;}
.latest-article-right{padding-left: 0px;}  .insight-detail-wrapp{background-color: #f9f5ec; padding: 70px 0px;}
.insight-detail-bread{margin-bottom: 100px;}
.insight-detail-bread ul{padding-left: 0;list-style-type: none;display: flex;}
.insight-detail-bread ul p{font-weight: 600;margin-right: 0;margin-bottom: 0;}
.insight-detail-bread ul li{margin-left: 19px;}
.insight-detail-bread ul li a{text-decoration: none;font-weight: 600;color: #d92026;}
.insight-detail-head{margin-bottom: 50px;}
.insight-detail-head h3{font-weight: 700;font-size: 44px;margin-bottom: 18px;}
.insight-detail-tag ul{padding-left: 0px;list-style-type: none;display: flex; align-items: center;}
.insight-detail-tag ul li{margin-right: 5px;}
.insight-detail-tag ul li a{padding: 8px 17px 9px;border-radius: 5px;font-size: 14px;line-height: 22px;font-weight: 700;text-align: center;background-color: #d92026;color: #f9f5ec;margin-right: 5px;text-decoration: none;display: inline-block;}
.insight-detail-tag ul li p{margin-bottom: 0;font-weight: 600;}
.insight-share-btn{}
.insight-share-btn ul{padding-left: 0;list-style-type: none;display: flex;}
.insight-share-btn ul li a.fb{background-color: #4267B2;}
.insight-share-btn ul li a.tw{background-color: #55acee;}
.insight-share-btn ul li a.redit{background-color: #ff4500;}
.insight-share-btn ul li a.linkedin{background-color: #0077b5;}
.insight-share-btn ul li a.share{background-color: #95D03A;}
.insight-share-btn ul li a{box-sizing: border-box;-moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;-ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;-o-transition: opacity 0.2s ease-in, top 0.2s ease-in;-webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;transition: opacity 0.2s ease-in, top 0.2s ease-in;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;border: none;cursor: pointer;display: inline-block;font-size: 11px;height: 32px;line-height: 32px;margin-right: 8px;padding: 0 8px;position: relative;text-align: center;top: 0;vertical-align: top;white-space: nowrap;min-width: 120px;display: inline-block;}
.insight-share-btn ul li a i{color: #fff;}
.insight-share-btn ul li a:hover{opacity: .8;top: -4px;}
.insight-detail-con img{ width: 100%; border-radius: 10px; margin-bottom: 50px;}
.insight-detail-con p{font-weight: 500; color: #000; font-size: 15px; margin-bottom: 20px;}
.insight-detail-con ol li{font-weight: 500; color: #000; margin-bottom: 15px; font-size: 15px;}
.insight-detail-con ol{padding-left: 18px;}
.countinue-rea-wrapp{padding: 40px;width: 42%;background-color: #fbfaf8;border: 1px solid #ccc;border-radius: 15px;margin: 70px auto 0;}
.countinue-rea-wrapp .latest-article-right ul li a{border: 1px solid #ccc;}  .career-image img{width: 100%; border-radius: 15px;}
.career-wrapp{background-color: #fbfaf8; padding: 70px 0px;}
.career-con-main{display: flex;height: 100%;justify-content: center;align-items: center;}
.career-con-inn{width: 80%;}
.career-con-inn h5{padding: 11px 30px;background-color: #d92026;border-radius: 50px;color: #fff;display: inline-flex;align-items: center;font-size: 18px;margin-bottom: 25px;}
.career-con-inn h5 img{margin-right: 10px;}
.career-con-inn h3{color: #000;font-weight: 800;font-size: 48px;margin-bottom: 23px;}
.career-con-inn p{color: #000; font-size: 18px;; color: #000;}
.career-list-wrapp{background-color: #f9f5ec; padding: 70px 0px;}
.career-list-con h5{font-weight: 800;font-size: 37px;color: #000;margin-bottom: 50px;}
.career-box{background-color: #fff;border-radius: 15px;border: 1px solid #ccc;padding: 40px; margin-bottom: 30px;}
.career-title h6{color: #000;font-weight: 800;font-size: 23px;margin-bottom: 12px;}
.career-title p{margin-bottom: 0;color: #d92026;font-size: 15px;font-weight: 500;}
.career-box a{display: flex;align-items: center;justify-content: space-between;text-decoration: none;}  .career-title-row {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.career-details-row {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.career-heading {margin-bottom: 0;font-size: 20px;line-height: 30px;font-weight: 800;}
.career-meta.text-large {color: #007ea7;font-size: 16px;}
.career-meta.text-large p{margin-bottom: 0px; color: #d92026;}
.career-meta {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;margin-left: 12px;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.link-with-arrow {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;padding: 18px;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-flex: 0;-webkit-flex: 0 auto;-ms-flex: 0 auto;flex: 0 auto;background-color: #d92026;color: #fbfaf8;text-transform: none;text-decoration: none;}
.link-with-arrow:hover{color: #fff;}
.career-detail-head{background-color: #f9f5ec; padding: 30px 0px;}
.career-det-form{padding: 50px 0px;     background-color: #fbfaf8;}
.career-form-head{margin-bottom: 40px;}
.career-form-head p {font-weight: 500;font-size: 18px;margin-bottom: 30px;border-bottom: 1px solid #ccc;padding-bottom: 30px;}
.career-form-head h6 {color: #000;font-size: 15px;margin-bottom: 40px;}
.career-form-head h3{color: #d92026;font-weight: 800;font-size: 33px;margin-top: 50px;}
.container-check {display: block;position: relative;padding-left: 35px;margin-bottom: 12px;cursor: pointer;font-size: 22px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;} .container-check input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;} .checkmark {position: absolute;top: 2px;left: 0;height: 22px;width: 22px;background-color: unset;background-color: #fff;border: 1px solid #ccc;border-radius: 3px;} .container-check:hover input ~ .checkmark {background-color: #fff;} .container-check input:checked ~ .checkmark {background-color: #2196F3;} .checkmark:after {content: "";position: absolute;display: none;} .container-check input:checked ~ .checkmark:after {display: block;} .container-check .checkmark:after {left: 8px;top: 4px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.career-form-start{}
.career-form-start form input{border: 1px solid rgba(44,45,54,.17);background-color: #fff;height: 60px;margin-bottom: 20px;}
.career-form-start form select{border: 1px solid rgba(44,45,54,.17);background-color: #fff;height: 60px;margin-bottom: 20px;}
.career-form-start form textarea{border: 1px solid rgba(44,45,54,.17);background-color: #fff;height: 150px;margin-bottom: 20px;}
.career-form-start form button{width: 100%;padding: 16px 24px;border: 2px solid #d92026;border-radius: 5px;background-color: #d92026;box-shadow: inset 0 200px 200px 200px transparent;-webkit-transition: box-shadow .2s;transition: box-shadow .2s;color: #fff;font-weight: 700;text-align: center;-o-object-fit: fill;object-fit: fill;display: block;}
.career-form-start form button:hover{color: #fff;}
.career-form-start label{font-weight: 600;font-size: 17px;margin-bottom: 13px;}
.career-form-start label a{color: #000; text-decoration: none;}  .conatct-page-head{background-color: #fbfaf8; padding: 50px 0px;}
.contact-head-inn h4{font-weight: 800; font-size: 45px; color: #000;}
.contact-form-wrapp{ padding: 60px 0px;}
.contact-map-wrapp{background-color: #fbfaf8; padding: 50px 0px;}
.contact-detail-head{margin-bottom: 40px;}
.contact-detail-head h5{font-weight: 800;font-size: 24px;margin-bottom: 17px;}
.contact-detail-head p{font-size: 16px;font-weight: 500;}
.contact-form-add{margin-bottom: 40px;}
.contact-form-add h5{font-weight: 800;font-size: 24px;margin-bottom: 17px;}
.contact-form-add p{font-size: 16px;font-weight: 500;}
.contact-form-add a{display: flex;align-items: center;margin-bottom: 20px; text-decoration: none; color: #d92026; font-weight: 600;}
.contact-form-add a img{margin-right: 10px;}
.contact-form-detail{padding-left: 60px; padding-top: 20px;}
.contact-page-social h5{font-weight: 800;font-size: 24px;margin-bottom: 17px;}
.contact-page-social ul{padding-left: 0;list-style-type: none;display: flex;}
.contact-page-social ul li{margin-right: 11px;}
.contact-page-social ul li a{background-color: #d92026;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;border-radius: 50px;}
.contact-page-social ul li a img{    width: 40%;}  .nextpostslink{
text-decoration: none;
border: 2px solid #115753;
padding: 10px 16px;
margin: 2px;
color: fff; color: #333;
}
.page-not-found-pg{color: #fff!important;
text-align: center!important;}
ul{padding-left: 0px; margin-left: 0px!important;}
ol{padding-left: 0px; margin-left: 0px!important;} body{margin: 0px!important;}
.mobile-header{display: none;}
.team-box a img{
border-radius: 50%;
width: 100%;
width: 141px;
margin-bottom: 12px;
}
.team-box{margin-bottom: 30px;}
.copytight-text a{text-decoration:none; color:#fff!important;} .navbar{position: unset; z-index: 9; width: 100%; background-color: #000!important; padding: 6px 0px;}
.modal-backdrop {display: none; }
.navbar-nav li a {font-size: 16px; display: block; margin-right: 0; margin-left: 10px; padding: 10px 10px 10px 0; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-transition: color .2s; transition: color .2s; color: #fff!important; font-weight: 500; text-decoration: none; }
.nav-right-bar a {font-size: 16px; display: block; margin-right: 0; margin-left: 10px; padding: 10px 10px 10px 0; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-transition: color .2s; transition: color .2s; color: #fff!important; font-weight: 700; text-decoration: none; }
.nav-right-bar a i {margin-right: 10px; }
.nav-right-bar .modal-header {border-bottom: none; justify-content: end; position: absolute; width: 100%; z-index: 9; }
.nav-right-bar .modal-dialog {width: 100%; height: 100%; margin: 0; padding: 0; }
.nav-right-bar .modal-backdrop {background-color: #fff; opacity: 1!important; border: 0px solid rgba(136, 136, 136, .4); }
.nav-right-bar .modal-content {height: auto; min-height: 100%; border-radius: 0; background: none; box-shadow: none; background-color: #003459; }
.nav-right-bar .modal-body {text-align: center; display: flex; justify-content: center; align-items: center; }
.nav-right-bar .modal-body form {margin: 0 auto; float: none; width: 100%; }
.nav-right-bar .modal-content .close {opacity: 1; font-size: 39px; border: none; background: unset; color: #fff; }
.nav-right-bar .modal-dialog {max-width: 100%; }
.nav-right-bar .large-heading {margin-bottom: 8px; font-size: 34px; line-height: 48px; text-align: left; font-weight: 800; color: #fff; }
.nav-right-bar .container-large {width: 100%; max-width: 980px; margin-right: auto; margin-left: auto; direction: ltr; }
.nav-right-bar .form-horizontal {display: flex; margin-bottom: 0; }
.nav-right-bar .w-form {margin: 0 0 15px; }
.nav-right-bar input[type=search] {-webkit-appearance: none; }
.nav-right-bar .form-input {height: 60px; margin-bottom: 0; padding: 31px; border: 1px solid rgba(44,45,54,.17); border-radius: 5px; -webkit-transition: border-color .2s; transition: border-color .2s; font-size: 16px; line-height: 24px; margin-bottom: 0; }
.nav-right-bar .w-input, .w-select {display: block; width: 100%; height: 64px; padding: 8px 12px; margin-bottom: 0; font-size: 14px; line-height: 1.42857143; color: #333; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; FONT-WEIGHT: 600; }
.nav-right-bar .button.form-horizontal-button {margin-left: 12px; }
.nav-right-bar input.w-button {-webkit-appearance: button; }
.nav-right-bar .button {width: auto; padding: 16px 24px; border: 2px solid #00a8e8!important; border-radius: 5px!important; background-color: #003459; box-shadow: inset 0 200px 200px 200px transparent; -webkit-transition: box-shadow .2s; transition: box-shadow .2s; color: #fff; font-weight: 700; text-align: center; -o-object-fit: fill; object-fit: fill; }
.nav-right-bar .w-button {display: inline-block; padding: 9px 45px; background-color: unset; color: #fff; border: 0; line-height: inherit; text-decoration: none; cursor: pointer; border-radius: 0; }
.dropdown-menu .dropdown-item{color: #000!important;}
.nav-right-bar{margin-left: 30px;}
.drop-box ul li a {color: #000!important; font-size: 15px;}
.dropdown-menu .dropdown-item{font-size: 15px!important;}  .main-banner { position: relative; }
.main-banner img {height: 100%; object-fit: cover; width: 100%; }
.main-banner .cover {padding: 75px 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; align-items: center; }
.main-banner .cover .header-content {position: relative; padding: 56px 0px; overflow: hidden; text-align: left; width: 44%;}
.main-banner .cover .header-content h2 {font-size: 37px; margin: 0px 0 17px; word-spacing: 3px; color: #fff; text-align: left; font-weight: 700; } 
.main-banner .cover .header-content h1{color: #02395f;font-weight: 700;text-transform: uppercase;font-size: 41px; margin-bottom: 16px; margin-top: 10px;}
.main-banner .cover .header-content p {color: #02395f; font-size: 20px; text-align: left; width: 100%; margin: 0 auto; text-transform: uppercase; font-weight: 600;}
.main-banner .cover .header-content .banner_buttons {margin-top: 40px; }
.main-banner .cover .header-content .banner-read-more {color: #ffffff; font-size: 15px; line-height: 15px; font-weight: 700; font-style: normal; text-decoration: none; background-color: #e4b96b; border-color: #1b242b; border-style: none; border-width: 1px 1px 1px 1px; border-radius: 4px; padding: 13px 25px; }
.head-con-inner{background-color: #fff; padding: 28px; }  .main-footer{padding: 50px 0px 0px;}
.footer-form{padding-right: 50px;}
.footer-form h5{color: #d92026; margin-bottom: 20px; font-size: 20px;}
.footer-form input{margin-bottom: 15px; padding: 15px!important;}
.footer-form textarea{height: 170px;}
.footer-form input.btn-footer-form{background-color: #d92026; padding: 12px 25px; margin-top: 20px; color: #fff; margin-left: auto; display: block; border: none;}
.footer-form input.btn-footer-form:hover{color: #fff;}
.footer-right-col{display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px;}
.footer-add{display: flex; align-items: center;}
.footer-add i{width: 70px; height: 100%; display: flex; justify-content: center; align-items: center; color: #fff; background-color: #d92026; font-size: 32px; border-radius: 10px; margin-right: 22px; padding: 17px;}
.footer-add h4{color: #d92026; margin-bottom: 8px; font-size: 21px; font-weight: 600; }
.footer-add p{margin-bottom: 0px;color: #fff; font-size: 15px;}
.footer-link h4{color: #d92026; font-size: 22px; font-weight: 600;     margin-bottom: 24px;}
.recent-posts ul{padding-left: 0px; margin-left: 0px;}
.recent-posts ul li{list-style-type: none;display: flex;border-bottom: unset;padding-bottom: 13px;margin-bottom: 0px;}
.recent-posts ul li img{width: 80px;height: 75px;margin-right: 16px;object-fit: cover;}
.recent-posts ul li p i{color: #d8a22c;margin-right: 10px;}
.recent-posts ul li p{color: #fff;margin-bottom: 0px;font-size: 15px;}
.recent-posts ul li h5 a{color: #fff; text-decoration: none; font-size: 15px; }
.recent-posts ul li:last-child{border: none;}
.foot-gallery ul{padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.foot-gallery ul li{margin-right: 12px; margin-bottom: 16px; }
.copyright-wrapp{background-color: #26313b; border-top:2px solid #515a62; padding: 20px 0px;}
.copy-inn{display: flex; justify-content: space-between;}
.copy-inn p{color: #fff; margin-bottom: 0px; font-size: 15px;}
.copy-inn ul{padding-left: 0px; list-style-type: none; display: flex; margin-bottom: 0px;}
.copy-inn ul li{margin-right: 20px;}
.copy-inn ul li a{color: #fff; text-decoration: none;}
.copy-inn ul li a i{color: #fff; font-size: 20px;}
.copy-inn p a{color: #fff; text-decoration: none;}  .our-customer-wrapp{background-color: #f2f2f2; padding: 50px 0px;}
.our-customer-head{margin-bottom: 40px;}
.our-customer-head h5{color: #d92027; margin-bottom: 14px; font-size: 20px; text-align: center;}
.our-customer-head h2{text-align: center; text-transform: uppercase; font-weight: 700; font-size: 33px; margin-bottom: 14px; }
.our-customer-head p{text-align: center; width: 70%; margin: 0 auto; font-size: 15px; }
.cust-logo ul{padding-left: 0px; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: center;}
.cust-logo ul li{margin-right: 20px; margin-bottom: 20px;}  .team-wrapper{padding: 50px 0px; position: relative; margin-bottom: 50px;}
.team-wrapper:before{content: ''; width: 60px; height: 100%; background-color: #d92026; position: absolute; left: 0; top: 0; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
.team-wrapper:after{content: ''; width: 60px; height: 100%; background-color: #d92026; position: absolute; right: 0; top: 0; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.team-box-main{margin-bottom: 30px; background-color: #fff; box-shadow: 0px 0px 10px #ccc; border-radius: 15px;}
.team-box-main img{    width: 100%;
margin-bottom: 10px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
height: 362px;
object-fit: cover;
object-position: top;
}
.team-con{padding: 20px;}
.team-con h2{text-align: center; font-size: 21px; margin-bottom: 10px; font-weight: 600;}
.team-con h4{text-align: center; font-size: 16px; margin-bottom: 15px;}
.team-con p{text-align: center; font-size: 14px;}
.team-con ul{padding-left: 0px; list-style-type: none; display: flex; margin-bottom: 0px; justify-content: center;}
.team-con ul li{margin-right: 20px;}
.team-con ul li a{color: #d92027; text-decoration: none;}
.team-con ul li a i{color: #d92027; font-size: 20px;}
.team-con ul li:last-child{margin-right: 0px;}  .free-coach-head h5{color: #d92027; margin-bottom: 14px; font-size: 20px; text-align: left;}
.free-coach-head h2{text-align: left; text-transform: uppercase; font-weight: 700; font-size: 33px; margin-bottom: 14px; }
.free-coach-head p{font-size: 14px; color: #000; }
.free-coach-head a{background-color: #d92026; padding: 12px 25px; margin-top: 20px; color: #fff!important;text-decoration: none; border-radius: 5px; display: inline-block; margin-top: 20px;}
.coaching-video{background-color: #d92027; padding:10px; border-radius: 10px; }
.free-coaching{padding: 100px 0px 70px;}  .testi-main{padding: 100px 0px; background-repeat: no-repeat; background-size: cover; background-position: center;}
.testi-inner h2{text-align: center; text-transform: uppercase; font-weight: 700; font-size: 33px; margin-bottom:40px;color: #d92027;}
.testi-box h3{text-align: center; color: #fff; font-size: 25px; margin-bottom: 15px; }
.testi-box h5{ text-align: center;font-size: 15px;  color: #fff; margin-bottom: 20px;}
.testi-box p{text-align: center; font-size: 15px; color: #fff; width: 70%; margin: 0 auto;}
.testimonail-slider .owl-dots{display: block!important; display: flex!important; justify-content: center; margin-top: 31px;}
.testimonail-slider .owl-dots button{width: 15px; height: 15px; border: 1px solid #fff!important; margin-right: 10px; border-radius: 50px;}
.testimonail-slider .owl-dots button.active{background-color: #fff;  }  .why-choose-img img{margin-left: auto; display: block; width: 680px; position: absolute; right: 0; height: 100%;  top: 0;}
.why-choose-wrapp{position: relative;}
.why-choose-con h5{color: #d92027; margin-bottom: 14px; font-size: 20px; text-align: left;}
.why-choose-con h2{text-align: left; text-transform: uppercase; font-weight: 700; font-size: 33px; margin-bottom: 14px;}
.why-choose-con p{font-size: 15px!important; color: #000; font-weight: 400!important;}
.why-choose-con ul{padding-left: 0px; list-style-type: none; margin-top: 40px;}
.why-choose-wrapp .why-choose-con ul li{margin-bottom: 30px; display: block;}
.why-choose-con a{background-color: #d92026; padding: 12px 25px; margin-top: 20px; color: #fff;text-decoration: none; border-radius: 5px; display: inline-block; margin-top: 20px;}
.why-icon{display: flex; align-items: center; margin-bottom: 30px;} 
.why-icon i{width: 65px; height: 65px; background-color: #d92026; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 32px; border-radius: 10px; margin-right: 21px; }
.why-icon h4{color: #000; font-size: 20px; font-weight: 600; }
.why-icon p{font-size: 15px!important; color: #000; font-weight: 400!important;}
.why-choose-wrapp{padding: 70px 0px;}  .home-about-main{background-size: cover; background-position: center; background-repeat: no-repeat; padding: 80px 0px;}
.home-about-con h5{color: #d92027; margin-bottom: 14px; font-size: 20px; text-align: left;}
.home-about-con h2{text-align: left; color: #fff; text-transform: uppercase; font-weight: 700; font-size: 33px; margin-bottom: 14px;}
.home-about-con p{font-size: 15px; color: #fff;}
.about-feat-inn i{width: 65px; height: 65px; background-color: #d92026; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 32px; border-radius: 10px; margin-bottom: 15px;}
.about-feat-inn ul{list-style-type: square; color: #fff; padding-left: 10px;}
.about-feat-inn ul li{font-size: 15px; margin-bottom: 10px;}
.about-feat{margin-top: 40px;}  .plane-img{margin-top: 50px;}
.plane-img img{position: absolute; bottom: 0;}
.our-serv-wrapp{padding: 0px 0px;}
.service-box i{width: 65px; height: 65px; background-color: #d92026; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 32px; border-radius: 10px; margin-bottom: 25px;}
.service-box h4{font-size: 18px; color: #000; margin-bottom: 20px;}
.service-box p{font-size: 15px; color: #000;}
.service-box{background-color: #fff; box-shadow: 0px 0px 10px #ccc; padding: 22px; border-radius: 15px; margin-bottom: 30px;    height: 320px;}
.home-serv-main{background-size: cover; background-repeat: no-repeat; padding: 70px 0px; position: relative;}
.service-box ul{margin-left: 18px!important; margin-bottom: 0!important;}
.service-box ul li{font-size: 15px!important; margin-bottom: 10px;} .foot-gallery ul li img{width: 70px; height: 70px;}
.wpcf7-response-output {
color: white !important; 
}
.inner-page-banner .display-heading-1{text-align: center;}
.business-manage-mid-wrapp{padding: 50px 0px;}
.business-mang-head h4{font-weight: 600; font-size: 27px; margin-bottom: 15px; width: 73%; line-height: 36px; color: #000; }
.business-mang-head h4 span{ color: #d92026;}
.business-mang-head p{text-align: justify; font-size: 15px; line-height: 26px; font-weight: 400; color: #000;}
.buss-mang-image img{height: 420px; width: 100%; object-fit: cover; border-radius: 10px;}
.business-mang-head{display: flex; align-items: center; height: 100%;}
.busines-cta-wrapp{padding: 80px 0px; background-color: #E1E1E1;position: relative;     background-repeat: no-repeat; background-size: cover; background-position: center;}
.busines-cta-wrapp:before{content:'';position: absolute; top: 0; left: 0; width: 100%; height: 100%;     background-color: #002541eb;}
.business-cta-con h2{text-align: center; font-weight: 600; font-size: 27px; margin-bottom: 15px;  color: #fff;}
.business-cta-con p{text-align: center; font-size: 15px; color: #fff; line-height: 28px; }
.business-cta-con{position: relative; z-index: 9;}
.faq-wrapp {
background-color: #F5F5F5;
padding: 50px 0px;
}
.faq-img img {
width: 1005;
}
.faq-left .accordion-item {
margin-bottom: 15px;
border: 1px solid #ccc !important;
border-radius: 7px !important;
}
.faq-left .accordion-button {
border-radius: 7px!important;
}
.faq-left .accordion-button:focus {
box-shadow: unset!important;
}
.faq-left .accordion-button:not(.collapsed) {
box-shadow: unset !important;
border-bottom: 1px solid #d92026;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
background-color: #d92026;
color: #fff;
}
.faq-left .accordion-body {
padding: 0 21px 1px;
}
.faq-left .accordion-body p {
font-size: 14px;
color: #000;
margin-top: 15px;
}
.faq-head-wrapp h4{text-align: center; font-weight: 600; font-size: 27px; margin-bottom: 15px;  color: #000;}
.faq-head-wrapp p{text-align: center; font-size: 15px; color: #000; line-height: 28px;}
.faq-head-wrapp h4 span{color: #d92026;}
.accordion-button:not(.collapsed)::after {
background-image: url(//www.scaleup-solution.com/wp-content/themes/scale-solution/images/faq-arrow.svg);
transform: rotate(-180deg);
}