* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



html {

  font-size: 1rem;

  scroll-behavior: smooth;

}


body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
}


body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}



h1 {

  font-weight: 700;

}



h2 {

  font-weight: 700;

  font-size: 2.2rem;

}



h2,h3,h4,h5{

  font-family: 'Open Sans', sans-serif;

}



h3 {

  font-size: 1.8rem;

  font-weight: 700;

}

h4 {

  font-size: 1.3rem;

  font-weight: 700;

}



p {

  font-size: 1.1rem;

  color: #231F20;

  font-weight: 400;

  margin-bottom: 10px;

}



.img-responsive {

  width: 100%;

}

button:focus {

  outline: none !important;

}



ul {

  padding: 0;

  list-style: none;

  margin-bottom: 0;

}



li {

  padding: 0;

  list-style: none;

}



a {

  color: var(--pxpMainColor);

  text-decoration: none;

}

a:hover {

  color: var(--pxpMainColorDark);

  text-decoration: none;

}

.container-width{

  width: 98%;

  padding-right: 0.75rem;

  padding-left: 0.75rem;

  margin-right: auto;

  margin-left: auto;

}



.pb-100 {

  padding-bottom: 100px;

}

.pt-100 {

  padding-top: 100px;

}



.mt-100 {

  margin-top: 100px;

}

.mb-4 {

  margin-bottom: 1.5rem !important;

}

/**

 * 32.0 - Media queries

 */





 input:focus{

  outline: none;

 }



@media (min-width: 576px) {

  .container-width {

    max-width: 650px;

  }

}

@media (min-width: 768px) {

  .container-width{

    max-width: 850px;

  }

}

@media (min-width: 992px) {

  .container-width {

    max-width: 1080px;

  }

}

@media (min-width: 1200px) {

  .container-width {

    max-width: 1140px;

  }

}

@media (min-width: 1400px) {

  .container-width {

    max-width: 1260px;

  }

}

@media (min-width: 1680px) {

  .container-width {

    max-width: 1400px;

  }

}





.header-top {

  border-top:6px solid #00828C;

}



.header-top-container {

  background-color: #00828C;

  color: #fff;

  padding: 5px 5px 10px 5px;

  border-radius: 30px;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

.header-top-block {
  position: absolute;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  right: 0;
  border-bottom: 2px solid #fff;
  bottom: 43px;
  padding-bottom: 15px;
}
ul.navbar-nav {
  margin: 0;
  padding: 0;
  padding-right: 60px;
}
ul.top-social-media li a i {
    color: #fff;
}

.header-top-block ul {
  display: flex;
  align-items: center;
  gap: 15px;
  grid-gap: 15px;
}

.header-top-block ul li{
  color: #fff;
}


.header-top-block-01 ul {

  display: flex;

  gap: 10px;

    font-weight: 500;

}



.header-top-block-01 ul li svg {

  margin-right: 10px;

  fill: #fff;

}



.header-top-block-01 ul li:nth-child(2) svg {

  margin-right: 0px;

}



.header-top-block-01 ul li:nth-child(2) {

  display: flex;

  gap: 8px;

  align-items: center;



}



.header-top-block-02 ul {

  display: flex;

  gap: 10px;

    font-weight: 500;

}



.header-top-block-02 ul li svg {

  margin-right: 10px;

  fill: #fff;

}





.header-top-block-02 ul li:nth-child(2) svg {

  margin-right: 0px;

}















/* ////////////////////////navbar/////////////////////////// */



#header-nav {

  display: block;

  position: relative;
  width: 100%;

  -webkit-transition: -webkit-transform 0.7s 0.3s ease;

  -moz-transition: -moz-transform 0.7s 0.3s ease;

  -ms-transition: -ms-transform 0.7s 0.3s ease;

  transition: transform 0.7s 0.3s ease;

  z-index: 1000;

}


div#header-nav::before {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 60%;
  background-color: #235EA7;
}


header#header {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}



header#header.innerpage {
  position: relative;
}





#header-nav.hide-nav-bar {

  -webkit-transform: translate(0, -100%);

  -moz-transform: translate(0, -100%);

  -ms-transform: translate(0, -100%);

  transform: translate(0, -100%);

}

a.menu-link {

  float: right;

  display: block;

  padding: 1em;

  margin-top: 6px;

}





nav.navbar.navbar-expand-lg.no-border {

  background-color: transparent;

}

nav.navbar.navbar-expand-lg.no-border {

  padding: 10px 0;

  border-bottom: 0px solid #efefef;

}

.navbar-expand-lg {
  align-items: end;
}

.nav-link {
  display: block;
  padding: 0rem 1rem !important;

}

nav[role="navigation"] {

  clear: right;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.js nav[role="navigation"] {

  max-height: 0;

}

nav[role="navigation"].active {

  max-height: 25em;

}



nav[role="navigation"] ul {

  margin: 0;

  padding: 0;

  float: left;

}

a.nav-link {

  transition: 0.25s;

  color: #fff;
  font-weight:500;

}



a.dropdown-toggle{

  font-weight:500;  

}



.menu-link {

  height: 30px;

  width: 33px;

  cursor: pointer;

}

.bar1,

.bar2,

.bar3 {

  margin-top: 3px;

  background: #999;

  width: 33px;

  height: 4px;

  position: absolute;

  -webkit-transform: rotate(-180deg);

  transform: rotate(-180deg);

  -moz-transform: rotate(-180deg);

  -o-transform: rotate(-180deg);

}

.bar2 {

  margin-top: 13px;

}

.bar3 {

  margin-top: 23px;

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);

  -moz-transform: rotate(180deg);

  -o-transform: rotate(180deg);

}

.brand {

  padding: 0;

  max-width: 210px;

}

.brand a {

  color: #fff;

  font-size: 1.3rem;

  font-weight: 600;

}



nav#menu {

  padding-top: 5px;

}



nav#menu {

  display: flex;

  flex-direction: row;

  justify-content: space-around;

}

.header_logo_block {

  display: flex;

  align-items: center;

}

span.navbar-top-icon {

  margin-right: 10px;

}





.brand_mobile {

  display: none;

}



a.navbar-brand img {

  width: 180px;

}

.nav-item:last-child a.nav-link {

  border-right: 0px solid #000;

}

div#navbarSupportedContent {

  justify-content: end;

}

#header ul.footer-social-media li a i {
  color: #fff;
  font-size: 1.2rem;
}



.navbar-expand-lg .navbar-nav .dropdown-menu {

    position: absolute;

    top: 65px;

}

li.dropdown {

    display: flex;

    align-items: center;

}



.w3_megamenu .dropdown a,

.w3_megamenu .dropdown-menu  a {

	color:#fff;

}

.w3_megamenu .dropdown-menu > li > a {

	padding:6px 15px;

}

.w3_megamenu .navbar-nav > li > .dropdown-menu {

	margin-top:0px;

}

.w3_megamenu i {

	color:#BFBFBF

}

.w3_megamenu .dropdown-menu {

	box-shadow:none;

	border:0px solid #efefef;

	padding:0;

}

.w3_megamenu .form-control {

	margin-top:10px;

	border:1px solid #efefef;

}

.w3_megamenu .btn {

	margin:10px 0 20px

}

.w3_megamenu video {

	max-width: 100%;

	height: auto;

}

.w3_megamenu iframe,

.w3_megamenu embed,

.w3_megamenu object {

	max-width: 100%;

}

.w3_megamenu .google-map {

	width:100%;

	border:1px solid rgba(255, 255, 255, 0.5);

	min-height:200px;

}

.w3_megamenu div.google-map {

	background:rgba(255, 255, 255, 0.5);

	background: #ffffff;

	height: 200px;

	margin: 0 0 0px 0;

	width: 100%;

}

#googlemaps img{

    max-width:none;

}

.w3_megamenu .dropdown-menu .withoutdesc{

	margin-top:0;

	padding:15px 20px;

    display: block;

    text-align: left;

    text-transform: none;

    width: 100%;

}

.w3_megamenu .dropdown-menu .withoutdesc:hover{

    background-color: transparent !important;

}



.w3_megamenu a:hover {

	text-decoration:none

}

.w3_megamenu .dropdown-menu .withoutdesc ul li {

    padding: 6px 10px 6px 30px;

    position: relative

}



.w3_megamenu .dropdown-menu .withoutdesc ul li::before {

    content: "";

    position: absolute;

    width: 5px;

    height: 5px;

    background-color: #00828C;

    border-radius: 50%;

    left: 18px;

    top: 15px;

}



.w3_megamenu .dropdown-menu .withoutdesc ul li:hover,

.w3_megamenu .dropdown-menu .withoutdesc ul li:focus{

	color:#231F20;

	text-decoration:none;

	background-color:#eee1ab !important

}

.w3_megamenu .dropdown-menu .withoutdesc li:last-child {

	border-bottom:0 solid #fff;

}

.w3_megamenu .w3_megamenu-content.withdesc a:after {

    color: #CFCFCF;

    content: attr(data-description);

    display: block;

    font-size: 11px;

    font-weight: 400;

    line-height: 0;

    margin: 10px 0 15px;

    text-transform: uppercase;

}



.w3_megamenu .dropdown-submenu{

	position:relative;

}

.w3_megamenu .dropdown-submenu>.dropdown-menu{

	top:0;

	left:100%;

	margin-top:0;

	margin-left:-1px;

	-webkit-border-radius:0 6px 6px 6px;

	-moz-border-radius:0 6px 6px 6px;

	border-radius:0 6px 6px 6px;

}

.w3_megamenu .dropdown-submenu:hover>.dropdown-menu{

	display:block;

}



.w3_megamenu .dropdown-submenu>a:after{

	display:block;

	content:" ";

	float:right;

	width:0;

	height:0;

	border-color:transparent;

	border-style:solid;

	border-width:5px 0 5px 5px;

	border-left-color:#cccccc;

	margin-top:5px;

	margin-right:-10px;

}

.w3_megamenu .dropdown-submenu:hover>a:after{

	border-left-color:#ffffff;

}

.w3_megamenu .dropdown-submenu.pull-left{

	float:none;

}

.w3_megamenu .dropdown-submenu.pull-left>.dropdown-menu{

	left:-100%;

	margin-left:10px;

	-webkit-border-radius:6px 0 6px 6px;

	-moz-border-radius:6px 0 6px 6px;

	border-radius:6px 0 6px 6px;

}

.w3_megamenu p {

    font-size: 13px;

	color:#656565;

}

li.dropdown.w3_megamenu-fw {

    display: flex;

    align-items: center;

    color: #fff;

}

.innerpage .w3_megamenu .dropdown a, .w3_megamenu .dropdown-menu a {

    display: flex;

    align-items: center;

    color: #000 !important;

    font-weight: 400 !important;

}



li.dropdown.w3_megamenu-fw.nav-item.active .dropdown-toggle {

    color: #00828C !important;

    font-weight: 500 !important;

}



li.nav-item.dropdown.active .dropdown-toggle {

     color: #00828C !important;

    font-weight: 500 !important;

}





.w3_megamenu .nav,

.w3_megamenu .collapse,

.w3_megamenu .dropup,

.w3_megamenu .dropdown {

	position: static;

}

.w3_megamenu .half {

    width: 50%;

    left: 54% !important;

    right: auto !important;

}

.w3_megamenu .container {

	position: relative;

}

.w3_megamenu .dropdown-menu {

	left: auto;

}

.w3_megamenu .nav.navbar-right .dropdown-menu {

	left: auto;

	right: 0;

}

.w3_megamenu .w3_megamenu-content {

    background: #f3ead3;

    border-radius: 0;

    color: #231F20;

}

.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {

	left: 0;

	right: 0;

}



.w3_megamenu .title {

	font-size:13px;

	font-weight:bold;

	margin-top:15px;

	text-transform:uppercase;

	border-bottom:1px solid #efefef;

	padding-bottom:10px;

}

.w3_megamenu ul {

	list-style:none;

	padding-left:0px;

}



li.w3_megamenu-content.withoutdesc ul li a {

    color: #231F20 !important;

    font-weight: 400;

}

.withoutdesc ul li a {

    color: #231F20 !important;

    font-weight: 400;

}









ul.dropdown-menu {

    padding: 25px 0px !important;

    background: #f3ead3;

    border-radius: 0;

    color: #231F20;

    border-top: 4px solid #00828C !important;

}

ul.dropdown-menu li:hover {

    color: #231F20;

    text-decoration: none;

    background-color: #FFFFFF !important;

}









@media screen and (max-width: 767px) {

  header#header {

    z-index: 5;

    background-color: #eee1ab;

  }

  .brand {

    display: none;

  }



  nav#menu ul li {

    padding-bottom: 16px;

  }



  .js nav[role="navigation"] {

    display: none !important;

  }

  nav#menu.active {

    display: block !important;

  }

  nav[role="navigation"] ul {

    margin: 0;

    padding: 0;

    float: left;

    padding: 0.7em 0 0;

    width: 100%;

    z-index: 100;

  }



  nav[role="navigation"] {

    width: 100%;

  }

  nav[role="navigation"] li a {

    padding-left: 0;

  }

  .brand {

    padding-bottom: 12px;

  }



  li.active::before {

    display: none;

  }

  .brand {

    float: left;

    padding: 1em 0;

    width: 80%;

  }



  .header_logo_block {

    position: relative;

  }

  .brand_mobile {

    display: block;

    width: 240px;

    position: absolute;

    top: 10px;

    left: 0px;

  }

  nav#menu ul {

    background-color: #fff;

    width: 100%;

    padding: 20px;

    margin-top: 20px;

  }

  nav[role="navigation"] li a {

    color: #313131;

  }

  #menu li.active a {

    color: #909090 !important;

  }



  header#header {

    position: relative;

    height: auto;

    background-color: #fff;

  }

}



li.active {

  position: relative;

}



.brand a {

  display: flex;

  align-items: center;

}

a:hover,

a:focus {

  text-decoration: none;

}



#menu li.active a {

  border-bottom: 0 !important;

  margin: 0 !important;

  padding: 0 !important;

  color: #cccccc !important;

  line-height: 1;

  font-weight: 700 !important;

}



.navbar-brand {

  display: inline-block;

  padding-top: 0;

  padding-bottom: 0;

  margin-right: 0;

  font-size: 0;

  line-height: inherit;

  white-space: nowrap;

}



nav.navbar.navbar-expand-lg.navbar-dark.teal.no-border {

  flex-wrap: wrap;

  padding: 0.5rem 0rem;

  padding-top: 30px;

}



.nav-item {
  position: relative;
  transition: 0.25s;
  padding: 0px 30px 0 0 !important;
}



.nav-item.active a {

  color: #83D3D7 !important;

  font-weight: 600;

}









a.nav-link.active {

  color: #DFF1F7 !important;

  position: relative;

  transition: 0.25s;

}



a.nav-link:hover {

  color: #DFF1F7 !important;

  transition: 0.25s;

}



.dropdown-menu.dropdown-primary.show {

  margin: 0;

  border-radius: 0;

  border: 1px solid #000;

  border-bottom: 0;

  padding: 0;

}

a.dropdown-item {

  padding: 0.5rem 0.5rem;

  border-bottom: 1px solid #000;

}



a.dropdown-item:focus {

  background-color: #f8f9fa;

  color: #fff;

}



a.dropdown-item.active {

  background-color: #f8f9fa;

  color: #fff;

}



button.navbar-toggler {

  border: 1px solid #00828C !important;

  z-index: 10;

  color: #000;

  background-color: #00828C;

  padding: 0px 8px;

}



.custom-toggler.navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

  width: 24px;

}



ul.navbar-nav {

  margin-left: 0px;

}



.navbar-button-group {

  display: flex;

  align-items: center;

  width: 100%;

  justify-content: end;

}



button.navbar-btn.navbar-contact-btn {

  background-color: transparent;

  border: 2px solid #29468a;

  padding: 15px 30px;

  border-radius: 50px;

  margin-right: 20px;

  transition: 0.25s;

  color: #32b0d9;

}



button.navbar-btn.navbar-contact-btn a {

  color: #32b0d9;

  transition: 0.25s;

}



button.navbar-btn.navbar-contact-btn:hover {

  background-color: #29468a;

  transition: 0.25s;

}

button.navbar-btn.navbar-contact-btn:hover.navbar-btn.navbar-contact-btn a {

  color: #fff;

  transition: 0.25s;

}



button.navbar-btn.navbar-contact-btn img {

  margin-right: 10px;

}



button.navbar-btn.navbar-inquiry-btn {

  background-color: #ff9f1d;

  border: 2px solid #ff9f1d;

  padding: 15px 30px;

  border-radius: 50px;

  box-shadow: 0px 4px 9px rgba(119, 119, 119, 0.36);

  border-radius: 60px;

  transition: 0.25s;

  color: #fff;

}

button.navbar-btn.navbar-inquiry-btn a {

  color: #fff;

}

button.navbar-btn.navbar-inquiry-btn:hover {

  background-color: #ff831d;

  border: 2px solid #ff831d;

  transition: 0.25s;

}



button.navbar-btn.navbar-inquiry-btn:active {

  background-color: #ff831d;

  box-shadow: 0px 8px 9px rgba(119, 119, 119, 0.36);

  transform: translateY(2px);

  transition: 0.25s;

}

.navbar-button-group.mobile-btn-group {

  display: none;

}



@media screen and (max-width: 1400px) {

  .nav-item {

    padding: 0px 12px !important;

  }

}



@media screen and (max-width: 1300px) {

  nav.navbar.navbar-expand-lg.no-border {

    flex-wrap: wrap;

  }

  .nav-item {

    padding: 0px 10px !important;

  }

  ul.navbar-nav {

    margin-left: 30px;

  }

}



@media screen and (max-width: 1200px) {

  ul.navbar-nav {

    margin-left: 0px;

  }

}

@media screen and (max-width: 1100px) {

  .nav-item {

    padding: 0px 6px !important;

  }

}



@media screen and (max-width: 991px) {

  /* .navbar-button-group.large-screen {

    display: none;

  } */

  /* .navbar-button-group.mobile-btn-group {

    display: flex;

    padding-top: 10px;

    margin-left: 10px;

  } */

  button.navbar-btn.navbar-contact-btn,

  button.navbar-btn.navbar-inquiry-btn {

    margin-right: 10px;

    padding: 10px 20px;

  }

  ul.navbar-nav {
    margin-top: 20px;
  }

  li.dropdown.w3_megamenu-fw {
    display: flex;
    align-items: flex-start;
    color: #fff;
    flex-direction: column;
  }

  .w3_megamenu .dropdown a, .w3_megamenu .dropdown-menu a {
    color: #000;
    padding: 0.5rem 0rem;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    top: 0;
  }
  .w3_megamenu .half {
    width: 100%;
    left: 0 !important;
    right: auto !important;
  }
  ul.dropdown-menu {
    padding: 0px 0px !important;
  }

  li.dropdown {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

ul.dropdown-menu.half.show {
  display: block !important;
}
.w3_megamenu .dropdown-menu .withoutdesc ul li::before {
  top: 25px !important;
}


}



@media screen and (max-width: 400px) {

  a.navbar-brand img {
    width: 130px;
  }

  button.navbar-toggler {
    top: 30px;
  }

}



/* ////////////////////////navbar ends here/////////////////////////// */





/* 

///////////////////////////////////////home page///////////////////////////////////////// */

.home-banner-main-block {
  background-image: url(../img/smartminds_talent_hub_home_who_we_are.jpg);
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  transition: .25s;
}

.home-banner-main-block::before{
  position: absolute;
  content: "";
  background-color: #1075f029;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .25s;
}
.home-banner-main-block:hover::before{
  opacity: 0;
  transition: .25s;
}


section#home-banner-section {
  background-color: #DFF1F7;
  padding: 40px 0 80px;
}


.home-banner-text h2 svg {
  width: 24px;
  margin-left: 10px;
}
.home-banner-text h2 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
}

.home-banner-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
}


.home-banner-sub-block-banner_01{
  background-image: url(../img/smartminds_talent_hub_home_recruitment.jpg);
  height: 285px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  transition: .25s;
}
.home-banner-sub-block-banner_01::before{
  position: absolute;
  content: "";
  background-color: #1075f029;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .25s;
}
.home-banner-sub-block-banner_01:hover::before{
  opacity: 0;
  transition: .25s;
}

.home-banner-sub-block-banner_02{
  background-image: url(../img/smartminds_talent_hub_home_specialized_staffing_it.jpg);
  height: 285px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
.home-banner-sub-block-banner_02::before{
  position: absolute;
  content: "";
  background-color: #1075f029;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-banner-sub-block-banner_02:hover::before{
  opacity: 0;
  transition: .25s;
}
.home-banner-sub-block-banner_03{
  background-image: url(../img/smartminds_talent_hub_home_leadership_hiring.jpg);
  height: 285px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  transition: .25s;
}
.home-banner-sub-block-banner_03::before{
  position: absolute;
  content: "";
  background-color: #1075f029;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .25s;
}

.home-banner-sub-block-banner_03:hover::before{
  opacity: 0;
  transition: .25s;
}

.home-banner-sub-block-banner_04{
  background-image: url(../img/smartminds_talent_hub_home_oil_and_gas.jpg);
  height: 285px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  transition: .25s;
}
.home-banner-sub-block-banner_04:hover::before{
  opacity: 0;
  transition: .25s;
}

.home-banner-sub-block-banner_04::before{
  position: absolute;
  content: "";
  background-color: #1075f029;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .25s;
}

.home-banner-sub-block {
  height: 600px;
}

.home-banner-sub-block .row {
  height: 100%;
  row-gap: 30px;
}

.company-hg-block {
  background-color: #235EA7;
  padding: 30px;
  color: #fff;
  text-align: center;
}
.company-hg-block-item h5 {
  font-size: 1rem;
}

section#company-hg-section {
  position: relative;
}
section#company-hg-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 25%;
  background-color: #DFF1F7;
}

.home-text-wrapper-text-block {
  background-color: #DFF1F7;
  padding: 50px;
  margin-top: 50px;
}
.home-text-wrapper-text-block-01 h4 {
  color: #235EA7;
  font-weight: 500;
}
.whom-we-serve-block {
  background-color: #58595D;
  margin: 50px 0;
  padding: 60px 30px;
}
.whom-we-serve-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 25px;
  text-align: center;
}

.whom-we-serve-icon-item img {
  width: 90px;
}

.whom-we-serve-text-block {
  background-color: #DFF1F7;
  padding: 60px 25px;
  transform: translate(0px, 110px);
}

.whom-we-serve-text-block h2 {
  color: #235EA7;
  font-weight: 700;
  font-size: 2rem;
}
.whom-we-serve-text-block h3 {
  font-style: italic;
  color: #58595D;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.4rem;
}
.btn-group {
  gap: 15px;
  margin-top: 10px;
}
a.btn-01 {
  background-color: #235EA7;
  padding: 10px;
  width: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  min-width: 150px;
  justify-content: center;
  transition: .25s;
}

a.btn-01:hover {
  background-color: #58595D;
}



a.btn-01 svg {
  width: 20px;
}

h2.counter {
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0px auto;
}
h2.counter::before {
  position: absolute;
  content: "+";
  right: -16px;
  top: 0;
  font-size: 20px;
}



/* 
/////////////////////////footer///////////////////////////// */


footer {
  padding: 20px 0 0px;
  border-top: 2px solid #235EA7;
}
.footer-logo {
  width: 180px;
}


ul.footer-social-media {
  display: flex;
  column-gap: 12px;
  justify-content: end;
  position: absolute;
  right: 0;
  top: -30px;
} 
ul.footer-social-media li {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s;
  padding: 0 10px;
}
/* ul.footer-social-media li:hover {
  background-color: #00838D;
  transition: .25s;
} */

.header-top-block ul li svg {
  margin-right: 5px;
}

ul.footer-social-media li a i {
  color: #404041;
  font-size: 1.5rem;
}
.footer-link-block {
  background-color: #235EA7;
  color: #fff;
  padding: 20px 30px 20px 80px;
  position: relative;
}
/* .footer-link-block::before {
  content: "";
  position: absolute;
  right: 0;
  background-color: #235EA7;
} */
section#footer-btm {
  background-color: #DFF1F7;
  padding: 30px 0;
  border-top: 1px solid #235EA7;
}
section#footer-btm p {
  text-align: center;
  margin-bottom: 0;
}


.footer-contact-details ul li {
  padding: 0 10px;
}
hr.footer-fr {
  border-top: 2px solid #fff;
}

.footer-contact-details ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-contact-details ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 400;
}

.footer-contact-details ul li:hover a{
  color: #DFF1F7;
}


.row.footer-content-block {
  align-items: center;
  padding-top: 0px;
}

.footer-content-right-block ul {
  border-left: 2px solid #057A70;
  padding-left: 20px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-right: 0;
}

.footer-content-right-block ul li{
  padding: 5px 0;
}



/* 
//////////////////////////////////about page////////////////////////////// */


section#inner-banner-section {
  background-color: #DFF1F7;
}
.inner-banner-block h1 {
  font-size: 2rem;
  color: #235EA7;
  font-weight: 600;
}

.navburder-block ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.navburder-block ul li {
  font-weight: 400;
}
.navburder-block ul li a {
  font-weight: 500;
}
.inner-banner-block {
  background-color: #CCE6ED;
  padding: 100px 0;
  text-align: center;
}

section#who-we-are-section {
  padding: 60px 0;
  position: relative;
}
.section-title-center {
  position: relative;
  margin-bottom: 40px;
  z-index: 0;
}
.section-title-center h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #235EA7;
  width: fit-content;
  background-color: #fff;
  padding: 0px 15px;
  text-align: center;
  margin: 0px auto;
}
.section-title-center::before{
  position: absolute;
  content: "";
  background-color: #235EA7;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: -1;
}

#who-we-are-section .company-hg-block-item {
  text-align: center;
  margin-bottom: 30px;
}

.our-team-block {
  background-color: #DFF1F7;
  padding: 60px;
}


.our-team-block .section-title-center h2 {
  background-color: #DFF1F7;
}
.text-block h4 {
  text-align: center;
}
.text-block h6 {
  text-align: center;
}

.our-values-text-block {
  text-align: center;
}
.our-values-text-block h5 span {
  color: #235EA7;
}
.our-values-text-block h5 {
  padding: 5px 0;
}
section#our-mission-section {
  padding: 60px 0;
  position: relative;
}

.our-mission-block h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #235EA7;
  padding: 0px 0px;
  position: relative;
}

.our-mission-block {
  position: relative;
}

.our-mission-block::before {
  position: absolute;
  content: "";
  background-color: #DFF1F7;
  width: 80%;
  height: 100%;
  left: -80px;
  top: -60px;
}



/* ////////////////////////////service page///////////////////////////// */

.service-content-block {
  background-color: #DFF1F7;
}

.service-text-block {
  padding: 20px 30px 20px 60px;
}


.service-block-02 {
  background-color: #F2F2F2;
  padding: 20px;
}

.service-block-02 .whom-we-serve-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
}

.service-block-02 .whom-we-serve-icon-item img {
  filter: invert(20) sepia(11%) saturate(224576) hue-rotate(7deg) brightness(88%) contrast(96%);
  width: 60px;
}

h3.sub-title {
  color: #235EA7;
  font-weight: 500;
  border-bottom: 2px solid #235EA7;
  width: fit-content;
  margin-bottom:20px;
}
.service-text-re h5 {
  color: #235EA7;
  margin-top: 20px;
  font-weight: 600;
}
.service-text-re ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 25px;
}

.service-text-re ul li {
  list-style: disc;
  color: #000;
  font-weight: 400;
  padding: 2px 0;
}

.our-service-img {
  margin-bottom: 25px;
}


.service-list-block {
  margin: 50px 0;
  padding: 60px;
  background-color: #F2F2F2;
}


.service-list-block:nth-child(even){
  background-color: #fff;
}
.service-list-block:nth-child(even) .row{
  flex-direction: row-reverse;
}




section#register-second-block-section-01 {
  padding: 80px 0;
}

.career-form h4 {
  border-top: 2px solid #235EA7;
  border-bottom: 2px solid #235EA7;
  padding: 40px 20px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.career-form h5 {
  color: #235EA7;
  padding: 30px 20px;
  border-bottom: 2px solid #235EA7;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}
div#frmContact input {
  width: 100%;
  min-height: 40px;
  padding: 6px;
  margin-bottom: 20px;
}
div#frmContact label{
  font-weight: 600;
  color: #000;
}
input.enquiry-btn {
  background-color: #235EA7;
  border: 0;
  width: fit-content;
  max-width: 130px;
  color: #fff;
  font-weight: 500;
}
button.enquiry-btn {
  background-color: #235EA7;
  border: 0;
  width: fit-content;
  padding: 8px 15px;
  color: #fff;
  font-weight: 500;
}
textarea.demoInputBox {
  width: 100%;
  height: 100px;
}

button.enquiry-btn:hover{
  background-color: #58595D !important;
  transition: .25s;
}
input.enquiry-btn:hover{
  background-color: #58595D !important;
  transition: .25s;
}
textarea#content {
  width: 100%;
}
.home-banner-sub-block-banner_01:hover .home-banner-text svg circle {
  fill: #235EA7;
}
.home-banner-sub-block-banner_02:hover .home-banner-text svg circle {
  fill: #235EA7;
}
.home-banner-sub-block-banner_03:hover .home-banner-text svg circle {
  fill: #235EA7;
}
.home-banner-sub-block-banner_04:hover .home-banner-text svg circle {
  fill: #235EA7;
}
.home-banner-main-block:hover .home-banner-text svg circle {
  fill: #235EA7;
}
.footer-contact-details .nav-item {
  padding: 0px 0px 0 0 !important;
}
.footer-contact-details .nav-link {
  display: block;
  padding: 0rem 0.5rem !important;
}



@media screen and (max-width: 1600px) {
  ul.footer-social-media {
    right: 70px;
    top: -30px;
  }
}


@media screen and (max-width: 1300px) {

  div#header-nav::before {
    width: 70%;
    background-color: #235EA7;
  }

}


@media screen and (max-width: 991px) {

  .header-top-block {
    display: none;
  }

  button.navbar-toggler {
    border: 1px solid #88cefa !important;
    z-index: 10;
    color: #000;
    background-color: #88cefa;
    padding: 0px 8px;
    position: absolute;
    right: 0;
    top: 40px;
  }
  #header a.nav-link {
    transition: 0.25s;
    color: #000;
    font-weight: 500;
  }
  .nav-item {
    padding: 5px 0px !important;
  }

  .home-banner-main-block {
    min-height: 450px;
    height: auto;
  }
  .home-banner-sub-block {
    min-height: 450px;
    height: auto;
  }
  .home-banner-sub-block-banner_01, .home-banner-sub-block-banner_02, .home-banner-sub-block-banner_03, .home-banner-sub-block-banner_04 {
    height: 210px;
  }

  .btn-group {
    gap: 15px;
    margin-top: 10px;
    flex-direction: column;
}

}

@media screen and (max-width: 767px) {


  .home-banner-main-block { 
    margin-bottom: 30px;
  }
  div#header-nav::before {
    width: 60%;
    background-color: #235EA7;
  }

  .whom-we-serve-text-block {
    background-color: #DFF1F7;
    padding: 60px 25px;
    transform: translate(0px, 0px);
    margin-bottom:30px
  }
  .footer-link-block {
    background-color: #235EA7;
    color: #fff;
    padding: 20px 20px 20px 20px;
    position: relative;
}

section#footer-btm .row {
  flex-direction: column;
  width: 100%;
  align-items: center;
}

ul.footer-social-media {
  justify-content: center;
  margin-top: 20px;
}
  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-content-right-block ul {
    border-left: 0;
    padding-left: 20px;
    width: fit-content;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-right: 0;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
    column-gap: 20px;
  }
  ul.footer-social-media {
    justify-content: center;
    margin-top: 20px;
    position: relative;
    right: auto;
    top: 0;
}

  .service-list-block-text {
    margin-top: 20px;
  }

  .our-mission-block::before{
    display: none;
  }


}



@media screen and (max-width: 576px) {
  ul.footer-social-media li {
    background-color: transparent;
  }
  ul.footer-social-media li a i {
    color: #000;
  }

  .footer-content-right-block ul {
    padding-left: 0;
    flex-direction: column;
    margin-right: 0;
    width: 100%;
  }

  div#header-nav::before {
    width: 40%;
    background-color: #235EA7;
}
.navburder-block ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  position: absolute;
  bottom: 10px;
  right: 30px;
}

.home-text-wrapper-text-block {
  background-color: #DFF1F7;
  padding: 30px;
  margin-top: 50px;
}
.home-text-wrapper-text-block-01 h4 {
  color: #235EA7;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-contact-details .nav-link {
  display: block;
  padding: 0rem 0.5rem !important;
  font-size: 13px;
}
.whom-we-serve-block {
  padding: 40px 20px;
}

.footer-logo {
  width: 140px;
}

}




/*-------------------back-to-top----------------*/

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #00838D url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
  z-index: 1000;
}

.cd-top:hover {
  background-color: #00838D;
  opacity: 1;
}

.footer-brand-logo {
  position: absolute;
  bottom: 10px;
  right: 30px;
  z-index: 10;
  width: 60px;
  height: 20px;
}