@import url(predefine.css); /*==== all base and default class ====*/

/*======================================
              COMMON CLASS
=======================================*/
.heading{
    padding: 0 50px;
}
.heading img{
    margin: 7px 0 30px;
}

.overlay {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.input input{
    height: 50px;
    padding-left: 15px;
    border: 1px solid #FF5252;
}

a.anchor{
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #FF5252;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.anchor:after{
    position: absolute;
    content: '\00bb';
    top: 9px;
    transition: 0.5s;
    right: -10px;
    color: #999;
}
.anchor:hover:after{
    right: 5px;
}

/* if anchor color is same than will use this class */
a.ancr{
    border: 1px solid #fff;
    color: #fff;
}
a.ancr:hover{
    background: #fff;
    color: #333;
}

.bgstyle{
    margin-top: 100px;
    height: 200px;
    position: relative;
}
.bgstyle:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 59%;
    right: 0;
    top: 0;
    z-index: -1;
    background: #FF5252;
    -webkit-clip-path: polygon(100% -160%, 120% 100%, 0 100%);
    clip-path: polygon(100% -415%, 120% 100%, 0 100%);
}

.bgstyle2{position: relative;}
.bgstyle2:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #f0f0f0;
}

/*======================================
              MENU STYLE
=======================================*/
.menu{}
.menu ul{}
.menu ul li{
    display: inline-block;
    position: relative;
}
.menu ul li a{
    display: block;
    padding: 7px 9px;
    color: #fff;
}
.menu ul li:hover > a{
    color: #333;
}
.menu ul li a i{
    margin-right: 3px;
}

/*==========
Sub Menu
==========*/
.menu ul ul{
    display: none;
    position: absolute;
    z-index: 999;
    min-width: 160px;
    border-left: 2px solid #EB4C4C;
    top: 63px;
    background: rgba(255, 82, 82, 0.9);
}

/* 
// hover class
.menu ul li:hover > ul{
    display: block;
}

ul.has-sub{
    left: 160px;
    top: 0;
}
*/
.menu ul ul li{
    display: block;
    border-bottom: 1px solid #fff;
}
.menu ul ul li:last-child{
    border-bottom: none;
}
.menu ul ul li a{
    margin: 0;
    transition: 0.3s;
}
.menu ul ul li:hover > a{
    padding-left: 13px;
    color: #fff;
}

/*==========
Mega Menu
==========*/
.megamenu {
    width: 650px;
    overflow: hidden;
    position: unset !important;
    height: 300px;
    padding: 15px;
    background: rgba(255, 82, 82, 0.0);
}
.megamenu h5{
    color: #fff;
    background: #EB4C4C;
    padding: 7px;
}

.menu .megamenu ul{
    border: none;
    background: none;
    top: 40px;
}
.menu .megamenu ul li{
    border-bottom: 1px solid #fff;
}
.menu .megamenu ul li a{
    padding: 7px 0;
}
.menu .megamenu ul li:hover a{
    background: none;
    padding-left: 3px;
}


/*======================================
                 HEADER
=======================================*/
header{
    background: #FF5252;
    color: #fff;
    height: 90px;
}
/*==========*/
.topbar{
    height: 30px;
    background: #EB4C4C;
    font-size: 15px;
    padding: 6px;
}
.topbar ul li{
    margin: 0 2px;
}
.topbar ul li a{
    padding: 0;
}

.tbright{
    text-align: right;
}
.tbright ul li a:hover{
    margin: 0 3px;
}
.res{
    display: inline-block;
}

/*==========*/
.logo{
    margin-right: 35px;
}
.logo a{color: #fff;}
.logo h1{
    text-transform: none;
    margin-top: 8px;
}

/*==========*/
.mainmenu ul li{
    height: 60px;
    cursor: pointer;
}
.mainmenu ul li a,
.mright ul li a{
    margin-top: 12px;
}
.mainmenu ul ul li{
    height: auto;
}
.mainmenu ul ul li a{
    margin: 0;
}

/*======================================
                 FOOTER
=======================================*/
/*==========*/
.footer{
    height: 400px;
    padding: 60px 0 50px;
    position: relative;
}
.footer-overlay{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: #EB4C4C;
}
.footerMenu h4{
    font-size: 20px;
    background: #EB4C4C;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.footerMenu ul{
    margin-bottom: 35px;
}

.footerMenu ul li a{
    display: block;
    padding: 5px;
    color: #fff;
    border-bottom: 1px solid #EB4C4C;
}
.footerMenu a:hover{
    border-bottom: 1px solid #fff;
}
.footerMenu ul li a i{margin-right: 7px;}

/*==========*/
.copyright{
    margin-left: 40px;
    margin-top: 60px;
}
.copyright h5{
    font-size: 22px;
}
.copyright h6{
    font-size: 20px;
    margin: 10px 0;
}
.copyright ul{
    margin-top: 20px;
    margin-left: -8px;
}
.copyright ul li a i{
    margin: 0;
}

/*==========*/
footer{
    background: #EB4C4C;
    color: #fff;
    padding: 9px;
}

.footersocial ul li{
    display: inline-block;
}
.footersocial ul li a{
    display: block;
    margin: 0 5px;
    transition: .50s;
}
.footersocial ul li a:hover{
    margin-top: -5px;
}
.footersocial ul li a i{
    color: #fff;
}


/*======================================
              HOME PAGE
=======================================*/
/*==============
Row One (slider)
/*=============*/
.slider{}
.slider .sliderItem{
    height: 600px;
    position: relative;
}
.sliderItem h2, .banner h2{
    margin-top: 150px;
    font-size: 44px;
}
.sliderItem ul, .banner ul{
    margin: 10px 0;
}
.sliderItem ul li i, .banner ul li i{
    margin-right: 7px;
}
.sliderItem img, .banner img{
    width: 100%;
}


/*======
 Row Two
/*======*/
.search-domain {}
.search-domain h3{
    font-size: 28px;
}
.search-domain h3 img{}

.search-domain p{
    font-size: 18px;
    margin-bottom: 15px;
}
.search-domain p span{
    color: #333;
    display: inline-block;
}
.search-domain input[type="search"]{
    width: 380px;
}
.search-domain input[type="submit"]{
    width: 125px;
}
.search-domain ul{}
.search-domain ul li{
    display: inline-block;
    margin: 10px;
    color: #2b2b2b;
}
.search-domain ul li i{
    color: #FF5252;
}

/*========
 Row Three
/*=======*/
.hostingFeature{}

/* slider arrow custom style */
.hostingFeature .slick-prev{
    left: 0;
}
.hostingFeature .slick-next{
    right: 0;
}
.hostingFeature .slick-prev, 
.hostingFeature .slick-next{
    background: rgba(255,255,255,0.4);
    width: 50px;
    height: 50px;
    z-index: 999;
    top: 46%;
}
.hostingFeature .slick-prev:before,
.hostingFeature .slick-next:before{
	font-family:FontAwesome;
	font-size: 35px;
}
.hostingFeature .slick-prev:before{
    content: '';
}
.hostingFeature .slick-next:before{
    content: '';
}
/*---------------------------*/
.f1{background: #FF5252;}
.f2{background: #F34E4E;}
.f3{background: #EB4C4C;}
.f4{background: #D94646;}
.f5{background: #d84141;}
.f6{background: #d42b2b;}
.f7{background: #be2727;}

.HSfeature{
    padding: 15px;
    color: #fff;
    height: 400px;
    text-align: center;
}
.HSfeature img{
    margin: 67px 0 10px;
    width: 62px;
}

.HSfeature i{
    font-size: 38px;
    margin-top: 90px;
    margin-bottom: 15px;
}
.HSfeature a{
    padding: 8px 42px;
    margin-top: 22px;
}
.HSfeature a:hover:after{
    right: 25px;
}

/*=======
 Row Four
/*======*/
.featuredPrice{
    height: 430px;
    padding: 15px;
}
.featuredPrice img{
    margin: 70px auto 15px;
    width: 74px;
    height: 74px;
}
.featuredPrice h4{
    margin: 10px 0 7px;
}
.featuredPrice p{
    font-size: 20px;
    color: #808A95;
}
.featuredPrice a{
    border: 1px solid #999;
    margin-top: 20px;
    padding: 8px 20px;
}
.featuredPrice a:hover{
    border: 1px solid #808A95;
}

/*=======
 Row Four
/*======*/
.rowfive > div:nth-child(even){
    background: #f0f0f0;
}
.feature{
    padding: 15px;
    margin: 15px 0;
}
.feature img{
    width: 44px;
    height: 42px;
}
.feature h4{
    margin: 7px 0;
}
.feature p{
    
}

/*=======
 Row Five
/*======*/
.centerstyle{
    position: relative;
    height: 370px;
}
.centerstyle:after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #FF5252;
    color: #fff;
    z-index: -1;
}

/*==========*/
.subscribe{
    padding-top: 50px;
}
.subscribe input[type="email"]{
    width: 260px;
}
.subscribe input[type="submit"]{
    width: 100px;
}
/*==========*/
.pplan{
    margin-left: 50px;
    color: #fff;
}
.pplan ul{
    margin: 15px 0;
}
.pplan ul li{
    margin-bottom: 7px;
}
.pplan ul li span{
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 15px;
    padding-top: 4px;
}

/*======================================
              MODAL AREA
=======================================*/
.language-list ul li a{
    padding: 7px;
    border-bottom: 1px solid #f0f0f0;
    display: block;
}

/*======================================
              404 PAGE
=======================================*/
.notfound{
    height: 300px;
}
.notfound h2{
    font-size: 50px;
    margin-top: 50px;
    display: inline-block;
}
.notfound p{}
.notfound a{
    text-transform: none;
    color: #999;
    transition: .4s;
    margin-top: 20px;
    display: inline-block;
}
.notfound a:hover{
    color: #333;
    border-bottom: 1px solid #333;
}

/*======================================
            LOGIN/LOGOUT PAGE
=======================================*/
.access{
    min-height: 300px;
    width: 50%;
    margin: 0 auto;
}
.access a{
    color: #999;
}
.access a:hover{
    color: #000;
}

.blink{
    margin-top: 30px;
}
.blink a{
    margin-left: 5px;
    color: #FF5252;
}
.blink a:hover{
    text-decoration: underline;
    color: #FF5252;
}

/*======================================
              CONTACT PAGE
=======================================*/
.gmap{
    box-shadow: 0 10px 10px #ededed;
    margin-bottom: 20px;
}

/*============*/
.address{
    margin-top: 35px;
    text-align: center;
}
.address h4{
    margin-bottom: 15px;
    background: #FF5252;
    color: white;
    padding: 10px 0;
}
.address i.itop{
    font-size: 26px;
    color: #FF5252;
}
.address ul{
    margin-top: 15px;
}
.address ul li{
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 5px;
    text-transform: none;
}
.address ul li i{
    margin-right: 5px;
}

/*============*/
.msgfield{
    background: white;
    border: 1px solid #e3e3e3;
    padding: 12px;
    box-shadow: 0 0 3px #ededed;
}
.msgfield p{
    margin: 10px 0 15px;
}
.bgbadge{
    height: 180px;
    background: #FF5252;
    margin-top: -200px;
    margin-bottom: 100px;
}

/*======================================
              DOMAIN PAGE
=======================================*/
/*===============*/
.domainFeature{
    border: 1px solid #f0f0f0;
    padding: 15px;
    text-align: center;
    height: 220px;
    margin-bottom: 15px;
}
.domainFeature img{
    height: 62px;
    width: 62px;
    margin: 10px 0 15px;
}

/*===============*/
.instruction{
    margin-top: 15px;
}
.instruction li{
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
}
.instruction li span{
    border: 1px solid #fff;
    border-radius: 30px;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
}

/*======================================
              HOSTING PAGES
=======================================*/
.banner{
    height: 500px;
    position: relative;
    overflow: hidden;
}

/*============*/
.pricearea{
    background: #f9f9f9;
    padding: 50px 0 100px;
}
.recomend{
    padding: 10px;
}
.recomend p{
    font-size: 20px;
    margin: 0 !important;
}

.price{
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    border: 1px solid #ededed;
}
.price h3{
    color: #FF5252;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 15px 0;
    font-size: 38px;
}
.price h4{
    text-transform: none;
}
.price p{
    margin: 15px 0;
}

.price ul{
    margin: 25px 0 0;
}
.price ul li{
    padding: 10px 5px;
    border-bottom: 1px solid #f0f0f0;
}
.price ul li:last-child{
    border-bottom: none;
}
.price ul li i, .price ul li span{
    color: #30AFCF;
}
.price input[type="submit"]{
    padding: 10px 44px;
    border-radius: 3px;
}

.pb{
    margin-bottom: -50px;
}

/*============*/
.promotion img{
    float: left;
    width: 160px;
    margin-right: 15px;
}
.promotion h1{
    margin-top: 15px;
    display: inline-block;
}

/*======================================
              SUPPORT PAGES
=======================================*/
.sidemenu ul li a{
    padding: 7px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}
.sidemenu ul li a.active{
    color: #EB4C4C;
}
.sidemenu ul li a i{
    font-size: 14px;
    margin-right: 7px;
}

/*===========*/
.supportContent {
    min-height: 400px;
}
.supportContent ul{
    margin: 15px 0;
}
.question{
    color: #2C9DBA;
}
.answer{
    margin-bottom: 20px;
}


/*======================================
              CART PAGE
=======================================*/
.cartarea table{
    width: 80%;
    margin: 0 auto;
}
.cartarea th,
.cartarea td{
    text-align: center;
    border: 1px solid #e3e3e3;
}
.cartarea th{
    background: #ededed;
    color: #333;
    padding: 10px 0;
}
.cartarea td{
    padding: 5px;
    vertical-align: middle;
}
.cartarea td span{
    display: block;
    color: #999;
    font-size: 15px;
    text-transform: none;
}

td.c4{text-align: right;}
td.c5{text-align: left;}
.cartarea td input[type="number"]{
    width: 50px;
    padding-left: 5px;
}
.cartarea td input[type="submit"]{
    
}

.cartbtn{
    padding: 15px !important;
}
.cartbtn button{
    margin-top: -5px;
    margin-left: 7px;
    border-radius: 0;
    width: 75px;
}

a.cntnue-shopping{
    display: block;
    text-align: right;
    margin: 60px 115px 0 0;
    border-bottom: 1px solid #EB4C4C;
    width: 300px;
}
a.cntnue-shopping:hover{
    color: #EB4C4C;
}

/*---------------*/
.empty{
    text-align: center;
    min-height: 300px;
}
.empty h2{
    margin-top: 100px;
}
.empty a{
    padding: 7px 10px;
    display: inline-block;
    margin-top: 14px;
    border: 1px solid #FF5252;
}








/*======================================
              OTHERS PAGE
=======================================*/

































