@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*{
	padding:0;
	margin:0;
}
body{
    font-size:16px;
    line-height:24px;
    font-family: 'Gotham';
	font-weight: 300;
	font-style: normal;
	color:#000;
}
h1{
	font-family: 'Gotham';
	font-weight: bold;
}
h2{
	font-family: 'Gotham';
	font-size:36px;
	color: #00397f;
}
a{
    text-decoration:none;
}
a:hover{
    transition: all 0.6s ease 0s;
    text-decoration:none;
}
.padding0{
    padding:0;
}
.spacer-lg{
    width:100%;
    height:50px;
}
.spacer-md{
    width:100%;
    height:35px;
}
.spacer-sm{
    width:100%;
    height:20px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #004670;
    outline: 0;
    outline: thin dotted \9;
    transition: all 0.6s ease 0s;
}

/*======= Button Style ========*/
.main-btn {
    display: flex;
    margin-top: 30px;
}
.main-btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
    min-height: 45px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s linear;
    padding: 0 25px 0 15px;
}
.main-btn .btn span {
    font-size: 16px;
    font-weight: 300;
    padding: 0 28px 0 10px;
    background-image: url(../images/btn-arrow.webp);
    background-repeat: no-repeat;
    background-position: right 10px;
	position: relative;
    z-index: 1;
	color:#0150b1;
}
.main-btn .btn span.experties{
	color:#fff;
	background-image: url(../images/btn-arrow2.webp);
    background-repeat: no-repeat;
    background-position: right 10px;
}
/*.main-btn .btn i{
	color:#000;
	position: relative;
    z-index: 2;
}*/
.main-btn div {
	position: relative;
}
.main-btn .yellow {
	color: black;
}
.main-btn .yellow::before {
    content: "";
    display: block;
    width: 45px;
    height: 100%;
    background-color: #d4d6e2;
    position: absolute;
    border-radius: 0px;
    left: 0em;
    z-index: 1;
    transition: all 600ms ease;
}
.main-btn .yellow.experties::before {
    background-color: #073351;
}
.main-btn .yellow:hover::before {
	width: 100%;
}
/*======= Button Style ========*/

.wrapper-main{
	width:100%;
}
.logo{
	padding:25px 0;
}
.nav-main{
	width:100%;
	text-align:right;
	padding-top:35px;
}
.nav-main ul{
	padding:0;
	margin:0;
}
.nav-main ul li{
	display:inline-block;
	list-style:none;
}
.nav-main ul li a{
	color:#646464;
	padding:8px 15px;
	border:solid 1px #fff;
}
.nav-main ul li a:hover{
	color:#00397f;
	border:solid 1px #00397f;
}
.nav-main ul li.current_page_item a{
	color:#00397f;
	border:solid 1px #00397f;
}
.banner-main {
    position: relative;
}
.banner-bottom {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
}
.banner-bottom img{
    width: 100%;
}
.caption {
    position: absolute;
    width: 100%;
    top: 18%;
}
.caption h1{
	font-size:46px;
	text-transform:uppercase;
	color:#000;
}
.caption p{
	font-size:22px;
	color:#00397f;
	font-family: 'Gotham';
	font-weight:normal;
	font-weight: 300;
}
.content-main{
	padding-top:25px;
}
.content-main h2 {
    text-align: center;
    font-size: 36px;
    color: #00397f;
    font-family: 'Gotham';
    font-weight: 300;
    margin-bottom: 30px;
	margin-top:25px;
}
.content-main h2:after {
    content: '';
    border-bottom: 2px solid #00397f;
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.content-main h2.expert-heading{
	color:#fff;
	text-align:left;
}
.content-main h2.expert-heading:after {
    border-bottom: 2px solid #fff;
    margin: 0 0;
}
.experties-main{
	width:100%;
	background-color:#0a1e41;
	background-image:url(../images/blue-pattern.webp);
	background-repeat:no-repeat;
	background-position: right top;
	padding:50px 0;
	color:#fff;
}
.experties-listing {
    padding: 0;
    margin: 35px 0 0 15%;
    width: 65%;
}
.experties-listing li{
	list-style:none;
}
.experties-listing li a {
    color: #fff;
    border-bottom: solid 1px #1985cf;
    display: block;
    padding: 12px 10px;
    background-image: url(../images/right-arrow.webp);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.experties-listing li a:hover{
	background-color:#073351;
}
.brief-look .numbers {
    background-image: url(../images/number-bg.webp);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 16px;
    padding: 3px 0 0 7px;
}
.brief-look h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 500;
    margin-bottom: 20px;
}
.news-main{
	width:100%;
	background-color:#f4f5f7;
	padding:35px 0;
	margin:35px 0;
}
.news-Div img{
	width:100%;
	height:210px;
	object-fit:cover;
}
.news-Div h3 {
    font-size: 24px;
    font-family: 'Gotham Book';
    margin: 20px 0px;
}
.news-Div h3 a{
    color: #0a446c;
}
.news-Div h3 a:hover{
    color: #1985cf;
}
.news-Div p{
	font-size:14px;
	color:#000;
	font-weight: 500;
}
.footer{
	padding-top:25px;
	padding-bottom:40px;
}
.f-socials{
	padding:20px 0 0 ;
	margin:0;
}
.f-socials li{
	list-style:none;
	display:inline-block;
}
.f-socials li a {
    color: #6f7073;
    width: 36px;
    height: 36px;
    text-align: center;
    border: solid 1px #6f7073;
    border-radius: 50%;
    line-height: 36px;
    display: inline-block;
	margin-right: 5px;
}
.f-socials li a:hover{
	color:#fff;
	border:solid 1px #0150b1;
	background-color:#0150b1;
	border-radius:50%;
	line-height:36px;
}
.f-contact{
	padding:0;
	margin:0;
}
.f-contact li{
	list-style:none;
	display:block;
}
.f-contact li a {
    color: #002054;
    background-image: url(../images/address-icon.webp);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 45px;
    line-height: 30px;
    display: block;
    margin-top: 15px;
	font-size:20px;
	font-family: 'Gotham Book';
}
.f-contact li a.phone {
    background-image: url(../images/call-icon.webp);
    font-size: 28px;
    font-weight: 500;
    color: #737373;
}
.f-contact li a.email {
    background-image: url(../images/email-icon.webp);
}
.rights{
	width:100%;
	background-color:#002054;
	padding:15px 0;
	text-align:center;
	font-size:14px;
	font-family: 'Gotham Book';
	color:#919191;
}
.about-home{
	background-image: url(../images/home-about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size:100% 100%;
	padding:44px 0;
}
.about-home h4{
	font-size:28px;
	color:#00397f;
	font-family: 'Gotham Book';
}
.carousel-indicators {
    bottom: -20px;
    display: none;
}
.carousel-indicators [data-bs-target] {
    background-color: #0a6fb4;
	height:4px;
	width:35px;
}
.opportunities{
	text-align:center;
	padding-top: 20px;
	font-family: 'Gotham Book';
}
.opportunities h4{
	font-size:22px;
	color:#000;
	text-transform:uppercase;
}
.opportunities p{
	color:#0a446c;
	font-size:22px;
}
.opportunities a{
	display:inline-block;
	text-transform:uppercase;
	color:#000;
	padding:6px 25px;
	border: solid 1px #000;
}
.opportunities a:hover{
	color:#fff;
	background-color:#002054;
	border: solid 1px #002054;
}
.breadcrumb{
	color:#00397f;
	font-family: 'Gotham Book';
}
.breadcrumb a{
	color:#000;
}
h2.heading {
    text-align: center;
    font-size: 36px;
    color: #00397f;
    font-family: 'Gotham';
    font-weight: 300;
    margin-bottom: 30px;
	margin-top:25px;
}
h2.heading:after {
    content: '';
    border-bottom: 2px solid #00397f;
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.contact-form label{
	margin-bottom:5px;
}
.contact-form label span{
	color:#b70000;
}
.contact-form input{
	width:100%;
	border: solid 1px #ced4da;
	border-radius:4px;
	padding:5px 10px;
}
.contact-form select{
	width:100%;
	border: solid 1px #ced4da;
	border-radius:4px;
	padding:5px 10px;
}
.contact-form textarea{
	width:100%;
	border: solid 1px #ced4da;
	border-radius:4px;
	padding:5px 10px;
	height:250px;
}
.contact-form input.submit-btn{
	display:inline-block;
	text-transform:uppercase;
	color:#00397f;
	padding:6px 25px;
	border: solid 1px #00397f;
	width:auto;
	background-color:transparent;
	margin-top:20px;
}
.contact-form input.submit-btn:hover{
	color:#fff;
	background-color:#002054;
	border: solid 1px #002054;
}
.contact-map {
    background-image: url(../images/contact-map.webp);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 50px;
    margin: 25px 0 15px;
}
.contact-map.contact{
	background-image: url(../images/contact-phone.webp);
}
.contact-map.support{
	background-image: url(../images/contact-support.webp);
}
.contact-map.support a{
	color:#000;
}
.contact-map h6{
	font-size:22px;
	color:#00397f;
	font-family: 'Gotham';
	font-weight:500;
}
.contact-map p{
	font-size:16px;
}
.team-main {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.team-main img{
	width:100%;
	height:260px;
	object-fit:cover;
	border-radius:6px;
}
.team-main h4 {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-family: 'Gotham';
    font-weight: 500;
    margin-bottom: 30px;
	margin-top:15px;
}
.team-main h4 span{
	display:block;
	font-size:14px;
	padding-top:10px;
	font-family: 'Gotham Book';
	color:#000;
}
.team-main h4:after {
    content: '';
    border-bottom: 2px solid #00397f;
    width: 50px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.team-main a{
	display:inline-block;
	width:44px;
	height:44px;
	background-color:#eff2f7;
	color:#96a6b1;
	text-align:center;
	line-height:44px;
	border-radius:6px;
}
.team-main a:hover{
	background-color:#00397f;
	color:#fff;
}
.project-item {
  height: 350px;
  margin-bottom: 30px;
  margin-right: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.project-item a {
  display: inline-block;
}
.project-item img, .project-item .overlay {
  border-radius: 0;
  width:100%;
  height:350px;
}
.project-item .overlay {
  background: rgba(0, 57, 127, 0.85) none repeat scroll 0 0;
  display: table;
  height: 350px;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align:left;
  top: 0;
  transition: all 0.2s ease-out 0s;
  width: 100%;
}
.project-item .overlay .overlay-content {
  color: #fff;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 0 30px;
}
.project-item .overlay .overlay-content h3{
  font-size:24px;
	font-family: 'Gotham Book';
	text-transform:uppercase;
}
.project-item .overlay p {
	text-transform:capitalize;
}
.project-item a {
  display: block;
  text-transform:capitalize;
}
.project-item:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.project-item:hover .overlay p {
  margin-top: 0;
  transition: all 0.3s ease-out 0s;
}
.project-item:hover h3.expert-heading{
	display:none;
}
h3.expert-heading {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    /* padding: 15px; */
    background-image: url(../images/heading-bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 170px;
    background-size: 100% 100%;
    color: #fff;
    margin: 0;
	font-size:24px;
	font-family: 'Gotham Book';
	text-transform:uppercase;
}
h3.expert-heading span{
	padding: 70px 0 0 50px;
    display: block;
}
.contact-right{
	padding-left:50px;
}
.elementor-accordion .elementor-accordion-item {
    border: none !important;
    border-bottom: solid 1px #1985cf !important;
}
.elementor-accordion {
    width: 80%;
    margin-left: 5%;
}
.elementor-widget-accordion .elementor-accordion-title {
    font-family: inherit;
    font-weight: 300;
}
.elementor-accordion .elementor-tab-title {
    padding: 15px 14px !important;
    font-weight: 300;
}
.elementor-accordion .elementor-tab-content {
    padding: 15px 14px !important;
    border-top: 1px solid #1985cf !important;
}
.fa-minus:before {
    color: #1985cf;
}
.fa-plus:before {
    color: #1985cf;
}
.disclaimer{
	padding: 50px 0 !important;
}
.disclaimer p{
	font-size:14px !important;
}

















@media (min-width: 992px) and (max-width: 1120px) {
.brief-look h3 {
    font-size: 20px;
}
.project-item {
    height: 290px;
}



}
@media (min-width: 768px) and (max-width: 991px) {
.nav-main ul li a {
    padding: 8px 10px;
    font-size: 14px;
}
.caption h1 {
    font-size: 24px;
}
.content-main h2 {
    font-size: 22px;
}
.about-home h4 {
    font-size: 18px !important;
    line-height: 24px !important;
}
.brief-look h3 {
    font-size: 15px;
    min-height: 36px;
}
.news-Div h3 {
    font-size: 16px;
}
.news-Div p {
    font-size: 12px;
}
.footer-logo img{
	width:100%;
}
.f-contact li a {
    padding-left: 35px;
    line-height: 22px;
    font-size: 14px;
    background-size: 20px;
}
.f-contact li a.phone {
    font-size: 18px;
}
.opportunities h4 {
    font-size: 16px;
}
.opportunities p {
    font-size: 14px;
}
.project-item {
    height: 214px;
}
h3.expert-heading {
    font-size: 18px;
}
h3.expert-heading span {
    padding: 70px 0 0 20px;
}
.project-item .overlay .overlay-content {
    padding: 0 15px;
}

.project-item .overlay {
    height: 214px;
}
.project-item .overlay p {
    font-size: 14px;
}
.contact-right{
	padding-left:10px;
}


}

@media (max-width: 767px) {
.nav-main {
    display: none;
}
.logo {
    padding: 15px 0;
    text-align: center;
}
.caption h1 {
    font-size: 22px;
}
.content-main h2 {
    font-size: 20px;
}
html body div#wprmenu_bar {
    width: 100% !important;
}
.about-home {
    background-image: none;
    padding: 0;
}
.experties-listing {
    padding: 0;
    margin: 15px 0 0 0%;
    width: 100%;
}
.brief-look h3 {
    font-size: 16px;
    margin-bottom: 10px;
    min-height: inherit;
}
.brief-look {
    margin-bottom: 25px;
}
.news-main {
    padding: 5px 0;
    margin: 15px 0;
}
.news-Div h3 {
    font-size: 18px;
    margin: 10px 0px;
}
.news-Div {
    margin-bottom: 30px;
}
.f-contact li a {
    font-size: 16px;
}
.f-contact li a.phone {
    font-size: 18px;
}
.opportunities {
    text-align: left;
}
.opportunities h4 {
    font-size: 18px;
}
.opportunities p {
    font-size: 16px;
}
.rights {
    color: #fff;
}
.about-home h4 {
    font-size: 18px !important;
    color: #00397f;
    font-family: 'Gotham Book';
    line-height: 26px !important;
}
.breadcrumb {
    font-size: 12px;
}
.content-main {
    padding-top: 0;
}
.project-item {
    height: 214px;
}
.project-item .overlay {
    height: 214px;
}
.contact-form textarea {
    height: 110px;
}
.contact-right{
	padding-left:0px;
}
.elementor-accordion {
    width: 100%;
    margin-left: 0;
}
.disclaimer{
	padding: 15px 0 !important;
}


}
@media (max-width: 480px) {
.caption h1 {
    font-size: 14px;
}
.content-main {
    padding-top: 0;
}
.content-main h2 {
    margin-bottom: 10px;
}
.breadcrumb {
    display: none;
}
.rights {
    padding: 7px 15px;
}


}

