/*------------------------------------------------------------------
 * Theme Name: Hostify Responsive Template
 * Theme URI: http://www.brandio.io/envato/hostify
 * Author: Brandio
 * Author URI: http://www.brandio.io/
 * Description: A Bootstrap Responsive HTML5 Template
 * Version: 2.0
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2019 Brandio.
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Header Styles.
3. Top Content Styles.
4. info Section Styles.
5. Services Section Styles.
6. Message Section Styles.
7. Pricing Section Styles.
8. Custom Plan Section Styles.
9. Features Section Styles.
10. Testimonials Section Styles.
11. More Features Section Styles.
12. Footer Section Styles.
13. Sign in - Sign up Pages Styles.
14. Inner Pages Styles.
15. Responsive Styles.
-------------------------------------------------------------------*/
/* The side navigation menu */
.sidenav {
    height: 70%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: absolute; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  .header{
    background-color:red;
    height:40px;
    position: relative;
  }
  .header span{
    padding:10px;
    position:absolute;
  }
  .yesser{position:relative;
width:300px;
height:300px;}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
/*------------------------------------------------------------------
	1. General Styles
-------------------------------------------------------------------*/
*, body {
    font-family:"Open Sans",sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

a, input[type="submit"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rtl-cols div[class^="col-"] {
    float: right;
}

.slick-track {
    -webkit-transition: none;
    transition: none;
}

.slick-slide {
    cursor: pointer;
    outline: 0;
}

.slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    opacity: 0.5;
    margin-left: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.slick-dots li.slick-active {
    opacity: 1;
}

.row-title {
       text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #96c14c;
    position: relative;
    margin-top: 30px;
    margin-top: 0;
    margin-bottom: 5px;
	padding-top:1%!important;
}

.row-title.grey-color {
    color: #44494f;
    margin-bottom: 20px;
}

.row-title.grey-color:after {
    background-color: #44494f;
    bottom: -6px;
}

.row-subtitle {
    position: relative;
    text-align: center;
    font-size: 19px;
    color: #383838;
    font-weight: 400;
    margin-bottom: 10px;
}

.row-subtitle:after {
    position: absolute;
    content: "";
    width: 156px;
    height: 2px;
    background-color: transparent;
    left: 50%;
    margin-left: -78px;
    bottom: -15px;
}

.row-icon {
    text-align: center;
}

.row-icon .pricing-icon {
    position: relative;
    width: 88px;
    height: 88px;
    display: inline-block;
    border-radius: 200px;
    overflow: hidden;
    z-index: 100;
    background-color: #ffffff;
    border: 2px solid #cfced6;
    animation-name: little-move;
}

.row-icon .pricing-icon .htfy {
    color: #ffffff;
    font-size: 45px;
    margin-top: 21px;
}

.row-icon .pricing-icon .htfy-technology {
    margin-top: 26px;
}

.row-icon .pricing-icon [class*="fa"] {
    color: #ffffff;
    font-size: 40px;
    margin-top: 25px;
}

.row-icon .pricing-icon.color1 .htfy, .row-icon .pricing-icon.color1 [class*="fa"] {
    color: #4a864d;
}

.row-icon .pricing-icon.color2 .htfy, .row-icon .pricing-icon.color2 [class*="fa"] {
    color: #5d9cec;
}

.row-icon .pricing-icon.color3 .htfy, .row-icon .pricing-icon.color3 [class*="fa"] {
    color: #65d692;
}

.ybtn {
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 26px;
    margin: 5px 10px;
    display: inline-block;
    white-space: nowrap;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ybtn:hover, .ybtn:focus {
    text-decoration: none;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.ybtn-small {
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    padding: 5px 15px;
    margin: 2px 4px;
}

.ybtn-shadow {
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
}

.ybtn-accent-color {
    color: #ffffff;
    background-color: #4a864d;
}

.ybtn-accent-color:hover, .ybtn-accent-color:focus {
    color: #ffffff;
    background-color: #1888ff;
}

.ybtn-header-color {
    color: #ffffff;
    background-color: #4a864d;
}

.ybtn-header-color:hover, .ybtn-header-color:focus {
    color: #ffffff;
    background-color: #1888ff;
}

.ybtn-other-color {
    color: #ffffff;
    background-color: #332f5c;
}

.ybtn-other-color:hover, .ybtn-other-color:focus {
    color: #ffffff;
    background-color: #201e3a;
}

.ybtn-purple-text {
    color: #4a864d;
    background-color: transparent;
}

.ybtn-purple-text:hover, .ybtn-purple-text:focus {
    color: #1888ff;
}

.ybtn-purple {
    color: #ffffff;
    background-color: #756de7;
}

.ybtn-purple:hover, .ybtn-purple:focus {
    color: #ffffff;
    background-color: #6961d4;
}

.ybtn-purple-text {
    color: #756de7;
    background-color: transparent;
}

.ybtn-purple-text:hover, .ybtn-purple-text:focus {
    color: #6961d4;
}

.ybtn-white {
    color: #66556b;
    background-color: #ffffff;
}

.ybtn-white:hover, .ybtn-white:focus {
    color: #383838;
    background-color: #ffffff;
}

.ybtn-pink {
    color: #ffffff;
    background-color: #ed52f8;
}

.ybtn-pink:hover, .ybtn-pink:focus {
    color: #ffffff;
    background-color: #e14eeb;
}

.special-gradiant {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#383838+0,000000+100&0+0,0+4,1+5,0+6,0+9,1+10,0+11,0+14,1+15,0+16,0+19,1+20,0+21,0+24,1+25,0+26,0+29,1+30,0+31,0+34,1+35,0+36,0+39,1+40,0+41,0+44,1+45,0+46,0+49,1+50,0+51,0+54,1+55,0+56,0+59,1+60,0+61,0+64,1+65,0+66,1+65,0+69,1+70,0+71,0+74,1+75,0+76,0+79,1+80,0+81,0+84,1+85,0+86,0+89,1+90,0+91,0+94,1+95,0+96,0+100 */
    background: -moz-linear-gradient(-45deg, transparent 0%, transparent 4%, black 5%, transparent 6%, transparent 9%, black 10%, transparent 11%, transparent 14%, black 15%, transparent 16%, transparent 19%, black 20%, transparent 21%, transparent 24%, black 25%, transparent 26%, transparent 29%, black 30%, transparent 31%, transparent 34%, black 35%, transparent 36%, transparent 39%, black 40%, transparent 41%, transparent 44%, black 45%, transparent 46%, transparent 49%, black 50%, transparent 51%, transparent 54%, black 55%, transparent 56%, transparent 59%, black 60%, transparent 61%, transparent 64%, black 65%, transparent 66%, transparent 69%, black 70%, transparent 71%, transparent 74%, black 75%, transparent 76%, transparent 79%, black 80%, transparent 81%, transparent 84%, black 85%, transparent 86%, transparent 89%, black 90%, transparent 91%, transparent 94%, black 95%, transparent 96%, transparent 100%);
  /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 4%, black 5%, transparent 6%, transparent 9%, black 10%, transparent 11%, transparent 14%, black 15%, transparent 16%, transparent 19%, black 20%, transparent 21%, transparent 24%, black 25%, transparent 26%, transparent 29%, black 30%, transparent 31%, transparent 34%, black 35%, transparent 36%, transparent 39%, black 40%, transparent 41%, transparent 44%, black 45%, transparent 46%, transparent 49%, black 50%, transparent 51%, transparent 54%, black 55%, transparent 56%, transparent 59%, black 60%, transparent 61%, transparent 64%, black 65%, transparent 66%, transparent 69%, black 70%, transparent 71%, transparent 74%, black 75%, transparent 76%, transparent 79%, black 80%, transparent 81%, transparent 84%, black 85%, transparent 86%, transparent 89%, black 90%, transparent 91%, transparent 94%, black 95%, transparent 96%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, transparent 0%, transparent 4%, black 5%, transparent 6%, transparent 9%, black 10%, transparent 11%, transparent 14%, black 15%, transparent 16%, transparent 19%, black 20%, transparent 21%, transparent 24%, black 25%, transparent 26%, transparent 29%, black 30%, transparent 31%, transparent 34%, black 35%, transparent 36%, transparent 39%, black 40%, transparent 41%, transparent 44%, black 45%, transparent 46%, transparent 49%, black 50%, transparent 51%, transparent 54%, black 55%, transparent 56%, transparent 59%, black 60%, transparent 61%, transparent 64%, black 65%, transparent 66%, transparent 69%, black 70%, transparent 71%, transparent 74%, black 75%, transparent 76%, transparent 79%, black 80%, transparent 81%, transparent 84%, black 85%, transparent 86%, transparent 89%, black 90%, transparent 91%, transparent 94%, black 95%, transparent 96%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38383800', endColorstr='#38383800',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -90%;
    width: 158px;
    height: 158px;
    z-index: -1;
    opacity: 0.15;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes little-move {
    0% {
        left: 0;
    }

    100% {
        left: -15px;
    }
}

/*
::selection {
  background: #9e57f9;
}
::-moz-selection {
  background: #9e57f9;
}
*/
/*------------------------------------------------------------------
	2. Header Styles
-------------------------------------------------------------------*/
#header-holder {
    position: relative;
    z-index: 100;
    background-color: #ffffff;
    padding-top: 0px;
}

#header-holder .bg-animation {
    position: absolute;
    opacity: 1;
    left: 0%;
    top: -20%;
    width: 100%;
    height: 108%;
    background-image: url(../img/headbg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #1886eb;
    -webkit-transform: skewY(-0);
    -moz-transform: skewY(-0);
    -ms-transform: skewY(-0);
    transform: skewY(-0);
    z-index: -1;
}

#header-holder.inner-header {
    position: relative;
}

#header-holder.inner-header:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0, #4a864d, #4a864d);
    background-image: -o-linear-gradient(0, #4a864d, #4a864d);
    background-image: linear-gradient(0, #4a864d, #4a864d);
}

#header-holder.inner-header .bg-animation {
    opacity: 1;
    top: 0;
    height: 100%;
    background-image: inherit;
    background-color: #1886eb;
    -webkit-transform: skewY(0deg);
    -moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    display: none;
}

#header-holder #nav {
    border: 0;
    background-color: transparent;
}

@media (min-width: 1800px) {
    #header-holder:not(.inner-header):before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 60%;
        background-color: #1886eb;
        -webkit-transform: skewY(-0);
        -moz-transform: skewY(-0);
        -ms-transform: skewY(-0);
        transform: skewY(-0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        z-index: -1;
    }

    #header-holder.main-header:before {
        display: none !important;
    }
}

.logo-holder {
    font-family:"Open Sans",sans-serif;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    padding-top: 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* margin-left: -50px !important; */
    
}

.logo-holder:hover, .logo-holder:focus {
    color: #ffffff;
    text-decoration: none;
}

.logo-holder .logo {
    display: inline-block;
    background-image: url(../img/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
}

i.fas.fa-file-pdf{
	margin-left: 2%;
}
.logo-holder1 .logo1 {
    display: inline-block;
    background-image: url(../img/1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
svg.logo {
    width: 62px;
    height: auto;
}

svg.logo text {
   font-family:"Open Sans",sans-serif;
    font-weight: 500;
    fill: #ffffff;
}

.navbar-collapse-centered {
    text-align: center;
}

.navbar-nav-centered {
    display: inline-block;
    float: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(231, 231, 231, 0.2);
}

.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #1a2a70;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #4a864d;
}

.navbar-default .navbar-nav > li > a.login-button {
    margin-left: 30px;
}

.navbar-default .navbar-nav > .active a, .navbar-default .navbar-nav > .active a:focus, .navbar-default .navbar-nav > .active a:hover {
    color: #dbc2fe;
    background-color: transparent;
}

.support-button-holder {
    border-radius: 4px;
}

.support-button-holder a.support-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 9px 30px;
    background-color: #0d65d8;
    border-radius: 10px;
    color: #ffffff;
    opacity: 1;
    margin-top: 11px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 14px;
    -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.support-button-holder a.support-button:hover, .support-button-holder a.support-button:focus {
    border-radius: 10px;
    background-color: #0c5cc5 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.navbar-default .navbar-toggle {
    border: 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    opacity: 0.7;
}

.navbar-toggle {
    margin-top: 17px;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 10px;
}

.dropdown-menu, .navbar-main .dropdown-menu {
    background-color: #ffffff;
    min-width: 160px;
    border: 0;
    padding: 12px 12px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    z-index: 9999;
}

.dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown-menu {
    display: block;
    -webkit-transform-origin: 75% 0%;
    -moz-transform-origin: 75% 0%;
    -ms-transform-origin: 75% 0%;
    transform-origin: 75% 0%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
}

.dropdown-menu:before {
    position: absolute;
    content: "";
    top: -7px;
    right: 40px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}

.dropdown-menu > li > a {
        color: #182b6e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 5px 12px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #4a864d;
    background-color: #f7f6f8;
}

.dropdown-menu.dropdown-mega {
    z-index: 9998;
    padding: 20px 0;
    margin-top: 12px !important;
    display: block;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    opacity: 0;
}

.dropdown-menu.dropdown-unity {
    -webkit-transform-origin: 85% 0%;
    -moz-transform-origin: 85% 0%;
    -ms-transform-origin: 85% 0%;
    transform-origin: 85% 0%;
}

.dropdown {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
    display: block;
}

.dropdown.mega {
    position: inherit;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dropdown.mega > a {
    position: relative;
    z-index: 9999;
}

.dropdown.mega > a:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 50%;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown.mega:hover > a:before, .dropdown.mega:focus > a:before {
    opacity: 1;
}

.dropdown.mega:hover .dropdown-menu.dropdown-mega, .dropdown.mega:focus .dropdown-menu.dropdown-mega {
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown.mega .dropdown-menu.dropdown-mega:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    top: -12px;
    left: 0;
}

.dropdown.mega .dropdown-menu.dropdown-mega:before {
    display: none;
}

.dropdown.mega p {
    font-size: 15px;
    font-weight: 300;
    color: #7a7896;
    margin-top: 5px;
    padding: 10px;
}

.dropdown.unity-menu {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dropdown.unity-menu > a {
    position: relative;
    z-index: 9999;
}

.dropdown.unity-menu:hover > a:before, .dropdown.unity-menu:focus > a:before {
    opacity: 1;
}

.dropdown.unity-menu:hover .dropdown-menu.dropdown-unity, .dropdown.unity-menu:focus .dropdown-menu.dropdown-unity {
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown.unity-menu .dropdown-menu.dropdown-unity:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    top: -12px;
    left: 0;
}

.dropdown.unity-menu p {
    font-size: 15px;
    font-weight: 300;
    color: #7a7896;
    margin-top: 5px;
    padding: 10px;
}

.unity-link {
    text-decoration: none !important;
    padding: 0 !important;
    background-color: transparent;
}

.unity-link:hover, .unity-link:focus {
    background-color: #EBF2F9 !important;
}

.unity-link:hover .unity-box:after, .unity-link:focus .unity-box:after {
    opacity: 1;
    right: 15px;
}

.unity-box {
    position: relative;
    padding: 13px 60px 13px 75px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.unity-box:after {
    font-family:"Open Sans",sans-serif;
    position: absolute;
    content: "\6b";
    font-size: 10px;
    top: 50%;
    margin-top: -7px;
    right: 20px;
    color: #B1C6DB;
    text-transform: none;
    font-weight: 600;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.unity-box .unity-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -24px;
}

.unity-box .unity-icon .htfy {
    font-size: 45px;
}

.unity-box .unity-icon [class*="fa"] {
    font-size: 45px;
}

.unity-box .unity-icon img {
    width: 44px;
}

.unity-box .unity-title {
    font-size: 15px;
    font-weight: 600;
    color: #2A4968;
    text-transform: uppercase;
}

.unity-box .unity-details {
    font-size: 14px;
    font-weight: 300;
    color: #7A7896;
}

.mega-link {
    text-decoration: none !important;
}

.mega-box {
    position: relative;
    padding: 20px 20px 20px 90px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mega-box:hover, .mega-box:focus {
    background-color: #f3f3f7;
}

.mega-box.m-color1 .mega-icon {
    color: #756de7;
}

.mega-box.m-color1:hover .mega-icon, .mega-box.m-color1:focus .mega-icon {
    color: #6057e3;
}

.mega-box.m-color2 .mega-icon {
    color: #5d9cec;
}

.mega-box.m-color2:hover .mega-icon, .mega-box.m-color2:focus .mega-icon {
    color: #468ee9;
}

.mega-box.m-color3 .mega-icon {
    color: #65d692;
}

.mega-box.m-color3:hover .mega-icon, .mega-box.m-color3:focus .mega-icon {
    color: #51d184;
}

.mega-box .mega-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -24px;
}

.mega-box .mega-icon .htfy {
    font-size: 45px;
}

.mega-box .mega-icon [class*="fa"] {
    font-size: 45px;
}

.mega-box .mega-title {
    font-size: 15px;
    font-weight: 600;
    color: #3f3d59;
}

.mega-box .mega-details {
    font-size: 15px;
    font-weight: 300;
    color: #7a7896;
}

.support-button-holder {
    perspective: 1000px;
    position: relative;
    z-index: 1000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.support-button-holder:hover .dropdown-menu, .support-button-holder:focus .dropdown-menu {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.support-button-holder .dropdown-menu {
    padding: 10px;
    margin-top: 12px !important;
    display: block;
    -webkit-transform-origin: 80% 0%;
    -moz-transform-origin: 80% 0%;
    -ms-transform-origin: 80% 0%;
    transform-origin: 80% 0%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    opacity: 0;
}

.support-button-holder .dropdown-menu:before {
    position: absolute;
    content: "";
    top: -7px;
    right: 40px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}

.support-button-holder .dropdown-menu:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    top: -12px;
    left: 0;
}

.support-button-holder .dropdown-menu li a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #8b899e;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.support-button-holder .dropdown-menu li a [class*="fa"], .support-button-holder .dropdown-menu li a i {
    color: #69677e;
    font-size: 17px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.support-button-holder .dropdown-menu li a:hover, .support-button-holder .dropdown-menu li a:focus {
    color: #4a864d;
    background-color: #f7f6f8;
}

.support-button-holder .dropdown-menu li a:hover [class*="fa"], .support-button-holder .dropdown-menu li a:hover i, .support-button-holder .dropdown-menu li a:focus [class*="fa"], .support-button-holder .dropdown-menu li a:focus i {
    color: #65d66a;
}

/*------------------------------------------------------------------
	3. Top Content Styles
-------------------------------------------------------------------*/
#top-content {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}

#top-content .big-title {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 40px;
}

#top-content .big-title span {
    font-size: 48px;
    color: #84ebad;
    font-weight: 700;
}

#top-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 38px;
}

#top-content .domain-search-holder {
    margin-bottom: 120px;
}

#top-content .domain-search-holder input[type="text"] {
    padding: 20px 35px;
    border-radius: 10px;
    background-color: #f1f4f5;
    font-size: 18px;
    color: #87838e;
    border: 0;
    outline: 0;
    width: 100%;
    max-width: 420px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#top-content .domain-search-holder input[type="text"]:hover, #top-content .domain-search-holder input[type="text"]:focus {
    background-color: #f4f7f8;
}

#top-content .domain-search-holder input[type="submit"] {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #0d65d8;
    font-size: 18px;
    color: #ffffff;
    border: 0;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
}

#top-content .domain-search-holder input[type="submit"]:hover, #top-content .domain-search-holder input[type="submit"]:focus {
    background-color: #0c5cc5;
}

#top-content .domain-search-holder ::-webkit-input-placeholder {
    color: #87838e;
}

#top-content .domain-search-holder :-moz-placeholder {
    color: #87838e;
}

#top-content .domain-search-holder ::-moz-placeholder {
    color: #87838e;
}

#top-content .domain-search-holder :-ms-input-placeholder {
    color: #87838e;
}

#top-content .arrow-button-holder {
    text-align: center;
    display: inline-block;
    margin-top: 50px;
}

#top-content .arrow-button-holder a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#top-content .arrow-button-holder a .arrow-icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #0d65d8;
    border-radius: 100px;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 22px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#top-content .arrow-button-holder a .arrow-icon [class*="fa"] {
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 17px;
}

#top-content .arrow-button-holder a .arrow-icon .htfy {
    color: #ffffff;
    font-size: 26px;
    margin-top: 20px;
}

#top-content .arrow-button-holder a .button-text {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#top-content .arrow-button-holder a:hover .arrow-icon, #top-content .arrow-button-holder a:focus .arrow-icon {
    -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.12);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#top-content .arrow-button-holder a:hover .button-text, #top-content .arrow-button-holder a:focus .button-text {
    opacity: 0.7;
}

#header-holder.main-header .bg-animation {
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0, #4a864d, #4a864d);
    background-image: -o-linear-gradient(0, #4a864d, #4a864d);
    background-image: linear-gradient(0, #4a864d, #4a864d);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewY(-0);
    -moz-transform: skewY(-0);
    -ms-transform: skewY(-0);
    transform: skewY(-0);
    z-index: -1;
}

#header-holder.main-header .bg-animation .graphic-show {
    position: absolute;
    display: inline-block;
    right: calc(50% - 600px);
    bottom: 0;
    width: 100%;
    max-width: 600px;
    -webkit-transform: skewY(0);
    -moz-transform: skewY(0);
    -ms-transform: skewY(0);
    transform: skewY(0);
}

#header-holder.main-header .bg-animation .graphic-show .fix-size {
    width: 100%;
    opacity: 0;
}

#header-holder.main-header .bg-animation .graphic-show .img {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

#header-holder.main-header .bg-animation .graphic-show .img.img1 {
    margin-top: 85px;
    -webkit-animation: slide-fade1 15s linear infinite;
    -moz-animation: slide-fade1 15s linear infinite;
    -ms-animation: slide-fade1 15s linear infinite;
    animation: slide-fade1 15s linear infinite;
}

#header-holder.main-header .bg-animation .graphic-show .img.img2 {
    margin-top: 48px;
    -webkit-animation: slide-fade2 15s linear infinite;
    -moz-animation: slide-fade2 15s linear infinite;
    -ms-animation: slide-fade2 15s linear infinite;
    animation: slide-fade2 15s linear infinite;
}

#header-holder.main-header .bg-animation .graphic-show .img.img3 {
    -webkit-animation: slide-fade3 15s linear infinite;
    -moz-animation: slide-fade3 15s linear infinite;
    -ms-animation: slide-fade3 15s linear infinite;
    animation: slide-fade3 15s linear infinite;
}

#header-holder.main-header #top-content {
    padding-top: 110px;
    padding-bottom: 110px;
    text-align: left;
}

#header-holder.main-header #top-content .noti-holder .noti {
    position: relative;
    display: inline-block;
    padding: 4px 6px;
    padding-right: 30px;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    -moz-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    -ms-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header-holder.main-header #top-content .noti-holder .noti:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #fff;
    width: 8px;
    height: 20px;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    opacity: 0;
    transform: scale(0.7);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.9s forwards;
    -moz-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.9s forwards;
    -ms-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.9s forwards;
    animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.9s forwards;
}

#header-holder.main-header #top-content .noti-holder .noti .badge {
    margin-right: 8px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    border: 0;
    border-radius: 20px;
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(100deg, #23a6fe, #0a92e9);
    background-image: -o-linear-gradient(100deg, #23a6fe, #0a92e9);
    background-image: linear-gradient(100deg, #23a6fe, #0a92e9);
    margin-top: -2px;
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: fade-animation2 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.7s forwards;
    -moz-animation: fade-animation2 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.7s forwards;
    -ms-animation: fade-animation2 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.7s forwards;
    animation: fade-animation2 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.7s forwards;
}

#header-holder.main-header #top-content .noti-holder .noti .text {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

#header-holder.main-header #top-content .noti-holder a {
    display: inline-block;
    outline: none;
}

#header-holder.main-header #top-content .noti-holder a:hover .noti, #header-holder.main-header #top-content .noti-holder a:focus .noti {
    background-color: rgba(0, 0, 0, 0.14);
}

#header-holder.main-header #top-content .spacer {
    margin-bottom: 45px;
}

#header-holder.main-header #top-content .big-title {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 25px;
}

#header-holder.main-header #top-content .big-title span {
    font-size: 48px;
    color: #84ebad;
    font-weight: 700;
}

#header-holder.main-header #top-content p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
}

#header-holder.main-header #top-content .btn-holder a:first-child {
    margin-left: 0;
}

#header-holder.main-header #top-content .btn-holder a:last-child {
    margin-right: 0;
}

#header-holder.main-header #top-content .slide > div {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -webkit-transform: scale(1) rotateX(0deg) translateY(0px) !important;
    -moz-transform: scale(1) rotateX(0deg) translateY(0px) !important;
    -ms-transform: scale(1) rotateX(0deg) translateY(0px) !important;
    transform: scale(1) rotateX(0deg) translateY(0px) !important;
    opacity: 1 !important;
}

#header-holder.main-header .header-graphic {
    width: 100%;
    max-width: 640px;
    opacity: 0;
}

@keyframes slide-fade1 {
    0% {
        opacity: 0;
    }

    3% {
        opacity: 1;
    }

    27% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    57% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    64% {
        opacity: 0;
    }

    94% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-fade2 {
    0% {
        opacity: 0;
    }

    3% {
        opacity: 0;
    }

    27% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    57% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    64% {
        opacity: 0;
    }

    94% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-fade3 {
    0% {
        opacity: 0;
    }

    3% {
        opacity: 0;
    }

    27% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    57% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    64% {
        opacity: 1;
    }

    96% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-animation {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade-animation2 {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.animated {
    -webkit-animation: animation 2s ease forwards;
    -moz-animation: animation 2s ease forwards;
    -ms-animation: animation 2s ease forwards;
    animation: animation 2s ease forwards;
}

.animation-delay1 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animation-delay2 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes animation {
    0% {
        -webkit-transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        -moz-transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        -ms-transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) rotateX(0deg) translateY(0px);
        -moz-transform: scale(1) rotateX(0deg) translateY(0px);
        -ms-transform: scale(1) rotateX(0deg) translateY(0px);
        transform: scale(1) rotateX(0deg) translateY(0px);
        opacity: 1;
    }
}

@keyframes animation {
    0% {
        -webkit-transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        -moz-transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        -ms-transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) rotateX(0deg) translateY(0px);
        -moz-transform: scale(1) rotateX(0deg) translateY(0px);
        -ms-transform: scale(1) rotateX(0deg) translateY(0px);
        transform: scale(1) rotateX(0deg) translateY(0px);
        opacity: 1;
    }
}

#main-slider .slide {
    perspective: 1000px;
}

#main-slider .slide > div:nth-child(1), #main-slider .slide > div:nth-child(2) {
    opacity: 0;
}

#main-slider .slide .icon-holder {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

#main-slider .slide .icon-holder .icon-bg {
    position: absolute;
    display: inline-block;
    width: 85px;
    height: 85px;
    left: 50%;
    margin-left: -43px;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 200px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}

#main-slider .slide .icon-holder .icon-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 200px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.7s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.7s cubic-bezier(0.34, 1.61, 0.7, 1);
}

#main-slider .slide .icon-holder .icon-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 200px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(2.3);
    -moz-transform: scale(2.3);
    -ms-transform: scale(2.3);
    transform: scale(2.3);
    -webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
}

#main-slider .slide .icon-holder .icon-bg:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

#main-slider .slide .icon-holder .icon-bg:hover:before {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

#main-slider .slide .icon-holder .icon-bg:hover:after {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -ms-transform: scale(2.1);
    transform: scale(2.1);
}

#main-slider .slide .icon-holder .htfy, #main-slider .slide .icon-holder [class*="fa"] {
    position: relative;
    z-index: 10;
    color: #ffffff;
    font-size: 68px;
    margin-top: 5px;
    pointer-events: none;
}

#main-slider .slide .icon-holder .htfy-trophy {
    margin-top: 7px;
}

#main-slider .slide .icon-holder img {
    width: 68px;
}

#main-slider .domainsearch-slide {
    position: relative;
}

#main-slider .domainsearch-slide .image-holder {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100px;
    z-index: -1;
}

#main-slider .domainsearch-slide .image-holder img {
    width: 100%;
    max-width: 827px;
}

#main-slider .slick-dots li {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

/*------------------------------------------------------------------
	4. info Section Styles
-------------------------------------------------------------------*/
#info {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}

#info .info-text {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 300;
    color: #3f3d59;
}

#h-info {
    background-color: #ffffff;
    padding-top: 60px;
    text-align: center;
}

#h-info .info-text {
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 300;
    color: #3f3d59;
}

#h-info .purple-text {
    color: #7971e8;
}

#h-info .blue-text {
    color: #5d9cec;
}

#h-info .green-text {
    color: #26dd6c;
}

/*------------------------------------------------------------------
	5. Services Section Styles
-------------------------------------------------------------------*/
#services {
    padding-top: 30px;
    padding-bottom: 30px;
}

.service-box {
    border-radius: 10px;
    border: 0;
    background-color: #fcfcfd;
    position: relative;
    overflow: hidden;
    padding-top: 38px;
    padding-bottom: 38px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
}

.service-box:hover {
    border: 0;
    background-color: #fcfcfd;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.service-box .service-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: -62px;
}

.service-box .service-icon img {
    width: 128px;
}

.service-box .service-title {
    margin-left: 120px;
    font-size: 16px;
    font-weight: 600;
    color: #2A4968;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.service-box .service-title a {
    font-size: 16px;
    font-weight: 600;
    color: #2A4968;
    background-color: #EBF2F9;
    border-radius: 10px;
    padding: 3px 24px 3px 15px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-box .service-title a:after {
    font-family:"Open Sans",sans-serif;
    position: absolute;
    content: "\6b";
    font-size: 10px;
    top: 50%;
    margin-top: -7px;
    right: 10px;
    color: #B1C6DB;
    text-transform: none;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-box .service-title a:hover, .service-box .service-title a:focus {
    text-decoration: none;
    background-color: #e5eef7;
}

.service-box .service-title a:hover:after, .service-box .service-title a:focus:after {
    right: 10px;
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}

.service-box .service-details {
    margin-left: 120px;
    font-size: 16px;
    font-weight: 300;
    color: #7a7896;
}

.service-box .service-details p {
    font-size: 16px;
    font-weight: 300;
    color: #7a7896;
}

/*------------------------------------------------------------------
	6. Message Section Styles
-------------------------------------------------------------------*/
.message-area {
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
}

.message-area.normal-bg {
    background-color: #f9f9fd;
    padding-top: 80px;
    padding-bottom: 80px;
}

.message-area.normal-bg .text-purple-dark, .message-area.normal-bg .text-other-color2 {
    font-weight: 300;
}

.message-area .bg-color {
    background-color: #f6f9fc;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transform: skewY(-0) scaleY(0);
    -moz-transform: skewY(-0) scaleY(0);
    -ms-transform: skewY(-0) scaleY(0);
    transform: skewY(-0) scaleY(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: -1;
}

.message-area .buttons-holder {
    text-align: right;
    padding-top: 10px;
}

.message-area.boxed {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
}

.message-area.boxed .container {
    padding: 70px 60px;
    background-color: #f4f9fe;
    background-color: #f5f6f7;
    border: 1px solid rgba(224, 224, 232, 0.6);
    border-radius: 10px;
}

.text-purple-light {
    font-size: 25px;
    font-weight: 300;
    color: #756de7;
}

.text-other-color1 {
    font-size: 23px;
    font-weight: 300;
    color: #8493b4;
}

.text-purple-dark {
    font-size: 23px;
    font-weight: 300;
    color: #593295;
}

.text-other-color2 {
    font-size: 23px;
    font-weight: 300;
    color: #1e2e50;
}

/*------------------------------------------------------------------
	7. Pricing Section Styles
-------------------------------------------------------------------*/
#pricing {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}

#pricing .bg-color {
    background-color: #eaeff9;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transform: skewY(-0) scaleY(0);
    -moz-transform: skewY(-0) scaleY(0);
    -ms-transform: skewY(-0) scaleY(0);
    transform: skewY(-0) scaleY(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: -1;
}

.pricing-box {
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 340px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pricing-box.no-icon {
    padding: 40px 27px 27px 27px;
}

.pricing-box .pricing-content {
    border: 1px solid rgba(224, 224, 232, 0);
    background-color: #fcfcfd;
    -webkit-box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    position: relative;
    padding: 65px 27px 27px 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-icon {
    position: absolute;
    width: 88px;
    height: 88px;
    left: 50%;
    margin-left: -44px;
    top: -44px;
    border-radius: 200px;
    overflow: hidden;
    z-index: 100;
    -webkit-box-shadow: 0 0 0 rgba(141, 171, 234, 0);
    box-shadow: 0 0 0 rgba(141, 171, 234, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-icon .htfy {
    color: #ffffff;
    font-size: 45px;
    margin-top: 21px;
}

.pricing-box .pricing-content .pricing-icon .htfy-technology {
    margin-top: 26px;
}

.pricing-box .pricing-content .pricing-icon [class*="fa"] {
    color: #ffffff;
    font-size: 40px;
    margin-top: 25px;
}

.pricing-box .pricing-content .pricing-icon img {
    position: absolute;
    width: 50px;
    height: 43px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -22px;
}

.pricing-box .pricing-content .pricing-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f3f5fd;
    display: inline-block;
    padding: 7px 18px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.pricing-box .pricing-content .price-title {
    font-size: 14px;
    font-weight: 700;
    color: #a5b8df;
    text-transform: uppercase;
}

.pricing-box .pricing-content .pricing-price {
    font-size: 35px;
    color: #a3a3a3;
}

.pricing-box .pricing-content .pricing-details {
    text-align: center;
}

.pricing-box .pricing-content .pricing-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pricing-box .pricing-content .pricing-details ul li {
    display: inline-block;
    padding: 2px 30px;
    border-radius: 50px;
    font-size: 14px;
    color: #777493;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0 1px 1px transparent;
    box-shadow: 0 1px 1px transparent;
}

.pricing-box .pricing-content .pricing-details ul li.not-included {
    color: #bbbac1 !important;
    -webkit-box-shadow: 0 9px 20px transparent !important;
    box-shadow: 0 9px 20px transparent !important;
}

.pricing-box .pricing-content .pricing-details ul li:hover {
    color: #3f3d59;
    -webkit-box-shadow: 0 9px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.08);
}

.pricing-box .pricing-content .pricing-details ul li[id^="product"] {
    -webkit-box-shadow: 0 1px 1px transparent !important;
    box-shadow: 0 1px 1px transparent !important;
}

.pricing-box .pricing-content .pricing-details p {
    font-size: 14px;
    color: #777493;
    padding: 25px 0;
    line-height: 28px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-link {
    position: relative;
    z-index: 1;
}

.pricing-box .pricing-content .pricing-link a {
    position: relative;
    color: #66556b;
    background-color: #ffffff;
    width: 100%;
    margin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-link a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-box.pricing-color1:before {
    color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-icon {
    background-color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-title {
    color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-price {
    color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-details ul li:before {
    background-color: #756de7;
    -webkit-box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
    box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a {
    color: #ffffff;
    background-color: #756de7;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a:before {
    background-color: #231aa1;
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a:hover, .pricing-box.pricing-color1 .pricing-content .pricing-link a:focus {
    color: #ffffff;
    background-color: #6057e3;
}

.pricing-box.pricing-color2:before {
    color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-icon {
    background-color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-title {
    color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-price {
    color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-details ul li:before {
    background-color: #5d9cec;
    -webkit-box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
    box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a {
    color: #ffffff;
    background-color: #5d9cec;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a:before {
    background-color: #12509e;
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a:hover, .pricing-box.pricing-color2 .pricing-content .pricing-link a:focus {
    color: #ffffff;
    background-color: #468ee9;
}

.pricing-box.pricing-color3:before {
    color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-icon {
    background-color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-title {
    color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-price {
    color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-details ul li:before {
    background-color: #65d692;
    -webkit-box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
    box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a {
    color: #ffffff;
    background-color: #65d692;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a:before {
    background-color: #228047;
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a:hover, .pricing-box.pricing-color3 .pricing-content .pricing-link a:focus {
    color: #ffffff;
    background-color: #51d184;
}

.pricing-box.featured {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pricing-box.featured .pricing-content:after {
    position: absolute;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    top: 0;
    left: 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 2px 5px;
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pricing-box.featured:hover .pricing-content:after {
    padding: 4px 5px;
}

.pricing-box:hover .pricing-content, .pricing-box:focus .pricing-content {
    background-color: #fdfdfd;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.pricing-box:hover .pricing-content .pricing-icon, .pricing-box:focus .pricing-content .pricing-icon {
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.pricing-box:hover .pricing-content .pricing-details p, .pricing-box:focus .pricing-content .pricing-details p {
    color: #3f3d59;
}

.pricing-box:hover .pricing-content .pricing-link a, .pricing-box:focus .pricing-content .pricing-link a {
    margin-top: -4px;
    margin-bottom: 4px;
}

.pricing-box:hover .pricing-content .pricing-link a:before, .pricing-box:focus .pricing-content .pricing-link a:before {
    bottom: -4px;
}

.pricing-box.pricing-box-simple {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pricing-box.pricing-box-simple .pricing-content {
    background-color: #fcfcfd;
      /*padding: 35px 27px 27px 27px;*/
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon {
    width: 76px;
    height: 76px;
    margin-left: -38px;
    top: -38px;
    border: 0px solid #e0e0e8;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 9px rgba(141, 171, 234, 0.5);
    box-shadow: 0 5px 9px rgba(141, 171, 234, 0.5);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy {
    font-size: 33px;
    color: #a1a1a1;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy-technology {
    margin-top: 23px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon [class*="fa"] {
    font-size: 28px;
    color: #a1a1a1;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon img {
    width: 44px;
    margin-left: -22px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-head {
    position: relative;
    padding: 27px;
    z-index: 10;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 35px;
    padding-bottom:35px;
    overflow: hidden;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-head:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: repeat-x;
    /*background-image: -webkit-linear-gradient(90deg, #9c8df1, #7f29f0);
    background-image: -o-linear-gradient(90deg, #9c8df1, #7f29f0);
    background-image: linear-gradient(90deg, #9c8df1, #7f29f0);*/
	background-color: #96c14c;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: skewY(-0);
    -moz-transform: skewY(-0);
    -ms-transform: skewY(-0);
    transform: skewY(-0);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-title {
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 10px 25px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features {
    margin-top: 10px;
    margin-bottom: 30px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul li {
    padding: inherit !important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    display: inline-block !important;
	text-align:left;
	float:left;
	width:100%
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul li:before {
    content: "\62";
  font-family:"Open Sans",sans-serif;
    font-size: 12px;
    margin-right: 5px;
    color: #00ff66;
}

.pricing-box.pricing-box-simple .pricing-content .display-price {
    color: #ffffff;
    font-size: 18px;
}

.pricing-box.pricing-box-simple .pricing-content .free-plan {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .one-time {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-price {
    color: #ffffff;
    font-size: 25px !important;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}

.pricing-box.pricing-box-simple .pricing-content .billing-cycle {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.pricing-box.pricing-box-simple .pricing-content .setup-fee {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .setup-fee:before {
    content: "+";
    font-size: 16px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav {
    border-bottom: 0 !important;
    text-align: center;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li {
    display: inline-block !important;
    float: inherit;
    margin: 0 5px !important;
    padding: 4px !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li a {
    padding: 3px 10px 4px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.62);
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 6px;
    border: 0;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li.active a {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.16) !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content {
    padding-top: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .pricing-price {
    color: #ffffff;
    font-size: 25px !important;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .billing-cycle {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .setup-fee {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .setup-fee:before {
    content: "+";
    font-size: 16px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details {
    padding: 0 27px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li {
    display: inline-block !important;
    padding: 2px 20px !important;
    width: inherit !important;
    border-radius: 50px;
    font-size: 14px;
    color: #777493;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    position: relative;
    min-width: 150px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li.not-included {
    color: #bbbac1 !important;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08) !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li:hover {
    color: #3f3d59;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li[id^="product"] {
    -webkit-box-shadow: 0 1px 1px transparent !important;
    box-shadow: 0 1px 1px transparent !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details > ul > li {
    padding: 6px 4px !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link {
    position: relative;
    z-index: 1;
    padding: 27px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link a {
    padding: 12px 20px;
    color: #ffffff;
    background-color: #8eb30a;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link a:before {
    display: none;
}

.pricing-box.pricing-box-simple.bestbuy .pricing-content:after {
    content: "";
    position: absolute;
    top: -17px;
    left: 100%;
    margin-left: -98px;
    width: 24px;
    height: 22px;
    z-index: 12;
    background-image: url("../img/star.png");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.pricing-box.pricing-box-simple.bestbuy:before {
    content: "";
    position: absolute;
    top: -28px;
    right: -5px;
    width: 125px;
    height: 38px;
    background-color: #ffffff;
    border: 1px solid #efeff8;
    border-radius: 50px;
    z-index: 11;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.pricing-box.pricing-box-simple.bestbuy:after {
    content: "Best Buy!";
    position: absolute;
    top: -20px;
    right: 12px;
   font-family:"Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ff9c04;
    z-index: 12;
    text-transform: uppercase;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-head:before {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #2ebaf2, #2b8cf2);
    background-image: -o-linear-gradient(90deg, #2ebaf2, #2b8cf2);
    background-image: linear-gradient(90deg, #2ebaf2, #2b8cf2);
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-details ul li:hover {
    color: #2c94f2;
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a {
    color: #ffffff;
    background-color: #2c94f2;
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a:hover, .pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a:focus {
    background-color: #0e7bdd !important;
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-head:before {
    background-repeat: repeat-x;
   /* background-image: -webkit-linear-gradient(90deg, #9c8df1, #7f29f0);
    background-image: -o-linear-gradient(90deg, #9c8df1, #7f29f0);
    background-image: linear-gradient(90deg, #9c8df1, #7f29f0);*/
	background-color: #026681;
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-details ul li:hover {
    color: #026681;
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a {
    color: #ffffff;
    background-color: #026681;
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a:hover, .pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a:focus {
    background-color: #6811e2 !important;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-head:before {
    background-repeat: repeat-x;
   /* background-image: -webkit-linear-gradient(90deg, #47f48f, #0dcf77);
    background-image: -o-linear-gradient(90deg, #47f48f, #0dcf77);
    background-image: linear-gradient(90deg, #47f48f, #0dcf77);*/
	background-color: #eb7712;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-features ul li:before {
    color: #ffffff;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-details ul li:hover {
    color: #14d37a;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a {
    color: #ffffff;
    background-color: #eb7712;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a:hover, .pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a:focus {
    background-color: #10a45f !important;
}

.pricing-box.pricing-box-simple:hover .pricing-content, .pricing-box.pricing-box-simple:focus .pricing-content {
    -webkit-box-shadow: -1px 8px 24px rgba(0, 0, 0, 0.11);
    box-shadow: -1px 8px 24px rgba(0, 0, 0, 0.11);
}

.pricing-box.pricing-box-horizontal {
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 60px;
}

.pricing-box.pricing-box-horizontal .pricing-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head {
    -webkit-box-flex: 0.8;
    -moz-box-flex: 0.8;
    -webkit-flex: 0.8;
    -ms-flex: 0.8;
    flex: 0.8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 27px;
    border-top-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head:before {
    -webkit-transform: skewY(0deg);
    -moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head .pricing-title {
    margin-bottom: 0;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f9f9fc;
    padding: 25px;
    color: #303030;
    font-size: 16px;
    font-weight: 200;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 74px;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features:before {
    font-family:"Open Sans",sans-serif;
    content: "\62";
    position: absolute;
    display: inline-block;
    background-color: #d9faee;
    color: #21ba82;
    font-size: 26px;
    padding-top: 24px;
    width: 48px;
    height: 48px;
    top: -74px;
    left: 50%;
    margin-left: -24px;
    border-radius: 100px;
    line-height: 0;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features ul li {
    color: #303030;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 7px !important;
    line-height: 23px;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features ul li:before {
    display: none !important;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features P {
    color: #303030;
    font-size: 16px;
    font-weight: 200;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-details {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: center;
    align-content: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-details ul li {
    width: 100% !important;
    text-align: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 2.3;
    -moz-box-flex: 2.3;
    -webkit-flex: 2.3;
    -ms-flex: 2.3;
    flex: 2.3;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
    -webkit-box-flex: 1.3;
    -moz-box-flex: 1.3;
    -webkit-flex: 1.3;
    -ms-flex: 1.3;
    flex: 1.3;
    padding: 30px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    background-color: #f9f9fc;
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li {
    margin: 0 !important;
    padding: 2px !important;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li a {
    background-color: #f0f0f5 !important;
    color: #787593;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li.active a {
    background-color: #deefff !important;
    color: #3496ef;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .pricing-price {
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .billing-cycle {
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .setup-fee {
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .fix-space {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-price {
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .billing-cycle {
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .setup-fee {
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-time {
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .display-price {
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .free-plan {
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-time {
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-price-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-link {
    -webkit-box-flex: 0.7;
    -moz-box-flex: 0.7;
    -webkit-flex: 0.7;
    -ms-flex: 0.7;
    flex: 0.7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-link a {
    padding: 10px;
}

.pricing-box.pricing-box-horizontal:hover .pricing-content .pricing-link a, .pricing-box.pricing-box-horizontal:focus .pricing-content .pricing-link a {
    margin-top: 0;
    margin-bottom: 0;
}

.pricing-box.pricing-unity .pricing-content .pricing-icon {
    background-color: transparent !important;
}

.pricing-box.pricing-unity .pricing-content .pricing-icon img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
}

.pricing-box.pricing-unity .pricing-content .pricing-title {
    font-size: 16px;
    font-weight: 600;
    color: #2A4968;
    background-color: #EBF2F9;
    border-radius: 10px;
    padding: 3px 15px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.pricing-box.pricing-unity .pricing-content .price-title {
    color: #aec1d4;
}

.pricing-box.pricing-unity .pricing-content .pricing-price {
    color: #2A4968;
}

.pricing-box.pricing-unity .pricing-content .pricing-link {
    position: relative;
    z-index: 1;
}

.pricing-box.pricing-unity .pricing-content .pricing-link a {
    position: relative;
    color: #fff;
    background-color: #4a864d;
    width: 100%;
    margin: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-box.pricing-unity .pricing-content .pricing-link a:before {
    display: none;
}

.pricing-box.pricing-unity .pricing-content .pricing-link a:hover, .pricing-box.pricing-unity .pricing-content .pricing-link a:focus {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    background-color: #1888ff;
}

.pricing-box-horizontal-holder {
    width: 100%;
}

.pricing-header {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    font-size: 12px;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: -14px !important;
    margin-top: 30px !important;
}

.pricing-header .th-title {
    -webkit-box-flex: 0.8;
    -moz-box-flex: 0.8;
    -webkit-flex: 0.8;
    -ms-flex: 0.8;
    flex: 0.8;
    padding: 0 27px;
}

.pricing-header .th-features {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 25px;
}

.pricing-header .th-details {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 27px;
}

.pricing-header .th-price {
    -webkit-box-flex: 1.2;
    -moz-box-flex: 1.2;
    -webkit-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
    padding: 0 20px;
}

.pricing-header .th-link {
    -webkit-box-flex: 0.7;
    -moz-box-flex: 0.7;
    -webkit-flex: 0.7;
    -ms-flex: 0.7;
    flex: 0.7;
    padding: 0 27px;
}

@media (max-width: 1200px) {
    .pricing-box.pricing-box-horizontal .pricing-content .pricing-details {
        -webkit-box-flex: 1.2;
        -moz-box-flex: 1.2;
        -webkit-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2;
    }

    .pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
        border-top-right-radius: 10px;
    }

    .pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .fix-space {
        display: none;
    }

    .pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
        -webkit-box-flex: 1.5;
        -moz-box-flex: 1.5;
        -webkit-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
        -webkit-flex-direction: column;
        flex-direction: column;
        background-color: #f9f9fc;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .pricing-box.pricing-box-horizontal .pricing-content .price-link-holder .pricing-link a {
        width: inherit;
    }

    .pricing-header .th-link {
        display: none;
    }
}

@media (max-width: 992px) {
    .pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
        display: none;
    }

    .pricing-header .th-features {
        display: none;
    }
}

@media (max-width: 768px) {
    .pricing-box.pricing-box-horizontal .pricing-content {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .pricing-box.pricing-box-horizontal .pricing-content .pricing-head {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
    }

    .pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
        border-top-right-radius: 0;
    }

    .pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
        background-color: transparent;
    }
}

#page-icon {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#page-icon .pricing-icon {
    position: absolute;
    width: 88px;
    height: 88px;
    left: 50%;
    margin-left: -44px;
    bottom: -120px;
    border-radius: 200px;
    overflow: hidden;
    z-index: 100;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

#page-icon .pricing-icon .htfy {
    color: #ffffff;
    font-size: 45px;
    margin-top: 21px;
}

#page-icon .pricing-icon .htfy-technology {
    margin-top: 26px;
}

#page-icon .pricing-icon [class*="fa"] {
    color: #ffffff;
    font-size: 40px;
    margin-top: 25px;
}

#page-icon .pricing-icon.pricing-color1 {
    background-color: #756de7;
}

#page-icon .pricing-icon.pricing-color2 {
    background-color: #5d9cec;
}

#page-icon .pricing-icon.pricing-color3 {
    background-color: #65d692;
}

#page-icon .pricing-icon img {
    width: 100%;
}

#page-icon:hover .pricing-icon .special-gradiant {
    animation-name: little-move;
}

/*------------------------------------------------------------------
	8. Custom Plan Section Styles
-------------------------------------------------------------------*/
#custom-plan {
    text-align: left;
    padding-top: 90px;
    padding-bottom: 30px;
}

#custom-plan h4 {
    color: #4a864d;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

#custom-plan p {
    color: #3f3d59;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 40px;
}

.custom-plan-box {
    display: inline-block;
    width: 100%;
    padding: 70px 60px;
    border: 0;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

.custom-plan-box .slider .tooltip {
   font-family:"Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.custom-plan-box .slider .tooltip.top {
    margin-top: 22px;
}

.custom-plan-box .slider .tooltip.top .tooltip-arrow {
    border: 0;
}

.custom-plan-box .slider .tooltip.top .tooltip-inner {
    color: #4a864d;
    color: #8493b4;
    text-align: center;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-plan-box .slider .tooltip.top .tooltip-inner:after {
    content: attr(data-unit);
    color: #4a864d;
    color: #8493b4;
    margin-left: 2px;
}

.custom-plan-box .slider .tooltip-up {
    font-size: 21px;
    font-weight: 700;
    color: #4a864d;
    color: #8493b4;
    text-align: center;
    margin-top: -95px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-plan-box .slider .tooltip-up:before {
    content: attr(data-currency);
    color: #4a864d;
    color: #8493b4;
}

.custom-plan-box .slider.slider-horizontal {
    width: 100%;
}

.custom-plan-box .slider.slider-horizontal .slider-track {
    height: 2px;
    margin-top: -1px;
}

.custom-plan-box .slider-selection {
    background: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #4a864d;
    background-color: #8493b4;
}

.custom-plan-box .slider-track {
    background: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e7f3ff;
    background-color: #dfe4ee;
}

.custom-plan-box .slider-track:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #4a864d;
    background-color: #8493b4;
    left: -8px;
    top: 50%;
    margin-top: -8px;
}

.custom-plan-box .slider-track:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #4a864d;
    background-color: #8493b4;
    right: -8px;
    top: 50%;
    margin-top: -8px;
}

.custom-plan-box .slider-handle {
    position: absolute;
    top: -6px;
    width: 30px;
    height: 30px;
    background: none;
    background-color: #007bfd;
    background-color: #6477a1;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
    border: 7px solid #4a864d;
    border: 7px solid #8493b4;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-plan-box .slider-handle:hover, .custom-plan-box .slider-handle:focus {
    background-color: #006ee4;
    background-color: #596b92;
    border: 7px solid #1888ff;
    border: 7px solid #7485aa;
}

.custom-plan-info-box {
    padding: 30px 50px;
    background-color: #F0F2F5;
    border-radius: 10px;
}

.custom-plan-info-box .title {
    font-size: 17px;
    margin-bottom: 20px;
    color: #405881;
}

.custom-plan-info-box .details {
    margin-bottom: 50px;
}

.custom-plan-info-box .details .feature {
    color: #637698;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.custom-plan-info-box .price {
    font-size: 17px;
    font-weight: 700;
    color: #4a864d;
    margin-bottom: 10px;
}

.custom-plan-info-box .btn-holder a {
    margin: 0;
}

/*------------------------------------------------------------------
	9. Features Section Styles
-------------------------------------------------------------------*/
#features {
   /* padding-top: 60px;
    padding-bottom: 40px;*/
}

#features-holder {
    position: relative;
    perspective: 1000px;
    margin-top: 50px;
}

#features-holder .feature-box {
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px 50px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transform: rotateX(60deg) scale(0.5) translateY(50px);
    -moz-transform: rotateX(60deg) scale(0.5) translateY(50px);
    -ms-transform: rotateX(60deg) scale(0.5) translateY(50px);
    transform: rotateX(60deg) scale(0.5) translateY(50px);
    opacity: 0;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#features-holder .feature-box.show-details {
    -webkit-transform: rotateX(0deg) scale(1) translateY(0px);
    -moz-transform: rotateX(0deg) scale(1) translateY(0px);
    -ms-transform: rotateX(0deg) scale(1) translateY(0px);
    transform: rotateX(0deg) scale(1) translateY(0px);
    opacity: 1;
}

#features-holder .feature-box .feature-title-holder {
    margin-bottom: 50px;
}

#features-holder .feature-box .feature-title-holder .feature-icon .htfy {
    color: #4a864d;
    font-size: 34px;
    vertical-align: middle;
    margin-right: 20px;
}

#features-holder .feature-box .feature-title-holder .feature-icon [class*="fa"] {
    color: #4a864d;
    font-size: 34px;
    vertical-align: middle;
    margin-right: 20px;
}

#features-holder .feature-box .feature-title-holder .feature-title {
    color: #4a864d;
    font-size: 19px;
    font-weight: 600;
}

#features-holder .feature-box .feature-details {
    color: #0d1e30;
    font-size: 17px;
    font-weight: 300;
}

#features-holder .feature-box .feature-details p {
    color: #0d1e30;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 3.2rem;
}

#features-links-holder {
    position: relative;
    perspective: 1000px;
    margin-top: 50px;
}

#features-links-holder .icons-axis {
    position: absolute;
    width: 194px;
    height: 194px;
    right: 0;
    top: 50%;
    margin-top: -97px;
    border-radius: 200px;
    text-align: center;
    padding-top: 58px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 37px rgba(112, 145, 179, 0.22);
    box-shadow: 0 3px 37px rgba(112, 145, 179, 0.22);
}

#features-links-holder .icons-axis img {
    width: 98px;
}

#features-links-holder .feature-icon-holder {
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 100px;
    background-color: #8392b5;
    text-align: center;
    padding-top: 8px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#features-links-holder .feature-icon-holder.opened {
    background-color: #3481ec;
}

#features-links-holder .feature-icon-holder.opened .animation-holder {
    opacity: 1;
}

#features-links-holder .feature-icon-holder.opened .animation-holder .special-gradiant {
    animation-name: little-move;
}

#features-links-holder .feature-icon-holder:hover, #features-links-holder .feature-icon-holder:focus {
    background-color: #7384ab;
}

#features-links-holder .feature-icon-holder .feature-icon {
    color: #ffffff;
    font-size: 38px;
}

#features-links-holder .feature-icon-holder .feature-title {
    position: absolute;
    color: #3f3d59;
    font-size: 13px;
    font-weight: 700;
    right: 75px;
    top: 30%;
    width: 150px;
    text-align: right;
}

#features-links-holder .feature-icon-holder .animation-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    display: none;
}

#features-links-holder .feature-icon-holder1 {
    top: 0;
    right: 50px;
}

#features-links-holder .feature-icon-holder2 {
    top: 54px;
    right: 182px;
}

#features-links-holder .feature-icon-holder3 {
    top: 50%;
    margin-top: -31px;
    right: 234px;
}

#features-links-holder .feature-icon-holder4 {
    bottom: 54px;
    right: 182px;
    padding-top: 12px;
}

#features-links-holder .feature-icon-holder4 .feature-icon {
    font-size: 30px;
}

#features-links-holder .feature-icon-holder5 {
    bottom: 0;
    right: 50px;
}

/*------------------------------------------------------------------
	10. Testimonials Section Styles
-------------------------------------------------------------------*/
#testimonials {
	padding-top: 70px;
    padding-bottom: 70px;
    background-color: #eef7ef;
    text-align: center;
    overflow: hidden;
}

#testimonials .bg-color {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transform: skewY(-0) scaleY(0);
    -moz-transform: skewY(-0) scaleY(0);
    -ms-transform: skewY(-0) scaleY(0);
    transform: skewY(-0) scaleY(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: -1;
    display: none;
}

#testimonials #testimonials-slider {
    position: relative;
    z-index: 100;
}

#testimonials #testimonials-slider .slick-arrow {
    outline: none;
}

#testimonials #testimonials-slider .slick-prev, #testimonials #testimonials-slider .slick-next {
    border: 0;
    background: none;
    font-size: 0;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

#testimonials #testimonials-slider .slick-prev {
    left: -40px;
}

#testimonials #testimonials-slider .slick-prev:after {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-size: 38px;
    position: absolute;
    left: 0;
    top: 0;
    color: #4a864d;
    z-index: 1000;
}

#testimonials #testimonials-slider .slick-prev:hover:after, #testimonials #testimonials-slider .slick-prev:focus:after {
   
}

#testimonials #testimonials-slider .slick-next {
    right: -20px;
   
}

#testimonials #testimonials-slider .slick-next:after {
    content: "\f105";
	font-family: 'Font Awesome 5 Free';
    font-size: 38px;
    position: absolute;
    left: 0;
    top: 0;
    color: #4a864d;
    z-index: 1000;
}

#testimonials #testimonials-slider .slick-next:hover:after, #testimonials #testimonials-slider .slick-next:focus:after {
  
}

#testimonials #testimonials-slider .slick-slide {
    padding: 0px 0px;
    height: inherit;
}

.slick-current .details-holder{border-left:none !important}

#testimonials #testimonials-slider .details-holder {
    position: relative;
    padding: 20px 0px;
    border-radius: 0px;
    background-color: transparent;
	border-left: 1px dashed #4a864d;
	color:#333
}

#testimonials #testimonials-slider .details-holder img.photo {
    display: inline-block;
    width: 76px;
        /*
                    position: absolute;
                    left: 50%;
                    margin-left: -38px;
                    top: -38px;
                    */
    border-radius: 100%;
    margin-bottom: 20px;
	
}

#testimonials #testimonials-slider .details-holder h4 {
	padding:10px;
	border-top: 1px dashed #4a864d;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
}

#testimonials #testimonials-slider .details-holder h5 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 40px;
    opacity: 0.7;
}

#testimonials #testimonials-slider .details-holder p {
    color:#333;
    font-size: 19px;
    font-weight: 300;
}
/*------------------------------------------------------------------
	10. products_carroussel Section Styles
-------------------------------------------------------------------*/
#products {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    overflow: hidden;
}

#products .bg-color {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transform: skewY(-0) scaleY(0);
    -moz-transform: skewY(-0) scaleY(0);
    -ms-transform: skewY(-0) scaleY(0);
    transform: skewY(-0) scaleY(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: -1;
    display: none;
}

#products #products-slider {
    position: relative;
    z-index: 100;
    margin-top: 20px;
}

#products #products-slider .slick-arrow {
    outline: none;
}

#products #products-slider .slick-prev, #products #products-slider .slick-next {
    border: 0;
    background: none;
    font-size: 0;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

#products #products-slider .slick-prev {
    left: 20px;
   
}

#products #products-slider .slick-prev:after {
 
    font-size: 38px;
    position: absolute;
    left: -60px;
    top: 0;
    color: #4a864d;
  
    z-index: 1000;
}

#products #products-slider .slick-prev:hover:after, #products #products-slider .slick-prev:focus:after {
   
}

#products #products-slider .slick-next {
    right: -15px;
}

#products #products-slider .slick-next:after {
    content: "\61";
  font-family:"Open Sans",sans-serif;
    font-size: 38px;
    position: absolute;
    left: 0;
    top: 0;
    color: #4a864d;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}

#products #products-slider .slick-next:hover:after, #products #products-slider .slick-next:focus:after {
    
}

#products #products-slider .slick-slide {
    padding:0 15px;
    height: inherit;
}

#products #products-slider .details-holder {
    position: relative;
    padding: 60px 80px;
    border-radius: 20px;
    background-color: #8392b5;
}

#products #products-slider .details-holder img.photo {
    display: inline-block;
    width: 76px;
    border-radius: 100%;
    margin-bottom: 20px;
}

#products #products-slider .details-holder h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
}

#products #products-slider .details-holder h5 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 40px;
    opacity: 0.7;
}

#products #products-slider .details-holder p {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
}
/*------------------------------------------------------------------
	001. slider Section Styles
-------------------------------------------------------------------*/
#slider_main {
	float:left;
	width:100%;
	background:#f4f5fd;
	height:500px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    overflow: hidden;
}

#slider_main .bg-color {
    background-color: #f4f5fd;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transform: skewY(-0) scaleY(0);
    -moz-transform: skewY(-0) scaleY(0);
    -ms-transform: skewY(-0) scaleY(0);
    transform: skewY(-0) scaleY(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: -1;
    display: none;
}

#slider_main #slider-main {
    position: relative;
    z-index: 0;
    margin-top: 0px;
}

#slider_main #slider-main .slick-arrow {
    outline: none;
}

#slider_main #slider-main .slick-prev, #slider_main #slider-main .slick-next {
    border: 0;
    background: none;
    font-size: 0;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

#slider_main #slider-main .slick-prev {
    left: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#slider_main #slider-main .slick-prev:after {
  	content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-size: 38px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    
    z-index: 1000;
}

#slider_main #slider-main .slick-prev:hover:after, #slider_main #slider-main .slick-prev:focus:after {

}
li.menu-filiere__item.grandes-cultures.has-children a {
    margin-left: 0px;
    color: #ffffff !important;
    font-size: 20 !important;
    font-weight: 600 !important;
    background-color: #1c1c1c70 !important;
  cursor:pointer;
}
li.menu-filiere__item.grandes-cultures.has-children a:hover {
   
    background-color: rgb(150 193 76 / 57%) !important;
}
#slider_main #slider-main .slick-next {
    right: 20px;
  
}

#slider_main #slider-main .slick-next:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 38px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    
    z-index: 1000;
}

#slider_main #slider-main .slick-next:hover:after, #slider_main #slider-main .slick-next:focus:after {
    
}

#slider_main #slider-main .slick-slide {
    padding: 0px;
    height: inherit;
}

#slider_main #slider-main .details-holder {
    position: relative;
    padding-top: 5px;
}

#slider_main #slider-main .details-holder img.photo {
    display: inline-block;
    width: 76px;
    border-radius: 100%;
    margin-bottom: 20px;
}
#slider_main #slider-main .details-holder h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0;
	text-shadow: 6px 6px 5px black;
	text-align: center;
	text-transform: uppercase;
}
#slider_main #slider-main .details-holder h2 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700;
    margin-top: 0;
	
	text-transform: uppercase;
	
}
#slider_main #slider-main .details-holder h2 p span span{
    font-size: 20px !important;
}

#slider_main #slider-main .details-holder h3 {
    color:#fff;
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 40px;
	text-shadow: 1px 1px 2px black;
}

#slider_main #slider-main .details-holder p {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
	
	text-align: left;
}
/*------------------------------------------------------------------
	11. More Features Section Styles
-------------------------------------------------------------------*/
#more-features {
    text-align: center;
    padding-top: 50px;
    /*padding-bottom: 50px;*/
}

#more-features .mfeature-box {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(238, 238, 244, 0);
    border-radius: 10px;
    padding: 40px 20px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#more-features .mfeature-box .mfeature-icon {
    margin-bottom: 15px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#more-features .mfeature-box .mfeature-icon .htfy {
    color: #4a864d;
    font-size: 50px;
    text-shadow: 0 5px 25px rgba(49, 149, 255, 0.5);
}

#more-features .mfeature-box .mfeature-icon [class*="fa"] {
    color: #4a864d;
    font-size: 50px;
    text-shadow: 0 5px 25px rgba(49, 149, 255, 0.5);
}

#more-features .mfeature-box .mfeature-title {
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#more-features .mfeature-box .mfeature-details {
    color: #707070;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#more-features .mfeature-box:hover {
    background-color: #4a864d;
    border: 1px solid #eeeef4;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

#more-features .mfeature-box:hover .mfeature-icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#more-features .mfeature-box:hover .mfeature-icon .htfy {
    color: #fff;
    text-shadow: 0 0 0 #4a864d;
}

#more-features .mfeature-box:hover .mfeature-icon [class*="fa"] {
    color: #fff;
    text-shadow: 0 0 0 #4a864d;
}

#more-features .mfeature-box:hover .mfeature-title {
    color: #fff;
}

.bluetop {
		background: #1a2a6c!important;
		min-height: 29px!important;
		height: 29px!important;
	}
	.textetn {
		color: #ffffff!important;
		font-size: 13px;
		display: inline-block;
		vertical-align:middle;
	}
	#logo-tunis {
		max-width: 100%;
		height: 29px;
		margin-right: 5px;
		background: transparent;
		padding: 0px;
	}

#more-features .mfeature-box:hover .mfeature-details {
    color: #fff;
}

/*------------------------------------------------------------------
	12. Footer Section Styles
-------------------------------------------------------------------*/
#footer {
    background-color: #0d1e30;
    padding-top: 50px;
    /*padding-bottom: 30px;*/
	padding-bottom: 50px;
    text-align: center;
	margin-top: 170px;
}

#footer .footer-menu-holder {
    text-align: left;
    min-width: 330px;
}

#footer .address-holder {
    display: inline-block;
    text-align: left;
}

#footer h4 {
    /*font-size: 17px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;*/
	font-size: 19px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 4px;
    font-weight: 600;
    margin-top: 5px;
    margin-left: -6px;
}

#footer ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul.footer-menu li {
    margin-bottom: 15px;
}

#footer ul.footer-menu li a {
    color: #abc9e9;
    font-size: 12px;
    font-weight: 300;
    padding: 4px 15px;
    margin-left: -15px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#footer ul.footer-menu li a:hover, #footer ul.footer-menu li a:focus {
    color: #0074f3;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

#footer ul.footer-menu li.active a {
    color: #0074f3;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    font-weight: 400;
}

#footer p {
    color: #ffffff;
    font-size: 15px;
}

#footer .phone {
   /* color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px 25px;
    margin-top: -15px;
    margin-left: -25px;*/
	color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 0px;
    margin-top: 0%;
    margin-left: 0%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#footer .phone [class*="fa"] {
    color: #ffffff;
    font-size: 12px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
}

#footer .phone a {
    color: #ffffff;
}

#footer .phone:hover {
    background-color: #0074f3;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

#footer .email {
    /*color: #ffffff;
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px 25px;
    margin-top: -15px;
    margin-left: -25px;*/
	
	color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 0px;
    margin-top: 0%;
    margin-left: 0%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#footer .email [class*="fa"] {
    color: #ffffff;
    font-size: 17px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
}

#footer .email:hover {
    background-color: #0074f3;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

#footer .address {
    /*margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px 25px;
    margin-top: -15px;
    margin-left: -25px;*/
	color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 0px;
    margin-top: 0%;
    margin-left: 0%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#footer .address div {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
}

#footer .address [class*="fa"] {
    color: #ffffff;
    font-size: 19px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: top;
}

#footer .address:hover {
    background-color: #0074f3;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

#footer .social-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .social-menu li {
    margin-bottom: 20px;
    text-align: left;
}

#footer .social-menu li a {
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#footer .social-menu li a [class*="fa"] {
    color: #2f445a;
    font-size: 25px;
    text-align: center;
    min-width: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#footer .social-menu li a:hover [class*="fa"], #footer .social-menu li a:focus [class*="fa"] {
    color: #41576e;
}

/*------------------------------------------------------------------
	13. Sign in - Sign up Pages Styles
-------------------------------------------------------------------*/
#form-section > .row {
    position: relative;
}

.website-logo {
    position: absolute;
    z-index: 1000;
    top: 60px;
    left: 0px;
    width: 100%;
    max-width: 550px;
    text-align: center;
}

.website-logo img {
    width: 62px;
}

.website-logo .logo {
    display: inline-block;
    background-image: url("../img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.website-logo .logo1 {
    display: inline-block;
    background-image: url("../img/1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}

.info-slider-holder {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(100deg, #4a864d, #4a864d);
    background-image: -o-linear-gradient(100deg, #4a864d, #4a864d);
    background-image: linear-gradient(100deg, #4a864d, #4a864d);
    padding: 140px 60px 60px;
    text-align: center;
    z-index: 999;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.info-slider-holder .info-holder {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.info-slider-holder .bg-animation {
    position: absolute;
    opacity: 0.9;
    left: 0;
    top: -20%;
    width: 100%;
    height: 70%;
    background-image: url(../img/headbg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: skewY(-0);
    -moz-transform: skewY(-0);
    -ms-transform: skewY(-0);
    transform: skewY(-0);
    z-index: -1;
}

.info-slider-holder h6 {
    font-size: 16px;
    font-family:"Open Sans",sans-serif
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.info-slider-holder .bold-title {
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 70px;
}

.info-slider-holder .bold-title span {
    font-size: 31px;
    color: #84ebad;
    font-weight: 700;
}

@media (min-height: 700px) {
    .info-slider-holder {
        position: fixed;
    }

    .website-logo {
        position: fixed;
    }
}

.mini-testimonials-slider .details-holder img.photo {
    display: inline-block;
    width: 88px;
    height: 88px;
    border-radius: 200px;
    margin-bottom: 10px;
}

.mini-testimonials-slider .details-holder h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.mini-testimonials-slider .details-holder h5 {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: 40px;
}

.mini-testimonials-slider .details-holder p {
    font-size: 19px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 60px;
}

.mini-testimonials-slider .slick-dots li {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.2;
}

.mini-testimonials-slider .slick-dots li.slick-active {
    opacity: 1;
}

.form-holder {
    margin-left: 550px;
}

.form-holder .menu-holder {
    text-align: right;
    padding: 22px 30px;
}

.form-holder .menu-holder ul.main-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-holder .menu-holder ul.main-links li {
    display: inline-block;
}

.form-holder .menu-holder ul.main-links li a {
    display: inline-block;
}

.form-holder .menu-holder ul.main-links li a.normal-link {
    color: #9c9ca3;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-holder .menu-holder ul.main-links li a.normal-link:hover, .form-holder .menu-holder ul.main-links li a.normal-link:focus {
    color: #919196;
}

.form-holder .menu-holder ul.main-links li a.sign-button {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #4a864d;
    text-decoration: none;
    margin-left: 10px;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-holder .menu-holder ul.main-links li a.sign-button:hover, .form-holder .menu-holder ul.main-links li a.sign-button:focus {
    background-color: #1888ff;
}

.form-holder.signup .menu-holder ul.main-links li a.normal-link {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-holder.signup .menu-holder ul.main-links li a.normal-link:hover, .form-holder.signup .menu-holder ul.main-links li a.normal-link:focus {
    color: #ffffff;
    opacity: 0.7;
}

.form-holder.signup .menu-holder ul.main-links li a.sign-button {
    color: #929292;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
    -webkit-box-shadow: 0 12px 32px 0 rgba(6, 154, 71, 0.43);
    box-shadow: 0 12px 32px 0 rgba(6, 154, 71, 0.43);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-holder.signup .menu-holder ul.main-links li a.sign-button .hno {
    color: #929292;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 1px;
    margin-left: 5px;
}

.form-holder.signup .menu-holder ul.main-links li a.sign-button:hover, .form-holder.signup .menu-holder ul.main-links li a.sign-button:focus {
    padding-right: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 14px 42px 0 rgba(6, 154, 71, 0.43);
    box-shadow: 0 14px 42px 0 rgba(6, 154, 71, 0.43);
}

.form-holder.signup .menu-holder ul.main-links li a.sign-button:hover .hno, .form-holder.signup .menu-holder ul.main-links li a.sign-button:focus .hno {
    margin-left: 10px;
}

.form-holder .signin-signup-form {
    text-align: center;
    padding: 100px 40px 40px;
}

.form-holder .signin-signup-form ::-webkit-input-placeholder {
    color: #526489;
}

.form-holder .signin-signup-form :-moz-placeholder {
    color: #526489;
}

.form-holder .signin-signup-form ::-moz-placeholder {
    color: #526489;
}

.form-holder .signin-signup-form :-ms-input-placeholder {
    color: #526489;
}

.form-control ::-webkit-input-placeholder {
    color: #526489;
}

.form-control :-moz-placeholder {
    color: #526489;
}

.form-control ::-moz-placeholder {
    color: #526489;
}

.form-control :-ms-input-placeholder {
    color: #526489;
}

.signin-signup-form .form-items {
    display: inline-block;
    width: 100%;
    max-width: 410px;
}

.signin-signup-form .form-title {
    color: #4a864d;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 50px;
    text-align: left;
}

.signin-signup-form .row {
    margin-right: -10px;
    margin-left: -10px;
}

.signin-signup-form .row div[class^="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.signin-signup-form .row div[class^="col-"]:first-child {
    padding-right: 5px;
}

.signin-signup-form .row div[class^="col-"]:last-child {
    padding-left: 5px;
}

.signin-signup-form .form-text {
    margin-bottom: 10px;
}

.signin-signup-form .form-text input, .signin-signup-form .form-text .dropdown-toggle.btn-default {
    width: 100%;
    padding: 8px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 8px;
    background-color: #f0f4fd;
    font-size: 13px;
    color: #526489;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.signin-signup-form .form-text input:hover, .signin-signup-form .form-text input:focus, .signin-signup-form .form-text .dropdown-toggle.btn-default:hover, .signin-signup-form .form-text .dropdown-toggle.btn-default:focus {
    background-color: #ebeff8;
}

.signin-signup-form .form-text textarea {
    width: 100%;
    padding: 8px 20px;
    border-radius: 8px;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    font-size: 13px;
    color: #526489;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.signin-signup-form .form-text textarea:hover, .signin-signup-form .form-text textarea:focus {
    background-color: #ebeff8;
}

.signin-signup-form .form-text.text-holder {
    margin-top: 30px;
}

.signin-signup-form .form-text .text-only {
    color: #abb4bc;
    font-size: 13px;
    font-weight: 400;
}

.signin-signup-form .form-text input[type="checkbox"], .signin-signup-form .form-text input[type="radio"] {
    width: auto;
}

.signin-signup-form .form-text input[type="checkbox"]:not(:checked), .signin-signup-form .form-text input[type="checkbox"]:checked, .signin-signup-form .form-text input[type="radio"]:not(:checked), .signin-signup-form .form-text input[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.signin-signup-form .form-text input[type="checkbox"]:not(:checked) + label, .signin-signup-form .form-text input[type="checkbox"]:checked + label, .signin-signup-form .form-text input[type="radio"]:not(:checked) + label, .signin-signup-form .form-text input[type="radio"]:checked + label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    display: inline;
    color: #abb4bc;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
}

.signin-signup-form .form-text input[type="checkbox"]:checked + label, .signin-signup-form .form-text input[type="radio"]:checked + label {
    color: #4a864d;
}

.signin-signup-form .form-text input[type="checkbox"]:checked + label:before, .signin-signup-form .form-text input[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #4a864d;
    border-radius: 50px;
    border: 0px solid #abb4bc;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.signin-signup-form .form-text input[type="checkbox"]:not(:checked) + label:before, .signin-signup-form .form-text input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #f0f4fd;
    border-radius: 50px;
    border: 0px solid #abb4bc;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.signin-signup-form .form-text input[type="checkbox"]:not(:checked) + label:after, .signin-signup-form .form-text input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.signin-signup-form .form-text input[type="checkbox"]:checked + label:after, .signin-signup-form .form-text input[type="checkbox"]:not(:checked) + label:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 10px;
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.signin-signup-form .form-text input[type="checkbox"]:checked + label:before {
    border-radius: 4px;
}

.signin-signup-form .form-text input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 4px;
}

.signin-signup-form .form-text input[type="radio"]:checked + label:after, .signin-signup-form .form-text input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.signin-signup-form .form-button {
    margin-top: 40px;
    margin-bottom: 25px;
}

.signin-signup-form .form-button .ybtn {
    padding: 7px 26px;
}

/*------------------------------------------------------------------
	14. Inner Pages Styles
-------------------------------------------------------------------*/
#page-head {
    padding-top: 50px;
    padding-bottom: 50px;
}

#page-head .page-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    position: relative;
    z-index: 10;
}

#header-holder.contact-header #page-head .page-title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 30px;
}

#header-holder.contact-header #page-head .text {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.5;
}

#header-holder.contact-header .support-button-holder a.support-button {
    background-color: #0d65d8;
}

#header-holder.contact-header .support-button-holder a.support-button:hover, #header-holder.contact-header .support-button-holder a.support-button:focus {
    background-color: #0c5ac0 !important;
}

#header-holder.about-header {
    background-color: #4a864d;
}

#header-holder.about-header #page-head {
    padding-top: 80px;
    padding-bottom: 80px;
}

#header-holder.serverspage-header #page-head {
    padding-top: 70px;
    padding-bottom: 100px;
}

#header-holder.serverspage-header #page-head .servers-icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 345px;
    height: 345px;
    border-radius: 500px;
}

#header-holder.serverspage-header #page-head .servers-icon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 46px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 46px rgba(0, 0, 0, 0.15);
    opacity: 0.02;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.7s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.7s cubic-bezier(0.34, 1.61, 0.7, 1);
    pointer-events: none;
}

#header-holder.serverspage-header #page-head .servers-icon:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 46px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 46px rgba(0, 0, 0, 0.15);
    opacity: 0.06;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    pointer-events: none;
}

#header-holder.serverspage-header #page-head .servers-icon .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    padding-top: 70px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.01));
    background-image: -o-linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.01));
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.01));
    -webkit-box-shadow: 0 1px 46px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 46px rgba(0, 0, 0, 0.15);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}

#header-holder.serverspage-header #page-head .servers-icon img {
    width: 294px;
    width: 85%;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header-holder.serverspage-header #page-head .servers-icon:hover .icon-holder {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

#header-holder.serverspage-header #page-head .servers-icon:hover:before {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

#header-holder.serverspage-header #page-head .servers-icon:hover:after {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

#header-holder.serverspage-header #page-head .head-content h4 {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 35px;
}

#header-holder.serverspage-header #page-head .head-content p {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
}

#header-holder.domainspage-header #page-head .page-title {
    font-size: 25px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}

#header-holder.domainspage-header #page-head .row > div {
    position: relative;
}

#header-holder.domainspage-header #page-head .domain-search-holder {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#header-holder.domainspage-header #page-head .domain-search-holder .input-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 665px;
}

#header-holder.domainspage-header #page-head .domain-search-holder .input-holder #domain-text {
    width: 100%;
    background-color: #f7f9fb;
    border: 0px solid #b7b7b7;
    border-radius: 20px;
    padding: 25px 37px;
    outline: none;
    font-size: 19px;
    font-weight: 700;
    color: #44494f;
    -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

#header-holder.domainspage-header #page-head .domain-search-holder .input-holder #search-btn {
    position: absolute;
    top: 13px;
    right: 13px;
    border: 0;
    padding: 13px 22px;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    background-color: #4a864d;
    border-radius: 15px;
}

#header-holder.domainspage-header #page-head .domain-search-holder .input-holder #search-btn:hover, #header-holder.domainspage-header #page-head .domain-search-holder .input-holder #search-btn:focus {
    background-color: #1888ff;
}

.bg-custom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(120deg, #4a864d, #4a864d);
    background-image: -o-linear-gradient(120deg, #4a864d, #4a864d);
    background-image: linear-gradient(120deg, #4a864d, #4a864d);
}

.bg-custom .obj-gradiant1 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #0300ca, #4a864d);
    background-image: -o-linear-gradient(90deg, #0300ca, #4a864d);
    background-image: linear-gradient(90deg, #0300ca, #4a864d);
    opacity: 0;
    position: absolute;
    width: 70%;
    height: 50%;
    left: 0;
    top: 20%;
}

.bg-custom .obj-gradiant2 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #4a864d, #0300ca);
    background-image: -o-linear-gradient(90deg, #4a864d, #0300ca);
    background-image: linear-gradient(90deg, #4a864d, #0300ca);
    opacity: 0;
    position: absolute;
    width: 70%;
    height: 50%;
    right: 0;
    bottom: 0;
}

.icons-animation-holder {
    position: relative;
    display: inline-block;
    width: 325px;
    height: 230px;
    margin: 80px 0;
}

.icons-animation-holder .aicon {
    border-radius: 200px;
    width: 106px;
    height: 106px;
    display: inline-block;
    position: absolute;
    background-color: rgba(64, 157, 255, 0.8);
    text-align: center;
    margin-top: -53px;
    margin-left: -53px;
    padding-top: 20px;
}

.icons-animation-holder .aicon img {
    width: 75px;
}

.icons-animation-holder .aicon1 {
    top: 0%;
    left: 0%;
    opacity: 0;
    -webkit-animation: animateplace1 1s ease 0.3s forwards;
    -moz-animation: animateplace1 1s ease 0.3s forwards;
    -ms-animation: animateplace1 1s ease 0.3s forwards;
    animation: animateplace1 1s ease 0.3s forwards;
}

.icons-animation-holder .aicon2 {
    top: 0%;
    left: 100%;
    opacity: 0;
    -webkit-animation: animateplace2 1s ease 0.5s forwards;
    -moz-animation: animateplace2 1s ease 0.5s forwards;
    -ms-animation: animateplace2 1s ease 0.5s forwards;
    animation: animateplace2 1s ease 0.5s forwards;
}

.icons-animation-holder .aicon3 {
    top: 100%;
    left: 0%;
    opacity: 0;
    -webkit-animation: animateplace3 1s ease 0.7s forwards;
    -moz-animation: animateplace3 1s ease 0.7s forwards;
    -ms-animation: animateplace3 1s ease 0.7s forwards;
    animation: animateplace3 1s ease 0.7s forwards;
}

.icons-animation-holder .aicon4 {
    top: 100%;
    left: 100%;
    opacity: 0;
    -webkit-animation: animateplace4 1s ease 0.9s forwards;
    -moz-animation: animateplace4 1s ease 0.9s forwards;
    -ms-animation: animateplace4 1s ease 0.9s forwards;
    animation: animateplace4 1s ease 0.9s forwards;
}

.icons-animation-holder .aicon-main {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(-30deg, #7ebcff, #4a864d);
    background-image: -o-linear-gradient(-30deg, #7ebcff, #4a864d);
    background-image: linear-gradient(-30deg, #7ebcff, #4a864d);
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 50%;
    padding-top: 45px;
}

.icons-animation-holder .aicon-main svg.logo {
    width: 62px;
    height: auto;
}

@keyframes animateplace1 {
    0% {
        top: 50%;
        left: 50%;
        opacity: 0;
    }

    100% {
        top: 0%;
        left: 0%;
        opacity: 1;
    }
}

@keyframes animateplace2 {
    0% {
        top: 50%;
        left: 50%;
        opacity: 0;
    }

    100% {
        top: 0%;
        left: 100%;
        opacity: 1;
    }
}

@keyframes animateplace3 {
    0% {
        top: 50%;
        left: 50%;
        opacity: 0;
    }

    100% {
        top: 100%;
        left: 0%;
        opacity: 1;
    }
}

@keyframes animateplace4 {
    0% {
        top: 50%;
        left: 50%;
        opacity: 0;
    }

    100% {
        top: 100%;
        left: 100%;
        opacity: 1;
    }
}

.company-info-holder {
    text-align: left;
}

.company-info-holder h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 30px;
}

.company-info-holder .details-holder p {
    font-size: 27px;
    font-weight: 700;
    color: #ffffff;
}

.company-info-holder .info-slider .slick-list {
    margin-bottom: 40px;
}

.company-info-holder .info-slider .slick-dots {
    text-align: left;
    position: relative;
}

.company-info-holder .info-slider .slick-dots li {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.company-info-holder .info-slider .slick-dots li:first-child {
    margin-left: 0;
}

#ifeatures {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#ifeatures .feature-box {
    background-color: #ffffff;
    padding: 40px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#ifeatures .feature-box .feature-icon {
    margin-bottom: 25px;
}

#ifeatures .feature-box .feature-icon img {
    width: 104px;
}

#ifeatures .feature-box .feature-title {
    color: #4a864d;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
}

#ifeatures .feature-box .feature-details {
    color: #7f7f94;
    font-size: 15px;
    font-weight: 400;
}

#ifeatures.sfeatures {
    background-color: #f9fbff;
    padding-bottom: 40px;
}

#ifeatures.sfeatures .feature-box {
    background-color: transparent;
}

#ifeatures.sfeatures .feature-box .feature-title {
    margin-bottom: 20px;
}

#more-info {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 100;
}

#more-info .bg-custom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#more-info .bg-custom .obj-gradiant1 {
      /*@include gradient(#97cae5,$main-accent-color,0deg);*/
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0deg, #50e0b2, #4a864d);
    background-image: -o-linear-gradient(0deg, #50e0b2, #4a864d);
    background-image: linear-gradient(0deg, #50e0b2, #4a864d);
    opacity: 1;
    position: absolute;
    width: 45%;
    height: 60%;
    left: 0;
    top: 0;
}

#more-info .bg-custom .obj-gradiant2 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #4a864d, #7ebcff);
    background-image: -o-linear-gradient(90deg, #4a864d, #7ebcff);
    background-image: linear-gradient(90deg, #4a864d, #7ebcff);
    opacity: 0.4;
    position: absolute;
    width: 60%;
    height: 50%;
    right: 0;
    bottom: 0;
}

#more-info .links-holder {
    text-align: center;
    padding-top: 40px;
}

#more-info .links-holder ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
}

#more-info .links-holder ul li {
    margin-bottom: 15px;
}

#more-info .links-holder ul li .info-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    background-color: transparent;
    border-radius: 15px;
    -webkit-box-shadow: 0 8px 18px transparent;
    box-shadow: 0 8px 18px transparent;
    padding: 10px 40px 10px 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#more-info .links-holder ul li .info-link:after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    top: 50%;
    margin-top: -9px;
    right: 25px;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#more-info .links-holder ul li .info-link:hover, #more-info .links-holder ul li .info-link:focus, #more-info .links-holder ul li .info-link.opened {
    background-color: #4a864d;
    -webkit-box-shadow: 0 12px 67px rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 67px rgba(0, 0, 0, 0.08);
}

#more-info .links-holder ul li .info-link:hover:after, #more-info .links-holder ul li .info-link:focus:after, #more-info .links-holder ul li .info-link.opened:after {
    right: 20px;
    opacity: 1;
}

#more-info.darkbg {
    background-color: #29304a;
    padding-top: 60px;
    padding-bottom: 110px;
}

#more-info.darkbg .links-holder ul {
    width: auto;
}

#more-info.darkbg .links-holder ul li .info-link {
    color: #6f7690;
}

#more-info.darkbg .links-holder ul li .info-link:hover, #more-info.darkbg .links-holder ul li .info-link:focus, #more-info.darkbg .links-holder ul li .info-link.opened {
    color: #ffffff;
}

.info-details-holder {
    position: relative;
    min-height: 250px;
}

.info-details-holder .info-details {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.info-details-holder .info-details.show-details {
    opacity: 1;
}

.info-details-holder .info-details h1 {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}

.info-details-holder .info-details p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #ffffff;
    opacity: 0.7;
}

.info-details-holder .info-details .photo {
    margin-top: 20px;
    margin-bottom: 10px;
}

.info-details-holder .info-details .photo img {
    width: 69px;
    border-radius: 200px;
}

.info-details-holder .info-details .person-title {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}

#team {
    background-color: #ffffff;
    /*padding-top: 60px;
    padding-bottom: 40px;*/
    text-align: center;
    overflow: hidden;
}

#team .team-holder {
    padding-top: 40px;
}

#team .person-box {
    display: inline-block;
    width: 100%;
    max-width: auto;
	min-height:300px;
    position: relative;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    border: 0;
    background-color: #fff;
    border-radius: 20px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 12px 67px rgba(0, 0, 0, 0.07);
    box-shadow: 0 12px 67px rgba(0, 0, 0, 0.07);
}

#team .person-box:hover, #team .person-box:focus {
    background-color: #4a864d;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 12px 67px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 67px rgba(0, 0, 0, 0.12);
}

#team .person-box:hover .person-icon .person-img, #team .person-box:focus .person-icon .person-img {
    top: -34px;
}

#team .person-box:hover .person-name, #team .person-box:focus .person-name {
	color:#fff;
	background: rgb(0,0,0,0.3);
	height:100%;
	border-radius: 20px;
}

#team .person-box:hover .person-title, #team .person-box:focus .person-title {
    color: #ffffff;
	bottom:15px;
	position:absolute;
	right:15px;
	font-size: 15px;
}

#team .person-box:hover .person-social a [class*="fa"], #team .person-box:focus .person-social a [class*="fa"] {
    color: #fff;
}

#team .person-box .person-icon .person-img {
    position: absolute;
    width: 100%;
    top: -37px;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#team .person-box .person-icon .person-img img {
    width: 75px;
    border-radius: 100px;
}

#team .person-box .person-name {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    width: 100%;
	height:50px;
    bottom: 0;
    background: rgb(0,0,0,0.3);
    -webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-top:10px;
}

#team .person-box .person-title {
    color: #fff;
    font-size: 0px;
    font-weight: 300;
    margin-bottom: 15px;
}

#team .person-box .person-social a {
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#team .person-box .person-social a [class*="fa"] {
    color: #9DA9BC;
    font-size: 20px;
    opacity: 1;
    margin-left: 4px;
    margin-right: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#team .person-box .person-social a:hover [class*="fa"], #team .person-box .person-social a:focus [class*="fa"] {
    opacity: 0.7;
}

#header-holder .whitebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#header-holder .whitebg img {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: skewY(-0) scale(0);
    -moz-transform: skewY(-0) scale(0);
    -ms-transform: skewY(-0) scale(0);
    transform: skewY(-0) scale(0);
    opacity: 0.2;
}

#header-holder.color1-header {
    background-color: #262626;
}

#header-holder.color1-header .bg-animation {
    display: none;
}

#header-holder.color1-header .support-button-holder a.support-button {
    background-color: #1fcd62;
    -webkit-box-shadow: 0 4px 6px 0 transparent;
    box-shadow: 0 4px 6px 0 transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#header-holder.color1-header .support-button-holder a.support-button:hover, #header-holder.color1-header .support-button-holder a.support-button:focus {
    background-color: #13b953 !important;
}

#header-holder.color2-header {
    background-color: #756de7;
}

#header-holder.color2-header .bg-animation {
    display: none;
}

#header-holder.color2-header .support-button-holder a.support-button {
    background-color: #6159d0;
    -webkit-box-shadow: 0 4px 6px 0 transparent;
    box-shadow: 0 4px 6px 0 transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#header-holder.color2-header .support-button-holder a.support-button:hover, #header-holder.color2-header .support-button-holder a.support-button:focus {
    background-color: #5750be !important;
}

#header-holder.color3-header {
    background-color: #589ff7;
}

#header-holder.color3-header .bg-animation {
    display: none;
}

#header-holder.color3-header .support-button-holder a.support-button {
    background-color: #458ae0;
    -webkit-box-shadow: 0 4px 6px 0 transparent;
    box-shadow: 0 4px 6px 0 transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#header-holder.color3-header .support-button-holder a.support-button:hover, #header-holder.color3-header .support-button-holder a.support-button:focus {
    background-color: #3f7ece !important;
}

#header-holder.web-hosting-page #page-head {
    padding-top: 80px;
    padding-bottom: 80px;
}

#header-holder.hosting-page #page-head {
    padding-top: 80px;
    padding-bottom: 80px;
}

#apps {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #4a864d, #4a864d);
    background-image: -o-linear-gradient(90deg, #4a864d, #4a864d);
    background-image: linear-gradient(90deg, #4a864d, #4a864d);
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
    margin-bottom: 60px;
}

#apps .row-icon img {
    width: 25px;
}

#apps .row-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 60px;
    font-weight: 300;
}

#apps .row-title:after {
    background-color: #4e3fa4;
    display: none;
}

#apps .apps-holder .apps-links-holder {
    display: inline-block;
    width: 50%;
}

#apps .apps-holder .apps-details-holder {
    display: inline-block;
    width: 70%;
}

#apps .apps-holder .app-icon-holder {
    position: relative;
    display: inline-block;
    width: 24%;
    cursor: pointer;
    margin-bottom: 14px;
    z-index: 1;
}

#apps .apps-holder .app-icon-holder .app-icon {
    margin-bottom: 10px;
}

#apps .apps-holder .app-icon-holder .app-icon img {
    width: 40px;
}

#apps .apps-holder .app-icon-holder .app-title {
    color: #dddde8;
    font-size: 16px;
    font-weight: 600;
    color: transparent;
}

#apps .apps-holder .app-icon-holder.opened .app-title {
    color: #ffffff;
}

#apps .apps-holder .app-icon-holder.opened:after {
    background-color: #2d343c;
    -webkit-box-shadow: 0 7px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.1);
}

#apps .apps-holder .app-icon-holder:after {
    position: absolute;
    content: "";
    top: -36px;
    left: 50%;
    margin-left: -56px;
    width: 112px;
    height: 112px;
    border-radius: 400px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    background-color: transparent;
    -webkit-box-shadow: 0 7px 18px transparent;
    box-shadow: 0 7px 18px transparent;
}

#apps .apps-holder .app-details {
    position: relative;
    min-height: 228px;
    margin-bottom: -86px;
    border-radius: 0;
    background-color: #4a864d;
    -webkit-box-shadow: 0 -9px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -9px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

#apps .apps-holder .app-details div[class^="app-details"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    padding: 42px 25px 0;
}

#apps .apps-holder .app-details div[class^="app-details"].show-details {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#apps .apps-holder .app-details div[class^="app-details"] .app-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left;
}

#apps .apps-holder .app-details div[class^="app-details"] .app-text {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
    margin-bottom: 15px;
}

#apps .apps-holder .app-details div[class^="app-details"] .app-link {
    text-align: left;
}

#apps .apps-holder .app-details div[class^="app-details"] .app-link a {
    margin-left: 0;
}

#apps .apps-holder .app-details div[class^="app-details"] .img-holder img {
    width: 100%;
    max-width: 278px;
    -webkit-box-shadow: 0 -9px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -9px 18px rgba(0, 0, 0, 0.2);
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.brightness {
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(1000%);
    -ms-filter: brightness(1000%);
    filter: brightness(1000%);
}

#articles {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#articles .article-summary {
       margin: 15px 10px;
    border-radius: 20px;
    background-color: #96c14c;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 12px 67px rgba(0, 0, 0, 0.07);
    box-shadow: 0 12px 67px #4a864d00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#articles .article-summary:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 12px 67px #4a864d00;
    box-shadow: 0 12px 67px #4a864d00;
}

#articles .article-summary .article-img img {
    border-radius: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#articles .article-summary .article-img img:hover, #articles .article-summary .article-img img:focus {
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -ms-filter: brightness(110%);
    filter: brightness(110%);
}

#articles .article-summary .article-details {
    padding: 24px;
    text-align: left;
}

#articles .article-summary .article-title {
    margin-bottom: 18px;
    padding-right: 18px;
    position: relative;
}

#articles .article-summary .article-title a {
    display: inline-block;
    width: 100%;
    color: #16386F;  
	font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#articles .article-summary .article-title a:hover, #articles .article-summary .article-title a:focus {
    color: #0e2344;
}

#articles .article-summary .article-title:after {
    display: none;
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    top: 50%;
    margin-top: -9px;
    right: 0;
    color: #9DA9BC;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#articles .article-summary .article-title:hover:after {
    color: #4a864d;
}

#articles .article-summary .article-date {
    color: rgba(119, 116, 147, 0.34);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

#articles .article-summary .article-text {
    color: #9DA9BC;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

#articles .article-summary .article-links {
    margin-left: 0;
    margin-right: 0;
}

#articles .article-summary .article-links .ybtn {
    padding-left: 0;
    padding-right: 0;
    color: #332f5c;
}

#articles .article-summary .article-links div[class^="col-"] {
    padding: 0;
}

#articles .article-summary .article-links .readmore-holder {
    text-align: right;
}

#articles .article-summary .article-links .date-holder {
    text-align: left;
    color: #d5deed;
    font-size: 13px;
    font-weight: 600;
    margin-top: 9px;
}

#articles .article-summary .article-links .date-holder a {
    display: inline-block;
    padding: 10px 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#articles .article-summary .article-links .date-holder a [class*="fa"] {
    color: #c3c9cd;
    font-size: 18px;
}

#articles .article-summary .article-links .date-holder a:hover [class*="fa"], #articles .article-summary .article-links .date-holder a:focus [class*="fa"] {
    color: #aab2b7;
}

#articles .pagination {
    padding-top: 30px;
}

#articles .pagination .page-number {
    display: inline-block;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    color: #9DA9BC;
    background-color: #fff;
    text-decoration: none;
    padding-top: 5px;
    font-size: 14px;
    text-align: center;
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
}

#articles .pagination .page-number [class*="fa-"] {
    font-size: 11px;
}

#articles .pagination a.page-number {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#articles .pagination a.page-number:hover, #articles .pagination a.page-number:focus {
    color: #4a864d;
}

#articles .pagination .page-number.current {
    color: #9DA9BC;
    background-color: #EFF1F4;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

#post-content {
    padding-top: 70px;
    padding-bottom: 70px;
}

#post-content .post .post-thumbnail img {
    width: 100%;
}

#post-content .post .post-entry {
    padding: 30px 20px;
}

#post-content .post .post-entry .date-published {
    font-weight: 300;
    font-size: 15px;
    color: #cccccc;
}

#post-content .post .post-entry a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#post-content .post .post-entry a .post-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    color: #5f6576;
    margin-bottom: 60px;
}

#post-content .post .post-entry a:hover .post-title, #post-content .post .post-entry a:focus .post-title {
    color: #0397ff;
}

#post-content .post .meta .view {
    margin-right: 20px;
    color: #696969;
}

#post-content .post .meta .view:before {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #4a864d;
    margin-right: 10px;
}

#post-content .post .meta .like {
    margin-right: 20px;
    color: #696969;
}

#post-content .post .meta .like:before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #4a864d;
    margin-right: 10px;
}

#post-content .post .meta .like a {
    color: #696969;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#post-content .post .meta .like a:hover, #post-content .post .meta .like a:focus {
    color: #0397ff;
}

#post-content .post .meta .comment {
    margin-right: 20px;
    color: #696969;
}

#post-content .post .meta .comment:before {
    content: "\f27a";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #4a864d;
    margin-right: 10px;
}

#post-content #post-body .post .post-title {
    font-weight: 600;
    font-size: 22px;
    color: #3f3d59;
    margin-bottom: 20px;
    margin-top: 30px;
}

#post-content #post-body .post .meta {
    margin-bottom: 30px;
}

#post-content #post-body .post p {
    line-height: 26px;
}

#post-content #post-body .post-author img {
    border-radius: 200px;
    width: 100px;
}

#post-content #post-body .post-author .name {
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: 18px;
}

#post-content #post-body .post-author .desc {
    color: #9298a3;
}

#post-content #sidebar .widget {
    margin-bottom: 50px;
}

#post-content #sidebar .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    color: #3f3d59;
}

#post-content #sidebar #categories.widget .item {
    position: relative;
    margin-bottom: 8px;
    margin-top: 8px;
}

#post-content #sidebar #categories.widget .item a {
    color: #696969;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#post-content #sidebar #categories.widget .item a span {
    position: absolute;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 3px;
    text-align: center;
    border: 2px solid #65d692;
    color: #65d692;
    padding-top: 2px;
    font-size: 12px;
    font-weight: 600;
}

#post-content #sidebar #categories.widget .item a:hover, #post-content #sidebar #categories.widget .item a:focus {
    color: #65d692;
}

#post-content #sidebar #categories.widget .item a:hover span, #post-content #sidebar #categories.widget .item a:focus span {
    background-color: #65d692;
    color: #ffffff;
}

#post-content #sidebar #popular-posts.widget .item {
    margin: 0;
    margin-bottom: 20px;
}

#post-content #sidebar #popular-posts.widget .item .thumb {
    padding: 0;
    overflow: hidden;
}

#post-content #sidebar #popular-posts.widget .item .thumb img {
    width: 135%;
}

#post-content #sidebar #popular-posts.widget .item .info .date {
    font-size: 13px;
    color: #b7b7b7;
    display: block;
}

#post-content #sidebar #popular-posts.widget .item .info .title a {
    font-weight: 600;
    font-size: 14px;
    color: #3f3d59;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#post-content #sidebar #popular-posts.widget .item .info .title a:hover, #post-content #sidebar #popular-posts.widget .item .info .title a:focus {
    color: #72d99b;
}

#post-content #sidebar #tags.widget a.tag-link {
    padding: 8px 15px;
    background: #f6f7f7;
    border: 1px solid #f6f7f7;
    border-radius: 6px;
    font-size: 14px;
    display: inline-block;
    color: #ababab;
    margin-right: 5px;
    margin-bottom: 7px;
    line-height: 1;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#post-content #sidebar #tags.widget a.tag-link:hover, #post-content #sidebar #tags.widget a.tag-link:focus {
    background-color: #72d99b;
    color: #ffffff;
}

#info-text {
    background-color: #ffffff;
    padding-top: 55px;
    padding-bottom: 50px;
}

#info-text .text {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #3f3d59;
}

#info-text .text:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -17px;
    bottom: -20px;
    width: 34px;
    height: 2px;
    background-color: #3f3d59;
}

#contact-info {
    background-color: #f9fbff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contact-info .info-box {
    padding: 50px 40px;
    text-align: left;
    position: relative;
    background-color: #ffffff;
    border-radius: 20px;
    z-index: 1000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 12px 67px rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 67px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact-info .info-box:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-box-shadow: 0 12px 67px rgba(0, 0, 0, 0.07);
    box-shadow: 0 12px 67px rgba(0, 0, 0, 0.07);
}

#contact-info .info-box:hover .info-title:before {
    background-color: #4a864d;
}

#contact-info .info-box .info-title {
    color: #4a864d;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#contact-info .info-box .info-title:before {
    display: inline-block;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    text-align: center;
    font-size: 23px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 18px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    background-color: #332f5c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact-info .info-box .info-title.phone-icon:before {
    padding-top: 8px;
    content: "\f095";
}

#contact-info .info-box .info-title.chat-icon:before {
    padding-top: 8px;
    content: "\f075";
}

#contact-info .info-box .info-title.location-icon:before {
    padding-top: 9px;
    content: "\f041";
}

#contact-info .info-box .info-details {
    font-size: 15px;
    color: #332f5c;
}

#contact-info .info-box .info-details a {
    font-size: 15px;
    color: #4a864d;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#contact-info .info-box .info-details a:hover, #contact-info .info-box .info-details a:focus {
    color: #007bfd;
}

#contact-info .info-box .info-details p {
    margin-bottom: 18px;
}

#contact-info .info-box .info-details p:last-child {
    margin-bottom: 0;
}

#extra-info {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(120deg, #4a864d, #4a864d);
    background-image: -o-linear-gradient(120deg, #4a864d, #4a864d);
    background-image: linear-gradient(120deg, #4a864d, #4a864d);
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}

#extra-info .text-holder {
    display: inline-block;
    text-align: left;
}

#extra-info h1 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    line-height: 50px;
}

#extra-info p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 0.7;
    line-height: 30px;
}

#extra-info .link-holder {
    padding-top: 80px;
}

#extra-info .tld-graphic {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#extra-info .tld-graphic div {
    display: inline-block;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.01));
    background-image: -o-linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.01));
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.01));
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 100px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding-top: 35px;
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}

#extra-info .tld-graphic div:nth-child(1) {
    -webkit-transform: scale(1) translateY(-10px) translateX(-30px);
    -moz-transform: scale(1) translateY(-10px) translateX(-30px);
    -ms-transform: scale(1) translateY(-10px) translateX(-30px);
    transform: scale(1) translateY(-10px) translateX(-30px);
}

#extra-info .tld-graphic div:nth-child(2) {
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -ms-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
}

#extra-info .tld-graphic div:nth-child(3) {
    -webkit-transform: scale(1) translateY(-10px) translateX(30px);
    -moz-transform: scale(1) translateY(-10px) translateX(30px);
    -ms-transform: scale(1) translateY(-10px) translateX(30px);
    transform: scale(1) translateY(-10px) translateX(30px);
}

#extra-info .tld-graphic div:hover:nth-child(1) {
    -webkit-transform: scale(1.1) translateY(-10px) translateX(-30px);
    -moz-transform: scale(1.1) translateY(-10px) translateX(-30px);
    -ms-transform: scale(1.1) translateY(-10px) translateX(-30px);
    transform: scale(1.1) translateY(-10px) translateX(-30px);
}

#extra-info .tld-graphic div:hover:nth-child(2) {
    -webkit-transform: scale(1.1) translateY(-50px);
    -moz-transform: scale(1.1) translateY(-50px);
    -ms-transform: scale(1.1) translateY(-50px);
    transform: scale(1.1) translateY(-50px);
}

#extra-info .tld-graphic div:hover:nth-child(3) {
    -webkit-transform: scale(1.1) translateY(-10px) translateX(30px);
    -moz-transform: scale(1.1) translateY(-10px) translateX(30px);
    -ms-transform: scale(1.1) translateY(-10px) translateX(30px);
    transform: scale(1.1) translateY(-10px) translateX(30px);
}

#page-content {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

#page-content ul, #page-content ol {
    padding: 0;
    padding-left: 14px;
    margin-bottom: 20px;
}

#page-content ul li, #page-content ol li {
    color: #7a7896;
    font-size: 16px;
}

#page-content h4 {
    font-size: 17px;
    color: #3f3d59;
    font-weight: 600;
}

#page-content p {
    font-size: 16px;
    color: #7a7896;
    font-weight: 300;
    margin-bottom: 30px;
}

.text-row {
    padding-top: 90px;
    padding-bottom: 30px;
    text-align: center;
}

.text-row .text-holder {
    display: inline-block;
    width: 100%;
    max-width: 680px;
}

.text-row .text-holder p {
    font-size: 23px;
    font-weight: 300;
    line-height: 40px;
    color: #817e95;
}

#domain-quick-pricing {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
}

#domain-quick-pricing .domain-box {
    position: relative;
    background-color: #fcfcfd;
    background-color: #fff;
    border-radius: 20px;
    border: 0px solid #e0e0e8;
    padding: 48px 40px 25px;
    margin: 0 10px;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    -webkit-box-shadow: 0 12px 67px rgba(0, 0, 0, 0.07);
    box-shadow: 0 12px 67px rgba(0, 0, 0, 0.07);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#domain-quick-pricing .domain-box:hover, #domain-quick-pricing .domain-box:focus {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

#domain-quick-pricing .domain-box .title {
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -37px;
    font-size: 23px;
    font-weight: 500;
    color: #6d7b88;
    width: 74px;
    height: 74px;
    padding-top: 18px;
    border-radius: 100px;
    background-color: #f2f6fa;
    border: 0px solid #6d7b88;
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

#domain-quick-pricing .domain-box .price {
    font-size: 17px;
    font-weight: 600;
    color: #a2a0b0;
    margin-bottom: 25px;
}

#domain-quick-pricing .domain-box .details {
    font-size: 14px;
    font-weight: 300;
    color: #3f3d59;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}

#domain-quick-pricing .domain-box .link a {
    display: inline-block;
    border-radius: 10px;
    padding: 12px 26px;
    background-color: #a8b3bd;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

#domain-quick-pricing .domain-box .link a:hover, #domain-quick-pricing .domain-box .link a:focus {
    background-color: #56616c;
}

#domain-quick-pricing .domain-box.d-color1:hover, #domain-quick-pricing .domain-box.d-color1:focus {
    border-color: #726ae6;
}

#domain-quick-pricing .domain-box.d-color1 .title {
    background-color: #726ae6;
    color: #f5f4fe;
    border-color: #726ae6;
}

#domain-quick-pricing .domain-box.d-color1 .link a:hover, #domain-quick-pricing .domain-box.d-color1 .link a:focus {
    background-color: #726ae6;
}

#domain-quick-pricing .domain-box.d-color2:hover, #domain-quick-pricing .domain-box.d-color2:focus {
    border-color: #19b856;
}

#domain-quick-pricing .domain-box.d-color2 .title {
    background-color: #19b856;
    color: #e3ffe5;
    border-color: #19b856;
}

#domain-quick-pricing .domain-box.d-color2 .link a:hover, #domain-quick-pricing .domain-box.d-color2 .link a:focus {
    background-color: #19b856;
}

#domain-quick-pricing .domain-box.d-color3:hover, #domain-quick-pricing .domain-box.d-color3:focus {
    border-color: #098dff;
}

#domain-quick-pricing .domain-box.d-color3 .title {
    background-color: #098dff;
    color: #e7f4ff;
    border-color: #098dff;
}

#domain-quick-pricing .domain-box.d-color3 .link a:hover, #domain-quick-pricing .domain-box.d-color3 .link a:focus {
    background-color: #098dff;
}

#domain-pricing .pricing-table-holder {
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid #d3d3dd;
}

#domain-pricing .pricing-table-holder table {
    text-align: center;
    margin-bottom: 0;
}

#domain-pricing .pricing-table-holder table tr {
    position: relative;
    background-color: #fcfcfd;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#domain-pricing .pricing-table-holder table tr th {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #4a864d;
    background-color: #fcfcfd;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 27px 15px;
    border-bottom: 1px solid #d3d3dd;
    border-right: 1px solid #d3d3dd;
}

#domain-pricing .pricing-table-holder table tr th:last-child {
    border-right: 0px solid #d3d3dd;
}

#domain-pricing .pricing-table-holder table tr td {
    text-align: center;
    font-size: 15px;
    color: #6d7b88;
    padding: 27px 15px;
    font-weight: 300;
    text-transform: uppercase;
    border-top: 0;
    border-right: 1px solid #d3d3dd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#domain-pricing .pricing-table-holder table tr td:first-child {
    font-weight: 400;
    color: #4f5459;
}

#domain-pricing .pricing-table-holder table tr td:last-child {
    border-right: 0px solid #d3d3dd;
}

#domain-pricing .pricing-table-holder table tr td .register-button {
    border-radius: 10px;
    padding: 10px 24px;
    background-color: #a8b3bd;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

#domain-pricing .pricing-table-holder table tr td .register-button:hover, #domain-pricing .pricing-table-holder table tr td .register-button:focus {
    background-color: #4a864d;
}

#domain-pricing .pricing-table-holder table tr:nth-of-type(odd) {
    background-color: #f6f6f9;
}

#domain-pricing .pricing-table-holder table tr:hover, #domain-pricing .pricing-table-holder table tr:focus {
    background-color: #ffffff;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    z-index: 100;
}

#domain-pricing .pricing-table-holder table tr:hover td, #domain-pricing .pricing-table-holder table tr:focus td {
    color: #4a864d;
}

#domain-pricing .htfy-pricing-table-holder {
    margin-top: 40px;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table {
    text-align: center;
    min-width: 940px;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row {
    position: relative;
    background-color: #fcfcfd;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-left: 1px solid #d3d3dd;
    border-right: 1px solid #d3d3dd;
    margin: 0;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row.thead {
    border-top: 1px solid #d3d3dd;
    border-bottom: 1px solid #d3d3dd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fcfcfd;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row:last-child {
    border-bottom: 1px solid #d3d3dd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row .th {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #4a864d;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 27px 10px;
    border-right: 1px solid #d3d3dd;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row .th:last-child {
    border-right: 0px solid #d3d3dd;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row .td {
    text-align: center;
    font-size: 15px;
    color: #6d7b88;
    padding: 27px 10px;
    font-weight: 300;
    text-transform: uppercase;
    border-top: 0;
    border-right: 1px solid #d3d3dd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row .td:first-child {
    font-weight: 400;
    color: #4f5459;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row .td:last-child {
    border-right: 0px solid #d3d3dd;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row .td .register-button {
    border-radius: 10px;
    padding: 10px 24px;
    background-color: #a8b3bd;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row .td .register-button:hover, #domain-pricing .htfy-pricing-table-holder .htfy-table .row .td .register-button:focus {
    background-color: #4a864d;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row.trow:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 74px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    border: 1px solid rgba(211, 211, 221, 0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row.trow:nth-of-type(odd) {
    background-color: #f6f6f9;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row.trow:hover, #domain-pricing .htfy-pricing-table-holder .htfy-table .row.trow:focus {
    z-index: 100;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row.trow:hover:before, #domain-pricing .htfy-pricing-table-holder .htfy-table .row.trow:focus:before {
    background-color: #ffffff;
    border: 1px solid #d3d3dd;
    border-radius: 10px;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    -webkit-transform: scaleX(1.01) scaleY(1.05);
    -moz-transform: scaleX(1.01) scaleY(1.05);
    -ms-transform: scaleX(1.01) scaleY(1.05);
    transform: scaleX(1.01) scaleY(1.05);
    opacity: 1;
}

#domain-pricing .htfy-pricing-table-holder .htfy-table .row.trow:hover .td, #domain-pricing .htfy-pricing-table-holder .htfy-table .row.trow:focus .td {
    color: #4a864d;
}

#serverslocation {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

#serverslocation .serversmap-holder {
    overflow: scroll;
}

#serverslocation #serversmap {
    position: relative;
    display: inline-block;
    width: 821px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#serverslocation #serversmap img {
    width: 100%;
    opacity: 0.32;
}

#serverslocation #serversmap .servers-location-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#serverslocation #serversmap .servers-location-holder .server-marker {
    position: absolute;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

#serverslocation #serversmap .servers-location-holder .server-marker .left-text {
    font-size: 16px;
    font-weight: 700;
    color: #6f7690;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#serverslocation #serversmap .servers-location-holder .server-marker .marker-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background-color: #4a864d;
    margin-right: 8px;
    margin-left: 8px;
}

#serverslocation #serversmap .servers-location-holder .server-marker .right-text {
    font-size: 16px;
    font-weight: 700;
    color: #6f7690;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1000px) {
    #serverslocation .serversmap-holder {
        -webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
    }
}





/*******Menu Mobile style*****************/
@media  (max-width: 700px) {
 .imgmobileonagri {
	  display:block;
  }
   .linkagriculture {
	  width:13%!important;
  }
  #slider_main #slider-main .details-holder h1, .details-holder h2, .details-holder span {
	  font-size:1rem!important;
  }
}
@media  (min-width: 700px) {
 .imgmobileonagri {
	  display:none;
  }
 
}
@media  (min-width: 1200px) {
	.greentop {
		display:none;
	}
	.topbar__holder {
		display:block;
        background-color: #fff;
	}
	.top-header {
		display:block;
	}
	.topmenuresponsive {
		display:none;
	}
	
	div#header-holder {
		display: block;
	}
	.mobileheader {
		display:none;
	}
	
}


@media (max-width: 1200px) {
	.textetn {
		font-size: 10px !important;
	}
	.link_top {
		font-size: 11px!important;
		margin-right: 0px!important;
	}
	.greentop {
		dipslay:block;
		background:#96c14c;
	}
	.mobileheader {
		display:block;
	}
	.top-header {
		display:none;
	}
	#header-holder {
		margin-bottom:0px!important;
	}
	#header-holder .container {
		display: none;
	}
	.topbar__holder {
		display:none;
	}
	
	.topmenuresponsive {
		display:block;
	}
	.topmenuresponsive {
		display:block;
	}
	
	#cssmenu {
		display:block;
	}
	#cssmenu .button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #ddd;
		content: '';
	}
	#cssmenu .button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: '';
	}	
	#cssmenu .menu-nav__submenu {
		padding: 0px;
		text-align: left;
		margin: 0;
		color: #1a1a1a;
		background: transparent;
	}	

				

				@import 'https://fonts.googleapis.com/css?family=Noto+Sans';
			* {
			  margin: 0;
			  padding: 0;
			  text-decoration: none
			}

			body {
			  background: #fff;
			}

			header {
			  position: relative;
			  width: 100%;
			}

			.logo {
			  position: relative;
			  z-index: 123;
			  font: 18px verdana;
			  color: #fff;
			  float: left;
			  width: 15%;
			  padding: 17px 15px;
			}

			.logo a {
			  color: #fff;
			}

			nav {
			  position: relative;
			  width: 980px;
			  margin: 0 auto;
			}

			#cssmenu,
			#cssmenu ul,
			#cssmenu ul li,
			#cssmenu ul li a,
			#cssmenu #head-mobile {
			  border: 0;
			  list-style: none;
			  line-height: 1;
			  display: block;
			  position: relative;
			  -webkit-box-sizing: border-box;
			  -moz-box-sizing: border-box;
			  box-sizing: border-box
			}

			#cssmenu:after,
			#cssmenu > ul:after {
			  content: ".";
			  display: block;
			  clear: both;
			  visibility: hidden;
			  line-height: 0;
			  height: 0
			}

			#cssmenu #head-mobile {
			  display: none
			}

			#cssmenu {
			  font-family: sans-serif;
			  background: #31333b;
			}

			#cssmenu > ul > li {
			  float: left
			}

			#cssmenu > ul > li > a {
			  text-decoration: none;
			  color: #fff;
			  font-family: 'Noto Sans', sans-serif;
			  font-size: 13px;
			  padding: 22px 15px;
			  margin: 0px;
			  text-transform: uppercase;
			  letter-spacing: 1px;
			  font-weight: bold;
			}

			#cssmenu > ul > li:hover > a,
			#cssmenu ul li.active a {
			  color: #8a8a8e;
			  -webkit-transition: all 0.3s ease-in-out;
			  -moz-transition: all 0.3s ease-in-out;
			  -o-transition: all 0.3s ease-in-out;
			  -ms-transition: all 0.3s ease-in-out;
			  transition: all 0.3s ease-in-out;
			}

			#cssmenu > ul > li:hover,
			#cssmenu ul li.active:hover,
			#cssmenu ul li.active,
			#cssmenu ul li.has-sub.active:hover {
			  color: #8a8a8e;
			  -webkit-transition: all 0.3s ease-in-out;
			  -moz-transition: all 0.3s ease-in-out;
			  -o-transition: all 0.3s ease-in-out;
			  -ms-transition: all 0.3s ease-in-out;
			  transition: all 0.3s ease-in-out;
			}

			#cssmenu > ul > li.has-sub > a {
			  padding-right: 30px
			}

			#cssmenu > ul > li.has-sub > a:after {
			  position: absolute;
			  top: 27px;
			  right: 11px;
			  width: 8px;
			  height: 2px;
			  display: block;
			  background: #fff;
			  content: ''
			}

			#cssmenu > ul > li.has-sub > a:before {
			  position: absolute;
			  top: 24px;
			  right: 14px;
			  display: block;
			  width: 2px;
			  height: 8px;
			  background: #fff;
			  content: '';
			  -webkit-transition: all .25s ease;
			  -ms-transition: all .25s ease;
			  transition: all .25s ease
			}

			#cssmenu > ul > li.has-sub:hover > a:before {
			  top: 28px;
			  height: 0
			}

			#cssmenu ul ul {
			  position: absolute;
			  left: -9999px
			}

			#cssmenu ul ul li {
			  height: 0;
			  -webkit-transition: all .25s ease;
			  -ms-transition: all .25s ease;
			  background: #333;
			  transition: all .25s ease
			}

			#cssmenu ul ul li:hover {}

			#cssmenu li:hover > ul {
			  left: auto
			}

			#cssmenu li:hover > ul > li {
			  height: 35px
			}

			#cssmenu ul ul ul {
			  margin-left: 100%;
			  top: 0
			}

			#cssmenu ul ul li a {
			  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
			  padding: 11px 15px;
			  width: 170px;
			  font-size: 12px;
			  text-decoration: none;
			  color: #ddd;
			  font-weight: 400;
			}

			#cssmenu ul ul li:last-child > a,
			#cssmenu ul ul li.last-item > a {
			  border-bottom: 0
			}

			#cssmenu ul ul li:hover > a,
			#cssmenu ul ul li a:hover {
			  color: #fff
			}

			#cssmenu ul ul li.has-sub > a:after {
			  position: absolute;
			  top: 16px;
			  right: 11px;
			  width: 8px;
			  height: 2px;
			  display: block;
			  background: #ddd;
			  content: ''
			}

			#cssmenu ul ul li.has-sub > a:before {
			  position: absolute;
			  top: 13px;
			  right: 14px;
			  display: block;
			  width: 2px;
			  height: 8px;
			  background: #ddd;
			  content: '';
			  -webkit-transition: all .25s ease;
			  -ms-transition: all .25s ease;
			  transition: all .25s ease
			}

			#cssmenu ul ul > li.has-sub:hover > a:before {
			  top: 17px;
			  height: 0
			}

			#cssmenu ul ul li.has-sub:hover,
			#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
			  background: #363636;
			}

			#cssmenu ul ul ul li.active a {
			  border-left: 1px solid #333
			}

			#cssmenu > ul > li.has-sub > ul > li.active > a,
			#cssmenu > ul ul > li.has-sub > ul > li.active> a {
			  border-top: 1px solid #333
			}

			  .logo {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 46px;
				text-align: center;
				padding: 10px 0 0 0;
				float: none;
			  }
			  .logo2 {
				display: none;
			  }
			  nav {
				width: 100%;
			  }
			  #cssmenu {
				width: 100%;
			  }
			  #cssmenu ul {
				width: 100%;
				display: none;
			  }
			  #cssmenu ul li {
				width: 100%;
				border-top: 1px solid #444;
			  }
			  #cssmenu ul li:hover {
				background: #363636;
			  }
			  #cssmenu ul ul li,
			  #cssmenu li:hover > ul > li {
				height: auto;
			  }
			  #cssmenu ul li a,
			  #cssmenu ul ul li a {
				width: 100%;
				border-bottom: 0;
			  }
			  #cssmenu > ul > li {
				float: none;
			  }
			  #cssmenu ul ul li a {
				padding-left: 25px;
			  }
			  #cssmenu ul ul li {
				background: #333!important;
			  }
			  #cssmenu ul ul li:hover {
				background: #363636!important
			  }
			  #cssmenu ul ul ul li a {
				padding-left: 35px;
			  }
			  #cssmenu ul ul li a {
				color: #ddd;
				background: none;
			  }
			  #cssmenu ul ul li:hover > a,
			  #cssmenu ul ul li.active > a {
				color: #fff;
			  }
			  #cssmenu ul ul,
			  #cssmenu ul ul ul {
				position: relative;
				left: 0;
				width: 100%;
				margin: 0;
				text-align: left;
			  }
			  #cssmenu > ul > li.has-sub > a:after,
			  #cssmenu > ul > li.has-sub > a:before,
			  #cssmenu ul ul > li.has-sub > a:after,
			  #cssmenu ul ul > li.has-sub > a:before {
				display: none;
			  }
			  #cssmenu #head-mobile {
				display: block;
				padding: 23px;
				color: #ddd;
				font-size: 12px;
				font-weight: 700;
			  }
			  .button {
				width: 55px;
				height: 46px;
				position: absolute;
				right: 0;
				top: 0;
				cursor: pointer;
				z-index: 12399994;
			  }
			  .button:after {
				position: absolute;
				top: 22px;
				right: 20px;
				display: block;
				height: 4px;
				width: 20px;
				border-top: 2px solid #dddddd;
				border-bottom: 2px solid #dddddd;
				content: '';
			  }
			  .button:before {
				-webkit-transition: all .3s ease;
				-ms-transition: all .3s ease;
				transition: all .3s ease;
				position: absolute;
				top: 16px;
				right: 20px;
				display: block;
				height: 2px;
				width: 20px;
				background: #ddd;
				content: '';
			  }
			  .button.menu-opened:after {
				-webkit-transition: all .3s ease;
				-ms-transition: all .3s ease;
				transition: all .3s ease;
				top: 23px;
				border: 0;
				height: 2px;
				width: 19px;
				background: #fff;
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				transform: rotate(45deg);
			  }
			  .button.menu-opened:before {
				top: 23px;
				background: #fff;
				width: 19px;
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				transform: rotate(-45deg);
			  }
			  #cssmenu .submenu-button {
				position: absolute;
				z-index: 99;
				right: 24px;
				top: 0;
				display: block;
				border-left: 1px solid #444;
				height: 57px;
				width: 56px;
				cursor: pointer;
			  }
			  #cssmenu .submenu-button.submenu-opened {
				background: #31333b;
			  }
			  #cssmenu ul ul .submenu-button {
				height: 34px;
				width: 34px;
			  }
			  #cssmenu .submenu-button:after {
				position: absolute;
				top: 28px;
				right: 19px;
				width: 8px;
				height: 2px;
				display: block;
				background: #ddd;
				content: '';
			  }
			  #cssmenu ul ul .submenu-button:after {
				top: 15px;
				right: 13px;
			  }
			  #cssmenu .submenu-button.submenu-opened:after {
				background: #fff;
			  }
			  #cssmenu .submenu-button:before {
				position: absolute;
				top: 25px;
				right: 22px;
				display: block;
				width: 2px;
				height: 8px;
				background: #ddd;
				content: '';
			  }
			  #cssmenu ul ul .submenu-button:before {
				top: 12px;
				right: 16px;
			  }
			  #cssmenu .submenu-button.submenu-opened:before {
				display: none;
			  }
			  #cssmenu ul ul ul li.active a {
				border-left: none;
			  }
			  #cssmenu > ul > li.has-sub > ul > li.active > a,
			  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
				border-top: none;
			  }
			 
}
	
	


/*******Fin Menu Mobile style*****************/

.row-title-only {
    padding-bottom: 30px;
}

/*------------------------------------------------------------------
	15. Responsive Styles
-------------------------------------------------------------------*/
/* Other screens styles modifications */
@media (max-width: 1200px) {
    .company-info-holder .details-holder p {
        font-size: 23px;
    }

    .icons-animation-holder {
        width: 290px;
        height: 190px;
    }

    .icons-animation-holder .aicon-main {
        padding-top: 36px;
    }

    .icons-animation-holder .aicon-main svg .logo {
        width: 56px;
    }

    .icons-animation-holder .aicon {
        width: 84px;
        height: 84px;
        margin-top: -42px;
        margin-left: -42px;
    }

    .icons-animation-holder .aicon img {
        width: 48px;
    }

    #domain-pricing .htfy-pricing-table-holder .htfy-table .row .th {
        font-size: 12px;
    }

    #apps .apps-holder .app-details {
        min-height: 260px;
    }
}

@media (max-width: 992px) {
    #header-holder.main-header .bg-animation .graphic-show {
        right: 10%;
    }

    .rtl-cols div[class^="col-"] {
        float: inherit;
    }

    .message-area .buttons-holder {
        text-align: left;
    }

    .message-area .buttons-holder .ybtn {
        margin-left: 0;
    }

    .nav > li > a {
        padding: 20px 12px;
    }

    .navbar-default .navbar-nav > li > a.login-button {
        margin-left: 10px;
    }

    .support-button-holder a.support-button {
        padding: 9px 20px;
    }

    .custom-plan-box {
        margin-bottom: 30px;
    }

    #features-links-holder {
        height: 320px !important;
    }

    #features-links-holder .feature-icon-holder .feature-title {
        right: 50%;
        margin-right: -75px;
        top: -25px;
        text-align: center;
    }

    #features-links-holder .icons-axis {
        width: 194px;
        height: 194px;
        right: 50%;
        margin-right: -97px;
        top: inherit;
        margin-top: inherit;
        bottom: 0;
    }

    #features-links-holder .feature-icon-holder1 {
        top: inherit;
        bottom: 50px;
        left: 50%;
        margin-left: -202px;
    }

    #features-links-holder .feature-icon-holder2 {
        top: inherit;
        right: inherit;
        bottom: 166px;
        left: 50%;
        margin-left: -168px;
    }

    #features-links-holder .feature-icon-holder3 {
        top: inherit;
        margin-top: inherit;
        right: 50%;
        margin-right: -31px;
        bottom: 234px;
    }

    #features-links-holder .feature-icon-holder4 {
        bottom: 166px;
        right: 50%;
        margin-right: -168px;
    }

    #features-links-holder .feature-icon-holder5 {
        bottom: 50px;
        right: 50%;
        margin-right: -202px;
    }

    #testimonials #testimonials-slider .details-holder {
        padding: 60px 20px;
    }

    #footer .phone {
        font-size: 13px;
        margin-bottom: 0;
    }

    #footer .email {
        font-size: 13px;
        margin-bottom: 0;
    }

    #footer .address div {
        display: inline-block;
        color: #ffffff;
        font-size: 13px;
    }

    #footer ul.footer-menu li {
        margin-bottom: 10px;
    }

    #footer ul.footer-menu li a {
        font-size: 13px;
    }

    .info-slider-holder {
        display: none;
    }

    .form-holder {
        margin-left: 0;
    }

    .form-holder .menu-holder ul.main-links li a.normal-link {
        font-size: 13px;
    }

    .form-holder .menu-holder ul.main-links li a.sign-button {
        font-size: 12px;
    }

    .website-logo {
        position: absolute;
        top: 30px;
        left: 30px;
        width: inherit;
    }

    .website-logo .logo {
        background-image: url("../img/logo_dark.png");
    }

    #form-section svg.logo text {
        fill: #4a864d;
    }

    #contact-info div[class^="col-"]:nth-child(2) .info-box:before {
        opacity: 0;
    }

    #contact-info div[class^="col-"]:nth-child(2) .info-box:after {
        opacity: 0;
    }

    #domain-pricing .htfy-pricing-table-holder {
        overflow: scroll;
        border-radius: 10px;
        border: 1px solid #d3d3dd;
    }

    #domain-pricing .htfy-pricing-table-holder .htfy-table .row {
        border-left: 0px solid #d3d3dd;
        border-right: 0px solid #d3d3dd;
    }

    #domain-pricing .htfy-pricing-table-holder .htfy-table .row.thead {
        border-top: 0px solid #d3d3dd;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    #domain-pricing .htfy-pricing-table-holder .htfy-table .row:last-child {
        border-bottom: 0px solid #d3d3dd;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #domain-pricing .htfy-pricing-table-holder .htfy-table .row .th {
        padding: 17px 10px;
    }

    #domain-pricing .htfy-pricing-table-holder .htfy-table .row .td {
        padding: 17px 10px;
    }

    #domain-pricing .htfy-pricing-table-holder .htfy-table .row.trow:before {
        height: 54px;
        border: 0px solid rgba(211, 211, 221, 0);
    }

    #domain-pricing .htfy-pricing-table-holder .htfy-table .row.trow:hover:before, #domain-pricing .htfy-pricing-table-holder .htfy-table .row.trow:focus:before {
        border: 0px solid #d3d3dd;
        border-radius: 0;
        -webkit-transform: scaleX(1) scaleY(1);
        -moz-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
    }

    #apps .apps-holder .app-details {
        min-height: 446px;
    }

    #apps .apps-holder .app-details .img-holder {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #header-holder {
        margin-bottom: 50px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    #nav .dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    #nav .dropdown-menu li a .unity-box {
        text-align: left;
    }

    #nav .dropdown-menu:before {
        right: 50%;
        margin-right: -7px;
    }

    #nav .dropdown {
        width: 100%;
    }

    .nav > li {
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a.login-button {
        margin-left: 0;
    }

    .support-button-holder a.support-button {
        margin-left: 0;
    }

    .support-button-holder .dropdown-menu {
        opacity: 1;
    }

    .support-button-holder .dropdown-menu li a {
        text-align: left;
    }

    .mega .dropdown-menu {
        opacity: 1;
    }

    .mega .dropdown-menu .mega-box {
        text-align: left;
    }

    .dropdown.mega {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        float: left;
    }

    .dropdown.mega:hover > a:before, .dropdown.mega:focus > a:before {
        opacity: 0;
    }

    #top-content {
        padding-top: 120px;
    }

    #top-content .domain-search-holder input[type="text"] {
        max-width: 100%;
        margin-bottom: 10px;
    }

    #top-content .domain-search-holder input[type="submit"] {
        margin-left: 0px;
    }

    #top-content .big-title {
        font-size: 40px;
    }

    #top-content .big-title span {
        font-size: 40px;
    }

    #info {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #info .info-text {
        padding-left: 5%;
        padding-right: 5%;
    }

    #custom-plan {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    #features-links-holder {
        height: 250px !important;
    }

    #features-links-holder .icons-axis {
        width: 140px;
        height: 140px;
        padding-top: 42px;
        margin-right: -70px;
    }

    #features-links-holder .icons-axis img {
        width: 70px;
    }

    #features-links-holder .feature-icon-holder1 {
        bottom: 36px;
        margin-left: -190px;
    }

    #features-links-holder .feature-icon-holder2 {
        bottom: 138px;
        margin-left: -146px;
    }

    #features-links-holder .feature-icon-holder3 {
        bottom: 185px;
    }

    #features-links-holder .feature-icon-holder4 {
        bottom: 138px;
        margin-right: -146px;
    }

    #features-links-holder .feature-icon-holder5 {
        bottom: 36px;
        margin-right: -190px;
    }

    #testimonials {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #testimonials #testimonials-slider {
        margin-top: 30px;
    }

    #testimonials #testimonials-slider .slick-next {
        right: 0px;
    }

    #testimonials #testimonials-slider .slick-next:after {
        font-size: 30px;
    }

    #testimonials #testimonials-slider .slick-prev {
        left: 0px;
    }

    #testimonials #testimonials-slider .slick-prev:after {
        font-size: 30px;
    }

    #testimonials #testimonials-slider .slick-slide {
        padding: 40px 40px;
    }

    #testimonials #testimonials-slider .details-holder {
        padding: 60px 10px 20px;
    }

    #more-features {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #footer .address-holder {
        margin-bottom: 20px;
    }

    #footer .footer-menu-holder {
        margin-bottom: 20px;
    }

    #footer .social-menu li {
        text-align: center;
        display: inline-block;
        margin: 20px;
    }

    #apps .apps-holder .apps-links-holder {
        width: 100%;
    }

    #apps .apps-holder .app-icon-holder .app-title {
        font-size: 13px;
    }

    #apps .apps-holder .app-icon-holder .app-icon {
        margin-bottom: 5px;
    }

    #apps .apps-holder .apps-details-holder {
        width: 100%;
    }

    #apps .apps-holder .app-details div[class^="app-details"] {
        padding: 30px 5%;
    }

    #header-holder.about-header #page-head {
        padding-top: 30px;
    }

    .company-info-holder .details-holder p {
        font-size: 17px;
    }

    .icons-animation-holder {
        width: 238px;
        height: 184px;
    }

    #more-info {
        padding-bottom: 150px;
    }

    #apps .apps-holder .app-details .img-holder {
        margin-top: 5px;
    }

    #more-features .row-title {
        margin-top: 55px;
    }
}

@media (max-width: 480px) {
    #header-holder.main-header .bg-animation .graphic-show {
        right: 0;
    }

    #header-holder .whitebg img {
        transform: skewY(-0) scale(0);
    }

    #features-links-holder .feature-icon-holder .feature-title {
        display: none;
        opacity: 0;
    }

    #features-links-holder .feature-icon-holder1 {
        bottom: 36px;
        margin-left: -162px;
    }

    #features-links-holder .feature-icon-holder2 {
        bottom: 130px;
        margin-left: -126px;
    }

    #features-links-holder .feature-icon-holder3 {
        bottom: 172px;
    }

    #features-links-holder .feature-icon-holder4 {
        bottom: 130px;
        margin-right: -126px;
    }

    #features-links-holder .feature-icon-holder5 {
        bottom: 36px;
        margin-right: -162px;
    }

    #footer .address {
        padding: 15px 0px 15px 15px;
    }

    #footer .address div {
        font-size: 12px;
    }

    #footer .address [class*="fa"] {
        font-size: 19px;
    }

    #footer .email {
        padding: 15px 0px 15px 15px;
        margin-bottom: 5px;
    }

    #footer .email [class*="fa"] {
        font-size: 12px;
    }

    #footer .phone {
        padding: 15px 0px 15px 15px;
        margin-bottom: 5px;
    }

    #footer .phone [class*="fa"] {
        font-size: 15px;
    }

    .darkbg .info-details-holder {
        min-height: 340px;
    }
}



/*1. Top Header*/
.top-header {
    background-color: #96c14c;
    color: white;
	height:40px;
	width:100%
}
.top-header .btn {
    border-radius: unset;
    font-size: 13px;
	background:#82c6db;
}
.top-header .btn:hover {
    background: white;
    color: #e38b00;
}
.logo-holder{
    margin-top:-52px;
    position:absolute;
    /* left:-235px */
}
.logo-holder1{margin-top:-20px;position:absolute;padding-top:0 !important}
.logo-holder .logo{/*height:112px;width:112px*/border-radius: 17px;}
.logo-holder1 .logo1{height:75px;width:90px;}

.menu_top .navbar-nav > li > a{padding-top:10px;padding-bottom:15px;color:#2d3c7d;}
.menu_top .navbar-nav > li > a:hover{padding-top:10px;padding-bottom:15px;color:#2d3c7d;}
.navbar-default .navbar-nav > li > a,.menu_top .navbar-nav > li > a{font-size: 18px;font-weight: 600;}
/* .navbar-nav{margin-top:1%;} */

/*---side-bar--*/
@font-face{font-family:'icomoon';src:url("../fonts/icons.eot?1ripec");src:url("../fonts/icons.eot?1ripec#iefix") format("embedded-opentype"),url("../fonts/icons.woff?1ripec") format("woff"),url("../fonts/icons.ttf.ttf?1ripec") format("truetype"),url("../fonts/icons.svg?1ripec#icomoon") format("svg")}

.side-bar {
    position: fixed;
    right: 15px;
    top: 50%;
    top: 50vh;
    margin-top: -100px;
    background: rgba(90,96,93,0.7);
    color: #fff;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 999;
}
.side-bar ul {
    margin: 0;
	padding-left:0
}
.side-bar ul li {
    margin: 0 0 10px;
    display: block;
}
.side-bar ul li a{color:#fff;}
.side-bar ul li a:hover{color:#4a864d;}
.side-bar ul li a i {
    display: inline-block;
	font-size: 28px;
    width: 50px;
	text-align:center;
}

.icon-accompagner:before,.icon-annuaire:before,.icon-arrow-left:before,.icon-arrow-right:before,.icon-checked:before,.icon-chevron-bottom:before,.icon-chevron-btn:before,.icon-chevron-left:before,.icon-chevron-right:before,.icon-chevron-top:before,.icon-close:before,.icon-doc-doc:before,.icon-doc-docm:before,.icon-doc-docx:before,.icon-doc-pdf:before,.icon-doc-xls:before,.icon-doc-xlsm:before,.icon-doc-xlxs:before,.icon-doc-xlsx:before,.icon-document:before,.icon-download:before,.icon-eclairer:before,.icon-enclosed:before,.icon-export_import:before,.icon-extranet:before,.icon-filiere_apiculture:before,.icon-filiere_cereales:before,.icon-filiere_grandes-cultures:before,.icon-filiere_cidriculture:before,.icon-filiere_cultures-textiles:before,.icon-filiere_fruit-et-legumes:before,.icon-filiere_horticulture:before,.icon-filiere_houblon:before,.icon-filiere_lait:before,.icon-filiere_oleoproteagineux:before,.icon-filiere_peche-et-aquaculture:before,.icon-filiere_ppam:before,.icon-filiere_sucre:before,.icon-filiere_tabac:before,.icon-filiere_truffes:before,.icon-filiere_viandes-blanches:before,.icon-filiere_viandes-rouges:before,.icon-filiere_viandes:before,.icon-filiere_vin-et-cidriculture:before,.icon-filiere_vin:before,.icon-folder:before,.icon-hp:before,.icon-liens-utiles:before,.icon-link:before,.icon-micro:before,.icon-newsletter:before,.icon-observatoire:before,.icon-orienter:before,.icon-p3a:before,.icon-plus:before,.icon-pointer:before,.icon-print:before,.icon-publications:before,.icon-question:before,.icon-quotes-left:before,.icon-quotes-right:before,.icon-search:before,.icon-share:before,.icon-slide-chevron-left:before,.owl-carousel .owl-nav .owl-prev:before,.icon-slide-chevron-right:before,.owl-carousel .owl-nav .owl-next:before,.icon-social-facebook:before,.icon-social-google:before,.icon-social-instagram:before,.icon-social-linkedin:before,.icon-social-twitter:before,.icon-social-youtube:before,.icon-stats:before,.icon-tract:before,.icon-visionet:before,.icon-woman:before,.icon-ABEILLE:before,.icon-ABRICOT:before,.icon-ARTICHAUT:before,.icon-AUBERGINE:before,.icon-BIOCARBURANT:before,.icon-BIOECONOMIE:before,.icon-BLE-1:before,.icon-BLE-2:before,.icon-BLE-3:before,.icon-BOEUF-2:before,.icon-BOEUF-3:before,.icon-BOEUF:before,.icon-BOUT-ET-VERRE-VIN:before,.icon-BOUT-LAIT:before,.icon-BROCOLI:before,.icon-CAISSE-VINS:before,.icon-CAROTTE:before,.icon-CARRE-SUCRE:before,.icon-CHEVRE-LAIT:before,.icon-CHOU-FLEUR:before,.icon-CIDRE:before,.icon-CITRON:before,.icon-COM-INTERNATIONALE:before,.icon-CONSOMMATION:before,.icon-COTES-BOEUF:before,.icon-CREVETTE:before,.icon-CUILLERE-MIEL:before,.icon-CUILLERE-SUCRE:before,.icon-FEUILLES-TABAC:before,.icon-FLACON-HUILES-ESS:before,.icon-FLEUR:before,.icon-FRAISE:before,.icon-FROMAGE:before,.icon-FRUITS-LEGUMES:before,.icon-GRANDES-CULTURES:before,.icon-HOMARD:before,.icon-HUILES-ESSENTIELLES:before,.icon-HUITRE:before,.icon-LAPIN-1:before,.icon-LAPIN-2:before,.icon-MAIS:before,.icon-MENTHE:before,.icon-MIEL-ABEILLE:before,.icon-MOULE:before,.icon-MUGUET:before,.icon-OEUFS-1:before,.icon-OEUFS-2:before,.icon-OEUFS-3:before,.icon-OEUFS-4:before,.icon-OEUFS-5:before,.icon-OEUFS-6:before,.icon-OEUFS-7:before,.icon-OEUFS-8:before,.icon-OEUFS-9:before,.icon-OLEOPROT:before,.icon-OLIVES:before,.icon-OVIN-2:before,.icon-OVIN-3:before,.icon-OVIN-LAIT:before,.icon-OVIN:before,.icon-PECHE:before,.icon-PLANTE-POT-2:before,.icon-PLANTE-POT:before,.icon-POIRE:before,.icon-POISSON-2:before,.icon-POISSON:before,.icon-POIVRON:before,.icon-POMME-DE-TERRE:before,.icon-POMME:before,.icon-PORC-2:before,.icon-PORC:before,.icon-POT-LAIT:before,.icon-POULET-2:before,.icon-POULET:before,.icon-PROD-LAIT-2:before,.icon-PROD-LAIT:before,.icon-PROD-PECHE-AQUA:before,.icon-PROD-VEGETAL-SPE:before,.icon-RAISIN:before,.icon-RIZ:before,.icon-ROMARIN:before,.icon-RUCHE-MIEL:before,.icon-RUMINANTS:before,.icon-SACHET-SUCRE:before,.icon-SALADE:before,.icon-SAPIN:before,.icon-SOJA:before,.icon-ST-JACQUES:before,.icon-SUCRIER-ET-SUCRE:before,.icon-SUCRIER:before,.icon-TOMATE:before,.icon-TONNEAU:before,.icon-TONNEAUX-VIN:before,.icon-TRUFFE:before,.icon-VACHE-LAIT:before,.icon-VIANDE-DE-POULET:before,.icon-VIANDES-BLANCHES:before,.icon-VIN-ET-CIDRE:before,.icon-VIN:before,.see-more:before,.select-wrapper:before,[type='checkbox']+label:before,.menu-filiere__item li a:before,.menu-nav__submenu-list a:before,.search-result:before,.last-docs .last-docs--attached__more__icon:before,.last-pages--attached__more__icon:before,.last-links--attached__more__icon:before,.document:before{font-family:'icomoon';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:normal;text-decoration:none;text-transform:none}.icon-accompagner:before{content:""}.icon-annuaire:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-checked:before{content:""}.icon-chevron-bottom:before{content:""}.icon-chevron-btn:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-top:before{content:""}.icon-close:before{content:""}.icon-doc-doc:before,.icon-doc-docm:before,.icon-doc-docx:before{content:""}.icon-doc-pdf:before{content:""}.icon-doc-xls:before,.icon-doc-xlsm:before,.icon-doc-xlxs:before,.icon-doc-xlsx:before{content:""}.icon-document:before{content:""}.icon-download:before{content:""}.icon-eclairer:before{content:""}.icon-enclosed:before{content:""}.icon-export_import:before{content:""}.icon-extranet:before{content:""}.icon-filiere_apiculture:before{content:""}.icon-filiere_cereales:before,.icon-filiere_grandes-cultures:before{content:""}.icon-filiere_cidriculture:before{content:""}.icon-filiere_cultures-textiles:before{content:""}.icon-filiere_fruit-et-legumes:before{content:""}.icon-filiere_horticulture:before{content:""}.icon-filiere_houblon:before{content:""}.icon-filiere_lait:before{content:""}.icon-filiere_oleoproteagineux:before{content:""}.icon-filiere_peche-et-aquaculture:before{content:""}.icon-filiere_ppam:before{content:""}.icon-filiere_sucre:before{content:""}.icon-filiere_tabac:before{content:""}.icon-filiere_truffes:before{content:""}.icon-filiere_viandes-blanches:before{content:""}.icon-filiere_viandes-rouges:before,.icon-filiere_viandes:before{content:""}.icon-filiere_vin-et-cidriculture:before,.icon-filiere_vin:before,.icon-filiere_cidriculture:before{content:""}.icon-folder:before{content:""}.icon-hp:before{content:""}.icon-liens-utiles:before{content:""}.icon-link:before{content:""}.icon-micro:before{content:""}.icon-newsletter:before{content:""}.icon-observatoire:before{content:""}.icon-orienter:before{content:""}.icon-p3a:before{content:""}.icon-plus:before{content:""}.icon-pointer:before{content:""}.icon-print:before{content:""}.icon-publications:before{content:""}.icon-question:before{content:""}.icon-quotes-left:before{content:""}.icon-quotes-right:before{content:""}.icon-search:before{content:""}.icon-share:before{content:""}.icon-slide-chevron-left:before,.owl-carousel .owl-nav .owl-prev:before{content:""}.icon-slide-chevron-right:before,.owl-carousel .owl-nav .owl-next:before{content:""}.icon-social-facebook:before{content:""}.icon-social-google:before{content:""}.icon-social-instagram:before{content:""}.icon-social-linkedin:before{content:""}.icon-social-twitter:before{content:""}.icon-social-youtube:before{content:""}.icon-stats:before{content:""}.icon-tract:before{content:""}.icon-visionet:before{content:""}.icon-woman:before{content:""}.icon-ABEILLE:before{content:""}.icon-ABRICOT:before{content:""}.icon-ARTICHAUT:before{content:""}.icon-AUBERGINE:before{content:""}.icon-BIOCARBURANT:before{content:""}.icon-BIOECONOMIE:before{content:""}.icon-BLE-1:before{content:""}.icon-BLE-2:before{content:""}.icon-BLE-3:before{content:""}.icon-BOEUF-2:before{content:""}.icon-BOEUF-3:before{content:""}.icon-BOEUF:before{content:""}.icon-BOUT-ET-VERRE-VIN:before{content:""}.icon-BOUT-LAIT:before{content:""}.icon-BROCOLI:before{content:""}.icon-CAISSE-VINS:before{content:""}.icon-CAROTTE:before{content:""}.icon-CARRE-SUCRE:before{content:""}.icon-CHEVRE-LAIT:before{content:""}.icon-CHOU-FLEUR:before{content:""}.icon-CIDRE:before{content:""}.icon-CITRON:before{content:""}.icon-COM-INTERNATIONALE:before{content:""}.icon-CONSOMMATION:before{content:""}.icon-COTES-BOEUF:before{content:""}.icon-CREVETTE:before{content:""}.icon-CUILLERE-MIEL:before{content:""}.icon-CUILLERE-SUCRE:before{content:""}.icon-FEUILLES-TABAC:before{content:""}.icon-FLACON-HUILES-ESS:before{content:""}.icon-FLEUR:before{content:""}.icon-FRAISE:before{content:""}.icon-FROMAGE:before{content:""}.icon-FRUITS-LEGUMES:before{content:""}.icon-GRANDES-CULTURES:before{content:""}.icon-HOMARD:before{content:""}.icon-HUILES-ESSENTIELLES:before{content:""}.icon-HUITRE:before{content:""}.icon-LAPIN-1{color:#ecc2c3}.icon-LAPIN-1:before{content:""}.icon-LAPIN-2{margin-left:-0.8740234375em;color:#fff}.icon-LAPIN-2:before{content:""}.icon-MAIS:before{content:""}.icon-MENTHE:before{content:""}.icon-MIEL-ABEILLE:before{content:""}.icon-MOULE:before{content:""}.icon-MUGUET:before{content:""}.icon-OEUFS-1{color:#fff}.icon-OEUFS-1:before{content:""}.icon-OEUFS-2{margin-left:-1.41015625em;color:#fff}.icon-OEUFS-2:before{content:""}.icon-OEUFS-3{margin-left:-1.41015625em;color:#fff}.icon-OEUFS-3:before{content:""}.icon-OEUFS-4{margin-left:-1.41015625em;color:#fff}.icon-OEUFS-4:before{content:""}.icon-OEUFS-5{margin-left:-1.41015625em;color:#fff}.icon-OEUFS-5:before{content:""}.icon-OEUFS-6{margin-left:-1.41015625em;color:#fff}.icon-OEUFS-6:before{content:""}.icon-OEUFS-7{margin-left:-1.41015625em;color:#fff}.icon-OEUFS-7:before{content:""}.icon-OEUFS-8{margin-left:-1.41015625em;color:#fff}.icon-OEUFS-8:before{content:""}.icon-OEUFS-9{margin-left:-1.41015625em;color:#ecc2c3}.icon-OEUFS-9:before{content:""}.icon-OLEOPROT:before{content:""}.icon-OLIVES:before{content:""}.icon-OVIN-2:before{content:""}.icon-OVIN-3:before{content:""}.icon-OVIN-LAIT:before{content:""}.icon-OVIN:before{content:""}.icon-PECHE:before{content:""}.icon-PLANTE-POT-2:before{content:""}.icon-PLANTE-POT:before{content:""}.icon-POIRE:before{content:""}.icon-POISSON-2:before{content:""}.icon-POISSON:before{content:""}.icon-POIVRON:before{content:""}.icon-POMME-DE-TERRE:before{content:""}.icon-POMME:before{content:""}.icon-PORC-2:before{content:""}.icon-PORC:before{content:""}.icon-POT-LAIT:before{content:""}.icon-POULET-2:before{content:""}.icon-POULET:before{content:""}.icon-PROD-LAIT-2:before{content:""}.icon-PROD-LAIT:before{content:""}.icon-PROD-PECHE-AQUA:before{content:""}.icon-PROD-VEGETAL-SPE:before{content:""}.icon-RAISIN:before{content:""}.icon-RIZ:before{content:""}.icon-ROMARIN:before{content:""}.icon-RUCHE-MIEL:before{content:""}.icon-RUMINANTS:before{content:""}.icon-SACHET-SUCRE:before{content:""}
.cultivation-item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: .6s;
    transition: .6s;
}
.cultivation-item .cultivation-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #4a864d;
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
    visibility: hidden;
}
.cultivation-item .cultivation-image img {
    border-radius: 50%;
    width: 100%;
	border:solid 2px #96c14c
}

.cultivation-item .cultivation-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
    -webkit-transition: .6s;
    transition: .6s;
}
.cultivation-item .cultivation-content h3 {
    margin-bottom: 0;
    font-size: 25px;
    color: #4a864d;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
} 	
.cultivation-item .cultivation-content span {
    display: block;
    font-size: 16px;
    color: #4a864d;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s;
    margin-bottom: 5px;
}
.references {
    background-image: url(../img/bg-references.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.5em 0;
}
.references .sub-title {
    font-size: 32px;
    margin-bottom: 2em;
	width:100%;
	color:#fff
}
.references .sub-title>span {display: table-cell;
    vertical-align: bottom;
}
.references .sub-title__dot {
    width: 57%;
}
.references .sub-title__dot {
    background: url(../img/pointilles.svg) no-repeat center bottom;
}
.document__infos {
    overflow: hidden;
    display: block;
    word-break: break-all;
	font-size:16px;
}
.text-center {
    text-align: left;
    color: #96c14c;
    font-weight: 700;
}
.mfeature-details li{
	padding-bottom: 10px;
    text-align: center !important;
    list-style: none !important;
}
h1.mfeature-title{
	text-align: center !important;
	text-transform: uppercase;
}

.valeur{
	font-size: 20px;
    font-weight: 600;
    color: #96c14c;
	margin: 20px;
}
.box-cir{
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    padding-bottom: 25px;
    height: 100px;
    text-align: center;

}
.indicateur{
	font-size: 14px;
    font-weight: 600;
    color: #96c14c;
	margin: 20px;
	text-align: center;
	text-transform: capitalize;
}
#slider_main #slider-main .details-holder h2 p{
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 700;
    margin-top: 0;
    /* text-shadow: 1px 1px 2px black; */
    text-transform: uppercase;
	text-align: center !important;
}

.blog-category ul li{
	
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 0px;
	color: #383838 !important;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
	font-size: 18px !important;

}
.mfeature-box i{
	display: block;
      font-size: 2.6em;
    color: #fff;
    text-align: center;
}

.mfeature-details p{
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400;
    text-align: center !important;
	line-height: 1.5em;
}.mfeature-details span{
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400;
    text-align: center !important;
	line-height: 1.5em;
}
.mfeature-box{
	/*padding: 0 !important;*/
	padding-left: 5px;
	padding-right: 5px;
}
.link_top {
    float: right;

    font-size: 18px;
    margin-right: 25px;
}
.link_top a {
    color: #fff;
  
    text-decoration: none;
    display: -webkit-inline-box;
}
.link_top a:hover {
    color: #fff;  
    text-decoration: none;
    display: -webkit-inline-box;
}

.link_top span {
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}
.blog-category ul li::before {
    content: "\f061";
    font-family: FontAwesome;
    right: 0px;
    top: 10px;
    position: absolute;
    color: #e38b00;
    padding-right: 10px;
}
.container-nav{
    padding: 0 50px;
}
/* #main-nav{
    display: flex;
} */
/* a.menu-nav__link:hover{
    color: #fff !important;
} */