/* --------------------------------------------------------------------------

                            import

---------------------------------------------------------------------------*/

@import url('bootstrap.min.css');
@import url('../aos/aos.css');
/*@import url('fontawesome.css');*/
@import url('custom-animation.css');
@import url('framework.css');
@import url('swiper-bundle.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/*@import url('slick.css');
@import url('slick-theme.css');*/
/*@import url('font-awesome.min.css');*/
/* --------------------------------------------------------------------------

                            body

---------------------------------------------------------------------------*/
input[type="radio"] {
    accent-color: var(--color-primary);
    height: 14px;
    width: 14px;
}


input[type="checkbox"] {
    accent-color: var(--color-primary);
    height: 14px;
    width: 14px;
}



.top-hd h2{
  text-align: center;
  font-size: 26px;
  color: var(--color-secondary-light);
  margin-bottom: 20px;
}


.border-black{
  border: 1px solid var(--color-info-dark) !important;
}

/*.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da !important;
    border-radius: 0px !important;
}
*/
.form-control:focus{
  border-radius: 5px !important;
  border: 2px solid var(--color-secondary) !important;
}


.h-100{
  height: 100% !important;
}

.alig-items-stretch{
  align-items: stretch !important;
}


 .btn-primary {
  font-size: 16px;
  color: var(--color-white) !important;
  background: var(--color-primary) !important;
  padding: 8px 23px;
  border-radius: 5px;
  transition: 0.3s;
  font-family: var(--font-primary);
  border-color: var(--color-primary) !important;
}

 .btn-primary:hover,
 .btn-primary:focus:hover, .btn-primary:focus {
  color: var(--color-white) !important;
  background: rgba(var(--color-primary-rgb), 0.85) !important;
  border-color: var(--color-primary) !important;
}

.btn-only-outline-primary{
  font-size: 16px;
  color: var(--color-primary) !important;
  background: none;
  padding: 8px 23px;
  border-radius: 5px;
  transition: 0.3s;
  font-family: var(--font-primary) !important;
  border-color: var(--color-primary) !important;
}

.btn-only-outline-primary:hover, .btn-only-outline-primary:focus:hover, .btn-only-outline-primary:focus{
  font-size: 16px;
  color: var(--color-primary) !important;
  background: none;
  padding: 8px 23px;
  border-radius: 5px;
  transition: 0.3s;
  font-family: var(--font-primary);
  border-color: var(--color-primary) !important;
}

.btn-outline-primary {
 font-size: 16px;
 color: var(--color-primary) !important;
 background: none;
 padding: 8px 23px;
 border-radius: 5px;
 transition: 0.3s;
 font-family: var(--font-primary) !important;
 border-color: var(--color-primary) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus:hover,
.btn-outline-primary:focus {
 color: var(--color-white) !important;
 background: rgba(var(--color-primary-rgb)) !important;
 border-color: var(--color-primary) !important;
}


.btn-outline-white {
 font-size: 16px;
 color: var(--color-white) !important;
 background: none;
 padding: 8px 23px;
 border-radius: 5px;
 transition: 0.3s;
 font-family: var(--font-primary) !important;
 border-color: var(--color-white) !important;
}

.btn-outline-white:hover,
.btn-outline-white:focus:hover,
.btn-outline-white:focus {
 color: var(--color-primary) !important;
 background: rgba(var(--color-white-rgb)) !important;
 border-color: var(--color-white) !important;
}


.btn-white {
 font-size: 16px;
 color: var(--color-secondary-dark);
 background: var(--color-white);
 padding: 8px 23px;
 border-radius: 0px;
 transition: 0.3s;
 font-family: var(--font-primary);
 border-color: var(--color-white);
}

.btn-white:hover,
.btn-white:focus:hover, .btn-white:focus {
 color: var(--color-secondary-dark);
 background: rgba(var(--color-white-rgb), 0.85);
 border-color: var(--color-white);
}

.btn-primary-two{
  font-size: 16px;
 color: var(--color-white);
 background: var(--color-secondary);
 padding: 8px 23px;
 border-radius: 0px !important;
 transition: 0.3s;
 font-family: var(--font-primary);
 border-color: 0;
}

.gap-y-25{
  gap: 25px 0px !important;
}

.padding-15{
  padding: 15px 0px;
}


ul{
  margin: 0px !important;
  padding: 0px !important;
  list-style: none !important;
}

/*---------------------------------------------------
                custom tabing
---------------------------------------------------*/



.custom-tabings{
  width: 100%;
  display: flex;
  justify-content: center;
}
.custom-tabings .customtab{
width: fit-content;
display: flex;
}
.custom-tabings .customtab .tablinks{
padding:13px 25px;
color: var(--color-primary);
border: 1px solid;
border-color: var(--color-primary);
font-size: 15px;
}
.custom-tabings .customtab .tablinks:first-child{
  border-radius: 10px 0px 0 10px;
}
.custom-tabings .customtab .tablinks:last-child{
  border-radius: 0 10px 10px 0;
}
.custom-tabings .customtab .tablinks.active{
  background-color: var(--color-primary);
  color: var(--color-white);
}
.customtabcontent {
  display: none;
}

.customtabcontent.active{
  display: block;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
main section {
  margin: 40px 0 40px 0;
  overflow: hidden;
}

.header-content{
  margin-top: 55px;
  margin-bottom: 30px;
}

.whithoutheadercontent{
  margin-top: 85px;
}

.main-headings{
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-secondary-dark);
}

.section-header h5 {
  color: var(--color-info-dark);
}

.section-header p {
  margin: 0 auto;
  color: var(--color-info-dark);
  font-size: 18px;
}



@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }

  .section-header p.w-100 {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--color-primary);
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: var(--color-white);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/* --------------------------------------------------------------------------

                              Body Common

---------------------------------------------------------------------------*/

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: var(--color-secondary-light);
  height: 40px;
  font-size: 15px;
  transition: all 0.5s;
  color: var(--color-white);
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: var(--color-secondary-dark);
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: var(--color-secondary-dark);
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: var(--color-primary);
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(var(--color-primary-rgb), 0.5);
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 40px;
}

#header.fixed-top {
/*  height: 70px;*/
  top: 0px;
  background: rgba(var(--color-secondary-rgb), 1);

}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: var(--color-primary);
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  /* padding: 20px 20px 20px 20px; */
}

.navbar>ul>li>a{
  padding: 15px 15px 15px 15px;
}

.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	color: var(--color-white);
	white-space: nowrap;
	transition: 0.3s;
	position: relative;
	text-transform: uppercase;
	font-family: var(--font-primary);
}

.navbar a span{
  font-size: 16px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}





.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--color-white);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-white);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-top: 2px solid;
    transition: 0.3s;
    border-top-color: var(--color-primary);
    border-radius: 0px;
}

.navbar .dropdown.right-sider ul{
  right: 0px;
  left: auto;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown>a::after{
content: "\F229";
display: inline-block;
font-family: bootstrap-icons !important;
margin-left: 5px;
position: relative;
top: 1px;
font-size: 11px;
}
@media(min-width:992px){
.navbar .dropdown .dropdown>a::after{
  content: "\F231";
  display: inline-block;
  font-family: bootstrap-icons !important;
  margin-left: 5px;
  position: relative;
  top: 1px;
  font-size: 11px;
}
}

.navbar .dropdown.megamenu{
  position: static;
}

.navbar .dropdown.megamenu>ul{
  width: 100%;
  overflow: auto;
  align-items: start;
}

.navbar .megamenu>ul>li {
	flex: 1;
}


@media (min-width: 1280px){
.navbar .megamenu>ul>li .megamenu_heading {
color: var(--color-primary);
background: none;
padding: 10px 20px;
  padding-bottom: 10px;
font-size: 19px;
text-transform: none;
font-weight: 400;
padding-bottom: 0px;
}
.navbar .megamenu>ul>li:hover .megamenu_heading{
color: var(--color-primary);
}
.navbar .megamenu>ul>li>a, .navbar .megamenu>ul>li:hover>a {
  background: none !important;
  width: 90%;
}
.navbar .megamenu>ul>li>a:hover{
background-color: var(--color-primary) !important;
color: var(--color-white) !important;
}
}

@media (max-width: 1280px){
.navbar .megamenu>ul>li .megamenu_heading {
color: var(--color-white);
background: none;
padding: 10px 20px;
  padding-bottom: 10px;
font-size: 19px;
text-transform: none;
font-weight: 400;
padding-bottom: 0px;
text-decoration: underline;
}
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
  border-bottom: 1px solid #e4e4e4;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-primary);
  text-transform: capitalize;
  color: var(--color-secondary-dark);
}

.navbar .dropdown ul a span{
  font-size: 14px;
}


.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
}



.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 53px;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (min-width: 1200px) {
  .navbar>ul>li.get-started{
    margin: 0;
    margin-left: 28px;
    padding: 0px 20px;
    background: var(--color-primary);
    border-radius: 0px;
    color: var(--color-white) !important;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
  }

/*  .navbar>ul>li.get-started:hover{
    background: rgba(var(--color-primary-rgb), 0.9)
  }*/

  .navbar>ul>li.get-started>a{
  color: var(--color-white) !important;
  }

  .navbar>ul>li.get-started>a:before{
    content: none;
    display: none;
  }
  .navbar .dropdown.megamenu>ul{
    position: absolute;
     top: 53px !important;
    left: 0 !important;
  }
  #header.fixed-top .navbar .dropdown.megamenu>ul{
    position: absolute;
    /* top: 150px !important; */
    left: 0 !important;
  }
  .navbar .dropdown.megamenu>ul li a.megamenu-ancor{
    justify-content: start;
  }

}
  .navbar .dropdown.megamenu>ul.row li:hover a{
    color: var(--color-secondary-dark) !important;
  }
.navbar .dropdown.megamenu>ul.row li a{
    color: var(--color-secondary-dark) !important;
  }

  .navbar .dropdown.megamenu>ul.row li a:hover{
    color: var(--color-white) !important;
  }

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: 90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: 100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: var(--color-white);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: relative;
text-align: end;
right: 0;
width: 100%;
}
#header.fixed-top .mobile-nav-toggle{
  width: unset;
}

.mobile-nav-toggle.bi-x {
  color: var(--color-white);
}

@media (min-width: 992px){
  .navbar>ul.mainmenu{
  width: 100%;
  justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .navbar{
    padding-top: 5px;
    padding-bottom: 5px;

  }
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(9, 9, 9, 0.51);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: var(--color-secondary);
  overflow-y: auto;
  transition: 0.3s;
  max-height: 400px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  /* padding: 10px 20px; */
  font-size: 15px;
  color: var(--color-white);
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--color-primary);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 0px;
  /* padding: 10px 0; */
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--color-secondary);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--color-primary);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}






/***************************** Home SlIDER ****************************/

#home{
  background:url(../images/homebg.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}
#home{
  padding: 200px 0px 100px 0px;
}
#home .slider-content h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: center;
}
#home .slider-content p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 40px;
    text-align: center;
    color: var(--color-white);
}
.swiper-navigation{
  display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 5;
}
.swiper-navigation .navigation-arrow{
background: rgba(0, 0, 0, .7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}








/***************************** Home-two ****************************/


#home-two{
  background:url(../images/hometwobg.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}
#home-two{
  padding: 150px 0px 50px 0px;
}
#home-two h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: center;
}
#home-two p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 40px;
    text-align: center;
    color: var(--color-white);
}


/***************************** Home-three ****************************/

#home-three{
  background:url(../images/homethreebg.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}
#home-three{
  padding: 150px 0px 50px 0px;
}
#home-three h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: center;
}
#home-three p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 40px;
    text-align: center;
    color: var(--color-white);
}


/***************************** Home-fore ****************************/

#home-fore{
  background:url(../images/homeforebg.jpg);
  background-color: rgba(var(--color-secondary-rgb), 0.6);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}

#home-fore{
  position: relative;
}

#home-fore:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#home-fore{
  padding: 150px 0px 50px 0px;
}
#home-fore h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: center;
}
#home-fore p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 40px;
    text-align: center;
    color: var(--color-white);
}


/***************************** Home-fore ****************************/

#home-five{
  background:url(../images/homefivebg.jpg);
  background-color: rgba(var(--color-secondary-rgb), 0.6);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}

#home-five h2{
  text-align: start !important;
}

#home-five{
  position: relative;
}

#home-five:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#home-five{
  padding: 130px 0px 50px 0px;
}
#home-five h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: start;
}
#home-five p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    text-align: start;
    color: var(--color-white);
}


#home-five ul li{
  color: var(--color-white);
}

/***************************** Home-six ****************************/

#home-six{
  background:url(../images/homesixbg.jpg) !important;
  background-color: rgba(var(--color-secondary-rgb), 0.6);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}

#home-six h2{
  text-align: start !important;
}

#home-six{
  position: relative;
}

#home-six:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#home-six{
  padding: 130px 0px 50px 0px;
}
#home-six h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: start;
}
#home-six p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    text-align: start;
    color: var(--color-white);
}


#home-six ul li{
  color: var(--color-white);
}

/***************************** Home-seven ****************************/

#home-seven{
  background:url(../images/homesevenbg.jpg);
  background-color: rgba(var(--color-secondary-rgb), 0.6);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}

#home-seven{
  position: relative;
}

#home-seven:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#home-seven{
  padding: 130px 0px 50px 0px;
}
#home-seven h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: center;
}
#home-seven p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 40px;
    text-align: center;
    color: var(--color-white);
}



/***************************** Home-eight ****************************/

#home-eight{
  background:url(../images/homeeightbg.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}

#home-eight{
  position: relative;
}

#home-eight:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#home-eight{
  padding: 130px 0px 50px 0px;
}
#home-eight h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: center;
}
#home-eight p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 40px;
    text-align: center;
    color: var(--color-white);
}





/***************************** Home-nine ****************************/

#home-nine{
  background:url(../images/homeninebg.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}

#home-nine{
  position: relative;
}

#home-nine:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#home-nine{
  padding: 130px 0px 50px 0px;
}
#home-nine h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: start;
}
#home-nine p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    text-align: start;
    color: var(--color-white);
}

#home-nine ul li{
  color: var(--color-white);
}





/***************************** Home-ten ****************************/

#home-ten{
  background:url(../images/hometenbg.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}

#home-ten{
  position: relative;
}

#home-ten:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#home-ten{
  padding: 130px 0px 50px 0px;
}
#home-ten h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: center;
}
#home-ten p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
    color: var(--color-white);
}



/***************************** Home-eleven ****************************/

#home-eleven{
  background:url(../images/homeelevenbg.png);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}

#home-eleven{
  position: relative;
}

#home-eleven:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#home-eleven{
  padding: 130px 0px 50px 0px;
}
#home-eleven h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: start;
}
#home-eleven p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    text-align: start;
    color: var(--color-white);
}


/***************************** Home-twelve ****************************/

#home-twelve{
  background:url(../images/hometwelvebg.png);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}

#home-twelve{
  position: relative;
}

#home-twelve:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#home-twelve{
  padding: 130px 0px 50px 0px;
}
#home-twelve h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: center;
}
#home-twelve p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
    color: var(--color-white);
}




/***************************** Home-thirteen ****************************/

#home-thirteen{
  background:url(../images/homethirteenbg.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
}

#home-thirteen{
  position: relative;
}

#home-thirteen:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#home-thirteen{
  padding: 130px 0px 50px 0px;
}
#home-thirteen h2{
  font-size: 60px;
  color: var(--color-white);
  text-align: center;
}
#home-thirteen p{
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
    color: var(--color-white);
}


/***************************** banner ****************************/


.banner14{
  background:url(../images/banner14.jpeg) !important;
  background-size:cover;
  background-attachment: fixed !important;
  background-position: center;
}


.banner15{
  background:url(../images/banner15.jpg) !important;
  background-size:cover;
  background-attachment: fixed !important;
  background-position: center;
}


.banner16{
  background:url(../images/banner16.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}

.banner17{
  background:url(../images/banner17.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}

.banner18{
  background:url(../images/banner18.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}

.banner19{
  background:url(../images/banner19.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}

.banner20{
  background:url(../images/banner20.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}

.banner21{
  background:url(../images/banner21.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}


.banner22{
  background:url(../images/banner22.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
}

.banner22{
  padding: 170px 0px 60px 0px !important;
}


.banner23{
  background:url(../images/banner23.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  height: 100vh !important;
}


.banner23:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.2) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.banner23 .logo img{
  margin: auto !important;
}

.banner23 p{
  font-size: 25px !important;
  font-weight: 600;
}

.banner23 .background-color{
  background: rgba(var(--color-secondary-rgb), 0.8) !important;
  padding: 60px;

}



.socail-links {
    justify-content: center;
}

.socail-links ul{
  display: flex;
  justify-content: center;
}

.socail-links li {
    margin-right: 40px;
    border-color: var(--color-white);
}

.socail-links i {
    padding: 13px 0;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: var(--color-white);
    border-radius: 100%;
    transition: all 0.5s;
}

.socail-links i:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
}



.banner24{
  background:url(../images/banner24.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  height: 100vh !important;
}

.banner24:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.1) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.banner24{
  padding: 170px 0px 60px 0px !important;
}



.banner24 h2{
  font-size: 55px !important;
  color: var(--color-white) !important;
  font-weight: 900 !important;
}

.banner24 p{
  font-size: 18px !important;
  color: var(--color-secondary-dark) !important;
  font-weight: 600 !important;
  line-height: 30px !important;
}

.banner24 .forpage h1{
  font-size: 250px !important;
  font-weight: 900 !important;
/*  letter-spacing: -20px;*/
  line-height: .85em !important;
  position: relative !important;
  color: var(--color-white) !important;
}

.banner24 .forpage  span{
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white) !important;
}





.banner25{
  background:url(../images/banner25.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  height: 100vh !important;
}

.form-domain .input-fist {
    width: 75%;
}

.banner25{
  padding: 80px 0px 50px 0px;
}


.form-domain .input-fist input.form-control {
    background: var(--color-white);
    border: none;
    line-height: 30px;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0px 0 0 0px;
}

.form-domain .submit-button .submit-now {
    border-radius: 0 0px 0px 0px;
}

/*.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
    margin: auto !important;
}

.w-50 {
    width: 50%!important;
}*/

.bg-black-opacity-light {
    background-color: rgba(0, 0, 0, 0.5);
}



.banner26{
  background:url(../images/banner26.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
}



.banner27{
  background:url(../images/banner27.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}

.banner28{
  background:url('../images/banner28.jpg') !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}

.banner29{
  background:url(../images/banner29.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}



.banner30{
  background:url(../images/banner30.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}


.banner31{
  background:url(../images/banner31.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}


.banner32{
  background:url(../images/banner32.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}


.banner33{
  background:url(../images/banner33.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}


.banner34{
  background:url(../images/banner34.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}

.banner35{
  background:url(../images/banner35.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}


.banner35:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.8) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}



.banner36{
  background:url(../images/banner36.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}

.banner36:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.8) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.banner37{
  background:url(../images/banner37.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}

.banner37:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.4) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


.banner38{
  background:url(../images/banner38.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
}

.banner38:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.4) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}




/************ SALE BANEER   **********/


/************ WINTER SALE **********/


.banner39{
  position: relative !important;
  overflow: hidden;
}



.banner39{
  background:url(../images/banner39.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
  position: relative;
}

.banner39{
  padding: 120px 0px 50px 0px !important;
}

.banner39 h1{
  font-size: 130px;
  font-weight: 900;
  text-align: center;
  color: var(--color-white);
}

.banner39 .border-all{
  border: 2px solid !important;
  border-color: var(--color-white) !important;
  padding: 5px !important;
}

.banner39 .padding{
  text-align: center;
}

.banner39 .padding p{
  font-size: 60px !important;
  margin: 0px !important;
  padding: 30px 100px 30px 100px !important;
  background-color: var(--color-primary);
  border-radius: 5px;
  display: inline-block !important;
}



.snow, .snow:before, .snow:after {
  position: absolute;
  top: -600px;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: radial-gradient(5px 5px at 298px 153px, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 342px 576px, white 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 181px 24px, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 148px 471px, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 143px 316px, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0)), radial-gradient(3px 3px at 103px 371px, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 288px 367px, white 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 193px 473px, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 456px 306px, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 546px 420px, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 270px 151px, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(3px 3px at 446px 173px, white 50%, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 309px 159px, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 465px 578px, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 352px 444px, white 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 400px 81px, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(3px 3px at 145px 519px, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 474px 573px, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0)) ;
  background-size: 600px 600px;
  animation: snow 3s linear infinite;
  content: "";
}

@keyframes snow {
  to {
    transform: translateY(200px);
  }
}






/************ Christmas Sale Page **********/


.banner40{
  background:url(../images/banner40.png) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
  position: relative;
}

.banner40{
  padding: 160px 0px 60px 0px !important;
}

.banner40:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.4) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.banner40 .manhadding {
    font-size: 50px !important;
    color: var(--color-white);
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    border-bottom: 2px solid !important;
}

.banner40 .manhadding span {
    font-weight: 900 !important;
    font-size: 80px !important;
    color: var(--color-primary);
    margin-bottom: 0px !important;
    font-style: italic;
    /* vertical-align: sub; */
}

.banner40 p{
  font-size: 30px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}




/************ New Year Sale Page **********/


.banner41{
  background:url(../images/banner41.png) !important;
  background-size:cover !important;
  background-attachment: fixed !important !important;
  background-position: center !important;
  position: relative;
}

/*.banner41{
  padding: 160px 0px 60px 0px !important;
}*/

.banner41:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.8) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.banner41 .manhadding {
    font-size: 50px !important;
    color: var(--color-white);
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    border-bottom: 2px dashed !important;
    text-align: center;
}

.banner41 .manhadding span {
    font-weight: 900 !important;
    font-size: 80px !important;
    color: var(--color-primary);
    margin-bottom: 0px !important;
    font-style: italic;
    /* vertical-align: sub; */
}

.banner41 p{
  font-size: 30px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}





/************ New Year Sale Page **********/




.banner42 .bgblack{
  background-color: rgba(0, 0, 0, 0.2);
}

.banner42{
  background:url(../images/banner42.jpg) !important;
  background-size:cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  height: 100vh !important;
}

.banner42:before {
    content: "";
    background: rgba(var(--color-secondary-rgb), 0.9) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.banner42{
  padding: 170px 0px 60px 0px !important;
}



.banner42 h2{
  font-size: 55px !important;
  color: var(--color-white) !important;
  font-weight: 900 !important;
}

.banner42 p{
  font-size: 18px !important;
  color: var(--color-white) !important;
  font-weight: 600 !important;
  line-height: 30px !important;
}

.banner42 .forpage h1{
  font-size: 150px !important;
  font-weight: 900 !important;
/*  letter-spacing: -20px;*/
  line-height: .85em !important;
  position: relative !important;
  color: var(--color-white) !important;
}

.banner42 .forpage  span{
  font-size: 50px;
  font-weight: 600;
  color: var(--color-primary) !important;
}







/************ SEARCH DOMAIN **********/
.se-domain{
  background-color: var(--color-primary);
}

.form-domain-two .input-fist {
  width: 70%;
}

.form-domain-two .input-fist input.form-control {
  background: var(--color-white);
  border: none;
  line-height: 30px;
  font-size: 16px;
  padding: 16px 10px;
  border-radius: 0 !important;
  height: 100%;
  border: 1px solid var(--color-primary);
}

.form-domain-two .select-box {
  border-radius: 0px !important;
  font-size: 20px;
  font-weight: 600;
  width: 15%;
}

.form-domain-two .select-box select{
  border: 1px solid var(--color-primary);
  font-size: 16px;
}

.form-domain-two .submit-button .border-raduis {
  border-radius: 0px 5px 5px 0px !important;
  font-weight: 600;
}

.d-name .domain-price{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px;
  padding: 0px;
  list-style: none;
  align-items: center;
}

.d-name .domain-price .heading{
  font-size: 21px;
  background-color: unset !important;
  padding: 0px;
  color: var(--color-white);
}

.d-name .domain-price li{
  padding: 5px 20px;
  background-color: var(--color-white);
  border-radius: 5px;
  text-align: center;
  transition: all .5s;
  cursor: pointer;
}

.d-name .domain-price li:hover{
  background-color: var(--color-secondary);
}

.d-name .domain-price li:hover h5 ,.d-name .domain-price li:hover span{
   color: var(--color-white);
}

.d-name .domain-price li h5{
  font-size: 20px;
  font-weight: 700;
  color:var(--color-secondary-light);
  margin-bottom: 0px;
}


.d-name .domain-price li span{
  font-size: 15px;
  font-weight: normal;
  color: #878787;
  transition: all .5s;
}


/*********** Our Services ****************/

.our-services{

}

.our-services h2{
text-align: center;
font-size: 26px;
margin: 30px 0 0 0 !important;
color: var(--color-secondary-light);
text-transform: uppercase;
}

.our-services p{
  padding: 10px 70px;
  line-height: 22px;
  font-size: 15px;
  text-align: center;
  color: var(--color-secondary-dark);
}

.our-services strong{
  font-weight: 900;
  color: var(--color-secondary-light);
}


.our-services .cart{
  text-align: center;
  border: 1px solid var(--color-secondary-dark);
  border-radius: 0px;
  transition: all .3s;
}

.our-services .cart:hover{
  border-color: var(--color-primary);
}

.our-services .cart .svg-image {
    width: fit-content;
    height: auto;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.our-services .cart .svg-image svg{
  width: 65px;
  height: 65px;
  fill: var(--color-secondary-dark);
}



.our-services .cart h4{
  font-size: 22px;
  font-weight: bold;
  color: var(--color-primary);
  margin: 10px 0  10px 0;
}

.our-services .cart p{
 .our-services .cart p
  color: var(--color-secondary-dark);
  padding: 0px 12px 12px 12px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 15px;
}


/************ 24*7 support ***********************/


/*.redy{
  margin-top: 100px !important;
}
*/
.redy {
  background:url(../images/ready-bg.jpg) no-repeat fixed;
  text-align:center;
  background-size:cover;
  margin: 0px;
}
.redy .redyhd {
  color:var(--color-white);
  padding:30px 0px;
}
.redy .redyhd h3 {
  font-size:40px;
  text-transform:uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.redy .redyhd p {
  font-size:24px;
  padding:30px 0px 0px 0px;
}






/**************** feature-style-one *******************/

.feature-style-one{

}

.feature-style-one .top-hd{
    text-align: center;
    font-size: 26px;
    margin: 30px 0 0 0 !important;
    color: var(--color-secondary-light);
}

.feature-style-one .top-hd p{
  text-align: center;
}

/*.feature-style-one .service1 .feature-style-one-icon{
    width: 70px;
    fill: var(--color-primary);
    margin: auto;
    margin-top: 45px;
    margin-bottom: 45px;


}*/


.feature-style-one .service1 {
    border: 1px solid var(--color-info-dark);
    text-align: center;
}

.feature-style-one .service1 h4 {
    margin: 20px 0 0 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-info-light);
    text-align: center;
}

.feature-style-one .service1 p {
    line-height: 20px;
    text-align: center;
    padding: 20px 15px;
    color: #878787;
    font-size: 15px;
}

.feature-style-one .service1:hover{
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
   transition: all 0.5s;
}

.feature-style-one .service1:hover h4{
  color: var(--color-white);
   transition: all 0.5s;
}

.feature-style-one .service1:hover p{
  color: var(--color-white);
   transition: all 0.5s;
}


.feature-style-one .service1 .feature-style-one-icon{
    width: fit-content;
    height: auto;
    fill: var(--color-white);
    margin: auto;
    margin-top: 35px;
    margin-bottom: 40px;
    border-radius: 50%;
    background-color: var(--color-primary);
    position: relative;
    transition: all 0.5s;
    padding: 20px;
}

.feature-style-one .service1 .feature-style-one-icon svg{
  width: 45px;
  height: 45px;
}

.feature-style-one .service1:hover .feature-style-one-icon{
 background-color: var(--color-white);
 transition: all 0.5s;
}

.feature-style-one .service1:hover .feature-style-one-icon svg{
  fill: var(--color-primary);
  transition: all 0.5s;
}





/**************** about-us *******************/

.about-sec1{

}


.about-sec1 h2{
  font-size: 32px;
  color: var(--color-secondary);
  text-align: center;
  font-weight: 900;
}

.about-sec1 p{
  font-size: 15px;
  color: var(--color-secondary-dark);
  text-align: center;
}

.about-sec1 .bg-color-secondary{
    font-size: 16px;
    font-weight: 900;
    border: 2px solid var(--color-secondary);
    color: var(--color-white) !important;
    background: var(--color-secondary) !important;
    padding: 8px 23px;
    transition: 0.3s;
    font-family: var(--font-primary);
}

.about-sec1 .bg-color-secondary:hover{
  border: 2px solid var(--color-secondary) !important;
  color: var(--color-secondary) !important;
  background-color: var(--color-white) !important;
  font-weight: 900;
  }






.about-sec2.bg-color{
  background-color: var(--color-secondary);
}


.about-sec2 h2{
  font-size: 32px;
  color: var(--color-white);
  font-weight: 900;
}

.about-sec2 p{
  font-size: 15px;
  color: var(--color-white);
}

.about-sec2 .aboutimg3{
    background: url(../images/aboutimg3.jpg) no-repeat;
    text-align: center;
    background-size: cover !important;
    height: 100%;
}


.about-sec2 .bg-color-white{
    font-size: 16px;
    font-weight: 900;
    border: 2px solid var(--color-white);
    color: var(--color-white) !important;
    background: var(--color-secondary) !important;
    padding: 8px 23px;
    transition: 0.3s;
    font-family: var(--font-primary);
}

.about-sec2 .bg-color-white:hover{
  border: 2px solid var(--color-white) !important;
  color: var(--color-secondary) !important;
  background-color: var(--color-white) !important;
  font-weight: 900;
  }



.about-sec3{

}


.about-sec3 .about-team h5{
  font-size: 18px;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 3px;
  font-weight: 900;
}

.about-sec3 .about-team p{
  font-size: 15px;
  color: var(--color-secondary-dark);
  text-align: center;
  margin-bottom: 0px;
}


.about-sec3 .about-team .hading{
  background-color: var(--color-secondary);
}

.about-sec3 .about-team .team-images{
position: relative;
transition: .5s ease;
overflow: hidden;
}

.about-sec3 .about-team .team-images .team-hover{
  position: absolute;
  top: 100%;
  display: block;
  transition: .5s ease;
  background: rgba(var(--color-secondary-rgb) ,0.7);
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 0;
}
.about-sec3 .about-team:hover .team-images .team-hover{
  display: block;
  top: 0%;
  visibility: visible;
  opacity: 1;
}
.team-social{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
  height: 100%;
}


.team-social i{
  color: var(--color-white);
}

.team-social a{
  height: fit-content;
  display: block;
  margin: auto;
}
/************ Our Plans ***********************/







.home-plan{
  background: #F6F6F6;
  border-bottom: 1px solid var(--color-info-dark);
  border-top: 1px solid var(--color-info-dark);
  padding-top: 40px;
  padding-bottom: 60px;
}

.home-plan .plan-name {
    border-top: 6px solid var(--color-primary);
}

 .home-plan .top-hd{
  margin-bottom: 40px;
 }

 .home-plan .top-hd h2 {
    text-align: center;
    font-size: 40px;
    color: var(--color-secondary-light);
    margin-bottom: 15px;
}

 .home-plan .top-hd p {
    line-height: 22px;
    font-size: 22px;
    text-align: center;
    color: var(--color-secondary-dark);
    margin-bottom: 0px;
}



.home-plan .plan-name {
    background: var(--color-white);
}

.home-plan .plan-name h4 {
    color: var(--color-info-light);
/*    text-transform: uppercase;*/
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    padding: 28px 0;
    margin: 0;
}

.home-plan .doller-price {
    line-height: 40px;
    padding: 22px 0 15px 0;
    color: var(--color-white);
    font-weight: bold;
    text-align: center;
    font-size: 40px;
}

.doller-price {
    background: var(--color-primary) !important;
}

.home-plan .plan-name ul li {
    text-align: center;
    color: var(--color-secondary-dark);
    font-size: 16px;
    padding: 15px 0;
}

.doller-price sup {
/*    letter-spacing: -12px;*/
    font-size: 30px;
    font-weight: normal;
}


.doller-price h6 {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-plan .plan-name ul {
    padding: 0;
    margin: 0px;
}

.home-plan .plan-se .plan-name ul li {
    text-align: center;
    color: var(--color-secondary-dark);
    font-size: 16px;
    padding: 15px 0;
}


.plan-button{
    font-size: 18px;
/*    text-transform: uppercase;*/
    text-align: center;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: var(--color-white);
    padding: 8px 23px;
    border-radius: 0px;
    color: var(--color-white);
    background: var(--color-primary);
}

.plan-button:hover{
  color: var(--color-white);
}



/**************** Why Choose Us  *******************/

.why-choose{

}

.why-choose .top-hd h2 {
    text-align: center;
    font-size: 26px;
    color: var(--color-secondary-light);
    margin-bottom: 15px;
}

.why-choose .top-hd p {
    line-height: 22px;
    font-size: 15px;
    text-align: center;
    color: var(--color-secondary-dark);
    margin-bottom: 0px;
}

.why-choose .bot-hd{
  border-bottom: 2px solid var(--color-info-dark);
  background: var(--color-info);
  transition: all 0.5s;
}

.why-choose .bot-hd h4 {
    color: var(--color-info-light);
    font-size: 18px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.why-choose .bot-hd p {
    color: var(--color-secondary-dark);
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
    transition: all 0.5s;
}



.why-choose .why-choose-icon {
    width: fit-content;
    height: auto;
    margin: auto;
    border-radius: 50%;
    background-color: var(--color-primary);
    position: relative;
    transition: all 0.5s;
    padding: 17px;
}

.why-choose .why-choose-icon svg{
  width: 40px;
  height: 40px;
  fill: var(--color-white);

}


.why-choose .why-choose-hover:hover .why-choose-icon{
  background-color: var(--color-secondary);
}

.why-choose .why-choose-hover:hover .bot-hd{
  background-color: var(--color-primary);
}

.why-choose .why-choose-hover:hover h4{
  color: var(--color-white);
}

.why-choose .why-choose-hover:hover p{
  color: var(--color-white);
}




/**************** Client Views *******************/

.client-view {
  background:url(../images/cliants-bg.jpg) no-repeat fixed;
  text-align:center;
  background-size:cover;
  margin:70px 0 20px 0px;
}
.client-view .client-se {
  width:100%;
  margin:52px 0 0 0;
}
.client-view .client-se .hosting-done {
  margin-bottom:50px;
}
.client-view .client-se .hosting-done .border-b {
  background: var(--color-white);
  height: 1px;
  width: 75px;
  text-align: center;
  margin: 12px auto;
}
.client-view .client-se .hosting-done .border-t {
  background: var(--color-white);
  height: 1px;
  width: 75px;
  text-align: center;
  margin: 12px auto;
}

.client-view .client-se .hosting-done .client-view-icon svg{
  width: 40px;
  height: 40px;
  fill: var(--color-white);
}



.client-view .client-se .hosting-done h3 {
  text-align:center;
  color:var(--color-white);
  font-size:22px;
  font-weight:bold;
  margin-bottom:0px;
  margin-top:0px;
}
.client-view .client-se .hosting-done span {
  font-size:16px;
  font-weight:bold;
  color:var(--color-white);
}






/*********************** clients ********************/

.just-one-click .top-hd{
  text-align: center;
  font-size: 26px;
  color: var(--color-secondary-light);
  margin-bottom: 20px;
}


.just-one-click .one-click .click-views {
  text-align:center;
  border:2px dashed var(--color-secondary-dark);
  padding:20px;
  text-align: all 0.5s;

}
.just-one-click .one-click .click-views img {
  padding-bottom:10px;
  margin: auto;
}
.just-one-click .one-click .click-views a {
  color:var(--color-secondary-light);
}

.just-one-click .one-click .click-views:hover {
    border: 2px dashed var(--color-primary);
}





/**************** feature-style-three *******************/

.feature-style-three{
  margin-top: 70px;
  margin-bottom: 70px;
}


.feature-style-three .color-secondary-dark{
  color: var(--color-primary) !important;
  font-size: 20px;
}


/*.feature-style-three .list-tick-one li {
    font-size: 17px;
    font-weight: 700;
    color: var(--color-secondary-dark);
    display: flex;
    align-items: baseline;
    line-height: 40px;
}*/

/*.list-tick li:before {
    content: '\F135';
    font-family: bootstrap-icons;
    margin-right: 5px;
    color: var(--color-primary);
    font-size: 25px;
    position: relative;
    top: 6px;
}*/






/**************** blog-grid *******************/

.blogsec1{

}


.blogsec1 .bgcolor{
  background-color: var(--color-secondary);
}

.blogsec1 h4{
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--color-primary);
}

.blogsec1 p{
  font-size: 15px;
  margin-bottom: 0px;
  color: var(--color-white);
  }

.blogsec1 border{
  border-bottom: 1px solid var(--color-white);
}


.blogsec1 .Learnhover a{
  color: var(--color-white);
}

.blogsec1 .Learnhover:hover a{
  color: var(--color-primary);
}

.blogsec1 .Learnhover:hover .Learnicon{
  color: var(--color-primary);
}

.blogsec1 .Learnhover .Learnicon{
  font-size: 18px;
  color: var(--color-white);
  vertical-align: middle;
}






.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

.margin-100px-top {
    margin-top: 30px;
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}

.pagination li {
    display: inline;
}

.pagination li:first-child a {
    border-left-width: 1px;
}

.margin-5px-right {
    margin-right: 5px;
}

.pagination .active a {
    color: var(--color-secondary);
    cursor: default;
}

.pagination .active a {
    background-color: #f5f5f5;
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    background: #fff;
    color: var(--color-secondary-dark);
}

.pagination a:hover {
    background-color: #232323;
    color: #fff;
}





/**************** blogdetailssec *******************/

.blogdetailssec{

}

.blogdetailssec .blogdetailssec1{
  background-color: var(--color-secondary);
}

.blogdetailssec .blogdetailssec1 span{
  font-size: 16px;
  color: var(--color-primary);
}

.blogdetailssec .blogdetailssec1 span span{
  margin: 0 7px;
}

.blogdetailssec .blogdetailssec1 h4{
  font-size: 18px;
  color: var(--color-white);
  margin-top: 15px;
}

.blogdetailssec .blogdetailssec1 p{
  font-size: 15px;
  color: var(--color-secondary-dark);
}

.blogdetailssec .blogdetailssec1 .bg-white{
  background-color: var(--color-white);
}

.blogdetailssec .blogdetailssec1 .bg-white h6{
  font-size: 16px;
  color: var(--color-secondary-dark);
}

.blogdetailssec .blogdetailssec1 .social-tag .social-icon ul li{
  display: inline-block;
}

.blogdetailssec .blogdetailssec1 .social-tag p{
  font-size: 15px;
  font-weight: 800;
}

.blogdetailssec .blogdetailssec1 .social-tag .social-icon a .bi {
    color: var(--color-secondary-dark);
    text-align: center;
    height: 28px !important;
    width: 28px !important;
    font-size: 15px;
    margin: 0px 8px;
    vertical-align: middle;
}

.blogdetailssec .blogdetailssec1 .social-tag .social-icon a .bi:hover{
  color: var(--color-primary);
}

.blogdetailssec .social-tag .detail-tags a{
  color: var(--color-secondary-dark) !important;
}

.social-tag .detail-tags a:hover{
  color: var(--color-primary) !important;
}


.blogdetailssec .blogdetailssec1 .client-comment .img-bg img{
  border-radius: 50px;
}


.blogdetailssec .blogdetailssec1 .client-comment .bg-color-white {
    font-size: 13px;
    border: 1px solid var(--color-secondary-dark);
    color: var(--color-secondary-dark) !important;
    background: var(--color-secondary) !important;
    padding: 2px 15px;
    transition: 0.3s;
    font-family: var(--font-primary);
    border-radius: 5px;
}

/*.blogdetailssec .blogdetailssec1 .client-comment .bg-color-white:hover {
    border: 1px solid var(--color-secondary-dark) !important;
    color: var(--color-secondary-dark) !important;
    background-color: var(--color-white) !important;
}*/

.blogdetailssec hr{
  color: var(--color-primary);
}

.blogdetailssec .blogdetailssec-form h4{
  font-size: 20px;
  color: var(--color-secondary);
  font-weight: 800;
}







 .form-group .form-control{
    border: 2px solid var(--color-info-dark);
    color: var(--color-secondary-dark);
    background-color: var(--color-info);
    font-size: 16px;
    border-radius: 0px;
}


 .form-group textarea.form-control{
    color: var(--color-secondary-dark) !important;
}



.blogdetailssec .sidebar{
  background-color: var(--color-white);
}


.form-group .form-control:focus{
  border-radius: 5px;
  border-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
}


.blogdetailssec .sidebar .sidebar-default {
    margin-bottom: 30px;
    width: 100%;
}

.blogdetailssec .sidebar .sidebar-default .searching {
    position: relative;
}

.blogdetailssec .sidebar .sidebar-default .searching input {
    background: var(--color-info);
    color: var(--color-secondary-dark);
    border: none;
    height: 60px;
    width: 100%;
    padding: 15px 24px;
    position: relative;
    border: 2px solid var(--color-info-dark);
}

.blogdetailssec .sidebar .sidebar-default .searching input:focus{
  border-radius: 5px;
  border: 2px solid var(--color-secondary);

}

.blogdetailssec .sidebar .sidebar-default .searching a {
    position: absolute;
    top: 0;
    right: 0;
}

.blogdetailssec .sidebar .sidebar-default .searching i {
    padding: 21px;
    color: var(--color-secondary);
    font-size: 18px;
}


.blogdetailssec .sidebar-item .categories h4{
  font-size: 20px;
  color: var(--color-info-light);
}


.blogdetailssec .sidebar .categories li {
    padding: 4px 0;
}

.blogdetailssec .sidebar .categories li a {
    display: inline-block;
    width: 100%;
    color: var(--color-secondary-dark);
    font-size: 15px;
    font-weight: 600;
}

.blogdetailssec .sidebar .categories li a:hover {
    color: var(--color-primary);
}


/*.blogdetailssec .sidebar .tags {
    margin-bottom: 40px;
    width: 100%;
}*/

.blogdetailssec .category-content h4{
  font-size: 20px;
  color: var(--color-info-light);
}

.blogdetailssec .category-content .tags-grp ul {
    list-style: none;
    padding: 0;
}

.blogdetailssec .category-content .tags-grp ul li {
    display: inline-block;
}

.blogdetailssec .category-content .tags-grp ul a {
    color: var(--color-secondary-dark);
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid var(--color-info-dark);
    display: inline-block;
    transition: 0.3s;
}

.blogdetailssec .category-content .tags-grp ul a:hover {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: var(--color-white);
}


.blogdetailssec .sidebar-default h4{
  font-size: 20px;
  color: var(--color-info-light);
}


/*.blogdetailssec .sidebar-default .recent-post{
    border-bottom: 1px solid #6137d9;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}*/

.blogdetailssec .sidebar-default .recent-post .post span{
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 800;
}

.blogdetailssec .sidebar-default .recent-post .post a{
  font-size: 18px;
  color: var(--color-secondary);
  margin-top: 10px;
  font-weight: 800;
}

.blogdetailssec .sidebar-default .recent-post .post a:hover{
  color: var(--color-primary);
}

.blogdetailssec .sidebar-default .recent-post .post hr{
  color: var(--color-secondary-dark);
}







/**************** webhostingpackage-sec *******************/

.horizontal-plan{
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: unset !important;
}



/*.bg-light {
    padding-bottom: 100px;
}*/

.pricing-column {
    padding: 50px 30px;
    padding-bottom: 50px;
}

.pricing-column .plan-name {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 800;
    line-height: 1.2;
    font-size: 20px;
    color: var(--color-info-light);
}

.pricing-column .pricing-label {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 800;
}

.pricing-column .monthly-price {
    font-size: 35px;
    font-weight: 800;
}

.pricing-column .monthly-price span.durections {
    font-size: 16px;
    font-weight: 600;
    margin-left: 6px;
}

.pricing-column p.contens {
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--color-secondary-dark);
    text-align: start;
}

.pricing-column.pricing-column-horizontal ul.custum-lists {
    display: flex;
    flex-wrap: wrap;
}

.pricing-column .custum-lists {
    margin: 0px;
    padding: 0;
    list-style: none;
}

.pricing-column.pricing-column-horizontal ul.custum-lists li {
    width: 50%;
}

.pricing-column .custum-lists li {
    margin: 0px;
    padding: 0 0;
    display: flex;
    align-items: baseline;
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-secondary);
}

.pricing-column .custum-lists li:before {
    content: '\F26E';
    font-family: bootstrap-icons;
    margin-right: 5px;
    color: var(--color-primary);
    font-size: 24px;
    position: relative;
    top: 5px;
}

/*select.form-control:not([size]):not([multiple]) {
    height: calc(3.5rem + 2px);
}*/

.top-hd h2{
  text-align: center;
  font-size: 26px;
  color: var(--color-secondary-light);
  margin-bottom: 20px;
}




/**************** pricingcomparision *******************/


.pricingcomparision{
  margin-top: 50px;
  margin-bottom: 50px;
}



h1.sectiontitle {
  text-align: center;
  color: #333;
  font-size: 26px;
}


h2.sectionintro {
  font-size: 15px;
  text-align: center;
  color: #666;
  padding: 15px 0px 30px 0;
  font-weight: 500;
  margin: 0;
}







#resellerplans {
  background: var(--color-primary);
  margin-top: 100px;
  margin-bottom: 100px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}



/**************** form *******************/

.form p{
  font-size: 16px;
}

.form label{
  font-size: 16px;
}

.form .form-label{
  color: var(--color-info-light) !important;
  font-size: 16px !important;
}




/**************** network *******************/



#subheader{
  background-image:url("../images/subheader.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height:auto;
  margin-bottom: 50px;
}
/*#subheader h1 {
    font-size:60px;
    color: var(--color-primary);
    font-weight: 600;
    letter-spacing: -2px;
}*/
.de-spot span {
    position: absolute;
    display: inline-block;
    background: var(--color-secondary);
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    left: 30px;
    line-height: 1.8em;
    color:var(--color-white);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.de-spot {
    padding: 0;
    margin: 0;
    position: absolute;
    vertical-align: center;
    text-align: center;
}
.de-circle-1 {
    width: 15px;
    height: 15px;
    background-color: var(--color-primary);
    border-radius: 50%;
    position: absolute;
    margin:5px 0 0 5px;
    left:31%;
}

.de-circle-2 {
    border: 4px solid var(--color-white);
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
    left:31%;
    background-color: var(--color-secondary);
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}



/**************** terms *******************/

.terms p{
  font-size: 16px;
  color: var(--color-secondary-dark);
}

.terms h2{
  font-size: 40px;
  color: var(--color-primary);
}

.terms h3{
  font-size: 30px;
  color: var(--color-info-light);
}




/**************** Testimonials *******************/

.tesimonials{

}

.tesimonials .top-hd h2{
    text-align: center;
    font-size: 26px;
    color: var(--color-secondary-light);
    margin-bottom: 15px;
}


.tesimonials {
  width:100%;
}
.tesimonials .testimonials-se {
  margin-bottom: 50px;
}
.tesimonials .testimonials-se .testi-area {
    background: var(--color-white);
    text-align: center;
    padding: 0;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 4px solid var(--color-primary);
}
.tesimonials .testimonials-se .testi-area img {
}
.tesimonials .testimonials-se .client-content {
  position: relative;
  z-index: -1111111;
  margin-top: -9%;
  width: 91%;
  margin-left: 9%;
}

.tesimonials .testimonials-se .client-content {
    border: 1px solid var(--color-primary);
      transition: all 0.5s;
}


.tesimonials .testimonials-se .client-content p {
  color:var(--color-info-light);
  font-size:16px;
  line-height:22px;
  padding: 40px 46px 0px 46px;
  text-align: justify;
  font-weight: normal;
    transition: all 0.5s;
}
.tesimonials .testimonials-se .client-content h6 {
  text-transform:capitalize;
  padding: 3px 42px 14px;
  color:var(--color-secondary);
  font-size:16px;
    transition: all 0.5s;
}

.tesimonials .testimonials-se:hover .client-content{
  background-color: var(--color-primary);
}


.tesimonials .testimonials-se:hover .testi-area {
  border:4px solid var(--color-white);
}
.tesimonials .testimonials-se:hover .client-content p, .tesimonials .testimonials-se:hover .client-content h6 {
  color:var(--color-white);
}


.swiper-pagination{
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}






/**************** faq *******************/

.faq{
  background-color: var(--color-info);
    border-bottom: 1px solid var(--color-info-dark);
    border-top: 1px solid var(--color-info-dark);
    padding-top: 40px;
    padding-bottom: 60px;
}



.faq .top-hd h2 {
    text-align: center;
    font-size: 40px;
    color: var(--color-secondary-light);
    margin-bottom: 15px;
}

.faq .top-hd p{
  text-align: center;
}



.faq .card .card-header{
    /*padding-left: 31px;*/
   /* border-bottom: 1px solid var(--color-primary);*/
    position: relative;
    transition: color .3s ease;
    cursor: pointer;
    background: none;
}

.faq .card .card-header button{
/*  padding: 14px 0px;*/
  width: 100%;
  transition: all 0.5s;
}

.faq .card .card-header h5 .btn {
    text-decoration: none;
    color: var(--color-white) !important;
    white-space: normal;
    text-align: start;
    display: flex;
    font-size: 20px;
}

.faq .card{
  border: 2px solid var(--color-primary);
  margin-bottom: 20px;
  border-radius: 0px;
}

.faq .card .card-header{
  background: var(--color-primary);
  transition: all 0.5s;
  border-bottom: 1px solid var(--color-primary);
  border-radius: 0px;
}

.faq .card .card-body{
  border-top: 1px solid var(--color-primary);
  background-color: var(--color-info);
  color: var(--color-secondary-dark);
  font-size: 18px;
  transition: 0.5s;
}




/**************** feature-style-one *******************/

.feature-style-one{

}

.feature-style-one .card-style-one h2{
  text-align: start;
  font-size: 26px;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.feature-style-one .card-style-one h4{
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--color-info-light);
}

.feature-style-one .card-style-one p{
  font-size: 15px;
  margin-bottom: 0px;
  color: var(--color-secondary-dark);
}


/**************** feature-style-two *******************/


.feature-style-two{

}

.feature-style-two .card-style-one h2{
  text-align: start;
  font-size: 26px;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.feature-style-two .card-style-one h4{
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--color-info-light);
}

.feature-style-two .card-style-one ul li{

}

.list-tick-one li {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-secondary-dark);
    display: flex;
    align-items: baseline;
    line-height: 40px;
}


.list-tick li:before {
    content: '\F135';
    font-family: bootstrap-icons;
    margin-right: 5px;
    color: var(--color-primary);
    font-size: 25px;
    position: relative;
    top: 7px;
}



 .list-tick-two li::before {
  content: '\F280';
  font-family: bootstrap-icons;
  margin-right: 5px;
  color: var(--color-primary);
  font-size: 15px;
  position: relative;
  top: 3px;
}

 .list-tick-three li::before {
  content: '\F26F';
  font-family: bootstrap-icons;
  margin-right: 5px;
  color: var(--color-primary);
  font-size: 20px;
  position: relative;
  top: 5px;
}


 .list-tick-four li::before {
  content: '\F134';
  font-family: bootstrap-icons;
  margin-right: 5px;
  color: var(--color-primary);
  font-size: 15px;
  position: relative;
  top: 3px;
}

 .list-tick-fife li::before {
  content: '\F133';
  font-family: bootstrap-icons;
  margin-right: 5px;
  color: var(--color-primary);
  font-size: 15px;
  position: relative;
  top: 3px;
}





/**************** footer-top *******************/
.footer-top{
  background-color: var(--color-primary);
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px;
}

.footer-top .newsletter h4{
  font-size: 18px;
  color: var(--color-white);
  margin-bottom: 0px;

}

.footer-top .newsletter form {
  background: var(--color-white);
  padding: 8px 10px;
  position: relative;
  border-radius: 4px;
}

.footer-top .newsletter .mail-n {
  border: 0;
  padding: 7px;
  width: calc(100% - 110px);
  background: var(--color-white);
  font-size: 16px;
}
.footer-top .newsletter .send-m {
    position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 30px;
  font-weight: bold;
  background: var(--color-secondary) !important;
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}


/**************** footer *******************/

.footer{
  background-color: var(--color-white);
  margin-top: 32px;
}

.footer ul li a:hover{
  color: var(--color-primary);
}

.footer h4{
  text-align: left;
  border-bottom: 1px dotted #000;
  border-top:1px dotted #000;
  padding: 12px 0;
  color:var(--color-secondary);
  font-size:20px;
}

.footer ul{
  padding:0px;
  margin:0px;
}
.footer.footer ul li{
  line-height:30px;
}
.footer ul li a{
  font-size:15px;
  color:var(--color-secondary-light);
}

/**************** footer-bottom *******************/

.footer-bottom{
  background-color: #333;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 28px 0;
}

.footer-bottom .payment li {
    float: left;
    margin-right: 10px;
}

.footer-bottom .payment i {
    font-size: 44px;
    color: #dcdcdc;
}

.footer-bottom .socail-links {
    float: right;
}

.footer-bottom .socail-links li {
    float: left;
    margin-right: 10px;
    border-color: var(--color-white);
}

.footer-bottom .socail-links i {
  padding: 15px 0;
  font-size: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: var(--color-secondary-dark);
  background: var(--color-white);
  border-radius: 100%;
  display: flex;
  /* align-items: center; */
  /* line-height: 50px; */
  /* text-align: center; */
  justify-content: center;
}


.footer-bottom .payment i:hover{
  color: var(--color-primary);
}

.footer-bottom .socail-links i:hover{
  background-color: var(--color-primary);
  color: var(--color-white);
}

/**************** copyright *******************/

.copyright{
  color: var(--color-white);
  margin-bottom: 20px;
}

.copyright .term p a:hover{
  color: var(--color-primary);
}

.copyright .privacy p a:hover{
  color: var(--color-primary);
}

.copyright p{
  margin-bottom: 0px;
}

.copyright .term p a{
  margin-left: 10px;
}




