@charset "UTF-8";
 
/*============================================

                 01 -- Variables

==============================================*/
 
/*-- Icon --*/
@import url("https://unicons.iconscout.com/release/v3.0.3/css/line.css");

/*  */

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local('Gordita Regular'), url('fonts/Gordita-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: italic;
    font-weight: 400;
    src: local('Gordita Regular Italic'), url('fonts/Gordita-Regular-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: normal;
    font-weight: 100;
    src: local('Gordita Thin'), url('fonts/Gordita-Thin.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: italic;
    font-weight: 100;
    src: local('Gordita Thin Italic'), url('fonts/Gordita-Thin-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
 font-style: normal;
    font-weight: 200;
    src: local('Gordita Light'), url('fonts/Gordita-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: italic;
    font-weight: 200;
    src: local('Gordita Light Italic'), url('fonts/Gordita-Light-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
   font-style: normal;
    font-weight: 500;
    src: local('Gordita Medium'), url('fonts/Gordita-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: italic;
    font-weight: 500;
    src: local('Gordita Medium Italic'), url('fonts/Gordita-Medium-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: normal;
    font-weight: 600;
    src: local('Gordita Bold'), url('fonts/Gordita-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: italic;
    font-weight: 600;
    src: local('Gordita Bold Italic'), url('fonts/Gordita-Bold-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: normal;
    font-weight: 700;
    src: local('Gordita Black'), url('fonts/Gordita-Black.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: italic;
    font-weight: 700;
    src: local('Gordita Black Italic'), url('fonts/Gordita-Black-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: normal;
    font-weight: 900;
    src: local('Gordita Ultra'), url('fonts/Gordita-Ultra.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gordita', sans-serif;
    font-style: italic;
    font-weight: 900;
    src: local('Gordita Ultra Italic'), url('fonts/Gordita-Ultra-Italic.woff') format('woff');
    }



/*============================================

                 02 -- General

==============================================*/
body {

   font-family: 'Gordita', sans-serif;
  overflow-x: hidden !important;
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Gordita', sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

a {
  color: #565972;
  text-decoration: none !important;
}

p {
  line-height: 30px;
}

ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: #0e90ff;
}

.btn:focus {
  outline: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 0px;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-pill {
  border-radius: 10px !important;
}

 
  
.section-heading .section-sub {
  color: #8a8eaa;
  margin-top: 12px;
  font-size: 16px;
}
 .btn {
 	    transition: all 0.5s ease-in-out !important;
 }
.btn.theme-btn  {
    color: #103b61 !important;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    padding: 0px 25px;
    border-radius: 5px;
    font-size: 18px;
   
    font-weight: 500;
    height: 56px;
    line-height: 53px;
    background-color: #f0ac0e;
    background-image:linear-gradient(90deg, #ffffff 0%, #98cfff 100%);
    transition: all 0.5s ease-in-out !important;
}

.btn.theme-btn:hover {
  background-color: #3b3465;
  color:  #103b61;
      transition: all 0.5s ease-in-out !important;
  background-image:linear-gradient(180deg,  #ffffff 0%, #98cfff 100%);
   
}

.btn.theme-btn:focus {
  outline: none;
}

.btn.theme-btn-1 {
  color: #272a3a;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0px 55px;
  border-radius: 5px;
  font-size: 18px;
  background-color: #ffffff;
  font-weight: 500;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
  
}

.btn.theme-btn-1:hover {
  background-color: #f0a60e;
  color: #ffffff;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
}

.btn.theme-btn-1:focus {
  outline: none;
}

.btn.theme-btn-2 {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0px 55px;
  border-radius: 5px;
  font-size: 18px;
  background-color: #272a3a;
  font-weight: 500;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
}

.btn.theme-btn-2:hover {
  background-color: #0e90ff;
  color: #ffffff;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
}

.btn.theme-btn-2:focus {
  outline: none;
}

/*-- Btn Display None --*/
@media (max-width: 991px) {
  .btn-display-none {
    display: none !important;
  }
}

/*-- Preloader --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  z-index: 9999999;
  /*background-image: linear-gradient(90deg, #289bff 0%, #000169 100%);*/
  background: #fff;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block !important;
  opacity: 1 !important;
}

.lboox {
  position: relative;
  width: 104px;
  height: 132px;
}
.spinner {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 6px;
    -webkit-animation: dott 2s infinite linear;
    animation: dott 2s infinite linear;
    position: absolute;
}
 
.shadow {
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4) !important;
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4) !important;
}

.border {
  border: 1px solid #edeef5 !important;
}

.border-top {
  border-top: 1px solid #565972 !important;
}

.border-bottom {
  border-bottom: 1px solid #edeef5 !important;
}
   

@media print {
  #topnav,
  .footer {
    display: none !important;
  }
}

#scrollUp {
  width: 50px;
  height: 50px;
  color: #fff;
  right: 50px;
    bottom: 30px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  background-size: 300% 100%;
         background-color: #66cb59;
    /*background-image: linear-gradient(150deg, #8a51f3 0%, #4a00d3 100%);*/
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
  }
}

#scrollUp i {
  display: block;
  line-height: 50px;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 40px;
    font-size: 16px;
  }
}

#scrollUp:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
}

/*-- Background Iamge --*/
.bg-section {
  height: 100%;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

 
/*============================================

                 04 -- Menu

==============================================*/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding-top: 10px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  #topnav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#topnav .logo {
  float: left;
  color: #272a3a !important;
}

#topnav .logo .l-dark {
  display: none;
}

#topnav .logo .l-light {
  display: inline-block;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #0e90ff;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #0e90ff;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #272a3a;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 20px 24px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #000;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding: 3px 0;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #0e90ff;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #272a3a;
  font-size: 14px;
  background-color: transparent !important;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
   
  padding-left: 10px;
  padding-right: 10px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #0e90ff;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: #0e90ff !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #272a3a;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -5px;
  top: 34px;
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

#topnav.scroll .navigation-menu > li > a {
  color: #272a3a;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #272a3a;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #0e90ff;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #0e90ff;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #f6fafe;
  border-bottom:1px solid rgb(177 216 255 / 33%);
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991px) {
  #topnav.nav-sticky {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #000;
}

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #0e90ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
  border-color: #0e90ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #0e90ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #272a3a;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;    margin-top: -10px;
}

#topnav.nav-sticky .logo .l-light {
  display: none;    margin-top: -10px;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 170px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
            box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 7px solid #272a3a;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
            box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #0e90ff;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #272a3a !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #0e90ff;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu li a {
    padding: 10px 25px;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: #000;
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: green !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #272a3a !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #0e90ff !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #272a3a;
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #272a3a !important;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
     
     
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #fff;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #0e90ff;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #0e90ff;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
     
    background-color: #000;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}


.formctabox .forminput {
    width: 100%;
    display: inline-block;
    float: none;
    padding: 25px 15px;
}
.formctabox .formgroupbox input.form-control {
    height: 50px;
    padding-left: 150px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    background: rgb(246 250 254);
    border-radius: 12px;
}
.formctabox .formgroupbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}


.hero-1 {
   
    display: table;
    height:720px;
    background-color: #f6fafe !important;
    position: relative;
    width: 100%;
    padding: 0 65px;
    padding-top: 100px;
}
.hero-1.bgblue { background-color: #d7ebff !important;

}
.heromiddlebox {
  display: table-cell;
  vertical-align: middle;
}
.sldrimg {
  text-align: center;
}
.sldrimg img {
    width: auto;
    height: 590px;
 

}
.sldrtext {
    display: table-cell;
    height: 540px;
    vertical-align: middle;
    width: 100%;
    padding-left: 80px;
}
.sldrtext h1 {
      color: #2e3340;
      color: #66cb59;
    font-weight: 700;
    line-height: 1.3;
    font-size:28px;
}
.sldrtext h3 {
    color: #2e3340;
    font-weight: 400;
    font-size: 14px;
}
.formbox.leftform h3 {
  font-weight: 400;
    font-size: 16px;
    margin: 0 10px;
    line-height: 1.5;
    color: #505665;
    margin-bottom: 0px;
}
.sldrtext a.btn {
  background-color: #66cb59;
  color: #fff;
  padding: 13px 30px;
  border-radius: 6px;
  margin-top: 13px;
}
.sldrtext a.btn:hover {

}
.sldrtext .formctabox {
  margin: 0;
  max-width: 100%;
  padding-top: 25px;
  padding-bottom: 10px;
}
.sldrtext .formctabox .formgroupbox .btn-form {
    background-color: #66cb59;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    height: 50px;
    border: 0;
    border-radius: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    padding: 8px 0;
    text-decoration: none!important;
    letter-spacing: 1px;
    cursor: pointer;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.bottomsvg {

}
.headtitle  {
  text-align: center;       
  margin:40px 0;     
   
}
.headtitle h2  {
  color: #505665;
  font-size: 32px;
  font-weight: 600;
}
.stepsection {
  display: inline-block;
  width: 100%;
  padding:25px 0 60px;
}
.stepbox { text-align: center; 
padding: 25px 15px;-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
 }


.stepbox img {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.stepbox:hover {
      -webkit-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    -moz-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    box-shadow: 0 10px 20px 1px rgba(0,0,0,.1);
    border-radius: 17px;
    }
    .stepbox:hover img {
    width: 95%;
    margin-top: -60px;
    margin-bottom: 0px;
}
.stepbox h3 {
      font-weight: 500;
    font-size: 26px;
    color: #505665;-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.stepbox p {
    color: #9f9fb2;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 0px 15px;
}
.darkbg {
  background-color: #f5f7f7;
}
.imgtext {
  
  text-align: center;
  max-width: 830px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 60px;

}
.imgtext h2 {
    color: #505665;
    font-size: 32px;
    font-weight: 600;
}
.imgbox {
  margin-bottom: -10px;
}
.imgbox img {
    opacity: 1;
    
}
.formctabox {
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    padding: 55px 25px 6px 25px;
    max-width: 90%;
    margin: auto;
    border-radius:10px;
    margin-top:20px;
    margin-bottom: 40px;
}
.sldrtext.formboxs {
    display: table-cell;
    height: 540px;
    vertical-align: middle;
    width: 100%;
    padding-left: 80px;
}
.fullboxcta {
    background-color: #ececec;
    padding-bottom: 0px;
    padding-top: 80px;
    margin-top: -12px;
}
.formbox h3 {
    font-weight: 800;
    font-size: 32px;
    margin: 0 10px;
    line-height: 40px;
    color: #66cb59;    margin-bottom: 20px;
}.formbox h4 {
    font-weight: 800;
    font-size: 24px;
    margin: 11px 10px;
    line-height: 40px;
    color: #505665;
    margin-bottom: 15px;
}
.formbox span.yellow {
    color: #ffc23f;
}
.formgroupbox input.form-control {
    height: 60px;
    padding-left: 150px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    background: rgb(246 250 254);
    border-radius: 12px;
}
.forminput {
    width: 100%;
    display: inline-block;
    float: none;
    padding: 25px 35px;
}
.box .forminput {
    width: 100%;
    display: inline-block;
    float: none;
    padding: 25px 0px;
}
.formgroupbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}
.box .formgroupbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.formgroupbox label {
    text-align: left;
    position: absolute;
    left: 24px;
    top:15px;
    width: 110px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 14px;
    z-index: 99999;
}
.box .formgroupbox label {
    text-align: left;
    position: absolute;
    left: 24px;
    top: 15px;
    width: 90px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 14px;
    z-index: 99999;
    color: #505665;
}
.ctabox {
    text-align: center;
    background-color: white;
    -webkit-box-shadow:0 10px 20px 1px rgb(0 0 0 / 4%);
    -moz-box-shadow:0 10px 20px 1px rgb(0 0 0 / 4%);
    box-shadow:0 10px 20px 1px rgb(0 0 0 / 4%);
    padding: 65px;
    max-width:100%;
    margin: auto;
    border-radius: 10px;
}
.formgroupbox .btn-form {
    background-color: #f26236;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 44px;
    height: 60px;
    border: 0;
    border-radius: 0;
    margin-top: 0px;
    margin-bottom:0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    padding: 8px 0;
    text-decoration: none!important;
    letter-spacing: 1px;
    cursor: pointer;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
 
.ctabox h2 {
    font-weight: 500;
    font-size:30px;
    color: #505665;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ctabox p {
    color: #9f9fb2;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 0px 15px;
}
.ctabox a.btn {
    background-color:#f26236;
    color: #fff;
    padding: 13px 80px;
    border-radius: 6px;
    margin-top: 13px;
    margin-bottom: 0px;
}
.ctabox a.btn:hover {
  background-color:#465b65;
}
/**/
/*============================================

                 fullpagesec

==============================================*/

.fullpagesec {
  width: 100%;
  display:inline-block;
  height: auto;
  max-height: 99vh;
  position: relative;
}
.leftpanel {
  position: fixed;
  height: 100vh;
  display: table;
  width: 30%;
  background-color: #f6fafe;
  top: 0;
  bottom: 0;
}
.rightpanel {
width: 100%;
height: auto;
padding-left:30%;
background-color: #fff;min-height: 100vh;
display: table;

}
.box .form-check-input {
    float: left;
}
.box p.formfooter {
    padding-left: 30px;
    text-align: left;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.6px;
}


.box {
    width: 100%;
    vertical-align: middle;
    padding: 25px 80px;
    display: table-cell;
    text-align: center;
}
 
.formboxa {
  width: 100%;
  display: inline-block;
  max-width: 768px;
  text-align: left;
  height: auto;

} 
.box input.form-control {
    height: 50px;
    padding-left: 120px;
    font-size: 14px;
    border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
    border-radius: 12px;
}
.box select.form-control {
    height: 50px;
    padding-left: 120px;
    font-size: 14px;
       border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
    border-radius: 12px;
}
  
.box .formbox h3 {
    
    font-size: 36px;
    margin: 30px 0px 10px;
    line-height: 40px;    
    font-weight:600;
    
}
.box .formbox h4 {
    
    margin: 11px 0px;
    line-height: 40px;
    margin-bottom: 5px;
    color: #9f9fb2;
    font-weight: 400;
    font-size: 22px;
}
.logoleft {
    width: 143px;
    height: 55px;
    float: none;
    display: inline-block;
    border-bottom: 6px solid #000;
    margin-bottom: 50px;
} 
h2.headboxtitle {
    color: #505665;
    font-weight: 500;
} 
.leftimgbox {
      width: 100%;
      max-width: 560px;
}
p.headboxdescri{
        color: #9f9fb2;
    font-weight:400;
} 
.box .formbg label {
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    left: 3px;
    top: 0px;
    width: 100%;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 16px;
    z-index: 99;
    margin-bottom: 12px;
}
.box .formbg select.form-control {
    height: 50px;
    padding-left: 150px;
    font-size: 14px;
        border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
    border-radius: 12px;
    width: 100%;
    padding-left: 15px;
    float: right;
     
}.formgroupbox.qna {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 36px;
    display: inline-block;
}
.box .formbox.offertime h3 {
    font-weight: 800;
    font-size: 26px;
    margin: 30px 10px 8px 10px;
    line-height: 40px;
    color: #67cb5a;
    text-align: center;
}
.box .formbox.offertime h4 {
  font-weight: 400;
    font-size: 15px;
    margin: 0px 80px;
    line-height: 24px;
    color: #3c3c3c;
    margin-bottom: 0px;
    text-align: center;
}
.box .yesnobox {
text-align: center;
}
.box .yesnobox p {
    font-size: 14px;
    line-height: 24px;
}
.twobtn {
    width: 100%;
    text-align: center;
}

.twobtn .twbtnno, .twobtn .twbtnyes {
    display: inline-block;
    float: none;
    width: 150px;
    margin: 8px;
}
.box .offertime .twobtn .twbtnno {
    background-color:#465b65;
}
.box .offertime .twobtn .twbtnyes {
    background-color:#fe6130;
}
.box p.smallp {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.6px;    color: #9f9fb2;
}
.offertime {
       -webkit-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    -moz-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    box-shadow: 0 29px 80px 0 rgba(0,0,0,.1);
    padding: 10px 35px 0px 35px;
    border-radius: 10px;
}
.rightpanel.offerboxd {
  width: 100%;
    height: auto;
    padding-left: 30%;
    background-color: #fff;
    min-height: 100vh;
    display: inline-block;
}
.offerbox {
      width: 100%;
    vertical-align: middle;
    padding: 25px 80px;
    display: inline-block;
    text-align: center;
}
.fullwidthbox {
  width: 100%;
  display: inline-block;
}
.col-part-3 {
  width: 33.3333333333%;
  float: left;
  display: inline-block;
  padding: 20px;
}
.offerboxgol {
    float: right;
    background: #fff;
    width: 100%;
    padding: 20px 15px 10px;
    text-align: center;
    height: auto;
    margin-top: 36px;
    -webkit-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    -moz-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    box-shadow: 0 19px 20px 0 rgba(0,0,0,.1);
    min-height: 446px;
    border-radius: 6px;
}
.offerboxgol .offerimg img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
}
.offertitle {
    margin: 0px;
    line-height: 40px;
    color: #4a00d3;
    height: 5em;
    display: flex;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.offerdescription p {
    font-weight: 400;
    font-size: 14px;
    margin: 0px 10px 30px 10px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 0;
    min-height: 10em;
}
.offerbutton .btn {
    background-color: #ef490f;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    height: 50px;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    padding: 6px 0;
    text-decoration: none!important;
    letter-spacing: 1px;
    cursor: pointer;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}
@media (max-width: 1920px) { .leftpanel {width: 640px;} .rightpanel {padding-left:640px;} /**/}/*1920*/
@media (max-width: 1560px) { .leftpanel {width: 540px;} .rightpanel {padding-left:540px;} 
.leftpanel .box {
    width: 100%;
    vertical-align: middle;
    padding: 25px 50px;
    display: table-cell;
    text-align: center;
}
.leftpanel .box h2.headboxtitle {
    color: #505665;
    font-weight: 500;
    font-size: 20px;
}
.leftimgbox {
    width: 100%;
    max-width: 450px;
}
p.headboxdescri {
    color: #9f9fb2;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}
.formgroupbox.qna {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 28px;
    display: inline-block;
}
.box .formbox h3 {
    font-size: 20px;
    margin: 40px 0px 20px 0px;
    line-height: 30px;
    font-weight: 600;
}
.box .formbox.offertime h3 {
    font-weight: 800;
    font-size: 22px;
    margin: 30px 10px 8px 10px;
    line-height: 30px;
    color: #67cb5a;
    text-align: center;
}
/**/}/*1560*/
@media (max-width: 1280px) { .leftpanel {width: 440px;} .rightpanel {padding-left:440px;} /**/}/*1280*/
@media (max-width: 992px) { .leftpanel {width: 0px;display: none;} .rightpanel {padding-left:0px;} /**/}/*991*/


/*============================================

                 30 -- Footer

==============================================*/
.footer {
   padding: 0px 0 0;
    display: inline-block;
    width: 100%;
    background-color: #ececec;
}

.footer .logo-light {
  display: block;
}

.footer .logo-dark {
  display: none;
}

.footer .footer-desc,
.footer .footer-alt {
     color: #465b65;
}

.footer .text-left {
  text-align: left;
}

.footer .text-right {
  float: right;
}

.footer .footer-list-title {
  color:#3c3566;
}

.footer .footer-icons {
  color: #bdc1d7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-icons .list-inline-item:not(:last-child) {
    margin-right: 6px;
    margin-bottom: 0px;
}


.footer .footer-icons a {
  width: 45px;
    height: 45px;
    line-height: 42px;
     
    border-radius: 50%;
    display: block;
    color: #f7f7f7;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    background: #2898f9;
}

.footer .footer-icons a:hover {
  color: #ffffff;
  background-color: #272a3a;
  
  
}

.footer .company-sub-menu li {
  padding: 8px 0;
  font-size: 14px;
}

.footer .company-sub-menu li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 color: #565972;
}

.footer .company-sub-menu li a:hover {
    color: #ef490f !important;
}

.footer-area {
  padding-top: 150px;
  padding-bottom: 30px;
}

.footer-area p {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 40px;
  color: #bdc1d7;
}

.footer-area .foot-divider {
  width: 100%;
  height: 1px;
  background-color: #565972;
}

.footer-area .social-link {
  list-style-type: none;
  margin-top: 50px;
  margin-bottom: 25px;
  padding-left: 0;
}

.footer-area .social-link li {
  display: inline-block;
  margin: 0 10px;
}

.footer-area .social-link li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #bdc1d7;
  border-radius: 50%;
  display: block;
  color: #bdc1d7;
  font-size: 18px;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-area .social-link li a:hover, .footer-area .social-link li a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #0e90ff;
  border-color: #0e90ff;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(26, 94, 221, 0.4);
}

.footer-area p.copyright-text {
  font-size: 16px;
  margin-top: 10px;
  color: #dcdeed;
}
 .marketerform {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 15px;
}

/*

        Offerwall page

*/
.offerbox {
    float: right;
    background: #fff;
    width: 100%;
    padding: 20px 15px 10px;
    text-align: center;
    height: auto;
    margin-top: 36px;
    min-height: 446px;
    border-radius: 6px;
    border: 1px solid #e4d6d6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.offerbox:hover {
     border: 1px solid #fff;
    -webkit-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    -moz-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
     
}
.offerbox .offerimg img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}
.offertitle {
    margin: 0px;
    line-height: 40px;
    color: #66cb59;
    height: 4.5em;
    display: flex;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0 25px;
}
.offertitle h3 {
       font-weight: 700;
    font-size: 22px;
    margin: auto;
    line-height: 36px;
    color: #505665;
}
.offerdescription p {
    font-weight: 400;
    font-size: 14px;
    margin: 0px 10px 30px 10px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 0;
    min-height: 10em;
}
.offerbutton .btn {
    background-color:#66cb59;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    height: 50px;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    padding: 6px 0;
    text-decoration: none!important;
    letter-spacing: 1px;
    cursor: pointer;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}
.pad25 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 15px;
}
.offerbutton .btn:hover {
  background-color: #465b65;
} 
.contantbox {
  width:100%;
  display: inline-block;
  background-color: #ffffff;
      float: left;
    background: #fff;
    width: 100%;
    padding: 80px;
    text-align: left;
    height: auto;
    margin-top: 36px;
    -webkit-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    -moz-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    box-shadow: 0 19px 20px 0 rgba(0,0,0,.1);
     
    border-radius: 6px;
 }
 .errorpage {
    text-align: center;
}

 .contantbox-new {
  width:100%;
  display: inline-block;
  background-color: #ffffff;
      float: left;
    background: #fff;
    width: 100%;
    padding: 80px;
    text-align: left;
    height: auto;
    margin-top: 36px;
 }
 .inntextbox {
font-size: 14px;
 }

.biz-reg-form {
  width:100%;
  display:block;
  margin: auto;
  max-width:456px;  }
  
  .biz-reg-form .btn {
    background-color: #ef490f;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    height: 50px;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    padding: 6px 0;
    text-decoration: none!important;
    letter-spacing: 1px;
    cursor: pointer;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}
 @media (max-width: 768px) {

.contantbox {
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    float: left;
    background: #fff;
    width: 100%;
    padding: 80px 25px;
    text-align: left;
    height: auto;
    margin-top: 36px;
    -webkit-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    -moz-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    box-shadow: 0 19px 20px 0 rgba(0,0,0,.1);
    border-radius: 6px;
}
}
/*****
  
  404 Page Design start
  
******/

.errorpage {
 
}
.errorpage h1 {
    font-size: 200px;
    color: #505665;
    margin-top: 6vh;
    line-height: 210px;
    font-weight: 800;
    letter-spacing: 22px;
}
.errorpage h4 {
        font-size: 26px;
    color: #505665;
    margin-top: 2vh;
    font-weight: 400;
    text-transform: uppercase;

}
.errorpage h3 {
     font-size: 29px;
    color: #fff;
    font-weight: 400;
    max-width: 650px;
    margin: auto;
}
.errorpage a {
        background-color: #66cb59;
    color: #fff;
    text-transform: uppercase;
    
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    height: 60px;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 315px;
    display: block;
    text-align: center;
    float: none;
    padding: 13px 0;
    text-decoration: none!important;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 40px;
}
 @media (max-width:1280px) {
.errorpage h1 {
    font-size:150px;
    line-height: 190px;
    margin-top:0vh;
     
} 
.contantbox-new {
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    float: left;
    background: #fff;
    width: 100%;
    padding: 40px 80px 0px;
    text-align: left;
    height: auto;
    margin-top: 0px;
}
}

.showinmob {
  display: none;
}
.deskview {
display: inline-block;
}
.viewinmob {
  display: none;
}
@media (max-width: 1560px) {
.offertitle {
    margin: 0px;
    line-height: 40px;
    color: #66cb59;
    height: auto;
    display: flex;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0 25px;
}
.offerdescription p {
    font-weight: 400;
    font-size: 14px;
    margin: 0px 10px 30px 10px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 15px;
    min-height: 10em;
}
  .headtitle {
    text-align: center;
    margin: 0px 0;
}
.headtitle.mt-60  {
margin-top: 2px !important;
  }
}
@media (max-width: 1280px) {
  .offertitle {
    margin: 0px;
    line-height: 40px;
    color: #66cb59;
    height: auto;
    display: flex;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0 25px;
}
.offerdescription p {
    font-weight: 400;
    font-size: 14px;
    margin: 0px 10px 30px 10px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 15px;
    min-height: 10em;
}
  .headtitle {
    text-align: center;
    margin: 0px 0;
}
.headtitle.mt-60  {
margin-top: 2px !important;
  }
.sldrtext {
    display: table-cell;
    height: 540px;
    vertical-align: middle;
    width: 100%;
    padding-left: 0px;
}
.sldrtext.formboxs {
    display: table-cell;
    height: 540px;
    vertical-align: middle;
    width: 100%;
    padding-left: 00px;
}
.forminput {
    width: 100%;
    display: inline-block;
    float: none;
    padding: 25px 0px 0px;
}
.formctabox {
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    padding: 25px 25px 6px 25px;
    max-width: 90%;
    margin: auto;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.formbox h3 {
    font-weight: 800;
    font-size: 32px;
    margin: 0 10px;
    line-height: 40px;
    color: #66cb59;
    margin-bottom: 0px;
}
.formfooter  {
 font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}
}
.formfooter  {
 font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}
 .box header {
    display: none;
  }
  .contantbox-new .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 50px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
    border-radius: 12px;
}
 @media (max-width: 991px) {
  .hidemob {
    display: none;
  }
  .mobmt-40 {
    margin-top: 80px;
  }
  .contantbox-new {
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    float: left;
    background: #fff;
    width: 100%;
    padding: 12px 30px 0px;
    text-align: left;
    height: auto;
    margin-top: 0px;
}
  .formgroupbox .btn-form {
    
    font-size: 14px;
     
}
.headtitle {
    text-align: center;
    margin: 0px 0;
}
.headtitle.mt-60  {
margin-top: 0px !important;
  }
  .headtitle h2 {
    color: #505665;
    font-size: 26px;
    font-weight: 600;
}
.headtitle.mobview h2 {
    color: #505665;
    font-size: 26px;
    font-weight: 600;
    padding: 40px 0;
    text-align: center;
}
  .box .formbox h4 {
    margin: 0px 0px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #9f9fb2;
    font-weight: 400;
    font-size: 14px;
    margin-top: -20px;
}
 
  .box header {
    display: block;
  }
  .box .formbox h3 br {
    display: none;
  }
  .box .formbox.offertime h3 {
    font-weight: 800;
    font-size: 16px;
    margin: 30px 10px 8px 10px;
    line-height: 30px;
    color: #67cb5a;
    text-align: center;
    line-height: 20px;
}
.box .forminput {
    width: 100%;
    display: inline-block;
    float: none;
    padding: 0px 0px;
}
  .offertime {
    -webkit-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    -moz-box-shadow: 0 0 70px 8px rgba(0,0,0,.32);
    box-shadow: 0 29px 80px 0 rgba(0,0,0,.1);
    padding: 10px 15px 0px 15px;
    border-radius: 10px;
}
  .box .yesnobox p {
    font-size: 12px;
    line-height: 24px;
}
.twobtn .twbtnno, .twobtn .twbtnyes {
    display: inline-block;
    float: none;
    width: 120px;
    margin: 8px;
}
.inntextbox p {
      line-height: 24px;
    letter-spacing: 0px;
}
    .box .formbox.offertime h4 {
    font-weight: 400;
    font-size: 14px;
    margin: 0px 0px;
    line-height: 18px;
    color: #3c3c3c;
    margin-bottom: 0px;
    text-align: center;
    }
  .box {
    width: 100%;
    vertical-align: middle;
    padding: 45px 15px;
    display: table-cell;
    text-align: center;
}
  .formctabox {
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    padding: 25px 15px 6px 15px;
    max-width: 100%;
    margin: auto;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.formgroupbox label {
    text-align: left;
    position: absolute;
    left: 24px;
    top: 21px;
    width: 80px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 14px;
    z-index: 99999;
}
.hero-1.bgblue {
    display: table;
    height: auto;
    background-color: #f6fafe !important;
    position: relative;
    width: 100%;
    padding: 80px 15px;
    padding-top: 80px;
}
.formbox h3 {
    font-weight: 800;
    font-size: 30px;
    margin: 0 10px;
    line-height: 40px;
    color: #66cb59;
    margin-bottom: 0px;
}
.formgroupbox input.form-control {
    
    padding-left: 110px;
    font-size: 14px;
    
    border-radius: 0;
    box-shadow: none;
     
    border-radius: 12px;
}

  .hero-1 {
    display: table;
    height: 500px;
    background-color: #f6fafe !important;
    position: relative;
    width: 100%;
    padding: 0 65px;
    padding-top: 0px;
}
.sldrtext h1 {
    color: #2e3340;
    font-weight: 500;
    font-size: 26px;
}
.sldrtext h1 br {
  display: none;
}
.sldrtext h3 {
    color: #76767d;
    font-weight: 400;
    font-size: 14px;
}
  .sldrimg img {
    width: 100%;
    height: auto;

}.sldrtext {
    display: table-cell;
    height: 350px;
    vertical-align: middle;
    width: 100%;
    padding-left: 0px;
}
  .sldrtext.formboxs {
    display: table-cell;
    height: auto;
    vertical-align: middle;
    width: 100%;
    padding-left: 0px;
}  
  .sldrtext.formboxs {
    display: block;
    height: auto;
    vertical-align: middle;
    width: 100%;
    padding-left: 0px;
    margin: auto;
}

  .deskview {
  display: none;
  }
.viewinmob {
display: inline-block;
}
.fullboxcta {
    background-color: #ececec;
    padding-bottom: 0px;
    padding-top: 80px;
    margin-top: -12px;
    padding-left: 25px;
    padding-right: 25px;
}
.ctabox {
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    box-shadow: 0 10px 20px 1px rgb(0 0 0 / 4%);
    padding: 25px;
    max-width: 100%;
    margin: auto;
    border-radius: 10px;
}
.ctabox h2 {
    font-weight: 500;
    font-size: 20px;
    color: #505665;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ctabox p {
    color: #9f9fb2;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 16px;
    padding: 0px 15px;
}
#scrollUp {
     
    right: 10px;
    bottom: 10px;}
.imgtext {
    text-align: center;
    max-width: 830px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 60px;
    padding: 30px;
    padding-bottom: 0px;
}
  .hero-1 {
    display: table;
    height: auto;
    background-color: #f6fafe !important;
    position: relative;
    width: 100%;
    padding: 80px 25px ;
    padding-top: 80px;
}
  .sldrimg img {
    width: 90%;
    height: auto;
}
  .sldrimg.showinmob {
  display: inline-block;
}
.sldrimg {
  display: none;
}
  .fullboxw {
        width: 100% !important;
    max-width: 100% !important;
    display: inline-block !important;

  }
  .sldrtext {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 100%;
    padding-left: 0px;
        text-align: center;
}
.sldrtext br {
  display: none;
}
.bottomsvg {
    width: 100%;
    display:none;
}
.bottomsvg svg {
  width: 100%;
}
.errorpage h1 {
    font-size: 90px;
    color: #fff;
    margin-top: 1vh;
    line-height: 100px;
    font-weight: 800;
    letter-spacing: 22px;
}.errorpage h4 {
    font-size: 25px;
    color: #fff;
    margin-top: 1vh;
    font-weight: 400;
    text-transform: uppercase;
}
}
.border-top p {

font-size:14px; 
}
.footer-alt {
 font-size:14px;
   
 }
 @media (max-width: 991px) { 
 .footer-alt {
  width: 100%;
  text-align: center;
 }
.border-top p {
 text-align: center;
font-size:14px; 
}
.mobcetr {
  text-align: center;
}


 }