/*
     * Project: Cleannet V1.0
     * Author: Sandro Keinashvili
 */


  /* Import Fonts */
@font-face {
    font-family:arial;
    src:url('../fonts/arial.ttf');
}

@font-face {
    font-family:mtavruli;
    src:url('../fonts/mtavruli.ttf');
}
@font-face {
    font-family:lari;
    src:url('../fonts/lari.otf');
}

/*body {
    background: #ebecf4 !important  
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: ;
}
a:hover {
    text-decoration: none !important;
}
/* Header */
header {
    background-image: linear-gradient(to right, rgba(20,156,211,1), rgba(145,219,245,1)) !important;
}
.header-menu {
    background-color: rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.logo {
    width: 155px;
}
.header-menu li a {
    display: block;
    font-family:  !important;
    font-size: 0.9375rem;
}
.header-menu li a:hover {
    background: rgba(255,255,255,0.05) url("../images/menu-hover.png") no-repeat 20px 54px;
}
.header-dropdown {
    left: -21px !important;
}
.dropdown-menu-arrow {
  top: -36px;
  left: 57px;
  width: 0;
  height: 0;
  position: relative;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}
.dropdown-menu-arrow:after {
  bottom: -18px;
  right: -8px;
  border-bottom-color: #fff;
}
.dropdown-menu-arrow:before {
  bottom: -17px;
  right: -8px;
  border-bottom-color: rgba(0,0,0,.15);
}
.header-dropdown a {
    border-bottom: 1px solid #eeeeee !important;
    font-size: 0.875rem !important;
    color: #6a6a6a !important;
    background: #fff;
}
.round {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.header-dropdown a:last-child {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.header-dropdown a:last-child {
    border-bottom: none !important;
}
.header-dropdown a:hover {
    overflow: hidden;
    background: #fafafa !important;
    color: #119bd2 !important;
}
.header-dropdown a:hover:nth-child(1+n) {
    border-radius: 0px !important;
}
.header-dropdown a:hover:last-child {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.header-dropdown span {
    display: inline-block;
}
.header-dropdown span i {
    font-style: normal;
    display: block;
    font-size: 0.75rem;
    font-family: arial !important;
    color: #a5a5a5 !important;
}
.dropdown-item {
    padding: 1.25rem 1.25rem;
}
.menu-text {
    align-items: center;
}
.menu-text img {
    color: #777777;
    width: 36px;
    margin-right: 1.5rem;
}
/* Language switcher */
.language-switcher {
    margin-left: 12px;
    width: 66px;
    height: 36px;
    border-radius: 18px;
    background-color: #8ad6f4;
}
.language-geo {
    width: 24px;
    height: 24px;
    margin-top: 6px;
    margin-left: 6px;
    display: inline-block;
    opacity: .3;
    background: url("../images/geo.svg") center;
}
.language-eng {
    display: inline-block;
    opacity: .3;
    width: 24px;
    height: 24px;
    margin-top: 6px;
    margin-right: 6px;
    background: url("../images/eng.svg") center;
}
.active-lang {
    opacity: 1 !important;
}
/* Header Login */
.header-login {
    margin-left: 23px;
    padding: 6px 24px;
    border-radius: 18px;
    position: relative;
    background-color: #51b2d9;
}
.header-login:hover {
    text-decoration: none;
}
.header-login:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: -2px;
    right: 0;
    height: 40px;
    width: 170px;
    border-radius: 20px;
    border: 1px solid #51b2d9;
}
.header-login span {
    font-family: ;
    font-size: 0.8125rem;
    color: #fff !important;
}
.login-icon {
    margin: 2px 5px 0px 0px;
    width: 16px;
    height: 16px;
    background: url("../images/login-icon.png"); 
}
/* Domain */
.domain h1 {
    color: #fff;
    font-size: 3.4375rem;
}
.domain p{
    font-family: arial;
    color: #fff;
    font-size: 1.375rem;
}
.search-domain {
    position: relative;
}
.domain-input {
    color: #c3ddff;
    font-family: arial;
    padding: 0rem 2rem;
    height: 70px;
    border-radius: 35px;
    border: none;
    width: 100%;
    -moz-box-shadow:    inset 0 1px 3px #1e90be, 0 1px 1px #73c8ea;
    -webkit-box-shadow: inset 0 1px 3px #1e90be, 0 1px 1px #73c8ea;
    box-shadow: inset 0 1px 3px #1e90be, 0 1px 1px #73c8ea;
    background-image: linear-gradient(to right, #209dcf, #45afd9) !important;
}
.domain-input::placeholder {
    color: #c3ddff;
}
.domain-button {
    font-family: ;
    font-size: 1.125rem;
    color: #fff;
    border: none;
    margin-top: 5px;
    margin-right: 5px;
    background: #3599c1;
    padding: 10.5px 18px;
    border-radius: 24px; 
    position: absolute;
    right: 6px;
    top: 6px;
}
.domain-text h6 {
    line-height: 2;
    font-size: 1rem;
    color: #fff;
    font-family: arial;
}
.domain-text h6 a {
    border-bottom: 1px solid #fff;
    font-size: 1rem;
    color: #fff;
    margin: 0rem 1.5rem;
    font-family: ;
}
.domain-text h6 a:hover {
    text-decoration: none;
}
.domain-text p {
    text-align: center;
    padding: 1rem 0rem;
    font-size: 1rem;
    color: #88dcfe;
    font-style: italic;
    font-family: arial;
}
/* Domains List */
.domains-list {
    /*overflow-x: scroll;*/
    width: 100%;
}
.domain-list {
    width: 11.111%;
    position: relative;
    font-size: 1.125rem;
    color: #fff;
    float: left;
    display: block;
    text-align: center;
    font-family: arial;
    list-style: none;
    line-height: 45px;
    z-index: 70;
    margin: -20px 0px;

}
.domain-list span {
    z-index: 70;
    position: relative;
}
.domain-list span:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 31px;
    height: 39px;
    display: inline-block;
    background: url(../images/domain-drop.svg) no-repeat;
    background-size: 31px 39px !important;
    background-position-y: center;
    background-position-x: center;
    right: -5px;
}
/* Content */

/* Services */
.services{
    background: #fff;
    box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative;
}
.services-list-bg{
    background: #ebecf4;
    z-index: 0;
    position: relative;
}
.services-bg {
    background: url("../images/services-bg.svg") no-repeat right center !important
}
.services-title {
    display: block;
    width: 100%;
}
.services-title h2 {
    font-size: 1.875rem;
    color: #6a6c7f;
}
.services-title span {
    font-family: ;
    font-size: 0.875rem;
    color: #a1a3af;
}
.service-item {
    z-index: 99;
    position: relative;
}
.service {
    padding: 12.26% 0%;
    position: relative;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(211, 213, 232, 0.5);
}
.service:before {
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: linear-gradient(to right, #3ad1bf, #119bd2) !important;
}
.service-content {
    position: relative;
    z-index: 1000;
    border-radius: 10px;
    width: 76.47%;
    padding-top: 10px;
    background: rgb(255, 255, 255);
    margin: 0px auto;
    box-shadow: 0px 0px 5px 0px rgba(211, 213, 232, 0.5);
}
.service-icon {
    margin: 20px auto;
    width: 65px;
    height: 65px;
    display: block;
}
.service-icon img {
    width: 64px;
    padding: 30px auto;
}
.service-text {
    text-align: center;
}
.service-text h4 {
    font-size: 1.125rem;
    content: #6a6c7f;
    display: block;
}
.service-text span {
    font-size: 0.875rem;
    font-family: arial;
    color: #6a6c7f;
    display: block;
}
.service-text a {
    padding: 0.5rem 0rem;
    color: #2bbdc7;
    font-size: 0.8125rem;
    font-family: mtavruli;
    display: block;
}
.supprot-background {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../images/support.svg) no-repeat 170px center;
}
.main-bg1 {
    position: relative;
    width: 100%;
    height: 340px;
    background: url(../images/main-bg1.png) no-repeat center;
}
.migration-background {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../images/migration.svg) no-repeat 138px 21px
}
.main-bg2 {
    position: relative;
    width: 100%;
    height: 340px;
    background: url(../images/main-bg2.png) no-repeat 220px center;
    z-index: 0;
}
.connection-background {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../images/connection.png) no-repeat 170px center;
}
.main-bg3 {
    position: relative;
    width: 100%;
    height: 340px;
    background: url(../images/main-bg1.png) no-repeat center;
}
.ssl-background {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../images/ssl.png) no-repeat 138px 21px
}
.main-bg4 {
    position: relative;
    width: 100%;
    height: 340px;
    background: url(../images/main-bg2.png) no-repeat 220px center;
    z-index: 0;
}
.support-title h4 {
    font-size: 33px;
    color: #6a6c7f;
}
.support-content p {
    color: #6a6c7f;
    font-family: arial;
    font-size: 14px;
}
.support-btn {
    font-family: ;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 27.5px;
    background-image: linear-gradient(to right, #35cac1, #1ba4d1) !important;
}
.button-icon img {
    width: 25px;
    margin-right: 15px;
}
.connector {
    position: relative;
    width: 100%;
}
.connector:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 102px;
    background: url("../images/connector.png") no-repeat center;
    top: -57px;
    left: 59px;
    z-index: 1;
}
/* Call Me */
.video {
    text-align: center;
    background-image: linear-gradient(to right, #43b9f1, #4e6ee6) !important;
}
.video-bg {
    background: url("../images/video-bg.png") no-repeat left center;
}
.video h5 {
    font-size: 1.1875rem;
    color: #fff;
    font-size: 20px;
    font-family: arial;
    line-height: 49px;
    display: block;
}
.video-button {
    color: #fff;
    font-size: 1rem;
    font-weight: lighter;
    font-family: mtavruli;
    border:none;
    border-radius: 27.5px;
    padding: 15px 15px;
    background-image: linear-gradient(to right, #35cac1, #16a2d0) !important;
}
.video-icon img {
    width: 26px;
    margin-right: 15px;
    margin-top: -3px;
}
/***** Domain Page *****/
.domain-head {
    background: url("../images/domain-bg.svg") no-repeat right center !important; 
}
.domain-head h1 {
    color: #fff;
    font-size: 2.25rem;

}
.domain-head p {
    color: #18576f;
    font-size: 0.875rem;
    font-family: arial;
}
/* Find Domain */
.find-domain {
    border-radius: 10px;
    position: relative;
    background-image: linear-gradient(to right, #35cbc1, #16a2d0) !important;
}
.domain-page-input {
    padding: 0rem 1.75rem;
    font-size: 1.125rem;
    font-family: arial;
    height: 70px;
    width: 83.333333%;
    border-radius: 10px;
    border: none;
    color: #34c9c2;
    border-radius: 1px solid #dee1ec; 
}
.domain-page-input::placeholder {
    color: #34c9c2;
}

.domain-page-button {
    color: #fff;
    border:none;
    font-family: mtavruli;
    font-size: 1.125rem;
    background: #3ad1bf;
    border-radius: 10px;
    margin-left: auto;
    width:12.666667%;
    float: right;
    height: 70px;
}
/* Domain Price */
.domain-price {
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(211, 213, 232, 0.5);
}
.domain-price:before{
    content: "";
    position: absolute;
    z-index: 950;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    height: 9px;
    background-image: linear-gradient(to right, #35cac1, #16a2d0) !important;
}
.circle {
    position: relative;
}
.domain-content {
    position: relative;
    padding: 40px 20px;
}
.circle1:before {
    content: "";
    position: absolute;
    height:24px;
    width:12px;
    right: 0;
    top: 40%;
    border-radius: 90px 0 0 90px;
    background: #17a2cf;
}
.circle2:before {
    content: "";
    position: absolute;
    height:24px;
    width:12px;
    right: 0;
    top: 40%;
    border-radius: 90px 0 0 90px;
    background: #17a2cf;
}
.circle2:after {
    content: "";
    position: absolute;
    height:24px;
    width:12px;
    left: 0;
    top: 40%;
    border-radius: 0 90px 90px 0;
    background: #17a2cf;
}
.circle3:before {
    content: "";
    position: absolute;
    height:24px;
    width:12px;
    left: 0;
    top: 40%;
    border-radius: 0 90px 90px 0;
    background: #17a2cf;
}
.dot-domain {
    font-family: mtavruli;
    font-size: 1.625rem;
    color: #363737;
}
.dom-price {
    font-family: arial;
    font-size: 1.625rem;
    color: #18a4cf;
}
.dot-domain span{
    font-size: 0.75rem;
}
/* Domain Middle */
.domain-middle {
    background-image: linear-gradient(to bottom, #f8f8f8, #ffffff) !important;
}
.domain-middle-text {
    font-family: arial;
    font-size: 1.3125rem;
    color: #959eb5;
}
.domain-middle-text span {
    color: #34c9c2;
}
.domain-table {
    text-align: center;
    border-collapse: collapse;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.domain-table-head {
    background: #20afcb;
    border-radius: 10px;
}
.domain-table-head tr th {
    color: #ffffff;
    font-family: mtavruli;
    font-size: 0.875rem;
    width: 20%;
}
.domain-table-head tr th {
    border-right: 2px solid #dee2e6;
}
.domain-table-head tr th:last-child {
    border-right: none;
}

.table-body {
    color: #888c96;
    font-family: arial;
}
.table-body tr td {
    background: #fff;
    border: 2px solid #dee2e6; 
}
/* FAQ */
.faq-block {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(211, 213, 232, 0.5);
}
.faq-title {
    display:flex;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    border-bottom: 1px solid #edeef6;
    text-align: left; 
    padding: 25px 30px 13px 30px;
}
.faq-title h6 {
    font-size: 1rem;
    color: #6a6c7f;
}
.faq-img{
    width: 24px;
    height: 22px;
    display: inline-block;
    margin:-5px 10px;
    background: url("../images/faq-img.svg") no-repeat center !important; 
}
.faq-item:last-child .accordion {
    border-bottom-left-radius: 10px  !important;
    border-bottom-right-radius: 10px !important;
}
.faq-item:last-child .accordion.active {
    border-radius: 0px  !important;
}
.faq-item:last-child .panel.show {
    border-bottom-left-radius: 10px  !important;
    border-bottom-right-radius: 10px !important;
}
.accordion {
    background-color: #fff;
    color: #696969;
    cursor: pointer;
    padding: 18px 30px;
    width: 100%;
    font-size: 0.875rem;
    font-family: arial;
    border-bottom:1px solid #edeef6;
    transition: 0.2s;
}
.accordion.active, .accordion:hover {
    color: #55cad1;
}
.accordion:before {
    transition: 0.4s;
    content: ''; 
    font-size: 0.875rem;
    color: #777;
    width: 24px;
    background: url("../images/plus.svg") no-repeat center !important; 
    height: 24px;
    float: left;
    margin: 0px 10px;
}
.accordion:hover:before {
    content: ""; 
    width: 24px;
    background: url("../images/plus-hov.svg") no-repeat center !important; 
    height: 24px;
}
.accordion.active:before {
    content: ""; 
    width: 24px;
    background: url("../images/minus.svg") no-repeat center !important; 
    height: 24px;
}
.panel {
    background-color: #fff;
    max-height: 0;
    font-family: arial;
    color: #a6a6a6;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.panel.show {
    padding: 10px 80px;
    opacity: 1;
    max-height: 700px;
    border-bottom:1px solid #edeef6;
}
/*  About Us  */
.about-head {
    background: url("../images/about-bg.svg") no-repeat right center !important; 
}
.about-head h1 {
    color: #fff;
    font-size: 2.25rem;
}
.about-middle {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 0px rgba(211, 213, 232, 0.9);
}
.about-head-title {
    color: #444444;
    font-size: 1.5rem;
}
.about-text {
    color: #8c8c8c;
    font-size: 0.875rem;
    font-family: arial;
}
.team-title-text {
    color: #25a5d8;
    font-size: 1.5rem;
}
.team-subtitle-text {
    color: #8c8c8c;
    font-size: 0.875rem;
    font-family: arial;
}
.members{
    position: relative;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(211, 213, 232, 0.9);
}
.members:before {
    content: "";
    background: #f4f5f9;
    left: 0px;
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px;
    width: 100%;
    height: 30%;
    position: absolute;
    z-index: 30;
}
.member-photo {
    position: relative;
    z-index: 50;
}
.member-name {
    font-family: mtavruli;
    display: block;
    color: #444444;
    font-size: 1.5rem;
}
.member-empl {
    font-style: italic;
    display: block;
    color: #25a5d8;
    font-size: 0.75rem;
    font-family: arial;
}
.member-email {
    padding-top: 10px;
}
.member-email a {
    word-spacing: -4px;
    display: block;
    color: #a2a2a2;
    font-size: 0.75rem;
    font-family: arial;
}
/* Contact Page */
.contact-head {
    background: url("../images/contact-bg.svg") no-repeat right center !important; 
}
.contact-head h1 {
    color: #fff;
    font-size: 2.25rem;
}
.contact-head p {
    color: #18576f;
    font-size: 0.875rem;
    font-family: arial;
}
.cont-text {
    float: left;
    width: 100%;
}
.cont-phone, .cont-email, .cont-map {
    float: left;
    width: 52px;
    height: 52px;
    color: #20afcb;
    font-size: 2rem;  
}
.cont-phone img, .cont-email img, .cont-map img {
    width: 42px; 
}
.cont-text span {
    font-size: 1.125rem;
    font-family: ;
    color: #4c4c4c;
    padding-left: 10px;
}
.cont-text .qveda {
    display: block;
    padding-left: 63px;
    font-weight: normal;
    font-size: 0.875rem;
    font-family: arial;
}
.cont-input {
    color: #979797;
    margin:.75rem 0rem;
    height: 40px;
    border-radius: 0px !important;
    border:1px solid #e8e8e8;
    width: 100% !important;
    padding: .25rem .5rem;
    font-size: 0.75rem;
    font-family: arial;
}
.cont-textarea {
    color: #979797;
    margin:.75rem 0rem;
    border-radius: 0px !important;
    border:1px solid #e8e8e8;
    width: 100% !important;
    padding: .25rem .5rem;
    font-size: 0.75rem;
    font-family: arial;
}
.cont-input::placeholder {
    color: #979797;
}
.cont-button {
    background-image: linear-gradient(to bottom, #c71820, #d01515) !important;
    color: #fff;
    font-size: 1.125rem;
    font-family: ;
    padding: 1rem 2rem;
    border: none;
    border-radius: 10px;
}
.contact-middle {
    border-bottom: 1px solid #e5e5e5;
}
/* Contact Blocks */
.cont-block {
    z-index: 50;
    position: relative;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(211, 213, 232, 0.9);
}
.cont-block-title {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 25px 12px 25px;
}
.cont-block-title h6 {
    color: #5b6870;
    font-size: 0.875rem;
}
.cont-block-title h6 i {
    margin-right: 10px;
}
.cont-block-title h6 span {
    color: #27a6d8;
}
.cont-block-content {
    padding: 1.5625rem;
}
.cont-title-icon img {
    width: 25px;
}
.cont-block-content p {
    color: #979797;
    font-size: 14px;
    font-family: arial;
}
.cont-block-button {
    z-index: 30;
    position: relative;
    margin-top: -10px;
    text-align: center;
    background-image: linear-gradient(to bottom, #55cad1, #25a5d8) !important;
    border-bottom-left-radius: 10px; 
    padding: 25px 0 15px 0;
    border-bottom-right-radius: 10px; 
}
.cont-block-button a {
    color: #fff;
    font-family: ;
}

/* Hostng Page */
.host-head {
    background: url("../images/host-bg.svg") no-repeat right center !important; 
}
.host-head h1 {
    color: #fff;
    font-size: 2.25rem;
}
.host-head p {
    color: #18576f;
    font-size: 0.875rem;
    font-family: arial;
}
/* Price Switcher */
.switcher {
    text-align: center;
}
.switcher span {
    font-size: 18px;
    color: #b4b4b4;
    font-family: mtavruli;
    padding: 31px 20px;
}
.switch {
    padding-top: 9px; 
    position: relative;
    display: inline-block;
    width: 100px;
    height: 45px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    border-radius: 22.5px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #44b1dc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 29px;
    width: 29px;
    border-radius: 100%;
    left: 8px;
    bottom: 8px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #44b1dc;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.hosting-item {
    box-shadow: 0px 0px 5px 0px rgba(211, 213, 232, 0.8);
    border-radius: 10px;
    text-align: center;
}
.hosting-title {
    padding: 22px 0px;
}
.hosting-title h5 {
    color: #69828c;
    font-size: 1.125rem;
}
.hosting-width:first-child .hosting-price {
    background: #8acee9;
}
.hosting-width:nth-child(2) .hosting-price {
    background: #5bbae0;
}
.hosting-width:nth-child(3) .hosting-price {
    background: #44b1dc;
}
.hosting-width:nth-child(4) .hosting-price {
    background: #2ca7d7;
}
.hosting-price {
    padding: 5px 0px;
}
.price-number {
    font-family: mtavruli;
    font-size: 2.25rem;
    color: #ffffff;
    display: inline-block;
}
.price-currency {
    display: inline-block;
    font-family: mtavruli;
    font-size: 1rem;
    color: #ffffff;
    line-height: 15px;
}
.curr {
    font-size: 0.9375rem;
    text-align: left;
    display: block;
}
.hosting-specs li {
    border-bottom: 1px solid #edeef6;
    padding: 15px 0px;
    list-style: none;
    font-size: 0.875rem;
    color: #717678;
    font-family: arial;
}
.order-hosting {
}
.order-hosting {
    padding: 30px 0px;
}
.order-hosting button {
    border:none; 
    background: linear-gradient(to right, #35cac1, #16a2d0) !important;
    padding: 15px 40px;
    color: #ffffff;
    font-family: mtavruli;
    font-size: 0.875rem;
}
.deactive {
    display: none;
}
.host-specs-title h4 {
    text-align: center;
}
.host-specs-title h4 a {
    font-size: 1.275rem;
    color: #69828c;
}
.host-specs-title h4 a:hover {
    color: #25a5d8;
    text-decoration: none;
}
.host-specs-content {
    box-shadow: 0px 0px 5px 0px rgba(211, 213, 232, 0.8);
    border-radius: 10px;
}
.host-specs-content-title {
    font-size: 1rem;
    padding: 2rem 1.5rem 1.675rem 1.5rem; 
    color: #69828c;
    border-bottom: 1px solid #edeef6;
}
.specs-img img {
    width: 25px;
}
.host-specs-list {
    border-radius: 10px;
    border: 1px solid #eeeeee;
}
.host-specs-list li {
    list-style: none;
    color: #5c5c5c;
    font-size: 14px;
    font-family: arial;
    padding:18px 16px; 
    border-bottom: 1px solid #eeeeee;
}
.host-specs-list li i {
    margin-right: 15px 
}
.port-now {
    font-size: 1.875rem !important;
}
.port-now-button {
    background: linear-gradient(to right, #35cac1, #16a2d0) !important;
    font-size: 24px;
    font-family: arial;
    color: #ffffff;
    text-align: center;
    border:none;
    border-radius: 48px; 
    padding: 30px 35px; 
}
/* Maxasiatebleli */
.maxasiateblebi {
    background: #eeeeee;
}
.maxasiateblebi_title {
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.host-maxas {
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(211, 213, 232, 1);
    border-radius: 10px;
}
.host-maxa-title {
    padding:20px 15px 8px 15px;
    border-bottom: 1px solid #eeeeee; 
    color: #5b6870;
    font-family: mtavruli;
}
.host-maxa-title i img {
    width: 25px;
    margin-right: 15px;
}
.host-maxa-content {
    padding: 15px;
    font-size: 13px;
    font-family: arial;
    color: #979797;
}
.maxasiateblebi_list {
    border-radius: 10px;
    border:1px solid #eeeeee;
}
.maxasiateblebi_list li {
    border-top:1px solid #eeeeee;
    padding: 20px 28px;
    list-style: none;
    font-family: arial;
    font-size: 14px;
}
.maxasiateblebi_list_title {
    padding: 20px 25px 12px 25px;
}
.maxasiateblebi_list_title h5 {
    color: #46a5ee;
    font-size: 14px;
}
.maxasiateblebi_list_icon img {
    width: 25px;
    margin-right: 15px;
}
/* Call Me */
.call-me {
    text-align: center;
    background-image: linear-gradient(to right, #43b9f1, #4e6ee6) !important;
}
.call-me h5 {
    font-size: 1.1875rem;
    color: #fff;
    display: block;
    text-align: center;
}
.call-me p {
    font-size: 0.9375rem;
    font-family: arial;
    color: #a2caff;
}
.call-input {
    padding: 0rem 1rem;
    color: #a2caff;
    font-size: 0.875rem;
    font-family: arial;
    width: 100%;
    height: 38px;
    border:none; 
    border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(58, 116, 196, 0.451);
    box-shadow: 0px 1px 0px 0px rgba(102, 169, 248, 0.8),inset 0px 1px 0px 0px rgba(45, 118, 193, 0.8);
}
.call-input::placeholder {
    color: #a2caff;
}
.call-button {
    color: #fff;
    font-size: 1.125rem;
    font-weight: lighter;
    font-family: mtavruli;
    border:none; 
    height: 38px;
    border-radius: 10px;
    width: 100%;
    background-image: linear-gradient(to right, #35cac1, #16a2d0) !important;
}

/* Testimonial */
.testimonial-bg {
    background: #f5f5f6;
}
.testimonial-title {
    display: inline-block;
}
.testimonial-title h4 {
    font-size: 24px;
    color: #6a6c7f;
}
.testimonial-title p {
    font-size: 14px;
    color: #6a6c7f;
    font-family: arial;
}
.testimonial-controls {
    padding: 10px 0px;
    float: right;
    display: inline-block;
    position: relative;
}
.testimonial-controls button {
    background: transparent;
    border: none !important;
}
.carousel-control-prev, .carousel-control-next {
    position: relative !important;
}
.carousel-control-prev-icon {
    display: inline-block;
    background: url("../images/prev.png") no-repeat center;
    width: 24px;
    height: 24px;
}
.carousel-control-next-icon {
    display: inline-block;
    background: url("../images/next.png") no-repeat center;
    width: 24px;
    height: 24px;
}
.testimonial-item {
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #e3e4ef, #f5f5f6) !important;
}
.testimonial-photo {
    position: relative;
}
.testimonial-photo img {
    width: 75px !important;
    border-radius: 37.5px;
}
.line {
    position: absolute;
    width: 100%;
    overflow: hidden; 
    top: 53px;
    background: #d5d7e5;
    height: 1px;
    left: 0;
}
.testimonial-text p {
    font-size: 14px;
    font-family: arial;
    color: #6a6c7f;
}
/***** Footer *****/

/* Footer Contact */
footer {
    background: #fff;
}
.contact-text {
    float: left;
    width: 100%;
    max-width: 328px;
}
.contact-text i {
    float: left;
    padding: 10px 0px;
    width: 52px;
    height: 52px;
    text-align: center;
    background: #20afcb;
    color: #fff;
    font-size: 1.75rem;
}
.footer-contact span {
    font-size: 0.875rem;
    font-family: mtavruli;
    color: #868686;
    padding-top: 8px;
    padding-left: 15px;
}
.footer-contact b {
    display: block;
    padding-left: 67px;
    font-weight: normal;
    font-size: 0.8125rem;
    font-family: arial;
}
.heading {
    font-family: mtavruli;
    font-size: 1rem;
    padding: 10px 0px;
    color: #20afcb;
    border-bottom: 1px solid #eeeeee;
}
.footer-menu li {
    color: #868686;
    font-family: arial;
    display: block;
    padding: 4px 0px
    list-style: none;
}
.footer-menu li a {
    color: #868686;
    font-family: arial;
    display: block;
    padding: 2px 0px
}
.footer-menu li a:hover {
    color: #25a5d8;
    text-decoration: none;
}
.footer-logo img {
    width: 190px !important;
}
.footer-menu p{
    color: 868686;
    margin: 0.5rem 0rem;
    font-family: arial;
}

/* Scroll To Top */
#scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1001;
  font-size: 1.125rem;
  border: none;
  outline: none;
  background-image: linear-gradient(to right, #35cbc1, #16a2d0) !important;
  color: #fff;
  cursor: pointer;
  padding: 11px 19px;
  border-radius: 4px;
}
.lari {
    font-family: lari !important;
 }
 i.lari {
    font-style: normal;
 }