@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Preloader
3. Link
4. Top Header
5. Navigations
6. Slider
7. Title Areas
8. Hero Text
9. What we do
10. Search Domain 01
11. Search Domain 02
12. Cloud Services
13. Pricing Table 01
14. Pricint Table 02
15. Pricint Table 03
16. All plan included
17. Clound box Contents
18. One Click
19. Core Features
20. Features 02
21. FUNFACTS
22. What we Offers
23. Cloud TEAM
24. Cloud Clients
25. Build your Site
26. Latest News/Blog
27. Welcome 02
28. Why to Choose
29. FAQs
30. FAQs 01
31. FAQs 02
32. How to register domain
33. Build free Website
34. Testimonials 
35. Clients
36. Inner Banner
37. Half image & Half text section
38. Coming Soon
39. Error 404
40. Button
41. Newsletter 02
42. Contact Info
43. Site Footer 
44. Scroll up
45. No Gutter
30. Parallax
31. Backgrounds
32. Media Queries

-------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #646c7e;
    line-height: 24px;
}
/* ---------------------------------------------------------------------- PRELOADER STARTS ------------------ */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should be a color other than white */    
    z-index: 9999999;
    /* makes sure it stays on top */
}
#status {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background: #FFF;
    height: 36px;
    width: 36px;
    margin-left: -18px;
    margin-top: -18px;
}
/* ---------------------------------------------------------------------- PRELOADER ENDS ------------------ */
/* ---------------------------------------------------------------------- LINE STARTS ------------------ */

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #0084ff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------------------------- LINE ENDS ------------------ */
/* ---------------------------------------------------------------------- TOP HEADER STARTS ------------------ */

.top-header {
    background-color: #fafbfc;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-header.transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999999;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-header ul.links {
    margin: 0px;
    padding: 0px;
}
.top-header ul.links li {
    display: inline-block;
    font-size: 12px;
    color: #c2c2c2;
    list-style-type: none;
    padding-right: 20px;
}
.top-header ul.links li a {
    color: #c2c2c2;
    text-decoration: none;
}
.top-header ul.links li a i {
    color: #0084ff;
    padding-right: 4px;
    font-size: 12px;
    text-decoration: none;
}
.top-header ul.links li a:hover {
    color: #b2b2b2;
    text-decoration: none;
}
.top-header ul {
    padding: 0px;
    margin: 0px;
}
.top-header ul li {
    display: inline-block;
    padding: 0 5px;
    border: none;
}
.top-header .lang {
    height: 20px;
    padding: 0;
}
.top-header .lang #lang_select {
    height: 13px;
}
.top-header .lang #lang_select a.lang_select_sel {
    background-color: transparent;
    line-height: 1;
}
.top-header .lang #lang_select > ul {
    height: 13px;
}
.top-header .lang #lang_select > ul > li {
    padding: 0 !important;
    height: 26px;
    position: relative;
}
.top-header .lang #lang_select ul ul {
    top: 100%;
    z-index: 99999999;
    left: 0;
    width: 120px;
    height: auto;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.top-header .lang #lang_select ul ul li {
    width: 120px;
    border-top: none;
    padding: 0 10px;
}
.top-header .lang #lang_select ul ul li a {
    padding: 4px 0;
    border: none;
    display: block;
}
.top-header .lang #lang_select ul ul li a:hover {
    color: #2d3035;
    background-color: #fff;
}
.top-header .lang #lang_select img.iclflag {
    top: 0;
    padding-right: 5px;
}
.top-header .lang #lang_select > ul > li {
    border: none;
    width: auto;
}
.top-header .lang #lang_select > ul > li:hover ul {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.top-header .lang #lang_select > ul > li > a,
.top-header .lang #lang_select > ul > li > a:visited {
    border: none;
    padding-left: 0;
    background: none;
    position: relative;
}
.top-header .lang #lang_select > ul > li > a:hover:after,
.top-header .lang #lang_select > ul > li > a:visited:hover:after {
    color: #0084ff;
}
.top-header .lang #lang_select > ul > li > a:after,
.top-header .lang #lang_select > ul > li > a:visited:after {
    content: '\f0d7';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-left: 5px;
    color: #8f8f8f;
    position: absolute;
    right: -20px;
    top: 2px;
}
.top-header ul.social-icons {
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.top-header ul.social-icons li {
    font-size: 12px;
    color: #8f8f8f;
    display: inline-block;
    list-style-type: none;
    padding-left: 8px;
    text-align: center;
}
.top-header ul.social-icons li a {
    color: #8f8f8f;
}
.top-header ul.social-icons li a:hover {
    color: #0084ff;
}
.top-header-02 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.top-header-02 ul.links {
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.top-header-02 ul.links li {
    display: inline-block;
    font-size: 12px;
    color: #071337;
    list-style-type: none;
    padding-right: 20px;
}
.top-header-02 ul.links li a {
    color: #071337;
    text-decoration: none;
}
.top-header-02 ul.links li a i {
    color: #0084ff;
    padding-right: 4px;
    font-size: 16px;
    text-decoration: none;
}
.top-header-02 ul.links li a:hover {
    color: #b2b2b2;
    text-decoration: none;
}
.top-header-02 .button {
    text-align: right;
}
.top-header-02 .navbar-brand {
    float: left;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
}
/* ---------------------------------------------------------------------- TOP HEADER STARTS ------------------ */
/* ---------------------------------------------------------------------- NAVIGATION ENDS ------------------ */

nav.transparent.normal {
    background: rgba(20, 20, 20, 0);
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
nav.transparent.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(2, 2, 30, 0.9);
    z-index: 999999;
}
nav.colored.normal {
    background: rgba(142, 205, 78, 0.9);
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
nav.colored.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(142, 205, 78, 0.9);
    z-index: 999999;
}
.navbar {
    position: relative;
    /*min-height: 100px;*/
    
    margin-bottom: 0px;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#navigation {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 9999;
    border-bottom: 1px solid #f5f5f5;
}
.navbar {
    border-radius: 0px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #0084ff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #071337;
}
.navbar-nav>li>a {
    padding-top: 32px;
    padding-bottom: 28px;
    text-transform: uppercase;
    color: #071337;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #0084ff;
    background-color: transparent
}
.navbar-default .navbar-nav > li a i {
    font-size: 20px;
    color: #0084ff;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}
.navbar-default .navbar-nav > li a:hover i {
    opacity: 0.8;
}
.searchlink {
    display: block;
    position: relative;
    color: #0084ff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    height: 80px;
    line-height: 85px;
    margin-left: 15px;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}
.searchlink:hover,
.searchlink.open {
    color: #ccc;
}
.searchlink.open > .searchform {
    display: block;
}
/** search field **/

.searchform {
    display: none;
    position: absolute;
    width: 300px;
    height: 50px;
    line-height: 30px;
    top: 78px;
    right: -25px;
    padding: 0 15px;
    cursor: default;
    z-index: 10;
}
.searchform:hover i {
    color: #000;
}
.searchlink.open .searchform {
    display: block;
}
#search {
    display: block;
    position: relative;
    font-size: 16px;
}
#s {
    width: 270px;
    background: #f5f5f5;
    padding: 8px 11px;
    border: 0;
    color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.sbtn {
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    background: none;
    border: none;
    color: #bcbcbc;
    font-size: 20px;
    cursor: pointer;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 12px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 12px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #0084ff;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #0084ff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #0084ff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #0084ff;
    background-color: transparent;
}
.navbar-logo-2 {
    margin: 0;
    border: none;
}
.navbar-logo-2 .logo img {
    margin: 25px 0;
    display: block;
}
.live-chat-widget {
    display: block;
}
.live-chat-widget {
    position: relative;
}
.live-chat-widget .lc-left {
    position: absolute;
    top: 65px;
    right: 40%;
    width: 200px;
}
.live-chat-widget .lc-right {
    margin-top: -15px;
    margin-bottom: -60px;
}
.live-chat-widget:after {
    content: '';
    position: absolute;
    top: 70px;
    right: 0px;
    border-top: 20px solid #0084ff;
    border-bottom: 6px solid transparent;
    border-right: 25px solid #0084ff;
    border-left: 75px solid transparent;
    z-index: 9;
}
.live-chat-widget .lc-left {
    float: left;
    text-align: right;
    padding-right: 30px;
}
.live-chat-widget .lc-left .lc-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}
.live-chat-widget .lc-left .lc-title i {
    color: #0084ff;
    padding-right: 5px;
}
.live-chat-widget .lc-left .lc-number {
    font-size: 22px;
    color: #071337;
    font-weight: 700;
    letter-spacing: 2px;
}
.live-chat-widget .lc-right {
    float: right;
    width: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0084ff;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.live-chat-widget .lc-right a {
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.live-chat-widget .lc-right a i {
    display: block;
    font-size: 21px;
    margin-bottom: 10px;
}
.navbar-inverse.primary-bg .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse.primary-bg .navbar-nav>.active>a,
.navbar-inverse.primary-bg .navbar-nav>.active>a:focus,
.navbar-inverse.primary-bg .navbar-nav>.active>a:hover {
    color: #fff;
}
.navbar-inverse.primary-bg .navbar-nav>.active>a,
.navbar-inverse.primary-bg .navbar-nav>.active>a:focus,
.navbar-inverse.primary-bg .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse.primary-bg .navbar-nav>.open>a,
.navbar-inverse.primary-bg .navbar-nav>.open>a:focus,
.navbar-inverse.primary-bg .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse.primary-bg .navbar-nav>li>a:focus,
.navbar-inverse.primary-bg .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.search {
    margin-top: 20px;
}
.search .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
}
.search .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}
.search .form-inline .input-group input {
    font-size: 11px;
    padding: 6px;
    letter-spacing: 3px;
    border-radius: 0px;
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e0e0e0;
    border-bottom-color: #e0e0e0;
    border-left-color: #e0e0e0;
    border-right-width: 0px;
    border-right-style: solid;
}
.search .form-inline .input-group .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #0084ff;
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #e0e0e0;
    border-right-color: #e0e0e0;
    border-bottom-color: #e0e0e0;
}
#search {
    display: block;
    position: relative;
    font-size: 16px;
}
#s {
    width: 270px;
    background: #f5f5f5;
    padding: 8px 11px;
    border: 0;
    color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.sbtn {
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    background: none;
    border: none;
    color: #bcbcbc;
    font-size: 20px;
    cursor: pointer;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #0084ff;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #0084ff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #0084ff!important;
    text-decoration: none;
    background-color: #fff!important;
}
nav.fill-black.normal {
    background: rgba(20, 20, 20, 0);
    position: fixed;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
nav.fill-black.sticky {
    position: fixed;
    width: 100%;
    background: rgba(20, 20, 20, 1);
    z-index: 999999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* ---------------------------------------------------------------------- NAVIGATION ENDS ------------------ */
/* ---------------------------------------------------------------------- SLIDER STARTS ------------------ */

.tp-caption.ch-home1-title1,
.ch-home1-title1 {
    color: rgba(255, 255, 255, 1.00);
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: Poppins;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 2px;
}
.tp-caption.ch-home1-title-2,
.ch-home1-title-2 {
    color: rgba(255, 255, 255, 1.00);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    font-family: ;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 6px;
}
.rev_slider .ch-home2-pricing .sl-pricing i {
    color: #0084ff;
}
.tp-caption.ch-home2-pricing,
.ch-home2-pricing {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-family: ;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
}
.tp-caption.ch-home1-btn-1,
.ch-home1-btn-1 {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: Poppins;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
}
.tp-caption.ch-home1-btn-2,
.ch-home1-btn-2 {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 33px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins;
    padding: 0px 5px 0px 5px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
}
/* ---------------------------------------------------------------------- SLIDER ENDS ------------------ */
/* ---------------------------------------------------------------------- INNER BANNER STARTS ------------------ */

.title-area {
    text-align: center;
    padding: 135px 0 135px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.title-area h1 {
    color: #fff;
}
.title-area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}
.title-area .title-area-content {
    position: relative;
    z-index: 1;
}
.inner-banner h1 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1;
}
ol.breadcrumb {
    padding: 0px;
    margin: 0px;
}
ol.breadcrumb li a {
    color: #0084ff!important;
}
.image-1 {
    background-image: url(../images/inner-banner/1.jpg);
    background-position: center center;
}
.image-2 {
    background-image: url(../images/inner-banner/2.jpg);
    background-position: center center;
}
.image-3 {
    background-image: url(../images/inner-banner/3.jpg);
    background-position: center center;
}
.image-4 {
    background-image: url(../images/inner-banner/4.jpg);
    background-position: center center;
}
.image-5 {
    background-image: url(../images/inner-banner/5.jpg);
    background-position: center center;
}
.image-6 {
    background-image: url(../images/inner-banner/6.jpg);
    background-position: center center;
}
.image-7 {
    background-image: url(../images/inner-banner/7.jpg);
    background-position: center center;
}
.image-8 {
    background-image: url(../images/inner-banner/8.jpg);
    background-position: center center;
}
/* ---------------------------------------------------------------------- INNER BANNER ENDS ------------------ */
/* ---------------------------------------------------------------------- HERO TEXT STARTS ------------------ */

.hero-text {
    margin-bottom: 40px;
}
.hero-text .heading-line {
    border-top: 2px solid #0084ff;
    height: 20px;
    position: relative;
    width: 50px;
}

.hero-text.text-center .heading-line {
    position: static;
    margin: 0 auto 30px;
    text-align: center;
    left: 0;
    right: 0;
}

.hero-text h1 {
    color: #071337;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0 0 25px;
}
.hero-text .description {
    color: #8f8f8f;
    font-size: 13px;
}

.hero-text  .hero-btn {
	color: #fff;
    border: 2px solid #0084ff;
    background-color: #0084ff;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0px;
	text-align:center;
}
.hero-text  .hero-btn:hover {
    text-decoration: none;
    border: 2px solid #071337;
    background-color: #071337;
    color: #fff;
}

.hero-text label {
	padding-top: 20px;
}
/* ---------------------------------------------------------------------- HERO TEXT ENDS ------------------ */
/* ---------------------------------------------------------------------- WHAT WE DO STARTS ------------------ */

.what-we-do {
    padding-top: 100px;
    padding-bottom: 100px;
}
.what-we-do .block {
    background-color: #f6f6f6;
    position: relative;
    text-align: center;
    padding: 30px 20px;
    transition: all 0.8s;
    margin-left: 10px;
    margin-right: 10px;
}
.what-we-do .block .cloud-icon {
    color: #fff;
    font-size: 36px;
    width: 85px;
    height: 85px;
    display: inline-block;
    line-height: 85px;
    background-color: #071337;
    border-radius: 50%;
    transition: all 0.9s;
}
.what-we-do .block .b-title {
    color: #071337;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 5px;
    transition: all 0.9s;
}
.what-we-do .block p {
    padding-bottom: 15px;
}
.what-we-do .block .button {
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    border-radius: 0;
}
.what-we-do .block .button:hover,
.what-we-do .block .button:active,
.what-we-do .block .button:focus {
    background-color: #0084ff;
    color: #fff;
    text-decoration: none;
}
.what-we-do .block:hover {
    background-color: #0084ff;
    color: #fff;
}
.what-we-do .block:hover .cloud-icon {
    background-color: #fff;
    color: #071337;
}
.what-we-do .block:hover .b-title {
    color: #fff;
}
.what-we-do .block:hover .button {
    background-color: #fff;
    color: #071337;
}
.what-we-do .owl-theme .owl-controls {
    position: absolute;
    bottom: 60px;
}
.what-we-do .owl-controls .owl-buttons div {
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 17px;
    color: #fff;
    background-color: #071337;
    border-radius: 100%;
    margin-top: 0;
}
.what-we-do .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0;
}
.what-we-do .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    z-index: 10;
    left: -70px;
    top: 0;
}
/* ---------------------------------------------------------------------- WHAT WE DO ENDS ------------------ */
/* ---------------------------------------------------------------------- SEARCH DOMAIN 01 STARTS ------------------ */

.search-domain {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.search-domain .heading-line {
    margin: 0 auto 30px!important;
}
.search-domain .hero-text h1 {
    color: #fff;
}
.text-center {
    text-align: center;
}
.search-domain-tabs .tab-content {
    margin-top: 30px;
}
.search-domain-tabs .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 90%;
}
.search-domain-tabs .form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 0px;
    border-bottom: 1px solid #5b5b5b;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.search-domain-tabs .btn-default {
    color: #fff;
    background-color: #0084ff;
    border: 0px;
    border-bottom: 0px solid #71b4e6;
    border-radius: 0px;
}
.search-domain-tabs .btn {
    width: 59px;
    height: 54px;
    background-color: #0084ff;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 21px;
    float: right;
    border-radius: 0px;
}
.search-domain-tabs select {
    background-color: transparent;
    border-bottom: 1px solid #5b5b5b!important;
}
.search-domain-tabs select {
    padding-left: 20px;
    height: 54px;
    padding-top: 8px;
    width: 100%;
    text-transform: uppercase;
    border: none;
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
}
.nav-center {
    text-align: center;
}
.nav-center ul.nav {
    display: inline-block;
}
.nav-center ul.nav li {
    display: inline a;
    display-float: left;
}
.nav-pills>li>a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    letter-spacing: 1px;
}
.nav-pills>li>a .cloud-icon {
    font-size: 40px;
    margin-bottom: 20px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    font-size: 14px;
    font-weight: 600;
    color: #0084ff;
    background-color: transparent;
    letter-spacing: 1px;
}
.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
    font-size: 14px;
    font-weight: 600;
    color: #0084ff;
    background-color: transparent;
    letter-spacing: 1px;
}
/* ---------------------------------------------------------------------- SEARCH DOMAIN 01 ENDS ------------------ */
/* ---------------------------------------------------------------------- SEARCH DOMAIN 02 STARTS ------------------ */

.search-domain-02 {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.search-domain-02 .col-domain {
    position: relative;
    font-size: 13px;
}
.search-domain-02 .col-domain .col-domain-text {
    width: 100%;
    padding-right: 190px;
}
.search-domain-02 .col-domain .col-domain-text .domain-text {
    width: 100%;
    height: 54px;
    line-height: 56px;
    text-transform: uppercase;
    background-color: #fff;
    padding-left: 20px;
    border: none;
}
.search-domain-02 .col-domain .col-domain-text .domain-text:focus {
    outline: none;
}
.search-domain-02 .col-domain .col-options {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    text-transform: uppercase;
}
.search-domain-02 .col-domain .col-options .col-select {
    position: relative;
    float: left;
    width: 131px;
    border-left: 1px solid #eeeeee;
}
.search-domain-02 .col-domain .col-options .col-select select {
    padding-left: 20px;
    height: 54px;
    padding-top: 8px;
    width: 100%;
    text-transform: uppercase;
    border: none;
    appearance: button;
    -moz-appearance: button;
    /* Firefox */
    
    -webkit-appearance: button;
}
.search-domain-02 .col-domain .col-options .col-select select:focus {
    outline: none;
}
.search-domain-02 .col-domain .col-options .col-select:after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    right: 20px;
    top: 21px;
}
.search-domain-02 .col-domain .col-options .btn-search {
    width: 59px;
    height: 54px;
    line-height: 54px;
    background-color: #071337;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 21px;
    float: right;
    cursor: pointer;
}
.search-domain-02 .col-domain .col-options .btn-search:focus {
    outline: none;
}
.search-domain-02 .ch-domain-results {
    padding-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.search-domain-02 .ch-domain-results .col-domain-loading {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #071337;
}
.search-domain-02 .ch-domain-results .col-domain-loading.loaded {
    display: none;
}
.search-domain-02 .ch-domain-results .col-domain-content {
    position: relative;
    transition: 0.5s;
    opacity: 0;
    height: 0;
}
.search-domain-02 .ch-domain-results .col-domain-content .domain-name {
    background-color: #071337;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}
.search-domain-02 .ch-domain-results .col-domain-content .domain-content {
    background-color: #fff;
    padding: 25px 5px;
    text-align: center;
    text-transform: uppercase;
}
.search-domain-02 .ch-domain-results .col-domain-content .domain-only,
.search-domain-02 .ch-domain-results .col-domain-content .domain-year {
    font-size: 11px;
    padding-bottom: 5px;
    font-weight: 500;
}
.search-domain-02 .ch-domain-results .col-domain-content .domain-price {
    font-size: 46px;
    color: #071337;
    position: relative;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}
.search-domain-02 .ch-domain-results .col-domain-content .domain-price span {
    font-size: 21px;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: -13px;
}
.search-domain-02 .ch-domain-results .col-domain-content .btn-domain-cart {
    margin-top: 15px;
    font-size: 16px;
    color: #071337;
    display: block;
}
.search-domain-02 .ch-domain-results .col-domain-content .reason {
    position: absolute;
    top: -15px;
    right: 5px;
    height: 45px;
    line-height: 45px;
    min-width: 45px;
    padding: 0 5px;
    border-radius: 100%;
    background-color: #dc1e15;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.search-domain-02 .ch-domain-results .col-domain-content .info-detail {
    display: none;
}
.search-domain-02 .ch-domain-results .col-domain-content.loaded {
    opacity: 1;
    height: 100%;
}
.search-domain-02 .ch-domain-results .col-domain-content.available .btn-domain-cart.loading i:before {
    content: "\f110";
}
.search-domain-02 .ch-domain-results .col-domain-content.unavailable .btn-domain-cart i:before,
.search-domain-02 .ch-domain-results .col-domain-content.error .btn-domain-cart i:before {
    content: "\f0ec";
}
.search-domain-02 .ch-domain-results .col-domain-content.unavailable .btn-domain-cart.loading i:before,
.search-domain-02 .ch-domain-results .col-domain-content.error .btn-domain-cart.loading i:before {
    content: "\f110";
}
.search-domain-02 .ch-domain-results .col-domain-content.unavailable .domain-name,
.search-domain-02 .ch-domain-results .col-domain-content.error .domain-name {
    background-color: #d9d9d9;
    color: #9b9b9b;
}
.search-domain-02 .ch-domain-results .col-domain-content:hover .btn-domain-cart {
    color: #0084ff;
}
.search-domain-02 .ch-domain-results .col-domain-content:hover .domain-name {
    background-color: #0084ff;
    color: #fff;
}
.search-domain-02 .ch-domain-more {
    clear: both;
    transition: 0.9s;
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    border-radius: 0;
    margin-top: 60px;
    display: none;
}
.search-domain-02 .ch-domain-more:hover,
.search-domain-02 .ch-domain-more:active,
.search-domain-02 .ch-domain-more:focus {
    background-color: #0084ff;
    color: #fff;
}
.search-domain-02 .ch-domain-more.show {
    display: inline-block !important;
}
.search-domain-02.dark-skin .col-domain .col-domain-text {
    padding-right: 285px;
}
.search-domain-02.dark-skin .col-domain .col-domain-text .domain-text {
    background-color: transparent;
    border-bottom: 1px solid #5b5b5b;
}
.search-domain-02.dark-skin .col-domain .col-options {
    width: 255px;
}
.search-domain-02.dark-skin .col-domain .col-options .col-select {
    border-left-color: transparent;
    width: 165px;
}
.search-domain-02.dark-skin .col-domain .col-options .col-select select {
    background-color: transparent;
    border-bottom: 1px solid #5b5b5b;
}
.search-domain-02.dark-skin .col-domain .col-options .btn-search {
    background-color: #0084ff;
}
.search-domain-02.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
    background-color: #0084ff;
    color: #fff;
}
.search-domain-02.dark-skin .ch-domain-results .col-domain-loading {
    color: #8f8f8f;
}
.search-domain-02.dark-skin .ch-domain-more {
    background-color: #0084ff;
}
/* ---------------------------------------------------------------------- SEARCH DOMAIN 02 ENDS ------------------ */
/* ---------------------------------------------------------------------- SERVICES STARTS ------------------ */

.cloud-service {
    padding-top: 70px;
    padding-bottom: 70px;
}
.cloud-service .block{
    padding-top: 30px;
    padding-bottom: 30px;
}
.cloud-service .service-info {
    position: relative;
}
.cloud-service .service-info .service-title {
    font-size: 16px;
    font-weight: 600;
    color: #071337;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    padding: 10px 0 15px 0;
}
.cloud-service .service-info .service-link {
    position: absolute;
    height: 100%;
    width: 100%;
}
.cloud-service .service-desc {
    font-size: 13px;
}
/* ---------------------------------------------------------------------- SERVICES ENDS ------------------ */
/* ---------------------------------------------------------------------- PRICING TABLE 01 STARTS ------------------ */

.pricing-table-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pricing-table-1 .heading-line {
    margin: 0 auto 30px!important;
}
.cloud-pricing-1 {
    text-align: center;
}
.cloud-pricing-1 .pricing-title {
    background-color: #071337;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    padding: 30px 10px 30px 10px;
    position: relative;
}
.cloud-pricing-1 .pricing-title:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #071337;
    border-width: 12px;
    margin-left: -12px;
}
.cloud-pricing-1 .pricing-box {
    border: 1px solid #eee;
    padding-bottom: 40px;
}
.cloud-pricing-1 .pricing-box .pricing-info {
    background-color: #f6f6f6;
    padding: 35px 20px 30px 20px;
}
.cloud-pricing-1 .pricing-box .pricing-info .p-only {
    font-size: 11px;
    color: #8f8f8f;
    font-weight: 500;
    text-transform: uppercase;
}
.cloud-pricing-1 .pricing-box .pricing-info .p-money {
    margin: 0 auto;
    display: table;
    padding: 5px 10px 0px 10px;
    font-family: Poppins, Arial, sans-serif;
    color: #071337;
}
.cloud-pricing-1 .pricing-box .pricing-info .p-money .p-unit {
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    float: left;
    padding-right: 5px;
}
.cloud-pricing-1 .pricing-box .pricing-info .p-money .p-price {
    font-size: 46px;
    font-weight: 700;
    float: left;
    line-height: 1;
}
.cloud-pricing-1 .pricing-box .pricing-info .p-duration {
    display: block;
    font-size: 11px;
    font-family: Poppins, Arial, sans-serif;
    color: #8f8f8f;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}
.cloud-pricing-1 .pricing-box .pricing-desc {
    background-color: transparent;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #8f8f8f;
}
.cloud-pricing-1 .pricing-box .pricing-desc ul {
    padding: 0px;
    margin-bottom: 10px;
}
.cloud-pricing-1 .pricing-box .pricing-desc ul li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.cloud-pricing-1 .pricing-box .pricing-desc ul li:last-child {
    border-bottom: none;
}
.cloud-pricing-1 .pricing-box .button {
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    border-radius: 0;
}
.cloud-pricing-1 .pricing-box .button:hover,
.cloud-pricing-1 .pricing-box .button:active,
.cloud-pricing-1 .pricing-box .button:focus {
    background-color: #0084ff;
    color: #fff;
}
.cloud-pricing-1.featured .pricing-title {
    background-color: #0084ff;
}
.cloud-pricing-1.featured .pricing-title:after {
    border-top-color: #0084ff;
}
.cloud-pricing-1.featured .button {
    background-color: #0084ff;
    border-color: #0084ff;
}
/* ---------------------------------------------------------------------- PRICING TABLE 01 ENDS ------------------ */
/* ---------------------------------------------------------------------- PRICING TABLE 20 STARTS ------------------ */

.pricing-table-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pricing-table-2 .heading-line {
    margin: 0 auto 30px!important;
}
.pricing-table-2 .hero-text h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0 0 25px;
}
.cloud-pricing-1 {
    text-align: center;
}
.cloud-pricing-2 {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
}
.cloud-pricing-2 .pricing-title {
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    padding: 30px 10px 0 10px;
}
.cloud-pricing-2 .pricing-desc {
    background-color: transparent;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #8f8f8f;
}
.cloud-pricing-2 .pricing-desc ul {
    padding: 0px 20px;
    margin-bottom: 10px;
}
.cloud-pricing-2 .pricing-desc ul li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cloud-pricing-2 .pricing-desc ul li:last-child {
    border-bottom: none;
}
.cloud-pricing-2 .pricing-info {
    color: #fff;
    background-color: transparent;
    padding: 0 20px 30px 20px;
}
.cloud-pricing-2 .pricing-info .p-only {
    font-size: 11px;
    color: #8f8f8f;
    font-weight: 500;
    text-transform: uppercase;
}
.cloud-pricing-2 .pricing-info .p-money {
    margin: 0 auto;
    display: table;
    padding: 5px 10px 0px 10px;
    font-family: Poppins, Arial, sans-serif;
}
.cloud-pricing-2 .pricing-info .p-money .p-unit {
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    float: left;
    padding-right: 5px;
}
.cloud-pricing-2 .pricing-info .p-money .p-price {
    font-size: 46px;
    font-weight: 700;
    float: left;
    line-height: 1;
}
.cloud-pricing-2 .pricing-info .p-duration {
    display: block;
    font-size: 11px;
    font-family: Poppins, Arial, sans-serif;
    color: #8f8f8f;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}
.cloud-pricing-2 .button {
    font-size: 12px;
    background-color: #071337;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.cloud-pricing-2 .button:hover,
.cloud-pricing-2 .button:active,
.cloud-pricing-2 .button:focus {
    background-color: #0084ff;
    color: #fff;
}
.cloud-pricing-2 .button:hover {
    border-color: #0084ff;
}
.cloud-pricing-2.featured {
    border: 1px solid #0084ff;
}
.cloud-pricing-2.featured .pricing-title {
    color: #0084ff;
}
.cloud-pricing-2.featured .p-money {
    color: #0084ff;
}
.cloud-pricing-2.featured .button {
    background-color: #0084ff;
    border-color: #0084ff;
}
/* ---------------------------------------------------------------------- PRICING TABLE 02 ENDS ------------------ */
/* ---------------------------------------------------------------------- PRICING TABLE 03 STARTS ------------------ */

.pricing-table-3 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.cloud-pricing-3 {
    text-align: center;
}
.cloud-pricing-3 .pricing-title {
    background-color: #071337;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    padding: 30px 10px 30px 10px;
    position: relative;
}
.cloud-pricing-3 .pricing-title:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #071337;
    border-width: 12px;
    margin-left: -12px;
}
.cloud-pricing-3 .pricing-box {
    border: 1px solid #eee;
    padding-bottom: 40px;
    background-color: #f6f6f6;
}
.cloud-pricing-3 .pricing-box .pricing-info {
    padding: 35px 20px 40px 20px;
}
.cloud-pricing-3 .pricing-box .pricing-info .p-only {
    font-size: 11px;
    color: #8f8f8f;
    font-weight: 500;
    text-transform: uppercase;
}
.cloud-pricing-3 .pricing-box .pricing-info .p-money {
    margin: 0 auto;
    display: table;
    padding: 5px 10px 0px 10px;
    font-family: Poppins, Arial, sans-serif;
    color: #071337;
}
.cloud-pricing-3 .pricing-box .pricing-info .p-money .p-unit {
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    float: left;
    padding-right: 5px;
}
.cloud-pricing-3 .pricing-box .pricing-info .p-money .p-price {
    font-size: 46px;
    font-weight: 700;
    float: left;
    line-height: 1;
}
.cloud-pricing-3 .pricing-box .pricing-info .p-duration {
    display: block;
    font-size: 11px;
    font-family: Poppins, Arial, sans-serif;
    color: #8f8f8f;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}
.cloud-pricing-3 .pricing-box .button {
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #fff;
}
.cloud-pricing-3 .pricing-box .button:hover,
.cloud-pricing-3 .pricing-box .button:active,
.cloud-pricing-3 .pricing-box .button:focus {
    background-color: #0084ff;
    color: #fff;
}
.cloud-pricing-3.featured .pricing-title {
    background-color: #0084ff;
}
.cloud-pricing-3.featured .pricing-title:after {
    border-top-color: #0084ff;
}
.cloud-pricing-3.featured .button {
    background-color: #0084ff;
    border-color: #0084ff;
}
/* ---------------------------------------------------------------------- PRICING TABLE 03 ENDS ------------------ */
/* ---------------------------------------------------------------------- ALL PLAN INCLUDED STARTS ------------------ */

.all-plan-included {
    padding-top: 100px;
    padding-bottom: 70px;
}
.all-plan-included .block {
    padding-bottom: 30px;
}
.all-plan-included.data-integrated {
    padding-top: 100px;
    padding-bottom: 0px;
}
/* ---------------------------------------------------------------------- ALL PLAN INCLUDED ENDS ------------------ */

.cloud-box-content {
    color: #fff;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.cloud-box-content .box-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.cloud-box-content .box-content {
    line-height: 1.8;
}
.cloud-box-content .box-content h3 {
    font-size: 42px;
    color: #fff;
    margin: 10px 0 30px;
    line-height: 1.1;
    font-weight: 600;
}
.cloud-box-content .box-content h3 .primary-color {
    color: #0084ff;
}
.cloud-box-content .box-content .list-content {
    font-size: 12px;
}
.cloud-box-content .box-content .list-content ul {
    padding: 0;
}
.cloud-box-content .box-content .list-content ul li {
    list-style: none;
    margin-bottom: 10px;
}
.cloud-box-content .box-content .list-content ul li:last-child {
    margin-bottom: 0;
}
.cloud-box-content .box-content .list-content ul li i {
    padding-right: 7px;
    color: #0084ff;
}
.cloud-box-content .button {
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    border-radius: 0;
    background-color: #0084ff;
    margin-top: 30px;
}
.cloud-box-content .button:hover,
.cloud-box-content .button:active,
.cloud-box-content .button:focus {
    background-color: #0084ff;
    color: #fff;
}
.cloud-box-content .ch-col-left {
    float: right;
}
.cloud-box-content.left-center {
    padding-top: 95px;
    padding-bottom: 95px;
}
.cloud-box-content .ch-box-content-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.cloud-box-content.bottom-right .ch-col-left {
    float: left;
}
.cloud-box-content.bottom-right .ch-box-content-img {
    left: inherit;
    right: 60px;
    top: 60px;
}
.cloud-box-content.bottom-left {
    padding-top: 90px;
    padding-bottom: 90px;
}
.cloud-box-content.bottom-left .ch-col-left {
    float: right;
}
.cloud-box-content.bottom-left .ch-box-content-img {
    left: 10%;
    top: 35px;
}
.cloud-box-content.top-left {
    padding-top: 90px;
    padding-bottom: 80px;
}
.cloud-box-content.top-left .ch-col-left {
    float: right;
}
.cloud-box-content.top-left .ch-box-content-img {
    left: 0;
    top: -149px;
}
/* ---------------------------------------------------------------------- ONE CLICK STARTS ------------------ */

.one-click {
    padding-top: 100px;
    padding-bottom: 100px;
}
.one-click {
    text-align: center;
    color: #fff;
}
.one-click .cta-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    padding-bottom: 15px;
}
.one-click .cta-content {
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 35px;
}
.one-click .cta-content .primary-color {
    color: #0084ff;
}
.one-click .btn {
    background-color: #0084ff;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    padding-top: 8px;
    font-size: 12px;
}
.one-click .btn:hover {
    background-color: #fff;
    color: #071337;
}
/* ---------------------------------------------------------------------- ONE CLICK ENDS ------------------ */
/* ---------------------------------------------------------------------- CORE FEATURES STARTS ------------------ */

.core-features {
    padding-top: 100px;
    padding-bottom: 100px;
}
.core-features .block {
    padding-bottom: 30px;
}
.core-features .block .box .icon-content .cloud-icon {
    color: #fff;
    font-size: 36px;
    text-align: center;
    width: 85px;
    height: 85px;
    display: inline-block;
    line-height: 85px;
    background-color: #071337;
    border-radius: 50%;
    transition: 0.5s;
}
.core-features .block .box .icon-content p {
    margin-bottom: 5px;
}
.core-features .block .box .cloud-icon-content .b-title {
    color: #071337;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
    padding-bottom: 10px;
}
.core-features .block .box.cloud-icon-left .icon-content {
    float: left;
}
.core-features .block .box.cloud-icon-left .cloud-icon-content {
    padding-left: 115px;
}
.core-features .block .box.cloud-icon-right .icon-content {
    float: right;
}
.core-features .block .box.cloud-icon-right .cloud-icon-content {
    text-align: right;
    padding-right: 115px;
}
.core-features .block .box.cloud-icon-center {
    text-align: center;
}
.core-features .block .box.cloud-icon-bg {
    background-color: #fff;
	border: 2px solid #f6f6f6;
    padding: 30px;
    transition: 0.7s;
}
.core-features .block .box.cloud-icon-bg.cloud-icon-center .icon-content {
    padding-bottom: 30px;
}
.core-features .block .box.cloud-icon-bg .cloud-icon-content .b-title {
    margin-top: 0px;
}
.core-features .block .box.cloud-icon-bg:hover {
    background-color: #fff;
}
.core-features .block .box.cloud-icon-bg:hover .cloud-icon {
    background-color: #0084ff;
    color: #fff;
}
.core-features .block .box.cloud-icon-bg:hover .b-title {
    color: ;
}
.core-features .block .box.cloud-icon-bg:hover .btn {
    background-color: #fff;
    color: #071337;
}
.core-features .block .box:hover .cloud-icon {
    background-color: #0084ff;
    color: #fff;
}
/* ---------------------------------------------------------------------- CORE FEATURES ENDS ------------------ */
/* ---------------------------------------------------------------------- FEATURES 02 STARTS ------------------ */

.features-02 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.features-02 .block {
    padding-bottom: 20px;
}
.features-02 .picture {
    padding-top: 60px;
    padding-bottom: 60px;
}
.features-02 .block .icon-content .cloud-icon {
    color: #fff;
    font-size: 36px;
    text-align: center;
    width: 85px;
    height: 85px;
    display: inline-block;
    line-height: 85px;
    background-color: #071337;
    border-radius: 50%;
    transition: 0.5s;
}
.features-02 .block .icon-content p {
    margin-bottom: 5px;
}
.features-02 .block .cloud-icon-content .b-title {
    color: #071337;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
    padding-bottom: 10px;
}
.features-02 .block.cloud-icon-left .icon-content {
    float: left;
}
.features-02 .block.cloud-icon-left .cloud-icon-content {
    padding-left: 115px;
}
.features-02 .block.cloud-icon-right .icon-content {
    float: right;
}
.features-02 .block.cloud-icon-right .cloud-icon-content {
    text-align: right;
    padding-right: 115px;
}
.features-02 .block.cloud-icon-center {
    text-align: center;
}
.features-02 .block.cloud-icon-bg {
    background-color: #f6f6f6;
    padding: 30px;
    transition: 0.7s;
}
.features-02 .block.cloud-icon-bg.cloud-icon-center .icon-content {
    padding-bottom: 30px;
}
.features-02 .block.cloud-icon-bg .cloud-icon-content .b-title {
    margin-top: 0px;
}
.features-02 .block.cloud-icon-bg:hover {
    background-color: #0084ff;
    color: #fff;
}
.features-02 .block.cloud-icon-bg:hover .cloud-icon {
    background-color: #fff;
    color: #071337;
}
.features-02 .block.cloud-icon-bg:hover .b-title {
    color: #fff;
}
.features-02 .block.cloud-icon-bg:hover .btn {
    background-color: #fff;
    color: #071337;
}
.features-02 .block:hover .cloud-icon {
    background-color: #0084ff;
    color: #fff;
}
/* ---------------------------------------------------------------------- FEATURES 02 ENDS ------------------ */
/* ---------------------------------------------------------------------- FUNFACTS STARTS ------------------ */

.funfacts {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}
.funfacts .block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.funfacts .counter-info {
    color: #0084ff;
    line-height: 1;
    padding-bottom: 20px;
}
.funfacts .counter-info .count {
    font-size: 42px;
    font-weight: 700;
}
.funfacts .counter-info .unit {
    font-size: 32px;
    font-weight: 400;
}
.funfacts .title {
    line-height: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* ---------------------------------------------------------------------- FUNFACTS ENDS ------------------ */
/* ---------------------------------------------------------------------- WHAT WE OFFER MORE STARTS ------------------ */

.what-we-offer {
    padding-top: 100px;
    padding-bottom: 100px;
}
.nav-tabs>li>a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    cursor: default;
    background-color: #0084ff;
    border-bottom: 1px solid #fff;
    border-bottom-color: transparent;
    letter-spacing: 1px;
}
.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border-bottom: 1px solid #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
    padding: 26px;
    transition: all 0.7s;
}
.nav-tabs>li>a i {
    font-size: 22px;
    padding-right: 12px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    font-size: 14px;
    text-transform: uppercase;
    color: #071337;
    cursor: default;
    background-color: #f6f6f6;
    border-bottom: 1px solid #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    font-size: 14px;
    text-transform: uppercase;
    color: #071337;
    cursor: default;
    background-color: #f6f6f6;
    border-bottom: 0px solid #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}
.nav-tabs.nav-justified>li>a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    cursor: default;
    background-color: #0084ff;
    border-bottom: 1px solid #fff;
    border-bottom-color: transparent;
    letter-spacing: 1px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 0px;
}
.nav-tabs.nav-justified>.active>a {
    border: 1px solid #fff;
}
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #fff;
}
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #fff;
}
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    font-size: 14px;
    text-transform: uppercase;
    color: #071337;
    cursor: default;
    background-color: #f6f6f6;
    border: 1px solid #fff;
    border-bottom-color: transparent;
}
.tab-content {
    padding: 20px;
}
.tab-content h3 {
    font-size: 24px;
    color: #071337;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 18px;
}
.tab-content img {
    margin: 20px;
}
.tab-content .description {
    color: #8f8f8f;
    font-size: 12px;
    padding-bottom: 20px;
}
ul.has-icons {
    padding-left: 30px;
}
ul.has-icons li {
    list-style: none;
    position: relative;
    font-size: 12px;
    color: #8f8f8f;
}
ul.has-icons li:before {
    content: '\f00c';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 13px;
    padding-right: 7px;
    color: #0084ff;
}
/* ---------------------------------------------------------------------- OUR TEAM STARTS ------------------ */

.cloud-team {
    padding-top: 100px;
    padding-bottom: 100px;
}
.team-carousel {
    margin-top: 20px;
}
.cloud-team .hero-text h1 {
    color: #fff;
}
.cloud-team .team-head-col {
    background-color: #071337;
    padding: 20px;
    position: relative;
    width: auto;
    z-index: 20;
}
.cloud-team .team-head-col h2 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cloud-team .team-head-col span {
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s;
}
.cloud-team .team-head-col ul.social-icon {
    display: none;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    transition: all 0.5s;
}
.cloud-team .team-head-col ul.social-icon li {
    display: inline;
    margin: 0;
    padding: 0;
}
.cloud-team .team-head-col ul.social-icon li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 15px;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}
.cloud-team .team-col {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
}
.cloud-team .team-col img {
    transition: all 0.5s;
}
.cloud-team .team-col .team-head-col {
    transition: all 0.5s;
}
.cloud-team .team-col:hover .team-head-col {
    background-color: #0084ff;
}
.cloud-team .team-col:hover .team-head-col span {
    display: none;
}
.cloud-team .team-col:hover .team-head-col .social-icon {
    display: block;
}
.team-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    line-height: 32px;
    font-size: 17px;
    background-color: #071337;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    border: 1px solid #aaa;
}
/* ---------------------------------------------------------------------- OUR TEAM ENDS ------------------ */
/* ---------------------------------------------------------------------- CLIENT CAROUSEL STARTS ------------------ */

.cloud-clients {
    padding-top: 100px;
    padding-bottom: 60px;
}
.cloud-clients .row {
    position: relative;
}
.cloud-clients h3 {
    font-size: 32px;
    color: #071337;
    margin: 10px 0 30px;
    line-height: 1.1;
    font-weight: 600;
}
.cloud-clients .client-carousel {
    position: inherit;
    margin-top: 60px;
}
.client-carousel.owl-theme .owl-controls {
    position: absolute;
    right: 15px;
    top: 0;
}
.client-carousel.owl-theme .owl-controls .owl-buttons div {
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 17px;
    color: #fff;
    background-color: #071337;
    border-radius: 100%;
    margin-top: 0;
}
.client-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0;
}
.client-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    z-index: 10;
    left: -70px;
    top: 0;
}
.cloud-clients .owl-controls {
    position: absolute;
    right: 75px;
    top: 0;
}
.cloud-clients .owl-controls .owl-buttons div {
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 17px;
    color: #fff;
    background-color: #071337;
    border-radius: 100%;
    margin-top: 0;
}
.cloud-clients .owl-controls .owl-buttons div:hover {
    background-color: #0084ff;
}
.cloud-clients .owl-controls .owl-buttons div.owl-next {
    left: 37px;
}
/* ---------------------------------------------------------------------- CLIENT CAROUSEL ENDS ------------------ */
/* ---------------------------------------------------------------------- BUILD YOUR SITE STARTS ------------------ */

.build-your-site {
    color: #fff;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.build-your-site .box-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.build-your-site .box-content {
    line-height: 1.8;
}
.build-your-site .box-content h3 {
    font-size: 42px;
    color: #fff;
    margin: 10px 0 30px;
    line-height: 1.1;
    font-weight: 600;
}
.build-your-site .box-content h3 .primary-color {
    color: #0084ff;
}
.build-your-site .box-content .list-content {
    font-size: 12px;
}
.build-your-site .box-content .list-content ul {
    padding: 0;
}
.build-your-site .box-content .list-content ul li {
    list-style: none;
    margin-bottom: 10px;
}
.build-your-site .box-content .list-content ul li:last-child {
    margin-bottom: 0;
}
.build-your-site .box-content .list-content ul li i {
    padding-right: 7px;
    color: #0084ff;
}
.build-your-site .button {
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    border-radius: 0;
    background-color: #0084ff;
    margin-top: 30px;
}
.build-your-site .button:hover,
.build-your-site .button:active,
.build-your-site .button:focus {
    background-color: #0084ff;
    color: #fff;
}
.build-your-site .col-left {
    float: right;
}
.build-your-site.left-center {
    padding-top: 95px;
    padding-bottom: 95px;
}
.build-your-site .box-content-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.build-your-site.bottom-right .col-left {
    float: left;
}
.build-your-site.bottom-right .box-content-img {
    left: inherit;
    right: 60px;
    top: 60px;
}
.build-your-site.bottom-left {
    padding-top: 90px;
    padding-bottom: 90px;
}
.build-your-site.bottom-left .col-left {
    float: right;
}
.build-your-site.bottom-left .box-content-img {
    left: 10%;
    top: 35px;
}
.build-your-site.top-left {
    padding-top: 90px;
    padding-bottom: 80px;
}
.build-your-site.top-left .col-left {
    float: right;
}
.build-your-site.top-left .box-content-img {
    left: 0;
    top: -149px;
}
/* ---------------------------------------------------------------------- BUILD YOUR SITE ENDS ------------------ */
/* ---------------------------------------------------------------------- BLOG STARTS ------------------ */

.latest-news {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog .blog-right .entry-header {
    float: left;
    margin-right: 30px;
}
.blog .blog-right .entry-content {
    min-height: 145px;
    padding-top: 30px;
}
.blog .blog-right .entry-content .entry-desc {
    display: none;
}
.blog .blog-right .entry-content .entry-title {
    line-height: 1.4;
}
.blog .blog-wapper-2:nth-child( 2n +1) {
    clear: both;
}
.blog .col-btn {
    text-align: center;
    margin-top: 25px;
}
.blog {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog .post {
    margin-bottom: 30px;
    background-color: #fff;
}
.blog .entry-content {
    padding: 24px 30px;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}
.blog .entry-content.padding {
    padding: 0px;
    line-height: 1.8;
    margin: 0;
	margin-bottom:40px;
    text-align: left;
}
.blog .entry-content.padding-2 {
    padding: 24px 0px;
    line-height: 1.8;
    margin: 0;
    text-align: left;
	margin-bottom:50px;
}
.blog .entry-content .entry-title {
    margin: 0;
    padding: 0 0 5px 0;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    color: #071337;
    font-weight: 600;
}
.blog .entry-content .entry-title .post-title {
    color: #071337;
    padding-bottom: 10px;
    display: block;
}
.blog .entry-content .entry-title a:hover {
    color: #0084ff;
}
.blog .entry-content .entry-metas {
    font-family: Lato, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #b5b5b5;
}
.blog .entry-content .entry-metas a {
    color: #b5b5b5;
}
.blog .entry-content .entry-metas a:hover {
    color: #0084ff;
}
.blog .entry-content .entry-metas .entry-date {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.blog .entry-content .entry-metas .entry-meta {
    padding-right: 20px;
    font-style: normal;
    text-transform: uppercase;
}
.blog .entry-content .entry-metas .entry-meta.entry-author a {
    padding-left: 5px;
    color: #0084ff;
}
.blog .entry-content .entry-metas .entry-meta.entry-comment i {
    padding-right: 5px;
}
.blog .entry-content .entry-metas .entry-meta.entry-like i {
    padding-right: 5px;
}
.blog .entry-desc {
    padding-top: 20px;
    padding-bottom: 0px;
}
.blog .entry-desc p {
    margin-bottom: 0;
}
.blog .readmore {
    text-decoration: none;
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 20px;
}
.blog .readmore:hover,
.blog .readmore:active,
.blog .readmore:focus {
    background-color: #0084ff;
    color: #fff;
}
.blog .entry-format img {
    display: block;
}
.blog .entry-format iframe {
    width: 100%;
}
.blog .entry-format blockquote,
.blog .entry-format .link-block {
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    position: relative;
    display: block;
    margin: 0;
    padding: 30px 30px 30px 80px;
    background-color: #27282b;
    line-height: 1.1;
}
.blog .entry-format blockquote:before,
.blog .entry-format .link-block:before {
    position: absolute;
    left: 30px;
    top: 33px;
    color: #fff;
}
.blog .entry-format blockquote:before {
    font-family: FontAwesome;
    content: "\f10d";
}
.blog .entry-format blockquote cite {
    font-style: italic;
    font-size: 13px;
    display: block;
    margin-top: 10px;
}
.blog .entry-format blockquote a {
    color: #0084ff;
}
.blog .entry-format blockquote a:hover {
    text-decoration: underline;
}
.blog .entry-format .link-block:before {
    font-family: FontAwesome;
    content: "\f0c1";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.blog .entry-format .link-block:hover {
    background-color: #0084ff;
    text-decoration: none;
}
.blog .entry-format .link-block:hover:before {
    color: #fff;
}
.blog .format-audio.entry-format iframe,
.blog .format-audio.entry-format .audio-player {
    height: auto;
}
.blog:nth-child( 2n) .blog-left {
    float: right;
}
.blog-single .entry-format {
    padding-bottom: 20px;
}
.blog-single .entry-footer {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    padding: 25px 0;
}
.blog-single .entry-footer .text-left {
    line-height: 35px;
}
.blog-single .entry-footer .text-left i {
    color: #0084ff;
    padding-right: 5px;
}
.blog-single .entry-footer .text-left .category-links {
    text-transform: uppercase;
    font-weight: 400;
}
.blog-single .entry-footer .text-left .category-links a {
    color: #071337;
}
.blog-single .entry-footer .text-left .category-links a:hover {
    color: #0084ff;
}
.blog-single .entry-footer .social-links {
    float: right;
}
.blog-single .entry-footer .social-links a {
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #071337;
    display: inline-block;
    margin: 0px 2px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.blog-single .entry-footer .social-links a:hover {
    background-color: #0084ff;
}
.blog .post-detail {
    padding-top: 30px;
    padding-bottom: 50px;
}
.blog .post-detail .picture {
    position: relative;
    margin-bottom: 30px;
}
.blog .post-detail .entry-content {
    padding: 24px 0px;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}
.blog .post-detail .entry-content .entry-title {
    margin: 0;
    padding: 0 0 5px 0;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    color: #071337;
    font-weight: 600;
}
.blog .post-detail .entry-content .entry-title .post-title {
    color: #071337;
    padding-bottom: 10px;
    display: block;
}
.blog .post-detail .entry-content .entry-title a:hover {
    color: #0084ff;
}
.blog .post-detail .entry-content .entry-metas {
    font-family: Lato, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #b5b5b5;
}
.blog .post-detail .entry-content .entry-metas a {
    color: #b5b5b5;
}
.blog .post-detail .entry-content .entry-metas a:hover {
    color: #0084ff;
}
.blog .post-detail .entry-content .entry-metas .entry-date {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.blog .post-detail .entry-content .entry-metas .entry-meta {
    padding-right: 20px;
    font-style: normal;
    text-transform: uppercase;
}
.blog .post-detail .entry-content .entry-metas .entry-meta.entry-author a {
    padding-left: 5px;
    color: #0084ff;
}
.blog .post-detail .entry-content .entry-metas .entry-meta.entry-comment i {
    padding-right: 5px;
}
.blog .post-detail .entry-content .entry-metas .entry-meta.entry-like i {
    padding-right: 5px;
}
video {
    max-width: 100%;
    height: auto;
}
iframe {
    border: 0;
}
iframe,
embed,
object {
    max-width: 100%;
}
iframe {
    border: none;
    width: 100%;
    height: auto;
}
.blog .post-detail .description {
    font-size: 13px;
    color: #727272;
}
.blog .post-detail .description blockquote {
    font-size: 18px;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 6px solid #38442c;
    background-color: #0084ff;
    color: #fff;
}
.blog .tag-n-share {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 30px;
}
.blog .tag {
    padding-top: 10px;
    padding-bottom: 10px;
}
.blog .tag i {
    color: #0084ff;
    padding-right: 8px;
    font-size: 16px;
}
.blog .tag ul {
    margin: 0px;
    padding: 0px;
}
.blog .tag ul li {
    display: inline-block;
    list-style-type: none;
}
.blog .tag ul li a {
    color: #071337;
}
.blog .tag-n-share ul.social-icons {
    margin: 0px;
    text-align: right;
    padding: 0px;
}
.blog .tag-n-share ul.social-icons li {
    font-size: 16px;
    color: #fff;
    background-color: #071337;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: inline-block;
    list-style-type: none;
    margin: 3px;
    text-align: center;
    line-height: 2.8;
}
.blog .tag-n-share ul.social-icons li a {
    color: #fff;
}
.blog .tag-n-share ul.social-icons li a:hover {
    color: #fff;
}
.blog .tag-n-share ul.social-icons li:hover {
    color: #fff;
    background-color: #0084ff;
}
.blog .tag-n-share ul.social-icons li:hover a {
    color: #fff;
}
.blog .comments {
    margin-top: 40px;
    margin-bottom: 40px;
}
.blog .comments h1 {
    font-size: 24px;
    font-weight: 600;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 18px;
    color: #071337;
}
.blog .comments .line {
    height: 2px;
    width: 40px;
    background-color: #0084ff;
    margin-top: 14px;
    margin-bottom: 50px;
}
.media-left,
.media>.pull-left {
    padding-right: 20px;
}
.blog .comments .media-heading {
    font-size: 13px;
    color: #071337;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 0px;
}
.blog .comments .time {
    color: #b5b5b5;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ededed;
}
.blog .comments .time i {
    color: #0084ff;
    padding-right: 8px;
    font-size: 14px;
}
.blog .comments .media-left {
    padding-top: 0px;
    margin-bottom: 20px;
}
.blog .comments .media-body {
    position: relative;
}
.blog .comments .media-body p {
    font-size: 13px;
    line-height: 24px;
    padding-top: 6px;
}
.blog .comments .media-body a.reply {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #071337;
    background-color: #f9f9f9;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin: 3px;
    text-align: center;
    line-height: 2.8;
}
.blog .comments .media-body a.reply:hover {
    color: #fff;
    background-color: #0084ff;
    text-decoration: none;
}
.blog .comments .media-body .media {
    margin-top: 50px;
    margin-bottom: 20px;
}
.blog .comments .media-list li.media {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.blog .leave-a-reply {
    margin-top: 40px;
    margin-bottom: 40px;
}
.blog .leave-a-reply h1 {
    font-size: 24px;
    font-weight: 600;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 18px;
    color: #071337;
}
.blog .leave-a-reply .line {
    height: 2px;
    width: 40px;
    background-color: #0084ff;
    margin-top: 14px;
    margin-bottom: 50px;
}
.blog .leave-a-reply .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #868686;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0px;
    -webkit-box-shadow: none;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea.form-control {
    min-height: 120px;
}
.blog .leave-a-reply .center{
	text-align:center;
}
.blog .leave-a-reply .btn {
    color: #fff;
    border: 2px solid #000;
    background-color: #000;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0px;
	text-align:center;
}
.blog .leave-a-reply .btn:hover {
    text-decoration: none;
    border: 2px solid #0084ff;
    background-color: #0084ff;
    color: #fff;
}
.format-gallery-slider ul li {
    list-style: none;
}
.format-gallery-slider .owl-carousel {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.format-gallery-slider .owl-carousel:hover .owl-buttons .owl-prev {
    background-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 21px;
    left: 10px;
}
.format-gallery-slider .owl-carousel:hover .owl-buttons .owl-prev:hover {
    opacity: 1;
}
.format-gallery-slider .owl-carousel:hover .owl-buttons .owl-next {
    background-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 21px;
    right: 10px;
}
.format-gallery-slider .owl-carousel:hover .owl-buttons .owl-next:hover {
    opacity: 1;
}
.pagination {
    clear: both;
}
.pagination>li>a,
.pagination>li>span {
    padding: 12px 20px 9px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    margin: 0 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #fff;
    background-color: #0084ff;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0084ff;
    border-color: #0084ff;
}
.sidebar {
    padding-bottom: 50px;
}
.sidebar h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    color: #071337;
}
.sidebar .search {
    padding-bottom: 40px;
	margin-top:0px;
}
.sidebar .search .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
    padding-top: 0px;
}
.sidebar .search .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}
.sidebar .search .form-inline .input-group input {
    font-size: 12px;
    padding: 6px;
    border-radius: 0px;
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e0e0e0;
    border-bottom-color: #e0e0e0;
    border-left-color: #e0e0e0;
    border-right-width: 0px;
    border-right-style: solid;
}
.sidebar .search .form-inline .input-group .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #727272;
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #e0e0e0;
    border-right-color: #e0e0e0;
    border-bottom-color: #e0e0e0;
}
.sidebar .search .form-inline .input-group .input-group-addon a {
    color: #727272;
}
.sidebar .search .form-inline .input-group .input-group-addon a:hover {
    color: #000;
}
.sidebar .recent-posts {
    padding-bottom: 50px;
}
.sidebar .recent-posts ul {
    padding: 0px;   
    margin: 0px;
}
.sidebar .recent-posts ul li {
    font-weight: 500;
    font-size: 12px;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar .recent-posts ul li:last-child {
    padding-bottom: 0px;
}
.sidebar .recent-posts ul li .picture {
    float: left;
    margin-right: 15px;
}
.sidebar .recent-posts ul li .picture img{
    height: 70px;
	width: 70px;
}
.sidebar .recent-posts ul li .info {
    padding-left: 80px;
    font-size: 12px;
}
.sidebar .recent-posts ul li .info .caption {
	font-size:14px;
    padding-bottom: 5px;
    color: #071337;
}
.sidebar .recent-posts ul li .info .date {
    font-size: 12px;
    color: #b5b5b5;
}
.sidebar .recent-posts ul li a {
    color: #071337;
    line-height: normal;
}
.sidebar .recent-posts ul li a:hover {
    color: #000;
    text-decoration: none;
}
.sidebar .about {
    padding-bottom: 40px;
}
.sidebar .about .description {
    padding-top: 12px;
}
.sidebar .about .button {
    padding-top: 12px;
}
.sidebar .services-list {
    padding-bottom: 40px;
}
.sidebar .services-list ul {
    padding: 0px;
    margin: 0px;
}
.sidebar .services-list ul li {
    
    list-style-type: none;
    padding-top: 3px;
    padding-bottom: 3px;  
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .services-list ul li:hover {
    color: #0084ff;   
}
.sidebar .services-list ul li.active {
    color: #0084ff;    
}
.sidebar .services-list ul li.active a {
    color: #0084ff;    
}
.sidebar .services-list ul li a {
    color: #727272;
    text-decoration: none;
}
.sidebar .services-list ul li:hover a {
    color: #0084ff;
    text-decoration: none;
}
.sidebar .services-list ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-right: 10px;
}
.sidebar .we-are-hiring {
    padding-bottom: 40px;
}
.sidebar .we-are-hiring .head {
    background-color: #1086df;
    color: #fff;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
}
.sidebar .we-are-hiring .head .text-1 {
    font-size: 16px;
    font-weight: 300;
}
.sidebar .we-are-hiring .head .text-2 {
    font-size: 50px;
    font-weight: 800;
    padding-top: 6px;
    padding-bottom: 5px;
}
.sidebar .we-are-hiring .head .text-3 {
    font-size: 15px;
    font-weight: 500;
}
.sidebar .we-are-hiring .picture {
    position: relative;
}
.sidebar .we-are-hiring .picture .button {
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 15px;
}

/* ---------------------------------------------------------------------- BLOG ENDS ------------------ */
/* ---------------------------------------------------------------------- WELCOME 02 STARTS ------------------ */

.welcome-02 {
    padding-top: 100px;
	padding-bottom: 67px;
}
.welcome-02 .block {
    padding-bottom: 20px;
}
.welcome-02 .block .icon-content .cloud-icon {
    color: #fff;
    font-size: 36px;
    text-align: center;
    width: 85px;
    height: 85px;
    display: inline-block;
    line-height: 85px;
    background-color: #071337;
    border-radius: 50%;
    transition: 0.5s;
}
.welcome-02 .block .icon-content p {
    margin-bottom: 5px;
}
.welcome-02 .block .cloud-icon-content .b-title {
    color: #071337;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
    padding-bottom: 10px;
}
.welcome-02 .block.cloud-icon-left .icon-content {
    float: left;
}
.welcome-02 .block.cloud-icon-left .cloud-icon-content {
    padding-left: 115px;
}
.welcome-02 .block.cloud-icon-right .icon-content {
    float: right;
}
.welcome-02 .block.cloud-icon-right .cloud-icon-content {
    text-align: right;
    padding-right: 115px;
}
.welcome-02 .block.cloud-icon-center {
    text-align: center;
}
.welcome-02 .block.cloud-icon-bg {
    background-color: #f6f6f6;
    padding: 30px;
    transition: 0.7s;
}
.welcome-02 .block.cloud-icon-bg.cloud-icon-center .icon-content {
    padding-bottom: 30px;
}
.welcome-02 .block.cloud-icon-bg .cloud-icon-content .b-title {
    margin-top: 0px;
}
.welcome-02 .block.cloud-icon-bg:hover {
    background-color: #0084ff;
    color: #fff;
}
.welcome-02 .block.cloud-icon-bg:hover .cloud-icon {
    background-color: #fff;
    color: #071337;
}
.welcome-02 .block.cloud-icon-bg:hover .b-title {
    color: #fff;
}
.welcome-02 .block.cloud-icon-bg:hover .btn {
    background-color: #fff;
    color: #071337;
}
.welcome-02 .block:hover .cloud-icon {
    background-color: #0084ff;
    color: #fff;
}
/* ---------------------------------------------------------------------- WELCOME 02 ENDS ------------------ */
/* ---------------------------------------------------------------------- WHY TO CHOOSE STARTS ------------------ */

.why-to-choose {
    padding-top: 100px;
    padding-bottom: 100px;
}
.why-to-choose .actives {
    background-color: #0084ff!important;
    color: #fff!important;
    text-decoration: none!important;
}
.why-to-choose .panel {
    background-color: transparent!important;
}
.why-to-choose .panel-group {
    margin-bottom: 0px;
}
.why-to-choose .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.why-to-choose .panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.why-to-choose .panel-title {
    font-size: 14px;
    color: inherit;
    padding: 0px;
    margin: 0px;
    line-height: 52px;
    color: #071337;
    letter-spacing: 2px;
}
.why-to-choose .panel-heading {
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.why-to-choose .accordion_plusminus i.indicator2 {
    background-color: #071337;
    width: 50px;
    height: 50px;
    font-size: 18px!important;
    padding: 16px;
    text-align: center;
    color: #fff;
    margin-top: 2px;
    margin-right: 12px;
    line-height: normal;
}
.why-to-choose .accordion_plusminus i.indicator2.fa-plus {
    background-color: #071337;
    color: #fff;
}
.why-to-choose .panel-body {
    padding: 20px;
}
.why-to-choose .panel-body .pic {
    margin-right: 20px;
    float: left;
}
.why-to-choose .panel-body .description {
    padding-left: 80px;
    font-size: 12px;
}
/* ---------------------------------------------------------------------- WHY TO CHOOSE ENDS ------------------ */
/* ---------------------------------------------------------------------- FAQS STARTS ------------------ */

.faq {
    padding-top: 100px;
    padding-bottom: 100px;
}
.faq .actives {
    background-color: #0084ff;
    color: #fff!important;
    text-decoration: none;
}
.faq .panel {
    background-color: transparent;
}
.faq .panel-group {
    margin-bottom: 0px;
}
.faq .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.faq .panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.faq .panel-default>.panel-heading:hover {
    background-color: #0084ff;
    color: #fff;
    text-decoration: none;
}
.faq .panel-default>.panel-heading:hover a {
    color: #fff;
}
.faq .panel-title {
    font-size: 14px;
    color: inherit;
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    color: #071337;
    letter-spacing: 0px;
    text-transform: normal;
}
.faq .panel-heading {
    text-transform: normal;
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.faq .accordion_plusminus i.indicator2 {
    background-color: #071337;
    width: 50px;
    height: 50px;
    font-size: 18px;
    padding: 16px;
    text-align: center;
    color: #fff;
    margin-top: 2px;
    margin-right: 12px;
    line-height: normal;
}
.faq .accordion_plusminus i.indicator2.fa-plus {
    background-color: #071337;
    color: #fff;
}
.faq .panel-body {
    padding: 20px;
}
.faq .panel-body .pic {
    margin-right: 20px;
    float: left;
}
.faq .panel-body .description {
    padding-left: 0px;
    font-size: 12px;
}
/* ---------------------------------------------------------------------- FAQS ENDS ------------------ */
/* ---------------------------------------------------------------------- FAQS 01 STARTS ------------------ */

.faq-01 {
    padding-top: 100px;
    padding-bottom: 0px;
}
.faq-01 .hero-text {
    margin-top: 50px;
    margin-bottom: 20px;
}
.faq-01 .hero-text h1 {
    font-size: 24px;
}
.faq-01 .panel-group {
    padding-top: 10px;
}
.faq-01 .panel-default {
    border-color: transparent;
}
.faq-01 .accordion_plusminus .actives {
    background-color: transparent!important;
    color: #071337!important;
    text-decoration: none!important;
}
.faq-01 .accordion_plusminus .actives a {
    text-decoration: none!important;
}
.faq-01 .accordion_plusminus .panel {
    background-color: transparent!important;
}
.faq-01 .accordion_plusminus .panel-group {
    margin-bottom: 0px;
}
.faq-01 .accordion_plusminus .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.faq-01 .accordion_plusminus .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
}
.faq-01 .accordion_plusminus .panel-default>.panel-heading:hover {
    background-color: transparent!important;
    color: #071337!important;
    text-decoration: none!important;
}
.faq-01 .accordion_plusminus .panel-default>.panel-heading:hover a {
    color: #transparent!important;
}
.faq-01 .accordion_plusminus .panel-title {
    font-size: 15px;
    color: inherit;
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    color: #071337;
    letter-spacing: 2px;
    text-transform: normal;
}
.faq-01 .accordion_plusminus .panel-heading {
    text-transform: normal;
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.faq-01 .accordion_plusminus i.indicator2 {
    background-color: #071337;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 12px!important;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    margin-right: 12px;
    line-height: normal;
}
.faq-01 .accordion_plusminus i.indicator2.fa-plus {
    background-color: #071337;
    color: #fff;
}
.faq-01 .accordion_plusminus .panel-body {
    padding: 20px;
}
.faq-01 .accordion_plusminus .panel-body .pic {
    margin-right: 20px;
    float: left;
}
.faq-01 .accordion_plusminus .panel-body .description {
    padding-left: 0px;
    font-size: 13px;
}
/* ---------------------------------------------------------------------- FAQS 01 ENDS ------------------ */
/* ---------------------------------------------------------------------- FAQS 02 STARTS ------------------ */

.faq-02 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.faq-02 .block {
    padding-top: 20px;
    padding-bottom: 20px;
}
.faq-02 .block .info {
    padding-left: 40px;
}
.faq-02 .block .icon {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    padding-top: 2px;
    height: 30px;
    width: 30px;
    background-color: #2A2A2A;
    float: left;
    text-align: center;
    color: #fff;
}
.faq-02 .block .info h2 {
    color: #071337;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 10px;
    margin-top: 10px;
}
.faq-02 .block .info .description {
    padding: 15px 10px;
}
/* ---------------------------------------------------------------------- FAQS 02 ENDS ------------------ */
/* ---------------------------------------------------------------------- VIDEO BANNER STARTS ------------------ */

.how-to-register-domain {
    padding-top: 100px;
    padding-bottom: 100px;
}
.video-banner {
    position: relative;
    overflow: hidden;
}
.video-banner video {
    object-fit: cover;
    width: 100%;
}
.video-banner i {
    transition: 0.3s;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    border: 4px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
}
.video-banner i:before {
    line-height: 95px;
}
.video-banner.playing i {
    opacity: 0;
}
.video-banner.playing:hover i {
    opacity: 1;
}
.video-banner.playing h3 {
    opacity: 0;
}
.video-banner.playing:hover h3 {
    opacity: 1;
}
.video-banner.has-title i {
    margin-top: -70px;
}
.video-banner.has-title h3 {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 70px;
    width: 100%;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* ---------------------------------------------------------------------- VIDEO BANNER ENDS ------------------ */

.build-free-website {
    padding-top: 100px;
    padding-bottom: 100px;
}
.cloud-icon-box-2 .icon-content .cloud-icon {
    color: #fff;
    font-size: 36px;
    text-align: center;
    width: 85px;
    height: 85px;
    display: inline-block;
    line-height: 85px;
    background-color: #071337;
    border-radius: 50%;
    transition: 0.5s;
}
.cloud-icon-box-2 .icon-content p {
    margin-bottom: 5px;
}
.cloud-icon-box-2 .cloud-icon-content .b-title {
    color: #071337;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
    padding-bottom: 10px;
}
.cloud-icon-box-2.cloud-icon-left .icon-content {
    float: left;
}
.cloud-icon-box-2.cloud-icon-left .cloud-icon-content {
    padding-left: 115px;
}
.cloud-icon-box-2.cloud-icon-right .icon-content {
    float: right;
}
.cloud-icon-box-2.cloud-icon-right .cloud-icon-content {
    text-align: right;
    padding-right: 115px;
}
.cloud-icon-box-2.cloud-icon-center {
    text-align: center;
}
.cloud-icon-box-2.cloud-icon-bg {
    background-color: #f6f6f6;
    padding: 30px;
    transition: 0.7s;
}
.cloud-icon-box-2.cloud-icon-bg.cloud-icon-center .icon-content {
    padding-bottom: 30px;
}
.cloud-icon-box-2.cloud-icon-bg .cloud-icon-content .b-title {
    margin-top: 0px;
}
.cloud-icon-box-2.cloud-icon-bg:hover {
    background-color: #0084ff;
    color: #fff;
}
.cloud-icon-box-2.cloud-icon-bg:hover .cloud-icon {
    background-color: #fff;
    color: #071337;
}
.cloud-icon-box-2.cloud-icon-bg:hover .b-title {
    color: #fff;
}
.cloud-icon-box-2.cloud-icon-bg:hover .btn {
    background-color: #fff;
    color: #071337;
}
.cloud-icon-box-2:hover .cloud-icon {
    background-color: #0084ff;
    color: #fff;
}
/* ---------------------------------------------------------------------- TESTIMONIALS STARTS ------------------ */

.testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
}
.testimonials.bx-wrapper {
    margin-bottom: 0;
}
.testimonials.bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
}
.testimonials .testi-item {
    overflow: hidden;
    padding: 20px 0;
}
.testimonials .testi-item .testi-info {
    position: relative;
    border: 2px solid rgba(158, 191, 203, 0.12);
    padding: 20px 110px 20px 30px;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    text-align: left;
    color: #8f8f8f;
    line-height: 1.8;
}
.testimonials .testi-item .testi-info p {
    margin: 0;
    color: #fff;
}
.testimonials .testi-item .testi-info .testi-img {
    position: absolute;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    top: 50%;
    right: -50px;
    transform: translate(0, -50%);
    background-color: rgba(158, 191, 203, 0.3);
    padding: 3px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.testimonials .testi-item .testi-info .testi-img img {
    border-radius: 50%;
    width: 100px;
    height: auto;
}
.testimonials .testi-item .testi-company-info {
    padding-left: 70px;
    transform: translate(0, 50%);
}
.testimonials .testi-item .testi-company-info .testi-name {
    font-size: 14px;
    color: #0084ff;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1;
}
.testimonials .testi-item .testi-company-info span {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.testimonials.bx-wrapper .bx-viewport {
    background: transparent;
}
.testimonials.bx-pager {
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
    padding: 0;
    transform: translate(0, -50%);
}
.testimonials.bx-pager .bx-pager-item {
    display: block;
    padding-top: 10px;
}
.testimonials.bx-pager .bx-pager-item .active {
    background-color: #0084ff !important;
}
.testimonials.bx-pager .bx-pager-item a:hover {
    background-color: #0084ff;
}
.cloud-testi_carousel.dark-skin .testi-info p {
    color: #fff;
}
.cloud-testi_carousel.dark-skin .testi-company-info span {
    color: #fff;
}






.testimonial-carousel.owl-theme .owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
    padding: 0;
    transform: translate(0, -50%);
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot {
	margin-top:8px;
	display: block;
	zoom: 1;
	*display:block
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 6px 6px;
	background: #666;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #0084ff
}



















/* ---------------------------------------------------------------------- TESTIMONIALS ENDS ------------------ */

.clients {
    padding-top: 30px;
    padding-bottom: 30px;
}
.clients img {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* ---------------------------------------------------------------------- INNER BANNER STYLE 01 STARTS ------------------ */

.inner-banner {
    position: relative;
}
.inner-banner .info {
    padding-top: 100px;
    padding-bottom: 100px;
}
.inner-banner .info h1 {
    font-size: 60px;
    font-weight: 700;
    color: #0084ff;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.inner-banner .info h2 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    padding: 0px;
    margin: 0px;
}
.inner-banner .breadcrumb {
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
}
.inner-banner .breadcrumb>li a {
    font-size: 14px;
    color: #fff;
}
.inner-banner .breadcrumb>.active {
    color: #fff;
}
.black-overlay {
    background-image: url(../images/inner-banner/overlay-black.png);
    background-repeat: no-repeat;
    background-position: 0 top;
}
.bread-crumb {
    background-image: url(../images/breadcrumbs/bg.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.breadcrumb {
    padding: 18px 15px;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.breadcrumb li a {
    color: #ccc;
}
.breadcrumb>.active {
    color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 10px;
    color: #fff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
}
.b-img-01 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/1.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-02 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/2.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-03 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/3.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-04 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/4.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-05 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/5.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-06 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/6.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-07 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/7.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-08 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/8.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-09 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/9.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-10 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/10.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-11 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/11.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-12 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/12.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-13 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/13.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.b-img-14 {
    background-attachment: fixed;
    background-image: url(../images/inner-banner/14.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
/* ---------------------------------------------------------------------- INNER BANNER STYLE 01 STARTS ------------------ */
/* ------------------------------------------------------ HALF IMAGE HALF TEXT STARTS  ------------------ */

section {
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.img-side.img-right {
    right: 0;
}
.img-side.img-left {
    left: 0;
}
.img-side {
    padding: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}
.img-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
/* ------------------------------------------------------ HALF IMAGE HALF TEXT ENDS  ------------------ */
/* ------------------------------------------------------ COMING SOON PAGE STARTS ---------- */

.coming-soon {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../images/parallax/8.jpg);
    background-repeat: repeat-y;
    background-position: center center;
}
.coming-soon .hero-text {
    margin-bottom: 20px;
    text-align: center;
}
.coming-soon .hero-text .logo {
    padding-bottom: 40px;
}
.coming-soon .hero-text .description {
    font-size: 32px;
    line-height: normal;
    color: #fff;
}
.coming-soon #counter {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
}
.coming-soon #counter span {
    display: inline-block;
    font-weight: 800;
    font-size: 82px;
    line-height: 1em;
    min-width: 170px;
    padding-top: 30px;
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 400;
    margin: 40px;
}
.coming-soon #counter span em {
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 15px;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.2);
}
.coming-soon ul.social-icons {
    text-align: center;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.coming-soon ul.social-icons li {
    font-size: 24px;
    color: #4bb7d3;
    background-color: #fff;
    height: 36px;
    width: 36px;
    border-radius: 18px;
    display: inline-block;
    list-style-type: none;
    margin-right: 4px;
    margin-left: 4px;
    text-align: center;
    line-height: 1.5;
}
.coming-soon ul.social-icons li a {
    color: #4bb7d3;
}
.coming-soon ul.social-icons li a:hover {
    color: #000;
}
/* ------------------------------------------------------ COMING SOON PAGE ENDS ---------- */
/* ------------------------------------------------------ ERROR PAGE STARTS  ------------------ */

.error-404 {
    background-image: url(../images/parallax/7.jpg);
    background-repeat: repeat-y;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.error-404 .not-found .page-title {
    font-size: 250px;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 800;
    color: #0084ff;
    margin: 0;
    letter-spacing: -35px;
    line-height: 1;
}
.error-404 .not-found .page-content h3 {
    font-weight: 500;
    font-size: 24px;
    color: #071337;
    letter-spacing: 2px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.error-404 .not-found .page-content p {
    font-size: 14px;
    font-weight: 300;
}
.error-404 .not-found .page-content .search-form {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.error-404 .not-found .page-content .search-form label {
    display: block;
    margin-bottom: 0;
}
.error-404 .not-found .page-content .search-form label .search-field {
    width: 100%;
    padding: 11px 50px 8px 15px;
    border: 1px solid #eee;
    color: #8f8f8f;
    font-weight: 400;
}
.error-404 .not-found .page-content .search-form label::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #8f8f8f;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.error-404 .not-found .page-content .search-form label::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #8f8f8f;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.error-404 .not-found .page-content .search-form label:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #8f8f8f;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.error-404 .not-found .page-content .search-form label:-moz-placeholder {
    /* Firefox 18- */
    
    color: #8f8f8f;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.error-404 .not-found .page-content .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 40px;
    background: transparent;
    border: none;
    text-indent: -9999px;
}
.error-404 .not-found .page-content .search-form:before {
    content: '\f002';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    width: 45px;
    height: 40px;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #071337;
    text-align: center;
    line-height: 40px;
}
/* ------------------------------------------------------ ERROR PAGE ENDS  ------------------ */
/* ------------------------------------------------------ BUTTONS STARTS  ------------------ */

.btn-primary {
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #0084ff;
    color: #fff;
}
.btn-default {
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #0084ff;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-color: #0084ff;
    color: #fff;
}
.btn-secondary {
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #2d3035;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #0084ff;
    color: #fff;
}
.btn-secondary:before {
    background-color: #0084ff;
}
.btn-secondary:hover {
    background-color: #2d3035;
}
.btn-thirdary {
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #3b3b3b;
    font-size: 16px;
    font-family: 'PT Serif', "Times New Roman", Times, serif;
    padding: 8px 30px;
    background-color: transparent;
    height: auto;
    line-height: 1;
    text-transform: none;
    font-weight: 400;
}
.btn-thirdary:hover,
.btn-thirdary:active,
.btn-thirdary:focus {
    background-color: #0084ff;
    color: #fff;
}
.btn-thirdary:before {
    background-color: #0084ff;
}
.btn-thirdary:hover {
    background-color: transparent;
}
.btn-thirdary:hover:before {
    background-color: #0084ff;
}
.btn-fifth {
    font-size: 12px;
    background-color: #071337;
    padding: 12px 16px 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Poppins, Arial, sans-serif;
}
.btn-fifth:hover,
.btn-fifth:active,
.btn-fifth:focus {
    background-color: #0084ff;
    color: #fff;
}
.btn-fifth:before {
    background-color: #fff;
}
.btn-fifth:hover {
    color: #0084ff;
    background-color: transparent;
}
.btn-fifth:hover:before {
    background-color: #fff;
}
.btn-fourth {
    font-size: 12px;
    background-color: #071337;
    color: #fff;
    padding: 12px 16px 10px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    text-transform: none;
    font-size: 15px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    font-style: italic;
    font-weight: 400;
    font-family: 'PT Serif', "Times New Roman", Times, serif;
}
.btn-fourth:hover,
.btn-fourth:active,
.btn-fourth:focus {
    background-color: #0084ff;
    color: #fff;
}
.btn-fourth:before {
    background-color: #000;
}
.btn-fourth:hover {
    color: #fff;
    background-color: transparent;
}
.btn-fourth:hover:before {
    background-color: #000;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* ------------------------------------------------------ BUTTONS ENDS  ------------------ */
/* ------------------------------------------------------ NEWSLETTER STARTS  ------------------ */

.cloud-newletter {
    background-image: url(../images/slider/4.jpg);
}
.cloud-newletter .letter-info {
    padding: 100px 0;
    overflow: hidden;
}
.cloud-newletter .letter-info .letter-header {
    position: relative;
}
.cloud-newletter .letter-info .letter-header .hoz-line {
    background-color: #fff;
    content: "";
    border-radius: 5px;
    height: 5px;
    left: 0;
}
.cloud-newletter .letter-info .letter-header i {
    top: 5px;
    left: 0px;
    font-size: 75px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    transform: rotate(-45deg);
	text-align: center;
}
.cloud-newletter .letter-info .letter-header .letter-title {
    letter-spacing: 2px;
    color: #fff;
	text-align: center;
}
.cloud-newletter .letter-info .letter-header .letter-title span {
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
	text-align: center;
}
.cloud-newletter .letter-info .letter-header .letter-title label {
    
    line-height: 54px;
	margin-top: 15px;
   
}

.cloud-newletter .letter-info .letter-header  .letter-btn {
	color: #fff;
    border: 2px solid #0084ff;
    background-color: #0084ff;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0px;
	text-align:center;
}
.cloud-newletter .letter-info .letter-header  .letter-btn:hover {
    text-decoration: none;
    border: 2px solid #fff;
    background-color: #fff;
    color: #222;
}

.letter-fied .ph::-webkit-input-placeholder {
    color: #fff;
}
.letter-fied .ph:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
}
.letter-fied .ph::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
}
.letter-fied .ph:-ms-input-placeholder {
    color: #fff;
}









/* ------------------------------------------------------ NEWSLETTER ENDS  ------------------ */
/* ------------------------------------------------------ CONTACT US STARTS  ------------------ */

.contact-info {
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact-info .cloud-icon-box-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-info a {
    color: #0084ff;
}
.maps {
    padding-top: 0px;
    padding-bottom: 0px;
}
.maps iframe {
    border: none;
    width: 100%;
    height: 400px;
}
iframe {
    border: none;
    width: 100%;
    height: auto;
}
.contact-form {
    padding-top: 100px;
}
.contact-form #ContactForm {
    padding-bottom: 50px;
}
.contact-form .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #868686;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0px;
    -webkit-box-shadow: none;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form .center{
	text-align:center;
}
.contact-form  .btn {
    color: #fff;
    border: 2px solid #0084ff;
    background-color: #0084ff;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0px;
	text-align:center;
}
.contact-form  .btn:hover {
    text-decoration: none;
    border: 2px solid #071337;
    background-color: #071337;
    color: #fff;
}
#message_post {
    text-align: center;
}
.errorMessage {
    color: #ff0000;
    margin-bottom: 4px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
}
.successMessage {
    color: #12d62d;
    margin-bottom: 4px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
}
/* ------------------------------------------------------ CONTACT US ENDS  ------------------ */
/* ------------------------------------------------------ FOOTER STARTS  ------------------ */

.site-footer {
    background-color: #fafbfc!important;
    clear: both;
    padding-top: 40px;
}
.site-footer.has-bg-footer {
    position: relative;
    background-color: transparent;
}
.site-footer.has-bg-footer {
    background-image: url(../images/footer/bg_footer.jpg);
}
.site-footer.has-bg-footer .footer-area {
    background-color: transparent;
}
.site-footer.has-bg-footer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
    content: "";
}
.site-footer.has-bg-footer .footer-container {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-extra {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.site-footer .footer-extra .footer-logo {
    margin-bottom: 35px;
}
.site-footer .footer-extra .extra-info {
    margin-bottom: 35px;
    line-height: 2;
}
.site-footer .footer-extra img {
    display: inline-block;
    padding: 0 15px;
}
.site-footer .footer-container {
    padding-top: 55px;
    padding-bottom: 60px;
}
.site-footer .footer-widgets .footer-container {
    padding-bottom: 30px;
}
.footer-sidebar {
    color: #bababa;
}
.footer-sidebar .widget {
    margin-bottom: 25px;
}
.footer-sidebar .widget .widget-title {
    color: #fff;
}
.footer-sidebar .widget .fa {
    color: #0084ff;
    padding-right: 10px;
}
.widget .widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    color: #071337;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
}
.widget_categories li:before,
.widget_recent_comments li:before,
.widget_rss li:before,
.widget_pages li:before,
.widget_archive li:before,
.widget_nav_menu li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget-recent-comments li:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-right: 10px;
}
.footer-sidebar .widget.widget_text ul li {
    padding-bottom: 10px;
    line-height: 2;
}
.footer-sidebar .widget ul li {
    padding: 5px 0;
}
.footer-sidebar .widget ul li a {
    color: #bababa;
}
.footer-sidebar .widget ul li a:hover {
    color: #0084ff;
}
.footer-sidebar .widget ul li:before {
    color: #0084ff;
}
.footer-sidebar .widget ul li:first-child {
    padding-top: 0;
}
.footer-sidebar .widget ul li:last-child {
    padding-bottom: 0;
}
.footer-sidebar .widget ul.footer-address li {
    padding: 1px 0;
}
.footer-sidebar .widget table tr td,
.footer-sidebar .widget table tr th,
.footer-sidebar .widget table tr,
.footer-sidebar .widget table caption,
.footer-sidebar .widget select,
.footer-sidebar .widget.widget_search .search-form {
    border-color: rgba(255, 255, 255, 0.2);
}
.footer-sidebar .widget.widget_tag_cloud .tagcloud a {
    background-color: #343738;
    color: #fff;
}
.footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    background-color: #0084ff;
}
.footer-copyright {
    padding: 5px 0 25px;
}

.footer-copyright a {
    color: #888;
}

.footer-copyright a:hover {
    color: #0084ff;
}

.footer-copyright .foot-payment {
    line-height: 37px;
}
.footer-copyright .foot-payment img {
    display: inline-block;
    padding-right: 5px;
}
.footer-copyright .column-3:nth-child(2) {
    text-align: center;
}
.footer-copyright .foot-copyright {
    line-height: 42px;
}
.footer-copyright .foot-socials {
    text-align: right;
}
.footer-copyright .foot-socials a {
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    background-color: #343738;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.footer-copyright .foot-socials a:hover {
    background-color: #0084ff;
}
.footer-area:nth-child(2) {
    background-color: #071337;
}
.footer-area:nth-child(2) {
    background-color: #071337;
}
/* ------------------------------------------------------ FOOTER STARTS  ------------------ */
/* ----------------------------------------------------------------------------- TOTOP STARTS ------------------ */

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    text-indent: -9999px;
    background-color: #0084ff;
    background-image: url(../images/to-top/to-top.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999997;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.scrollup:hover {
    opacity: 0.9;
}
/* ----------------------------------------------------------------------------- TOTOP ENDS ------------------ */
/* ------------------------------------------------------ NO GUTTER STARTS ---------- */

.no-gutter-1 [class*="-1"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-3 [class*="-3"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-4 [class*="-4"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-6 [class*="-6"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-7 [class*="-7"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-8 [class*="-8"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-9 [class*="-9"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-12 [class*="-12"] {
    padding-left: 0;
    padding-right: 0;
}
/* ------------------------------------------------------ NO GUTTER ENDS ---------- */
/* ---------------------------------------------------------------------------- PARALLAX STARTS ------------------ */

.parallax-1 {
    background-attachment: fixed;
    background-image: url(../images/parallax/1.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.parallax-2 {
    background-attachment: fixed;
    background-image: url(../images/parallax/2.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.parallax-3 {
    background-attachment: fixed;
    background-image: url(../images/parallax/3.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.parallax-4 {
    background-attachment: fixed;
    background-image: url(../images/parallax/4.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.parallax-5 {
    background-attachment: fixed;
    background-image: url(../images/parallax/5.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.parallax-6 {
    background-attachment: fixed;
    background-image: url(../images/parallax/6.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.parallax-7 {
    background-attachment: fixed;
    background-image: url(../images/parallax/7.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.parallax-8 {
    background-attachment: fixed;
    background-image: url(../images/parallax/8.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.parallax-9 {
    background-attachment: fixed;
    background-image: url(../images/parallax/9.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.map-bg {
    background-attachment: fixed;
    background-image: url(../images/parallax/map.png);
    background-repeat: repeat-y;
    background-position: center center;
}
.map-bg-1 {
    background-image: url(../images/parallax/map-1.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.map-bg-2 {
    background-image: url(../images/parallax/map-2.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/* ---------------------------------------------------------------------------- PARALLAX ENDS ------------------ */
/* ---------------------------------------------------------------------------- BACKGROUND STARTS ------------------ */

.dark-texture-01 {
    background-image: url(../images/texture/dark-01.jpg);
}
.dark-texture-02 {
    background-image: url(../images/texture/dark-02.jpg);
}
.light-texture-01 {
    background-color: #fafbfc;
}
.primary-color {
    color: #0084ff;
}
.primary-bg {
    background-color: #0084ff;
}
.light-grey-bg {
    background-color: #f6f6f6;
}
/* ---------------------------------------------------------------------------- BACKGROUND ENDS ------------------ */
/* ---------------------------------------------------------------------------- MEDIA QURIES STARTS ------------------ */

@media (max-width: 1600px) {
    .build-your-site.bottom-left .box-content-img {
		left: 1%;
		top: 35px;
	}
	.build-your-site .box-content-img {
        max-width: 50%;
    }
	.cloud-box-content .ch-box-content-img{
        max-width: 50%;
    }
}
@media (max-width: 991px) {
    .build-your-site .box-content-img {
        display: none;
    }
    .cloud-box-content .ch-box-content-img{
        display: none;
    }
}
@media (min-width: 1199px) {
    .what-we-do .owl-theme .owl-controls {
        position: absolute;
        left: -220px;
        bottom: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .what-we-do .owl-theme .owl-controls {
        position: absolute;
        bottom: 50%;
        margin-top: -18px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .what-we-do .owl-theme .owl-controls .owl-nav .owl-prev {
        position: absolute;
        z-index: 10;
        right: 0px!important;
        top: 50%;
    }
    .what-we-do .owl-theme .owl-controls .owl-nav .owl-next {
        position: absolute;
        z-index: 10;
        left: 0px!important;
        top: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .what-we-do .owl-theme .owl-controls {
        position: absolute;
        bottom: 50%;
        margin-top: -18px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .what-we-do .owl-theme .owl-controls .owl-nav .owl-prev {
        position: absolute;
        z-index: 10;
        right: 0px!important;
        top: 50%;
    }
    .what-we-do .owl-theme .owl-controls .owl-nav .owl-next {
        position: absolute;
        z-index: 10;
        left: 0px!important;
        top: 50%;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .navbar-nav>li>a {
        padding-top: 6px;
        padding-bottom: 6px;
        text-transform: uppercase;
        color: #071337;
        font-size: 13px;
        font-weight: 500;
        line-height: normal;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #071337;
        background-color: transparent;
        border-bottom: 2px solid #0084ff;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 20px;
        margin-right: 15px;
        margin-bottom: 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    nav.transparent.normal {
        background: rgba(20, 20, 20, 0.8);
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 999999;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: #0084ff;
        border-top: none;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #b7daf5;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }
    .NotGeneric-SubTitle {
        text-align: center!important;
    }
    .testimonials .testi-item .testi-info .testi-img {
        display: none;
    }
	.build-free-website .cloud-icon-box-2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
    .what-we-do .owl-theme .owl-controls {
        position: absolute;
        bottom: 50%;
        margin-top: -18px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .what-we-do .owl-theme .owl-controls .owl-nav .owl-prev {
        position: absolute;
        z-index: 10;
        right: 0px!important;
        top: 50%;
    }
    .what-we-do .owl-theme .owl-controls .owl-nav .owl-next {
        position: absolute;
        z-index: 10;
        left: 0px!important;
        top: 50%;
    }
    .blog .entry-content {
        padding-top: 30px;
    }
	.blog .entry-content .entry-title .post-title{
		padding-top:20px;
	}
	.testimonial-carousel.owl-theme .owl-dots {
		position: static;
		right: 0;
		top: 0;
		width: auto;
		padding: 0;
		padding-top:80px;
		padding-bottom:0px;
		transform: translate(0, -50%);
	}
	.testimonial-carousel.owl-theme .owl-dots .owl-dot {
		margin-top:8px;
		display: inline-block;
		zoom: 1;
		*display:inline
	}
    .footer-copyright .foot-copyright {
        line-height: 42px;
        text-align: center;
    }
    .footer-copyright .foot-socials {
        text-align: center;
        padding-top: 20px;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .navbar-brand {
        float: left;
        height: auto;
        padding: 15px 0px 0px 5px!important;
        font-size: 18px;
        line-height: 20px;
    }
    .navbar-brand>img {
        width: 75%!important;
        height: auto;
    }
    .navbar-nav>li>a {
        padding-top: 6px;
        padding-bottom: 6px;
        text-transform: uppercase;
        color: #071337;
        font-size: 13px;
        font-weight: 500;
        line-height: normal;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #071337;
        background-color: transparent;
        border-bottom: 2px solid #0084ff;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: #0084ff;
        border-top: none;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #b7daf5;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }
    .inner-banner .info h1 {
        font-size: 40px;
        font-weight: 700;
        color: #0084ff;
        text-transform: uppercase;
        padding: 0px;
        margin: 0px;
    }
    .inner-banner .info h2 {
        font-size: 14px;
        line-height: normal;
        font-weight: 400;
        color: #fff;
        text-transform: none;
        padding: 0px;
        margin: 0px;
    }
    .what-we-do .block {
        background-color: #f6f6f6;
        position: relative;
        text-align: center;
        padding: 30px 30px;
        transition: all 0.8s;
        margin-left: 0px;
        margin-right: 0px;
    }
    .blog .blog-right .entry-header {
        float: none;
        text-align: center;
        padding-top: 20px;
    }
    .blog .blog-right .entry-header {
        float: none;
        text-align: center;
        padding-top: 20px;
    }
    .faq .accordion_plusminus i {
        display: none;
    }
    .error-404 .not-found .page-title {
        font-size: 130px;
        font-family: Poppins, Arial, sans-serif;
        font-weight: 600;
        color: #0084ff;
        margin: 0;
        letter-spacing: -25px;
        line-height: 1;
    }
}
/* ---------------------------------------------------------------------------- MEDIA QURIES STARTS ------------------ */