h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}

.icns {
    display: none;
}
a,a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
body {
overflow-x:hidden;
}
@font-face {
  font-family: 'Display-Bold';
  src: url('../fonts/NoirPro-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Display-Regular';
  src: url('../fonts/NoirPro-Regular.woff') format('woff');
}
h1, h2, h3, h4 {
  font-family: 'Display-Bold';
  text-transform: capitalize;
}
h5, h6, p{
  font-family: 'Display-Regular';
}

::-webkit-scrollbar {
  width: 5px
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #3cb3fc ;
  border: 1px solid #0D0C43;
}
::-moz-selection {
  color: #fff;
  background: #3cb3fc 
}
::selection {
  color: #fff;
  background: #3cb3fc 
}
/* ************************************ */
/*RESPONSIVE NAVIGATION*/
/*.mobile-menu {*/
/*  display: none*/
/*}*/
.mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #3cb3fc;
  margin: 0 auto;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  border: 2px solid #fff
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #3cb3fc;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 12px;
  top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  border: 2px solid #fff
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all .5s cubic-bezier(.7, 0, .3, 1);
  padding: 40px 20px;
  border: 2px solid #fff
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)
}
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, .71);
  opacity: 0;
  visibility: hidden;
  transition: all .5s cubic-bezier(.7, 0, .3, 1)
}
.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999
}
.mobile-menu .navlinks li {
  display: block;
  padding: 8px 0
}
.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  text-decoration: none
}
.mobile-menu .navlinks li a:hover {
  text-decoration: none
}
.mobile-dropdown button {
  background: 0 0;
  border: none;
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  text-decoration: none
}
.mobile-dropdown ul.dropdown-menu.show {
  border-radius: 0 0 20px 20px;
  border: none;
  height: auto;
  padding: 15px;
  box-shadow: 0 15px 35px #00000029;
  overflow: auto
}
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}
/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background: #0000001f;
  padding: 20px 0;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
  border-bottom: 2px solid transparent
}
.active-header {
  background-color: #1e2122 !important;
  top: 0
}
.second-header {
  background: #fff;
  display: none;
  visibility: hidden;
  position: fixed;
  transition: all .75s linear!important;
  width: 100%;
  border-bottom: 1px solid #f2653a;
  padding: 10px 0;
  line-height: 0
}

.second-header.sticky-header {
  display: flex;
  visibility: visible;
  transition: all .75s linear!important;
  top: -100px;
  transform: translateY(100px);
  z-index: 200
}
.second-header .dropdown-nav {
  margin: 12px 0;
  padding: 10px 15px 0 15px
}
.second-header-dropdown li a:hover {
  color: #f2653a
}
.second-header ul.nav.navbar-na {
  line-height: 70px;
  top: 0
}
.header-top-bg {
  background: transparent radial-gradient(closest-side at 50% 50%, #3cb3fc 0, #3cb3fc 100%);
  line-height: 70px;
  text-transform: uppercase
}
.header-top {
  display: flex;
  justify-content: space-between
}
.header-top-bg .top-number a {
  border-radius: 0 20px 20px 0;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 700
}
.header-top-bg .top-number a:hover {
  color: #3cb3fc
}
.header-top-bg .top-btn-1 {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
  margin: 0 10px 0 0
}
.header-top-bg .top-btn-2 {
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 25px;
  color: #3cb3fc;
  border: 2px solid #fff;
}
.main-logo {
  width: 162px;
}
.main-header-bg {
  background: transparent;
  /* box-shadow: 0 3px 30px #00000029; */
  line-height: 51px;
}
.main-header-bg .main-header {
  display: flex;
  justify-content: space-between
}
.main-header-bg .main-header ul {
  list-style: none;
  text-transform: uppercase
}
.main-header .main-navigation ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px
}
.main-header .main-navigation ul li a:hover {
  color: #b5a0d9;
}
.main-header .main-navigation .dropdown-menu  li a {
  color: #ffffff !important;
}
/*.main-header .main-navigation .dropdown-menu  li a {*/
/*  color: #fff!important;*/
/*}*/
.main-header .dropdown .dropdown-menu {
  box-shadow: 0 15px 35px #00000029;
  border-radius: 10px;
  opacity: 1;
  top: 63px;
  padding: 10px 20px;
  background-color: rgb(58 55 55 / 36%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px)
}
.main-header .dropdown .dropdown-menu ul li a {
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 10px 0 40px
}
.main-navigation ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block
}
.main-navigation .dropdown-menu {
  line-height: 40px;
  width: max-content
}
.main-dropdown-arrow .button {
  position: relative
}
.main-dropdown-arrow .button:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid #0d6efd;
  border-left: 0;
  transform: rotate(316deg);
  border-top: 0;
  transition: all .3s ease
}
.main-dropdown-arrow .button:hover:after {
  left: 3px;
  left: 3px
}
.navi-drop-hr {
  width: 95%!important;
  margin: 0
}
/* Main BTN */

.main-btn {
  margin: 20px 0 0 0;
  color: #21214c;
}
.main-btn-1 {
  background-color: #3cb3fc;
  border: 2px solid #fff;
  font-weight: 600;
  color: #fff;
  padding: 13px 30px;
  border-radius: 10px;
  width: unset;
  transition: 0.3s;
  text-transform: uppercase;
}
.main-btn-1:hover {
  border: 2px solid #3cb3fc;
  background-color: #0D0C43;
  color: #fff;
}
.main-btn-2 {
  background-color: #fff;
  border: 2px solid #3cb3fc;
  font-weight: 600;
  color: #3cb3fc;
  padding: 10px 30px;
  border-radius: 10px;
  margin: 0 0 0 20px;
  transition: 0.3s;
  text-transform: uppercase;
  display: none;
}
.main-btn-2:hover {
  border: 2px solid #3cb3fc;
  background-color: #0D0C43;
  color: #fff;
}
.main-btn-3 {
  background-color: #3cb3fc;
  border: 2px solid #3cb3fc;
  font-weight: 600;
  color: #fff;
  padding: 5px 30px;
  border-radius: 5px;
  transition: 0.3s;
  width: 100%;
}
.main-btn-3:hover {
  border: 2px solid #3cb3fc;
  background-color: #0D0C43;
  color: #fff;
}
.main-btn-4 {
  font-weight: 600;
  color: #3cb3fc;
  padding: 5px 30px;
  transition: 0.3s;
  font-size: 20px;
}
.main-btn-4:hover {
  color: #0D0C43;
}
/* Main Banner */
.main-banner-bg .banner-slider .owl-stage {
    display: flex;
    align-items: center;
}
.main-banner-bg .banner-slider .owl-stage .owl-items {
    height: 100%;
}
.main-banner-bg .banner-slider .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}
.main-banner-bg .banner-slider .owl-dots .owl-dot span {
    background: #fff;
    border: 2px solid #711cd3;
    height: 20px;
    width: 20px;
    transition: 0.3s;
}
.main-banner-bg .banner-slider .owl-dots .owl-dot.active span {
    background: #711cd3;
}
.main-banner-bg .banner-slider .owl-dots .owl-dot:hover span {
        height: 20px !important;
    width: 20px !important;
        background: #fff;
}
.main-banner-bg .banner-slider .banner-img.ct-pos {
    position: relative;
}
.main-banner-bg .banner-slider .banner-img .thumb {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.main-banner-bg{
  /*padding: 115px 0 50px 0;*/
  padding: 132px 0 49px 0;
  color: #fff;
  position: relative;
  background: url('https://bluforrest.com/assets/images/homebanner-image.png');
  background-size: cover;
  background-position: 100% 83%;
  background-repeat: no-repeat;
}
.banner-lp{background-image: url('../images/banner-lp.webp');}
.logo-banner{background-image: url('../images/logo-banner.webp');}
.abt-banner-bg{background-image: url('../images/abt-bg.webp');}
.contact-banner-bg{background-image: url('../images/contact-bg.webp');}
.shopify-bg{background-image: url('../images/shopify-bg.webp');}
.wordpress-bg{background-image: url('../images/wordpress-bg.webp');}
.ecom-bg{background-image: url('../images/ecom-bg.webp');}
.banner-img {position: relative;display: flex;justify-content: center;align-items: center;}

/*.banner-img::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 246px;*/
/*    background: url('../images/chr.png');*/
/*    left: 10px;*/
/*    top: -24px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    height: 241px;*/
/*    animation: scrollDownAnimation .5s ease infinite alternate;*/
/*}*/

/*.banner-img::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 217px;*/
/*    background: url('https://img.pikbest.com/png-images/20191114/santa-and-reindeer-gif_2515394.png!bw700');*/
/*    right: 10px;*/
/*    bottom: -24px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    height: 219px;*/
/*    transform: rotate(351deg);*/
/*}*/

.banner-img img {
    width: 589px;
}
.banner-content ul{
  list-style: none;
}
.banner-content ul li{
 padding: 5px 0;
 font-family: 'Display-Regular';
 font-size: 16px;
}
.bages-carousel{
  padding: 10px 0;
}
.bages-carousel img{
  width: 150px!important;
}
.banner-content h1 {
  padding: 0 0 15px 0;
}
.banner-content ul {
  padding: 10px 0;
}
.banner-form{
  margin: 50px 0 0 0;
  background-color: #ffffff5c;
  padding: 25px 20px;
  border-radius: 10px;
}

.banner-form input {
    padding: 11px 22px;
    font-family: 'Display-Regular';
}

.banner-form button {
    padding: 9px 0;
    text-transform: uppercase;
    font-family: 'Display-Regular';
    font-size: 17px;
}
.about-form {
  background: #3cb3fcb3;
  box-shadow: 0 5px 30px #00000029;
  border: 1px solid #0000004D;
  border-radius: 30px;
  padding: 30px 40px;
  position: relative
}
.about-form .about-form-head {
  /* display: flex; */
  /* justify-content: space-between; */
  padding: 5px 0 10px 0;
}
.about-form .form-head-content h4 {
  color: #fff;
  font-size: 20px
}
.about-form .form-head-content h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700
}
.about-form .form-head-book {
  position: absolute;
  top: -30px;
  right: 51px
}
.about-form .form-head-btn button {
  color: #000;
  font-size: 20px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 10px 0;
  border: none;
  transition: .3s;
  font-weight: 600;
}
.about-form .form-head-btn button:hover {
  border: 1px solid #fff;
  background: 0 0;
  color: #fff;
}
.about-form .form-control {
  background-color: transparent;
}
.about-form input,.about-form textarea {
  color: #fff!important;
}
/* Web Serv */
.web-serv-bg {
  padding: 33px 0;
}
.focus-heading h2{
  color: #3cb3fc;
  font-size: 50px;
}
.focus-heading p{
  padding: 10px 0;
}
.webserv-card {
  margin: 10px;
  padding: 20px 15px;
  display: flex;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px 4px #d0e0feba;
  transition: .3s;
}
.webserv-card:hover {
  background-color: #3cb3fc;
  color: #fff;
}
.webserv-card:hover img {
  filter: brightness(0) invert(1);
  transition-duration: .3s;
}
.webserv-card img{
  width: 50px!important;
  height: 50px;
}
.webserv-card h3{
  font-size: 19px;
  padding: 0 0 0 5px;
}
.web-serv-bg-lp{
  background-color: #0D0C43;
}
.web-serv-bg-lp .focus-heading h2{
  color: #fff;
}
.web-serv-bg-lp .focus-heading p{
  color: #fff;
}
/* About */
.abt-bg{
  padding: 50px 0;
  position: relative;
}
.abt-content h3 {
  font-size: 35px;
  color: #3cb3fc;
}
.abt-content h3 img{
  width: 100px;
}
.abt-content h2 {
  color: #0D0C43;
  font-size: 45px;
  padding: 0 0 10px 0;
}
.abt-img {
  position: absolute;
  width: 45%;
  right: 0;
}
.lp-abt-bg {
  padding: 50px 0;
  position: relative;
}
.lp-abt-bg-img {
  position: absolute;
  right: 0px;
  width: 630px;
  top: 0;
}


/* Portfolio */
.portfolio-bg{padding: 50px 0;background-image:url('../images/portfolio-bg.webp');background-size:cover;background-repeat:no-repeat;color: #fff;}
.portfolio-content h2{font-size: 50px;color: #3cb3fc;}
.portfolio-content p{color: #000;padding: 0 0 25px 0;}
.portfolio-bg .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #fff;
  border: 2px solid #3cb3fc;
  font-weight: 600;
  color: #3cb3fc;
  border-radius: 10px;
  transition: 0.3s;
}
.portfolio-bg .nav-pills .nav-link {
  background-color: #3cb3fc;
  border: 2px solid #3cb3fc;
  font-weight: 600;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  transition: 0.3s;
  margin: 0 20px;
}
.portfolio-bg .owl-carousel .owl-nav button{display: none!important;}
.portfolio-bg .item {margin: 10px 5px;}

.portfolio-bg-lp{background-image: url('../images/port-bg-lp.webp');}
.portfolio-bg2{background-image: url('../images/portfolio-bg2.webp');}
.portfolio-bg-lp .portfolio-content h2,.portfolio-bg2 .portfolio-content h2 {color: #fff;}
.portfolio-bg-lp .portfolio-content p,.portfolio-bg2 .portfolio-content p {color: #fff;}


.portfolio-card { background-image: url('../images/port-card.png'); background-size: cover; background-repeat: no-repeat; padding: 20px; margin: 15px; color: #fff; border-radius: 25px;}
.portfolio-card h3{ padding: 0 0 10px 0;}
.portfolio-card p{padding: 0 0 10px 0;font-size: 14px;height: 160px;overflow: auto;}
.portfolio-bg .owl-theme .owl-nav {display: flex; justify-content: space-between; color: #fff; margin: 0;}
.portfolio-bg .owl-theme .owl-nav button:hover{ color: #3cb3fc; background-color: transparent;}

/* CTA */
.cta-1-bg{ padding: 50px 0; position: relative; }
.cta-1-img{ position: absolute; width: 40%; right: 0;}

/* Packages */
.pkg-bg{ padding: 50px 0; background-image: url('../images/pkg-bg.webp'); background-size: cover; background-repeat: no-repeat;}
.pkg-head{ color: #fff;} 
.pkg-head h2{ font-size: 40px; padding: 0 0 15px 0;} 
.pkg-card {background-color: #2C2B4B;padding: 25px 20px 30px 20px;border-radius: 12px;color: #fff;margin: 35px 0px;}
.pkg-card ul {list-style: none;height: 400px;overflow: auto;}
.pkg-card ul li{padding: 2px 0;font-family: 'Display-Regular';font-size: 14px;line-height: 32px;}
.pkg-card h3 { font-size: 30px; padding: 0 0 10px 0;}
.pkg-card h2 { font-size: 50px;}
.pkg-card h2 span{ font-size: 30px;}
.pkg-card p {font-size: 14px;}
.pkg-bg-lp{background: #fff;}
.pkg-bg-lp .pkg-head h2 {color: #3cb3fc;}
.pkg-bg-lp .pkg-head p {color: #000;}
.pkg-bg-lp .pkg-card{background-color: #3cb3fc;}
.pkg-bg-lp ul {list-style: none;height: 255px;overflow: auto;}
/* CTA 2 */
.cta-2-bg{padding: 90px 0;position: relative;}
.cta-2-bg::after{ content: "";  position: absolute; background-image: url('../images/cta-2-before.webp'); background-size: cover; background-repeat: no-repeat; width: 360px; height: 350px; right: 0; top: 0;}
.cta-2-bg::before{content:"";position:absolute;background-image:url('../images/cta-2-after.webp');background-size:cover;background-repeat:no-repeat;width: 270px;height: 325px;left:25px;top: 20px;}

/* CTA 3 */
.cta-3-bg{padding: 68px 0;position: relative;}
.cta-3-bg::after{ content: "";  position: absolute; background-image: url('../images/cta-3-before.webp'); background-size: cover; background-repeat: no-repeat; width: 360px; height: 350px; right: 0; top: 0;}
.cta-3-bg::before{content:"";position:absolute;background-image:url('../images/cta-3-after.webp');background-size:cover;background-repeat:no-repeat;width: 330px;height: 300px;left:25px;top: 20px;}

/* CTA 4 */
.cta-4-bg{padding: 30px 0;position: relative;}
.cta-4-bg::after{content: "";position: absolute;background-image: url('../images/cta-4-before.webp');background-size: cover;background-repeat: no-repeat;width: 448px;height: 288px;right: 0;top: 0;}
.cta-4-bg::before{content:"";position:absolute;background-image:url('../images/cta-4-after.webp');background-size:cover;background-repeat:no-repeat;width: 300px;height: 242px;left:25px;top: 25px;}

/* CTA 5 */
.cta-5-bg{padding: 68px 0;position: relative;}
.cta-5-bg::after{content: "";position: absolute;background-image: url('../images/cta-5-after.webp');background-size: cover;background-repeat: no-repeat;width: 360px;height: 290px;right: 0;top: 0;}
.cta-5-bg::before{content:"";position:absolute;background-image:url('../images/cta-5-before.webp');background-size:cover;background-repeat:no-repeat;width: 300px;height: 248px;left:25px;top: 25px;}

/* CTA 6 */
.cta-6-bg{padding: 68px 0;position: relative;}
.cta-6-bg::after{content: "";position: absolute;background-image: url('../images/cta-6-after.webp');background-size: cover;background-repeat: no-repeat;width: 360px;height: 290px;right: 0;top: 0;}
.cta-6-bg::before{content:"";position:absolute;background-image:url('../images/cta-6-before.webp');background-size:cover;background-repeat:no-repeat;width: 275px;height: 200px;left:25px;top: 25px;}

/* Details */
.details-bg{ padding: 50px 0;}
.details-card{ padding: 20px;}
.details-card-inner{padding: 0 0 10px 0;display: flex;}
.details-card-inner img {width: 60px;height: 60px;}
.details-card-inner h3 {font-size: 20px;padding: 7px 0 0 0;}
.details-card-inner-content { padding: 0 0 0 20px;}
.details-card-inner-content span{background-color:#3cb3fc;padding:3px 10px;color:#fff;border-radius:5px;font-size:14px;border: 1px solid #fff;}
.details-card{padding:40px 20px;border-top:10px solid #3cb3fc;border-radius:20px;margin:30px 0 0;transition: .3s;background-color: #fff;}
.details-card:hover{background-color: #3cb3fc; border-top:10px solid #0D0C43; color: #fff;}
.details-card:hover img{filter:brightness(0) invert(1);transition-duration:.3s}
.details-card p {height: 95px;overflow: hidden;}

.details-bg-lp{ background-image:url('../images/details-bg-lp.webp');background-size:cover;background-repeat:no-repeat;}
.details-bg-lp .focus-heading h2 {color: #fff;}
/* why Choose */
.why-choose-bg{ background-image:url('../images/why-choose-bg.webp');background-size:cover;background-repeat:no-repeat;}
.why-choose-bg-lp {background-image:url('../images/portfolio-bg.webp');}
.why-choose-bg-lp .pkg-head h2 {color: #3cb3fc;}
.why-choose-bg-lp .pkg-head p {color: #000;}
.why-choose-bg-lp2 {background-image:url('../images/why-choose-2.webp');padding: 50px 0;}
.why-choose-bg2 {background-image:url('../images/why-choose-bg2.webp');padding: 50px 0;}
.why-choose-bg3 {background-image:url('../images/why-choose-bg3.webp');padding: 50px 0;}

/* Testimonials */
.testimonials-bg{position: relative; padding: 50px 0;}
.testi-content-head {display: flex;}
.testi-content-head h3{color: #3cb3fc;padding: 0 0 0 10px!important;font-size: 27px;}
.testi-content h3{color: #3cb3fc;padding: 10px 0;}
.testi-content p{padding: 10px 0 30px 0;}
.testi-content h5{ color: #000;}
.testi-content h6{color: #3cb3fc;}
.testimonials-bg .owl-theme .owl-nav {
  color: #0D0C43;
  display: flex;
  justify-content: end;
}
.testimonials-bg .owl-theme .owl-nav::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #0D0C43;
  width: 85%;
  bottom: 18px;
  left: 0;
}
.testimonials-bg .owl-theme .owl-nav i {
  font-size: 25px;
  margin: 0 10px;
  transition: 0.3s;
}
.testimonials-bg .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #3cb3fc;
  text-decoration: none;
}
.testimonials-bg .owl-theme .owl-dots {
  background-color: #fff;
  position: absolute;
  bottom: 3px;
}
.testimonials-bg .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px;
  border-radius: 0;
  background: #0D0C43;
  transition: .3s;
}
.testimonials-bg .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #3cb3fc;
  width: 10px!important;
  height: 10px!important;
}

/* Footer Form */
.footer-form-bg {
  padding: 50px 0;
  background: linear-gradient(45deg, #0651bc, #0d6efd);
  background-size:cover;
  background-repeat:no-repeat;
  color: #fff;
  }
.footer-content h2{color: #fff;font-size: 50px;}
.footer-form-bg .form-floating>label {color: #000;}
/* Footer */

.footer-bg {
  background-color: #1e2122;
  padding: 30px 0;
}
.footer-content-1 p {
  font-size: 17px;
  color: #fff;
  padding: 10px 0
}
.social-icons a {
  padding: 0 15px 0 0
}
.footer-content-2 h4,.footer-content-3 h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.footer-btm a,.footer-content-2 ul li a,.footer-content-3 a {
  color: #fff;
  text-decoration: none
}
.footer-btm a:hover,.footer-content-2 ul li a:hover {
  color: #5300c5;
  text-decoration: none
}
.footer-content-3 ul li {
  display: flex;
  padding: 5px 0;
  color: #707070;
}
.footer-content-3 li i {
  padding: 4px 10px 0 0;
  color: #fff;
}
.footer-content-2 li {
  margin: 0 0px 0px 20px;
  color: #fff;
}
.footer-logo {
  width: 150px
}
.footer-btm {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

/* Contact Form */
.contact-form-bg{
  padding: 50px 0;
}
.contact-form h2{
  font-size: 40px;
  color: #3cb3fc;
}
.contact-form p {
  padding: 0 0 15px 0;
}

/* Pop Up */
.popup-bg{position: relative;}

.popup-bg .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  background-color: #fff;
  font-size: 14px;
  padding: 10px;
}
.popup-bg img{width: 100%;}
.popup-form {padding: 25px;}
.popup-bg .main-btn-1 {width: 100%;}

.popup-bg .form-floating>label {left: 10px;}

.popup-form p {padding: 0 0 10px 0;}
/* terms_condition */
.terms_condition {padding: 50px 0}
.terms_condition h1.title {margin: 0 0 20px;color: #3cb3fc;}
.terms_condition h2.title {margin: 30px 0 15px;}
.terms_condition a{color: #3cb3fc;}




/* Color Code */
.g{
  color: #3cb3fc;
  color: #0D0C43;
}

.clickfunc {
    display: none ! IMPORTANT;
}


.pkg-card form {position: relative;top: 20px;left: 10px; padding:10px}
.pkg-card form button {
    background: transparent;
    border: none;
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
.main-btn.text-center-detail {
    margin-top: 300px !important;
}

.get_quote {
    display: none;
    position: fixed;
    bottom: 58px;
    left: 65px;
    background: #fff;
    padding: 11px 14px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgb(60 179 252 / 22%);
    z-index: 9999;
    border: 1px solid #3cb3fc;
    font-family: 'Display-Regular';
    font-size: 14px;
    text-transform: capitalize;
}
 
.get_quote a {
    display: block;
    color: #ddd;
    text-decoration: none;
    background: #020518;
    padding: 8px 30px;
    border-radius: 5px;
    margin: 6px 0;
    text-align: center;
}
 
.get_quote_btn {
    position: fixed;
    bottom: 18px;
    left: 33px;
    background: #3cb3fc;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000;
}