@font-face {
  font-family: ProximaNormal;
  src: url("fonts/proxima-noraml.otf") format("opentype");
}

@font-face {
  font-family: ProximaBold;
  src: url("fonts/proximabold.otf") format("opentype");
}

@font-face {
  font-family: ProximaBlack;
  src: url("fonts/proximablack.otf") format("opentype");
}


body {
  font-family: ProximaNormal !important;
}

.enable-load-effects .Header [data-nc-container] {
  opacity: 1;
}

#introduction {
  background-image: url(../images/banner-bg.jpg);
  background-position-y: bottom;
  padding: 120px 0 0px 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#services {
  background-image: url(../images/services.jpg);
}

#who-we-are {
  background-image: url(../images/are.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#quality {
  background-image: url(../images/quality.jpg);
  background-attachment: fixed;

  background-size: cover;
  background-repeat: no-repeat;
}

#what-we-do {
  background-image: url(../images/who.jpg);
  background-color: #00000050;
  background-blend-mode: color;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-sec .row,
.images .row {
  display: flex;
}

.service-sec .col-md-6,
.images .col-md-6 {
  flex: 0 0 50%;
  padding: 0;
  width: 50%;
}

.service-sec .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumb-sec {
  background-color: #fff;
  padding: 200px 0 100px 0px;
}

.service-sec {
  background-color: #f5f5f5;
  padding-top: 50px;
}

.service-sec img {
  border-radius: 6px;
}

.serv-cont {
  padding-left: 20px;
  padding-right: 40px;
}


.contact-sec {
  padding: 90px 0;
}

.form-control {
  background-color: #b0b0b017;
  padding: 14px 12px;
  margin-bottom: 18px;
}


textarea {
  width: 100%;
}


.cont-item {
  box-shadow: 0 0.2em 1rem rgba(0, 0, 0, .175) !important;
  border-radius: 12px;
  padding: 14px 40px;
  text-align: center;
  margin: 0 24px;
  margin-bottom: 20px;
}

.cont-item i {
  color: #0B1F2C;
  margin-bottom: 10px;
}

.cont-item ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.cont-item a {
  color: #0B1F2C;
  text-decoration: none;
}

form button {
  color: #003 !important;
  background-color: #ffc300 !important;
  border-color: #ffc300 !important;
}

.cont-item h3,
.cont-item i {
  color: #000;
}

.mobile-header {
  display: none;
}

.mobile-header .row {
  display: flex;
  padding: 6px 16px;
  align-items: center;
  justify-content: space-between;
}

.mobile-header .col-md-6 {
  width: 50%;
  flex: 0 0 50%;
}

.menu-mob {
  display: none;
}

.serv-size h2 {
  font-size: 90px;
  margin-bottom: 50px;
  color: #000;
}

.serv-size p {
  font-size: 45px;
  line-height: 65px;
}

.contact-btn {
  text-align: end;
}

@media only screen and (max-width: 500px) {
  .service-sec.second .row {
    flex-direction: column-reverse;
  }

  .service-sec .col-md-6,
  .images .col-md-6 {
    width: 100%;
    flex: 0 0 100%;
  }

  .images .row {
    display: block;
  }

  .serv-cont {
    padding-left: 0px;
    padding-right: 0px;
  }

  .service-sec {
    padding: 0 14px;
  }

  .service-sec img {
    margin-bottom: 10px;
  }

  .service-sec {
    padding-bottom: 24px;
  }

  .service-sec h2 {
    font-size: 28px;
  }

  .service-sec p {
    line-height: normal;
  }

  .breadcrumb-sec {
    padding: 50px 0 60px 0px;
  }

  .mobile-header {
    display: block;
  }

  .contact-sec {
    padding: 30px 0!important;
  }
  .warsec form {
    margin-bottom: 0px;
    text-align: center;
}

  form {
    margin-bottom: 30px;
    text-align: center;
  }

  #introduction {
    padding: 0px 0 0px 0;
  }

  .Index-page--has-image .Index-page-content {
    padding-top: 0px !important;
  }

  #services {
    display: none;
  }

  footer .sqs-row {
    display: block !important;
  }

  .serv-size h2 {
    font-size: 50px;
    margin-bottom: 25px;
  }

  .serv-size p {
    font-size: 30px;
    line-height: 40px;
  }
}








.section-code-example {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 80px 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.card-text-code-example {
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.btn-code-example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #0c4e9e;
  -webkit-transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-code-example:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.container-code-example {
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-bot-24-code-example {
  margin-bottom: 24px;
}

.paragraph-code-example {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}

.margin-bot-32-code-example {
  margin-bottom: 32px;
}

.card-code-example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cards-wrapper-code-example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 714px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-title-code-example {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}

.card-icon-code-example {
  max-height: 88px;
  max-width: 88px;
  margin-bottom: 16px;
}

.content-code-example-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.max-width-736-code-example {
  max-width: 736px;
}

.title-code-example {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 140%;
}

.paragraph-code-example-lg {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}

.paragraph-code-example-lg.paragraph-code-example-lg-white {
  color: #fff;
}

.margin-bot-8-code-example {
  margin-bottom: 8px;
}

.link-white-code-example {
  color: #fff;
}

.max-width-585-code-example {
  max-width: 585px;
}

.column-left-code-example-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 73%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-code-example-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.title-code-example-small {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 140%;
}

.title-code-example-small.title-code-example-small-white {
  color: #fff;
}

.content-code-example-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 32px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #156ed7;
}

@media screen and (max-width: 991px) {
  .title-code-example {
    font-size: 32px;
  }

  .title-code-example-small {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .btn-code-example {
    font-size: 12px;
  }

  .paragraph-code-example {
    font-size: 16px;
  }

  .card-code-example {
    width: 100%;
    max-width: 300px;
  }

  .cards-wrapper-code-example {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 32px;
  }

  .title-code-example {
    font-size: 26px;
  }

  .paragraph-code-example-lg {
    font-size: 16px;
  }

  .column-left-code-example-3 {
    width: 100%;
    max-width: none;
  }

  .box-code-example-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 32px;
  }

  .title-code-example-small {
    font-size: 26px;
  }

  .content-code-example-3 {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .section-code-example {
    padding: 60px 16px;
  }

  .btn-code-example {
    width: 100%;
    min-width: 0px;
  }

  .container-code-example {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-code-example {
    font-size: 24px;
  }

  .title-code-example-small {
    font-size: 24px;
  }
}

.bannernew-btn {
  background-color: #ffc300;
  padding: 12px 36px;
  margin-top: 10px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
}

/* pakage */

#pakages {
  background-image: url(../images/quality.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#pakages .row-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pakage-box h3 {
  font-size: 19px;
  color: #fff;
  position: relative;
  font-weight: 900;
}

.pakage-box h3, .pakage-box p {
  text-align: center;
}

.pakage-box h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(-45deg, #06a028, #ebb70f, #0da6ff, #05e0c9) !important;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-animation: Gradient 10s ease infinite !important;
  -moz-animation: Gradient 10s ease infinite !important;
  animation: Gradient 10s ease infinite !important;
  bottom: 0;
  left: 0;
}

#pakages .row-1 .col-md-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.pakage-box {
  margin: 50px 10px 20px;
  background-image: url(../images/are.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}

.pakage-box .pakage-points ul {
  padding: 0 20px;
  height: 360px;
  overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f63a14; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f63a14; 
}

@media only screen and (max-width: 500px){
  #pakages .row-1 .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}