

/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700,900|Satisfy');

/*-------------------
2. Theme Default CSS
--------------------*/

html,
body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    color: #898989;
}


a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #898989;
}

#horizontal-line
{
    width: 8%;
    border: 2px solid #086ad7;
    border-radius: 20px;
    margin-top: -10px;
}


input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

.service-area .img
{
  width: 20%;
}

img {
    max-width: 100%;
    height: auto;
}

.header-area{background: url('../images/header-bg-1-3.jpg') no-repeat scroll center center / cover;}

@media (max-width:786px){
  .header-area
  {
    background: url('../images/header-bg-1-3.jpg') no-repeat scroll center center / cover;
    background-position: 70% 0%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4f4f4f;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 1.4em;
}

.satisfy {
    font-family: 'Satisfy', cursive;
}

h2 {
    font-size: 36px;
}

p{
    font-size: 16px;
    font-weight: 400;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    outline: none;
}

/*-- 3. Helper-Class --*/

.upper {
    text-transform: uppercase;
}

.thing {
    font-weight: 300;
}

.latter-space {
    letter-spacing: 4px;
}

.vcenter {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-padding {
    padding: 100px 0;
}

.gray-bg {
    background-color: #f9f9f9;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .title {
    font-size: 36px;
    margin-bottom: 20px;
}

.bar-title {
    position: relative;
    padding-bottom: 20px;
}

.bar-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background-color: #898989;
}

.form-control {
    height: auto;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 12px;
}

.confirmation-message
{padding-top: 10px;
    padding-bottom: 10px;
    color: #3e7bf0;
}

/*-- 4. Button-Style --*/

.bttn {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    background-color: #bdbdbd;
    z-index: 1;
    -webkit-box-shadow: 0 2px 0 0 rgba(189, 189, 189, 0.5), 0 4px 0 0 rgba(189, 189, 189, 0.5);
    box-shadow: 0 2px 0 0 rgba(189, 189, 189, 0.5), 0 4px 0 0 rgba(189, 189, 189, 0.5);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border: none;
}

.bttn.bttn-primary {
    background: #3e7bf0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bf0', endColorstr='#c2e9fb', GradientType=1);
    -webkit-box-shadow: 0 2px 0 0 rgba(135, 181, 255, 0.5), 0 4px 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 2px 0 0 rgba(135, 181, 255, 0.5), 0 4px 0 0 rgba(135, 181, 255, 0.5);
}

.career-btn .bttn.bttn-primary {
  background: #fff;
  color: #000;
  font-size: 16px;
}
.bttn.bttn-lg {
    padding: 18px 40px;
    font-size: 20px;
}

.bttn:focus,
.bttn:hover {
    color: #ffffff;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 5px 0 0 rgba(189, 189, 189, 0.5), 0 10px 0 0 rgba(189, 189, 189, 0.5);
    box-shadow: 0 5px 0 0 rgba(189, 189, 189, 0.5), 0 10px 0 0 rgba(189, 189, 189, 0.5);
}


.bttn.bttn-primary:hover {
    -webkit-box-shadow: 0 5px 0 0 rgba(135, 181, 255, 0.5), 0 10px 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 5px 0 0 rgba(135, 181, 255, 0.5), 0 10px 0 0 rgba(135, 181, 255, 0.5);
}




/*-- 5. Mainmenu-Area --*/

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 300px;
  left: 0;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav .dropdown .dropdown-menu li
{
  padding: 8px 0px;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav .dropdown .dropdown-menu li a:hover
{
  color: #3e7bf0;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav .dropdown .dropdown-menu li a
{
  color: #333;
}


.mainmenu-area {
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site2 .mainmenu-area,
.mainmenu-area.affix {
    background: #3e7bf0cc;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 6.5px );
    -webkit-backdrop-filter: blur( 6.5px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
   
}



.mainmenu-area #mainmenu ul.nav.navbar-nav li a {
    color: #ffffff;
    background: none;
    text-transform: uppercase;
    font-weight: 400;
    background: transparent;
    border-bottom: 2px solid transparent;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav li {
    float: none;
    display: inline-block;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li.active a,
.mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li a:hover {
    border-bottom: 2px solid #ffffff;
}


.mainmenu-area #mainmenu ul.nav.navbar-nav li.select-cuntry select {
    background: none;
    border: none;
    color: #ffffff;
    padding: 0 15px 0 15px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-left: 1px solid #ffffff;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav li.select-cuntry select option {
    color: #f7c336;
}

.mainmenu-area #search-box {
    width: 100%;
}


@-webkit-keyframes downup {
    from {
        bottom: 60px
    }
    to {
        bottom: 40px
    }
}


@keyframes downup {
    from {
        bottom: 60px
    }
    to {
        bottom: 40px
    }
}

a.scrolldown {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 2;
    color: #ffffff;
    font-size: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: downup 0.8s ease 0.3s infinite alternate;
    animation: downup 0.8s ease 0.3s infinite alternate;
}

.navbar-brand 
{
    float: left;
    height: 0px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

/* Add styles for the logo when it's scrolled */
#logo-1.scrolled img {
  /* Change the width, height, or any other styles you want */
  -webkit-filter: brightness(0) invert();
    filter: brightness(0) invert();
}

/* Add a transition for a smooth effect */
#logo-1 img {
  transition: all 0.3s ease-in-out;
}



/*@media (min-width: 768px) {

  .mainmenu-area #mainmenu ul.nav.navbar-nav li.dropdown:hover .dropdown-menu {
      display: block;
  }
  
}*/

@media (max-width: 768px) {
  #horizontal-line
  {
    width: 13%;
  }
  .mainmenu-area #mainmenu ul.nav.navbar-nav .dropdown .dropdown-menu li
{
  padding: 0px 0px;
}

  .mainmenu-area #mainmenu ul.nav.navbar-nav .dropdown .dropdown-menu li a {
    color: #fff;
}
  
}

/*page banner*/



.page-banner-wrap {
  background-color: #211e3b;
  padding-bottom: 160px;
  padding-top: 140px;
  position: relative;
  z-index: 1;
  background-position: 450px;
}
.inner-page-banner-col
{
  padding-top: 6%;
}
@media (max-width: 1400px) {
  .page-banner-wrap {
    padding-top: 100px;
    padding-bottom: 80px;
    background-position: 0;
  }
}
@media (max-width: 768px) {
  .page-banner-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .inner-page-banner-col {
    padding-top: 15%;
}
}
.page-banner-wrap::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.page-banner-wrap .banner-text {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%) rotate(-90deg) translateX(23%);
          transform: translateY(-50%) rotate(-90deg) translateX(23%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-size: 120px;
  font-family: "Circular Std", sans-serif;
  font-weight: 900;
  letter-spacing: -0.03em;
  left: 110px;
  z-index: 2;
  opacity: 0.15;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .page-banner-wrap .banner-text {
    display: none;
  }
}
.page-banner-wrap h1 {
  font-size: 50px;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 1199px) {
  .page-banner-wrap h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .page-banner-wrap h1 {
    font-size: 40px;
  }
}
.page-banner-wrap .breadcrumb {
  margin-top: 30px;
  background: transparent;
  padding: 0;
}
@media (max-width: 1199px) {
  .page-banner-wrap .breadcrumb {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .page-banner-wrap .breadcrumb {
    float: left;
  }
}
.page-banner-wrap .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .page-banner-wrap .breadcrumb li {
    font-size: 14px !important;
  }
}
.page-banner-wrap .breadcrumb li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-banner-wrap .breadcrumb li a {
    font-size: 14px;
  }
}
.page-banner-wrap .breadcrumb li a:hover {
  color: #086ad7;
}
.page-banner-wrap .breadcrumb li + li::before {
  color: #c5c2c2;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*internal test*/

.testimonial-wrapper {
  position: relative;
  z-index: 1;
}
.testimonial-wrapper .testimonial-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-bg {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .testimonial-wrapper .testimonial-bg {
    background-image: inherit;
    background: #086ad7;
    opacity: 0.2;
  }
}

.single-testimonial .icon {
  font-size: 100px;
  color: #086ad7;
  line-height: 1;
}
@media (max-width: 991px) {
  .single-testimonial .icon {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .single-testimonial .icon {
    font-size: 60px;
  }
}
.single-testimonial h2 {
  font-weight: 400 !important;
  font-style: italic;
  font-size: 30px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .single-testimonial h2 {
    font-size: 26px;
    letter-spacing: -2px;
  }
}
@media (max-width: 375px) {
  .single-testimonial h2 {
    font-size: 24px;
    font-style: normal;
  }
}
.single-testimonial .client-info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-testimonial .client-info .client-img {
  border-radius: 50%;
  background-color: #eee;
  width: 70px;
  height: 70px;
  line-height: 70px;
  float: left;
  overflow: hidden;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .single-testimonial .client-info .client-img {
    margin-right: 20px;
  }
}
.single-testimonial .client-info .client-bio {
  overflow: auto;
}
.single-testimonial .client-info .client-bio h3 {
  font-size: 25px;
}
.single-testimonial .client-info .client-bio p {
  color: #086ad7;
  font-weight: 500;
}





/*----------------------------------
	Call To Action Section Styles
 ------------------------------------ */
.cta-banner {
  z-index: 3;
  position: relative;
  background-color: #3e7bf0;
  padding-bottom: 40px;
}

.cta-banner #horizontal-line
{
  border-color: #fff;
}

.cta-banner.style-2 .container-fluid {
  background-color: #086ad7;
}
.cta-banner.style-2 .container-fluid::after, .cta-banner.style-2 .container-fluid::before {
  border-color: #fff;
}
.cta-banner.style-2 .theme-btn:first-child {
  background-color: #fff;
  color: #086ad7;
}
.cta-banner.style-3 {
  overflow: hidden;
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .cta-banner.style-3 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .cta-banner.style-3 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .cta-banner.style-3 {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .cta-banner.style-3 {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  .cta-banner.style-3 {
    padding-top: 50px;
  }
}
.cta-banner.style-3 .container-fluid {
  max-width: 1520px;
  padding: 90px 15px;
  border-radius: 0;
  background-color: #086ad7;
}
@media (max-width: 1199px) {
  .cta-banner.style-3 .container-fluid {
    padding: 80px 15px;
  }
}
@media (max-width: 991px) {
  .cta-banner.style-3 .container-fluid {
    padding: 70px 15px;
  }
}
@media (max-width: 767px) {
  .cta-banner.style-3 .container-fluid {
    padding: 60px 15px;
  }
}
@media (max-width: 575px) {
  .cta-banner.style-3 .container-fluid {
    padding: 50px 15px;
  }
}
.cta-banner.style-3 .container-fluid:after {
  content: inherit;
}
.cta-banner.style-3 .container-fluid:before {
  width: 1360px;
  height: 210px;
  border-width: inherit;
  border-color: inherit;
  border-style: inherit;
  border-radius: 0;
  background-repeat: no-repeat;
  background-image: url(assets/img/techex-landing-page/cta-overly.svg);
}
.cta-banner.style-3 .container-fluid h1 {
  font-weight: 900;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .cta-banner.style-3 .container-fluid h1 {
    line-height: 42px;
  }
}
.cta-banner.style-3 .btn-wraper {
  gap: 30px;
}
@media (max-width: 1199px) {
  .cta-banner.style-3 .btn-wraper {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta-banner.style-3 .theme-btn {
  z-index: 1;
  font-weight: 500;
  overflow: hidden;
  line-height: 16px;
  padding: 18px 30px;
  position: relative;
  border: 1px solid #FFFFFF;
}
.cta-banner.style-3 .theme-btn:before {
  left: 0;
  width: 0%;
  bottom: 0;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-banner.style-3 .theme-btn i {
  font-size: 12px;
  margin-left: 8px;
}
.cta-banner.style-3 .theme-btn:first-child {
  color: #086ad7;
  background-color: #fff;
}
.cta-banner.style-3 .theme-btn:first-child:before {
  background-color: #000;
}
.cta-banner.style-3 .theme-btn:first-child:hover {
  color: #FFF;
  border-color: #000;
}
.cta-banner.style-3 .theme-btn:hover {
  color: #086ad7;
  background: transparent;
}
.cta-banner.style-3 .theme-btn:hover:before {
  width: 100%;
}
.cta-banner .container-fluid {
  padding-top: 90px;
  padding-bottom: 85px;
  border-radius: 7px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
@media (min-width: 1650px) {
  .cta-banner .container-fluid {
    max-width: 1600px;
    width: 100%;
  }
}
@media (max-width: 1649px) {
  .cta-banner .container-fluid {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .cta-banner .container-fluid {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cta-banner .container-fluid {
    max-width: 92%;
    padding: 50px 15px;
  }
}
@media (max-width: 500px) {
  .cta-banner .container-fluid {
    max-width: 96%;
    padding: 40px 20px;
  }
}
/*.cta-banner .container-fluid::after {
  border-width: 3px;
  border-color: rgb(255, 150, 0);
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 7%;
  top: 60px;
  content: "";
  z-index: -1;
}*/
@media (max-width: 767px) {
  .cta-banner .container-fluid::after {
    top: 30px;
  }
}
/*.cta-banner .container-fluid::before {
  border-width: 5px;
  border-color: #e8524a;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 6%;
  bottom: 60px;
  content: "";
  z-index: -1;
}*/
.cta-banner .cta-content {
  max-width: 1170px;
  width: 100%;
  margin: 0px auto;
}
@media (max-width: 500px) {
  .cta-banner .cta-content h1 {
    font-size: 30px;
  }
}
.cta-banner .minimal-btn {
  color: #fff;
}

/*benefits*/

section.pricing {
    /*background: #3e7bf0;
    background: linear-gradient(to right, #3e7bf0, #33AEFF);*/
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .pricing .title
  {
    color: #fff;
  }

  .pricing p
  {
    color: #fff;
  }

  .pricing #horizontal-line
  {
    border: 2px solid #fff;
  }

  .services-benefits
  {
    padding-top: 10px;
  }
  
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px;
  }
  
  .pricing .pricing-hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }

  .pricing .icofont {
    font-size: 20px;
    color: #3e7bf0;
    margin-right: 8px;
  }

  .pricing ul {
    list-style: none;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }
  
  .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }
  
  /* Hover Effects on Card */
  
  @media (min-width: 992px) {
    /*.pricing .card:hover {
      margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }*/
    .pricing .card {
        margin-top: 20px;
    }
    .pricing .card:hover {
        -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
        box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
background: rgba( 255, 255, 255, 0.75 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 6.5px );
-webkit-backdrop-filter: blur( 6.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
    }
  
  }

  @media (max-width: 767px) {
    .pricing .card {
        margin-top: 20px;
    }

    .pricing .card:hover {
        -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
        box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
background: rgba( 255, 255, 255, 0.75 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 6.5px );
-webkit-backdrop-filter: blur( 6.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
    }
  }
  

/*-- 6. Header-Area --*/

.header-area {
    position: relative;
    width: 100%;
    height: 100%;
}

.overlay {
    position: relative;
    z-index: 1;
}

/*.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.4;
}*/

.site2 .header-area {
    background-image: url('images/header-bg-2.jpg');
}

.header-area .header-text .header-title {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 2px;
}

.header-area .header-text .header-title .dot {
    display: inline-block;
    border: 5px solid #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #3e7bf0;
    background: -webkit-gradient(linear, left top, right top, from(#3e7bf0), to(#c2e9fb));
    background: linear-gradient(to right, #3e7bf0 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bf0', endColorstr='#c2e9fb', GradientType=1);
}

.header-area .header-text {
    color: #ffffff;
}

.header-area .header-text q {
    font-size: 22px;
    display: block;
    margin-bottom: 50px;
}

.navbar-header a img
{
    margin-top: 5px;
    width: 15%;
}

@media (max-width: 768px) {
  .navbar-header a img {
    margin-top: -55px;
    width: 30%;
  }

  .header-area .header-text
  {
    margin-top: 35%;
  }

  }

  @media (max-width: 600px) {
    .navbar-header a img {
      margin-top: -45px;
      width: 30%;
    }
    }

    @media (max-width: 400px) {
      .navbar-header a img {
        margin-top: -40px;
        width: 30%;
      }
      }


/*-- 7. Vdieo-Box --*/

.panel a .fa-li .icofont
{
    font-size: 20px;
    position: absolute;
    right: 0;
    padding-right: 15px;
    line-height: 1.4;
    color: #086ad7;
}

.about-section-2{
  width: 100%;
  overflow-x: hidden;
}

.about-col-2
{
    width: 48%;
}

.who-we-are-p
{
    margin-bottom: 0px;;
}

.col-md-offset-1
{
    margin-left: 2%;
}

.video-box {
    position: relative;
}

.video-box .video-bttn {
    position: absolute;
    left: 55%;
    top: 32%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

/*-- 8. Tabs-list --*/

.tabs-list-2,
.tabs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    overflow: hidden;
}

.tabs-list-2 li,
.tabs-list li {
    float: left;
}

.tabs-list-2 li a,
.tabs-list li a {
    padding: 15px;
    border-bottom: 2px solid #bdbdbd;
    font-weight: 600;
    display: block;
}

.tabs-list li.active a {
    border-bottom: 2px solid #3e7bf0;
}

.tabs-list-2 li a {
    border: none;
    border-radius: 100px;
    overflow: hidden;
    padding: 8px 20px;
}

.tabs-list-2 li.active a {
    color: #ffffff;
    background: #3e7bf0;
    background: -webkit-gradient(linear, left top, right top, from(#3e7bf0), to(#c2e9fb));
    background: linear-gradient(to right, #3e7bf0 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bf0', endColorstr='#c2e9fb', GradientType=1);
}




.project-case-study-wrapper.walnut-landing-page {
    padding: 120px 0;
    overflow: hidden;
    background: #FAFAFF;
  }
  @media (max-width: 1199px) {
    .project-case-study-wrapper.walnut-landing-page {
      padding: 100px 0;
    }
  }
  @media (max-width: 991px) {
    .project-case-study-wrapper.walnut-landing-page {
      padding: 80px 0;
    }
  }
  @media (max-width: 767px) {
    .project-case-study-wrapper.walnut-landing-page {
      padding: 60px 0;
    }
    .about-col-2
    {width: 100%;}
  }
  @media (max-width: 575px) {
    .project-case-study-wrapper.walnut-landing-page {
      padding: 50px 0;
    }
  }
  .project-case-study-wrapper.walnut-landing-page .container {
    position: relative;
  }
  .project-case-study-wrapper.walnut-landing-page .project-case-study-wrapper__circle:after, .project-case-study-wrapper.walnut-landing-page .project-case-study-wrapper__circle:before {
    width: 764px;
    content: "";
    height: 777px;
    position: absolute;
    background: #EEF4FC;
    border-radius: 500px;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-name: scale5;
            animation-name: scale5;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  .project-case-study-wrapper.walnut-landing-page .project-case-study-wrapper__circle:after {
    left: -671px;
    bottom: -382px;
  }
  .project-case-study-wrapper.walnut-landing-page .project-case-study-wrapper__circle:before {
    right: -723px;
    bottom: -777px;
  }
  @media (max-width: 1199px) {
    .project-case-study-wrapper.walnut-landing-page .theme-btn-sm {
      margin-bottom: 10px;
    }
  }
  @media (max-width: 991px) {
    .project-case-study-wrapper.walnut-landing-page .theme-btn-sm {
      margin-bottom: 5px;
    }
  }
  @media (max-width: 767px) {
    .project-case-study-wrapper.walnut-landing-page .theme-btn-sm {
      margin-bottom: 0;
    }
  }
  .project-case-study-wrapper.walnut-landing-page .section-title {
    max-width: 716px;
    margin: 0 auto 50px;
  }
  @media (max-width: 991px) {
    .project-case-study-wrapper.walnut-landing-page .section-title {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 767px) {
    .project-case-study-wrapper.walnut-landing-page .section-title {
      margin-bottom: 35px;
    }
  }
  .project-case-study-wrapper.walnut-landing-page .section-title h1 {
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  @media (max-width: 767px) {
    .project-case-study-wrapper.walnut-landing-page .section-title h1 {
      line-height: 42px;
    }
  }

  /*team*/

  .owl-theme .owl-nav .owl-dots {
    display: none;
}


  .owl-theme .owl-nav {
    margin-top: 45px;
    display: inherit;
}

.owl-theme .owl-nav .owl-prev
{
  background: #fff;
    color: #086ad7;
    padding: 10px 10px;
    width: 5%;
    font-size: 30px;
    border: 2px solid #086ad7;
    border-radius: 0;
}

.owl-theme .owl-nav .owl-next
{
  background: #fff;
    color: #086ad7;
    padding: 10px 10px;
    width: 5%;
    font-size: 30px;
    border: 2px solid #086ad7;
    border-radius: 0;
}

.owl-theme .owl-nav .owl-prev:hover
{
  background: #086ad7;
}

.owl-theme .owl-nav .owl-next:hover
{
  background: #086ad7;
}

.popup-designation
{
  font-size: 18px;
    color: #4f4f4f;
}

  #popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
  transition: opacity 0.3s ease;
  }

  #popup-overlay.active {
    display: flex;
    opacity: 1;
  }
  
  #popup-overlay-kajal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
  transition: opacity 0.3s ease;
  }

  #popup-overlay-kajal.active {
    display: flex;
    opacity: 1;
  }

  #popup-overlay-aftab {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
  transition: opacity 0.3s ease;
  }

  #popup-overlay-aftab.active {
    display: flex;
    opacity: 1;
  }

  #popup-overlay-priyesh {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
  transition: opacity 0.3s ease;
  }

  #popup-overlay-priyesh.active {
    display: flex;
    opacity: 1;
  }

  #popup-overlay-amisha {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
  transition: opacity 0.3s ease;
  }

  #popup-overlay-amisha.active {
    display: flex;
    opacity: 1;
  }

  #popup-overlay-jignesh {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
  transition: opacity 0.3s ease;
  }

  #popup-overlay-jignesh.active {
    display: flex;
    opacity: 1;
  }

  #popup-content {
    background-color: #fff;
    padding: 20px;
    max-width: 70%;
    text-align: left;
    border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease;
  }

  .popup-designation p{
    margin-top: -15px;
  }

  #popup-content h2{
    color: #086ad7;
  }

  #popup-content p{
    color: #4f4f4f;
  }

  .popup-button
  {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 15%;
    padding: 8px;
    color: #fff;
    background: #086ad7;
    border: 0;
    text-transform: uppercase;
  }
  
  #close-popup {
    margin-top: 20px;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0.9);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  

.project-case-study-wrapper.walnut-landing-page {
    padding: 100px 0;
    overflow: hidden;
    background: #fff;
  }
  @media (max-width: 1199px) {
    .project-case-study-wrapper.walnut-landing-page {
      padding: 100px 0;
    }
  }
  @media (max-width: 991px) {
    .project-case-study-wrapper.walnut-landing-page {
      padding: 80px 0;
    }
  }
  @media (max-width: 767px) {

    .owl-theme .owl-nav .owl-prev
{
  background: #fff;
    color: #086ad7;
    padding: 10px 10px;
    width: 15%;
    font-size: 30px;
    border: 2px solid #086ad7;
    border-radius: 0;
}
    
    .owl-theme .owl-nav .owl-next
{
  background: #fff;
    color: #086ad7;
    padding: 10px 10px;
    width: 15%;
    font-size: 30px;
    border: 2px solid #086ad7;
    border-radius: 0;
}

    .project-case-study-wrapper.walnut-landing-page {
      padding: 60px 0;
    }
    .popup-button
    {
      width: 25%;
    }

    #popup-overlay {
      position: fixed;
      top: -5%;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1;
    transition: opacity 0.3s ease;
    }

    #popup-overlay-kajal {
      position: fixed;
      top: -5%;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1;
    transition: opacity 0.3s ease;
    }

    #popup-overlay-aftab {
      position: fixed;
      top: -5%;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1;
    transition: opacity 0.3s ease;
    }

    #popup-overlay-priyesh {
      position: fixed;
      top: -5%;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1;
    transition: opacity 0.3s ease;
    }

    #popup-overlay-amisha {
      position: fixed;
      top: -5%;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1;
    transition: opacity 0.3s ease;
    }

    #popup-overlay-jignesh {
      position: fixed;
      top: -5;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1;
    transition: opacity 0.3s ease;
    }

    .popup-designation p{
      font-size: 18px;
      line-height: 1.5;
    }
  }
  @media (max-width: 575px) {
    .project-case-study-wrapper.walnut-landing-page {
      padding: 50px 0;
    }
  }
  .project-case-study-wrapper.walnut-landing-page .container {
    position: relative;
  }
  .project-case-study-wrapper.walnut-landing-page .project-case-study-wrapper__circle:after, .project-case-study-wrapper.walnut-landing-page .project-case-study-wrapper__circle:before {
    width: 764px;
    content: "";
    height: 777px;
    position: absolute;
    background: #EEF4FC;
    border-radius: 500px;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-name: scale5;
            animation-name: scale5;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  .project-case-study-wrapper.walnut-landing-page .project-case-study-wrapper__circle:after {
    left: -671px;
    bottom: -382px;
  }
  .project-case-study-wrapper.walnut-landing-page .project-case-study-wrapper__circle:before {
    right: -723px;
    bottom: -777px;
  }
  @media (max-width: 1199px) {
    .project-case-study-wrapper.walnut-landing-page .theme-btn-sm {
      margin-bottom: 10px;
    }
  }
  @media (max-width: 991px) {
    .project-case-study-wrapper.walnut-landing-page .theme-btn-sm {
      margin-bottom: 5px;
    }

    #popup-content {
      max-width: 95%;
    overflow-y: auto;
      height: 400px;
    }
  }
  @media (max-width: 767px) {
    .project-case-study-wrapper.walnut-landing-page .theme-btn-sm {
      margin-bottom: 0;
    }
  }
  .project-case-study-wrapper.walnut-landing-page .section-title {
    max-width: 716px;
    margin: 0 auto 50px;
  }
  @media (max-width: 991px) {
    .project-case-study-wrapper.walnut-landing-page .section-title {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 767px) {
    .project-case-study-wrapper.walnut-landing-page .section-title {
      margin-bottom: 35px;
    }
  }
  .project-case-study-wrapper.walnut-landing-page .section-title h1 {
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  @media (max-width: 767px) {
    .project-case-study-wrapper.walnut-landing-page .section-title h1 {
      line-height: 42px;
    }
  }
  
  .success-item {
    z-index: 1;
    display: block;
    position: relative;
    height: 300px;
  }
  .success-item:after {
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 106, 215, 0)), to(rgba(33, 30, 59, 0.8)));
    background: linear-gradient(180deg, rgba(8, 106, 215, 0) 0%, rgba(33, 30, 59, 0.8) 100%);
  }
  .success-item:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 106, 215, 0)), to(rgba(62, 123, 240, 0.8)));
    background: linear-gradient(180deg, rgba(8, 106, 215, 0) 0%, rgba(62, 123, 240, 0.8) 100%);
  }
  .success-item:hover .content .icon {
    opacity: 1;
    visibility: inherit;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .success-item .thumb {
    width: 100%;
    height: 300px;
  }
  @media (max-width: 1366px) {
    .success-item .thumb {
      height: 300px;
    }
  }
  @media (max-width: 991px) {
    .success-item .thumb {
      height: 370px;
    }
  }
  @media (max-width: 767px) {
    .success-item .thumb {
      height: 350px;
    }
  }
  @media (max-width: 575px) {
    .success-item .thumb {
      height: 320px;
    }
  }
  .success-item .content {
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 24px;
    position: absolute;
  }
  .success-item .content .text h3, .success-item .content .text p {
    color: #FFF;
  }
  .success-item .content .text h3 {
    margin-bottom: 5px;
  }
  .success-item .content .text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
  }
  .success-item .content .icon {
    opacity: 0;

    height: 35px;
    color: #fff;
    font-size: 10px;
    line-height: 35px;
    visibility: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 500px;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  .success-item .content .icon p{    font-size: 14px; font-weight: 600;}

  .success-item__wrapper {
    margin: auto;
    padding: 0 15px;
    max-width: 1522px;
  }
  .success-item__wrapper .owl-dots {
    display: none !important;
    margin: 50px -7.5px 0 !important;
  }
  @media (max-width: 1366px) {
    .success-item__wrapper .owl-dots {
      margin: 30px -5px 0 !important;
    }
  }
  @media (max-width: 991px) {
    .success-item__wrapper .owl-dots {
      margin: 20px -3px 0 !important;
    }
  }
  .success-item__wrapper .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 0px 7.5px;
    line-height: 15px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #FFF;
    border-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  @media (max-width: 1366px) {
    .success-item__wrapper .owl-dots .owl-dot {
      margin: 0 5px;
    }
  }
  @media (max-width: 1366px) {
    .success-item__wrapper .owl-dots .owl-dot {
      margin: 0 3px;
    }
  }
  .success-item__wrapper .owl-dots .owl-dot:hover, .success-item__wrapper .owl-dots .owl-dot.active {
    border-color: #3e7bf0;
  }
  .success-item__wrapper .owl-dots .owl-dot:hover span, .success-item__wrapper .owl-dots .owl-dot.active span {
    background-color: #3e7bf0;
  }
  .success-item__wrapper .owl-dots .owl-dot span {
    margin: 0;
    width: 9px;
    height: 9px;
    position: absolute;
    top: calc(50% - 4.5px);
    left: calc(50% - 4.5px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(8, 106, 215, 0.3);
  }
  
/*-Services-*/

.our-services
{
    padding-top: 30px;
}

.our-services-2
{
    padding-top: 30px;
}

.service-col-left
{
  width: 16%;
}

.service-col-right
{
  width: 16%;
}

#service-area
{
    background-image: url('images/services-bg.svg');
}

.features .icons {
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
  }

  .service-para
  {
    padding-bottom: 10px;
  }

  .service-read-more
  {
    color: #3e7bf0;
  }

  .service-read-more:hover
  {
    color: #000;
  }
  
  .features.fea-primary {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    height: auto;
  }
  
  .features.fea-primary .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .features.fea-primary .content .title:hover {
    color: #2f55d4 !important;
  }
  
  .features.fea-primary:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
            box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    color: #ffffff !important;
    background: rgba( 255, 255, 255, 0.75 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 6.5px );
-webkit-backdrop-filter: blur( 6.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
  }

  .icon2 {
    transition: transform .2s;
    background: #3e7bf0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px;
  }
  
  .icon2:hover {
    transform: scale(1.5);
  }

  .card-body
  {
    margin-top:20px;
  }
  
  .features.fea-primary:hover .big-icon {
    opacity: 0.05;
  }
  
  .features .title,
  .key-feature .title {
    font-size: 18px;
  }
  
  .features .icon,
  .key-feature .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  @media (max-width: 991px) {

    .our-services-2
    {
      padding-top: 0px;
    }

    .features.fea-primary {
      margin-top: 15px;
  }

    .service-col-left
{
  display: none;
}

.service-col-right
{
  display: none;
}

  }
  
  @media (max-width: 768px) {
    .features.fea-primary {
        margin-top: 15px;
        height: auto;
    }
    .service-col-left
{
  display: none;
}

.service-col-right
{
  display: none;
}
  }

  @media (max-width: 575px) {
    .social-feature-left:after,
    .social-feature-right:after {
      bottom: -35px;
    }
    .social-feature-left:after {
      right: 60px;
    }
    .social-feature-right:after {
      left: 60px;
    }
  }


  /*Service InnerSec*/

  .service-inner-sec .our-services
{
    padding-top: 30px;
}

.service-inner-sec .our-services-2
{
    padding-top: 30px;
}

.service-inner-sec .service-col-left
{
  width: 16%;
}

.service-inner-sec .service-col-right
{
  width: 16%;
}

.service-inner-sec .features .icons {
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
  }

  .service-inner-sec .service-para
  {
    padding-bottom: 10px;
  }

  .text-white
  {
    color: #fff;
  }
  
.inner-service-para{
  width: 90%;
    margin: auto;
}

.inner-service-para-1 {
  width: 75%;
    margin: auto;
}

.banner-para
{
  width: 90%;
  margin: auto;
}


  .service-inner-sec .features.fea-primary {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    height: auto;
    text-align: center;
  }
  
  .service-inner-sec .features.fea-primary .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .service-inner-sec .features.fea-primary .content .title:hover {
    color: #2f55d4 !important;
  }
  
  .service-inner-sec .features.fea-primary:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
            box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    color: #ffffff !important;
    background: rgba( 255, 255, 255, 0.75 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 6.5px );
-webkit-backdrop-filter: blur( 6.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
  }


  .service-inner-sec .icon2 {
    transition: transform .2s;
    background: #3e7bf0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px;
  }
  
  .service-inner-sec .icon2:hover {
    transform: scale(1.5);
  }

  .service-inner-sec .card-body
  {
    margin-top:20px;
  }
  
  .service-inner-sec .features.fea-primary:hover .big-icon {
    opacity: 0.05;
  }
  
  .service-inner-sec .features .title,
  .key-feature .title {
    font-size: 18px;
  }
  
  .service-inner-sec .features .icon,
  .key-feature .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  @media (max-width: 991px) {

    .service-inner-sec .our-services-2
    {
      padding-top: 0px;
    }

    .service-inner-sec .features.fea-primary {
      margin-top: 15px;
  }

  .service-inner-sec .service-col-left
{
  display: none;
}

.service-inner-sec .service-col-right
{
  display: none;
}

  }
  
  @media (max-width: 768px) {
    .service-inner-sec .features.fea-primary {
        margin-top: 15px;
        height: auto;
    }
    .service-inner-sec .service-col-left
{
  display: none;
}

.service-inner-sec .service-col-right
{
  display: none;
}

  }

  @media (max-width: 575px) {
    .service-inner-sec .social-feature-left:after,
    .social-feature-right:after {
      bottom: -35px;
    }
    .service-inner-sec .social-feature-left:after {
      right: 60px;
    }
    .service-inner-sec .social-feature-right:after {
      left: 60px;
    }
  }


  /*manpower-box Service InnerSec*/

  .manpower-box .our-services
{
    padding-top: 30px;
}

.manpower-box .our-services-2
{
    padding-top: 30px;
}

.manpower-box .service-col-left
{
  width: 16%;
}

.manpower-box .service-col-right
{
  width: 16%;
}

.manpower-box .features .icons {
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
  }

  .manpower-box .service-para
  {
    padding-bottom: 10px;
  }

  .text-white
  {
    color: #fff;
  }
  
.inner-service-para{
  width: 90%;
    margin: auto;
}

.inner-service-para-1 {
  width: 80%;
    margin: auto;
}

.banner-para
{
  width: 95%;
  margin: auto;
}


  .manpower-box .features.fea-primary {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    height: 52vh;
    text-align: center;
  }
  
  .manpower-box .features.fea-primary .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .manpower-box .features.fea-primary .content .title:hover {
    color: #2f55d4 !important;
  }
  
  .manpower-box .features.fea-primary:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
            box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    color: #ffffff !important;
    background: rgba( 255, 255, 255, 0.75 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 6.5px );
-webkit-backdrop-filter: blur( 6.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
  }


  .manpower-box .icon2 {
    transition: transform .2s;
    background: #3e7bf0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px;
  }
  
  .manpower-box .icon2:hover {
    transform: scale(1.5);
  }

  .manpower-box .card-body
  {
    margin-top:20px;
  }
  
  .manpower-box .features.fea-primary:hover .big-icon {
    opacity: 0.05;
  }
  
  .manpower-box .features .title,
  .key-feature .title {
    font-size: 18px;
  }
  
  .manpower-box .features .icon,
  .key-feature .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  @media (max-width: 991px) {

    .manpower-box .our-services-2
    {
      padding-top: 0px;
    }

    .manpower-box .features.fea-primary {
      margin-top: 15px;
  }

  .manpower-box .service-col-left
{
  display: none;
}

.manpower-box .service-col-right
{
  display: none;
}

  }
  
  @media (max-width: 768px) {
    .manpower-box .features.fea-primary {
        margin-top: 15px;
        height: auto;
    }
    .manpower-box .service-col-left
{
  display: none;
}

.manpower-box .service-col-right
{
  display: none;
}

  }

  @media (max-width: 575px) {
    .manpower-box .social-feature-left:after,
    .social-feature-right:after {
      bottom: -35px;
    }
    .manpower-box .social-feature-left:after {
      right: 60px;
    }
    .manpower-box .social-feature-right:after {
      left: 60px;
    }
  }


  /*manpower-box Service InnerSec*/

  .management-box .our-services
{
    padding-top: 30px;
}

.management-box .our-services-2
{
    padding-top: 30px;
}

.management-box .service-col-left
{
  width: 16%;
}

.management-box .service-col-right
{
  width: 16%;
}

.management-box .features .icons {
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
  }

  .management-box .service-para
  {
    padding-bottom: 10px;
  }

  .text-white
  {
    color: #fff;
  }
  
.inner-service-para{
  width: 90%;
    margin: auto;
}

.inner-service-para-1 {
  width: 80%;
    margin: auto;
}

.banner-para
{
  width: 95%;
  margin: auto;
}


.management-box .features.fea-primary {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    height: 45vh;
    text-align: center;
  }
  
  .management-box .features.fea-primary .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .management-box .features.fea-primary .content .title:hover {
    color: #2f55d4 !important;
  }
  
  .management-box .features.fea-primary:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
            box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    color: #ffffff !important;
    background: rgba( 255, 255, 255, 0.75 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 6.5px );
-webkit-backdrop-filter: blur( 6.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
  }


  .management-box .icon2 {
    transition: transform .2s;
    background: #3e7bf0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px;
  }
  
  .management-box .icon2:hover {
    transform: scale(1.5);
  }

  .management-box .card-body
  {
    margin-top:20px;
  }
  
  .management-box .features.fea-primary:hover .big-icon {
    opacity: 0.05;
  }
  
  .management-box .features .title,
  .key-feature .title {
    font-size: 18px;
  }
  
  .management-box .features .icon,
  .key-feature .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  @media (max-width: 991px) {

    .management-box .our-services-2
    {
      padding-top: 0px;
    }

    .management-box .features.fea-primary {
      margin-top: 15px;
  }

  .management-box .service-col-left
{
  display: none;
}

.management-box .service-col-right
{
  display: none;
}

  }
  
  @media (max-width: 768px) {
    .management-box .features.fea-primary {
        margin-top: 15px;
        height: auto;
    }
    .management-box .service-col-left
{
  display: none;
}

.management-box .service-col-right
{
  display: none;
}

  }

  @media (max-width: 575px) {
    .management-box .social-feature-left:after,
    .social-feature-right:after {
      bottom: -35px;
    }
    .management-box .social-feature-left:after {
      right: 60px;
    }
    .management-box .social-feature-right:after {
      left: 60px;
    }
  }

  /*Why Choose Us*/

  .why-choose-us-section .container
  {
    width: 100%;
    padding: 0px;
    overflow: hidden;
  }

  .why-choose-us-right-col
  {
    box-sizing: border-box;
padding: 2%;
  }

  .why-choose-us-section #horizontal-line {
    width: 30%;
    border: 2px solid #086ad7;
    border-radius: 20px;
    margin-top: -6px;
    margin-left: 5px;
}

.why-choose-us {margin-top: 40px;}

.why-choose-us ul li
{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  justify-items: center;
}

::marker
{
  color: #3e7bf0;
  font-size: 25px;
}
/*.list-title
{
  color: #3e7bf0;
}*/

@media (max-width:768px){
  .inner-service-para{
    width: 90%;
      margin: auto;
  }
  
  .service-inner-sec .page-title
  {
    margin-bottom: 0px;
  }
  
  .why-choose-us-right-col {
    box-sizing: border-box;
    padding: 10%;
  }
  
  .inner-service-para-1 {
    width: 90%;
    margin: auto;
  }
  
  .why-choose-us ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    justify-items: center;
  }
}

  /*Testimonial*/

  .testimonial-sec
  {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #testimonial {
    padding: 30px 0;
    text-align: center;
  }
  #testimonial .item {
    display: block;
    width: 100%;
    height: auto;
  }
  #testimonial .item p {
    font-weight: 400;
    margin: 0 0 30px 0;
  }

  .test-client-name
  {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-style: italic;
  }

  .testimonial-sec .owl-theme .owl-nav
  {
    margin-top: 20px;
  }

  .testimonial-sec .owl-dots
  {
    display: none;
  }

  /*Benefits*/

  .benefits #horizontal-line {
    width: 30%;
    border: 2px solid #086ad7;
    border-radius: 20px;
    margin-top: -6px;
    margin-left: 5px;
}

  /*Career*/

  .career
  {
    width: 80%;
    margin: auto;
  }

  .career p
  {
    text-align: center;
  }

  .career-btn {
    text-align: center;
    margin-top: 50px;
}

  @media (max-width: 768px) {

    .career
    {
      width: 90%;
      margin: auto;
    }

  }

/*-- 9. Feature-Box --*/

.count-box,
.feature-box {
    padding: 30px;
    -webkit-box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
    box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
    height: 45vh;
}

.count-box:hover,
.feature-box:hover {

    background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 120, 0.20 );
backdrop-filter: blur( 5px );
-webkit-backdrop-filter: blur( 5px );
border-radius: 10px;

}

.feature-box .box-icon {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    font-size: 30px;
    background: #3e7bf0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.count-box,
.feature-box-2 {
    padding: 30px;
    -webkit-box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
    box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
    height: 55vh;
}

.count-box:hover,
.feature-box-2:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
}

.feature-box-2 .box-icon {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    font-size: 30px;
    background: #3e7bf0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {

    .count-box,
    .feature-box {
        padding: 30px;
        -webkit-box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
        box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
        margin-bottom: 30px;
        border-radius: 5px;
        background-color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-align: left;
        height: 35vh;
    }

    .count-box,
    .feature-box-2 {
        padding: 30px;
        -webkit-box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
        box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
        margin-bottom: 30px;
        border-radius: 5px;
        background-color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-align: left;
        height: 42vh;
    }
  }

.icofont
{
    font-size: 50px;
}

.read-more {
    color: #bdbdbd;
    display: inline-block;
    padding: 5px 0;
}

.read-more:after {
    content: "\eb55";
    display: inline-block;
    font-family: "icofont";
    color: #3e7bf0;
    font-size: 22px;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.read-more:hover:after {
    opacity: 1;
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
}

/*-- 10.Easy Pie Chart --*/

.skills .skill {
    text-align: center;
    margin-bottom: 30px;
}

.skills .skill .chart {
    position: relative;
}

.skills .skill .chart > span {
    position: absolute;
    left: 50%;
    top: 27%;
    font-weight: 600;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.skill .counter:after {
    content: "%";
}

/*-- 11. Filter-Controls --*/

.filter-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}


.filter-controls li {
    display: inline-block;
    position: relative;
    padding: 8px 30px;
    margin-bottom: 20px;
    color: #4f4f4f;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 0 rgba(135, 181, 255, 0.5), 0 0 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(135, 181, 255, 0.5), 0 0 0 0 rgba(135, 181, 255, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.filter-controls li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #3e7bf0;
    background: -webkit-gradient(linear, left top, right top, from(#3e7bf0), to(#c2e9fb));
    background: linear-gradient(to right, #3e7bf0 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bf0', endColorstr='#c2e9fb', GradientType=1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.filter-controls li.active {
    color: #ffffff;
    -webkit-box-shadow: 0 2px 0 0 rgba(135, 181, 255, 0.5), 0 4px 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 2px 0 0 rgba(135, 181, 255, 0.5), 0 4px 0 0 rgba(135, 181, 255, 0.5);
}

.filter-controls li.active:before {
    opacity: 1;
}

.mix {
    display: none;
    margin: 0;
    padding: 0;
}

/*-- 12. FIlter-Box --*/

.filter-box {
    position: relative;
}

.filter-box .filter-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 30px;
    color: #ffffff;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.filter-box:hover .filter-hover {
    opacity: 1;
}

.filter-box .filter-hover h5 {
    color: #ffffff;
    position: relative;
    padding: 10px 0;
}

.filter-box .filter-hover h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #ffffff;
}

.site2 .filter-box .filter-hover h5 {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.filter-box .filter-hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c2e9fb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2e9fb), to(#3e7bf0));
    background: linear-gradient(to bottom, #c2e9fb 1%, #3e7bf0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e9fb', endColorstr='#3e7bf0', GradientType=0);
    opacity: 0.6;
    z-index: -1;
}

.filter-box .filter-hover .filter-popup {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

.filter-box .filter-hover .filter-popup:before,
.filter-box .filter-hover .filter-popup:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.filter-box .filter-hover .filter-popup:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.filter-box .filter-hover img {
    width: 100%;
}

/*-- 13. Team-Area --*/

.team-box {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 30px;
}

.team-box .team-image img {
    width: 100%;
}

.team-hover {
    padding: 20px;
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.team-box.two .team-hover {
    height: auto;
    top: auto;
    bottom: -100%;
}

.team-box:hover .team-hover {
    top: 0;
}

.team-box.two:hover .team-hover {
    top: auto;
    bottom: 0;
}

.team-hover .team-social-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
}

.team-hover .team-social-menu a {
    border-right: 1px solid #ededed;
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    background: -webkit-linear-gradient(#3e7bf0, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-hover .team-social-menu a:last-child {
    border-right: none;
}

.team-hover .t_sub_title,
.team-hover .t_title {
    display: block;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
}

.team-hover .t_title {
    font-size: 18px;
}

.team-hover .t_sub_title {
    margin-bottom: 20px;
}


.team-hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c2e9fb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2e9fb), to(#3e7bf0));
    background: linear-gradient(to bottom, #c2e9fb 1%, #3e7bf0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e9fb', endColorstr='#3e7bf0', GradientType=0);
    z-index: -1;
    opacity: 0.9;
}

.team-box.two .team-hover:before {
    opacity: 1;
}

.team-hover .bar_group {
    position: relative;
}

.team-hover .bar_group__bar.thick {
    width: 0%;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: width 1s;
    transition: width 1s;
    z-index: 1;
    margin-bottom: 30px !important;
}

.team-hover .bar_group__bar.thick::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    opacity: 1;
    width: 95%;
    height: 3px;
    border-radius: 6px;
    background: #e4e2e2;
    z-index: -1;
}

.team-hover .b_tooltip {
    position: relative;
    float: left;
    left: 100%;
    padding: 5px 5px 3px 5px;
    background-color: #ffffff;
    color: #6b6d6f;
    -webkit-transform: translateX(-50%) translateY(-30px);
    transform: translateX(-50%) translateY(-30px);
    border-radius: 2px;
    line-height: 1em;
}

.team-hover .b_tooltip:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    bottom: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ffffff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.team-hover .b_tooltip span:after {
    content: "%";
}

.team-hover .bar_label_min,
.team-hover .bar_label_max {
    display: none;
}

.team-hover .bar_group .b_label {
    font-size: 16px;
}


/*-- 14. Price-box --*/

.prices [class|='col'] {
    padding: 0 !important;
    margin: 0 !important;
}

.price-tabs {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.price-tabs li {
    display: inline-block;
    font-size: 18px;
}

.price-tabs li:after {
    content: "/";
}

.price-tabs li:last-child:after {
    content: "";
}

.price-tabs li a {
    color: #898989;
}

.price-tabs li.active a {
    color: #4f4f4f;
}

.price-tabs li a {
    padding: 5px 10px;
}

.price-box {
    padding: 50px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.price-box:hover {
    padding: 60px 30px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    z-index: 9;
}

.price-box .amount {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
}

.price-box .amount span {
    font-size: 14px;
    font-weight: 300;
}

.price-box .price-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 60px;
}

.price-box .price-list li {
    padding: 5px 0;
}

.price-box .price-list li:before {
    content: '\efac';
    font-family: 'icofont';
    margin-right: 5px;
}

.price-box .bttn {
    z-index: 1;
}

.price-box .bttn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3e7bf0;
    background: -webkit-gradient(linear, left top, right top, from(#3e7bf0), to(#c2e9fb));
    background: linear-gradient(to right, #3e7bf0 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bf0', endColorstr='#c2e9fb', GradientType=1);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.price-box .bttn:hover:before {
    opacity: 1;
}

.price-box .bttn:hover {
    -webkit-box-shadow: 0 5px 0 0 rgba(135, 181, 255, 0.5), 0 10px 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 5px 0 0 rgba(135, 181, 255, 0.5), 0 10px 0 0 rgba(135, 181, 255, 0.5);
}

/*-- 15. Blog-Area --*/

.blog-box {
    border-radius: 5px;
    overflow: hidden;
}

.blog-box .blog-details {
    padding: 30px;
    color: #ffffff;
    background: #3e7bf0;
    background: -webkit-gradient(linear, left top, right top, from(#3e7bf0), to(#c2e9fb));
    background: linear-gradient(to right, #3e7bf0 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bf0', endColorstr='#c2e9fb', GradientType=1);
}

.blog-box .blog-image img {
    width: 100%;
}

.blog-box .blog-details h4 a {
    color: #ffffff;
}

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

.blog-list:last-child {
    margin-bottom: 0;
}

.blog-list:after {
    content: "";
    display: block;
    clear: both;
}

.blog-list .blog-list-image {
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 30px;
}

.blog-list .blog-list-meta {
    margin-bottom: 10px;
}


/*-- 16. Count-Box --*/

.count-box {
    margin-bottom: 0;
    text-align: center;
}

.count-box .count-icon {
    display: block;
    position: relative;
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: auto auto 20px auto;
    background: #3e7bf0;
    background: -webkit-gradient(linear, left top, right top, from(#3e7bf0), to(#c2e9fb));
    background: linear-gradient(to right, #3e7bf0 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bf0', endColorstr='#c2e9fb', GradientType=1);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.count-box .count-icon i.icofont {
    background: -webkit-linear-gradient(#c2e9fb, #3e7bf0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.count-box .count-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40%;
    margin-top: -40%;
    width: 80%;
    height: 80%;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 50%;
}

.count-box .count_title {
    display: block;
    font-size: 18px;
    color: #4f4f4f;
}

.count-box .count {
    font-size: 50px;
    font-weight: 700;
}

/*-- 17. Footer-Area --*/

.footer-single ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-single ul li {
    padding: 5px 0;
}

.footer-single ul li a:hover {
    text-decoration: underline;
}

.footer-area .social-menu a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: left;
    margin-top: 8px;
}

.footer-area .footer-bottom .copyright {
    border-top: 1px solid #f2f2f2;
    text-align: center;
    padding: 30px;
}

.footer-single
{
  margin-left: 30px;
}

.footer-single .icofont
{font-size: 16px;
    margin-right: 10px;
  color: #3e7bf0;
  }

  .footer-single ul li
  {
    font-size: 15px;
    }

  .footer-single ul li a
  {
    font-size: 15px;
    text-decoration: none;
    }

  .footer-single ul li a:hover
{
  color: #3e7bf0;
  text-decoration: none;
  }

.my-form {
  display: flex;
  box-shadow:
  0px 1.1px 5.4px rgba(0, 0, 0, 0.015),
  0px 2.9px 12.7px rgba(0, 0, 0, 0.022),
  0px 5.8px 22.9px rgba(0, 0, 0, 0.026),
  0px 12px 38px rgba(0, 0, 0, 0.03),
  0px 33px 60px rgba(0, 0, 0, 0.04);
  margin-top: 25px;
  width: 60%;
}

.my-form > .submit {
  padding: 15px 35px;
  background: #3e7bf0;
  outline: none;
  border: 0;
  color: white;
  font: 500 17px Montserrat, sans-serif;
  cursor: pointer;
  transition: 0.2s ease-out all;
  box-shadow:
  0px 1.1px 5.4px rgba(0, 0, 0, 0.015),
  0px 2.9px 12.7px rgba(0, 0, 0, 0.022),
  0px 5.8px 22.9px rgba(0, 0, 0, 0.026),
  0px 12px 38px rgba(0, 0, 0, 0.03),
  0px 33px 60px rgba(0, 0, 0, 0.04)
;
}

.my-form > .submit:hover {
  background: #4884f3;
}

.email-input{
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  padding: 15px !important;
  outline: 0 !important;
  border: 0;
  box-shadow: none !important;
  width: 300px;
  max-width: 100% !important;
  font: 500 17px Montserrat, sans-serif !important;
}

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


  .footer-single
{
  margin-left: 20px;
  margin-top: 20px;
}

.footer-text
{
  margin-left: 20px;
}
}

@media screen and (max-width: 767px) {
  .my-form {
    display: flex;
    width: 100%;
  }

  .footer-single
{
  margin-left: 20px;
}

.footer-text
{
  margin-left: 20px;
}
  
  .email-input {
    width: 80%;
    margin: auto;
  }
  
  .newsletter-fing-section{
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .newsletter-fing-title{
    font: 500 35px Montserrat, sans-serif;
  }
  
  .newsletter-fing-text{
    font: 400 14px Montserrat, sans-serif;
    margin-bottom: 30px;
  }
}

/*-- 18. Preloader --*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e7bf0;
  /*background: -webkit-gradient(linear, left top, right top, from(#3e7bf0), to(#c2e9fb));*/
  /*background: linear-gradient(to right, #3e7bf0 0%, #c2e9fb 100%);*/
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bf0', endColorstr='#c2e9fb', GradientType=1);
  z-index: 999999;
}

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  /* background-color: #ffffff; */
  animation: sk-zoom 1.2s infinite ease-in-out;
  transform-origin: center;
}

@keyframes sk-zoom {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.2);
  }
  100% {
      transform: scale(1);
  }
}


/*.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3e7bf0;*/
    /*background: -webkit-gradient(linear, left top, right top, from(#3e7bf0), to(#c2e9fb));*/
    /*background: linear-gradient(to right, #3e7bf0 0%, #c2e9fb 100%);*/
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bf0', endColorstr='#c2e9fb', GradientType=1);
    z-index: 999999;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;/
    /*background-color: #ffffff;*/
    /*-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}*/

/*-- 19. Accordion-style --*/

.accordion1 .panel {
    margin-bottom: 30px;
}

.accordion1 .panel a {
    display: block;
    padding: 8px 10px 8px 70px;
    position: relative;
    border: 1px solid #e2e2e2;
    color: #4f4f4f;
    font-size: 16px;
}

.accordion1 .panel:last-child {
    margin-bottom: 0;
}

.accordion1 .panel a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: #3e7bf0;
    /*background: -webkit-gradient(linear, left top, right top, from(#3e7bf0), to(#c2e9fb));
    background: linear-gradient(to right, #3e7bf0 0%, #c2e9fb 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bf0', endColorstr='#c2e9fb', GradientType=1);
}

.accordion1 .panel a:after {
    content: "\f0a5";
    font-family: 'icofont';
    line-height: 40px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    text-align: center;
}

.accordion1 .panel a[aria-expanded="true"]:after {
    content: '\f074';
    font-size: 20px;
}

.accordion1 .panel .text-body {
    padding: 30px 30px 30px 70px;
    border: 1px solid #e2e2e2;
    border-top: none;
}

/*-- 20. Service-Box-Style --*/

.service-box {
    padding: 10px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.2);
    box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.service-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
}

.service-box .box-image {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.service-box .box-image img {
    width: 100%;
}

.service-box .box-image .box-plus {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #6b6d6f;
    line-height: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.4);
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.4);
}

.service-box .box-text {
    padding: 0 20px;
}

/*-- 21. process-area --*/

.process {
    background: url('images/service-line.jpg') no-repeat scroll top 20px center;
    color: #6b6d6f;
}

.single-process .process-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.single-process .process-icon i.icofont {
    background: -webkit-linear-gradient(#3e7bf0, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-- 22. Testimonials --*/

.testimonials .single-testimonial {
    background-color: #ffffff;
    padding: 80px 100px 50px 100px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 3px;
}

.testimonials .single-testimonial:before {
    content: "\f0b1";
    font-family: 'icofont';
    position: absolute;
    left: 50%;
    top: 30px;
    font-size: 40px;
    color: #e8e8e8;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonials .single-testimonial .testimonial-text {
    font-size: 18px;
    margin-bottom: 30px;
}

.testimonials .testimonial-img {
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 60px;
    height: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-controls .owl-nav {
    text-align: center;
}

.owl-controls .owl-nav > div {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    margin: 10px 5px;
    color: #969696;
}

.testimonials .owl-controls .owl-nav > div {
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.testimonials .owl-controls .owl-nav > div.owl-next {
    left: auto;
    right: -25px;
}

/*-- 23. Contact-Area --*/

.contact-section
{
 margin-top: -60px;
    padding-bottom: 100px;
}

.contact-area {
    position: relative;
    z-index: 3;
    padding: 100px 0;
    margin-bottom: -160px;
}

.contact-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1370px;
    max-width: 98%;
    height: 100%;
    background: rgba( 255, 255, 255, 0.45 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 6.5px );
    -webkit-backdrop-filter: blur( 6.5px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    /*background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);*/
    z-index: -1;
    border-radius: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea {
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    outline: none;
}

.contact-form .form-double input[type="text"],
.contact-form .form-double input[type="number"],
.contact-form .form-double input[type="email"],
.contact-form .form-double input[type="password"],
.contact-form .form-double textarea {
    width: calc(50% - 15px);
    float: left;
}

.contact-form .form-double input[type="text"]:last-child,
.contact-form .form-double input[type="number"]:last-child,
.contact-form .form-double input[type="email"]:last-child,
.contact-form .form-double input[type="password"]:last-child,
.contact-form .form-double textarea {
    float: right;
}

.contact-info {
    padding: 30px 30px;
    color: #ffffff;
    background: #3e7bf0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bf0', endColorstr='#c2e9fb', GradientType=1);
    border-radius: 3px;
}

.contact-info .info {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}


.contact-info .info li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
    line-height: 2.3em;
}

.contact-info .info li a {
color: #fff;
text-decoration: none;
}

.contact-info .info li a:hover {
  color: #fff;
  text-decoration: none;
  }

.contact-info .info li:last-child {
    margin-bottom: 0;
}

.contact-info .info li .info-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 50%;
}

.contact-info .info li .info-icon i.icofont {
    background: #3e7bf0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-icon .icofont
{
    font-size: 20px;
}

.social-menu-2 a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
}

.social-menu-2 .icofont
{
    font-size: 20px;
}

.social-menu-2 a:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.8);
}

.social-menu-2 a i.icofont {
    background: #3e7bf0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#maps {
    width: 100%;
    height: 600px;
}

.social-menu a .icofont
{
    font-size: 20px;
}

.social-menu a .icofont:hover
{
    color: #3e7bf0;
}



.copyright .icofont
{
    font-size: 20px;
}


