/**
* Template Name: Ninestars
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Heavy.eot');
  src: url('../fonts/Nexa-Heavy.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Nexa-Heavy.woff2') format('woff2'),
      url('../fonts/Nexa-Heavy.woff') format('woff'),
      url('../fonts/Nexa-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa Extra';
  src: url('../fonts/Nexa-ExtraLight.eot');
  src: url('../fonts/Nexa-ExtraLight.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Nexa-ExtraLight.woff2') format('woff2'),
      url('../fonts/Nexa-ExtraLight.woff') format('woff'),
      url('../fonts/Nexa-ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexab';
  src: url('../fonts/NexaBold.eot');
  src: url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/NexaBold.woff2') format('woff2'),
      url('../fonts/NexaBold.woff') format('woff'),
      url('../fonts/NexaBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Poppins", sans-serif;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 32px;

}

a {
  color: #000000;
  text-decoration: none;
}

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


h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Poppins", sans-serif;
  color: #1a1317;
  font-weight: 600;
}
ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

p{
  font-family: "Poppins";
  color: #767e83;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #eb5d1e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

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

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topHeader{
  background-color: #121e2d;
}
ul.topInfo{
  align-items: center;
}
ul.topInfo li{
  position: relative;
  padding-left: 25px;
}
ul.topInfo li i.fas {
  position: absolute;
  top: 6px;
  left: 0px;
}
ul.topInfo li,
ul.topInfo li a {
  color: #fff;
}
.tpEmail i, .tpPhone i{
  color: #ff4a17;
}
.top-social-link a{
  background-color: #0b131e;
  display: inline-block;
  padding: 4px 12px;
}
.top-social-link a:hover i{
  color: #ff4a17;
}

.hero__section{
  background: url('../img/hero-bg.webp') no-repeat left top;
}









/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.main__Navbar{
  padding: 20px 0;
}
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  font-family: "Poppins";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 18px;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: capitalize;
}

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

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

.gtsbtn,
.gtsbtn:focus {
  background: #ef3f23;
  color: #fff;
  padding: 11px 30px;
  margin-left:0px;
  border-radius: 100px;
  font-size: 14px;
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight:600;
  display: inline-block;
  letter-spacing:1px;
}

.gtsbtn:hover,
.gtsbtn:focus:hover {
  color: #fff;
  background: #ee7843;
}

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

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 64, 57, 0.9);
  transition: 0.3s;
  z-index: 9;
}

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero__caption{
  width: 100%;
}
.gw-btn .btn {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding: 15px 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background: #ef3f23;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
}
.bnrTitle {
  font-family: "Bebas Neue", sans-serif;
  font-size:72px;
  line-height: 65px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
.bnrTitle span{
  font-size: 100px;
  color: #ff4a17;
}

h1, h2{
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 500;
  color: #121e2d;
}



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

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

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

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #4e4039;
}
.abt__content{
  padding-left: 65px;
}
ul.abtlist{
  margin: 0px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  
}
ul.abtlist > *{
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
ul.abtlist li{
  flex: 0 0 auto;
  width: 50%; 
  
}
ul.abtlist li:nth-child(3),
ul.abtlist li:nth-child(4){
  margin-top: 22px;
}
.abtlistbx{
  background-color: #efefef;
  padding: 30px 35px;
  border-radius: 12px;
}
.abtlistbx [class*=ti-]{
  font-size: 48px;
  color: #ff4a17;
  margin-bottom: 20px;
  display: block;
}
.abtlistbx h4{
  font-family: "Poppins";
  font-size: 48px;
  line-height: 42px;
  color: #121e2d;
  font-weight: 600;
  margin: 0px;
}
.abtlistbx p {
  font-size: 18px;
  color: #121e2d;
  margin: 0px;
}
.mb-140{
  margin-bottom: 140px;
}
.mt-124 img {
  margin-top: -190px;
}

.everMx-width {
  max-width: 651px;
  margin-left: -61px;
}
.aneverText {
  white-space: nowrap;
}
.everEvlndgnt{
  position: relative;
  padding: 60px 0 120px;
}
.everEvlndgnt::before{
  content: " ";
  display: block;
  position: absolute;
  background-color: #f3f3f3;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}
.everEvlng{
  display: flex;
  align-items: center;
}

.servbg{
  background: url('../img/our-services-bg.webp') no-repeat center;
  background-size: cover;
}
.servbg h2{
  color: #fff;
}
.ourSerItem{
  padding: 40px 20px;
}
.ourSerItem img{
  margin-bottom: 25px;
}
.ourSerItem h4{
  font-family: "Poppins";
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  margin: 0px 0 15px;
}
.ourSerItem p {
  font-size: 16px;
  color: #fff;
}

.ourService_section .row [class*=col-]{
  border-right: 1px solid #323944;
}
.ourService_section .row [class*=col-]:nth-child(3),
.ourService_section .row [class*=col-]:nth-child(6){
  border-right: none;
}
.ourService_section .row [class*=col-]:nth-child(4),
.ourService_section .row [class*=col-]:nth-child(5),
.ourService_section .row [class*=col-]:nth-child(6){
  border-top: 1px solid #323944;
}


.ourWrkbx{
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0 7px 12px rgba(127, 137, 161, 0.25);
  padding: 40px 0 0;
  overflow: hidden;
  max-width: 220px;
  margin: 0 auto;
}
.ourWrkbx span{
  display: block;
  font-size: 48px;
  color: #ff4a17;
}
.ourWrkbx h4{
  font-family: "Poppins";
  font-size: 24px;
  line-height: 28px;
  color: #121e2d;
  font-weight: 600;
  margin: 20px 0 30px;
}
.ourWrkbx h5{
  font-family: "Poppins";
  font-size: 60px;
  line-height: 13px;
  color: #e7e8ea;
  font-weight: 600;
}
.our-work-process{
  position: relative;
  padding-bottom: 90px;
}
.our-work-process::after{
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url('../img/our-work-process-bg.webp') no-repeat center bottom;
  z-index: -2;
          
}
.our-work-process .row{
  position: relative;
}
.our-work-process .row::before{
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  background: url('../img/bx-line.webp') no-repeat center;
  top: 0;
  left: 0;
  z-index: -1;
}


.letsworkBoxes h2{
  font-size: 40px;
}
.letsworkBoxes {
  max-width: 468px;
  padding: 45px 45px;
  box-shadow: 0 0px 43px rgba(98, 143, 144, 0.2);
  margin-right: auto;
  margin-left: 100px;
}

.letswrkrt {
  display: flex;
  align-items: center;
}
.letsworkBoxes .form-group{
  margin-bottom: 20px;
}
.letsworkBoxes .form-control{
  box-shadow: none;
  border: none;
  background-color: #f3f8f8;
  font-size: 16px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
}
.letsworkBoxes textarea.form-control{
  height: 90px;
}
.letsworkBtn .btn.btn-danger{
  font-family: "Poppins";
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #ff4a17;
  box-shadow: none;
  border: none;
  padding: 16px 50px;
  border-radius: 60px;

}
.pricing_header {
  background: #ff4a17 url('../img/shape-line.webp') no-repeat center bottom;
  background-size: 100%;
  padding:35px 35px 60px;
  border-radius: 15px 15px 0 0;
}
.prcbg{
  background: #121e2d url('../img/shape-line.webp') no-repeat center bottom; 
  background-size: 100%;
}
.pricing_title{
  font-family: "Poppins";
  font-size: 30px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 55px;
}
.price_item span.sign{
  color: #fff;
  font-size: 36px;
  margin-top: -12px;
  display: inline-block;
  vertical-align: top;
}
 
.price_item span.currency{
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}
.price_item span.month{
  color: #fff;
}
.pricing_plan ul.nav-tabs{
  justify-content: center;
  margin-bottom: 30px;
  border: none;
}
.pricing_plan ul.nav-tabs li{
  margin: 5px 20px;
}
.pricing_plan ul.nav-tabs .nav-link{
  font-family: "Poppins";
  font-size: 24px;
  line-height: 24px;
  color: #c4c4c4;
  font-weight: 700;
  border-color: transparent;
  border-radius: 0px;
}
.pricing_plan ul.nav-tabs .nav-link.active{
  color: #121e2d;
  border-bottom: 4px solid #ff4a17;
  border-radius: 0px;
  
}
.pricing_plan .accordion-item{
  border: none;
}
.pricing__plan_items{
  background-color: #fff;
  box-shadow: 0 11px 43px rgba(98, 143, 144, 0.2);
}
.price_body{
  padding: 35px 35px 35px;
}
.price_feature_list ul li{
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #727272;
  margin-bottom: 10px;
}

.price_feature_list ul li::before{
  content: " ";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('../img/check-icon.webp') no-repeat left top;
  top: 6px;
  left: 0px;
}
.price_btn{
  margin-top: 30px;
}
.price_btn .get_started {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #121e2d;
  box-shadow: none;
  border: none;
  padding: 16px 50px;
  border-radius: 60px;
  width: 100%;
  display: block;
  text-align: center;
}
.prcbt_bg .get_started{
  background: #ff4a17;
} 



@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}

.What_clients_say{
  background: #121e2d;
}
.What_clients_say h2{
  color: #fff;
}

.whatClientsay .owl-carousel .owl-item img{
  width: auto;
}
.tstmlsbx{
  background: #fff;
  padding: 52px 40px;
  border-radius: 15px;
  height: 100%;
}
.tstmlsHdr{
  display: flex;
  align-items: center;
  gap:20px;
  margin-bottom: 30px;
}
.tstmlThumb{
    width:82px;
}
.tstmlsHdr h4{
  font-family: "Poppins";
  font-size: 20px;
  line-height: 20px;
  color: #1c2a47;
  font-weight: 700;
  margin: 0px 0 8px;
}
.tstmlsHdr p {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 20px;
  color: #ff4a17;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.tstmlsCnt p{
  font-weight: normal;
  font-style: italic;
  color: #7b7b7b;
  margin: 0px;
}

.whatClientsay {
  padding:0 60px;
}
.whatClientsay .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  background: #fff;
  color: #030303;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;

}
.whatClientsay .owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}
.whatClientsay .owl-carousel .owl-nav button.owl-next {
  right: -70px;
}



.whatClientsay .owl-carousel .owl-stage{
    display:flex;
}
.whatClientsay .owl-carousel .owl-item{
    display:flex;
}

.latestblog img{
  width: 100%;
  border-radius: 15px;
}
span.newsCat{
  background: #ff4a17;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  line-height: 1;
  margin: 30px 0;
}
.latestblog h4{
  font-family: "Poppins";
  font-size: 20px;
  line-height: 30px;
  color: #121e2d;
  font-weight: 700;
  margin: 0px 0 20px;
  
}
.latestblog p{
  text-transform: uppercase;
  color: #b0b0b0;
  letter-spacing: 3px;
}

.footerLogo {
  background: #ff4a17;
}

@media (min-width: 768px) {
.footerLogo .col-md-3 {
    width: 14%;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .brandlogo img{
    width: 100%;
  }
  }
@media (min-width: 768px) and (max-width: 991px){
  .brandlogo img{
    width: 100%;
  }
  }
  @media (max-width: 767px){
    .footerLogo .row{
      justify-content: center;
    }
    .brandlogo{
      padding: 10px 0;
    }
    .brandlogo img{
      width: 100%;
    }

    }
    @media (max-width: 576px){
      .footerLogo .row{
        justify-content: center;
      }
      .brandlogo{
        padding: 10px 0;
      }
      .brandlogo img{
        width: 100%;
      }
      .footerLogo .row [class*=col-] {
        width: 50%;
      }



      } 


/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.page-404{
  background-color: #f8f8f8;
}
.pg404 h4{
  font-size: 34px;
}
.pg404 p {
  max-width: 600px;
  margin: 0 auto;
}
.pg404 img{
  margin-bottom: 35px;
}



.inner-banner {
  position: relative;
}
.innerBnr__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: left;
}
.inner__Title {
  font-family: "Bebas Neue";
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.wbsd_klta_content p,
.trustedText{
  font-size: 18px;
}
.wbsd_klta_valign {
  display: flex;
  align-items: center;
}

.wbsd_klta_content h5{
  font-family: "Poppins";
  font-size: 20px;
  line-height: 24px;
  color: #121e2d;
  font-weight: 700;
  margin-bottom: 35px;
}
ul.socsbsd_list{
  margin: 0px;
}
ul.socsbsd_list li{
  position: relative;
  padding-left: 50px;
}
ul.socsbsd_list li span.listNum {
  background-color: #121e2d;
  font-family: "Poppins";
  font-size: 26px;
  line-height: 18px;
  display: inline-block;
  color: #7a7d83;
  font-weight: 700;
  padding: 13px 0 0 0;
  width: 32px;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}



.get_in_touch_ask {
  background:#ff4a17 url(../img/get-in-touch-shape.webp) no-repeat center top;
  padding-top: 160px;
}
.get_in_touch_ask h2{
  font-family: "Poppins";
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}
.getouchBtn {
  background: #fff;
  color: #121e2d;
  padding: 11px 30px;
  margin-left: 0px;
  border-radius: 100px;
  font-size: 18px;
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.getouchBtn:hover{
  color: #ff4a17;
}
.btn-black {
  background: #121e2d;
  color: #fff;
}
.btn-black i{
  color: #ff4a17;
}
.btn-black:hover {
  color:#ff4a17 ;
}

.driving__business__growth p{
  font-size: 18px;
  line-height: 34px;
}
.driving__business__growth h3{
  font-family: "Poppins";
  font-size: 40px;
  line-height: 50px;
  color: #121e2d;
  font-weight: 600;
  margin-bottom: 15px;
}
.drvngBusnsThumb img{
  border-radius: 20px;
}

.online__growth__website {
  background:#e7e7e7 url(../img/lets-connect-shape.webp) no-repeat center bottom;
  padding-bottom: 160px;
}
.online__growth__website h2{
  font-family: "Poppins";
  font-size: 40px;
  line-height: 50px;
  color: #121e2d;
  font-weight: 600;
}
.letConnectLink {
  font-family: "Poppins";
  font-size: 40px;
  line-height: 50px;
  color: #ff4a17;
  font-weight: 600;
}
.btn-red{
  background: #ff4a17;
  color: #fff;
}
.btn-red:hover{
  background: #fff;
}
ul.otherServices{
  margin: 0 -10px;
}
ul.otherServices li{
  display: inline-block;
  margin-right: -4px;
  padding: 0 10px;
  width: 16.66%;
}
ul.otherServices li .othrServItem{
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 32px 20px;
}
ul.otherServices li .othrServItem h5{
  font-family: "Poppins";
  font-size: 17px;
  line-height: 24px;
  color: #121e2d;
  font-weight: 500;
  margin-top: 15px;
}
.smeof__content h5{
  line-height: 32px;
}
.smeof__content ul li {
  margin-bottom: 25px;
}



.lveMsgbox {
  background-color: #f2f2f2;
  padding: 90px 100px;
}
.lveMsgbox h2 {}
.lveMsgbox .form-control {
  border: none;
  border-radius: 0px;
  height: 55px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06);
}
.lveMsgbox textarea.form-control {
  height: 140px;
}
.leaveMsg__botton .btn.btn-danger {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff4a17;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0px;
  border: none;
  border-radius: 100px;
}

.getinTouch i{
  font-size: 34px;
  color: #ff4a17;
  border-radius: 200px;
  border: 1px solid #ff4a17;
  width: 110px;
  height: 110px;
  margin-bottom: 35px;
  line-height: 110px;
}
.getinTouch h5 {
  font-family: "Poppins";
  font-size: 20px;
  color: #121e2d;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  margin-top: 22px;
}
.getinTouch p,
.getinTouch a {
  font-size: 18px;
  color: #363636;
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 32%;
  position: relative;
  /* transition: all 5s ease-in-out; */
  top: 50%;
  transform: translateY(-50%);
}


.popup .close {
  position: absolute;
  top: 6px;
  right: 12px;
  transition: all 200ms;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #ff4a17;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}



.btn-close {
  cursor: pointer;
  position: relative;
  right: -5px;
  top: 5px;
  margin: 3px;
  width: 20px;
  height: 20px;
  float: right;
}

.clear {
  clear: both;
}




.modal-wrapper {
  display: flex;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  background: rgba(25, 18, 12, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-wrapper.open {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

.modal {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  max-width: 600px;
  height: auto;
  position: relative;
  margin: auto;
  background: #fff;
  
  box-shadow: 0px 16px 16px -6px rgba(47, 46, 38, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transform: scale(0.7);
  border-radius: 15px;
  /* IE 9 */
  -webkit-transform: scale(0.7);
  /* Safari */
  transform: scale(0.7);
}

.modal-wrapper.open .modal {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}

.content {
  text-align: center;
}
.pupupForm{
  padding: 30px 25px;
  padding-top: 0px;
}
.pupupForm .form-control {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  font-size: 16px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1);
}
.pupupForm textarea.form-control {
  height:100px;
}
.modal h2 {
  margin-top: 0;
  color: #333;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .modal {
    width: 95%;
    height: auto;
    padding: 0;
  }

  .btn-close {
    right: 5px;
  }
  .pupupForm .col-md-6.mt-4{
    margin-top: 12px !important;
  }



}


.cmpBndg__content {
  color: #fff;
  padding: 60px 35px;
  height: 100%;
}
.cmpbng__bg {
  background-color: #121e2d;
}
.cmpBndg__content p {
  color: #fff;
  font-size: 18px;
}
.cmpBndg__content h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size:60px;
  line-height:60px;
}
.cmpBndg__thumb img{
  width: 100%;
}
.wbsd_klta_thumb img{
  width: 100%;
}



.seo_includes_the_following {
  background:url('../img/seo-includes-the-following-core-elements.webp') no-repeat center;
  background-size: cover;
}
.seo_includes_the_following h2 {
  color: #fff;
}
.seoIncld_item{
  border: 1px solid #959595;
  padding: 50px 25px;
  height: 100%;
}
.seoIncld_item h4{
  color: #ff4a17;
  margin: 15px 0;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
}
.seoIncld_item p{
  color: #fff;
}
.with_strat {
  font-size: 18px;
  color: #fff;
}

.sdfltHdr p{
  font-size: 18px;
}

.lets-cnnect-text span{
  font-weight:300;
}
.slvrsList li {
  margin-bottom: 25px;
}
.driv_qlfd {
  color: #121e2d;
  font-weight: 500;
  font-size: 25px;
}

.dataLedbx{
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
  padding: 32px 20px;
  height: 100%;
}
.letIndiaText{
  font-family: "Poppins";
  font-weight: 500;
  line-height: 35px;
  font-size: 22px;
}

.offer-a-range{
  background-color: #f4f4f4;
  padding: 30px 25px;
  text-align: center;
}
.offer-a-range p{
  font-size: 18px;
  color: #595959;
  margin: 0px;
}
.offer-a-range span{
  color: #ff4a17;
}
.get-price-estimates {
  background-color: #121e2d;
  border-radius: 12px;
  padding: 35px 60px;
}
.get-price-estimates h5{
  font-family: "Poppins";
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}
.prcfsec p{
  font-size: 18px;
}
.getPricbx {
  background-color: #080f17;
  padding: 23px 15px;
  height: 100%;
}
.getPricbx img{
  margin-bottom: 15px;
}
.getpric span{
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.getpric a {
  font-family: "Poppins";
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.getpric a.clickHere{
  font-size: 18px;
  font-weight: 400;
  color: #ff4a17;
}
.w-willtext{
  font-size: 18px;
  color: #080f17;
}


/* Blog */

.blogbx {}
.blogbx img{
  border-radius: 12px;
}
.blog-date {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #b0b0b0;
  letter-spacing: 2px;
  margin: 20px 0;
}
.blogbx h3{
  font-family: "Poppins";
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #121e2d;
  margin-bottom: 20px;
}
.blogbx p{
  line-height: 26px;
}
.blogbx p strong{
  color: #121e2d;
}
.blog-link {
  font-weight: 600;
  color: #ff4a17;
}


.blgDtls_thumb img{
  width: 100%;
  border-radius: 15px;
}

.blgDtlsCnt h2{
  font-size: 40px;
  margin-top: 30px;
  line-height: 47px;
}
.blog-info h5{
  font-family: "Poppins";
  font-size: 16px;
  color: #ff4a17;
  margin: 0px 15px 0 0px;
}
.blog-info a {
  margin: 0 5px;
}
.blog-info .blog-date {
  margin-left: 30px;
}
.blog-info .blog-date span{
  font-family: "Poppins";
  font-size: 16px;
  color: #ff4a17;
  letter-spacing: 0;
}
.blgDtlsCnt h4{
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  margin-top: 35px;
}


.blg-contect {
  background-color: #ff4a17;
  border-radius: 15px;
  text-align: center;
  padding: 35px 30px;
}
.blg-contect h4{
  font-size: 30px;
  color: #fff;
}
.blg-contect a {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
.blog-sidebar .letsworkBoxes{
  margin-left: 0px;
  margin-top: 45px;
}
.recentPost{
  margin-top: 55px;
}
.recentPost h4{
  font-size: 34px;
  margin-bottom: 0px;
}
.blog-img img{
  max-width: 185px;
  border-radius: 5px;
}
.recentPost .heading {
  font-size: 17px;
  line-height: 23px;
  display: block;
}
.meta div{
  color: #b0b0b0;
}


ul.bloglist{}
ul.bloglist li{
  position: relative;
  padding-left: 24px;
  color: #767e83;
}
ul.bloglist li::before{
  content:" ";
  display: block;
  width: 14px;
  height: 14px;
  background: url('../img/dobble-arrow.webp') no-repeat left top;
  position: absolute;
  top: 8px;
  left: 0;
}

.dfltHdr h3{
  font-size: 30px;
  color: #ff4a17;
  margin-bottom: 20px;
}
.dfltHdr p{
  font-size: 18px;
  color: #767e83;
}
strong{
  color:#121e2d;
}
.wrdprs_dvlmnt_exprt p{
  font-size: 18px;
}
.wrdprs_dvlmnt_thumb img{
  border-radius: 15px;
}

.bspkslt p{
  font-size: 18px;
}
.bsbsw_items {
  background-color: #fff;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 25px 10px;
  height: 100%;
}
.bsbsw_items h5{
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
}
.bsbsw_items p{
  font-size: 15px;
  line-height: 24px;
}
.pricing_Tailored h5{
  font-size: 20px;
}
.pricing_Tailored p{
  font-size: 18px;
}
.prcgTlrd_list li{
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 15px;
}
ul.prcgTlrd_list li img{
  position: absolute;
  top: 10px;
  left: 0;
}

.our_happy_customers {
  background: #ff4a17;
}
.our_happy_customers h2{
  color: #fff;
  margin-bottom: 40px;
}
.ourHappyCustm_box{
  background: #fff;
  padding: 35px 20px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.24);
}
.ourHappyCustm_box p{
  font-size: 15px;
  color: #686868;
  line-height: 26px;
  font-style: italic;
}
.bring_your_wordpress h3{
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 25px;
}
.bring_your_wordpress p{
  font-size: 18px;
}

.wrdpdvlp_getouch{
  background: #e7e7e7 url('../img/gray-shape-01.webp') no-repeat center top;
  padding-top: 160px;
  padding-bottom: 80px;
}


.logo_design_kolkata{
  background: #f3f3f3 url('../img/logo_sbg.webp') no-repeat right center;
}
.logodgn_content{
  padding: 0 0 0 40px;
  max-width: 900px;
  text-align: right;
}
.logodgn_klta_thumb img{
  height: 420px;
  object-fit: cover;
}
.wcufy_item{
  background-color: #ff4a17;
  padding: 32px 20px;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcufy_item p {
  color: #fff;
  margin: 0px;
  text-align: center;
}
.wcufy_item p strong{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.wcufy_bg{
  background-color: #121e2d;
}

.our-work-process.our_logo_design_process::after{
  background: url('../img/our-logo-design-process.webp') no-repeat center bottom;
}
.our-work-process.our_logo_design_process .row::before {
  height: 100%;
  background: url('../img/process-line.webp') no-repeat right 120px center;
  background-size:75%;
}
.our_logo_design_process .row [class*=col-]:nth-child(5),
.our_logo_design_process .row [class*=col-]:nth-child(6),
.our_logo_design_process .row [class*=col-]:nth-child(7){
  margin-top: 77px;
}
.our_logo_design_process .ourWrkbx{
  padding: 40px 22px;
  height: 100%;
  min-height: 232px;
}
.our_logo_design_process .ourWrkbx p{
  margin: 0px;
  text-align: center;
  color: #121e2d;
  font-size: 16px;
}





@media (min-width: 992px) {
  .our_logo_design_process .offset-lg-2 {
    margin-left: 13%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-work-process.our_logo_design_process .row [class*="col-"]:first-child,
  .our-work-process.our_logo_design_process .row [class*="col-"]:nth-child(2),
  .our-work-process.our_logo_design_process .row [class*="col-"]:nth-child(3){
    margin-top: 0;
  }
  .our-work-process.our_logo_design_process .row [class*="col-"],
  .our-work-process.our_logo_design_process .row [class*="col-"]:nth-child(4){
    margin-top: 20px;
  }
}


@media (min-width: 576px) and (max-width: 767px) {
  .our-work-process.our_logo_design_process .row [class*="col-"]:first-child,
  .our-work-process.our_logo_design_process .row [class*="col-"]:nth-child(2){
    margin-top: 0;
    margin-bottom: 0px;
  }
  .our-work-process.our_logo_design_process .row [class*="col-"],
  .our-work-process.our_logo_design_process .row [class*="col-"]:nth-child(4){
    margin-top: 20px;
    margin-bottom: 0px !important;
  }

}
@media (max-width: 767px){
.logo_design_kolkata {
  background: #f3f3f3 url('../img/logo_sbg.webp') no-repeat center center;
}
.logodgn_content {
  padding: 0 0 50px 0px;
  max-width: 900px;
  text-align: left;
}

}
@media (max-width: 576px){
  .our_logo_design_process .row [class*="col-"]:nth-child(5), 
  .our_logo_design_process .row [class*="col-"]:nth-child(6), 
  .our_logo_design_process .row [class*="col-"]:nth-child(7) {
    margin-top: 0px;
  }
  .our-work-process.our_logo_design_process .row [class*="col-"]{
    margin-bottom: 20px !important;
  }
  .logodgn_klta_thumb img{
    height: auto;
  }

}





.logoDsgn_clients {
  padding: 0 70px;
}
.logoDsgn_clients .owl-carousel .owl-item img{
width: auto;
margin: auto;
}
.lgdgnBx {
  padding: 20px 12px;
  
}
.lgdgnBx > div{
  background: #fff;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.20);
}
.logoDsgn_clients .owl-theme .owl-nav [class*="owl-"]{
  width: 44px;
  height: 44px;
  border: 1px solid #a1a1a1;
  border-radius: 44px;
  line-height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.logoDsgn_clients .owl-theme .owl-nav [class*="owl-"]:hover{
  background: #eb5d1e;
  border: 1px solid #eb5d1e;

}
.logoDsgn_clients .owl-carousel .owl-nav button.owl-prev{
  left: -60px;
}
.logoDsgn_clients .owl-carousel .owl-nav button.owl-next{
  right: -60px;
}


.specific_business_needs {
  background: #ff4a17 url(../img/lets-connect-shape.webp) no-repeat center bottom;
}
.specific_business_needs h2{
  color: #fff;
}
.logo_costs_and_packages .dflt_hder h3{
  color: #ff4a17;
  margin: 25px 0 40px;
}
.lgdgn_pckgbx {
  background: #121e2d;
  color: #fff;
  border-radius: 15px;
  border: 8px solid #fff;
  box-shadow: 0 34px 54px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  min-height: 450px;
}
.lgdngHdr {
  padding: 30px 25px 40px;
  position: relative;
  z-index: 1;
}
.lgdngHdr::before{
  content: " ";
  display: block;
  width: 100%;
  height: 209px;
  border-radius: 100%;
  background: #ff4a17;
  position: absolute;
  top: -100px;
  right: 25px;
  z-index: -1;
  transform: rotate(-8deg);
}
.lgdngHdr h3{
  color: #fff;
}
.lgdngConent {
  padding: 20px 25px 35px;
}

.lgdngConent p{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
ul.logo_pckgList{}
ul.logo_pckgList li i{
  font-size: 14px;
  color: #ff4a17;
  margin-right: 6px;
}
.pckg_price h4{
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}
.pckg_price h4 span{
  color: #ff4a17;
  font-weight: 600;
}

.logo_costs_and_packages .row{
  padding: 0 100px;
}



@media (min-width:1200px) and (max-width:1399px){
  .lgdngHdr h3{
    font-size: 20px;
  }
  .logo_costs_and_packages .row {
    padding: 0 30px;
  }
}
@media (min-width:992px) and (max-width:1199px){
  .lgdngHdr h3{
    font-size: 20px;
  }
  .logo_costs_and_packages .row {
    padding: 0 0px;
  }

}
@media (max-width:991px){
  .lgdngHdr{
    padding-bottom: 65px;
  }
  .lgdngHdr::before{
    height: 235px;
    top: -121px;
  }




}
@media (max-width:575px){
.logo_costs_and_packages .row {
  padding: 0;
}

}



.detailed_quote_tailored{
  background: #e7e7e7 url(../img/gray-shape-01.webp) no-repeat center top;
  padding-top: 160px;
}

.detailed_quote_tailored h2 {
  font-family: "Poppins";
  font-size: 40px;
  line-height: 50px;
  color: #121e2d;
  font-weight: 600;
}



.careerForm {
  max-width: 860px;
  margin: 0 auto;
}

.careerForm .form-group{
  margin-bottom: 15px;
}
.careerForm .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  height: 55px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.careerForm textarea.form-control {
  height: 140px;
}
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.file-upload-input {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  height: 55px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 10px 15px;
  color: #b1b1b1;
  /* IE 9 Fix */
}
.file-upload-input:hover, .file-upload-input:focus {
  background-color:transparent;
  outline: none;
}

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 11px 20px;
  border: none;
  margin-left: -1px;
  background-color: #ff4a17;
  float: left;
  /* IE 9 Fix */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}


.file-upload-button:hover {
  background-color: #ff4a17;
}
.careerForm .file-upload-button {
  position: absolute;
  top: 9px;
  right: 10px;
  border-radius: 6px;
  padding: 3px 22px;
  font-size: 15px;
  background-color: #ff4a17;
}





.cnt_link{
  font-family: 18px;
  font-weight: 600;
  color: #ff4a17;
}


.graphic__design_row1 h1{
  font-size: 46px;
}


.graphicDgns-block .inner-box {
  position: relative;
  padding: 36px 30px 16px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: .5s;
  align-items: center;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.graphicDgns-block .inner-box .icon {
  position: relative;
  font-size: 40px;
  margin-right: 30px;
  transition: .5s;
  line-height: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.graphicDgns-block .inner-box .icon {
  color: #ff5f15;
}
.graphicDgns-block .inner-box .icon {
  font-size: 30px;
  line-height: 68px;
  text-align: center;
}
.graphicDgns-block .inner-box .icon::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  border: 2px solid #e9e5df;
  background-color: #fff;
  top: -30px;
  left: -20px;
  transition: .5s;
}
.graphicDgns-block .inner-box .count {
  position: absolute;
  top: -38px;
  left: -27px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 25px;
  background: #fff;
  padding: 2px 6px;
}
.graphicDgns-block .inner-box .count {
  color: #ff5f15;
}
.graphicDgns-block .inner-box .icon i {
  position: relative;
  z-index: 9;
}
.graphicDgns-block  .inner-box .icon::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  border: 2px solid #e9e5df;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: .5s;
}
.graphicDgns-block .inner-box .content {
  max-width: 440px;
  text-align: left;
}
.graphicDgns-block .inner-box h4 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  transition: .5s;
  margin-bottom: 20px;
}
.graphicDgns-block .inner-box .text {
  font-size: 17px;
  color: #797979;
  line-height: 26px;
  margin-bottom: 20px;

}
.grphc_driv_qlfd {
  font-size: 20px;
  line-height: 36px;
}








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


.graphicDgns-block .inner-box .content {
  max-width: 366px;
  text-align: left;
}




}


.opcwd_prcs h4 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 24px;
}
.alcThumb img{
  border-radius: 12px;
}

.drvrws_cntent {
  background: #121e2d;
  padding: 30px 25px;
}
.drvrws_cntent p{
  color: #fff;
}

.drvrws_cntent {
  background: #121e2d;
  padding: 30px 25px;
}

@media(min-width:1366px){
  .drvrws_cntent {
    background: #121e2d;
    padding: 45px 25px;
    margin-top: 60px;
    margin-right: -100px;
    z-index: 1;
    position: relative;
  }

}

.callus_atsec h2 {
font-weight: 400;
}
.callus_atsec a.callLink {
  font-weight:600;
  color: #ff4a17;
  }
  .whychs_slvr .seoIncld_item{
    padding: 20px 25px 50px;
    height: 100%;
  }
.whychs_slvr .wcsd_hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 25px;
}
.wcsd_hdr span{
  font-family: "Oswald";
  font-weight: 700;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.16);
}
.whychs__header{
  text-align: center;
}
.whychs__header p{
  font-size: 18px;
  color: #fff;
}
.whychs__header h4{
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  margin-bottom: 35px;
}

.seo_includes_the_following.whychs_slvr {
  background: url('../img/whychs_slvr_bg.webp') no-repeat center;
  background-size: cover;
}
.getstrd_clng h2{
  font-weight: 400;
}
.getstrd_clng h2 a,
.getstrd_clng h2 strong{
  font-weight: 600;
  color: #fff;
}
.getstrd_clng a{
  font-weight:600;
}



.socialMedia_row {
  position: relative;
  padding: 36px 35px;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  transition: .5s;
  align-items: center;
  height: 100%;
  margin-bottom: 25px;
}
.socialMedia_row .sclmda_icon {
  position: relative;
  margin-right: 30px;
  transition: .5s;
  line-height: 70px;
  width:131px;
  height: 131px;
  text-align: center;
}
.socialMedia_row .sclmda_content {
  max-width: 1048px;
  text-align: left;
}





@media(min-width:1200px) and (max-width:1399px){
.socialMedia_row .sclmda_content {
    max-width: 900px;
  }

}
@media(min-width:992px) and (max-width:1199px){
  .socialMedia_row .sclmda_content {
      max-width: 771px;
    }
  
  }
  @media(min-width:768px) and (max-width:991px){
    .socialMedia_row .sclmda_content {
        max-width: 520px;
      }
    
    }
@media(max-width:767px){
  .socialMedia_row {
      justify-content: center;
    }
    .socialMedia_row .sclmda_content{
      text-align: center;
    }
    .socialMedia_row .sclmda_icon{
      margin-right: 0px;
      margin-bottom: 35px;
    }
    


  }

.evolvn_dgtl p {
  font-size: 18px;
  line-height: 34px;
}

.cwd_bxsec{
    align-items: center;
    flex-direction: row;
    text-align: left;
    display: flex;
    margin-bottom: 35px;
}
.cwdIcon {
  width: 70px;
  height: 70px;
  border: 2px solid #e9e5df;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 100%;

}
.cwdIcon img{
  width: 40px;
}
.cwd_bxsec h4{
  max-width: 70%;
}

.compr_webDvlpmt .graphicDgns-block .inner-box{
align-items: start;
}
.exp_icon img {
  margin-bottom: 20px;
}
.graphicDgns-block.exp_icons .inner-box{
  align-items: start;
}

.python_dthumb img{
  height: 570px;
}

.getpAdrs i.fa-location-dot{
  color: #ff4a17;
  font-size: 40px;
}
.getpAdrs .getpric p {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.get-intouch{
  padding: 60px 60px;
}






/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footerContainer{
  background: #121e2d url('../img/footer-map-bg.webp') no-repeat center;
}
.ftrtopContainer{
  padding: 80px 0;
}
.ftrabt img{
  margin-bottom: 20px;
}
.ftrabt p{
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
ul.ftrSocial_list{
  margin: 0px;
  display: flex;
  gap: 10px;
}
ul.ftrSocial_list li{
  margin: 0px;
}
ul.ftrSocial_list li a{
  background-color: #414b57;
  border-radius: 50px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
}
ul.ftrSocial_list li a:hover{
  background-color: #ff4a17;
}
.ftrclm_sec h3{
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
ul.ftrtpNav{}
ul.ftrtpNav li {
margin-bottom: 6px;
}
ul.ftrtpNav li a{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
ul.ftrtpNav li a:hover{
  color: #ff4a17;
}
.ftr_about {
  padding-left: 60px;
}
ul.ftr_cntlist li,
ul.ftr_cntlist li a{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
ul.ftr_cntlist li{
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
}
ul.ftr_cntlist li i{
  position: absolute; 
  top: 6px;
  left: 0px;
  font-size: 20px;
  color: #ff4a17;
}
.ftrbtmContainer{
  border-top: 1px solid #414b57;
  padding: 18px 0;
}
ul.ftrbtrtmNav{
  text-align: right;
}
ul.ftrbtrtmNav li{
  display: inline-block;
}
ul.ftrbtrtmNav li a{
  font-size: 16px;
  color: #fff;
  font-weight: 400;

}
ul.ftrbtrtmNav li:not(:last-child){
  margin-right: 27px;
}
.copyRight p {
  color: #fff;
  margin: 0px;
}
.copyRight p a{
  color: #ff4a17;
}

@media (min-width: 1366px) and (max-width: 1500px) {

}

@media (min-width: 1200px) and (max-width: 1399px) {
  h1, h2{
    font-size: 51px;
  }
  .tstmlsbx{
    padding: 40px 20px;
  }
  .tstmlsHdr h4{
    font-size: 18px;
  }
  .everMx-width{
    margin-left: 0;
  }
.letsworkThumb img{
  height: 605px;
  object-fit: cover;
}

.inner__Title{
  font-size: 52px;
}
.blog-sidebar .letsworkBoxes h2 {
  font-size: 34px;
}
.blog-img img {
  max-width: 133px;
}
.navbar a, .navbar a:focus {
  padding: 10px 13px;
}


}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero__section{
    background: #2a2c3b;
  }
  .bnrTitle span,
  .bnrTitle{
    font-size: 66px;
  }
  h1, h2{
    font-size: 40px;
    line-height: 45px;
  }
  .everMx-width {
    margin-left: 0;
    padding-right: 20px;
  }
  .abtlistbx{
    padding: 20px 15px;
  }
  .abtlistbx p {
    font-size: 16px;
  }
  .letsworkThumb img {
    height: 586px;
    object-fit: cover;
  }
  .letsworkBoxes{
    margin-left: 35px;
  }
  .pricing_header{
    padding: 35px 25px 60px;
  }
  .price_body {
    padding: 35px 15px 35px;
  }
  .price_item span.currency{
    font-size: 52px;
  }
  .price_item span.sign{
    margin-top: -6px;
  }
  .ftr_about {
    padding-left: 40px;
  }
.ftrtopContainer .row [class*=col-]:nth-child(3){
  margin-left: -30px;
}

ul.otherServices li{
  width: 33.333%;
}
ul.otherServices li:nth-child(4),
ul.otherServices li:nth-child(5),
ul.otherServices li:nth-child(6){
  margin-top: 20px;

}
.smeof__content ul li {
  margin-bottom: 0px;
}
.seoIncld_item h4{
  font-size: 21px;
}
.online__growth__website h2{
  font-size: 32px;
}
.inner__Title{
  font-size: 52px;
}
.blog-sidebar .letsworkBoxes h2 {
  font-size: 30px;
}
.blog-img img {
  max-width: 110px;
}
.blg-contect a {
  font-size: 22px;
}
.blog-sidebar .letsworkBoxes{
  padding: 45px 20px;
}
.blgDtlsCnt h2 {
  font-size: 33px;
  line-height: 40px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__section{
    background: #2a2c3b;
  }
  .bnrTitle span {
    font-size: 38px;
}
.bnrTitle{
    font-size: 36px;
    line-height: 47px;
}
  h1, h2{
    font-size: 32px;
    line-height: 40px;
  }
  .everMx-width {
    margin-left: 0;
    padding-right: 15px;
    max-width: 100%;
    margin-top: 35px;
}
.everEvlndgnt {
  padding: 60px 0 60px;
}
.everEvlndgnt::before{
  width: 100%;
}
.about_silverstone_digital .row.mt-5{
  margin-top: 0px !important;
}
.abt__content {
  padding-left: 0;
}
.hmpabt__thumbe {
  text-align: center;
}
.our-work-process .row::before{
  display: none;
}
.our-work-process .row [class*=col-]:nth-child(3),
.our-work-process .row [class*=col-]:nth-child(4){
  margin-top: 80px;
}
.letsworkCnt{
  width: 100%;
}
.letsworkBoxes{
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
}
.pricing_plan .accordion-button:not(.collapsed){
  background: none;
  color: #121e2d;
  border-bottom: 4px solid #ff4a17;
  }
  .pricing_plan .accordion-button:focus{
    box-shadow: none;
    box-shadow: none;
  }
  .accordion-body {
    padding: 0px;
  }
  .accordion-body .row [class*=col-]{
    margin-bottom: 40px;
  }
  .whatClientsay {
    padding: 0 15px;
  }
  .tstmlsbx {
    background: #fff;
    padding: 32px 15px;
    border-radius: 15px;
  }
  .accordion-button{
    font-size: 20px;
    height: 60px;
    border-bottom: 4px solid #dadada;
  }
  .whatClientsay .owl-theme .owl-nav [class*="owl-"]{
    position: static;
  }
  
  .brandlogo {
    text-align: center;
  }
  .ftr_about {
    padding-left: 0;
    
  }
  ul.ftrSocial_list{
    margin-bottom: 30px;
  }
  ul.ftrbtrtmNav {
    text-align: center;
  }
  .whatClientsay .owl-theme .owl-nav{
    margin-top: 60px;
  }
  .ourService_section .row [class*="col-"]:nth-child(3) {
    border-right: 1px solid #323944;
    border-top: 1px solid #323944;
  }
  .ourService_section .row [class*="col-"]:nth-child(2), 
  .ourService_section .row [class*="col-"]:nth-child(4),
  .ourService_section .row [class*="col-"]:nth-child(6) {
    border-right: none;
  }

  .inner-banner img{
    height: 300px;
    object-fit: cover;
  }
  .online__growth__website h2{
    font-size: 28px;
  }
  .letConnectLink{
    font-size: 30px;
  }
  ul.otherServices li{
    width: 33.333%;
  }
  ul.otherServices li:nth-child(4),
  ul.otherServices li:nth-child(5),
  ul.otherServices li:nth-child(6){
    margin-top: 20px;
  
  }
  .smeof__content ul li {
    margin-bottom: 0px;
  }
  .smeof__content h5 br{
    display: none;
  }
  .getinTouch p, .getinTouch a {
    font-size: 14px;
    color: #363636;
    line-height: 23px;
  }
  .inner__Title{
    font-size: 52px;
    line-height: 60px;
  }
  .blog-sidebar .letsworkBoxes h2 {
    font-size: 30px;
  }
  .blog-img img {
    max-width: 110px;
  }
  .blg-contect a {
    font-size: 22px;
  }
  .blog-sidebar .letsworkBoxes{
    padding: 45px 20px;
  }
  .blgDtlsCnt h2 {
    font-size: 33px;
    line-height: 40px;
  }
  .recentPost .heading {
    font-size: 15px;
    line-height: 20px;
  }
  .blgDtlsCnt h4{
    font-size: 18px;
  }
.wrdprs_dvlmnt_content {
  margin-top: 35px;
}
.wrdprs_dvlmnt_thumb {
  text-align: center;
}

}
@media (max-width: 767px) {
  .inner-banner img{
    height: 300px;
    object-fit: cover;
  }
  ul.topInfo{
    flex-direction: column;
  }
  .mobile-nav-toggle{
    color: #121e2d;
    font-size: 40px;
  }
  .hero__section{
    background: #2a2c3b;
    padding: 40px 0 !important;
  }
  .bnrTitle span{
    font-size: 36px;
  }
  .bnrTitle{
    font-size: 36px;
    line-height: 40px;
  }
  .gw-btn .btn{
    font-size: 15px;
    line-height: 28px;
    padding: 9px 20px;
  }
  .hero__caption .d-md-flex{
    display: flex;
  }

  .everEvlngContent{
    margin-top: 35px;
    margin-left: 0px;
  }
  .everEvlng{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .aneverText {
    white-space: normal;
  }
  
.ever_evolving_digital_solution .col-md-6.ps-0{
  padding-left: 15px !important;
}
.everEvlndgnt {
  padding: 60px 0 70px;
}
.ourService_section .row [class*="col-"] {
  border-right: none;
}
.ourService_section .row [class*="col-"]:nth-child(4), .ourService_section .row [class*="col-"]:nth-child(5), .ourService_section .row [class*="col-"]:nth-child(6) {
  border-top: none;
}
.our-work-process .row::before{
  display: none;
}
.our-work-process .row [class*=col-]:not(:last-child){
  margin-bottom: 70px;
}
.letsworkBoxes{
  padding: 45px 15px;
  margin-right: auto;
  margin-left: 0;
}
.letsworkBoxes h2,
.pricing_plan h2{
  margin-bottom: 30px;
}
.letsworkCnt{
  width: 100%;
}
.letsworkBoxes{
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
}
.pricing_plan .accordion-button:not(.collapsed){
background: none;
color: #121e2d;
border-bottom: 4px solid #ff4a17;
}
.pricing_plan .accordion-button:focus{
  box-shadow: none;
  box-shadow: none;
}
.accordion-body {
  padding: 0px;
}
.accordion-body .row [class*=col-]{
  margin-bottom: 40px;
}
.whatClientsay {
  padding: 0 15px;
}
.tstmlsbx {
  background: #fff;
  padding: 32px 15px;
  border-radius: 15px;
}
.accordion-button{
  font-size: 20px;
  height: 60px;
  border-bottom: 4px solid #dadada;
}
.whatClientsay .owl-theme .owl-nav [class*="owl-"]{
  position: static;
}

.brandlogo {
  text-align: center;
}
.ftr_about {
  padding-left: 0;
  
}
ul.ftrSocial_list{
  margin-bottom: 30px;
}
ul.ftrbtrtmNav {
  text-align: center;
}
h1, h2{
  font-size: 45px;
  line-height: 55px;
}

.ftrtopContainer .row [class*=col-]:nth-child(2),
.ftrtopContainer .row [class*=col-]:nth-child(3),
.ftrtopContainer .row [class*=col-]:nth-child(4){
  margin-top: 35px;
}

.inner__Title{
  font-size: 35px;
  line-height: 41px;
}
.get_in_touch_ask h2{
  font-size: 26px;
  line-height: 35px;
}
.getouchBtn{
  padding: 11px 23px;
  font-size: 14px;
}
.driving__business__growth h3{
  font-size: 28px;
  line-height: 38px;
}
.online__growth__website h2{
  font-size: 28px;
  line-height: 38px;
}
.letConnectLink{
  font-size: 28px;
}
ul.otherServices li{
  width: 50%;
}
ul.otherServices li:nth-child(4),
ul.otherServices li:nth-child(5),
ul.otherServices li:nth-child(6){
  margin-top: 20px;

}
.lveMsgbox{
  padding: 90px 20px;
}

.wrdprs_dvlmnt_thumb {
  text-align: center;
}
.wrdprs_dvlmnt_content {
  margin-top: 35px;
}
.prcgTlrd_list{
  margin-top: 30px;
}
.our_happy_customers .row [class*=col-]:not(:last-child){
  margin-bottom: 30px;
}
.wrdpdvlp_getouch, .online__growth__website{
  background-size: 148%;
}

}
@media (max-width: 575px) {
 
  .bnrTitle span {
    font-size: 22px;
  }
  .bnrTitle {
    font-size: 22px;
    line-height: 28px;
  }
  .gw-btn .btn {
    font-size: 12px;
    line-height: 28px;
    padding: 6px 17px;
  }
  .abtlistbx h4{
    font-size: 28px;
  }
  .abtlistbx{
    padding: 20px 7px;
  }
  .abtlistbx [class*="ti-"]{
    margin-bottom: 10px;
  }
  .abtlistbx p {
    font-size: 12px;
  }
.about_silverstone_digital .row.mt-5{
  margin-top: 0 !important;
}
.abt__content {
  padding-left: 0;
}
h1, h2 {
  font-size: 36px;
  line-height: 46px;
}
.graphic__design_row1 h1 {
  font-size: 36px;
}
.everEvlngContent .gw-btn{
  text-align: center;
}
.whatClientsay .owl-theme .owl-nav{
  margin-top: 40px;
}
.brandlogo img {
  width: 100%;
}
.ourSerItem {
  padding: 20px 20px;
}
ul.otherServices li{
  width: 100%;
}
ul.otherServices li:nth-child(2),
ul.otherServices li:nth-child(3),
ul.otherServices li:nth-child(4),
ul.otherServices li:nth-child(5),
ul.otherServices li:nth-child(6){
  margin-top: 20px;

}
.lveMsgbox .row.mt-3{
  margin-top: 0px !important;
}
.lveMsgbox .col{
  width: 100%;
  flex: 0 0 100%;
}
.lveMsgbox .col{
margin-top: 15px;
}
.blgDtlsCnt h2 {
  font-size: 25px;
  margin-top: 30px;
  line-height: 33px;
}
.blog-info .blog-date {
  margin-left: 0;
}
.shareIcons {
  display: flex;
  align-items: center;
}
.blog-img img {
  max-width: 135px;
  border-radius: 5px;
}
.get-price-estimates{
  padding:35px 15px;
}
.get-price-estimates .row [class*=col-]:nth-child(2) .getpric a {
  font-size:14px;
}
.get-price-estimates h5{
  font-size:21px;
}
.letsworkBoxes h2 {
  font-size: 34px;
}
.graphicDgns-block .inner-box h4{
  font-size: 17px;
  max-width: 65%;
}
.getouchBtn {
  padding: 11px 21px;
  font-size: 13px;
}
.online__growth__website h2 {
  font-size: 25px;
  line-height: 38px;
}


}








