@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: 'Playfair Display', serif;
  font-family: 'Poppins', sans-serif;
  src: url("../fonts/Canela-Bold.woff2") format("woff2"), url("../fonts/Canela-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  letter-spacing: 2px;
}

@font-face {
  font-family: 'Playfair Display', serif;
  font-family: 'Poppins', sans-serif;
  src: url("../fonts/Canela-Bold.woff2") format("woff2"), url("../fonts/Canela-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  letter-spacing: 2px;
}

:root {
  --radius: 40px 0px;
  --drop-shadow: 0px 3px 8.5px 3px rgba(0,0,0,0.1);
}

@media (max-width: 420px) {
  :root {
    --radius: 20px 0px;
  }
}

.main-button {
  position: relative;
  z-index: 2;
  font-size: 16px;
  padding: 12px 32px;
  border: 1px solid #DB4726;
  font-weight: 700;
  color: #DB4726;
  display: inline-block;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.main-button::after {
  content: '';
  position: absolute;
  height: 0%;
  width: 100%;
  background: #fff;
  left: 0px;
  top: 0px;
  bottom: auto;
  z-index: -2;
  -webkit-transition: 0.5s 0.3s ease-in-out;
  transition: 0.5s 0.3s ease-in-out;
}

.main-button::before {
  content: '';
  position: absolute;
  height: 0%;
  width: 100%;
  background: #DB4726;
  left: 0px;
  top: 0px;
  bottom: auto;
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.main-button:hover {
  color: #fff;
}

.main-button:hover::after {
  height: 100%;
  bottom: 0px;
  top: auto;
  -webkit-transition: 0.5s 0s ease-in-out;
  transition: 0.5s 0s ease-in-out;
}

.main-button:hover::before {
  height: 100%;
  bottom: 0px;
  top: auto;
  -webkit-transition: 0.5s 0.3s ease-in-out;
  transition: 0.5s 0.3s ease-in-out;
}

.main-button.dark-btn {
  background: #DB4726;
  color: #fff;
}

.main-button.dark-btn::after, .main-button.dark-btn::before {
  display: none;
}

.main-button.dark-btn:hover {
  color: #DB4726;
  background: #fff;
}

@media (max-width: 1420px) {
  .main-button {
    padding: 9px 25px 10px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .main-button {
    padding: 8px 15px 9px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .main-button {
    padding: 7px 12px 8px;
    font-size: 12px;
  }
}

.small-line-title {
  font-size: 14px;
  line-height: calc(8px + 14px);
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
}

.small-line-title.dark-text {
  color: #FF7A00;
}

.small-line-title.left-line {
  padding-left: 100px;
}

.small-line-title.left-line .line {
  width: 57px;
}

@media (max-width: 991px) {
  .small-line-title.left-line {
    padding-left: 50px;
  }
  .small-line-title.left-line .line {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .small-line-title {
    font-size: 12px;
    line-height: calc(8px + 12px);
    letter-spacing: 1px;
  }
  .small-line-title.left-line {
    padding-left: 30px;
  }
  .small-line-title.left-line .line {
    width: 15px;
  }
}

.rellax {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (min-width: 1420px) {
  .container {
    max-width: 1260px;
  }
}

.burger-menu {
  display: block;
  height: 30px;
  width: 30px;
  border: 0px solid;
  position: relative;
  background: none;
}

.burger-menu span {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 0px;
  margin: auto;
  height: 2px;
  width: 100%;
  background: #fff;
}

.burger-menu span:nth-child(1) {
  top: -18px;
}

.burger-menu span:nth-child(2) {
  top: 0px;
}

.burger-menu span:nth-child(3) {
  top: 18px;
}

.burger-menu.active span:nth-child(1) {
  -webkit-transform: matrix(0.8, 0.9, 0, 1, 0, 8);
          transform: matrix(0.8, 0.9, 0, 1, 0, 8);
}

.burger-menu.active span:nth-child(2) {
  left: -200%;
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  -webkit-transform: matrix(0.8, -0.9, 0, 1, 0, -9);
          transform: matrix(0.8, -0.9, 0, 1, 0, -9);
}

.form_box .form-control {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  border: 0px;
  border-radius: 0px;
  font-size: 12px;
  padding: 14px 18px;
  padding-right: 70px;
}

.form_box .form-control::-webkit-input-placeholder {
  color: #F2F2F2 !important;
}

.form_box .form-control::-moz-placeholder {
  color: #F2F2F2 !important;
}

.form_box .form-control:-ms-input-placeholder {
  color: #F2F2F2 !important;
}

.form_box .form-control:-moz-placeholder {
  color: #F2F2F2 !important;
}

@media (max-width: 1420px) {
  .form_box .form-control {
    padding: 12px 15px 13px;
  }
}

.social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding-left: 40px;
}

.social-box::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  height: 1px;
  width: 25px;
  background: #fff;
}

.social-box li {
  padding: 0px 8px;
}

.social-box li a {
  display: block;
  position: relative;
  border-radius: 50%;
  z-index: 2;
  background: #FF7A00;
  height: 20px;
  width: 20px;
  line-height: 18px;
  text-align: center;
}

.social-box li a img {
  height: 15px;
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 1, 1.02);
  transition: 0.2s cubic-bezier(0, 0, 1, 1.02);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.social-box li a::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  background: #FF7A00;
  -webkit-transition: 0.25s cubic-bezier(0, 0, 1, 1.02);
  transition: 0.25s cubic-bezier(0, 0, 1, 1.02);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.social-box li a:hover img {
  -webkit-transform: matrix(1.5, 0, 0, 1.5, 0, 0);
          transform: matrix(1.5, 0, 0, 1.5, 0, 0);
}

.social-box li a:hover::after {
  -webkit-transform: matrix(2.2, 0, 0, 2.2, 0, 0);
          transform: matrix(2.2, 0, 0, 2.2, 0, 0);
}

.social-box li:first-child {
  padding-left: 0px;
}

.social-box li:last-child {
  padding-right: 0px;
}

@font-face {
  font-family: 'Playfair Display', serif;
  font-family: 'Poppins', sans-serif;
  src: url("../fonts/Canela-Bold.woff2") format("woff2"), url("../fonts/Canela-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  letter-spacing: 2px;
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
}

span, p, a {
  font-family: 'Poppins', sans-serif;
}

p {
  font-size: 16px;
  line-height: calc(8px + 16px);
  margin-bottom: 18px;
  margin: 0;
}

ul {
  margin-bottom: 0px;
  padding: 0px;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.mt-10 {
  margin-top: 30px;
}

.site-header {
  position: relative;
}

.site-header .mainHeader {
  width: 100%;
  margin: auto;
  padding: 30px 30px 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.site-header .mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.site-header .mainHeader header .logo a {
  display: block;
}

.site-header .mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .mainHeader header .navbarLink ul li {
  margin-left: 54px;
}

.site-header .mainHeader header .navbarLink ul li:first-child {
  margin-left: 0px;
}

.site-header .mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}

.site-header .mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}

.site-header .mainHeader header .navbarLink ul li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  z-index: 3;
  padding: 5px 7px;
  border-radius: 10px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .site-header .mainHeader header .navbarLink ul li a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .site-header .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 16px;
    padding: 15px 5px 0px;
  }
}

.site-header .mainHeader header .navbarLink ul li.active a, .site-header .mainHeader header .navbarLink ul li:hover a {
  background-color: #1C93F3;
}

.site-header .mainHeader header .navbarLink ul li.active a::after, .site-header .mainHeader header .navbarLink ul li:hover a::after {
  height: 100%;
  top: 0px;
  bottom: auto;
}

.site-header .mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 220px;
  border: 0;
  border-radius: 0;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}

.site-header .mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}

.site-header .mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 18px;
  text-transform: capitalize;
}

.site-header .mainHeader header .navbarLink ul li > .dropdown-menu li.active, .site-header .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #7A7A7A;
  border-radius: 0px;
}

.site-header .mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .site-header .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
}

.site-header .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.site-header .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}

@media (max-width: 991px) {
  .site-header .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media (max-width: 991px) {
  .site-header .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: none;
  }
  .site-header .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .site-header .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .site-header .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}

.site-header .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .site-header .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .site-header .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .site-header .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .site-header .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .site-header .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.site-header .mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.site-header .mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}

.site-header .mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}

.site-header .mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}

.site-header .mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}

.site-header .mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}

@media (max-width: 1199px) {
  .site-header .mainHeader header .navbarLink ul li {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .site-header .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .site-header .mainHeader header .navbarLink ul li {
    margin-left: 0px;
  }
  .site-header .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.site-header .mainHeader header .navbarLink.active {
  left: 0;
}

@media (max-width: 991px) {
  .site-header .mainHeader header .navbarLink {
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    background: #0000006b;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .site-header .mainHeader header .navbarLink ul li {
    margin: 0px;
  }
  .site-header .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .site-header .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}

.site-header .mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #7a7a7a;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

.site-header .mainHeader header .col-log-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.site-header .mainHeader header .navbar-expand-md .navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header .banner-detail-box {
  overflow: hidden;
}

.site-header .banner-detail-box .home-banner-detail .yellow-title {
  max-width: 450px;
  margin-bottom: 30px;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
}

.site-header .banner-detail-box .home-banner-detail .main-title {
  margin-bottom: 30px;
}

.site-header .banner-detail-box .home-banner-detail .text-detail {
  font-size: 26px;
  line-height: calc(8px + 26px);
  color: #fff;
  margin-bottom: 40px;
}

.site-header .banner-detail-box .banner-image img {
  height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

@media (max-width: 1420px) {
  .site-header .mainHeader {
    padding: 15px 15px 5px;
  }
  .site-header .mainHeader header .head-contact-btn .head-social-contact-box .head-social-media-row {
    margin-right: 15px;
  }
  .site-header .mainHeader header .head-contact-btn .head-social-contact-box .head-social-media-row li a img {
    height: 20px;
    width: 20px;
  }
  .site-header .mainHeader header .navbarLink ul li {
    margin-left: 30px;
  }
  .site-header .mainHeader header .navbarLink ul li a {
    font-size: 16px;
  }
  .site-header .banner-detail-box .home-banner-detail .yellow-title {
    max-width: 380px;
  }
  .site-header .banner-detail-box .home-banner-detail .main-title {
    margin-bottom: 20px;
  }
  .site-header .banner-detail-box .home-banner-detail .text-detail {
    font-size: 20px;
    line-height: calc(8px + 20px);
    line-height: inherit;
    margin-bottom: 25px;
    max-width: 390px;
  }
  .site-header .banner-detail-box .banner-image {
    text-align: center;
  }
  .site-header .banner-detail-box .banner-image img {
    height: 550px;
  }
}

@media (max-width: 1199px) {
  .site-header .banner-detail-box .home-banner-detail .yellow-title {
    margin-bottom: 10px;
  }
  .site-header .banner-detail-box .home-banner-detail .main-title {
    margin-bottom: 10px;
  }
  .site-header .banner-detail-box .home-banner-detail .text-detail {
    max-width: 100%;
    font-size: 16px;
  }
  .site-header .mainHeader header .navbarLink #dismiss {
    line-height: 38px;
    font-size: 30px;
    background: none;
  }
  .site-header .mainHeader header .navbarLink #dismiss i {
    font-size: 20px;
    color: #632CAF;
  }
  .site-header .mainHeader header .navbarLink ul li a {
    font-size: 14px;
  }
  .site-header .mainHeader header .head-contact-btn .head-social-contact-box .head-social-media-row li {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .site-header .banner-detail-box .home-banner-detail .yellow-title {
    margin-bottom: 12px;
    max-width: 265px;
  }
  .site-header .banner-detail-box .home-banner-detail .text-detail {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .site-header .banner-detail-box .banner-image img {
    height: 390px;
  }
  .site-header .mainHeader header .navbarLink {
    width: 300px;
  }
  .site-header .mainHeader header .navbarLink ul {
    padding: 30px 0px;
  }
  .site-header .mainHeader header .navbarLink ul li {
    margin: 0px;
    width: 100%;
  }
  .site-header .mainHeader header .navbarLink ul li a {
    padding: 13px 0px;
    border-bottom: 0.3px solid rgba(255, 255, 255, 0.05);
    display: block;
  }
  .site-header .mainHeader header .navbarLink ul li a:last-child a {
    border-bottom: 0px;
  }
  .site-header .mainHeader header .navbarLink ul.active .hideclose {
    color: #632CAF;
  }
  .site-header .mainHeader header .head-contact-btn.col-log-btn {
    display: none;
  }
  .site-header .mainHeader header .col-menu .navbarBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .mainHeader header .col-menu .navbarBtn .mobile-contact-btn {
    display: block;
    margin-right: 10px;
  }
  .site-header .mainHeader header .col-menu .navbarBtn .btn {
    display: inline-block;
  }
  .site-header .mainHeader header .btn {
    background: none;
    color: #632CAF;
    font-size: 30px;
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .site-header .mainHeader header .navbarLink {
    width: 100%;
  }
  .site-header .mainHeader header .navbarLink ul li a {
    font-size: 22px;
    line-height: calc(8px + 22px);
  }
}

@media (max-width: 575px) {
  .site-header .mainHeader header .logo a {
    max-width: 100px;
    line-height: 20px;
  }
}

.site-header.scroll-effect {
  background: #000;
}

.site-header.scroll-effect .mainHeader {
  padding: 5px;
}

.site-header.scroll-effect .main_logo img {
  height: 50px;
}

.main_logo img {
  border-radius: 10px;
}

@media (max-width: 420px) {
  .main_logo img {
    height: 70px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 9999;
}

.main_banner {
  position: relative;
}

.main_banner .main_banner_img {
  position: relative;
  z-index: -1;
  width: 100%;
}

.main_banner .main_banner_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .main_banner .main_banner_img img {
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 420px) {
  .main_banner .main_banner_img img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.main_banner .main_banner_text {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.main_banner .main_banner_text .banner_text h1 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 1199px) {
  .main_banner .main_banner_text .banner_text h1 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .main_banner .main_banner_text .banner_text h1 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .main_banner .main_banner_text .banner_text h1 {
    font-size: 20px;
  }
}

.main_banner .main_banner_text .banner_text p {
  color: #fff;
  max-width: 500px;
}

@media (max-width: 575px) {
  .main_banner .main_banner_text .banner_text p {
    font-size: 14px;
  }
}

.main_banner .main_banner_text .banner_img {
  margin-bottom: -45px;
}

@media (max-width: 575px) {
  .main_banner .main_banner_text .banner_img {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .main_banner .main_banner_text .banner_img img {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .main_banner .main_banner_text .banner_img img {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .main_banner .main_banner_text .banner_img img {
    height: 200px;
  }
}

.main_title p {
  color: #1C93F3;
  margin-bottom: 10px;
}

.main_title h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}

@media (max-width: 420px) {
  .main_title h2 {
    font-size: 30px;
  }
}

.services_section {
  background-image: url(../images/services_bg.png);
  background-repeat: no-repeat;
  padding: 100px 0px;
  position: relative;
  background-size: cover;
}

@media (max-width: 420px) {
  .services_section {
    background-size: cover;
  }
}

.services_section .sevices_img {
  top: 20px;
  position: absolute;
  top: -25px;
}

@media (max-width: 991px) {
  .services_section .sevices_img img {
    display: none;
  }
}

.services_section p {
  color: #fff;
}

.services_section .bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-top: 20px;
}

.services_section .bullet img {
  margin-right: 10px;
  height: 100%;
}

@media (max-width: 420px) {
  .services_section .bullet img {
    height: 100%;
  }
}

.pr-0 {
  margin-right: 0;
  padding-right: 0;
}

.pl-0 {
  margin-left: 0;
  padding-left: 0;
}

.dealseaction {
  padding: 100px 0px;
  background-color: #F2F2F2;
}

.dealseaction .main_title h2 {
  color: #000;
}

@media (max-width: 991px) {
  .dealseaction .dealorder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.dealseaction .deal_img img {
  width: 100%;
}

.dealseaction .custom_app {
  padding: 40px;
}

.dealseaction .custom_app h2 {
  font-size: 40px;
  font-weight: 800;
}

@media (max-width: 420px) {
  .dealseaction .custom_app h2 {
    font-size: 30px;
  }
}

.leased_device {
  padding: 100px 0px;
}

.leased_device .main_title h2 {
  color: #000;
}

@media (max-width: 420px) {
  .leased_device .main_title h2 {
    font-size: 30px;
  }
}

.leased_device .leased_device_box {
  min-height: 300px;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  border-radius: 10px;
  margin-top: 30px;
}

.leased_device .leased_device_box:hover {
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199px) {
  .leased_device .leased_device_box {
    min-height: 330px;
  }
}

@media (max-width: 991px) {
  .leased_device .leased_device_box {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .leased_device .leased_device_box {
    min-height: 0px;
  }
}

.leased_device .leased_device_box .leased_device_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

.leased_device .leased_device_box .leased_device_text h3 {
  font-size: 25px;
  font-weight: 800;
}

.leased_device .leased_device_box .leased_device_text img {
  margin-right: 10px;
  height: 100%;
}

.footer {
  background-color: #000;
  padding: 100px 0px 50px 0px;
  color: #fff;
}

.footer .border_footer {
  border-bottom: 1px solid #fff;
  padding: 0px 30px 40px 30px;
}

@media (max-width: 991px) {
  .footer .border_footer .footer_contact {
    padding-top: 25px;
  }
}

.footer h3 {
  font-size: 18px;
  font-weight: 800;
}

.footer .contact_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .contact_img img {
  margin-left: -20px;
  margin-right: 9px;
  margin-top: 5px;
}

@media (max-width: 420px) {
  .footer .contact_img img {
    margin-left: 0;
  }
}

.footer .contact_img p {
  max-width: 220px;
}

.footer .followus a {
  margin-right: 5px;
  height: 30px;
  width: 30px;
}

.footer .followus a:hover #social {
  fill: #1c93f3;
}

.footer .followus a #social {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.footer .copyright {
  text-align: center;
  padding-top: 40px;
}

.footer .copyright a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .copyright a:hover {
  color: #1c93f3;
}

.faq-section {
  padding-bottom: 100px;
}

.faq-section .main_title {
  margin-bottom: 30px;
}

.faq-section .main_title h2 {
  color: #000;
}

@media (max-width: 420px) {
  .faq-section .main_title h2 {
    font-size: 30px;
  }
}

.faq-section .accordion {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

.faq-section .accordion .accordion-item {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.125) !important;
  border: none;
}

.faq-section .accordion .accordion-item .accordion-button {
  font-size: 20px;
  font-weight: 800;
}

.faq-section .accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.faq-section .accordion .accordion-item .accordion-button span {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: 30px;
  width: 30px;
  background-color: #1C93F3;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  padding-top: 4px;
  margin-right: 20px;
}

@media (max-width: 420px) {
  .faq-section .accordion .accordion-item .accordion-button span {
    display: none;
  }
}

.project_img {
  position: relative;
}

.project_img .project_text {
  position: absolute;
  margin: 25px;
  height: 37%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  bottom: -40px;
  max-width: 320px;
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .project_img .project_text {
    position: initial;
    min-height: 260px;
    margin: 0;
  }
}

.project_img .project_text h2 {
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: 1s;
  transition: 1s;
  text-align: left;
}

.project_img .project_text p {
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  text-align: left;
}

@media (max-width: 991px) {
  .project_img .project_text p {
    opacity: 1;
  }
}

.project_text:hover {
  height: 100%;
}

.project_text:hover p {
  opacity: 1;
}

.schedulebg {
  background-color: #39A1F4;
  padding: 50px 0px;
}

.schedulebg .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .schedulebg .schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.schedulebg .scheduletext {
  color: #fff;
}

.schedulebg .scheduletext h3 {
  font-size: 40px;
  font-weight: 800;
}

.schedulebg .scheduletext p {
  font-size: 22px;
}

@media (max-width: 991px) {
  .schedulebg .schedulecall {
    margin-top: 20px;
  }
}

.schedulebg .schedulecall a {
  font-size: 18px;
  color: #000;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 40px;
  display: inline-block;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.schedulebg .schedulecall a:hover {
  background-color: #000;
  color: #fff;
}

.project_section {
  text-align: center;
  margin: 0 auto;
  padding: 0px 50px;
}

.project_section .project_img {
  position: relative;
  display: block;
}

.project_section .project_img img {
  width: 100%;
}

@media (max-width: 420px) {
  .project_section .project_img .project_text {
    min-height: 300px;
    max-width: 252px;
  }
}

@media (max-width: 380px) {
  .project_section .project_img .project_text {
    max-width: 200px;
    min-height: 490px;
  }
}

@media (max-width: 1420px) {
  .project_section {
    padding: 0px 30px;
  }
}

@media (max-width: 991px) {
  .project_section {
    padding: 10px 10px;
  }
  .project_section .project_img .project_text {
    width: 100%;
    max-width: 100%;
  }
}

.abc .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.abc .slick-dots li {
  padding: 0px 5px;
}

.abc .slick-dots li button {
  border: 0px solid;
  background: none;
  font-size: 0px;
  height: 10px;
  width: 10px;
  background: #000;
  border-radius: 50px;
  opacity: 0.2;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.abc .slick-dots li.slick-active button {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */