@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

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

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    line-height: 24px;
}

/*
.container-pc {
    width: 100%;
    margin: 0 auto;
}
*/
/* ---------------------------------------------------------------------- PRELOADER STARTS ------------------ */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #003354;
    /* 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;
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

#cont-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    height: 36px;
    width: 36px;
    margin-left: -18px;
    margin-top: -18px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f49a18;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

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

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

/* ---------------------------------------------------------------------- PRELOADER ENDS ------------------ */
/* ---------------------------------------------------------------------- LINE STARTS ------------------ */

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #4596d2;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------------------------- LINE ENDS ------------------ */
/* ---------------------------------------------------------------------- TOP HEADER STARTS ------------------ */

.top-header {
    background-color: #003354;
    padding-top: 12px;
    padding-bottom: 12px;
}
.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);
}
.central a{
    color: #ff9700 !important;
    font-size: 15px;
    font-weight: bold;
}

.top-header ul.links {
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.top-header ul.links li {
    display: inline-block;
    font-size: 12px;
    color: #8f8f8f;
    list-style-type: none;
    padding-right: 20px;
}
.top-header ul.links li a {
    color: #e7e7e7;
    text-decoration: none;
}
.top-header ul.links li a i {
    color: #4596d2;
    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: #4596d2;
}
.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: left;
}
.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: #e7e7e7;
}
.top-header ul.social-icons li a:hover {
    color: #4596d2;
}
.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: #222;
    list-style-type: none;
    padding-right: 20px;
}
.top-header-02 ul.links li a {
    color: #222;
    text-decoration: none;
}
.top-header-02 ul.links li a i {
    color: #4596d2;
    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;
}
.modal{
    z-index: 999999;
}
.modal-header{
    background:#003354;
}
.modal-header h4{
    color: #FFF;
    text-align: center;
}

.modal-body h5, .terminos-condiciones h5{
    font-size: 14px;
    color: #034b79;
    color: #034b79;
}

.terminos-condiciones h4{
    color: #005890
}

.terminos-condiciones{
    padding: 25px;
}

.modal-body {
    position: relative;
    padding: 15px;
    background: #fafdff url(../images/elements_header_background.png) no-repeat center top fixed;
        background-size: auto auto;
    background-size: cover;
}

.modal-body p, .modal-body li {
    text-align: justify;
}

.modal-body button.close, .modal-content button.close {
    top: 22px;
    position: absolute;
    right: 24px;
    background: #0088ff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    opacity: .8;
}
/*
.modal-header .nav li a{
    padding: 10px 5px;
} */

.zopim{
    z-index: 13 !important
}

.login-modal label, .login-modal .recordar-contrasena{
    font-size: 12px;
    font-weight: normal !important;
}

.login-modal .btn-primary{
    margin: 0 auto;
    text-align: center;
    display: block;
}

.modal-body .tab-content{
    padding: 0 !important
} 

.modal-body .input-group{
    margin-bottom: 10px;
}

.modal-body .input-group.nombres input{
    width: 100%;
    border-radius: 5px !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
    color: #FFF !important;
}

.nav-pills > li > a, .nav-pills > li > a:hover {
    color: #4596d2 !important
}

.btn-registrar.facebook, .btn-registrar.google-plus{
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFF !important;
    border-radius: 40px;
}
.facebook{
    background: #2170ca
}
.google-plus{
    background: #f12323
}

.reset-total{
    padding: 0 !important    
}

/* ---------------------------------------------------------------------- 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(20, 20, 20, 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: 999;
    border-bottom: 1px solid #f5f5f5;
}

#navigation-sticky-wrapper{
    height: 66px;
}

.navbar {
    border-radius: 0px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 10px;
    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: #4596d2;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #222222;
}
.navbar-nav>li>a {
    padding-top: 32px;
    padding-bottom: 28px;
    text-transform: uppercase;
    color: #222222;
    font-size: 14px;
    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: #4596d2;
    background-color: transparent
}
.navbar-default .navbar-nav > li a i {
    font-size: 20px;
    color: #4596d2;
    -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: #4596d2;
    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: #4596d2;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #4596d2;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #4596d2;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #4596d2;
    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 #4596d2;
    border-bottom: 6px solid transparent;
    border-right: 25px solid #4596d2;
    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: #4596d2;
    padding-right: 5px;
}
.live-chat-widget .lc-left .lc-number {
    font-size: 22px;
    color: #222;
    font-weight: 700;
    letter-spacing: 2px;
}
.live-chat-widget .lc-right {
    float: right;
    width: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #4596d2;
    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: #4596d2;
    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: #4596d2;
}
.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: #4596d2;
    -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;
    text-transform: uppercase;
    font-size: 12px;
    -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: #4596d2!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: #4596d2;
}
.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: 50px 0;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.title-area h2 {
    color: #fff;
}
.title-area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}
.title-area .title-area-content {
    position: relative;
    z-index: 1;
}
.inner-banner h2 {
    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: #4596d2!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: 24px;
}
.hero-text .heading-line {
    border-top: 4px solid #4596d2;
    height: 20px;
    position: relative;
    width: 40px;
    margin-bottom: 30px;
}
.hero-text .heading-line:before,
.hero-text .heading-line:after {
    position: absolute;
    width: 80px;
    top: 4px;
    content: "";
    height: 4px;
    background-color: #4596d2;
}
.hero-text .heading-line:after {
    width: 20px;
    top: 12px;
}
.hero-text.text-center .heading-line {
    position: static;
    margin: 0 auto 30px;
    text-align: center;
    left: 0;
    right: 0;
}
.hero-text.text-center .heading-line:before {
    margin: 0 auto 30px;
    text-align: center;
    top: 8px;
    left: 0;
    right: 0;
}
.hero-text.text-center .heading-line:after {
    margin: 0 auto 30px;
    text-align: center;
    top: 16px;
    left: 0;
    right: 0;
}
.hero-text h2, .hero-text h1 {
    color: #222222;
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 1px;
    margin: 0 0 25px;
}
.hero-text .description {
    color: #8f8f8f;
    font-size: 13px;
}
/* ---------------------------------------------------------------------- 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: #003354;
    border-radius: 50%;
    transition: all 0.9s;
}
.what-we-do .block .b-title {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 5px;
    transition: all 0.9s;
}
.what-we-do .block p {
    padding-bottom: 15px;
    height: 140px;
    overflow: hidden;
}
.what-we-do .block .button {
    font-size: 12px;
    background-color: #003354;
    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: #4596d2;
    color: #fff;
    text-decoration: none;
}

.btn-primary{
    font-size: 12px;
    background-color: #003354;
    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;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #4596d2;
    color: #fff;
    text-decoration: none;
}

.btn-second{
    font-size: 12px;
    background-color: #f49a18;
    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: none;
}

.btn-second:hover,
.btn-second:active,
.btn-second:focus {
    background-color: #4596d2;
    color: #fff;
    text-decoration: none;
}

.btn-three {
    background-color: #4596d2;
    padding: 12px 16px 10px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #4596d2;
    font-size: 12px;
}
.btn-three:hover,
.btn-three:active,
.btn-three:focus {
    font-size: 12px;
    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;
}

.btn-shop{
    font-size: 12px;
    background-color: #f49a18;
    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: none;
}

.btn-shop:hover,
.btn-shop:active,
.btn-shop:focus{
    background-color: #f47018;
    color: #fff;
}


.what-we-do .block:hover {
    background-color: #4596d2;
    color: #fff;
}
.what-we-do .block:hover .cloud-icon {
    background-color: #fff;
    color: #222;
}
.what-we-do .block:hover .b-title {
    color: #fff;
}
.what-we-do .block:hover .button {
    background-color: #fff;
    color: #005890;
}
.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: #005890;
    border-radius: 100%;
    margin-top: 0;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background-color: #4596d2 !important;
    color: #fff;
    text-decoration: none;
}

.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: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.search-domain .heading-line {
    margin: 0 auto 30px!important;
}
.search-domain .hero-text h2, .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: 35px;
    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;
    text-transform: lowercase;
    -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 .form-control:focus, .search-domain-tabs select:focus {
    border-bottom: 1px solid #0191ff !important;
    box-shadow:0 17px 26px -14px #0180ff;
}

.search-domain-tabs .btn-default {
    color: #fff;
    background-color: #4596d2;
    border: 0px;
    border-bottom: 0px solid #71b4e6;
    border-radius: 0px;
}
.search-domain-tabs .btn {
    width: 59px;
    height: 54px;
    background-color: #4596d2 !important;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    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: 10px;
    height: 35px;
    padding-top: 8px;
    width: 100%;
    text-transform: normal;
    font-size: 14px;
    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: #4596d2;
    background-color: transparent;
    letter-spacing: 1px;
}
.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
    font-size: 14px;
    font-weight: 600;
    color: #4596d2;
    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: #222;
    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: #222;
}
.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: #222;
    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: #222;
    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: #222;
    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: #4596d2;
}
.search-domain-02 .ch-domain-results .col-domain-content:hover .domain-name {
    background-color: #4596d2;
    color: #fff;
}
.search-domain-02 .ch-domain-more {
    clear: both;
    transition: 0.9s;
    font-size: 12px;
    background-color: #222;
    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: #4596d2;
    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: #4596d2;
}
.search-domain-02.dark-skin .ch-domain-results .col-domain-content.available .domain-name {
    background-color: #4596d2;
    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: #4596d2;
}
/* ---------------------------------------------------------------------- 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: #222;
    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;
    text-align: justify;
}
/* ---------------------------------------------------------------------- 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: #005890;
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    padding: 20px 8px 20px 8px;
    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: #005890;
    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: 18px 18px 18px 18px;
}
.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: #222;
}
.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: 33px;
    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;
    background: 
}
.cloud-pricing-1 .pricing-box .pricing-desc ul li {
    list-style: none;
    padding: 10px 8px;
    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: #005890;
    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: #4596d2;
    color: #fff;
}
.cloud-pricing-1.featured .pricing-title {
    background-color: #4596d2;
}

.cloud-pricing-1.featured .pricing-title:after {
    border-top-color: #4596d2;
}
.cloud-pricing-1.featured .button {
    background-color: #4596d2;
    border-color: #4596d2;
}

.cloud-pricing-1.linux .pricing-title {
    background-color: #f49a18;
}

.cloud-pricing-1.linux .pricing-title:after {
    border-top-color: #f49a18;
}
.cloud-pricing-1.linux .button {
    background-color: #f49a18;
    border-color: #f49a18;
}

/* ---------------------------------------------------------------------- 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: #222;
    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: #4596d2;
    color: #fff;
}
.cloud-pricing-2 .button:hover {
    border-color: #4596d2;
}
.cloud-pricing-2.featured {
    border: 1px solid #4596d2;
}
.cloud-pricing-2.featured .pricing-title {
    color: #4596d2;
}
.cloud-pricing-2.featured .p-money {
    color: #4596d2;
}
.cloud-pricing-2.featured .button {
    background-color: #4596d2;
    border-color: #4596d2;
}
/* ---------------------------------------------------------------------- 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: #222;
    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: #222;
    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: #222;
}
.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: #222;
    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: #4596d2;
    color: #fff;
}
.cloud-pricing-3.featured .pricing-title {
    background-color: #4596d2;
}
.cloud-pricing-3.featured .pricing-title:after {
    border-top-color: #4596d2;
}
.cloud-pricing-3.featured .button {
    background-color: #4596d2;
    border-color: #4596d2;
}
/* ---------------------------------------------------------------------- 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: #4596d2;
}
.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: #4596d2;
}
.cloud-box-content .button, .solicitar_web .button {
    font-size: 12px;
    background-color: #222;
    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: #4596d2;
    margin-top: 30px;
    border: none;
}
.cloud-box-content .button:hover,
.cloud-box-content .button:active,
.cloud-box-content .button:focus {
    background-color: #4596d2;
    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: #4596d2;
}
.one-click .btn {
    background-color: #4596d2;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    padding-top: 8px;
    font-size: 12px;
}
.one-click .btn:hover {
    background-color: #fff;
    color: #222;
}
/* ---------------------------------------------------------------------- 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: #005890;
    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: #222;
    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: #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: #4596d2;
    color: #fff;
}
.core-features .block .box.cloud-icon-bg:hover .cloud-icon {
    background-color: #fff;
    color: #005890;
}
.core-features .block .box.cloud-icon-bg:hover .b-title {
    color: #fff;
}
.core-features .block .box.cloud-icon-bg:hover .btn {
    background-color: #fff;
    color: #222;
}
.core-features .block .box:hover .cloud-icon {
    background-color: #4596d2;
    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: #222;
    border-radius: 50%;
    transition: 0.5s;
}
.features-02 .block .icon-content p {
    margin-bottom: 5px;
}
.features-02 .block .cloud-icon-content .b-title {
    color: #222;
    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: #4596d2;
    color: #fff;
}
.features-02 .block.cloud-icon-bg:hover .cloud-icon {
    background-color: #fff;
    color: #222;
}
.features-02 .block.cloud-icon-bg:hover .b-title {
    color: #fff;
}
.features-02 .block.cloud-icon-bg:hover .btn {
    background-color: #fff;
    color: #222;
}
.features-02 .block:hover .cloud-icon {
    background-color: #4596d2;
    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: #4596d2;
    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: #4596d2;
    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: 18px 0;
    transition: all 0.7s;
}
.nav-tabs>li>a i {
    font-size: 13px;
    padding-right: 3px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    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: 12px;
    text-transform: uppercase;
    color: #222;
    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: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    cursor: default;
    background-color: #4596d2;
    border-bottom: 1px solid #fff;
    border-bottom-color: transparent;
    letter-spacing: 0px;
    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: 12px;
    color: #222;
    cursor: default;
    background-color: #f6f6f6;
    border: 1px solid #fff;
    border-bottom-color: transparent;
    cursor: pointer;
}
.tab-content {
    padding: 20px;
}
.tab-content h3 {
    font-size: 24px;
    color: #222222;
    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;
    text-align: justify;
}

.description .price-plan, .price-plan{
    color: #f49a18;
    font-size: 20px;
    font-weight: bold;
}

.description .btn-primary, .description .btn-second, .description form{
    display: inline-block !important
}

ul.has-icons, .description ul {
    padding-left: 30px;
}
ul.has-icons li, .description li{
    list-style: none;
    position: relative;
    font-size: 12px;
    color: #8f8f8f;
}
ul.has-icons li:before, .description 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: #4596d2;
}
/* ---------------------------------------------------------------------- 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: #222;
    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: #4596d2;
}
.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: #222;
    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: #222;
    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: #222;
    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: #222;
    border-radius: 100%;
    margin-top: 0;
}
.cloud-clients .owl-controls .owl-buttons div:hover {
    background-color: #4596d2;
}
.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: #4596d2;
}
.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: #4596d2;
}
.build-your-site .button {
    font-size: 12px;
    background-color: #222;
    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: #4596d2;
    margin-top: 30px;
}
.build-your-site .button:hover,
.build-your-site .button:active,
.build-your-site .button:focus {
    background-color: #4596d2;
    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: #222;
    font-weight: 600;
}
.blog .entry-content .entry-title .post-title {
    color: #222;
    padding-bottom: 10px;
    display: block;
}
.blog .entry-content .entry-title a:hover {
    color: #4596d2;
}
.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: #4596d2;
}
.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: #4596d2;
}
.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: #222;
    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: #4596d2;
    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: #4596d2;
}
.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: #4596d2;
    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: #4596d2;
    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: #222;
}
.blog-single .entry-footer .text-left .category-links a:hover {
    color: #4596d2;
}
.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: #222;
    display: inline-block;
    margin: 0px 2px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.blog-single .entry-footer .social-links a:hover {
    background-color: #4596d2;
}
.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: #222;
    font-weight: 600;
}
.blog .post-detail .entry-content .entry-title .post-title {
    color: #222;
    padding-bottom: 10px;
    display: block;
}
.blog .post-detail .entry-content .entry-title a:hover {
    color: #4596d2;
}
.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: #4596d2;
}
.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: #4596d2;
}
.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: #4596d2;
    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: #4596d2;
    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: #222222;
}
.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: #222;
    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: #4596d2;
}
.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: #222222;
}
.blog .comments .line {
    height: 2px;
    width: 40px;
    background-color: #4596d2;
    margin-top: 14px;
    margin-bottom: 50px;
}
.media-left,
.media>.pull-left {
    padding-right: 20px;
}
.blog .comments .media-heading {
    font-size: 13px;
    color: #222222;
    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: #4596d2;
    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: #222222;
    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: #4596d2;
    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: #222222;
}
.blog .leave-a-reply .line {
    height: 2px;
    width: 40px;
    background-color: #4596d2;
    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 #4596d2;
    background-color: #4596d2;
    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: #4596d2;
}
.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: #4596d2;
    border-color: #4596d2;
}
.sidebar {
    padding-bottom: 50px;
}
.sidebar h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    color: #222;
}
.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: #222;
}
.sidebar .recent-posts ul li .info .date {
    font-size: 12px;
    color: #b5b5b5;
}
.sidebar .recent-posts ul li a {
    color: #222222;
    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: #4596d2;   
}
.sidebar .services-list ul li.active {
    color: #4596d2;    
}
.sidebar .services-list ul li.active a {
    color: #4596d2;    
}
.sidebar .services-list ul li a {
    color: #727272;
    text-decoration: none;
}
.sidebar .services-list ul li:hover a {
    color: #4596d2;
    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;
}
.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: #222;
    border-radius: 50%;
    transition: 0.5s;
}
.welcome-02 .block .icon-content p {
    margin-bottom: 5px;
}
.welcome-02 .block .cloud-icon-content .b-title {
    color: #222;
    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: #4596d2;
    color: #fff;
}
.welcome-02 .block.cloud-icon-bg:hover .cloud-icon {
    background-color: #fff;
    color: #222;
}
.welcome-02 .block.cloud-icon-bg:hover .b-title {
    color: #fff;
}
.welcome-02 .block.cloud-icon-bg:hover .btn {
    background-color: #fff;
    color: #222;
}
.welcome-02 .block:hover .cloud-icon {
    background-color: #4596d2;
    color: #fff;
}
/* ---------------------------------------------------------------------- WELCOME 02 ENDS ------------------ */
/* ---------------------------------------------------------------------- WHY TO CHOOSE STARTS ------------------ */

.why-to-choose {
    padding-top: 100px;
    padding-bottom: 100px;
}
.why-to-choose .actives {
    background-color: #4596d2!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: #222222;
    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: #222222;
    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: #222222;
    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: #4596d2;
    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: #4596d2;
    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: #222222;
    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: #222222;
    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: #222222;
    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: #222222!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: #222222!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: #222222;
    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: #222222;
    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: #222222;
    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: #222;
    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: #005890;
    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: #222;
    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: #4596d2;
    color: #fff;
}
.cloud-icon-box-2.cloud-icon-bg:hover .cloud-icon {
    background-color: #fff;
    color: #222;
}
.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: #222;
}
.cloud-icon-box-2:hover .cloud-icon {
    background-color: #4596d2;
    color: #fff;
}
/* ---------------------------------------------------------------------- TESTIMONIALS STARTS ------------------ */

.testimonials {
    padding-top: 30px;
    padding-bottom: 30px;
}
.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: #4596d2;
    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: #4596d2 !important;
}
.testimonials.bx-pager .bx-pager-item a:hover {
    background-color: #4596d2;
}
.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: #4596d2
}



















/* ---------------------------------------------------------------------- TESTIMONIALS ENDS ------------------ */

.clients {
    padding-top: 30px;
    padding-bottom: 30px;
}
.clients img {
    margin-top: 0;
    margin-bottom: 0;
}
/* ---------------------------------------------------------------------- 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: #4596d2;
    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: #4596d2;
    margin: 0;
    letter-spacing: -35px;
    line-height: 1;
}

.error-404 .not-found .page-title.gracias{
    font-size: 180px;
    letter-spacing: -7px;
}

.error-404 .not-found .page-title.resultado-busqueda{
    font-size: 80px;
    letter-spacing: -7px;
}

.error-404 .not-found .page-content h3 {
    font-weight: 500;
    font-size: 24px;
    color: #222;
    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: #222;
    text-align: center;
    line-height: 40px;
}
/* ------------------------------------------------------ ERROR PAGE ENDS  ------------------ */
/* ------------------------------------------------------ BUTTONS STARTS  ------------------ */

.btn-primary {
    font-size: 12px;
    background-color: #005890;
    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;
    border: none !important
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #4596d2;
    color: #fff;
}
.btn-default {
    font-size: 12px;
    background-color: #005890;
    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: #4596d2;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-color: #4596d2;
    color: #fff;
}
.btn-secondary {
    font-size: 12px;
    background-color: #005890;
    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: #4596d2;
    color: #fff;
}
.btn-secondary:before {
    background-color: #4596d2;
}
.btn-secondary:hover {
    background-color: #2d3035;
}
.btn-thirdary {
    font-size: 12px;
    background-color: #222;
    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: #4596d2;
    color: #fff;
}
.btn-thirdary:before {
    background-color: #4596d2;
}
.btn-thirdary:hover {
    background-color: transparent;
}
.btn-thirdary:hover:before {
    background-color: #4596d2;
}
.btn-fifth {
    font-size: 12px;
    background-color: #222;
    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: #4596d2;
    color: #fff;
}
.btn-fifth:before {
    background-color: #fff;
}
.btn-fifth:hover {
    color: #4596d2;
    background-color: transparent;
}
.btn-fifth:hover:before {
    background-color: #fff;
}
.btn-fourth {
    font-size: 12px;
    background-color: #222;
    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: #4596d2;
    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-color: #4596d2;
}
.cloud-newletter .letter-info {
    padding: 30px 0;
    overflow: hidden;
}
.cloud-newletter .letter-info .letter-header {
    position: relative;
}
.cloud-newletter .letter-info .letter-header .hoz-line {
    position: absolute;
    background-color: #fff;
    content: "";
    border-radius: 5px;
    height: 5px;
    left: 0;
}
.cloud-newletter .letter-info .letter-header .hoz-line.hoz-line-1 {
    width: 30px;
    top: 3px;
}
.cloud-newletter .letter-info .letter-header .hoz-line.hoz-line-2 {
    width: 20px;
    top: 13px;
}
.cloud-newletter .letter-info .letter-header .hoz-line.hoz-line-3 {
    width: 15px;
    top: 23px;
}
.cloud-newletter .letter-info .letter-header .hoz-line.hoz-line-4 {
    width: 15px;
    bottom: 5px;
}
.cloud-newletter .letter-info .letter-header i {
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 75px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    transform: rotate(-45deg);
}
.cloud-newletter .letter-info .letter-header .letter-title {
    padding-left: 100px;
    display: inline-block;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}
.cloud-newletter .letter-info .letter-header .letter-title span {
    display: block;
    font-size: 18px;
    line-height: 3px;
    font-weight: 600;
}
.cloud-newletter .letter-info .letter-header .letter-title p {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    margin-top: 10px
}
.cloud-newletter .letter-info .mc4wp-response {
    margin-top: 10px;
}
.cloud-newletter .letter-info .letter-fied {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 10px;
    color: #fff;
}
.cloud-newletter .letter-info .letter-fied:after {
    content: "\f1d8";
    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: 24px;
    position: absolute;
    top: 26px;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    transform: translate(0, -50%);
}
.cloud-newletter .letter-info .letter-fied .mail-field {
    background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 40px 10px 10px;
}
.cloud-newletter .letter-info .letter-fied .mail-field:focus {
    outline: inherit;
}
.cloud-newletter .letter-info .letter-fied .mail-submit {
    position: absolute;
    top: 1px;
    right: 0;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: none;
    opacity: 0;
    z-index: 1000;
}


.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: #4596d2;
}
.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, select {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px;
    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 #005890;
    background-color: #005890;
    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 #4596d2;
    background-color: #4596d2;
    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-back{
    background: #FFF;
}

.contact-map{
    margin-top: -47px;
}

/* ------------------------------------------------------ CONTACT US ENDS  ------------------ */
/* ------------------------------------------------------ FOOTER STARTS  ------------------ */

.site-footer {
    background-color: #282828!important;
    clear: both;
    padding-top: 15px;
}
.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: 20px;
}
.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: 18px;
    padding-bottom: 9px;
    margin-bottom: 4px;
}
.site-footer .footer-widgets .footer-container {
    padding-bottom: 10px;
}
.footer-sidebar {
    color: #bababa;
}
.footer-sidebar .widget {
    margin-bottom: 8px;
}
.footer-sidebar .widget .widget-title {
    color: #fff;
}
.footer-sidebar .widget .fa {
    color: #4596d2;
    padding-right: 10px;
}
.widget .widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    color: #222;
}
.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: #4596d2;
}
.footer-sidebar .widget ul li:before {
    color: #4596d2;
}
.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: #4596d2;
}
.footer-copyright {
    padding: 10px 0 10px;
}
.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: #4596d2;
}
.footer-area:nth-child(2) {
    background-color: #222;
}
.footer-area:nth-child(2) {
    background-color: #222;
}
/* ------------------------------------------------------ FOOTER STARTS  ------------------ */
/* ----------------------------------------------------------------------------- TOTOP STARTS ------------------ */

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 41px;
    right: 15px;
    display: none;
    text-indent: -9999px;
    background-color: #4596d2;
    background-image: url(../images/to-top/to-top.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 12;
    -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-image: url(../images/texture/light-01.jpg);
}
.primary-color {
    color: #4596d2;
}
.primary-bg {
    background-color: #4596d2;
}
.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: 37px;
    }
}
@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: #222222;
        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: #222222;
        background-color: transparent;
        border-bottom: 2px solid #4596d2;
    }
    .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: #4596d2;
        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: #222222;
        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: #222222;
        background-color: transparent;
        border-bottom: 2px solid #4596d2;
    }
    .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: #4596d2;
        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: #4596d2;
        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: #4596d2;
        margin: 0;
        letter-spacing: -25px;
        line-height: 1;
    }
}
/* ---------------------------------------------------------------------------- MEDIA QURIES STARTS ------------------ */

thead{
    background: #f49a35;
    color: #FFF;
    text-align: center !important;
}

table, thead th{
    text-align: center !important;
}

table .btn-primary{
    width: 100%;
    text-align: center;
    font-size: 11px;
    /*padding: 12px 3px;*/
}

table .btn-primary i{
    font-size: 10px;
}

.icon-tab-positive i, .icon-tab-negative i{
    color: #33b522;
    font-size: 16px;
}

.icon-tab-negative i{
    color: #f41e1e !important;
}

.icon-tab-positive::before, .icon-tab-negative::before{
    content: none !important;
}

thead th .pricing-info {
    padding: 10px;
}

thead th .pricing-info .p-money {
    margin: 0 auto;
    display: table;
    padding: 5px 10px 0px 10px;
    font-family: Poppins, Arial, sans-serif;
    color: #FFF;
}

thead th .p-only{
    line-height: 15px;
    position: relative;
    display: inline-block;
    font-size: 15px;
}

thead th .pricing-info .p-money .p-unit {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    float: left;
    padding-right: 5px;
    padding-top: 6px;
    color: #005694
}

thead th .pricing-info .p-money .p-price {
    font-size: 25px;
    font-weight: 700;
    float: left;
    line-height: 1;
    color: #005694
}

thead th .pricing-info .p-duration {
    display: block;
    font-size: 9px;
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: normal;
}

.full-title, .full-title td:hover{
    background: #005694 !important;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

/******************* DESARROLLO DE SITIOS WEB *******************/

.white-container{
    padding-bottom: 50px;
}

/******************* MODELOS DE PAGINAS WEB *******************/
.modelos_de_paginas img{
    max-width: 100%;
    height: auto;
}

.modelos_de_paginas .tab-content img {
    margin: 0px !important;
}

.no-gutter-3 [class*="-3"] .modelos_de_paginas {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.item-portafolio {
  position: relative;
  width: 100%;
  padding: 0 !important;
  /* border:1px solid #dedede; */
  background-color: #FFF;
  border-radius: 5px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(69, 150, 210, 0.47);
  border-radius: 5px;
}

.item-portafolio:hover .overlay {
  opacity: 1;
}

.text i, .text p{
  color: white;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text p{
    text-align: center;
    color: #FFF;
    font-size: 14px;
    margin-top: 35px;
    font-weight: bold;
} 

.total-modelos-web a.enlace{
    display: block;
    text-align: center;
}

.total-modelos-web {
    margin-bottom: 40px;
}

.total-modelos-web h4{
    padding: 6px 7px;
    background: #f49a18;
    color: #FFF;
    border-radius: 60px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-top: -159px;
    z-index: 22;
    position: absolute;
    right: 0;
    border: 1px solid #d48006;
}

.item-portafolio img{
    margin: 0 !important
}


.no_gutter_modelos_web .btn-shop{
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 10%;
    top: -17px !important;
    position: relative;
}

.tab-modelos-web{
    margin-bottom: 20px;
}

.solicitar_web .search-domain-tabs .tab-content {
    margin-top: 0px;
    padding: 0;
}
.solicitar_web .button{
    margin-top: 0 !important
}

.modal-body .contact-form{
    padding: 0 !important 
}


/********************************Registro de dominio****************************/
.resultado_busqueda_dominio h5{
    font-size: 33px;
    color: #FFF;
    margin-bottom: 0px;
    text-transform: lowercase;
}

.dominio-result{
    text-transform: lowercase;
    color: #4596D2
}

.resultado_busqueda_dominio .dominio_disponible{
    color: #6fc816;
    margin-bottom: 10px;
}

.resultado_busqueda_dominio .dominio_no_disponible{
    color: #ee5454;
    margin-bottom: 10px;   
}

.resultado_busqueda_dominio .table-responsive {
    width: 41%;
    margin: 0 auto;
}

.resultado_busqueda_dominio .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    padding: 0px;
    text-align: center;
    border-top: none;
}

.resultado_busqueda_dominio .table > thead > tr > th {
    border-bottom: none;
}

.resultado_busqueda_dominio thead{
    background: #00569400;
    color: #4596D2;
    font-size: 16px;
    font-weight: normal;
}

.container-registro {
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.resultado_busqueda_dominio .btn-three{
        margin-top: 10px;
}

/* Hide the browser's default radio button */
.container-registro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container-registro:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-registro input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-registro input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-registro .checkmark:after {
    top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.planes-title{
    padding: 26px !important;
}

tbody.full-title  td:after{
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
    text-align: center;
    right: 0;
    padding-right: 6px;
    top: 16px;
    pointer-events: none;
    float: right;
}


/****************************Servidores Dedicados****************************/
.servidores-dedicados{
    padding: 0 0 40px 0;
    margin-top: -63px;
}

/***************************Carrito de compras******************************/
.carrito thead tr th{
    padding: 15px 0;
}
.total{
    background: #f5f5f5 !important;
}

.total th{
    padding: 15px 0 !important;
}

.total-price{
    text-align: center;
}

.btn-eliminar{
    background: #f95151;
    padding: 4px 8px;
    color: #FFF;
    border: none;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    transition: all 0.3s ease-in-out 0s;
}

.btn-eliminar:hover{
    background: #e24242;
    color: #FFF !important;
    transition: all 0.3s ease-in-out 0s;
}

.boton-carrito .btn-shop{
    float: right;
}

.carrito .camp-decrip label{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: -6px;
    margin-top: -11px;
    padding-left: 21px;
}

.resumen_compra{
    text-align: center !important;
}

.elemento-carrito{
    background: #f47e18;
    color: #FFF;
    padding: 1px 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 17px;
    display: inline-block;
    font-weight: bold;    
}


.reseller .letter-title{
    margin-top: 20px !important;
    margin-left: -82px;
}

.reseller img{
    margin: -30px 0 0 18px
}

input[type=”file”]#fileinput {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
 }

 label[for="fileinput"] {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 12px 11px !important;
    width: fit-content;
    text-align: center;
    position: absolute;
 }

 input[type="file"] {
    display: block;
    border: 1px solid #eee;
    padding: 10px 0;
    width: 100%;
}

.autoplay2 .slick-prev, .autoplay2 .slick-next{
    top: 50% !important
}


input.cantidad-renovacion{
    min-width: 50px !important;
    display: inline-block;
    margin: 0 -121px;
    text-align: center;
}

.registro_hosting .container-registro{
    padding-left: 21px;
    font-size: 18px;
}

.registro_hosting .container-registro .checkmark {
    top: 4px;
}

.registro_hosting input{
    height: 48px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
}

.registro_hosting .btn-default{
    width: 100%;
    height: 48px;
}

.carrito-host h5{
    text-align: center;
    color: #595959
}

.carrito-host .dominio_no_disponible, .carrito-host .dominio_disponible{
    text-align: center;
}

.car-rsp{
    background: #4596d2;
    color: #FFF;
    padding: 10px;
    width: 45px;
    height: 45px;
    z-index: 2;
    bottom: 25px;
    left: 10px;
    border-radius: 50px;
    text-align: center;
    position: fixed;
}

.car-rsp i{
    color: #FFF;
}

/******************PUBLICIDAD FOOTER SCCROLL********************/
#caja {
    width: 100%;
    position: fixed;
    /* padding: 20px; */
    max-width: 100%;
    z-index: 100;
    top: 90%;
    right: 0;
    /* background: #25b1e3; */
    transform: translateY(100%);
    transition: all .5s ease;
    -webkit-box-shadow: 0 2px 10px rgba(125,125,125,.2);
    -moz-box-shadow: 0 2px 10px rgba(125,125,125,.2);
    box-shadow: 0 1px 3px rgba(125,125,125,.2);
    border: 1px solid rgba(199, 199, 199, 0.2);
}
#caja .x {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 20px;
    color: rgba(0, 103, 172, 0.65);
    padding: 0px 3px;
    border-radius: 20px;
    background: #FFF;
}

#caja.entra {
  transform: translateY(0);
}


/******************SING**REDES**SOCIAL***GOOGLE******+***************/

.g-signin2{
    display: inline-block !important;
    vertical-align: middle !important;
}

.abcRioButtonLightBlue {
    background-color: #dc4437 !important;
    color: #FFF !important;
    border-radius: 25px !important;
    padding:2px 8px !important;
    font-weight: 600 !important;
    position: relative !important;
    font-size: 13px !important;
    height: auto !important;
}

.abcRioButtonLightBlue:hover {
    background-color: #ea6559 !important;
}

.abcRioButton {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

.abcRioButtonIcon {
    background: #FFF !important;
    border-radius: 50px !important;
    height: auto !important;
    padding: 5px !important;
    margin-top: 3px;
}

#_facebook_message {
    margin: 0 15px;
}

/******************SING**REDES**SOCIAL***GOOGLE******+***************/


/*************************ALERTAS*********************************/
.alert-warning {
    color: #fff !important;
    background-color: #f44336 !important;
    border-color: #cf2a1e !important;
}

.alert-success {
    color: #fff !important;
    background-color: #46C24B !important;
    border-color: #379c3b !important;
}
