/* CSS RESET * -------------------------- */
*{margin: 0px; padding: 0px; box-sizing:border-box; }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

html {
    overflow-x: hidden;
}

body{
	margin:0;
	font-weight:400;
	overflow-x:hidden;
    font-family: 'Poppins', sans-serif;
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
    font-size: 14px;
    color: #616c7f;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body a{
	/*transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;*/
}
/* CSS TOP MARGINS * -------------------------- */
.mt-0 {margin-top:0;}
.mt-10 {margin-top:10px;}
.mt-15 {margin-top:15px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}

.mmt-10 {margin-top:-10px;}
.mmt-20 {margin-top:-20px;}
.mmt-30 {margin-top:-30px;}
.mmt-40 {margin-top:-40px;}
.mmt-50 {margin-top:-50px;}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-weight:700;	
    font-family: 'Poppins', sans-serif;		   
}
h1{ font-size:36px;}
h2{ font-size:26px;}
h3{ font-size:20px;}
h4{ font-size:18px;}
h5{ font-size:15px;}
p{
	font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 0 0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
html input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select {
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 14px;
    background: #fff;
}
html select {
    padding: 0 10px;
    font-size: 15px;
}
html select option {
	font-size:14px;
	font-weight:300;
}
html textarea {
    padding:10px 10px;
    box-sizing: border-box;
    width: 100%;
    color: #999;
	border:1px solid #ddd;
	border-radius:2px;
	font-size: 15px;
}
html button, html input[type="button"]{
	height:40px;
}
html button:hover, html input[type="button"]:hover{
    color: #fff;
}
html input:focus, select:focus, textarea:focus, button:focus {
 outline: none;
}
.btn {
    font-size: 14px;
    padding: 13px 20px;
    font-weight: 700;
    border-width: 0px;
    line-height: normal;
    letter-spacing: 1px;
}
.btn.btn-round {
    border-radius: 25px;
}
.btn-primary {
    color: #fff !important;
    background: #3498db !important;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background: #2980b9;
}
.btn-secondary {
    color: #fff;
    background-color: #f67a3c;
    border-color: #f67a3c;
}
.btn-secondary:hover, .btn-secondary:focus {
    background-color: #f4590b;
    border-color: #f4590b;
    color: #fff;
}
.btn-primary-outline {
    color: #fff;
    background-color: transparent;
    border-color: #0048a8;
}
.btn-primary-outline:hover, .btn-primary-outline:focus {
    color: #fff;
    background-color: #004096;
    border-color: #004096;
}
.btn-white-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-white-outline:hover, .btn-white-outline:focus {
    color: #0071bc;
    background-color: #fff;
    border-color: #fff;
}
.text-uppercase{ text-transform:uppercase;}
.text-capitalize{ text-transform:capitalize;}

/*--Header Section--*/
.navbar { box-shadow:0px 3px 5px rgba(0,0,0,0.1);}
.navbar .topbar {
    color: #fff;
    /*letter-spacing: 1px;*/
    display: block;
    background: #333;
}
nav.navbar.bootsnav.navbar-fixed.navbar-transparent .topbar { 
    display: block;
}
.navbar .topbar a{ 
    color: #fff;
}
.navbar .topbar a strong{ 
    font-weight: 600;
}
.navbar .topbar .left { 
    float: left;
    margin: 10px 0;
    width: 40%;
}
.navbar .topbar .left .label {
    font-size: 14px;
    font-weight: 700;
}
navbar .topbar .right {
    float: right;
    margin: 17px -81px 5px 0 !important;
}

.navbar .topbar .right .list-inline > li {
    vertical-align: middle;
}
.navbar .topbar .right .call, 
.navbar .topbar .right .mail,
.navbar .topbar .right .support {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.navbar .topbar .right .btn {
    padding: 8px 15px;
}
.navbar .white-bg {
    background: #fff;
    padding: 0px 15px;
    border-radius: 5px;
}
.lw {
    display: none;
}
nav.navbar.bootsnav.navbar-fixed.navbar-transparent .dark-bg {
    background: rgba(0,0,0,.3);
    padding: 0px 15px;
    border-radius: 5px;
}
nav.navbar.bootsnav.navbar-fixed.navbar-transparent .lw {
    display: block;
}
nav.navbar.bootsnav.navbar-fixed.navbar-transparent .lc {
    display: none;
}
.navbar.navbar-transparent { background-color: transparent!important;}
.carousel-control {width: auto;}
.whiteheader{ display:none;}
.navbar-default .navbar-brand{ height:auto; width:200px; padding:20px 15px; color:#1cbac8; font-size:36px; line-height:49px; font-weight:bold; position: relative; margin-left: 0;}
nav.navbar.bootsnav.fixedtop {
    position: fixed;
}
nav.navbar.bootsnav.fixedtop .topbar {
    display: none;
}

/*--Banner Section--*/
.banner { 
	width:100%; 
	height: 765px; 
	/*background: url(../images/webhoting-bg.png); */
	background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.banner .carousel-caption .left {
    text-align: left;
    margin-top: 0px;
    position: relative;
}
.banner .carousel-caption .left .circle {
    right: 40%;
    background: rgba(255,255,255,.1);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: 5%;
}
.banner p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.banner p span{
    background: #5cb85c;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
}
.carousel-inner > .item {
    height: 700px;
}
.carousel-inner > .item > video {
    width: 100%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 0px;
    font-size: 25px;
    background: rgba(0,0,0,.2);
    color: #fff;
    text-shadow: none;
    text-align: center;
    line-height: 50px;
}
.banner .headline {
    font-size: 44px;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 56px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding-right: 100px;
    text-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}
.banner .headline span {
    font-size: 52px;
}
.banner ul li {
    display: inline-block;
    min-width: 35%;
    font-size: 15px;
    margin: 5px 0;
    text-shadow: 5px 5px 10px rgb(0 0 0 / 40%);
}
.banner ul li span {
    color: #5cb85c;
}
.banner ul li strong {
    text-decoration: underline;
}
.banner .mbg {
    margin-top: 20px;
}
.carousel-caption {
    right: 4%;
    left: 4%;
    padding: 0px;
    text-align: center;
    text-shadow: none;
    bottom: 20%;
}
.carousel-caption .image {
    position: relative;
    width: 95%;
    right: -50px;
}
.carousel-caption .image .sale {
    position: absolute;
    width: 136px;
    height: 136px;
    z-index: 0;
    left: -40%;
    top: 100px;
}
.carousel-caption .image .flbg {
    position: absolute;
    width: 120%;
    height: 120%;
    z-index: -1;
    right: 0;
}
.carousel-caption .image .texture1, 
.carousel-caption .image .texture2 {
    position: absolute;
    z-index: -1;
}
.carousel-caption .image .texture1 {
    left: 0;
    top: 0;
}
.carousel-caption .image .texture2 {
    right: 0;
    bottom: 0;
}
.banner-shape{
    position: absolute;
    left: 0;
    bottom: 0;
}

/*--General CSS--*/
.section{ padding:3em 0;}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pos-rel {
	position: relative;
}
.title {
    font-size: 30px !important;
    line-height: 40px;
    font-weight: 600;
    color: #302c2d;
    letter-spacing: 0;
}
.text-white {
	color: #fff !important;
}
.sub-title {
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #5cb85c;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}
.sepline {
	width: 78px;
	height: 20px;
	background: url(../images/sepline.png);
	margin: 0 auto 20px auto;
}
.sep {
	width: 100%;
	height: 1px;
	background: #eee;
}

/*--highlight-sec  Section--*/
.highlight-sec .highlightbox {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 3px 25.11px 1.89px rgb(0 93 237 / 14%);
    margin-top: -150px;
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px 20px;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
}
.highlight-sec .highlightbox.ogrd {
    background: #FDC830; 
    background: -webkit-linear-gradient(to bottom, #F37335, #FDC830);  
    background: linear-gradient(to bottom, #F37335, #FDC830);
    margin-top: -164px;
    position: relative;
    overflow: hidden;
}
.highlight-sec .highlightbox.ogrd:before, 
.highlight-sec .highlightbox.ogrd:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    opacity: .3;
    transform: rotate(45deg);
}
.highlight-sec .highlightbox.ogrd:before {
    left: 0;
    bottom: -20px;
}
.highlight-sec .highlightbox.ogrd:after {
    right: 0;
    top: -20px;
}

@keyframes mymove {
  from {transform: scale(1);}
  to {transform: scale(1.1);}
}
.highlight-sec .highlightbox .get-started-text {
    text-align: center;
}
.highlight-sec .highlightbox .get-started-text h1 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    text-transform: capitalize;
    line-height: 32px;
}
.highlight-sec .highlightbox  .highlightbox-img {
    width: 20%;
    float: left;
}
.highlight-sec .highlightbox  .highlightbox-img img {
    border-radius: 10px;
}
.highlight-sec .highlightbox .highlightbox-text {
    width: 80%;
    float: left;
    padding-left: 20px;
}
.highlight-sec .highlightbox .highlightbox-text h1 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-top: 5px;
    text-transform: capitalize;
    line-height: 32px;
}
.highlight-sec .highlightbox .highlightbox-text h1 a {
    color: #f67a3c;
    text-decoration: underline;
}
.highlight-sec .highlightbox .highlightbox-text p {
    font-size: 16px;
    line-height: 28px;
    margin: 5px 0 0 0;
    color: #555;
}

/*--Servers-sec  Section--*/
.servers-sec {
    background: #0071bc;
    background: #11998e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #5cb85c, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #5cb85c, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.servers-sec .inner {
    background: #fff;
    padding: 30px;
    /*border: 1px solid #eee;*/
    border-radius: 5px;
    /*box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);*/
    box-shadow: 0px 0px 34px 0px rgb(0 0 0 / 10%);
}
.servers-sec .inner.cn {
    background: #fff;
    transform: scale(1.05);
}
.servers-sec .image {
    position: relative;
}
.servers-sec .image .price {
    bottom: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    background: #f67a3c;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    right: 90px;
    letter-spacing: -1px;
    padding: 38px 0;
}
.servers-sec .price span.currency, 
.servers-sec .price span.h5 {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 0 -3px;
}
.servers-sec .server-text {
    padding: 0 0;
}
.servers-sec .server-text h4 {
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
    color: #302c2d;
    font-weight: 600;
    margin-top: 30px;
}

/*--hosting Section--*/
.hosting-sec { 
    position: relative; 
    /*background: #f5f5f5;*/
}
.hosting-sec .nav-tabs {
    border-bottom: none;
    justify-content: space-between;
    margin: 0 auto 30px;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 3px 14.88px 1.12px rgb(156 143 141 / 16%);
    border-radius: 5px;
}
.hosting-sec .nav-tabs li {
    margin: -1.5px;
}
.hosting-sec .nav-tabs li a {
    -moz-user-select: none;
    background-image: none;
    background-image: none;
    background-image: none;
    border: 3px solid transparent;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 17px 25px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    background-size: 200% auto;
    -webkit-transition: unset;
    transition: unset;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: none;
    min-width: 176px;
    font-family: 'Poppins', sans-serif;
}
.hosting-sec .nav-tabs li.active a {
    border-color: #fff;
    color: #fff;
    background: #f67a3c;
    box-shadow: 0px 3px 7.44px 0.56px rgb(0 0 0 / 8%);
}
.hosting-sec .nav-tabs.nav-tabs li a:hover, 
.hosting-sec .nav-tabs.nav-tabs li a:active {
    border: 3px solid #FFF;
}
.hosting-sec .inner {
    box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);
    overflow: hidden;
    position: relative;
}
.hosting-sec .inner .boxheader {
    position: absolute;
    width: 100%;
    top: 0;
    height: 170px;
    left: 0;
    background: #3f51b5;
    border-radius: 0 0 100px 100px;
}
.hosting-sec h3 {
    margin: 0 0 5px 0;
    position: relative;
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}
.hosting-sec .inner .save {
    position: relative;
    display: inline-block;
}
.hosting-sec .inner .savebox {
    background: #fff;
    color: #27ae60;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
}
.hosting-sec .inner .pcut {
    color: #fff;
    text-decoration: line-through;
    margin-top: 0px;
    font-size: 13px;
}
.hosting-sec .inner .pcut i {
    font-size: 12px;
}
.hosting-sec .inner .card-body {
    background: #fff;
}
.hosting-sec .inner .tech-feature-list {
    margin-bottom: 10px;
    margin-top: -30px;
    position: relative;
    padding: 0 15px;
}
.hosting-sec .inner .tech-feature-list li {
    margin: 10px 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
}
.hosting-sec .inner .tech-feature-list li strong {
    color: #0473bd;
}
.hosting-sec .inner .tech-feature-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
}
.hosting-sec .inner .tech-feature-list li span {
    color: #0473bd;
    font-size: 18px;
    margin-right: 2px;
}
.hosting-sec .inner .tech-feature-list li span img {
    display: inline-block;
}
.hosting-sec .inner .price {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.hosting-sec .inner .price span {
    display: inline-block;
    margin: 0 -3px;
}
.hosting-sec .inner .price span.currency, .hosting-sec .inner .price span.duration {
    font-size: 18px;
    font-weight: 500;
}
.hosting-sec .inner .btnbox {
    padding: 10px 15px 20px 15px;
}
.hosting-sec .inner:hover {
    border-color: #e8ca49;
    transform: translateY(-5px);
}
.pricing--ribbon {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 5px 20px;
    color: #000;
    background-color: #ecbf24;
    font-family: 'Poppins', serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    z-index: 1;
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
}
.col20 {
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.pricing-divider {
    border-radius: 20px;
    background: #C64545;
    padding: 2em 0 5em;
    position: relative;
}
.blue .pricing-divider{
background: #2D5772; 
}
.green .pricing-divider {
background: #27ae60; 
}
.green .pricing-divider p {
    color: #fff;
    margin: 0;
}
.red b {
  color:#C64545
}
.blue b {
  color:#2D5772
}
.green b {
  color:#1AA85C
}
.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}
.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.btn-custom  {
  background:#C64545; color:#fff; border-radius:20px
}

.img-float {
  width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
  transition: all 150ms ease-out;
}
.princing-item:hover {
  transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
/*.green-bg {
    background: #56a956;
}*/
.blue-bg1 {
    background: #4d9a4d;
}
.blue-bg2 {
    background: #0071bc;
}
.hosting-sec .inner-box {
    padding: 50px 30px;
    color: #fff;
    position: relative;
}
.hosting-sec .inner-box .circle {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,.1);
    bottom: 15px;
    right: 0;
    border-radius: 50%;
}
.hosting-sec .inner-box .head .icon {
    width: 100px;
    height: 100px;
    /*background: rgba(0,0,0,.1);*/
    background: #f67a3c;
    border-radius: 50%;
    padding: 25px;
    float: left;
}
.hosting-sec .inner-box .head .icon-text {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    float: left;
    padding-left: 30px;
    margin-top: 5px;
}
.hosting-sec .inner-box .head .icon-text h2 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 30px;
}
.hosting-sec .inner-box .head .icon-text p {
    font-size: 16px;
    margin-top: 5px;
}
.hosting-sec .inner-box .price {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: left;
}
.hosting-sec .inner-box .price span {
    font-size: 18px;
    font-weight: 300;
    margin: 0 -3px;
    display: inline-block;
    vertical-align: middle;
}
.hosting-sec .inner-box ul li {
    color: #fff;
    display: inline-block;
    min-width: 40%;
}

/*--guarantee Choose --*/
.trust-sec {
    background: #f1c40f;
    position: relative;
}
.trust-sec .shape {
    background: #f5f7fc;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: skew(0, -15deg);
}
.trust-sec .trust-band {
    background: #fff;
    display: inline-block;
    padding: 20px;
    box-shadow: 0px 3px 25.11px 1.89px rgb(0 93 237 / 14%);
    border-radius: 10px;
    font-size: 22px;
    color: #333;
    width: 65%;
    margin-bottom: 30px
}
.trust-sec .trust-band span {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.trust-sec p{
    margin-top: 0;
    color: #000;
}
.trust-sec .logos{
    margin-top: 50px;
}
.trust-sec .logos .inner .two{
    display: none;
}
.trust-sec .logos img{
    transition: all .3s ease;
    /*filter: grayscale(100%);*/
}
.trust-sec .logos img:hover{
    transition: all .3s ease;
    /*filter: grayscale(0%);*/
}
.trust-sec .logos .inner:hover .one{
    display: none;
}
.trust-sec .logos .inner:hover .two{
    display: block;
}

/*--process Choose --*/
.process-sec {
    position: relative; 
}
.process-sec .image {
    padding-right: 50px;
    max-height: 620px;
    overflow: hidden;
}
.process-sec .process-item {
    margin-top: 30px;
    transition: all .5s ease
}
.process-sec .process-item.cn {
    margin-left: 50px
}
    .process-sec .process-item .process-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 50%;
        background: #a29bfe;
        padding: 20px;
        float: left;
    }
.process-sec .process-item .process-content {
    float: left;
    padding-left: 20px;
    margin-top: 10px;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}
.process-sec .process-item .process-content h4 {
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
    color: #302c2d;
    font-weight: 600;
}
.process-sec .process-item .process-content p {
    margin: 0;
}
.process-sec .process-item:hover {
    transform: scale(1.05);
}

/*--support --*/
.support-sec {
    margin-top: -50px;
}
    .support-sec .support-band {
        background: #a29bfe;
        border-radius: 10px;
        padding: 15px;
        max-width: 1000px;
        margin: 20px auto 0 auto;
        font-size: 22px;
        color: #333;
    }
.support-sec .support-band span {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin:0 10px;
}

/*--Difference Choose --*/
.difference-sec {
    background: #a29bfe;
    position: relative;
}
.difference-sec .image1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
}
.difference-sec .image2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
}
.difference-sec .inner {
    background: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 3px 25.11px 1.89px rgb(0 93 237 / 5%);
    transition: all .5s ease;
}
.difference-sec .inner .icon {
    width: 60px;
    height: 50px;
    position: relative;
    margin: 0 auto 10px auto;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    z-index: 1;
    border-radius: 5px;
}
.difference-sec .inner h3 {
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
    color: #302c2d;
    font-weight: 600;
}
    .difference-sec .inner p {
        margin-top: 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 24px;
        color: #616c7f
    }
.difference-sec .inner:hover {
    transform: scale(1.05);
}

/*--trusted Choose --*/
.trusted-sec .trusted-band {
    background: #fff1be;
    border-radius: 10px;
    padding: 15px;
    max-width: 800px;
    margin: 0 auto 0 auto;
    font-size: 22px;
    color: #333;
    text-align: center;
}
.trusted-sec .trusted-band span {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin:0 10px;
}

/*--testimonials Choose --*/
.testimonials-sec {
    /*background: #f5f7fc;*/
    background: url(../images/testimonial-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    /*max-height: 530px;*/
}
.testimonials-sec .shape {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    display: none;
}
.testimonials-sec .shape.top {
    top: 0;
}
.testimonials-sec .shape.bottom {
    bottom: 0;
}
.testimonials-sec .inner {
    box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    background: #fff;
    border-radius: 5px;
    transition: all .5s ease;
    position: relative;
    right: -75px;
}
.testimonials-sec .right {
    margin: 18% 0 0 0;
    padding-left: 25%;
}
.testimonials-sec .inner:not(:first-child) {
    margin-top: 30px;
}
.testimonials-sec .inner .quote {
    font-size: 36px;
    color: #5cb85c;
}
.testimonials-sec .inner.cn {
    right: -125px;
    position: relative;
}
.testimonials-sec .inner .testimonials-box {
    margin: 10px 0;
}
.testimonials-sec .inner .testimonials-box .testimonial-text {
    float: left;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-right: 30px;
}
.testimonials-sec .inner .testimonials-box .testimonial-img {
    float: left;
    width: 80px;
    height: 80px;
    margin-top: 0px;
}
.testimonials-sec .inner .author {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -10px;
}
.testimonials-sec .inner:hover {
    transform: scale(1.05);
}

/*--association Choose --*/
.association-sec .image {
    box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);
    padding: 10px 30px;
    background: #fff;
    border-radius: 5px;
}

/*--features Choose --*/
.features-sec {
    overflow: hidden;
    background: #a29bfe;
    position: relative;
}
.features-sec .clients_bg_shape_right {
    width: 1600px;
    height: 1253px;
    background-color: rgba(255,255,255,.1);
    /*-webkit-box-shadow: 0 0 59px 0 rgb(91 82 254 / 5%);
    box-shadow: 0 0 59px 0 rgb(91 82 254 / 5%);*/
    position: absolute;
    right: -44.5%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 150px;
    top: -375px;
    right: -77.7%;
}
.features-sec .inner {
    transition: all .5s ease;
}
.features-sec .inner:not(:first-child) {
    margin-top: 30px;
}
.features-sec .inner h3 {
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
    color: #fff;
    font-weight: 600;
}
.features-sec .inner h3 img {
    display: inline-block;
}
.features-sec .inner p {
    color: #fff;
}
.features-sec .ftbox {
    /*box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);*/
    padding: 21px 30px;
    background: #fff;
    border-radius: 5px;
    transition: all .5s ease;
}
.features-sec .ftbox .icon {
    width: 64px;
    margin: 0 auto;
}
.features-sec .ftbox p {
    margin-top: 5px;
}
.features-sec .inner:hover {
    transform: scale(1.05);
}
.features-sec .ftbox:hover {
    transform: scale(1.1);
}

/*--Reseller --*/
.reseller-sec ul {
    margin-top: 20px;
}
.reseller-sec span {
    color: #5cb85c;
}
.reseller-sec .image {
    box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);
    border-radius: 5px;
    overflow: hidden;
}
.reseller-sec .image.one {
    margin-top: 30px;
}

/*--FAQ --*/
.faq-sec .panel-group  {
    margin: 0;
}
.faq-sec .panel-group .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.faq-sec .panel-default > .panel-heading {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 15px;
}
.faq-sec .panel-default > .panel-heading .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: 600;
}
.faq-sec .panel-title > a {
    display: block;
}
.faq-sec .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    color: #5cb85c;
}
.faq-sec .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
    color: #5cb85c;
}
.faq-sec .panel-title > a:hover, 
.faq-sec .panel-title > a:active, 
.faq-sec .panel-title > a:focus  {
    text-decoration:none;
}
.faq-sec .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0;
}
.faq-sec .panel-default > .panel-heading + .panel-collapse .panel-body p:first-child {
    margin-top: 0;
}
.faq-sec .panel-default > .panel-heading + .panel-collapse .panel-body ul {
    margin-top: 20px;
}
.faq-sec .panel-default > .panel-heading + .panel-collapse .panel-body ul li {
    color: #616c7f;
}
.faq-sec .panel-default > .panel-heading + .panel-collapse .panel-body ul li span {
    color: #5cb85c;
}
.bulletstyle li {
    margin: 5px 0;
    padding-left: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    position: relative;
    padding-left: 25px
}
.bulletstyle li span{
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 3px;
}
.bulletstyle.white li {
    color: #fff;
}

/*--Footer Top --*/
.footertops-sec .inner {
    box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);
    background: #a29bfe;
    border-radius: 10px;
    padding: 15px;
    max-width: 100%;
    margin: 0 auto 0 auto;
    font-size: 22px;
    color: #000;
    text-align: center;
}
.footertops-sec .inner span {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

/*--Footer Section --*/
.footer-sec {
	background: #111;
	padding: 50px 0;
    color: #1B242F;
}
.footer-sec .inner2 {
    padding-left: 50px
}
.footer-sec .ftlogo {
    width: 200px;
    margin-bottom: 20px; 
}
.footer-sec h2 {
    margin-bottom: 10px;
    font-size: 26px;
    color: #86c724;
}
.footer-sec h3 {
    color: #86c724;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}
.footer-sec h5 {
    font-size: 20px;
    color: #86c724;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer-sec .social {
    margin-top: 30px;
}
.footer-sec .social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 2px;
}
.footer-sec .social a.fb {
    background: #3b5998;
}
.footer-sec .social a.tw {
    background: #55acee;
}
.footer-sec .social a.lik {
    background: #1565c0;
}
.footer-sec .social a.pin {
    background: #d71e18;
}
.footer-sec p {
    color: rgba(255,255,255,.8);
}
.footer-sec .address, 
.footer-sec .phone, 
.footer-sec .mail {
    position: relative;
    padding-left: 30px;
    margin-top: 15px;
}
.footer-sec .address p, 
.footer-sec .phone p, 
.footer-sec .mail p {
    margin-top: 0;
}
.footer-sec .address img, 
.footer-sec .phone img, 
.footer-sec .mail img {
    position: absolute;
    left: 0;
}
.footer-sec .fttitle {
    color: #86c724;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 5px;
}
.footer-sec ul li:not(:first-child) {
    margin-top: 2px;
}
.footer-sec ul li a {
    color: rgba(255,255,255,.8);
}
.footer-sec .ftsep {
    margin: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-sec .appsec {
    margin-right: -60px;
    margin-top: 10px;
}
.footer-sec .app {
    width: 49%;
    display: inline-block;
}
.footer-sec .paylogo {
    margin-left: -60px;
}
.footer-sec .ftcopyright {
    margin-bottom: 30px;
    color: rgba(255,255,255,.8);
}

/*--Inner Banner Section --*/
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
.inner-banner {
    width:100%; 
    background: url(../images/inner-banner-bg.jpg); 
    position: relative;
    background-size: cover !important;
}
.inner-banner .caption {
    padding: 20% 0 15% 0;
    position: relative;
    z-index: 1;
}
.inner-banner .caption .headline {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 46px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.inner-banner .caption p {
    color: #fff;
    font-size: 16px;
}
.inner-banner .shape {
    position: absolute;
    left: 0;
    bottom: -1px;
}
.inner-banner .caption .dom-search {
    margin-top: 20px;
}
.inner-banner .caption .dom-search input{
    height: 45px;
}
.inner-banner .caption .dom-search .searchfl {
    float: left;
    width: 70%;
}
.inner-banner .caption .dom-search .searchbn {
    float: left;
    margin-left: -2px;
}
.inner-banner .caption .domnames {
    margin-top: 20px
}
.inner-banner .caption .domnames img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}
.inner-banner.inner-banner2.domain-registration-banner .caption {
    padding: 15% 0 12% 0;
}
.bare-metal-sec1.domain-registration-names .icon {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 25px;
    padding: 37px 10px;
}
.bare-metal-sec1.domain-registration-names .inner  {
    margin-bottom: 0px;
}
.bare-metal-sec1.domain-registration-names .inner .price {
    font-size: 26px;
    color: #333;
    font-weight: 700;
    margin: 15px 0 0 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.bare-metal-sec1.domain-registration-names .inner span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -1px;
}
.bare-metal-sec1.domain-registration-names .inner span.currency, 
.bare-metal-sec1.domain-registration-names .inner span.duration {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #555;
}
.compare-sec .table > thead > tr > th.bdrt {
    border-right: 1px solid rgba(255,255,255,.1) !important;
}
.compare-sec .table i.fa-rupee {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

/*--Support Page --*/
.supportpage-sec1 {
    margin-top: -50px;
}
.supportpage-sec1 .inner {
    box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);
    padding: 20px 30px;
    background: #fff;
    border-radius: 5px;
    transition: all .5s ease;
    min-height: 315px;
}
.supportpage-sec1 .inner .icon {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 5px auto 15px auto;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    z-index: 1;
    border-radius: 50%;
    padding: 14px 14px;
}
.supportpage-sec1 .inner h3 {
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
    color: #302c2d;
    font-weight: 600;
}
.supportpage-sec1 .inner .bulletstyle {
    margin-top: 15px;
}
.supportpage-sec1 .inner .bulletstyle li {
    text-align: left;
}
.supportpage-sec1 .inner .bulletstyle li span {
    color: #5cb85c;
}


/*--Login Page --*/
.login-sec {
    min-height: 100vh;
    width: 100%;
    padding: 15px;
    background: url(../images/login-bg.jpg);
    background-size: cover !important;
    background-position: 50% 50% !important;
    position: relative;
}
.login-sec:before {
    position: absolute;
    content: '';
    /*background-image: -moz-linear-gradient(-50deg,#237efd 0,#24b0fe 46%,#24e2ff 100%);
    background-image: -webkit-linear-gradient(-50deg,#237efd 0,#24b0fe 46%,#24e2ff 100%);
    background-image: -ms-linear-gradient(-50deg,#237efd 0%,#24b0fe 46%,#24e2ff 100%);*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
    background: #0575E6;
    background: -webkit-linear-gradient(to bottom, #021B79, #0575E6);
    background: linear-gradient(to bottom, #021B79, #0575E6); 

}
.login-sec .login-signup-wrap {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    padding: 3em;
    border-radius: 0.25rem !important;
    background: #fafafa !important;
    position: relative;
    z-index: 2;
}
.login-sec .login-signup-wrap .logo {
    width: 150px;
    margin: 0 auto;
}
.login-sec .login-signup-wrap h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 30px 0;
    text-align: center;
}
.login-sec .login-signup-wrap label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #2a2e36;
    padding-bottom: 5px;
}
.login-sec .login-signup-wrap .username, 
.login-sec .login-signup-wrap .password {
    padding-left: 40px !important;
}
.login-sec .login-signup-wrap .username {
    background: url(../images/main-icon.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
}
.login-sec .login-signup-wrap .password {
    background: url(../images/lock-icon.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
}
.login-sec .login-signup-wrap .other-login-signup {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
}
.login-sec .login-signup-wrap .other-login-signup .or-login-signup {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
    color: #333;
}
.login-sec .login-signup-wrap .other-login-signup .or-login-signup:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e5e9f2;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.login-sec .login-signup-wrap .other-login-signup .or-login-signup:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e5e9f2;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.login-sec .login-signup-wrap .social-login-signup {
    margin: 20px 0 0  0;
}
.login-sec .login-signup-wrap .social-login-signup li {
    margin: 5px 0;
}
.login-sec .login-signup-wrap .social-login-signup li a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 20px;
}
.btn-facebook {
    background-color: #4064ac;
    border-color: #4064ac;
    color: #fff;
}
.btn-facebook:hover, .btn-facebook:focus {
    background-color: #324e87;
    border-color: #324e87;
    color: #fff;
}
.btn-google {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}
.btn-google:hover, .btn-google:focus {
    background-color: #c23321;
    border-color: #c23321;
    color: #fff;
}
.btn-twitter {
    background-color: #00a7e6;
    border-color: #00a7e6;
    color: #fff;
}
.btn-twitter:hover, .btn-twitter:focus {
    background-color: #1ac0ff;
    border-color: #1ac0ff;
    color: #fff;
}
.blue-text {
    color: #0948b3;
}


/*--Bare Metal Server Page --*/
.inner-banner.inner-banner2 .caption {
    padding: 15% 0 10% 0;
}
.inner-banner {
    color: #fff;
}
.inner-banner .inner{
    margin-top: 5%;
}
.inner-banner ul {
    margin-top: 20px;
}
.inner-banner ul li {
    display: inline-block;
    min-width: 35%;
    font-size: 15px;
    margin: 5px 0;
}
.inner-banner ul li span {
    color: #5cb85c;
}
.inner-banner ul li strong {
    text-decoration: underline;
}
.white-bg {
    background: #fff !important;
}
.transparent-bg {
    background: #f5f5f5 !important;
}
.bare-metal-sec1 {
    margin-top: 0;
}
.bare-metal-sec1 .icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    /*background: #dcf6fd;*/
    background: #0071bc;
    border-radius: 50%;
    /* box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%); */
    padding: 20px;
}
.bare-metal-sec1 p {
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
}
.bare-metal-sec2{
    background: #0071bc;
    position: relative;
}
.bare-metal-sec2 .inner {
    /*box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);*/
    padding: 20px 20px;
    background: #fff;
    border-radius: 5px;
    transition: all .5s ease;
}
.bare-metal-sec2 .inner .icon {
    width: 64px;
    margin: 0 auto 15px auto;
}
.bare-metal-sec2 .inner h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
    position: relative;
    color: #302c2d;
    font-weight: 600;
}
.table i.fa-check-circle-o {
    font-size: 18px;
    color: #f67a3c;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.table i.fa-times-circle-o {
    font-size: 18px;
    color: #f67a3c;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.bare-metal-sec3 .table {
    margin-bottom: 0px;
}
.bare-metal-sec4 {
    background: #9b59b6;
    position: relative;
}
.bare-metal-sec4 .nav-tabs {
    border-bottom: none;
    justify-content: space-between;
    margin: 0 auto 30px;
    display: inline-block;
    /*background: #fff;
    box-shadow: 0px 3px 14.88px 1.12px rgb(156 143 141 / 16%);*/
    border-radius: 5px;
}
.bare-metal-sec4 .nav-tabs li {
    margin: 5px;
}
.bare-metal-sec4 .nav-tabs li a {
    -moz-user-select: none;
    background-image: none;
    background-image: none;
    background-image: none;
    border-bottom: 3px solid transparent;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    background-size: 200% auto;
    -webkit-transition: unset;
    transition: unset;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    background: #fff;
}
.bare-metal-sec4 .nav-tabs li a .icon {
    width: 64px;
    margin: 0 auto 15px auto;
}
.bare-metal-sec4 .nav-tabs li a .icon img {
    width: 100%;
}
.bare-metal-sec4 .nav-tabs li.active a {
    border-color: #fff;
    /*color: #fff;
    background: #f67a3c;*/
    box-shadow: 0px 3px 7.44px 0.56px rgb(0 0 0 / 8%);
    border-bottom: 3px solid #5cb85c;
}
.bare-metal-sec4 .nav-tabs.nav-tabs li a:hover, 
.bare-metal-sec4 .nav-tabs.nav-tabs li a:active {
    border-bottom: 3px solid #5cb85c;
}
.bare-metal-sec4 h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    position: relative;
    color: #fff;
    font-weight: 600;
}
.bare-metal-sec4 h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
    position: relative;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.bare-metal-sec4 p {
    color: #fff;
}
.bare-metal-sec4 ul li {
    color: #fff;
}
.bare-metal-sec4 span {
    color: #5cb85c;
}
.bare-metal-sec4 .image {
    padding-right: 0;
}
.testimonials-sec2 {
    background: url(../images/map-bg.jpg);
    background-size: cover;
}
.testimonials-sec2 .owl-carousel .owl-stage-outer {
    padding: 30px 10px;
    margin: 0 -10px;
}
.testimonials-sec2 .inner {
    box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);
    padding: 30px 30px;
    background: #fff;
    border-radius: 5px;
    text-align: left;
}
.testimonials-sec2 .inner .rating i {
    color: #fcb100;
    font-size: 16px;
    letter-spacing: -1px;
}
.testimonials-sec2 .inner p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 10px 0 15px;
    color: #777;
}
.testimonials-sec2 .inner .author {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #0071bc;
    text-transform: uppercase;
}
.testimonials-sec2 .inner .author-city {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #9e9e9e;
    margin-top: 15px;
}
.radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
  border-radius: 50%;
}
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio input:checked ~ .checkmark:after {
  display: block;
}
.radio .checkmark:after {
    top: 6px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}
.select-cureency {
    position: absolute;
    right: 15px;
    top: 8px;
}
.select-cureency .radio {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.select-cureency .radio img {
    position: relative;
    top: -2px;
}

/*--Cloud Server Page --*/
.cloud-sec1 .inner {
    box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);
    padding: 20px 15px;
    background: #fff;
    border-radius: 5px;
    margin-top: -50px;
    margin-bottom: 20px;
}
.bare-metal-sec1.cloud-sec1 .icon {
    margin: 0 auto;
    /*background: #f67a3c;*/
}
.text-danger {
    color: #e74c3c !important;
}
.cloud-sec4 .icon {
    float: left;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,.1);
    border-radius: 50%;
    padding: 25px;
}
.cloud-sec4 .icon-text {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px;
}
.bare-metal-sec4.cloud-sec4 .icon-text h4 {
    margin-top: 0;
}
.bare-metal-sec4.cloud-sec4 .icon-text p {
    margin-top: 5px;
}

/*--Linus VPS Page --*/
.highlight-sec.highlight-sec2 .highlightbox {
    margin-top: -50px;
    width: 78%;
    padding: 20px 20px 20px 30px;
}
.highlight-sec.highlight-sec2.wrh .highlightbox {
    margin-top: -50px;
    width: 81%;
    padding: 20px 20px 20px 30px;
}
.highlight-sec.highlight-sec2 .highlightbox .highlightbox-img {
    width: 64px;
}
.highlight-sec.highlight-sec2 .highlightbox .highlightbox-text {
    width: 92%;
    padding-left: 20px;
}
.highlight-sec.highlight-sec2 .highlightbox .highlightbox-text h1 {
    margin-top: 5px;
}
.hosting-sec .inner .selectbox {
    margin-top: -20px;
    position: relative;
    padding: 0 15px;
    margin-bottom: 50px;
}
.compare {
    display: block;
    margin-top: 10px;
}
.compare-sec {
    background: #f5f5f5;
}
.compare-sec .banner-servers-box {
    overflow: hidden;
    padding: 25px 24px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    border-radius: 6px 6px 0 0;
    position: relative;
    background-image: linear-gradient(90deg, #606ad4 0%, #5e4494 100%);
    color: #fff;
    height: 100px;
    text-align: left;
}
.compare-sec .banner-servers-box:before {
    content: '';
    position: absolute;
    background: url(../images/counter-bg.png) no-repeat !important;
    height: 100px;
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.5;
}
.compare-sec .counter-placeholder {
    width: 64px;
    height: 43px;
    background: url(../images/counter.png) no-repeat !important;
    position: relative;
    float: left;
    margin-right: 25px;
}
.compare-sec .counter-placeholder:after {
    content: '';
    background: url(../images/arrow.png) no-repeat !important;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
}
.compare-sec .banner-text-left {
    float: left;
    margin-top: -10px;
}
.compare-sec .banner-text-left h5 {
    font-size: 17px;
    font-weight: 100;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.4px;
}
.table-borderless,
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none !important;
}
.compare-sec .table > thead > tr > th {
    background: #2d2d44;
    padding: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-left: 1px solid rgba(255,255,255,.1) !important;
}
.compare-sec .table > thead > tr > th:last-child {
    border-left: 0 !important;
}
.compare-sec .table > tbody > tr > td {
    padding: 15px 20px;
    font-size: 14px;
    border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.compare-sec .row-head {
    background-color: #27ae60 !important;
    color: white !important;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid rgba(255,255,255,.1) !important;
}
.compare-sec .table i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.text-success {
    color: #3c763d !important;
}
.compare-sec .best-choice {
    background: #fff;
    display: inline-block;
    padding: 20px;
    box-shadow: 0px 3px 25.11px 1.89px rgb(0 93 237 / 14%);
    border-radius: 10px;
    font-size: 22px;
    color: #333;
    width: 65%;
    margin-top: 30px
}
.compare-sec .best-choice a {
    color: #27ae60;
    text-decoration: underline;
}
.compare-sec .best-choice img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
}
.modal-header .close {
    margin-top: -2px;
    height: 30px;
    opacity: .5;
}
.video-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 25.11px 1.89px rgb(0 93 237 / 14%);
    padding: 10px;
    background: #fff;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    border-radius: 10px;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bare-metal-sec3 h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 700;
    color: #333;
}
.bare-metal-sec3 h3 i {
    color: #ff7700;
    margin-right: 5px;
}
.bare-metal-sec3 p {
    margin-top: 5px;
}
.bare-metal-sec3 .server-tabls-row {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 1px 15px rgb(15 24 51 / 11%);
    border: none;
    transition: all ease-in-out .15s;
    padding: 25px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #616366;
    margin: 10px 0;
    border-radius: 8px;
    overflow: hidden;
}
.bare-metal-sec3 .server-tabls-row .image {
    width: 80px;
}
.bare-metal-sec3 .server-tabls-row.left {
    text-align: right;
}
.bare-metal-sec3 .server-tabls-row.left .image {
    float: right;
}
.bare-metal-sec3 .server-tabls-row.left .image-text {
    float: right;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-right: 15px
}
.bare-metal-sec3 .server-tabls-row.right {
    text-align: left;
}
.bare-metal-sec3 .server-tabls-row.right .image {
    float: left;
}
.bare-metal-sec3 .server-tabls-row.right .image-text {
    float: left;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 15px
}
.tshadow {
    box-shadow: 2px -2px 8px rgb(0 0 0 / 10%);
}
.tshadow2 {
    box-shadow: -2px -2px 8px rgb(0 0 0 / 10%);
}
.tshadow3 {
    box-shadow: 3px 4px 8px rgb(0 0 0 / 10%);
}
.tshadow4 {
    box-shadow: -3px 4px 8px rgb(0 0 0 / 10%);
}
.table-borderless > tbody > tr > td.tborder {
    border: 1px solid rgba(54,57,60,.1) !important;
}
.compare-sec2 .table-borderless > tbody > tr > td.tborder {
    padding: 15px 20px;
    vertical-align: middle;
}
.compare-sec2 .ht90 {
    height: 100px;
}
.compare-sec2 .green-bg {
    background-color: #4d9a4d;
    color: #fff;
}
.compare-sec2 .grey-bg {
    background-color: #fff;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}
.compare-sec2 .price {
    font-size: 20px;
}
.compare-sec2 .price.price2 {
    font-size: 26px;
    color: #f67a3c;
}
.compare-sec2 .price.price2 i {
    font-size: 18px;
}
.compare-sec2 .price.price2 small {
    font-size: 18px;
}
.compare-sec2 .green-bg2 {
    background-color: #4d9a4d;
    color: #fff;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}


/*--WINDOWS VPS Page --*/
.hosting-sec .cen3 {
    margin-left: 12.5%;
}

/*--LINUX Hosting Page --*/
.bare-metal-sec3 .pt-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);
    padding: 50px;
}
.bare-metal-sec3 .pt-box h5 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #27ae60;
}
.bare-metal-sec3 .product-specs-block ul {
    margin: 0;
    padding-top: 20px;
    max-width: 100%;
}
.bare-metal-sec3 .product-specs-block ul li {
    display: list-item;
    /*list-style: circle;*/
    list-style: none;
    padding: 15px 0;
    margin: 0;
    margin-left: 25px;
    letter-spacing: 1px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    color: #484848;
    font-size: 1.6rem;
}
.bare-metal-sec3 .product-specs-block ul li:before {
    position: absolute;
    content: "\f05d";
    font-family: "FontAwesome";
    color: #28a745 !important;
    left: -25px;
    font-size: 20px;
    top: 16px;
}
.bare-metal-sec3 .product-specs-block ul li:last-child {
    border: 0;
}
.hosting-sec.mail-sec h4 {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #302c2d;
}
.hosting-sec.mail-sec label {
    font-weight: 400;
    color: #555;
    margin-bottom: 5px;
}
.hosting-sec.mail-sec .btn {
    padding: 10px 15px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
    outline: none;
    outline-offset: 0;
}
.hosting-sec.mail-sec .price {
    font-weight: 700;
    font-size: 50px;
    line-height: 44px;
    margin-bottom: 20px;
    color: #5cb85c;
    letter-spacing: -1px;
}
.hosting-sec.mail-sec .price span.currency {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
}
.hosting-sec.mail-sec .bdrbox {
    border: 1px solid #eee;
    padding: 30px;
}
.hosting-sec.mail-sec .innerbox {
    background: #5cb85c;
    padding: 30px;
    color: #fff;
}
.hosting-sec.mail-sec .innerbox .bulletstyle li {
    color: #fff;
    margin: 8px 0;
}
nav.bootsnav .dropdown-menu.cms .icon-text p {
    margin: 5px 0 0 0;
}
nav.bootsnav .megamenu-content.cms ul li a {
    padding: 10px 0;
}
.inner-banner.about-banner-sec {
    color: #fff;
    min-height: 550px;
}
.highlight-sec.highlight-sec2.full .highlightbox {
    width: 100%;
}
.highlight-sec.highlight-sec2.full .highlightbox .statsbox {
    width: 190px;
    height: 190px;
    margin: 10px auto;
    padding-top: 22px;
    border-radius: 100%;
    position: relative;
}
.highlight-sec.highlight-sec2.full .highlightbox .statsbox .inner-border {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #eee;
}
.highlight-sec.highlight-sec2.full .highlightbox .statsbox .inner-border:before, 
.highlight-sec.highlight-sec2.full .highlightbox .statsbox .inner-border:after {
    top: -6px;
    left: 0;
    right: 0;
    content: "";
    width: 12px;
    height: 12px;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);
}
.highlight-sec.highlight-sec2.full .highlightbox .statsbox .inner-border:after {
    top: auto;
    bottom: -6px;
}
.highlight-sec.highlight-sec2.full .highlightbox .statsbox .achivement-icon {
    width: 67px;
    height: 67px;
    margin: 5px auto 0 auto;
    margin-bottom: 5px;
    text-align: center;
}
.highlight-sec.highlight-sec2.full .highlightbox .statsbox .achivement-icon img {
    display: inline-block;
    margin: 0 auto;
}
.highlight-sec.highlight-sec2.full .highlightbox .statsbox .pera-content {
    text-align: center;
}
.highlight-sec.highlight-sec2.full .highlightbox .statsbox .pera-content h3 {
    color: #333;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    margin: 5px 0 0 0;
}
.highlight-sec.highlight-sec2.full .highlightbox .statsbox .pera-content p {
    color: #333;
    font-weight: 600;
    margin: 0 0 0 0;
}
.highlight-sec.highlight-sec2.full .highlightbox .col-md-3:nth-child(1) .statsbox .inner-border:before, 
.highlight-sec.highlight-sec2.full .highlightbox .col-md-3:nth-child(1) .statsbox .inner-border:after {
    background: linear-gradient(90deg, #2fc678 0%, #6add1a 100%);
}
.highlight-sec.highlight-sec2.full .highlightbox .col-md-3:nth-child(2) .statsbox .inner-border:before, 
.highlight-sec.highlight-sec2.full .highlightbox .col-md-3:nth-child(2) .statsbox .inner-border:after {
    background: linear-gradient(90deg, #1cb6f6 0%, #1161dd 100%);
}
.highlight-sec.highlight-sec2.full .highlightbox .col-md-3:nth-child(3) .statsbox .inner-border:before, 
.highlight-sec.highlight-sec2.full .highlightbox .col-md-3:nth-child(3) .statsbox .inner-border:after {
    background: linear-gradient(90deg, #fd5d0a 0%, #ffe3ab 100%);
}
.about-sec2.left {
    text-align: left;
}
.about-sec2.right {
    text-align: right;
}
.about-sec2 .inner {
    margin: 9% 0;
}
.about-sec2 .inner.inner2 {
    margin: 5% 0;
}
.about-sec2.left .inner {
    padding-left: 100px;
}
.about-sec2.right .inner {
    padding-right: 100px;
}
.about-sec2 .image {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
    border-radius: 10px;
    position: relative;
}
.about-sec2 .image2 {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.about-sec2 .image img {
    border-radius: 10px;
}
.about-sec2 .image .logo {
    background: #fff;
    position: absolute;
    top: 50%;
    right: -10%;
    max-width: 200px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 34px 0px rgb(0 0 0 / 30%);
    transform: translateY(-50%);
}
.about-sec2.right .image .logo {
    right: auto;
    left: -10%;
}
.about-sec2 .inner-box {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.about-sec2 .inner-box h3 {
    margin-top: 15px;
}
.about-sec2 .text-black {
    color: #000;
}
.about-sec2 .bulletstyle li span {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}
.about-sec2 .pdlleft {
    padding-left: 20px;
}
.about-sec2 .pdlright {
    padding-right: 20px;
}
.about-sec2 .pdlright p {
    color: #333;
}
.about-sec2 .pdlright a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.about-timeline-sec .timeline {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.about-timeline-sec .timeline .line {
    width: 3px;
    background: #5cb85c;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.about-timeline-sec .timeline .line:after, 
.about-timeline-sec .timeline .line:before {
    position: absolute;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    content: '';
}
.about-timeline-sec .timeline .line:before {
    width: 46px;
    height: 50px;
    left: -22px;
    top: -22px;
    background-image: url(../images/trocket.png);
}
.about-timeline-sec .timeline .line:after {
    width: 229px;
    height: 115px;
    left: -114px;
    top: auto;
    bottom: -56px;
    background-image: url(../images/cloud-bg.png);
}
.about-timeline-sec .timeline .right {
    text-align: right;
}
.about-timeline-sec .timeline .left {
    text-align: left;
}
.about-timeline-sec .timeline .box {
    background: #fff;
    padding: 20px 30px;
    color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    /*margin-bottom: 30px;*/
    position: relative;
}
.about-timeline-sec .timeline .circle {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: auto;
    right: -59px;
    top: 45px;
    border: 5px solid #fff;
}
.about-timeline-sec .timeline .right .box {
    margin-right: 30px;
    /*margin-left: 100px;*/
}
.about-timeline-sec .timeline .left .box {
    margin-left: 30px;
    /*margin-right: 100px;*/
}
.about-timeline-sec .timeline .box .year {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 118%;
}
.about-timeline-sec .timeline .box p {
    font-size: 16px;
    margin-top: 5px;
}
.about-timeline-sec .timeline .image {
    width: 140px;
    margin: 30px 20px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 34px 0px rgb(0 0 0 / 10%);
    padding: 10px;
    background: #fff;
    margin-bottom: 0;
}
.about-timeline-sec .timeline .image img {
    border-radius: 50%;
}
.about-timeline-sec .timeline .left .image {
    margin-left: auto;
    margin-right: 20px;
}
.about-timeline-sec .timeline .left .circle {
    right: auto;
    left: -59px;
}
.about-sec2.news-sec .owl-carousel .owl-stage-outer {
    padding: 30px 20px 0 20px;
    margin: 0 -20px;
}
.about-sec2.news-sec h3 {
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
    color: #302c2d;
    font-weight: 600;
    margin-top: 30px;
}
.about-sec2.news-sec .image {
    padding: 10px;
    background: #fff;
}
.contact-sec {
    margin-top: 30px;
}
.contact-sec input[type=text] {
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    background: #fff;
    height: 45px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px 15px;
    box-shadow: 0px 13px 14.88px 1.12px rgb(47 46 45 / 3%);
}
.contact-sec input[type=text], .contact-sec textarea {
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    background: #fff;
    height: 45px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px 15px;
    box-shadow: 0px 13px 14.88px 1.12px rgb(47 46 45 / 3%);
}
.contact-sec textarea.textarea {
    height: auto;
}
.contact-sec button {
    height: 45px !important;
}
.contact-sec .right .inner {
    background: #5034fc;
    padding: 30px;
    border-radius: 15px;
    color: #fff;
    margin-top: -80px;
}
.contact-sec .right .inner .icon {
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: rgba(38, 39, 41, 0.3);
    font-size: 21px;
    color: #fff;
    float: left;
    border-radius: 50%;
    text-align: center;
}
.contact-sec .right .inner .icon-text {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
    padding-left: 15px;
    float: left;
}
.contact-sec .right .inner .icon-text p {
    margin-top: 5px;
}
.contact-sec .right .inner hr {
    margin: 20px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}
.google-maps {
    position: relative;
    padding-bottom: 33%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.hosting-sec .nav-tabs li a .wh {
    display: none;
}
.hosting-sec .nav-tabs li.active a .wh {
    display: inline-block;
}
.hosting-sec .nav-tabs li.active a .cl {
    display: none;
}
.hosting-sec.payment-sec {
    margin-top: -80px;
}
.hosting-sec.payment-sec .nav-tabs li a {
    min-width: auto;
    text-align: center;
}
.hosting-sec.payment-sec .nav-tabs li a span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
}
.hosting-sec.payment-sec .nav-tabs {
    margin: 0px auto 20px;
}
.hosting-sec.payment-sec .tab-content {
    box-shadow: 0px 3px 14.88px 1.12px rgb(156 143 141 / 16%);
    padding: 30px;
    border-radius: 10px;
}
.hosting-sec.payment-sec .tab-content .tab-pane p:first-child {
    margin-top: 0;
}
.team-sec {
    margin-top: 0px;
}
.team-sec .inner {
    box-shadow: 0px 0px 34px 0px rgb(216 216 216 / 50%);
    padding: 30px 30px 30px 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    min-height: 375px;
}
.team-sec .inner .image {
    width: 150px;
    margin: -100px auto 0 auto;
}
.team-sec .inner .name {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
    color: #302c2d;
    font-weight: 700;
}
.team-sec .inner .post {
    font-style: italic;
    font-weight: 600;
    font-style: 12px;
    color: #999;
}
.team-sec .inner p {
    margin-top: 5px;
}
.support-sec.support-sec2 {
    margin-top: 0px;
}
.testimonials-sec.white-bg {
    margin-top: 0;
}
.testimonials-sec.white-bg .inner {
    padding: 15px 30px 15px 30px;
    right: 0px;
    position: relative;
    padding-left: 90px;
}
.testimonials-sec.white-bg .inner.first {
    margin-top: -90px;
}
.testimonials-sec.white-bg .inner:hover {
    transform: scale(1);
}
.testimonials-sec.white-bg .inner .quote {
    position: absolute;
    left: 30px;
    top: 30px;
}
.testimonials-sec.white-bg.general-sec .inner {
    padding: 30px;
}
.headt-one {
    color: #302c2d;
    font-weight: 600;
}
.testimonials-sec.white-bg.general-sec .bulletstyle li {
    margin: 10px 0;
}
.testimonials-sec.white-bg.general-sec .bulletstyle li span {
    color: #5cb85c;
}
.affiliate-sec ul {
     margin: -20px 0;
}
.affiliate-sec ul li {
    border-bottom: 1px solid #c8efd2;
    padding: 25px 0;
    font-size: 20px;
    line-height: 24px;
    color: #302c2d;
    font-weight: 600;
}
.affiliate-sec ul li:last-child {
    border-bottom: 0;
}
.affiliate-sec ul li .left {
    display: block;
    float: left;
}
.affiliate-sec ul li .right {
    display: block;
    float: right;
    color: #38b66b;
    font-weight: 900;
}
.testimonials-sec2.section{
    padding-bottom: 0;
}
.hosting-sec .nav-tabs li a div {
    margin-top: 10px;
    font-size: 18px;
}
.hosting-sec.compare-sec2 .nav-tabs li {
    min-width: 33.59%;
}
.hosting-sec.compare-sec2 .nav-tabs li a {
    width: 100%;
}
.hosting-sec .nav-tabs li a {
    background: #ffeadf;
    border-color: #fff;
}
.hosting-sec.compare-sec2 .nav-tabs {
    width: 100%
}
.hosting-sec .nav-tabs li.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f67a3c;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}



/* MENU STYLE
* -------------------------- */
nav.bootsnav .dropdown.megamenu-fw {
    position: static;
}
nav.bootsnav .container {
    position: relative;
}
nav.bootsnav .megamenu-fw .dropdown-menu {
    left: 0;
}
nav.bootsnav .megamenu-content {
    /*padding: 15px;*/
    padding: 0;
    width: 100% !important;
    border: 0;
    box-shadow: inset 0 25px 36px -25px #ccc;
}
nav.bootsnav .megamenu-content .title{
    margin-top: 0;
}
nav.bootsnav .megamenu-content.server {
    width: 60% !important;
    margin: 0 15px;
    left: 8% !important;
}
nav.navbar.bootsnav {
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    border: none;
    z-index: 1;
    float: none;
    top: 0;
    transition: 0.5s all ease;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff !important;
    z-index: 999;
}
.navbar-nav {
    
    margin: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #333;
    background-color: transparent;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
nav.navbar.bootsnav.navbar-fixed.navbar-transparent ul.nav > li > a {
    color: #fff;
}
nav.navbar.bootsnav ul.nav > li > a:hover{
    color:#86c724;
}
nav.navbar.bootsnav ul.nav > li.focus{transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;}
nav.navbar.bootsnav ul.nav > li.focus:hover{
	background:#3256a4;
	border-radius:40px;
}
nav.navbar.bootsnav ul.nav > li.focus:hover a{
    color:#f0e319;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a{
    background-color: transparent;
}
nav.navbar.bootsnav .navbar-toggle{
    background-color:none;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
	color:#333;
}
nav.navbar.bootsnav .navbar-toggle i{ margin-top:2px; color:#ff894f;}
nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu{
    top: 0;
    left: 100%;
}
nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a{
    white-space:normal;
}
ul.menu-col{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.menu-col li a{
    color: #6f6f6f;
}
ul.menu-col li a:hover,
ul.menu-col li a:focus{
    text-decoration: none;
}
nav.bootsnav.navbar-full{
    padding-bottom: 10px;
    padding-top: 10px;
}

nav.bootsnav.navbar-full .navbar-header{
    display: block;
    width: 100%;
}

nav.bootsnav.navbar-full .navbar-toggle{
    display: inline-block;
    margin-right: 0;
    position: relative;
    top: 0;
    font-size: 30px;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

nav.bootsnav.navbar-full .navbar-collapse{
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    padding: 0;
    display: none !important;
    z-index: 9;
}

nav.bootsnav.navbar-full .navbar-collapse.in{
    display: block !important;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full{
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu{
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
    width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
    width: 0;
}


nav.bootsnav.navbar-full .navbar-collapse ul.nav{
    display: block;
    width: 100%;
    overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav a:hover,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:focus,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a{
    background-color: transparent;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav > li{
    float: none;
    display: block;
    text-align: center;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav > li > a{
    display: table;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 24px;
    padding: 10px 15px;
}

li.close-full-menu > a{
    padding-top: 0px;
    padding-bottom: 0px;
}

li.close-full-menu{
    padding-top: 30px;
    padding-bottom: 30px;
}
.attr-nav{
    float: right;
    display: inline-block;
    margin-left: 13px;
    margin-right:0;
}

.attr-nav > ul{
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block;
}

.attr-nav > ul > li{
    float: left;
    display: block;
}

.attr-nav > ul > li > a{
    color: #fff;
    display: block;
    padding:34px 15px;
    position: relative;
	background: #f28f20;
    font-weight: 600;
    text-transform: uppercase;
}
.attr-nav > ul > li > a:hover{
	background: #0c64c7;
}

.attr-nav > ul > li > a span.badge{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 5px;
    font-size: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    padding-top: 2px;
	background: #f28f20;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    border: solid 1px #e0e0e0;
	border-top: 5px solid #f28f20 !important;
}

ul.cart-list{
    padding: 0 !important;
    width:400px !important;
}

ul.cart-list > li{
    position: relative;
    border-bottom: solid 1px #efefef;
    padding: 10px 15px !important;
	font-size:14px;
	color:#000;
}
ul.cart-list > li strong{
	font-weight:500;
}

ul.cart-list > li > a.photo{
    padding: 0 !important;
    margin-right: 15px;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    left: 15px;
    top: 15px;
}

ul.cart-list > li img{
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
}

ul.cart-list > li > h6{
    margin: 0;
	font-size:16px;
	font-weight: 600;
}
ul.cart-list > li > h6 a{
	color:#f28f20;
}
ul.cart-list > li > p{
	margin:5px 0 0 0;
}
ul.cart-list > li > h6 > a.photo{
    padding: 0 !important;
    display: block;
}

ul.cart-list > li > p{
    margin-bottom: 0;
}

ul.cart-list > li.total{
    background-color: #f5f5f5;
    padding-bottom: 15px !important;
}

ul.cart-list > li.total > .btn{
    display: inline-block;
    /*border-bottom: solid 1px #efefef;*/
	height: auto;
}

ul.cart-list > li .price{
    font-weight: bold;
}

ul.cart-list > li.total > span{
    padding-top: 8px;
}
.top-search{
    background-color: #333;
    padding: 10px 0;
    display: none;
}

.top-search input.form-control{
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
}

.top-search .input-group-addon{
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.top-search .input-group-addon.close-search{
    cursor: pointer;
}
body{
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body.on-side{
    margin-left: -280px;
}

.side{
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -280px;
    width: 280px;
    padding: 25px 30px;
    height: 100%;
    display: block;
    background-color: #333;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    z-index: 9;
}

.side.on{
    right: 0;
}

.side .close-side{
    float: right;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.side .widget{
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.side .widget .title{
    color: #fff;
    margin-bottom: 15px;
}

.side .widget ul.link{
    padding: 0;
    margin: 0;
    list-style: none;
}

.side .widget ul.link li a{
    color: #9f9f9f;
    letter-spacing: 1px;
}

.side .widget ul.link li a:focus,
.side .widget ul.link li a:hover{
    color: #fff;
    text-decoration: none;
}
nav.navbar.bootsnav .share{
    padding: 0 30px;
    margin-bottom: 30px;
}

nav.navbar.bootsnav .share ul{
    display: inline-block;
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
}

nav.navbar.bootsnav .share ul > li{
    float: left;
    display: block;
    margin-right: 5px;
}

nav.navbar.bootsnav .share ul > li > a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 35px;
    height: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #cfcfcf;
    color: #fff;
}
nav.navbar.bootsnav.navbar-fixed{
    position: fixed;
    display: block;
    width: 100%;
	z-index:999;
	/*box-shadow: 1px 1px 10px rgba(0,0,0,0.1);*/
}
nav.navbar.bootsnav.navbar-fixed.navbar-transparent {
    position: absolute;
}

nav.navbar.bootsnav.no-background{
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.wrap-sticky{
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wrap-sticky nav.navbar.bootsnav{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.wrap-sticky nav.navbar.bootsnav.sticked{
    position: fixed;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked{
    left: -280px;
}
nav.bootsnav .megamenu-content .inner {
    position: relative;
}
nav.bootsnav .megamenu-content:before,
nav.bootsnav .megamenu-content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    box-shadow: inset 0 25px 36px -25px #ccc;
}
nav.bootsnav .megamenu-content:before {
    left: -90%;
    /*background: #f5f5f5;*/
    background: #363db4;
}
nav.bootsnav .megamenu-content:after{
    right: -100%;
}
nav.bootsnav.navbar-transparent .megamenu-content.server {
    width: 60% !important;
    margin: 0 15px;
    left: 1% !important;
}
nav.bootsnav .megamenu-content.server {
    left: 2% !important;
}
nav.bootsnav .megamenu-content .leftm {
    width: 30%;
    float: left;
    padding: 10px 15px;
    /*display: none;*/
    background: #f5f5f5;
    box-shadow: inset 0 25px 36px -25px #ccc;
    min-height: 350px;
    /*background: #7F7FD5;
    background: -webkit-linear-gradient(to left, #91EAE4, #86A8E7, #7F7FD5); 
    background: linear-gradient(to left, #91EAE4, #86A8E7, #7F7FD5);*/ 
    background: #1488CC; 
    background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);  
    background: linear-gradient(to right, #2B32B2, #1488CC); 

}
nav.bootsnav .megamenu-content .rightm {
    width: 100%;
    float: left;
    margin: -15px -15px -15px 0;
    border-radius: 0 10px 10px 0;
    padding: 30px 0;
    display: none;
}
nav.bootsnav .megamenu-content .rightm .image {
    padding: 10px;
}
nav.bootsnav .megamenu-content .rightm .textpd {
    padding: 10px 10px 15px 10px;
}
nav.bootsnav .megamenu-content .rightm h4{
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #464646;
}
nav.bootsnav .megamenu-content .rightm p{
    color: #8392a5;
    font-size: 14px;
    margin: 3px 0 0 0;
}
nav.bootsnav .megamenu-content .rightm .menu-box {
    text-align: center;
    border:1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
nav.bootsnav .megamenu-content ul li {
    list-style: none;
    margin: 0 0;
}
/*nav.bootsnav .megamenu-content ul li.blue.active h4 {
    color: #0948b3;
}
nav.bootsnav .megamenu-content ul li.ornage.active h4 {
    color: #f67a3c;
}
nav.bootsnav .megamenu-content ul li.green.active h4 {
    color: #5cb85c;
}*/
nav.bootsnav .megamenu-content ul li a {
    display: block;
    padding: 15px 0;
    position: relative;
}
nav.bootsnav .megamenu-content ul li a .arrow-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #208ccc;
    position: absolute;
    right: -32px;
    top: 50%;
    margin-top: -20px;
    display: none;
}
nav.bootsnav .megamenu-content ul li.active a .arrow-left {
    display: block;
}
/*nav.bootsnav .megamenu-content ul li a:hover {
    background: #f5f5f5;
}*/
nav.bootsnav .megamenu-content .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin: -1px 0 0 0;
    padding: 10px;
}
nav.bootsnav .megamenu-content .icon-text {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
    padding-left: 15px;
    float: left;
}
nav.bootsnav .megamenu-content .icon-text h4 {
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #464646;
}
nav.bootsnav .megamenu-content .icon-text p {
    color: #8392a5;
    font-size: 14px;
    margin: 3px 0 0 0;
}
nav.bootsnav .megamenu-content ul li {
    /*border-bottom: 1px dashed rgba(0,0,0,.1);*/
    border-bottom: 1px solid rgba(255,255,255,.2);
}
nav.bootsnav .megamenu-content ul li:last-child {
    border-bottom: 0;
}
nav.bootsnav .megamenu-content ul li .showd {
    position: absolute;
    left: 33%;
    top: 30px;
    display: none; 
    width: 770px;
}
nav.bootsnav .megamenu-content ul li.active .showd {
    display: block; 
}
nav.bootsnav .megamenu-content ul li .showd .menu-box {
    /*box-shadow: 0px 0px 34px 0px rgb(0 0 0 / 20%);*/
    border-radius: 10px;
    overflow: hidden;
}
nav.bootsnav .megamenu-content ul li .showd .icon-text {
    float: none;
    width: 100%;
    padding: 0;
}
nav.bootsnav .megamenu-content ul li .showd .icon-text h4 {
    font-size: 24px;
}
nav.bootsnav .megamenu-content ul li .showd .icon-text .strats {
    margin-top: 10px;
}
nav.bootsnav .megamenu-content ul li .showd .icon-text .price {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 10px 0;
    position: relative;
    border-radius: 4px;
}
nav.bootsnav .megamenu-content ul li .showd .icon-text .price:before {
    content: "";
    position: absolute;
    display: block;
    right: -19px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}
nav.bootsnav .megamenu-content ul li .showd .icon-text .price:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    right: -5px;
    top: 23px;
}
nav.bootsnav .megamenu-content ul li.blue .showd .icon-text .price:before {
    border-left: 20px solid #9c27b0;
}
nav.bootsnav .megamenu-content ul li.ornage .showd .icon-text .price:before {
    border-left: 20px solid #f67a3c;
}
nav.bootsnav .megamenu-content ul li.green .showd .icon-text .price:before {
    border-left: 20px solid #5cb85c;
}
nav.bootsnav .megamenu-content ul li.pink .showd .icon-text .price:before {
    border-left: 20px solid #ea4c89;
}
nav.bootsnav .megamenu-content ul li.lblue .showd .icon-text .price:before {
    border-left: 20px solid #00a7e6;
}
nav.bootsnav .megamenu-content ul li.purple .showd .icon-text .price:before {
    border-left: 20px solid #9b59b6;
}
nav.bootsnav .megamenu-content ul li.red .showd .icon-text .price:before {
    border-left: 20px solid #e74c3c;
}
nav.bootsnav .megamenu-content ul li .showd .icon-text .price span {
    display: inline-block;
    vertical-align: middle;
}
nav.bootsnav .megamenu-content ul li .showd .icon-text .price .sign {
    font-size: 20px;
    font-weight: 400;
}
nav.bootsnav .megamenu-content ul li .showd .icon-text .price .currency {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 50px;
}
nav.bootsnav .megamenu-content ul li .showd .icon-text .price .month {
    font-size: 18px;
    font-weight: 400;
}
nav.bootsnav .megamenu-content ul li .showd a {
    padding: 0;
    margin: 0;
}
nav.bootsnav .dropdown-menu .icon {
    /*width: 60px;
    height: 60px;
    border-radius: 50%;*/
    float: none;
    /*margin: -40px auto 11px auto;*/
    padding: 9px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
nav.bootsnav .dropdown-menu .icon-text {
    /*width: 100%;*/
    padding-left: 10px;
    /*float: left;*/
    float: none;
    display: inline-block;
    vertical-align: top;
}
nav.bootsnav .dropdown-menu .icon-text h4 {
    font-weight: 600;
    /* font-family: "Roboto", sans-serif; */
    font-size: 20px;
    color: #fff;
    font-family: 'Playfair Display', serif;
}
nav.bootsnav .dropdown-menu .icon-text p {
    color: #8392a5;
    font-size: 14px;
    margin: 10px 0 0 0;
}
nav.bootsnav .dropdown-menu .icon-text a {
    display: block;
    font-weight: 600;
    margin-top: 10px;
}
nav.bootsnav .megamenu-content h6 {
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #333;
}
nav.bootsnav .megamenu-content .tech-feature-list {
    margin:15px 0;
}
nav.bootsnav .megamenu-content .tech-feature-list li {
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
nav.bootsnav .megamenu-content .tech-feature-list li span{
    position: absolute;
    left: 0;
    color: #28a745 !important;
    top: 2px;
    font-size: 18px;
}
nav.bootsnav.navbar-transparent .megamenu-content.server.vps {
    left: 8% !important;
}
nav.bootsnav .megamenu-content.server.vps {
    left: 10% !important;
}
nav.bootsnav.navbar-transparent .megamenu-content.server.hosting {
    left: 3% !important;
}
nav.bootsnav .megamenu-content.server.hosting {
    width: 85% !important;
    margin: 0 15px;
    left: 4% !important;
}
nav.bootsnav.navbar-transparent .megamenu-content.server.hosting.cms {
    left: 10% !important;
}
nav.bootsnav .megamenu-content.server.hosting.cms {
    left: 11% !important;
}
nav.bootsnav.navbar-transparent .megamenu-content.server.ssl {
    left: 30% !important;
}
nav.bootsnav .megamenu-content.server.ssl {
    left: 31% !important;
}
nav.bootsnav .megamenu-content.server.backup {
    left: auto !important;
    right: 0;
}
nav.bootsnav .megamenu-content.server.email {
    left: auto !important;
    right: 0;
}
nav.bootsnav .megamenu-content.server.domain {
    left: auto !important;
    right: 0;
}

@media (min-width: 1024px) and (max-width:1400px) {
    body.wrap-nav-sidebar .wrapper .container{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width:1024px) {
    /*nav.navbar.bootsnav ul.nav>li.active,
    nav.navbar.bootsnav ul.nav>li.active a:hover,
    nav.navbar.bootsnav ul.nav>li>a:hover {
        background: #1874c1;
    }*/
    nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
        margin-top: -2px;
		border-left: 1px solid rgba(0, 0, 0, .1);
    }
    nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
        left: -200px;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 30px 10px;
        font-weight:700;
    }
    nav.navbar.bootsnav ul.nav>li.active a {
        color:#86c724;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
        font-family: FontAwesome;
        content: "\f0d7";
        margin-left: 5px;
        margin-top: 2px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	    -moz-box-shadow: 0 0 0;
	    -webkit-box-shadow: 0 0 0;
	    -o-box-shadow: 0 0 0;
	    box-shadow: 0 0 0;
	    -moz-border-radius: 0;
	    -webkit-border-radius: 0;
	    -o-border-radius: 0;
	    border-radius: 0;
	    padding: 0;
	    width: 360px;
	    background: transparent;
	    border: 0;
	    border-top: 0 solid #ff894f;
	    /*box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);*/
        /*overflow: hidden;*/
        display: block !important;
        visibility: hidden;
	}
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li:first-child {
        margin-top: 0;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li:last-child {
        margin-bottom: 0;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li {
        background: #fff;
        transition: 500ms ease all;
        /*transform: scale(0);*/
        opacity: 0;
        margin-top: -50px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
	    padding: 15px 15px;
	    /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
	    color: #333;
	    font-size: 16px;
	}
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu {
        visibility: visible;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu:after {
        /*content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        left: 15%;
        top: -10px;
        margin-left: -10px;*/
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.dropdown-menu-right:after {
        left: auto;
        right: 15%;
    }
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu>li {
        /*transform: scale(1);*/
        opacity: 1;
        margin-top: 0;
    }
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu>li:nth-child(1) {
        transition-delay: 200ms;
    }
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu>li:nth-child(2) {
        transition-delay: 400ms;
    }
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu>li:nth-child(3) {
        transition-delay: 600ms;
    }
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu>li:nth-child(4) {
        transition-delay: 800ms;
    }
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu>li:nth-child(5) {
        transition-delay: 1000ms;
    }
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu>li:nth-child(6) {
        transition-delay: 1200ms;
    }
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu>li:nth-child(7) {
        transition-delay: 1400ms;
    }
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu>li:nth-child(8) {
        transition-delay: 1600ms;
    }
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu>li:nth-child(9) {
        transition-delay: 1800ms;
    }
    nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu>li:nth-child(10) {
        transition-delay: 2000ms;
    }
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
		color:#0071bc;
		background:#fff;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li:last-child>a {
        border-bottom: none;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
        text-align: left;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
        font-family: FontAwesome;
        float: right;
        content: "\f105";
        margin-top: 0;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
        font-family: FontAwesome;
        float: left;
        content: "\f104";
        margin-top: 0;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        top: 2px;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
        padding: 0 15px!important;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content>li {
        padding: 25px 0 20px;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed,
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed>li {
        padding: 0;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
        padding: 0 30px;
        margin: 0 -.5px;
        border-left: solid 1px #f0f0f0;
        border-right: solid 1px #f0f0f0;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
        border-left: none;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
        border-right: none;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content {
        display: none;
    }
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
        text-align: left;
        padding: 5px 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        border-bottom: none;
        color: #6f6f6f;
    }
    nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
        display: block!important;
        height: auto!important;
    }
    nav.navbar.bootsnav.no-background {
        background-color: transparent;
        border: none;
    }
    nav.navbar.bootsnav.navbar-transparent .attr-nav {
        /*padding-left: 15px;
        margin-left: 30px;*/
    }
    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255, 255, 255, .3);
        border-bottom: solid 1px #bbb;
    }
    nav.navbar.bootsnav.navbar-transparent.dark,
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark {
        background-color: rgba(0,0,0,0);
        /*border-bottom: solid 1px #fff;*/
    }
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb;
    }
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav {
        /*border-left: solid 1px #555;*/
    }
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a,
    nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.no-background.white ul.nav>li>a {
        color: #fff;
    }
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a {
        color: #fff;
    }
	nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li.active>a {
        color: #ff894f;
    }
    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
    nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
        display: none;
    }
    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
    nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
        display: block;
    }
    nav.navbar.bootsnav.navbar-fixed .logo-display {
        display: none;
    }
    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        display: block;
    }
    .attr-nav>ul>li.dropdown ul.dropdown-menu {
        margin-top: 0;
        /*margin-left: 55px;*/
        width:500px;
        right:0;
		right: 0;
        left: auto;
    }
    nav.navbar.bootsnav.menu-center .container {
        position: relative
    }
    nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    nav.navbar.bootsnav.menu-center .attr-nav,
    nav.navbar.bootsnav.menu-center .navbar-header {
        position: absolute;
    }
    nav.navbar.bootsnav.menu-center .attr-nav {
        right: 15px;
    }
    nav.bootsnav.navbar-brand-top .navbar-header {
        display: block;
        width: 100%;
        text-align: center;
    }
    nav.bootsnav.navbar-brand-top ul.nav>li.dropdown>ul.dropdown-menu {
        margin-top: 2px;
    }
    nav.bootsnav.navbar-brand-top ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
        margin-top: 0;
    }
    nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
        display: inline-block;
        float: none;
        margin: 0;
    }
    nav.bootsnav.navbar-brand-top .navbar-collapse {
        text-align: center
    }
    nav.bootsnav.navbar-brand-top ul.nav {
        display: inline-block;
        float: none;
        margin: 0 0 -5px;
    }
    nav.bootsnav.brand-center .navbar-header {
        display: block;
        width: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
    }
    nav.bootsnav.brand-center .navbar-brand {
        display: inline-block;
        float: none;
    }
    nav.bootsnav.brand-center .navbar-collapse {
        text-align: center;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }
    nav.bootsnav.brand-center ul.nav>li.dropdown>ul.dropdown-menu {
        margin-top: 2px;
    }
    nav.bootsnav.brand-center ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
        margin-top: 0;
    }
    nav.bootsnav.brand-center .navbar-collapse .col-half {
        width: 50%;
        float: left;
        display: block;
    }
    nav.bootsnav.brand-center .navbar-collapse .col-half.left {
        text-align: right;
        padding-right: 100px
    }
    nav.bootsnav.brand-center .navbar-collapse .col-half.right {
        text-align: left;
        padding-left: 100px;
    }
    nav.bootsnav.brand-center ul.nav {
        float: none!important;
        margin-bottom: -5px!important;
        display: inline-block!important
    }
    nav.bootsnav.brand-center ul.nav.navbar-right {
        margin: 0;
    }
    nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
        text-align: left;
        padding-right: 100px;
    }
    nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.right {
        text-align: right;
        padding-left: 100px;
    }
    body.wrap-nav-sidebar .wrapper {
        padding-left: 260px;
        overflow-x: hidden;
    }
    nav.bootsnav.navbar-sidebar {
        position: fixed;
        width: 260px;
        overflow: hidden;
        left: 0;
        padding: 0!important;
        background: #fff;
        border-right: solid 1px #dfdfdf;
    }
    nav.bootsnav.navbar-sidebar .scroller {
        width: 280px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    nav.bootsnav.navbar-sidebar .container,
    nav.bootsnav.navbar-sidebar .container-fluid {
        padding: 0!important;
    }
    nav.bootsnav.navbar-sidebar .navbar-header {
        float: none;
        display: block;
        width: 260px;
        padding: 10px 15px;
        margin: 10px 0 0!important;
    }
    nav.bootsnav.navbar-sidebar .navbar-collapse {
        padding: 0!important;
        width: 260px;
    }
    nav.bootsnav.navbar-sidebar ul.nav {
        float: none;
        display: block;
        width: 100%;
        padding: 0 15px!important;
        margin: 0 0 30px;
    }
    nav.bootsnav.navbar-sidebar ul.nav li {
        float: none!important;
    }
    nav.bootsnav.navbar-sidebar ul.nav>li>a {
        padding: 10px 15px;
        font-weight: 700;
    }
    nav.bootsnav.navbar-sidebar ul.nav>li.dropdown>a:after {
        float: right;
    }
    nav.bootsnav.navbar-sidebar ul.nav .megamenu-content .col-menu {
        border: none!important;
    }
    nav.bootsnav.navbar-sidebar ul.nav>li.dropdown>ul.dropdown-menu {
        margin-bottom: 15px;
    }
    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
        top: 0;
        position: relative!important;
        left: 0!important;
        width: 100%!important;
        height: auto!important;
        background-color: transparent;
        border: none!important;
        padding: 0;
        -moz-box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        -o-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        float: none;
        margin-bottom: 0;
    }
    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
        padding: 5px 15px;
        color: #6f6f6f;
        border: none;
    }
    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        padding-left: 15px;
        margin-top: 0;
    }
    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown>a:before {
        font-family: FontAwesome;
        content: "\f105";
        float: right;
    }
    nav.bootsnav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on>a:before {
        content: "\f107";
    }
    nav.bootsnav.navbar-sidebar ul.dropdown-menu.megamenu-content>li {
        padding: 0!important;
    }
    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
        display: block;
        float: none!important;
        padding: 0;
        margin: 0;
        width: 100%;
        border: none;
    }
    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
        padding: 7px 0;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 0;
        cursor: pointer;
        color: #6f6f6f;
    }
    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
        font-family: FontAwesome;
        content: "\f105";
        float: right;
    }
    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\f107";
    }
    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
        padding: 0 0 0 15px;
    }
    nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
        padding: 3px 0!important;
    }
    .about-sec2 .inner-box h3 {
        margin-top: 15px;
        font-size: 18px;
    }
}
@media (max-width:992px) {
    nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: left!important;
        margin: 0!important;
    }
    nav.navbar.bootsnav .navbar-header {
        float: none;
        display: block;
        text-align: right;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        width: 100%;
        margin-right: 0;
    }
    nav.navbar.bootsnav ul.nav>li.focus:hover {
        background: #3256a4;
        border-radius: 0;
    }
    nav.navbar.bootsnav ul.nav>li.active {
        border-radius: 0;
    }
    nav.navbar.bootsnav ul.nav>li.active a {
        color: #000;
    }
    nav.navbar.bootsnav .navbar-toggle {
        display: block;
        float: right;
        margin-right: 0;
        margin-top:8px;
        margin-bottom:0px;
        padding: 6px 10px;
        text-align:center;
        border: 2px solid #ff894f;
		height: 43px;
		width: 43px;
    }
	nav.navbar.bootsnav .navbar-toggle:hover {
        border: 2px solid #ff894f;
		background:#ff894f;
    }
	nav.navbar.bootsnav .navbar-toggle:hover i{
		color:#fff;
    }
    nav.navbar.bootsnav .navbar-collapse {
        border: none;
        margin-bottom: 0;
    }
    nav.navbar.bootsnav.no-full .navbar-collapse {
        height: auto;
        overflow-y: visible;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none!important;
        transition: .5s all ease;
        height: 0;
        position: relative;
        max-height: 1px;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        display: block!important;
        margin-top: 0;
        height: auto;
    }
    nav.navbar.bootsnav .navbar-nav {
        float: none!important;
        padding-left: 0;
        padding-right: 0;
        margin:0 0 0 0;
        background: #fff;
        position: absolute;
        width: 100%;
    }
    nav.navbar.bootsnav .navbar-nav>li {
        float: none;
    }
    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        font-family: FontAwesome;
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
    nav.navbar.bootsnav li.dropdown.on>a.dropdown-toggle:before {
        content: "\f107";
    }
    nav.navbar.bootsnav .navbar-nav>li>a {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 10px;
        border-top: solid 1px #e0e0e0;
        margin-bottom: -1px;
    }
    nav.navbar.bootsnav .navbar-nav>li:first-child>a {
        border-top: none;
    }
    nav.navbar.bootsnav ul.navbar-nav.navbar-left>li:last-child>ul.dropdown-menu {
        border-bottom: solid 1px #e0e0e0
    }
    nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
        float: none!important;
        position: relative;
        display: block;
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        width: 100%;
        position: relative!important;
        float: none;
        border: none;
        padding: 0 0 0 15px!important;
        margin: 0 0 -1px!important;
        -moz-box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        -o-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        background: #fff;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 10px 10px 0;
        color: #777;
        font-size: 14px;
    }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus,
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover {
        background-color: transparent;
    }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
        float: none!important;
        left: 0;
        padding: 0 0 0 15px;
        position: relative;
        background: 0 0;
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on>ul.dropdown-menu {
        display: inline-block;
        margin-top: -10px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:after {
        display: none;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
        padding: 10px 15px 10px 0;
        line-height: 24px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 0;
        cursor: pointer;
        border-bottom: solid 1px #e0e0e0;
        color: #6f6f6f;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul>li>a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 8px 0;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
        font-family: FontAwesome;
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: -15px;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
        border-bottom: none;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #e0e0e0;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
        border-bottom: none;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\f107";
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
        padding: 0 0 0 15px;
    }
    nav.bootsnav.brand-center .navbar-collapse {
        display: block;
    }
    nav.bootsnav.brand-center ul.nav {
        margin-bottom: 0!important;
    }
    nav.bootsnav.brand-center .navbar-collapse .col-half {
        width: 100%;
        float: none;
        display: block;
    }
    nav.bootsnav.brand-center .navbar-collapse .col-half.left {
        margin-bottom: 0;
    }
    nav.bootsnav .megamenu-content {
        padding: 0;
    }
    nav.bootsnav .megamenu-content .col-menu {
        padding-bottom: 0;
    }
    nav.bootsnav .megamenu-content .title {
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        font-weight: 400;
    }
    .attr-nav>ul>li.dropdown>a.dropdown-toggle:before,
    nav.bootsnav .megamenu-content .content {
        display: none;
    }
    .attr-nav {
        position: absolute;
        right: 70px;
    }
    .attr-nav>ul {
        padding: 0;
        margin: 0 -15px -7px 0;
    }
    .attr-nav>ul>li>a {
        padding: 16px 15px 15px;
    }
    .attr-nav>ul>li.dropdown ul.dropdown-menu {
        margin-top: 2px;
        margin-left: 55px;
        width: 250px;
        left: -250px;
        border-top: solid 5px;
    }
    .top-search .container {
        padding: 0 45px;
    }
    nav.bootsnav.navbar-full ul.nav {
        margin-left: 0;
    }
    nav.bootsnav.navbar-full ul.nav>li>a {
        border: none;
    }
    nav.bootsnav.navbar-full .navbar-brand {
        float: left!important;
        padding-left: 0;
    }
    nav.bootsnav.navbar-full .navbar-toggle {
        display: inline-block;
        float: right;
        margin-right: 0;
        margin-top: 10px;
    }
    nav.bootsnav.navbar-full .navbar-header {
        padding-left: 15px;
        padding-right: 15px
    }
    nav.navbar.bootsnav.navbar-sidebar .share {
        padding: 30px 15px;
        margin-bottom: 0;
    }
    nav.navbar.bootsnav .tabbed>li {
        padding: 25px 0;
        margin-left: -15px!important;
    }
    body>.wrapper {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    body.side-right>.wrapper {
        margin-left: 280px;
        margin-right: -280px!important;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        position: fixed;
        overflow-y: visible;
        overflow-x: hidden!important;
        display: block;
        background: #fff;
        z-index: 99;
        width: 280px;
        height: 100%!important;
        left: -280px;
        top: 0;
        padding: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
        left: 0;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav {
        width: 293px;
        padding-right: 0;
        padding-left: 15px;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a {
        padding: 15px;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu>li>a {
        padding-right: 15px!important;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px!important;
        padding-top: 13px!important;
        padding-bottom: 13px!important;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px!important;
        padding-bottom: 13px!important;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=' col-'] {
        width: 100%;
    }
    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        display: block!important;
    }
    nav.navbar.bootsnav.navbar-fixed .logo-display {
        display: none!important;
    }
    nav.navbar.bootsnav.navbar-mobile .tab-content,
    nav.navbar.bootsnav.navbar-mobile .tab-menu {
        width: 100%;
        display: block;
    }
    .about-sec2 .inner-box h3 {
        margin-top: 15px;
        font-size: 18px;
    }
}
@media (max-width:768px) {
    .about-sec2 .inner-box h3 {
        margin-top: 15px;
        font-size: 14px;
    }
    .about-sec2 .pdlleft {
        padding-left: 0;
        margin-top: 30px;
    }
    .about-sec2 .pdlright {
        padding-right: 0;
        margin-top: 30px;
        text-align: left;
    }
    .highlight-sec .highlightbox.ogrd {
        margin-top: -155px;
    }
    .highlight-sec .highlightbox .get-started-text h1 {
        font-size: 20px;
        margin-top: 0px;
        line-height: 30px;
    }
}
@media (max-width:767px) {
    nav.navbar.bootsnav .navbar-header,
    nav.navbar.bootsnav .navbar-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .attr-nav {
        right: 30px;
    }
    .attr-nav>ul {
        margin-right: -10px;
    }
    .attr-nav>ul>li>a {
        padding: 13px 15px;
    }
    .attr-nav>ul>li.dropdown ul.dropdown-menu {
        left: -275px;
    }
    .top-search .container {
        padding: 0 15px;
    }
    nav.bootsnav.navbar-full .navbar-collapse {
        left: 15px;
    }
    nav.bootsnav.navbar-full .navbar-header {
        padding-right: 0;
    }
    nav.bootsnav.navbar-full .navbar-toggle {
        margin-right: -15px;
    }
    nav.bootsnav.navbar-full ul.nav>li>a {
        font-size: 18px!important;
        line-height: 24px!important;
        padding: 5px 10px!important;
    }
    nav.navbar.bootsnav.navbar-sidebar .share {
        padding: 30px 0!important;
        margin-bottom: 0;
    }
    nav.navbar.bootsnav.navbar-mobile.navbar-sidebar .share {
        padding: 30px 15px!important;
        margin-bottom: 0;
    }
    body.side-right>.wrapper {
        margin-left: 280px;
        margin-right: -280px!important;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        margin-left: 0;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav {
        margin-left: -15px;
        border-top: solid 1px #fff;
    }
    li.close-full-menu {
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    .about-sec2 .inner-box h3 {
        margin-top: 15px;
        font-size: 18px;
    }
    .highlight-sec .highlightbox .get-started-text h1 {
        font-size: 18px;
        margin-top: 0px;
        line-height: 26px;
    }
    .highlight-sec .highlightbox.ogrd {
        margin-top: -147px;
    }
}
@media(max-width:568px) {
    .highlight-sec .highlightbox .get-started-text h1 {
        font-size: 16px;
        margin-top: 0px;
        line-height: 24px;
    }
    .highlight-sec .highlightbox.ogrd {
        margin-top: -115px;
    }
    .servers-sec {
        margin-top: -18px;
    }
}
@media(max-width:480px) {
    .highlight-sec .highlightbox.ogrd {
        margin-top: -75px;
    }
    .highlight-sec .highlightbox .get-started-text h1 {
        font-size: 14px;
        line-height: 22px;
    }
    .servers-sec {
        margin-top: -55px;
        padding-top: 90px !important;
    }
}
@media(max-width:414px) {
    .servers-sec {
        margin-top: -80px;
        padding-top: 110px !important;
    }
}
@media (min-width:480px) and (max-width:640px) {
    nav.navbar.bootsnav .navbar-header {
        margin-right: 0;
    }
    nav.bootsnav.navbar-full ul.nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /*nav.navbar.bootsnav .navbar-toggle {
        display: block;
        float: none;
        margin-right: 0;
        margin-top: 0;
    }*/
    nav.navbar.bootsnav .navbar-header,
    nav.navbar.bootsnav .navbar-nav {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:360px) and (max-width:480px) {
    /*nav.navbar.bootsnav .navbar-toggle {
        display: block;
        float: none;
        margin-right: 0;
        margin-top: 0;
    }
    nav.navbar.bootsnav .navbar-header {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }*/
    .about-sec2 .inner-box h3 {
        margin-top: 15px;
        font-size: 16px;
    }
}

@media(max-width:1024px) {
    nav.navbar.bootsnav {
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav>li {
        margin-right: 0;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        font-size: 14px;
        padding: 36px 10px;
    }
}

@media(max-width:768px) {
    nav.navbar.bootsnav {
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav>li {
        margin-right: 0;
        height: auto;
    }
    nav.navbar.bootsnav .navbar-nav>li:first-child>a {
        border-top: solid 1px #e0e0e0;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        color: #000;
    }
}

@media(max-width:360px) {
    nav.navbar.bootsnav .navbar-nav {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }
}

@media(max-width:320px) {
    nav.navbar.bootsnav .navbar-header {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }
    .pro-sec .image .capation h3 {
        font-size: 26px;
        margin: 15% 0 0;
    }
    .about-sec2 .inner-box h3 {
        margin-top: 15px;
        font-size: 16px;
    }
}


/* FONT AWESOME CSS
* -------------------------- */
 .fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 
 
/* Owl Carousel v2.2.0
* -------------------------- */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0px;
    padding: 0px 0px;
    background:none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top:15px;
  height: 17px;}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
 /* position: absolute;
left: 50%;
transform: translate(-50%, 0);*/ }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 5px 0 5px;
      background:transparent;
	  border:1px solid #000;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #000; }
	  
	  .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); 
	padding: 0 10px;
    margin: 0 -10px;
	}
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  
  .owl-carousel .owl-nav .owl-next{right:-29px; top:43%; position:absolute; }
.owl-carousel .owl-nav .owl-prev{left:-29px; top:43%; position:absolute;}

@media screen and (max-width: 1024px){

.owl-carousel .owl-nav .owl-next{right:0px; }
.owl-carousel .owl-nav .owl-prev{left:0px; }

}































/*Responsive Style Css*/

@media(max-width:1024px){

    .navbar .topbar .left .label {
        font-size: 13px;
    }
    body {
        font-size: 13px;
    } 
    .navbar .topbar .right .call, 
    .navbar .topbar .right .mail, 
    .navbar .topbar .right .support {
        font-weight: 700;
        font-size: 14px;
    }
    .navbar-nav {
        margin-right: -10px;
    }
    .navbar-default .navbar-brand {
        width: 190px;
        padding: 15px 15px;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        letter-spacing: 0;
        font-size: 14px;
        padding: 30px 7px;
    }
    nav.bootsnav .dropdown-menu .icon-text h4 {
        font-size: 18px;
    }
    nav.bootsnav .dropdown-menu .icon-text p {
        font-size: 13px;
        line-height: 20px;
    }
    nav.bootsnav .megamenu-content .leftm {
        width: 31%;
    }
    nav.bootsnav .megamenu-content ul li .showd {
        left: 34%;
        width: 630px;
    }
    nav.bootsnav .megamenu-content ul li .showd .icon-text h4 {
        font-size: 22px;
    }
    .dropdown-menu {
        font-size: 14px;
    }
    nav.bootsnav .megamenu-content ul li .showd .icon-text .price .currency {
        font-size: 30px;
        line-height: 40px;
    }
    nav.bootsnav .megamenu-content ul li .showd .icon-text .price:before {
        right: -18px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }
    nav.bootsnav .megamenu-content ul li .showd .icon-text .price .sign {
        font-size: 18px;
    }
    nav.bootsnav .megamenu-content ul li .showd .icon-text .price .month {
        font-size: 16px;
    }
    nav.bootsnav .megamenu-content ul li .showd .icon-text .price:after {
        top: 18px;
    }
    .banner .headline {
        font-size: 40px;
        margin: 0 0 5px 0;
        line-height: 50px;
        padding-right: 0;
    }
    .banner .headline span {
        font-size: 42px;
    }
    .banner p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .banner ul li {
        min-width: 35%;
        font-size: 14px;
        margin: 5px 0;
        text-shadow: 5px 5px 10px rgb(0 0 0 / 40%);
    }
    .banner ul li span {
        color: #5cb85c;
        font-size: 16px;
        position: relative;
        margin-right: 2px;
        top: 2px;
    }
    .carousel-caption .btn.mt-20 {
        margin-top: 15px;
    }
    .banner .mbg {
        margin-top: 15px;
    }
    .carousel-inner > .item {
        height: 570px;
    }
    .banner {
        height: 660px;
    }
    .banner-shape img {
        width: 110%;
    }
    .highlight-sec .highlightbox {
        width: 85%;
    }
    .carousel-caption {
        bottom: 15%;
    }
    .servers-sec .inner {
        padding: 30px 10px;
    }
    .servers-sec .server-text h4 {
        font-size: 18px;
        margin-top: 20px;
    }
    .servers-sec .image .price {
        right: 70px;
    }
    .hosting-sec .inner-box {
        padding: 40px 20px;
    }
    .hosting-sec .inner-box .head .icon-text {
        padding-left: 20px;
        margin-top: 5px;
    }
    .hosting-sec .inner-box .head .icon-text h2 {
        font-size: 28px;
    }
    .hosting-sec .inner-box .head .icon-text p {
        font-size: 14px;
        margin-top: 5px;
        line-height: 24px;
    }
    .hosting-sec .inner-box .price span {
        font-size: 16px;
        font-weight: 300;
        margin: 0 -3px;
        display: inline-block;
        vertical-align: middle;
    }
    .hosting-sec .inner-box .price {
        font-size: 38px;
        text-align: left;
    }
    .hosting-sec .inner-box ul li {
        color: #fff;
        display: inline-block;
        min-width: 45%;
    }
    .title {
        font-size: 26px;
        line-height: 36px;
    }
    .process-sec .process-item {
        margin-top: 20px;
    }
    .process-sec .process-item .process-content h4 {
        font-size: 18px;
    }
    p {
        font-size: 13px;
        line-height: 22px;
        margin: 15px 0 0 0;
    }
    .process-sec .process-item .process-icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        padding: 20px;
        float: left;
    }
    .support-sec .support-band {
        font-size: 20px;
    }
    .support-sec .support-band span {
        width: 40px;
    }
    .support-sec .support-band span img {
        width: 40px
    }
    .difference-sec .image1 {
        width: 20%;
    }
    .difference-sec .image2 {
        width: 20%;
    }
    .difference-sec .inner h3 {
        font-size: 18px;
    }
    .trusted-sec .trusted-band {
        font-size: 20px;
    }
    .trusted-sec .trusted-band span {
        width: 40px;
    }
    .trusted-sec .trusted-band span img {
        width: 40px;
    }
    .features-sec .inner h3 {
        font-size: 18px;
    }
    .features-sec .inner h3 img {
        display: inline-block;
        width: 50px;
    }
    .features-sec .ftbox {
        padding: 20px 20px;
    }
    .sub-title {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .footertops-sec .inner {
        font-size: 20px;
    }
    .footertops-sec .inner span {
        width: 40px;
    }
    .footer-sec .inner2 {
        padding-left: 40px;
    }
    .footer-sec .fttitle {
        font-size: 16px;
    }
    .footer-sec .paylogo {
        margin-left: 0;
    }
    .footer-sec .appsec {
        margin-right: 0;
        margin-top: 10px;
    }
    .hosting-sec h3 {
        font-size: 24px;
    }
    .hosting-sec .inner .price {
        font-size: 28px;
        margin: 10px 0;
    }
    .hosting-sec .inner .price span.currency, 
    .hosting-sec .inner .price span.duration {
        font-size: 16px;
    }
    .hosting-sec .inner .tech-feature-list {
        padding: 0 10px;
    }
    .hosting-sec .inner .tech-feature-list li {
        font-size: 13px;
        line-height: 22px;
        margin: 5px 0;
    }
    .hosting-sec .inner .tech-feature-list li span {
        font-size: 16px;
        margin-right: 2px;
    }
    .bare-metal-sec2 .inner h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .bare-metal-sec4 .nav-tabs li a {
        padding: 10px 15px;
    }
    .bare-metal-sec4 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
        position: relative;
        color: #fff;
        font-weight: 600;
    }
    .testimonials-sec2 .inner p {
        font-size: 14px;
        line-height: 24px;
    }
    .testimonials-sec2 .inner .author {
        font-size: 16px;
        line-height: 16px;
    }
    .inner-banner .caption .headline {
        font-size: 34px;
        margin: 0 0 5px 0;
        line-height: 40px;
    }
    .inner-banner .caption p {
        font-size: 16px;
        margin: 10px 0 0 0;
    }
    .inner-banner ul {
        margin-top: 10px;
    }
    .inner-banner ul li {
        min-width: 40%;
        font-size: 14px;
        margin: 5px 0;
    }
    .inner-banner .btn {
        margin-top: 15px;
    }
    .bare-metal-sec2.gpu .inner {
        min-height: 222px;
    }
    .highlight-sec .highlightbox .highlightbox-text h1 {
        font-size: 22px;
    }
    .highlight-sec .highlightbox .highlightbox-text p {
        font-size: 14px;
        line-height: 26px;
        margin: 5px 0 0 0;
    }
    .highlight-sec.highlight-sec2 .highlightbox .highlightbox-text {
        width: 80%;
        padding-left: 20px;
    }
    .highlight-sec.highlight-sec2 .highlightbox {
        margin-top: -50px;
        width: 89%;
    }
    .highlight-sec.highlight-sec2 .highlightbox .highlightbox-text {
        width: 90%;
        padding-left: 20px;
    }
    .hosting-sec.lvhp .col20 {
        width: 33.333%;
    }
    .hosting-sec.lvhp .col20:nth-child(4) {
        margin-left: 16.6666%;
    }
    .compare-sec .best-choice {
        font-size: 20px;
        width: 70%;
    }
    .bare-metal-sec2.lvhp2 .inner {
        min-height: 245px;
    }
    .bare-metal-sec3.lvhp3 .server-tabls-row {
        padding: 20px 20px;
        min-height: 160px;
    }
    .bare-metal-sec4.lvhp4 h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .bare-metal-sec2.wvhp .inner {
        min-height: 310px;
    }
    .bare-metal-sec3 .pt-box {
        padding: 30px;
    }
    .highlight-sec.highlight-sec2.wrh .highlightbox {
        margin-top: -50px;
        width: 92%;
        padding: 20px 20px 20px 30px;
    }
    .hosting-sec.lvhp h3 br {
        display: none;
    }
    .bare-metal-sec2.jhpi.jhpi2 .inner {
        min-height: 310px;
    }
    .bare-metal-sec2.ampi .inner {
        min-height: 222px;
    }
    .bare-metal-sec2.aspi .inner {
        min-height: 266px;
    }
    .bare-metal-sec3 .product-specs-block ul li {
        font-size: 1.4rem;
        padding: 10px 0;
    }
    .bare-metal-sec3 .product-specs-block ul li:before {
        top: 10px;
    }
    .hosting-sec.mail-sec .innerbox, 
    .hosting-sec.mail-sec .bdrbox {
        padding: 20px 15px;
        min-height: 308px;
    }
    .mt-0 {
        margin-top: 0 !important
    }
    .inner-banner.about-banner-sec {
        min-height: 400px;
    }
    .google-maps {
        padding-bottom: 40%;
    }
    .highlight-sec.highlight-sec2.full .highlightbox .statsbox .pera-content h3 {
        font-size: 34px;
    }
    .about-timeline-sec .timeline .box .year {
        font-size: 38px;
        line-height: 118%;
    }
    .about-sec2.news-sec h3 {
        font-size: 18px;
        margin-top: 30px;
    }
    .tooltips {
      position: relative;
      display: inline-block;
    }
    .tooltips span {
      visibility: hidden;
      /*width: 120px;*/
      background-color: #333;
      color: #fff;
      text-align: center;
      padding: 5px 10px;
      border-radius: 6px;
      position: absolute;
      z-index: 1;
      bottom: 100%;
      left: 50%;
      margin-left: 0px;
      font-size: 10px;
      font-family: 'Open Sans', sans-serif;
      transform: translateX(-50%);
    }
    .tooltips span::after {
      content: " ";
      position: absolute;
      top: 100%; /* At the bottom of the tooltip */
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #333 transparent transparent transparent;
    }
    .tooltips:hover span {
      visibility: visible;
    }
    .hosting-sec.payment-sec {
        position: relative;
        z-index: 999;
    }
    .hosting-sec.payment-sec .nav-tabs li a span {
        display: block;
        margin-top: 15px;
        font-size: 12px;
    }
    .team-sec .inner .name {
        font-size: 16px;
    }
    .testimonials-sec.white-bg .inner.first {
        margin-top: -50px;
    }
    .bulletstyle li {
        font-size: 13px;
        line-height: 22px;
    }
    .bare-metal-sec2.aff2 .inner {
        min-height: 222px;
    }
    .supportpage-sec1 .inner {
        padding: 20px 30px;
        min-height: 275px;
    }
    .supportpage-sec1 .inner h3 {
        font-size: 18px;
        font-weight: 600;
    }
    .bare-metal-sec2.ssli .inner {
        min-height: 245px;
    }
    .hosting-sec .nav-tabs li a div {
        margin-top: 10px;
        font-size: 16px;
    }

}

@media(max-width:992px){

    nav.navbar.bootsnav {
        max-height: 114px;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 14px;
        padding: 10px 15px;
        font-weight: 600;
    }
    nav.bootsnav .megamenu-fw .dropdown-menu {
        left: 0;
        position: static;
        float: none;
    }
    nav.bootsnav .megamenu-content:before, 
    nav.bootsnav .megamenu-content:after {
        display: none;
    }
    nav.bootsnav .megamenu-content ul li .showd {
        display: none !important;
    }
    nav.bootsnav .megamenu-content .leftm {
        width: 100%;
        min-height: auto;
    }
    nav.bootsnav .megamenu-content ul li a .arrow-left {
        display: none !important
    }
    nav.navbar.bootsnav .navbar-nav {
        max-height: 400px;
        overflow: auto;
    }
    .inner-banner ul li span {
        font-size: 16px;
        position: relative;
        margin-right: 2px;
        top: 2px;
    }

}

@media(max-width:768px){

    .navbar .topbar .left{
        display: none;
    }
  
    .banner {
        height: 500px;
        margin-top: 100px;
    }
    .carousel-inner > .item {
        height: 500px;
    }
    .highlight-sec .highlightbox {
        width: 100%;
        margin-top: -134px;
    }
    .highlight-sec .highlightbox .highlightbox-text {
        width: 80%;
        float: left;
        padding-left: 20px;
    }
    .highlight-sec .highlightbox .highlightbox-text h1 {
        font-size: 22px;
        margin-top: 20px;
    }
    .section {
        padding: 3em 0;
    }
    .banner p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .banner .headline,
    .banner .headline span {
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
    }
    .banner ul li {
        min-width: 35%;
        font-size: 14px;
        margin: 0 0;
    }
    .carousel-caption {
        bottom: 35%;
    }
    .banner .mbg {
        margin-top: 10px;
    }
    .servers-sec .inner.cn {
        transform: scale(1);
    }
    .servers-sec .image {
        display: inline-block;
    }
    .servers-sec .image .price {
        right: 130px;
    }
    .mt-30-res768 {
        margin-top: 30px;
    }
    .hosting-sec .inner-box .head .icon-text {
        padding-left: 20px;
        margin-top: 15px;
    }
    .trust-sec .trust-band {
        padding: 20px;
        font-size: 22px;
        color: #333;
        width: 100%;
        margin-bottom: 30px;
    }
    .process-sec .image {
        padding-right: 0;
        max-height: 620px;
        width: 83%;
        margin: 0 auto;
    }
    .process-sec .image img {
        margin-top: -40px;
    }
    .support-sec {
        margin-top: 0px;
    }
    .title {
        font-size: 24px;
        line-height: 36px;
    }
    .support-sec .support-band {
        font-size: 18px;
    }
    .support-sec .support-band span {
        width: 35px;
        margin: 0 5px;
    }
    .difference-sec .image1, 
    .difference-sec .image2 {
        display: none;
    }
    .trusted-sec .trusted-band {
        font-size: 18px;
    }
    .trusted-sec .trusted-band span {
        width: 35px;
    }
    .testimonials-sec .inner {
        right: 0;
    }
    .testimonials-sec .inner.cn {
        right: 0;
    }
    .association-sec .image {
        padding: 10px 100px;
        border-radius: 5px;
    }
    .footertops-sec .inner {
        font-size: 18px;
    }
    .footertops-sec .inner span {
        width: 35px;
    }
    .faq-sec .panel-default > .panel-heading .panel-title {
        font-size: 14px;
    }
    .footer-sec .inner2 {
        padding-left: 0;
    }
    .footer-sec .appsec {
        width: 40%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .footer-sec .paylogo {
        width: 220px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .inner-banner .caption .headline {
        font-size: 32px;
        margin: 0 0 5px 0;
        line-height: 38px;
    }
    .bare-metal-sec1 .icon {
        margin: 0 auto;
    }
    .bare-metal-sec1 {
        margin-top: -50px;
    }
    .bare-metal-sec4 .nav-tabs li {
        margin: 5px;
        width: 23%;
    }
    .bare-metal-sec4 .nav-tabs li a {
        padding: 10px 25px;
        width: 100%;
    }
    .bare-metal-sec4 .tab-pane .image {
        width: 80%;
        margin: 0 auto 30px auto;
    }
    .inner-banner ul li {
        min-width: 40%;
        font-size: 14px;
        margin: 0 0;
    }
    .mt-15-res768 {
        margin-top: 15px;
    }
    .cloud-sec1 .inner {
        padding: 15px 15px;
        border-radius: 5px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .highlight-sec.highlight-sec2 .highlightbox {
        margin-top: -50px;
        width: 100%;
    }
    .highlight-sec .highlightbox .highlightbox-text h1 {
        font-size: 20px;
    }
    .compare-sec .best-choice {
        font-size: 18px;
        width: 80%;
    }
    .compare-sec .best-choice span {
        width: 50px;
        display: inline-block;
    }
    .compare-sec .best-choice span img {
        width: 100%;
    }
    .bare-metal-sec2.lvhp2 .inner {
        min-height: auto;
    }
    .bare-metal-sec3.lvhp3 .server-tabls-row {
        padding: 20px 20px;
        min-height: auto;
    }
    .table-responsive {
        overflow-x: auto;
    }
    .hosting-sec .cen3 {
        margin-left: 0;
    }
    .hosting-sec.wvhp .lst {
        margin-left: 25%;
    }
    .bare-metal-sec2.wvhp .inner {
        min-height: 250px;
    }
    .bare-metal-sec3 .product-specs-block ul li {
        padding: 10px 0;
    }
    .bare-metal-sec3 .pt-box {
        padding: 30px 30px;
    }
    .bare-metal-sec3 .pt-box h5 {
        font-size: 1.6rem;
        font-weight: 700;
    }
    .bare-metal-sec3 .product-specs-block ul li {
        font-size: 1.4rem;
    }
    .bare-metal-sec3 .product-specs-block ul li:before {
        top: 10px;
    }
    .bare-metal-sec3.lspt.pspb .product-specs-block ul {
        padding-top: 0;
    }
    .mt-0-res768 {
        margin-top: 0;
    }
    .bare-metal-sec2.jhpi .inner {
        min-height: 245px;
    }
    .highlight-sec.highlight-sec2.wrh .highlightbox {
        width: 100%;
        padding: 20px 20px 20px 20px;
    }
    .bare-metal-sec2.jhpi.jhpi2 .inner {
        min-height: 250px;
    }
    .bare-metal-sec2.ampi .inner {
        min-height: 192px;
    }
    .bare-metal-sec2.aspi .inner {
        min-height: 196px;
    }
    .hosting-sec.mail-sec .innerbox, 
    .hosting-sec.mail-sec .bdrbox {
        padding: 20px 15px;
        min-height: auto;
    }
    .hosting-sec.mail-sec .bdrbox.scn {
        min-height: 313px;
    }
    .hosting-sec.mail-sec h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .bare-metal-sec2.ampi .inner {
        min-height: 200px;
    }
    .inner-banner.about-banner-sec .inner {
        margin-top: 8%;
    }
    .google-maps {
        padding-bottom: 50%;
    }
    .highlight-sec.highlight-sec2.full .highlightbox .statsbox .pera-content h3 {
        font-size: 32px;
    }
    .about-sec2.left .inner {
        padding-left: 0;
        text-align: center;
    }
    .about-sec2 .inner, .about-sec2 .inner.inner2 {
        margin: 50px 0 0 0;
    }
    .about-sec2 .image .logo {
        top: 100%;
        right: 50%;
        transform: translate(50%, -50%);
    }
    .about-sec2.right .inner {
        padding-right: 0;
        text-align: center;
    }
    .about-sec2.right .image .logo {
        right: 50%;
        left: auto;
    }
    .about-sec2.news-sec h3 {
        font-size: 16px;
        margin-top: 30px;
    }
    .team-sec .inner {
        padding: 30px 30px 30px 30px;
        min-height: 300px;
    }
    .team-sec .team3, .team-sec .team4 {
        margin-top: 100px;
    }
    .inner-banner.inner-banner2 .caption {
        padding: 20% 0 15% 0;
    }
    .bare-metal-sec2.aff2 .inner {
        min-height: 192px;
    }
    .supportpage-sec1 .inner {
        padding: 20px 20px;
        min-height: 295px;
    }
    .login-sec .login-signup-wrap {
        padding: 2em 3em;
    }
    .login-sec .login-signup-wrap h4 {
        font-size: 18px;
        margin: 15px 0 20px 0;
    }
    .login-sec .login-signup-wrap .btn {
        padding: 10px 20px;
    }
    .bare-metal-sec2.ssli .inner {
        min-height: 200px;
    }

}

@media(max-width:667px){

    .banner .headline, .banner .headline span {
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
    }
    .banner .headline br {
        display: none;
    }
    .banner, .carousel-inner > .item {
        height: 450px;
    }
    .carousel-caption {
        bottom: 37%;
    }
    .highlight-sec .highlightbox .highlightbox-text h1 {
        font-size: 20px;
        margin-top: 13px;
    }
    .highlight-sec .highlightbox {
        width: 100%;
        margin-top: -122px;
    }
    .trust-sec .logos { 
        text-align: center;
        margin-top: 30px;
    }
    .trust-sec .logos .col20 {
        width: 32%;
        float: none;
        display: inline-block;
        margin:10px 0;
    }
    .process-sec .image {
        max-height: 550px;
        width: 83%;
    }
    .title {
        font-size: 22px;
        line-height: 32px;
    }
    .association-sec .image {
        padding: 10px 80px;
        border-radius: 5px;
    }
    .features-sec .inner:not(:first-child) {
        margin-top: 20px;
    }
    .footertops-sec .inner {
        font-size: 16px;
    }
    .inner-banner .caption .headline {
        font-size: 30px;
        margin: 0 0 5px 0;
        line-height: 36px;
    }
    .inner-banner .caption .headline br {
        display: none;
    }
    .inner-banner.inner-banner2 .caption {
        padding: 20% 0 15% 0;
    }
    .select-cureency {
        position: absolute;
        right: 15px;
        top: 3px;
    }
    .bare-metal-sec2 .inner {
        min-height: 245px;
    }
    .cloud-sec1 .inner p {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .bare-metal-sec2.nomht .inner {
        min-height: auto;
    }
    .highlight-sec.highlight-sec2 .highlightbox {
        padding: 20px 20px 20px 20px;
    }
    .highlight-sec.highlight-sec2 .highlightbox .highlightbox-text {
        width: -webkit-calc(100% - 64px);
        width: -moz-calc(100% - 64px);
        width: calc(100% - 64px);
        padding-left: 15px;
    }
    .highlight-sec.highlight-sec2 .highlightbox .highlightbox-text h1 {
        margin-top: 5px;
        font-size: 18px;
    }
    .hosting-sec.lvhp .col20 {
        width: 50%;
    }
    .hosting-sec.lvhp .col20:nth-child(4) {
        margin-left: 0;
    }
    .hosting-sec.lvhp .col20:nth-child(5) {
        margin-left: 25%;
    }
    .compare-sec .best-choice {
        font-size: 16px;
        width: 85%;
    }
    .bare-metal-sec2.lvhp2 .inner {
        min-height: 222px;
    }
    .bare-metal-sec2.aspi.ftps .inner {
        min-height: 222px;
    }
    .hosting-sec.mail-sec .bdrbox.scn {
        min-height: auto;
    }
    .inner-banner .caption .dom-search {
        margin-top: 15px;
    }
    .inner-banner .caption .domnames {
        margin-top: 15px;
    }
    .inner-banner.inner-banner2.domain-registration-banner .caption {
        padding: 20% 0 15% 0;
    }
    .about-timeline-sec .timeline .right .box {
        margin-right: 0;
        text-align: center;
    }
    .about-timeline-sec .timeline .circle {
        right: 50%;
        top: auto;
        bottom: -15px;
        margin-right: -14px;
        z-index: 1;
    }
    .about-timeline-sec .timeline .image,
    .about-timeline-sec .timeline .left .image {
        margin: 0 auto;
        position: relative;
        z-index: 0;
    }
    .about-timeline-sec .timeline .left .box {
        margin-left: 0;
        text-align: center;
    }
    .about-timeline-sec .timeline .left .circle {
        right: 50%;
        left: auto;
    }
    .team-sec .inner {
        padding: 20px;
        min-height: 300px;
    }
    .bare-metal-sec2.aff2 .inner {
        min-height: 222px;
    }
    .supportpage-sec1 .inner {
        min-height: auto;
    }
    .supportpage-sec1 .inner .bulletstyle li {
        text-align: center;
    }
    .supportpage-sec1 .inner .bulletstyle li span {
        position: static;
        margin-right: 5px;
    }
    .hosting-sec.compare-sec2 .nav-tabs li {
        min-width: 33.4%;
    }
    .hosting-sec .nav-tabs li.active:after {
        bottom: -7px;
    }
     
}

@media(max-width:640px){

    .banner, .carousel-inner > .item {
        height: 430px;
    }
    .highlight-sec .highlightbox .highlightbox-text h1 {
        font-size: 18px;
        margin-top: 13px;
    }
    .highlight-sec .highlightbox .highlightbox-text p {
        font-size: 14px;
        line-height: 22px;
    }
    .highlight-sec .highlightbox {
        width: 100%;
        margin-top: -118px;
    }
    .banner .headline, .banner .headline span {
        font-size: 28px;
        line-height: 34px;
    }
    .process-sec .image {
        max-height: 520px;
        width: 83%;
    }
    .process-sec .image img {
        margin-top: -30px;
    }
    .inner-banner .caption .headline {
        font-size: 28px;
        margin: 0 0 5px 0;
        line-height: 34px;
    }
    .highlight-sec.highlight-sec2 .highlightbox .highlightbox-text h1 {
        margin-top: 5px;
        font-size: 16px;
    }
    .highlight-sec .highlightbox .highlightbox-text p {
        font-size: 13px;
        line-height: 22px;
    }
    .bare-metal-sec2.wvhp .inner {
        min-height: 270px;
    }
    .bare-metal-sec2.jhpi .inner {
        min-height: 266px;
    }
    .bare-metal-sec2.jhpi.jhpi2 .inner {
        min-height: 270px;
    }
    .inner-banner.inner-banner2.aff .caption {
        padding: 22% 0 17% 0;
    }
    .login-sec .login-signup-wrap {
        padding: 3em 3em;
    }
    .hosting-sec.compare-sec2 .nav-tabs li {
        min-width: 32.6%;
    }

}

@media(max-width:568px){

    .banner .headline, .banner .headline span {
        font-size: 26px;
        line-height: 32px;
    }
    .banner {
        margin-top: 110px;
    }
    .banner-shape img {
        width: 107%;
    }
    .banner, .carousel-inner > .item {
        height: 400px;
    }
    .highlight-sec .highlightbox {
        margin-top: -100px;
        padding: 15px;
    }
    .carousel-caption {
        bottom: 34%;
    }
    .banner ul li {
        min-width: 49%;
        font-size: 14px;
    }
    .highlight-sec .highlightbox .highlightbox-text h1 {
        font-size: 16px;
        margin-top: 12px;
    }
    .trust-sec .trust-band {
        padding: 15px;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .trust-sec .trust-band span {
        width: 130px;
        margin-right: 15px;
    }
    .process-sec .image {
        max-height: 460px;
        width: 85%;
    }
    .process-sec .image img {
        margin-top: -20px;
    }
    .trusted-sec .trusted-band {
        font-size: 18px;
        line-height: 10px;
        padding: 15px 15px 20px 15px;
    }
    .trusted-sec .trusted-band span {
        width: 40px;
    }
    .association-sec .image {
        padding: 10px 50px;
    }
    .features-sec .ftbox {
        padding: 20px 10px;
    }
    .footertops-sec .inner {
        font-size: 18px;
    }
    .footertops-sec .inner span {
        width: 40px;
    }
    .inner-banner.inner-banner2 .caption {
        padding: 25% 0 20% 0;
    }
    .inner-banner .caption .headline {
        font-size: 26px;
        margin: 0 0 5px 0;
        line-height: 32px;
    }
    .hosting-sec .title.text-left {
        text-align: center;
    }
    .select-cureency {
        position: static;
        right: 0;
        top: 0;
        margin-top: 10px;
    }
    .hosting-sec h3 {
        font-size: 22px;
    }
    .hosting-sec .inner .price {
        font-size: 26px;
        margin: 10px 0;
    }
    .compare-sec .best-choice {
        font-size: 16px;
        width: 100%;
    }
    .inner-banner.inner-banner2.domain-registration-banner .caption {
        padding: 25% 0 15% 0;
    }
    .google-maps {
        padding-bottom: 60%;
    }
    .hosting-sec.payment-sec {
        margin-top: -60px;
    }
    .team-sec .inner {
        padding: 20px;
        min-height: 320px;
    }
    .inner-banner.inner-banner2.aff .caption {
        padding: 25% 0 20% 0;
    }
    .login-sec .login-signup-wrap .other-login-signup {
        margin-top: 20px;
    }
    .hosting-sec.compare-sec2 .nav-tabs {
        width: 100%;
    }
    .hosting-sec.compare-sec2 .nav-tabs li {
        min-width: 33.8%;
    }
    .hosting-sec.compare-sec2 .nav-tabs li a {
        width: 100%;
        padding: 15px 15px;
        min-width: auto;
    }
    .hosting-sec .nav-tabs li a div {
        margin-top: 10px;
        font-size: 14px;
    }

}

@media(max-width:480px){

    .navbar .topbar .right .call {
        display: none;
    }
    nav.bootsnav .dropdown-menu .icon-text h4 {
        font-size: 16px;
    }
    .banner .headline, .banner .headline span {
        font-size: 20px;
        line-height: 30px;
    }
    .carousel-inner > .item > video {
        transform: scale(1.5);
    }
    .highlight-sec .highlightbox .highlightbox-img {
        display: none;
    }
    .highlight-sec .highlightbox .highlightbox-text {
        width: 100%;
        float: none;
        padding-left: 0;
        text-align: center;
    }
    .highlight-sec .highlightbox {
        margin-top: -75px;
    }
    .highlight-sec .highlightbox .highlightbox-text h1 {
        font-size: 17px;
        margin-top: 0;
    }
    .carousel-caption {
        bottom: 24%;
        right: 3%;
        left: 3%;
    }
    .hosting-sec .inner-box .price span {
        font-size: 14px;
        margin: 0 -3px;
    }
    .hosting-sec .inner-box .price {
        font-size: 34px;
        text-align: left;
    }
    .hosting-sec .inner-box {
        padding: 30px 20px;
    }
    .trust-sec .trust-band span {
        width: 110px;
        margin-right: 10px;
    }
    .trust-sec .trust-band {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .process-sec .image {
        max-height: 400px;
        width: 85%;
    }
    .process-sec .image img {
        margin-top: 0px;
    }
    .association-sec .image {
        padding: 10px 30px;
    }
    .features-sec .col-md-8 {
        text-align: center;
    }
    .features-sec .col-xs-4 {
        width: 49%;
        float: none;
        display: inline-block;
    }
    .support-sec .support-band {
        font-size: 16px;
    }
    .trusted-sec .trusted-band {
        font-size: 16px;
        line-height: 10px;
        padding: 15px 15px 20px 15px;
    }
    .footertops-sec .inner {
        font-size: 16px;
    }
    .inner-banner .caption .headline {
        font-size: 22px;
        margin: 0 0 5px 0;
        line-height: 32px;
    }
    .inner-banner ul li {
        min-width: 100%;
        font-size: 14px;
    }
    .inner-banner.inner-banner2 .caption {
        padding: 30% 0 20% 0;
    }
    .hosting-sec h3 {
        font-size: 20px;
    }
    .hosting-sec .inner .price {
        font-size: 24px;
        margin: 10px 0;
    }
    .hosting-sec .inner .price span {
        margin: 0 -1px;
    }
    .bare-metal-sec4 .nav-tabs li {
        margin: 5px;
        width: 22.7%;
    }
    .bare-metal-sec4 .nav-tabs li a {
        padding: 10px 10px;
        font-size: 13px;
    }
    .bare-metal-sec4 .nav-tabs li a .icon {
        width: 50px;
        margin: 0 auto 10px auto;
    }
    .bare-metal-sec4 .tab-pane .image {
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .cloud-sec1 .inner p {
        font-size: 13px;
        letter-spacing: 0;
    }
    .highlight-sec.highlight-sec2 .highlightbox .highlightbox-text {
        width: -webkit-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: calc(100% - 0px);
        padding-left: 0;
    }
    .bare-metal-sec2.lvhp2 .inner {
        min-height: 245px;
    }
    .compare-sec .best-choice {
        font-size: 14px;
        width: 100%;
        line-height: 20px;
    }
    .compare-sec .best-choice span {
        width: 40px;
        display: inline-block;
    }
    .bare-metal-sec2.wvhp .inner {
        min-height: 330px;
    }
    .bare-metal-sec3.lspt .col-xs-6 {
        width: 100%;
    }
    .mt-0-res480 {
        margin-top: 0;
    }
    .bare-metal-sec2.jhpi .inner {
        min-height: 310px;
    }
    .bare-metal-sec2.jhpi.jhpi2 .inner {
        min-height: 310px;
    }
    .bare-metal-sec2.ampi .inner {
        min-height: 245px;
    }
    .bare-metal-sec2.aspi .inner {
        min-height: 266px;
    }
    .bare-metal-sec2.aspi.ftps .inner {
        min-height: 266px;
    }
    .inner-banner.inner-banner2.domain-registration-banner .caption {
        padding: 30% 0 20% 0;
    }
    .bare-metal-sec1.domain-registration-names .inner .price {
        font-size: 24px;
    }
    .bare-metal-sec1.domain-registration-names .inner span.currency, .bare-metal-sec1.domain-registration-names .inner span.duration {
        font-size: 14px;
    }
    .about-timeline-sec .timeline .box .year {
        font-size: 36px;
        line-height: 118%;
    }
    .hosting-sec .nav-tabs li a {
        padding: 15px 15px;
    }
    .team-sec .col-xs-6 {
        width: 100%;
    }
    .team-sec .inner {
        padding: 20px;
        min-height: auto;
    }
    .team-sec .team2, 
    .team-sec .team3, 
    .team-sec .team4 {
        margin-top: 100px;
    }
    .inner-banner.inner-banner2.aff .caption {
        padding: 30% 0 23% 0;
    }
    .login-sec .login-signup-wrap {
        padding: 2em 2em;
    }
    .hosting-sec .nav-tabs li a div {
        margin-top: 10px;
        font-size: 14px;
        white-space: normal;
    }
    .bare-metal-sec2.ssli .inner {
        min-height: 250px;
    }
    .hosting-sec.compare-sec2 .nav-tabs li a {
        padding: 15px 15px;
        min-height: 106px;
    }
    .hosting-sec.compare-sec2 .nav-tabs li {
        min-width: 30.8%;
    }

}

@media(max-width:414px){

    nav.navbar.bootsnav .navbar-header, nav.navbar.bootsnav .navbar-nav {
        padding-left: 0;
        padding-right: 0;
    }
    nav.navbar.bootsnav .navbar-brand {
        margin: 0 0 0 -15px!important;
    }
    .highlight-sec .highlightbox .highlightbox-text h1 {
        font-size: 15px;
        margin-top: 0;
    }
    .highlight-sec .highlightbox .highlightbox-text p {
        font-size: 12px;
        line-height: 20px;
    }
    .highlight-sec .highlightbox {
        margin-top: -71px;
    }
    .banner .headline, .banner .headline span {
        font-size: 18px;
        line-height: 28px;
    }
    .carousel-inner > .item > video {
        transform: scale(2);
    }
    .servers-sec .image .price {
        right: 120px;
    }
    .servers-sec .server-text h4 {
        font-size: 16px;
        margin-top: 20px;
    }
    .hosting-sec .inner-box .head .icon-text h2 {
        font-size: 20px;
    }
    .hosting-sec .inner-box ul li {
        min-width: 100%;
    }
    .hosting-sec .inner-box .price {
        text-align: center;
    }
    .hosting-sec .inner-box .price .fls {
        display: block;
    }
    .trust-sec .trust-band span {
        width: 100px;
        display: block;
        margin: 0 auto;
    }
    .trust-sec .logos .col20 {
        width: 40%;
        float: none;
        display: inline-block;
        margin: 10px 0;
    }
    .process-sec .image {
        max-height: 350px;
        width: 85%;
    }
    .sub-title {
        font-size: 12px;
    }
    .title {
        font-size: 20px;
        line-height: 30px;
    }
    .process-sec .process-item .process-content h4 {
        font-size: 16px;
    }
    .difference-sec .inner h3 {
        font-size: 16px;
    }
    .association-sec .image {
        padding: 10px 20px;
    }
    .features-sec .inner h3 {
        font-size: 16px;
    }
    .footertops-sec .inner span {
        width: 30px;
        margin: 0 5px;
    }
    .footertops-sec .inner {
        font-size: 14px;
    }
    .support-sec .support-band {
        font-size: 14px;
    }
    .trusted-sec .trusted-band {
        font-size: 14px;
        line-height: 10px;
        padding: 15px 15px 20px 15px;
    }
    .footer-sec .col-xs-6 {
        width: 100%;
    }
    .footer-sec .fttitle {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer-sec .appsec {
        width: 50%;
    }
    .inner-banner .caption .headline {
        font-size: 20px;
        margin: 0 0 5px 0;
        line-height: 30px;
    }
    .inner-banner .caption p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .bare-metal-sec1.bms .col-xs-3 {
        width: 50%;
    }
    .mt-15-res414 {
        margin-top: 15px;
    }
    .hosting-sec .col-xs-6 {
        width: 100%;
    }
    .bare-metal-sec2 .col-xs-6 {
        width: 100%;
    }
    .bare-metal-sec2 .inner {
        min-height: auto;
    }
    .bare-metal-sec4 .nav-tabs li {
        margin: 5px;
        width: 29.7%;
        float: none;
        display: inline-block;
    }
    .cloud-sec1 .col-xs-4 {
        width: 50%;
    }
    .cloud-sec1 .inner {
        padding: 15px 5px;
    }
    .hosting-sec .col-xs-6 {
        width: 100%;
    }
    .bare-metal-sec2.lvhp2 .inner {
        min-height: auto;
    }
    .hosting-sec.lvhp .col20 {
        width: 100%;
    }
    .hosting-sec.lvhp .col20:nth-child(5) {
        margin-left: 0;
    }
    .bare-metal-sec4.lvhp4 h4 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .hosting-sec.wvhp .lst {
        margin-left: 0;
    }
    .bare-metal-sec2.wvhp .inner {
        min-height: auto;
    }
    .bare-metal-sec2.jhpi .inner {
        min-height: auto;
    }
    .bare-metal-sec2.jhpi.jhpi2 .inner {
        min-height: auto;
    }
    .bare-metal-sec2.ampi .inner {
        min-height: auto;
    }
    .bare-metal-sec2.aspi .inner {
        min-height: auto;
    }
    .bare-metal-sec2.aspi.ftps .inner {
        min-height: auto;
    }
    .inner-banner.inner-banner2.domain-registration-banner .caption {
        padding: 35% 0 20% 0;
    }
    .inner-banner.about-banner-sec {
        min-height: 350px;
    }
    .inner-banner.about-banner-sec .inner {
        margin-top: 10%;
    }
    .google-maps {
        padding-bottom: 70%;
    }
    .highlight-sec.highlight-sec2.full .highlightbox .statsbox {
        width: 150px;
        height: 150px;
        padding-top: 10px;
    }
    .highlight-sec.highlight-sec2.full .highlightbox .statsbox .pera-content h3 {
        font-size: 26px;
        margin-top: -5px;
    }
    .highlight-sec.highlight-sec2.full .highlightbox .statsbox .pera-content p {
        margin: -5px 0 0 0;
        font-size: 12px;
    }
    .about-timeline-sec .timeline .box .year {
        font-size: 34px;
        line-height: 118%;
    }
    .hosting-sec.payment-sec {
        margin-top: -50px;
    }
    .hosting-sec .nav-tabs li a {
        padding: 15px 14px;
    }
    .team-sec .team1 {
        margin-top: 50px;
    }
    .testimonials-sec.white-bg .inner .quote {
        position: static;
        left: 30px;
        top: 30px;
    }
    .testimonials-sec.white-bg .inner {
        padding-left: 30px;
    }
    .testimonials-sec .inner .testimonials-box .testimonial-text {
        float: left;
        width: -webkit-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: calc(100% - 0px);
        padding-right: 0;
    }
    .testimonials-sec .inner .testimonials-box .testimonial-img {
        width: 70px;
        height: 70px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .testimonials-sec.white-bg .inner.first {
        margin-top: -30px;
    }
    .inner-banner.inner-banner2.aff .caption {
        padding: 35% 0 25% 0;
    }
    .bare-metal-sec2.ssli .inner {
        min-height: auto;
    }
    .hosting-sec.compare-sec2 .nav-tabs li {
        min-width: auto;
        width: 33.9%;
    }

}

@media(max-width:375px){

    .navbar .topbar .right .mail {
        display: none;
    }
    .carousel-caption {
        bottom: 29%;
        right: 0;
        left: 0;
    }
    .carousel-inner > .item > video {
        transform: scale(2);
        margin-top: 90px;
    }
    .highlight-sec .highlightbox .highlightbox-text h1 {
        font-size: 15px;
        margin-top: 0;
        letter-spacing: -1px;
    }
    .highlight-sec .highlightbox {
        margin-top: -91px;
    }
    .banner, .carousel-inner > .item {
        height: 450px;
    }
    .servers-sec .image .price {
        right: 100px;
    }
    .hosting-sec .inner-box {
        padding: 30px 10px;
    }
    .hosting-sec .inner-box .head .icon {
        width: 80px;
        height: 80px;
        padding: 20px;
    }
    .hosting-sec .inner-box .head .icon-text {
        padding-left: 15px;
        margin-top: 5px;
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .trust-sec .logos .col20 {
        width: 45%;
    }
    .process-sec .image {
        max-height: 300px;
        width: 85%;
    }
    .process-sec .process-item.cn {
        margin-left: 0;
    }
    .title {
        font-size: 18px;
        line-height: 28px;
    }
    .association-sec .image {
        padding: 0px 10px;
    }
    .footer-sec .appsec {
        width: 70%;
    }
    .inner-banner.inner-banner2 .caption {
        padding: 35% 0 25% 0;
    }
    .inner-banner .caption .headline {
        font-size: 18px;
        margin: 0 0 5px 0;
        line-height: 30px;
    }
    .cloud-sec1 .inner p {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 18px;
    }
    .bare-metal-sec2.gpu .inner {
        min-height: auto;
    }
    .inner-banner .caption .domnames img {
        margin-right: 5px;
    }
    .inner-banner .caption .domnames img.com {
        width: 60px;
    }
    .inner-banner .caption .domnames img.net {
        width: 50px;
    }
    .inner-banner .caption .domnames img.in {
        width: 30px;
    }
    .inner-banner .caption .domnames img.coin {
        width: 70px;
    }
    .inner-banner .caption .domnames img.co {
        width: 40px;
    }
    .highlight-sec.highlight-sec2.full .col-xs-6 {
        width: 100%;
    }
    .about-timeline-sec .timeline .box .year {
        font-size: 32px;
        line-height: 118%;
    }
    .hosting-sec .nav-tabs li a {
        padding: 11px 11px;
    }
    .hosting-sec.payment-sec .tab-content {
        padding: 20px;
    }
    .hosting-sec.payment-sec {
        margin-top: -40px;
    }
    h4 {
        font-size: 16px;
    }
    .affiliate-sec ul li {
        padding: 25px 0;
        font-size: 18px;
        line-height: 24px;
    }
    .login-sec .login-signup-wrap h4 {
        font-size: 16px;
        margin: 15px 0 20px 0;
    }
    .login-sec .login-signup-wrap label {
        font-size: 13px;
    }
    .login-sec .login-signup-wrap .social-login-signup li {
        margin: 5px 0;
        padding: 0 1px;
    }
    .login-sec .login-signup-wrap .social-login-signup li a {
        font-size: 13px;
        padding: 10px 10px;
    }
    .hosting-sec.compare-sec2 .nav-tabs li a {
        padding: 10px 10px;
        min-height: 100px;
    }

}

@media(max-width:360px){

    .banner .headline, .banner .headline span {
        font-size: 16px;
        line-height: 26px;
    }
    .highlight-sec .highlightbox {
        margin-top: -107px;
    }
    .carousel-inner > .item > video {
        transform: scale(2);
        margin-top: 100px;
    }
    .highlight-sec .highlightbox .highlightbox-text h1 {
        font-size: 15px;
    }
    .carousel-caption {
        bottom: 30%;
    }
    .servers-sec .image .price {
        right: 90px;
        font-size: 20px;
    }
    .inner-banner .caption .headline {
        font-size: 16px;
        margin: 0 0 5px 0;
        line-height: 26px;
    }
    .bare-metal-sec4 .nav-tabs li {
        margin: 5px;
        width: 29%;
        float: none;
        display: inline-block;
    }
    .compare-sec .counter-placeholder {
        display: none;
    }
    .compare-sec .banner-text-left {
        float: left;
        margin-top: 0;
    }
    .bare-metal-sec3 h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .about-timeline-sec .timeline .box .year {
        font-size: 30px;
        line-height: 118%;
    }
    .hosting-sec .nav-tabs li a {
        padding: 10px 10px;
    }
    .affiliate-sec ul li {
        padding: 15px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .inner-banner.inner-banner2.aff .caption {
        padding: 37% 0 25% 0;
    }

}

@media(max-width:320px){

    .banner .headline, .banner .headline span {
        font-size: 14px;
        line-height: 24px;
    }
    .banner ul li {
        min-width: 100%;
        font-size: 13px;
    }
    .carousel-inner > .item > video {
        transform: scale(2);
        margin-top: 90px;
    }
    .banner, .carousel-inner > .item {
        height: 420px;
    }
    .carousel-inner > .item > video {
        transform: scale(2.3);
        margin-top: 90px;
    }
    .servers-sec .image .price {
        right: 70px;
        font-size: 20px;
    }
    .trust-sec .logos .col20 {
        width: 49%;
    }
    .process-sec .image {
        max-height: 270px;
    }
    .support-sec .support-band {
        font-size: 13px;
    }
    .support-sec .support-band span {
        width: 30px;
        margin: 0 3px;
    }
    .support-sec .support-band {
        font-size: 13px;
        padding: 15px 9px;
    }
    .trusted-sec .trusted-band {
        font-size: 13px;
        line-height: 10px;
        padding: 15px 15px 20px 15px;
    }
    .testimonials-sec .inner .testimonials-box .testimonial-text {
        float: left;
        width: -webkit-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: calc(100% - 0px);
        padding-right: 0;
    }
    .testimonials-sec .inner .testimonials-box .testimonial-img {
        float: left;
        width: 80px;
        height: 80px;
        margin-top: 10px;
    }
    .inner-banner.inner-banner2 .caption {
        padding: 40% 0 30% 0;
    }
    .inner-banner .caption p,
    .inner-banner ul li {
        font-size: 13px;
    }
    .inner-banner .caption .headline {
        font-size: 14px;
        margin: 0 0 5px 0;
        line-height: 24px;
    }
    .inner-banner .caption .dom-search .searchfl {
        float: left;
        width: 68%;
    }
    .inner-banner.inner-banner2.domain-registration-banner .caption {
        padding: 40% 0 20% 0;
    }
    .inner-banner .caption .domnames {
        margin-top: 10px;
    }
    .inner-banner .caption .domnames img.com {
        width: 50px;
    }
    .inner-banner .caption .domnames img.net {
        width: 40px;
    }
    .inner-banner .caption .domnames img.in {
        width: 25px;
    }
    .inner-banner .caption .domnames img.coin {
        width: 60px;
    }
    .inner-banner .caption .domnames img.co {
        width: 35px;
    }
    .google-maps {
        padding-bottom: 80%;
    }
    .about-timeline-sec .timeline .box .year {
        font-size: 28px;
        line-height: 118%;
    }
    .hosting-sec .nav-tabs li a {
        padding: 6px 6px;
    }
    .testimonials-sec.white-bg .inner.first {
        margin-top: -50px;
    }
    .inner-banner.inner-banner2.aff .caption {
        padding: 43% 0 25% 0;
    }
    .affiliate-sec ul li {
        padding: 15px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .hosting-sec.compare-sec2 .nav-tabs li a {
        padding: 9px 9px;
        min-height: 90px;
    }
    .hosting-sec .nav-tabs li a div {
        margin-top: 10px;
        font-size: 12px;
        white-space: normal;
    }
    .hosting-sec .nav-tabs li.active:after {
        bottom: -5px;
    }

}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: static !important;
}

.navbar {
    margin-bottom: 0 !important;
}

.demo-nav.navbar-inverse .navbar-nav > li > a {
    color: #303030;
}

.demo-nav.navbar.sticky-nav {
    position: fixed;
    top: 0;
}

.demo-nav.navbar-inverse .navbar-nav > li > a:focus, .demo-nav.navbar-inverse .navbar-nav > li > a:hover {
    color: rgba(48,48,48,.6);
}

.top-menu {
    padding: 1rem;
}

.top-menu--links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

    .top-menu--links > li > a {
        padding: 1rem;
        font-family: 'Roboto-Regular';
        font-size: 15px;
        color: #303030;
    }

        .top-menu--links > li > a > i {
            margin-right: .2rem
        }

.navbar-brand > img {
    display: block;
    height: 100%;
    width: 100%;
}

.demo-nav.navbar .btn-style03, .demo-nav.navbar .btn-style03:hover {
}

.navbar-brand {
    width: 120px;
    height: 120px !important;
    z-index: 9;
    padding: 0 !important;
    background: #fff;
    top: -40px;
    left: calc(-8rem + 39px);
    margin-left: 7rem;
}

    .navbar-brand > img {
        border-radius: 50%;
    }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    position: relative;
}

.demo-nav .navbar-nav {
    float: left;
    margin-top: 5px;
    margin-left: 125px;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    background: #fff
}

.dropdown-toggle:hover ~ .submenu {
    display: block;
}

.dropdown-toggle > i {
    position: relative;
    right: -9px;
    top: 0px;
    color: #00000094;
    font-size: 14px;
}

.submenu {
    /* Border */
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: -1px;
    /* Hidden by default */
    display: none;
    /* Absolute position */
    left: 0px;
    position: absolute;
    top: 100%;
    /* Take full width */
    /* Displayed on top of other elements */
    background: #fff;
    z-index: 9999;
}

.nav-submenu {
}

.nav-submenu--heading {
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.nav-submenu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-submenu > ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.47);
        padding: 0.6rem 0;
    }

        .nav-submenu > ul > li > a {
            color: #fff;
           
            font-size: 1.3rem;
            font-family: 'Quicksand', sans-serif;
        }

.container__content {
    background: #2d2d2d
}

.container__trigger:hover .container__content {
    /* Show the mega menu when hovering the trigger item */

    visibility: visible;
    z-index: 999;
    top: 100%;
}

.container__content {
    /* Border */
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: -1px;
    /* Hidden by default */
    visibility: hidden;
    /* Absolute position */
    left: 0px;
    position: absolute;
    top: 130%;
    /* Take full width */
    width: 100%;
    z-index: -1;
    /* Displayed on top of other elements */
    padding: 2rem 21rem;
    border-radius: 4px;
    transition: .2s all ease;
}

.dropdown-toggle {
    color: #303030;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.container__trigger > a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    font-weight: bold;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.nav--logo{

}
    .nav--logo > img {
        width: 100%;
        margin-top: 15px;
    }