/* 
    Created on : Jul 26, 2018, 1:44:58 PM
    Author     : i3digi
*/
body {
  font-family: "Archivo", sans-serif;
}
.btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0rem;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
.btn-topmenu {
  color: #fff;
  background-color: #745f05;
  border-color: #655304;
}
.btn-topmenu:hover {
  color: #fff;
  background-color: #816a06;
  border-color: #766105;
}

.top-menu {
  background-color: #c0ab51;
  padding: 5px 15px;
}
.top-menu ul {
  margin: 0px;
  padding: 0px;
}
.top-menu ul li {
  display: inline-block;
  margin-left: 10px;
}
.top-menu ul li a {
  color: #fff;
  font-size: 13px;
}
.top-menu ul li a span {
  padding: 0px 5px;
  font-size: 14px;
  color: #745f05;
}

.navbar-nav > li > a {
  color: #000;
  text-transform: uppercase;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar {
  margin-bottom: 5px;
}

#main-menu {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.logo-cont {
  width: 180px;
  height: 115px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slider {
  width: 100%;
  margin-top: 4.5%;
  background-color: #c0ab51;
}
.owl-theme .owl-nav {
  display: none;
}
.owl-theme .owl-dots {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.welcome {
  padding: 40px 0px;
  color: #745f05;
}
.welcome h1 {
  font-weight: 600;
}

.slider-title {
  position: absolute;
  right: -65%;
  top: 60%;
  padding: 10px 20px;
  text-align: right;
  color: #292929;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slider-title h2 {
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 600;
}
.slider-title h3 {
  /* text-transform: capitalize; */
  font-size: 1.8vw;
  font-weight: 500;
  margin-top: 5px;
}
.slider-title h4 {
  text-transform: capitalize;
  font-size: 1.6vw;
  font-weight: 500;
  margin-top: 5px;
}
.slider-title a {
  color: #ccc;
  font-size: 1.4vw;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #c0ab50;
}

/* Styles revamp - Kites-Global */

.itwfy-sec {
  margin-bottom: 100px;

  .itwfy-row {
    .itwfy-col {
      .itwfy-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        width: 100%;
        height: 700px;
        .img-cont {
          margin-bottom: 15px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 100%;

          img {
            width: 100%;
            height: 340px;
          }

          .img-text {
            background-color: #745f05;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            h3 {
              /* font-size: px; */
              font-weight: 600;
              color: #fff;
              text-align: center;
              text-transform: uppercase;
              margin-top: 10px;
            }
          }
        }

        .itwfy-body {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;
          height: 100%;

          ul {
            margin: 0px;
            padding: 5px 15px;
          }
          ul li {
            margin-bottom: 10px;
            list-style-image: url(../img/bull-point.png);
          }
        }
      }
    }
  }
}

.quickPro {
  margin-bottom: 100px;
}
.quickPro h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  color: #555;
}
.quickPro ul {
  padding: 0px 15px;
  margin: 0px;
}
.quickPro ul li {
  margin-bottom: 10px;
}
.padding-30-20 {
  padding: 30px 20px;
}

.about-sec {
  background-image: url(../img/abt-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 20px;
  position: relative;
}
.about-sec h2 {
  font-size: 38px;
  margin-bottom: 40px;
  color: #fff;
}
.about-sec p {
  font-size: 20px;
  margin-bottom: 40px;
  color: #f1f1f1;
}

.btn-default {
  color: #fff;
  background-color: #745f05;
  border-color: #655304;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 15px;
}
.btn-default:hover {
  color: #fff;
  background-color: #816a06;
  border-color: #766105;
}
.abt-overlay {
  background-image: url("../img/abt-overlay-bg.png");
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.promo-sec {
  background-image: url(../img/promo-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 20px;
  position: relative;
}
.promo-sec h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff;
}
.promo-pic {
  position: absolute;
  top: -55px;
  right: 0px;
}

.callback-sec {
  background-color: #c0ab50;
  padding: 20px 20px;
  margin-bottom: 30px;
}

.callback-sec .form-control {
  height: 41px;
  border-radius: 1px;
}
.callback-sec .no-margin-b-t8 {
  margin-top: 8px;
  margin-bottom: 0px;
}
.callback-sec h3 {
  color: #fff;
  text-transform: uppercase;
}

.partner-sec {
  background-color: #fff;
  padding: 5px 15px;
  margin-bottom: 50px;
}
.partner-sec h2 {
  color: #745f05;
  margin-bottom: 30px;
  font-weight: 600;
}

.newsletter-sec {
  background-color: #fff;
  padding: 5px 15px;
  margin-bottom: 50px;
}
.newsletter-sec h2 {
  color: #745f05;
  margin-bottom: 30px;
  font-weight: 600;
}

.footer-sec {
  background-color: #5b5b5b;
  padding: 20px 0px 10px 0px;
  color: #9d9d9d;
  font-size: 12px;
}
.footer-sec ul {
  margin: 0px;
  padding: 0px;
}
.footer-sec ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer-sec a {
  color: #9d9d9d;
}
.footer-redline {
  position: relative;
  background-color: #b70b18;
  padding: 10px 0px 10px 0px;
}
.gs-ftr-img {
  position: absolute;
  top: -85px;
  right: 25px;
  z-index: 999;
}

.data-sec ul {
  margin: 0px;
  padding: 5px 15px;
}
.data-sec ul li {
  margin-bottom: 10px;
  list-style-image: url(../img/bull-point.png);
}
.data-sec img {
  margin-bottom: 5px;
}

.data-sec .content-place-holder {
  position: relative;
  padding-bottom: 40px;
}
.data-sec .content-place-holder .breadcrumb {
  border-radius: 1px;
  margin-bottom: 20px;
  font-size: 10px;
  text-transform: uppercase;
}
.data-sec .content-place-holder .breadcrumb a {
  color: #655304;
}
.data-sec .content-place-holder p {
  line-height: 25px;
}
.data-sec .sidebar {
  background-color: #fbf1c7;
  padding: 15px 15px;
  position: relative;

  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.data-sec .sidebar hr {
  border-top: 1px solid #ccc;
}
.data-sec .sidebar ul li a {
  color: #555555;
}
.data-sec .sidebar ul li a:hover {
  color: #333;
  text-decoration: none;
}
.data-sec .sidebar h4 {
  color: #745f05;
}
.data-sec .sidebar .form-control {
  height: 41px;
  border-radius: 1px;
}

.page-title {
  position: absolute;
  top: -48px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 15px;
  width: 100%;
  font-size: 27px;
  text-transform: uppercase;
  color: #745f05;
}
.page-title h1 {
  margin-top: 1px;
  margin-bottom: 0px;
  font-size: 35px;
}

.personal-itm h3 {
  color: #c0ab50;
}
.personal-itm a {
  color: #c0ab50;
  text-transform: uppercase;
  font-size: 10px;
  text-align: right;
}

.keyAspect {
  color: #333;
}

.keyAspect h3 {
  margin-bottom: 15px;
  color: #c0ab50;
}
.keyAspect a {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
}
.keyAspect a:hover {
  text-decoration: none;
}
.keyAspect img {
}

.keyAspect .step1 {
  background-color: #fb4013;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 15px;
}
.keyAspect .step2 {
  background-color: #ff9e27;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 15px;
}
.keyAspect .step3 {
  background-color: #72be26;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 15px;
}
.keyAspect .step4 {
  background-color: #1299ea;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 15px;
}
.keyAspect .step5 {
  background-color: #4fcad2;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 15px;
}

.value-addition p {
  margin-bottom: 20px;
}

.bot {
  position: fixed;
  bottom: 0.5%;
  right: 1%;
  z-index: 9999;
  color: #745f05;
  font-size: 45px;
  text-shadow: 1px 1px 1px #353535;
}
.bot:hover {
  color: #fbeaa3;
}
.bot img {
  max-width: 80px;
}

.cht-box-cont {
  min-height: 440px;
}

.modal-content {
  border-radius: 1px;
}
.cht-unit-itm {
  display: none;
}
.cht-unit-itm span {
  font-size: 50px;
  color: #c0ab51;
}

.cht-unit-itm button span {
  font-size: 24px;
  color: #333;
}

#chat-form .btn-default {
  padding: 5px 10px;
  font-size: 12px;
}

.map-sec {
  padding: 50px 0px;
}
.map-sec h2 {
  font-size: 38px;
  margin-bottom: 40px;
  color: #745f05;
  text-transform: uppercase;
  font-weight: 600;
}
.map-sec h3 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #c0ab51;
  font-weight: 500;
}
.map-sec .google-maps {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.map-sec ul {
  margin: 0px;
  padding: 0px;
}
.map-sec ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 17px;
}
.float-pay-btn {
  background-color: #745f05;
  border-color: #655304;
  color: #fff;
  padding: 5px 10px;
  position: fixed;
  top: 56px;
  right: 0px;
  z-index: 9;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  text-transform: uppercase;
  border-radius: 5px 0px 0px 5px;
}

.float-pay-btn:hover {
  color: #ccc;
  text-decoration: none;
}
.socialies {
  background-color: #b70b18;
  border-color: #b70b18;
  color: #fff;
  padding: 5px 10px;
  position: fixed;
  top: 45%;
  left: 0px;
  z-index: 9;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  text-transform: uppercase;
  border-radius: 0px 5px 5px 0px;
}
.socialies ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.socialies ul li {
  margin: 0.5rem 0;
}
.socialies ul li a {
  color: #fff;
  font-size: 1.8rem;
}

/*--------------------
News Letter Section
---------------------*/
.year-cont {
  margin-bottom: 2rem;
}
.year-cont a {
  text-decoration: none;
}
.year-cont h3 {
  color: #c0ab50;
}
.year-cont .newsletter-itm .newsletter-itm-img {
  background-color: #c0ab51;
  padding: 0.5rem;
}
.year-cont .newsletter-itm:hover .newsletter-itm-img {
  background-color: #e3bd28;
}
.year-cont .newsletter-itm .newsletter-itm-img img {
  margin-bottom: 0;
}
.year-cont .newsletter-itm p {
  color: #646469;
  margin-top: 0.6rem;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}

.newsletter-owl-carousel {
  margin-bottom: 2rem;
}
.newsletter-owl-carousel a {
  text-decoration: none;
}
.newsletter-owl-carousel .newsletterThumbnail {
  background-color: #c0ab51;
  padding: 0.5rem;
}
.newsletter-owl-carousel .newsletter-itm .newsletter-itm-img {
  background-color: #c0ab51;
  padding: 0.5rem;
}
.newsletter-owl-carousel .newsletter-itm:hover .newsletter-itm-img {
  background-color: #e3bd28;
}
.newsletter-owl-carousel .newsletter-itm p {
  color: #646469;
  margin-top: 0.6rem;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}
.newsletter-owl-carousel .owl-dots {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

/*update 20221014*/
.pro-highlights {
  padding: 40px 0px;
}
.pro-highlights h2 {
  color: #745f05;
  margin-bottom: 30px;
  font-weight: 600;
}

@media (max-width: 1366px) {
  .slider {
    margin-top: 7%;
  }
}

@media (max-width: 1024px) {
  .quickPro .border-c {
    border-bottom: 0px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 0px solid #ccc;
  }
  .quickPro .border-i {
    border-bottom: 0px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .padding-30-20 {
    padding: 15px 20px;
  }
  .slider {
    margin-top: 8.5%;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .logo-cont {
    background-position-y: -127px;
    height: 50px;
  }
  .navbar-toggle {
    background-color: #c0ab50;
    border-radius: 1px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-brand {
    margin-top: 0px;
  }
  .navbar-brand .logo-cont {
    box-shadow: 0px 0px 0px #6d6d6d;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-top: -40px;
  }
  .navbar-brand .logo-cont {
    box-shadow: 0px 1px 8px #6d6d6d;
  }
  .owl-theme .owl-dots {
    right: 90px;
    bottom: 10px;
  }
  .navbar {
    border-radius: 1px;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 11px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #fff;
    border-bottom: 2px solid #c0ab50;
  }
  .navbar-default .navbar-nav > li > a {
    color: #777;
    font-weight: 600;
    font-size: 13px;
  }

  .quickPro .border-c {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .quickPro .border-i {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .quickPro ul li {
    margin-bottom: 10px;
    list-style-image: url(../img/bull-point.png);
  }
  .no-padding-lr {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-inline .form-group {
    margin-right: 5px;
  }

  .page-title {
    position: absolute;
    top: -48px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 15px;
    width: 97.5%;
    font-size: 27px;
    text-transform: uppercase;
    color: #745f05;
  }
}

@media (max-width: 414px) {
  .navbar-brand {
    padding: 0px 0px;
  }
  .logo-cont {
    background-position-y: -127px;
    height: 50px;
  }
  .no-margin-lr-mobi {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-toggle {
    background-color: #c0ab50;
    border-radius: 1px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .slider-title h2 {
    font-size: 3vw;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .data-sec .sidebar {
    margin-bottom: 100px;
  }
  .page-title {
    position: relative;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 15px;
    width: 100%;
    font-size: 27px;
    text-transform: uppercase;
    color: #745f05;
  }

  .slider-title {
    top: 10%;
  }
  .slider-title h3 {
    font-size: 3vw;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .slider-title h4 {
    font-size: 2.9vw;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .slider-title a {
    font-size: 2.5vw;
  }
  .gs-ftr-img {
    top: -70px;
    right: 25px;
    width: 50px;
  }
  .cht-unit-itm span {
    font-size: 45px;
  }
  .bot {
    bottom: 0%;
    left: 3%;
  }
  .slider {
    margin-top: 20%;
  }
}

@media (max-width: 375px) {
  .top-menu ul li a span {
    padding: 0px 3px;
  }
  .slider {
    margin-top: 23%;
  }
}
@media (max-width: 320px) {
  .top-menu ul li a span {
    padding: 0px 6px;
  }
  .top-menu ul li {
    margin-left: 0px;
  }
  .cht-unit-itm span {
    font-size: 36px;
  }
}
.bl {
  color: #20589d;
}
.g-recaptcha {
  position: relative;
  padding-bottom: 30%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.g-recaptcha iframe {
  position: absolute;
  top: 0;
  left: 0;
}

/*
@media only screen and (max-width: 600px) {
	#contentBox {
		text-align: center;
	}
}
*/
