@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Jost', sans-serif;
  background: #F8F9F9;
}

@font-face {
  font-family: "apercu_bold_pro";
  src: url(../fonts/apercu_bold_pro.otf);
  src: url(../fonts/apercu_medium_pro.otf);
}

@font-face {
  font-family: "apercu_medium_pro";
  src: url(../fonts/apercu_medium_pro.otf);
}

* {
  margin: 0;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #212833;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #212833;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.container {
  max-width: 1200px;
}

.container-fluid {
  padding: 0 40px
}

.mainHeading {
  color: #333;
  font-weight: 500;
  font-size: 36px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.mainHeading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url(../img/full.svg) center;
  width: 205px;
  height: 20px;
  bottom: -10px;
  margin: auto;
}

.secondHeading {
  color: #333;
  font-weight: 500;
  font-size: 36px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.secondHeading:after {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/second-h.svg) center;
  width: 102px;
  height: 10px;
  bottom: -10px;
}

/*--------------------------------Top Header-------------------------*/
.header {
  height: auto;
  width: 100%;
  padding: 0px 0;
  margin-top: 40px;
  position: absolute;
  z-index: 1001;
}

.header.smaller {
  position: fixed;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 15%);
  width: 100%;
  z-index: 1001;
  top: 0;
  margin-top: 0px
}

.header .navbar .nav-link {
  padding: .5rem 1.5rem
}

.header .navbar .nav-link.talk {
  background: #F24C30;
  border-radius: 3px;
  color: #fff !important;
}

/*--------------------------------Footer-------------------------*/
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 100px 0;
}

.banner:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 701px;
  height: 1315px;
  background: url(../img/1a.png) no-repeat;
  z-index: -1;
}

.oval-gg {
  position: absolute;
  left: 40px;
  top: 262px;
}

.path-bg {
  position: absolute;
  right: 923px;
  bottom: 215px;
}

.rect-bg {
  left: 370px;
  position: absolute;
  bottom: 140px;
  top: 625px;
}

.banner h1,
.banner h2 {
  font-size: 58px;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "apercu_medium_pro"
}

.banner h1 span,
.banner h2 span {
  color: #F24C30;
}

.banner p {
  font-size: 18px;
  color: #4D4E50;
  line-height: 30px;
  margin-bottom: 30px
}

.banerT {
  padding: 140px 0;
}

.main {
  width: 595px;
  height: 606px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/bg.png) center no-repeat;
  background-size: cover;
}

.main:before {
  width: 106px;
  height: 78px;
  content: "";
  position: absolute;
  left: -30px;
  bottom: -10px;
  background: url(../img/banner-shape-1.png) no-repeat;
}

.ufo {
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0px;
  overflow: hidden;
  margin: auto;
}

.ufo img {
  width: 100%;
}

.main-btn {
  padding: 12px 26px 12px 50px;
  background: #212833;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  transition: all 0.35s ease;
  font-size: 16px;
  position: relative
}

.main-btn .right-arrow {
  position: absolute;
  left: 16px;
  top: 16px;
  fill: #fff
}

.main-btn:hover {
  color: #fff;
  background: #F24C30;
  text-decoration: none;
}

.subscribe-col {
  padding: 50px 0 100px;
}

.subscribe-box {
  padding: 60px;
  background: #fff;
  border-radius: 3px;
  position: relative;
}

.subscribe-box:after {
  z-index: 1;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 435px;
  height: 204px;
  background: url(../img/subsc.png) center no-repeat;
}

.subscribe-box h2 {
  font-size: 40px;
  color: #212833;
  font-weight: 600;
  margin-bottom: 10px;
}

.subscribe-box h2 span {
  color: #F24C30
}

.subscribe-box p {
  font-size: 23px;
  line-height: 30px;
  color: #4D4E50;
  margin-bottom: 0;
}

.services-col {
  padding: 100px 0 50px;
  position: relative
}

.services-col:before {
  width: 450px;
  height: 737px;
  position: absolute;
  top: -400px;
  left: 0;
  background: url(../img/3a.png) no-repeat;
  content: "";
  z-index: -1;
}

.services-col:after {
  width: 450px;
  height: 757px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/4a.png) no-repeat;
  content: "";
  z-index: -1;
}

.services-col h2 {
  font-size: 50px;
  color: #212833;
  margin-bottom: 20px;
  font-family: "apercu_medium_pro";
}

.services-col p {
  font-size: 21px;
  color: #4D4E50;
  margin-bottom: 0;
}

.services-col a {
  color: #4D4E50;
  position: relative;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
}

.services-col a .right-arrow {
  position: absolute;
  top: 4px;
  right: 0;
}

.subs-form {
  display: flex;
  height: 100%;
  align-items: center;
}

.service-box {}

.service-img {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.service-box .service-over {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 90%);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.35s ease;
}

.service-box .service-over a {
  color: #fff;
  font-size: 24px;
  padding: 0;
}

.service-box:hover .service-over {
  opacity: 1;
}

.service-img img {
  width: 100%;
}

.service-text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #212833;
  margin-bottom: 10px;
}

.service-box:hover .service-text h3 {
  text-decoration: underline;
}

.service-text p {
  font-size: 14px;
  line-height: 24px;
}

.st {
  float: left;
  width: 85%;
}

.btn-circle a.circle-btn {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #212833;
  float: right;
  padding-right: 0
}

.service-box:hover .btn-circle a {
  color: #F24C30;
  background: rgba(255, 68, 51, 10%)
}

.brand-col {
  width: 80%;
  margin: 0 auto
}

.brands .owl-nav {
  height: 1px;
  padding: 0;
  position: absolute;
  bottom: -42px;
  right: 0;
  z-index: 100;
  left: 0;
  width: 90px;
  margin: 0 auto;
}

.brands .owl-dots,
.brands .owl-nav {
  display: none;
}

.brands .owl-nav div {
  width: 40px;
  color: #888;
  font-size: 0;
  line-height: 42px;
  text-align: center;
  margin-top: -25px;
  height: 40px;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 10%);
  background: #fff;
  float: left;
}

.brands .owl-nav div:before {
  font-size: 16px;
  font-family: 'Font Awesome 5 Pro';
}

.brands .owl-nav div.owl-prev:before {
  content: "\f104";
}

.brands .owl-nav div.owl-next {
  float: right;
}

.brands .owl-nav div.owl-next:before {
  content: "\f105";
}

.brands .owl-nav div:hover {
  background: #992100;
  color: #fff;
}

.working-col {
  text-align: center;
}

.working-col h2 {
  margin-bottom: 30px;
  font-family: "apercu_medium_pro";
}

.brands .item .brand-box img {
  width: auto;
  display: inline-block;
}

.brand-box {
  text-align: center;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands {
  margin-bottom: 30px;
}

.news {
  padding: 0;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  position: relative;
  z-index: 2;
}

.news .form-control {
  border-color: transparent;
  height: 56px;
}

.news .form-control:focus {
  box-shadow: none;
}

.news .btn-primary {
  border-radius: 0px 4px 4px 0px;
  padding: 13px 35px;
  background: #212833;
  border-color: #212833;
  text-align: center;
  line-height: 35px;
}

.marketing-col {
  padding: 100px 0;
  position: relative;
}

.marketing-col:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 400px;
  height: 706px;
  background: url(../img/2a.png) no-repeat;
  z-index: -1;
}

.markt-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 30px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.markt-row1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 30px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.markt-row2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px 30px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.markt-text h2 {
  font-size: 32px;
  color: #4D4E50;
  margin-bottom: 40px;
  line-height: 50px;
  font-family: "apercu_medium_pro";
}

.markt-text a {
  padding: 12px 50px 12px 30px;
  border: 2px solid #212833;
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #212833;
  position: relative;
}

.markt-text a .right-arrow {
  position: absolute;
  top: 15px;
  right: 20px;
  stroke: #000;
}

.markt-text a:hover .right-arrow {
  position: absolute;
  top: 15px;
  right: 20px;
  stroke: #fff;
}

.markt-text a:hover {
  background: #F24C30;
  color: #fff;
  border: 2px solid #F24C30;
}

.markt-row:hover {
  background: #fff;
}

.markt-row1:hover {
  background: #fff;
}

.markt-row2:hover {
  background: #fff;
}

.markt-icon {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}

.markt-hed {
  margin-right: 30px;
}

.markt-hed h3 {
  font-size: 24px;
  width: 120px;
}

.markt-p {
  padding-right: 30px;
}

.markt-p p {
  font-size: 17px;
  color: #4D4E50;
  margin-bottom: 0;
  line-height: 32px
}

.svg01 {
  fill: #212833;
}

.markt-row:hover .svg01,
.markt-row:hover .arrow {
  fill: #F24C30;
}

.markt-row1:hover .svg01,
.markt-row1:hover .arrow {
  fill: #F24C30;
}

.markt-row2:hover .svg01,
.markt-row2:hover .arrow {
  fill: #F24C30;
}

.arrow {
  fill: #4D4E50
}

.business-col {
  background: #fff;
  padding: 100px;
  position: relative
}

.business-text h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "apercu_medium_pro";
}

.business-text p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #4D4E50
}

.business-text .main-btn {
  background: #fff;
  border: 1px solid #F24C30;
  color: #F24C30;
  padding: 12px 26px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}

.business-text .main-btn:hover {
  background: #212833;
  border: 2px solid #212833;
  color: #fff;
  padding: 12px 26px;
  font-size: 16px;
  text-transform: capitalize;
}

.business-img {
  width: 100%;
}

.business-img img {
  width: 100%;
}

.business-ex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.business-ex h2 {
  font-size: 48px;
  color: #F24C30;
  font-weight: 500;
}

.business-ex p {
  font-size: 16px;
  color: #212833;
  text-transform: uppercase;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 0;
}

.footer {
  background: #fff;
  position: relative;
}

.tfoot {
  padding: 60px 0 0px;
}

.brdr {
  border: 1px solid #D2D2D3
}

.f-head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #212833;
}

.tfoot ul,
.tfoot ul.social {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.tfoot ul li {
  display: block;
}

.tfoot ul li a {
  display: block;
  color: #4D4E50;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
}

.tfoot p {
  font-size: 16px;
  font-weight: 400;
  color: #4D4E50;
  line-height: 26px;
  margin-bottom: 10px;
}

.tfoot p a {
  color: #4D4E50;
  text-decoration: underline;
}

.tfoot ul.socil-icon {
  float: left;
  margin-top: 10px;
}

.tfoot ul.socil-icon li {
  display: inline-block;
}

.tfoot ul.socil-icon li a {
  font-size: 16px;
  color: #212833;
  padding: 0 7px 0 0;
}

.tfoot ul.socil-icon li a:hover {
  color: #F24C30
}

.tfoot .content {
  margin: 15px 0
}

.tfoot .form-control {
  height: 42px;
  border-color: #ffffff;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #E2E2E2;
}

.tfoot .form-control:focus {
  box-shadow: none !important;
  border: 2px solid #243c4f;
  border-color: none
}

.tfoot .btn {
  min-height: 42px;
  border-radius: 0;
  background: #000000;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.tfoot .btn:hover {
  background: red;
  color: #fff
}

.tfoot .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25) !important
}

.bfoot {
  text-align: center;
  padding: 14px 0
}

.bfoot p {
  font-size: 14px;
  color: #797A7C;
  margin-bottom: 0;
}

.bfoot p a {
  color: #EE1C2E;
}

.locate-sec {
  display: flex;
  margin-top: 60px;
}

.locate-call {
  width: 33.33%;
  background: #6D1700;
  padding: 15px;
  display: flex;
  align-items: center;
}

.locate-icon {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #992100;
  font-size: 30px;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}

.locate-content {
  margin-left: 20px;
}

.locate-content p {
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}

.locate-content p span {
  font-size: 16px;
  color: #A8A8A8;
}

.product-img img,
.category-img img,
.prod-img img,
.choose-box img,
.blog-img img,
.insta-box img,
.f-pro img,
.news-img img {
  width: 100%;
}

.footer:after {
  width: 450px;
  height: 757px;
  position: absolute;
  top: -470px;
  right: 0;
  background: url(../img/4a.png) no-repeat;
  content: "";
  z-index: -1;
}

.navbar-toggler {
  border-color: #F24C30 !important;
}

.durable {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.durable .info {
  width: 40vw;
  margin-top: 18vh;
}

.durable .img {
  width: 37vw;
  height: 42vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#parent-circle {
  position: relative;
  width: 37vw;
  height: 37vw;
  border-radius: 50%;
  transform: rotate(0deg);
  transition: transform 0.7s linear;
  animation: rotate 100s infinite linear;
}

#parent-circle .circle {
  display: block;
  position: absolute;
  width: 16vw;
  height: 16vh;
  margin: -8%;
  border-radius: 50%;
  top: 10%;
  left: -30%;
}

#parent-circle .circle1 {
  display: block;
  position: absolute;
  width: 16vw;
  height: 16vh;
  margin: -8%;
  border-radius: 50%;
  top: 80%;
  left: 80%;
}

#parent-circle .circle.blue {
  transform: translate(18vw);
}

#parent-circle .circle.orange {
  transform: rotate(540deg) translate(20vw) rotate(-540deg);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.centerd-icon {
  position: relative;
  left: -80px;
}

.centerd-icon:after {
  width: 350px;
  height: 350px;
  background-size: cover;
  background: url(../img/ufo1.png) no-repeat;
  position: absolute;
  content: "";
  top: 110px;
  left: 110px;
}

.centerd-icon:before {
  width: 106px;
  height: 78px;
  content: "";
  position: absolute;
  left: -30px;
  bottom: -10px;
  background: url(../img/banner-shape-1.png) no-repeat;
}

.red-1 {
  position: absolute;
  top: 2vh;
  left: 12vw;
  animation: shapeAnimation 9s infinite ease-in-out .1s;
}

.red-2 {
  position: absolute;
  bottom: -2vh;
  left: 20vw;
  animation: shapeAnimation 9s infinite ease-in-out .6s;
}

.oval {
  position: absolute;
  left: 30vw;
  animation: shapeAnimation 9s infinite ease-in-out 1s;
}

.red-3 {
  position: absolute;
  right: 20vw;
  bottom: 0vh;
  animation: shapeAnimation 9s infinite ease-in-out .9s;
}

.path {
  position: absolute;
  right: 20vw;
  top: 0vh;
  animation: shapeAnimation 9s infinite ease-in-out 1.5s;
}

/*--------------------------------============================inner pages Us=============================-------------------------*/

.banner.bg-white {
  padding: 160px 0 0px;
  position: relative;
}

/* .banner.bg-white::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -80px;
  width: 701px;
  height: 1315px;
  background: url(../img/abt.png) no-repeat;
  z-index: 1;
} */

.banner.bg-white::before {
  display: none;
}

.durable2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.durable2 .info {
  width: 50vw;
  margin-top: 4vh;
  padding-right: 80px;
}

.banner .durable2 h1,
.banner .durable2 h2 {
  font-size: 52px;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "apercu_medium_pro";
}

.banner .durable2 p {
  font-size: 17px;
  color: #4D4E50;
  line-height: 30px;
  margin-bottom: 30px;
}

.durable2 .img {
  width: 37vw;
  height: 42vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.durable2 #parent-circle {
  position: relative;
  width: 28vw;
  height: 28vw;
  border-radius: 50%;
  transform: rotate(0deg);
  transition: transform 0.7s linear;
  animation: rotate 100s infinite linear;
}

.durable2 #parent-circle .circle {
  display: block;
  position: absolute;
  width: 16vw;
  height: 16vh;
  margin: -8%;
  border-radius: 50%;
  top: 10%;
  left: -30%;
}

.durable2 #parent-circle .circle1 {
  display: block;
  position: absolute;
  width: 16vw;
  height: 16vh;
  margin: -8%;
  border-radius: 50%;
  top: 80%;
  left: 80%;
}

.durable2 #parent-circle .circle.blue {
  transform: translate(10vw);
}

.durable2 #parent-circle .circle.orange {
  transform: rotate(540deg) translate(10vw) rotate(-540deg);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.centerd-icon2 {
  position: relative;
}

.centerd-icon2:after {
  width: 350px;
  height: 350px;
  background-size: cover;
  background: url(../img/rocket.png) no-repeat;
  position: absolute;
  content: "";
  top: 00px;
  left: 60px;
}

.brands .item {
  margin-bottom: 0;
}


/*--------------------------------Service-------------------------*/
.header.service-header {
  margin-top: 0;
  background: #fff;
  padding: 10px 0;
}

.header.service-header.smaller {
  padding: 0;
}

.services-col.services-sect {
  padding: 220px 0 90px;
  text-align: center;
}

.tabs {
  margin-top: 00px
}

.tab-button-outer ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-button-outer ul li {
  display: inline-block;
}

.tab-button-outer ul li a {
  display: block;
  text-align: center;
  color: #636466;
  text-decoration: none;
  font-size: 16px;
}

.tab-button-outer ul li a:hover,
.tab-button-outer ul li.active a {
  color: #EC4550;
  text-decoration: underline;
}

.masonry {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 70px;
  -webkit-column-gap: 70px;
  column-gap: 70px;
  font-size: .85em;
  column-count: 2;
}

.item {
  display: inline-block;
  margin: 0 0 2em;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.item img {
  max-width: 100%;
}

.service-box2 {}

.service-img2 {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.service-box2 .service-over2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 30%);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.35s ease;
}

.service-box2 .service-over2 .view-btn {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #F24C30;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  padding: 0;
  /* box-shadow: 0px 0px 15px rgba(242, 76, 48, 90%); */
}

.service-box2:hover .service-over2 {
  opacity: 1;
}

.service-img2 img {
  width: 100%;
  height: 100%
}

.service-text2 h3 {
  font-size: 24px;
  font-weight: 500;
  color: #212833;
  margin-bottom: 25px;
  font-family: "apercu_medium_pro"
}

.service-box2:hover .service-text h3 {
  text-decoration: underline;
}

.service-text2 p {
  font-size: 16px;
  line-height: 30px;
  color: #4D4E50;
}

.st2 {
  text-align: left;
}

.we-help-sect {
  padding: 100px 0;
  background: #fff;
}

.we-help-sect h2 {
  font-size: 48px;
  font-family: "apercu_medium_pro";
  font-weight: 500;
  color: #212833;
  position: relative;
  z-index: 2;
}

.attract-box {
  padding-top: 60px;
}

.attract-box1 {
  padding-top: 60px;
}

.attract-box2 {
  padding-top: 140px;
  margin-left: 15px;
}

.attract-box h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  letter-spacing: -1px;
}

.attract-box1 h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  letter-spacing: -1px;
}

.attract-box h4 {
  font-family: "apercu_medium_pro";
  font-size: 24px;
  font-weight: 500;
  color: #212833;
  margin-bottom: 20px;
}

.attract-box1 h4 {
  font-family: "apercu_medium_pro";
  font-size: 16px;
  font-weight: 500;
  color: #212833;
  margin-bottom: 15px;
}

.attract-box p {
  font-size: 17px;
  line-height: 30px;
  color: #4D4E50;
  margin-bottom: 15;
}

.attract-box1 p {
  font-size: 12px;
  line-height: 30px;
  color: #4D4E50;
  margin-bottom: 4px;
}


.attract-box2 h4 {
  font-family: "apercu_medium_pro";
  font-size: 24px;
  font-weight: 500;
  color: #212833;
  margin-bottom: 20px;
}

.attract-box2 p {
  font-size: 16px;
  line-height: 30px;
  color: #4D4E50;
  margin-bottom: 15;
}

.attract-box a {
  color: #4D4E50;
  position: relative;
  padding-right: 30px;
  margin-top: 30px;
  font-weight: 600;
}

.attract-box1 a {
  color: #4D4E50;
  position: relative;
  padding-right: 30px;
  margin-top: 30px;
  font-weight: 600;
}


.attract-box a .right-arrow {
  position: absolute;
  top: 3px;
  right: 0;
  stroke: #212833;
}


.attract-box1 a .right-arrow {
  position: absolute;
  top: 3px;
  right: 0;
  stroke: #212833;
}

a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
  color: #F24C30;
}

.attract-box a:hover {
  color: #F24C30;
  text-decoration: underline;
}

.attract-box1 a:hover {
  color: #F24C30;
  text-decoration: underline;
}

.attract-box a:hover .right-arrow {
  stroke: #F24C30;
}

.attract-box1 a:hover .right-arrow {
  stroke: #F24C30;
}

.counter-service {
  padding: 100px 0;
  background: #212833;
}

.counter-service .business-ex1 {
  display: inherit;
  margin-top: 0;
  text-align: center;
}

.counter-service .business-ex1 h2 {
  color: #fff
}

.counter-service .business-ex1 p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-left: 0px;
  margin-bottom: 0;
}

.abt-service {
  padding-top: 100px
}

.subscribe-col.services-subscribe-sect {
  padding-top: 200px
}

.subscribe-col.services-description-sect {
  padding-top: 0px
}

.service-desc-tex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.st2 .service-desc-tex h3 {
  font-size: 50px;
}

.st2 .service-desc-tex .texc {
  width: 45%;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 1px;
}

.st2 .service-desc-tex .texc p {
  font-size: 20px;
  line-height: 34px;
  color: #4D4E50;
  padding-bottom: 20px;
}

.st2 .descr-text p {
  font-size: 16px;
  color: #4D4E50;
  line-height: 32px;
  margin-top: 20px;
}

.services-col.services-sect h2 {
  font-size: 56px;
  margin-bottom: 0;
}


/*--------------------------------About CSS-------------------------*/
.make-difference {
  padding: 100px 0 60px;
}

.make-difference h2 {
  font-size: 50px;
  font-family: "apercu_medium_pro";
  font-weight: 500;
  color: #212833;
  margin-bottom: 15px;
}

.make-difference p {
  font-size: 20px;
}

.differ-box {}

.differ-img {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.differ-over {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 30%);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.35s ease;
  flex-direction: column;
  padding-top: 219px;
  padding-right: 29px;
}

.differ-over2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 30%);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.35s ease;
  flex-direction: column;
  padding-top: 219px;
}

.differ-over .view-btn {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #F24C30;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  padding: 0;
  box-shadow: 0px 0px 15px rgba(242, 76, 48, 90%);
}

.differ-over2 .view-btn {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #F24C30;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  padding: 0;
  box-shadow: 0px 0px 15px rgba(242, 76, 48, 90%);
}

.differ-box:hover .differ-over {
  opacity: 1;
}

.differ-box:hover .differ-over2 {
  opacity: 1;
}

.differ-img img {
  width: 100%;
  height: 100%
}

.differ-text h3 {
  font-size: 24px;
  font-weight: 500;
  color: #212833;
  margin-bottom: 20px;
  font-family: "apercu_medium_pro"
}

.differ-box:hover .service-text h3 {
  text-decoration: underline;
}

.differ-text p {
  font-size: 16px;
  line-height: 30px;
  color: #4D4E50;
}

.def-social {
  list-style: none;
  padding: 0;
  margin-top: 60px
}

.def-social li {
  display: inline-block;
  padding: 0 5px;
}

.def-social li a.facebook,
.def-social li a.pinterest,
.def-social li a.dribble {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  line-height: 58px;
  color: #000;
  display: block;
  font-size: 20px;
  text-align: center;
}

.def-social li a.facebook:hover {
  background: #3b5998;
  color: #fff
}

.def-social li a.pinterest:hover {
  background: #E60023;
  color: #fff
}

.def-social li a.dribble:hover {
  background: #ea4c89;
  color: #fff
}

/*--------------------------------contact CSS-------------------------*/

.contact-col {
  padding: 160px 0 100px;
}

.contact-info {
  padding-right: 10px;
  margin-bottom: 45px;
}

.contact-info p {
  font-size: 20px;
  font-weight: 500px;
  color: #636466;
  line-height: 28px;
}

.contact-info h5 {
  font-size: 27px;
  font-weight: 400;
  font-family: 'apercu_medium_pro';
  color: #212833;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info ul li {
  display: inline-block;
}

.contact-info ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #E9E9E9;
  border-radius: 50px;
  color: #212833;
  text-align: center;
  line-height: 40px
}

.contact-info ul li a:hover {
  background: #F24C30;
  color: #fff;
}

.contact-service {
  padding-left: 50px;
  border-left: 1px solid #D2D2D3;
}

.contact-head h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: 'apercu_medium_pro';
  color: #212833;
  margin-bottom: 10px
}

.contact-head p {
  font-size: 20px;
  font-weight: 500px;
  color: #636466;
  line-height: 34px;
  margin-bottom: 25px;
}

.contact-need {
  margin-bottom: 30px;
  background-color: #f8f9fa;
}

input[type=text]:focus {
  border: 3px solid #555;
}

.contact-need h5 {
  font-size: 24px;
  line-height: 30px;
  color: #212833;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-need ul {
  list-style: none;
  padding: 0;
}

.contact-need ul li {
  display: inline-block;
  padding: 0 5px 10px 0;
}

.contact-need ul li a {
  padding: 6px 13px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 5%);
  background: #fff;
  border-radius: 30px;
  color: #212833;
  display: block;
  font-size: 15px;
}

.contact-need #myDIV .btn {
  padding: 6px 13px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 5%);
  background: #fff;
  border-radius: 30px;
  color: #212833;
  display: block;
  font-size: 15px;
}

.contact-need #myDIV2 .btn {
  padding: 6px 13px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 5%);
  background: #fff;
  border-radius: 30px;
  color: #212833;
  display: block;
  font-size: 15px;
}

.contact-need #myDIV .btn:hover,
.contact-need #myDIV .btn.active {
  background: #F24C30;
  color: #fff;
  text-decoration: none;
}

.contact-need #myDIV2 .btn:hover,
.contact-need #myDIV2 .btn.active {
  background: #F24C30;
  color: #fff;
  text-decoration: none;
}

.contact-need ul li a:hover,
.contact-need ul li a.active {
  background: #F24C30;
  color: #fff;
  text-decoration: none;
}

.contact-form {
  border-color: #f8f9fa;
}

.contact-form .form-group {
  margin-bottom: 40px;
}

.contact-form label {
  font-size: 18px;
  color: #212833;
  font-weight: 500;
}

.contact-form .form-control {
  height: 60px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #E9E9E9;
  color: #797A7C;
  font-size: 14px;
  font-family: overpass;
}

.contact-form .form-control:focus,
.contact-form .form-control.mess:focus {
  border: 1px solid #212833;
}

.contact-form .form-control.mess {
  height: 140px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #E9E9E9;
  color: #797A7C;
  font-size: 14px;
  width: 100%;
}

.main-btn.submit {
  padding: 15px 36px !important;
  border: none;
  font-size: 16px;
  color: #fff;
}

/* ---------------------------------Resources---------------------------- */
.attract-box3 h4 {
  font-family: "apercu_medium_pro";
  font-size: 27px;
  font-weight: 500;
  color: #212833;
  margin-bottom: 20px;
}

.attract-box3 h4:hover {
  font-family: "apercu_medium_pro";
  font-size: 27px;
  font-weight: 500;
  color: #212833;
  margin-bottom: 20px;
  text-decoration: underline;
}

.attract-box4 h4 {
  font-family: "apercu_medium_pro";
  font-size: 25px;
  font-weight: 500;
  color: #212833;
  margin-bottom: 20px;
}

.attract-box4 h4:hover {
  font-family: "apercu_medium_pro";
  font-size: 25px;
  font-weight: 500;
  color: #212833;
  margin-bottom: 20px;
  text-decoration: underline;
}

.attract-box3 {
  padding-top: 20px;
}

.attract-box4 {
  padding-top: 20px;
}

.attract-box3 a {
  color: #4D4E50;
  position: relative;
  padding-right: 30px;
  margin-top: 30px;
  font-weight: 600;
}

.attract-box4 a {
  color: #4D4E50;
  position: relative;
  padding-right: 30px;
  margin-top: 30px;
  font-weight: 600;
}

.attract-box3 a .right-arrow {
  position: absolute;
  top: 3px;
  right: 0;
  stroke: #212833;
}

.attract-box4 a .right-arrow {
  position: absolute;
  top: 3px;
  right: 0;
  stroke: #212833;
}

.attract-box3 a:hover {
  color: #F24C30;
  text-decoration: underline;
}

.attract-box4 a:hover {
  color: #F24C30;
  text-decoration: underline;
}

.attract-box3 a:hover .right-arrow {
  stroke: #F24C30;
}

.attract-box4 a:hover .right-arrow {
  stroke: #F24C30;
}

.we-help-sect1 {
  padding: 0px 0;
}

.we-help-sect1 h2 {
  font-size: 48px;
  font-family: "apercu_medium_pro";
  font-weight: 500;
  color: #212833;
  position: relative;
  z-index: 2;
}

.subscribe-col.services-subscribe-sect1 {
  padding-top: 130px
}

.form-control1 {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 12px;
  line-height: 2.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f8f9fa;
  /* border-bottom: 1px solid #495057; */
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#form2 {
  margin-left: 71px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: jost;
  background-color: #f8f9fa;
}

#icon {
  vertical-align: middle;
  border-style: none;
  padding-left: 26px;
}

#hd {
  max-width: 100%;
  height: auto;
  padding-right: 10px;
  margin-left: -35px;
}

/* ---------------------------------Resources01---------------------------- */


.subscribe-col.services-subscribe-sect2 {
  padding-top: 60px
}

.contact-col1 {
  padding: 0px 0 100px;
}

.contact-service1 {
  padding-left: 50px;
  padding-top: 35px;
}

.contact-form .dropdown-toggle {
  height: 60px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #E9E9E9;
  color: #797A7C;
  font-size: 14px;
}

.contact-form .form-control:focus,
.contact-form .form-control.mess:focus {
  border: 1px solid #212833;
}

.contact-form .form-control.mess {
  height: 140px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #E9E9E9;
  color: #797A7C;
  font-size: 14px;
  width: 100%;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 6px;
  height: 0;
  margin-left: 14em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

#toggle1::after {
  display: inline-block;
  width: 6px;
  height: 0;
  margin-left: 17em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

#toggle2::after {
  display: inline-block;
  width: 6px;
  height: 0;
  margin-left: 11em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

#resources01 {
  max-width: 94%;
  height: auto;
  padding-left: 42px;
}

/*--------------------------------Responsive CSS-------------------------*/
@media (max-width: 1200px) {

  .banerT,
  .banerC {
    width: 50%;
  }

  .banerT {
    padding-left: 15px;
  }

  .banner h1,
  .banner h2 {
    font-size: 60px;
  }

  .centerd-icon::after {
    width: 260px;
    height: 260px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 100px;
    left: 100px;
    background-size: cover;
  }

  #parent-circle .circle1 {
    width: 12vw;
    height: 12vh;
    top: 80%;
    left: 80%;
  }

  #parent-circle .circle1 img,
  #parent-circle .circle img {
    width: 75%;
  }

  #parent-circle .circle {
    width: 12vw;
    height: 12vh;
    top: 12%;
    left: -30%;
  }

  #parent-circle {
    width: 40vw;
    height: 40vw;
  }

  .durable .info {
    width: 55vw;
    margin-top: 18vh;
  }

  .centerd-icon2::after {
    width: 260px;
    height: 260px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 40px;
    left: 150px;
    background-size: cover;
  }

  .durable2 #parent-circle .circle1 {
    width: 10vw;
    height: 10vh;
    top: 80%;
    left: 80%;
  }

  .durable2 #parent-circle .circle1 img,
  #parent-circle .circle img {
    width: 75%;
  }

  .durable2 #parent-circle .circle {
    width: 10vw;
    height: 10vh;
    top: 40%;
    left: -26%;
  }

  .durable2 #parent-circle {
    width: 35vw;
    height: 35vw;
  }

  .durable2 .info {
    width: 60vw;
    margin-top: 8vh;
  }
}

@media (min-width: 1920px) {
  #parent-circle {
    position: relative;
    width: 31vw;
    height: 31vw;
    border-radius: 50%;
    transform: rotate(0deg);
    transition: transform 0.7s linear;
    animation: rotate 100s infinite linear;
  }

  #resources01 {
    max-width: 84%;
    height: auto;
    padding-left: 264px;
  }
}

@media (min-width: 1919px) {

  #resources02 {
    width: 1407px;
    height: 250px;
    padding-left: 314px;
  }

  #resources01 {
    max-width: 76%;
    height: auto;
    padding-left: 282px;
  }

  .banner .durable2 h1,
  .banner .durable2 h2 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: "apercu_medium_pro";
  }

  .banner .durable2 p {
    font-size: 17px;
    color: #4D4E50;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .durable2 #parent-circle {
    position: relative;
    width: 22vw;
    height: 19vw;
    border-radius: 50%;
    transform: rotate(0deg);
    transition: transform 0.7s linear;
    animation: rotate 100s infinite linear;
  }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
  .main {
    width: 482px;
    height: 536px;
  }

  .main:after {
    content: "";
    width: 536px;
    height: 482px;
  }

  .ufo {
    width: 280px;
    height: 280px;
  }

  .circle,
  .circle1 {
    width: 100px;
    height: 100px;
  }

  @keyframes circle {
    0% {
      transform: rotate(0deg) translate(-300px) rotate(0deg);
      top: 0;
      bottom: 0px;
      left: 0;
      right: 0px;
    }

    100% {
      transform: rotate(360deg) translate(-300px) rotate(-360deg);
      top: 0;
      bottom: 0px;
      left: 0;
      right: 0px;
    }
  }

  @keyframes circle1 {
    0% {
      transform: rotate(0deg) translate(-300px) rotate(0deg);
      top: 0;
      bottom: 0px;
      left: 0;
      right: 0px;
    }

    100% {
      transform: rotate(360deg) translate(-300px) rotate(-360deg);
      top: 0;
      bottom: 0px;
      left: 0;
      right: 0px;
    }
  }

  .banner h1,
  .banner h2 {
    font-size: 50px;
  }

  .banner p {
    font-size: 18px;
    color: #4D4E50;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .banner.bg-white {
    padding: 100px 0 30px;
    position: relative;
    border-bottom: 1px solid #eee;
  }

  .we-help-sect,
  .counter-service,
  .make-difference,
  .subscribe-col.abt-service {
    padding: 60px 0;
  }

  .we-help-sect1,
  .counter-service,
  .make-difference,
  .subscribe-col.abt-service {
    padding: 60px 0;
  }

  .services-col.services-sect {
    padding: 140px 0 30px;
    text-align: center;
  }

  .services-col.services-sect1 {
    padding: 140px 0 30px;
    text-align: center;
  }

  .masonry {
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }

  .abt-service,
  .subscribe-col.services-subscribe-sect {
    padding-top: 60px;
  }

  .abt-service,
  .subscribe-col.services-subscribe-sect1 {
    padding-top: 60px;
  }

  .centerd-icon::after {
    width: 260px;
    height: 260px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 70px;
    left: 70px;
    background-size: cover;
  }

  .centerd-icon2::after {
    width: 220px;
    height: 220px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 40px;
    left: 100px;
    background-size: cover;
  }

  .durable2 .info {
    width: 50vw;
    padding-right: 10px;
  }

  .navbar-collapse {
    position: fixed;
    width: 30%;
    background: #fff;
    top: 0;
    left: 0;
    height: 100vh;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 15%);
  }

  .header .navbar .nav-link {
    padding: 1rem 1.5rem;
  }

  .header .navbar .nav-link.talk {
    display: inline-block;
    padding: .6rem 1.5rem;
    margin: .5rem 1.5rem;
  }

  .header.smaller .navbar-collapse {
    top: 60px;
    height: calc(100% - 60px);
    box-shadow: 3px 10px 10px rgba(0, 0, 0, 15%);
  }

  .main {
    width: 442px;
    height: 456px;
  }

  .main:after {
    content: "";
    width: 456px;
    height: 402px;
  }

  .ufo {
    width: 240px;
    height: 240px;
  }

  .banner h1,
  .banner h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .banner p {
    font-size: 16px;
    color: #4D4E50;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .banner {
    height: auto;
  }

  .banner:after,
  .marketing-col::after,
  .services-col:before,
  .services-col:after,
  .footer:after,
  .banner:before {
    display: none;
  }

}

@media (max-width: 980px) {

  .banerT,
  .banerC {
    width: 100%;
  }

  .banerT {
    padding: 150px 20px 30px 20px;
  }

  .banerC {
    padding-bottom: 60px;
  }

  .centerd-icon::after {
    width: 200px;
    height: 200px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 80px;
    left: 80px;
    background-size: cover;
  }

  .durable .info {
    margin-top: 10vh;
  }

  .centerd-icon2::after {
    width: 200px;
    height: 200px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 40px;
    left: 100px;
    background-size: cover;
  }

  .durable2 .info {
    margin-top: 10vh;
  }
}

@media (max-width: 890px) {}

@media (max-width: 800px) {}

@media (max-width: 768px) {
  .service-desc-tex {
    display: inherit;
  }

  .st2 .service-desc-tex .texc {
    width: 100%;
  }

  .st2 .service-desc-tex h3 {
    font-size: 36px;
  }

  .contact-service {
    padding-left: 0px;
    border-left: none;
  }

  .contact-col {
    padding: 140px 0 60px;
  }

  .contact-head h2 {
    font-size: 46px;
  }

  .contact-info {
    margin-bottom: 30px;
  }

  .masonry {
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    column-count: 1;
  }

  .centerd-icon2::after {
    width: 300px;
    height: 300px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 60px;
    left: 180px;
  }

  .durable2 #parent-circle .circle1 {
    width: 15vw;
    height: 15vh;
    top: 80%;
    left: 80%;
  }

  .durable2 #parent-circle .circle1 img,
  #parent-circle .circle img {
    width: 100%;
  }

  .durable2 #parent-circle .circle {
    width: 15vw;
    height: 15vh;
    top: 17%;
    left: -6%;
  }

  .durable2 #parent-circle {
    width: 65vw;
    height: 65vw;
    margin: 0 auto;
  }

  .durable2 .info {
    width: 100vw;
    margin-top: 4vh;
  }

  .durable2 {
    display: inherit;
    align-items: flex-start;
    justify-content: space-between;
  }

  .centerd-icon2 {
    position: relative;
    left: 0px;
  }

  .mrgn-btm {
    margin-bottom: 30px;
  }

  .navbar-collapse {
    width: 35%;
  }

  .header {
    margin-top: 20px;
  }

  .banner h1,
  .banner h2 {
    font-size: 34px;
  }

  .banner p {
    font-size: 15px;
    color: #4D4E50;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .marketing-col {
    padding: 60px 0;
  }

  .business-text h2 {
    font-size: 40px;
  }

  .business-text p {
    font-size: 18px;
  }

  .services-col {
    padding: 60px 0 30px
  }

  .subscribe-col {
    padding: 30px 0 60px
  }

  .business-col {
    padding: 60px
  }

  .brand-box {
    height: 60px;
  }

  .business-ex {
    margin-top: 30px;
  }

  .business-ex h2 {
    font-size: 40px;
  }

  .business-ex p {
    font-size: 14px;
  }

  .services-col h2 {
    font-size: 42px;
    color: #212833;
    margin-bottom: 15px;
  }

  .services-col p {
    font-size: 18px;
    color: #4D4E50;
    margin-bottom: 0;
  }

  .centerd-icon::after {
    width: 180px;
    height: 180px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 46px;
    left: 55px;
    background-size: cover;
  }

  .we-help-sect h2 {
    font-size: 46px;
  }

  .we-help-sect1 h2 {
    font-size: 46px;
  }

  .banner .durable2 h1,
  .banner .durable2 h2 {
    font-size: 42px;
  }

  .differ-img {
    margin-bottom: 30px;
  }

  .subscribe-box:after {
    display: none;
  }

  .rect-bg {
    display: none;
  }
}

@media (max-width: 700px) {
  .navbar-collapse {
    width: 36%;
  }

  .centerd-icon::after {
    width: 140px;
    height: 140px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 46px;
    left: 55px;
    background-size: cover;
  }
}

@media (max-width: 600px) {
  .navbar-collapse {
    width: 40%;
  }

  .business-ex h2 {
    font-size: 25px;
    margin-left: 13px
  }

  .business-ex p {
    font-size: 12px;
  }

  .centerd-icon::after {
    width: 260px;
    height: 260px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 100px;
    left: 150px;
  }

  #parent-circle .circle1 {
    width: 17vw;
    height: 17vh;
    top: 80%;
    left: 80%;
  }

  #parent-circle .circle1 img,
  #parent-circle .circle img {
    width: 100%;
  }

  #parent-circle .circle {
    width: 17vw;
    height: 17vh;
    top: 18%;
    left: -12%;
  }

  #parent-circle {
    width: 80vw;
    height: 80vw;
    margin: 0 auto;
  }

  .durable .info {
    width: 100vw;
    margin-top: 4vh;
  }

  .durable {
    display: inherit;
    align-items: flex-start;
    justify-content: space-between;
  }

  .centerd-icon {
    position: relative;
    left: 0px;
  }

  .centerd-icon2::after {
    width: 260px;
    height: 260px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 50px;
    left: 170px;
  }

  .we-help-sect h2 {
    font-size: 36px;
  }

  .we-help-sect1 h2 {
    font-size: 36px;
  }

  .banner .durable2 h1,
  .banner .durable2 h2 {
    font-size: 42px;
  }

  .contact-info h5 {
    font-size: 20px;
  }

  .contact-form .form-group {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .centerd-icon::after {
    width: 260px;
    height: 260px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 60px;
    left: 100px;
  }

  .navbar-collapse {
    width: 50%;
  }

  .markt-row {
    display: inherit;
  }

  .markt-row1 {
    display: inherit;
  }

  .markt-row2 {
    display: inherit;
  }


  .markt-icon,
  .markt-hed,
  .markt-p {
    margin-bottom: 15px;
  }

  .markt-p p {
    font-size: 16px;
    color: #4D4E50;
    margin-bottom: 0;
    line-height: 26px;
  }

  .business-col {
    padding: 30px;
  }

  .business-text h2 {
    font-size: 30px;
  }

  .business-text p {
    font-size: 16px;
  }

  .markt-text h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .business-ex {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
  }

  .subscribe-box {
    padding: 30px;
  }

  .subscribe-box h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .subscribe-box p {
    font-size: 18px;
    line-height: 26px;
    color: #4D4E50;
    margin-bottom: 0;
  }

  .services-col p {
    font-size: 16px;
    color: #4D4E50;
    margin-bottom: 0;
  }

  .news .btn-primary {
    padding: 10px 10px;
  }

  .centerd-icon2::after {
    width: 240px;
    height: 240px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 50px;
    left: 160px;
  }
}

@media (max-width: 440px) {
  .centerd-icon::after {
    width: 220px;
    height: 220px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 60px;
    left: 100px;
  }

  .navbar-collapse {
    width: 55%;
  }

  .service-text h3 {
    font-size: 22px;
  }

  .main {
    width: 322px;
    height: 326px;
  }

  .ufo {
    width: 180px;
    height: 180px;
  }

  .centerd-icon2::after {
    width: 190px;
    height: 190px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 30px;
    left: 120px;
  }
}

@media (max-width: 360px) {
  .navbar-collapse {
    width: 70%;
  }

  .main {
    width: 302px;
    height: 306px;
  }

  .centerd-icon::after {
    width: 150px;
    height: 150px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 60px;
    left: 100px;
  }

  .ufo {
    width: 160px;
    height: 160px;
  }

  .centerd-icon2::after {
    width: 160px;
    height: 160px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 20px;
    left: 90px;
  }
}

@media (max-width: 320px) {
  .img-fluid {
    max-width: 80%;
    height: auto;
  }

  .header.smaller .navbar-collapse {
    top: 56px;
    height: calc(100% - 56px);
  }

  .navbar-toggler {
    position: absolute;
    right: 15px;
  }

  .main {
    width: 222px;
    height: 226px;
  }

  .centerd-icon::after {
    width: 150px;
    height: 150px;
    background-size: cover;
    position: absolute;
    content: "";
    top: 45px;
    left: 70px;
  }

  .service-box .service-over a {
    font-size: 16px;
  }

  .service-img {
    margin-bottom: 20px;
  }

  .service-text h3 {
    font-size: 18px;
  }

  .services-col p {
    font-size: 15px;
    color: #4D4E50;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  #foot {
    padding: 0rem !important;
  }
}

#more {
  display: none;
}

#more2 {
  display: none;
}

#more3 {
  display: none;
}

#resources02 {
  /* max-width: 105%; */
  width: 1200px;
  height: 250px;
  padding-left: 39px;
}

.active,
.bar:hover {
  /* background-color: #666; */
  color: #F24C30;
}


.captcha-img .captcha {
  /* position: absolute; */
  /* left: 50%;
  top: 50%;
  width: 100%; */
  background: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 7px;
  margin-top: -8px;
  /* font-size: 35px;
  text-align: center;
  letter-spacing: 10px; */
  /* transform: translate(-50%, -50%); */
  /* text-shadow: 0px 0px 2ps */
}