@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900');
body{
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    background: #e6e6e6;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus{
    outline: 0;
    outline-offset: 0; 
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
}
a:hover,a:focus{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
/*************************** margins *********************/
.mgbt-40{
    margin-bottom: 40px !important;
}
.navbar-nav > li > a.sign-up,
.navbar-nav > li > a.sign-up:hover,
.navbar-nav > li > a.sign-up:focus{
    background: #ff6d00 !important;
    border-radius: 4px;
    padding: 7.5px 10px;
    margin-top: 7.5px;
    color: #fff !important;
}
.block-compare-1 .nav-tabs > li{
    width:16%;
    margin-bottom: 0;
}
.ribbon{
   font-size: 16px !important;
    width: 60%;
    position: relative;
    background: #ba89b6;
    background: #0ca8ff;
    color: #fff;
    text-align: center;
    padding: .5em 1em;
    margin: 2em auto 3em;
    margin: -10px auto 2em;
}
.ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
   border: 1em solid #0ca8ff;
    z-index: -1;
}
.ribbon:before {
    left: -1.5em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}
.ribbon:after {
    right: -1.5em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #804f7c transparent transparent transparent;
    border-color: #0281fe transparent transparent transparent;
    bottom: -1em;
}
.ribbon .ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

.block-compare-1 .nav-tabs > li.active > a, 
.block-compare-1 .nav-tabs > li.active > a:hover,
.block-compare-1 .nav-tabs > li.active > a:focus{
    background-color: #16222a;
    border-color: #16222A;
    color: #fff;
}
.block-compare-1 .nav-tabs > li > a:hover{
    background-color: #b0b0b0;
      border-color: #b0b0b0;
}
.block-compare-1 .nav-tabs{
    border-bottom: 0;
}
.block-compare-1 .table-striped.table-comparesion > tbody > tr:nth-of-type(odd){
    background: transparent;
}
.block-compare-1 .nav-tabs > li > a{
    background-color: #999999;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
}
.block-compare-1 .tab-content {
    background: #16222a;
    padding: 30px;
    color: #fff;
}
.card-bg{
    background: #fff;
    padding-top:30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
}
.header--top{
    position: absolute;
    width: 100%;
    boder:0;
    z-index: 101;
    color: #fff;
    background: #335D84;
    background: #16222A;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.header--top.small-height{
    position: fixed;
   background: rgba(22, 34, 42, 0.7);
}
.header--top .navbar{
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
.header--top .navbar-nav > li > a,.header--top .navbar-brand{
    color: #fff;
}
.header--top .navbar-nav > li > a:hover,
.header--top .navbar-nav > li > a:focus{
    background: transparent;
}
.header--top .navbar-brand{
    height: 62px;
}
.block{
    position: relative;
}
.block--hero-particles{
    height: 660px;
    padding-top: 62px;
    overflow: hidden;   
}
#prices .card-bg{
    margin-bottom: 0;
}
#prices,#includes{
    padding-top:30px; 
}
.block--hero-particles .container{
    height: 100%;
    position: relative;
    z-index: 2;
}
.block--hero-particles .block--hero-in{
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: table;
}
.block--hero-hgroup{
    color: #fff;
}
.block--hero-title{
    font-weight: 700;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.05);
    margin-bottom: 30px;
}
.block--hero-hgroup h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 30px;
}
.block--hero-hgroup h2 span{
    font-weight: 300;
}
.block--hero-content.block--hero-left{
    width: 40%;
}
.block--hero-content.block--hero-right{
    width:60%;
}
.block--hero-hgroup h3{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 30px;
}
.block--hero-content{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
.btn-get-started{
    font-size: 16px;
    min-width: 300px;
    padding: 15px 30px;
    box-shadow: 0 26px 30px -20px rgba(31,37,45,1);
    background-color: #fff;
    text-align: center;
    color: #0aa3ff;
    border: none;
}
.block--hero-particles #particles-js{
    width: 100%;
    height: 100%;
    position: absolute;
}
.block--hero-particles #particles-js{
    background: #7abcff;
    background: -moz-linear-gradient(-45deg, #0079fc 0%, #15cfff 0%, #0079fe 100%);
    background: -webkit-linear-gradient(-45deg, #0079fc 0%,#15cfff 0%,#0079fe 100%);
    background: linear-gradient(135deg, #0079fc 0%,#15cfff 0%,#0079fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079fc', endColorstr='#0079fe',GradientType=1 );
}
.footer-top-row{
    padding-left: 30px;
}
.footer-top{
    background: #222222;
    color: #fff;
    padding-bottom: 60px;
    padding-top: 60px;
    background: #222222 url(../images/bg_footer.png) no-repeat 91% bottom;
}
.footer-top-list li{
    /*   border-bottom: 1px solid rgba(245, 130, 32, 0.7);*/
    display: block;
    float: none;
    margin: 0!important;
}
.footer-logo{
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
    height: 40px;
}
.footer-top-list li a{
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 12px 0 12px 0;
}
.footer-top-title{
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
}
.social-icons .social-icon {
    display: inline-block;
    float: left;
    line-height: 0;
    margin-bottom: 0;
    margin-right: 15px;
    width: 40px;
}
.social-icons .social-icon i {
    border-color: rgba(255,255,255,0.1);
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    transition: all .3s ease 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border:1px solid #fff;
}
.social-icons{
    margin-top: 20px;
}
.footer-top-title:after,.footer-top-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
}
.footer-top-title:after{
    width: 30px;
    left: 15px;
    background: rgba(245, 130, 32, 0.7);
}
.footer-top-title:before{
    width: 10px;
    left: 0;
    background: #fff;
}
.footer-copy{
    background: #000;
    padding: 20px 0; 
    color: #fff;
    text-align: right;
}
.block-testinominals{
    background: #f7f6fb;
    padding-top: 60px;
    padding-bottom: 60px;
}
.block--title{
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 70px;
    position: relative;
    padding-bottom: 20px;
    color: #032846;
    text-align: center;
}
.block--title:after{
    content: '';
    width: 250px;
    height: 203px;
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -125px;
    background: url(../images/title-bg.png) center no-repeat;
}
.testimonial-card{
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 6px;
    webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}
.card-content{
    min-height: 110px;
    padding-bottom: 20px;
    padding: 20px;
}
.card-by{
    background: #f58220;
    padding: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #fff;
    position: relative;
}
.quotes {
    width: 56px;
    height: 56px;
    display: inline-block;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: -28px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    right: 20px;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    text-align: center;
    color: #f58220;
    line-height: 65px;
}
.quotes i{
    font-size: 26px;
}
.section-title{
    position: relative;
    margin-bottom: 30px;
}
.section-title:after,
.section-title:before{
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
}
.title_center{
    text-align: center
}
.section-title:before{
    width: 15px;
    left: 0;
    background: #f58220;
}
.section-title.title_center::before {
    left: calc(50% - 53px);
    transform: translateX(-50%);
}
.section-title .title{
    font-size: 50px;
    line-height: 37px;
    color: #f58220;
    font-weight: 700;
    padding-bottom: 20px;
}
.section-title .sub--title{
    font-size: 14px;
    color: #474c50;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 5px;
}
.section-title:after {
    width: 100px;
    background: #474c50;
    left: 18px;
}
.section-title.title_center::after {
    left: calc(50% + 8px);
    transform: translateX(-50%);
}
.client-item{
    background: #ffffff;
    padding: 30px 15px;
    margin: 50px 0 0 0;
    text-align: center;
    position: relative;
    padding-top: 50px;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}
.cl-image{
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100px;
    height: 100px;
    border: #fff 5px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.cl-image img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.testimonial-out .owl-item .item{
    padding-bottom:  15px;
}
.client-name{
    margin: 10px 0;
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
}
.client-des{
    color: #777;
    margin-bottom: 20px;
}
.client-comment p{
    olor: #898c84;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 110px;
}
.client-comment p span{
    position: absolute;
    color: #f58220;
}
.quote-left{
    top: 0;
    left: 0;
}
.quote-right{
    bottom: 0;
    right: 0;
}
.testimonial-out .owl-theme .owl-dots .owl-dot.active span, 
.testimonial-out.owl-theme .owl-dots .owl-dot:hover span{
    background: #f58220;
}
.testimonial-out .owl-theme .owl-dots .owl-dot span{
    background: #222;
}
.cl-name h6{
    padding: 14px 0 0 0;
    margin: 0;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #393a37;
    /* font-family: 'robotobold'; */
    font-weight: 600;
}
.cl-name h6 span {
    font-size: 12px;
    color: #a1a1a1;
    border-left: #d5d5d5 1px solid;
    padding-left: 15px;
    margin-left: 17px;
}
.client-item.client-item1{
    margin: 0;
    padding: 20px;
}
.client-item.client-item1 .cl-image{
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: auto;
    width: 100px;
    height: 100px;
    border: #fff 5px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 20px;
}
.client-item.client-item1 .client-comment p{
    margin-bottom: 20px;
}
.footer-top.bg-1{
    background: #222222 url(../images/bg-3.png) no-repeat center center; 
    background-size: 50%;
}
.client-item.client-item2 {
    background: transparent;
    box-shadow: none;
}
.client-item.client-item2 .card-title{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #F7913B;
}
.client-item.client-item2 .card-des{
    color: #f58729;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}
.client-item.client-item2 .cl-image{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: auto;
    width: 100px;
    height: 100px;
    border: #fff 5px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    border: 0;
    margin-bottom: 30px;
}
.client-item.client-item2 .client-comment{
    margin-top: 15px;
}
.client-item.client-item2{
    background: transparent;
    box-shadow: none;
    margin-top: 0;
    padding: 15px;
}
.client-item.client-item2 .cl-image img{
    height: 100px; 
}
.block--testimoniaals1 .testimonial--out{
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
}
.testimonial--inner{
    padding: 15px;
}
.client-item.client-item3{
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    color: rgba(0,0,0,.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    position: relative;
    border-radius: 6px;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 15px;
}
.client-item.client-item3 .icon{
    font-size: 40px;
    color: rgba(0, 0, 0, 0.65);
}
.client-item.client-item3 .card-content{
    padding: 20px 0;
    padding-top: 0;
}
.client-item.client-item3 .card-description{
    color: #999;
    font-size: 16px;
    line-height: 1.55em;
    font-style: italic;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.client-item.client-item3 .card-title{
    font-weight: 700;
    font-size: 20px;
}
.client-item.client-item3 .card-des{
    color: #999;
    font-size: 14px;
    margin: 10px 0;
}
.client-item.client-item3 .cl-image{
    position: relative;
    top: auto;
    bottom: auto;
    /* margin: -50px auto 0; */
    margin-bottom: -50px;
    border:0;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    margin-top: 15px;
}
.client-item.client-item3 .cl-image img{
    height: 100px;
}
.block--testimoniaals1 .section-title .sub--title{
    /*    color: #fff;*/
}
.block--testimoniaals1 .section-title:after{
    /*    background: #fff;*/
}
.client-item.client-item3 .quote-left,.client-item.client-item3 .quote-right{
    position: absolute;
    font-size: 20px;
    color: #f58220;
}
.block--testimoniaals2{
    padding: 30px 0;
}
.testimonial--item{
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 15px;
    margin: .5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    padding: 30px 30px 20px 30px;
}
.testimonial--img{
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 100%;
    /* border: 1px solid; */
    overflow: hidden;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.11);
}
.testimonial--content{
    position: relative;
    padding-left: 90px;
}
.testimonial--title,.testimonial--content-in{
    margin-bottom: 10px;
}
.testimonial--content-in{
    font-size: 14px;
    color: #6a7483;
    line-height: 26px;
}
.testimonial--who span{
    color: #f58220;
}
.footer-top1{
    background: #000;
    color: #939393;
}
.footer-copy1{
    border-top: 2px solid #b1aaaa;
    background: black;
    text-align: center;
    text-align: center;
    line-height: 25px;
    padding:0;
    color: #939393;
    font-weight: 400;
    /* font-size: 12px; */
}
.footer-copy-in{
    text-align: left;
}
.list-inline>li{
    display: inline-block;
    line-height: 30px;
}
.footer-menus{
    text-align: center;
}
footer ul.footer-links{
    text-align: center;
    margin-bottom: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}
footer ul.footer-links li {
    line-height: 35px;
    padding: 0 10px;
}
footer ul.footer-links li a{
    font-size: 14px;
    color: #fff;
}
footer .payment-icons .fa{
    font-size: 38px;
    color: #fff;
    margin-bottom: 7px;
}
.payment-modes{
    margin-top: 20px;
}
.footer-top-list li a{
    color: #939393;
}
.footer-2 .social-icons .social-icon{
    float: none;
}
.footer-2 .social-icons .social-icon i{
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 38px;
}
.footer-2 .footer-logo{
    color: #fff;
}
.footer-2 .logo-top{
    color: #fff;
}
.v-middle{
    vertical-align: middle;
}
.footer-copy-in:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 1000%;
    top: 0;
    right: 37px;
    -webkit-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
    transform: skewX(-50deg);
    right: 0;
    background: #16222a;
}.footer-copy-in{
    position: relative;
    padding-top: 15px;
    padding-bottom: 16px;
}
.footer-copy-cont{
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 2;
}
.plan-out{
    text-align: center;
}
.plan-out .plan-img{
    margin-bottom: 20px;
    background: linear-gradient(135deg, #0079fc 0%,#15cfff 0%,#0079fe 100%);
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    line-height: 150px;
    text-align: center;
    border-radius: 50%;
    border: 5px solid #f58220;
}
.plan-out img{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    width: 120px;
    vertical-align: middle;
    height: 120px;
}
.plan-out .plan-title{
    font-weight: 700;
    font-size: 20px;
}
.levels  ul>li{
    width: 20%;
    float: left;
}
.plan-out{
    margin-bottom: 30px;
}
.block--plans{
    text-align: center;
}
.vps-prices-container {
    /*        background: rgb(255, 255, 255);*/
    float: left;
    padding-top: 55px;
    width: 100%;
    /*    border: 1px solid #ededed;
        box-shadow: 0px 0px 15px #eee;*/
}
.vps-prices-panel {
    float: left;
    width: 100%;
}
.block--plans{
    padding: 30px 0;
}
.value-buy span{
    font-size: 50px;
    color: #f58220;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;   
}
.value-buy small{
    font-size: 24px;
    color: #fff;
}
.value-buy{
    margin-top: 30px;
    margin-bottom: 30px;
}
.block--plans .vps-prices-container{
    padding-top: 30px;
}
.block--plans .section-title .sub--title{
    color: #fff;
}
.plan-out .plan-title{
    color: #f58220;
}
.plan-out .contin {
    color: #fff;
}
.block--plans .btn-get-started{
    background: #f58220;
    color: #fff;
}
.block--plans .section-title:after{
    background: #fff;
}
.header--top .navbar-nav{
    margin-bottom: 6px;
    margin-top: 6px;
}
.block--includes .card-bg{
    background: #023d8f;
}
.block--includes .section-title .title,
.block--includes .services-in h2,
.block--includes .services-in{
    color: #fff;
}
.block--includes .services-in .include-icon{
    color: #ff6d00;
}
.block--includes .back-icon{
    opacity: .5;
    color: #ff6d00;
}
.block-includes2 .services-in p{
    margin-bottom: 0;
    min-height: 90px;
}
.block-includes2 .back-icon{
    color: #023d8f;
    color: #f58220;
    opacity: .5;
}
.block-includes2 .services-in{
    z-index: 1;
}
.block-includes2 .single-services:before{
    content: none;
}
.single-services.card-bg{
    background: #16222a;
}
.services-top{
    overflow: hidden;
    position: relative;
}
.services-top:before {
    background: #f58533 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 3px;
    left: 115px;
    position: absolute;
    right: 115px;
}
.single-services{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}
.single-services:before {
    background: #f58533 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 1px;
    transform: translateY(-50%);
    top: 50%;
}
.services-top .col-md-4,
.services-bottom .col-md-4{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 7px;
}
.services-top .col-md-4:last-child .single-services:before,
.services-bottom .col-md-4:last-child .single-services:before{
    content: none;
}
.services-in{
    position: relative;
    padding-left: 50px;
    color: #fff;
}
.block--includes .section-title .sub--title{
    color: #fff; 
}
.services-in .include-icon{
    position: absolute;
    top: 0;
    left: 0;
    color: #f58220;
}
.include-icon{
    font-size: 35px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #f58220;
}
.back-icon{
    position: absolute;
    opacity: .08;
    padding-left: 40px;
    font-size: 105px;
    left: 0;
    color: #fff;
    color: #f58220;
    z-index: -1;
}
.services-in h2{
    font-size: 24px;
    font-weight: 600;
    color: #1b232f;
    color: #fff;
}
footer ul.footer-links.footer-links-links li{
    padding: 0;
    text-align: left;
}
.list-inline.payment-icons{
    margin-bottom: 15px;
}
.footer-top-row small{
    color: #fff;
}
.footer-links.footer-links-links{
    padding-top: 0;
    padding-bottom: 0;
} 
.block--blogs .blog-content{
    padding: 30px;
}
.blog-card{
    background: #fff;
    position: relative;
    color: #9b9b9b;
    border: 1px solid #e8e8e7;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    box-shadow: 0 15px 45px -9px rgba(0,0,0,0.20);
    margin-bottom: 30px;
}
.blog-card .blog-title{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px; 
}
.blog-date-time{
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
.blog-card .title-link{
    color: #000;
}
.blog-content-in{
    margin-bottom: 30px;
}
.blog-footer{
    padding-top: 12px;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #ebebeb;
}
.blog-img{
    position: relative;
}
.img-hover{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.61);
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}
.blog-footer span{
    font-size: 14px;
    font-weight: bold;
    display: inline-block; 
}
.blog-footer span:not(:last-child){
    margin-right: 20px;
}
.blog-footer span i{
    margin-right: 10px;
}
.blog-footer span a{
    color: #999;
}
.block.block--blogs .sub--title{
    color: #fff;
} 
.blog-link{
    display: block;
    overflow: hidden
}
.blog-link img{
    transition: transform .2s ease-out;
}
.blog-img:hover .blog-link img{
    transform: scale(1.2);
} 
.blog-img:hover .img-hover{
    opacity: 1;
    visibility: visible;
    transition: all .2s;
}
.img-hover-in{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.img-hover-in a{
    font-size: 35px;
    color: #f58220;
    height: 65px;
    width: 65px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    line-height: 65px;
}
.posrel{
    position: relative !important;
}
.block--features{
    padding-top: 30px;
    padding-bottom: 30px;
}
.features-icon{
    cursor: pointer;
    border-radius: 6px;
    background: #f58220;
    color: #fff;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    height: 75px;
    width: 75px;
    text-align: center;
}
.features-list-in{
    text-align: center;
    margin-bottom: 30px;
}
.features-icon:before{
    border: rgba(225, 225, 225, 0) solid 2px !important;
    border-radius: 6px;
}
.features-icon:hover{
    background: rgb(255, 168, 93);
    color: #fff;
}
.features-title{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
}
.features-content p{
    color: #4c4c4c;
    font-size: 15px;
    padding: 0;
    margin-bottom: 0;
    min-height: 65px;
}
.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0 0 1px transparent; */
    position: relative;
}
.features-icon:hover:before {
    border: rgb(255, 168, 93) solid 2px !important;
    border-radius: 6px;
}
.features-icon i{
    font-size: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}
.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.features-list2 .featue-icon i{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    /* color: black; */
    font-size: 32px;
}
.features-list3 .feature-title{
    font-size: 18px;
    font-weight: 600;
}
.features-list3 .features-item{
    background-color: #FFFFFF;
    box-shadow: 0 0 35px rgba(0,0,0,.08);
    padding: 20px 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 30px;
}
.features-list3 .feature-icon  i{
    color: #FFFFFF;
    font-size: 2.000em;
    width: 76px;
    height: 76px;
    border-radius: 100%;
    background-color: #f58220;
    box-shadow: 0 18px 32px rgba(0,0,0,.28);
    line-height: 76px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: background .4s linear;
    transition: background .4s linear;
    background-image: -webkit-linear-gradient( 42deg, rgb(242,81,76) 0%, rgb(246,66,94) 52%, rgb(250,50,111) 100%);
    background-image: linear-gradient(45deg, #f58220 50%, #F4D03F 100%);
}
.features-list3 .feature-title{
    margin: 0;
    color: #666666;
    font-size: 1.714em;
    font-weight: 500;
    margin-bottom: 25px;
}
.features-list3 .features-item:hover .featue-content,
.features-list3 .features-item:hover .feature-title{
    color: #fff;
}
.features-list3 .features-item:hover i{
    color: #f58729;
    background: none;
    background-color: #fff;
}
.features-list3 .features-item:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    opacity: 0;
    background-image: -webkit-linear-gradient( 63deg, rgb(250,50,111) 0%, rgb(246,66,94) 53%, rgb(242,81,76) 100%);
    background-image: linear-gradient(45deg, #f58220 50%, #F4D03F 100%);
}
.features-list3 .features-item:hover:before{
    opacity: 1;
}
.features-list4 .features-item{
    border-bottom: 3px solid #fff9fa;
    padding: 15px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    background: #fff;
    border: 1px solid #efefef;
    text-align: center;
}
.features-list4 .features-item:after{
    content: "";
    display: block;
    height: 0.25em;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    background-image: linear-gradient(to right, transparent 50.3%, #ff6d00 50.3%);
    transition: background-position .2s .1s ease-out;
    background-size: 200% auto;
}
.features-list4 .features-item:hover{
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
    z-index: 1;
    cursor: default;
}
.features-list4 .features-item:hover:after{
    background-position: -100% 0;
}
.features-list4 .feature-icon{
    margin-bottom: 20px !important;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    padding-top: 20px;
}
.features-list4 .feature-icon i{
    font-size: 45px;
    vertical-align: middle;
    color: #ff6d00;
}
.features-list4 .feature-title{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    text-transform: capitalize;
}
.features-list4 .featue-content p{
    padding-top: 16px;
}
.block-planes2{
    padding-top: 30px;
    padding-bottom: 30px;
    background: orange;
    background: #df2276;
    background: -moz-linear-gradient(45deg, #df2276 0%, #fdbe2d 100%);
    background: -webkit-linear-gradient(45deg, #df2276 0%, #fdbe2d 100%);
    background: linear-gradient(45deg, #df2276 0%, #fdbe2d 100%);
}
.block-planes2 .section-title .sub--title,
.block-planes2 .section-title .title{
    color: #fff;
}
.block-planes2 .section-title:after,
.block-planes2 .section-title:before{
    background: #fff;
}
.pricing-list{
    width: 20%;
    display: inline-block;
    padding-left: 15px; 
    padding-right: 15px;
    float: left;
    text-align: center;
}
.pricing-detail-out{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid;
    padding-bottom: 30px;
    box-shadow: 0 8px 25px rgba(245, 130, 32, 0.42);
    border: 0;
    box-shadow: 0 2px 5px rgba(85, 85, 85, 0.3);
}
.pricing-list .progress{
    position: relative;
}
.pricing-list .progress-bar:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 7px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    position: absolute;
    top: 0;
    left: -4px;
}
.pricing-list .progress-bar:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 4px;
    border-color: transparent transparent transparent #f2f2f2;
    position: absolute;
    top: 0;
    right: -4px;
}
.pricing-list .progress-bar {
    height: 14px;
    background-color: #f2f2f2;
    position: relative;
    /* margin: 0 10px 25px 10px; */
    width: 100%;
    float: none;
    box-shadow: none;
}
.pricing-list .progress-meter{
    width: 0;
    height: 100%;
    background-color: #006278;
    position: relative;
    background: #f58220;
    background: -moz-linear-gradient(left, #f58220 0%, #F4D03F 100%);
    background: -webkit-linear-gradient(left, #f58220 0%, #F4D03F 100%);
    background: linear-gradient(to right, #f58220 0%, #F4D03F 100%);
}
.pricing-list .progress-bar .progress-meter:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 7px 0;
    border-color: transparent #f58220 transparent transparent;
    position: absolute;
    top: 0;
    left: -4px;
}
.pricing-list .progress-bar .progress-meter:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 4px;
    border-color: transparent transparent transparent #F4D03F;
    position: absolute;
    top: 0;
    right: -4px;
    z-index: 1;
}
.pricing-list .pricing-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.pricing-list .desc{
    font-size: 14px;  
}
.pricing-list .btn-get-started{
    width: 100%;
    min-width: auto;
    box-shadow: 0 26px 15px -19px rgba(31, 37, 45, 0.63);
    margin-bottom: 30px;
    background: #f58220;
    color: #fff;
}
.pricing-list .dol{
    font-size: 14px;
    vertical-align: top;
    font-weight: 600;
}
.per-val{
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.pricing-value{
    color: #f58220;
}
.pricing-value{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
}
.pricing-features .pricing-features-list{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid rgb(245, 130, 32);
    border: 1px solid #02669f;
    margin-bottom: 8px;
    position: relative;
    padding-left: 35px;
}
.btn-round{
    border-radius: 30px;
}
.btn-order-now{
    background-image: linear-gradient(45deg, #f58220 50%, #F4D03F 100%);
    background-image: linear-gradient(45deg, #02669f 50%, #8dd3fb 100%);
    background-image: linear-gradient(45deg, #017dfe 50%, #8dd3fb 100%);
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border: none;
}
.btn-order-now:hover,
.btn-order-now:focus,
.btn-order-now:active{
    background-image: linear-gradient(45deg, #017dfe 50%, #8dd3fb 100%) !important;
    color: #fff;
}
.block-includes2 .section-title,.block--blogs .section-title{
    margin-bottom:0;
}
.block-includes2 .card-bg,.block--blogs .card-bg{
    background: #16222a;
}
.block-includes2 .section-title .title,
.block--blogs .section-title .title{
    color: #fff;
}
.block-includes2 .section-title:after,
.block--blogs .section-title:after{
    background: #fff;
}
.block--blogs .section-title .title{
    line-height: 48px;
}
.block--plane4 .section-title.title_center::before{
    left: calc(50% - 38px);
}
.block--plane4 .section-title.title_center::after{
    width: 70px;
}
.block--plane4 .card-bg{
    position: relative;
    z-index: 1;
}
.block--plane4 .plan-carosal-out{
    padding-left: 50px;
    padding-right: 50px;
}
.pricing-features .pricing-features-list strong{
    font-weight: 600;
}
.pricing-features .pricing-features-in{}
.pricing-features-in i{
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    background: #f58220;
    background-image: linear-gradient(45deg, #02669f 50%, #8dd3fb 100%);
    float: left;
    padding: 4px 7px;
    /* margin-left: -6px; */
    /* margin-top: -6px; */
    border-radius: 4px 0 0 4px;
    position: absolute;
    left: 0;
    width: 35px;
    bottom: 0;
    top: 0;
}
.pricing-features-in i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.block-planes3 .pricing-items{
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.hostplan .title{
    float: left;
    width: 100%;
    height: 62px;
    border-top: 2px solid #2196d0;
    background: url(../images/hostplan-title-bg.png) no-repeat left top;
}
.hostplan .title b{
    float: left;
    width: 72px;
    height: 50px;
    padding-top: 17px;
    line-height: 13px;
    font-weight: bold;
    font-style: normal;
    /* color: #fff; */
    font-size: 18px;
    text-align: center;
    background: rgba(245, 130, 32, 0.68);
    color: #fff;
}
.hostplan .title strong {
    float: left;
    width: calc(100% - 72px);
    height: 57px;
    padding-left: 15px;
    padding-top: 10px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    background: #f58220;
}
.hostplan .title b i {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
}
/************************** FAQ PAGE ************************/
.block--banner-faq{
    border-bottom: 36px solid #ff6d00;
    padding-top: 62px;
}
.top-banner {
    background-image: url(../images/page-header-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 70px 0 100px;
    text-align: center;
}
.custom-info-column-in{
    background: #ff6d00;
    padding: 60px;
    color: #fff;
}
.custom-info-column-in p{
    margin-bottom: 0;
}
.custom-info-column-in .title{
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 20px;
}
.bottom_row {
    background: url(../images/bottom-arrow-bg.png) no-repeat center center;
}
.title_left{
    text-align: left;
}
.fa.fa-angle-down {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    padding: 3px 0 0 0;
    opacity: 1;
}
.bottom_row {
    bottom: -2px;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    width: 130px;
    height: 38px;
    text-align: center;
    transform: translateX(-50%);
}
.block--faqs-list{
    padding-top: 60px;
    padding-bottom: 60px;
}
.white-bg{
    background: #fff;
}
.block--faqs-list .card-bg{
    padding-left: 30px;
    padding-right: 30px;
}
.faq-group a{
    padding: 16px 18px;
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.faq-group .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.faq-group .panel:not(:last-child){
    margin-bottom: 20px;
}
.faq-group .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.faq-group .panel-heading {
    border-radius: 0;
    padding: 0;
    border: none;
    background-color: inherit;
}
.faq-group .panel-title a.collapsed {
    color: #25272b;
    background: rgba(225, 225, 225, 0.12);
    border: solid 1px #e1e1e1;
}
.faq-group .panel-title a.collapsed,
.faq-group .panel-title a{
    border-left: solid 5px #f58220;
}
.faq-group .panel-title a {
    background-color: #f58220;
    border: solid 1px #f58220;
}
.faq-group .panel-title a {
    color: #fff;
    padding: 16px 18px;
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.list-style-1 li:before{
    position: absolute;
    top :0;
    left: 0;
        content: "\f192";
            font-family:FontAwesome;
            font-size: 20px;
            color: #ff6d00 ;
}
.list-style-1 li{
    position: relative;
    padding-left: 25px;
    color: #888;
}
.list-style-1 li:not(:last-child){
    margin-bottom: 10px;
}
.single-post .blog-list-in-in p,
.single-post .blog-list-in-in ul{
    margin-bottom: 20px;
}
.faq-group .panel-body {
    background: rgba(225, 225, 225, 0.12);
    border: 1px solid #ddd;
}
.single-post .blog-list-in .title{
    font-size: 24px;
}
.privacy--policy{
    padding-bottom: 60px;
    padding-top: 60px;
}
.privacy--policy-in .title{
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;  
}
.privacy--policy-in:not(:last-child){
    margin-bottom: 20px;
}
.top-banner h1{
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    color: #f58220;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.top-banner p{
    color: #fff;
    margin-bottom: 5px;
}
.pricing-card{
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.plans-btns{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 100px;
    color: #16222a;
    height: 100px;
    width: 39px;
    display: inline-block    
}
.plans-btns.plans-left{
    left: 15px;
    background: url(../images/big-left.svg) no-repeat center center;
}
.plan-carosal-out{
    position: relative;
}
.plans-btns.plans-right{
    right:15px;
     background: url(../images/big-right.svg) no-repeat center center;
}
.pricing-card-in{
    position: relative;
    border-radius: 6px;
    background-image: linear-gradient(45deg, #f58220 50%, #F4D03F 100%);
    background-image: linear-gradient(45deg, #02669f 50%, #8dd3fb 100%);
    background-image: linear-gradient(45deg, #007cfe 50%, #0fb6ff 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 5px 15px rgba(112,128,175,0.7);
}
.block--plane4 .section-title .title{
    color: #1b232f;
}
.pricing-card-in:before{
    filter: blur(8px);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    width: 100%;
    height: 20px;
    content: "";
    position: absolute;
    opacity: .05;
    left: 0;
    bottom: 0;
    transform: translate(0, 104%) rotateX(-45deg);
    -ms-transform-origin: center top;
    transform-origin: center top;
    background-image: linear-gradient(to bottom, #3E396B, rgba(62,57,107,0));
}
.plan-rib{
    height: 26px;
    color: #fff;
    text-align: left;
    font-size: 16px;
}
.pricing-card-in .plan-item{
    overflow: hidden;
    padding: 10px;
    padding-bottom: 30px;
    border-radius: 6px;
    position: relative;
}
li.white:before {
    position: absolute;
    width: 140%;
    height: 100%;
    content: "";
    left: -20%;
    top: 0;
    background-color: rgba(255,255,255,0.6);
    z-index: -1;
}
.plan-rib:before{
    width: 102%;
    height: 70px;
    position: absolute;
    left: -1%;
    top: -14px;
    content: "";
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background-image: linear-gradient(90deg, rgba(0,0,0,0.1) -10%, rgba(0,0,0,0.4) 100%);
}
.plan-rib p{
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-size: 14px;
}
.spacer24{
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    height: 24px;
}
.spacer10{
    height: 10px;
}
.spacer15,
.spacer10{
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
.spacer15{
    height: 15px;
}
.pricing-card .plan-title{
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgba(62,57,107,0.4);
    font-size: 22px;
    margin-top:20px;
}
.price-text{
    line-height: 1;
    font-weight: 700;}
.amount,.price-text{
    display: block;
}
.amount .inline {
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
    font-weight: 600;
    font-size: 17px;
}
.inline{
    display: inline-block;
}
.text-xl{
    font-size: 35px;
    font-weight: 600;
}
.plan-price {
    height: 100px;
}
li.what-get{
    font-weight: 700;
    color: #4e4e4e;
    line-height: 37px;
    min-height: 37px;
}
.pricing-card .plan-content:before{
    position: absolute;
    left: 0;
    bottom: -5.5%;
    height: 100%;
    max-height: 325px;
    width: 120%;
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background-image: linear-gradient(180deg, #fff, #FFF);
    content: "";
}
.plan-content ul{
    position: relative;
    z-index: 1;
    color: #000;
    margin-bottom: 30px;
}
.plan-content .plan-list-cont li{
    line-height: 37px;
    min-height: 37px;
}
.plan-content .plan-list-cont li.what-get{
    font-weight: 700;
    color: #4e4e4e;
}
.block--includes .container{
    position: relative;
    z-index: 1;
}
.testimonial--arrows{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #023a88;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    position: absolute;
    top: calc(50% - 50px);
    background: #fff;
    z-index: 99;
    color: #023a88;
    font-size: 30px;
    cursor: pointer;
}
.testimonial--arrows i{
    position: absolute;
    top: 48%;
    left: 52%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}
.testimonial--right{
    right: 15px;
}
.testimonial--left{
    left: 15px;
}
.testimonial--left i{
    left:48%;
}
.block--includes:after{
    background: rgba(0,0,0,.90);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}
.compare-tabs > li > a{
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.compare-tabs > li > a{
    border-top: 5px solid transparent;
    border-bottom: 0;
}
.compare-tabs > li > a,
.compare-tabs > li.active > a{
    border-radius: 0; 
}
.compare-tabs > li.active > a,
.compare-tabs > li.active > a:hover,
.compare-tabs > li.active > a:focus,
.compare-tabs > li > a:hover,
.compare-tabs > li > a:focus{
    border-top: 5px solid #f58220; 
    border-bottom: 0;
}
.compare-tabs > li > a:hover{
    background: transparent;
}
 .block.block--compare .card-bg{
        padding-right: 30px;
        padding-left: 30px;
    }
.compare-content{
    padding: 30px 15px;
    border: 1px solid #ddd;
    border-top: 0;
}
.table-comparesion.table > thead > tr > th,
.table-comparesion.table > tbody > tr > td{
    text-align: center;
}
.table-comparesion.table > thead > tr > th.compare-table-content-left,
.table-comparesion.table > tbody > tr > td.compare-table-content-left{
    text-align: left;
}
.table-comparesion.table > tbody > tr > td.compare-table-content-left{
    font-weight: 600;
}
.table-comparesion.table > tbody > tr > td i.fa.fa-check{
    color: #f58220;
}
.table-comparesion.table > thead > tr > th.compare-table-content-left{
    border-top: 0 !important;
    border-left: 0;
}
.table-comparesion.table-bordered{
    border: 0;
}
.table-comparesion.table > thead > tr > th{
    border-top: 1px solid #ddd !important;
}
.tab-title{
    margin-bottom: 30px;
    font-weight: 600;
}
.table-comparesion.table-bordered > thead > tr > th, 
.table-comparesion.table-bordered > thead > tr > td{
    border-bottom-width: 1px;
}
.new-menu-1.overlay.open {
    opacity: 1;
        transform: translateY(0%) translateY(-64px);
    -webkit-transform: translateY(0%);
}
.new-menu-1 .row-parent {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    height: 100%!important;
}
.new-menu-1 .row-inner {
    display: table-row;
}
.main-menu-container {
    display: table-cell;
    height: auto!important;
    table-layout: fixed;
    width: 100%;
    vertical-align: middle;
}
.menu-sidebar-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 54px 0px 54px 0px!important;
}
.menu-sidebar-inner .overlay-menu {
    width: 100%!important;
}
.overlay.open .menu-sidebar-inner .overlay-menu li:first-child {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.overlay.open .menu-sidebar-inner .overlay-menu li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay.open .menu-sidebar-inner .overlay-menu li:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.overlay.open .menu-sidebar-inner .overlay-menu li:nth-child(5) {
    -webkit-transition-delay: 0.30s;
    -moz-transition-delay: 0.30s;
    -ms-transition-delay: 0.30s;
    -o-transition-delay: 0.30s;
    transition-delay: 0.30s;
}
.menu-sidebar-inner .overlay-menu li a {
    font-size: 28px;
    font-size: 3.5vh;
    vertical-align: middle;
    line-height: 1.3em;
    padding-left: 0;
    padding-right: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    color: #fff;
}
.overlay.open .menu-sidebar-inner .overlay-menu li:nth-child(2) {
    -webkit-transition-delay: 0.15000000000000002s;
    -moz-transition-delay: 0.15000000000000002s;
    -ms-transition-delay: 0.15000000000000002s;
    -o-transition-delay: 0.15000000000000002s;
    transition-delay: 0.15000000000000002s;
}
.overlay.open .menu-sidebar-inner .overlay-menu li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.2s,opacity 0.2s;
    transition: transform 0.2s,opacity 0.2s;
}
.menu-sidebar-inner .overlay-menu li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.45,0.005,0,1);
    -moz-animation-timing-function: cubic-bezier(0.45,0.005,0,1);
    -o-animation-timing-function: cubic-bezier(0.45,0.005,0,1);
    animation-timing-function: cubic-bezier(0.45,0.005,0,1);
}
.new-menu-1.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    overflow: auto;
    padding: 32px 16px;
    width: 100%;
    height: 100%;
    background: rgba(22, 34, 42, 0.84);
    text-align: center;
    font-size: 20px;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: ease-in .2s transform;
}
.toggle-menu4.mob-cross .lines{
    background: transparent;
}
.toggle-menu4.mob-cross .lines:before{
    transform: translateX(6px) rotate(-45deg);
    top: 0px;
}
.toggle-menu4.mob-cross .lines:after{
       transform: translateX(6px) rotate(45deg) translateY(-1px);
       top: 0;
}
.close-pushy.menu-btn{
    width: 24px;
    height: 24px;
    background: url(../images/cross.png) no-repeat center center;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}
.lines, .lines:before, .lines:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #fff;
}
.lines:before, .lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center;
}
.lines:before {
    top: 6px;
}
.lines:after {
    top: -6px;
}
.nav-toggle.toggle-menu4 {
    top: initial;
    position: relative;
    z-index: 999999;
    cursor: pointer;
    margin-bottom: 8px;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 5px 5px;
    transform: initial;
}
.lines {
    position: relative;
}
.btn-get-started.btn-success:hover{
    background: #fff;
    color: #0aa3ff;
    border-color: #0aa3ff;
}
.nav-toggle.toggle-menu4{
    display: none;
}
.block--blog-list{
    padding-top: 62px;
    background: #007cfe;
}
.block--blog-list .left-aside{
    width:18%;
    float: left;
}
.block--blog-list .right-aside{
    width: 82%;
    float: left;
    background: #fff;
}
.breadcrumb-out .breadcrumb{
    border-radius: 0;
    margin: 0px 0 10px 0px;
    background: #f0f0f0;
    margin:0;
}
.breadcrumb-out .breadcrumb > li + li:before{
    font-family: 'icomoon';
    content: "\e902";
    color:#163676;
    vertical-align: middle;
}
.breadcrumb-out .breadcrumb > li a,
.breadcrumb-out .breadcrumb > .active{
    color: #16222a;
    font-size: 14px;
}
.pages-title{
    margin-bottom: 30px;
}
.blog-list-in{
    width: 70%;
    float: left;
    padding: 30px;
    border-right: 1px dashed #ff6d00;
}
.post-by .user-img{
    height: 50px;
    width: 50px;
   border: 3px solid #fff;
    border-radius: 100%;
    position: relative;
}
.post-by span{
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background: #007cfe;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 7px 5px 15px;
    margin-left: -10px;
}
.post-by span a{
    color: #fff;
}
.blog-list-in .title{
    color: #555;
    font-weight: 600;
    margin-bottom: 20px;
}
.blog-list-in .title a{
    color: inherit;
}
.search-form{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    background: #fff;
    margin-bottom: 30px;
}
.search-form .title{
   font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    -ms-box-shadow: 0 3px 7px rgba(0,0,0,.07);
    -o-box-shadow: 0 3px 7px rgba(0,0,0,.07);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.07);
    box-shadow: 0 3px 7px rgba(0,0,0,.07);
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #eee;
    z-index: 2;
    position: relative;
    font-size: 21px;
}
.search-form .input-group-addon{
    padding: 0;
}
.search-form .form-inline .input-group{
    width: 100%;
}
.search-form .form-inline .form-group{
    display: block;
}
.search-form .form-inline .input-group .input-group-addon{
    width: 39px;
    border: 0;
}
.search-form .form-inline .input-group .input-group-addon button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 7px 12px;
    font-size: 17px;
}
.right-search-in{
    padding: 20px;
}
.search-form2 .form-group{
    width:100%;
}

.search-form2 title{
    margin-bottom: 20px;
}
.search-form2 .form-group .input-group{
    width: 100%;
}
.search-form2 .form-group .input-group .input-group-addon{
    width: 39px;
    padding: 0;
    border: 0;
}
.search-form2 .form-group .input-group .input-group-addon button{
   border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search-form2 .form-group .input-group .input-group-addon button{
    font-size: 18px;
}
.search-form2 .form-group .input-group .input-group-addon button,
.search-form2 .form-group .input-group input{
    height: 40px;
}
.popular-post-in{
    padding: 20px;
}
.popular-post-in .title{
   font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    background: #16222A;
    color: white;
    padding: 11px 20px;
    border: 1px solid #16222A;
    margin-bottom: 0;
}
.post-all{
        border: 2px solid #333333;
    padding: 10px;
    border-top: 0;
}
.post-item{
    margin-bottom: 15px;
}
.popular-post2 .popular-post-list li{
    border: none;
    border-top: 1px solid #DDD;
}
.popular-post2 .popular-post-list li a{
    display: block;
        padding: 15px 30px 15px 0;
        position: relative;
        color: #444;
        cursor: pointer;
}
.popular-post2{
    padding: 20px;
}
.popular-post2 .popular-post-list li a i{
       position: absolute;
    width: 15px;
    top: 0;
    right: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    top: 50%;
    transform: translateY(calc(-50% - 1px));
    color: #ff6d00;
}
.popular-post2 .popular-post-list li a span{
   overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* margin-bottom: 22.4px; */
    height: 45px;
    /* display: block; */
    font-size: 14px;
}
.blog-list-in .post-by{
    padding: 15px 0;
}
.blog-list-in-in .blog-list-item{
        position: relative;
    padding-left: 75px;
    margin-bottom: 30px;
}
.blog-list-in-in .blog-list-item:not(:last-child){
    border-bottom: 1px solid #8f8f9e;
    padding-bottom: 15px;
}
.blog-list-in-in p{
        color: #888;
    font-weight: 300;
}
.blog-list-in-in .date{
   font-size: 26px;
    line-height: 20px;
    color: #fff;
    width: 55px;
    font-weight: 800;
    background: #007cfe;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    float: left;
    position: absolute;
    top: 0;
    left: 0; 
}
.blog-list-in-in .date span{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: block;
    padding-top: 4px;
}
.right-search{
    width: 30%;
    float: left;    
}
.search-form-in{
    padding: 20px;
}
.search-form .form-inline .input-group input{
    height: 40px;
}
.left-aside-title{
    color: #fff;
        padding: 20px 20px 25px;
        text-align: center;
        font-weight: 600;
}
.left-aside-title i{
    vertical-align: middle;
}
.left-aside-list li,
.left-social-icon li{
    padding: 25px 20px;
    text-align: center;
}
.left-aside-list li:not(:last-child){
   border-bottom: 1px solid #8dc3fa;
}
.left-aside-list li a{
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
.left-social-icon li a{
    height: 48px;
        width: 48px;
    background:#fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;    
    line-height: 48px;
}
.left-social-icon li a i{
    font-size: 22px;
}
.left-aside-list li a i{
    display: block;
    font-size: 48px;
}
.left-social-icon a.facebook{
    line-height: 54px;
}
.left-social-icon a.facebook i{
   color: #3b5998; 
}
.left-social-icon a.twitter{
    line-height: 56px;
}
.left-social-icon a.twitter i{
   color: #2daae2;
}
.left-social-icon a.linked-in i{
   color: #007bb6;
}
.cover-image{
    padding-bottom: 60px;
    padding-top: 60px;
    background: url(../images/counter-bg1.jpg) no-repeat center top;
    background-size: cover; 
}
.cover-image:before{
    content: '';
}
.about-img-right{
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../images/about-1.jpg) no-repeat center center;
    background-size:cover; 
    right: 15px;
}
.about-cont-left .title{
    font-weight: 600;
    
}
.about-cont-left{
    padding-right: 30px;
}
.block--about-1,.block--features.block--features-about{
    padding-top: 60px;
    padding-bottom: 60px; 
   }
.block--features-about{
      background: url(../images/counter-bg.jpg) no-repeat center center;
      background-size:cover; 
}
.block--features.block--features-about:after{
    content: '';
    background: #000;
    background: -webkit-linear-gradient(left,#000,#444);
    background: -o-linear-gradient(left,#000,#444);
    background: -moz-linear-gradient(left,#000,#444);
    background: linear-gradient(to right, #000, #444);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: .8;
}
.block--features.block--features-about .container{
    z-index: 2;
}
.block--features-about .section-title .title{
    color: #fff;
} 
.block--features-about .section-title:after{
    background: #fff;
}
.search-mobile{
    cursor: pointer;
        display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.search-mobile i{
    font-size: 20px;
}
.blog-cat{
    position: fixed;
    width: 100%;
    height: 247px;
    background: red;
    z-index: 9;
    bottom: 0;
}
.searh-over.open{
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    width: 100%;
    z-index: 999;
    color: #fff;
}
.form-search-in{
    position: relative;
    width: 100%;
}
.form-search-in .form-control{
    padding-left: 40px;
    height: 50px;
    border-radius: 0;   
    box-shadow: none;
    font-size: 18px;
}
.form-search-in i{
    position: absolute;
    top: 0;
    left: 0;
    color: red;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 40px;
}
.close-search{
    background: url(../images/cross.png) no-repeat center;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: 25px;
    position: absolute;
    top: 70px;
    right: 0;
    margin-right: 15px;
    cursor: pointer;
}
.search-over-in{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 15px;
}
.search-over-in .title{
    font-size: 40px;
    font-weight: 300;
}
.pagination-out{
    text-align: center;
}
.pagination-out .pagination > li:first-child > a, 
.pagination-out .pagination > li:first-child > span{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.pagination-out .pagination > li:last-child > a,
.pagination-out.pagination > li:last-child > span{
     border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.pagination-out .pagination > li > a:hover,
.pagination-out .pagination > li.active > a,
.pagination-out .pagination > li > span:hover, 
.pagination-out .pagination > li > a:focus, 
.pagination-out .pagination > li > span:focus{
    background: #ff6d00;
    color: #fff;
    border-color: #f1a166;
}
.pagination-out .pagination > li > a, .pagination > li > span{
    color: #000;
}
.tags-list-mob{
        margin: 20px 0 0;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}
.tags-list-mob:before{
    content: "\f02c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c5c5c5;
    font-size: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}
.tags-list-mob a{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 11px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #888888;
    color: #888888;
    font-weight: 500;
    padding: 4px 6px 3px;
    margin-bottom: 10px;
}
.tags-list-mob-out{
    padding-left: 15px;
    padding-right: 15px;
}
.tags-1{
    background: red;
}
 .pagination-out .pagination > li:not(:last-child) > a, .pagination > li > span{
        margin-right: 10px;
    }
    .search-mobile{
     display: none;   
}
@media screen and (min-width:992px) and (max-width:1199px){
    .ribbon{
        width: 70%;
        font-size: 15px !important;
    }
     .services-in h2{
        font-size: 21px;
    }
    .block-includes2 .services-in p{
        font-size: 14px;
        min-height: 100px;
    }
}
@media screen and (max-width: 1199px){
    .block--hero-title{
        font-size: 60px;
        margin-bottom: 20px;
    }
    .block--hero-hgroup h2{
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    footer ul.footer-links li a{
        font-size: 13px;
    }
    footer ul.footer-links li{
        padding: 0 7px;
    }
}
@media screen and (max-width: 991px){
    .features-list2 .feature-contnet h5{min-height: 35px;}
    .features-list2 .feature-contnet{
        padding-right: 15px;
    }
    .features-list2 .feature-contnet  p{
        min-height: 85px;
    }
    .block--hero-title{
        font-size: 50px;
        margin-bottom: 20px;
    }
    .block--hero-hgroup h2{
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .custom-info-column-in{
        padding: 30px;
    }
    .block--blog-list .left-aside{
        width: 20%;
    }
    .block--blog-list .right-aside{
        width: 80%;
    }
    .search-form2 .title,.popular-post2 .title{
        font-size: 20px;
    }
    .ribbon{
        width: 80%;
        font-size: 14px !important;
    }
    .footer-copy-in:after{
        right: -10px;
    }
    footer ul.footer-links li{
        padding: 0 5px;
    }
    footer ul.footer-links li a{
        font-size: 12px;
    }
    .services-in .include-icon{
        position: relative;
    }
    .block-includes2 .services-in{
        padding: 0;
    }
    .single-services{
            padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    }
    .block-includes2 .services-in p{
        font-size: 14px;
          min-height: 100px;
    }
    .services-in h2{
        font-size: 21px;
    }
    .block--compare .card-bg{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    .search-mobile{
        display: inline-block;
    }
    .about-cont-left{
        padding-right: 15px;
    }
    .blog-list-in-in .blog-list-item{
        padding-left: 65px;
    }
    .block--blog-list .left-aside,.right-search{
        display: none;
    }
    .block--blog-list {
        
    }
    .block--blog-list .right-aside{
        width: 100%;
    }
    .block--blog-list .blog-list-in{
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        border-right: 0;
    }
    .header--top.small-height{
        position: absolute;
    }
    .nav-toggle.toggle-menu4{
        display: inline-block;
    }
    .pricing-card{
        width: 100%;
    }
    .blog-card-out{
        width: 50%;
        float: left;
    }
    .footer-copy-in:after{
        content: none;
    }
    .footer-copy-cont{
        text-align: center;
    }
    .social-icons{
        margin-bottom: 20px;
    }
    .footer-top-row{
        padding-left: 15px;
    }
    .footer-top-row.quick-links{
        margin-bottom: 20px;
    }
    .features-list2 .feature-contnet h5{
        height: 34px;
    }
    .features-list2 .feature-contnet{
        padding-right: 15px;
    }
    .features-list2 .feature-contnet  p{
        min-height: 85px;
    }
    .block--hero-content.block--hero-left,.block--hero-content.block--hero-right{
        width: 100%;
    }
    .block--hero-particles .block--hero-in,.block--hero-content{
        display: block;
    }
    .block--hero-content.block--hero-left{
        text-align: center;
    }
    .block--hero-in .btn-get-started{
        margin-bottom: 30px; 
    }
    .block--hero-content.block--hero-right{
        height:  380px;
        display: none;
    }
    .block--hero-particles{
        height: auto;
    }
    .block--includes:after{
        background: rgba(0, 0, 0, 0.60);
    }
    .services-top:before{
        content: none;
    }
    .services-top .col-md-4:last-child .single-services:before{
        content: '';
    }
    .back-icon{
        display: none;
    }
    .single-services:before{
        width: 100%;
        transform: translateY(0%);
        bottom: 0;
        height: 1px;
        top:initial;
    }
    .block--hero-particles .block--hero-in{
        padding-top: 40px;
    }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
    .footer-links-mob{
        width: 50%;
        float: left;
    }
    .single-services-out{
        width: 50%;
        float: left;
    }
    .single-services {
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-includes2 .services-in{
        padding: 0;
        text-align: center;
    }
    .services-in .include-icon{
        position: relative;
    }
    .block-includes2 .services-in p{
        min-height: 100px;
        font-size: 14px;
    }
    .services-in h2{
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .faq-group .panel-title a{
        font-size: 16px;
    }
    .block--faqs-list .card-bg{
        padding-left: 15px;
        padding-right: 15px;
    }
    .features-list4 .features-item{
        width: 100%
    }
    .pagination-out .pagination > li:not(:last-child) > a, .pagination > li > span{
        margin-right: 5px;
    }
    .custom-info-column-in{
        padding: 15px;
    }
    .ribbon{
        font-size: 12px !important;
        width: 100%;
    }
    .ribbon:after,.ribbon:before{
        content: none;
    }
    .features-list2 .feature-contnet h5{
        height: auto;
    }
    .features-list2 .feature-contnet{
        padding-right: 15px;
    }
    .features-list2 .feature-contnet  p{
        min-height: auto;
    }
    .blog-link img{
        width: 100%;
    }
    .features-list2-in{
        width: 100%;
    }
    .pricing-card{
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-copy-in:after{
        content: none;
    }
    .footer-copy-cont{
        text-align: center;
    }
    .footer-links.footer-links-links{
    }
    .social-icons{
        margin-bottom: 20px;
    }
    .footer-top-row{
        padding-left: 15px;
    }
    .footer-top-row.quick-links{
        margin-bottom: 20px;
    }
    .block--hero-content.block--hero-left{
        padding-top: 35px;
    }
    .block--hero-title{
        font-size: 46px;
    }
    .block--hero-hgroup h2{
        font-size: 20px;
        line-height: 33px;
    }
    .block--hero-content{
        padding-left: 0;
        padding-right: 0;
    }
    .block--hero-hgroup h2,.block--hero-title{
        margin-bottom: 15px;
    }
    .block--hero-hgroup h3{
        font-size: 15px;
        line-height: 20px;
    }
    .btn-get-started{
        min-width: 240px;
    }
    .vps-prices-drag{
        padding-left: 0;
        padding-right: 0;
    }
    .mob-features .plan-img{
        width: 100px;
        height: 100px;
    }
    .mob-features .plan-out .plan-img.hard_drive{
        background-size: 40px;
    }
    .mob-features .plan-out .plan-img{
        margin-bottom: 10px;
    }
    .mob-features .plan-out{
        margin-bottom: 15px;
    }
    .mob-features .plan-out .plan-img.ram_pro{
        background-size: 50px;
    }
    .mob-features .plan-out .plan-title{
        font-size: 15px;
    }
    #plan_option .how_much{
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
        display: inline-block;
        margin-top: 20px;
        font-weight: 700;
    }
    .value-buy.value-buy-mob{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .value-buy.value-buy-mob small{
        font-size: 16px;
    }
    .value-buy.value-buy-mob span {
        font-size: 40px;
    }
    .mob-features.gift-out{
        display: none;
    }
    .blog-card-out{
        width: 100%;
        float: left;
    }
    .testimonial--right{
        right: 5px;
    }
    .testimonial--left{
        left: 5px;
    }
    .testimonial--inner{
        padding: 1px;
    }
    .plans-btns{display: none;
    }
    .block--plane4 .plan-carosal-out{
        padding: 0;
    }
    .plan-carosal-out .owl-item:first-child .pricing-card .pricing-card-in{
        box-shadow: 7px 5px 15px rgba(112,128,175,0.7);
    }
    .plan-carosal-out .owl-item:last-child .pricing-card .pricing-card-in{
        box-shadow: -7px 5px 15px rgba(112,128,175,0.7);
    }
    .client-item.client-item3 .card-description{
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }
    .client-item.client-item3{
        padding: 30px 5px;
    }
    .block.block--compare .card-bg{
        padding-right: 15px;
        padding-left: 15px;
    }
}