/*/*

[Main Stylesheet]

Project: PQC Service - Optimal web hosting solution for dedicated or virtual servers
Version: 2.1
Author : themelooks.com

[Table of contents]

1. GENERAL STYLES
    1.1. SECTION TITLE
    1.2. CUSTOM BUTTON
    1.3. BACK TO TOP BUTTON
    1.4. PRELOADER

2. MENU AREA
    2.1. MENU TOPBAR
    2.2. PRIMARY MENU
    2.3. SECONDARY MENU

3. HEADER AREA
    3.1. HEADER SLIDER NAV
    3.2. HEADER SLIDER CONTROLS

4. CERTIFICATE AREA

5. DOMAIN SEARCH AREA

6. SINGLE FEATURES AREA

7. FEATURES AREA

8. VPS PRICING AREA
    8.1. VPS SLIDER

9. SERVICES AREA

10. TESTIMONIAL AREA

11. PRICING AREA

12. BLOG AREA

13. BRANDS AREA

14. DATACENTER LOCATIONS AREA

15. FOOTER AREA

16. COPYRGIHT AREA

17. GENERAL PAGE STYLES
    17.1. PAGE TITLE

18. SHARED HOSTING PAGE

19. DOMAINS PAGE
    19.1. DOMAIN BANNER CONTENT

20. DEDICATED PAGE

21. ABOUT PAGE
    21.1. ABOUT DESCRIPTION
    21.2. COUNTER
    21.3. TEAM
    21.4. HISTORY

22. LOGIN PAGE

23. CONTACT PAGE
    23.1. CONTACT FORM
    23.2. MAP
    23.3. CONTACT SOCIAL LINKS

24. FAQ PAGE

25. AFFILIATE PAGE

26. DATACENTER PAGE

27. BLOG PAGE

28. BLOG DETAILS PAGE

29. 404 PAGE

30. HELPER CLASSES
    - 30.1. RESET-GUTTER
    - 30.2. RESET-MARGIN
    - 30.3. RESET-PADDING
    - 30.4. VERTICAL-CENTERING

*/

/*------------------------------------*\
    1. GENERAL STYLES
\*------------------------------------*/
html,
body {
    height: 100%;
}
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
a, a:link, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

a.testimonial-source-link {
    color: #3575d3;
    text-decoration-color: #3575d3;
}

.testimonial {
    width: 50%;
    float: left;
    margin: 15px 0 20px 0; }
.testimonial .left-quote {
    float: left;
    width: 68px;
    height: 77px;
    font-size: 200px;
    line-height: 55px;
    color: #36b2ea; }
.testimonial .right-quote {
    float: right;
    width: 68px;
    height: 77px;
    font-size: 200px;
    line-height: 55px;
    color: #05aff2; }
.testimonial .text {
    float: left;
    text-align: justify;
    width: 100%;
    padding: 0 65px 20px 0;
    min-height: 80px; }
.testimonial .pic {
    float: left;
    width: 77px;
    height: 104px;
    /*margin-left: 70px;*/
    display: inline; }
.testimonial .pic img {
    width:100%;
    height:auto;
}
.testimonial .name {
    float: left;
    padding: 0px 0 0 15px; }

ul
{
    list-style-type: none;
}

.about-desc-content .testimonial:nth-child(even) {
    float: right;
}
.about-desc-content .testimonial:nth-child(odd) {
    float: left;
    clear: both;
}

/* 1.1. SECTION TITLE */
.section-title h2 {
    position: relative;
    margin-top: -5px;
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.section-title h2:before {
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #6aaf08;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.section-title.text-left h2 {
    text-align: center;
}
/*.section-title.text-left h2:before {*/
    /*left: 0;*/
    /*-webkit-transform: translateX(0);*/
            /*transform: translateX(0);*/
/*}*/

/* 1.2. CUSTOM BUTTON */
a.btn {
    font-weight: 400;
}
a.btn-custom {
    background-color: #2e3138;
    border-radius: 0;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    text-transform: uppercase;
}
a.btn-custom.btn-lg {
    padding: 12px 20px;
    font-size: 16px;
}
a.btn-custom:hover,
a.btn-custom:focus {
    color: #fff;
    background-color: #3575d3;
    box-shadow: none;
}
.btn-custom-reverse,
a.btn-custom-reverse {
    background-color: #6aaf08;
    border-radius: 0;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    text-transform: capitalize;
}
.btn-custom-reverse:hover,
a.btn-custom-reverse:hover,
a.btn-custom-reverse:focus {
    color: #fff;
    /*background-color: #2e3138;*/
    box-shadow: none;
}
.btn-custom-reverse.btn-lg,
a.btn-custom-reverse.btn-lg {
    padding: 12px 20px;
    font-size: 16px;
}

/* 1.3. BACK TO TOP BUTTON */
#backToTop {
    position: fixed;
    right: 30px;
    bottom: 45px;
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
}
#backToTop.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
#backToTop a {
    display: block;
    min-width: 45px;
    padding: 6px 0;
    color: #fff;
    background-color: #6aaf08;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

/* 1.4. PRELOADER */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6aaf08;
    z-index: 9999999999;
}
.preloader--spinners {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: preloaderRotate 2.0s infinite linear;
            animation: preloaderRotate 2.0s infinite linear;
}
.preloader--spinner,
.preloader--spinner {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: preloaderBounce 2.0s infinite ease-in-out;
            animation: preloaderBounce 2.0s infinite ease-in-out;
}
.preloader--spinner-2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
}

@-webkit-keyframes preloaderRotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes preloaderRotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}

@-webkit-keyframes preloaderBounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes preloaderBounce {
  0%, 100% { 
    -webkit-transform: scale(0.0);
            transform: scale(0.0);
  } 50% { 
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
  }
}

/*------------------------------------*\
    2. MENU AREA
\*------------------------------------*/
#menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

/* 2.1. MENU TOPBAR */
.menu--topbar {
    background-color: #303030;
}

.menu-topbar--contact > ul {
    margin-left: -15px;
}

.menu-topbar--contact > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: opacity .25s ease;
            transition: opacity .25s ease;
}
.menu-topbar--contact > ul > li > a:hover,
.menu-topbar--contact > ul > li > a:focus {
    background-color: transparent;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.menu-topbar--contact > ul > li > a > i.fa {
    margin-right: 10px;
    color: #6aaf08;
    font-size: 18px;
}

.menu-topbar--social > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}
.language_selector li a.flag_usa {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAE6UlEQVRYR+2Xf0jUdxjHX99TL09NF5GM/CcGZtrpWjMdi3IhDIL8Y0RbZSJnWXZJRWNsrPbX/h4keaZdnnlo2IIYTRgFxYptGGht5Y/MlisWW8v2xSyb3p03ns99P+d5baP6Y/3jBx6e7/Phe/e8P+/38zyfO4OXvIyXnJ9ZALMMCAOJ8FkgI2MOo6MTz12TA3z+3J+xZWQwNTpKLiQJgDQ4MHblipvz539l9eqFXLz4GyUlC7l06Q9Wrcqip+c+RUWZ9PSMKH/58giFhZl0d99nE92ELQjhUIhwOAyhkNoJBwJMBQKEJybUvn7PSE1luKaGPJgrAF6B/ea+fWtYsyaLjo6bbNqUTUfHz5SX53D8+BBbtuTQ3j5ERUUObW0SL1axrJaW0siXS2JJaj2Ln5qaUrF4/SyxYRjcuXMHp9M5TwGw2w+Yp09X4PP1U16+RCWtqFhCW9sNKitz8fsHY/wS/H7Zz6G1dZA2WqcZsE4pUPSJp6w98coAY/58bjc3UzA5qQHsNzdsKGb9+tfUCSsrJckQLlcux44NUlWVR0vLdaqqcvH5Bti6NU95MDiBbwYAxYI2K2FscnkmJYVfTp5k2TSAT80TJzbT3DyAy5VHa+sNK8kg27blqf3q6qV4vf1s3+7E6+2LxqdOrY3SHy+BlkNLEAqFolIMDw+zfPlyzcAn5rp1K9i4MRufb5DqaqdKGkk2wI4dTpqa+qipWUpTUz81NU4aG/uU5l/TGNFeF6KuBWtP0y4+ZDESTknhZmcnK6YZ+Nhsby/n8GFJks+RIwPs3JlPY2M/bnc+DQ291NYWUF9/jdrafDweifNVfAbPfwIQYBqEABATAINnz/LWNICPzJKSAjZvXszRo9cVCDmpJBdQbrcTj6dPgfB4rrFrVwSErDNnyqLVrweCrnwtSawEIoOsW7dusXLlSi3Bh6bX+z719b243QU0NPSze3cBhw71sWdPAXV119i793Xq6q4qf/DgT5a/yrccnMFAtAhjOkJ3QlAkMAymHA6GurpYPc3APrOwMJ/Hj4MYho1w2IbNJj5yVUjfis1ckfgHvvh3ABqEYRCSWWAYCIhwairXu7t5RwM4d+6c6XQ6VZKEhARlAkBMJ48HEQ9ID6J/6oR4CeTd3t5eSktLIxKctdvNZbm5GI8ekQAkGAY2MdXpFgNWdWse4vmIdoHuBsOYHkZWIaoilO5IS+PHgQHe1Qx8Y7ebb2ZnY3v4UCVWACBi1ujUJ35mANZIVpoLAIi0oVh6Oj1DQ6zVADo7O82ioqIZ1GsZ4iV4uhZmVkbsXRA7iPQQ0nJ0dXVRVlYWkeAru918OysL29iYOrWSwWJASaBlsHLFs/AU/TF3gZoDcnrLq+e5c/n+7l3e0wx8KQAyM0kYG8MOJMUkF0miIDSYuHqIAhDdY+8CS3u9JyAmgUB6Ot/du8cHGoDf7zeLi4ux2+04HA6Sk5NJTEyMdkF8N8S35rNcx/JOIBhkcmKC8fFxLly4gMvlikjgXbDAfGPePByJiaSL2WwkWSeP7QR0QVpMxKofewMS1wHynlAvpx8PBvlzcpKLDx6wa2QkAsC3aJEZSE5mjt1OWlISDpkFFoC46fPCoQCULngSDPLwyRMC4+PsuH1bAUgDXrX8Cyd4gQ8+An63fpSSHPlx+r+uIPDX7P+CWQb+Brgn+X/Q12qcAAAAAElFTkSuQmCC) no-repeat;
    background-size: cover;
}
.language_selector li a.flag_russia {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADoUlEQVRYR+2Wz0sbQRTHv7tJtsb8oApKQTCxKG0kqLXaSgu1UBB66KGnnnvqoX9SoYcee+qhUBAKVSoIWokSTItSjSBUUAc0P8rkx5Y3My+OmhT7A724MMzOZrPfz/vOe2/XwQUfzgXr4xLg0gFyIJjL5Squ66Jer59LTrJWKpUKEUB0dXX1sK+vD77vKwDHcRqDbqY1H/wb30cz/49mPufrFBRft5+/sbGBwcHBGD35ajabFb29vepGFiBhFuf5pDiD2cK2GIvTbIPQ/7a2tpBOpzsUwMrKikgkEgqAhVuJn8WB30EQCD0jn89jaGhIA2QyGZFMJpXLNoDtQjNh24FmW0EgHL09072bm5sYGRnRAEtLS4JygB5IooFAoAFi54MN0SwHGMJ2wIao1WqNraAcGB0d1QALCwuiv7+/KYC9/7aonZgno7dB7MhtgPX1dYyPj2sAz5sXU1M3UCpR9gfUACj7XaoJa+gK0cfJHqYr6KgKaK2H71N5UzXU1Ghv9zE9/Q1STjDAnJicvI5CgXLgNICuzuPl2ArgCIKSTa2OAdTrNUSjwMzMd0h5nwFmxcTEAMplF75PQkEVoe2AjtyOurkD2h3uB7YDdK0Kx6kjHK5jfn4NUj5ggE9ibOwmikUSDSoIcsL3tehR8v0ZgN4O6i1UDTUlThCRiI/Fxa+Q8iEDfBTDw2kUCiSgt0BHf5QD/+KA3n+dAwBtgY/l5SykfMQA0yKVGmkJQOLaDTv5Wm0Bt3N7G04D5HIZSDmlAT54nrg9MAD34ACu4yBA/cDE71rt+ezyuhpUD3Ac6BoAarSmEY/jy9oaHkupAd57nriTSCBweKgASJQhVBbQy+lYMRozzMvLpLtJPy4+A2GLEwwBxGKYz+fxhAHeeZ6419MDlwBUFuhxrAsYiGYuaNO1MM/KAXNNRW9A1HkshrntbTxlgLcE0N2tHPAAhCxxcsSOXp3za/ukMOVKo/1oIIqYrxGEBFCJx/F5ZwfPGOBNJCLudnbCK5UQdhy0OQ6oE7ADp/uh6Y+mK3K0jeityBWEWVcIwPdRCocxs7+P58WizoFXXV3iVkcHwsEg4jRcFyETeUOcxDghWzRiFSm5o6pGR87fWDRT9KVqFftSYnZvDy93dzXA62RSVNracMXzEA2FEA4EVBL+zy9WgqEqKFerOCiXUSmV8CKfVwBRANfMbHb1XKYCgB/qoxRAm5nPRdmIVAH8/J8u/xX8JcCFO/ALGxNMf8cs0ecAAAAASUVORK5CYII=) no-repeat;
    background-size: cover;
}
.language_selector li a.flag_turkey {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAFRUlEQVRYR+2WW2xUVRSG/3OZW+eC0zuiQAO0tiJoiuADRAmoKGpIqgEUkyZqooGEiOHBF02MRmPUgCIxBImVa5NiEFAarjEoVq0SRKhUVAiolBZOaWfmTGfmnGPW2ntPp/XyUBN5ocnJ3t3nsr79r7X/NRqu8p92lePjGsA1BUgB81CwJGuOiiF3pe9/qUkVa3b6ko8AIoeCJf23rHkTXtJmAI0To0EP+KGbJnSfT6ybJi1DNwwB6klemUjXcXjNy+X4hpvNws3l4A5k+GFPPq+FQzi+7DnMTl+K0qvXHQiWWDXLl8K52C0CAdA1jS81p1GT/wtIcU9xePLrFIPmNLoFo5rT80Z5GU6tfhdz0pfiDLA/VmlVNz4O57IFfVhwFUiMIijNFWihECowhc/Ph0G4BFAcR+cHGzG374IA2EsADQvgpmyxc5JfKqCT5D4TgbtmIXB7PcyJExggd/pnZNu/w8Chw3nJ8ypQGjShhOsJJfiCGPWiEDq378A9CqCVAB56AJAAhj4ovRGPY9TK5TDHj+XAzulfkD1+Au7lXhgVZXwlmrbBtSyRDrnjQhWU/I4rAEAAO3djngL4JFZp1d4/D7Btltjg3eswTAPx116COe5GDp78cCsGdrcOOSlUmMH75sLeJdY5QEFtiJ3TugtHwiEUQsenrZivAHbFKqy6uXMAOy2DUxqA8Px7EXmqkYMP7D2IxNr18oRQoQ71MNqx79YpyBz9XhamKERVjALCYwiEgji5/wAe7OsSNbAjVmFNmjUTXjIFQ9cZgm7EX3kB/rqbANeF1fg0kEjldzfcQilQ8fp30L9qLYwJVUh/9gWc3t4hp4GCO64LLVyEnw5/jgUKYHu0wqq5Yzo0Ow3dUykAyj9uhuYz4Z49B2vpiiF7LgQwxoxB4M6ZCC1uYK9Ibm1Bomlz/oiKIgTv3qXiDAVxqu1rNPRLBVqiFVbttHoglYJBJ0AexYo9HzGAc+48rCeW/SMA1Yh/9iwULXqEn09sakZyw8ZBP5DyUxoc0qSoCB3t3+JhBdAcLbcmT50KJJMMwCnQNJSsfQv+yXXQPA89CxbD673yrykobdmEvpdfh1lbA3vfQTjdPSIF8nRwCmglHMYPx45hYf9FUQNbouXW1No6CUAp0LnYIgsbEFuxjGHSO/fwx5X0f1cD/hnTMPBVu5Be+sAgAKXAhUM3w2Ec6ziJRxXApmi5dVt1NdCXYANSRWj4TJRt2QBf9USGSKxZx9LCcQbTEQwgvGQREuubhrQH9gMyIU0qQPJLQ0IsgqOdnViiAJqi5Vb9+Cpo/RKAaoAvjY2meN3b8NdMYojsiR+ROdIG5/zvMKvGwRg/FldefBVu18XBviCPn3JGdkDOv/SJaATfnPkVjQrg/WiZNeOGsUAhgCcgKKjuNxF+bCFCd8+Bf0Y9r2Xaj2KgdR9Sm5vhZkT3UxZU2JDYjimwVIJdMRpF27mzeDLRLWrgvUiZNb1yNCvggwZq0rT7wk6omg83I1mKhd0w3xWHgSgbJltyPCBLIwFc+A3PJHoEwOr4aGtaaRmMlI2QpiOg6TC5KYk/VqLgysPIrqj8fzgE7ZztWbkgPGTgIR0M4khPF561ZDd84/oqa0pJKYKGiajfj4imwyePogouzNfjXyuDMEIDbjxq5+z3tC5/E/ADwoCyHmDnsrAyGXzZ3YXn/zgjFFg16WYrFwggQMH9fgYxtL/6fd4ERjBRKbCzWfTbKWRsGytPn2SACIBKOY7g0yN+JQHgAgGYAIJyHPHXRvAiHZ30cEMbwXf+2yvXAK66An8CciKBfxbZsRwAAAAASUVORK5CYII=) no-repeat;
    background-size: cover;
}

.language_selector li a {
    display: block;
    padding: 0;
    width: 32px;
    height: 32px;
    margin: 4px 10px 0;
}
.menu-topbar--social > li > a:hover,
.menu-topbar--social > li > a:focus {
    color: #6aaf08;
    background-color: transparent;
}
.menu-topbar--social > li > a i.fa {
    font-size: 18px;
    margin-top: 1px;
}

/* 2.2. PRIMARY MENU */
#primaryMenu {
    margin: 0;
    padding: 30px 0 35px;
    border: none;
    border-radius: 0;
    color: #3575d3;
    background-color: #fff;
    z-index: 1;
}

.primary--logo {
    float: left;
}

@media (max-width: 200px) {
 .primary--logo {
     display: block;
 }
}

.primary--logo h1 {
    margin: 22px 0 0;
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
}
.primary--logo h1 a {
    color: #303030;
}
.primary--logo h1 a span {
    color: #6aaf08;
}
.primary--logo h1 a span i.fa {
    margin-right: 5px;
}

.primary--info {
    float: right;
}
.primary--info-item {
    float: left;
    margin-left: 30px;
}
.primary--info-item:first-child {
    margin-left: 0;
}
.primary--icon {
    margin-bottom: 10px;
}
.primary--icon img {
    margin: 0 auto;
}

.primary--content {
    color: #737373;
    text-align: center;
}
.primary--content p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}
.primary--content p.count {
    margin-bottom: 0;
    padding-bottom: 2px;
    color: #6aaf08;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.primary--btn a {
    float: right;
    display: block;
    padding: 6px 20px;
    color: #fff;
    background-color: #3575d3;
    text-align: center;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.primary--btn a:hover,
.primary--btn a:focus {
    background-color: #303030;
}

#primaryMenu.primary-menu-two {
    padding: 20px 0;
}
#primaryMenu.primary-menu-two .primary--logo h1 {
    margin: 7px 0 0;
}
#primaryMenu.primary-menu-two .primary--icon {
    display: table-cell;
    vertical-align: middle;
}
#primaryMenu.primary-menu-two .primary--content {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}

/* 2.3. SECONDARY MENU */
#secondaryMenu {
    position: relative;
    margin-bottom: 0;
    background-color: #6aaf08;
    border: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 1;
}
#secondaryMenu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

#secondaryMenu .navbar-toggle {
    border: none;
}
#secondaryMenu .navbar-toggle .icon-bar {
    background-color: #fff;
}
#secondaryMenu a.navbar-brand {
    display: block;
    padding: 10px 0;
    margin-top: 18px;
    margin-left: 0;
    color: #303030;
    font-size: 24px;
    font-weight: 700;
}
#secondaryMenu a.navbar-brand span {
    color: #4584b4;
}

#secondaryMenu .navbar-header .login-btn > .btn {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 0;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out;
            transition: color .25s ease, background-color .25s ease-in-out;
}
#secondaryMenu .navbar-header .login-btn > .btn:hover,
#secondaryMenu .navbar-header .login-btn > .btn:focus {
    color: #303030;
    background-color: #fff;
    box-shadow: none;
    outline: 0;
}
.secondary-menu-links > li {
    padding: 0 14px;
}
.secondary-menu-links li a {
    margin-right: 0;
    padding: 26px 0 22px;
    /*border-bottom: 3px solid transparent;*/
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
            transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
}
.secondary-menu-links li:last-child a {
    margin-right: 0;
}
.secondary-menu-links > .dropdown > a > .caret {
    margin-left: 8px;
}
.secondary-menu-links li a .fa {
    display: block;
    margin: 0 auto 2px;
    font-size: 20px;
}
.secondary-menu-links li a:hover,
.secondary-menu-links li a:focus,
.secondary-menu-links .open > a,
.secondary-menu-links .open > a:hover,
.secondary-menu-links .open > a:focus,
.secondary-menu-links li.active > a,
.secondary-menu-links li.active > a:hover {
    background-color: transparent;
    /*border-color: #fff;*/
}
.secondary-menu-links.navbar-right li:hover,
.secondary-menu-links.navbar-right li:focus,
.secondary-menu-links.navbar-right .open,
.secondary-menu-links.navbar-right .open:hover,
.secondary-menu-links.navbar-right .open:focus,
.secondary-menu-links.navbar-right li.active,
.secondary-menu-links.navbar-right li.active:hover {
    background-color: initial;
}
.secondary-menu-links > .dropdown:hover > .dropdown-menu {
    display: block;
    border: none;
}
.secondary-menu-links li .dropdown-menu {
    padding: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 3px 0;
    border-color: #fff;
    border-radius: 0;
}
.secondary-menu-links li .dropdown-menu li a {
    margin-right: 0;
    padding: 10px 15px;
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    border: none;
}
.secondary-menu-links > .dropdown > .dropdown-menu > li > a:hover,
.secondary-menu-links > .dropdown > .dropdown-menu > li > a:focus,
.secondary-menu-links > .dropdown > .dropdown-menu > li.active > a,
.secondary-menu-links > .dropdown > .dropdown-menu > li.active > a:hover,
.secondary-menu-links > .dropdown > .dropdown-menu > li.active > a:focus {
    color: #fff;
    background-color: #6aaf08;
}

.secondary-menu-links.navbar-right {
    padding-right: 15px;
}

.secondary-menu-links > li > a.btn {
    padding: 24px 30px;
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 0;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out;
            transition: color .25s ease, background-color .25s ease-in-out;
}
.secondary-menu-links > li > a.btn:hover,
.secondary-menu-links > li > a.btn:focus {
    color: #303030;
    background-color: #fff;
    box-shadow: none;
}

/*------------------------------------*\
    3. HEADER AREA
\*------------------------------------*/
#header {
    position: relative;
    height: 600px;
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
#header:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48,48,48,0.3);
}
#header.no-header-overlay:before {
    display: none;
}
#header.header-bg-bottom {
    background-position: bottom;
}
#header.max-490px {
    max-height: 490px;
    min-height: 0;
}
#header.bg-white {
    background-color: #fff;
}

.header-bg {
    background-image: url(img/bg-header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;

}

.header-bg-small {
    background-image: url(img/bg-header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 57%;
}

@media (max-width: 991px) {
    .header-bg {
        display:none;
    }
}

@media (min-width: 992px) {
    .header-bg-small {
        display:none;
    }
}


.header-slider {
    height: 100%;
}
.header-slider .owl-wrapper-outer,
.header-slider .owl-wrapper,
.header-slider .owl-item,
.header-slider .owl-item > .header-slider--item > .container,
.header-slider .owl-item > .header-slider--item > .container > .row,
.header-slider .owl-item > .header-slider--item > .container > .row > div {
    height: 100%;
}

.header-slider--item {
    width: 100%;
    height: 100%;
}

.header-item-content {
    position: relative;
    padding: 20px 25px 25px;
    color: #fff;
    background-color: #6aaf08;
}
.header-item-content:before {
    content: " ";
    position: absolute;
    top: 20px;
    left: -20px;
    right: -20px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
}
.header-item-content h2 {
    margin: -5px 0 0;
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
}
.header-item-content p {
    font-weight: 500;
}
.header-item-content > p {
    margin-top: 16px;
    margin-bottom: 16px;
}
.header-item-content .list p {
    float: left;
    width: 50%;
    margin-bottom: 2px;
}
.header-item-content .list p i.fa {
    margin-right: 5px;
    color: #fff;
}
.header-item-content .price {
    margin-top: 20px;
    overflow: hidden;
}
.header-item-content .price .btn {
    color: #fff;
    background-color: #303030;
}
.header-item-content .price .btn:hover,
.header-item-content .price .btn:focus {
    color: #303030;
    background-color: #fff;
    box-shadow: none;
    outline: 0;
}

.header-item-img figure {
    position: relative;
}
.header-item-img img.img-responsive {
    float: right;
}

.header-item-badge {
    position: absolute;
    display: table;
    border-radius: 50%;
    text-align: center;
    z-index: 0;
}
.header-item-badge-1 {
    top: 35%;
    left: 40%;
    width: 150px;
    height: 150px;
    background-color: #fff;
}
.header-item-badge-2 {
    top: 15%;
    left: 20%;
    width: 120px;
    height: 120px;
    color: #fff;
    background-color: #6aaf08;
}
.header-item-badge p {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border: 0;
    color: inherit;
    font-size: 16px;
    line-height: 16px;
}
.header-item-badge span {
    display: block;
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
}

.header-slider .owl-pagination {
    font-size: 0;
    text-align: center;
}
.header-slider .owl-page {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #2e3138;
    border-radius: 5px;
    -webkit-transition: padding-right .25s;
            transition: padding-right .25s;
    display: inline-block;
    margin: 0 5px;
}
.header-slider .owl-page.active {
    padding-right: 20px;
    background-color: #FF6C3A;
}

.owl-fadeInLeft,
.owl-fadeInRight {
    visibility: hidden;
}
.owl-item.active .owl-fadeInLeft {
    -webkit-animation: fadeInLeft 0.8s linear 0s;
            animation: fadeInLeft 0.8s linear 0s;
    visibility: visible;
}
.owl-item.active .owl-fadeInRight {
    -webkit-animation: fadeInRight 0.8s linear 0s;
            animation: fadeInRight 0.8s linear 0s;
    visibility: visible;
}
.owl-item.active .owl-fadeInUp {
    -webkit-animation: fadeInUp 0.8s linear 0s;
            animation: fadeInUp 0.8s linear 0s;
    visibility: visible;
}
.owl-item.active .owl-fadeInDown {
    -webkit-animation: fadeInDown 0.8s linear 0s;
            animation: fadeInDown 0.8s linear 0s;
    visibility: visible;
}

.flag {
    margin-right: 4px;
}

/* 3.1. HEADER SLIDER NAV */
.header--slider-nav {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
}
.header--slider-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    overflow: hidden;
}
.header--slider-nav ul li {
    float: left;
    border-left: 1px solid #e9e9e9;
    cursor: pointer;
}
.header--slider-nav ul li:hover,
.header--slider-nav ul li.active {
    border-left-color: #6aaf08;
}
.header--slider-nav ul li p {
    position: relative;
    display: block;
    width: 50px;
    height: 48px;
    margin-bottom: 0;
    color: #303030;
    font-size: 0;
    overflow: hidden;
}
.header--slider-nav ul li p:hover,
.header--slider-nav ul li.active p {
    width: 100%;
}
.header--slider-nav ul li p i.fa {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    padding: 14px 0;
    background-color: #fff;
    font-size: 20px;
    line-height: 24px;
    vertical-align: top;
    text-align: center;
}
.header--slider-nav ul li p:hover i.fa,
.header--slider-nav ul li.active p i.fa {
    color: #fff;
    background-color: #6aaf08;
}
.header--slider-nav ul li p span {
    display: block;
    margin-left: 50px;
    padding: 14px 15px;
    background-color: #e9e9e9;
    line-height: 20px;
    vertical-align: top;
    overflow: hidden;
    text-transform: capitalize;
}
.header--slider-nav ul li:hover p span,
.header--slider-nav ul li.active p span {
    font-size: 16px;
}


/* 3.2. HEADER SLIDER CONTROLS */
.header-slider > .owl-controls > .owl-buttons {
    display: none;
}
.header-slider.show-slider-controls > .owl-controls > .owl-buttons {
    display: block;
}

.header-slider > .owl-controls > .owl-buttons > .owl-prev,
.header-slider > .owl-controls > .owl-buttons > .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 5px 20px 5px 20px;
    color: #6aaf08;
    background-color: #fff;
    font-size: 24px;
    line-height: 28px;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.header-slider > .owl-controls > .owl-buttons > .owl-prev:hover,
.header-slider > .owl-controls > .owl-buttons > .owl-next:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.header-slider > .owl-controls > .owl-buttons > .owl-next {
    right: 0;
}

/*------------------------------------*\
    4. CERTIFICATE AREA
\*------------------------------------*/
#certificate {
    padding: 60px 0 80px;
    text-align: center;
}
#certificate .h1 {
    font-weight: 700;
}
.certificate--img img {
    margin: 20px 20px 0;
}

/*------------------------------------*\
    5. DOMAIN SEARCH AREA
\*------------------------------------*/
#offer {
    position: relative;
    padding: 20px 0 30px;
    background-color: #303030;
}
#offer .left-content p {
    margin: -40px 0 -50px;
    padding: 60px 20px 58px;
    color: #fff;
    background-color: #6aaf08;
    font-size: 30px;
    line-height: 34px;
    font-weight: 900;
}
#offer .left-content p span {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

#domainSearchForm .form-control {
    width: 100%;
    border: none;
}
#domainSearchForm input[type="text"].form-control {
    font-size: 18px;
    height: 55px;
    padding: 5px 15px;
    border-radius: 0;
}
#domainSearchForm .select-box {
    position: relative;
    background-color: #fff;
    z-index: 0;
}
#domainSearchForm .select-box:before {
    content: " ";
    position: absolute;
    top: 26px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #303030;
    z-index: -1;
}
#domainSearchForm select.form-control {
    font-size: 18px;
    height: 55px;
    padding: 5px 15px;
    background-color: transparent;
    border-left: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    line-height: 51px;
    -webkit-appearance: none;
       -moz-appearance: none;
}
#domainSearchForm select.form-control option {
    border-right: 2px solid #999;
}
#domainSearchForm button[type="submit"] {
    position: relative;
    background-color: #6aaf08;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    height: 55px;
    padding: 8px 6px 6px;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    z-index: 0;
}
#domainSearchForm button[type="submit"]:focus,
#domainSearchForm button[type="submit"]:hover {
    background-color: #acacac;
    box-shadow: none;
    outline: 0;
}

#offer .right-content {
    padding: 20px 15px 10px;
}
#offer .right-content .domain-ext > div {
    padding: 0 10px;
}
#offer .right-content .extension {
    display: block;
    color: #fff;
    font-weight: 500;
    border-right: 1px dotted #999;
}
#offer .right-content .domain-ext > div:last-child .extension {
    border: none;
}
#offer .right-content .extension span {
    display: block;
    padding-bottom: 5px;
}
#offer .right-content .extension span.name {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 0;
}

.domain--offer {
    position: absolute;
    top: -102px;
    right: -90px;
    padding: 10px;
    color: #fff;
    background-color: #6aaf08;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
}
.domain--offer:before {
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #6aaf08 transparent transparent transparent;
}
.domain--offer.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
}

.domain--offer span {
    display: block;
    padding: 10px 15px;
    border: 1px dashed #fff;
}

/*------------------------------------*\
    6. SINGLE FEATURES AREA
\*------------------------------------*/
.single-feature {
    padding: 80px 0;
}
.single-feature > .container > .row {
    display: table;
}
.single-feature > .container > .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.single-feature--image img.img-responsive {
    margin: 0 auto;
}

.single-feature--content h2 {
    margin: 0 0 15px;
    font-weight: 700;
}
.single-feature--content p {
    color: #737373;
}
.single-feature--content .btn {
    margin-top: 10px;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
}

.single-feature.single-feature-1 {
    color: #303030;
    background-color: #f8f8f8;
    background-position: center;
}

.single-feature-1 .single-feature--content .btn:hover,
.single-feature-1 .single-feature--content .btn:focus {
    color: #303030;
    background-color: #fff;
}

/*------------------------------------*\
    7. FEATURES AREA
\*------------------------------------*/
#features {
    padding: 65px 0;
    /*background: linear-gradient(20deg, #84dafa 0%, #ffffe2 50%, #7fd7ff 100%);*/
    /*background: linear-gradient(10deg, #a5e7ff 0%, #ffe8e8 50%, #bbeaff 100%);*/
    /*background: linear-gradient(20deg, #84dafa 0%, #ffe2e2 50%, #7fd7ff 100%);*/
    background: #fafeff;
}
#features.bg-whitesmoke {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9;
}

.vc--features > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

#features hr {
    margin: 30px 0;
}

.feature-item {
    padding: 20px;
    -webkit-transition: box-shadow .25s;
            transition: box-shadow .25s;
    text-align: center;
}

.feature-item-icon {
    min-height: 55px;
}
.feature-item .feature-item-icon img {
    margin: 0 auto;
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
}
.feature-item:hover .feature-item-icon img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.feature-item.text-center .feature-item-icon img {
    margin: 0 auto;
}
.feature-item-content p {
    margin-bottom: 0;
    font-size: 16px;
}
.feature-item-content h4 {
    font-weight: 700;
    margin: 15px 0;
}
.feature-item-content a.btn {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 12px;
}

/*------------------------------------*\
    8. VPS PRICING AREA
\*------------------------------------*/
#vpsPricing {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
#vpsPricing:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 48, 48, 0.4);
    z-index: -1;
}
#vpsPricing .section-title h2 {
    color: #fff;
}

/* 8.1. VPS SLIDER */
.vps-pricing--slider-holder {
    position: relative;
    padding: 40px 60px;
    background-color: rgba(255,255,255,.9);
    border-radius: 4px;
}

.vps-pricing--slider-holder .pips {
    position: absolute;
    left: 60px;
    right: 60px;
    height: 10px;
    overflow: hidden;
}
.vps-pricing--slider-holder .pip {
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
}
.vps-pricing--slider-holder .pip:first-child {
    margin-left: -5px;
}

.vps-pricing--slider {
    height: 10px;
    background-color: #303030;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
.vps-pricing--slider .ui-slider-range {
    background-color: #303030;
    border-radius: 20px;
}
.vps-pricing--slider .ui-slider-handle {
    left: 33.3333%;
    top: -9px;
    width: auto;
    height: auto;
    margin-left: -7px;
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
}
.vps-pricing--slider .ui-slider-handle:before,
.vps-pricing--slider .ui-slider-handle:after {
    content: " ";
    position: absolute;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
}
.vps-pricing--slider .ui-slider-handle:before {
    top: -15px;
    border-width: 10px 10px 0 10px;
    border-color: #6aaf08 transparent transparent transparent;
}
.vps-pricing--slider .ui-slider-handle:after {
    top: 59px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(255,255,255,.9) transparent;
}
.vps-pricing--slider .ui-slider-handle i.fa {
    position: relative;
    color: #6aaf08;
    font-size: 36px;
    line-height: 40px;
    z-index: 0;
}
.fa-map-marker:after {
    content: " ";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    z-index: -1;
}
.vps-pricing--slider .ui-slider-handle em {
    display: block;
    position: absolute;
    top: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80px;
    padding: 6px 0;
    color: #fff;
    background-color: #6aaf08;
    border-radius: 4px;
    font-style: normal;
    text-align: center;
}

.vps-pricing--features {
    margin-top: 10px;
    background-color: rgba(255,255,255,.9);
    border-radius: 4px;
}
.vps-pricing--feature {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #303030;
    border-right: 1px solid #e9e9e9;
}
.vps-pricing--features > .row > div:nth-last-child(2) {
    border-right: none;
}
.vps-pricing--feature i.fa {
    display: block;
    float: left;
    height: 100%;
    margin-left: 18px;
    color: #3575d3;
    font-size: 40px;
    line-height: 48px;
}
.vps-pricing--feature-img {
    float: left;
    width: 45px;
    margin-left: 18px;
}
.vps-pricing--feature-name,
.vps-pricing--feature-value {
    display: block;
    margin-left: 75px;
}
.vps-pricing--feature-name {
    margin-top: 4px;
    font-weight: 700;
}

.vps-pricing--action-btn {
    margin-top: 14px;
    text-align: right;
}
.vps-pricing--action-btn .btn {
    margin-right: 15px;
    color: #fff;
}
.vps-pricing--action-btn .btn:hover,
.vps-pricing--action-btn .btn:focus {
    box-shadow: none;
    outline: 0;
}

/*------------------------------------*\
    9. SERVICES AREA
\*------------------------------------*/
#services {
    padding: 100px 0 60px;
    overflow: hidden;
}
#services .even {
    margin: 60px 0;
    padding: 60px 0;
    background-color: #f8f8f8;
}
#services .container > .row {
    display: table;
}
#services .container > .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
#services .service-item-img img {
    width: 100%;
}
.service-item-content h2 {
    margin: 0;
    font-weight: 700;
    color: #01ABEF;
}
.service-item-content h2 span {
    display: block;
    font-size: 22px;
    text-indent: 1px;
    font-weight: 500;
    color: #2e3138;
}
.service-item-content > p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.service-item-content .price {
    overflow: hidden;
    margin-top: 25px;
}
.service-item-content .price p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    float: left;
}
.service-item-content .price p span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
}
.service-item-content .price p span em {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    vertical-align: top;
}
.service-item-content .price a.btn {
    margin-left: 30px;
}
#services .container > .row:hover .price a.btn {
    background-color: #01ABEF;
}
#services .container > .row:hover .service-item-content i.fa-check {
    color: #01ABEF;
}

/*------------------------------------*\
    10. TESTIMONIAL AREA
\*------------------------------------*/
#testimonial {
    padding: 80px 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
#testimonial:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 48, 48, 0.8);
    z-index: -1;
}
#testimonial.no-bg:before {
    display: none;
}
#testimonial .section-title h2 {
    color: #fff;
}
.testimonial-item {
    max-width: 750px;
    margin: 0 auto;
}
.recommender-comment p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}
#testimonial.no-bg .recommender-comment p {
    color: #2e3138;
}
.recommender-info {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}
#testimonial.no-bg .recommender-info {
    color: #2e3138;
}
.testimonial-slider .owl-controls {
    text-align: center;
    margin-top: 30px;
}
.testimonial-slider .owl-page {
    width: 10px;
    height: 10px;
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition-property: margin, opacity, height, width;
            transition-property: margin, opacity, height, width;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    z-index: 0;
}
.testimonial-slider .owl-page.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.testimonial-slider .owl-page span {
    display: block;
}
.testimonial-slider .user_avatar {
    margin-bottom: 20px;
}
.testimonial-slider .user_avatar img {
    max-width:100px;
    height:auto;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

/*------------------------------------*\
    11. PRICING AREA
\*------------------------------------*/
#pricing {
    padding: 70px 0;
    position: relative;
    background: linear-gradient(180deg,#fff 0,#c7ddef 53%,#f6f2e4);
    /*background: #caddee;*/
}
/*div#pricing:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: -1;*/
    /*left: 0;*/
    /*top: 0;*/
    /*background-image: url(img/bg_gray.jpg);*/
    /*opacity: 0.4;*/
/*}*/
.pricing-table-item {
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14);
    -webkit-transition: box-shadow .25s ease-in-out;
            transition: box-shadow .25s ease-in-out;
}
.pricing-table-item:hover,
.pricing-table-item.popular {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    z-index: 1;
}
.pt-head {
    padding: 15px 0 0;
    border-top: 5px solid #6aaf08;
    text-align: center;
}
.pt-head .popular-indicator {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 15px 10px 10px;
    color: #fff;
    background-color: #6aaf08;
    font-size: 18px;
    line-height: 22px;
}
.pt-head .caption {
    color: #333;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .12em;
    border-bottom: 1px solid #6aaf08;
    display: inline-block;
    padding: 0 0 5px;
}
.pt-price-tag {
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 700;
}
.pt-price-tag span {
    font-size: 24px;
    font-weight: 500;
}
.pt-plan {
    padding: 20px 0;
    color: #fff;
    background-color: #6aaf08;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
}
.pt-features {
    padding-top: 10px;
    text-align: center;
}
.pt-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}
.pt-features ul li {
    color: #333;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    text-overflow: ellipsis;
    overflow: hidden;
}
.pt-footer {
    text-align: center;
    padding: 0;
}
.pt-footer a.btn {
    width: 100%;
    padding: 13px 0;
    font-size: 18px;
    font-weight: 500;
}

/*------------------------------------*\
    12. BLOG AREA
\*------------------------------------*/
#blog {
    padding: 80px 0 50px;
}
.blog-item {
    margin-bottom: 15px;
}
.blog-item-img,
.blog-page-post-video {
    margin-bottom: 16px;
}
.blog-item-img img {
    width: 100%;
}
.blog-item-content h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}
.blog-item-content h2 a {
    color: #2e3138;
    -webkit-transition: color .25s;
            transition: color .25s;
}
.blog-item-content blockquote {
    color: #6aaf08;
    border-color: #6aaf08;
}
.blog-item-content li {
    color: #6aaf08;
}
.blog-item-content .metadata {
    color: #737373;
    margin: 15px 0 10px;
    font-size: 12px;
}
.blog-item-content .metadata a {
    margin-left: 5px;
    color: inherit;
}
.blog-item-content .metadata a:hover {
    border-bottom: 1px solid #e9e9e9;
}
.blog-item-content .metadata .divider {
    margin: 0 10px;
}

.blog-item:hover .blog-item-content h2 a {
    color: #6aaf08;
}
.blog-item-content p {
    margin-bottom: 12px;
}

/*------------------------------------*\
    13. BRANDS AREA
\*------------------------------------*/
#brands {
    padding: 50px 0;
    border-top: 1px solid #e9e9e9;
}
.brands-slider img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
.brands-slider img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

/*------------------------------------*\
    14. DATACENTER LOCATIONS AREA
\*------------------------------------*/
#datacenterLocations {
    padding: 80px 0 70px;
}

#datacenterLocations .container {
    position: relative;
}

#datacenterLocations img.img-responsive {
    margin: 0 auto;
}

.datacenter-locations {
    position: relative;
}
.datacenter-location-marker {
    position: absolute;
    color: #6aaf08;
    font-size: 34px;
    line-height: 38px;
    cursor: pointer;
}

/*CA, USA*/
.datacenter-location-marker.marker-1 {
    top: 36%;
    left: 17%;
}
/*NYC, USA*/
.datacenter-location-marker.marker-2 {
    top: 29%;
    left: 30%;
}
/*London, UK*/
.datacenter-location-marker.marker-3 {
    top: 25%;
    left: 46%;
}
/*USA Charlotte*/
.datacenter-location-marker.marker-4 {
    top: 39%;
    left: 25.5%;
}
/*Singapore*/
.datacenter-location-marker.marker-5 {
    top: 59%;
    left: 75.7%;
}
/*Germany*/
.datacenter-location-marker.marker-6 {
    top: 28%;
    left: 53%;
}
/*Canada*/
.datacenter-location-marker.marker-7 {
    top: 27.5%;
    left: 25%;
}
/*Bulgaria*/
.datacenter-location-marker.marker-8 {
    top: 30%;
    left: 55%;
}
/*Ukraine*/
.datacenter-location-marker.marker-9 {
    top: 28%;
    left: 57%;
}
/*Netherlands*/
.datacenter-location-marker.marker-10 {
    top: 25%;
    left: 50%;
}

/*------------------------------------*\
    Client area
\*------------------------------------*/



/* --------------------------------

xsigin/signup popup

-------------------------------- */
.cd-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, 0.9);
    z-index: 3;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.cd-user-modal .cd-switcher {
    padding-left: 0;
}
.cd-user-modal.is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-user-modal.is-visible .cd-user-modal-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-user-modal-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFF;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher:after {
    content: "";
    display: table;
    clear: both;
}
.cd-user-modal-container .cd-switcher li {
    width: 50%;
    float: left;
    text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
    border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
    border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d2d8d8;
    color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
    background: #FFF;
    color: #505260;
}
@media only screen and (min-width: 600px) {
    .cd-user-modal-container {
        margin: 4em auto;
    }
    .cd-user-modal-container .cd-switcher a {
        height: 70px;
        line-height: 70px;
    }
}

.cd-form {
    padding: 1.4em;
}
.cd-form .fieldset {
    position: relative;
    margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
    margin-top: 0;
}
.cd-form .fieldset:last-child {
    margin-bottom: 0;
}
.cd-form label {
    font-size: 14px;
    font-size: 0.875rem;
}
.cd-form label.image-replace {
    /* replace text with an icon */
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.cd-form label.cd-username {
    background-image: url("pqcservice.net/img/cd-icon-username.svg");
}
.cd-form label.cd-email {
    background-image: url("pqcservice.net/img/cd-icon-email.svg");
}
.cd-form label.cd-password {
    background-image: url("pqcservice.net/img/cd-icon-password.svg");
}
.cd-form input {
    margin: 0;
    padding: 0;
    border-radius: 0.25em;
}
.cd-form input.full-width {
    width: 100%;
}
.cd-form input.has-padding {
    padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cd-form input.has-border:focus {
    border-color: #343642;
    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    outline: none;
}
.cd-form input.has-error {
    border: 1px solid #d76666;
}
.cd-form input[type=password] {
    /* space left for the HIDE button */
    padding-right: 65px;
}
.cd-form input[type=submit] {
    padding: 16px 0;
    cursor: pointer;
    background: #03a9f4;
    color: #FFF;
    font-weight: bold;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
    /*background: #333;*/
    outline: none;
}
.cd-form .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.875rem;
    color: #343642;
}
.cd-form .cd-error-message {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, 0.9);
    padding: .8em;
    z-index: 2;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
    border-radius: 0.25em;
    /* prevent click and touch events */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
    /* triangle */
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0, visibility 0 0;
    -moz-transition: opacity 0.2s 0, visibility 0 0;
    transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
    .cd-form {
        padding: 2em;
    }
    .cd-form .fieldset {
        margin: 2em 0;
    }
    .cd-form .fieldset:first-child {
        margin-top: 0;
    }
    .cd-form .fieldset:last-child {
        margin-bottom: 0;
    }
    .cd-form input.has-padding {
        padding: 16px 20px 16px 20px;
    }
    .cd-form input[type=submit] {
        padding: 16px 0;
    }
}

.cd-form-message {
    padding: 1.4em 1.4em 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
}
@media only screen and (min-width: 600px) {
    .cd-form-message {
        padding: 2em 2em 0;
    }
}

.cd-form-bottom-message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}
.cd-form-bottom-message a {
    color: #FFF;
    text-decoration: underline;
}

.cd-close-form {
    /* form X button on top right */
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url("pqcservice.net/img/cd-icon-close.svg") no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (min-width: 1170px) {
    .cd-close-form {
        display: none;
    }
}

#cd-login, #cd-signup, #cd-reset-password {
    display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
    display: block;
}



/*------------------------------------*\
    15. FOOTER AREA
\*------------------------------------*/
#footer {
    padding: 40px 0 30px;
    background-color: #303030;
    overflow: hidden;
}
.footer-about {
    color: #fff;
}
.footer-widget h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
}
.footer-widget h4:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #6aaf08;
    bottom: 0px;
}
.footer-about p {
    margin-top: 20px;
    color: #fff;
}
.footer-about a.btn {
    color: #fff;
    margin-top: 5px;
}
.footer-about a.btn:hover {
    color: #fff;
    /*background-color: #fff;*/
}
.footer-widget ul {
    margin: 20px 0 40px;
    padding: 0;
    list-style: none;
}
.footer-widget ul li {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 4px;
}
.footer-widget ul li a {
    color: #fff;
    font-weight: 400;
    -webkit-transition: color .25s;
    transition: color .25s;
    border-bottom: 1px solid rgba(233,233,233,0.8);
    display: block;
    margin: 2px 0;
    padding-bottom: 5px;
}
.footer-widget a:hover,
.footer-widget a:focus {
    color: #fff;
}
.contact-info {
    color: #fff;
    padding: 30px 15px 0;
    border-top: 1px solid #14191B;
}
.contact-info a {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}
.contact-info a:hover,
.contact-info a:focus {
    color: #6aaf08;
}
.contact-info i.fa {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

#subscribeForm {
    margin-top: 25px;
}
#subscribeForm .input-box {
    width: 100%;
    padding: 8px 0 8px 12px;
    border: 1px solid #fff;
    box-shadow: none;
    outline: 0;
}
#subscribeForm .input-box:first-child {
    margin-bottom: 15px;
}
#subscribeForm .input-box.error {
    border-color: #a94442;
}
#subscribeForm .input-box.valid {
    border-color: #3c763d;
}
#subscribeForm .submit-button {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 10px 0;
    color: #fff;
    background-color: #6aaf08;
    border: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: .35s;
            -webkit-transition: .25s;
            transition: .25s;
    outline: 0;
}
#subscribeForm .submit-button:hover {
    color: #2e3138;
    background-color: #fff;
    border-color: #fff;
}

/*------------------------------------*\
    16. COPYRGIHT AREA
\*------------------------------------*/
#copyright {
    padding: 20px 0 18px;
    color: #fff;
    background-color: #222;
    text-align: center;
}
#copyright p {
    margin-bottom: 0;
}
#copyright p.left {
    float: left;
}
#copyright p.right {
    float: right;
    font-weight: 700;
    text-transform: uppercase;
}
#copyright p a {
    display: inline-block;
    margin-top: 5px;
    color: #6aaf08;
    font-weight: 700;
}
#copyright img {
    margin-left: 20px;
    height: 32px;
}

/*------------------------------------*\
    17. GENERAL PAGE STYLES
\*------------------------------------*/
/* 17.1. PAGE TITLE */
#pageTitle {
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 0;
}
#pageTitle:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48,48,48,0.6);
    z-index: -1;
}
#pageTitle .section-title h2 {
    margin: 0 0 50px;
    color: #fff;
}

#pageTitle .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
}
#pageTitle .breadcrumb > li > a {
    -webkit-transition: color .25s ease;
            transition: color .25s ease;
}
#pageTitle .breadcrumb > li > a:hover,
#pageTitle .breadcrumb > li > a:focus,
#pageTitle .breadcrumb > li.active {
    color: #6aaf08;
}

/*------------------------------------*\
    18. SHARED HOSTING PAGE
\*------------------------------------*/
#pricingTable {
    padding: 80px 0;
}

#pricingTable.price-details {
    padding: 0;
}
#pricingTable.price-details > .item {
    padding: 80px 0;
}
#pricingTable.price-details > .item:nth-child(2n) {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9;
}

#pricingTable .pricing-table-item {
    padding: 0;
}
#pricingTable .pricing-table-item.mt-md {
    margin-top: 65px;
}
#pricingTable .pt-features {
    padding: 0;
}
#pricingTable .pricing-table-item.first-child {
    margin-top: 185px;
    font-weight: 700;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14);
    z-index: 0;
}
#pricingTable .pricing-table-item .pt-body {
    border-top: 1px solid #e9e9e9;
}

#pricingTable.price-details .pricing-table-item.first-child {
    margin-top: 73px;
}
#pricingTable.price-details .pricing-table-item.first-child.reset-margin {
    margin: 0;
}
.price-details .pt-head {
    padding-top: 0;
}

/*------------------------------------*\
    19. DOMAINS PAGE
\*------------------------------------*/
.brands-slider .extra-bg {
    background-color: #fff;
    padding: 20px 0;
}
#pricingTable2 {
    padding: 80px 0;
}
#pricingTable2.domains-page {
    background-color: #f8f8f8;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
#pricingTable2 table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}
#pricingTable2 table thead {
    background-color: #6aaf08;
    color: #fff;
}
#pricingTable2 table thead th {
    padding: 15px 0;
}
#pricingTable2 table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
#pricingTable2 table th,
#pricingTable2 table td {
    padding: 10px;
    text-align: center;
}
#pricingTable2 table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#pricingTable2 table tbody td {
    background-color: #fff;
}
#pricingTable2 table tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}
#pricingTable2 table tbody td:first-child {
    font-weight: 700;
    font-size: 18px;
}

/* 19.1. DOMAIN BANNER CONTENT */
.domain-banner-content {
    padding: 20px;
    color: #303030;
    background-color: rgba(255, 255, 255, 0.9);
}

.domain-banner-content p {
    margin: -40px 0;
    padding: 60px 20px 58px;
    color: #fff;
    background-color: #6aaf08;
    font-size: 48px;
    line-height: 52px;
    font-weight: 900;
}
.domain-banner-content p span {
    display: block;
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
}

/*------------------------------------*\
    20. DEDICATED PAGE
\*------------------------------------*/
#compare {
    padding: 60px 0;
    position: relative;
    background: linear-gradient(180deg,#fff 0,#c7ddef 53%,#f6f2e4);
    /*background: #caddee;*/
}
/*div#compare:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: -2;*/
    /*left: 0;*/
    /*top: 0;*/
    /*background-image: url(img/bg_gray.jpg);*/
    /*opacity: 0.4;*/
/*}*/
#compare table {
    width: 100%;
    margin:0;
    padding:0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
}
#compare table thead {
    background-color: #6aaf08;
    color: #fff;
}
#compare table thead th {
    padding: 15px 10px;
}
#compare table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
#compare table th,
#compare table td {
    padding: 10px;
}
#compare table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#compare table tbody tr {
    background-color: #fff;
}
#compare table tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}

/*------------------------------------*\
    21. ABOUT PAGE
\*------------------------------------*/
/* 21.1. ABOUT DESCRIPTION */
.about-description {
    padding: 80px 0;
    /*background: linear-gradient(20deg, #84dafa 0%, #ffe2e2 50%, #7fd7ff 100%);*/
    background: #fafeff;
}
.testimonials_block {
    /*background: linear-gradient(85deg, #84dafa 0%, #ffe2e2 50%, #7fd7ff 100%);*/
    background: linear-gradient(180deg,#fff 0,#c7ddef 53%,#f6f2e4);
}
.about_desc_wrapper p {
    text-indent: 30px;
    font-size: 15px;
}

.pay_item {
    padding-top: 20px;
}
.pay_item:last-child {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
}
.pay_img_wrapper {
    min-height: 90px;
    line-height: 90px;
}
.pay_img_wrapper img {
    width: 170px;
    max-width: 100%;
}
.pay_item h3 {
    font-weight: 600;
    margin-top: 5px;
    display: none;
}
.we_accept_block {
    /*background: url(img/background-img/bg_gray3.png);*/
    background: linear-gradient(180deg,#fff 0,#c7ddef 53%,#f6f2e4);
}
/* 21.2. COUNTER */
.counter {
    position: relative;
    padding: 80px 0;
    background-color: #6aaf08;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.counter-icon {
    margin-bottom: 15px;
}
.counter-icon img {
    margin: 0 auto;
    border-radius: 50%;
}
.counter-holder:hover .counter-icon i.fa {
    border-radius: 50%;
}
.counter-text {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.counter-number {
    margin-bottom: -5px;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}
.counter-number-holder {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
.counter-number-holder .counter-number {
    font-size: 42px;
}

/* 21.3. TEAM */
#team {
    padding: 80px 0;
}
.team-item {
    text-align: center;
}
.team-info h2 {
    margin: 20px 0 5px;
    color: #2e3138;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.team-info p {
    margin: 0;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}
.team-img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.team-img:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .25s;
            transition: -webkit-transform .25s;
            transition: transform .25s;
            transition: transform .25s, -webkit-transform .25s;
}
.team-img:hover:before {
    -webkit-transform: scale(1);
            transform: scale(1);
}
.team-social-links {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) scale(0);
            transform: translate(0, -50%) scale(0);
    width: 100%;
    -webkit-transition: -webkit-transform .25s;
            transition: -webkit-transform .25s;
            transition: transform .25s;
            transition: transform .25s, -webkit-transform .25s;
}
.team-img:hover .team-social-links {
    -webkit-transform: translate(0, -50%) scale(1);
            transform: translate(0, -50%) scale(1);
}
.team-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
.team-social-links ul li {
    display: inline-block;
    margin: 0 2px;
}
.team-social-links ul li a {
    display: block;
    border: 1px solid #fff;
    width: 35px;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease;
            transition: background-color .25s ease-in-out, border-color .25s ease;
}
.team-social-links ul li a:hover,
.team-social-links ul li a:hover {
    background-color: #6aaf08;
    border-color: #6aaf08;
}

/* 21.4. HISTORY */
#history {
    padding: 80px 0 40px;
    /*background-image: url(img/bg_gray3.png);*/
    background: linear-gradient(180deg,#fff 0,#c7ddef 53%,#f6f2e4);
}
.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    font-weight: 300;
}
.timeline:before {
    top: 0;
    bottom: 20px;
    position: absolute;
    content: " ";
    width: 2px;
    background: #ffffff;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    float: left;
    border: 1px solid #37c1ff;;
    background: #ffffff;
    position: relative;
}
.timeline > li:nth-child(odd) > .timeline-panel {
    margin-right: 30px;
}
.timeline > li:nth-child(even) > .timeline-panel {
    margin-left: 30px;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #0092d4;;
    border-right: 0 solid #0092d4;;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 33px;
    right: -12px;
    color: #fff;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline--date {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    color: #fff;
    background-color: #6aaf08;
    text-align: center;
}
.timeline--date p {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    font-weight: 700;
}

.timeline-body {
    margin-left: 80px;
}
.timeline-body > p,
.timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
    font-weight: 400;
}

.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline-inverted .timeline--date {
    left: auto;
    right: 0;
}
.timeline-inverted .timeline-body {
    margin-left: 0;
    margin-right: 80px;
}

/*------------------------------------*\
    22. LOGIN PAGE
\*------------------------------------*/
#login {
    padding: 80px 0;
    background: linear-gradient(180deg,#fff 0,#c7ddef 53%,#f6f2e4);
}
#loginForm {
    padding: 30px;
    background-color: #fff;
    max-width: 360px;
    margin: 0 auto;
    border: 1px solid #bfebff;
}
#loginForm label.checkbox {
    display: block;
    padding-left: 20px;
}
#loginForm p.help-block {
    font-weight: 400;
    font-size: 14px;
    margin: 15px 0 0;
}
#loginForm p.help-block a {
    margin-left: 10px;
    color: #2e3138;
    font-size: 14px;
    font-weight: 700;
}
#loginForm p.help-block a:hover {
    color: #6aaf08;
}
#loginForm p.help-block a i.fa {
    margin-right: 5px;
}
#loginForm label {
    font-weight: 400;
}
#loginForm input.form-control {
    box-shadow: none;
    border-radius: 0;
}
#loginForm input.error {
    border-color: #FF6C3A;
}
#loginForm .submit-button {
    border-radius: 0;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #6aaf08;
    color: #fff;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    outline: 0;
}
/*#loginForm .submit-button:hover {*/
    /*background-color: #2e3138;*/
/*}*/

/*------------------------------------*\
    23. CONTACT PAGE
\*------------------------------------*/
/* 23.1. CONTACT FORM */
#contact {
    padding: 70px 0 80px;
    position: relative;
    background: linear-gradient(180deg,#fff 0,#c7ddef 53%,#f6f2e4);
}
#contact .section-title {
    margin-bottom: 80px;
}
/*#contact:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: -1;*/
    /*left: 0;*/
    /*top: 0;*/
    /*background-image: url(img/bg_gray.jpg);*/
    /*opacity: 0.4;*/
/*}*/
#contactForm {
    padding-left: 50px;
}
#contactForm label {
    font-weight: 400;
}
#contactForm input.form-control {
    border-color: transparent;;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 17px;
    height:45px;
    color: #fff;
}
#contactForm textarea.form-control {
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 17px;
    color: #fff;
}
#contactForm input.error,
#contactForm textarea.error {
    border-color: #FF6C3A;
}
#contactForm input.valid,
#contactForm textarea.valid {
    border-color: #01abef;
}
#contactForm .submit-button {
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
    background-color: #6aaf08;
    color: #fff;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    outline: 0;
}
/*#contactForm .submit-button:hover,*/
/*#contactForm .submit-button:focus {*/
    /*background-color: #2e3138;*/
/*}*/
.contact-address h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
}
.contact-address h2:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #6aaf08;
    bottom: 0px;
}
.contact-address address {
    margin-top: 30px;
}
.contact-address address p {
    margin-bottom: 30px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}
.contact-address address p:last-child {
    margin-bottom: 0;
}
.contact-address address p i.fa {
    font-size: 20px;
    border: 1px solid #737373;
    width: 35px;
    padding: 5px 0;
    margin-right: 10px;
    text-align: center;
}
#contactForm input.form-control::-webkit-input-placeholder { color: #fff; }
#contactForm input.form-control::-moz-placeholder          { color: #fff; } /* Firefox 19+ */
#contactForm input.form-control:-moz-placeholder           { color: #fff; } /* Firefox 18- */
#contactForm input.form-control:-ms-input-placeholder      { color: #fff; }

#contactForm textarea.form-control::-webkit-input-placeholder { color: #fff; }
#contactForm textarea.form-control::-moz-placeholder          { color: #fff; } /* Firefox 19+ */
#contactForm textarea.form-control:-moz-placeholder           { color: #fff; } /* Firefox 18- */
#contactForm textarea.form-control:-ms-input-placeholder      { color: #fff; }
/* 23.2. MAP */
#map {
    height: 400px;
}

/* 23.3. CONTACT SOCIAL LINKS */
.contact-social-links {
    margin-top: 20px;
}
.contact-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.contact-social-links li {
    display: inline-block;
    margin-right: 4px;
}
.contact-social-links li a {
    color: #2e3138;
    border: 1px solid #2e3138;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    text-align: center;
}
.contact-social-links li a:hover,
.contact-social-links li a:focus {
    color: #fff;
    border: 1px solid #6aaf08;
    background: #6aaf08;
}

/*------------------------------------*\
    24. FAQ PAGE
\*------------------------------------*/
#faq {
    padding: 40px 0 70px;
    position: relative;
    background: linear-gradient(180deg,#fff 0,#c7ddef 53%,#f6f2e4);
    /*background: #caddee;*/
}

#faq .section-title.text-left h2 {
    margin-top: 35px;
    margin-bottom: 60px;
}

#faq.bg-whitesmoke {
    position: relative;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9;
}
/*div#faq:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: -1;*/
    /*left: 0;*/
    /*top: 0;*/
    /*background-image: url(img/bg_gray.jpg);*/
    /*opacity: 0.4;*/
/*}*/
.faq-categories {
    margin-bottom: 40px;
}
.faq-categories > ul {
    font-size: 0;
    text-align: center;
}
.faq-categories > ul > li {
    display: inline-block;
}
.faq-categories ul li a img {
    width: 22px;
    margin-right: 5px;
}
.faq-categories ul li a {
    position: relative;
    padding: 12px 25px;
    background-color: rgba(46, 49, 56, 0.8);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: color .25s, background-color .25s;
            transition: color .25s, background-color .25s;
}
.faq-categories ul li a:hover,
.faq-categories ul li.active a {
    color: #fff;
    background-color: #6aaf08;
}
/*.faq-categories ul li a:before {*/
    /*content: " ";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%);*/
            /*transform: translateX(-50%);*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-style: solid;*/
    /*border-width: 12px 12px 0 12px;*/
    /*border-color: #6aaf08 transparent transparent transparent;*/
    /*-webkit-transition: top .55s;*/
            /*transition: top .55s;*/
    /*z-index: -1;*/
/*}*/
/*.faq-categories ul li a:hover:before,*/
/*.faq-categories ul li.active a:before {*/
    /*top: 100%;*/
    /*-webkit-transition: top .25s;*/
            /*transition: top .25s;*/
/*}*/
.faq-content .panel-group {
    margin-bottom: 0;
}
.accordion .panel {
    border-radius: 0;
}
.accordion .panel-heading {
    padding: 0;
}
.accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #6aaf08;
    text-transform: capitalize;
}
.accordion .panel-heading a.collapsed {
    background-color: #2e3138;
}
.accordion .panel-heading a h4 {
    font-weight: 500;
    overflow: hidden;
}
.accordion .panel-heading a h4 i.fa-minus {
    float: right;
    color: #fff;
}
.accordion .panel-heading a.collapsed i.fa-minus:before {
    content: "\f067";
}
.faq-content .accordion .panel-heading a h4 {
    font-weight: 500;
    overflow: initial;
    font-size: 17px;
}
.faq-content .accordion .panel-heading a {
    padding: 19px 15px;
}
/*------------------------------------*\
    25. AFFILIATE PAGE
\*------------------------------------*/
.aCounter {
    padding: 80px 0;
    background-color: #e3dfe8;
    text-align: center;
}
.aCounter-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #01ABEF;
    background-color: #fff;
    font-size: 26px;
    -webkit-transition: .25s;
            transition: .25s;
}
.aCounter-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.aCounter-text {
    margin-bottom: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #303030;
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.aCounter-number-holder {
    color: #303030;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}
.aCounter-number-holder .counter-number {
    color: #303030;
    font-size: 36px;
    line-height: 40px;
}
.affiliate-signup-btn-holder {
    text-align: center;
    margin-top: 60px;
}
.affiliate-signup-btn-holder a {
    width: 140px;
    padding: 10px 0;
}

/*------------------------------------*\
    26. DATACENTER PAGE
\*------------------------------------*/
#map2 {
    height: 400px;
}

/*------------------------------------*\
    27. BLOG PAGE
\*------------------------------------*/
#blog.page {
    padding-bottom: 65px;
}
#blog.page hr {
    margin: 40px 0 60px;
}
.blog-page-post-video.local {
    background-color: #090709;
}
.blog-page-post-audio audio {
    width: 100%;
    margin-bottom: 10px;
}

.widget.search .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #f8f8f8;
    height: auto;
    padding: 10px 12px;
}
.widget.search .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #6aaf08;
    color: #fff;
    cursor: pointer;
    padding: 0px 15px;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.widget.search .input-group-addon:hover {
    background-color: #2E3138;
}
.widget.search .input-group-addon > button {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: 0;
}

.widget {
    padding-bottom: 50px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 50px;
}
.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: none;
}

.widget-title {
    color: #2e3138;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.widget-title:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #6aaf08;
    bottom: 0px;
}

.widget.recent-items .footer-thumb .row-holder {
    margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.widget.recent-items .footer-thumb .row-holder:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.widget.recent-items .left-col img {
    border-color: #e9e9e9;
}
.widget.recent-items a.footer-thumb-link {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}
.widget.recent-items a.footer-thumb-link:hover,
.widget.recent-items a.footer-thumb-link:focus {
    color: #6aaf08;
}
.widget.recent-items .footer-thumb-text {
    color: #999;
}
.widget.recent-items span.footer-thumb-date {
    color: #666;
    font-weight: 300;
}

.widget.categories ul,
.archives ul,
.tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.categories li,
.widget.tags li,
.archives li {
    position: relative;
    padding: 16px 0 0;
    cursor: pointer;
}
.widget.tags li {
    display: inline-block;
    padding: 20px 25px 0 0;
}
.widget.recent-items .footer-thumb .row-holder .left-col img {
    margin-bottom: 15px;
    margin-top: 20px;
}
.widget.categories li a,
.widget.tags li a,
.widget.archives li a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    color: #666;
}
.widget.categories li:hover a,
.widget.tags li:hover a,
.widget.archives li:hover a {
    color: #6aaf08;
}

#sidebarTwitter {
    margin-top: 25px;
    max-height: 270px;
    border: 1px solid #e9e9e9;
    overflow: auto;
}

/*------------------------------------*\
    28. BLOG DETAILS PAGE
\*------------------------------------*/
.blog-item.full-post .post-category-text {
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 0;
    font-weight: 700;
}
.blog-item.full-post .category-link {
    color: #737373;
    font-weight: 500;
    margin-left: 10px;
}
.blog-item.full-post:hover a.btn-custom {
    background-color: transparent;
}
.blog-item.full-post:hover a.btn-custom:hover {
    background-color: transparent;
    color: #6aaf08;
}
.blog-item.full-post .tags li {
    display: inline-block;
}
.blog-item.full-post .tags li a {
    color: #2e3138;
    background-color: transparent;
    font-weight: 500;
    text-transform: lowercase;
    padding: 15px 15px 15px 0;
}
.blog-item.full-post .tags li strong {
    margin-right: 15px;
}
.blog-item.full-post .post-author-metadata {
    background-color: #e9e9e9;
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-item.full-post .post-author-metadata a {
    color: #2e3138;
    margin-left: 15px;
    font-weight: 500;
}
.blog-item.full-post .post-author-metadata a:hover {
    color: #6aaf08;
}

.post-social-links {
    margin-top: 20px;
}
.post-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right;
}
.post-social-links li {
    display: inline-block;
    margin: 0 2px;
}
.post-social-links li a {
    color: #2e3138;
    border: 1px solid #2e3138;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    text-align: center;
    -webkit-transition: color .25s, border .25s, background .25s;
            transition: color .25s, border .25s, background .25s;
}
.post-social-links li a:hover {
    color: #fff;
    background-color: #6aaf08;
    border: 1px solid #6aaf08;
}

.post-comments-title {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.post-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}
.post-comments ul li {
    margin: 25px 0;
}
.comment-thumb a {
    overflow: hidden;
    color: #6aaf08;
    font-weight: 500;
}
.comment-thumb {
    margin-bottom: 15px;
    overflow: hidden;
}
.comment-meta {
    margin-top: 15px;
    margin-left: 15px;
}
a.comment-reply {
    background: #6aaf08;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
}
a.comment-reply:hover,
a.comment-reply:focus {
    color: #fff;
    box-shadow: none;
}
.single-comment {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
}

.post-comment-form {
    padding-top: 50px;
    margin-top: -26px;
}
.post-comment-form-group .form-control {
    border-radius: 0;
    margin-top: 20px;
    box-shadow: none;
    resize: none;
}
.post-comment-form-group .form-control.submit-btn {
    width: auto;
    height: auto;
    padding: 10px 40px;
    background: #6aaf08;
    border-color: #6aaf08;
    color: #fff;
    font-weight: 500;
    -webkit-transition: .25s;
            transition: .25s;
}
.post-comment-form-group .form-control.submit-btn:hover {
    background: #2e3138;
    border-color: #2e3138;
    color: #fff;
}
.post-comment-form-group .form-control.error {
    border-color: #FF6C3A;
}

/*------------------------------------*\
    29. 404 PAGE
\*------------------------------------*/
#f0f {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 0;
    height: 100%;
}
#f0f:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 48, 48, 0.6);
    z-index: -1;
}
#f0f > .container,
#f0f > .container > .row,
#f0f > .container > .row > div {
    height: 100%;
}
#f0f .section-title h2 {
    margin: 0 0 50px;
    color: #fff;
    font-size: 120px;
}
#f0f .section-title h2:before {
    display: none;
}
#f0f .description p {
    color: #fff;
    margin: 70px 0 30px;
    font-size: 20px;
    font-weight: 500;
}
#f0f a.btn {
    padding: 10px 30px;
}

#f0f .widget.search {
    max-width: 320px;
    margin: 0 auto 30px;
    padding-bottom: 0;
    border-bottom: none;
}

/*------------------------------------*\
    30. HELPER CLASSES
\*------------------------------------*/
/* 30.1. RESET-GUTTER */
.reset-gutter {
    margin-left: 0;
    margin-right: 0;
}
.reset-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/* 30.2. RESET-MARGIN */
.reset-margin {
    margin-right: 0;
    margin-left: 0;
}

/* 30.3. RESET-PADDING */
.reset-padding {
    padding-right: 0;
    padding-left: 0;
}

/* 30.4. VERTICAL-CENTERING */
.vc-parent {
    width: 100%;
    height: 100%;
    display: table;
}
.vc-child {
    display: table-cell;
    vertical-align: middle;
}
