
/* common css strats here */

ul {list-style-type:none; padding:0px; margin: 0px;}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/ 

a{text-decoration:none !important;}/* for removing underline for anchor*/

button:focus { outline: 0px !important; }

a:hover { text-decoration: none;}

textarea { resize: none;}

.w-100{width:100%;}

.w-auto{width:auto !important;}

.h-100 {height:100%;}

/* for display */

.d-inline-flex{display:inline-flex ;}/* for display inline */

.d-inline-block{display:inline-block ;}

.d-flex{display:flex ;}/* for display inline */

/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

.p-0p{padding:0px;}

.p-5p{padding:5px;}

.p-10p{padding:10px;}

.p-15p{padding:15px;}

.p-20p{padding:20px;}

.p-30p{padding:30px;}

.p-40p{padding:40px;}

.pt-5p{padding-top:5px;}

.pt-10p{padding-top:10px;}

.pt-15p{padding-top:15px;}

.pt-20p{padding-top:20px;}

.pt-30p{padding-top:30px;}

.pt-40p{padding-top:40px;}

.pt-50p{padding-top:50px;}

.pt-60p{padding-top:60px;}

.pt-70p{padding-top:70px;}

.pt-80p{padding-top:80px;}

.ptb-5p{padding-top:5px;padding-bottom:5px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-25p{padding-top:25px;padding-bottom:25px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-50p{padding-top:50px;padding-bottom:50px;}

.ptb-60p{padding-top:60px;padding-bottom:60px;}

.ptb-70p{padding-top:70px;padding-bottom:70px;}

.plr-10p{padding-left:10px;padding-right:10px;}

.plr-20p{padding-left:20px;padding-right:20px;}

.plr-30p{padding-left:30px;padding-right:30px;}

.pb-10p{padding-bottom:10px;}

.pb-15p{padding-bottom:15px;}

.pb-20p{padding-bottom:20px;}

.pb-30p{padding-bottom:30px;}

.pb-40p{padding-bottom:40px;}

.pb-60p{padding-bottom:60px;}

.pb-70p{padding-bottom:70px;}

.pb-80p{padding-bottom:80px;}

.ptb-4060p{padding-top:40px;padding-bottom:60px;}

.pt-0p{padding-top:0px;}

.pb-0p{padding-bottom:0px;}

.pr-0p{padding-right:0px;}

.pl-0p{padding-left:0px;}

.pl-10p{padding-left:10px;}

.pl-15p{padding-left:15px;}

.pl-20p{padding-left:20px;}

.pl-25p{padding-left:25px;}

.pl-50p{padding-left:50px;}

.pr-5p{padding-right:5px;}

.pr-20p{padding-right:20px;}

.pr-50p{padding-right:50px;}

/* margin styles */

.mlr-auto{margin-left:auto;margin-right:auto;}

.m-0{margin:0px;}

.m-15p{margin:15px;}

.m-lr-auto{margin:0px auto;}

.mt-5p{margin-top:5px;}

.mt-10p{margin-top:10px;}

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

.mt-30p{margin-top:30px;}

.mt-40p{margin-top:40px;}

.mt-50p{margin-top:50px;}

.mt-60p{margin-top:60px;}

.mt-70p{margin-top:70px;}

.mt-80p{margin-top:80px;}

.mt-90p{margin-top:90px;}

.mt-100p{margin-top:100px;}

.mt-120p{margin-top:120px;}

.mt-130p{margin-top:130px;}

.mt-220p{margin-top:220px;}

.mb-0p{margin-bottom:0px;}

.mb-10p{margin-bottom:10px;}

.mb-15p{margin-bottom:15px;}

.mb-20p{margin-bottom:20px;}

.mb-25p{margin-bottom:25px;}

.mb-30p{margin-bottom:30px;}

.mb-40p{margin-bottom:40px;}

.mb-60p{margin-bottom:60px;}

.mb-70p{margin-bottom:70px;}

.mb-80p{margin-bottom:80px;}

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mtb-5p{margin-top:5px;margin-bottom:5px;}

.mtb-10p{margin-top:10px;margin-bottom:10px;}

.mtb-15p{margin-top:15px;margin-bottom:15px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-50p{margin-top:50px;margin-bottom:50px;}

.mtb-60p{margin-top:60px;margin-bottom:60px;}

.mlr-10p{margin-left:10px;margin-right:10px;}

.mlr-20p{margin-left:20px;margin-right:20px;}

.ml-5p{margin-left:5px;}

.ml-10p{margin-left:10px;}

.ml-15p{margin-left:15px;}

.ml-20p{margin-left:20px;}

.ml-50p{margin-left:50px;}

.mr-5p{margin-right:5px;}

.mr-10p{margin-right:10px;}

.mr-15p{margin-right:15px;}

.mr-20p{margin-right:20px;}

.mr-25p{margin-right:25px;}

.mr-30p {margin-right: 30px;}

.mr-40p {margin-right: 40px;}

.mr-50p {margin-right: 50px;}

/* for box shadow */


/* for border radius  */

.brad-0 {border-radius: 0;}

.brad-2 {border-radius: 2px;}

.brad-3 {border-radius: 3px;}

.brad-4 {border-radius: 4px;}

.brad-5 {border-radius: 5px;}

.brad-6 {border-radius: 6px;}

.brad-8 {border-radius: 8px;}

.brad-50 {border-radius: 50px;}

/* for borders  */

.br-0p {border: 0;}

.br-gray-1p {border: 1px solid #e0dcdc;}

.br-blue-1p {border: 1px solid #223b74;}

.br-btmgray-1p {border-bottom: 1px solid #000;}

.br-tpgray-1p {border-top: 1px solid #e0dcdc;}

.br-g2-1p {border: 1px solid #dee2e6;}


/* for letter spacing  */

.ls-1p {letter-spacing: 1px;}

.ls-2p {letter-spacing: 2px;}

.ls-3p {letter-spacing: 3px;}

.ls-4p {letter-spacing: 4px;}

.ls-7p {letter-spacing: 7px;}

/* for text-patterns*/

.txt-up {text-transform: uppercase;}

.txt-cap {text-transform: capitalize;}

.txt-undline {text-decoration: underline !important; }

/* for backgorund colors */

.bg-white{background-color:white;}

.bg-black{background-color:#000000 !important;}

.bg-trans {background: transparent;}

.bg-gray {background-color: #fbfbfb;}

.bg-lightblue {background-color:#eef7ff;}


/* for text-colors*/

.text-black{color:#000000;}

.text-white{color:#ffffff;}

.text-color{color: #757575 !important;}

.text-blue{color: #255b99;}


/* for text-alignment*/

.align-items { align-items: center;}

.align-flex-end {align-items: flex-end;}

.justify-space {justify-content: space-between;}

.justify-center {justify-content: center;}

.justify-flex-end {justify-content: flex-end;}

.wh-space {white-space: pre-line;}

.obj-fit {object-fit: cover;}

.btn_pd {padding:10px 25px;}
    
.cursor-pointer {cursor: pointer;}

.overflow-hidden {overflow: hidden;}

.transform-y1p{transform: translateY(1px);}
.transform-y2p{transform: translateY(2px);}

.wh-now-wrap {white-space: nowrap;}

/* for font-size */

.font11 {font-size: 11px;}

.font12 {font-size: 12px;}

.font13 {font-size: 13px;}

.font14 {font-size: 14px;}

.font15{font-size:15px;}

.font16{font-size:16px;}

.font17{font-size:17px;}

.font18{font-size:18px;}

.font20{font-size:20px;}

.font22{font-size:22px;}

.font23{font-size:23px;}

.font24{font-size:24px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.font34{font-size: 34px;}

.font36{font-size: 36px;}

.font44{font-size: 44px;}

.font40{font-size: 40px;}

.font50{font-size: 50px;}

.font52{font-size: 52px;}

/* for line-hieght */

.lh-15p {line-height: 15px;}

.lh-16p {line-height: 16px;}

.lh-18p {line-height: 18px;}

.lh-19p {line-height: 19px;}

.lh-20p {line-height: 20px;}

.lh-22p {line-height: 22px;}

.lh-23p {line-height: 23px;}

.lh-24p {line-height: 24px;}

.lh-25p {line-height: 25px;}

.lh-26p {line-height: 26px;}

.lh-27p {line-height: 27px;}

.lh-28p {line-height: 28px;}

.lh-30p {line-height: 30px;}

.lh-32p {line-height: 32px;}

.lh-33p {line-height: 33px;}

.lh-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* for font-weight */

.fw-600 {font-weight: 600;}

/* for font related css */

.fnt-cabinet-black{font-family:'CABINETGROTESK-BLACK';}

.fnt-cabinet-bold{font-family:'CABINETGROTESK-BOLD';}

.fnt-cabinetextra-bold{font-family:'CABINETGROTESK-EXTRABOLD';}

.fnt-cabinet-extralight{font-family:'CABINETGROTESK-EXTRALIGHT';}

.fnt-cabinet-light{font-family:'CABINETGROTESK-LIGHT';}

.fnt-cabinet-medium{font-family:'CABINETGROTESK-MEDIUM';}

.fnt-cabinet-reg{font-family:'CABINETGROTESK-REGULAR';}

.fnt-cabinet-thin{font-family:'CABINETGROTESK-THIN';}

/* lato */

.fnt-lato-light{font-family:'Lato-Light';}

.fnt-lato-reg{font-family:'Lato-Regular';}

.fnt-lato-bold{font-family:'Lato-Bold';}

/* for text-alignment*/

.align-center {align-items:center;}

.text-center { text-align: center;}

.text-right { text-align: right;}

.text-left { text-align: left;}

.text-end { text-align: end;}

.text-justify {text-align: justify;}

.text-initial {text-align: initial;}

body {	
	font-size: 16px;
	line-height:24px;
	color: #656565;
	font-family: 'CABINETGROTESK-LIGHT';
}

/* .container { */
	/* max-width: 1230px !important; */
	/* padding-left: 0; */
    /* padding-right: 0; */
/* } */

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
  border: none;
}
.navbar-toggler.x:focus {
  outline: none;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* MEGA MENU CSS */

.navigation {
  width: 100%;
  /* height: 70px; */
  display: table;
  position: relative;
  font-family: inherit;
  /* background-color: #fff; */
  padding: 0px 5vw;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color:#143f80;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top:1px solid #24559f;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #24559f;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  /* height: 70px; */
  padding: 26px 15px;
  display: inline-block;
  text-decoration: none;
  font-size:17px;
  color: #fff;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color:#47a6ff;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #fff #fff transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  /* left: 100%; */
  right: 100%;
}

.nav-menu > li > .nav-dropdown {
  /* border-top: solid 1px #f0f0f0; */
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size:14px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color:#47a6ff;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  /* padding: 15px; */
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  /* border-top: solid 1px #f0f0f0; */
  background-color:#143f80;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075); */
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #fff;
  /* text-transform: uppercase; */
}

.nav-dropdown > li > a {
    color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #24559f;
    background: #143f80;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
	color: #fff;
    background:#47a6ff;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width:85%;
  }
}

/* ARROW ANIMATION CSS */

.arrow {
    color: #0c5449;
    background-color: #c5984f;
    padding: 12px 12px 5px 12px;
}
 .arrow::after {
	 display: inline-block;
	 content: "\0279E";
	 -webkit-transition: transform 0.3s ease-out;
	 -moz-transition: transform 0.3s ease-out;
	 -ms-transition: transform 0.3s ease-out;
	 -o-transition: transform 0.3s ease-out;
	 transition: transform 0.3s ease-out;
	 font-size:25px;
}
 .arrow:hover {
	 color: #0c5449;
	 /* background-color: #f6f3ed; */
}
 .arrow:hover::after {
	 -webkit-transform: translateX(4px);
	 -moz-transform: translateX(4px);
	 -ms-transform: translateX(4px);
	 -o-transform: translateX(4px);
	 transform: translateX(4px);
}

/* Return to Top */

#return-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-image: linear-gradient(135deg, #3154b6 0%, #232e49 100%);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ------------------------------------------------------------------------------------------------------------*/
	/* HEADER CSS */
/* ------------------------------------------------------------------------------------------------------------*/


.expertise-desk-li{display:none !important;}


.header_area.extraclass {
    background: #143f80;
}

.logo {
    height: 55px;
}
.header_area {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.inner .nav{
  display:flex;
  position:relative;
  padding: 15px 5vw;
}
.inner .nav a{
  display:block;
  text-decoration:none;
}
.inner .nav > li > a {
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'CABINETGROTESK-MEDIUM';
    border-right: 1px solid #4c6ea0;
}
.inner .nav > li{
  position:relative;
  /* border-right: 1px solid #fff; */
}
.inner .nav > li > ul{
  // display:none;
  background:rgba(0,0,0,0.1);
  position:absolute;
  top:100%;
  left:0;
  opacity:0;
  visibility: hidden;
  transform: translateY(20px);
  transition:all 300ms ease-in-out 500ms; // Added delay for usability
  transition:all 300ms ease-in-out;
}
.inner .nav > li > ul > li{
  
}
.inner .nav > li > ul > li > a {
    padding: 12px 18px;
    color: #fff;
    font-size: 16px;
}
.inner .nav > li > ul > li > a:before {
    content: '';
    margin-right:7px;
    width: 10px;
    height: 1px;
    background: #fff;
    display: inline-block;
	transform: translateY(-4px);
}

.inner .nav > li > ul > li > a:hover{
  background-color:rgba(0,0,0,0.15);
}
.inner .nav > li:hover > ul{
  // display:block;
  opacity:1;
  visibility: visible;
  transform: translateY(0px);
  transition:all 300ms ease-in-out;
}
.inner .nav > li > a:hover{
  background-color:rgba(0,0,0,.05);
}
.inner .nav .big-nav{
  position:static;
}
.inner .nav .big-nav > ul{
  min-height:400px;
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background: #143f80;
  padding: 15px 5vw;
  border-top: 1px solid #4c6ea0;
}
.inner .nav .big-nav > ul > li{
  width:25%;
  // position:relative;
}
.inner .nav .big-nav > ul > li > a{
  padding:10px;
  /* background:rgba(255,100,0,0.1); */
  display:block;
  
}
.inner .nav .big-nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 28%;
    width: 75%;
    /* background: rgba(100,255,0,0.1); */
    padding: 15px 15px 15px 30px;
    border-left: 1px solid #4c6ea0;
	height:100%;
}

.inner .nav .big-nav > ul > li.show > ul{
  display:block;
}

.inner .nav .big-nav > ul > li > ul > li{
  display:block;
  width:100%;
  float:left;
}
.inner .nav .big-nav > ul > li > ul > li.col3{
  width:33.3334%;
  padding:0 10px;
}
.inner .nav .big-nav > ul > li > ul > li > a{
  /* font-weight:bold; */
  /* border-bottom:1px solid #333; */
  
}
.inner .nav .big-nav > ul > li > ul > li a{
	font-size:16px;
	padding:8px 10px;
	color:#fff;
	position:relative;
}

.inner .nav .big-nav > ul > li > ul > li a:before {
    content: '';
    margin-right:7px;
    width: 10px;
    height: 1px;
    background: #fff;
    display: inline-block;
	transform: translateY(-4px);
}



/* .nav-menu > li:hover .nav-submenu{ */
    /* display: block; */
/* } */

/* .nav-menu > li:hover .megamenu-panel{ */
    /* left: 0; */
    /* right: 0; */
/* } */


/* ------------------------------------------------------------------------------------------------------------*/
		/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
	padding-top:80px; 
	padding-bottom:80px;
}

.sub-title{
	font-size:24px;
	line-height:28px;
}

.section-title {	
	font-size:50px;
	color: #255b99;
	font-family:'CABINETGROTESK-BOLD';	
}

/* COMMON BUTTON CSS */

.btn-size{
	font-size: 18px;
	text-transform: capitalize;
    font-family: 'CABINETGROTESK-REGULAR';
	padding: 12px 30px;
    border-radius: 10px 0px 10px 10px;
}

.white-btn {color: #000; background-color: #fff;}
.white-btn:hover{background-color:#47a6ff; color:#fff;}

.blue-btn {color: #fff;background-color:#255b99;}
.blue-btn:hover{ background-color:#47a6ff;}

.black-btn {color: #fff;background-color:#000;}
.black-btn:hover{ background-color:#47a6ff;}

.bg-properties {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
	
.form-control {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #cccccc;
}
.form-control:focus {
    box-shadow: none;
    background: transparent;
}

/* OWL NAV CSS */

.owl-theme .owl-nav {
   margin-top:0 !Important;
}

.custom-carousel .owl-nav [class*=owl-] {
	font-size: 22px !important;
	color:#4784A5 !important;
	height: 40px;
    width: 40px;
	border:2px solid #4784A5 !important;
    border-radius: 50% !important;	
	position: absolute;
    top: 28%;
	
}
.custom-carousel .owl-nav .disabled {
	border:2px solid #4784A5 !important;
	color:#4784A5 !important;
    opacity:1;
}
.custom-carousel .owl-nav [class*=owl-]:hover {
	color: #fff !important;
    border: 2px solid #4784A5 !important;
   background: #4784A5 !important; 
}
.owl-prev {
    left:-50px;
}
.owl-next {
    right:-50px;
}
/* BANNER SECTION CSS */

/* br shape common css */

/* design-br1 css */
.design-br::after, .design-br::before{
	content: '';
	position: absolute;
	bottom: 0;
    width: 0;
    height: 0;
	border-bottom:100px solid #eef7ff;
}
.design-br::after{
	left: 0;
	border-left: 0px solid transparent;
    border-right:700px solid transparent;
}
.design-br::before{
    right: 0;  
	border-left: 2000px solid transparent;
    border-right: 0px solid transparent;
}

.banner-sec {background:#eef7ff;}
.banner-sec video {height:630px; object-fit:cover;}

.video-overlay {	 
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48783263305322133) 45%, rgba(0,0,0,0.03405112044817926) 100%);
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;  
}

.ban-icon {
    height: 625px;
}
.banner-content {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 40%;
    z-index: 9;
	/* margin-top:37px; */
}
.banner-title{
	font-size: 40px;
	line-height: 51px;
	text-transform: uppercase;
	font-family:'CABINETGROTESK-EXTRABOLD';
	color:#fff;
}
.banner-subtitle{
	font-size:24px;
	line-height:32px;
	color: #ffffff;
}

/* about css */

.abt-gap{padding-top:30px; padding-bottom:30px;}

.abt-subtitle{
	font-size: 40px;
	text-transform: uppercase;
	color: #255b99;
	font-family:'CABINETGROTESK-BOLD';
}

.abt-title {
	font-size:50px;
	text-transform: uppercase;
	color: #255b99;
	font-family:'CABINETGROTESK-BOLD';
}


/* our philosophy section css */

.philosophy-bx{
	border-radius: 15px;
	filter: drop-shadow(0 0 16px rgba(0,0,0,0.06));
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 18px;
	height:100%;
}
.philosophy-ico{height:55px;}
.philosophy-title{font-size: 25px;font-family:'CABINETGROTESK-BOLD';}
.philosophy-bx:hover{ border: 1px solid #255b99; background: transparent;}


/* Expertise css */

.exp-li li{
	margin-top: 10px;
	font-family:'CABINETGROTESK-MEDIUM';
}

.exp-li li a{color:#fff;}

.ss-li li a{color:#656565;}

/* tabs css */

.eicon{height:45px; margin-right:5px;}

.field .nav-item {
    margin-bottom: -1px;
    position: relative;
}
.field .nav-link {
    color: white;
    padding: 0.5rem 3rem;
    text-transform: uppercase;
    border: 0;
}
.field .nav-item.show .nav-link, .field .nav-link.active {
    background-color: transparent;
    color: #fff;
    border: 0;
}
.field .nav-item .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
    width: 100%;
    height: 4px;
    background: #fff;   
}


/* clnt section css */

/* Equal Heights for OwlCarousel 2 */

	
.clnt-sec{border-bottom: 1px solid #e6e6e6;}
.bs-theory-block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
}
.bs-content {
    padding:15px 0px;
    border-right: 1px solid #e6e6e6;
    height: 100%;
    vertical-align: middle;
    display: grid;
    justify-content: center;
    align-items: center;
}
/* .bs-content:last-child{border-right:0;} */
.ourPartner-logo img{
	-webkit-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
    -o-transition: all ease-out .4s;
}
.ourPartner-logo:hover img {
	transform: scale(1.2);
	-webkit-transition: all ease-in .4s;
	-moz-transition: all ease-in .4s;
	-o-transition: all ease-in .4s;
	transition: all ease-in .4s;
}
.bs-content img{padding: 15px;}

/* footer section css */
	
.footer-sec {background-color:#f4f4fc;}
.footer-top{
	padding-top:60px;
    padding-bottom:60px;
}
.footer-title {
    font-family: 'CABINETGROTESK-BOLD';
    font-size:23px;
	color: #000000;
}
.list-inline-item:not(:last-child) {
    margin-right:1rem;
}
.footer-logo{height:40px;}
.social-links a i{font-size:25px; color: #bababb;}
.social-links a:hover i{color: #000;}

.footer-content a,.footer-content p {color: #000;}
.foot-li ul li {margin-top:7px; text-transform:capitalize;}
.foot-li ul li a:hover {color:#255b99;}

.fdts-box li{margin-bottom:5px;}
.newsletter-ip input {
    border-bottom: 1px solid #000 !important;
    border: 0;
    background: transparent;
	padding: 0;
}
.newsletter-ip span {
    border-bottom: 1px solid #000 !important;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.newsletter-ip button{padding: 0; border: 0; background: transparent;}


	/* social icons css */
	
.footer-icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:18px;
	background:#4d5358;
	border-radius:0px;	
	color:#fff;
	display:inline-flex;
	margin-right:3px;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 
}

.footer-icon i {
	font-size:16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.footer-icon:hover {background:#297bf6;}

	/* copy right css */

.copyright_block {
    padding: 25px 0px;
    border-top: 1px solid #4b5359;
}
.cookie-li{display: flex; width:100%; justify-content: end;}
.cookie-li li {
    margin-right: 15px;
    border-right: 1px solid #fff;
    padding-right: 15px;
}
.cookie-li li:last-child{
    margin-right:0px;
    border-right:0;
    padding-right:0px;
}
.cookie-li li a{color: #fff; text-transform:uppercase;}


/* ------------------------------------------------------------------------------------------------------------*/
		/* INNER PAGES COMMON CSS */
/* ------------------------------------------------------------------------------------------------------------*/

.innbanner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 37px;
	text-align: center;
}
.innbanner-title {
    font-size:50px;
    text-transform: capitalize;
    font-family: 'CABINETGROTESK-EXTRABOLD';
    color: #fff;
	display:none;
}

.txt-stroke {
    font-size: 100px;
    /* -webkit-text-stroke: 0.4px #d7d6d6; */
    -webkit-text-fill-color:#4a888875;
    font-family: 'CABINETGROTESK-EXTRABOLD';
    margin-bottom: 0;
    /* line-height: 90px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    text-align: center;
    z-index: -1;
	white-space: nowrap;
	
}

.pmedium-title{
	font-size:25px;
	color: #000000;
	font-family:'CABINETGROTESK-MEDIUM';
}

.psmall-title{
	font-size:30px;
	color: #000000;
	font-family:'CABINETGROTESK-REGULAR';
}

.content-li li {
    background: url(../images/right-ico.png) no-repeat left 7px;
    margin:5px 0px;
    padding-left: 22px;
    vertical-align: middle;
}

/* .content-li li{ */
	/* margin-top: 10px; */
/* } */

/* ----------------------------------------------------------*/
		/* ABOUT PAGE CSS */
/* ----------------------------------------------------------*/

.accreditation-blk {
	grid-template-columns: repeat(3, 1fr);
	/* background-color: #e6e6e6; */
	/* grid-gap: 1px; */
}
 
/* .accreditation-blk > * { */
    /* background-color: #fff; */
/* } */

.accreditation-blk .ourPartner-tile {
    padding: 25px 0px;
    height: 100%;
    vertical-align: middle;
    display: grid;
    justify-content: center;
    align-items: center;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}

.award-ico{height:480px;}
.award-ico2{height:260px;}

/* ----------------------------------------------------------*/
		/* BLOG PAGE CSS */
/* ----------------------------------------------------------*/

.blog-icon{height:370px;}


/* ----------------------------------------------------------*/
		/* CLIENT PAGE CSS */
/* ----------------------------------------------------------*/

.client-blk{
	grid-template-columns: repeat(6, 1fr); 
	border:1px solid #e6e6e6;
}

/* -------------------------------------------- */
	/* COMMON FORM CSS */
/* -------------------------------------------- */

/* COMMON FORM CSS */

.common-form input, .common-form select{height:50px;}
.common-form input, .common-form select, .common-form textarea {
    border:1px solid #ced4da;  
	color: #00003c;
	border-radius:0px;
	font-size: 14px;
}
.common-form-btn {
	font-size:18px;
	color: #fff;	
	font-family: 'CABINETGROTESK-REGULAR';
	border:0;
	border-radius: 3px;	
	background-color: #2587fe;
	padding:13px 55px;
}
	
.common-form-btn:hover{	
	background-color:#0463fb;
}
.common-form textarea {
    min-height: calc(7.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.common-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#00003c;
}

/* -------------------------------------------- */
	/*CONTACT PAGE CSS */
/* -------------------------------------------- */

.get-title{
	font-size:26px;
	color: #2587fe;
	font-family:'CABINETGROTESK-BOLD';
	text-transform:uppercase;
}

.faddrss-title{
	font-size:26px;
	color: #1b1b1b;
	font-family:'CABINETGROTESK-BOLD';
	border-bottom:1px solid #a6a6a6;
	text-transform:uppercase;
}


.faddrss-cnt{border-bottom:1px solid #dcdcdc; padding:15px 0px; margin-right:35px;}
.faddrss-cnt:last-child{border-bottom:0;}
.faddrss-cnt h6{
	font-size: 16px;
	color: #2429f8;
	font-family:'CABINETGROTESK-REGULAR';
}

/* -------------------------------------------- */
	/* PROJECTS PAGE CSS */
/* -------------------------------------------- */

.proj-filter-sec{
	padding:30px 0px;
	border-radius: 3px;
	background-color: #0463fb;
}

.proj-filter select {
    font-size: 16px;
    color: #0463fb;
    font-family: 'CABINETGROTESK-REGULAR';
    /* height: 50px; */
    border: 0;
    border-radius: 0;
    padding: 15px;
}


.bg-line {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.7;
}

/* tabs css */
.project-tab{border-bottom:1px solid #c7c7c7;}
.project-tab .nav-link {
    font-size: 20px;
    color: #bbbbbb;
    font-family: 'CABINETGROTESK-REGULAR';
    text-transform: capitalize;
    border: 0;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7 !important;
    border-radius: 0;
}
.project-tab .nav-item.show .nav-link, .project-tab .nav-link.active {border: 0;}


.prcjt-icon{height:320px;}
.prcjt-li li{padding-right:15px;}
.prcjt-li li a{text-transform: uppercase; color: #939393; position:relative; font-size: 14px;}
.prcjt-li li a:before {
    content: ",";
    position: absolute;
    right: -5px;
}
.prcjt-li li:last-child a:before {display:none;}


/* project page table css */

.struct-tble th {
    background: #2c3590;
    color: #fff;
	text-transform:uppercase;
}
.struct-tble td, .struct-tble th {
    padding:17px;
	/* border-bottom: 2px solid #fff; */
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:#e6e6e8;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color:#d3d3d3;
}



/* -------------------------------------------- */
	/* SERVICES PAGE CSS */
/* -------------------------------------------- */

.innexp-sec{background-color:#f5f5f5;}
.innexp-li .nav-link { color: #000;}
.innexp-li .nav-link img{filter: grayscale(100%);}

.innexp-li .nav-item.show .nav-link, .innexp-li .nav-link.active {color: #2587fd;}
.innexp-li .nav-item .nav-link.active:after { background:#2587fd;}
.innexp-li .nav-link:focus, .innexp-li .nav-link:hover {
    color: #2587fd;
	background:transparent;
}
.innexp-li .nav-link.active .eicon, .innexp-li .nav-link:hover .eicon{
	filter: none;
}

.innexp-li .nav-link:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: #fff;
	background: #2587fd;
}
.exp-cnt-block .exp-li li{color:#656565;}

/* sector css */

.sector-icon{
	opacity: 0.302;
	width: 140px;
	height: 140px;
	border-radius: 109px;
	background-color: #000000;
}
.sector-title-bar {
    margin-left: -35px;
}

/* -------------------------------------------- */
	/* OUR TEAM PAGE CSS */
/* -------------------------------------------- */

.team-icon{
	width:200px;
	height:200px;
	border-radius:50%;
	background-color: #000000;
}

.team-icon2{
	width:140px;
	height:140px;
	border-radius:50%;
	background-color: #000000;
}

.team-smalltitle{
	font-size:20px;
	color: #000000;
	font-family:'CABINETGROTESK-REGULAR';
}

/* -------------------------------------------- */
	/* WHY GEO PAGE CSS */
/* -------------------------------------------- */

.wicon1 img, .wicon2 img{border-radius:25px;}
.wicon1 img{height:300px;}
.wicon2 img{height:180px;}

.count-blk{
	border-radius: 30px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.11));
	background-color: #ffffff;
	padding:20px;
}
.count-title{
	font-size: 44px;
	color: #045abb;
	font-family:'CABINETGROTESK-BOLD';
}
.count-box h5{font-size:15px;}
.strength-box{
	border-radius: 15px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.11));
	background-color: #ffffff;
	padding:30px;
	height:100%;
}
.strength-icon{height:40px;}
.strength-icon-bar{margin-right:15px;}
.strength-cnt-bar h4{
	font-size:16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #255b99;
	font-family:'CABINETGROTESK-BOLD';
}

/* -------------------------------------------- */
	/* SUB SERVICE PAGE CSS */
/* -------------------------------------------- */

.subservices-blk{
	border-radius: 30px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.11));
	background-color: #ffffff;
	padding:30px;
}

.subservices-list-card {
    border-right: 1px solid #c7c7c7;
    height: 100%;
    margin-right:20px;
    padding-right: 15px;
}

.subservice-title{
	font-size:30px;
	color: #2587fe;
}

.ssve-li li {
    background: url(../images/list-li.png) no-repeat left 4px;
    padding-left: 32px;
    vertical-align: middle;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
    background-size: 22px;
    width: 100%;
	text-transform:uppercase;
}


.ssve-li .nav-item {
    background: url(../images/list-li.png) no-repeat left 4px;
    padding-left: 32px;
    vertical-align: middle;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
    background-size: 22px;
    width: 100%;
}
.ssve-li .nav-item:last-child{
    border-bottom:0;
}
.ssve-li .nav-item.show .nav-link, .ssve-li .nav-link.active {
    border: 0;
    padding: 0;
}
.ssve-li .nav-link:focus, .ssve-li .nav-link:hover {
    padding: 0;
    background: transparent;
    border: 0;
}
.ssve-li .nav-link { padding: 0; border: 0;}

.ssve-li .nav-link, .dott-li li a{
	font-size: 14px;
	color:#656565;
	font-family:'CABINETGROTESK-REGULAR';
}

/* .dott-li{border-bottom: 1px solid #c7c7c7;} */
.dott-li li {
    background: url(../images/list-li.png) no-repeat left 4px;
    padding-left: 32px;
    vertical-align: middle;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
    background-size: 22px;
	position:relative; list-style:none; background:none; border-bottom:0; padding-bottom:0px;
}
.dott-li li:before{
	content: '';
    border-radius: 50%;
    height:6px;
    width:6px;
    margin-right: 16px;
    background-color: #003c7a;
    margin-left: -25px;
    display: inline-block;
}




/* breadcrumb css */

.breadcrumb {
	/*centering*/
	display: inline-block;
	overflow: hidden;
}

.breadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    /* line-height: 36px; */
    padding-right: 25px;
    position: relative;
    margin-right: 25px;
    color: #656565;
    font-size: 18px;
    font-family: 'CABINETGROTESK-MEDIUM';
}
/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
	content: '>';
	font-size:25px;
	position: absolute;
	top: 0; 
	right:0px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
	content: none;
}





