@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStd-Book.woff2') format('woff2'), url('../fonts/FuturaStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Snyder-Speed-Brush';
    src:  url('../fonts/Snyder-Speed-Brush.ttf.woff') format('woff'),
    url('../fonts/Snyder-Speed-Brush.ttf.svg#Snyder-Speed-Brush') format('svg'),
    url('../fonts/Snyder-Speed-Brush.ttf.eot'),
    url('../fonts/Snyder-Speed-Brush.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: normal;
}
p {
  font-family: 'Roboto', sans-serif;
  margin-bottom:20px;
  line-height:25px;
}
.content_area li {
  font-family: 'Roboto', sans-serif;
  line-height:25px;
}
a {
  color:#000;
}
a:hover {
  text-decoration:none;
}
h1 {
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  color:#000;
  text-transform: uppercase;
}
h2 {
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  color:#000;
  text-transform: uppercase;
}
h3 {
  font-size: 33px;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  color:#000;
  text-transform: uppercase;
}
/*header begin*/
/* .logo_cndt { position: relative; } */
.logo_cndt .logo { position: absolute; top: 15px; left: 25px; max-width: 250px; }
.logo_cndt .logo img { max-width: 100%; }

b, strong {font-weight:900;}

.btn {
  background-color:#0095ce;
  /* border:2px solid #0095ce; */
  padding:10px 15px;
  border-radius:0px;
  font-size: 13px;
  font-weight: 500;
}
.btn:hover {
  background-color:#fff;
  color:#0095ce;
  box-shadow:none;
}
.btn:focus {
  box-shadow:none;
}


/*Banner Begin*/
.banner {
  height: 100vh;
  width: 100vw;
  background-image: url('../images/banner_1.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  position: fixed;
  top:0;
  z-index: -1;
}
.banner::after {
  content: ' ';
  height: 50%;
  width: 100%;
  background-image: url('../images/shadow.png');
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
}
.home_banner {
  height: 100vh;
  min-height: 1200px;
  /* width: 100vw; */
  background-image: url('../images/banner_curve.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  background-color: transparent;
  padding-top: 150px;
  position: relative;
}

.home_banner .banner_section {
  margin-bottom: 250px;
}
.home_banner .banner_right_section {
  margin-bottom: 50px;
}


/*Banner End*/
.main_content {
  background-color: #fff;
  display: block;
  margin-top: -2px;
}

.company_section {
  padding: 50px 0;
}
section.company_section .container {
  margin-top: -230px;
}
.company_section h5 {
  font-family: 'Poppins', sans-serif;
  color: #242f51;
  font-size: 25px;
  margin-bottom: 50px;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;

}

.swiper-slide img { max-width: 150px; }

.feature_section {
  padding: 50px 0 100px;
}
.feature_section * {
  font-family: 'Poppins', sans-serif;
}
.phone_img { width: 80%; }
.feature_section h3 {
  font-weight: 500;
  font-size: 35px;
  color: #242f51;
  text-transform: initial;
}
.feature_section h4 {
  font-weight: 500;
  font-size: 20px;
}
.feature_section p {
  font-weight: 400;
  font-size: 16px;
  color: #616368;
  margin-bottom: 0;
}
.feature_section .red_feature h4 {
  color: #f3596a;
}
.feature_section .blue_feature h4 {
  color: #2b68fb;
}
.feature_section .green_feature h4 {
  color: #449661;
}
.home_banner { position: relative;}
.home_banner .banner_section {
  color:#fff;
}
.home_banner .banner_section h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  text-transform: initial;
  margin-bottom: 40px;
}
.home_banner .banner_section p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  position: relative;
}
.home_banner .h-80 { height: 80% !important}
.home_banner .banner_section p strong, .home_banner .banner_section p b {
  font-weight: 700; margin: 0 10px;
}
.home_banner .banner_section .fad.fa-caret-circle-right:after {
  color:#fff;
  opacity: 1 !important;
}
.home_banner .banner_section .fad.fa-caret-circle-right:before {
  color:#304ffe !important;
}

.home_banner .banner_section .fad {
  font-size: 45px;
  position: absolute;
  top: -10px;
  left: 0;
}
.home_banner .bounce_scroll {
  position: absolute;
  bottom: 25%;
  left: 50%;
  background-image: url('../images/mouse.png');
  background-repeat: no-repeat;
  width: 35px; height: 70px;
  background-size: contain;
}

.right_section {
    background-color: #f3f3f3;
    padding: 35px 45px;
    border-radius: 10px;
    text-align: center;
}
.right_section h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color:#666666;
  text-transform: initial;
  margin-bottom: 20px;
  font-size: 25px;
}
.right_section p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color:#808080;
  font-size: 17px;
  margin-bottom: 35px;
}

.right_section label {
  display: none;
}
.right_section .form-control {
  padding: 30px;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  border:none;
}
.right_section .form-control::-webkit-input-placeholder { /* Edge */
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.right_section .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.right_section .form-control::placeholder {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.right_section .btn {
  padding: 20px 30px;
  background-color: #153357;
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  border-radius: 20px;
  letter-spacing: 3px;
  font-weight:700;
}
.right_section .btn:hover {
    background-color:#f06b2f
}


/*footer begin*/
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #f06b2f;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f06b2f;
    border-color: #f06b2f;
}

footer {
    background-color: #0a152d;
    padding: 35px 0px 6px 0px;
    z-index: 23;
    color: #fff;
}

.footer_logo { position: relative; min-height: 70px;}
.footer_logo img {
  position: absolute;
  max-width: 250px;
  top: -80px;
  right: 20%;
 }
footer ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  padding:15px 10px;
  color:#fff;
  width: 160px;
}
.social_menu ul { margin-bottom: 25px; }
.social_menu a { color: #283143; font-size: 28px; }
.social_menu a:hover { color: #fff; }

footer p { color: #283143; }

/*footer end*/
.play_btn {
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    padding-top: 13px;
}
.play_btn i {
    color:#304ffe;
}
.play_btn:hover {
    background-color:#f06b2f;
}
.play_btn:hover i {
    color:#ffffff;
}

/* Inner Pages General */
.inner_page_banner {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url('../images/inner_banner.jpg');
}
.inner_page_banner.no_banner {
  background: none;
  height: 250px;
}

.inner_page_banner h1{
  color:#fff;
  font-size: 50px;
  font-weight: 700;
}

.content_area { padding: 50px 0; }
/* Inner Pages General */

.fancybox-slide {
  background-color: #fff;
}

.fancybox-button {
  background-color: #fff !important;
  color:#000 !important;
}

.testmonial_area {
  /* background-image: url(../images/clients.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: left center; */
  margin-bottom: 150px;
}

.testmonial_area h2{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  color: #242f51;
  margin-bottom: 35px;
}
.testmonial_area p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #616368;
}
.stars {
  color: #fdca2e;
  font-size: 25px;
  margin: 10px 0 25px;
}
.testmonial_area h3{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: initial;
  font-size: 25px;
  color: #242f51;
  margin-bottom: 40px;
}
.author_area { margin-top: 50px; }

.author_div {
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 30px;
}
.author_div img {
  width: 100%;
}
.testmonial_area h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #242f51;
}
.testmonial_area h5{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #616368;
}

.testimonial_navigation {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.testimonial_navigation .swiper-button-next,
.testimonial_navigation .swiper-button-prev {
  position: relative;
  display: inline-flex;
  color: #dee1e6;
  border-radius: 50%;
  border: 1px solid #dee1e6;
  width: 50px;
  height: 50px;
  top:auto;
  left: auto;
  right: auto;
  margin-top: 0;
  font-size: 20px;
}

.testimonial_navigation .swiper-button-next:hover,
.testimonial_navigation .swiper-button-prev:hover {
  background-color: #eff3f8;
  color:#2823f5;
}
/* .testimonial_navigation .swiper-button-next i,
.testimonial_navigation .swiper-button-prev i {

  color: #dee1e6;
  border-radius: 50%;
  border: 1px solid #dee1e6;
  width: 50px;
  height: 50px;
} */

.testimonial_navigation .swiper-button-next:after, .testimonial_navigation .swiper-button-prev:after {
  content:'';
}
.testimonial_navigation .swiper-button-next {
  margin-left: 20px;
  position: relative;
}
.testimonial_navigation .swiper-button-next:before {
  content:' ';
  position: absolute;
    width: 2px;
    height: 50%;
    background-color: #dee1e6;
    left: -12px;
    top: 12px;
}

.banner_right_section, .feature_section { position: relative; }
.glitters {
    position: absolute;
}

.glitter_1 {
    bottom: 50px;
    left: -30%;
    width: auto;
}

  .glitter_1 img {
    height: 175px;
  }
  .glitter_2 {
      top: 55px;
      left: 96%;
  }
  .glitter_2 img {
    height: 80px;
  }
  .glitter_3 {
      top: 25%;
  }
  .glitter_3 img {
    height: 140px;
  }
  .glitter_4 {
    bottom: 80px;
    left: 16%;
}

.glitter_4 img {
    height: 115px;
}



@media (max-width: 1499.98px) {
  .footer_logo img { right: 15%;}
  .glitter_2 { display: none; }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .footer_logo img { right: 5%;}
  .testimonial_navigation {
    position: relative; bottom: 0; right: auto; margin-top: 25px; margin-bottom: 40px; text-align: center;
  }
  .testmonial_area {margin-bottom: 0}

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .logo_cndt .logo { max-width: 150px; }
  .home_banner .banner_section {margin-bottom: 20px;}
  .home_banner .bounce_scroll { bottom: 12%; }
  section.company_section .container { margin-top: -170px; }
  /* .swiper-slide { width: 33%; } */
  .footer_logo { text-align: center;}
  .footer_logo img { position: relative; left: auto; right: auto;}
  .testmonial_area {background-size: 100%; padding: 0; }
  .testmonial_right {background-color: rgba(255,255,255,0.75); padding-top: 50px; padding-bottom: 50px;}
  .inner_page_banner.no_banner { height: 175px; }
  .glitters { display: none; }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .banner { background-size: cover;}
  /* .swiper-slide { width: 100%; } */
  .inner_page_banner.no_banner { height: 150px; }
  .testmonial_area h2 { font-size: 25px; }
  .testmonial_area h3 {font-size: 22px; }
  .testimonial_navigation {
    position: relative; bottom: 0; right: auto; margin-top: 25px; margin-bottom: 40px; text-align: center;
  }
  .testmonial_area h4 {font-size: 16px;}
  .testmonial_area h5 {font-size: 16px;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  section.company_section .container { margin-top: -100px; }
  .feature_section {padding-top: 0;}
  /* .swiper-slide { width: 100%; } */
  .red_feature,
  .blue_feature,
  .green_feature {text-align: center;}
  .red_feature img,
  .blue_feature img,
  .green_feature img { margin-bottom: 15px; }
  footer ul li a { padding: 10px 5px; }
  .home_banner .banner_section h1 { font-size: 35px; text-align: center; }
  .home_banner .banner_section p { text-align: center; }

}
