html {
    overflow-x: hidden;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    background-image: url("");
    background-attachment: fixed;
    background-size: cover;
}

#mainImage {
    z-index: 999;
}

.container {
    max-width: 1270px;
}

/**-------------- Start Slider ---------------**/

.thumb-height{
    height: 45px !important;
}

.box-text {
    position: absolute;
    writing-mode : vertical-lr;
    transform: rotate(180deg);
    
}

.contact-section .cd-filter-block {
    padding-right: 100px;
}

#sliderr
{
    width: 100%;
    height: 600px;
    position: relative;
    margin: auto;
    background: linear-gradient(88deg, #f8f7a5 0%, #1694bf 100%) !important;
}



#sliderr input{display: none}

#sliderr .slides
{
    position: absolute; 
    width: 100%;
    margin-left: -15px;
    margin-top: 50px;    
    
}

#sliderr .slides .slide
{
    width: 33.33333333%;
    float: left;
    
    filter: alpha(opacity=70); /* for IE */
    opacity: .7
    
}

#sliderr .arrow label
{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    width: 100px;
    height: 45px;
    margin-top: 165px;
    text-align: center;
    display: none;
    
}

#sliderr .next-arrow label{right: 0; left: auto}

#sliderr .arrow label:hover .thumb
{
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    
    -webkit-transition: transform .5s ease-in;
    transition: transform .5s ease-in
}

#sliderr .arrow label i
{
    display: block;
    width: 40%;
    height: 45px;
    background-color: rgba(122,184,0,.8);
    color: #fff;
    line-height: 45px
}

#sliderr .arrow label .thumb
{
    display: block; 
    width:60%; 
    height: 45px
}

#sliderr .prev-arrow label i{float: left}

#sliderr .prev-arrow label .thumb
{
    float: right;
    
    -webkit-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

#sliderr .next-arrow label i{float: right}

#sliderr .next-arrow label .thumb
{
    float: left;
    
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform: rotateY(90deg);
    
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

#slide-1-radio:checked ~ .slides .slide:first-child
{
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 20px rgba(255,255,255,.7);
    
    filter: alpha(opacity=100); /* for IE */
    opacity: 1;
    
    -webkit-transform: translateX(100%) scale(1.2);
    -ms-transform: translateX(100%) scale(1.2);
    transform: translateX(100%) scale(1.2);
    
    -webkit-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out
}

#slide-1-radio:checked ~ .slides .slide:nth-child(2)
{
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 1px 20px rgba(255,255,255,.7);
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}

#slide-1-radio:checked ~ .prev-arrow #prev-3-arrow,
#slide-1-radio:checked ~ .next-arrow #next-2-arrow
{
    display: inline-block
}

#slide-2-radio:checked ~ .slides .slide:nth-child(2)
{
    position: relative;
    z-index: 1;
    
    
    filter: alpha(opacity=100); /* for IE */
    opacity: 1;
    box-shadow: 0 1px 20px rgba(255,255,255,.7);
    -webkit-transform: translateX(0) scale(1.2);
    -ms-transform: translateX(0) scale(1.2);
    transform: translateX(0) scale(1.2);
    
    -webkit-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out
}

#slide-2-radio:checked ~ .slides .slide:first-child
{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 1px 20px rgba(255,255,255,.7);
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}

#slide-2-radio:checked ~ .prev-arrow #prev-1-arrow,
#slide-2-radio:checked ~ .next-arrow #next-3-arrow
{
    display: inline-block
}

#slide-3-radio:checked ~ .slides .slide:last-child
{
    position: relative;
    z-index: 1;
    
  
    filter: alpha(opacity=100); /* for IE */
    opacity: 1;
    
    -webkit-transform: translateX(-100%) scale(1.2);
    -ms-transform: translateX(-100%) scale(1.2);
    transform: translateX(-100%) scale(1.2);
    box-shadow: 0 1px 20px rgba(255,255,255,.7);
    
    -webkit-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out
}

#slide-3-radio:checked ~ .slides .slide:nth-child(2)
{
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: 0 1px 20px rgba(255,255,255,.7);
    
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}

#slide-3-radio:checked ~ .prev-arrow #prev-2-arrow,
#slide-3-radio:checked ~ .next-arrow #next-1-arrow
{
    display: inline-block
}
/**-------------- End Slider ---------------**/

/**----------- Start Media ----------**/
@media screen and (max-width: 768px)
{
  #sliderr{width: 100%; height: 175px}
    
  #sliderr .slides{height: 175px}
    
  #sliderr .arrow label{width: 80px}
}
/**----------- End Media ----------**/

.prod-slider{
    position: relative;
}

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/* --------------------------------
Main Components
-------------------------------- */

.bold-text {
    font-weight: bold;
    background: linear-gradient(88deg, #f8f7a5 0%, #1694bf 100%) !important;
    background-clip: text !important;
    color: transparent  !important;
}

.cd-header {
    position: relative;
    height: 150px;
    background-color: #331d35;
}

.cd-header h1 {
    color: #ffffff;
    line-height: 150px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300;
}


* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    vertical-align: top;
}


.mob-gallery {
    display: none;
}

.gallery {
    display: flex;
    margin: 10px auto;
    max-width: 600px;
    position: relative;
    padding-top: 300px;
}

.head-desk-gallery .gallery {
    padding-top: 280px !important;
    padding-left: 55px !important;
}

@media screen and (max-width: 576px) {
    .desk-gallery {
        display: none;
   }
   .mob-gallery {
        display: block !important;
   }
   .gallery__img {
        left: 0px !important;
   }
   .gallery {
        padding-top: 220px;
   }
   .head-desk-gallery {
        display: none;
   }
}
.gallery__img {
    position: absolute;
    top: 0;
    left: 30px;
    opacity: 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: opacity 0.3s ease-in-out;
}
.gallery__thumb {
    padding-top: 6px;
    margin: 6px;
    display: block;
}
.gallery__selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
    opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
    box-shadow: 0 0 0 3px #cce79f;
}

.mobile-product {
    display: none;
}

.desktop-product {
    display: block;
}

.industries-header {
    width: 1400px;
    background: whitesmoke;
    float: right;
    height: 500px;
}

.service-header {
    width: 1400px;
    background: whitesmoke;
    float: right;
    height: 500px;
}

.header-button {
    padding: 20px !important;
    font-family: "Open Sans Semibold" !important;
    font-size: 15px !important;
    line-height: 0px !important
}

.contact-submit-btn {
    width: 120px;
    margin: 10px 0px !important;
}

.contact-reset-btn {
    width: 120px;
    margin: 10px 0px 0px 20px !important;
}

.hidetab {
    display: none;
}

.showtab{
    display: block;
    background: rgb(239, 239, 239);
    z-index: 999;
}

.expand-div {
    height: 1350px;
}

.collapse-div {
    height: 850px;
}

.fixed-contact {
    position:fixed;
    top: 250px;
	right:0px;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
    cursor: pointer !important;
}

.industries-products{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 650px;
}
  
  .box {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 1%;
    box-shadow: 0 20px 30px rgba(0,0,0,.1);
    line-height: 0;
    border-radius: 10px;
    height: 400px;
  }
  
  .box > img {
    width: 200%;
    height: 100%;
    object-fit: cover; 
    transition: .5s;
  }
  
  .box > span {
    font-size: 3.8vh;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 2.6;
  }
  
  .box:hover .box-text{ 
    writing-mode: horizontal-tb;
    transform: none; 
  }

  .box:hover{ 
    flex: 1 1 50%; 
  }

  .box:hover > img {
    width: 100%;
    height: 100%;
  }
   

#fourth-sub-tab{
    margin-top: 67px;
}

#fifth-sub-tab{
    margin-top: 0px;
}

#sixth-sub-tab{
    margin-top: 220px;
}

#seventh-sub-tab{
    margin-top: 275px;
}

#eight-sub-tab{
    margin-top: 330px;
}

#ninth-sub-tab{
    margin-top: 385px;
}

.header-img{
    width: 400px;
    margin-left: 80px;
    height: 300px !important;
}

.list-style-one li::before {
    content: "\2192" !important;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    padding: 0px;
    color: #3c882e;
    font-weight: 900;
}

.list-style-one li  {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
    padding-left: 25px;
    margin-bottom: 4px;
}

.box span{
    font-size: 18px;
}

.client-section {
    height: 930px;
}

.client-page {
    height: 1200px;
}

.client-button-align {
    text-align: center;
    margin: auto !important;
}

.testimonials-section {
    position: relative;
    height: 450px;
}

.counter-section {
    position: relative;
    padding: 50px 40px;
}

.testimonials-section .swiper-wrapper {
    transition-duration: none;
}   

.icon-md {
    width: 2rem;
    height: 2rem;
}

.icon-lg {
    width: 4rem;
    height: 4rem;
}

#sw-nav-testimonials-1 {
    margin-left: 100px;
}

.footer-address{
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(212, 212, 212);
}
.vibro-classifier-mobile {
    display: none;
}

.vibro-classifier {
    width: 450px;
    height: auto;
    margin-left: 80px;
    margin-top: 80px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 10px;
}

.vibro-classifier:hover{
    transform: scale(1.5);
    box-shadow: 2px 2px 5px grey, -2px -2px 5px grey;
  }

  .product-section {
    position: relative;
    height: auto;
  }

  .product-inquiry {
    display: block;
}

.product-inquiry-mobile {
    display: none;
}

  #more {display: none;}

  .tab-list li a.nav-link.active {
    background: linear-gradient(88deg, rgb(248, 247, 165) 0%, rgb(22, 148, 191) 100%);
  }

  .product-content ul li{
    color: #212529;
    line-height: 1.5;
    font-size: 16px;
  }

  .technical-spec div {
    border: 1px solid #969090;
    padding: 18px;
  }

  .product-inquiry {
    width: 200px;
    margin-left: 200px !important;
    margin-top: 35px !important;
  }


/* customer counter */

.counter{
    font-family: 'Poppins', sans-serif;
    padding: 15px 0 0;
    }
    .counter .counter-value{
    color: #fff;
    background: linear-gradient(to top right, #d23283, #771656);
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    }
    .counter .counter-content{
    color: #771656;
    background: #fff;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 130px 25px 25px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    }
    .counter .counter-content:before{
    content: "";
    background: linear-gradient(to bottom, #d23283, #771656);
    width: 100%;
    height: 90%;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    transform: translateX(-50%);
    position: absolute;
    top: -65px;
    left: 50%;
    }
    .counter h3{
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 21px;
    margin: 0;
    }
    .counter.orange .counter-content{ color: #e84a16; }
    .counter.orange .counter-value {
    background: linear-gradient(to top right, #f57312, #e84a16);
    }
    .counter.orange .counter-content:before{
    background: linear-gradient(to bottom, #f57312, #e84a16);
    }
    .counter.green .counter-content{ color: #2c970d; }
    .counter.green .counter-value {
    background: linear-gradient(to top right, #80f80d, #2c970d);
    }
    .counter.green .counter-content:before {
    background: linear-gradient(to bottom, #80f80d, #2c970d);
    }
    .counter.blue .counter-content{ color: #1c7ac0; }
    .counter.blue .counter-value {
    background: linear-gradient(to top right, #2ebef3, #1c7ac0);
    }
    .counter.blue .counter-content:before{
    background: linear-gradient(to bottom, #2ebef3, #1c7ac0);
    }
    @media screen and (max-width:990px) {
    .counter{ margin-bottom: 40px; }
    }


    .client-counter {
        position: relative;
        height: 260px;
    }


* {
    box-sizing: border-box;
  }

  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  

@media only screen and (min-width:1170px) {
    .cd-header {
        height: 180px;
    }
    .cd-header h1 {
        line-height: 180px;
    }
}

.cd-main-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.cd-main-content.is-fixed .cd-gallery {
    padding-top: 76px;
}

.cd-main-content.is-fixed .cd-filter {
    position: fixed;
    height: 100vh;
    overflow: hidden;
}

.cd-main-content.is-fixed .cd-filter-trigger {
    position: fixed;
}

@media only screen and (min-width:768px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 90px;
    }
}

@media only screen and (min-width:1170px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 100px;
    }
}

@media (max-width:576px) {
    .cd-filter-block input,
    .cd-filter-block select {
        width: 100%;
        padding: 10px 60px 10px 30px !important;
        border-radius: 50px;
        font-size: 14px;
        cursor: pointer;
        background-color: #ffffff !important;
        border: solid 1px #d9ecaa !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        box-shadow: none;
    }
}

/* --------------------------------
xtab-filter
-------------------------------- */

.cd-tab-filter-wrapper {
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.cd-tab-filter-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tab-filter {
    /* tabbed navigation style on mobile - dropdown */
    position: relative;
    height: 50px;
    width: 140px;
    margin: 0 auto;
    z-index: 1;
}

.cd-tab-filter::after {
    /* small arrow icon */
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/filter/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.cd-tab-filter ul {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: inset 0 -2px 0 #a3d133;
}

.cd-tab-filter li {
    display: none;
}

.cd-tab-filter li:first-child {
    /* this way the placehodler is alway visible */
    display: block;
}

.cd-tab-filter a {
    display: block;
    /* set same size of the .cd-tab-filter */
    height: 50px;
    width: 140px;
    line-height: 50px;
    padding-left: 14px;
}

.cd-tab-filter a.selected {
    background: #a3d133;
    color: #ffffff;
}

.cd-tab-filter.is-open::after {
    /* small arrow rotation */
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.cd-tab-filter.is-open ul {
    box-shadow: inset 0 -2px 0 #a3d133, 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cd-tab-filter.is-open ul li {
    display: block;
}

.cd-tab-filter.is-open .placeholder a {
    /* reduces the opacity of the placeholder on mobile when the menu is open */
    opacity: .4;
}

@media only screen and (min-width:768px) {
    .cd-tab-filter {
        /* tabbed navigation style on medium devices */
        width: auto;
        cursor: auto;
    }
    .cd-tab-filter::after {
        /* hide the arrow */
        display: none;
    }
    .cd-tab-filter ul {
        background: transparent;
        position: static;
        box-shadow: none;
        text-align: center;
    }
    .cd-tab-filter li {
        display: inline-block;
    }
    .cd-tab-filter li.placeholder {
        display: none !important;
    }
    .cd-tab-filter a {
        display: inline-block;
        padding: 0 1em;
        width: auto;
        color: #9a9a9a;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.3rem;
    }
    .no-touch .cd-tab-filter a:hover {
        color: #a3d133;
    }
    .cd-tab-filter a.selected {
        background: transparent;
        color: #a3d133;
        /* create border bottom using box-shadow property */
        box-shadow: inset 0 -2px 0 #a3d133;
    }
    .cd-tab-filter.is-open ul li {
        display: inline-block;
    }
}

@media only screen and (min-width:1170px) {
    .cd-tab-filter {
        /* tabbed navigation on big devices */
        width: 100%;
        float: right;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }
    .cd-tab-filter.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%;
    }
}

/* --------------------------------
xgallery
-------------------------------- */

.cd-gallery {
    padding: 26px 5%;
    width: 100%;
}

.cd-gallery li {
    margin-bottom: 1.6em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: none;
}

.cd-gallery li.gap {
    /* used in combination with text-align: justify to align gallery elements */
    opacity: 0;
    height: 0;
    display: inline-block;
}

.cd-gallery img {
    display: block;
    width: 100%;
}

.mixcontainer .cd-fail-message {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 15px;
    background: #fff;
    padding: 30px;
    text-align: center;
    display: none;
}

.mixcontainer .sec-main .cd-fail-message {
    box-shadow: none;
    padding: 30px 0px 0px 0px;
}

.mixitup-container-failed .cd-fail-message {
    width: 100%;
    display: inline-block !important;
}

@media (max-width:767px) {
    .mixitup-container-failed .cd-fail-message {
        margin-bottom: 80px;
    }
}

@media only screen and (min-width:768px) {
    .cd-gallery {
        padding: 40px 3%;
    }
    .cd-gallery ul {
        text-align: justify;
    }
    .cd-gallery ul:after {
        content: "";
        display: table;
        clear: both;
    }
    .cd-gallery li {
        width: 48%;
        margin-bottom: 2em;
    }
}

@media only screen and (min-width:1170px) {
    .cd-gallery {
        padding: 50px 2%;
        float: right;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }
    .cd-gallery li {
        width: 23%;
    }
    .cd-gallery.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%;
    }
}

/* --------------------------------
xfilter
-------------------------------- */

.cd-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    background: #ffffff;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cd-filter .cd-close {
    position: absolute;
    top: 0px;
    right: 5px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    color: #414142;
    font-size: 1.3rem;
    text-align: center;
    background: #fed800;
    opacity: 0;
    font-size: 20px !important;
    border-radius: 50px;
    box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 3;
}

.no-touch .cd-filter .cd-close:hover {
    background: #32255f;
}

.cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.cd-filter.filter-is-visible .cd-close {
    opacity: 1;
}

@media only screen and (min-width:1170px) {
    .cd-filter {
        width: 20%;
    }
    .cd-filter form {
        padding: 70px 10%;
    }
}

.cd-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    width: 60px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    z-index: 3;
}

.cd-filter-trigger.filter-is-visible {
    pointer-events: none;
}

@media only screen and (min-width:1170px) {
    .cd-filter-trigger {
        width: auto;
        text-indent: 0;
        color: #9a9a9a;
        font-size: 1.3rem;
        font-weight: 700;
        padding-left: 24px;
        background-position: left center;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }
    .no-touch .cd-filter-trigger:hover {
        color: #a3d133;
    }
    .cd-filter-trigger.filter-is-visible,
    .cd-filter-trigger.filter-is-visible:hover {
        color: #ffffff;
    }
}

/* --------------------------------
xcustom form elements
-------------------------------- */

.cd-filter-block {
    position: relative;
    margin-bottom: 1.6em;
}

.cd-filter-block h4 {
    /* filter block title */
    position: relative;
    margin-bottom: 15px;
    padding: 10px 0 10px 20px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.no-touch .cd-filter-block h4:hover {
    color: #a3d133;
}

.cd-filter-block h4::before {
    /* arrow */
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    left: 0;
    top: 17px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.cd-filter-block input,
.cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
    /* shared style for input elements */
    font-family: "Open Sans", sans-serif;
    border-radius: 0;
    background-color: #ffffff;
    border: none;
}

.cd-filter-block input,
.cd-filter-block select {
    width: 100%;
    padding: 15px 60px 15px 30px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    background-color: #ffffff !important;
    border: solid 1px #d8d8d8 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
}

.cd-filter-block input:hover,
.cd-filter-block select:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cd-filter-block label i {
    color: #d8d8d8;
    top: 42px;
    right: 40px;
    position: absolute;
}

.cd-filter-block input:focus,
.cd-filter-block select:focus {
    outline: none;
    background-color: #ffffff;
}

.cd-filter-block input {
    /* custom style for the search element */
    border-color: transparent;
    background-color: #e6e6e6;
    /* prevent jump - ios devices */
}

.cd-filter-block input::-webkit-search-cancel-button {
    display: none;
}

.cd-filter-block .cd-select {
    /* select element wrapper */
    position: relative;
}

.cd-filter-block .cd-select::after {
    /* switcher arrow for select element */
    content: '';
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 22px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/filter/cd-icon-arrow.svg") no-repeat center center;
    pointer-events: none;
}

.cd-filter-block select::-ms-expand {
    display: none;
}

.cd-filter-block .list li {
    position: relative;
    margin-bottom: .8em;
}

.cd-filter-block .list li:last-of-type {
    margin-bottom: 0;
    list-style: none;
}

.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
    padding-left: 24px;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
    /* custom radio and check boxes */
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
    width: 16px;
    height: 16px;
    left: 0;
}

.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
    /* check mark - hidden */
    display: none;
}

.cd-filter-block .checkbox-label::after {
    /* check mark style for check boxes */
    width: 16px;
    height: 16px;
    background: url("../img/filter/cd-icon-check.svg") no-repeat center center;
}

.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
    border-radius: 50%;
}

.cd-filter-block .radio-label::after {
    /* check mark style for radio buttons */
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    left: 5px;
}

.cd-filter-block input[type=radio]:checked+label::before,
.cd-filter-block input[type=checkbox]:checked+label::before {
    border-color: #a3d133;
    background-color: #a3d133;
}

.cd-filter-block input[type=radio]:checked+label::after,
.cd-filter-block input[type=checkbox]:checked+label::after {
    display: block;
}

#ex1Slider .slider-selection {
    background: #BABABA;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top .tooltip-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --------------------------------
Custom
-------------------------------- */

.cd-gallery {
    padding: 50px 0px 0px 0px;
}

.cd-gallery li {
    box-shadow: none;
}

.cd-gallery .wrapper .title {
    font-size: 18px;
    font-family: "Open Sans";
}

.cd-gallery.domains .wrapper .title {
    font-size: 32px;
    font-family: "Open Sans";
}

.cd-tab-filter a.selected {
    border: none !important;
    background: #fdd700 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.cd-tab-filter a.selected:hover {
    text-transform: none !important;
    text-decoration: none !important;
}

.cd-tab-filter a {
    text-transform: none;
    font-size: 15px !important;
    font-family: "Open Sans";
    color: #808080;
}

.no-touch .cd-tab-filter a:hover {
    text-decoration: none !important;
}

.no-touch .cd-filter .cd-close:hover {
    background-color: #313131 !important;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cd-filter.filter-is-visible {
    font-family: "Open Sans";
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.1);
}

.cd-filter-block h4 {
    text-transform: capitalize !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #212122 !important;
}

.cd-filter-block .cd-filter-content input[type='search'] {
    border: solid 1px #e0e0e0;
    font-size: 14px !important;
    background: transparent;
}

.cd-filter-block .cd-filter-content {
    padding: 0px;
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
    border: solid 1px #808080 !important;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
    position: relative;
    display: grid !important;
    font-size: 14px !important;
    color: #000;
}

.action-content {
    position: relative;
}

.action {
    bottom: 0;
    right: 0;
    top: 0 !important;
    left: 0;
    position: absolute;
    display: inline-block;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
}

.action:hover {
    opacity: 1;
}

.action a {
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
}

.action a:last-child {
    margin-right: 0px;
}

.action a:hover {
    color: #fdd700;
    text-decoration: none;
}

.action a i {
    color: #fff;
    font-size: 32px;
    padding: 0px
}

.action a i:hover {
    color: #fdd700;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.action .metatag {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.action .rating {
    font-size: 24px;
    padding-top: 15px;
    width: 100%;
}

.action .rating i {
    font-size: 18px;
    color: #808080;
    padding: 2px;
}

.action .rating i:hover {
    color: #fdd700;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

svg #svg-ico {
    fill: #68cef5;
}

svg #svg-concept {
    stroke: #68cef5;
}

.golink {
    color: #68cef5 !important;
    border-bottom: solid 1px #68cef5;
}

.golink:hover {
    color: #68cef5 !important;
}

.bg-pink {
    background-color: #68cef5 !important;
}

.c-pink {
    color: #68cef5 !important;
}

.bb-pink {
    border-bottom: solid 1px #68cef5 !important;
}

.popover {
    border: solid 1px #68cef5;
}

.popover .arrow::before {
    border-top-color: #68cef5;
}

.popover .popover-header {
    background-color: #68cef5;
}

::selection {
    background: #68cef5;
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item a:hover {
    color: #68cef5 !important;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body a:hover {
    color: #68cef5;
}

.megamenu .start-offer .inner {
    background-color: #68cef5;
}

.megamenu .service-list .service.special .media-body a:hover {
    color: #68cef5;
}

.megamenu .service-list .service .media-body a:hover {
    color: #68cef5;
}

.megamenu-list .service-list .service .media-body a:hover {
    color: #68cef5;
}

.team .wrapper:hover .team-info .desc {
    color: #68cef5;
}

.wpc-cloud-range .noUi-connect {
    background-color: #68cef5;
}

.wpc-cloud-range .noUi-tooltip:before {
    border-color: #68cef5 transparent transparent transparent;
}

.wpc-cloud-range .noUi-tooltip {
    background-color: #68cef5;
}

.wpc-cloud-range .noUi-horizontal .noUi-handle {
    background-color: #68cef5;
}

.wpc-vps-info .title .info {
    color: #68cef5;
}

.fullrock .closer {
    color: #68cef5 !important;
}

.form-control:focus {
    border: solid 1px #68cef5 !important;
}

.sec-bg5 {
    background-color: #68cef5;
}

.total-grad {
    background: linear-gradient(-60deg, #68cef5 0%, #1697bf 100%) !important;
}

.total-grad-inverse {
    background: linear-gradient(240deg, #1697bf 0%, #68cef5 100%);
}

.total-grad-pink-blue-intense {
    background: linear-gradient(240deg, #000000 50%, #003d4a 100%);
}

.menu-wrap.fixed {
    background: linear-gradient(88deg, #f8f7a5 0%, #1694bf 100%) !important;
}

.btn-default-pink {
    color: #68cef5;
    border: 1px solid #68cef5;
}

.btn-default-pink:hover {
    background-color: #68cef5;
}

.btn-default-grad-purple-fill {
    background-image: linear-gradient(to right, #1697bf, #68cef5 40%, #68cef5 40%, #1697bf);
}

.btn-default-grad-purple-fill:hover {
    background-image: linear-gradient(to right, #1697bf, #68cef5 40%, #68cef5 40%, #1697bf);
}

.btn-default-pink-fill {
    background-color: #68cef5 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    border: solid 1px #68cef5 !important;
}

.pricing .wrapper .title {
    color: #68cef5;
}

.pricing .list-info {
    background-color: #68cef5;
}

.slick #slider .plan-container .title {
    color: #68cef5;
}

.tabs-header .btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #68cef5 !important;
}

.tabs.offers-tabs .tabs-header .active {
    border-left: solid 1px #68cef5;
    color: #68cef5;
}

.tabs.offers-tabs .tabs-header .active:hover {
    color: #68cef5;
}

.fill-input:focus {
    border-color: #68cef5 !important;
}

.countdown .wrapper .clock div:first-child {
    border: solid 1px #68cef5;
    background-color: #68cef5;
}

.accordion.faq .panel-title.active {
    border-bottom: solid 1px #68cef5;
}

.blog .sidebar .heading.active {
    color: #68cef5;
}

.blog .sidebar .posts .tabs-header li.active {
    color: #68cef5;
    border-bottom-color: #68cef5;
}

.blog .sidebar .line.active:before {
    background-color: #68cef5;
}

.blog .media .media-heading a:hover {
    color: #68cef5;
}

.blog .wrap-blog .social-icon i {
    color: #68cef5;
}

.blog .sidebar .categories .heading a.active {
    color: #68cef5;
}

.blog .sidebar .categories .heading a:after {
    color: #68cef5;
}

.blog .sidebar .categories .heading span {
    color: #68cef5;
}

.circle-section .title-round {
    color: #68cef5;
}

.domain-prices li {
    color: #68cef5;
}

.maping .datacenters {
    background: #68cef5;
}

.footer .soc-icons i {
    color: #529007;
}

.included i {
    color: #68cef5;
}

.soc-icons-apply span {
    color: #68cef5;
}

.bigline {
    border: solid 1px #68cef5;
}

.smallline {
    border: solid 1px #68cef5;
}

.knowledge a {
    color: #68cef5;
}

.godown span {
    color: #68cef5;
}

.cd-filter-block input[type=radio]:checked+label::before,
.cd-filter-block input[type=checkbox]:checked+label::before {
    border: solid 1px #68cef5 !important;
    background-color: #68cef5 !important;
}

.cd-filter-block select:hover {
    border: solid 1px #68cef5 !important;
}

.cd-filter-block input:focus,
.cd-filter-block select:focus {
    border-color: #68cef5 !important;
}

.range-slider-input::-webkit-slider-runnable-track {
    background: #68cef5;
}

.range-slider-input::-webkit-slider-thumb {
    background: #68cef5;
}

.zoo-content .icoo i {
    background-color: #68cef5;
}

.services .service-wrap .pay img {
    border: solid 1px #68cef5;
}

.page-item.active .page-link {
    background-color: #68cef5 !important;
    border-color: #68cef5 !important;
}

.cd-filter-block input.range-slider-input {
    background-color: #68cef5 !important;
}

.range-slider-input::-webkit-slider-thumb {
    background-color: #68cef5 !important;
}

.range-slider-input::-moz-range-thumb {
    background-color: #68cef5 !important;
}

/* Blue Dark */

.bg-purple {
    background-color: #1697bf !important;
}

.c-purple {
    color: #1697bf !important;
}

.sec-grad-white-to-purple {
    background: linear-gradient(90deg, #fff 70%, #1697bf 0%) !important;
}

.btn-default-purple {
    color: #1697bf;
    border: 1px solid #1697bf;
}

.btn-default-purple:hover {
    background-color: #1697bf;
}

.btn-default-purple-fill {
    background-color: #1697bf !important;
}

.pricing .table .title {
    color: #1697bf;
}

.accordion.faq .panel-title.active {
    color: #1697bf !important;
}

.wpc-vps-info .price-wrap .title {
    background-color: #1697bf;
}

.owl-height{
    height: 602px !important
}

.sec-first{
    position: relative;
}

.about-row {
    margin-top: 100px;
}

.sec-first .block{
    margin-bottom: 3rem;
    margin-top: 3rem;
    -webkit-box-shadow: 0 0 0.75rem rgba(0,0,0,.075);
    box-shadow: 0 0 0.75rem rgba(0,0,0,.075);
    border: 1px solid #d9e2ef;
    border-radius: .25rem;
    background-color: #fff;
}
.sec-first .light {
    font-weight:300px !important
}

.sec-first .lead{
    font-size: 18px !important;
    font-weight: 300px !important;
}

.sec-first .bold, strong{
    font-weight: 700 !important
}

.sec-first .text-secondary{
    color:#444444 !important
}

.sec-first .btn {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    white-space: normal;
    line-height: 1.5;
}


.sec-first .btn-outline-primary:hover, .btn-primary:hover {
    -webkit-box-shadow: 0 1px 10px rgba(85,51,255,.4)!important;
    box-shadow: 0 1px 10px rgba(85,51,255,.4)!important;
}

.sec-first .nav-link {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-first .nav-item{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

 .sec-first .browser {
    background: linear-gradient(#fff 1%,#eef1f3 10%);
    position: relative;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.sec-first .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.browser img {
    max-width: 650px;
    max-height: 392px;
    border-radius: .7em !important;
    box-shadow: 10px;
}

.about-image {
    max-width: 650px;
    max-height: 392px;
}

.about-img {
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.browser .tab-content{
    margin-bottom: 0px;
}

.nav-process .nav-item:first-of-type:before {
    border: none;
}

.nav-process .nav-item:after, .nav-process .nav-item:before {
    content: "";
    width: 50%;
    border-top: 1px dashed #1697bf;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: .375rem;
}

.nav-process .nav-item:after {
    right: 0;
}

.nav-process .nav-item:last-of-type:after {
    border: none;
}
.nav-process {
    margin-left: -30px;
}

.nav-process.nav-circle .nav-item.active .nav-link:before {
    padding: .75rem;
    margin-top: -.375rem;
}

.nav-process.nav-circle .nav-link:before {
    content: "";
    background-color: #1697bf;
    padding: .375rem;
    display: block;
    border-radius: 50%;
    margin: 0 .5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-process.nav-circle .nav-item.active .nav-link:after {
    content: attr(data-step);
    color: #fff;
    font-size: .55rem;
    font-weight: 700;
    position: absolute;
    top: 1px;
}


.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-process {
    min-height: 60px;
}



.first-cont{
    background: linear-gradient(240deg, rgb(255, 255, 255) 50%, #071064 100%)
}

.sec-first{
    
}

.first-img{
    height: 400px;
    width: 500px;
}


.nav-process.nav-circle .nav-link {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dot{
top: 0;
left: 10%;
width: 75%;
height: 200px;
background-color: transparent;
background-image: radial-gradient(rgba(85,51,255,.5) 3px,transparent 3px);
background-size: 20px 20px;
}

.dot{
    position: absolute;
}

.sec-first .sec-sec1{
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 50%;
    align-items: center;
    position: relative;
    transition: all .2s ease-in-out;
    height: 100px;
    width: 100px;
    right:50px;
    top: 0px;
}

.sec-first .sec-sec2{
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 50%;
    align-items: center;
    position: relative;
    transition: all .2s ease-in-out;
    height: 100px;
    width: 100px;
    top: 0px;
    left: 100px
}
.sec-first .sec-sec3{
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 50%;
    align-items: center;
    position: relative;
    transition: all .2s ease-in-out;
    height: 100px;
    width: 100px;
    top: -20px;
    left: 100px
}
.sec-first .sec-sec4{
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 50%;
    align-items: center;
    position: relative;
    transition: all .2s ease-in-out;
    height: 100px;
    width: 100px;
    top: 30px;
    left: 100px
}




option{
    background: green;
}

.badge-animation{
    visibility: visible !important;
    animation-name: shake;
}


.top-banner img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
}

.web-size{
width: 380px;
}



.service-background-1{
    background-color: #15212a;
    border-radius: 2%;
    overflow: hidden;
}

.service-background-2{
    background-color: #adb5bb;
    border-radius: 2%;
    overflow: hidden;
}

.service-banner-1:hover{
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.service-banner-2:hover{
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}


.ui-hero.ui-tilt.hero-center img {
    margin-bottom: -10rem;
}

@media (min-width: 740px) {
    .ui-hero.ui-tilt.hero-center img {
        margin-bottom: -15rem;
    }
}

@media (min-width: 992px) {
    .ui-hero.ui-tilt.hero-center img {
        margin-bottom: -20rem;
    }
}

@media (min-width: 1367px) {
    .ui-hero.ui-tilt.hero-center img {
        margin-bottom: -30rem;
    }
}

.demo-card {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-radius: .75rem;
    z-index: 2;
    margin-top: 1.5rem;
    cursor: pointer;
    transition: box-shadow .35s ease-out;
    -webkit-transition: box-shadow .35s ease-out;
}

.demo-card img {
    position: relative;
    top: 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 1;
    transform: translateY(-260px);
    transition: transform cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateY(-260px);
    -webkit-transition: transform cubic-bezier(0.86, 0, 0.07, 1);
}

.demo-card:hover {
    box-shadow: 0 12px 22px rgba(0, 9, 128, 0.05), 0 20px 36px rgba(0, 9, 128, 0.075);
}

.demo-card:hover img {
    transform: translateY(-100%);
    transition: transform linear;
    -webkit-transform: translateY(-100%);
    -webkit-transition: transform linear;
}

.demo-card.no-anim img,
.demo-card.no-anim:hover img {
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

@media (max-width: 500px) {
    .col-6 {
        width: 100%;
        float: none;
    }
}

h5 {
    display: block;
}

.badge {
    vertical-align: bottom;
    font-size: .75rem;
    display: inline-block;
    padding: .25rem .45rem;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

ul li {
    color: #59687c;
    font-size: .95rem;
    line-height: 1.5
}

.demo-container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center
}

.demo-container .row > div {
    max-width: 257px;
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-150 {
    padding-top: 150px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.bg-yellow {
    background-color: #fdd700 !important;
    color: #fff !important
}

.bg-pink {
    color: #fff !important
}

.bg-rgba5 {
    background: rgba(0, 0, 0, .5) !important
}
.bg-rgba3 {
    background: rgba(0, 0, 0, .3) !important
}

.bg-grey {
    background-color: grey !important;
    color: #fff !important
}

.bg-purple {
    color: #fff !important
}

.c-yellow {
    color: #fdd700 !important
}

.c-grey-light {
    color: #aaa !important
}

.c-grey {
    color: grey !important
}

.c-black {
    color: #000 !important
}

.ltgh {
    text-decoration: line-through
}

.golink {
    font-family: "Open Sans" !important;
    background-color: transparent;
    cursor: pointer !important;
    padding: 2px 0;
    border: none;
    outline: 0;
    font-weight: 300
}

.golink:hover {
    cursor: pointer !important;
    border: transparent !important;
    text-decoration: none !important
}

.db {
    display: block !important
}

.tooltip {
    z-index: 999
}

.b-radius15 {
    border-radius: 15px
}

.overlay {
    position: relative
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.overlay-video {
    position: relative
}

.overlay-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, .7)
}

.overlay-image-grad:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background: linear-gradient(240deg, #000 50%, #3f004a 100%)
}

.full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top !important;
    background-repeat: no-repeat
}

.exapath {
    background-image: url(../patterns/exapath.svg);
    background-repeat: repeat
}

.cpupath {
    background-image: url(../patterns/cpupath.svg);
    background-repeat: repeat
}

.news-bg1 {
    background-image: url(../img/download-bg.jpg);
    background-position: center;
    background-size: cover;
    font-family: "Open Sans Bold";
    font-size: 52px;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    opacity: 0.5;
}


.news-bg2 {
    background-image: url(../img/software2.jpg);
    opacity: 0.6;
}

.news-bg3 {
    background-image: url(../img/software3.png);
    opacity: 0.6;
}

.promopath {
    background-image: url(../patterns/promopath.svg);
    background-repeat: repeat
}

.exapath-w {
    background-image: url(../patterns/exapath-w.svg);
    background-repeat: repeat;
}

.cpupath-w {
    background-image: url(../patterns/cpupath-w.svg);
    background-repeat: repeat
}

.motpath-w {
    background-image: url(../patterns/motpath-w.svg);
    background-repeat: repeat
}

.promo-w {
    background-image: url(../patterns/promo-w.svg);
    background-repeat: repeat
}

.item1 {
    background-image: url(../img/topbanner01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item2 {
    background-image: url(../img/topbanner02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item3 {
    background-image: url(../img/topbanner03.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item4 {
    background-image: url(../img/topbanner04.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item5 {
    background-image: url(../img/topbanner05.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item6 {
    background-image: url(../img/topbanner06.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item7 {
    background-image: url(../img/topbanner07.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item8 {
    background-image: url(../img/topbanner08.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item9 {
    background-image: url(../img/topbanner09.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item10 {
    background-image: url(../img/topbanner10.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item11 {
    background-image: url(../img/topbanner11.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item12 {
    background-image: url(../img/topbanner12.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item13 {
    background-image: url(../img/topbanner13.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item14 {
    background-image: url(../img/topbanner14.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item15 {
    background-image: url(../img/topbanner15.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.item16 {
    background-image: url(../img/topbanner16.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.img-gaming {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: absolute
}

.vc-parent {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table
}

.vc-child {
    display: table-cell;
    vertical-align: top
}

.popover {
    border-radius: 10px !important;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23)
}

.popover .popover-header {
    padding: 15px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.popover .popover-body {
    padding: 15px;
    line-height: 28px
}

.mfp-content {
    z-index: 999999
}

.map {
    height: 383px
}

.opa-4 {
    opacity: .4
}

.opa-6 {
    opacity: .6
}

.opa-8 {
    opacity: .8
}

.sec-bx {
    box-shadow: none !important
}

::selection {
    color: #fff;
    text-shadow: none
}

.form-control {
    padding: 10px 15px;
    outline: 0;
    border-radius: 10px;
    font-size: 15px;
    font-family: "Open Sans";
    color: grey;
    box-shadow: none
}

.form-control:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

select.form-contol {
    font-size: 15px !important;
    font-family: "Open Sans" !important;
    border: 0 !important;
    outline: solid 1px #efefef !important
}

input:-webkit-autofill {
    background-color: #e6fff3 !important;
    background-image: none !important;
    color: #000 !important
}

.f-15 {
    font-size: 15px !important
}

.f-20 {
    font-size: 20px !important
}

.sec-main {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 15px;
    position: relative;
    padding: 30px
}

.sec-sec {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 15px;
    align-items: center;
    position: relative;
    transition: all .2s ease-in-out;
    padding: 30px 30px;

}


.sec-sec:hover{
    transform: scale(0.9);
}

.sec-grid{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px
}

.sec-uping {
    margin-top: -435px;
    position: relative;
    z-index: 1
}

.sec-up {
    position: relative;
    z-index: 1
}

.sec-up-slider {
    margin: -120px 0 80px;
    position: relative;
    z-index: 1
}

.sec-normal {
    padding: 80px 0;
    position: relative;
    z-index: 0
}

.sec-normal .col-sm-6{
    width: 50%
}

.sec-bg1 {
    background-color: rgb(255, 255, 255)
}

.sec-bg2 {
    background-color: #efefef;
}

.sec-bg3 {
    background-color: #15212a
}

.sec-bg4 {
    background-color: rgb(21, 33, 42)
}

.sec-bg6 {
    background-color: #1d262f
}

.sec-grad-yellow-to-grey-left {
    background: linear-gradient(90deg, #fdd700 70%, #d9dde4 10%) !important
}

.sec-grad-yellow-to-grey-right {
    background: linear-gradient(90deg, #d9dde4 70%, #fdd700 10%) !important
}

.sec-grad-yellow-to-white-right {
    background: linear-gradient(90deg, #fff 70%, #fdd700 10%) !important
}

.sec-grad-yellow-to-black-right {
    background: linear-gradient(90deg, #15212a 70%, #fdd700 10%) !important
}

.sec-grad-black-to-yellow-left {
    background: linear-gradient(90deg, #fdd700 30%, #15212a 0) !important
}

.sec-grad-grey-to-grey {
    background: linear-gradient(-60deg, #3a6173 0, #16222a 100%) !important
}

.total-grad {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.total-grad-inverse {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.total-grad-grey {
    background: linear-gradient(-60deg, #3a6173 0, #16222a 100%) !important;
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.total-grad-grey-inverse {
    background: linear-gradient(240deg, #16222a 0, #3a6173 100%);
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.total-grad-pink-blue-intense {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-banner .section-heading {
    font-family: "Open Sans";
    margin-top: 280px;
    margin-left: 0px;
    text-transform: capitalize;
    position: relative;
    display: block;
    color: rgb(255, 255, 255) !important;
}

.section-heading.light {
    color: #fff
}

.section-subheading {
    font-family: "Open Sans";
    color: grey;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 34px
}

.path-left {
    position: absolute;
    height: 100%;
    right: 30%;
    top: 0
}

.path-right {
    position: absolute;
    height: 100%;
    left: 70%;
    top: 0
}

.nav-menu {
    position: relative;
    width: 100%;
    z-index: 9
}

.nav-menu .navigation {
    padding-top: 15px
}

.nav-menu .main-menu {
    display: inline-block;
    display: -moz-inline-stack;
    zoom: 1
}

.nav-menu .main-menu li {
    list-style-type: none;
}

.nav-menu .main-menu a:active,
.nav-menu .main-menu a:focus,
.nav-menu .main-menu a:hover {
    text-decoration: none
}

.menu-wrap .logo-menu {
    max-height: 37px;
    display: grid;
    width: 110px
}

.footer-logo-size{
 width: 250px;
 height: auto;
}

.nav-menu .main-menu>.menu-item {
    float: left;
    list-style-type: none
}

.nav-menu .main-menu>.menu-item a:active,
.nav-menu .main-menu>.menu-item a:hover {
    text-decoration: none;
    font-weight: bold;
}

.nav-menu .main-menu>.menu-item>.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9;
    border-radius: 12px;
    background-color: #fff;
    top: 100%;
    margin-top: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .svg {
    display: table;
    height: 60px;
    width: 60px;
    margin: -12px 15px 0 0
}

.nav-menu .main-menu .menu-item .menu-large .menu-item {
    padding: 10px 18px 10px 15px
}

.nav-menu .main-menu .menu-item .menu-large .menu-item a {
    color: #e8e8e8;
    font-size: 13px;
    white-space: nowrap
}

.nav-menu .main-menu .menu-item .menu-large .menu-item a:hover {
    color: #fdd700
}

.nav-menu .main-menu .menu-item .menu-large .media-body {
    display: table-cell;
    vertical-align: top
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service {
    margin: 0;
    display: flex
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media {
    padding: 0 0 10px 0
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-left i {
    text-align: left
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body a {
    padding: 0;
    line-height: 34px;
    color: #313131;
    display: inline-block;
    margin-bottom: -3px;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body p {
    color: grey;
    font-size: 12px
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special i {
    color: #fdd700
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special .media-body a {
    color: #212122;
    border: none
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special .media-body a:hover {
    color: #fdd700
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special .media-body p {
    color: #212122
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer {
    display: block;
    margin-top: 20px;
    float: right;
    width: 245px
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner {
    border: dashed 2px #fdd700;
    padding: 20px;
    text-align: center
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .title {
    color: #fdd700;
    font-size: 22px
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner p {
    font-style: italic;
    color: grey;
    font-size: 14px
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .val {
    font-size: 13px;
    text-decoration: line-through
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .dis {
    font-size: 20px;
    margin-bottom: 20px
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item {
    padding: 10px 0
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item:last-child {
    padding-bottom: 20px
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item a {
    color: #5b6164;
    font-size: 14px;
    white-space: nowrap
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
    opacity: 0;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.nav-menu .main-menu .menu-item {
    list-style-type: none;
}

.menu.badge.feat {
    font-size: 10px;
    padding: 4px 7px;
    margin-top: 3px;
    position: absolute;
    right: -1px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px
}

.plans.badge.feat {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

.plans.badge.feat.left {
    position: absolute;
    right: auto;
    left: 10px !important
}

a.plans.badge.feat {
    top: -40px;
    padding: 8px 15px;
    right: 10px;
    position: absolute;
    background-color: #fdd700;
    border: none;
    color: #000;
    cursor: pointer
}

a.plans.badge.feat:hover {
    color: #fff;
    background-color: grey;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nav-menu .main-menu a {
    font: 20px "Open Sans";
    color: #fff;
    position: relative;
    padding: 25px 15px 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.active {
    font-family: "Open Sans" !important;
    font-weight: 400 !important
}

.activ2 {
    font-family: "Open Sans" !important;
    color: #ee5486 !important;
    font-weight: 600 !important
}

.nav-menu .menu-toggle {
    background-color: transparent;
    border: none;
    outline: 0;
    display: none;
    float: right
}

.nav-menu .menu-toggle .icon {
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 0;
    background-color: #181b22;
    margin-top: 0;
    margin-bottom: 3px
}

.menu-wrap {
    position: relative;
    height: 100px;
    width: 100%;
    padding: 22px 0 0 0px;
    background: linear-gradient(88deg, #f8f7a5 0%, #1694bf 100%) !important;;
    z-index: 9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.menu-wrap.line {
    background-color: transparent;
    border-bottom: 1px solid #e6e7e8;
    border-top: 0
}

.menu-wrap.fixed {
    opacity: 1;
    position: fixed;
    z-index: 1000
}

.menu-wrap.active .menu-toggle {
    top: 0 !important;
    right: 0
}

.menu-wrap.mobile .logo-responsive {
    display: none
}

.menu-item div.badge {
    font-family: "Open Sans";
    letter-spacing: .5px;
    padding: 5px 10px 5px
}

.menu-item div.badge.inside {
    padding: 5px 8px 5px;
    font-size: 10px;
    border-radius: 50px
}

.menu-item div.badgein{
    font-family: "Open Sans";
    letter-spacing: .5px;
    padding: 6px 10px 5px;
    margin-bottom: 5px
}

#nav-toggle {
    position: relative;
    cursor: pointer;
    padding: 18px 37px 20px 2px
}

#nav-toggle span:after,
#nav-toggle span:before,
.menu-wrap #nav-toggle span {
    cursor: pointer;
    height: 2px;
    width: 36px;
    background: #fff;
    position: absolute;
    display: block;
    content: ''
}

#nav-toggle span:before {
    top: -10px
}

#nav-toggle span:after {
    bottom: -10px
}

.active #nav-toggle span:before {
    background: #fdd700 !important
}

.active #nav-toggle span:after {
    background: #fdd700 !important
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    transition: all 250ms ease-in-out
}

#nav-toggle.active span {
    background-color: transparent
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
    top: 0
}

#nav-toggle.active span:before {
    transform: rotate(45deg)
}

#nav-toggle.active span:after {
    transform: rotate(-45deg)
}

.toplang {
    position: absolute;
    display: grid;
    display: -ms-grid;
    z-index: 2;
    right: 15px;
    top: 100px
}

.toplang .btn {
    font-size: 10px !important;
    padding: 6px !important;
    border-radius: 8px !important;
    height: 23px !important
}

.top-banner .subheading {
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 20px;
    margin-left:100px
}

.top-banner .subheading.left {
    margin-left: 0
}

.top-banner .subheading {
    color: #fff
}

.top-banner .subheading span {
    width: 100%;
    text-align: center;
    font-family: "Open Sans"
}

.top-banner.overlay .heading {
    color: #fff
}

.top-banner.overlay .subheading {
    color: #fff
}

.top-banner.overlay .btn {
    font-size: 18px;
    padding: 15px;
    font-family: Open Sans
}

.btn-margin{
    margin-left: 100px !important;
}

.top-banner .heading {
    position: relative;
    margin-top: 400px !important;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans Bold";
    font-weight: 700;
    line-height: 58px;
    font-size: 52px;
    margin-left:100px;
}

.top-header {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 580px;
    padding-bottom: 90px
}

.career-bg{
    background: url(../img/blog-9.jpg);
    background-position: center;
    background-size: cover;
}

.software-bg{
    background: url(../img/SurfytechBanner.jpg);
    background-position: center;
    background-size: cover;
}

.cdc-bg{
    background: url(../img/welcome-bg.jpg);
    background-position: center;
    background-size: cover;
}



.top-header.overlay:before {
    background-color: rgba(0, 0, 0, .7)
}

.top-header .wrapper .heading {
    font-family: "Open Sans Bold";
    font-size: 52px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 5px
}

.top-header .wrapper .subheading {
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 50px
}

.top-header .wrapper .subheding {
    font-family: "Open Sans";
    font-size: 18px;
    color: #eaeaea;
    line-height: 32px
}

.top-header .wrapper .subheding .link {
    color: #fff;
    padding-left: 8px;
    padding-right: 10px
}

.top-header .wrapper .subheding i {
    font-size: 10px
}

.top-header .wrapper .subheding .link:first-child {
    padding-left: 0
}

.top-header .wrapper .subheding .link.active {
    color: #fdd700;
    font-weight: 700
}

.top-header .wrapper .subheding .link:hover {
    text-decoration: none;
    color: #fdd700
}

.supportbtn{
    cursor: pointer !important;
    display: flex;
    padding: 8px;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.supportbtn:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}


.job-list .btn:hover {
    background: linear-gradient(89deg,#1697bf 3%,#68cef5 98%) !important;
    color:white !important;
    border: none
}

.job-list .btn {
    cursor: pointer !important;
    border: 1px solid grey;
    border-radius: 50px;
    color: grey;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    background-color: transparent;
    letter-spacing: .02em;
    font-family: "Open Sans Semibold";
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.btn {
    cursor: pointer !important;
    border: 1px solid grey;
    border-radius: 20px;
    color: grey;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 15px 10px;
    position: relative;
    background-color: transparent;
    letter-spacing: .02em;
    font-family: "Open Sans Semibold";
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.btn:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.btn-default-pink:hover {
    color: #fff
}

.btn-default-purple:hover {
    color: #fff
}

.btn-default:hover {
    outline: medium none !important;
    text-decoration: none !important;
    color: #fff !important;
    background-color: grey !important;
    border-color: grey !important
}

.btn-default-grad-purple-fill {
    color: #fff;
    border: none;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn-default-grad-purple-fill:hover {
    color: #fff;
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn-default-pink-fill {
    color: #fff !important;
    border: none
}

.btn-default-pink-fill:hover {
    background-color: grey !important;
    color: #fff !important;
    border: none
}

.btn-default-yellow-fill {
    background: linear-gradient(88deg, #f8f7a5 0%, #1694bf 100%);
    color:white !important;
    border: none
}

.btn-default-yellow-fill:hover {
    background: linear-gradient(88deg, #f8f7a5 0%, #1694bf 100%);
    color: black !important;
    border: none
}

.btn-default-purple-fill {
    color: #fff !important;
    border: none
}

.btn-default-purple-fill:hover {
    background-color: grey !important;
    color: #fff !important;
    border: none
}

.btn-default-fill {
    background-color: grey !important;
    color: #fff !important;
    border: none
}

.btn-default-fill:hover {
    background: linear-gradient(88deg, #f8f7a5 0%, #1694bf 100%) !important;
    color: #000 !important;
    border: none
}

.btn.question {
    top: -2px;
    text-transform: uppercase;
    font-family: "Open Sans Semibold";
    padding: 8px 12px;
    font-size: 10px
}

.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.btn-secondary:not(:disabled):not(.disabled).active {
    opacity: 1;
    color: #000 !important;
    background: linear-gradient(89deg,#1697bf 3%,#68cef5 98%);
    border-radius: 15px;
    padding: 13px 12px 12px 12px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border: none;
    border-radius: 15px;
    padding: 13px 12px 12px 12px;
    color: grey
}

.btn-secondary:not(:disabled):not(.disabled) {
    opacity: .6;
    background-color: #fff;
    border-color: #efefef;
    border-radius: 15px;
    padding: 13px 12px 12px 12px
}

.btn-group>.btn:not(:first-child) {
    opacity: .6;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    border-radius: 15px;
    padding: 12px;
    color: grey;
    -ms-grid-row: 2;
    -ms-grid-column: 2fr
}

.btn-group .btn+.btn {
    margin-left: 5px
}

.btn-group.toplang .btn+.btn {
    margin-left: 0
}

.btn-secondary:hover {
    background-color: grey
}

.owl-item.loading {
    min-height: 150px;
    background: url(../404.html) no-repeat center center
}

.item,
.owl-item {
    height: 100vh !important;

}

.owl-carousel .fix .top-banner .heading {
    margin-bottom: 5px !important
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    opacity: .2;
    top: 50%;
    outline: 0;
    position: absolute;
    background: #fdd700 !important;
    padding: 15px 19px !important
}

.owl-carousel .owl-nav button.owl-prev:hover {
    opacity: .5;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.owl-carousel .owl-nav button.owl-next:hover {
    opacity: .5;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.owl-carousel .vc-parent.fix {
    height: 75% !important
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.owl-carousel .owl-dots.disabled {
    display: none !important
}

.owl-controls .owl-buttons div {
    border-radius: 50px !important;
    zoom: 1;
    margin: 25px;
    font-size: 16px;
    -moz-border-radius: 30px;
    background: #000;
    filter: Alpha(Opacity=50);
    opacity: .5;
    cursor: pointer
}

.owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%;
    padding-top: 25px
}

.owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%
}

.owl-theme .owl-nav.disabled+.owl-dots {
    right: 5% !important;
    z-index: 2 !important;
    display: inline-grid;
    top: 40% !important;
    position: absolute !important
}

.owl-theme .owl-dots .owl-dot span {
    border: solid 1px grey !important;
    background: 0 0 !important;
    padding: 7px 0 !important
}

.owl-theme .owl-dots .owl-dot {
    outline: 0 !important;
    display: -ms-grid
}

.owl-carousel button.owl-dot {
    padding: 10px 0 !important
}

.custom-element-right {
    position: absolute;
    width: 100%;
    max-height: auto;
    right: -300px;
    overflow: auto;
    margin: auto;
    top: 0;
    bottom: 0
}

.chars {
    position: absolute;
    display: inline-grid;
    text-align: center;
    right: -400px;
    top: -200px
}

.chars div {
    padding-top: 20px
}

.chars p {
    color: #fff;
    font-size: 13px
}

.owl-carousel .animatype {
    font-size: 60px;
    font-weight: 900;
}

.owl-carousel .subheading .feat {
    line-height: 42px
}

.covervid-wrapper {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.covervid-video {
    width: 100%;
    height: auto !important
}

.pricing .wrapper {
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin-top: 50px
}

.pricing.special .wrapper.active {
    padding-bottom: 52px
}

.pricing.special .wrapper {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1)
}

.pricing .wrapper .title {
    font-family: "Open sans SemiBold";
    font-size: 22px
}

.pricing .wrapper.active i {
    font-size: 42px;
    color: #121e25;
    margin-bottom: 20px
}

.pricing .table .title {
    font-size: 22px;
    font-family: "Open Sans SemiBold"
}

.pricing .price {
    color: #181b22;
    font-family: "Open Sans";
    font-size: 28px
}

.pricing .price sup {
    top: -.3em;
    font-size: 18px
}

.period {
    font-family: "Open Sans";
    font-size: 18px
}

.fromer {
    font-family: "Open Sans Italic";
    line-height: 26px;
    font-size: 14px;
    color: grey
}

.pricing .info {
    font-family: "Open Sans";
    color: grey;
    font-size: 13px;
    margin: 15px 0
}

.pricing .heading {
    text-transform: capitalize;
    color: #181b22;
    font: bold 48px "Open Sans Bold"
}

.pricing .subheading {
    color: #181b22;
    margin-top: 10px;
    margin-bottom: 16px;
    font-family: "Open Sans"
}

.pricing .list-info {
    padding: 20px 60px 40px 60px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 0;
    list-style-type: none
}

.pricing .list-info i {
    color: #fff !important;
    float: left;
    padding: 5px 0
}

.pricing .list-info i span:first-child {
    font-size: 14px
}

.pricing .wrapper .top-content {
    padding: 40px 60px 40px 60px
}

.pricing .wrapper .top-content .svg {
    height: 60px;
    width: 60px
}

.pricing.special .wrapper a {
    margin-top: 20px
}

.pricing.special .list-info li {
    padding: 10px 0;
    font-size: 16px;
    font-family: "Open Sans";
    color: #fff
}

.pricing.tablepage .list-info li {
    border-top: 1px solid #efefef;
    padding: 12px 0;
    font-size: 14px;
    font-family: "Open Sans";
    color: #121e25
}

.pricing.tablepage .active .list-info li {
    border-top: 1px solid #34383a
}

.pricing.tablepage .active .list-info li {
    border-top: 1px solid #63b790
}

.pricing .list-info li sub {
    bottom: -.3px
}

.pricing .wrapper i {
    font-size: 38px;
    color: #121e25;
    margin: 0 15px 0 0
}

.pricing .wrapper.active i {
    font-size: 42px;
    color: #121e25;
    margin-bottom: 20px
}

.pricing.table.tablepage {
    background-color: #efefef
}

.pricing .wrapper.active {
    border: 1px solid #fdd700;
    background-color: #fdd700
}

.pricing.p-top {
    padding-top: 68px
}

.section-heading.light {
    color: #fff
}

.section-subheading.small-text {
    font-size: 18px
}

.pricing.slider {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 30px
}

.pricing.slider .heading {
    font: normal 24px "Open Sans";
    text-align: left;
    color: #181b22;
    margin-bottom: 3px
}

.pricing.slider .subheading {
    text-align: left;
    color: #181b22
}

.pricing.slider .swiper-pagination-switch {
    display: none
}

.pricing.slider .desc {
    font: 16px "Open Sans";
    color: #858f95;
    margin-top: 32px;
    line-height: 24px
}

.pricing.slider .section-subheading {
    margin-bottom: 72px
}

.pricing.slider .wrapper {
    padding-bottom: 0;
    margin-top: 0;
    border: solid 1px #90a4ae
}

.pricing.slider .info {
    background-color: #efefef;
    margin-right: 30px;
    margin-top: -15px;
    padding: 17px 0 26px 25px;
    position: relative
}

.pricing.slider .soc-icons i {
    font-size: 22px;
    color: #181b22
}

.pricing.slider .btn {
    border-radius: 0;
    margin-top: 24px;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 27px 22px
}

.pricing.slider .btn:hover {
    background-color: #181b22;
    color: #fdd700;
    border-color: #181b22
}

.pricing.slider .slides-toggle .slide {
    width: 25px;
    height: 42px;
    position: absolute;
    top: 40%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pricing.slider .slides-toggle .slide-prev {
    background-image: url(../404.html);
    left: -83px
}

.pricing.slider .slides-toggle .slide-prev span {
    position: absolute;
    display: inline-block;
    text-align: right;
    left: -20px;
    margin-top: 50px
}

.pricing.slider .slides-toggle .slide-next {
    right: 0
}

.pricing.slider .slides-toggle .slide-prev:hover {
    background-image: url(../404.html)
}

.pricing.slider .slides-toggle .slide-next {
    background-image: url(../404.html);
    left: 0
}

.pricing.slider .slides-toggle .slide-next span {
    display: inline-block;
    text-align: left;
    margin-top: 50px
}

.pricing.slider .soc-icons {
    display: inline-block;
    float: right;
    margin-top: -13px;
    margin-right: 8px
}

.pricing.slider .info {
    margin-right: 26px
}

.swiper-wrapper {
    padding-left: 100px;
    width: 297px;
    transform: translate3d(-99px, 0, 0);
    transition-duration: 1.2s;
    height: 89px
}

.swiper-wrapper .swiper-slide-visible {
    width: 99px;
    height: 89px
}

.newproducts .pricing .wrapper {
    font-family: "Open Sans"
}

.newproducts .pricing .wrapper .list-info i {
    padding-left: 5px;
    vertical-align: text-top;
    color: #fff;
    font-size: 20px
}

.newproducts .pricing .list-info {
    padding: 40px;
    margin: 0
}

.best-plans.pricing .wrapper {
    margin-top: 58px;
    padding-top: 38px;
    padding-bottom: 33px
}

.best-plans.pricing .wrapper.act {
    background-color: #242830
}

.best-plans.pricing .wrapper.act .title {
    color: #fff
}

.best-plans.pricing .wrapper.act .period {
    color: #fff
}

.best-plans.pricing .wrapper.act .btn:hover {
    border-color: #fff
}

.best-plans.pricing .wrapper .title {
    font-size: 18px
}

.best-plans.pricing .wrapper .price {
    font-size: 45px;
    margin-top: 5px
}

.best-plans.pricing .wrapper .price sup {
    top: -16px;
    font-size: 24px
}

.best-plans.pricing .wrapper .period {
    margin-top: -4px;
    margin-bottom: 23px;
    font-size: 11px
}

.best-plans.pricing .wrapper .btn {
    padding: 11px 15px;
    font-size: 10px
}

.best-plans.pricing .wrapper.m-top {
    margin-top: 0
}

.best-plans .table {
    margin: 0;
    font-weight: initial !important
}

.best-plans .table div.title-table {
    font-family: "Open Sans Semibold";
    font-size: 15px;
    color: #242830;
    display: inline-block;
    text-decoration: underline
}

.best-plans .table td i.fa-times {
    font-size: 22px;
    color: grey
}

.best-plans .table td i.fa-check {
    font-size: 22px;
    color: grey
}

.best-plans .table td {
    font-family: "Open Sans";
    color: grey;
    border-top: none;
    border-left: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    padding: 20px 20px
}

.best-plans .table.sample td {
    border-left: none !important;
    text-align: left !important
}

.best-plans .compare td {
    border-left: none !important
}

.best-plans .compare.min td {
    min-width: 300px
}

.best-plans .compare.min .form-contact {
    padding: 0 !important
}

.best-plans .table tbody td.section-bar {
    color: #181b22;
    font-size: 16px;
    padding-right: 65px;
    background-color: #fdd700;
    border: none
}

.best-plans .table tbody td.section-bar span {
    margin-right: 30px;
    font-size: 12px
}

.best-plans .table td:first-child {
    padding-left: 0;
    min-width: 200px;
    text-align: left;
    border-left: none;
    color: #212122
}

.best-plans .table td .fa-check {
    font-size: 29px
}

.best-plans .btn.left {
    margin-right: 35px;
    padding: 15px 33px;
    background-color: #fdd700;
    font-size: 18px
}

.best-plans .btn-x.w-btn {
    letter-spacing: -.1px;
    padding: 15px 47px
}

#clone thead {
    visibility: visible
}

#clone thead tr td {
    position: relative;
    border-left: solid 1px #efefef;
    box-shadow: 0 10px 10px -3px rgba(110, 110, 110, .1);
    background-color: #fff
}

#clone thead tr td:first-child {
    background-color: transparent;
    box-shadow: none
}

#bottom_anchor {
    bottom: 300px;
    position: absolute
}

.section-plans .heading {
    font-family: "open sans";
    font-size: 26px;
    margin-bottom: 15px
}

.section-plans .desc {
    font-size: 14px;
    color: grey;
    line-height: 28px
}

.wrapper-h-plans {
    position: relative;
    background-color: #fff;
    border: solid 1px #efefef
}

.wrapper-h-plans .plans-detail {
    width: 100%
}

.wrapper-h-plans .plans-detail i {
    font-size: 28px
}

.wrapper-h-plans .plans-detail span {
    font-size: 14px;
    color: grey;
    vertical-align: super;
    margin-left: 5px
}

.h-plans-info {
    color: #fff;
    padding: 40px 0;
    height: 100%
}

.h-plans-info .price {
    font-size: 22px;
    margin-bottom: 2px
}

.h-plans-info .price .title {
    font-size: 37px;
    margin-left: 14px;
    font-weight: 700
}

.h-plans-info .price .title .line {
    font-size: 18px;
    display: inline-block;
    margin-left: -20px
}

.h-plans-info .price .title .title-price {
    margin-left: -5px;
    display: inline-block;
    text-transform: lowercase
}

.h-plans-info .price .symbol {
    font-size: 30px;
    display: inline-block
}

.h-plans-info .price .dec {
    font-size: 30px;
    display: inline-block
}

.h-plans-info .heading {
    padding: 10px;
    border: dashed 1px #fff;
    margin: 10px 0 18px;
    font-size: 16px
}

.h-plans-info .title {
    font-family: Open Sans;
    margin-bottom: 2px
}

.h-plans-info .desc {
    text-transform: lowercase;
    font-family: Open Sans;
    line-height: 17px
}

.h-plans-info .header-wrap {
    text-align: left
}

.h-plans-info .header-wrap .price {
    font-size: 22px
}

.slick #slider .plan-container {
    outline: 0;
    padding-left: 15px;
    padding-right: 15px
}

.slick #slider .plan-container .wrapper {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 15px;
    margin-top: 50px
}

.slick #slider .plan-container .wrapper .top-content {
    padding: 40px 60px 20px 60px
}

.slick #slider .plan-container .wrapper .list-info {
    padding: 20px 60px 40px 60px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #ee5486;
    margin: 0;
    list-style-type: none
}

.slick #slider .plan-container .wrapper .list-info i {
    color: #fff !important;
    float: left;
    padding: 5px 0;
    font-size: 38px;
    margin: 0 15px 0 0
}

.slick #slider .plan-container .title {
    font-size: 18px;
    font-family: "Open Sans SemiBold"
}

.slick #slider .plan-container .price {
    color: #181b22;
    font-family: "Open Sans";
    font-size: 28px
}

.slick #slider .plan-container .price sup {
    top: -.3em;
    font-size: 20px
}

.slick #slider .plan-container .info {
    font-family: "Open Sans";
    font-weight: lighter;
    color: #455a64;
    font-size: 14px;
    margin-bottom: 15px
}

.slick #slider .plan-container .wrapper a {
    margin: 20px 0
}

.slick #slider .plan-container .list-info li {
    padding: 12px 0;
    font-size: 14px;
    font-family: "Open Sans";
    color: #fff
}

.slick-slide {
    opacity: .4
}

.slick-active {
    display: block;
    max-width: 10% !important;
    max-height: 20% !important;
    opacity: 1
}

.slick-slide img {
    display: inline-block !important
}

.slick #slider .plan-container .svg {
    height: 50px;
    width: 50px
}

.slick-center {
    opacity: 1;
    transition: transform .6s ease-in-out
}

.slick-next,
.slick-prev {
    z-index: 1;
    position: absolute;
    top: 50%;
    display: inline-block;
    padding: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: 0;
    text-align: right;
    border-radius: 50%;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    background-color: #fff
}

.slick-next {
    text-align: left !important
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: #fdd700;
    outline: 0;
    color: #212122;
    opacity: 1;
    -webkit-transition: all .1s linear 0s;
    -moz-transition: all .1s linear 0s;
    -ms-transition: all .1s linear 0s;
    transition: all .1s linear 0s
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: Cloudicon;
    font-size: 40px;
    line-height: 1;
    opacity: .5;
    color: #212122;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 100px
}

[dir=rtl] .slick-prev {
    right: 25px;
    left: auto
}

.slick-prev:before {
    content: '\e99b';
    display: block
}

[dir=rtl] .slick-prev:before {
    content: '\e99b';
    display: block
}

.slick-next {
    right: 100px
}

[dir=rtl] .slick-next {
    right: auto;
    left: 25px
}

.slick-next:before {
    content: '\e9e4';
    display: block
}

[dir=rtl] .slick-next:before {
    content: '\e9e4';
    display: block
}

.tabs-item.active {
    display: block
}

.tabs-item {
    display: none
}

.tabs-header li {
    display: inline-block;
    list-style-type: none
}

.tabs-header ul {
    padding: 0
}

.tabs.offers-tabs .tabs-header li {
    font-family: "Open Sans";
    font-size: 18px;
    border-left: solid 1px grey;
    padding: 0 0 0 30px;
    cursor: pointer;
    color: #181b22;
    margin-top: 30px;
    text-align: left;
    -webkit-transition: .3s;
    margin-top: 50px
}

.tabs.offers-tabs .tabs-header .active {
    padding: 0 0 0 50px
}

.tabs.offers-tabs .tabs-header i {
    font-size: 48px
}

.tabs.offers-tabs .tabs-header div {
    margin-top: 15px
}

.tabs.offers-tabs .tabs-header li:hover {
    color: #fdd700;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tabs.offers-tabs .tabs-content .heading {
    font-family: "Open Sans";
    font-size: 18px;
    color: #181b22;
    margin-bottom: 10px
}

.tabs.offers-tabs .tabs-content p {
    font-weight: 100;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 32px !important
}

.tabs.offers-tabs .tabs-content .info {
    font-size: 13px;
    font-family: "Open Sans";
    line-height: 26px;
    margin-bottom: 25px
}

.tabs.offers-tabs .tabs-content .tabs-item.active {
    position: relative
}

.tabs .btn-select-plan {
    position: absolute;
    margin-top: 50px
}

.tabs .btn-select-plan ul {
    z-index: 9;
    display: inline-grid
}

.tabs.offers-tabs .tabs-content .info-content p {
    color: grey
}

.tabs-header .btn-secondary:not(:disabled):not(.disabled).active {
    opacity: 1;
    font-size: 12px;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    padding: 10px 15px;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23)
}

.tabs-header .btn-group>.btn:not(:first-child) {
    opacity: .6;
    background-color: grey;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 12px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23)
}

.tabs-header .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    background-color: grey;
    font-size: 12px;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 15px;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23)
}

.dropdown-menu.show {
    width: 100%;
    border: 0 none;
    padding-bottom: 30px;
    text-align: center;
    background-color: transparent;
    transform: initial !important;
    position: static !important
}

.dropdown-menu.show a {
    color: #72757b;
    font-size: 15px;
    margin: 0;
    border: none;
    padding: 7px;
    background-color: transparent
}

.dropdown-menu.show a:hover {
    color: black !important
}

.services .heading {
    font-family: "Open Sans";
    font-size: 20px;
    color: #464646;
    text-transform: capitalize
}

.services .info {
    font-size: 16px;
    color: #81868e
}

.services .service-wrap .line {
    height: 1px;
    width: 100%;
    background-color: #eaeaeb;
    position: relative
}

.services .service-wrap .line:before {
    content: "";
    height: 2px;
    background-color: #fdd700;
    width: 50%;
    position: absolute;
    top: -1px
}

.services .service-wrap .info {
    padding-right: 80px
}

.services .service-wrap .service-section {
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    padding: 50px;
    margin-top: 50px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.services .service-wrap .service-section-wide {
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    padding: 50px;
    margin-top: 50px;
    height: 325px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}


.services .service-wrap .service-section .title {
    font-family: "Open Sans SemiBold";
    font-size: 18px;
    color: #212122;
    margin-top: 20px;
    margin-bottom: 14px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.services .service-wrap .service-section .subtitle {
    line-height: 28px;
    font-size: 15px;
    font-family: "Open Sans";
    color: grey;
    margin-bottom: 0
}

.services .service-wrap .service-section a {
    margin-top: 30px
}

.services .service-wrap .service-section.service {
    border-right: 0
}

.services .service-wrap .service-section i {
    font-size: 60px
}

.services .service-wrap .service-section .svg {
    height: 60px;
    width: 60px
}

.services.blog .service-wrap .service-section {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.services .service-wrap .service-section .svg.animal {
    width: 100%;
    height: 100%
}

.services.blog .service-wrap img {
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-top: 50px
}

.services .service-wrap {
    border-bottom: 0
}

.services.padd {
    padding-top: 75px
}

.services.padd .service-wrap {
    margin-top: 64px
}

.history-section .history-separate.first {
    margin-bottom: 50px
}

.history-section .history-separate.last {
    margin-bottom: 0
}

.history-section .wrappper.last {
    margin-bottom: 0
}

.history-section .wrappper .title {
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 30px
}

.history-section .wrappper .desc {
    font-family: "Open Sans";
    font-size: 14px;
    color: #5b6164;
    line-height: 26px
}

.history-section .wrappper .date {
    font-size: 12px;
    margin-top: 30px;
    color: grey
}

.history-section .wrappper .date .year {
    font-family: "Open Sans Bold";
    font-size: 12px
}

.history-section .wrappper .read a {
    color: #fff;
    padding: 7px 10px;
    font-size: 13px;
    background-color: #fdd700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.history-section .wrappper .read a:hover {
    text-decoration: none;
    background-color: #212122;
    color: #fff
}

.history-section .wrappper.right {
    text-align: left;
    margin-left: -9px
}

.history-section .link-pages {
    background-color: #fdd700;
    color: #181b22;
    font: bold 24px "Open Sans Bold";
    display: inline-block;
    text-align: center;
    padding: 51px 41px 43px;
    line-height: 34px;
    margin-top: 24px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.history-section .link-pages:hover {
    text-decoration: none;
    background-color: #181b22;
    color: #fdd700
}

.history-section .img-wrap {
    position: relative
}

.history-section .img {
    width: 100%;
    margin: 0
}

.history-section .wrappper {
    text-align: left;
    margin-top: 50px
}

.history-section .row {
    height: auto;
    display: flex;
    padding-bottom: 80px;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.history-section .row:last-child {
    padding-bottom: 0
}

.history-section.feat01 .row .info-content {
    padding-bottom: 0
}

.history-section .row .info-content h4 {
    margin-bottom: 20px;
    line-height: 34px
}

.history-section .row .info-content p {
    line-height: 32px;
    color: grey
}

.history-section hr {
    display: none
}

.help {
    position: relative
}

.help .help-container {
    position: relative;
    height: 145px;
    margin-top: 50px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1)
}

.help .help-container:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.help .help-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border: 0;
    font-size: 0;
    padding: 0;
    overflow: hidden;
    transition: all .3s ease
}

.help .help-item:before {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 28%;
    width: 1px;
    height: 50%;
    background: #ebebeb;
    transition: all .3s ease
}

.help .help-item.dark:before {
    background: #414142
}

.help .help-item:before.right {
    right: 28%
}

.help .help-item .img {
    position: relative;
    width: 28%;
    height: 100%
}

.help .help-item .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    transform: translate(-50%, -50%)
}

.help .help-item .inform {
    width: 72%;
    padding: 0 30px
}

.help .help-item .inform .title {
    font-size: 18px;
    font-weight: 700;
    color: #212122
}

.help .help-item .inform .description {
    font-size: 14px;
    line-height: 26px;
    color: grey;
    margin-top: 5px
}

.help .help-item .img,
.help .help-item .inform {
    display: inline-block;
    vertical-align: middle
}

.team {
    position: relative;
    z-index: 1
}

.team .heading {
    font: normal 22px "Open Sans";
    color: #181b22;
    margin-top: 0;
    margin-bottom: 3px
}

.team .subheading {
    font-size: 14px;
    color: #5a5a5a;
    font-style: italic
}

.team .desc {
    font: 16px "Open Sans";
    color: grey;
    font-size: 15px;
    margin-top: 15px;
    line-height: 28px
}

.team .soc-icons-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team .soc-icons-wrap i {
    color: #fff;
    width: 35px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team .soc-icons-wrap i:hover {
    color: #fdd700
}

.team .soc-icons-wrap .icons {
    right: 0;
    top: 20px;
    left: 0;
    position: absolute;
    z-index: 2;
    text-align: center;
    display: inline-block;
    margin-top: 130px;
    padding: 10px
}

.team .soc-icons-wrap .icons i {
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px
}

.team .soc-icons-wrap .icons i:hover {
    color: #fdd700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team .team-info {
    border-radius: 15px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team .team-info .svg {
    margin-bottom: 30px;
    width: 100%
}

.team .wrapper {
    position: relative;
    margin-top: 50px
}

.team .wrapper .img-section img {
    width: 100%
}

.team .wrapper:hover .team-info {
    position: relative;
    z-index: 1
}

.team .wrapper:hover .team-info .desc,
.team .wrapper:hover .team-info .heading,
.team .wrapper:hover .team-info .subheading {
    position: relative;
    z-index: 1
}

.team .wrapper:hover .team-info .desc {
    color: #181b22
}

.team .wrapper:hover .soc-icons-wrap {
    opacity: 1
}

.services .service-wrap .pay img {
    padding: 30px;
    width: 200px;
    margin: 0 20px 20px 0
}

.form-contact {
    border-radius: 15px;
    width: 100%;
    position: relative;
    padding: 80px;
    display: inline-block
}

.form-contact .info a {
    color: #22262f
}

.form-contact .info a:hover {
    text-decoration: underline
}

.form-contact p {
    font-size: 14px;
    font-family: "Open Sans";
    color: grey;
    line-height: 20px;
    margin-bottom: 0px;
}

.form-contact #msgSubmit {
    display: none
}

.form-contact #msgSubmit1 {
    display: none
}

.question .heading {
    font-family: "Open Sans";
    font-size: 18px;
    color: #181b22;
    line-height: 27px
}

.question .heading .large-text {
    font-family: "Open Sans";
    font-size: 30px
}

.modal-header {
    display: initial;
    padding: 0 !important;

}

.modal-content {
    border-radius: 15px
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto
}

.modal-content iframe.movie {
    width: 100%;
    height: 450px
}

.subcribe .heading {
    font-family: "Open Sans Bold";
    color: #fff;
    font-weight: 700;
    margin-left: 46px
}

.subcribe.news {
    margin: 10px 0
}

.subcribe input:-moz-placeholder {
    font-size: 18px;
    font-family: "Open Sans";
    color: #67687b
}

.subcribe input::-webkit-input-placeholder {
    font-size: 13px;
    font-family: "Open Sans";
    color: #67687b
}

.general-input {
    position: relative;
    width: 100%;
    display: flex
}

.fill-input {
    width: 100%;
    font-size: 15px;
    font-family: "Open Sans";
    color: #000;
    border: solid 1px #efefef;
    border-radius: 50px;
    padding: 12px 20px 12px 30px;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.general-input input.btn {
    border: none;
    right: 0;
    position: absolute
}

.subcribe .form {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    width: 100%
}

.subcribe .form span {
    margin-top: 0;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px
}

.subcribe .form p {
    color: grey;
    font: 13px "Open Sans"
}

.subcribe form p {
    font-size: 14px;
    font-family: "Open Sans";
    color: grey
}

.countdown .wrapper {
    width: 100%;
    position: relative
}

.countdown .wrapper .heading {
    font-size: 18px;
    font-family: "Open Sans";
    color: #181b22;
    text-align: center
}

.countdown .wrapper .clock {
    text-align: left;
    font-family: "Open Sans";
    font-size: 52px
}

.countdown .wrapper .clock div {
    border-radius: 100px;
    margin: 10px 50px 15px 0;
    display: inline-block;
    padding: 20px 40px;
    border: solid 1px #d8d8d8;
    text-align: center
}

.countdown .wrapper .clock div:first-child {
    color: #fff
}

.countdown .wrapper .clock span {
    border: none;
    font-family: "Open Sans";
    padding: 0;
    font-size: 16px;
    display: block;
    margin: 0
}

.casestudy .wrapper {
    background-color: #212122
}

.casestudy img {
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.casestudy .img {
    position: relative
}

.casestudy .content-info {
    font-size: 13px;
    font-family: "Open Sans";
    margin-bottom: 20px;
    margin-top: 9px;
    line-height: 30px;
    text-align: left;
    color: #fff
}

.casestudy .slider-container {
    height: 100%
}

.casestudy .casestudy {
    text-align: left;
    margin-left: 11px
}

.casestudy .social-icons i {
    color: #91a3ad;
    border: 1px solid #91a3ad;
    padding: 10px 12px;
    width: 40px;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.casestudy .social-icons i:hover {
    color: #fdd700
}

.casestudy .swiper-pagination-switch {
    display: none
}

.casestudy .author {
    font-size: 28px;
    font-family: "Open Sans Semibold";
    margin-bottom: 15px;
    text-align: left;
    text-transform: capitalize;
    color: #fff
}

.casestudy .content-info p {
    font-size: 16px
}

.casestudy .icon-quote {
    margin-top: -18px
}

.casestudy.bg-info {
    background-color: #f2efe8
}

.casestudy .swiper-slide {
    position: relative;
    left: -97px
}

.faq .accordion.faq .btn {
    margin-top: 83px;
    font-size: 18px;
    padding: 21px 86px
}

.faq.light {
    background-color: #fff
}

.tabs-item .accordion.faq {
    padding-top: 0
}

.accordion.faq {
    padding-top: 0
}

.accordion.faq .panel-wrap {
    margin-bottom: 5px
}

.accordion.faq .panel-title {
    border-bottom: solid 1px grey;
    background-color: transparent;
    font-family: "Open Sans Semibold";
    color: #414142;
    padding: 20px 10px 20px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.accordion.faq .panel-title .fa-minus {
    display: none;
    color: #212122
}

.accordion.faq .panel-title.active {
    font-family: "Open Sans Semibold" !important
}

.accordion.faq .panel-title.active .fa-minus {
    display: inline-block
}

.accordion.faq .panel-title.active .fa-plus {
    display: none
}

.accordion.faq .panel-title.active .square {
    color: #fdd700;
    background-color: #181b22
}

.accordion.faq .wrapper-collapse .list {
    background-color: transparent;
    padding: 0
}

.accordion.faq .wrapper-collapse .list li {
    font-size: 15px;
    font-family: "Open Sans";
    list-style-type: none;
    padding: 20px 0
}

.accordion.faq .btn {
    background-color: #fdd700;
    display: inline-block;
    margin-top: 71px;
    font-size: 20px;
    padding: 21px 72px
}

.accordion.faq .btn:hover {
    background-color: #181b22;
    color: #fdd700
}

.accordion.faq.light .panel-title.active {
    font-family: "Open Sans SemiBold";
    background-color: #f2efe8
}

.accordion.faq.light .wrapper-collapse .list {
    background-color: #f2efe8
}

.accordion.faq.light .wrapper-collapse .list li {
    border-top: 1px solid #e0ddd7
}

.accordion .panel-title {
    margin: 0;
    position: relative;
    background-color: #f8f8f8;
    padding: 9px 35px 10px;
    color: #e32526;
    font-size: 16px;
    cursor: pointer
}

.accordion .panel-collapse {
    display: none
}

.blog.padd {
    padding-bottom: 8px
}

.blog .sidebar .search-group {
    position: relative
}

.blog .sidebar .search-group::-webkit-input-placeholder {
    font-family: "Open Sans Bold";
    color: #121e25
}

.blog .sidebar .search-group:-moz-placeholder {
    font-family: "Open Sans Bold";
    color: #121e25
}

.blog .sidebar .search-group::-moz-placeholder {
    font-family: "Open Sans Bold";
    color: #121e25
}

.blog .sidebar .search-group:-ms-input-placeholder {
    font-family: "Open Sans Bold";
    color: #121e25
}

.blog .sidebar .search-group .search {
    background-color: #efefef;
    color: #121e25;
    border: 1px solid transparent;
    outline: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 10px 15px;
    width: 100%
}

.blog .sidebar .search-group .search:focus {
    border-color: #fdd700
}

.blog .sidebar .search-group .input-search {
    position: absolute;
    top: 33px;
    right: 18px
}

.blog .sidebar .heading.active {
    font: 15px "Open Sans";
    margin: 50px 0 20px 0
}

.blog .sidebar .tabs .tabs-content {
    display: inline-block;
    width: 100%
}

.blog .sidebar .tabs .tabs-header li {
    font-size: 15px;
    border-bottom: 1px solid #efefef;
    font-family: "Open Sans";
    padding: 0 0 20px 0;
    margin: 0 10px;
    cursor: pointer
}

.blog .sidebar .posts .tabs-header li.active {
    font: 15px "Open Sans";
    padding: 0 0 20px 0
}

.blog .sidebar .categories .line:not(.active) {
    background-color: #efefef
}

.blog .shopping .sidebar .categories .line:not(.active):before {
    content: none
}

.blog .sidebar .line {
    margin-bottom: 15px;
    height: 1px;
    width: 100%;
    position: relative;
    background-color: #efefef
}

.blog .sidebar .line.active:before {
    content: "";
    height: 1px;
    width: 50%;
    position: absolute;
    top: -1px
}

.blog .sidebar .tags {
    margin-top: 57px
}

.blog .sidebar .tags .tag a {
    background-color: #efefef;
    color: #181b22;
    padding: 8px 15px;
    font-size: 15px;
    margin-bottom: 12px
}

.blog .sidebar .tags .heading.active a {
    color: #fdd700
}

.blog .sidebar .tags .line {
    margin-bottom: 12px
}

.blog .sidebar .tags .line.active {
    margin-bottom: 24px
}

.blog .sidebar .tags .line:not(.active) {
    background-color: #474c57
}

.blog .sidebar .tags .line:not(.active):before {
    content: none
}

.blog .sidebar .tags .tag a:hover {
    background-color: #fdd700;
    color: #181b22
}

.blog .sidebar .tags .line {
    margin-bottom: 50px
}

.blog .sidebar .posts .img {
    border-radius: 10px;
    width: 50%;
    float: left;
    margin: 0 15px 0 0
}

.blog .social-icons {
    text-align: left;
    margin-right: 5px
}

.blog .share-txt {
    font-size: 13px;
    font-family: "Open Sans";
    letter-spacing: .5px;
    margin-bottom: 15px;
    color: #181b22
}

.blog .social-icons i {
    color: #424242;
    border: 1px solid #eaeaeb;
    padding: 12px 15px;
    margin-left: -4px;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .social-icons .fa:not(.fa-share-alt) {
    border-right: 0
}

.blog .social-icons .fa:hover {
    color: #fdd700
}

.blog .social-icons .fa.fa-google-plus {
    padding: 12px;
    border-right: 1px solid #eaeaeb
}

.blog .social-icons .fa.fa-share-alt {
    color: #fdd700;
    background-color: #181b22;
    margin-left: 1px
}

.blog .media {
    position: relative;
    display: inline-flex;
    text-align: left;
    margin-top: 50px;
    padding-bottom: 30px
}

.blog .media.answer {
    padding-left: 80px
}

.blog .media .media-heading {
    color: grey;
    font-family: "Open Sans SemiBold";
    font-size: 14px
}

.blog .media .media-heading a {
    color: #212122;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .media .media-heading a:hover {
    text-decoration: none
}

.blog .media .media-body {
    padding-left: 60px
}

.blog .media .date {
    font-family: "Open Sans";
    color: #75777d
}

.blog .media .date a {
    color: #75777d;
    font-size: 12px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .media .date a:hover {
    text-decoration: none;
    color: #fdd700
}

.blog .media .date img {
    margin-right: 12px
}

.blog .media a.answer {
    float: right;
    display: inline-block;
    background-color: #fdd700;
    padding: 5px 12px;
    color: #fff;
    font-family: "Open Sans";
    border: solid 1px #fdd700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .media a.answer:hover {
    text-decoration: none;
    color: #181b22;
    background-color: transparent;
    border: solid 1px #212122
}

.blog .media .text-comments {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 28px;
    color: grey
}

.blog .media.right {
    padding-left: 73px;
    margin-top: 30px
}

.blog.blog .wrap-blog .comments {
    padding: 80px;
    border-radius: 15px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1)
}

.blog.blog .wrap-blog .livecomment {
    padding: 80px;
    border-radius: 15px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1)
}

.blog.blog .wrap-blog img {
    border-radius: 10px;
    width: 100%
}

.blog.blog .wrap-blog .media img {
    width: 170px
}

.blog.blog .wrap-blog .media-left {
    float: left
}

.blog.blog .wrap-blog.section-bg2 {
    padding: 30px
}

.blog .wrap-blog {
    width: 100%;
    display: inline-block
}

.blog .wrap-blog.section-bg1 {
    padding: 40px
}

.blog .wrap-blog.light.m-bottom.last {
    width: 100%
}

.blog .wrap-blog .heading {
    font-family: "Open Sans";
    font-size: 18px;
    color: grey
}

.blog .wrap-blog .heading.blog {
    font-family: "Open Sans";
    font-size: 26px;
    margin-bottom: 15px
}

.blog .wrap-blog .heading.blog a {
    color: #212122
}

.blog .wrap-blog .heading.blog a:hover {
    text-decoration: none
}

.blog .wrap-blog .text-blog {
    margin: 20px 0;
    font-size: 13px;
    color: grey;
    font-family: "Open Sans"
}

.blog .wrap-blog .text-blog .timer {
    margin-top: 10px;
    vertical-align: middle;
    display: inline-block
}

.blog .wrap-blog .text-blog i {
    font-size: 22px
}

.blog .wrap-blog .social-icon {
    width: 100%;
    text-align: right
}

.blog .wrap-blog .social-icon i {
    font-size: 14px !important;
    border: 1px solid #efefef;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 15px;
    transition: .3s;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .15);
    text-decoration: none
}

.blog .wrap-blog .social-icon i:hover {
    color: #fdd700;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .wrap-blog .social {
    width: 100%;
    display: inline-block
}

.blog .wrap-blog .infos {
    display: none
}

.blog .wrap-blog .infos i {
    display: inline-block;
    color: #fdd700;
    font-size: 24px
}

.blog .wrap-blog .infos span {
    margin-right: 10px;
    font-size: 16px;
    color: #fdd700
}

.blog .wrap-blog .text-blog:last-child {
    border: none;
    margin-left: 10px
}

.blog .wrap-blog .text-blog .author {
    margin-right: 8px;
    color: #212122;
    text-decoration: underline;
    font-family: "Open Sans ligh"
}

.blog .wrap-blog .text-blog .author:hover {
    text-decoration: none
}

.blog .wrap-blog .text-blog a {
    margin-right: 8px;
    margin-left: 8px;
    font-family: "Open Sans"
}

.blog .wrap-blog .text-blog a:hover {
    text-decoration: none
}

.blog .wrap-blog .blog-info {
    font-family: "Open Sans";
    color: grey;
    margin-top: 15px;
    line-height: 30px;
    font-size: 14px
}

.blog .wrap-blog .wrapper {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    padding: 80px
}

.blog .wrap-blog .wrapper h3 {
    font-size: 32px;
    font-family: "Open Sans"
}

.blog .wrap-blog .btn {
    color: #181b22;
    border-color: #181b22;
    background-color: transparent;
    padding: 15px 52px;
    border-width: 1px;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 30px
}

.blog .wrap-blog .btn:hover {
    background-color: #181b22;
    color: #fdd700
}

.blog .sidebar {
    border-radius: 15px;
    font-family: "Open Sans";
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    padding: 40px;
    background-color: #fff;
    font-family: "Open Sans"
}

.blog .sidebar .search-group {
    position: relative
}

.blog .sidebar .heading {
    margin-bottom: 15px;
    cursor: pointer
}

.blog .sidebar .heading:last-child {
    margin-bottom: 0 !important
}

.blog .sidebar .categories .heading a {
    color: grey;
    font-size: 15px
}

.blog .sidebar .categories .heading a.active {
    font-size: 15px
}

.blog .sidebar .categories .heading a:after {
    content: ''
}

.blog .sidebar .categories .heading span {
    float: right
}

.blog .sidebar .search-group a {
    top: 12px;
    right: 15px;
    position: absolute;
    font-size: 28px
}

.blog .sidebar .search-group a:hover {
    text-decoration: none;
    color: #fdd700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .sidebar .categories .line {
    margin-bottom: 12px
}

.blog .sidebar .posts .heading-article {
    margin-bottom: 5px
}

.blog .sidebar .posts .heading-article a {
    font-family: "Open Sans";
    font-size: 14px;
    color: #212122
}

.blog .sidebar .posts .item-wrap {
    margin-top: 50px
}

#sidebar {
    position: fixed;
    width: 350px;
    height: auto
}

.pagination>li>a {
    border: solid 1px #efefef;
    background-color: #fff;
    margin-right: 5px;
    color: grey;
    font-family: "Open Sans";
    font-size: 18px;
    padding: 8px 15px
}

.pagination>li>a:hover {
    text-decoration: none;
    background-color: #fdd700;
    color: #212122;
    font-family: "Open Sans";
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pagination>li.active>a {
    background-color: #fdd700;
    color: #fff;
    font-family: "Open Sans";
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pagination>li:last-child>a {
    border-radius: 0
}

.pagination .next,
.pagination .prev {
    font-family: "Open Sans";
    font-size: 18px;
    color: #212122;
    padding: 8px 15px
}

.pagination .prev {
    display: none
}

.pagination>li>a {
    border-radius: 3px;
    background-color: #15212a;
    color: #fff;
    border-color: transparent
}

.pagination>li.active>a {
    background-color: #fdd700;
    color: #181b22
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff
}

.pagination>li.active>a:hover {
    color: #fff
}

.pagination .next {
    padding: 15px 33px;
    margin-left: 30px;
    font: 18px "Open Sans Bold";
    border-radius: 0
}

.footer {
    position: relative;
    z-index: 0;
    background-color: #014941;
    background-position: center;
    border: none
}

.footer .tag {
    float: none;
    margin-right: 0;
    margin-left: 0
}

.footer .footer-top {
    padding: 80px 0 20px 0
}

.footer .footer-top .col-md-3.col-sm-6 {
    margin-bottom: 10px
}

.footer .logo-footer {
    width: 130px
}

.footer .heading {
    font-size: 18px;
    font-family: "Open Sans Semibold";
    color: #fff;
    margin-bottom: 10px;
    display: inline-block
}

.footer .soc-icons {
    padding-top: 0;
    padding-left: 0
}

.footer .soc-icons a {
    display: inline-block;
    margin: 0 0px 20px 0
}

.footer .soc-icons a:hover {
    color: #fdd700;
    text-decoration: none
}

.footer .soc-icons a:hover i {
    color: #fdd700
}

.footer .contact {
    font-size: 16px;
    font-family: "Open Sans";
    color: #b9bac8
}

.footer .contact a {
    color: #b9bac8
}

.footer .contact a:hover {
    text-decoration: none;
    color: #fdd700
}

.footer .contact a:hover i {
    color: #fdd700
}

.footer .contact i {
    color: #858585
}

.footer .contact i:before {
    margin-left: 0;
    margin-right: 12px;
    font-size: 18px
}

.footer .payment-list {
    float: right;
    color: #90a4ae;
    list-style-type: none;
    margin: 0
}

.footer .payment-list li {
    display: inline-block;
    margin-right: 3px;
    font-size: 32px
}

.footer .payment-list li:last-child {
    margin-right: 0
}

.footer .payment-list li p {
    margin-bottom: 0;
    color: grey;
    font-family: "Open Sans";
    font-size: 13px;
    margin-right: 10px;
    display: table
}

.footer .payment-list li i {
    color: grey
}

.footer .payment-list li i:hover {
    background: linear-gradient(89deg,#1697bf 3%,#68cef5 98%);
    line-height: 0.7;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer .copyrigh {
    font-family: "Open Sans";
    font-size: 13.5px;
    color: #d4d4d4;
    padding-top: 10px;
    padding-bottom: 30px
}

.footer h6 {
    margin-top: 15px;
    color: #b0bec5;
    line-height: 24px
}

.footer .footer-menu {
    float: left;
    padding: 0;
    margin: 0
}

.footer .footer-menu .menu-item {
    font-family: "Open Sans";
    font-size: 13px;
    display: inline-block;
    list-style-type: none;
    margin-left: 27px;
    margin-top: 5px
}

.footer .footer-menu .menu-item a {
    color: #d4d4d4;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer .footer-menu .menu-item a:hover {
    text-decoration: none;
    color: #1697bf
}

.footer .footer-menu {
    padding: 0;
    float: none
}

.footer .footer-menu .menu-item {
    display: block;
    font-size: 16px;
    margin-left: 0;
    text-align: left
}

.footer .footer-menu .menu-item.by {
    font-size: 14px
}

.footer .footer-bottom {
    padding: 0 0 20px 0
}

.footer .footer-bottom .footer-menu {
    position: relative;
    top: 3px
}

.footer .footer-bottom .footer-menu .menu-item {
    display: inline;
    margin-left: 20px;
    vertical-align: sub
}

.footer .soc-icons i {
    background-color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 15px;
    width: 40px;
    transition: .3s;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .15)
}

.footer .soc-icons i:hover {
    color: black !important;
}

.footer .soc-icons.top-icons i {
    margin-right: 11px;
    margin-left: 11px
}

.footer .logo-bg {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    width: 450px;
    position: absolute;
    opacity: .3;
    margin-top: 40px
}

.wpc-cloud-range .noUi-target {
    height: 7px;
    background: grey;
    border-radius: 15px;
    border: none;
    box-shadow: none
}

.wpc-cloud-range .noUi-connect {
    border-radius: 15px;
    border: none;
    box-shadow: none
}

.wpc-cloud-range .noUi-background {
    background-color: #f2efe8;
    border-left: 1px solid #b5b4b3;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px
}

.noUi-marker-horizontal.noUi-marker {
    position: absolute;
    background: grey;
    border-radius: 50%;
    margin-left: -1px;
    width: 4px;
    height: 4px
}

.wpc-cloud-range .noUi-tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    position: absolute;
    bottom: -6px;
    left: 41px
}

.wpc-cloud-range .noUi-tooltip {
    position: absolute;
    width: 100px;
    margin-bottom: 12px;
    padding: 8px 0;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    border: none;
    line-height: 16px
}

.wpc-cloud-range .noUi-handle.noUi-handle-lower:after,
.wpc-cloud-range .noUi-handle.noUi-handle-lower:before {
    content: none
}

.wpc-cloud-range .noUi-horizontal .noUi-handle {
    box-shadow: none;
    top: -11px;
    width: 25px;
    height: 25px;
    margin-left: -10px;
    border: transparent;
    border-radius: 50%;
    cursor: pointer;
    outline: 0
}

.wpc-cloud-range .info-range {
    font-size: 16px;
    color: #414142;
    letter-spacing: .5px;
    margin-top: 30px
}

.wpc-cloud-range .info-range .number {
    font-family: "Open Sans Bold", sans-serif
}

.wpc-cloud-range .slider-ui {
    padding: 80px 0 0 0
}

.noUi-pips-horizontal {
    padding: 15px 0;
    left: 3px
}

.wpc-vps-info .price-wrap .title {
    color: #1f2532;
    text-transform: uppercase;
    font-size: 18px;
    padding: 25px 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.wpc-vps-info .price-wrap .title:hover {
    background-color: #1f2532;
    color: #f44336;
    text-decoration: none
}

.wpc-vps-info {
    padding-top: 30px
}

.wpc-vps-info .title i {
    opacity: .3;
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 42px
}

.wpc-vps-info .title {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 15px;
    margin-top: 40px;
    background-color: #fff;
    font: 18px "Open Sans Semibold", sans-serif;
    color: #212122;
    padding: 40px
}

.wpc-vps-info .title .info {
    border-top: solid 1px #efefef;
    margin-top: 15px;
    padding-top: 15px;
    display: inline-block;
    width: 100%;
    font: 22px "Open Sans Semibold", sans-serif
}

.wpc-vps-info .price-wrap .price {
    font: 30px "Open Sans ExtraBold", sans-serif;
    color: #fff;
    background-color: #1f2532;
    padding: 15px 35px;
    display: inline-block
}

.wpc-vps-info .h-plans-info .price {
    font-size: 42px !important;
    font-family: "Open Sans Bold";
    display: -webkit-inline-box;
    color: #414142
}

.wpc-vps-info .h-plans-info .infos {
    padding-bottom: 40px;
    line-height: 28px;
    font-size: 14px;
    font-family: "Open Sans";
    color: #414142
}

.wpc-vps-info .content-price {
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    background-color: #fff;
    border-radius: 15px;
    padding: 50px
}

.range-disabled {
    display: none
}

.search-disabled {
    display: none
}

.run-switch {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    z-index: 3;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.run-switch .an.active,
.run-switch .mo.active {
    color: #fff
}

.run-switch .an,
.run-switch .mo {
    font-size: 12px;
    color: grey;
    font-family: "Open sans Semibold" !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.run-switch div {
    display: inline-block
}

.run-switch .switch.on:after {
    left: 5px
}

.run-switch .switch {
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    vertical-align: middle;
    width: 65px;
    height: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 15px;
    background-color: #fdd700;
    z-index: 3
}

.run-switch .switch:after {
    position: absolute;
    margin-top: -11px;
    left: 37.5px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    width: 22px;
    height: 22px;
    top: 50%;
    transition: all .3s ease
}

#priceon-val {
    display: none
}

.circle-section .circliful {
    position: relative;
    display: inline-block
}

.circle-section .circle-wrapper {
    text-align: center
}

.circle-section .circliful:before {
    content: "";
    border: 1px solid #d8d8d8;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 59px;
    z-index: 0
}

.circle-info,
.circle-info-half,
.circle-text,
.circle-text-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block
}

.circle-section {
    text-align: center
}

.circle-section .circle-text {
    line-height: 1 !important;
    padding-top: 75px
}

.circle-section .title-round {
    font: 18px "Open Sans Semibold";
    text-transform: capitalize;
    margin-top: 85px
}

.circle-section .circle-wrapper p {
    margin-top: 40px;
    line-height: 26px;
    font-size: 14px;
    font-family: "Open Sans";
    color: #414142
}

.circle-section .number {
    font-family: "Open Sans";
    color: #212122;
    font-size: 27px
}

.circle-section canvas {
    z-index: 2;
    position: relative
}

.modal.show .modal-dialog{
    -webkit-transform: none;
    transform: none;
    margin-top: 10px;
    max-width: 800px !important;
}

.supportsize{
    height: 235px !important;
    width: 900px;
    margin-left: 80px !important;
    border-radius: 12px !important;
    overflow: hidden
}

.megamenu {
    padding: 0 !important;
    left: 0;
    right: 0;
    height: 430px;
}

.megamenu .menu-item a {
    color: #e8e8e8;
    font-size: 13px;
    white-space: nowrap
}

.nav-menu .main-menu .menu-item .megamenu .menu-item a:hover {
    color: #69c399
}

.megamenu .media-body {
    display: table-cell;
    vertical-align: top
}

.megamenu .service-list {
    padding: 15px 30px;
}

.megamenu .service-list .service {
    display: inline-table;
    padding: 7px 12px 0px 12px;
}

.megamenu .service-list .service .media {
    padding: 0 0 10px 0
}

.megamenu .service-list .service .media-left {
    padding: 15px 15px 15px 0;
    color: #9e9e9e
}

.megamenu .service-list .service .svg {
    display: table;
    height: 60px;
    width: 60px;
    margin: 14px 15px 0 0;
}

.megamenu .service-list .service .media-body {
    display: table-cell;
    vertical-align: middle
}

.megamenu .service-list .service .media-body a {
    padding: 0;
    line-height: 34px;
    color: #313131;
    display:inline-block;
    margin-bottom: -3px
}

.megamenu .service-list .service .media-body p {
    font-size: 12px;
    color: grey;
}

.megamenu .service-list .service.special .media-body a {
    color: #21252e;
    border: none
}

.megamenu .service-list .service.special .media-body p {
    color: #21252e
}

.megamenu .start-offer {
    padding: 0
}

.megamenu .start-offer .inner {
    height: 100%;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 30px;
    text-align: left
}

.megamenu .start-offer .inner .inner-content {
    font-size: 14px;
    line-height: 26px;
    color: #414142
}

.megamenu .start-offer .inner .title {
    color: #fff;
    font-size: 22px
}

.megamenu .start-offer .inner a {
    padding: 17px 26px !important;
    font-family: "Open Sans Semibold";
    display: inline-block;
    line-height: 1;
    font-size: 14px
}

.megamenu-list {
    padding: 0 !important;
    left: 120px;
    right: 0

}

.digitsize{
    width: 800px
}

.portsize{
    width:945px
}
.megamenu-list .menu-item a {
    color: #e8e8e8;
    font-size: 13px;
    white-space: nowrap
}

.megamenu-list .menu-item a:hover {
    color: #69c399
}

.megamenu-list .media-body {
    display: table-cell;
    vertical-align: top
}

.megamenu-list .service-list {
    padding: 10px 30px 30px 30px;
}

.megamenu-list .service-list .service {
    display: inline-table;
    padding: 12px
}

.megamenu-list .service-list .service .media {
    padding: 0 0 10px 0
}

.megamenu-list .service-list .service .media-left {
    padding: 10px 15px 15px 0;
    color: #9e9e9e
}

.megamenu-list .service-list .service .media-left .svg {
    height: 44px;
    width: 44px
}

.megamenu-list .service-list .service .media-body {
    display: table-cell;
    vertical-align: middle
}

.megamenu-list .service-list .service ul {
    padding: 0
}

.megamenu-list .service-list .service .media-body a {
    font-size: 14px !important;
    padding: 0;
    line-height: 34px;
    color: #313131;
    margin-right: 0;
    margin-top:-5px;
}

.megamenu-list .service-list .service .media-body a:hover {
    color: #ee5586
}

.megamenu-list .service-list .service .media-body p {
    font-size: 12px;
    color: grey;
    line-height: 22px;
    margin: 0
}

.megamenu-list .service-list .service.special .media-body a {
    color: #21252e;
    border: none
}

.megamenu-list .service-list .service.special .media-body p {
    color: #21252e
}

.megamenu-list .start-offer {
    padding: 0
}

.megamenu-list .start-offer .inner {
    height: 100%;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 30px;
    text-align: left;
    background-color: #fdd700
}

.megamenu-list .start-offer .inner .inner-content {
    font-size: 14px;
    line-height: 26px;
    color: grey
}

.megamenu-list .start-offer .inner .title {
    color: #181b22;
    font-size: 22px
}

.megamenu-list .start-offer .inner a {
    padding: 17px 26px !important;
    font-family: "Open Sans Semibold";
    display: inline-block;
    line-height: 1;
    font-size: 14px
}

.megamenu-list .service .top-head {
    position: relative;
    display: flex
}

.megamenu-list .service .top-head .svg {
    margin-top: 5px;
    height: 40px;
    width: 40px
}

.megamenu-list .service .top-head div {
    padding: 7px 0 0 12px
}

.section-404 {
    text-align: center
}

.section-404 .img-responsive {
    display: inline-block
}

.section-404 .input {
    vertical-align: middle;
    border: solid 1px #fdd700;
    padding: 15px;
    width: 50%
}

.section-404 .title {
    font-family: "Open Sans";
    font-size: 38px;
    color: #212122;
    line-height: 40px
}

.section-404 i {
    font-size: 32px;
    color: #fdd700
}

.section-404 .subtitle {
    font-family: "Open Sans";
    font-style: italic;
    font-size: 15px;
    color: grey
}

.section-404 .input-group {
    width: 100%;
    display: inline-block;
    line-height: 19px;
    margin-top: 40px
}

.getready {
    position: relative;
    padding: 80px 0
}

.getready .column-support-txt {
    position: relative;
    display: inline-block;
    font-family: "Open Sans"
}

.getready .column-support-title {
    font-size: 32px;
    color: #fff;
    line-height: 1;
    margin-bottom: 12px
}

.getready .column-support-subtitle {
    font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans";
    color: #fff
}

.getready .btn-floats {
    text-align: right
}


#loading {
    width: 100%;
    height: 100%;
    background: white;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 99
}

#loading-image {
    position: fixed;
    position: absolute;
    top: 40%;
    left: 41%;
    z-index: 100
}



.onScreen .line {
    animation: dash 2s cubic-bezier(.23, 1, .32, 1);
    -webkit-animation: dash 2s cubic-bezier(.23, 1, .32, 1);
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.cd-top {
    display: inline-block;
    height: 42px;
    width: 42px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border-radius: 15px;
    background: linear-gradient(70deg, rgb(159 175 82) 3%, rgb(83 229 194) 98%);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .15);
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top i {
    top: 5px;
    color: #fff;
    font-size: 31px;
    display: inline-flex;
    position: absolute;
    right: 31px;
}

@keyframes scaleIn {
    from {
      transform: scale(.6, .6);
      opacity: .5;
    }
    to {
      transform: scale(1.3, 1.3);
      opacity: .8;
    }
  }

  @keyframes scaleOut {
    from {
      transform: scale(1.3, 1.3);
      opacity: .8;
    }
    to {
      transform: scale(0.5, 0.5);
      opacity: .5;
    }
  }

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 99
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1
}

.domain-prices {
    margin-top: 10px
}

.domain-prices ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.domain-prices li {
    display: inline-flex;
    padding: 10px 20px;
    position: relative;
    font-size: 18px
}

.domain-prices li sup {
    font-size: 14px;
    top: -4px
}

.domain-prices li .price {
    color: #fff !important;
    margin-left: 10px
}

.fullrock {
    height: 100%;
    width: 100%;
    padding: 100px 0;
    display: block;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    overflow: auto
}

.fullrock-content {
    position: relative;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.fullrock a {
    line-height: 28px;
    text-decoration: none;
    color: #22262f;
    transition: .3s
}

.fullrock a:focus,
.fullrock a:hover {
    color: #f1f1f1
}

.fullrock .svg.closer {
    height: 50px;
    width: 50px;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: .6
}

.fullrock .svg.closer:hover {
    opacity: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.fullrock .svg.logo-menu {
    position: absolute;
    width: 110px;
    top: -70px
}

#myNav {
    display: none
}


@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.4s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 50%;
        left: 50%;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show {
        left: 0;
    }
}



#typed-cursor {
    opacity: 1;
    -webkit-animation: blink .9s infinite;
    animation: blink .9s infinite
}

.maping .datacenters {
    border: solid 2px #fff;
    width: 22px;
    height: 22px;
    border-radius: 24px;
    cursor: pointer;
    position: absolute
}

.maping .datacenters.montreal {
    top: 38%;
    left: 28.5%
}

.maping .datacenters.newyork {
    top: 44%;
    left: 27%
}

.maping .datacenters.portugal {
    top: 46%;
    left: 44%
}

.maping .datacenters.london {
    top: 38%;
    left: 46%
}

.maping .datacenters.moskow {
    top: 36%;
    left: 56%
}

.maping .datacenters.hongkong {
    top: 53%;
    left: 79%
}

.maping .datacenters.singapure {
    top: 63%;
    left: 77%
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.balancing .load b {
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block
}

.balancing .load .info {
    font-size: 15px;
    line-height: 30px;
    color: grey
}

.included {
    margin-top: 25px;
    color: #fff;
    line-height: 25px;
    font-size: 14px
}

.included h4 {
    margin-bottom: 25px
}

.included i {
    padding-right: 12px;
    font-size: 18px;
    vertical-align: middle
}

.included ul {
    padding-left: 0
}

.included ul li {
    list-style: none
}

.godown {
    border: none;
    position: absolute;
    left: calc(250px + 55vw - 768px) !important;
    margin-top: 200px;
    z-index: 2;
    -webkit-animation: moverdown 1s infinite alternate;
    animation: moverdown 1s infinite alternate
}

.godown span {
    position: absolute;
    letter-spacing: 1px;
    top: -10px;
    font-size: 16px;
    left: 0;
    font-family: "Open Sans Semibold";
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

@-webkit-keyframes moverdown {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

@keyframes moverdown {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

.soc-icons-apply {
    position: absolute;
    padding-top: 0;
    padding-left: 0;
    top: 0;
    right: 0;
    margin-right: 20px;
    margin-top: 20px
}

.soc-icons-apply a {
    display: inline-block;
    margin: 0 10px 20px 0
}

.soc-icons-apply a:hover {
    color: #fdd700;
    text-decoration: none
}

.soc-icons-apply a:hover pan {
    color: #fdd700
}

.soc-icons-apply span {
    font-size: 14px;
    background-color: #fff;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 15px;
    width: 36px;
    transition: .3s;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .15)
}

.soc-icons-apply span:hover {
    color: #fdd700
}

.randomline {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 50px
}

.bigline {
    width: 50px;
    margin-bottom: 8px
}

.smallline {
    position: absolute;
    right: 0;
    width: 15px
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.popup-gallery img {
    width: 100%;
    padding: 0
}

.zoo-content {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0
}

.zoo-content:hover {
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.zoo-content .icoo {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.zoo-content .icoo i {
    font-size: 34px;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    border: none;
    opacity: .8
}

.config.cd-main-content {
    position: initial !important
}

.config.cd-main-content .cd-filter-content {
    padding-left: 0
}

.config.cd-main-content input.form-control {
    width: 65px
}

.config.cd-main-content .table td {
    vertical-align: middle
}

.config.cd-main-content .cd-filter-block ul {
    padding: 0
}

.cd-filter-block input.range-slider-input {
    height: 1px
}

.range-slider-input::-webkit-slider-thumb {
    cursor: pointer;
    height: 16px;
    width: 16px;
    border-radius: 50px;
    border: none
}

.range-slider-input::-moz-range-thumb {
    cursor: pointer;
    height: 16px;
    width: 16px;
    border-radius: 50px;
    border: none
}

.ordersummary {
    margin-top: 30px;
    font-size: 14px
}

.ordersummary td {
    padding: 10px 0 !important
}

.notfound p {
    line-height: 30px
}

.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.knowledge a.category {
    color: #212122
}

.color-scheme {
    position: fixed;
    list-style: none;
    display: grid;
    zoom: 1;
    margin: 0;
    z-index: 9999;
    right: 15px;
    top: 180px;
    padding: 0;
    margin-right: 5px
}

.color-scheme li {
    display: grid;
    margin-top: 10px
}

.color-scheme a {
    border: solid 1px #fff;
    text-decoration: none;
    border-radius: 15px;
    display: block;
    height: 15px;
    width: 15px
}

.pink a {
    background: #ee5586
}

.blue a {
    background: #68cef5
}

.green a {
    background: #bfd84d
}

svg {
    vertical-align: middle;
    border-style: none
}

.svg.pattern {
    position: absolute;
    bottom: 0;
    top: 0
}

.infonews small {
    color: #bcbcbc !important
}

.infonews-nav li {
    position: relative;
    display: inline-block
}

.infonews-nav a {
    color: #bcbcbc !important;
    font-size: 12px;
    margin-left: 20px;
    cursor: pointer;
    vertical-align: text-top
}

.infonews-nav a:hover {
    text-decoration: none;
    color: #fff !important
}

#my-popover-content p {
    font-size: 40px
}

#my-popover-content {
    display: none
}

svg.blackfriday {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0
}

#games .gametitle {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 32px;
    background: rgba(0, 0, 0, .7);
    padding: 25px 25px 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

#games .gametitle strong {
    font-size: 18px;
    display: block;
    color: #fff
}

#games .gametitle .button {
    position: absolute;
    display: none;
    left: 18px;
    right: 18px;
    bottom: -56px
}

#games .hoverbg {
    height: inherit;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 8;
    position: absolute;
    bottom: -100%;
    content: " ";
    border-radius: 15px;
    opacity: 0;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    top: 0;
    background: rgba(0, 0, 0, .5)
}

#games .refing {
    height: 350px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 15px;
    text-align: center;
    margin-top: 50px
}

#games .col:hover {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, 0)
}

#games .col:hover .hoverbg {
    opacity: 1;
    border-radius: 15px;
    height: inherit
}

#games .col:hover .gametitle {
    background: 0 0;
    bottom: 80px;
    -webkit-transition: bottom .25s ease-in-out
}

#games .col:hover .gametitle .button {
    display: block;
    text-align: center
}

#games .col:hover .button {
    bottom: -46px
}

.agpanel {
    position: relative;
    padding-left: 75px
}

.agpanel svg {
    position: absolute;
    top: 0;
    width: 60px;
    height: auto;
    left: 0
}

.agpanel p {
    line-height: 32px
}
@media (min-width:900px) and (max-width:1490px) {
    .columns.is-gapless > .column {
        margin-left: -70px !important;
        padding: 0px !important;
    }

    .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 400% 50% !important;
        vertical-align: top;
        padding: 800px 30px 30px 30px;
    }
}


@media (min-width:1500px) and (max-width:5000px) {
    .pricing.slider .slides-toggle .slide-prev {
        left: -10px
    }
    .pricing.slider .plan-container {
        margin-right: 26px
    }
    .pricing.slider .slider-wrap {
        margin-left: 15px
    }

    .columns.is-gapless > .column {
        margin-left: 0px !important;
        padding: 0px !important;
    }

    .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: -400% 50% !important;
        vertical-align: top;
        padding: 800px 30px 30px 30px;
    }

    .top-banner .section-heading{
        font-family: "Open Sans";
        margin-top: 350px;
        margin-left: 520px;
        /* margin-bottom: 30px; */
        text-transform: capitalize;
        position: relative;
        display: block;
        /* line-height: 3px; */
        color: rgb(255, 255, 255) !important;
    }

    .owl-carousel .subheading .feat{
        line-height: 44px !important;
    }

    .item, .owl-item{
        height: auto !important;
    }
}

@media (max-width:1399px) {
    .owl-buttons {
        display: none
    }
}

@media (max-width:1024px) {
    svg.blackfriday {
        left: 50%;
        margin-left: -512px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .blog .sidebar .posts .tabs-header li {
        padding: 0 5px 18px 5px
    }
    .blog .sidebar .archives .img {
        float: none;
        margin-bottom: 5px
    }
}

@media (max-width:1199px) {
    .top-header .wrapper .round:before {
        top: 12px
    }
    .pricing.slider .info {
        margin-right: 0
    }
    .pricing.slider .slides-toggle .slide-prev {
        left: -15px
    }
    .pricing.slider .slides-toggle .slide-next {
        right: -15px !important
    }
    .pricing.slider .slides-toggle .slide-prev span {
        display: none !important
    }
    .pricing.slider .slides-toggle .slide-next span {
        display: none !important
    }
    .pricing.slider .wrapper {
        width: 300px;
        display: inline-block
    }
    .tabs.offers-tabs .tabs-content .tabs-item.active:before {
        content: none
    }
    .history-section .wrappper h3 {
        font-size: 20px
    }
    .history-section .wrappper .desc {
        display: table
    }
    .product-title h3 {
        font-size: 12px;
        padding: 14px
    }
    .product-meta {
        padding: 0 15px;
        margin-top: 35%
    }
    #sidebar {
        width: auto !important
    }
    .team .soc-icons-wrap .icons {
        display: inline-block;
        margin-top: 140px;
        padding: 10px
    }
    .countdown .wrapper .heading {
        font-size: 40px
    }
    .countdown .wrapper .heading {
        font-size: 20px
    }
    .countdown .wrapper .clock {
        font-size: 40px
    }
    .countdown .wrapper .clock div {
        padding: 20px 37px
    }
    .countdown .wrapper .clock span {
        font-size: 13px
    }
    .btn-order .continue {
        padding: 15px 30px;
        font-size: 16px
    }
    .casestudy .icon-quote {
        margin-left: 10px
    }
    .casestudy .content-info p:last-child {
        display: none
    }
    .casestudy .content-info hr {
        display: none
    }
    .blog .sidebar .heading {
        font-size: 14px
    }
    .blog .sidebar .archives .item-wrap {
        padding-bottom: 0
    }
    .wrap-blog .infos i {
        font-size: 22px
    }
    .footer .footer-menu .menu-item {
        margin-left: 0
    }
    .footer .soc-icons.m-left {
        padding-left: 90px
    }
    .footer .logo-bg {
        margin-top: 56px;
        width: 380px
    }
    .wpc-vps-info .content-price {
        padding: 50px 40px
    }
    .wpc-vps-info .h-plans-info .price {
        font-size: 35px !important
    }
    .h-plans-info .price .symbol {
        font-size: 24px !important
    }
    .blog .sidebar .tabs .tabs-header li {
        margin: 0 0 30px 0;
        width: 100%
    }
    .blog .sidebar .posts .img {
        width: 100%;
        margin-bottom: 15px
    }
    .megamenu .start-offer .inner span {
        display: none
    }
    .megamenu-list .start-offer .inner span {
        display: none
    }
}

@media (min-width:1199px) {
    .product-title h3 {
        font-size: 13px;
        padding: 13px
    }
}

@media (min-width:1170px) {
    .cd-gallery.filter-is-visible {
        width: 100% !important
    }
    .cd-filter {
        width: 100% !important
    }
    .cd-filter form {
        width: 100% !important;
        padding: 0 !important
    }
    .cd-gallery li {
        width: 31% !important
    }
    .cd-filter-trigger.filter-is-visible,
    .cd-filter-trigger.filter-is-visible:hover {
        color: grey
    }
    .no-touch .cd-filter-trigger:hover {
        text-decoration: none
    }
}

@media (min-width:767px) and (max-width:991px) {
    .team .soc-icons-wrap .icons {
        padding-top: 80px
    }
    .nav-menu .main-menu a {
        font: 14px "Open Sans";
        margin-right: 28px
    }



    .top-banner .section-heading{
        font-family: "Open Sans";
        font-size: 20px;
        margin-top: 250px;
        color:#fff !important;
        margin-left: 100px;
        margin-bottom: 30px;
        text-transform: capitalize;
        position: relative;
        display: inline-block;
        color: #181b22;
        line-height: 13px
    }

    .owl-carousel .subheading .feat{
        line-height: 25px !important;
    }

     .item, .owl-item{
        height: auto !important;
    }
}

@media (max-width:991px) {
    .nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body p {
        font-size: 11px;
        color: grey
    }
    .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item a {
        font-size: 12px
    }
    .nav-menu .main-menu .menu-item .menu-large li.start-offer {
        width: 205px
    }
    .nav-menu .main-menu .menu-item .menu-large li.start-offer .inner {
        padding: 20px
    }
    .nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .title {
        font-size: 18px
    }
    .nav-menu .main-menu .menu-item .menu-large li.start-offer .inner p {
        font-size: 14px
    }
    .nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .val {
        font-size: 13px
    }
    .nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .dis {
        font-size: 18px
    }
    .top-banner .subheading {
        line-height: 32px;
        font-size: 15px;
        margin-top: 0
    }
    .top-banner .section-heading {
        font-size: 38px;
        font-family: "Open Sans";
        line-height: 45px;
        margin-top: 250px !important
    }
    .chars {
        position: relative;
        display: inline-flex;
        right: 0;
        top: 0
    }
    .chars div {
        padding-top: 30px
    }
    .chars p {
        color: #fff;
        font-size: 13px;
        margin-top: 8px;
        line-height: 26px
    }
    .pricing .heading {
        font-size: 38px
    }
    .plan-container .title {
        font-size: 20px
    }
    .infonews .link {
        flex: 0 0 100%;
        max-width: 100%
    }
    .pricing.slider .wrapper {
        width: 230px;
        display: inline-block
    }
    .section-heading.small-text {
        font-size: 28px
    }
    .section-subheading.small-text {
        font-size: 16px
    }
    .pricing .list-info li {
        font-size: 13px !important
    }
    .tabs.offers-tabs .tabs-content .heading {
        font-size: 18px;
        margin-bottom: 6px
    }
    .tabs.offers-tabs .tabs-content .info {
        font-size: 14px
    }
    .btn-x {
        padding: 10px 50px;
        font: 16px "Open Sans";
        border: solid 2px #fdd700
    }
    .services.circle-section .heading {
        text-align: center;
        margin-top: 100px
    }
    .services.circle-section .info {
        text-align: center
    }
    .services.circle-section .skill-section {
        margin-bottom: 10px
    }
    .services.circle-section .circle-wrapper {
        margin-top: 52px
    }
    .services .service-wrap .info {
        padding-bottom: 30px;
        padding-right: 0
    }
    .services .service-wrap .service-section.service {
        border-top: 1px solid #e7eaed;
        border-right: 1px solid #e7eaed
    }
    .history-section .img {
        margin: 0 auto;
        display: block
    }
    .history-section .img-wrap:after {
        content: none
    }
    .history-section .wrappper .title:before {
        display: none
    }
    .history-section .wrappper img {
        width: 15%
    }
    .product-title h3 {
        font-size: 14px;
        padding: 14px
    }
    .product-meta {
        padding: 0 80px;
        margin-top: 35%
    }
    #sidebar {
        width: auto !important;
        position: relative !important;
        top: 0 !important
    }
    .shop .select.fisrt {
        margin: 0
    }
    .shop .select.second {
        margin: 0
    }
    .shop .select {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px
    }
    .shop .select i {
        right: 10px
    }
    .products .wrapper .img-wrap>img {
        width: 100%
    }
    .products .wrapper {
        width: 30%
    }
    .product-detail .form-addcart .number-wrap {
        margin-left: 0;
        margin-bottom: 30px
    }
    .product-detail .form-addcart .color-wrap {
        margin-left: 0
    }
    .product-detail .form-addcart .btn {
        margin-top: 30px
    }
    .team .soc-icons-wrap .icons {
        display: inline-block;
        margin-top: 30px
    }
    .center.slider .plan-container .period {
        font-size: 14px !important
    }
    .search-input input.btn {
        padding: 16px 35px !important;
        font-size: 14px !important
    }
    .countdown .wrapper {
        width: 100%
    }
    .cart .payment-form {
        padding: 0
    }
    .cart .table tbody .section-bar .check {
        width: 100%;
        text-align: center;
        margin-right: 0
    }
    .casestudy .sec-bg1 {
        padding: 50px;
        text-align: center
    }
    .casestudy .content-info div {
        display: none
    }
    .casestudy .slide-next,
    .casestudy .slide-prev {
        bottom: 20px
    }
    .casestudy .slide-prev {
        bottom: 20px
    }
    .casestudy .casestudy {
        text-align: center
    }
    .casestudy .study-img {
        text-align: center
    }
    .casestudy .social-icons {
        text-align: center;
        margin-left: 0
    }
    .blog .media.right {
        padding-left: 0
    }
    .blog .media.answer {
        padding-left: 30px
    }
    .wrap-blog .heading {
        font-size: 18px
    }
    .blog.blog .wrap-blog .media img {
        display: none
    }
    .blog .text-blog .social-icon {
        text-align: left
    }
    .blog .text-blog .social-icon a:first-child {
        margin-left: 0
    }
    .wrap-blog .social-icon {
        width: 100%;
        margin-top: 15px;
        text-align: left
    }
    .wrap-blog .text-blog a {
        margin-left: 0
    }
    .footer .footer-menu .menu-item {
        width: 100%;
        font-size: 13px
    }
    .footer .heading {
        font-size: 15px
    }
    .footer h6 {
        font-size: 12px
    }
    .footer .logo-footer {
        width: 150px
    }
    .footer .soc-icons i {
        height: 34px !important;
        line-height: 34px !important;
        width: 34px !important;
        font-size: 14px
    }
    .cd-filter-content a {
        display: none
    }
    label.checkbox-label a {
        display: inline-block !important
    }
    .section-404 {
        background-size: 90%
    }
    .section-404 .title span:first-child {
        display: block
    }
    .section-404 .subtitle {
        font-size: 16px
    }
    .getready .column-support-txt {
        width: 100%;
        margin-bottom: 30px
    }
    .opa-pink {
        display: none
    }
    .getready .btn-floats {
        text-align: left
    }
    .overview .overview-info {
        padding: 30px 0
    }
    .blog .media .media-body {
        padding-left: 0 !important
    }
    .wpc-vps-info .price-wrap {
        margin-top: 30px
    }
    .wpc-vps-info .title .info {
        font-size: 20px
    }
    .wpc-vps-info .price-wrap .price {
        margin-bottom: 10px;
        padding: 14px 40px
    }
    .wpc-vps-info .price-wrap .title {
        padding: 20.5px 41px
    }
    .wpc-vps-info .price-wrap .title {
        position: static
    }
    .footer .logo-bg {
        margin-top: 35px;
        width: 360px
    }
    .circle-wrapper {
        margin-top: 50px
    }
    .sec-uping {
        margin: initial
    }
    .godown {
        display: none
    }
    .history-section.feat01 hr {
        display: block !important;
        margin-bottom: 80px
    }
    .history-section.feat01 .row .first {
        padding-bottom: 50px
    }
    .history-section.feat01 .row .second {
        padding-top: 50px
    }
    .history-section.feat01 .row .third {
        padding-bottom: 50px
    }
    .history-section .row img.first {
        padding-top: 0
    }
    #clone {
        display: none
    }
    .tabs .btn-select-plan {
        position: initial;
        margin-top: 0
    }
    .tabs .btn-select-plan ul {
        z-index: 9;
        display: block;
        margin-bottom: 50px
    }
    .tabs .btn-select-plan ul li.mb-2 {
        margin-bottom: 0 !important
    }
    .top-header .wrapper .subheding {
        font-size: 14px
    }
    .top-header .wrapper .included {
        display: none
    }
    .top-header .wrapper .aboutus {
        margin-bottom: 0
    }
    .countdown .wrapper .clock {
        font-size: 32px
    }
    .countdown .wrapper .clock div {
        margin: 10px 30px 15px 0;
        padding: 20px 35px
    }
    .countdown .wrapper .clock div:last-child {
        margin-right: 0
    }
    .countdown .wrapper .clock span {
        font-size: 10px
    }
    .cd-filter-content .dflex {
        display: initial !important
    }
    .tabs.offers-tabs .info-content {
        margin-top: 30px
    }
    .menu-wrap .logo-menu {
        width: 90px;
        padding-top: 3px
    }
    .fullrock .fullrock-content .svg.soon {
        margin-top: 30px
    }
    .megamenu .service-list {
        padding: 20px 40px
    }
    .megamenu .start-offer .inner .title {
        font-size: 16px
    }
    .megamenu .start-offer .inner b {
        display: none
    }
    .megamenu .service-list {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 40px
    }
    .megamenu .start-offer {
        display: none
    }
    .megamenu-list .service-list {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 40px
    }
    .megamenu-list .start-offer {
        display: none
    }
    .infonews .news {
        display: none
    }
    .infonews .link {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:991px) {
    .domain-prices li:first-child {
        padding-left: 0
    }
    .nav-menu .main-menu>.menu-item>.sub-menu {
        margin-left: -65px;
        display: block !important
    }
    .nav-menu .main-menu>.menu-item>.sub-menu.menu-large {
        margin-left: -120px !important;
        display: block !important
    }
}

@media (max-width:767px) {
    .cd-main-content {
        position: absolute !important;
        height: 100% !important
    }
    .cd-main-content .cd-filter form {
        padding: 60px 20px
    }
    .cd-main-content.is-fixed .cd-filter form {
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
    .cd-main-content.sec-up {
        margin: 0 !important;
        z-index: 3 !important
    }
    .cd-main-content .cd-filter .sec-main {
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important
    }
    .cd-filter .row {
        margin: 0 !important;
        display: block !important
    }
    .cd-filter .container {
        margin: 0 !important;
        padding: 0 !important
    }
    .btn.cd-filter-trigger {
        display: inline-block !important;
        width: auto !important;
        text-indent: initial !important
    }
    .cd-main-content.animated {
        animation-fill-mode: initial !important
    }

    .nav-menu {
        padding: 0
    }
    .nav-menu .main-menu>.menu-item .fa-caret-right:before {
        content: "\f0d7"
    }
    .nav-menu .main-menu>.menu-item>.sub-menu a {
        color: #72757b
    }
    .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item:last-child {
        padding-bottom: 0
    }
    .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item a {
        color: #72757b;
        font-size: 15px;
        margin: 0
    }
    .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
        position: static;
        display: none;
        opacity: 1;
        padding: 0
    }
    .nav-menu .main-menu>.menu-item>.sub-menu {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible
    }
    .nav-menu .main-menu>.menu-item:hover>a {
        color: black;
        background-color: transparent
    }
    .nav-menu .main-menu a {
        margin-right: 0 !important
    }
    .nav-menu .menu-toggle {
        padding: 7px 6px 4px 6px;
        display: inline-block;
        right: 0;
        top: 0;
        z-index: 1000
    }
    .menu-wrap.line {
        border-color: transparent
    }
    .menu-wrap .col-sm-9.col-lg-7.col-lg-offset-2.p-0 {
        height: 0
    }
    .menu-wrap.fixed .nav-menu {
        padding: 0 0 10px 0
    }
    .menu-wrap.fixed .menu-toggle.top {
        top: 5px
    }
    .menu-wrap.light .main-menu>.menu-item>.sub-menu {
        background-color: #aeb0b5
    }
    .menu-wrap.light.fixed .menu-toggle {
        top: -49px
    }
    .menu-wrap.light.fixed .logo-menu {
        position: relative;
        top: 0
    }
    .menu-wrap.light .menu-toggle {
        top: -50px
    }
    .menu-wrap.active .nav-menu .main-menu {
        transform: translateX(0);
        list-style-type: none
    }
    .menu-wrap {
        display: none
    }
    .menu-wrap.mobile {
        display: block
    }
    .menu-wrap.mobile.active .logo-menu {
        z-index: 10;
        position: relative
    }
    .menu-wrap.mobile.active .logo-responsive {
        position: relative;
        z-index: 99;
        display: block !important
    }
    .menu-item.active.menu-item-has-children {
        background-color: #fdd700
    }
    .nav-menu .main-menu {
        display: block;
        text-align: center;
        position: fixed;
        height: 100%;
        width: 100%;
        background: #15212a;
        top: 0;
        left: 0;
        z-index: 999;
        overflow-y: auto;
        padding: 0 0 30px;
        -webkit-transform: translate3d(0, 200%, 0);
        -moz-transform: translate3d(0, 200%, 0);
        -ms-transform: translate3d(0, 200%, 0);
        -o-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .nav-menu .main-menu .menu-item.active>a {
        color: #121e25 !important;
        font-weight: 700;
        font-size: 13px
    }
    .nav-menu .main-menu .menu-item>a {
        color: white;
        font-weight: bold;
        font-size: 22px
    }
    .nav-menu .main-menu .menu-item>a .badge {
        font-size: 12px;
        margin: 7px 10px;
        position: absolute
    }
    .nav-menu .main-menu>.menu-item.menu-item-has-children>a:after {
        display: none;
        content: "\f0d7";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: -15px;
        top: 2px
    }
    .nav-menu .main-menu>.menu-item>.sub-menu {
        z-index: 9;
        padding-top: 20px;
        border: none;
        box-shadow: none !important;
        background-color: transparent
    }
    .nav-menu .main-menu>.menu-item.active>.sub-menu {
        padding: 20px;
        background-color: #fdd700
    }
    .nav-menu .main-menu>.menu-item.active>.sub-menu>.menu-item {
        border-color: transparent;
        padding: 10px 0 10px 0
    }
    .nav-menu .main-menu>.menu-item {
        width: 100%;
        float: none;
        margin-left: 0;
        padding: 10px 0;
        cursor: pointer;
        box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    
    }
    .nav-menu .main-menu>.menu-item:last-child {
        border-bottom: none
    }
    .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item {
        border: none;
        padding: 5px
    }
    .menu-item .sub-menu .menu-item a:hover {
        color: #fdd700 !important
    }
    .menu-item.active .sub-menu .menu-item a {
        color: #121e25 !important
    }
    .menu-item.active .sub-menu .menu-item a:hover {
        color: #fff !important
    }
    .top-banner .section-heading {
        font-size: 42px;
        line-height: 50px;
        margin-top: 250px;
    }
    .top-banner .subheading {
        margin-bottom: 30px;
        margin-left: 0
    }
    .hidden-xs {
        display: inline-block !important
    }
    .pricing .subheading {
        margin-bottom: 50px
    }
    h2.section-heading {
        font-size: 26px !important
    }
    .section-heading.small-text {
        font-size: 28px !important
    }
    .section-heading.small-text {
        font-size: 28px !important
    }
    .section-subheading.small-text {
        font-size: 16px !important
    }
    .section-offer.services .tabs.offers-tabs img {
        margin: 0 auto;
        max-width: 100%
    }
    .pricing.slider .info {
        margin-top: 0
    }
    .pricing.slider .soc-icons {
        display: block;
        float: none;
        margin-top: 10px;
        margin-right: 0;
        text-align: left;
        padding: 0
    }
    .pricing.slider .slides-toggle {
        display: none
    }
    .pricing.slider .swiper-wrapper .price {
        font-size: 38px
    }
    .pricing.slider .swiper-wrapper sup {
        font-size: 26px
    }
    .pricing.slider .slides-toggle .slide-next {
        right: -15px
    }
    .pricing.slider .slides-toggle .slide-prev {
        left: -15px
    }
    .pricing.slider .slides-toggle .slide-prev {
        left: -80px
    }
    .pricing.slider .slides-toggle .slide-next {
        right: -80px
    }
    .pricing.slider .wrapper {
        width: 100% !important;
        display: inline-block
    }
    .pricing .table .title {
        font-size: 16px
    }
    .best-plans.pricing .wrapper {
        margin-top: 0
    }
    .best-plans.pricing .wrapper.first {
        margin-top: 50px
    }
    .best-plans .table-responsive {
        border: none;
        margin-bottom: 0
    }
    .section-plans .heading {
        font-size: 22px
    }
    .h-plans-info .header-wrap {
        text-align: center
    }
    .tabs.offers-tabs .img {
        display: block;
        margin: 0 auto
    }
    .tabs.offers-tabs .tabs-content .info {
        padding-right: 0
    }
    .tabs.offers-tabs .tabs-content .heading {
        margin-top: 30px
    }
    .tabs.offers-tabs .tabs-header li {
        margin-top: 50px
    }
    .circle-section .title-round {
        font-size: 18px;
        font-weight: 700
    }
    .services.circle-section .heading {
        margin-top: 34px
    }
    .services.circle-section .info {
        font-size: 14px
    }
    .history-section .wrappper.right {
        text-align: center;
        padding: 0 15px
    }
    .history-section .wrappper {
        text-align: center
    }
    .service-skills .skills-wrap {
        text-align: center
    }
    .history-section .history-separate {
        margin-bottom: 0
    }
    .history-section .history-separate img {
        padding: 0 120px 30px
    }
    .history-section .wrappper img {
        width: 25%;
        margin: 0 0 20px 0;
        float: none
    }
    .filter-menu ul li {
        font-size: 13px
    }
    .product-meta {
        padding: 0 70px;
        margin-top: 35%
    }
    .details .wrappper .value {
        text-align: center;
        float: none;
        margin: 0
    }
    .details .wrappper .quantity {
        display: inline-grid
    }
    .shop .select {
        margin: 0 0 30px
    }
    .shop .select.second {
        margin: 30px 0 0
    }
    .products .wrapper {
        width: 49%;
        padding-right: 18px;
        padding-left: 18px;
        float: none;
        display: inline-block
    }
    .products .btn {
        padding: 25px 38px;
        font-size: 14px
    }
    .team .soc-icons-wrap .icons {
        margin-top: 250px
    }
    .modal-dialog {
        min-height: calc(100vh - 20px)
    }
    .fill-input {
        font-size: 14px !important;
        padding: 13px 20px 13px 20px !important
    }
    .general-input input.btn {
        padding: 17px 17px
    }
    .domain-prices li {
        padding: 10px 12px !important;
        font-size: 14px !important
    }
    .subcribe {
        display: none
    }
    .countdown .wrapper .clock .divider {
        margin-top: -38px;
        font-size: 25px
    }
    .countdown .wrapper .clock span {
        font-size: 12px;
        margin: 0 20px
    }
    .countdown .wrapper .clock div:first-child {
        border: none;
        background-color: transparent !important;
        color: #212122
    }
    .cart .table-responsive {
        border: none
    }
    .cart .data-cart .btn.order {
        margin-left: 0;
        margin-top: 20px
    }
    .cart.end {
        padding-top: 50px
    }
    .casestudy .author {
        padding-left: 0 !important
    }
    .casestudy .content-info {
        padding-left: 0 !important
    }
    .casestudy .ml-4 {
        margin-left: 0 !important
    }
    .casestudy .slide-prev {
        display: none
    }
    .casestudy .slide-next {
        display: none
    }
    .casestudy .casestudy {
        text-align: center;
        margin-left: 0
    }
    .accordion.faq .panel-title {
        font-size: 15px
    }
    .accordion.faq .panel-title {
        font-size: 14px;
        line-height: 26px
    }
    .wrap-blog {
        padding: 0
    }
    .wrap-blog>img {
        width: 100%
    }
    .blog .media.answer {
        padding-left: 30px
    }
    .blog .sidebar {
        margin-top: 80px
    }
    .footer {
        text-align: center
    }
    .footer .footer-top img {
        width: 200px
    }
    .footer .soc-icons a {
        margin: 0 8px 0 5px !important
    }
    .footer .payment-list li {
        font-size: 18px !important
    }
    .footer .payment-list li p {
        font-size: 12px !important
    }
    .footer .footer-bottom .copyrigh {
        margin-bottom: 10px;
        font-size: 14px
    }
    .footer .footer-menu {
        padding: 0;
        margin-left: 0
    }
    .footer .footer-menu {
        float: none;
        text-align: center;
        padding: 0;
        margin-left: 0
    }
    .footer .payment-list {
        float: none;
        text-align: center;
        padding: 0;
        margin-left: 0
    }
    .footer .footer-menu .menu-item {
        text-align: center;
        font-size: 14px
    }
    .footer .footer-top .col-md-3.col-sm-6 {
        margin-bottom: 50px
    }
    .footer .footer-top .col-md-3.col-sm-6:last-child {
        margin-bottom: 30px
    }
    .footer .col-md-3.col-sm-6 {
        margin-bottom: 50px
    }
    .footer .col-md-3.col-sm-6:last-child {
        margin-bottom: 10px
    }
    .footer .footer-bottom .footer-menu {
        top: 0 !important;
        margin-bottom: 10px
    }
    .footer .soc-icons {
        text-align: center;
        padding-left: 0;
        padding-bottom: 30px;
    }
    .footer .soc-icons i {
        font-size: 18px
    }
    .footer .logo-bg {
        display: none
    }
    .cd-tab-filter ul {
        display: none
    }
    .cd-tab-filter.is-open ul {
        display: none
    }
    .cd-tab-filter::after {
        display: none
    }
    .cd-filter-content a {
        display: block
    }
    .table td {
        padding: .75rem
    }
    .section-404 .input-group {
        margin-top: 35px
    }
    .section-404 .img {
        visibility: hidden
    }
    .getready .column-support-subtitle {
        font-size: 16px;
        line-height: 26px
    }
    .sec-main {
        padding: 30px
    }
    .general-input {
        width: 100% !important
    }
    .owl-carousel .vc-parent.fix {
        height: 65% !important
    }
    .custom-element-right {
        display: none !important
    }
    .blackfriday {
        display: none !important
    }
    .cd-gallery li {
        width: 100%;
        margin-bottom: 2em
    }
    .overview .overview-info {
        text-align: center
    }
    .overview .img-over {
        text-align: center
    }
    .overview .overview-info {
        padding: 60px 0
    }
    .form-contact i {
        display: none
    }
    .wpc-cloud-range .info-range {
        font-size: 14px
    }
    .owl-carousel .animatype {
        font-size: 28px
    }
    .maping .datacenters {
        width: 14px;
        height: 14px
    }
    .path-left {
        display: none
    }
    .path-right {
        display: none
    }
    .top-header {
        padding-top: 110px;
        padding-bottom: 70px
    }
    .top-header .wrapper .heading {
        font-size: 42px
    }
    .top-header .wrapper .subheading small {
        display: none
    }
    .soc-icons-apply {
        display: none
    }
    .countdown .wrapper .clock {
        font-size: 32px
    }
    .countdown .wrapper .clock div {
        border: none !important;
        margin: 0 50px 0 0;
        padding: 0
    }
    .countdown .wrapper .clock span {
        font-size: 13px;
        margin-top: 0
    }
    .notfound p {
        font-size: 14px
    }
    .notfound br {
        display: none
    }
    .megamenu .service-list .service .media-body a {
        font-size: 14px !important
    }
    .megamenu-list .service-list .service .media-body a {
        font-size: 14px !important
    }
    .count-txt {
        font-size: 20px
    }
    .count-content .clock#specialclock {
        font-size: 20px
    }
    .svg.pattern {
        display: none
    }
    .vc-parent {
        min-height: 600px
    }
    .infonews {
        display: none
    }
    .footer-top ul{
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        column-count: 2;
        column-gap: 40px;
    }

    .footer .footer-top{
        padding: 50px 0 20px 0;

    }
}

@media (min-width:768px) {
    .cd-filter {
        position: relative;
        width: 100% !important;
        height: auto !important;
        background: 0 0 !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important
    }
    .cd-filter .cd-close {
        opacity: 0 !important;
        top: -50px !important
    }
    .cd-filter.filter-is-visible {
        display: inline-block !important;
        width: 100% !important;
        box-shadow: none !important
    }
    .cd-main-content.is-fixed .cd-filter {
        position: relative !important;
        height: auto !important;
        overflow: initial !important
    }
    .cd-filter::before {
        display: none !important
    }
    .cd-gallery.filter-is-visible {
        margin-top: 28% !important
    }
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 600px !important
    }
    .btn.cd-filter-trigger {
        display: none !important
    }
    .cd-filter-block .list li {
        margin: 0 15px 15px 0 !important;
        display: inline-block !important
    }
    .cd-filter-block ul {
        padding: 0 !important
    }
    .menu-wrap.mobile {
        display: none
    }
    .menu-wrap .nav-menu {
        float: left
    }
    .nav-menu .main-menu>.menu-item>.sub-menu {
        margin-left: -90px;
        display: block !important
    }
    .nav-menu .main-menu>.menu-item>.sub-menu.menu-large {
        margin-left: -640px !important;
        display: block !important
    }

    .nav-menu .main-menu>.menu-item>.sub-menu.menu-large.service-header {
        margin-left: -765px !important;
        display: block !important
    }

    .nav-menu .main-menu>.menu-item:hover>.sub-menu {
        top: 63px;
        opacity: 1;
        visibility: visible
    }
}

.address-box {
    border-radius: 10px;
    margin: 20px 60px 20px 90px;
    padding: 20px;
    background: linear-gradient(88deg, #f8f7a5 0%, #1694bf 100%);
}

.address-box-heading {
    padding-top: 5px;
    margin-bottom: 10px;
}

.info-box i {
    padding: 10px;
    font-size: 40px;
}

.info-box-text {
    padding: 10px;
}

.address-box  .soc-icons a {
    display: inline-block;
    margin: 20px 0px 15px 10px;
}

.address-box .soc-icons i {
    background-color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 15px;
    width: 40px;
    transition: .3s;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .15);
}

@media (max-width:576px) {
    .contact-section .cd-filter-block {
        padding-right: 10px;
    }

    .address-box {
        margin: 0;
    }
    
    .box span{
        font-size: 10px;
    }

    .contact-section{
        position: relative;
        padding: 20px 20px;
    }

    #sw-nav-testimonials-1 {
        margin-left: 50px;
    }

    .swiper-wrapper {
        text-align: center;
        padding-left: 50px;
        width: 297px;
        transform: translate3d(-99px, 0, 0);
        transition-duration: 1.2s;
        height: 89px
    }

    .nav-menu .main-menu li {
        list-style-type: none;
        box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
        padding: 6px 0px;
    }

    .product-name h2 {
        font-size: 22px;
    }

    .product-name p {
        font-size: 16px;
    }

    .vibro-classifier {
        display: none;
    }

    .vibro-classifier-mobile {
        display: block;
    }

    .desktop-product {
        display: none;
    }

    .mobile-product {
        position: relative;
        display: block;
    }

    .client-counter {
        height: 1020px;
    }

    .about-section .title.mt-5 {
        margin-top: 1.8rem !important;
    }

    .about-section .mt-5 {
        margin-top: 0.5rem !important;
    }

    .about-section .title h2 {
        font-size: 18px !important;
    }

    .about-section .title p { 
        font-size: 12px !important;
    }

    .client-section .title.mt-5 {
        margin-top: 1.8rem !important;
    }

    .client-section .mt-5 {
        margin-top: 0.5rem !important;
    }

    .client-section .title h2 {
        font-size: 18px !important;
    }

    .client-section .title p { 
        font-size: 12px !important;
    }

    .client-logo img {
        width: 100px !important;
    }

    .client-section  .client-logo {
        margin-top: 30px !important;
    }

    .client-section {
        height: 1160px;
    }


    .industries-products {
        height: 550px;
    }

    .industries-products .title h2 {
        font-size: 18px !important;
    }

    .industries-products .title p { 
        font-size: 12px !important;
    }

    .industries-products .title.mt-5 {
        margin-top: 1.8rem !important;
    }

    .industries-products .mt-5 {
        margin-top: 1rem !important;
    }

    .testimonials-section .title.mt-5 {
        margin-top: 1.8rem !important;
    }

    .testimonials-section .mt-5 {
        margin-top: 0.5rem !important;
    }

    .testimonials-section .title h2 {
        font-size: 18px !important;
    }

    .testimonials-section .title p { 
        font-size: 12px !important;
    }

    .testimonials-section .swiper-slide .w-75.ml-4{
        margin-left: 0px !important;
    }

    #sliderr .arrow label {
        width: 120px;
        margin-top: 45px;
    }

    #sliderr .arrow label i {
        width: 40%;
        background-color: transparent;
        height: 25px;
        line-height: 25px;
    }

    #sliderr .slides {
        margin-top: 20px;
    }

    #sliderr {
        height: 230px;
    }

    #sliderr .title h2 {
        font-size: 18px !important;
    }

    #sliderr .title p { 
        font-size: 12px !important;
    }

    #sliderr .title.mt-5 {
        margin-top: 1.8rem !important;
    }

    #sliderr .mt-5 {
        margin-top: 1rem !important;
    }

    .fixed-contact {
        height:60px;
        top: 250px;
        right:0px;
        border-radius:50px;
        text-align:center;
        font-size:0px;
        z-index:100;
        cursor: pointer !important;
    }

    .counter-section {
        padding-top: 50px !important;
    }

    .product-section {
        height: auto;
    }

    .product-section .mb-3 {
        margin-bottom: 0px !important;
    }

    .product-section .mb-5 {
        margin-bottom: 20px !important;
    }

    .product-inquiry {
        display: none;
    }

    .product-inquiry-mobile {
        display: block;
        margin-top: 35px;
    }

    .header-button {
        font-size: 16px !important;
        padding: 22px !important;
    }

    .list-style-one li {
        font-size: 15px !important;
    }

    .sec-first .light {
        font-size: 25px;
        text-align: center;
    }

    .sec-first .lead {
        font-size: 1rem !important;
        text-align: center;
    }

    .about-row {
        margin-top: 30px;
    }

    .mobile-mr {
        margin-top: 30px;
    }

    .menu-wrap {
        height: auto !important;
        padding: 10px 10px !important
    }

    .feature-service .title h2{
        font-size: 18px;
    }

    .feature-service .title p{
        font-size: 10px;
    }

    .mmb-5 {
        margin-bottom: 2rem !important;
    }

    .mmt-5 {
        margin-top: 2rem !important;
    }

    .mmt-4 {
        margin-top: 1rem !important;
    }

    .tab-area .mt-5 {
        margin-top: 2rem !important; 
    }

    .tab-content {
        margin-bottom: 10px !important;
    }

    .job-list .btn:hover {
        background: linear-gradient(89deg,#1697bf 3%,#68cef5 98%) !important;
        color:white !important;
        border: none
    }
    
    .job-list .btn {
        cursor: pointer !important;
        border: 1px solid grey;
        border-radius: 50px;
        color: grey;
        font-size: 10px;
        line-height: 1;
        margin: 0;
        padding: 10px 16px;
        position: relative;
        background-color: transparent;
        letter-spacing: .02em;
        font-family: "Open Sans Semibold";
        box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
        -webkit-transition: all .3s linear 0s;
        -moz-transition: all .3s linear 0s;
        -ms-transition: all .3s linear 0s;
        transition: all .3s linear 0s
    }

    #first-feature h2 {
        font-size: 18px;
    }

    .slide-section{
        display: none;
    }
    .sec-blog .title h2{
        font-size: 18px !important;
    }

    .sec-blog .title p{
        font-size: 10px !important;
    }

    .sec-blog {
        height: 400px !important;
    }

    .plans.badge.feat{
        right: 14px !important;
        top: 5px !important;
    }

    .col-sm-4{
        width: 33.33% !important;
    }

    .service-section-mid-blog .img-mid{
        margin: 5px 0px 0px -9px !important;
        height: 70px !important;
        width: 85px !important;
    }

    .blog-small-details{
        visibility: hidden !important;
    }

    .blog-content h6 {
        visibility: hidden !important;
    }

    .blog-post-view {
        margin: 0px !important;
    }

    .blog-author-img{
        margin: 0px !important;
        padding-top: 5px !important;
        height: 25px !important;
        width: 25px !important;
    }
    .blog-h5 {
        margin: 0px !important;
    }

    .blog-post-details{
        margin: 0px !important;
        padding-top: 8px !important;
        padding-left: 5px !important;
    }

    .blog-post-name, .blog-post-date{
        font: 8px "Open Sans" !important;
    }

    .blog-h5 h5{
        font: 10px "Open Sans" !important;
    }

    .blog-h5 p{
        font: 8px "Open Sans" !important;
        margin-bottom: 0px !important;
    }

    .tab-pane .sec-blog {
        margin: 0px 4px 0px -4px !important;
        height: 270px !important;
    }

    .button-blog {
        margin: 6px 0px 4px 10px !important;
        font:  8px "Open Sans" !important;
    }

    .mt-4{
        margin-top: 1rem !important;
    }

    .mt-3{
        margin-top: .2rem !important;
    }

    .card-date {
        top: 5px !important;
        right: 5px !important;
    }

    .card-date .date .day {
        font-size: .8rem !important;
        color: #fff;
        font-weight: bold;
    }
    
    .card-date .date .month {
        font-size: .6rem !important;
        color: #fff;
    }
    
    .about-writing{
        writing-mode: horizontal-tb !important;
        padding-left: 74px;
    }

    .about-first p {
        padding: 20px;
        color: grey;
    }

    .about{
        height: 680px !important;
    }
    
    .about .about-ico-1{
        bottom: 70px !important;    
    }
    
    .about .about--ico{
        position: absolute;
        background-repeat: no-repeat;
    }

    .anistyle{
        visibility: visible !important; 
        animation-delay: 0.4s !important; 
        animation-name: fadeInUp !important
    }

    .first-img{
        height: 150px;
        width: 300px;
    }

    .sec-first{
        height: 100%;
        width: 100%;
    }

    .nav-process{
        margin-left: 0px;
    }

    .column {
        display: block;
        flex: 1 1 0px;
        -webkit-box-flex: 1;
        padding:  5px !important;

    }
    .mob-none{
        display: none !important;
    }

    .tab-pane .sec-sec1 {
        box-shadow: rgba(110, 110, 110, 0.1) 0px 5px 15px 0px;
        border-radius: 15px;
        align-items: center !important;
        position: relative !important;
        transition: all 0.2s ease-in-out 0s !important;
        padding: 14px !important;
        margin-bottom: 7px !important;
    }

    .tab-pane .service svg {
        height: 40px !important;
        width: 40px !important;
        margin: 0px 0px 0px 8px !important;
        display: table !important;
    }

    .tab-pane .media-body{
        vertical-align: middle !important;
    }

    .tab-pane .service{
        display: block !important;
        padding: 8px;
        margin: -8px -17px -7px 10px !important;
    }

    .tab-area .title h2{
        font-size: 18px !important;
    }

    .tab-area .title p{
        font-size: 12px !important;
    }

    .tab-pane .media-body a {
        padding: 0px;
        font-size: 10px !important;
        text-align: center !important;
        line-height: 10px !important;
        font-weight: normal !important;
        color: rgb(49, 49, 49);
        margin-bottom: -3px;
        display: inline-block !important;
    }

    .tab-pane .event-card{
        height: 160px !important;
    }

    .features_more{
        margin-top: -5px !important;
    }

    .card-text .text.text-container {
        padding: 10px !important;
    }

    .event-card.is-wavy h2.text-title {
        font-family: "Open Sans", sans-serif !important;
        text-transform: none;
        font-size: 10px !important;
    }


    .event-card.is-wavy p.text-subtitle{
        font-size: 0.5rem !important;
    }

    .img-container img {
        height: 120px;
    }

    .card-text .text.text-description {
        font-size: 10px !important;
        line-height: 1.2em !important;
        margin-bottom: 0px !important;
    }

    .tab-pane .card-text .text.text-details::before {

        margin-top:-10px !important
    }


    .features_one .features_more a {
        font-size: 8px !important;
        top: -1px !important;
    }


    .features_one .features_more .fea_border_more {
        height: 1px;
        display: inline-block !important;
        width: 10px !important;
        position: relative;
        top: -1px !important;
        background-color: #0ebdca;
        transition: all 0.5s;
    }

    .features_one .features_more:hover .fea_border_more{
        width:15px !important;

    }

    .tab-list li a.nav-link{
        font-size: 16px !important;
        font-weight: 700 !important;
        padding: 10px 0px !important;
    }

    .aic .col-sm-3{
        width: 25%;
        padding: 8px;
        margin-left: 10px !important;
        margin-right: -17px !important;
    }

    .aic .col-sm-6{
        width: 50%;
        padding: 5px 5px 0px 5px;
    }

    .aic .sec-sec{
        padding:10px 10px !important;
    }

    .aic .mt-4{
        margin-top: -6px !important;
    }

    .sec-grid {
        display: inline-block;
        vertical-align: middle;
        font-size: 10px;
    }

    .services .service-wrap .section1-img{
        width: 95% !important;
        margin:0px 0px 0px -8px !important;
        padding: 5px !important;
        height: 270px !important;
    }

    .services .service-wrap .section2-img{
        width: 33.33% !important;
        margin:0px !important;
    }


    .services .service-wrap .service-section-small-img{
        width: 100% !important;
        height: 0px !important;
        margin: 0px !important;
        padding:45px !important
    }

    .services .service-wrap .service-section-mid-blog{
        width: 96px!important;
        height: 80px !important;
        margin-top: 0px !important;
        margin-bottom: 14px !important;
    }

    .img-responsive {
        height: auto !important;
        width: 100%;
        object-fit: cover;
    }

    .sec-first .browser{
        background: linear-gradient(rgb(255, 255, 255) 1%, rgb(238, 241, 243) 10%);
        position: relative;
        padding-top: 2em;
        border-radius: 0.4em;
        margin-top: 0px !important;
        width:100%
    }

    .browser img{
        max-width: 100%;
    max-height: 100%;
    }

    .sec-normal {
        padding: 30px 0;
        position: relative;
        z-index: 0
    }

    .top-banner .heading span{
        font-size: 18px !important
    }

    .owl-height{
        height: 160px !important;
    }


    .top-banner .section-heading {
        font-family: "Open Sans";
        font-size: 12px;
        margin-top: 120px !important;
        color:#fff !important;
        margin-left: 15px;
        margin-bottom: 5px;
        text-transform: capitalize;
        position: relative;
        display: inline-block;
        color: #181b22;
        line-height: 13px
    }

    .top-banner .subheading {
        font-family: "Open Sans";
        color: #fff;
        position: relative;
        line-height: 0px;
        font-size: 12px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-top: 0px
    }

    .vc-child{
    vertical-align: top;
    }

    .top-banner img{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        margin-top: 0px !important;
    }

    .btn-none {
     display: none;
    }
    .owl-carousel .subheading .feat{
        line-height: 20px !important;
    }

    .owl-carousel .animatype{
        font-size: 14px
    }
    .modal{
        top:85px !important;
    }

    .supportbtn{
        display: block !important;
    }

    .supportbtn{
        cursor: pointer !important;
        -webkit-transition: all .3s linear 0s;
        -moz-transition: all .3s linear 0s;
        -ms-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
    }

    .supportbtn:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .footer-top ul{
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        column-count: 2;
        column-gap: 40px;
    }

    .footer .footer-top{
        padding: 50px 0 20px 0;

    }
    #loading {
        width: 100%;
        height: 100%;
        background: white;
        top: 0px;
        left: 0px;
        position: fixed;
        display: block;
        z-index: 99
    }

    #loading-image {
        position: fixed !important;
        position: absolute !important;
        top: 40% !important;
        left: 20% !important;
        z-index: 100
    }

    .secfeat {
        display: none
    }
    .chars {
        display: none
    }
    .domain-prices {
        display: none
    }
    .top-header .wrapper .round:before {
        top: 10px
    }
    .tabs.offers-tabs .tabs-header ul {
        padding: 0
    }
    .tabs.offers-tabs .tabs-header li {
        flex: 0 0 100%;
        max-width: 100%
    }
    .tabs.offers-tabs .tabs-header {
        padding: 0
    }
    .filter-menu ul {
        padding: 0 0
    }
    .filter-menu ul li {
        font-size: 12px;
        padding: 10px
    }
    .best-seller .col-xs-6 {
        width: 100% !important
    }
    .product-meta {
        padding: 0 70px;
        margin-top: 35%
    }
    .products .wrapper {
        width: 100%
    }
    .team .soc-icons-wrap .icons {
        display: inline-block;
        margin-top: 250px
    }
    .cart .data-cart .order-suma {
        margin-left: 0;
        padding: 26px 46px
    }
    .casestudy img {
        width: 100%
    }
    .pagination>li>a {
        margin-bottom: 20px
    }
    .special-footer {
        margin-bottom: -150px
    }
    .sec-main {
        padding: 30px 15px 140px 15px;
    }
    .wrap-blog .wrapper {
        padding: 60px 15px !important
    }
    .blog.blog .wrap-blog .comments {
        padding: 60px 30px !important
    }
    .blog.blog .wrap-blog .livecomment {
        padding: 60px 30px !important
    }
    .blog .sidebar {
        padding: 50px 15px !important
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 40px;
        display: block;
        padding: 0 !important;
        margin: 0 2px !important
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        display: block;
        left: 10px !important;
        z-index: 9 !important;
        top: 90% !important
    }
    .circle-section .text-left:first-child {
        text-align: left !important
    }
    .circle-section .text-left {
        text-align: center !important
    }

    .newlogo{
        height: auto;
        width: 110px;
    }
    .logosize{
        height: auto;
        width: 110px;
    }

    .footer-logo-size{
        width: 200px;
        height: auto;
    }

    .nav-menu .main-menu>.menu-item>.sub-menu {
        opacity: 0;
        visibility: block;
        position: absolute;
        z-index: 9;
        padding: 20px 30px;
        border-radius: 12px;
        background-color: #fff;
        top: 100%;
        margin-top: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }


    .service-list .service{
        margin:0px;
        height: 70px;
    }

    .dropdown-menu.show {
        color: #72757b;
        text-align: center;
        padding: 10px !important;
        border: none;
        background-color: transparent
    }

    .dropdown-menu.show a {
        color: white;
        font-size: 10px;
        margin: 0;
        border: none;
        padding: 7px;
        background-color: transparent
    }

    .nav-menu .main-menu {
        display: block;
        text-align: center;
        position: fixed;
        height: 100%;
        width: 100%;
        background: linear-gradient(88deg, rgb(248, 247, 165) 0%, rgb(22, 148, 191) 100%) !important;
        top: 120px;
        left: 0;
        z-index: 999;
        overflow-y: auto;
        -webkit-transform: translate3d(0, 200%, 0);
        -moz-transform: translate3d(0, 200%, 0);
        -ms-transform: translate3d(0, 200%, 0);
        -o-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .main-menu-margin{
        top:85px !important;
    }

    .nav-menu .main-menu .menu-item{
        font-size: 13px;
    }

    .nav-menu .main-menu .menu-item-heading{
        font-size: 18px;
        font-weight: bold;
    }
    .nav-menu .main-menu .menu-item-content a{
        font-size: 18px;
        line-height: -10px;
        color: white;
    }

    .dropdown-submenu .dropdown{
        margin-top: 0px !important;
    }

    .dropdown-submenu {
        box-shadow: rgba(62, 62, 79, 0.23) 0px 2px 8px 0px;
        padding: 8px;
        font-weight: bold;
    }

    .dropdown-submenu .dropdown-menu {

        width: 100%;
        border: 0 none;
        padding-bottom: 30px;
        text-align: center;
        background-color: transparent;
        transform: initial !important;
        position: static !important
      }

      .ml-4{
          margin-left: 0px !important;
          margin-top: 20px !important;
      }

      .blog-img-mob{
        background-image: url(../img/metaVR2mob.png) !important;
    }

    .second-blog-img-mob{
        background-image: url(../img/ai-mob.jpeg) !important;
    }
    
    .third-blog-img-mob {
        background-image: url(../img/digital-marketing-mob.jpeg) !important;
    }

}

@media (max-width:420px) {
    .top-banner .heading span {
        font-size: 14px
    }
    .top-header .wrapper .heading {
        font-size: 26px
    }
    .top-header .wrapper .subheding {
        font-size: 14px
    }
    .section-heading.small-text {
        font-size: 24px !important
    }
    .section-heading.small-text {
        font-size: 24px !important
    }
    .team .soc-icons-wrap .icons {
        display: inline-block;
        margin-top: 185px
    }
    .team .col-md-3.col-sm-6.col-xs-6 {
        width: 100%
    }
    .countdown .wrapper .clock span {
        font-size: 10px;
        margin-top: 10px
    }
    .table-responsive {
        border: none
    }
    .payment-form .btn-check {
        margin: 5px 5px 0
    }
    .accordion.faq .wrapper-collapse .list {
        margin-left: 0
    }
    .wrap-blog .social {
        width: 100%;
        text-align: center
    }
    .blog .social-icons {
        text-align: center;
        padding: 0
    }
    .blog .media .text-comments {
        width: 100%
    }
    .pagination>li>a {
        font-size: 16px;
        padding: 5px 12px
    }
    .pagination .next,
    .pagination .prev {
        font-size: 16px;
        padding: 5px 12px
    }
    .blog.blog .wrap-blog .media-left {
        display: none
    }
    .blog .media .media-body {
        padding-left: 0
    }
    .blog .media a.answer {
        float: none
    }
    .section-404 .title {
        font-size: 38px
    }
    .section-404 .input {
        width: 100%
    }
    .section-404 .input-group .btn {
        width: 100%;
        margin-top: 15px
    }
    .top-header .wrapper .subheading {
        font-size: 16px
    }
}

.steelco-chat{
    visibility: hidden; 
    display:inline-block; 
     background : url("../img/email.png") !important;  
     background-position: center !important;
    background-repeat: no-repeat !important; 
    background-size: cover !important; 
    opacity: 1 !important; 
    position: fixed !important; 
    transition-property: none !important; 
    z-index: 99 !important; 
    cursor: auto !important; 
    pointer-events: auto !important; 
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px !important; 
    min-height: 60px !important; 
    max-height: 60px !important; 
    width: 60px !important; 
    border-radius: 50% !important; 
    transform: rotate(0deg) translateZ(0px) !important; 
    transform-origin: 0px center !important; 
    margin: 0px !important; 
    top: auto !important; 
    bottom: 20px !important; 
    right: 20px !important;
    left: auto;
}

.steelco-chat.steelco-chat-visible{
    visibility: visible !important;
    opacity: 1;
    z-index: 99
}

.phone-slide.is-first{
    background-image: url(../img/phone-slide-1.png);
}
.phone-slide.is-second{
    background-image: url(../img/phone-slide-2.png);
}
.phone-slide.is-third{
    background-image: url(../img/phone-slide-3.png);
}
.phone-slide.is-fourth{
    background-image: url(../img/phone-slide-4.png);
}

.phone-slide{
    background-position: center left;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 400% 50%;
vertical-align: top;
padding: 800px 30px 30px 30px;
}

.columns.is-gapless>.column {
    margin-left: -70px;
    padding: 0 !important;
    }

.column {
display: block;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
padding: .75rem;
}

.columns:not(.is-desktop){
display: flex;
}

.section.no-margin {
margin: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.section.section-feature-grey {
background-color: #fbfbfb;
}

.section .icon-subtitle i {
font-size: 2.4rem;
color: #4FC1EA;
}

.im {
font-family: iconsmind!important;
font-style: normal;
font-weight: 400;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.im-icon-Calendar-4:before {
content: "\e70b";
}

.section .title.quick-feature {
font-size: 2.7rem;
color: #444F60;
position: relative;
}

.section .title.quick-feature .bg-number, .section .title.quick-feature .bg-symbol {
position: absolute;
font-weight: bolder;
top: -100px;
left: 40px;
font-size: 14rem;
z-index: 0;
opacity: 0.1;
color: #999;
}
.section .title-divider {
margin: 10px 0;
width: 80px;
height: 5px;
background: #4FC1EA;
}

.section .section-feature-description {
color: #878787;
}

.button.button-cta.btn-outlined.is-bold {
border-width: 2px;
font-weight: 600;
}

.button.primary-btn.btn-outlined {
border-color: #4FC1EA;
color: #4FC1EA;
background-color: transparent;
}

.section .title.quick-feature .bg-number, .section .title.quick-feature .bg-symbol {
position: absolute;
font-weight: bolder;
top: -100px;
left: 40px;
font-size: 14rem;
z-index: 0;
opacity: 0.1;
color: #999;
}
.columns.is-gapless {
margin-left: 0;
margin-right: 0;
margin-top: 0;
}

.section.has-border-top {
border-top: 1px solid #ededed;
}

.column.is-7, .column.is-7-tablet {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 58.33333%;
}

.quick-feature.is-handwritten {
font-size: 2.1rem !important;
font-family: 'Nexa Bold', sans-serif;
font-weight: 400 !important;
margin-bottom: 0.8rem !important;
}

.section .title.quick-feature {
font-size: 2.7rem;
color: #444F60;
position: relative;
}
.columns.is-vcentered {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.section .content-wrapper {
    padding-top: 0px;
}

.column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
}

.event-card {
    overflow: hidden;
    width: 100%;
    height: 320px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 300ms ease-in;
    transition: -webkit-box-shadow 300ms ease-in;
    transition: box-shadow 300ms ease-in;
    transition: box-shadow 300ms ease-in, -webkit-box-shadow 300ms ease-in;
    border-radius: 10px;
}

.event-card .card-date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #7F00FF;
    z-index: 1;
}

.event-card .card-date .date {
    padding: 0 10px;
}

.event-card .card-date .date .day {
    font-size: 2.7rem;
    color: #fff;
    font-weight: bold;
}

.event-card .card-date .date .month {
    font-weight: 500;
    color: #fff;
}

.img-container {
    position: absolute;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container img {
    width: auto;
    height: 212px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-text {
    bottom: -70%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 450ms cubic-bezier(0.6, 0.06, 0.34, 0.61);
    transition: all 450ms cubic-bezier(0.6, 0.06, 0.34, 0.61);
}
.event-card.is-wavy p.text-subtitle {
    font-family: "Nexa Light", sans-serif;
    font-size: 0.9rem;
}

.card-text .text.text-container {
    padding: 20px 30px;
}

.event-card.is-wavy h2.text-title {
    text-transform: none;
    font-size: 1.0em;
}

.card-text .text.text-title {
    font-family: 'Nexa Bold', sans-serif;
    font-size: 1.15em;
    margin-bottom: .25em;
    font-weight: bold;
    text-transform: uppercase;
}

.card-text .text.text-container .text-header .text-subtitle {
    color: #7F00FF;
    font-family: 'Nexa Light', sans-serif;
}

.card-text .text.text-details:before {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0;
}

.card-text .text.text-description {
    line-height: 1.4em;
    margin-bottom: 9px;
}


.button.is-link.btn-more {
    text-decoration: none !important;
}

.button.is-link {
    background: transparent !important;
    background-color: #3273dc;
    border-color: transparent;
    color: #fff;
}

.button.btn-align {
    padding: 3px 13px 6px 13px;
}

.color-accent {
    color: #7F00FF !important;
}

.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.card-text .button.is-link i {
    font-size: 10px !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
    margin-left: 20px;
    top: 2px;
}

.sl-icon-arrow-right:before {
    content: "\e606";
}

.event-card:hover .card-text{
    bottom: 0%;

}

.section_title .section_title_icon {
    font-size: 18px;
    background: linear-gradient(to right, #797cd2, #393e9e);
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
}


.section_title .section_subtitle {
    max-width: 500px;
    font-size: 16px;
    padding-top: 6px;
    line-height: 1.8;
}


.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.mdi-adjust:before {
    content: "\F01A";
}


.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: "Material Design Icons";;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.features_one .features_more .fea_border_more {
    height: 1px;
    display: inline-block;
    width: 15px;
    position: relative;
    top: -4px;
    background-color: #0ebdca;
    transition: all 0.5s;
}

.features_one .features_more a {
    font-size: 13px;
}
.text-custom {
    color: #0ebdca !important;
}
a, a:hover, a:focus, button, button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
a {
    font-size: 14px;
}
.features_one .features_more:hover .fea_border_more{
    width:30px;

}
.features_one .features_icon {
    height: 46px;
    width: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 28px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 4px rgba(14, 189, 202, 0.25);
}
.bg-gradient {
    background: linear-gradient(to right, #797cd2, #393e9e);
}

.tab-list {
    margin-bottom: 10px;
}


.tab-list li a.nav-link {
    color: #8392a5;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 500;
}
.tab-list li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #e5e9f2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tab-list li {
    width: 50%;
    position: relative;
    z-index: 1;
}

.tab-content {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

#header .tab-content {
    margin-bottom: 0px;
}

.industries .gallery__img {
    left: 50px;
}

.industries .head-desk-gallery .gallery {
    padding-top: 300px !important;
    padding-left: 0px !important;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tab-6-img {
    position: relative;
    z-index: 1;
}

.tab-6-img img.tab-img {
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: -1;
    -webkit-animation: maskimg 10s linear infinite;
    animation: maskimg 10s linear infinite;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}

.tab-title .tab-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    background-color: #00c1b1;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 30px;
}

.tab-title h3 {
    margin-bottom: 20px;
}

.tab-list li a.nav-link.active {
    color: white;
}
.tab-list li a.active:after {
    background-color: white;
}

.tab-pane .service{
    margin: 0;
    display: flex;
}

.tab-pane .service svg {
    display: table !important;
    height: 60px;
    width: 60px;
    margin: -12px 15px 0 0;
}

.tab-pane .service  svg {
    vertical-align: middle;
    border-style: none;
}

.tab-pane .media-body{
    display: table-cell !important;
    vertical-align: top;
}
.tab-pane .media-body{
    flex: 1;
}
.tab-pane .media-body a{
    padding: 0;
    line-height: 34px;
    font-weight: bold;
    color: #313131;
    display: inline-block !important;
    margin-bottom: -3px;
}

.tab-pane .col-4{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.tab-pane .sec-sec1 {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 15px;
    align-items: center;
    position: relative;
    transition: all .2s ease-in-out;
    padding: 30px 30px;
    margin-bottom: 20px;

}

.sec-sec1:hover{
    transform: scale(0.9);
}

.tab-pane .event-card {
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow 300ms ease-in;
    transition: -webkit-box-shadow 300ms ease-in;
    transition: box-shadow 300ms ease-in;
    transition: box-shadow 300ms ease-in, -webkit-box-shadow 300ms ease-in;
}

.tab-pane .card-text .text.text-details::before {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background-color: rgb(221, 221, 221);
    margin: 5px 0px;
}







.shape-wrapper {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.shape-center, .shape-left, .shape-right, .shape-top {
    position: absolute;
    max-width: 560px;
}

.shape-right {
    right: 0;
    left: 51vw;
    top: 90px;
}

.section [class^=container].bring-to-front, section [class^=container].bring-to-front {
    z-index: 9;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.op-8 {
    opacity: .8;
}

.bold, strong {
    font-weight: 700!important;
}

.op-5 {
    opacity: .5;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}


.services .service-wrap .service-section-long {
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    padding: 50px;
    margin-top: 50px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 550px;
}

.sec-career {
    padding: 0px 0;
    position: relative;
    z-index: 0;
    height: 650px;
}

.services .service-wrap .service-section-small {
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    padding: 50px;
    margin-top: 30px;
    width: 260px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.services .service-wrap .service-section-mid {
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    padding: 50px;
    margin-top: 30px;
    width: 550px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.job-list {
    position: relative;
    z-index: 0;
    height: 850px;
}

.card-header{
    border-bottom:none !important;
    border-radius: 30px !important
}

.card{
    border: none !important;
}


.list-2 li span {
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
    }

.list-2 li {
margin-bottom: 15px;
font-size: 12px;
}
.careers-list > li.title {
font-weight: 700;
margin: 18px 0 14px;
}

.careers-list {
margin: 0 0 0 15px;
padding: 0;
list-style: none;
}

.careers-list > li {
margin-bottom: 5px;
}

.title-small {
font-family: montserrat,lato,helvetica neue,Helvetica,Arial,sans-serif;
margin: 0 0 15px;
font-size: 17px;
color: #556;
}

.card-header .btn:hover{
    color: whitesmoke;
    background: linear-gradient(89deg,#1697bf 3%,#68cef5 98%);
}

.card-header h4{
    font: 20px "Open Sans";
}


.tab-pane .sec-blog{
    padding: 0px 0;
    position: relative;
    z-index: 0;
    height: 600px;
    margin: 0px 0px 0px -14px;
}


.blog-small-details{
    display: flex;
    margin-top: 20px;
}

.blog-content{
    margin-top: 65px;
}
.button-blog {
    box-sizing: border-box;
    min-width: 0px;
    margin: 20px;
    white-space: nowrap;
    display: inline-block;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    vertical-align: middle;
    padding: 0.25rem 1rem;
    transition: all 250ms ease 0s;
    background-color: rgb(233, 216, 253);
    color: rgba(0, 0, 0, 0.4);
    font:  16px "Open Sans";
}
.button-blog:hover {
    color: #e2e8f0;
    background-color: #718096;
}

.services .service-wrap .service-section-small-img {
    border-radius: 15px;
    background-color: #fff;
    position: relative  ;
    padding: 50px;
    margin-top: 0px;
    height: 210px;
    width: 360px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.blog-img {
    background-image: url(../img/metaVR2.png);
}

.second-blog-img{
    background-image: url(../img/artificialintelligence.jpeg);
}

.third-blog-img{
    background-image: url(../img/digital-marketing.jpeg);
}

.blog-h5{
    margin: 0px 20px ;
}

.blog-author-img{
    margin-left: 20px;
    display: block;
}
.blog-post-details{
    margin-left: 20px;
    display: inline-block;
}


.blog-post-view{
    margin-top: 20px;
    display: flex;
}

.service-section-mid-blog .img-mid{
    margin-left: -5px;
    border-radius: 15px;
    margin-top: 10px;
    height: 150px;
   max-width:150px !important;
}

.services .service-wrap .service-section-mid-blog {
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    height: 170px;
    margin-top: 20px;
    width: 370px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.services .service-wrap .service-section-wide-blog {
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    padding: 50px;
    margin-top: 30px;
    width: 760px;
    height: 300px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-left: 8px solid #0ebdca;
}

.services .service-wrap .service-section-long-blog {
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    padding: 50px;
    width: 370px;
    margin-top: 30px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 680px;

}
.section2-img {
    margin-top: -20px;
}

.sec-blog {
    padding: 0px 0;
    position: relative;
    z-index: 0;
    height: 800px;
}

.services .service-wrap .section1-img {
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    padding: 10px;
    width: 370px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 550px;

}

.card-date .date {
    padding: 0 10px;
}

.card-date .date .day {
    font-size: 2.0rem;
    color: #fff;
    font-weight: bold;
}

.card-date .date .month {
    font-weight: 500;
    color: #fff;
}

.card-date {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #7F00FF;
    border-top-right-radius: 15px;
    z-index: 1;

}



.services .service-wrap .service-section-mid-blog:hover{
    transform: scaleY(1.05) !important;
    transition: all 0.3s ease-in-out !important;
}


.c-sd{
    padding-bottom: 100px !important;
}

.c-td{
    height: 602px;
}

.service-header.c-td{
    height: 603px;
}

#product-name {
    height: 603px;
}

.industries-header.c-td{
    height: 469px !important;
}


.c-td a{
    font: 20px "Open Sans";
    color: #000;
    font-weight: 400 !important;

}

.c-td .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px;

}

.c-td .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0px;
}

.c-td .flex-column .active{
    font-size: 20px;
    font-weight: bold !important;
    border-radius: 0px;
    background: #efefef;
    color: black;
    border-left: 4px solid #53f;
}

.c-td .flex-column .nav-link{
    padding:14px;
    color: black;
}


.anima-img{
transform: translate3d(0px, 65.408px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}


.nav-tabs .nav-link.active {
    border-bottom: 2px solid #53f;
    border-bottom-color: #53f !important;
}

.nav-tabs .nav-link.active {
    color: #53f;
}

.nav-tabs{
    border-bottom: 2px solid #dee2e6 !important;
}


.nav-tabs .nav-link{
    border: none;
    background-color: transparent !important;
    margin-left: 0px;
}

.nav-tabs .nav-item{
    margin-bottom: -2px !important;
}

.nav-tabs a.nav-link{
    color:#8392a5;
}


.about-first{
    position: relative;
    box-sizing: border-box;
    align-items: center;
}

.about-first p {
    color: grey;
}

.about-writing{
    position: relative;
    writing-mode: vertical-lr;
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 700;
}
.about{
    height: 440px;
}


.about .about-ico-1{
    background: url(../img/aboutico.png);
    width: 89px;
    height: 90px;
    bottom: 40px;
    float: right;
}

.about .about--ico{
position: absolute;
background-repeat: no-repeat;
}

@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

.rotate{
    animation-name: rotate;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    /* -webkit-animation-duration: 24s; */
    /* -webkit-animation-iteration-count: infinite; */
    /* -webkit-animation-timing-function: linear; */
    -moz-animation-name: rotate;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotate;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.section  .border-corner{
    border: 2px solid #dee2e6;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    background: linear-gradient(-60deg, #68cef5 0%, #1697bf 100%) !important;
}

.about-history{
    position: relative;
    z-index: 1;
}

.section .triangle-up{
    position: absolute;
    margin: 170px -270px;
    width: 200px;
	height: 200px;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
    border-bottom: 200px solid rgb(125, 196, 255);
    z-index: -1;
}

.section .circle-up{
    position: absolute;
    margin: 150px -270px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border-style: dotted;
    opacity: 0.5;
    animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
    z-index: -5;
}

.section .circle-in{
    position: absolute;
    margin: 150px -270px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border-style: dotted;
    opacity: 0.5;
    animation: scaleOut 5s infinite cubic-bezier(.36, .11, .89, .32);
    z-index: -5;
}

.about-history .pt-100{
    margin-top: 130px;
}

.about-faq .card-header{
    border-radius: 20px !important;
    padding: 10 14;
    border-bottom: 2px solid #dee2e6 !important;
}

.about-faq .btn{
    border-radius: 20px !important;
    margin-top: 6px;
    padding: 8px 14px !important;

}
.about-faq{
    height: 600px;
}

.about-faq .card{
    border-radius: 20px;
    background-color: transparent !important;
    background: linear-gradient(-60deg, #68cef5 0%, #1697bf 100%) !important;
}

.about-faq .card-header h4{
    color: #fff;
}

.about-history .tab-pane p{
    color: #fff;
}

.faq .card{
    border-radius: 20px;
    background-color: transparent !important;
    background: linear-gradient(-60deg, #68cef5 0%, #1697bf 100%) !important;
}

.faq .card-header{
    border-radius: 20px !important;
    padding: 10 14;
    border-bottom: 2px solid #dee2e6 !important;
}

.faq .btn{
    border-radius: 20px !important;
    margin-top: 6px;
    padding: 8px 14px !important;

}

.faq .card-header h4{
    color: #fff;
}

.faq .tab-pane p{
    color: #fff;
}

.faq{
    height: 800px;
}


.up-down {
    animation: MoveUpDown 2s alternate infinite;
    position: relative;
    left: 50px;
    bottom: 0;
  }

  @keyframes MoveUpDown {
    0% {transform: translateY(20px); }
    100% { transform: translateY(-20px);}
  }

  .left-right {
    animation: MoveLeftRight 2s alternate infinite;
    position: relative;
    left: 50px;
    bottom: 0;
  }

  @keyframes MoveLeftRight {
    0% {transform: translateX(20px); }
    100% { transform: translateY(-20px);}
  }


  .left-right-t-b {
    animation: MoveLeftRighttb 3s linear infinite;
    position: relative;
    left: 50px;
    bottom: 0;
  }

  @keyframes MoveLeftRighttb {
    0% {transform: translateX(-20px); }
    25% {transform: translateY(20px); }
    50% {transform: translateX(20px); }
    100% { transform: translateY(-20px);}
  }


  /* Product image group */
  .image-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.large-image {
    width: 400px;
    height: 400px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ccc;
    margin-right: 20px;
    position: relative;
}

.large-image img {
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s ease-in-out;
    cursor: zoom-in;
}

.large-image img:hover {
    transform: scale(1.8); 
    cursor: zoom-out;
}

.small-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.small-images img {
    width: 85px;
    height: 85px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    border: 2px solid #ccc;
}

.small-images img:hover {
    transform: scale(1.05);
}
.active-image {
      border: 4px solid #007bff !important;
}

