
body {
  margin: 0;
}
.fa-chevron-right:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px;
  position: relative;
  top: 0px;
}
.fa-chevron-left:before {
  font: normal normal normal 14px/1 FontAwesome;
}
body {
  overflow-x: hidden;
}
i {
  font: normal normal normal 14px/1 FontAwesome;
}
a:focus,a:hover {
  /* color: #000; */
  text-decoration: none;
  outline: 0;
}
a {
  color: #000;
  font-family: 'Poppins-Regular';
  cursor: pointer;
}
a:active,a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
img {
  max-width: 100%;
}
.row {
  margin: 0;
  padding: 0;
}
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,
.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
  padding: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li {
  list-style-type: disc;
  font-size: 18px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 300;
  font-family: 'Poppins-Regular';
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'PlayfairDisplay-Bold';
}
p{
  font-size: 18px;
  font-family: 'Poppins-Regular';
}
span {
  color: #000;
  font-family: 'Poppins-Regular';
}
strong {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  font-family: 'Poppins-Regular';
}
b{
  font-weight: 600;
  font-size: 18px;
  color: #000;
  font-family: 'Poppins-Regular';
}
.no-margin {
  margin: 0;
}
.container-fluid {
  padding: 0;
}
img {
  max-width: 100%;
}
.container {
  padding: 0;
  max-width: 1260px;
  margin: 0 auto;
  width: auto;
}
#button {
    display: inline-block;
    background-color: #caa200;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact_call_content_tam p:hover {
    color: #0e2b41;
}
#button:hover::after {
    top: -10px;
}
#button:hover {
    cursor: pointer;
    background-color: #000000;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}	
.slick-initialized .slick-slide{
    outline:unset;	
}	
/****Mega Menu*****/
ul.megamenu {
    padding: 0;
    box-shadow: 3px 3px 19px 5px #00000066;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background-color: #ffffff;
    left: 0em;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 7px;
    transform: translate(0, 20px);
}
.header-nav nav>ul>li:hover ul.megamenu {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.header-nav nav ul.megamenu ul {
    width: 100%;
    margin-bottom: 0;
      color: #000;
    box-shadow: none;
    padding-left: 0;
    border-top: 5px solid #bc901c;
    border-bottom: 5px solid #bc901c;
    padding: 1em 1em;
    float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
    width: 48%;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    float: left;
    margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li a {
  font-size: 18px;
  font-weight: 500;
  text-transform:capitalize;
  font-size: 17px;
  line-height: 16px;
  color: #000;
  font-weight: 600;	
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;	
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
    color: #c2951d;
}
ul.megamenu.megamenu1 {
    left: 0em;
}
.header-nav nav ul li ul li:after{
    content:unset;		
}



/*****************************************************Homepage****************************************************/
.header-nav nav {
  width: 100%;
  font-size: 16px;
}
.mobile-top-head {
  display: none;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}
.header-nav nav>ul {
  position: relative;
  display: block;
  text-align: right;
  float:left;
  padding: 0;
  margin:0;
  width:100%;	
}
.header-nav nav ul li {
  color: #fff;
  list-style: none;
  transition: .5s;
  margin: 0;
  padding: 0px 0px;
  text-align: center;
  display: inline-block;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  position: relative;
  z-index: 9;
  /* overflow: hidden; */
}
.header-nav nav ul li:hover a {
  color: #ec202b;
  transition: 0.5s;
}  
.header-nav nav>ul>li>a {
  padding: 10px 8px 10px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  /* font-family: 'Poppins-Medium'; */
  font-size: 16px;
  line-height: 27px;
  color: #001e3e;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #005cb0;
  font-weight: 400;
}
.header-nav nav>ul>li.active a {
  transition: .5s;
  color: #fff;
} 

.header-nav nav ul li a:hover::after {
  transform: translate(0px,0px);
}  

.header-nav nav>ul>li>a:hover::before {
  width: 100%;
}
.header-nav nav>ul>li>a:hover::after {
  width: 100%;
} 
ul.megamenu li {
  float: left;
  width: 48%;
  letter-spacing: 0;
  margin-bottom: 10px !important;
  border-bottom: 1px solid red;
  margin: 0 6px !important;
  padding: 5px 0 !important;
  border-bottom: 1px solid #eee;
}
ul.megamenu li:hover a {
  letter-spacing: .5px;
  color: #840000 !important;
}
.header-nav nav>ul>li:hover ul.megamenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}
.header-nav nav ul.megamenu ul {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  box-shadow: none;
  padding-left: 0;
  border-top: 5px solid #bc901c;
  border-bottom: 5px solid #bc901c;
  padding: 1em 1em;
  float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  float: left;
  margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(even) {
  float: right;
}
.header-nav nav>ul>li ul.megamenu ul li a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
  color: #c2951d
}
ul.megamenu.megamenu1 {
  left: 0
}
.header-nav nav ul li ul li:after {
  content: unset
}
.header-nav nav>ul>li:hover ul.megamenu li a:after {
  content: unset;
}
.header-nav nav ul li.open {
  background-color: #772668;
}
ul.megamenu {
  box-shadow: 3px 3px 19px 5px #00000066;
  transition: .5s;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 100%;
  width: 870px;
  z-index: 999;
  color: #000;
  margin: 7px auto 0;
  transform: translate(0,20px);
  -webkit-perspective: 1000;
  transform-origin: top;
  -webkit-transform-origin: top;
  transform: perspective(350px) rotateX(-90deg);
  -webkit-transform: perspective(350px) rotateX(-90deg)
}
.header-nav nav>ul>li:hover ul.megamenu {
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  visibility: visible;
  opacity: 1;
  transform: translate(0,0)
}
.header-nav nav {
  width: 100%;
  font-size: 16px
}
.svg {
  width: 0;
  height: 0
}
.header_firstphone_inner,.header_firstschedule_inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(-8.09px 5.878px 17.5px rgba(0, 0, 0, .14));
  height: 70px;
  position: relative
}
.header-nav nav>ul {
    position: relative;
    display: block;
    text-align: center;
    float: left;
    margin: 0;
    width: 100%;
    padding-right: 0em;
    padding-left: 0em;
  }
.header-nav nav ul li {
  color: #fff;
  list-style: none;
  transition: .5s ease-in-out;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: .5s ease-in-out;
  position: relative;
  transition: 0.5s;
  z-index: 9
}
.header-nav nav ul li:hover a {
  color: #fff;
  transition: .5s;
  text-shadow: 0px 0px 10px #fff;
}
.header-nav nav>ul>li>a {
  padding: 10px 15px 10px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
  display: block;
  letter-spacing: 0;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  transition: 0.5s;
  font-family: 'Roboto-Regular';
}
.header-nav nav>ul>li>a:hover {
  color:#fff;
  transition: 0.5s;
}

.header-nav nav>ul>li.active a {
  transition: .5s;
  color: #fff
}
.header-nav nav ul li a:hover::after {
  transform: translate(0,0)
}

ul.megamenu li {
  float: left;
  width: 48%;
  letter-spacing: 0;
  border-bottom: 1px solid #eee;
  margin: 0 6px!important;
  padding: 10px 0!important
}
ul.megamenu li a {
  font-size: 18px
}
ul.megamenu.megamenu_two {
  left: -170px
}
ul.megamenu.megamenu_three {
  left: -452px
}
ul.megamenu li:hover a {
  letter-spacing: .5px
}
.header-nav nav ul.megamenu ul {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  box-shadow: none;
  border-top: 5px solid #bc901c;
  border-bottom: 5px solid #bc901c;
  padding: 1em;
  float: left
}
.header-nav nav>ul>li ul.megamenu ul li {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  float: left;
  margin: 0 5px
}
.header-nav nav>ul>li ul.megamenu ul li a {
  text-transform: capitalize;
  font-size: 17px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
  color: #c2951d
}
ul.megamenu.megamenu1 {
  left: 0;
}
/******************************************Submenu***********************************************/
.header-nav nav>ul>li:hover ul.megamenu {
transform: rotateX(0);
-webkit-transform: rotateX(0);
visibility: visible;
opacity: 1;
transform: translate(0, 0);
}
ul.megamenu {
padding: 0;
box-shadow: 3px 3px 19px 5px #00000066;
position: absolute;
opacity: 0;
visibility: hidden;
transition: .5s;
background-color: #ffffff;
left: 0em;
right: 0;
top: 100%;
width: 100%;
z-index: 999;
color: #000;
text-align: center;
margin: 0 auto;
margin-top: 7px;
transform: translate(0, 20px);
}
ul.megamenu {
box-shadow: 3px 3px 19px 5px #00000066;
transition: .5s;
background-color: #fff;
left: -155px;
right: 0;
top: 100%;
width: 400px;
z-index: 999;
color: #000;
margin: 7px auto 0;
transform: translate(0, 20px);
-webkit-perspective: 1000;
transform-origin: top;
-webkit-transform-origin: top;
transform: perspective(350px) rotateX(-90deg);
-webkit-transform: perspective(350px) rotateX(-90deg);
}
ul.megamenu li {
float: left;
width: 97%;
letter-spacing: 0;
border-bottom: 1px solid #eee;
margin: 0 6px !important;
padding: 10px 0 !important;
transition: 0.5s;
}
ul.megamenu.second_mega li {
float: left;
width: 32%;
}
ul.megamenu li:hover {
background-color: #00122c;
}
ul.megamenu li:hover a {
color: #fff !important;
}
ul.megamenu li a {
font-size: 18px;
color: #00122c !important;
}
  
/*************** Home Page ***************/

/* fixed header */

.header_wrapper.fixed{
  z-index: 9;
  position: fixed;
  background-color: #00132d;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}
.header_wrapper.fixed .header_offersec {
    padding: 0.5em 0 0.5em 0;
}
.header_wrapper.fixed .header_logo_inner img {
    height: 50px;
} 
.header_wrapper.fixed .header_logo_inner {
    padding: 1em 1em 0em 0em;
}
.header_wrapper.fixed .header-nav{
  padding: 15px 0;
}


.header_wrapper {
  float: left;
  width: 100%;
  z-index: 4;
  position: fixed;
}
.header_firstblck {
  position: relative;
}
.header_firstright{
  position: relative;
}
.header_hle{
  position: relative;
}
.header_offer{
  display: none;
}
.header_logo{
    position: relative;
}
.header_logo_inner {
    position: relative;
    float: left;
    width: 100%;
    padding: 1.5em 1em 0em 0em;
}
.header_logo_inner img {
    height: 70px;
    width: 100%;
    object-fit: contain;
    object-position: left;
    filter: brightness(0) invert(1);
}
.headertop_links{
  float: left;
  padding: 10px 0;
  display: flex;
}
.headertop_links span{
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
.headertop_links a{
font-size: 16px;
color: #ffffff;
font-weight: 400;
position: relative;
padding-left: 5em;
}
.headertop_links a::before {
content: "";
    left: 25px;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    margin: auto;
    background-image: url(../images/home/careers_icon.webp);
    background-size: 100% 100%;
    position: absolute;
}
.header_menusec{
  float: right;
}
.header-nav {
  width: 100%;
  float: left;
  position: relative;
  padding: 2em 0;
}
.header_contdetail {
    float: right;
    position: relative;
}
a.header_shedule{
float: right;
    display: block;
    position: relative;
    padding: 7px 20px 7px 10px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Roboto-Regular';
    width: 185px;
    text-align: end;
    font-weight: 600;
    border-radius: 5px;
    background-color: #1a73e8;
    transition: 0.5s;
}
a.header_shedule:before {
    content: "\f073";
    left: 15px;
    font-size: 21px;
    color: #ffffffe3;
    font-weight: 400;
    top: 7px;
    position: absolute;
    font-family: FontAwesome;
}
.headertop_links a:hover,
.header_shedule:hover{
  transform: scale(0.9);
  color: #fff;
  transition: 0.5s;
}
.header_offersec {
    padding: 1.5em 0 1.5em 0;
    border-bottom: 1px solid #ffffff4a;
}


.bannerhme_wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bannerhme_wrapper .container{
  position: relative;
}
.bannerhme_slic .slick-list.draggable{
  padding-bottom: 2em;
}
.bannerhme_image::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home/banner_shape2.webp);
    background-position: center;
    background-size: 100% 100%;
    z-index: 0;
}

.waveCanvas {
    position: absolute;
    bottom: 0;
    left: -2em;
    width: 103%;
    height: 315px;
}
.waveTop {
  position: absolute;
    top: 10em;
    left: -1em;
    width: 101%;
    height: 300px;
    pointer-events: none;
    z-index: 0;
}

.bannerhme_image img,
.bannerhme_image video {
  height: 900px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.bannerhme_content {
  position: absolute;
  bottom: 0em;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 40%;
  z-index: 3;
}
.bannerhme_content_inner {
  display: flex;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.bannerhme_image {
  overflow: hidden;
  position: relative;
}
.bannerhme_content_inner h1,
.bannerhme_content_inner h2{
  font-size: 45px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 1em;
  position: relative;
}
.bannerhme_content_inner h1::before,
.bannerhme_content_inner h2::before{
content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35%;
    bottom: -23px;
    border-bottom: 2px solid #1a73e8;
}
.bannerhme_content_inner p{
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}

.hme_first_block{
    float: left;
    width: 100%;
    padding: 2em 0;
    margin: 2em 0;
    overflow: hidden;
}
.hme_first_inner{
    float: left;
    width: 100%;
    padding: 2em 0;
    margin: 2em 0;
}
.hme_first_imageblk{
    float: right;
}
.hme_first_image{
  float: left;
  margin-left: 3em;
  margin-bottom: 3em;
  position: relative;
}
.hme_first_image::before{
    position: absolute;
    content: '';
    right: -15px;
    top: unset;
    bottom: -15px;
    width: 100%;
    height: 100%;
    border: 2px solid #1a73e84f;
    border-radius: 35px;
    z-index: -1;
}
.hme_first_image::after{
  position: absolute;
    content: '';
    right: -30px;
    top: unset;
    bottom: -30px;
    width: 102%;
    height: 100%;
    border: 2px solid #1a73e84f;
    border-radius: 35px;
    z-index: -2;
}
.hme_first_image img{
  object-fit: cover;
  width: 100%;
  height: 550px;
  object-position: center;
  border-radius: 35px;
  filter: drop-shadow(10.5px 18.187px 18.5px rgba(26,115,232,0.14));
}
.hme_first_inner span{
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  font-family: 'PlayfairDisplay-Bold';
}
.hme_first_inner h3,
.hme_first_inner h2{
  font-size: 50px;
  line-height: 60px;
  color: #002139;
  font-weight: 900;
  font-family: 'PlayfairDisplay-Black';
  margin-bottom: 0.5em;
}
.hme_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.Sectors_block{
    float: left;
    width: 100%;
    padding: 1em 0;
    margin: 2em 0;
    position: relative;
}
.Sectors_block::after{
  content: '';
  position: absolute;
  left: 0;
  top: -80px;
  right: 0;
  height: 55%;
  width: 100%;
  background-image: url(../images/home/sectorsblk_bg.webp);
  background-size: 100% 100%;
  z-index: -3;
}
.Sectorsblk_hle{
    float: left;
    width: 100%;
    padding: 1em 0;
    margin: 1em 0;
}
.Sectorsblk_title{
    float: left;
    width: 100%;
    margin: 2em 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.Sectorsblk_title h3{
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding-left: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a73e8;
}
.Sectorsblk_title p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    width: 90%;
    padding-left: 10em;
    margin: 0;
}
.Sectorsblk_inner{
    float: left;
    width: 100%; 
}
.hme_Sectors_slick{
    float: left;
    width: 100%; 
    position: relative;
}
.hme_Sectors_slick::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 70px;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #cacaca;
}
.hme_Sectors_single{
  float: left;
}
.hme_Sectors_single_inner{
  float: left;
  position: relative;
  border-radius: 10px;
  margin: 0 10px;
  background-color: #ffffff;
}
.Sectors_single_image{
  position: relative;
  float: left;
  width: 100%;
}
.Sectors_single_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
.Sectors_single_content{
  padding: 1em 1em;
  float: left;
  width: 100%;
}
.Sectors_single_content h4{
  font-size: 26px;
  color: #000000;
  font-weight: 700;
}
.Sectors_single_content p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}
a.view_sectors_link{
  font-size: 14px;
  line-height: 30px;
  color: #005c9d;
  font-weight: 400;
  position: relative;
}
a.view_sectors_link::before {
    position: absolute;
    content: '';
    right: -9.5em;
    bottom: 5px;
    width: 60%;
    border-bottom: 2px solid #1982cd;
}
.hme_Sectors_slick .slick-list.draggable{
  padding: 2em 0 5em 0;
}
.hme_Sectors_slick .slick-active+.slick-active .hme_Sectors_single_inner{
  filter: drop-shadow(0px 20px 25px rgba(26,39,67,0.12));
}
.hme_Sectors_slick .slick-active+.slick-active+.slick-active .hme_Sectors_single_inner{
  filter: unset;
}


.hme_second_block{
    float: left;
    width: 100%;
    padding: 2em 0;
    margin: 2em 0;
}
.hme_second_inner{
    float: left;
    width: 100%;
    margin: 0 0 2em 0;
}
.hme_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.hme_second_inner h3{
  font-size: 55px;
    line-height: 65px;
    color: #002139;
    font-weight: 900;
    margin-bottom: 0.5em;
    font-family: 'PlayfairDisplay-Black';
}
.hme_second_image{
  position: relative;
  float: left;
  margin-right: 5em;
  margin-bottom: 2em;
}
.hme_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 550px;
  border-radius: 60px;
  filter: drop-shadow(5.071px 10.876px 17.5px rgba(26,115,232,0.34));
  border: 1px solid #ffffff;
}
.hme_second_image::before {
    position: absolute;
    content: '';
    left: -35px;
    top: -35px;
    width: 100%;
    height: 100%;
    border: 5px solid #eaeff5;
    border-radius: 20px;
    z-index: -2;
}
.hme_second_image::after {
    position: absolute;
    content: '';
    right: -35px;
    top: -65px;
    width: 40%;
    height: 37%;
    border-radius: 30px;
    background-color: #005c9d;
    z-index: -3;
}

.ourteam_block{
    float: left;
    width: 100%;
    padding: 1em 0;
    margin: 2em 0;
    position: relative;
}
.ourteam_block::after{
  position: absolute;
  content: '';
  top: 0em;
  left: 0;
  right: 0;
  width: 100%;
  height: 1620px;
  background-size: 100% 100%;
  background-image: url(../images/home/secblkbg.webp);
  z-index: -3;
}
.ourteamblk_hle{
    float: left;
    width: 100%;
    padding: 3em 0 7em 0;
}
.ourteamblk_title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    padding: 0 10em;
}
.ourteamblk_title h3{
  font-size: 50px;
  line-height: 60px;
  color: #002139;
  font-weight: 700;
}
.ourteamblk_title strong{
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}
.ourteamblk_inner{
    float: left;
    width: 100%; 
}
.hme_ourteam_slick{
    float: left;
    width: 100%; 
}
.hme_ourteam_single_inner{
  float: left;
  position: relative;
  margin: 0 25px;
  border-radius: 70px;
  background-color: #ffffff;
}
.hme_ourteam_single_inner .our_team_single_icon{
    position: absolute;
    bottom: 12em;
    right: 25px;
    border-radius: 21px;
    background-color: unset;
    padding: 10px;
}
.hme_ourteam_single_inner:hover .our_team_single_icon{
    background-color: #ffffff;
}
.hme_ourteam_single_inner:hover .our_team_single_icon i{
    font-size: 30px;
    transition: 0.5s;
}
.hme_ourteam_single_inner .our_team_single_icon i{
    font-size: 0;
    color: #1461c5;
    transition: 0.5s;
}
.ourteam_single_image{
  position: relative;
    float: left;
    width: 100%; 
}
.ourteam_single_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 460px;
  border-radius: 70px;
}
.ourteam_single_content{
  float: left;
  width: 100%;
  padding: 2em 1em;
  text-align: center;
}
.ourteam_single_content h4{
  margin-top: 0;
  font-size: 30px;
  color: #03375c;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.ourteam_single_content span{
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: 'PlayfairDisplay-Bold';
}
.hme_ourteam_slick .slick-list.draggable{
  padding: 2em 0 2em 0;
  filter: drop-shadow(0px 19px 19px rgba(26,115,232,0.13));
}

.Our_Partnerships_block{
    float: left;
    width: 100%;
    padding: 2em 0;
    margin: 2em 0;
    position: relative;
    overflow: hidden;
}
.Our_Partnershipblk_title{
    float: unset;
    max-width: 1260px;
    margin: 0 auto;
    width: auto;
}
.Our_Partnershipblk_title h3{
  font-size: 40px;
  color: #002139;
  font-weight: 900;
}
.Our_Partnershipblk_title p{
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.Our_Partnershipblk_title h4{
  font-size: 28px;
  color: #166eca;
  font-weight: 900;
}
.Our_Partnershipblk_inner{
    float: left;
    width: 100%;
    padding: 2em 0;
    margin: 2em 0;
}
.Our_Partnerships_slick{
    float: unset;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}
.OurPartners_single{
  float: left;
  margin: 0 15px;
}
.OurPartners_single_inner{
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  position: relative;
  float: left;
  width: 100%;
  padding: 1.5em 1em;
  border-radius: 51px;
  background-color: #ffffff;
}
.OurPartners_logo img{
  object-fit: contain;
  width: 100%;
  height: 50px;
}
.OurPartners_name{
  float: left;
  padding: 0px 0;
}
.OurPartners_name h4{
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #818181;
  font-weight: 600;
  font-family: 'Poppins-Regular';
}
.Our_Partnerships_slick .slick-list.draggable{
    filter: drop-shadow(0px 24px 14px rgba(22, 110, 202, 0.11));
    margin-right: -250px !important;
}
.Our_Partnerships_slick ul.slick-dots {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    position: relative;
    bottom: -2em;
}
.Our_Partnerships_slick ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
    transition: .5s;
}
.Our_Partnerships_slick ul.slick-dots li.slick-active button {
    transform: scale(1.3);
    background-color: #166eca;
    transition: .5s;
}
.Our_Partnerships_slick ul.slick-dots li button {
    border: unset;
    font-size: 0;
    width: 12px;
    height: 12px;
    background-color: #cacaca;
    border-radius: 50px;
    transition: .5s;
}

.hme_insights_block{
    float: left;
    width: 100%;
    padding: 2em 0;
    margin: 2em 0;
}
.hme_insights_hle{
    float: left;
    width: 100%;
}
.hme_insights_title{
    float: left;
    margin-bottom: 2em;
}
.hme_insights_title h3{
  font-size: 50px;
  color: #002139;
  font-weight: 700;
}
.hme_insights_title p{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
.hme_insights_inner{
    float: left;
    width: 100%; 
}
.hme_insights_slick{
    float: left;
    width: 100%; 
}
.hme_insights_single_inner{
  top: 0em;
  float: left;
  position: relative;
  margin: 0 15px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #eaeff5;
}
.hme_insights_single_image{
  position: relative;
    float: left;
    width: 100%; 
}
.hme_insights_single_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 450px;
  border-radius: 5px;
  filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.15));
}
.hme_insights_single_content{
  padding: 1em 1em;
  float: left;
}
.hme_insights_single_content h4{
  font-size: 22px;
  color: #002b55;
  font-weight: 700;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}
a.insights_readbtn{
  font-size: 18px;
  color: #00a0dc;
  font-weight: 400;
}
.hme_insights_slick .slick-list.draggable{
  padding: 2em 0 4em 0;
}
.hme_insights_slick .slick-active+.slick-active .hme_insights_single_inner{
  top: 4em;
}
.hme_insights_slick .slick-active+.slick-active+.slick-active .hme_insights_single_inner{
  top: 0em;
}


.footer_wrapper {
  margin-top: 4em;
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  background-image: url(../images/home/footerbg.webp);
  background-size: 100% 100%;
}
.footertop_top_section{
    float: left;
    width: 100%;
    position: relative;
    top: -4em;
}
.footertop_top_inner{
    float: left;
    width: 100%;
    padding: 3em 0;
    background-image: url(../images/home/footer_top_bg.webp);
    background-size: 100% 100%;
}
.footertop_title{
  float: left;
  text-align: center;
}
.footertop_title h4{
  font-size: 50px;
  line-height: 60px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 700;
}
.footertop_schedule{
    float: left;
    text-align: end;
    padding-right: 3em;
}
a.footer_schedulebtn{
font-size: 21px;
    color: #005cb5;
    font-weight: 600;
    display: inline-block;
    position: relative;
    background-image: url(../images/home/footerbtn_bg.webp);
    background-size: 100% 100%;
    padding: 15px 25px 15px 10px;
    width: 225px;
    text-align: end;
}
.footer_wrap{
  margin-top: 2em;
  float: left;
  width: 100%;
  padding: 4em 0em 0em;
}
.footerfirst_section {
  float: left;
  width: 100%;
}
.footer_wrap_inner{
  float: left;
  width: 100%;
}
.footerfirst_content{
  float: left;
}
.footer_logo{
  float: left;
  width: 100%;
  margin-bottom: 2em;   
}
.footer_logo img{
 filter: brightness(0) invert(1);
}
/* .footer_logo:hover img{
  filter: unset;
  transition: 0.3s ease;
} */
.footerfirst_content_inner{
  float: left;
  padding-right: 4em;
}
.footerfirst_content_inner p {
  font-size: 16px;
  line-height: 26px;
  color:  #fff;
  font-weight: 400;
  text-align: left;
}
.footerfirst_content_inner a{
    font-size: 18px;
    line-height: 30px;
    border: 1px solid #cccccc;
    padding: 5px 15px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 400;
    margin: 10px 0;
    display: inline-block;
}
.footerfirst_menu h4,.footersec_menu h4{
  font-size: 26px;
  line-height: 30px;
      color:  #fff;
  font-weight: 600;
  margin: 0;
  margin-bottom: 1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff24;
  position: relative;
  display: inline-block;
}
.footerfirst_lastaddress h4 {
  font-size: 26px;
  line-height: 30px;
  color:  #fff;
  font-weight: 600;
  margin: 0 0 1em 0;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff24;
}
.footerfirst_menu {
    width: 45%;
    padding-left: 10em;
    padding-top: 2em;
}
.footerfirst_menu ul li {
  float: left;
  width: 50%;
  list-style-type: none;
}

.footersec_menu {
    width: 20%;
    padding-left: 3em;
    padding-top: 3em;
}
.footersec_menu ul li{
  float: left;
  list-style-type: none;
  width: 100%;
}
.footerfirst_menu ul li a,
.footersec_menu ul li a{
  font-size: 16px;
  line-height: 35px;
  color:  #fff;
  font-weight: 400;
  transition: 0.5s;
}
.footerfirst_menu ul li a:hover {
  color: #92e3fb;
  transition: 0.5s;
}
.footerfirst_lastaddress a.footer_contact_call{
    display:block;
    font-size: 21px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-left: 2em;
    margin-bottom: 20px;
}
.footerfirst_lastaddress a.footer_contact_call::before{
  content: '';
  position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   height: 20px;
   width: 20px;
   background-image: url('../images/home/footer-phone.webp');
   background-size: 100% 100%;
}
.footerfirst_lastaddress a.footer_contact_mail{
    display:block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 100;
    position: relative;
    padding-left: 2em;
    margin-bottom: 20px;
}
.footerfirst_lastaddress a.footer_contact_mail::before{
  content: '';
  position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   margin: auto;
   height: 20px;
   width: 20px;
   background-image: url('../images/home/footer-mail.webp');
   background-size: 100% 100%;
}
.footerfirst_lastmenu {
  width: 20%;
  position: relative;
  padding-top: 2em;
  z-index: 2;
}
.footerbottom_section {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #1a73e8;
  margin-top: 2em;
  padding: 1em 0;
}
.footer_copyrights p {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}
.footer_iboostlogo {
  text-align: right;
}


/* innerpage banner */
.innerpage_banner{
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2em;
}
.innerpage_banner .container{
  position: relative;
}
.innerpage_banner_image{
  float: left;
  width: 100%;
  padding-top: 12em;
  position: relative;
}
.innerpage_banner_image::before{
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: 0;
  right: 0;
  width: 101%;
  height: 101%;
  background-image: url(../images/insights/innerbanner_shape.webp);
  background-size: 100% 100%;
}
.innerpage_banner_image img{
  float: right;
  object-fit: cover;
  width: 70%;
  height: 600px;
  object-position: center;
}
.innerpage_banner_content{
    position: absolute;
    bottom: 0;
    top: 0em;
    left: -4em;
    height: 100%;
    z-index: 3;
}
.innerpageban_content_inner{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 17em 5em 1em 2em;
    position: relative;
}
.innerpage_banner_heading{
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-family: 'PlayfairDisplay-Bold';
  position: relative;
}
.innerpage_banner_heading::before{
    position: absolute;
    content: '';
    right: 15px;
    bottom: 10px;
    border-bottom: 2px solid #ffffff61;
    width: 30%;
}
.innerpageban_content_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
a.bannercall_btn{
  float: left;
    display: inline-block;
    position: relative;
    width: 240px;
    padding: 7px 20px 7px 10px;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 35px;
    border: 1px solid #ffffffd2;
    text-align: right;
    margin: 1em 0;
}
a.bannercall_btn::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background-image: url(../images/home/footer-phone.webp);
    background-size: 100% 100%;
}

/* insights page */
.Insights_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.Insights_page_wrap_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.Insights_page_wrap_inner .hme_insights_single{
  margin: 2em 0;
}
.Insights_page_wrap_inner .hme_insights_single:nth-child(3n+2) .hme_insights_single_inner{
  top: 4em;
}
span.Insights_date {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    color: #1a73e8;
    font-weight: 600;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #1a73e85c;
    border-radius: 25px 25px 5px 25px;
}

/* investors page */

.Investors_first_block{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 2em 0 0 0;
}
.Investors_first_inner{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 2em 2em 0em 0;
  position: relative;
}
.Investors_first_inner::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 8em;
    width: 100%;
    height: 84%;
    border-top-right-radius: 75px;
    background-color: #1a73e8;
    z-index: -3;
}
.Investors_first_inner h1,
.Investors_first_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #002139;
  font-weight: 900;
  margin-bottom: 1em;
}
.Investors_first_inner h3,
.Investors_first_inner h4{
  font-size: 30px;
  line-height: 40px;
  color: #002139;
  font-weight: 900;
}
.Investors_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.Investors_first_inner p a{
  color: #ffffff;
  border-bottom: 1px solid #fff;
}
.Investors_first_imageblk{
  float: left;
}
.Investors_first_image{
  float: left;
  margin: 0 3em;
}
.Investors_first_image img{
  width: 100%;
  height: 670px;
  border-top-right-radius: 100px;
  object-fit: cover;
  object-position: center;
}


.Investors_second_block{
  float: left;
  width: 100%;
    margin: 1em 0 2em 0;
    padding: 1em 0 2em 0;
}
.Investors_second_inner{
  float: left;
  width: 100%;
  margin: 0em 0 2em 0;
  padding: 0em 0em 2em 4em;
  position: relative;
}
.Investors_second_inner::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -2.2em;
    width: 99%;
    height: 90%;
    border-bottom-left-radius: 75px;
    background-color: #002b55;
    z-index: -3;
}
.Investors_second_inner h2{
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 1em;
    padding: 0 3em;
    margin-top: 0;
    position: relative;
}
.Investors_second_inner h2::before{
position: absolute;
    content: '';
    top: -20px;
    left: 100px;
    right: 0;
    margin: 0 auto;
    height: 10px;
    width: 55px;
    background-image: url(../images/investors/dots.webp);
    background-size: 100% 100%;
}
.Investors_second_inner h2::after{
position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -15px;
    border-bottom: 1px solid #ffffff5c;
    width: 30%;
    margin: 0 auto;
}
.Investors_second_inner h3,
.Investors_second_inner h4{
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    font-weight: 900;
    margin: 0 0 15px 0;
}
.Investors_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.Investors_second_inner p a{
  color: #ffffff;
  border-bottom: 1px solid #fff;
}
.Investors_second_imageblk{
  float: right;
  position: relative;
}
.Investors_second_imageblk::before {
    position: absolute;
    content: '';
    right: 0;
    top: -56px;
    height: 40%;
    width: 55px;
    background-color: #1a73e8;
    border-bottom-left-radius: 50px;
    z-index: 1;
}
.Investors_second_image{
  float: left;
  margin-left: 3em;
}
.Investors_second_image img{
  width: 100%;
  height: 700px;
  filter: drop-shadow(-13.62px 26.73px 18.5px rgba(26,115,232,0.19));
  border-bottom-left-radius: 100px;
  object-fit: cover;
  object-position: center;
}

.investors_Partnershipsblk {
  margin: 0;
  padding: 0;
}
.investors_Partnershipsblk .Our_Partnershipblk_title{
  text-align: center;
  padding: 0 10em;
}
.investors_Partnership_singlehle {
    display: flex;
    gap: 15px;
    width: 100%;
    float: unset;
    max-width: 55%;
    margin: 0 auto;
}
.investors_Partnershipsblk .OurPartners_single_inner{
  margin: 1em 0;
  filter: drop-shadow(0px 24px 14px rgba(22,110,202,0.11));
}
.investors_Partnerships_slick .slick-list.draggable{
  padding-bottom: 2em;
}
.investors_Partnerships_slick ul.slick-dots {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    position: relative;
    bottom: -2em;
}
.investors_Partnerships_slick ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
    transition: .5s;
}
.investors_Partnerships_slick ul.slick-dots li.slick-active button {
    transform: scale(1.3);
    background-color: #166eca;
    transition: .5s;
}
.investors_Partnerships_slick ul.slick-dots li button {
    border: unset;
    font-size: 0;
    width: 12px;
    height: 12px;
    background-color: #cacaca;
    border-radius: 50px;
    transition: .5s;
}

.Investors_last_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.Investors_last_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 3em 2em 0;
  position: relative;
}
.Investors_last_inner::after{
position: absolute;
    content: '';
    left: unset;
    right: 0;
    top: 0em;
    width: 104%;
    height: 100%;
    border-bottom-left-radius: 75px;
    background-color: #002b55;
    z-index: -3;
}
.Investors_last_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 900;
}
.Investors_last_inner h3,
.Investors_last_inner h4{
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  font-weight: 900;
}
.Investors_last_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.Investors_last_inner p a{
  color: #ffffff;
  border-bottom: 1px solid #fff;
}
.Investors_last_imageblk{
  float: left;
}
.Investors_last_image{
  float: left;
  position: relative;
  margin-top: -3em;
  margin-right: 3em;
}
.Investors_last_image::after{
position: absolute;
    content: '';
    left: -35px;
    top: -35px;
    height: 100%;
    width: 95%;
    border-top-right-radius: 100px;
    background-color: #1a73e8;
    z-index: -1;
}
.Investors_last_image::before{
    position: absolute;
    content: '';
    left: -45px;
    top: 0px;
    bottom: 0;
    margin: auto 0;
    opacity: 0.502;
    width: 115px;
    height: 115px;
    border-radius: 63px;
    background-color: #e4e4e4;
    z-index: 1;
}
.Investors_last_image img{
  width: 100%;
  height: 650px;
  filter: drop-shadow(9.676px 25.207px 16px rgba(0,22,43,0.3));
  border: 1px solid #fff;
  border-top-right-radius: 100px;
  object-fit: cover;
  object-position: center;
}
.Investors_last_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 5px;
    position: relative;
}
.Investors_last_inner ul li::before{
  content: '\f0a4';
  position: absolute;
    font-size: 23px;
    top: 0;
    color: #fff;
    left: 0;
    font-family: 'FontAwesome';
}

/* inthenews page */

.InTheNews_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.InTheNews_page_wrap_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.InTheNews_single{
  float: left;
  margin: 2.5em 0;
}
.InTheNews_single_inner{
  float: left;
  display: flex;
  gap: 20px;
  margin: 0 20px;
  border-radius: 30px;
  filter: drop-shadow(7.778px 7.778px 17px rgba(0,149,207,0.26));
  background-color: #ffffff;
}
.InTheNews_single_image{
  float: left;
  width: 40%;
  position: relative;
}
.InTheNews_single_image img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    height: 108%;
    margin-top: -15px;
}
.InTheNews_single_content{
  float: left;
  width: 60%;
  padding: 4em 2em 2em 0em;
}
.InTheNews_single_content h4{
  font-size: 24px;
  line-height: 36px;
  color: #002b55;
  font-weight: 700;
}
.InTheNews_single_content p{
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 300;
}
.InTheNews_single_content a.Continue_btn{
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid;
  color: #0098e8;
  font-weight: 300;
}
span.InTheNews_date{
  position: absolute;
    padding: 6px 13px;
    line-height: 20px;
    font-size: 12px;
    top: 15px;
    right: 15px;
    bottom: unset;
    color: #fff;
    border-radius: 25px 25px 5px 25px;
    background-color: #1a73e8;
}



/* contactus page */

.contactus_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.contactus_page_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.contactus_form_block{
  float: left;
  padding-left: 1em;
  position: relative;
}
.contactus_form_block::after{
  position: absolute;
  content: '';
  right: 8em;
  bottom: -115px;
  height: 15%;
  width: 33%;
  background-image: url('../images/contactus/circles_shape.webp');
  background-size: 100% 100%;
}
.contactus_form_inner{
    z-index: 1;
    position: relative;
    float: left;
    padding: 1em 3em 2em 3em;
    background-image: url('../images/contactus/contactformbg.webp');
    background-size: 100% 100%;
    position: relative;
    filter: drop-shadow(11.025px 38.45px 14.5px rgba(13,62,127,0.08));
}

.contactus_form_inner h2{
  font-size: 45px;
  line-height: 55px;
  color: #005daf;
  font-weight: 400;
  margin-bottom: 1em;
  position: relative;
}
.formcover_contact{
  float: left;
  width: 100%;
}
.formcover_contact input.form-control {
  font-size: 18px;
  line-height:30px;
  color: #000;
  font-weight: 400;
    box-shadow: unset;
    position: relative;
    font-family: 'Poppins-Regular';
    padding-left: 20px;
    height: 55px;
    border-radius: 10px;
    filter: drop-shadow(1.341px 10.918px 12.5px rgba(0,156,237,0.1));
    background-color: #fbfcfd;
    border: 1px solid #ececec;
}
.formcover_contact input::placeholder {
  color: #989898;
}
.address textarea:focus,
.formcover_contact input.form-control:focus{
  box-shadow: unset;
  filter: drop-shadow(1.341px 10.918px 12.5px rgba(0,156,237,0.1));
  background-color: #fbfcfd;
  border: 1px solid #ececec;
}
.address label {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Poppins-Regular';
}
.address textarea {
  font-size: 18px;
  line-height:30px;
  color: #000;
  font-weight: 400;
  padding: 1em 1em;
  resize: unset;
  height: 120px;
  border-radius: 10px;
  filter: drop-shadow(1.341px 10.918px 12.5px rgba(0,156,237,0.1));
  background-color: #ffffff;
  border: 1px solid #ececec;
  margin-bottom: 1em;
}
.address textarea::placeholder {
  color: #989898;
}
.formcover_contact p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
    display: block;
    float: left;
    line-height: 26px;
    padding-top: 16px;
    font-family: 'Poppins-Regular';
}
.formcover_contact p a{
    color: #000;
    font-weight: 600;
}
.formcover_contact input[type="checkbox"] {
    margin-right: 10px;
    width: 15px;
    height: 16px;
}
.captcha_box .g-recaptcha {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}
.form-group.captcha_box {
    float: left;
    width: 100%;
    margin: 1em 0;
}
.contactsubmit_btn {
    text-align: center;
    padding: 1em 0;
}
.contactsubmit_btn button {
    display: inline-block;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 17px 0px;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
    border-radius: 36px;
    filter: drop-shadow(7.033px 16.569px 10.5px rgba(9,41,68,0.27));
    background-image: linear-gradient(-90deg, #156dc9 0%, #002139 100%);
    border: 1px solid #ffffff;
    max-width: 70%;
}

.contactus_map_block{
  float: left;
  padding-left: 4em;
  margin-top: 0em;
}
.contact_link {
  float: left;
  width: 85%;
  padding: 2em 1em 2em 2em;
  background-image: url('../images/contactus/contactdetailbg.webp');
  background-size: 100% 100%;
  position: relative;
  filter: drop-shadow(9.661px 8.699px 15.5px rgba(22,98,198,0.16));
  margin-bottom: 2em;
}
.contact_link ul{
   display: block;
   float: left;
   width: 100%;
}
.contact_link ul li{
  display: block;
  list-style-type: none;
  position: relative;
  padding-left: 5em;
  margin: 1em 0;
}
.contact_link ul li::after {
    position: absolute;
    content: '';
    left: -50px;
    top: 0;
    width: 110px;
    height: 45px;
    border-radius: 25px;
    background-color: #297eed;
    z-index: -1;
}
.contact_link ul li p{
  font-size: 23px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  position: relative;
  margin-top: 25px;
}
.contact_link ul li p::before{
  content: '';
  position: absolute;
  left: -75px;
  top: -18px;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 26px;
  background-image: url('../images/contactus/pin.webp');
  background-size: 100% 100%;
  opacity: 0.9;
}
a.contact_link_call{
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 600;
  position: relative;
  display: block;
}
a.contact_link_call::before{
  content: '';
  position: absolute;
    left: -75px;
    top: 2px;
    bottom: 0;
    margin: auto;
    height: 27px;
    width: 28px;
   background-image: url('../images/home/footer-phone.webp');
   background-size: 100% 100%;
}
a.contact_link_mail{
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  position: relative;
  margin: 10px 0;
  display: block;
}
a.contact_link_mail::before{
  content: '';
  position: absolute;
    left: -75px;
    top: 12px;
    bottom: 0;
    margin: auto;
    height: 27px;
    width: 28px;
   background-image: url('../images/home/footer-mail.webp');
   background-size: 100% 100%;
}
.contactus_map_inner{
    float: right;
    width: 130%;
}
.contactus_map_inner .mapouter,
.contactus_map_inner .gmap_canvas{
  width: 100%;
  height: 700px;
  border-radius: 30px;
}

/* careers page */

.contactus_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.careers_page_first_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.careers_page_first_inner h2{
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0.5em;
  color: #002139;
  font-weight: 900;
}
.careers_page_first_inner h3{
  font-size: 30px;
  color: #002139;
  font-weight: 900;
}
.careers_page_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
a.more_about_btn{
display: inline-block;
  position: absolute;
  bottom: 29px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  border-radius: 40px 40px 0px 0;
  background-color: #1a73e8;
  width: 40%;
  text-align: center;
  padding: 20px 40px 20px 20px;
}
a.more_about_btn::before{
  position: absolute;
  content: '';
  right: 35px;
  top: 0;
  bottom: 0;
  height: 14px;
  width: 14px;
  margin: auto 0;
  background-image: url('../images/careers/right-up.webp');
  background-size: 100% 100%;
}
.careers_first_imageblk{
  float: left;
}
.careers_first_image{
  position: relative;
  float: left;
  padding: 4em 0;
  margin-right: 4em;
  height: 100%;
  border-radius: 65px;
  border: 1px solid #1a73e8;
  margin-bottom: 2em;
}
.careers_first_image img{
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 570px;
  border-radius: 65px;
}

.careers_page_secondblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.careers_second_inner{
  float: left;
  width: 100%;
}
.careers_second_imgblk{
  float: right;
  margin-top: 10em;
}
.careers_second_image{
  float: left;
}
.careers_second_image::before{
  position: absolute;
  content: '';
    left: -60px;
    top: -55px;
    bottom: 0;
    width: 60%;
    height: 118%;
  background-size: 100% 100%;
  background-image: url('../images/careers/half-circle.webp');
}
.careers_second_image img{
  object-fit: cover;
  object-position: center;
  width: 630px;
  height: 631px;
  border-radius: 315px;
  filter: drop-shadow(-15.973px 12.036px 11.5px rgba(0,43,85,0.3));
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.careers_formblk{
  float: left;
  padding-right: 2em;
}
.careers_formblk .contactus_form_inner {
  background-image: url('../images/careers/careerform-bg.webp');
  filter: drop-shadow(11.025px 38.45px 14.5px rgba(13,62,127,0.08));
}
.careers_formblk .address label {
    font-size: 20px;
}
.careers_formblk .formcover_contact input.form-control{    
  filter: unset;
  background-color: #fff;
}
.careers_formblk .formcover_contact input.form-control:focus{
  background-color: #fbfcfd;
}
.careers_formblk .form-group.areaofinterest,
.careers_formblk .form-group.phonenumber{
  padding-right: 1em;
}
.careers_formblk .contactsubmit_btn button {
    font-size: 22px;
}
.resume_content{
  float: left;
  width: 40%;
  display: inline-block;
}
.resume_content p{
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.resume_content span{
  font-size: 11px;
  line-height: 21px;
  color: #8e8e8e;
  font-weight: 400;
  display: block;
  float: left;
}
.resume{
  margin: 1em 0 2em;
  display: flex;
}
.resume_file{
  font-size: 0;
  line-height: 0;
  color: #000000;
  font-weight: 400;
  border-radius: 0;
  background-color: unset;
  border: unset;
  display: none !important;
}
.custom-file-btn{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    cursor: pointer;
    padding: 10px 3.5em;
    background-color: #1a73e8;
    border-radius: 40px;
    filter: drop-shadow(7.053px 9.708px 10.5px rgba(9,41,68,0.35));
    border: 1px solid #ffffff;
}


.careers_page_lastblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.careers_page_last_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.careers_page_last_inner h2{
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0.5em;
  color: #002139;
  font-weight: 900;
}
.careers_page_last_inner h3{
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 0.5em;
  color: #002139;
  font-weight: 900;
}
.careers_page_last_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.careers_last_imageblk{
  float: left;
}
.careers_last_image{
  position: relative;
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}
.careers_last_image::before{
  position: absolute;
  content: '';
  left: -1px;
  right: 0;
  top: -1px;
  bottom: 0;
  width: 101%;
  height: 101%;
  background-size: 100% 100%;
  background-image: url('../images/careers/careers_lastimg_shape.webp');
}
.careers_last_imageblk img{
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 615px;
}
.careers_page_last_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 5px;
    position: relative;
}
.careers_page_last_inner ul li::before{
  content: '\f0a4';
  position: absolute;
    font-size: 23px;
    top: 0;
    color: #002139;
    left: 0;
    font-family: 'FontAwesome';
}

.careers_page_first_inner p strong{
  font-size: 20px;
  line-height: 30px;
    color: #002139;
}
.careers_page_last_inner p a,
.careers_page_first_inner p a{
  border-bottom: 1px solid #fff;
    color: #000000;
    font-weight: 400;
}

/* servicedetail */
.mobile_banner{
  display: none;
}
.servicedetail_firstblk{
  float: left;
  width: 100%;
  margin: 1em 0;
}
.servicedetail_first_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0; 
}
.servicedetail_first_inner h1,
.servicedetail_first_inner h2{
  font-size: 40px;
  color: #002139;
  font-weight: 900;
  line-height: 50px;
}
.servicedetail_first_inner h3,
.servicedetail_first_inner h4{
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 900;
}
.servicedetail_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.servicedetail_first_inner p a{
  color: #000000;
  border-bottom: 1px solid #000;
}
.servicedet_first_imageblk{
  float: left;
  position: relative;
}
.servicedet_first_image{
    position: relative;
    margin-top: 14em;
    margin-right: 1em;
    margin-bottom: 1em;
}
.servicedet_first_image::after{
  position: absolute;
  content: '';
  left: -1px;
  right: 0;
  top: -1px;
  bottom: 0;
  height: 101%;
  width: 101%;
  background-image: url('../images/servicedetail/servicedet_firstimg_shape.webp');
  background-size: 100% 100%;
}
.servicedet_first_image::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 230px;
    height: 207px;
    border-bottom-left-radius: 50px;
    background-color: #f7f9fb5e;
}
.servicedet_first_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 550px;
}
.servicedetail_first_inner .first-content{
  position: relative;
  padding-bottom: 2em;
}
.servicedetail_first_inner .first-content::after {
    position: absolute;
    content: '';
    right: -34px;
    top: -2em;
    height: 104%;
    width: 72%;
    border-radius: 50px;
    background-color: #f7f9fb;
    z-index: -1;
}

.servicedetail_Partnershipsblk{
  background-image: url(../images/servicedetail/wavebg.webp);
  background-size: 100% 100%;
  padding: 6em 0 3em 0;
}

.servicedetail_secondblk{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 2em 0 0 0;
}
.servicedetail_second_inner{
  float: left;
  width: 100%;
}
.servicedetail_second_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #002139;
  font-weight: 900;
}
.servicedetail_second_inner h3,
.servicedetail_second_inner h4{
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 900;
}
.servicedetail_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.servicedetail_second_inner p a{
  color: #000000;
  border-bottom: 1px solid #000;
}

.servicedet_second_imageblk{
  position: relative;
  float: right;
}
.servicedet_second_image{
  position: relative;
  float: left;
  width: 104%;
  margin-bottom: 2em;
  margin-left: 2em;
}
.servicedet_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 700px;
}
.servicedet_second_image::after {
    position: absolute;
    content: '';
    left: -1px;
    right: 0;
    top: -1px;
    bottom: 0;
    height: 101%;
    width: 101%;
    background-image: url(../images/servicedetail/servicedet_secondimg_shape.webp);
    background-size: 100% 100%;
}
.servicedetail_first_inner ul li a,
.servicedetail_second_inner ul li a{
  color: #000000;
  border-bottom: 1px solid #000;
}
.servicedetail_first_inner ul li,
.servicedetail_second_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 1.5em;
    margin-bottom: 5px;
    position: relative;
}
.servicedetail_first_inner ul li::before,
.servicedetail_second_inner ul li::before{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 17px;
  background-size: 100% 100%;
  background-image: url(../images/servicedetail/BigBlue-icon.webp);
}

/* insightdetail */

.insightdetail_banner .innerpage_banner_heading {
    font-size: 34px;
    line-height: 46px;
}
span.insightpage_date {
    position: absolute;
    right: 0;
    border-radius: 5px;
    background-color: #1a73e8;
    bottom: 41px;
    font-family: 'PlayfairDisplay-Bold';
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 900;
    padding: 5px 15px 10px 15px;
}


.insights_detail_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 2em 0 0 0;
}
.insights_detail_inner{
  float: left;
  width: 100%;
}
.insights_det_imageblk{
  float: left;
  position: relative;
}
.insights_det_image{
  float: left;
  width: 90%;
  margin-top: 4em;
  margin-bottom: 4em;
  position: relative;
}
.insights_det_image::after {
    content: '';
    position: absolute;
    right: -2em;
    top: -30px;
    height: 40%;
    width: 100%;
    border-radius: 5px;
    background-color: #002b55;
    z-index: -1;
}
.insights_det_image::before {
    content: '';
    position: absolute;
    left: -2em;
    bottom: -30px;
    height: 70%;
    width: 90%;
    border-radius: 5px;
    border: 2px solid #1a73e8;
    z-index: -2;
}
.insights_det_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 600px;
  border-radius: 5px;
  filter: drop-shadow(13.216px 16.32px 13.5px rgba(26,115,232,0.18));
}
.insights_detail_inner h1,
.insights_detail_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #002139;
  font-weight: 900;
}
.insights_detail_inner h3,
.insights_detail_inner h4,
.insights_detail_inner h5
{
  font-size: 30px;
  line-height: 40px;
  color: #002139;
  font-weight: 900;
}
.insights_detail_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.insights_detail_inner p a{
  color: #000000;
  border-bottom: 1px solid #000;
}
.insights_detail_inner ul li a{
  color: #000000;
  border-bottom: 1px solid #000;
}
.insights_detail_inner ul li{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 1.5em;
    margin-bottom: 5px;
    position: relative;
}
.insights_detail_inner ul li::before{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 17px;
  background-size: 100% 100%;
  background-image: url(../images/servicedetail/BigBlue-icon.webp);
}

.insightdetail_social_media{
  float: left;
  width: 100%;
  margin-top: 2em;
}
.insightdetail_social_media_links {
  float: right;
  width: 100%;
  text-align: right;
  padding: 1.5em 0 0;
  position: relative;
}
.insightdetail_social_media_links::before {
  content: "";
  border-top: 1px solid #1a73e8;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.insightdetail_social_media_links ul {
  display: inline-block;
  border-radius: 25px;
  padding: 10px;
}
.insightdetail_social_media_links ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
.insightdetail_social_media_links ul li::before {
  content: unset !important;
}
.insightdetail_social_media_links ul li a {
  color: #1a73e8;
  font-size: 30px;
  line-height: 25px;
  transition: 0.5s;
  vertical-align: middle;
}
.insightdetail_social_media_links ul li a svg:hover,
.insightdetail_social_media_links ul li a:hover{
  color: #001e3e;
  fill: #001e3e;
  transition: 0.5s;
}
.insightdetail_social_media_links ul li a svg {
  width: 30px;
  fill: #1a73e8;
  transition: 0.5s;
}

/* sectors page */

.sectors_page_firstblk{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 2em 0;
}
.sectors_page_firstblk::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 10em;
    width: 100%;
    height: 72%;
    z-index: -3;
    background-color: #f8fbfc;
}
.sectors_first_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.sectors_first_imageblk{
  float: left;
}
.sectors_first_image{
  float: left;
  margin-right: 2em;
  position: relative;
}
.sectors_first_image::after{
  position: absolute;
  content: '';
  left: -30px;
  top: -30px;
  bottom: 0;
  height: 90%;
  width: 56%;
  background-image: url(../images/sectors/sectorfirstimg_shape.webp);
  background-size: 100% 100%;
}
.sectors_first_image::before {
    content: '';
    position: absolute;
    left: -40px;
    bottom: 1px;
    width: 117%;
    height: 50px;
    background-color: #1a73e8;
    border-radius: 0px 0px 15px 15px;
}
.sectors_first_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 800px;
  border-radius: 300px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  filter: drop-shadow(8.991px 22.252px 19.5px rgba(26,115,232,0.23));
  border: 2px solid #f2f6f9;
}
.sectors_first_contentblk{
  padding-left: 2em;
  float: left;
  text-align: center;
}
.sectors_first_contentblk h2{
display: inline-block;
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 0.5em 2em;
    border-radius: 5px;
    background-color: #1869d4;
    margin-bottom: 1em;
}
.sectors_first_contentblk p{
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 1em 0 2em 0;
  position: relative;
}
.sectors_first_contentblk p::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -17px;
    margin: 0 auto;
    height: 23px;
    width: 1px;
    border-left: 1px solid #1869d4;
}
.sectors_first_contentblk p::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -0px;
    margin: 0 auto;
    height: 23px;
    width: 1px;
    border-left: 1px solid #1869d4;
}
.sector_readbtn{
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #1a73e8;
  filter: drop-shadow(5.244px 12.981px 16px rgba(26,115,232,0.2));
}
.sector_brands_block {
  float: left;
  width: 100%;
  margin: 1em 0 2em 0;
}
.sector_brands_slick{
  float: left;
  width: 100%;
}
.sector_brand_single{
  float: left;
}
.sector_brand_single_inner {
    text-align: center;
    margin: 0 10px;
    padding: 1em 1em 2em 1em;
    float: left;
    border-radius: 22px;
    background-color: #ffffff;
}
.sector_brand_logo{
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
.sector_brand_logo::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #008fd5;
    margin: 0 auto;
    width: 65%;
}
.sector_brand_logo img{
  object-fit: contain;
  height: 87px;
}
.sector_brand_content h4{
  font-size: 24px;
  line-height: 30px;
  color: #02142f;
  font-weight: 400;
  text-align: center;
}
.sector_brand_content p{
  font-size: 12px !important;
  line-height: 18px !important;
  color: #010101;
  font-weight: 400;
  padding: 0 !important;
  overflow-y: scroll;
  height: 90px;
  padding-right: 10px;
}
.sector_brand_content p::-webkit-scrollbar {
    width: 4px;
}
.sector_brand_content p::-webkit-scrollbar-thumb {
    background-color: #008fd5;
    border-radius: 10px;
}
.sector_brand_content p::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}
.sector_brand_content p::after,
.sector_brand_content p::before{
  content: unset !important;
}


.sectors_page_secondblk{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 2em 0;
}
.sectors_page_secondblk::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 6.5em;
    width: 100%;
    height: 79%;
    z-index: -3;
    background-color: #f8fbfc;
}
.sectors_first_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.sectors_second_imageblk{
  float: right;
}
.sectors_second_image{
  float: left;
  width: 108%;
  position: relative;
}
.sectors_second_image::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/sectors/sectorsecondimg_shape.webp);
  background-size: 100% 100%;
}
.sectors_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 830px;
}
.sectors_second_contentblk{
  float: left;
}
.sectors_second_contentblk h3{
display: inline-block;
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 5px;
    background-color: #1869d4;
    margin-bottom: 1em;
}
.sectors_second_contentblk p{
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 300;
  margin: 0;
  padding: 0em 0 2em 0;
}

.sectors_page_thirdblk{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 2em 0;
}
.sectors_page_thirdblk::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 10.9em;
    width: 100%;
    height: 64.5%;
    z-index: -3;
    background-color: #f8fbfc;
}
.sectors_third_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.sectors_third_imageblk{
  float: left;
}
.sectors_third_image{
  top: -2em;
  float: right;
  width: 107%;
  position: relative;
}
.sectors_third_image::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/sectors/sectorthirdimg_shape.webp);
  background-size: 100% 100%;
  z-index: 0;
}
.sectors_third_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 870px;
}
.sectors_third_contentblk{
  padding-left: 2em;
  float: left;
  text-align: right;
}
.sectors_third_contentblk h3{
display: inline-block;
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 5px;
    background-color: #1869d4;
    margin-bottom: 1em;
}
.sectors_third_contentblk p{
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 300;
  margin: 0;
  padding: 0em 0 2em 0;
}

/* accessibility, sitemap, privacy policy, tearms and conditions page */

.cms_page_content h2,

.cms_page_content h1{

  font-size: 40px;

  color: #005c9d;

  font-weight: 500;

}

.cms_page_content h3,

.cms_page_content h2{

  font-size: 35px;

  color: #005c9d;

  font-weight: 500;

}



.cms_page_content p{

  font-size: 18px;

  line-height: 30px;

  color: #000;

  font-weight: 400;

}



/* sitemap page */

.sitemap-data h2,

.sitemap-data h1{

  font-size: 40px;

  color: #005c9d;

  font-weight: 500;

}

.cms_page_content p a,

.sitemap-data p a{

  border-bottom: 1px solid #005c9d;

  color: #5c5c5c;

}

.cms_page_content ul li a,

.sitemap-data ul li a{

  border-bottom: 1px solid #005c9d;

  color: #5c5c5c;

}

.cms_page_content ul li,

.sitemap-data ul li{

  font-size: 18px;

  line-height: 30px;

  color: #000000;

  font-weight: 400;

  display: flow-root;

  padding-left: 1.5em;

  margin-bottom: 5px;

  position: relative;

}

.cms_page_content ul li::before,

.sitemap-data ul li::before{

  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 17px;
  background-size: 100% 100%;
  background-image: url(../images/servicedetail/BigBlue-icon.webp);

}

.ourteam_banner .innerpage_banner_content,
.ourteam_banner .innerpage_banner_image
{
  display: none;
}
.ourteam_banner{
    height: 190px;
    background-color: #00132d;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

/* founders */
.founders_page_wrapper{
  float: left;
  width: 100%;
}
.founderblk_single{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.founder_single_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.founder_single_inner::after {
position: absolute;
    content: '';
    right: -40px;
    top: -15px;
    height: 98%;
    width: 60%;
    background-color: #eef3f7;
    z-index: -2;
}
.founder_imageblk{
  float: left;
}
.founder_image{
    position: relative;
    margin-top: -2em;
    margin-right: 3em;
    margin-bottom: 2em;
}
.founder_image::before{
  position: absolute;
  content: '';
  right: -6em;
  top: -44px;
  height: 8%;
  width: 95%;
  background-color: #1a73e8;
  z-index: -3;
}
.founder_image::after {
    position: absolute;
    content: '';
    left: 6em;
    top: -44px;
    height: 117%;
    width: 100%;
    border: 2px solid #1a73e8;
    z-index: -3;
}
.founder_image img{
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 600px;
  filter: drop-shadow(-12.302px 18.239px 17px rgba(0,0,0,0.24));
  background-color: #01539d;
  border: 1px solid #fff;
}
.founder_single_inner h3,
.founder_single_inner h2{
  font-size: 40px;
  color: #002139;
  font-weight: 900;
  font-family: 'PlayfairDisplay-Black';
  margin: 0;
}
.founder_single_inner h3 span,
.founder_single_inner h2 span{
  color: #1a73e8;
  font-family: 'PlayfairDisplay-Black';
}
.founder_single_inner strong{
  padding: 10px 25px;
  border-radius: 30px;
  background-color: #1a73e8;
  display: inline-block;
  margin: 1em 0;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
}
.founder_single_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.founders_page_wrapper .founderblk_single:nth-child(even) .founder_imageblk{
  float: right;
}
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_image{
  margin-right: 0em;
  margin-left: 3em;
}
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_single_inner::after {
    right: unset;
    left: -40px;
    top: -15px;
}
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_image::before{
  position: absolute;
  content: '';
  left: -6em;
  top: -44px;
  height: 8%;
  width: 95%;
background-color: #002b55;
  z-index: -3;
}
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_image::after {
    position: absolute;
    content: '';
    left: -4em;
    right: 0em;
    top: -44px;
    height: 117%;
    width: 95%;
    border: 2px solid #002b55;
    z-index: -3;
}

.founders_ourteam_block::after{
    background-image: url(../images/careers/founder_ourteamblk_bg.webp);
      height: 100%;
}


/************************ responsive styles:....*********************/
       
@media only screen and (min-width:1400px) {




}
@media only screen and (min-width:1500px) {



}
@media only screen and (min-width:1600px) {



}
@media only screen and (min-width:1700px) {



}
@media only screen and (min-width:1800px) {



}
@media only screen and (min-width:1920px) {



.innerpageban_content_inner {
    padding: 20em 12em 1em 1em;
}

/* insightdetail */
.insightdetail_banner .innerpage_banner_heading {
    font-size: 30px;
    line-height: 40px;
}

}
@media only screen and (min-width: 2160px) {



}



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

/* homepage */

.container{
  padding: 0 15px;
}

.header-nav nav>ul>li>a {
    padding: 10px 10px 10px;
}
.hme_first_image::after{
  content: unset;
}
.hme_second_image::before{
  left: 0;
}
.Our_Partnershipblk_title {
  float: left;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
.footerfirst_lastaddress a.footer_contact_mail {
    font-size: 15px;
}

/* innerpage banner */
.innerpage_banner_content{
  left: 0;
}
.innerpage_banner_heading::before{
  content: unset;
}
/* investors page */
.Investors_first_inner h1, .Investors_first_inner h2 {
    font-size: 34px;
}
.Investors_last_image::after{
  left: 0;
}
.Investors_last_image::before{
  left: 0;
}


/* insightdetail */

.insightdetail_banner .innerpage_banner_heading {
    font-size: 32px;
    line-height: 40px;
}
.insights_det_image::before {
    left: -1em;
    bottom: -20px;
    height: 50%;
    width: 80%;
}

/* servicedetail */
.servicedet_second_image {
    width: 95%;
}
.servicedetail_first_inner .first-content::after {
    right: -15px;
    width: 71%;
}

/* sectors */
.sectors_second_image{
  width: 100%;
}
.sectors_third_image{
  width: 100%; 
}
.sectors_first_contentblk p::after,
.sectors_first_contentblk p::before{
  content: unset;
}


/* founders page */
.founder_single_inner::after{
  right: 0;
}
.founder_single_inner{
  padding-right: 1em;
}
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_single_inner::after{
  left: 0;
}
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_single_inner{
  padding-left: 1em;
  padding-right: 0;
}

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



/* homepage */
.header_offersec{
  border: unset;
}
.header-nav nav>ul>li>a {
  padding: 10px 5px 10px;
  font-size: 14px;
}
.header_wrapper.fixed .header_logo_inner,
.header_logo_inner{
  padding: 0;
}
.header_wrapper.fixed .header_logo_inner img,
.header_logo_inner img{
  height: 60px;
}
.header_wrapper.fixed .header-nav,
.header-nav{
  padding: 1em 0;
}

.bannerhme_content {
    max-width: 50%;
}
.bannerhme_content_inner h1, .bannerhme_content_inner h2 {
    font-size: 34px;
    line-height: 46px;
}
.hme_first_inner h3, .hme_first_inner h2{
    font-size: 34px;
    line-height: 42px;
}
.Sectors_block::after {
    top: -15px;
    height: 35%;
}
.Sectorsblk_title h3 {
    font-size: 34px;
    line-height: 42px;
    margin: 0;
    padding-left: 0;
}
.Sectorsblk_title p{
  padding-left: 2em;
}
.Sectors_single_content h4 {
    font-size: 21px;
}
a.view_sectors_link::before{
  content: unset;
}
.hme_second_image::before{
  content: unset;
}
.hme_second_image img{
  height: 450px;
  border-radius: 30px;
}
.hme_second_image{
  margin-right: 2em;
}
.hme_second_image::after {
    right: -15px;
    top: -25px;
    border-radius: 15px;
}
.hme_second_inner h3 {
    font-size: 36px;
    line-height: 48px;
}
.ourteamblk_title h3{
    font-size: 36px;
    line-height: 48px;  
}
.hme_ourteam_single_inner{
  margin: 0 10px;
}
.Our_Partnerships_slick{
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.ourteam_single_content h4 {
    font-size: 24px;
}
.ourteam_single_content span{
  font-size: 16px;
}
.ourteam_block::after{
  content: unset;
}
.OurPartners_single_inner{
  flex-direction: column;
  padding: 1em;
  gap: 10px;
}
.OurPartners_name h4 {
    font-size: 18px;
}
.hme_insights_block{
  padding-top: 0;
  margin-top: 0;
}
.hme_insights_title h3{
  font-size: 36px;
}
.hme_insights_slick .slick-active+.slick-active .hme_insights_single_inner{
  top: 0;
}
.hme_insights_single_content h4 {
    font-size: 18px;
    line-height: 30px;
}

.footerfirst_menu {
    width: 40%;
    padding-left: 3em;
    padding-top: 0em;
}
.footerfirst_lastmenu {
    width: 25%;
    padding-top: 0em;
}
.footertop_title h4 {
    font-size: 40px;
}


/* innerpage banner */
.innerpage_banner_heading {
    font-size: 36px;
    line-height: 46px;
}


/* investors page */
.Investors_second_imageblk::before,
.Investors_first_inner::after{
  content: unset;
}
.Investors_first_inner p{
  color: #000;
}
.Investors_second_inner h2 {
    font-size: 34px;
    line-height: 46px;
    padding: 0 1em;
}
.Investors_first_image {
    float: left;
    margin: 0 2em 2em 0;
}
.Investors_first_inner{
  padding: 0 0 2em 0;
  margin: 0 0 2em 0;
}
.investors_Partnership_singlehle {
    gap: 5px;
    max-width: 75%;
}
.Investors_last_block{
  background-color: #002b55;
}
.Investors_last_inner {
  padding: 0;
}
.Investors_last_inner::after{
  content: unset;
}
.Investors_last_image::after{
  content: unset;
}
.Investors_last_image img {
    border-left: 15px solid #1a73e7;
    border-top: 15px solid #1a73e7;
}
.Investors_last_image::before{
  height: 70px;
  width: 70px;
}
.Investors_last_image {
    margin-top: 0em;
    margin-right: 2em;
    margin-bottom: 2em;
}



/* contactus */
.contactus_form_inner h2 {
    font-size: 34px;
    line-height: 42px;
}
.contactus_form_inner {
    padding: 0em 1em 1em 1em;
}
.address{
  float: left;
  width: 100%;
}
.address label {
    font-size: 18px;
    line-height: 30px;
}
.address textarea {
    font-size: 16px;
    line-height: 26px;
    padding: 1em 1em;
    height: 100px;
}
.formcover_contact input.form-control {
    font-size: 16px;
    line-height: 28px;
    height: 50px;
}
.formcover_contact p {
    font-size: 14px;
    letter-spacing: -0.5px;
}
.contact_link ul li::after,
.contactus_form_block::after{
  content: unset;
}
.contact_link ul li p::before, a.contact_link_mail::before, a.contact_link_call::before {
  filter: invert(1);
  left: -40px;
  top: 3px;
  margin: 0;
}
.contact_link ul li {
    padding-left: 2em;
    margin: 0.5em 0;
}
a.contact_link_call {
    font-size: 21px;
    line-height: 34px;
}
a.contact_link_mail {
    font-size: 18px;
}
.contact_link {
    width: 100%;
    padding: 1em 1em 1em 2em;
}
.contact_link ul li p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}
.contactus_map_inner{
  width: 100%;
}
.contactus_map_block {
    padding-left: 1em;
}
.contactsubmit_btn button {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 55%;
}
.contactus_page_inner{
  padding: 0;
  margin: 0;
}

/* inthenews page */
.InTheNews_page_wrap_inner{
  padding: 0;
  margin: 0;
}
.InTheNews_single_image img {
    height: 100%;
    margin-top: 0;
}
.InTheNews_single_content h4 {
    font-size: 20px;
    line-height: 30px;
}
.InTheNews_single_content p {
    font-size: 14px;
    line-height: 22px;
}
.InTheNews_single_content a.Continue_btn {
    font-size: 14px;
    line-height: 20px;
}
.InTheNews_single_inner {
    gap: 15px;
    margin: 0 10px;
}

/* careers page */
.careers_page_first_inner h2 {
    font-size: 34px;
    line-height: 38px;
}
.careers_first_image {
    margin-right: 2em;
}
a.more_about_btn {
    bottom: 28px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 30px 30px 0px 0;
    padding: 5px 40px 5px 20px;
}
.careers_first_image {
    padding: 2em 0;
}
.careers_second_imgblk {
  margin-top: 0;
}
.careers_second_image img {
    width: 480px;
    height: 480px;
}
.careers_second_image::before {
    left: -25px;
    top: -25px;
    bottom: 0;
    width: 57%;
    height: 110%;
}
.resume_content {
    width: 50%;
}
.careers_formblk .contactsubmit_btn button {
    font-size: 18px;
}
.careers_page_last_inner h3 {
    font-size: 34px;
    line-height: 48px;
}
.careers_last_imageblk img{
  height: 500px;
}

/* insightdetail */

.insightdetail_banner .innerpage_banner_heading {
    font-size: 28px;
    line-height: 36px;
}
.insights_detail_inner h1, .insights_detail_inner h2 {
    font-size: 34px;
    line-height: 42px;
}
.insights_det_image::after {
    right: -1em;
    top: -15px;
    height: 35%;
}

/* servicedetail */
.servicedet_first_image::after,
.servicedet_first_image::before,
.servicedetail_first_inner .first-content::after{
  content: unset;
}
.servicedetail_first_inner h1, .servicedetail_first_inner h2 {
    font-size: 34px;
    line-height: 42px;
}
.servicedet_first_image{
  margin-top: 0;
  margin-left: 1em;
  margin-right: 3em;
  margin-bottom: 2em;
}
.servicedet_first_image img{
  outline-offset: 10px;
  outline: 1px solid #1a73e8;
  height: 450px;
  border-radius: 88px;
  filter: drop-shadow(7.884px 20.539px 17px rgba(0,0,0,0.24));
}
.servicedetail_second_inner h2{
    font-size: 34px;
    line-height: 42px;
}
.servicedet_second_image img{
  height: 500px;
}

/* sectors page */
.sectors_first_contentblk h2 {
    font-size: 34px;
}
.sectors_first_contentblk p{
  padding: 0;
}
.sectors_first_image img{
  height: 600px;
}
.sectors_first_image::after {
  left: -13px;
  top: -15px;
  bottom: 0;
  height: 83%;
  width: 56%;
}
.sectors_first_image::before {
    left: -10px;
    bottom: 1px;
    width: 105%;
}
.sector_brand_single_inner {
    text-align: center;
    margin: 0 5px;
    padding: 1em 1em 1em 1em;
}
.sector_brand_content h4 {
    font-size: 18px;
    line-height: 26px;
}
.sectors_first_contentblk h2 {
    font-size: 34px;
}
.sectors_second_contentblk h3{
    font-size: 34px; 
}
.sectors_third_contentblk h3{
    font-size: 34px; 
}
.sectors_third_image img {
    height: 700px;
}

/* founders page */
.founder_single_inner strong{
  display: block;
  background-color: unset;
  color: #1a73e8;
  padding: 0;
}

}
@media only screen and (max-width:992px) {

.ourteam_banner {
    height: 110px;
}

/* homepage */
.headertop_links span {
    font-size: 12px;
}
.headertop_links a::before{
  content: unset;
}
.headertop_links a {
    font-size: 12px;
    padding-left: 2em;
}
.header_offersec {
    padding: 0.5em 0 0.5em 0;
}
.header-nav nav>ul>li>a {
  padding: 7px 3px 7px;
  font-size: 12px;
}
a.header_shedule {
    padding: 5px 5px;
    width: 160px;
    text-align: center;
}
a.header_shedule:before{
  content: unset;
}
.header_wrapper.fixed .header_logo_inner img,
.header_logo_inner img {
    height: 40px;
}
.header_wrapper.fixed .header-nav, 
.header-nav {
  padding: 0.5em 0;
}


.waveCanvas{
  display: none;
}
.bannerhme_content {
  max-width: 75%;
}
.bannerhme_content_inner h1, .bannerhme_content_inner h2 {
  font-size: 30px;
  line-height: 40px;
  border-bottom: unset;
}
.bannerhme_image img, .bannerhme_image video {
    height: 500px;
}
.hme_first_block{
  margin: 0;
  padding: 0;
}
.hme_first_inner h3, .hme_first_inner h2 {
  font-size: 28px;
  line-height: 38px;
}
.hme_first_image {
    margin-left: 1em;
    margin-bottom: 2em;
}
.hme_first_image::before {
    right: -10px;
    bottom: -10px;
}
.hme_first_image img{
  height: 350px;
}
.Sectorsblk_title p {
    font-size: 16px;
    line-height: 26px;
}


.hme_Sectors_slick .slick-active+.slick-active .hme_Sectors_single_inner{
  filter: unset;
}
.hme_Sectors_slick .slick-list.draggable{
  padding: 1em 0;
  filter: drop-shadow(0px 20px 25px rgba(26, 39, 67, 0.12));
}
.hme_Sectors_slick::after{
  content: unset;
}
a.view_sectors_link {
  font-size: 12px;
  line-height: 30px;
}
.Sectors_single_content h4 {
  font-size: 18px;
}
.Sectors_single_content p {
    font-size: 12px;
    line-height: 20px;
}

.hme_second_block{
  padding: 0;
  margin: 0;
}
.ourteam_block{
  background-image: unset;
}
.ourteamblk_hle{
  padding: 0;
}
.ourteamblk_title{
  padding: 0;
  margin: 0;
}
.ourteamblk_title h3 {
  font-size: 28px;
  line-height: 38px;
}
.ourteam_single_image img{
  height: 300px;
  border-radius: 30px;
}
.hme_ourteam_single_inner{
  border-radius: 30px;
  margin: 0 5px;
}
.ourteam_single_content h4 {
  font-size: 18px;
}
.ourteam_single_content span{
  font-size: 14px;
}
.hme_second_inner h3 {
    font-size: 28px;
    line-height: 38px;
}
.hme_second_image img{
  height: 350px;
}
.Our_Partnerships_slick .slick-list.draggable{
  margin-right: 0 !important;
}
.Our_Partnerships_block{
  margin: 0;
  padding:0;
}
.Our_Partnershipblk_title h3 {
    font-size: 28px;
}
.Our_Partnershipblk_title h4 {
    font-size: 20px;
}
.OurPartners_single{
  margin: 0;
  padding: 0 5px;
}
.OurPartners_logo img {
    height: 40px;
}
.OurPartners_name h4 {
    font-size: 16px;
}
.hme_insights_single_image img{
  height: 300px;
}
.hme_insights_single_inner{
  margin: 0 5px;
}
.hme_insights_single_content h4 {
  font-size: 16px;
  line-height: 24px;
}
a.insights_readbtn {
    font-size: 14px;
}
.hme_insights_slick .slick-list.draggable{
  padding: 1em 0;
}

.footertop_top_section{
  top: -2em;
}
.footertop_title h4 {
  font-size: 30px;
}
a.footer_schedulebtn {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    width: 140px;
}
.footertop_top_inner{
  padding: 1em 0;
}
.footertop_schedule {
    padding: 0.5em 1em 0.5em 0;
}
.footerfirst_content{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.footerfirst_menu {
  width: 50%;
  padding-left: 0em;
}
.footerfirst_lastmenu{
  width: 50%; 
}
.footer_copyrights p {
    margin: 0px 0 0 0;
    font-size: 12px;
    line-height: 40px;
}

/* innerpage banner */
.innerpage_banner_image{
  padding-top: 0;
}
.innerpage_banner_image img{
  height: 500px;
}
.innerpageban_content_inner p {
    font-size: 14px;
    line-height: 24px;
}
.innerpageban_content_inner {
    padding: 14em 5em 1em 1em;
}
.innerpage_banner_heading {
    font-size: 30px;
    line-height: 40px;
}
a.bannercall_btn {
    width: 160px;
    padding: 5px 15px 5px 5px;
    font-size: 16px;
    line-height: 30px;
    margin: 1em 0;
}
a.bannercall_btn::before {
    left: 15px;
    height: 20px;
    width: 20px;
}

/* investors page */
.Investors_first_image img{
  height: 500px;
}
.Investors_first_inner h1, .Investors_first_inner h2 {
  font-size: 28px;
  line-height: 36px;
}
.Investors_second_inner{
  padding: 0;
}
.Investors_second_inner h2{
    color: #002b55;
    padding: 0;
    font-size: 28px;
    line-height: 36px;
}
.Investors_second_inner p{
  color: #000;
}
.Investors_second_inner::after{
  content: unset;
}
.Investors_second_inner h2::before,
.Investors_second_inner h2::after{
  content: unset;
}
.investors_Partnershipsblk .Our_Partnershipblk_title {
  padding: 0 1em;
}
.Investors_last_inner h3 {
    font-size: 28px;
    line-height: 38px;
}


/* contactus page */
.captcha_box .g-recaptcha {
  max-width: 92%;
}
.contactus_form_inner h2 {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
.contactus_map_inner .mapouter, .contactus_map_inner .gmap_canvas {
    height: 515px;
    border-radius: 20px;
}


/* inthenews page */
.InTheNews_single_content h4 {
    font-size: 18px;
    line-height: 28px;
}
.InTheNews_single_content p {
  overflow-y: scroll;
  height: 135px;
  padding-right: 10px;
}
.InTheNews_single_content h4 {
  font-size: 16px;
  line-height: 24px;
}
.InTheNews_single_content {
    padding: 3em 1em 1em 0em;
}
span.InTheNews_date {
    padding: 5px 10px;
    line-height: 18px;
    font-size: 12px;
    top: 10px;
    right: 10px;
}

/* careers page */
.careers_first_image img{
  height: 400px;
}
a.more_about_btn{
  width: 60%;
}
.careers_page_first_inner h2 {
  font-size: 28px;
  line-height: 36px;
}
.careers_formblk .address label {
    font-size: 16px;
}
.resume {
  float: left;
  width: 100%;
  margin: 1em 0 1em;
  display: block;
}
.resume_content p,
.resume_content span,
.resume_content {
  width: 100%;
  text-align: left;
}
.custom-file-btn {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 1em;
}
.careers_formblk .contactsubmit_btn button {
  font-size: 14px;
}
.careers_second_image::before {
  left: -10px;
  top: -10px;
  bottom: 0;
  width: 52%;
  height: 105%;
  content: unset;
}
.careers_second_image img {
  width: 375px;
  height: 375px;
}
.careers_page_last_inner{
  padding: 0;
  margin: 0;
}
.careers_page_last_inner h3 {
  font-size: 30px;
  line-height: 40px;
}
.careers_last_imageblk img {
  height: 375px;
}

/* insightdetail */
span.insightpage_date {
    font-size: 18px;
    line-height: 30px;
    padding: 2px 10px 5px 10px;
}
.insightdetail_banner .innerpage_banner_heading {
    font-size: 21px;
    line-height: 26px;
}
.insights_detail_inner h1, .insights_detail_inner h2 {
    font-size: 30px;
    line-height: 40px;
}
.insights_detail_inner h1, .insights_detail_inner h2 {
    font-size: 28px;
    line-height: 36px;
}
.insights_det_image img{
  height: 350px;
}
.insights_detail_inner h3, .insights_detail_inner h4, .insights_detail_inner h5 {
    font-size: 24px;
    line-height: 34px;
}

/* servicedetail */
.servicedetail_first_inner h1, .servicedetail_first_inner h2 {
  font-size: 28px;
  line-height: 34px;
}
.servicedet_first_image img{
  height: 350px;
  border-radius: 50px;
}
.servicedetail_Partnershipsblk{
  background-image: unset;
}
.servicedetail_second_inner h2{
  font-size: 28px;
  line-height: 34px;
}
.servicedet_second_image img {
  height: 400px;
}

/* sectors page */
.sectors_first_inner{
  padding: 0;
  margin: 0;
}
.sectors_page_firstblk::after{
  content: unset;
}
.sectors_page_firstblk{
  background-color: #f8fbfc;
}
.sectors_first_contentblk h2{
  font-size: 28px;
}
.sectors_first_contentblk{
  padding: 0;
}
.sectors_second_contentblk h3 {
  font-size: 28px;
}
.sectors_first_image {
  margin-right: 1em;
}
.sectors_first_contentblk p {
    font-size: 16px;
    line-height: 24px;
}
.sectors_second_contentblk p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

.sector_brand_logo img {
  height: 60px;
}
.sector_brand_content h4 {
  font-size: 16px;
  line-height: 22px;
}
.sectors_second_image::before{
  content: unset;
}
.sectors_second_image{
  margin-left: 1em;
  width: auto;
}
.sectors_second_image img{
  height: 540px;
  border-right: 5px solid #04519f;
  border-left: 5px solid #04519f;
}
.sectors_second_inner{
  padding: 0;
  margin: 0;
}
.sectors_page_secondblk::after{
  content: unset;
}
.sectors_page_secondblk{
  background-color: #f8fbfc;
}

.sectors_third_inner{
  padding: 0;
  margin: 0;
}
.sectors_page_thirdblk::after{
  content: unset;
}
.sectors_page_thirdblk{
  background-color: #f8fbfc;
}
.sectors_third_contentblk h3 {
  font-size: 28px;
}
.sectors_third_image img {
  height: 500px;
  border-radius: 300px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sectors_third_image::before{
  content: unset;
}
.sectors_third_contentblk p{
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

/* founders page */
.founder_single_inner h3, .founder_single_inner h2 {
    font-size: 26px;
}
.founder_single_inner::after,
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_single_inner::after,
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_image::after,
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_image::before,
.founder_image::before,
.founder_image::after{
  content: unset;
}
.founder_image img{
  height: 350px;
  outline: 1px solid#005c9d;
  outline-offset: 10px;
}
.founder_single_inner{
  margin: 0;
  padding: 0;
}

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

/* homepage */
.header_wrapper,
.header_wrapper.fixed{
  z-index: 99;
}
.header_wrapper{
  position: relative;
  background-color: #00132d;
}
.header_firstright{
  float: left;
  width: 100%;
  padding: 1.5em 0;
}
.header_secondblock{
  float: left;
  width: 30%;
}
.header_offersec{
  float: right;
  width: 70%;
}
.header_logo{
  float: left;
  width: 100%;
}
.header-nav,
.headertop_links,
.header_menusec{
  display: none;
}
.header_offersec,
.header_wrapper.fixed .header_offersec{
  padding: 0;
}
.header_contdetail {
  float: unset;
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
a.header_shedule{
  float: left;
  width: 100%;
}


/* mobile menu open */

  .mobile-header.fixed,
  .mob_navi.menu.fixed
  {
   position: fixed;
   z-index: 999;

  }
  .mobtext {
        position: absolute;
        bottom: -15px;
        right: 3px;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        z-index: 999;
  }
  .mob_navi,
  .mob_navi.submenu_open {
    overflow-y: hidden;
  }
  .mob_navi,
  .submenu_open #mob_menu {
    transform: translate(-100%, 0);
    transition: 0.5s;
  }
  .mob_navi,
  .mob_navi.fixed {
    overflow-x: hidden;
    z-index: 99 !important;
    height: 100%;
  }
  .mobile-header {
    float: left;
    position: absolute;
    right: 12px;
    top: 10px;
  }
  .google_icon a,
  .mobile-header.fixed button.navbar-toggle,
  button.navbar-toggle {
    font-size: 0;
  }
  .mob_sub_navigate i,
  .mob_sub_navigate span {
    height: 35px;
    line-height: 35px;
    color: #272727;
    cursor: pointer;
  }
  .header_location,
  .header_secondblck,
  .header_secondblk,
  .header_topsec_third_inner span,
  span.menutext {
    display: none;
  }
  .header_topsec:before {
    width: 18%;
  }
  #mob_menu,
  .mob_sub_menu {
    margin: 0;
    background-color: #fff;
  }
  .header_topsec_first {
    width: 40%;
  }
  .header_topsec_second_inner {
    padding-left: 40px;
  }
  .header_topsec_second_inner:before {
    left: -40px;
  }
  .header_topsec_third {
    position: relative;
    width: 22%;
    text-align: right;
  }
  .header_topsec_third ul {
    display: inline-block;
    width: 70%;
    margin-left: 0;
    text-align: right;
  }
  .nav_mob a,
  .nav_mob ul > li {
    display: block !important;
  }
  .glyphicon,
  .mob_sub_link span {
    display: inline-block;
    position: relative;
  }
  .header_top_sec:before {
    width: 65%;
  }
  .header_top_sec:after {
    width: 38%;
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
  }
  .header_topsec_third_inner ul li {
    margin: 0 12px;
  }
  .header_review_inner,
  .service_home_slider ul.slick-dots {
    margin-left: 0;
  }
  .mobile-header button.navbar-toggle {
    height: 33px;
  }
  .mob_navi.fixed {
    position: fixed;
    top: 0;
    width: 350px;
  }
  .mob_navi::-webkit-scrollbar {
    width: 5px;
  }
  .mob_navi::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .mob_navi::-webkit-scrollbar-thumb {
    background:#005caf; 
    border-radius: 10px;
  }
  .glyphicon {
    top: 1px;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mob_sub_navigate i {
    width: 48%;
    padding-right: 15px;
    font-size: 18px;
    text-align: right;
    float: right;
  }
  #mob_menu,
  .mobile.header,
  .nav_mob a,
  .nav_mob ul > li {
    width: 100%;
    float: left;
  }
  #mob_menu {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 2em;

  }
  .mob_navi.menu.menu_open.submenu_open1 span,
  .mob_navi.submenu_open .mob_sub_navigate span {
    opacity: 1;
  }
  #mob_menu li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    display: unset;
  }
  .nav_mob a {
    text-decoration: none;
    color: #00132d;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 35px;
    border-bottom: 1px solid #1e7bbe4a;
  }
  #mob_menu li a:hover {
    background-color: #00132d;
    color:#fff;
    transition: 0.5s;
  }
  .mob_sub_menu {
    width: 100%;
    padding: 0;
  }
  li.mob_sub_link.first-open span.fa.fa-chevron-up,
  li.mob_sub_link.second-open span.fa.fa-chevron-up,
  li.mob_sub_link.third-open span.fa.fa-chevron-up {
    opacity: 0;
    visibility: hidden;
  }
  li.mob_sub_link.first-open.active span.fa.fa-chevron-up,
  li.mob_sub_link.second-open.active span.fa.fa-chevron-up,
  li.mob_sub_link.third-open.active span.fa.fa-chevron-up {
    opacity: 1;
    visibility: visible;
  }
  li.mob_sub_link.first-open.active span.fa.fa-chevron-down,
  li.mob_sub_link.second-open.active span.fa.fa-chevron-down,
  li.mob_sub_link.third-open.active span.fa.fa-chevron-down {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .mob_sub_link span {
    font-size: 16px;
    width: 10px;
    text-align: center;
    right: 10px;
    line-height: 0px;
    cursor: pointer;
    float: right;
    margin-right: 5px;
    color: #000;
    top: -27px;
  }
  .mob_sub_link:hover span{
    color: #fff !important;
  }
  .mob_sub_link span:hover {
    color: #fff !important;
  }
  .mobile.header {
    background-color: #222;
    color: #fff;
    padding: 10px 10px 10px 15px;
  }
  ul.mob_sub_menu.submenu_open {
    transform: translate(0, 0);
    transition: 0.5s;
    height: 480px;
    overflow-y: scroll;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar {
    width: 3px;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #09182b;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
  }
  .mob_navi.menu,
  .mobile-header,
  .mobile-top-head,
  .mobile.header,
  .mobile.mobile-one {
    display: block;
  }
  .mobile-header button.navbar-toggle {
    color: #09182b;
    float: left;
    margin-left: 0px;
    margin-right: 3px;
    padding: 6px 8px;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    margin-top: 4px;
    height: 35px;
  }
  .mobile-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    padding: 10px 0;
    display: none;
  }
  .mobile-header .navbar-toggle .icon-bar {
    background-color: #09182b;
  }
  .mob_navi {
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    border-top-left-radius: 0;
    overflow-y: scroll;
    padding-top: 4em;
    background-color: #fff;
    transform: translateX(100%);
     opacity: 0;
  }
  .mob_navi.menu_open {
       opacity: 1;
    transform: translateX(0);
  }
  .mob_sub_navigate span {
    width: 50%;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
  }
  .mob_navi.menu .fixed {
    display: block;
  }

.navbar-toggle.menu_open .header_icon {
    opacity: 0;
    display: none;
    transition: .5s;
      font-size: 0;
}
.navbar-toggle.menu_open .header_icon2 {
    opacity: 1;
    display: block;
    transition: .5s;
    font-size: 0;
}
.navbar-toggle.menu_open .header_icon2 .close-x{
        color: #09182b;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Roboto-Bold';
}
.mobile-header button.navbar-toggle.menu_open{
    padding: 6px 11px;
}
.header_icon,
.header_icon2{
  font-size: 0;
}



/* mobile menu close */



.bannerhme_wrapper{
  background-color: #00132d;
}
/* .bannerhme_image::after{
  content: unset;
} */
.bannerhme_image img, .bannerhme_image video{
  height: 350px;
}
.bannerhme_content{
  float: left;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.bannerhme_content_inner{
  float: left;
  width: 100%;
  padding: 1em 0;
}
.bannerhme_slic .slick-list.draggable{
  padding: 0;
}
.bannerhme_content_inner h1,
.bannerhme_content_inner h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0.5em;
}
.bannerhme_content_inner h1::before, .bannerhme_content_inner h2::before{
  content: unset;
}
.hme_first_inner{
  margin-bottom: 0;
  padding-bottom: 0;
}
.hme_first_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.hme_first_image{
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
  float: unset;
}
.Sectors_block::after {
  background-image: unset;
  top: 35px;
  height: 40%;
  background-color: #00132d;
}
.Sectorsblk_title{
  display: block;
}
.Sectorsblk_title p{
  width: 100%;
  padding: 0;
}
.Sectorsblk_title h3 {
  font-size: 28px;
  line-height: 36px;
  border-bottom: 0;
}
.Sectors_single_image img{
  height: 200px;
}
.hme_Sectors_single_inner{
  margin: 0 5px;
}
.hme_second_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
.hme_second_image{
  margin: 0 auto;
  max-width: 80%;
  width: 100%;
  float: unset;
}
.hme_second_inner h3 {
  font-size: 26px;
  line-height: 30px;
}
.ourteamblk_title h3 {
  font-size: 26px;
  line-height: 34px;
}
.ourteam_single_image img{
  height: 250px;
}
.ourteam_single_content{
  padding: 1em 0.5em;
}
.Our_Partnershipblk_title h3 {
  font-size: 26px;
}
.Our_Partnershipblk_title h4 {
  font-size: 18px;
  line-height: 30px;
}
.Our_Partnershipblk_inner {
    padding: 1em 0;
    margin: 1em 0 3em 0;
}
.footer_wrapper {
  background-image: unset;
  background-color: #00132d;
}
.footertop_top_inner{
  background-color: #005cb7;
  border-radius: 5px;
  background-image: unset;
}
.hme_insights_title{
  float: left;
  width: 100%;
}
.hme_insights_title h3 {
  font-size: 26px;
}
.hme_insights_single_image img{
  height: 250px;
}
.footertop_schedule,
.footertop_title{
  float: left;
  width: 100%;
  text-align: center;
}
.footertop_title h4 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 10px;
}
.footerfirst_menu{
  float: left;
  width: 100%;
}
.footerfirst_lastaddress{
  float: left;
  width: 100%; 
}
.footerfirst_lastmenu{
  float: left;
  width: 100%;
  margin-top: 1em;  
}
.footerbottom_section{
  margin-top: 1em;
}
.footer_copyrights,
.footer_iboostlogo{
  float: left;
  width: 100%;
  text-align: center;
}
.footer_copyrights p {
  margin: 0px 0 10px 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

/* innerpage banner */
.innerpage_banner {
    background-color: #002b55;
}
.innerpage_banner_image::before{
  content: unset;
}
.innerpage_banner_content{
  position: relative;
  float: left;
  width: 100%;
}
.innerpageban_content_inner{
  float: left;
  width: 100%;
  padding: 1em 1em;
}
.innerpage_banner_image img{
  float: left;
  width: 100%;
  height: 350px;
}
.innerpage_banner_heading {
  font-size: 26px;
  line-height: 36px;
}

/* investors page */
.Investors_first_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.Investors_first_image{
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
  float: unset;
}
.Investors_first_image img{
  height: 350px;
}
.Investors_first_inner h1, .Investors_first_inner h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.Investors_second_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.Investors_second_image{
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
  float: unset;
}
.Investors_second_image img{
  height: 350px;
}
.investors_Partnerships_slick .OurPartners_single{
  float: left;
  width: 100%;
}
.Investors_second_block{
  margin: 1em 0;
  padding: 0;
}
.investors_Partnership_singlehle{
  max-width: 95%;
}
.Investors_last_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.Investors_last_image{
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
  float: unset;
}
.Investors_last_image img{
  height: 350px;
}
.Investors_last_inner h3 {
  font-size: 26px;
  line-height: 34px;
}


/* contactus page */
.contactus_form_block{
  padding: 0;
  float: unset;
  margin: 0 auto;
  max-width: 80%;
  width: 100%;
}
.contactus_map_block{
  padding: 0;
  float: left;
  width: 100%; 
  margin-top: 2em;
}
.contactsubmit_btn{
  float: left;
  width: 100%;  
}

/* inthenews page */
.InTheNews_single{
  float: left;
  width: 50%;
  margin: 1em 0;
}
.InTheNews_single_inner {
  margin: 0 5px;
  flex-direction: column;
  gap: 0;
}
.InTheNews_single_content{
  padding: 1em;
  width: 100%;
}
.InTheNews_single_image img {
  height: 250px;
}
.InTheNews_single_image {
    float: left;
    width: 100%;
}

/* careers page */
.careers_first_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.careers_first_image{
  float: unset;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.careers_first_image img {
  height: 350px;
}
a.more_about_btn {
  width: 50%;
  bottom: 0;
}
.careers_page_secondblk{
  margin: 2em 0;
  padding: 0;
}
.careers_second_image {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}
.careers_second_imgblk{
  float: left;
  width: 100%;
    text-align: center;
  margin-bottom: 2em;
}
.careers_formblk{
  padding: 0;
  float: left;
  width: 100%;
}
.careers_formblk .form-group.current-location,
.careers_formblk .form-group.areaofinterest, 
.careers_formblk .form-group.phonenumber {
    padding-right: 0em;
    float: left;
    width: 100%;
}
.careers_last_imageblk{
  float: left;
  width: 100%;
}
.careers_page_last_inner h3 {
  font-size: 28px;
  line-height: 38px;
}
.careers_last_image{
  margin: 0 auto;
  float: unset;
  width: 100%;
  max-width: 80%;
}

/* insightdetail */
span.insightpage_date {
  position: relative;
  float: left;
  bottom: 0;
  margin-bottom: 20px;
}
.insightdetail_banner .innerpage_banner_heading {
    font-size: 24px;
    line-height: 30px;
}
.insights_detail_inner h1, .insights_detail_inner h2 {
    font-size: 26px;
    line-height: 34px;
}
.insights_detail_inner h1, .insights_detail_inner h2 {
    font-size: 26px;
    line-height: 34px;
}
.insights_det_imageblk{
  float: left;
  width: 100%;
  margin: 2em 0 3em 0;
}
.insights_det_image{
  margin: 0 auto;
  width: 100%;
  max-width: 75%;
  float: unset;
}

/* servicedetail */
.servicedetail_first_inner{
  margin-top: 0;
  padding-top: 0;
}
.servicedet_first_imageblk{
  float: left;
  width: 100%;
  margin: 3em 0;
}
.servicedet_first_image{
  float: unset;
  width: 100%;
  margin: 0 auto;
  max-width: 80%;
}
.servicedetail_first_inner h1, .servicedetail_first_inner h2 {
  font-size: 26px;
  line-height: 34px;
}
.servicedet_second_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.servicedet_second_image{
  float: unset;
  width: 100%;
  margin: 0 auto;
  max-width: 80%;
}
.servicedetail_second_inner h2 {
  font-size: 26px;
}

/* sectors */
.sectors_first_imageblk{
  width: 100%;
  float: left;
  margin-bottom: 2em;
}
.sectors_first_contentblk{
  width: 100%;
  float: left;
  text-align: left;
}
.sectors_first_image{
  margin: 0 auto;
  float: unset;
  width: 100%;
  max-width: 80%;
}
.sectors_first_contentblk p{
  text-align: left;
}
.sectors_first_image img{
  height: 450px;
}
.sectors_first_contentblk h2 {
  font-size: 24px;
  padding: 10px 20px;
}


.sectors_second_contentblk h3{
  font-size: 24px;
  padding: 10px 20px;
}
.sectors_second_imageblk{
  width: 100%;
  float: left;
  margin-bottom: 2em;
}
.sectors_second_image{
  margin: 0 auto;
  float: unset;
  width: 100%;
  max-width: 80%;
}
.sectors_second_contentblk{
  width: 100%;
  float: left;
}
.sectors_second_image img{
  height: 450px;
}


.sectors_third_contentblk h3{
  font-size: 24px;
  padding: 10px 20px;
}
.sectors_third_imageblk{
  width: 100%;
  float: left;
}
.sectors_third_image{
  margin: 0 auto;
  float: unset;
  width: 100%;
  max-width: 75%;
}
.sectors_third_contentblk{
  width: 100%;
  float: left;
}
.sectors_third_image img{
  height: 450px;
  filter: drop-shadow(8.991px 22.252px 19.5px rgba(26,115,232,0.23));
  border: 2px solid #f2f6f9;
}
.sectors_third_contentblk{
  padding: 0;
  text-align: left;
}

.ourteam_banner {
    display: none;
}

/* founders page */
.founder_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_image,
.founder_image{
  margin: 0 auto;
  float: unset;
  width: 100%;
  max-width: 80%;
}
.founder_single_inner h3, .founder_single_inner h2 {
  font-size: 24px;
}

}
@media only screen and (max-width:480px) {

/* homepage */
.mob_navi{
  width: 100%;
}

.header_logo_inner {
  padding-left: 5px;
}
.header_wrapper.fixed .header_logo_inner img,
.header_logo_inner img {
  height: 40px;
  transform: scale(1.2);
}
.header_contdetail {
  padding-right: 2em;
  max-width: 75%;
}
.bannerhme_image::after{
  content: unset;
}
.bannerhme_wrapper{
  margin-top: -2px;
}
.waveTop {
  opacity: 0.4;
  position: absolute;
  top: -1em;
  left: -1em;
  width: 104%;
  height: 105%;
  background-color: #00132db8;
}

.bannerhme_image img, .bannerhme_image video {
  height: 250px;
}
.hme_first_image{
  max-width: 95%;
}
.hme_first_image img{
  height: 315px;
}
.hme_first_inner span {
    font-size: 18px;
}
.hme_first_inner h3, .hme_first_inner h2 {
  font-size: 26px;
  line-height: 34px;
}
.Sectors_block{
  overflow: hidden;
  margin-bottom: 3em;
}
.Sectors_single_content p {
  font-size: 14px;
  line-height: 22px;
}
.hme_Sectors_slick .slick-list.draggable{
  margin-right: -130px;
}
.Sectors_block::after {
  top: 25px;
  height: 45%;
}
.hme_second_image {
  max-width: 95%;
}
.hme_second_image::after {
  right: -10px;
  top: -15px;
  border-radius: 20px;
}
.hme_second_image img {
  height: 325px;
}
.ourteam_block{
  overflow: hidden;
}
.hme_ourteam_slick .slick-list.draggable{
  margin-right: -130px;
}
.Our_Partnerships_slick .slick-list.draggable{
  margin-right: -130px !important;
}
.hme_insights_block{
  overflow: hidden;
}
.hme_insights_slick .slick-list.draggable{
  margin-right: -130px;
}
.footertop_title h4 {
  font-size: 21px;
}
.footerfirst_lastaddress a.footer_contact_call {
  font-size: 18px;
  line-height: 30px;
  padding-left: 1.7em;
}
.footerfirst_lastaddress a.footer_contact_mail {
  font-size: 16px;
}

/* innerpage banner */
.innerpage_banner_image img {
  height: 250px;
}
.innerpageban_content_inner {
  padding: 0em 0em 1em 0;
}

/* investors page */
.Investors_first_image{
  max-width: 100%;
  margin-top: 2em;
}
.Investors_second_image{
  max-width: 100%;
}
.Investors_last_image{
  max-width: 100%; 
}
.investors_Partnership_singlehle{
  display: flex;
}
.investors_Partnership_single {
    display: flex !important;
}
.investors_Partnerships_slick .OurPartners_single {
  width: 300px !important;
}
.investors_Partnerships_slick .OurPartners_name h4{
  font-size: 14px;
}


/* contactus page */
.contactus_form_block{
  float: left;
  max-width: 100%;
}
.contactus_form_inner{
  background-image: unset;
  border: 2px solid #cacaca;
  border-radius: 20px;
  background-color: #fff;
}
.contactsubmit_btn button {
  max-width: 70%;
}
.captcha_box .g-recaptcha {
  max-width: 100%;
}
a.contact_link_mail {
  font-size: 16px;
}
.contact_link ul li p {
  font-size: 16px;
  line-height: 28px;
}

/* inthenews page */
.InTheNews_single_image img {
  height: 200px;
}
.InTheNews_single_content p {
  height: 110px;
}

/* careers page */

.careers_page_first_inner{
  padding-top: 0em;
    display: flex;
    flex-direction: column;
}
.careers_page_first_inner .first_content{
    order: 1;
}

.careers_page_first_inner .second_content{
    order: 3;
}
.careers_first_imageblk    {
    order: 2;
    margin-top: 2em;
}
.careers_page_first_inner h1, .careers_page_first_inner h2{
  display: none;
}
.careers_page_firstblk {
    margin: 0em 0 0 0;
    padding: 0em 0 0 0;
}

.careers_first_image{
  max-width: 100%;
}
a.more_about_btn {
  width: 65%;
}
.careers_second_image img {
  width: 325px;
  height: 325px;
}
.careers_formblk .contactus_form_inner{
  background-image: unset;
  border: 2px solid #1a73e84f;
}
.careers_last_image{
  max-width: 100%;
  margin-bottom: 2em;
}

/* insightdetail */

.insights_detail_wrapper{
  padding: 0;
  margin:2em 0;
}
.insights_det_image{
  max-width: 90%;
}
.insights_det_image img{
  height: 300px;
}
.insights_detail_inner h3, .insights_detail_inner h4, .insights_detail_inner h5 {
  font-size: 21px;
  line-height: 30px;
}
.insightdetail_social_media {
    margin-top: 1em;
}
.insightdetail_social_media_links {
    padding: 0.5em 0 0;
}

/* service detail */
.servicedetail_banner{
  margin: 0;
}
.servicedetail_banner .innerpage_banner_content{
  display: none;
}

.servicedetail_firstblk{
  margin-top: 0;
}
.servicedetail_first_inner{
  display: flex;
  flex-direction: column;
}
.servicedetail_first_inner .first-content{
  display: flex;
  flex-direction: column;
  padding: 0;
  order: 1;
}
.servicedetail_first_inner h1{
  order: 1;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  padding: 25px 15px 5px;
  margin: 0 -15px;
  background-color: #002b55;
}
.mobile_banner {
  display: block;
  padding: 5px 15px 15px;
  margin: -1px -15px 3em;
  background-color: #002b55;
  order: 2;
}
.mobile_banner p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}
.servicedetail_first_inner .first-content p{
  order: 3;
}

.servicedet_first_imageblk {
  order: 2;
}
.servicedetail_first_inner .second-content{
  order: 3;
}
.servicedet_first_image {
  max-width: 95%;
}
.servicedet_first_image img {
    height: 300px;
    border-radius: 35px;
}
.servicedet_second_image{
  max-width: 100%;
}
.servicedet_second_image img{
  height: 350px;
}

/* sectors page */
.sectors_page_firstblk,
.sectors_page_secondblk,
.sectors_page_thirdblk{
  margin: 0;
  padding: 3.5em 0em;
}

.sectors_first_image img {
  height: 350px;
}

.sectors_second_inner{
  display: flex;
  flex-direction: column;
}
.sectors_second_imageblk{
  order: 1;
}
.sectors_second_contentblk{
  order: 2;
}
.sectors_second_image img {
  height: 335px;
  transform: skew(-5deg, -1deg);
}
.sectors_second_image{
  max-width: 90%;
}

.sectors_third_image{
  max-width: 90%;
}
.sectors_third_image img {
  height: 350px;
}
.sector_brand_single_inner {
    margin: 10px 5px;
    filter: drop-shadow(0 0 2.5px rgb(0 0 0 / .10));
}

.Investors_first_inner{
    display: flex;
    flex-direction: column;
}
.Investors_first_inner .first_content{
    order: 1;
}

.Investors_first_inner .second_content{
    order: 3;
}
.Investors_first_imageblk  {
    order: 2;
}
.Investors_first_inner h1, .Investors_first_inner h2{
  display: none;
}
.Investors_first_block {
    margin: 0em 0 0 0;
    padding: 0em 0 0 0;
}

/* founders page */
.founderblk_single{
  padding: 0;
}
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_image,
.founder_image{
  max-width: 95%;
}
.founders_page_wrapper .founderblk_single:nth-child(even) .founder_single_inner{
  padding: 0;
}

.hme_ourteam_single_inner .our_team_single_icon i{
  font-size: 26px;
}
.hme_ourteam_single_inner .our_team_single_icon {
    bottom: 6.5em;
    right: 15px;
    background-color: #fff;
}

}


  @keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }
  @keyframes waveMove {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-2%, -8px);
    }
    50% {
        transform: translate(-5%, 0);
    }
    75% {
        transform: translate(-2%, 8px);
    }
    100% {
        transform: translate(0, 0);
    }
}