/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #3A5063;
}


body {
    
    overflow-x: hidden;
}



.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.content-wrapper--blog-index, .content-wrapper--blog-post, .dnd-section {
    padding: 0;
   
}

.dnd-section .dnd-column {
    padding: 0;
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px !important;
}
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*   font-family: "Raleway", sans-serif; */
      font-family: Lexend, sans-serif;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.absolute-top {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;

  
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

#header .logo img {
    max-width: 140px;
}


.navigation-primary a {
    
    letter-spacing: 0!importanr;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

.header-social-links a {
  color: #9ba6af;
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #3498db;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
  h2{font-size:36px;}
  /* section customm style */
  span#hs_cos_wrapper_widget_1713852913070_ h2,
  div#hs_cos_wrapper_module_17138544345054 h2{
    font-size: 36px !important;
    line-height: 48px !important;
  }
  
  

   
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 10px 30px;
   font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    color: #FF6E00;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FF6E00;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #3A5063;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #FF6E00;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}






    .topbarmenu .navbar-nav li {
      list-style: none;
      display: inline-block;
    }

    .topbarmenu .navbar-nav a {
      text-decoration: none;
      padding: 5px 10px;
      color: #fff; /* Change this to your desired link color */
    }

    .topbarmenu .navbar-nav a:hover {
      color: #FF6E00; /* Change this to your desired hover color */
    }
	
	
	
nav.navbar.navbar-new-top ul li a {
    font-size: 12px;
    font-family: "Lexend", sans-serif;
    text-transform: uppercase;
}
nav.navbar.navbar-new-top {
    display: flex;
    justify-content: end;
}
.header-btn {
    color: #Fff;
    background: #FF6E00;
    border-radius: 0px 0px 7px 7px;
    padding: 5px 15px !important;
    font-size: 18px !important;
    font-family: "Lexend", sans-serif !important;
} 

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position:absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #FF6E00;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3498db;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("https://5184501.fs1.hubspotusercontent-na1.net/hubfs/5184501/tkg2024/hero-bg.png") center center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
    background: rgb(56 64 70 / 37%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
}

#hero .container {
  z-index: 2;
}
.heroheading {
    position: relative;
    left: 10%;
}


.headingpos {
    position: relative;
    left: 8%;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 100px;
    font-weight: 700;
    line-height: 95px;
    color: #fff;
    margin-bottom: 40px;
  
    padding-top: 15px;
    font-family: "Lexend", sans-serif;
}
#hero h1 span {
  border-bottom: 4px solid #3498db;
} 

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background: #4ea5e0;
}




section.what-we-do{ background:#8d9ead20; } 



section.what-we-do{
        position: relative; /* Set position to relative */
            padding: 65px 0 68px 0;
  
    }

section.what-we-do::before {
    content: '';
    display: block;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
   
}
	

section.what-we-do h3 {
    color: #3A5063;
	font-family: "Lexend", sans-serif;
	font-size:36px;
  margin-bottom:25px;
}

section.what-we-do p {
    color: #3A5063;
	font-family: "Lexend", sans-serif;
	font-size:18px;
  margin-bottom:0px;
}



a.recentcase {
    background: #FF6E00;
    color: #fff;
    border-radius: 7px;
    padding: 16px 25px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Lexend", sans-serif;
    line-height: 16px;
    text-align:center;
}

a.recentcase:hover {
    background: #3A5063;
}

.pdtop20 {margin-top: 44px !important;display: inline-block;}

section.wecanreach {background:#3A5063; padding: 200px 0px;} 
section.wecanreach p {color:#fff; font-family: "Lexend", sans-serif; font-size:18px;}
section.wecanreach h3 {color:#fff; font-family: "Lexend", sans-serif; font-size:38px;}
section.wecanreach p {color: #fff;font-family: "Lexend", sans-serif;font-size: 18px;
padding-top: 40px;font-weight: 400;}
section.wesupport {}
.midhead h2 {color:#3A5063;font-family: "Lexend", sans-serif; font-size:44px; max-width: 475px;}
section.wesupport {padding: 150px 0px;}

.icon-box h4 {
    color: #3A5063;
    font-family: "Lexend", sans-serif;
    font-size: 36px;
	margin-top:20px;
	margin-bottom:20px;

}

.icon-box p {color:#3A5063;font-family: "Lexend", sans-serif; font-size:18px;}
.icon-box a {color:#3A5063;font-family: "Lexend", sans-serif; font-size:16px;}

.icon-box a {
  
    display: flex;
}

.icon-box a::after {
  content: url("https://5184501.fs1.hubspotusercontent-na1.net/hubfs/5184501/tkg2024/orangearrow21.png");
  display: inline-block;
  margin-left: 8px; /* Adjust the spacing between the link and the image */
}

.icon-box {
    padding-bottom: 90px;
}



section.reviewsarea {
    background: #FAFAFA;
	padding:100px 0px;
}

.reviewsareahead h2 {color:#3A5063;font-family: "Lexend", sans-serif;
 font-size:36px; text-align:center;}
 
 
 
 





.storycnt h2 {
    color: #3A5063;
    font-family: "Lexend", sans-serif;
    font-size: 48px;
    margin-bottom: 40px;
}

.storycnt p {color:#3A5063;font-family: "Lexend", sans-serif;
 font-size:18px; margin-bottom: 60px; }

.number-box {
    padding-bottom: 20px;
}



.number-box h4 {
    color: #5CB3FF;
    font-family: "Lexend", sans-serif;
    font-size: 48px;
	margin-top:20px;
	margin-bottom:20px;
  font-weight:bold;

}


.mobcenter .pdtop20 {
    margin-top: 30px !important;
}

.number-box p {color:#3A5063;font-family: "Lexend", sans-serif; font-size:18px;line-height:23px; }
 


.pdr-100{
    padding-right: 100px;
}



.ourapproachcnt {
    text-align: center;
    margin-bottom: 40px;
}


.midheadimg {
    position: relative;
    left: 126px;
}

section.ourapproach {padding: 195px 0px;}
section.tellthestory {background:#8d9ead20;padding:144px 0px;} 
section.wesupport {padding: 144px 0px;}

.ourapproachcnt h2 {
    color: #3A5063;
    font-family: "Lexend", sans-serif;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 52px;
    margin-bottom: 0;
}


.ourapproachcnt p {
    color: #3A5063;
    font-family: "Lexend", sans-serif;
    font-size: 18px;
    padding: 35px 40px;
  margin-bottom:0px;
}
a.recentcase.pdtop20.show {
    margin-top: 35px !important;
}



.ouraprimg {
    margin-top: 65px; margin-bottom: 65px;
}

.ouraprimgmini {
    margin-bottom: 35px;
}

input[type="email"] {
    width: 100%;
    height: 40px;
}


input[type="text"] {
    width: 100%;
    height: 40px;
}


.pd60 {
    padding: 30px;
}




.progresscard {position: relative;}

.progresscard:nth-child(1) > div:before {
    background-image: url('../img/orangearrow.png');
}

.progresscard:nth-child(2) > div:before {
    background-image: url('../img/grayarrow.png');
}

.progresscard:nth-child(3) > div:before {
    background-image: url('../img/bluearrow.png');
}



/* Agar image size ya positioning adjust karni ho */
.progresscard > div:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}




@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  /* #hero h1 {
    font-size: 50px;
    line-height: 50px;
  } */

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
  
.heroheading {
    left: 6%;
    position: relative;
}
  
  .headingpos {
    left: 0;
    position: relative;
    padding-right: 30px !important;
    padding: 0px 35px;
}
.ourapproachcnt h2 {
    font-size: 36px;
}
.ourapproachcnt p {  
    font-size: 18px !important;
  padding: 0;
}
  
  section.what-we-do{    
    padding: 41px 0 59px 0;

  }
}
  
  
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/
.what-we-do .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.what-we-do .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #eaf4fb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box .icon i {
  color: #3498db;
  font-size: 28px;
}

.what-we-do .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.what-we-do .icon-box h4 a {
  color: #384046;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.what-we-do .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.what-we-do .icon-box:hover h4 a,
.what-we-do .icon-box:hover .icon i {
  color: #3498db;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}

.about h3 {
  font-weight: 600;
  font-size: 32px;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li+li {
  margin-top: 10px;
}

.about ul li {
  position: relative;
  padding-left: 26px;
}

.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #3498db;
}

.about .icon-boxes {
  padding-top: 10px;
}

.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .icon-boxes i {
  font-size: 48px;
  color: #3498db;
}

.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}







/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #384046;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8eaec;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #5faee3;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: white;
  padding: 30px 0 40px 0;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #3498db;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #124364;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}

.services .icon-box i {
  float: left;
  color: #3498db;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #384046;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover h4 a {
  color: #3498db;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #3498db;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.4s;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
  overflow: hidden;
  font-size: 20px;
}

.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
  color: #384046;
  line-height: 0;
}

.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
  background: #3498db;
}

.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #3498db;
}

.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(56, 64, 70, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: left;
  min-height: 350px;
 
}



.testimonials .testimonial-item-cnt h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #3A5063;
   font-family: "Poppins", sans-serif;
}

.testimonials .testimonial-item-cnt h4 {
  font-size: 16px;
  color: #3A5063;
  margin: 0;
  font-weight:500;
   font-family: "Poppins", sans-serif;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item-cnt p {
   font-family: "Poppins", sans-serif;
  margin: 0 auto 15px auto;
  color:#3A5063;
  font-size:16px!important;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}



   .testimonial-item-cnt {
        position: relative; /* Set position to relative */
    }

 .testimonial-item-cnt p::before {
    content: url('../img/verticaloranbar.png');
    display: inline-block;
    width: 100px;
    height: auto;
    margin-right: 26px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-100%);
    /* padding-right: 20px; */
}
    .testimonial-item-cnt p {
        margin-left: 20px; /* Adjust margin to create space between image and text */
    }
 
	
	 
 

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color:#8f9fae33;
  opacity: 1;
  border: 1px solid #8f9fae33;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3A5063;
}



.section-title-bottom a {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #3A5063;
    font-family: "Lexend", sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}	

.section-title-bottom a::after {
    content: '';
    display: inline-block;
    background-image: url('../img/orange%20arrow.png');
    background-size: cover;
    margin-left: 10px;
    width: 10px;
    height: 14px;
    vertical-align: middle;
} 

.testimonial-img {
    min-height: 150px;
   
    display: flex;
    align-items: center;
    
}



section.what-we-do:before {
    background: url(https://5184501.fs1.hubspotusercontent-na1.net/hubfs/5184501/tkg2024/verticalorangeline.png);
    width: 8px;
    position: absolute;
    right: 0;
    top: 0;
    height: 145px;
    z-index: 9;
}
/*--------------------------------------------------------------
# featblogssa
--------------------------------------------------------------*/

.featblogs .featpost {
    text-align: center;
    margin-bottom: 20px;
    padding: 0px;
    background: #fff;
    border: 1px solid #8D9EAD;
}


.blogreadmore {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #fff;
    border-top: 1px solid hwb(208deg 55% 32% / 17%);
    margin-left: 20px;
    margin-right: 20px;
}

.featblogs .featpost h4 {
    text-align: center;
    color: #3A5063;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}


.featblogs .featpost h4 a {
    text-align: center;
    color: #3A5063;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}


.featblogs .featpost p {
    text-align: center;
    color:#3A5063;
	 font-family: "Poppins", sans-serif;
	font-weight:500;
	font-size:16px;
}


.featblogs .featpost span {
    text-align: center;
    color:#8D9EAD;
	 font-family: "Poppins", sans-serif;
	font-weight:500;
	font-size:10px;
}

.blogreadmore a {
    text-align: center;
    color: #8D9EAD;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding-top: 10px;
    /* line-height: 18px; */
    display: block;
}


.featblogs .featpost img {
    max-width: 100%;
    width: 100%;
    padding: 5px;
    object-fit: cover;
    height: 240px;
}


.featpost-title h2 {
    font-family: "Lexend", sans-serif;
    color: #3A5063;
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}


section.featblogs {
    background: #FAFAFA;
    padding:65px 0 100px 0;
}



.partners-title h2 {
   
    text-transform: none;
}


section.partners {
    background: #FAFAFA;
}



.partners-title h2 {
    font-family: "Lexend", sans-serif;
    color: #3A5063;
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}


.partners .partnerspost {
    text-align: center;
    margin-bottom: 20px;
    padding: 0px;
    background: #fff;
    border: 1px solid #8D9EAD;
}


.featpost-title h2 {
   
    text-transform: none;
}



.partners .partnerspost img {
  max-width:100%;
  width:100%;
  padding:5px;
}

.partners .partnericon img {
    max-width: 100%;
    width: auto;
    padding: 20px 0px 20px 0px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .info i {
  font-size: 20px;
  color: #3498db;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65747f;
}

.contact .info:hover i {
  background: #3498db;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5faee3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f5a62;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
h1.frmheading {
    color: #fff !important;
    font-family: Lexend, sans-serif;
    font-size: 48px;
}


.frmheading1 p {
    color: #fff !important;
    font-family: Lexend, sans-serif;
    font-size: 18px;
}

.footerarea {
    width: 100%;
    background-size: cover;
    padding: 80px 0 60px 0;
}


 .col-lg-3.col-md-3.footer-contact {
    padding-top: 40px;
  
}
.footer-logo img.img-fluid {
    display: block;
}
	
.footer-contact p {
    font-family: "Poppins", sans-serif;
    color: #fff;
	font-size:14px;
}


.quicklinks ul li a {
    font-family: "Poppins", sans-serif;
    color: #fff;
	font-size:14px;
    list-style: none !important;
}

.quicklinks ul li a:hover {color:#FF6E00;}
.quicklinks ul li {
    list-style: none;
    margin-left: -30px;
}



a.header-btn:hover {
    color: #fff !important;
	background:#3A5063!important;
}

input.newsletterbtn:hover {
    color: #3A5063 !important;
	background:#fff!important;
}


.footer-contact.newslet input[type="email"] {
    height: 40px;
    width: 100%;
}
input.newsletterbtn {
    color: #FFf;
    background: #FF6E00;
    border-radius: 7px;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 15px;
    /* float: left; */
    display: flow;
    margin-top: 20px;
}





#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3498db;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5faee3;
  color: #fff;
  text-decoration: none;
}


.social-links a {
    padding: 0px 5px;
}


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


.col-lg-9.col-md-9.footer-contact.prodpartners p {
    font-size: 14px;
    color: #3A5063;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding-left: 15px;
}

.col-lg-9.col-md-9.footer-contact.prodpartners {
    display: flex;
    align-items: center;
    justify-content: end;
    /* float: right; */
}


.partner-links a {
    padding: 0px 15px;
}


  
  .col-md-12.text-center.morepartners { display:none; }

.col-md-12.text-center.moreposts { display:none; }


.col-md-12.copyrightmob {
    display: none;
}

.blogreadmore {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.partners-title h2 {margin-bottom: 50px;padding-top: 50px;}
.blogreadmore {padding-top: 20px;} 
/*Respo0nsive css */


.blog-cntarea {padding: 20px;min-height: 250px;}
.grid-icon-box {min-height: 300px;}


input#phone-642522f8-3aa9-4881-b07c-5f88e4dbcc1a_9193 {
    padding: 8px !important; 
}



.partnericon {
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ppdr{ padding-right: 248px;}




p.ppdrl {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: "Lexend", sans-serif;
    font-size: 18px;
   color:#3A5063;
}


p.ppdrl2 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-family: "Lexend", sans-serif;
    font-size: 18px;
   color:#3A5063;
}


p.arrowcnt img {
    margin-right: 5px;
}


.arrowcnt {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    color:#3A5063;
  font-weight: 500;
  line-height: 22px;
}


.arrowcntmg {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    color: #3A5063;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 40px;
}


.aboxcntt{
    
    font-family: "Lexend", sans-serif;
    font-size: 18px;
    color:#3A5063;
  
}


.leadWrap h3 {
   
    margin-top: 60px;
}



@media (max-width: 768px) {
  
   /* #hero h1 {font-size: 55px;line-height: 55px;} */
  
  
  .midheadimg {
    position: relative;
    left: 0;
}
  
}


@media only screen and (max-width: 991px) {
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 15px;
    height: 100vh;
    left: 0;
    padding: 80px 0 0;
    background-color: #3A5063;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile {
    overflow: visible!important;
} 
.navbar-mobile .dropdown>.dropdown-active {
    height: auto;
	 background-color: #3A5063;
}
	
}






@media (max-width: 768px) {
.navigation-primary .menu-item {
  
    border: none!important;
}
  
  
  .midhead h2 {
    font-size: 38px;
    max-width: 348px;
}

  
section.wesupport {padding: 75px 25px 0px 25px;}
section.tellthestory {background: #8d9ead33; padding: 75px 25px 75px 25px;}
section.ourapproach {padding: 75px 25px 0px 25px;}
section.testimonials {padding: 75px 25px 0px 25px;}
section.partners {padding: 75px 25px 0px 25px;}
section.featblogs {padding: 75px 25px 0px 25px;}
section.reviewsarea {padding: 75px 25px 0px 25px;}
  
  
  
  
  .row.row-align:nth-child(odd) {
    order: 1;
  }

 .row.row-align:nth-child(even) {
    order: 2; 
  }
  
  

  
  .pdr-100 {
    padding-right: 0px;
}
  
  
  .storycnt h2 {
    font-size: 44px;
    
}
  
  
  .col-lg-6.moborder1 {
    order: 1;
}
  
  
.col-lg-6.pdr-100.moborder2 {
    order: 2;
}
  
  .midheadimg {
    margin-bottom: 40px;
    padding: 20px;
}
  
  
  a.recentcase {   
    padding: 12px 30px;

}
  
  
  .mobilearrow img {
    transform: rotate(90deg);
    margin-top: 30px;
    margin-bottom: 30px;
}
  
  .mobcenter {
    text-align: center;
}
  

span.arrowblock {
    
    display: none;
}
  
  
  .single-testimonial-item {
    margin: 2px;
    padding: 20px 20px 20px 20px;
    position: relative;
}
  

  
  
  .partners-title h2 {
    color: #3a5063;
    font-family: Lexend, sans-serif;
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 46px;
}
  
  
  .col-lg-4.col-md-4.col-sm-12.d-flex.align-items-stretch {
    display: inline-table !important;
}
  
  
  .col-md-12.text-center.morepartners { margin-top:40px; display:block; }
  
.col-md-12.text-center.morepartners a {
   color: #3a5063;
    font-family: Lexend, sans-serif;
  font-size:16px;
  font-weight:500;
 

}


.col-md-12.text-center.morepartners a:after {
    content: url(https://5184501.fs1.hubspotusercontent-na1.net/hubfs/5184501/tkg2024/orangearrow21.png);
    display: inline-block;
    margin-left: 8px;
}
  
  .partners .partnericon img {
    max-width: 100% !important;
    padding: 15px 60px;
    width: 100% !important;
}

  
  
    .col-md-12.text-center.moreposts { margin-top:40px; display:block; }
  
.col-md-12.text-center.moreposts a {
   color: #3a5063;
    font-family: Lexend, sans-serif;
  font-size:16px;
  font-weight:500;
 

}
  
  
  .col-md-12.text-center.moreposts a:after {
    content: url(https://5184501.fs1.hubspotusercontent-na1.net/hubfs/5184501/tkg2024/orangearrow21.png);
    display: inline-block;
    margin-left: 8px;
}
  
  .partners .partnericon img {
    max-width: 100% !important;
    padding: 15px 60px;
    width: 100% !important;
}

  
  
  
  

  .featpost-title h2 {
    color: #3a5063;
    font-family: Lexend, sans-serif;
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 46px;
}
  
  
  
.footerarea {
    background: url(https://5184501.fs1.hubspotusercontent-na1.net/hubfs/5184501/tkg2024/mobilefooter.png) 50%;
    background-size: cover;
    padding: 80px 25px 10px 25px;
    width: 100%;
} 
  
  .partner-links {
    margin-top: 70px;
    float: right;
    text-align: right;
}

  

  .col-lg-3.col-md-3.footer-contact.quicklinks.morder2 {
    order: 2;
}
  
  .col-lg-3.col-md-3.footer-contact.newslet.morder1 {
    order: 1;
}
  
  
  .col-lg-3.col-md-3.footer-contact.copyright {
    display: none;
}
  
  
  .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}
  
  .col-md-12.copyrightmob {
    display: block;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color:#000;
    
    margin-top: 20px;
}
  
  
  .featblogs .featpost img {
    max-width: 100%;
    width: 100%;
    padding: 5px;
    object-fit: cover;
    height: auto;
}
  
  
  
  .no-js .owl-carousel, .owl-carousel.owl-loaded {
   
    overflow: hidden;
}
  
}






/* 11/5 */
@media (min-width: 1850px) {
  #hero {
      height: 90vh !important;    
  }  
}
@media (min-width: 2400px) {
  #hero {
      height: 80vh !important;    
  }  
  .heroheading {  
    left: -4% !important;
    top: -12% !important;
  }
  
  
  .headingpos {
    position: relative;
    left: -29px;
}
  
}
@media (min-width: 4000px) {
  #hero {
      height: 80vh !important;    
  }  
  .heroheading {  
   left: -30% !important;
   top: -61% !important;
  }
}
@media (max-width: 1550px) {
  /* #hero h1 {   
    font-size: 90px !important;   
    line-height: 85px !important;    
  } */
  .heroheading {   
    left: 14.5%;
    top: 8px;
  }
  .submenu.level-1>li {
    padding: 0 0 0 2.3em !important;
  }
    .heroheading img {
    margin-bottom: 42px !important;
  }  
  
  .container.headingpos {
    width: 75%;
}
  
  
  .midheadimg {
    position: relative;
    left: 0;
}
  
   
}

@media (max-width: 1366px) {
  /* #hero h1 {   
    font-size: 80px !important;   
    line-height: 75px !important;    
  } */
  .heroheading {
    position: relative;
    left: 18% !important;
    top: 5px !important;
  }
  .submenu.level-1>li {
    padding: 0 0 0 1.2em !important;
  }
    .heroheading img {
    margin-bottom: 36px !important;
  }
  
.container.headingpos {
    width: 75%;
}
  
  .midheadimg {
    position: relative;
    left: 0;
}
  
   
}

@media (max-width: 1242px) {
  /* #hero h1 {   
    font-size: 70px !important;   
    line-height: 65px !important;    
  } */
  .heroheading {
    position: relative;
    left: 19.7% !important;
    top: 0px !important;
  }
  .submenu.level-1>li {
    padding: 0 0 0 1.2em !important;
  }
    .heroheading img {
    margin-bottom: 36px !important;
  }
  
}
@media (max-width: 1150px) {
  /* #hero h1 {   
    font-size: 60px !important;   
    line-height: 55px !important;    
  } */
  .heroheading {
    position: relative;
    left: 15.5% !important;
    top: 0px !important;
  }
  .submenu.level-1>li {
    padding: 0 0 0 1em !important;
  }
  .heroheading img {
    margin-bottom: 34px !important;
  }  
   
}
@media (max-width: 950px) {
  /* #hero h1 {   
    font-size: 50px !important;   
    line-height: 45px !important;    
  } */
  .heroheading {
    position: relative;
    left: 11.3% !important;
    top: 5px !important;
  }
  .submenu.level-1>li {
    padding: 0 0 0 5px !important;
  }
  .heroheading img {
    margin-bottom: 37px !important;
  }  
  .header__container--lower .navigation-primary .level-1>li>a {
    font-size: 14px !important;   
  }
   
}

@media (max-width: 800px) {
  /* #hero h1 {   
    font-size: 40px!important;   
    line-height: 45px!important;     
  } */
      .heroheading {
        position: relative;
        left: 5% !important;
        top:0px !important;
    }
  
      .storycnt h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }
  .submenu.level-1>li {
    padding: 0 0 0 5px !important;
  }
  .heroheading img {
    margin-bottom: 29px !important;
  }  
   .header__container--lower .navigation-primary .level-1>li>a {
    font-size: 12px !important;   
  }  
  
  
  
  
  
}

/*CUSTOM HERO QUERIES*/
@media (min-width: 1367px) and (max-width: 1550px) {
  #hero h1 {   
    font-size: 90px;   
    line-height: 85px;    
  }
}
@media (min-width:1243px) and (max-width: 1366px) {
  #hero h1 {   
    font-size: 80px;   
    line-height: 75px;    
  }
}
@media (min-width:1151px) and (max-width: 1242px) {
  #hero h1 {   
    font-size: 70px;   
    line-height: 65px;    
  }
@media (min-width:951px) and (max-width: 1150px) {
  #hero h1 {   
    font-size: 60px;   
    line-height: 55px;    
  }
}
@media (min-width:801px) and (max-width: 950px) {
  #hero h1 {   
    font-size: 50px;   
    line-height: 45px;    
  }
}
@media (min-width:767px) and (max-width: 800px) {
  #hero h1 {   
    font-size: 40px;   
    line-height: 45px;     
  }
}


@media (max-width:768px) {
    #hero h1 {   
    font-size: 42px;   
    line-height: 45px;     
  }
      .heroheading {
        position: relative;
        left: 5% !important;
      
    }
  
  
  .heroheading {
    top: 0% !important;
}
  
      .storycnt h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }
  .submenu.level-1>li {
    padding: 0 0 0 5px !important;
  }
  .heroheading img {
    margin-bottom: 29px !important;
  }  
   .header__container--lower .navigation-primary .level-1>li>a {
    font-size: 12px !important;   
  }  
  
.midhead { margin-bottom: 89px;}
.container.headingpos {width: 100%;}
section.wesupport {padding: 110px 25px 0px 25px;}
a.recentcase {line-height: normal; }
section.ourapproach {padding: 120px 25px 0px 25px;}
.ouraprimgmini {margin-bottom: 51px;}
.ourapproachcnt h2 {font-size: 36px;padding-bottom: 20px; }
.mdtop116 { display: inline-block; margin-top: 15px!important;}
a.recentcase {font-size: 17px;}
.mobilearrow img {margin-top: 0px;margin-bottom: 0px;}
section.wecanreach {padding: 50px 0px;}
.ppdr{ padding-right: 0px;}

p.ppdrl {width: 100%;}
span#hs_cos_wrapper_widget_1713852913070_ h2, div#hs_cos_wrapper_module_17138544345054 h2 {
font-weight: 500;}
.arrowcnt { display: block; }
.arrowcntmg { display: block;}
 .leadWrap h3 {
    margin-top: 0;
} 
  
  
.arrowcnt {
    
    margin-bottom: 20px;
}
   
  
}