/**
* Template Name: Fractal Digital - v.1.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
}

body {
  /*font-family: Montserrat;*/
  /*color: #05396B;*/
  background: #EDF5E0;
  /*font-size: 14px;*/
}

/*a {
  color: #4fa6d5;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Roboto", sans-serif;
}
p{
  font-size: 14px;
}*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  width: 100% !important;
}

#header.header-transparent {
  background: #fff;
}

#header.header-scrolled {
  background:#E3F0CF !important;
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
  margin-left: 30px;
}

#main {
  /* margin-top: 80px; */
}
/* ------------------------------
contents
---------------------- */

.contents h3{
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 60px;
position: relative;
padding-bottom: 30px;
}

.contents h3:after{
  position: absolute;
    content: '';
    left: 0;
    background: #067C65;
    width: 120px;
    bottom: 0;
    height: 4px;
}

.conttent-left{
  padding-right: 30px;
}

.content-right{
  padding-left: 30px;
}
.content-right ul {
  margin-left: -40px;
}
.content-right ul li{
  list-style-type: none;
  font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 48px;
text-decoration-line: underline;
color: #067C65;
}
.content-right p b{
  font-weight: normal;
font-size: 24px;
line-height: 30px;
color: #05396B;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  margin-right: 30px !important;
}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #0f3c69;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: Montserrat;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #0f3c69;
  text-decoration: none;
}

.nav-menu .drop-down .megamenu {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  transition: ease all 0.3s;
  height: 200px;
  display: block;
  width:295px;
  background: #EDF5E0;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 10px;

}
.nav-menu .drop-down .megamenu .megaitem{
  float: left;
  width: 50%;

}
.nav-menu .drop-down ul li{
  float: left;
}
.nav-menu .drop-down:hover >.megamenu{
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1c3745;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #05396B;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #0f3c69;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1e4356;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #a2cce3;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #001E3B;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 67, 86, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
#banner{
 margin-top: -20px;
}
.pd0{
  padding:0px;
}
.pdt60{
  padding-top: 60px;
}

.banner-left{
  background-image: url('../img/andreas-gucklhorn-mawU2PoJWfU-unsplash\ 1.jpg');
  margin-bottom: 60px;
  margin-left: -15px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-ovaerlay{
  width: 100%;
  height: 100%;
  background:rgba(5, 57, 107, 0.3);
}
.banner-left h2{
  padding: 91px 90px 120px 87px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 90px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-align: center;
}
.banner-right{
  background-image: url('../img/10308 1.jpg');
  margin-right: -15px;
  margin-left: -30px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
}

.banner-right h2{
  padding: 91px 90px 120px 87px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 64px !important;
  line-height: 90px !important;
  letter-spacing: 0.02em !important;
  color: #FFFFFF;
  text-align: center;
  padding-top: 30vh !important;
}

/* ===================== mobile device  =====================*/
@media only screen and (max-width: 767px) {
    
  /* banner section */
  .banner-left {
    background-image: url('../img/andreas-gucklhorn-mawU2PoJWfU-unsplash\ 1.jpg');
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .banner-left h2 {
    padding: 90px 0px 50px 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0.02em;
}
  .banner-right{
    background-image: url('../img/10308 1.jpg');
    margin-right: -15px;
    margin-left: -30px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -10px;
    position: relative;
    z-index: 1;
  }
  .banner-right h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    }
    /* mian area  */
    .contents{
      padding-top: 0;
      padding-bottom: 0;
    }
    .contents h3 {
      font-style: normal;
      font-weight: bold;
      font-size: 30px;
      line-height: 40px;
  }
  .content-right {
    padding-left: 0;
  }

  .section-desc {
    width: 100% !important;
  }
  .section-desc p {
    line-height: 24px;
    line-height: 26px;
  }

}
    /*===================== small device ===================== */

  @media only screen
  and (min-device-width : 320px)
  and (max-device-width : 480px) {
  /* STYLES GO HERE */
  
  
  }
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

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

.section-title h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  /*color: #05396B;*/
  margin-bottom: 30px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  left: calc(50% - 60px);
  bottom: -30px;
  width: 120px;
  height: 4px;
  background: #067C65;

}

.section-desc {
  width: 75%;
  margin: 0 auto;
  clear: both;
}
.section-desc p{
  font-weight: normal;
  line-height: 24px;
 color: #05396B;
  
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f3f8fa;
  min-height: 40px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 20px;
}
.boxr.parent{
  width: 100%;
  padding-top: 60px;
}
.boxr {
  height: 990px;
}

.boxr.child-left {
  border-right:2px solid #067C65;
  width: 48%;
  float: left;
}

.boxr.child-right {
  width: 49%;
  float: left;
  position: relative;
}
.children-left {
  position: relative;
  height: 272px;
 }
 .children-left::after{
  position: absolute;
  content: '';
  border: 2px solid #067C65;
  right: -7px;
  width: 60px;
  transform: rotate(-38deg);
  top: 201px;
 }
 .children-left::before{
   position: absolute;
   content: '';
   right: -7px;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background: #067C65;
   top: 180px;
 }

 .children-left .triangle0{
   width: 120px;
   height: 120px;
   border-radius: 50%;
   background: rgba(6, 124, 101, 0.35);
   float: right;
   transform: translate(-36%, 147%);
 }
 .children-left .triangle0 img{
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding-top: 10px;
 }



/*================== right side start =================*/

.boxr.child-right{
 position: relative;
}
.children-right{
  position: relative;
  width: 100%;
  height: 272px;
}
.children-right::before{
  position: absolute;
  content: '';
  left: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #067C65;
  top: 28px;
}
.children-right::after{
  position: absolute;
  content: '';
  border: 2px solid #067C65;
  left: -7px;
  width: 60px;
  transform: rotate(38deg);
  top: 50px;
}

.children-right .triangle1{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(6, 124, 101, 0.35);
  float: left;
  transform: translate(35%, 26%);
}



 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 10px; */
}

.children-right>.circle-one-desc{
  float: left;
  padding-top: 50px;
  padding-left: 100px;
}
.children-left>.circle-one-desc{
  float: right;
  text-align: right;
  transform: translate(-113px, 200px);
  float: right;
}
.circle-one-desc h3{
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-decoration-line: underline;
  color: #067C65;
}
 /*.circle-one-desc p{
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #001E3C;
  }*/
  .service-bottom {
    width: 77%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 90px;
}
.service-bottom p{
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}
.mobile-content{
  display: none
}

/* right side end */

/* mobile device css */
 @media only screen and (max-width: 767px) {
  .hidden-mobile{
    display: none !important; 
  }
  .mobile-content{
    display:block;
  }

  .boxr-phone{
    width:100%;
    display: block;
    padding-top: 60px;
  }

  .phone-child-right {
    width: 100%;
    float: left;
    border-left:2px solid #067C65; 
    margin-left: 20px;
    position: relative;
    
  }
  .phone-children-right{
    position: relative;
    width: 100%;
    height: 272px;
     
  }
  .phone-children-right::before{
    position: absolute;
    content: '';
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #067C65;
    top: 28px;
  }
  .phone-children-right::after{
    position: absolute;
    content: '';
    border: 2px solid #067C65;
    left: -7px;
    width: 60px;
    transform: rotate(38deg);
    top: 50px;
  }
  
  .phone-children-right .triangle1 {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: rgba(6, 124, 101, 0.35);
    transform: translate(46%, 43%);
    display: block
  }
  
  .phone-children-right .triangle1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 70px;
  }
  
  .phone-children-right>.circle-one-desc{
    padding-top: 60px;
    padding-left: 60px;
    max-width: 280px;
  }

  .phone-circle-one-desc h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-decoration-line: underline;
    color: #067C65;
  }
   .phone-circle-one-desc p{
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #001E3C;
    }
    .service-bottom {
      width: 100%;
      padding-bottom: 0;
  }
  .service-bottom p {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  } 
  .pdt-10{
    padding-top: -10px !important
  }
 }
 /* end mobile device css */

.full_img{
  width: 100%;
}
.pdt30{
  padding-top: 30px;
}
.clear{
  clear: both;
}

/*--------------------------------------------------------------
# Appoarch se3ction
--------------------------------------------------------------*/
.approach-area{
  padding-bottom: 190px;
}
.approach-container{
  width: 90%;
  margin: 0 auto;
}
.approach-descripton{
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.approach-item {
  margin-top: 60px;
  height: 40vh;
  position: relative;
 /*  overflow-x: scroll !important; */
}
.approach-item {
  margin-left: 0;
}
.approach-item .owl-carousel .item{
  list-style-type: none;
  float: left;
  /* margin-left: -42px; */
  height: 340px;
  width: 232px;

}
.approach-item .item h4{ 
  font-family: Montserrat-Bold;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  width: 265px;
  height: 85px;
}
.approach-item .item.item-flip{
  transform: translate(-36%, 30%);
}
.approach-item .owl-carousel .owl-item img{
  width: 48px;
  margin-left: 15px;
}
/* .approach-item .item img {
  width: 80px;
} */
.approach-item .item img.reverse{
  transform: rotate(180deg);
  margin-left: 80px;
  }
.approach-descripton2{
  width: 90%;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}
.approach-descripton2 p{
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #05396B;
}

/* mobile device  */
@media only screen and (max-width:767px){
  .approach-area {
    padding-bottom: 30px;
}
  .approach-descripton {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
  }
  .approach-descripton2 {
    width: 100%;
    padding-top: 60px;
}

}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-area{
  background: #E3F0CF;
}
p.team-description{
  /*font-family: Open Sans;*/
  /*font-size: 14px;*/
  /*line-height: 24px;*/
  text-align: center;
  padding: 0 90px;
}
.team-member{
  width: 100%;
}
.team-member .item {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-top: 90px;
  }
.team-member .item img{
  width: 158px;
  height: 158px;
  border-radius: 50%;
  position: relative;
}
.team-member .item img:after{
  content: '';
  background: rgba(125, 220, 162, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top:0%;
  z-index:999;
}
.team-member .item h4{
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #001E3C;
}
.team-member .item p{
  line-height: 24px;
  color: #05396B;
}
.team-description{
  width: 60%;
  margin: 0 auto;
}
/* mobile device  */
@media only screen and (max-width:767px){
.section-title h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #05396B;
  margin-bottom: 10px;
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  left: calc(50% - 42px);
  bottom: -17px;
  width: 90px;
}
.team-description{
  width: 100%;
  margin: 0 auto;
}
p.team-description {
  padding: 7px;
  font-size: 16px;
  line-height: 26px;
}

}
/*--------------------------------------------------------------
# clients area
--------------------------------------------------------------*/
.client-description {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #05396B;
  width: 75%;
  margin: 0 auto;
}
.client-list{
  padding: 90px 0px;
}
.client-list .item{
  width: 100%;
  display: inline-block;
  text-align: center;
  float: left;
  margin-top: 40px;
}
.client-list .item img {
  max-width: 110px;
}

/* mobile device css */
@media only screen and (max-width:767px){
  .client-list{
    padding-bottom: 0px;
  }
  .client-list .item{
    margin-bottom: 60px;
  }
  .contact-area {
    padding-bottom: 60px;
    padding-top: 0px;
}

} 
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area{
  padding-top: 0px;
  padding-bottom: 150px;
}

.contact-description{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #05396B;
  width: 60%;
  margin: 60px auto;
}

.contact-area .form-control {
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #DAE5C8;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background: #DAE5C8;
}
.contact-area button{
  padding: 10px 43px;
  width: 100%;
  background: #067C65;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  transition:  all linear 0.3s;
}
.contact-area button:hover {
  background: #003A52;
  transition:  all linear 0.3s;
}

/* moble device css */
@media only screen and (max-width:767px){
  .contact-description {
    width: 100%;
    margin: 60px auto;
}
} 

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -6px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #32627b;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #68A4C4;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #dddddd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 15px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #aaaaaa;
  font-size: 14px;
  display: inline-block;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #68A4C4;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #32627b;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #32627b;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #4c99c1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #90c0d8;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #68A4C4;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #72afce;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #68A4C4;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #32627b;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #72afce;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a2cce3;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a2cce3;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
  background-color: #32627b;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #68A4C4;
}

.blog .blog-pagination {
  color: #7b9bab;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #68A4C4;
  border: 1px solid #68A4C4;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #32627b;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #32627b;
  color: #fff;
  transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
  background: #68A4C4;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #3f8db5;
}

.blog .sidebar .categories ul a:hover {
  color: #68A4C4;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #003A52;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #68A4C4;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #72afce;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #3f8db5;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e4eff5;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #32627b;
  background: #32627b;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #003A52;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  /* padding: 50px 0; */
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a2cce3;
}
#footer .footer-newsletter input {
  border: 0;
  width: 286px;
  padding: 10px 15px 7px 15px !important;
  font-size: 16px;
  margin: 3px;
  background: #10526D;
  color: #fff;
  transition: 0.3s;
  border-radius: 10px;
  border-top: 3px solid #10526D;
}
#footer .footer-newsletter input:focus {
  border: 0 !important;
  border-color: #10526D;
}

#footer .footer-newsletter button{
  border: 2px solid #10526D !important;
  border-radius: 5px;
  background: #10526D;
  padding: 8px 10px;
  margin-left: 7px;
}
#footer .footer-newsletter button img{
  width: 22px;
}

#footer .footer-top {
  background: #003A52;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #a2cce3;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  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 .footer-top .social-links a:hover {
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
color: #FFFFFF;
  opacity: 0.6;
  margin-bottom: 40px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links .link-left{
  float: left;
}
    #footer .footer-top .footer-links .link-right{
float: left;
padding-left: 60px;
    }
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid fff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #a2cce3;
}



/* ====================
generic inner page css
========================== */

header#header.generic-header {
  background: transparent;
}

.generic-banner{
  background: url('../img/generic-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: 0 -50px;
}
.generic-banner .title h1 {
  font-weight: bold;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: 0.02em;
  padding-top: 120px;
  padding-bottom: 30px;
  position: relative;
}
.generic-banner .title h1::after{
  content: '';
  position: absolute;
  height: 4px;
  width: 120px;
  left: 0;
  bottom: 0;
  background: #067C65;
}
.generic-container{
width: 70%;
margin: 0 auto;
}
.generic-section .banner-desc {
  margin-top: -100px;
  width: 62%;
  padding-bottom: 120px;
}
.generic-section .banner-desc p{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}

.generic-container .first-row ha{
  font-weight: bold;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: 0.02em;
  color: #001E3C;
  margin-bottom: 25px;
}
.generic-container .first-row p{
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #05396B;
}
.generic-container .secound-row{
   margin-top: 100px;
}
.generic-container .secound-row h2{
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #001E3C;
  margin-bottom: 35px;
}
.generic-container .secound-row  p{
  font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
color: #05396B;
}
.generic-container .secound-row ol{
  margin-left: -40px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.generic-container .secound-row ol li{
  /* list-style-type: none; */
  font-size: 18px;
  line-height: 28px;
  color: #001E3C;
  padding-bottom: 22px;
  list-style-image: url(../img/generic-icon-arrow-down.png);
}

.generic-container .third-row h3{
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  color: #001E3C;
}
.generic-container .third-row p{
  font-weight: normal;
font-size: 20px;
line-height: 30px;
color: #05396B;
}
.generic-container .third-row img{
width: 100%;
}

/* generic tabele css */
.row.generic-table {
  padding-top: 80px;
}
.generic-table .table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: none !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  align-items: center;
  color: #001E3C;
  padding-left: 0px;  

  }
.generic-table .table td{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  align-items: center;
 color: #001E3C;
 padding-bottom: 30px;
  }
.generic-table .table thead th {
  vertical-align: bottom;
  border-bottom: 1px  solid rgba(0, 0, 0, 0.3);
  padding-left: 0px;
}
.generic-container .five-row h3{
  font-weight: bold;
  color: #001E3C;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #001E3C;
  opacity: 0.87;
  padding-top: 90px;
  margin-bottom: 20px;
}
.generic-desc{
  border-left: 4px solid  #067C65;
  background: #E3F0CF;
  padding: 30px;
  margin-top: 90px;
}
.generic-desc p{
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #001E3C;
}
.generic-tab {
  margin-top: 100px;
  margin-bottom: 100px;
}
.generic-tab .nav-tabs{
  border-bottom: none;
}

.generic-tab .tab-content {
  margin-top: 35px;
}

.generic-tab ul li a{
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  color: #001E3C;
  padding: 5px 30px;
}
.generic-tab .nav-tabs .nav-item.show .nav-link, 
.generic-tab .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #067C65;
  border-color: #067C65;
}

.generic-tab .tab-content p{
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #05396B;
}

/* mobile device css */
@media only screen and (max-width: 767px) {
  .generic-banner .title h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.02em;
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
}
.generic-container{
  width: 100%;
  margin: 0 auto;
  }
.generic-section .banner-desc {
  margin-top: -100px;
  width: 100%;
  padding-bottom: 60px;
}
.generic-section .banner-desc p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.generic-container .first-row h1 {
  font-size: 48px;
  line-height: 60px;
}
.generic-container .secound-row h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.generic-container .secound-row ul {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row.generic-table {
  padding-top: 40px;
}
.generic-container .five-row h3 {
  font-weight: 600;
  font-size: 30px;
  padding-top: 40px;
  margin-bottom: 15px;
}
.generic-desc {
  margin-top: 30px;
}
.generic-tab {
  margin-top: 80px;
  margin-bottom: 15px;
}

}

/*========================== 
  sercice page css 
========================== */
.service-banner{
    background: url(../img/service-banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: 0 -70px;
}
.service-banner .title h1 {
  font-weight: bold;
  padding-top: 115px;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: 0.02em;
  color: #001E3C;
  position: relative;
}
.service-banner .title h1::after{
  content: '';
  position: absolute;
  height: 4px;
  width: 128px;
  left: 0;
  bottom: 0;
  background: #067C65;
}
.service-section .banner-desc {
  margin-top: -100px;
  width: 62%;
  padding-bottom: 120px;
}
.service-section .banner-desc p{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}
.service-container{

}
.service_item{
  /* width: 350px;
  height: 138px; */
  background: #CAE3CE;
  border-radius: 5px;
  margin-bottom: 60px;
  float: left;

}
.service_item img{
   /* width: 84px; */
   padding: 32px 133px;}
   .item_description{
     margin-bottom: 65px;
   }
.item_description a{
font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 35px;
text-decoration-line: underline;
color: #067C65;
}
.item_description p{
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #05396B;
padding-top: 15px;
}

/* mobile device css */
@media only screen and (max-width:767px){
  .service-banner .title h1 {
    font-weight: bold;
    padding-top: 30px;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: #001E3C;
  }
  .service-section .banner-desc p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
  .service-section .banner-desc {
    margin-top: -100px;
    width: 100%;
    padding-bottom: 60px;
}
.service_item img {
    padding: 30px 90px;
}
}

/* services details page */
.service-banner2{
    background: url(../img/strategy-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: 0 0px;
    min-height: 530px;
}
.service-banner2 .title h1{
  font-weight: bold;
  padding-top: 115px;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: 0.02em;
  color: #001E3C;
  position: relative;
}
.service-banner2 .title h1::after{
  content: '';
  position: absolute;
  height: 4px;
  width: 128px;
  left: 0;
  bottom: 0;
  background: #067C65;
}
.service-banner2 p{
  width: 65%;
  margin-top: 30px;
}
.service-banner2 .banner-desc{
  margin-top: 30px;
  /* padding-bottom: 120px; */
}
.service-banner2 .banner-desc p b{
padding-bottom: 20px;
}
.service-banner2 .banner-desc p{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}
  .service-section2 .stategy_section h2{
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #001E3C;
  margin-bottom: 30px;
  position: relative;
  }
  .service-section2 .stategy_section h2::after{
    content: '';
    position: absolute;
    height: 4px;
    width: 120px;
    left: 0;
    bottom: -5px;
    background: #067C65;
  }
.service-section2 .stategy_section h3{
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #067C65;
  margin-top: 30px;
  margin-bottom: 15px;
  }
  .stategy_section .item{
    min-height: 200px;
  }
  .stategy_section .item p{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #05396B;
  }
  .stategy_section .item p span{
    font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #05396B;
  margin-top: 20px;
  margin-bottom: 30px;
  }
.strategy-banner{
    background: url(../img/strategy-middle-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    /* background-position: 0 -50px; */
    min-height: 306px;
}
.strategy-banner h3{
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #001E3C;
  padding-top: 150px;
  padding-bottom: 56px;
}

@media only screen and (max-width:767px){
.service-banner2 p {
    width: 100%;
    margin-top: 30px;
}
.service-banner2 .title h1 {
    font-weight: bold;
    padding-top: 60px;
    font-size: 50px;
    line-height: 60px;
}
}

/*===========================
 case-studies page css
 ========================= */
.case-studies-banner{
    background: url(../img/strategy-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: 0 0px;
    min-height: 474px;
}
.case-studies-banner .title h1{
  font-weight: bold;
  padding-top: 100px;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: 0.02em;
  color: #001E3C;
  position: relative;
}
.case-studies-banner .title h1::after{
  content: '';
  position: absolute;
  height: 4px;
  width: 128px;
  left: 0;
  bottom: 0;
  background: #067C65;
}
.case-studies-banner .banner-desc{
  width: 48%;
  margin-top: 30px;
}

.case-studies .banner-desc p b{
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
  color: #05396B;
}
.case-studies .banner-desc p{
  font-size: 24px;
  line-height: 35px;
  color: #05396B;
}
.my-filter button{
    border-radius: 5px;
    border: none !important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    color: #001E3C;
    opacity: 0.6;
    margin-left: 15px;
    padding: 5px 15px;
    background: transparent;
}
button.button.is-checked {
    background: #067C65;
    border: none !important;
    color: #fff;
}
.my-filter .button-group{
  margin-bottom: 80px;
  margin-top: 60px;
  text-align: center;
}

.my-filter .grid .element-item{
  margin-bottom: 100px;
  float: left;
}
.my-filter .element-item p span{
  font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #05396B;
padding-top: 20px;
padding-bottom: 13px;

}
.my-filter .element-item a{
  font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 35px;
color: #067C65;
}
.load-more-btn{
  margin-bottom: 90px;
}
.load-more-btn a{
  padding: 10px 43px;;
  background: #067C65;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width:767px){
  .case-studies-banner .banner-desc{
  width: 100%;
  margin-top: 30px;
}

  .my-filter .element-item {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 100px;
  }
 .my-filter .element-item img{
   float: left;
   width: 96%;
 }
 .case-studies-banner .title h1 {
    font-weight: bold;
    padding-top: 60px;
    font-size: 36px;
    line-height: 40px;
}
 .case-studies .banner-desc {
    width: 100%;
}
.my-filter .element-item p {
    font-size: 20px;
    line-height: 25px;
}

}


/* ========================
contact us page css
======================= */
.contact-banner{
    background: url(../img/contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: 0 -120px;
}
.contact-banner .title h1{
  font-weight: bold;
  padding-top: 115px;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: 0.02em;
  color: #001E3C;
  position: relative;
}
.contact-banner .title h1::after{
  content: '';
  position: absolute;
  height: 4px;
  width: 128px;
  left: 0;
  bottom: 0;
  background: #067C65;
}
.contact-banner-full .banner-desc{
  width: 75%;
}
.contact-banner-full .banner-desc p{
  font-weight: 500;
font-size: 24px;
line-height: 35px;
color: #05396B;
}
.pdt0{
  padding-top: 0px;
}
.contact-form{
  width: 60%;
  margin-top: 60px;
}
.contact-form input{
  background: #DAE5C8;
  padding: 10px 15px;
}
.contact-form input:focus{
  background: #DAE5C8;
}
.contact-form textarea{
  background: #DAE5C8;
}
.contact-form .btn-primary{
  background: #067C65;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  flex: none;
  order: 0;
  align-self: center;
  border: none;
  }
@media only screen and (max-width:767px){
.contact-banner-full .banner-desc{
  width: 100%;
}
  .contact-form{
  width: 100%;
  margin-top:40px;
}
.contact-banner .title h1 {
    padding-top: 94px;
    font-size: 45px;
    line-height: 55px;
}
#footer .footer-top .footer-links .link-right {
    float: left;
    padding-left: 0;
}
}

/* Higher Education page css */

.higher-edu-banner{
    background: url(../img/higher-education-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
}
.higher-edu-banner .title h1{
  font-weight: bold;
  padding-top: 100px;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: 0.02em;
  color: #001E3C;
  position: relative;
}
.higher-edu-banner .title h1::after{
  content: '';
  position: absolute;
  height: 4px;
  width: 120px;
  left: 0;
  bottom: -10px;
  background: #067C65;
}
.higher-edu-banner .hbanner-desc{
  width: 70%;
  margin-top: 60px;
}
.higher-edu-banner .hbanner-desc p b{
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #05396B;
  margin-bottom: 40px;
}
.higher-edu-banner p{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
.education-area .banner-desc{
  width: 75%;
}
.education-area .banner-desc ul li{
  list-style-image: url(../img/generic-icon-arrow-down.png);
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #001E3C;
  margin-bottom: 22px;
}
.education-area .banner-desc p{
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #05396B;
}
.education-area .hbanner-middle{
  padding: 150px 0px;
}
.education-area .edu_requietment{
  width: 75%;
}
.education-area .edu_requietment h3{
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #001E3C;
  position: relative;
  padding-bottom: 30px;
}
.education-area .edu_requietment h3::after{
  position: absolute;
  content: " ";
  width: 120px;
  height: 4px;
  left: 0px;
  bottom: 0px;
  background: #067C65;
}
.education-area .edu_requietment p{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #05396B;
  padding-bottom: 65px;
  padding-top: 30px;
}
.education-area .edu_requietment ul li{
    list-style-image: url(../img/generic-icon-arrow-down.png);
    width: 280px;
    /* display: inline-block; */
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #001E3C;
    padding-bottom: 27px;
}
/* mobile device css */
@media only screen and (max-width: 767px){
  .higher-edu-banner .title h1 {
    padding-top: 60px;
    font-size: 36px;
    line-height: 40px;
  }
  .higher-edu-banner .hbanner-desc {
    width: 100%;
    margin-top: 40px;
  }
  .higher-edu-banner .hbanner-desc p{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #05396B;
    margin-bottom: 0px;
  }
  .education-area .banner-desc p {
    font-size: 16px;
    line-height: 26px;
  }
  .education-area .hbanner-middle {
    padding: 60px 0px;
  }
  .education-area .edu_requietment h3 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 10px;
  }
  .education-area .edu_requietment {
    width: 100%;
  }
  .education-area .edu_requietment ul li {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 15px;
  }


} 
/* mobile device css end  */


.cycele_duration_area h3{
    width: 70%;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #001E3C;
    position: relative;
  }
  .cycele_duration_area h3::after{
    position: absolute;
    content: " ";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 120px;
    background: #067C65;
  }
  .cycele_duration_area .description p{
    width: 100%;
  }
  .cycele_duration_area .description p{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #05396B;
    float: left;
    margin-top: 30px;
  }
  .cycele_duration_area .description p:nth-child(2){
    margin-top: 40px;
  }
.cycele_duration_area .description{
width: 100%;
}
.cycele_duration_area .description .box_left{
  width: 48%;
  float: left;
}
.cycele_duration_area .description .box_right{
      width: 50%;
      float: right;
      margin-top: 30px;
    }
.awareness{
  width: 100%;
  padding-top: 150px;
}

.awareness .box_left{
  float: left;
  width: 100%;
}
.awareness .box_right{
  float: right;
  padding:130px 95px 144px 80px;
  background: #E3F0CF;
}
.cycele_duration_area .awareness .box_right h4{
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #001E3C;
    padding-bottom: 30px;
    position: relative;
}
.cycele_duration_area .awareness .box_right h4::after{
  position: absolute;
  content: " ";
  width: 120px;
  height: 4px;
  left: 0;
  bottom:0;
  background: #067C65;
}
.cycele_duration_area .awareness .box_right p{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #05396B;
  padding-top: 20px;
}

/* 
mobile device css
*/
@media only screen and (max-width:767px){
  .cycele_duration_area h3 {
    width: 100%;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 15px;
  }
  .cycele_duration_area .description .box_left {
    width: 100%;
    float: left;
  }
  .cycele_duration_area .description .box_right {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .cycele_duration_area .description .box_right img{
    width: 100%;
  }
  .awareness {
    width: 100%;
    padding-top: 60px;
  }
  .awareness .box_left img {
    width: 100%;
  }
  .awareness .box_right {
    float: right;
    padding: 60px 10px;
    background: #E3F0CF;
  }
  .cycele_duration_area .awareness .box_right h4 {
    font-size: 24px;
    line-height: 30px;
    color: #001E3C;
    padding-bottom: 10px;

  }

}


.higher_edu_marketing {
	background: url('../img/hiegher-edu-middle-banner1.png');
	background-size: cover;
	background-position: 0 -50px;
	background-repeat: no-repeat;
	min-height: 376px;
	margin-bottom: 100px;
}
.higher_edu_marketing .hedu_desc {
	width: 70%;
	padding-top: 130px;
}
.higher_edu_marketing .hedu_desc h3{
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #001E3C;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
.higher_edu_marketing .hedu_desc h3::after{
  position: absolute;
  content: " ";
  width: 120px;
  height: 4px;
  left: 0;
  bottom:0;
  background: #067C65;
}
.higher_edu_marketing .hedu_desc p{
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
color: #05396B;
padding-top: 30px;

}
.higher_edu_marketing_area .left_side{
  background: url('../img/Group-606.png');
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
}
.higher_edu_marketing_area .left_side ol li{
    list-style-type: none;
    text-align: center;
    height: 142px;
    padding: 71px 0px;
    padding-right: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #001E3C;
}
.higher_edu_marketing_area .left_side ol li:hover{
  color: #fff;
}
.higher_edu_marketing_area .right_side{
  float: right;
  width: 100%;
}
.higher_edu_marketing_area .right_side .item{
  padding-top: 40px;
}
.higher_edu_marketing_area .right_side .item h4{
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 28px;
text-transform: uppercase;
color: #001E3C;
}
.higher_edu_marketing_area .right_side .item p{
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #05396B;
}
.higher_edu_marketing_area .short_desc p{
  width: 90%;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #05396B;
  padding: 156px 0px 160px 0px;
}

/* ============================
  marketing service area css
================================ */
.marketing_service_banner{
  background: url('../img/hiegher-edu-middle-banner2.png');
	background-size: cover;
	background-position: 0 -50px;
	background-repeat: no-repeat;
	min-height: 376px;
	margin-bottom: 100px;
}
.marketing_service_banner .mrkt_desc {
	width: 70%;
  padding-top: 130px;
  padding-bottom: 30px;
}
.marketing_service_banner .mrkt_desc h3{
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #001E3C;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
.marketing_service_banner .mrkt_desc h3::after{
  position: absolute;
  content: " ";
  width: 120px;
  height: 4px;
  left: 0;
  bottom:0;
  background: #067C65;
}
.marketing_service_banner .mrkt_desc p{
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
color: #05396B;
padding-top: 30px;
}



/*
mobile device css
*/
@media only screen and (max-width:767px){
  .higher_edu_marketing .hedu_desc {
    width: 100%;
    padding-top: 60px;
  }
  .higher_edu_marketing .hedu_desc h3 {
    font-size: 20px;
    line-height: 30px;
    color: #001E3C;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .higher_edu_marketing_area .left_side {
    background: url('../img/Group-606.png');
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
  }
  .higher_edu_marketing_area .left_side ol li {
    height: 80px;
    padding: 15px 0px;
    padding-right: 38px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  .higher_edu_marketing_area .right_side .item {
    padding-top: 20px;
  }
  .higher_edu_marketing_area .short_desc p {
    width: 95%;
    margin: 0 auto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    padding: 30px 0px 0px 0px;
  }
  .marketing_service_banner {
    background: url('../img/hiegher-edu-middle-banner2.png');
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 260px;
    margin-bottom: 0px;
  }
  .marketing_service_banner .mrkt_desc h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #001E3C;
    padding-bottom: 16px;
    padding-top: 0;
    position: relative;
  }
  .marketing_service_banner .mrkt_desc {
    width: 100%;
    padding-top: 60px;
  }

}

/* 
education tab menu
 */
.edu-tab ul {
	width: 20%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	height: 100vh;
}
.edu-tab .tab-content{
  width: 75%;
  margin-left:5% ;
}
.edu-tab .nav li a{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #001E3C;
  opacity: 0.6;
  padding-bottom: 34px;
}
.edu-tab .nav li a.active {
  border-right: 4px solid #067C65;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #067C65;
  opacity: 1;
}
.edu-tab .tab-content .my-item .item_icon{
  width: 75px;
  height: 75px;
  background: rgba(6, 124, 101, 0.15);
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
}
.edu-tab .tab-content .my-item .item_icon img{
  width: 54px;
}
.edu-tab .tab-content .my-item h4{
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #001E3C;
  margin-top: 20px;
  margin-bottom: 30px;
}
.edu-tab .tab-content .my-item p{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #05396B;  
  padding-bottom: 30px;
}
.edu-tab .tab-content .my-item ol{
  margin-top: 10px;
}
.edu-tab .tab-content .my-item ol li{
  list-style-image: url("../img/generic-icon-arrow-down.png");
  font-family: Open Sans;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: #001E3C;
  padding-bottom:45px ;
}
/*
mobile device css
*/
@media only screen and (max-width:767px){
  .edu-tab ul {
    width: 100%;
    border-right: none;
    height: auto;
  }
  .edu-tab .nav li a {
    padding-bottom: 15px;
  }
  .edu-tab .nav li a.active {
    border-right: 4px solid #067C65;
    font-size: 16px;
    line-height: 26px;
    color: #067C65;
    opacity: 1;
  }
  .edu-tab .tab-content .my-item h4 {
    font-size: 24px;
    line-height: 24px;
    color: #001E3C;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .edu-tab .tab-content .my-item ol li {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .edu-tab .tab-content {
    width: 95%;
    margin-left: 3%;
  }

}

.pricing_edu_full{
  clear: both;
}
.pricing_edu_full .pricing_edu{}
.pricing_edu_full .pricing_edu .left_side{
  width: 60%;
  background: #E3F0CF;
  float: left;
}
.pricing_edu_full .pricing_edu .left_side .desc{
  padding: 155px 80px;
}
.pricing_edu_full .pricing_edu .left_side .desc h3{
position: relative;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 50px;
color: #001E3C;
padding-bottom: 30px;
}
.pricing_edu_full .pricing_edu .left_side .desc h3::after{
  content: " ";
  position: absolute;
  width: 120px;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #067C65;
}
.pricing_edu_full .pricing_edu .left_side .desc p{
  font-family: Open Sans;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #05396B;
  padding-top: 30px;
}
.pricing_edu_full .pricing_edu .right_side{
  float: right;
}
/*
mobile device css
*/
@media only screen and (max-width:767px){
.pricing_edu_full {
	clear: both;
	padding-top: 0;
}
.pricing_edu_full .pricing_edu .left_side {
	width: 100%;
}
.pricing_edu_full .pricing_edu .left_side .desc {
	padding: 15px 10px;
}
.pricing_edu_full .pricing_edu .left_side .desc h3 {
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 10px;
}
.pricing_edu_full .pricing_edu .right_side img {
	width: 100%;
}

}

/*
mobile device css end
*/

.download_info{
  background: #E3F0CF;
}
.download_info h3{
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #001E3C;
  padding: 100px 0px;
  
}
.download_info button>a{
  width: 242px;
  background: #067C65;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 43px;
  color: #fff;
}
.download_info button {
	margin-top: 150px;
	margin-left: 100px;
}
.hcontact_full{
  margin-top: 60px;
}

/*
mobile device css end
*/
@media only screen and (max-width:767px){
.download_info {
	padding-top: 0px;
}
.download_info h3 {
	font-size: 28px;
	line-height: 36px;
	padding: 0px;
	padding-top: 40px;
}
.download_info button {
	margin-top: 30px;
	margin-left: 0;
}
}



/* testing code */
/* .approach-item .item{
  height: 200px;
  width: 200px;
  background: tomato;

}
 */