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

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

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

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

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

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

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

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

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

body{
  font-family: 'Inter', sans-serif;
  background:var(--white);
  overflow-x:hidden;
}

::-webkit-scrollbar {
  width:15px;
  -webkit-appearance: none;
}

::-webkit-scrollbar-thumb {
  background-color:#1E3A5A;
  border-radius: 10px;
  border:2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

html,body{
/*  overflow-x: hidden;*/
}

body.active{
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
a {
  color: inherit;
  text-decoration: none;
   font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4 {
  color:var(--black);
  font-family: 'Poppins', sans-serif;
}
*:focus {
  outline: none;
}
button:focus {
  outline: none;
}
button {
  border: 0;
}
ul li {
  list-style: none;
  color: inherit;
   font-family: 'Inter', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

.container {
  width:100%;
  max-width:1400px;
  margin:0 auto;
}

:root {
  --white:#ffffff;
  --black:#090909 ;
  --greysec:#F7F6F3;
  --footbg:#0F1C2D;
  --sectionbg:#1E3A5A;
  --titlecolor:#1E3A5A;
  --txtcolor:#3D5266;
  --highlight:#B08D57;
}

/* Navigation Css Start */

header{
  float:left;
  width:100%;
  position: relative;
  z-index: 99;
  background:var(--white);
  transition: all 0.5s;
  padding:30px 0;  
}

header.fixed{
  position: fixed;
  top:0;
  left:0;
  z-index:99999;
  padding:15px 0;
  background:var(--greysec);
  transition:all 0.6s;
}

header.fixed .logo a img{
  will-change: transform;
}

.logo{
  max-width:217px;
}

.navigation{
  width: 100%;
  padding:0 73px;
}

.header_inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.header_rgt{
  display:flex;
  align-items:center;
  column-gap:40px;
}

.header_rgt_icon{
  display:flex;
  column-gap:20px;
  align-items:center;
}

.call_btn a{
  background:transparent;
  color:var(--titlecolor);
  font-family: 'Inter';
  font-size:15px;
  line-height:19px;
  font-weight:500;
  padding:10px 20px;
  transition:all 0.5s;
  border:1px solid var(--titlecolor);
  text-transform: uppercase;
  display:flex;
  column-gap:10px;
  align-items:center;
}

.call_btn a:hover{
  background:var(--titlecolor);
  color:var(--white);
  border:1px solid transparent;
}

.call_btn a img{
  display:inline-block;
  transition:all 0.5s;
}

.call_btn a:hover img{
  filter:brightness(0) invert(1);
}

.get_tch_btn a{
  background:var(--titlecolor);
  color:var(--white);
  font-family: 'Inter';
  font-size:15px;
  line-height:19px;
  font-weight:500;
  padding:10px 20px;
  transition:all 0.5s;
  border:1px solid transparent;
}

.get_tch_btn a:hover{
  background:transparent;
  color:var(--titlecolor);
  border:1px solid var(--titlecolor);
}

.logo a img{
  transition:all 0.5s;
  display:block;
}

.navbar .nav-list{
  display:flex;
  justify-content: flex-end;
  column-gap:28px;
  margin-bottom: -15px;
}

.navbar .nav-list li{
  padding-bottom:15px;
  position:relative;
}

.navbar .nav-list li a{
  font-family: 'Inter';
  font-size:15px;
  line-height:19px;
  font-weight:500;
  color:var(--titlecolor);
  transition:all 0.5s;
  display:flex;
  align-items:center;
  column-gap:10px;
  position:relative;
}

.navbar .nav-list li.current_page_item a {
  color:var(--highlight);
}

.navbar .nav-list li:hover a{
  color:var(--highlight);
}

.navbar .nav-list li a span{
  font-weight:800;
  font-size: 13px;
  line-height:18px;
  margin-left: 5px;
}

.navbar .nav-list li.dropdwon {
  position: relative;
}

.submenu{
  display:none;
  position: absolute;
  width: auto;
  top: 100%;
  left: -1px;
  z-index: 1;
  text-align: left;
  background: #fff;
  padding: 10px;
}

ul.nav-list li.dropdwon:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.navbar .nav-list li.dropdown:hover .menu_dropdown{
  opacity:1;
}

.sub-menu{
  opacity:0;
  visibility:hidden;
  position:absolute;
  background: #ffffff;
  z-index:9999;
  padding:30px;
  min-width:230px;
  margin-top: 14px;
  border-radius: 10px;
}

.navbar .nav-list li.hover_dropdown.active .sub-menu{
  opacity:1;
  visibility:visible;
}

.navbar .nav-list .sub-menu li{
  margin-bottom:20px;
  padding-bottom:0;
}

.navbar .nav-list .sub-menu li:last-child{
  margin-bottom:0;
}

.navbar .sub-menu li a{
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  color: #36333D;
  font-family: 'Inter';
  text-transform:initial;
}

.navbar .nav-list .sub-menu li a:hover{
  color:#10552b;
}

.navbar{
  display: flex;
  align-items: center;
  justify-content:center;
  column-gap: 45px;
}

/* Mobile navigation */

.mobile_btm{
  padding:30px 20px 0;
}

.web_header_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mo_menu {
  position: fixed;
  right: -480px;
  width: 480px;
  height: 100vh;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  z-index:9999;  
  visibility: visible;
  padding:30px 30px;
}

.mo_menu.active {
  right:0;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  transition:all 0.5s;
  -o-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
  background:var(--titlecolor);
  position: fixed;
  overflow-y: auto;
  opacity:1;
  display:block;
  z-index:999999;
}

.main.active{
  opacity: 0.2;
}

.main{
/*  transform: translate(0%, 0);*/
transition: all 0.6s ease 0s;
}

.mo_menu .sidemenu_close{
  display:none;
}

.mo_menu.active .sidemenu_close{
  display:block;
}

.mo_menu.active .sidemenu_close span{
  background-color:transparent;
}

.mo_menu.active .sidemenu_close span:before, .mo_menu.active .sidemenu_close span:after{
  background-color:#ffffff;
}

.mo_menu.active .sidemenu_close span:before{
  transform: rotate(45deg);
  top: 10px;
}

.mo_menu.active .sidemenu_close span:after{
  transform: rotate(-45deg);
  top:10px;
}

.sideMenu ul li.dropdown_main span.mobile_dropdown {
  float: right;
  position: absolute;
  top:23px;
  right:30px;
  color: #000000;
  cursor: pointer;
}

.sideMenu ul li.dropdown_main span.mobile_dropdown i{
  font-size:20px;
  line-height:26px;
  font-weight:600;
  color: #000000;
}

.sideMenu ul li.dropdown_main span.mobile_dropdown.active{
  color: #00A091;
}

.sideMenu ul li .navbar-dropdown {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-color:#fff;
  box-shadow:none;
  margin-top: 10px;
}

.sideMenu .nav-list .navbar-dropdown li{
  text-transform:initial;
}

.sideMenu .nav-list .navbar-dropdown li a{
  background-color:transparent;
  display:flex;
  border-bottom:0;
  font-family: 'Inter';
  font-weight: 500;
  color: #36333D;
  font-size:18px;
  line-height:24px;
  letter-spacing: 0.6px;
  text-transform:initial;
}

.sideMenu .navbar-dropdown .dropdown_icon{
  width:38px;
  height:38px;
}

.sideMenu  .dropwon_nav h6, .sideMenu  .dropwon_nav p{
  color:#fff;
}

.sideMenu  .dropwon_nav h6{
  font-size:18px;
  margin-bottom:5px;
}

.sideMenu  .dropwon_nav p{
  font-size:14px;
}

.sideMenu .mob_dropdown:after{
  content: '\f054';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right:20px;
  top:24px;
  color:#fff;
  cursor: pointer;
}

.mob_dropdown.active:after{
  transform: rotate(90deg);
}

.sideMenu .nav-list li {
  display: block;
  position: relative;
  padding:10px 0px;
}

.sideMenu ul li .navbar-dropdown li:first-child{
  border:0;
}

.sideMenu ul li .navbar-dropdown li{
  padding:15px 30px;
  border-top: 1px solid #707070;
}

.sideMenu .nav-list li a {
  display: block;
  text-decoration: none;
  font-family: 'Inter';
  font-weight:400;
  font-size:20px;
  line-height:26px;
  letter-spacing:2px;
  color:rgb(255 255 255 / 75%);
  transition:all 0.5s;
}

.sideMenu .nav-list li a:hover{
  color:var(--highlight);
}

.sideMenu .nav-list li.nav-list a{
  color: #00A091;
}

.sideMenu ul li a span{
  cursor:pointer;
}

.menuIcon {
  display:inline-block;
  padding:3px 3px;
  cursor: pointer;
}
.menuIcon span {
  display: block;
  width: 28px;
  height:3px;
  background:#0073FF;
  position: relative;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon span:before {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  width: 28px;
  height:3px;
  background:#0073FF;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 28px;
  height:3px;
  background:#0073FF;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span {
  background:transparent;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span:before {
  transform: rotate(45deg);
  top: 0px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span:after {
  transform: rotate(-45deg);
  bottom: 0px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.mo_menu.active .menuIcon.sidemenu_close{
  position: absolute;
  top: 30px;
  right: 15px;
  height: 28px;
  cursor: pointer;
}

.mo_menu.active .menuIcon.sidemenu_close{
  background-color:transparent;
}

.mo_menu.active .menuIcon.sidemenu_close i{
  font-size:32px;
  color:#Fff;
}

/* Banner Css Start */
.banner_main{
  float:left;
  width:100%;
  margin-top:20px;
}

.banner_inr{
  display:flex;
  align-items:center;
}

.banner_lft{
  width:calc(52.7% + 85px);
  background:var(--greysec);
  padding:70px 260px 70px 0;
  border-radius: 300px 0px 0px 0px;
}

.banner_rgt{
  width:47.3%;
  margin:-20px 0 -20px -85px;
}

.banner_cnt{
  max-width:570px;
  margin-left:auto;
}

.banner_rgt_img img{
  display:block;
  width: 100%;
  border-radius:70px 0 0 70px;
  height:600px;
  object-fit: cover;
}

.bnr_sm_title{
  font-size:13px;
  line-height:16px;
  font-weight:500;
  letter-spacing: 2.21px;
  text-transform: uppercase;
  color:var(--highlight);
  margin-bottom:20px;
  position:relative;
  padding-left:46px;
}

.bnr_sm_title:before{
  content:'';
  position:absolute;
  top:50%;
  left:0;
  width:36px;
  height:1px;
  background:var(--highlight);
}

.banner_cnt h1{
  font-size:52px;
  line-height:60px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.banner_cnt p{
  font-size:17px;
  line-height:29px;
  font-weight:500;
  color:var(--txtcolor);
  margin-bottom:30px;
}

.banner_cnt p:last-child{
  margin-bottom:0;
}

.banner_btn{
  margin-top:30px;
  display:flex;
  align-items:center;
  column-gap:20px;
}

a.exp_srvc_btn{
  padding:16px 30px;
  background:var(--highlight);
  color:var(--white);
  font-size:15px;
  line-height:19px;
  font-weight:500;
  transition:all 0.7s;
  border:1px solid transparent;
}

a.exp_srvc_btn:hover{
  background:transparent;
  border:1px solid var(--highlight);
  color:var(--highlight);
}

a.bnr_contact_btn{
  padding:16px 30px;
  font-size:15px;
  line-height:19px;
  font-weight:500;
  color:var(--titlecolor);
  border:1px solid rgb(30 58 90 / 50%);
   transition:all 0.7s;
}

a.bnr_contact_btn:hover{
  background:var(--titlecolor);
  color:var(--white);
  border:1px solid transparent;
}
/* Banner Css End */

/* Who We Are Section Css Start */
.who_we_are{
  float:left;
  width:100%;
  margin:50px 0 100px;
}

.title_tp_center{
  text-align:center;
  max-width:820px;
  margin:0 auto;
}

.title_tp_center h2{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  color:var(--titlecolor);
}

.title_tp_center p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:var(--txtcolor);
  margin-bottom:26px;
}

.title_tp_center p:last-child{
  margin-bottom:0;
}

.sec_tp_icon{
  margin-bottom:20px;
  text-align: center;
}

.sec_tp_icon img{
  display:inline-block;
}

.sm_title{
  font-size:13px;
  line-height:16px;
  font-weight:500;
  letter-spacing: 2.21px;
  color:var(--highlight);
  text-transform:uppercase;
  margin-bottom:20px;
}

.who_we_inr{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:40px;
  max-width:1000px;
  margin:50px auto 0;
}

.who_we_itm{
  padding:40px 40px;
  border:1px solid rgb(30 58 90 / 10%);
  transition:all 0.7s;
  position:relative;
}

.who_we_itm_icon{
  visibility:hidden;
  backface-visibility:hidden;
  opacity:0;
  transition:all 0.5s;
  position:absolute;
  top:10px;
  right:10px;
}

.who_we_itm_icon img{
  display:block;
  max-width:120px;
  opacity:0.2;
}

.who_we_no{
  font-size:13px;
  line-height:16px;
  font-weight:600;
  text-transform: uppercase;
  color:var(--highlight);
  margin-bottom:20px;
}

.who_we_itm h3{
  font-size:23px;
  line-height:34px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
  transition:all 0.6s;
}

.who_we_itm p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:var(--txtcolor);
  transition:all 0.6s;
}

.learn_mr_btn{
  margin-top:20px;
}

.learn_mr_btn a{
  display:flex;
  align-items:center;
  column-gap:5px;
  font-size:14px;
  line-height:17px;
  font-weight:600;
  color:var(--titlecolor);
  transition:all 0.6s;
}

.learn_mr_btn a img{
  display:inline-block;
  margin-bottom:-4px;
  width:18px;
}

.who_we_itm:hover{
  background:var(--sectionbg);
}

.who_we_itm:hover .who_we_itm_icon{
  opacity:1;
  visibility:visible;
}

.who_we_itm:hover h3{
  color:var(--white);
}

.who_we_itm:hover p{
  color:var(--white);
}

.who_we_itm:hover .learn_mr_btn a{
  color:var(--white);
}
/* Who We Are Section Css End */

/* Home About Team Section Css Start */
.hm_about_team{
  float:left;
  width:100%;
}

.hm_about_team_inr{
  display:flex;
}

.hm_about_lft{
  width:48.3%;
}

.hm_about_rgt{
  width:51.8%;
  background:var(--greysec);
  padding:100px 0 100px 80px;
}

.hm_about_lft_img{
  height:100%;
}

.hm_about_lft_img img{
  width:100%;
  display:block;
  height:100%;
  object-fit:cover;
}

.hm_about_rgt_cnt{
  max-width:650px;
  margin-right:auto;
}

.hm_about_rgt_cnt_top{
  padding-bottom:30px;
  border-bottom:1px solid rgb(30 58 90 / 10%);
}

.hm_about_rgt_cnt_top h2{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.hm_about_rgt_cnt_top p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:var(--txtcolor);
  margin-bottom:30px;
}

.hm_about_rgt_cnt_top p:last-child{
  margin-bottom:0;
}

.team_credentials_inr{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:30px;
}

.team_credentials_itm h3{
  font-size:16px;
  line-height:25px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:10px;
}

.team_credentials_itm p{
  font-size:14px;
  line-height:22px;
  font-weight:400;
  color:#5B7FA3;
}

.read_credentails_btn{
  margin-top:40px;
}

.read_credentails_btn a{
  font-size:15px;
  line-height:19px;
  font-weight:600;
  color:var(--titlecolor);
  border-bottom:1px solid var(--highlight);
  padding-bottom:2px;
  display:inline-flex;
  align-items:center;
  column-gap:5px;
  transition:all 0.6s;
}

.read_credentails_btn a:hover{
  color:var(--highlight);
}

.read_credentails_btn a img{
  display:block;
  transition:all 0.6s;
  width: 18px;
}

.read_credentails_btn a:hover img{
  filter: sepia(100%) hue-rotate(345deg) saturate(320%) brightness(0.85) contrast(1.1);
}
/* Home About Team Section Css End */

/* Capabilities Section Css Start */
.hm_capabilities_main{
  float:left;
  width:100%;
  margin:100px 0;
}

.hm_capabilities_tp{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
}

.hm_capabilities_title{
  max-width:600px;
}

.hm_capabilities_title h2{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  color:var(--titlecolor);
}

.capabilities_btn a{
  font-size:15px;
  line-height:19px;
  font-weight:600;
  color:var(--titlecolor);
  border-bottom:1px solid var(--highlight);
  padding-bottom:2px;
  display:inline-flex;
  align-items:center;
  column-gap:5px;
  transition:all 0.6s;
}

.capabilities_btn a:hover{
  color:var(--highlight);
}

.capabilities_btn a img{
  display:block;
  transition:all 0.6s;
  width: 18px;
}

.capabilities_btn a:hover img{
  filter: sepia(100%) hue-rotate(345deg) saturate(320%) brightness(0.85) contrast(1.1);
}

.capabilities_inr{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:50px;
  margin-top:50px;
  padding:0 20px;
}

.capabilities_itm{
  position:relative;
}

.capabilities_itm:before{
  content:'';
  position:absolute;
  top:0;
  right:-24px;
  width:1px;
  height:100%;
  background:rgb(30 58 90 / 10%);
}

.capabilities_itm:last-child:before{
  content:none;
}

.capabilities_itm_ic{
  margin-bottom:10px;
}

.capabilities_itm h3{
  font-size:16px;
  line-height:25px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:10px;
}

.capabilities_itm p{
  font-size:14px;
  line-height:22px;
  font-weight:400;
  color:#5B7FA3;
}
/* Capabilities Section Css End */

/* Explore Private Section Css Start */
.explore_private{
  float:left;
  width:100%;
  margin-bottom:100px;
}

.explore_private_itm{
  display:flex;
}

.explore_private_itm:nth-child(even){
  flex-direction: row-reverse;
}

.expl_private_img{
  aspect-ratio:7 / 7;
}

.expl_private_img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.expl_private_itm_lft{
  width:50%;
  background:var(--sectionbg);
  display:flex;
  align-items:center;
  padding:60px 60px;
}

.explore_private_itm:nth-child(even) .expl_private_itm_lft{
  background:var(--greysec);
}

.expl_private_itm_rgt{
  width:50%;
}

.expl_private_itm_cnt{
  max-width:450px;
}

.expl_private_itm_cnt h2{
  font-size:23px;
  line-height:34px;
  font-weight:600;
  color:var(--white);
  margin-bottom:20px;
}

.expl_private_itm_cnt  p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:rgb(255 255 255 / 75%);
}

.expl_prjct_btn{
  margin-top:30px;
}

.expl_prjct_btn a{
  font-size:15px;
  line-height:19px;
  font-weight:600;
  color:var(--white);
  display:inline-flex;
  column-gap:5px;
  border-bottom:1px solid var(--highlight);
  padding-bottom:2px;
}

.explore_private_itm:nth-child(even) .expl_private_itm_cnt h2{
  color:var(--titlecolor);
}

.explore_private_itm:nth-child(even) .expl_private_itm_cnt p{
  color:var(--txtcolor);
}

.explore_private_itm:nth-child(even) .expl_prjct_btn a{
  color:var(--titlecolor);
}

.explore_private_itm:nth-child(odd) .expl_prjct_btn a img{
  filter:brightness(0) invert(1);
  width:18px;
}
/* Explore Private Section Css End */

/* Faq Section Css Start */
.faq_main{
  float:left;
  width:100%;
  background:var(--greysec);
  padding:100px 0;
}

.faq_inner{  
  max-width:820px;
  margin:50px auto 0;
}

.faq_inner ul li{
  border-bottom:1px solid rgb(30 58 90 / 10%);
}

.faq_title{
  padding:30px 45px 30px 0;
  font-size:23px;
  line-height:34px;
  font-weight:600;
  color:var(--titlecolor);
  position:relative;
  transition:all 0.6s;
  cursor:pointer;
}

.faq_title:before{
  content:'';
  position:absolute;
  top:42px;
  right:0;
  background-image:url(../img/icon-faq-down.png);
  background-repeat:no-repeat;
  background-position:center;
  width: 16px;
  height: 9px;
  transition:all 0.6s;
}

.faq_title.active:before{
  transform:rotate(180deg);
}

.faq_cnt{
  display:none;
  margin-bottom:30px;
}

.faq_cnt p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:var(--txtcolor);
  margin-bottom:26px;
}

.faq_cnt p:last-child{
  margin-bottom:0;
}

/* Faq Section Css End */

/* Lets Talk Section Css Start */
.lets_talk_main{
  float:left;
  width:100%;
  background:var(--footbg);
  padding:100px 0;
  border-bottom:1px solid #FFFFFF1A;
}

.lets_talk_title{
  max-width:608px;
  margin:0 auto;
  text-align:center;
}

.lets_talk_title h2{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  color:var(--white);
  margin-bottom:20px;
}

.lets_talk_title p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:rgb(255 255 255 / 75%);
}

.lets_talk_btn{
  margin-top:30px;
  display:flex;
  justify-content:center;
  align-items:center;
  column-gap:20px;
}

a.lets_contact_btn{
  background:var(--highlight);
  display:inline-block;
  padding:15px 30px;
  font-size:15px;
  line-height:19px;
  font-weight:500;
  color:var(--white);
  transition:all 0.6s;
  border:1px solid transparent;
}

a.lets_contact_btn:hover{
  background:transparent;
  border:1px solid var(--highlight);
  color:var(--highlight);
}

a.lets_srvc_btn{
  background:transparent;
  display:inline-block;
  padding:15px 30px;
  font-size:15px;
  line-height:19px;
  font-weight:500;
  color:var(--white);
  transition:all 0.6s;
  border:1px solid rgb(255 255 255 / 50%);
}

a.lets_srvc_btn:hover{
  background:var(--highlight);
  color:var(--white);
  border:1px solid transparent;
}
/* Lets Talk Section Css End */

/* Footer Css Start */
footer{
  float:left;
  width:100%;
  padding-top:60px;
  background:var(--footbg);
}

.ftr_inr{
  display:flex;
  justify-content:space-between;
  padding-bottom:30px;
}

.ftr_info{
  max-width:250px;
}

.ftr_logo {
  margin-bottom:15px;
}

.ftr_logo img{
  max-width:210px;
}

.ftr_info p{
  font-size:14px;
  line-height:22px;
  font-weight:400;
  color:rgb(255 255 255 / 75%);  
}

.ftr_itm h2{
  font-size:14px;
  line-height:26px;
  font-weight:600;
  color:var(--white);
  margin-bottom:15px;
}

.ftr_itm ul li a{
  font-size:14px;
  line-height:26px;
  font-weight:600;
  color:rgb(255 255 255 / 60%);
  transition:all 0.6s;
}

.ftr_itm ul li a:hover{
  color:var(--highlight);
}

.ftr_itm p{
  font-size:14px;
  line-height:26px;
  font-weight:600;
  color:rgb(255 255 255 / 60%);
}

.ftr_itm p a{
  transition:all 0.6s;
}

.ftr_itm p a:hover{
  color:var(--highlight);
}

.copright {
  padding:30px 0;
  border-top:1px solid rgb(255 255 255 / 10%);
}

.copright p{
  font-size:12px;
  line-height:15px;
  font-weight:600;
  color:rgb(255 255 255 / 60%);
}
/* Footer Css End */

/* Inner Banner Css Start */
.inner_banner{
  float:left;
  width:100%;
}

.inner_bnr_inr{
  display:flex;
  align-items:center;
}

.inner_bnr_lft{
  width:60.6%;
  background:var(--greysec);
  padding:70px 100px 70px 0;
  border-radius: 300px 0px 0px 0px;
}

.inner_bnr_rgt{
  width:39.4%;
}

.inner_bnr_cnt{
  max-width:800px;
  margin-left:auto;
}

.inner_bnr_rgt_img img{
  display:block;
  width: 100%;
  border-radius:50px 0 0 50px;
  object-fit: cover;
  aspect-ratio: 7.50 / 4.60;
}

.bnr_sm_title{
  font-size:13px;
  line-height:16px;
  font-weight:500;
  letter-spacing: 2.21px;
  text-transform: uppercase;
  color:var(--highlight);
  margin-bottom:20px;
  position:relative;
  padding-left:46px;
}

.bnr_sm_title:before{
  content:'';
  position:absolute;
  top:50%;
  left:0;
  width:36px;
  height:1px;
  background:var(--highlight);
}

.inner_bnr_cnt h1{
  font-size:44px;
  line-height:52px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.inner_bnr_cnt p{
  font-size:17px;
  line-height:29px;
  font-weight:500;
  color:rgb(61 82 102 / 75%);
  margin-bottom:30px;
}

.inner_bnr_cnt p:last-child{
  margin-bottom:0;
}
/* Inner Banner Css End */

/* Breadcrumb Css Start */
.bredcrumb_main{
  float:left;
  width:100%;
  margin-top: -23px;
}

.bredcrumb_inr ul{
  display:flex;
  column-gap:15px;
}

.bredcrumb_inr ul li{
  font-size:14px;
  line-height:22px;
  font-weight:400;
  color:var(--highlight);
  position:relative;
}

.bredcrumb_inr ul li:before{
  content:'/';
  position:absolute;
  top:0;
  right:-9px;
  font-size:14px;
  line-height:22px;
  font-weight:400;
  color:var(--txtcolor);
}

.bredcrumb_inr ul li:last-child:before{
  content:none;
}

.bredcrumb_inr ul li a{
  color:var(--txtcolor);
}
/* Breadcrumb Css End */

/* About Pager Css Start */
.abt_wlcm_sec{
  float:left;
  width:100%;
  margin:40px 0 100px;
}

.abt_wlcm_sec .title_tp_center{
  max-width:750px;
}

.abt_wlcm_sec .title_tp_center h2{
  margin-bottom:20px;
}

.what_sets_apart{
  float:left;
  width:100%;
}

.what_sets_aprt_inr{
  display:flex;
}

.what_sets_lft{
  width:50%;
  background:var(--greysec);
  padding:100px 90px 100px 0;
}

.what_sets_rgt{
  width:50%;
}

.what_sets_rgt_img{
  height:100%;
}

.what_sets_rgt_img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.what_sets_cnt{
  max-width:600px;
  margin-left:auto;
}

.what_sets_cnt_top h2{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:30px;
}

.what_sets_cnt_top ol{
  padding-left:0;
  list-style: none;
  counter-reset: custom-counter;
}

.what_sets_cnt_top ol li{
  font-size:15px;
  line-height:26px;
  font-weight:600;
  color:var(--txtcolor);
  padding:20px 0 15px;
  border-top:1px solid rgb(30 58 90 / 10%);
  counter-increment: custom-counter;
  display: flex;
  align-items: flex-start;
  gap:16px;
}

.what_sets_cnt_top ol li:last-child{
  border-bottom:1px solid rgb(30 58 90 / 10%);;
}

.what_sets_cnt_top ol li:before {
  content: counter(custom-counter, decimal-leading-zero) ".";
  color: var(--highlight);
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  flex-shrink: 0;
  min-width: 24px;
}

.what_sets_btm{
  margin-top:30px;
}

.what_sets_btm h3{
  font-size:23px;
  line-height:34px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.what_sets_tag{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:20px;
}

.what_sets_tag span{
  display:inline-block;
  padding:10px 20px;
  border:1px solid rgb(30 58 90 / 10%);
  font-size:15px;
  line-height:19px;
  font-weight:500;
  color:#5B7FA3;
}

.why_choose{
  float:left;
  width:100%;
  margin:100px 0;
}

.why_choose_inr{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
}

.why_choose_itm{
  padding:40px 30px;
  border:1px solid rgb(30 58 90 / 10%);
}

.why_choose_itm h3{
  font-size:23px;
  line-height:34px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
  background-image:url(../img/icon-bullet20.png);
  background-repeat: no-repeat;
  background-position-y:7px;
  padding-left: 30px;
}

.why_choose_itm p{
  font-size:15px;
  line-height:26px;
  font-weight:600;
  color:var(--txtcolor);
}

.discuss_prjct_btn{
  margin-top:30px;
  text-align:center;
}

.discuss_prjct_btn a{
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: var(--titlecolor);
  display: inline-flex;
  column-gap: 5px;
  border-bottom: 1px solid var(--highlight);
  padding-bottom: 2px;
  transition:all 0.5s;
}

.discuss_prjct_btn a:hover {
  color: var(--highlight);
}

.discuss_prjct_btn a img {
  display: block;
  transition: all 0.6s;
  width: 18px;
}

.discuss_prjct_btn a:hover img {
  filter: sepia(100%) hue-rotate(345deg) saturate(320%) brightness(0.85) contrast(1.1);
}

.our_director{
  float:left;
  width:100%;
  background:var(--titlecolor);
  padding:100px 0;
}

.our_director .title_tp_center h2{
  color:var(--white);
}

.our_director_inr{
  margin-top:50px;
}

.our_director_itm{
  max-width:600px;
  margin:0 auto;
  background:var(--footbg);
  padding:40px 40px;
  position:relative;
}

.director_bg_elements{
  position:absolute;
  right:10px;
  bottom:10px;
  opacity:0.2;
}

.director_bg_elements{
  max-width:120px;
}

.director_data_top{
  display:flex;
  column-gap:40px;
  align-items:center;
}

.director_img{
  width:120px;
  height:120px;
  border-radius:50%;
}

.director_img img{
  display:block;
  width:100%;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 0 -2px;
}

.director_name h3{
  font-size:23px;
  line-height:34px;
  font-weight:600;
  margin-bottom:5px;
  color:var(--white);
}

.director_name p{
  font-size:13px;
  line-height:16px;
  font-weight:500;
  color:var(--highlight);
  letter-spacing: 2.21px;
  text-transform:uppercase;
}

.director_social{
  margin-top:10px;
}

.director_social ul{
  display:flex;
  align-items:center;
  column-gap:15px;
}

.director_social ul li a img{
  max-width:16px;
}

.director_data_info{
  margin-top:30px;
}

.director_data_info p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  margin-bottom:30px;
  color:rgb(255 255 255 / 75%);
}

.director_data_info h3{
  font-size:16px;
  line-height:25px;
  font-weight:600;
  color:var(--white);
  margin-bottom:10px;
}

.director_data_info ul li{
  font-size:15px;
  line-height:26px;
  font-weight:600;
  color:rgb(255 255 255 / 75%);
  background:url(../img/icon-bullet15.png);
  background-repeat: no-repeat;
  background-position-y: 7px;
  padding-left: 30px;
}
/* About Pager Css End */

/* Contact Page Css Start */
.page-template-contact .bredcrumb_main{
  margin:40px 0;
}

.contact_main{
  float:left;
  width:100%;
  margin-bottom:100px;
}

.contact_inr{
  display:flex;
}

.contact_lft{
  width:43%;
  background:var(--sectionbg);
  padding:60px 50px;
}

.contact_rgt{
  width:57.2%;
  background:var(--greysec);
  padding:60px 50px;
}

.contact_lft_top{
  margin-bottom:30px;
}

.contact_lft_top h2{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  margin-bottom:20px;
  color:var(--white);
}

.contact_lft_top  p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:rgb(255 255 255 / 75%);
}

.contact_rgt_top h2{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  margin-bottom:20px;
  color:var(--titlecolor);
}

.contact_info_itm{
  margin-bottom:30px;
}

.contact_info_itm:last-child{
  margin-bottom:0;
}

.contact_info_itm h3{
  font-size:23px;
  line-height:34px;
  font-weight:600;
  margin-bottom:20px;
  color:var(--white);
}

.contact_info_itm p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:rgb(255 255 255 / 75%);
  margin-bottom:10px;
}

.contact_info_itm p a{
  font-weight:400;
}

.contact_info_itm a.get_dir{
  display:inline-block;
  margin-bottom:10px;
  color:var(--highlight);
}

.contact_info_itm ul{
  display:flex;
  align-items:center;
  column-gap:20px;
}

.contact_form{
  margin-top:20px;
}

.contact_frm_row{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  column-gap:40px;
}

.contact_frm_grp label{
  font-size:16px;
  line-height:25px;
  font-weight:500;
  color:var(--titlecolor);
  display:block;
  margin-bottom:5px;
  font-family: 'Poppins';
}

.contact_frm_grp input{
  width:100%;
  display:block;
  border:1px solid rgb(30 58 90 / 20%);
  padding:11px 15px;
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:var(--titlecolor);
  font-family: 'Inter', sans-serif;
}

.contact_frm_grp input::placeholder{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:rgb(30 58 90 / 20%);
  font-family: 'Inter', sans-serif;
}

.contact_frm_grp{
  margin-bottom:20px;
}

.srvc_radio_btn{
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 10px;
  column-gap: 10px;
}

.srvc_radio_itm input[type="radio"] {
  display: none;
  font-family: 'Inter', sans-serif;
}

.srvc_radio_itm label {
  padding:10px 20px;
  background:transparent;
  border:1px solid rgb(30 58 90 / 10%);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-weight:500;
  font-size:15px;
  line-height:19px;
  color:#5B7FA3;
  font-family: 'Inter', sans-serif;
}

.srvc_radio_itm input[type="radio"]:checked + label {
  background:var(--titlecolor);
  border: 1px solid transparent;
  color:var(--white);
}

.contact_frm_grp textarea{
  width:100%;
  display:block;
  border:1px solid rgb(30 58 90 / 20%);
  padding:11px 15px;
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:var(--titlecolor);
  font-family: 'Inter', sans-serif;
  height:120px;
  resize:none;
}

.contact_frm_grp textarea::placeholder{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:rgb(30 58 90 / 20%);
  font-family: 'Inter', sans-serif;
}

.submit_btn input{
  border:0;
  background:var(--sectionbg);
  padding:12.5px 30px;
  font-size:16px;
  line-height:25px;
  font-weight:500;
  color:var(--white);
  cursor:pointer;
  border:1px solid transparent;
  transition:all 0.6s;
}

.submit_btn input:hover{
  background:transparent;
  border:1px solid var(--titlecolor);
  color:var(--titlecolor);
}
/* Contact Page Css End */

/* Capabilities Page Css Start */
.our_core_srvc{
  float:left;
  width:100%;
  background:var(--greysec);
  padding:100px 0;
}

.our_core_srvc .title_tp_center p{
  max-width:700px;
  margin:0 auto;
}

.our_core_srvc .title_tp_center h2{
  margin-bottom:20px;
}

.our_core_srvc_inr{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
  margin-top:30px;
}

.our_core_srvc_itm{
  background:var(--white);
  border:1px solid rgb(30 58 90 / 10%);
  padding:40px 30px;
}

.srvc_no{
  font-size:13px;
  line-height:16px;
  font-weight:600;
  text-transform: uppercase;
  color:var(--highlight);
  margin-bottom:20px;
}

.our_core_srvc_itm h3{
  font-size:23px;
  line-height:34px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
  min-height:68px;
}

.our_core_srvc_itm ul li{
  font-size:15px;
  line-height:26px;
  font-weight:600;
  color:var(--txtcolor);
  margin-bottom:10px;
  background: url(../img/icon-bullet15.png);
  background-repeat: no-repeat;
  background-position-y: 7px;
  padding-left:30px;
}

.our_core_srvc_itm ul li:last-child{
  margin-bottom:0;
}

.srvc_blue_box{
  background:var(--sectionbg);
}

.srvc_blue_box h3{
  color:var(--white);
}

.srvc_blue_box{
  padding:76px 30px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.srvc_blue_bx_btn{
  text-align:right;
}

.srvc_blue_bx_btn a{
  display:inline-flex;
  justify-content:flex-end;
  align-items: center;
  column-gap: 5px;
  font-size:14px;
  line-height: 17px;
  font-weight: 600;
  color: var(--highlight);
  transition: all 0.6s;
}

.srvc_blue_bx_btn a img{
  display:block;
  width:18px;
  transition:all 0.6s;
}

.srvc_blue_bx_btn a:hover{
  color:var(--white);
}

.srvc_blue_bx_btn a:hover img{
  filter:brightness(0) invert(1);
}

.our_exp_main{
  float:left;
  width:100%;
  margin:100px 0;
}

.our_exp_inr{
  display:flex;
}

.our_exp_lft{
  width:50%;
  padding-right:100px;
}

.our_exp_rgt{
  width: 50%;
}

.our_exp_lft_cnt{
  max-width: 600px;
  margin-left: auto;
}

.our_exp_rgt_img{
  height:100%;
}

.our_exp_rgt_img img{
  width:100%;
  display:block;
  height: 100%;
  object-fit: cover;
}

.our_exp_lft_cnt h2{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  color: var(--titlecolor);
  margin-bottom:20px;
}

.our_exp_lft_cnt p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:var(--txtcolor);
  margin-bottom:30px;
}

.our_exp_lft_cnt ul{
  margin-bottom:30px;
}

.our_exp_lft_cnt ul li{
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: var(--txtcolor);
  background: url(../img/icon-bullet15.png);
  background-repeat: no-repeat;
  background-position-y:6px;
  padding-left: 30px;
}

.our_exp_lft_cnt h3{
  font-size:23px;
  line-height:34px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.our_exp_lft_cnt .discuss_prjct_btn{
  text-align:left;
}

.our_value{
  float:left;
  width:100%;
  padding:100px 0;
  background:var(--sectionbg);
}

.our_value .title_tp_center h2{
  color:var(--white);
}

.our_value_inr{
  margin-top:50px;
}

.our_value_itm{
  display:flex;
}

.our_value_itm:nth-child(even){
  flex-direction:row-reverse;
}

.our_value_itm_lft{
  width:50%;
}

.our_value_itm_rgt{
  width:50%;
  background:var(--footbg);
  padding:60px 75px;
}

.our_value_itm_img{
  height:100%;
}

.our_value_itm_img img{
  display:block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 7 / 3.44;
}

.our_value_rgt_cnt h3{
  font-size:23px;
  line-height:34px;
  font-weight:600;
  color:var(--highlight);
  margin-bottom:20px;
}

.our_value_itm:nth-child(even) h3{
  color:var(--white);
}

.our_value_rgt_cnt ul li{
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color:rgb(255 255 255 / 75%);
  background: url(../img/icon-bullet15.png);
  background-repeat: no-repeat;
  background-position-y: 6px;
  padding-left:30px;
  margin-bottom:20px;
}

.our_value_rgt_cnt ul li:last-child{
  margin-bottom:0;
}

.our_commitment{
  float:left;
  width:100%;
  margin:100px 0;
}

.our_commitment_inr{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
  margin-top:30px;
}

.our_commitment_itm{
  text-align:center;
}

.our_commitment_icon{
  margin-bottom:10px;
}

.our_commitment_itm h3{
  font-size:16px;
  line-height:25px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:10px;
}

.our_commitment_itm p {
  font-size:14px;
  line-height:22px;
  font-weight:400;
  color:#5B7FA3;
}
/* Capabilities Page Css End */

/* Project Management Page Css Start */
.what_we_deliver{
  float:left;
  width:100%;
}

.what_we_deliver_inr{
  display:flex;
}

.what_dlvr_lft{
  width:50%;
  background: var(--greysec);
  padding: 100px 100px 100px 0;
  display:flex;
  align-items:center;
}

.what_dlvr_rgt{
  width:50%;
}

.what_dlvr_lft_cnt{
  max-width: 600px;
  margin-left: auto;
}

.what_dlvr_rgt_img{
  height:100%;
}

.what_dlvr_rgt_img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.what_dlvr_lft_cnt h2{
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  color: var(--titlecolor);
  margin-bottom: 20px;
}

.what_dlvr_lft_cnt p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: var(--txtcolor);
  margin-bottom: 30px;
}

.what_dlvr_lft_cnt ul li {
  font-size: 15px;
  line-height:26px;
  font-weight: 600;
  color: var(--txtcolor);
  background: url(../img/icon-bullet15.png);
  background-repeat: no-repeat;
  background-position-y: 6px;
  padding-left: 30px;
  margin-bottom:10px;
}

.what_dlvr_lft_cnt ul li:last-child{
  margin-bottom:0;
}

.what_dlvr_lft_cnt .discuss_prjct_btn{
  text-align:left;
}

.our_process_main{
  float:left;
  width:100%;
  margin:100px 0;
}

.our_process_inr{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:40px;
}

.our_process_no{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  color:rgb(30 58 90 / 10%);
  margin-bottom:20px;
  padding-top:20px;
  border-top:4px solid var(--highlight);
}

.our_process_itm h3{
  font-size:23px;
  line-height:34px;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.our_process_itm p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:var(--titlecolor);
}

.track_record_main{
  float:left;
  width:100%;
}

.track_record_inr{
  display:flex;
}

.track_record_lft{
  width:50%;
}

.track_record_rgt {
  width:50%;
  background: var(--sectionbg);
  padding:100px 0 100px 100px;
  display:flex;
  align-items:center;
}

.track_record_cnt{
  max-width:600px;
}

.track_record_img{
  height:100%;
}

.track_record_img img{
  display:block;
  height:100%;
  width:100%;
  object-fit:cover;
  aspect-ratio:9.60 / 6.70;
}

.track_record_cnt h2{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  color:var(--white);
  margin-bottom:20px;
}

.track_record_cnt p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:rgb(255 255 255 / 75%);
  margin-bottom:30px;
}

.track_record_cnt h3{
  font-size:23px;
  line-height:34px;
  color:var(--white);
  margin-bottom:20px;
}

.track_record_btn{
  margin-top:30px;
}

.track_record_btn a{
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: var(--white);
  display: inline-flex;
  column-gap: 5px;
  border-bottom: 1px solid var(--highlight);
  padding-bottom: 2px;
  transition: all 0.5s;
}

.track_record_btn a:hover {
  color: var(--highlight);
}

.track_record_btn a img{
  width:18px;
  display:block;
  transition:all 0.5s;
}

.track_record_btn a:hover img {
  filter: sepia(100%) hue-rotate(345deg) saturate(320%) brightness(0.85) contrast(1.1);
}

/* Project Management Page Css End */

/* Private Portfolio Page Css Start */
.private_deliver{
  float:left;
  width:100%;
}

.private_deliver_inr{
  display:flex;
}

.private_deliver_inr:nth-child(even){
  flex-direction:row-reverse;
}

.private_deliver_lft{
  width:50%;
  background: var(--greysec);
  padding: 100px 100px 100px 0;
  display: flex;
  align-items: center;
}

.private_deliver_rgt{
  width:50%;
}

.private_deliver_lft_cnt{
  max-width: 600px;
  margin-left: auto;
}

.rivate_deliver_img{
  height:100%;
}

.rivate_deliver_img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  aspect-ratio:9.60 / 6.80;
}

.private_deliver_lft_cnt h2{
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  color: var(--titlecolor);
  margin-bottom: 20px;
}

.private_deliver_lft_cnt h3{
  font-size: 23px;
  line-height: 34px;
  color: var(--titlecolor);
  margin-bottom: 20px;
}

.private_deliver_lft_cnt p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: var(--txtcolor);
  margin-bottom: 30px;
}

.private_deliver_lft_cnt ul li {
  font-size: 15px;
  line-height:26px;
  font-weight: 600;
  color: var(--txtcolor);
  background: url(../img/icon-bullet15.png);
  background-repeat: no-repeat;
  background-position-y: 6px;
  padding-left: 30px;
  margin-bottom:10px;
}

.private_deliver_lft_cnt ul li:last-child{
  margin-bottom:0;
}

.private_deliver_lft_cnt .discuss_prjct_btn{
  text-align:left;
}

.private_deliver_inr:nth-child(even) .private_deliver_lft{
  background:var(--sectionbg);
  padding:100px 0 100px 100px;
}

.private_deliver_inr:nth-child(even) .private_deliver_lft_cnt{
  margin-left:initial;
}

.private_deliver_inr:nth-child(even) .private_deliver_lft_cnt h2{
  color:var(--white);
}

.private_deliver_inr:nth-child(even) .private_deliver_lft_cnt h3{
  color:var(--white);
}

.private_deliver_inr:nth-child(even) .private_deliver_lft_cnt p{
  color:rgb(255 255 255 / 75%);
}

.private_deliver_inr:nth-child(even) .discuss_prjct_btn a{
  color:var(--white);
}

.private_deliver_inr:nth-child(even) .discuss_prjct_btn a img{
  filter:brightness(0) invert(1);
}

.private_deliver_inr:nth-child(even) .discuss_prjct_btn a:hover{
  color:var(--highlight);
}

.private_deliver_inr:nth-child(even) .discuss_prjct_btn a:hover img{
  filter: invert(56%) sepia(55%) saturate(750%) hue-rotate(355deg) brightness(88%) contrast(92%);
}
/* Private Portfolio Page Css End */

/* Operations Support Page Css Start */
.our_planing_main .title_tp_center{
  max-width:600px;
}

.our_planing_main .our_process_inr{
  grid-template-columns:repeat(5, 1fr);
}
/* Operations Support Page Css End */

/* Blog Banner Css Start */
.blog_banner{
  float:left;
  width:100%;
  background:var(--greysec);
  padding:60px 0 77px;
  margin-top:60px;
}

.blog_bnr_cnt{
  max-width:800px;
  margin:0 auto;
  text-align:center;
}

.blog_bnr_cnt h1{
  font-size:44px;
  line-height:52px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.blog_bnr_cnt p{
  font-size:17px;
  line-height:29px;
  font-weight:500;
  color:rgb(61 82 102 / 75%);
}

.single-post .bredcrumb_main{
  margin:40px 0;
}

.page-template-insights .bredcrumb_main{
  margin:40px 0;
}
/* Blog Banner Css End */

/* Blog Page Css Start */
.blog_pg_main{
  float:left;
  width:100%;
  margin-bottom:60px;
}

.filter_tabs ul {
  display: flex;
  justify-content:flex-start;
  gap:20px;
  margin-bottom: 30px;
}

.filter_tabs ul li{
  padding:10px 20px;
  font-size:15px;
  line-height:19px;
  font-weight:500;
  color:#5B7FA3;
  border:1px solid rgb(30 58 90 / 10%);
  cursor:pointer;
  transition:all 0.6s;
}

.filter_tabs ul li.active{
  background:var(--sectionbg);
  color:var(--white);
}

.blog_featured{
  display:flex;
  margin-bottom:40px;
}

.blog_featured_lft{
  width:50%;
}

.blog_featured_img img{
  display:block;
  width:100%;
}

.blog_featured_rgt{
  width:50%;
  background:var(--greysec);
  display:flex;
  align-items:center;
  padding:40px 40px;
}

.blog_featured_cnt h2{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.blog_featured_cnt p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:var(--txtcolor);
}

.read_more_btn{
  text-align:right;
}

.read_more_btn a{
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: var(--titlecolor);
  display: inline-flex;
  column-gap: 5px;
  transition: all 0.5s;
}

.read_more_btn a img {
  display: block;
  transition: all 0.5s;
  width: 18px;  
}

.read_more_btn a:hover {
  color: var(--highlight);
}

.blog_pg_grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:40px;
}

.blog_item {
  border:1px solid rgb(30 58 90 / 10%);
}

.blog_itm_img{
  position:relative;
}

.blog_itm_img img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4.40 / 3;
  object-fit:cover;
}

.blog_cat{
  padding:5px 10px;
  background:var(--titlecolor);
  font-size:11px;
  line-height:14px;
  font-weight:600;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color:rgb(255 255 255 / 60%);
  position:absolute;
  top:20px;
  right:20px;
}

.blog_itm_cnt{
  padding:30px 30px;
}

.blog_cnt_txt{
  padding-bottom:20px;
  border-bottom:1px solid rgb(30 58 90 / 10%);;
}

.blog_cnt_txt h2{
  font-size:23px;
  line-height:34px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.blog_cnt_txt p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:var(--txtcolor);
}

.blog_itm_cnt .read_more_btn{
  margin-top:20px;
}
/* Blog Page Css End */

/* Blog Details Page Css Start */
.blog_dtl_main{
  float:left;
  width:100%;
  margin-bottom:100px;
}

.blog_dtl_inr{
  max-width:960px;
  margin:0 auto;
}

.blog_dtl_image{
  margin-bottom:15px;
}

.blog_dtl_image img{
  display:block;
  width:100%;
  border-radius:20px;
}

.blog_cat_row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:30px;
}

.blog_dtl_cat{
  font-size:13px;
  line-height:16px;
  font-weight:500;
  letter-spacing: 2.21px;
  color:var(--highlight);
  text-transform:uppercase;
}

.blog_cat_row p{
  font-size:14px;
  line-height:22px;
  font-weight:400;
  color:#5B7FA3;
}

.blog_dtl_cnt h2{
  font-size:34px;
  line-height:44px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.blog_dtl_cnt p{
  font-size:15px;
  line-height:26px;
  font-weight:400;
  color:var(--txtcolor);
  margin-bottom:30px;
}

.blog_dtl_cnt p:last-of-type{
  margin-bottom:0;
}

.blog_dtl_cnt h3{
  font-size:23px;
  line-height:34px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.blog_dtl_cnt blockquote{
  margin-bottom:30px;
}

.blog_dtl_cnt blockquote p{
  font-size:16px;
  line-height:25px;
  font-weight:600;
  color:var(--txtcolor);
  font-family: 'Poppins';
  padding-left:30px;
  border-left:4px solid var(--highlight);
  font-style:italic;
}

.blog_dtl_cnt{
  padding-bottom:50px;
  border-bottom:1px solid rgb(30 58 90 / 10%);
}

.blog_share{
  margin-top:30px;
  display:flex;
  column-gap:20px;
}

.blog_share p{
  font-size:16px;
  line-height:25px;
  font-weight:600;
  color:var(--txtcolor);
}

.blog_share ul{
  display:flex;
  align-items:center;
  gap:20px;
}
/* Blog Details Page Css End */

/* 404 Page Css Start */
.error_main{
  float:left;
  width:100%;
  background:var(--greysec);
  padding:150px 0 110px;
}

.error_cnt{
  max-width:800px;
  margin:0 auto;
  text-align:center;
}

.error_cnt h1{
  font-size:140px;
  line-height:180px;
  font-weight:500;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.thanks_main h1{
  font-size:44px;
  line-height:52px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.error_cnt h2{
  font-size:44px;
  line-height:52px;
  font-weight:600;
  color:var(--titlecolor);
  margin-bottom:20px;
}

.error_cnt p{
  font-size:17px;
  line-height:29px;
  font-weight:500;
  color:rgb(61 82 102 / 75%);
  margin-bottom:30px;
}

.error_cnt p:last-of-type{
  margin-bottom:0;
}

.error_btn{
  margin-top:40px;
  display:flex;
  justify-content:center;
  column-gap:20px;
}

.thanks_main .error_btn{
  margin-top:20px;
}
/* 404 Page Css End */

.sideMenu .contact_info{
  margin-top:30px;
}

.sideMenu .contact_info_itm{
  margin-bottom: 20px;
}

.sidemenu_title {
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--white);
  display:inline-block;
}
.wpcf7-spinner, .wpcf7-response-output{
  display: none !important;
}

.no_insights {
    color: red;
    text-align: center;
}