@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
/* line 5 */
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 12 */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 16 */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 20 */
a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

/* line 25 */
a:focus {
  text-decoration: none;
}

/* line 28 */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 34 */
a,
button {
  color: #1f1f1f;
  outline: medium none;
}

/* line 39 */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  color: #1f1f1f;
}

/* line 43 */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 52 */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 56 */
li {
  list-style: none;
}

/* line 59 */
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #4d4d4d;
  margin-bottom: 13px;
  font-family: "Poppins", sans-serif;
}

/* line 68 */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 74 */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 79 */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 84 */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 89 */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 94 */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 99 */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 104 */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 110 */
h3 {
  font-size: 24px;
}

/* line 114 */
.mb-65 {
  margin-bottom: 67px;
}

/* line 118 */
.black-bg {
  background: #020c26 !important;
}

/* line 122 */
.white-bg {
  background: #ffffff;
}

/* line 125 */
.gray-bg {
  background: #f5f5f5;
}

/* line 130 */
.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

/* line 133 */
.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

/* line 136 */
.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

/* line 141 */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 145 */
.overlay::before {
  position: absolute;
  content: "";
  background-color: #1f1f1f;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

/* line 210 */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 282 */
.mb-20px {
  margin-bottom: 20px;
}

/* line 286 */
.mb-55 {
  margin-bottom: 55px;
}

/* line 289 */
.mb-40 {
  margin-bottom: 40px;
}

/* line 292 */
.mb-20 {
  margin-bottom: 20px;
}

/* line 1 */
.boxed-btn {
  background: #fff;
  color: #131313;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #48b6fb;
  letter-spacing: 3px;
  text-align: center;
  color: #48b6fb !important;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 17 */
.boxed-btn:hover {
  background: #48b6fb;
  color: #fff !important;
  border: 1px solid #48b6fb;
}

/* line 22 */
.boxed-btn:focus {
  outline: none;
}

/* line 25 */
.boxed-btn.large-width {
  width: 220px;
}

/* line 2 */
.section_title h3 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
  color: #2c2c2c;
  position: relative;
  z-index: 0;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  /* line 2 */
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2 */
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  /* line 19 */
  .section_title h3 br {
    display: none;
  }
}

/* line 25 */
.section_title p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 31 */
  .section_title p br {
    display: none;
  }
}

/* line 39 */
.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 39 */
  .mb-50 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 4 */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

/* line 13 */
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

/* line 28 */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #5db2ff;
}

/* line 32 */
.slicknav_menu .slicknav_nav a.active {
  color: #5db2ff;
}

@media (max-width: 767px) {
  /* line 35 */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35 */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

/* line 44 */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

/* line 55 */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 12 */
  .slicknav_menu {
    margin-right: 0px;
  }
}

/* line 72 */
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

/* line 78 */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -29px;
  right: 5px;
}

/* line 1 */
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  position: absolute;
}

@media (max-width: 767px) {
  /* line 1 */
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1 */
  .header-area {
    padding-top: 0;
  }
}

/* line 16 */
.header-area .main-header-area {
  padding: 20px 200px;
  background: #fff;
  background: transparent;
}

@media (max-width: 767px) {
  /* line 16 */
  .header-area .main-header-area {
    padding: 10px 0px;
    background: #2c2c2c;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 16 */
  .header-area .main-header-area {
    padding: 10px 15px;
    background: #2c2c2c;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 16 */
  .header-area .main-header-area {
    padding: 25px 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 16 */
  .header-area .main-header-area {
    padding: 25px 0px;
  }
}

/* line 36 */
.header-area .main-header-area.details_nav_bg {
  background: #727272;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 36 */
  .header-area .main-header-area.details_nav_bg {
    padding-bottom: 10px;
  }
}

/* line 56 */
.header-area .main-header-area .logo-img {
  text-align: center;
}

.header-area .main-header-area .logo-img img {
  width: 170px;
}

@media (max-width: 767px) {
  /* line 56 */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 56 */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 56 */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

/* line 82 */
.header-area .main-header-area .Download {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 86 */
  .header-area .main-header-area .Download .search_button {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 86 */
  .header-area .main-header-area .Download .search_button {
    margin-right: 15px;
  }
}

/* line 95 */
.header-area .main-header-area .Download .search_button a i {
  color: #e8e8e8;
}

/* line 102 */
.header-area .main-header-area .Download .social_links ul li {
  display: inline-block;
}

/* line 105 */
.header-area .main-header-area .Download .social_links ul li a {
  color: #a8a7a0;
  margin: 0 10px;
  font-size: 15px;
}

/* line 109 */
.header-area .main-header-area .Download .social_links ul li a:hover {
  color: #fff;
}

/* line 116 */
.header-area .main-header-area .Download .download_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 116 */
  .header-area .main-header-area .Download .download_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 116 */
  .header-area .main-header-area .Download .download_btn {
    margin-left: 0;
  }
}

/* line 124 */
.header-area .main-header-area .Download .download_btn a {
  background: #132bad;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 124 */
  .header-area .main-header-area .Download .download_btn a {
    padding: 12px 20px;
  }
}

/* line 135 */
.header-area .main-header-area .Download .download_btn a:hover {
  background: #4ba8fd;
  color: #fff;
  border: 1px solid #4ba8fd;
}

/* line 143 */
.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
}

/* line 147 */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

/* line 157 */
.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Poppins", sans-serif;
  position: relative;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 157 */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 157 */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

/* line 176 */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /* line 176 */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 176 */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* line 197 */
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 202 */
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 211 */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/* line 223 */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

/* line 225 */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

/* line 231 */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 235 */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

/* line 240 */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

/* line 245 */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 249 */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

/* line 255 */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  background: #000;
}

@media (max-width: 767px) {
  /* line 255 */
  .header-area .main-header-area.sticky {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 255 */
  .header-area .main-header-area.sticky {
    padding: 10px 0px;
  }
}

/* line 285 */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

/* line 288 */
.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

/* line 291 */
.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}

/* line 297 */
.header-area .header-top_area {
  padding: 12px 0;
  background: rgba(44, 44, 44, 0.5);
}

@media (max-width: 767px) {
  /* line 300 */
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

/* line 304 */
.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #fff;
  margin-right: 12px;
}

/* line 308 */
.header-area .header-top_area .social_media_links a:hover {
  color: #28ae60;
}

/* line 313 */
.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 313 */
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

/* line 319 */
.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

/* line 321 */
.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #fff;
  margin-left: 50px;
}

@media (max-width: 767px) {
  /* line 321 */
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

/* line 330 */
.header-area .header-top_area .short_contact_list ul li a i {
  color: #28ae60;
  margin-right: 7px;
}

/* line 1 */
.slider_bg_1 {
  background-image: url(../img/banner/banner.png);
}

/* line 4 */
.slider_bg_2 {
  background-image: url(../img/banner/banner2.png);
}

/* line 8 */
.slider_area .single_slider {
  height: 900px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  /* line 8 */
  .slider_area .single_slider {
    height: auto;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8 */
  .slider_area .single_slider {
    height: 620px;
  }
}

/* line 22 */
.slider_area .single_slider .phone_thumb {
  position: relative;
}

@media (max-width: 767px) {
  /* line 22 */
  .slider_area .single_slider .phone_thumb {
    top: 60px;
  }
}

@media (max-width: 767px) {
  /* line 28 */
  .slider_area .single_slider .phone_thumb img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 28 */
  .slider_area .single_slider .phone_thumb img {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 28 */
  .slider_area .single_slider .phone_thumb img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 40 */
  .slider_area .single_slider .slider_text {
    padding-top: 100px;
  }
}

/* line 44 */
.slider_area .single_slider .slider_text h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 74px;
}

@media (max-width: 767px) {
  /* line 52 */
  .slider_area .single_slider .slider_text h3 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 52 */
  .slider_area .single_slider .slider_text h3 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 52 */
  .slider_area .single_slider .slider_text h3 br {
    display: none;
  }
}

/* line 63 */
.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 44 */
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 44 */
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 44 */
  .slider_area .single_slider .slider_text h3 {
    font-size: 45px;
    letter-spacing: 3px;
    line-height: 55px;
  }
}

/* line 83 */
.slider_area .single_slider .slider_text p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 48px;
  margin-top: 16px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 83 */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* line 83 */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

/* line 96 */
.slider_area .single_slider .slider_text .video_service_btn > a {
  margin-right: 15px;
}

@media (max-width: 767px) {
  /* line 96 */
  .slider_area .single_slider .slider_text .video_service_btn > a {
    margin-bottom: 20px;
  }
}

/* line 1 */
.features_area {
  padding: 77px 0 90px 0;
}

@media (max-width: 767px) {
  /* line 1 */
  .features_area {
    padding: 30px 0 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1 */
  .features_area {
    padding: 30px 0 40px 0;
  }
}

/* line 10 */
.features_area .about_image img {
  width: auto;
}

/* line 15 */
.features_area .about_draw img {
  width: 100%;
}

/* line 19 */
.features_area .features_main_wrap {
  padding: 90px 0;
}

@media (max-width: 767px) {
  /* line 19 */
  .features_area .features_main_wrap {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  /* line 25 */
  .features_area .features_main_wrap .about_image img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 32 */
  .features_area .features_info2 {
    margin-bottom: 30px;
  }
}

/* line 36 */
.features_area .features_info2 h3 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
  color: #2c2c2c;
}

@media (max-width: 767px) {
  /* line 36 */
  .features_area .features_info2 h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 36 */
  .features_area .features_info2 h3 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 36 */
  .features_area .features_info2 h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 54 */
.features_area .features_info2 p {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  margin-bottom: 22px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 32px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 62 */
  .features_area .features_info2 p br {
    display: none;
  }
}

/* line 69 */
.features_area .features_info {
  padding-left: 68px;
}

@media (max-width: 767px) {
  /* line 69 */
  .features_area .features_info {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 69 */
  .features_area .features_info {
    padding-left: 30px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 69 */
  .features_area .features_info {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 69 */
  .features_area .features_info {
    padding-left: 30px;
    padding-top: 0;
  }
}

/* line 93 */
.features_area .features_info h3 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
  color: #2c2c2c;
}

@media (max-width: 767px) {
  /* line 93 */
  .features_area .features_info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 93 */
  .features_area .features_info h3 {
    font-size: 38px;
    line-height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 93 */
  .features_area .features_info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  /* line 110 */
  .features_area .features_info h3 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 110 */
  .features_area .features_info h3 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 110 */
  .features_area .features_info h3 br {
    display: none;
  }
}

/* line 122 */
.features_area .features_info p {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  margin-bottom: 22px;
  margin-top: 28px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 128 */
  .features_area .features_info p br {
    display: none;
  }
}

/* line 134 */
.features_area .features_info ul {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  /* line 134 */
  .features_area .features_info ul {
    margin-bottom: 30px;
  }
}

/* line 139 */
.features_area .features_info ul li {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  font-weight: 400;
  z-index: 1;
}

/* line 148 */
.features_area .features_info ul li::before {
  position: absolute;
  left: 0;
  background-image: url(../img/ilstrator_img/check.svg);
  width: 16px;
  height: 16px;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 160 */
.features_area .features_info .boxed-btn3 {
  padding: 13px 46px 14px 46px;
}

/* line 112 */
.mt-50 {
  margin-top: 50px;
}

@media (max-width: 767px) {
  /* line 112 */
  .mt-50 {
    margin-top: 30px;
  }
}

/* line 118 */
.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 118 */
  .mb-50 {
    margin-bottom: 30px;
  }
}

/* line 379 */
.gj-datepicker input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 17px;
  font-size: 12px;
  color: #919191;
  margin-bottom: 20px;
}

/* line 388 */
.gj-datepicker-md [role="right-icon"] {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #919191;
  margin-right: 15px;
  top: 16px;
}

/* line 397 */
.gj-picker-md {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  padding: 10px;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

/* line 1 */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 6 */
.footer .footer_top {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #1f1f1f;
}

@media (max-width: 767px) {
  /* line 6 */
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6 */
  .footer .footer_top {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 18 */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 18 */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/* line 25 */
.footer .footer_top .footer_widget .footer_title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 25 */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/* line 35 */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.footer .footer_top .footer_widget .footer_logo img {
  width: 170px;
}

@media (max-width: 767px) {
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

/* line 45 */
.footer .footer_top .footer_widget p {
  color: #c7c7c7;
}

/* line 48 */
.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #b2b2b2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

/* line 54 */
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #b2b2b2;
  font-weight: 400;
}

/* line 57 */
.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #5db2ff;
  border-bottom: 1px solid #5db2ff;
}

/* line 63 */
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #b2b2b2;
}

/* line 67 */
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #5db2ff;
  border-bottom: 1px solid #5db2ff;
}

/* line 71 */
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

/* line 79 */
.footer .footer_top .footer_widget ul li {
  color: #c7c7c7;
  font-size: 13px;
  line-height: 42px;
}

/* line 83 */
.footer .footer_top .footer_widget ul li a {
  color: #c7c7c7;
}

/* line 85 */
.footer .footer_top .footer_widget ul li a:hover {
  color: #5db2ff;
}

/* line 91 */
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

/* line 94 */
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
  border: none;
}

/* line 102 */
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 16px;
  color: #919191;
}

/* line 107 */
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #5db2ff;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
}

/* line 121 */
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 16px;
  color: #bababa;
}

/* line 127 */
.footer .copy-right_text {
  padding-bottom: 30px;
  background: #000000;
}

/* line 130 */
.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}

/* line 133 */
.footer .copy-right_text .copy_right {
  font-size: 13px;
  color: #c7c7c7;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 133 */
  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
}

/* line 141 */
.footer .copy-right_text .copy_right a {
  color: #5db2ff;
}

/* line 146 */
.footer .social_links {
  margin-top: 47px;
}

@media (max-width: 767px) {
  /* line 146 */
  .footer .social_links {
    margin-top: 30px;
  }
}

/* line 152 */
.footer .social_links ul li {
  display: inline-block;
}

/* line 155 */
.footer .social_links ul li a {
  font-size: 18px;
  color: #c3b2f0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #565656;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #ffffff;
  line-height: 41px !important;
}

/* line 168 */
.footer .social_links ul li a:hover {
  color: #fff !important;
  background: #5db2ff;
}

/* line 1 */
.breadcrumb_bg_1 {
  background-image: url(../img/banner/breadcrumb.png);
}

/* line 4 */
.breadcrumb_bg_2 {
  background-image: url(../img/banner/product.png);
}

/* line 13 */
.breadcrumb_area {
  background-size: cover;
  background-position: bottom;
  padding: 214px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  /* line 13 */
  .breadcrumb_area {
    padding: 120px 0;
  }
}

/* line 35 */
.breadcrumb_area h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 35 */
  .breadcrumb_area h3 {
    font-size: 30px;
  }
}

/* line 45 */
.breadcrumb_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 50 */
.breadcrumb_area p a {
  color: #fff;
}

/* line 52 */
.breadcrumb_area p a:hover {
  color: #fff;
}

/* line 202 */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.7;
}

/* line 1 */
.service_area {
  padding: 168px 0 60px 0;
}

@media (max-width: 767px) {
  /* line 1 */
  .service_area {
    padding: 90px 0 30px 0;
  }
}

/* line 6 */
.service_area .section_title {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  /* line 6 */
  .service_area .section_title {
    margin-bottom: 30px;
  }
}

/* line 12 */
.service_area .single_service {
  margin-bottom: 30px;
}

/* line 14 */
.service_area .single_service .thumb {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0181f5+0,5db2ff+100 */
  background: #0181f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0181f5 0%, #5db2ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0181f5 0%, #5db2ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0181f5 0%, #5db2ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#5db2ff',GradientType=1 );
  /* IE6-9 */
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  border-radius: 20px;
  margin: 0 auto 30px auto;
}

/* line 30 */
.service_area .single_service h3 {
  font-size: 24px;
  font-weight: 300;
  color: #2c2c2c;
  line-height: 38px;
}

/* line 37 */
.service_area .col-lg-4:nth-child(2) .single_service .thumb {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdae5c+0,fd8e5e+100 */
  background: #fdae5c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fdae5c 0%, #fd8e5e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fdae5c 0%, #fd8e5e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fdae5c 0%, #fd8e5e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdae5c', endColorstr='#fd8e5e',GradientType=1 );
  /* IE6-9 */
}

/* line 46 */
.service_area .col-lg-4:nth-child(3) .single_service .thumb {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#37ef8d+0,37ef8d+100 */
  background: #37ef8d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #37ef8d 0%, #37ef8d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #37ef8d 0%, #37ef8d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #37ef8d 0%, #37ef8d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37ef8d', endColorstr='#37ef8d',GradientType=1 );
  /* IE6-9 */
}

/* line 3 */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 10 */
.contact-info {
  margin-bottom: 25px;
}

/* line 13 */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16 */
.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24 */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 30 */
.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}

/* line 36 */
.contact-info .media-body p {
  color: #8a8a8a;
}

/* line 45 */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53 */
.form-contact label {
  font-size: 14px;
}

.form-contact label.error {
  color: #f0565d;
}

/* line 57 */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61 */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 69 */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74 */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80 */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/* line 133 */
.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  /* line 133 */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133 */
  .contact-section {
    padding: 80px 0 50px;
  }
}

/* line 141 */
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146 */
.contact-section .btn_2:hover {
  background-color: #ff5e13;
}

/* line 85 */
b,
sup,
sub,
u,
del {
  color: #ff5e13;
}

/* line 93 */
h1 {
  font-size: 36px;
}

/* line 97 */
h2 {
  font-size: 30px;
}

/* line 101 */
h3 {
  font-size: 24px;
}

/* line 105 */
h4 {
  font-size: 18px;
}

/* line 109 */
h5 {
  font-size: 16px;
}

/* line 113 */
h6 {
  font-size: 14px;
}

/* line 117 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 127 */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 449 */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 999 */
.default-select {
  height: 40px;
}

/* line 1001 */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 1008 */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1015 */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 1022 */
.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/* line 1026 */
.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/* line 1033 */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1037 */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1086 */
.mt-10 {
  margin-top: 10px;
}

/* line 1093 */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096 */
.mt-30 {
  margin-top: 30px;
}

/* line 10 */
.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 14 */
.blog_area a:hover,
.blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #48b6fb 0%, #48b6fb 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 525 */
.blog_item {
  margin-bottom: 50px;
}

/* line 529 */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 529 */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 537 */
.blog_details p {
  margin-bottom: 30px;
}

/* line 541 */
.blog_details a {
  color: #ff8b23;
}

/* line 544 */
.blog_details a:hover {
  color: #42b3fa;
}

/* line 549 */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 549 */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 563 */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 567 */
.blog-info-link li a {
  color: #999999;
}

/* line 571 */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 577 */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 583 */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 588 */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.play_btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: black;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  padding: 12px 26px;
  width: max-content;
}

.community-stats {
  background-color: #f4f8fc;
  padding: 20px;
  border-radius: 10px;
  height: 155px;
  margin-bottom: 30px;
}

.community-stats > i {
  font-size: 40px;
  margin-bottom: 10px;
}
