@font-face {
  font-family: "SGT-Jhon-O";
  src: url("../fonts/SGT-Jhon-O.ttf") format("truetype");
  /* font-weight: 300 900; */
  font-display: swap;
}
@font-face {
  font-family: "SGT-Jhon-OS";
  src: url("../fonts/SGT-Jhon-O1.ttf") format("truetype");
  /* font-weight: 300 900; */
  font-display: swap;
}
@font-face {
  font-family: "Geogrotesque-Regular";
  src: url("../fonts/GeogrotesqueCyr-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque-medium";
  src: url("../fonts/GeogrotesqueCyr-Medium.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque-semibold";
  src: url("../fonts/GeogrotesqueCyr-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque-mediumitalic";
  src: url("../fonts/GeogrotesqueCyr-MediumItalic.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Geogrotesque-bold";
  src: url("../fonts/GeogrotesqueCyr-Bold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
body {
  font-family: "Geogrotesque-Regular", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}

.p-30 {
  padding: 30px;
}

/* Header Custom css START here */
.header .navbar-brand img {
  width: 100%;
}

header.navbar-area .nav-inner {
  padding-top: 25px;
}

.navbar-nav .nav-item a {
  color: #FFFFFF;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 15px 0;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  font-family: "Geogrotesque-semibold", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.navbar-nav .nav-item i {
  padding-left: 5px;
  font-size: 10px;
}

.button.add-list-button .line-button {
  border: 1px solid rgba(255, 255, 255, 0.4705882353);
  color: #ffffff;
  font-family: "Geogrotesque-semibold", sans-serif;
  font-size: 16px;
  padding: 14px 28px !important;
  line-height: 16px;
}
.button.add-list-button .line-button img {
  padding-left: 10px;
}
.button.add-list-button .line-button:hover {
  background: #F94A32;
}
.button .btn.line-button:hover img {
  transform: rotate(0deg) !important;
}

/*sticky */
.navbar-area.sticky .navbar-brand img {
  max-width: 70px !important;
  min-width: 70px !important;
  transition: all 0.5s;
}
.navbar-area .navbar-brand img {
  transition: all 0.5s;
}

header.navbar-area.sticky .nav-inner {
  padding: 10px 0px;
  transition: all 0.5s;
}
header.navbar-area .nav-inner {
  padding: 15px 0px;
  transition: all 0.5s;
}
header.navbar-area.sticky .nav-inner nav.navbar, header.navbar-area .nav-inner nav.navbar {
  transition: all 0.5s;
}

/*sticky */
/* Header Custom css OVER here */
/* Banner start here */
.hero-area {
  position: relative;
  padding: 120px 0 100px;
  min-height: 730px;
  background: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
}
.hero-area .hero-content h1 {
  color: #F94A32;
  font-family: "Geogrotesque-regular", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
}
.hero-area .hero-content p {
  font-family: "SGT-Jhon-O", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
  line-height: 62px;
  color: #FFFFFF;
  margin-top: 12px;
}

.button {
  display: inline-block;
}
.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 23px;
  font-family: "Geogrotesque-bold", sans-serif;
  padding: 13px 30px;
  background-color: #FBBE0B;
  color: #fff;
  border: none;
  transition: 0.2s;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

.hero-area .hero-content .button .btn {
  background-color: #FBBE0B;
  margin-right: 12px;
  border-radius: 0;
  font-family: "Geogrotesque-bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #151515;
  min-height: 56px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn.light-btns {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
  font-family: "Geogrotesque-bold", sans-serif;
  padding: 13px 30px;
  background-color: transparent;
  color: #151515;
  transition: 0.2s;
  border-radius: 0;
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin-right: 7px;
  overflow: hidden;
  border: 2px solid #151515 !important;
}

.hero-area .hero-content .button {
  margin-top: 40px;
}

.button .btn span {
  padding-right: 15px;
  border-right: 2px solid rgba(60, 44, 0, 0.7411764706);
  margin-right: 15px;
  padding-top: 5px;
  padding-bottom: 0px;
  font-family: "Geogrotesque-bold", sans-serif;
  color: #151515;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
}
.button .btn img {
  transition: all 0.8s;
}

.hero-area .hero-content .button .btn img {
  transition: all 0.8s;
}
.hero-area .hero-content .button .btn:hover img {
  transform: rotate(49deg);
  transition: all 0.8s;
}

.button .btn:hover img {
  transform: rotate(45deg);
  transition: all 0.8s;
}

.number-detail {
  margin-top: 70px;
}
.number-detail img.ico-left {
  max-width: 22px !important;
}
.number-detail a {
  font-family: "Geogrotesque-medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.7019607843);
  padding-top: 3px;
}

/*section 2 start css */
section.about {
  padding: 95px 0px;
  background-color: #EDEDED;
}

h2.title-main {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #151515;
  font-family: "SGT-Jhon-O", sans-serif;
  margin-bottom: 26px;
}

.content-main {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #151515;
  letter-spacing: 0px;
  padding-right: 118px;
}
.content-main span {
  font-weight: 600;
  font-size: 40px;
  line-height: 28px;
}
.content-main b {
  font-family: "Geogrotesque-semibold", sans-serif;
}

.content-part {
  margin-bottom: 26px;
}

.counter .numb {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  color: #272727;
  font-family: "Geogrotesque-semibold", sans-serif;
  margin-bottom: 8px;
}
.counter p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #151515;
  font-family: "Geogrotesque-medium", sans-serif;
}

/* .{
border: 1px solid #151515;
 } */
.button .btn:hover {
  border-color: #F94A32 !important;
}

/*section 2 over css */
/* section 3 start css */
section.clients-logo {
  min-height: 140px;
}

.client-logo {
  text-align: center;
}

/* section 3 over css */
/* section 4 start css */
.guard-secure {
  display: flex !important;
  justify-content: center !important;
}
.guard-secure img {
  width: 100%;
}
.guard-secure .caro-content {
  position: absolute;
  z-index: 999;
  display: block;
  bottom: 0;
  padding-bottom: 30px;
  /* opacity: 0; */
  transition: all 0.8s;
}
.guard-secure .caro-content p {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Geogrotesque-medium", sans-serif;
}
.guard-secure .caro-content p.sub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.85;
  font-family: "Geogrotesque-medium", sans-serif;
  text-transform: unset !important;
}

.divider {
  opacity: 0.24;
  height: 2px;
  width: 100%;
  margin-bottom: 25px;
  background-color: #FFFFFF;
}

.guard-secure:hover .caro-content {
  opacity: 1;
  transition: all 0.8s;
}

/* section 4 over css */
/* section 5 start css */
section.guard-carousl .tns-controls {
  margin-right: 135px;
  text-align: right;
  margin-top: 40px;
}
section.guard-carousl .tns-controls button {
  padding: 14px 16px;
  margin-left: 18px;
  border: 1.5px solid rgba(21, 21, 21, 0.24);
  background: transparent;
}

/* section 5 over css */
/* section 6 start css */
.testi-stickybtn {
  text-align: center;
  margin-top: -30px;
}

.testi-left-bg {
  background: url(../images/testi-img.jpg);
  background-size: cover;
  background-position: center;
  padding: 58px 78px !important;
  overflow: hidden;
}

.cst-testi {
  color: #FFFFFF;
}

.testimonials .main-title {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  display: flex;
  align-items: center;
  letter-spacing: -1px;
  color: #FFFFFF;
  font-family: "SGT-Jhon-O", sans-serif;
}

p.content-subs {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
  opacity: 0.8;
  font-family: "Geogrotesque-mediumitalic", sans-serif;
  margin-top: 21px;
  margin-bottom: 20px;
}

.content-name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  opacity: 0.9;
  font-family: "Geogrotesque-semibold", sans-serif;
}

p.content-name span.loca-name {
  float: right;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7098039216);
  font-family: "Geogrotesque-Regular";
  letter-spacing: 0.5px;
  font-weight: normal;
}
p.content-name span.loca-name img.map-left {
  opacity: 1 !important;
  margin-right: 10px;
}

.testi-left-bg .tns-nav button {
  width: 25px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3882352941);
  margin-right: 20px;
}
.testi-left-bg .tns-nav button.tns-nav-active {
  background: #f94a32 !important;
}

.cst-testi {
  padding-left: 1px !important;
}

img.quote-testi {
  position: absolute;
  margin-top: -95px;
}

.testi-left-bg .tns-nav {
  margin-top: 22px;
}

section.testimonials {
  padding-top: 90px;
  background: url(../images/vector.png);
  background-repeat: no-repeat;
  background-position: -0.5% 50%;
  background-size: 3%;
  padding-bottom: 90px;
}
section.serving-main {
  padding-top: 47px;
  padding-bottom: 110px;
  background: url(../images/vector01.png);
  background-repeat: no-repeat;
  background-position: 101% 50% !important;
  background-size: 2%;
}
section.serving-main .col-lg-7 {
  padding-left: 75px !important;
}
section.serving-main .col-lg-5 {
  padding-left: 65px !important;
  padding-right: 50px !important;
}
section.serving-main .hero-content p.smalltitle {
  color: #F94A32;
  font-family: "Geogrotesque-regular", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
}
p.serving-title {
    text-align: center;
    margin-right: 30px;
    margin-top: -50px;
    z-index: 999;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fffffff5;
}
/* section 6 over css */
/* section 7 start css */
h2.maintitle {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #151515;
  font-family: "SGT-Jhon-O", sans-serif;
}

.dividers {
  height: 2px;
  width: 200px;
  background: #000000;
  margin-bottom: 25px;
}

.list-serving {
  margin-top: 30px;
}
.list-serving li {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 26px;
  color: #151515;
  font-family: "Geogrotesque-semibold", sans-serif;
  letter-spacing: 0;
}
.list-serving li img {
  margin-right: 10px;
}

/* section 7 over css */
/* section 8 START css */
section.contact-us {
  min-height: 400px;
  background: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-us .smalltitle {
  color: #F94A32;
  font-family: "Geogrotesque-regular", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
}
.contact-us .content-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
  color: #FFFFFF;
  font-family: "SGT-Jhon-O", sans-serif;
  margin-top: 12px;
  margin-bottom: 16px;
}
.contact-us .sub-title {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  opacity: 0.8;
  font-family: "Geogrotesque-medium", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
}

.contact-btn {
  margin-top: 40px;
}

/* section 8 OVER css */
/*Footer START here */
footer.footer {
  background-color: #151515;
}
footer .footer-top .container {
  padding: 75px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2392156863);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
}
footer .footer-bottom .container {
  padding: 35px 0px;
}

.footer-mtitle {
  font-weight: 400;
  letter-spacing: 0;
  color: #FFFFFF;
  font-family: "SGT-Jhon-O", sans-serif;
  margin-top: 25px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
}

.rights-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Geogrotesque-regular", sans-serif;
}

.footer-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Geogrotesque-medium", sans-serif;
  margin-bottom: 20px;
}

.single-footer li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.8509803922);
  text-transform: capitalize;
  font-family: "Geogrotesque-medium", sans-serif;
}

ul.social img.footer-icos {
  margin-right: 15px !important;
}

.social-icos ul {
  -moz-column-gap: 18px;
  column-gap: 18px;
}

ul.social {
  margin-bottom: 30px;
}

.single-footer ul.nav-item a.active, .single-footer ul.nav-item a:hover {
  color: #F94A32 !important;
}
.single-footer .social-icos li {
  padding: 10px 13px;
  border: 1.5px solid rgba(255, 255, 255, 0.24);
}

.social-icos li:hover {
  background: #000000 !important;
  border-color: #000000 !important;
}

/*Footer OVER here */
/*Contact page START here */
section.page-title {
  min-height: 400px;
  position: relative;
  background: url(../images/title-bg.jpg);
  background-size: cover;
  background-position: top center;
}

.page-title h1 {
  font-family: "SGT-Jhon-O", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #FFFFFF;
  margin-top: 80px;
}

/*content page */
/*===========================
about-01 css
 ===========================*/
.about-title.text-center h2.fw-bold {
  font-weight: 400 !important;
  font-style: normal;
  font-size: 48px;
  line-height: 56px;
  color: #151515;
  font-family: "SGT-Jhon-O", sans-serif;
  margin-bottom: 26px;
}

.about-one {
  background-color: #fafafa;
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-one .about-title {
  margin-bottom: 20px;
}
.about-one .single-about-items {
  margin-top: 30px;
  padding: 35px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
.about-one .single-about-items:hover {
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
}
.about-one .single-about-items::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 80px;
  width: 50px;
  border: 1px solid #F94A32;
  border-radius: 0 0 0 30px;
  right: -1px;
  top: -1px;
  opacity: 0.1;
}
.about-one .single-about-items::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #F94A32;
  border-radius: 50px;
  right: 60px;
  top: 10px;
  opacity: 0.1;
}
.about-one .single-about-items .items-icon {
  width: 70px;
  height: 70px;
  line-height: 85px;
  text-align: center;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #F94A32;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
}
.about-one .single-about-items .items-icon i {
  font-size: 32px;
}
.about-one .single-about-items .items-content {
  margin-top: 32px;
}
.about-one .single-about-items .items-content .items-title {
  color: #151515;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Geogrotesque-medium", sans-serif;
}
.about-one .single-about-items .items-content .text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  color: #151515;
  font-family: "Geogrotesque-semibold", sans-serif;
  letter-spacing: 0;
  min-height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one .single-about-items .items-icon {
    max-width: 90px;
  }
  div#navbarSupportedContent{
      margin-top:30px;
  }
}
@media (max-width: 767px) {
  .about-one .single-about-items .items-icon {
    max-width: 80px;
  }
  footer.footer {
    text-align: center;
}
section.serving-main {
    text-align: center;
}
p.serving-title {
    text-align: center;
    margin: 0 0 20px 0;
    color: #000000;
    font-size: 14px;
}
.serving-main img {
    border: 2px solid #ffffff;
}
}
@media only screen and (min-width: 1400px) {
  .about-one .single-about-items .items-content {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-one .single-about-items .items-content {
    padding-right: 35px;
  }
}
/*Contact page OVER here */
/* About page START here*/
section.about-first {
  padding: 90px 0px;
  background: url(../images/vector.png);
  background-repeat: no-repeat;
  background-position: -0.5% 50%;
  background-size: 2%;
}
section.about-details {
  padding: 90px 0px;
  background-color: #EDEDED !important;
  background: url(../images/vector01.png);
  background-repeat: no-repeat;
  background-position: 101% 50% !important;
  background-size: 3%;
}
section.about-details p.content-main {
  margin-bottom: 20px;
}
section.about-details p.content-main:nth-last-child(1) {
  margin-bottom: 0 !important;
}
section.guard-main {
  padding: 90px 0px;
  padding-bottom: 70px;
}
section.guard-main .guard-secure {
  display: block !important;
  padding: 10px;
}
section.guard-main .guard-secure .caro-content {
    margin-top: -85px !important;
    margin: 0 15px;
    position: relative;
    bottom: 0px;
}
section.testimonials-one {
  padding: 50px 0px;
}
section.testimonials-one .container {
  max-width: 900px;
}
section.testimonials-one p.main-title {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  display: flex;
  align-items: center;
  letter-spacing: -1px;
  color: #FFFFFF;
  font-family: "SGT-Jhon-O", sans-serif;
}

/* About page OVER here*/
.social a:hover {
  color: #F94A32;
}

@media (max-width: 1025px) {
  .hero-area .hero-content p {
    font-size: 50px;
  }
  .content-main, section.serving-main .col-lg-5 {
    padding-right: 0px !important;
  }
  .testimonials .right-img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  section.serving-main .col-lg-7 {
    padding-left: 0px !important;
  }
  .serving-main h2.maintitle {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
    .header .navbar-brand img {
    width: 59%;
}
    header.navbar-area.sticky .nav-inner nav.navbar, header.navbar-area .nav-inner nav.navbar{
        display: grid;
    grid-template-columns: 20% 70% 10%;
    }
    .header .button{
        text-align:right;
    }
    .mobile-menu-btn .toggler-icon{
        margin-left:auto !important;
       
    }
  .about .about-img-left, .about-first .about-img-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .guard-secure .caro-content p {
    font-size: 15px;
  }
  .guard-secure .caro-content p.sub-title {
    font-size: 11px;
  }
  section.guard-carousl .tns-controls {
    margin-right: 40px;
  }

  section.serving-main .col-lg-5 {
    padding-left: 0px !important;
    margin-top: 60px;
  }
  .serving-main h2.maintitle br {
    display: none;
  }
  section.testimonials-one {
    padding-left: 20px;
    padding-right: 20px;
  }
  .testi-left-bg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 420px) {
    header.navbar-area.sticky .nav-inner nav.navbar, header.navbar-area .nav-inner nav.navbar{
            grid-template-columns: 20% 60% 20%;
    }
    .header .navbar-brand img {
    width: 100%;
    max-width: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
}
.mobile-menu-btn {
    padding-right: 20px !important;
}
  section.page-title {
    padding-left: 20px;
  }
  .hero-area {
    padding-bottom: 0px;
  }
  .hero-area .hero-content p {
    font-size: 32px;
    line-height: 41px;
  }
  .testi-left-bg {
    padding: 58px 20px !important;
  }
  section.serving-main, section.contact-us {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header a.navbar-brand {
    padding-left: 20px !important;
  }
 
  header.header.navbar-area.sticky {
    padding-bottom: 0px;
  }
  /*header.header.navbar-area.sticky{*/
  /*    top:15px !important;*/
  /*}*/
  .navbar-area.sticky .navbar-brand img{
    max-width: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
  }

.single-footer {
    margin-top: 20px;
}
}
/*# sourceMappingURL=custom.css.map */