/*@import url("https://fonts.googleapis.com/css?family=BebasNeue-Regular:100,300,400,500,700");*/

/* :: Import All CSS */
/*@import url(css/bootstrap.min.css);*/
/*@import url(css/animate.css);*/
/*@import url(css/owl.carousel.css);*/
/*@import url(css/magnific-popup.css);*/
/*@import url(css/font-awesome.min.css);*/
/*@import url(css/themify-icons.css);*/


@font-face {
  font-family: "Bebas Neue";
  src: url("./fonts/BebasNeue-Regular.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SancoaleSoftened";
  src: url("./fonts/font.ttf");
  font-weight: bold;
  font-style: normal;
}

/* :: Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  /* font-family: "Bebas Neue", sans-serif;  */
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2f2f;
  font-weight: 300;
}

/* p {
  color: #565656;
  font-size: 15px;
  line-height: 2;
  font-weight: 100; } */

a {
  /* -webkit-transition-duration: 500ms;
  transition-duration: 500ms; */
  text-decoration: none;
  outline: none;
  font-size: 18px;
  font-weight: 700;
}

#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #232323;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

#sonar-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8f5f5;
  -webkit-animation: sonar 2400ms linear infinite;
  animation: sonar 2400ms linear infinite;
  z-index: 999;
}
#sonar-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8f5f5;
  -webkit-animation: sonar 2700ms linear infinite;
  animation: sonar 2700ms linear infinite;
}
#sonar-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8f5f5;
  -webkit-animation: sonar 1800ms linear infinite;
  animation: sonar 1800ms linear infinite;
}

@-webkit-keyframes sonar {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sonar {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
ul,
ol {
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.sonar-table {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}

.sonar-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-230 {
  margin-top: 230px;
}

.fa-chevron-right:before {
  content: "\f054";
  font-size: 18px;
  color: #112142;
}
/* .vc-content ul li {
  font-size: 20px;
  line-height: 35px !important;
} */
.vc-content ul {
  padding-top: 60px;
}

.vc-content ul li {
  font-size: 36px;
  line-height: 50px !important;
  text-align: left;
}

/* index page */
.heading-home h2 {
  /* padding-top: 50px;
  padding-bottom: 15px; */
  padding-top: 75px;
  padding-bottom: 25px;
  font-size: 40px;
  color: #f36523;
  font-weight: bold;
}
.para-home p {
  padding: 22px;
    font-size: 19px;
    line-height: 30px;
    background: #e9ecef;
    letter-spacing: 1px;
}
.para-home {
  background: #e9ecef;
  padding: 10px 0 18px 0;
  margin-top: 65px;
}

.sectionheading-in {
  margin-top: 70px;
  margin-bottom: 70px;
}

.down-content h4 {
  padding: 15px 0px 5px 0px;
  font-size: 16px;
  font-weight: bold;
}
.down-content p {
  padding-top: 5px;
  font-size: 16px;
}
.down-contents h4 {
  /* padding-top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #00a085; */
  margin-bottom: 40px;
  font-family: "Tt commons", sans-serif;
  color: #00a085;
  color: #f36523;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.heading-home {
  padding-right: 10%;
}
.heading-home h1 {
  /* font-family: "Tt commons", sans-serif;
  font-weight: bold;
  font-size: 45px; */
  margin: 0 0 40px;
  font-family: "Tt commons", sans-serif;
  color: #1c2927;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  letter-spacing: -0.02em;
  transform: scale(1.02);
}
.heading-home p {
  margin-bottom: 40px;
  font-family: "Tt commons", sans-serif;
  color: #1c2927;
  font-size: 17px;
  line-height: 165%;
  font-weight: 400;
  text-align: left;
}
.hero-bg2 {
  padding-top: 50px;
  padding-bottom: 0;
  border-bottom-left-radius: 200px;
  background-color: #fae2d7;
}
.dot-img .dots {
  position: relative;
  right: 180px;
  top: -65px;
}

.hero-bg3 {
  padding-top: 50px;
  padding-bottom: 0;
  /* background-color: #d59191; */
}

.hero-bg4 {
  padding-top: 50px;
  padding-bottom: 0;
  background-color: #ffbea0;
}
.hero-bg5 {
  padding-top: 50px;
  padding-bottom: 0;
  background-color: #faf9f9;
}

.down-counter p {
  font-size: 40px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
/* .down-counter p:after {
  content: "";
  position: absolute;
  width: 61px;
  height: 6px;
  background-color: #fd631a;
} */

.down-counter h1 {
  font-size: 31px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
}
.form-control:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: rgb(61, 61, 61) !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}

.contact-form .main-button {
  display: inline-block;
  font-size: 20px;
  padding: 5px 20px;
  background-color: #ffffff;
  border-radius: 7px;
  color: rgb(0, 0, 0);
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
  border: none;
  outline: none;
  margin-top: 5px;
}
