/*
    Hostland
    By WowThemez
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Slider section
    3.0 About section
    4.0 Service Section
    5.0 Why Us Action
    6.0 Pricing Section
    7.0 Testimonial Section
    8.0 Cta Section 
    9.0 Blog Section
    10.0 Contact Section
    11.0 Sponsor Section
    12.0 Widget Section
    13.0 Footer Section
    14.0 Scroll to Top
    
    ==========================================================================
    Hostland
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open Sans:400,600');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #333;
}
h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.05em;
}
h2{
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.04em;
    padding:30px 0 0 0;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.7;
    color: #000;
    letter-spacing: -0.01em;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 14px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 60px 0;
}
.no-padding{
    padding: 0;
}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f7f7f7;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #282828;
}
.text-white{
    color: #282828;
}
.text-light{
    color: #ddd;
}

.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.container{
    height: 100%;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.btn_group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.host_btn{
    background-color: #8a6d3b;
    text-transform: uppercase;
    color: #000;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.host_btn:hover{
    background-color: #5b95ff;
    color: #046;
}
.host_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   Slider section
   ========================================================================== */
.slider_section{}
.main_slider{}
.slider_item{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 600px;
}
.slider_content{}
.slider_content h1{
    font-size: 40px;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.slider_content p{
    -webkit-animation-duration: 1.3s!important;
    animation-duration: 1.3s!important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.slider_content .btn_group_left{
    -webkit-animation-duration: 1.6s!important;
    animation-duration: 1.6s!important;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.main_slider .owl-nav div{
    background-color: rgba(0,0,0,0.2);
    color: #000;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    width: 40px;
    height: 80px;
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
    transition: all 0.3s ease-in-out;
}
.main_slider .owl-nav div:hover{
    background-color: rgba(0,0,0,0.8);
    transition: all 0.3s ease-in-out;
}
.main_slider .owl-nav .owl-next{
    left: auto;
    right: 0;
}
.main_slider .owl-dots{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.main_slider .owl-dots .owl-dot{
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots .owl-dot.active{
    background-color: rgba(255,255,255,0.8);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}
.btn_group_left .host_btn {
  position: relative;
  display: inline-block;
  padding: 8px 28px;   /* reduced vertical padding for smaller height */
  background: #222;   
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px; /* slightly smaller radius to match smaller height */
  z-index: 1;
  overflow: visible;
}

/* Thin rainbow animated glow around edges */
.btn_group_left .host_btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 12px; /* match button radius + glow thickness */
  background: conic-gradient(
    red, orange, yellow, green, blue, indigo, violet, red
  );
  z-index: -1;
  padding: 2px;  /* thickness of glow */
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;

  /* Animate gradient along the edges */
  background-size: 200% 200%;
  animation: moveRainbow 3s linear infinite;
}

/* Animate the gradient to create a moving rainbow effect */
@keyframes moveRainbow {
  0% { background-position: 0% 0%; }
  50% { background-position: 100% 0%; }
  100% { background-position: 0% 0%; }
}


/* ==========================================================================
   About Section
   ========================================================================== */
.promo_section{
    background-color: #f7f7f7
;
}
.promo_items{}
.promo_items .promo_content{}
.promo_items .promo_content h3{
    color: #000;
    margin: 0 0 5px;
}
.promo_items .promo_content p{
    color: #000;
}
.promo_items .promo_content img{
    width: 100%;
    margin-bottom: 15px;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service_section{}
.service_lists .col-md-4{
    padding: 15px;
}
.service_lists .service_list{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
}

.service_section .service_list .service_content i {
    display: inline-block;
    font-size: 45px;
    color: #eaeaea;
}
.service_section .service_list .service_content h4{
    margin: 10px 0 0;
    font-weight: 700;
}
.service_section .service_list .service_content p{
    margin: 0;
}

/* ==========================================================================
   Call To Action
   ========================================================================== */
.cta_section {
    background-color: #eaeaea;
    padding: 40px 20px;
}

/* Flexbox container */
.cta_section .container {
    display: flex;
    flex-wrap: wrap;       /* allow wrapping for responsiveness */
    align-items: flex-start; /* don’t force equal height */
    gap: 30px;             /* space between text & image */
}

/* Left column: text */
.cta_contant {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.cta_contant h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.cta_contant h3 {
    color: #000;
    margin-bottom: 20px;
}

.cta_contant .host_btn {
    background-color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #777;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    margin-top: 15px;
    transition: all 0.3s ease;
}
.cta_contant .host_btn:hover {
    background-color: #2f78fe;
    border-color: #2f78fe;
    color: #fff;
}

/* List styling */
ul.list li {
    display: block;
    color: #000;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}
ul.list li:before {
    background-color: #fff;
    content: "\4e"; /* ElegantIcons checkmark */
    color: #2f78fe;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    font-family: 'ElegantIcons';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

/* Right column: image */
.cta_image {
    flex: 1;
    min-width: 300px;
}
.cta_image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}


/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing_items{}
.pricing_table{
    display: block;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.mid_table{
    background: #fff;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border: 1px solid #eaeaea;
}
.mid_table.pricing_table .pricing_head h5,
.mid_table.pricing_table .pricing_head h3,
.mid_table.pricing_table .pricing_head p,
.mid_table .pricing_list li,
.mid_table.pricing_table .pricing_head i{
    color: #000;
}
.mid_table .white_btn{
    background-color: #ddd;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 47px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    text-transform: uppercase;
}
.mid_table .white_btn:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    color: #333;
}
.pricing_table .pricing_head{
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.pricing_table .pricing_head i{
    font-size: 55px;
    margin-bottom: 25px;
    color: #25d25e;
}
.pricing_table .pricing_head h5{
    font-size: 16px;
    font-weight: 700;
}
.pricing_table .pricing_head h3{
    font-size: 32px;
    font-weight: 700;
}
.pricing_table .pricing_head h3 span{
    font-size: 16px;
}
.pricing_table .pricing_head p{
    font-size: 13px;
}
.pricing_list{
    margin-bottom: 40px;
}
.pricing_list li{
    display: block;
    position: relative;
    color: #333;
    margin-bottom: 10px;
    padding-left: 25px;
}
.pricing_list li:before{
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #25d25e;
    position: absolute;
    left: 0;
    top: 2px;
}
.pricing_list li.red:before{
    content: '\f00d';
    color: #ff0000;
}
.pricing_table .pricing_footer{
    padding-bottom: 5px;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{
    background-image: url(../img/testi-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}

.testimonial_items{}
.testimonial_item{
    color: #fff;
    text-align: center;
}
.testimonial_item h4{
    color: #2f78fe;
    font-size: 14px;
    margin: 0 0 25px;
}
.testimonial_item p{
    font-size: 18px;
}

.testimonial_items .owl-dots{
    display: block;
    text-align: center;
}
.testimonial_items .owl-dots .owl-dot{
    background-color: #ddd;
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.3s ease-in-out;
}
.testimonial_items .owl-dots .owl-dot.active{
    background-color: #eaeaea;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Cta Section 2
   ========================================================================== */
.cta_section_2{
    background-color: #eaeaea;
}
.cta_content_2{}
.cta_content_2 h2{
    color: #fff;
    font-weight: 600;
}
.cta_content_2 p{
    color: #fff;
    font-size: 16px;
}
.cta_content_2 .white_btn{
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 47px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    text-transform: uppercase;
}
.cta_content_2 .white_btn:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    color: #333;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{
    background-color: #f7f7f7;
}
.blog_section img{
    width: 100%;
}
.blog_post .blog_content{
    border: 1px solid #ddd;
    padding: 15px;
}
.blog_post .blog_content h4{
    text-transform: uppercase;
    margin: 0 0 3px;
}
.blog_post .blog_content .post_meta{
    display: block;
    margin-bottom: 10px;
}
.blog_post .blog_content span a{
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
}
.blog_post .blog_content p{
    margin-bottom: 10px;
}

.blog_post .blog_content a{
    font-size: 15px;
    color: #444;
}
.blog_post .blog_content a:hover{
    text-decoration: underline;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{
    position: relative;
}
.contact_bg{
    background-image: url(../img/contact.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -12% 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen  and (min-width : 1824px) {
	.contact_bg{
		background-position: 10% 0;
	}
}
.contact_wrapper{
    padding-left: 60px;
}
.contact_items li{
    margin-bottom: 20px;
}
.contact_items .contact_content{}
.contact_items .contact_content .contact_icon{
	text-align: center;
	font-size: 32px;
	color: #2f78fe;
	width: 0px;
	left: 0;
	top: 0;
    margin-bottom: 15px;
}

.contact_items .contact_content h3{}
.contact_items .contact_content p{
}
.contact_wrap{}
.contact_form .form-control{
	background: none;
	color: #333;
    height: 50px;
	border-radius: 1px;
	border: 1px solid #ddd;
}
.contact_form .form-control.msg{
    height: inherit;
}
#ajax_registration .alert,
#ajax_form .alert{
    display: none;
}
#ajax_registration .alert.alert-success,
#ajax_form .alert.alert-success,
#ajax_registration .alert.alert-danger,
#ajax_form .alert.alert-danger{
    display: block;
}

/* ==========================================================================
   Sponsor Section
   ========================================================================== */
.sponsor_section{
    padding: 20px 0;
}
.sponsor_section .sponsor_items{}
.sponsor_section .sponsor_item img{
    width: 100%;
}
.sponsor_section .sponsor_items li:hover img{
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}


/* ==========================================================================
   widget Section
   ========================================================================== */
.widget_section{
    background-image: url(../img/Widget-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 120px 0;
}
.widget_section:before{
    background-color: rgba(47,120,254,0.8);
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer_widget{
    color: #fff;
}
.footer_widget h4{
    font-weight: 600;
}
.footer_widget p a{
    color: #ddd;
}

.links{}
.links li{}
.links li a{
    color: #ddd;
    display: block;
    line-height: 28px;
}
p a:hover,
.links li a:hover{
    text-decoration: underline;
    color: #fff;
}

/* Twitter Feed */
.tweet-single{}
.tweet-single .user{
	margin-bottom: 15px;
}
.tweet-single .user span img{
	display: none;
}
.tweet-single .user span{
	display: block;
}
.tweet-single .user a:hover{
	text-decoration: none;
}
.tweet-single .user span:nth-child(2){
	color: #fff;
	font-size: 18px;
}
.tweet-single .user span:nth-child(3){
	color: #fff;
	opacity: 0.6;
}
.tweet-single .user span:nth-child(3):hover{
	text-decoration: underline;
}
.tweet-single .timePosted{
	margin: 0;
}
.tweet-single .timePosted a{
	color: #fff;
	position: relative;
	display: block;
	font-size: 13px;
	padding-left: 20px;
}
.tweet-single .timePosted a:before{
	font-family: 'ElegantIcons';
	content:'\7d';
	color: #fff;
	opacity: 0.6;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
}
.tweet-single .timePosted a:hover{
	text-decoration: none;
}
.tweet-single .tweet a,
.tweet-single .tweet{
	color: #fff;
	opacity: 0.6;
}
.tweet-single .tweet a,
.tweet-single .tweet a:hover{
	text-decoration: underline;
}

   
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    background-color: #fff;
    display: block;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}
.footer_section p{
    font-size: 12px;
    margin: 0;
}  

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #eaeaea;
    border-radius: 50%;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    color: #fff;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.11);
}
