/*------------------------------------------------------------------
 * Theme Name: Hostio Responsive Template
 * Theme URI: http://www.brandio.io/envato/hostio
 * Author: Brandio
 * Author URI: http://www.brandio.io/
 * Description: A Bootstrap Responsive HTML5 Template
 * Version: 1.0
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2016 Brandio.
 -------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Header Section Styles.
3. Top Content Section Styles.
4. Features Section Styles.
5. Pricing Section Styles.
6. Info Section Styles.
7. More Info Section Styles.
8. More Features Section Styles.
9. Testimonials Section Styles.
10. Get Started Section Styles.
11. Footer Section Styles.
12. Inner Pages Styles.
13. Responsive Styles.
-------------------------------------------------------------------*/

@charset "UTF-8";


/*------------------------------------------------------------------
  1. General Styles
-------------------------------------------------------------------*/
    html, body {
    max-width: 100%;
    overflow-x: hidden;
}


div#tab1,div#tab2 ,div#tab3  {
   animation: fadein 1.5s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#testimonial-img {
  width: 20% !important;
  text-align: center;
  border-left: 1px solid #E9ECF0;
  
}


#testimonial-text {
  
width: 70%;
float: left;
margin-top: -100px;
margin-left: 55px !important;
text-align: right;
  
}


#testimonial-text2 {
  
  width: 70%;
float: left;
margin-top: -115px;
margin-left: 55px !important;
text-align: right;
  
}

#testimonial-text3 {
  
  width: 70%;
float: left;
margin-top: -100px;
margin-left: 40px !important;
text-align: right;
  
}


#testimonial-text4 {
  
  width: 70%;
float: left;
margin-top: -115px;
margin-left: 55px !important;
text-align: right;
  
}



#testimonial-div {
  
  padding-top: 25px;
padding-bottom: 25px;
  
}


















.slider {
  height: 400px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  background: #8fedf5;
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  max-width: 1170px;
margin: 0 auto;
  height: 70%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {

  margin: 2rem 0 1rem;
font-size: 14px;
font-weight: 800;
  text-transform: uppercase;
}
.slider__txt {
  color: rgba(3,27,78,.75);
margin-bottom: 3rem;
font-family: 'heebo';
font-size: 15px;
line-height: 1.6;
font-weight: 100;
  
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #7ddae2;
    box-shadow: 0 0 0 12px #7ddae2, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #7ddae2;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}


input[type="checkbox"], input[type="radio"] {
    margin: 0px 10px 50px;
  }











































































#hide-li-main {
  
  display:none;
}


#bs {
    overflow-x: hidden;
}

.container-nav {
  
  border-bottom: 1px solid #171c71cc;
  
}

@media (max-width: 500px)
#header-start-chat {
    float: left;
    margin-top: -22px;
    margin-left: 30px !important;
}

#hover-img:hover {
  
  filter: grayscale(0%) !important;
  opacity: 1 !important;
  
}

ol, ul {
    list-style: none;
}


h2.tab-h2 {
  
  margin-bottom: 3px;
  font-size: 18px;
  font-family: "assistant", sans-serif;
  font-weight: 900;
  margin-top: 16px;
}


.tabs a {
    height: 80px;
    display: block;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    color: #272e3b;
    padding: 0px 0;
        padding-right: 0px;
    width: 333px !important;
    background: #f6f9fc;
    font-weight: 900;
    border: 1px solid #e5e8ed;
    padding-right: 30px !important;
    font-size: 18px;
    opacity: 0.6;
  border-bottom: 1px solid #E1E5EB;
}



.navbar-collapse {

    padding-right: 0px !important;
    padding-left: 0px !important;
}



.tabs a:hover, .tabs a.active {
    opacity: 1;
    background: #fff;
    border-bottom: solid 1px white !important;
    border-top: 1px solid #e5e8ed !important;
    z-index: 99999 !important;
}


.tabs a:hover, .tabs a.active {
    background: #fff;
    border: solid 1px #E5E8ED;
    border-bottom: 0px;
    border-bottom: 1px solid #fff !important;
}


i#blat {
    position: relative;
        left: 50px;
    bottom: 50px;
    font-size:25px;
}
@media screen and (min-width:1000px) {
    #tab1 {
        padding:0px 90px;
    }
        #tab2 {
        padding:0px 90px;
    }
        #tab3 {
        padding:0px 90px;
    }
}

@media screen and (min-width:1000px) {
    #tab1 {
        padding:0px 90px;
    }
        #tab2 {
        padding:0px 90px;
    }
        #tab3 {
        padding:0px 90px;
    }
}

@media screen and (max-width:868px) {
.tabs a  {
    width:auto !important;
    padding-right: 10px !important;
}
i#blat {
display: none;
}
    
    .tabs a {
    height: 95px;
    }
}










#testimonial-logo {
  
  width:16.666%
}

#bottom-footer-logo {
  
  
  margin-right: 12px;
margin-bottom: 5px;
}

#responsive-footer {
  
  width: auto;
max-width: 1300px;
margin-right: 260px;
  
}
#footer-row{
  margin-left: 20px;
  } 

.footer-hr {
  
  border: 0px solid #61DDE9;
}

#start-with-us-top {

font-family: "assistant", sans-serif;

font-size: 30px;

font-weight: 800;

color: #031b4e;

text-align: right;

}

.hide-me-mobile {
  
  font-family: "assistant", sans-serif;

font-size: 30px;

font-weight: 800;

color: #031b4e;

text-align: right;
}



#start-with-us-bottom {

    font-family: "assistant", sans-serif;

font-size: 25px;

font-weight: 100;

color: #031b4e;

text-align: right;

margin-top: -10px;

}


#testimonials div[class^="col-"] {

    display: inline-block;
    float: none;
    text-align: center;
    margin-right: -4px;
    margin-bottom: -150px;

}


p.main-subtitle {
  color: rgba(3,27,78,.6);
font-size: 28px;
margin-bottom: 60px;
font-family: "heebo", sans-serif;
font-weight: 100;
  
}

h3.our-features-title {
  
  font-size: 20px;
color: #031b4e;
margin-top: 20px;
margin-bottom: 8px;
font-weight: 800;
font-family: "assistant", sans-serif;
margin-bottom: 20px;
  
}

p.our-features-text {
  
  font-size: 16px;
color: rgba(3,27,78,.75);
font-weight: 100 !important;
font-family: "heebo", sans-serif;
line-height: 1.4;
}

p.our-features-v {
  
  font-size: 17px;
color: rgba(3,27,78,.75);
font-weight: 100 !important;
font-family: "assistant", sans-serif;
line-height: 2.0;
width:50%;
text-align: right;
}

#start-chat-second:hover
{
  
  border-bottom: 2px solid #150773 !important;
}

p.plans-peragraph {
  font-size: 17px;
color: rgba(3,27,78,.75);
opacity: 0.8;
font-family: "assistant", sans-serif;
  
}

h2.plans-title {
  color: #031b4e;
font-size: 42px;
font-family: "assistant", sans-serif;
margin-bottom: 20px;
font-weight: 900;
}
h3.plans {
  
  font-family: "assistant", sans-serif;
font-size: 28px;
color: #031b4e;
margin-bottom: 10px;
font-weight: 900;
  
}

.col-md-4-elements:hover {
    transform: scale(1.05);
}

.our-panel-subtitle
{
  
  font-size: 19px;
color: rgba(3,27,78,.75);
font-weight: 100 !important;
font-family: "assistant", sans-serif;
line-height: 2.0;
}

.fa {
  color: #74DEE7; 
}

h2 {
font-family: "assistant", sans-serif;
font-size: 38px;
color: #031b4e;
margin-bottom: 10px;
font-weight: 900;
}
.starts-with {
    font-family: "assistant", sams-serif;
    font-size: 15px;
    color: #031B4E;
}

.amount {
    font-size: 40px;
    font-weight: 900;
    font-family: "assistant", sans-serif;
  color: #031b4e;
}

.currency {
    font-family: "assistant", sans-serif;
    font-weight: 900;
    font-size: 40px;
  color: #031b4e;
}

.duration {
    font-family: "assistant", sans-serif;
    font-size: 17px;
  color: #031b4e;
}

.col-md-4-elements {
position: relative;
min-height: 1px;
float: left;
width: 33.333%;
padding: 10px;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none !important;
  color: #fff;
}

.start-live-chat {
  
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-right: 20px;
  font-size: 18px;
  font-family: 'Heebo', sans-serif;
}

.start-live-chat:hover {
  
  color: #8FEDF5;
  border-bottom: 2px solid #8FEDF5;
  text-decoration: none !important;
}

.go-to-category-button{
border: 2px solid #031B4E;
background-color: #031B4E;
color: #fff !important;
border-radius: 30px;
padding: 10px;
font-size: 17px;
font-weight: 700;
padding-left: 15px;
padding-right: 15px;
font-family: "assistant",sans-serif;
text-decoration: none;
width: 100%;
display:block;
margin-bottom: 10px !important;

  
  
}

.go-to-category-button:hover {
  border: 2px solid #031B4E;
color: #fff !important;
background-color: #031B4E;
transform: scale(1.05);
  
}

.start-trial-button {
border: 2px solid #8FEDF5;
color: #031B4E !important;
border-radius: 30px;
padding: 10px;
font-size: 20px;
font-weight: 800;
padding-left: 20px;
padding-right: 20px;
padding-top: 15px;
padding-bottom: 13px;
font-family: 'Heebo', sans-serif;
text-decoration: none;
background: #8fedf5;
}


.start-trial-button:hover {

    border: 2px solid #68CCD5;
    color: #1d2431 !important;
    background-color: #68CCD5;
    underline: none;
    transform: scale(1.05);

}

.upper-colorize {
    font-size: 0;
    line-height: 0;
    pointer-events: none;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,#00a5ff 0,#f44e57);
  z-index: 9999;
  
}

h1.header-title {
  
  font-size: 60px;
  font-weight:900;
    font-family: 'assistant', sans-serif;
  color: #FFF;
}

h2.header-subtitle {
  
  font-size: 20px;
  font-weight: 200;
  font-family: 'Heebo', sans-serif;
  line-height: 1.6;
  color: #FFF;
}

.navbar-right {
    margin-right: -70px;
}
  

#header-elements-right {
  
  text-align: right;
  width: 50%;
  float: right;
    margin-top: 60px; 
  margin-bottom: 160px;
}
@media (max-width: 1366px) {
  #responsive-footer {
  

margin-right: auto !important;
  
}
  #top-content {
    background-position-x: 0px;
}
}

@media screen and (min-width: 2000px) {
#responsive-footer {

    margin: 0 auto !important;
}
}

  @media (max-width: 1540px){
      #responsive-footer {
  

margin-right: auto !important;
  
}
    #top-content {
    /* background-position-x: -200px !important; */
    }
  
}

#pricing-plan-style ul li {
  
  padding-top: 3px;
  
}
.tabs a:hover {
    box-shadow:none !important;
    z-index: 0 !important;
}                                                  
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#customer-centered {
  text-align: right;
  
}

  
@media (max-width: 767px){
  
  #bottom-blog-post {
    
    margin-top: 50px !important;
  }
  
  p.main-subtitle {

  
    font-family: "heebo", sans-serif;
    font-weight: 100;
}
  
  .slider {
    height: 500px !important;
  }
  
  h2.plans-title {
    color: #031b4e;
    font-size: 30px;
  }
  
  .slider {
    overflow: unset !important;
  }
  
  
  #testimonial-img {
    width: 100% !important;
  }
  
  #testimonial-text {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-left: 0px !important;
    text-align: center;
    padding: 20px;
}
#testimonial-text2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-left: 0px !important;
    text-align: center;
    padding: 20px;
}
#testimonial-text3 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-left: 0px !important;
    text-align: center;
    padding: 20px;
}
#testimonial-text4 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-left: 0px !important;
    text-align: center;
    padding: 20px;
}

#testimonial-div {
    padding-top: 25px;
    padding-bottom: 250px !important;
}
  
  input[type="checkbox"], input[type="radio"] {
    margin: 0px 20px -25px !important; 
}
  
  
  
  
  #hide-li-main {
  
  display:initial;
}
  
  .container-nav {
  
  border-bottom: 0px solid #22335f;
  
}
  
  h2.header-subtitle {
    font-family: 'Heebo', sans-serif !important;
}
  
  .navbar-header {

background: radial-gradient(60% 100% at top center,#191e29 0,#142142 98%),linear-gradient(-180deg,rgba(17,44,153,.5),rgba(17,44,153,0) 36%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#031b4e',GradientType=1 );

}
  
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    opacity: 1 !important;
}
  
  .navbar-toggle {

    padding: 9px 25px !important;
  }
  
  
  .navbar-brand {
    padding: 20px 35px !important;
}
  
  .navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    position: fixed;
    z-index: 9998;
    width: 100%;
    margin-top: 10px !important;
    background-color: #191E28 !important;
    margin-right: -15px;
    margin-top: -22px !important;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.27);
}
  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #142142 !important;
  
  transform: rotate(-180deg);
}
  
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -30px;
    margin-left: -30px;
}
  
  #respo-br {
    
    display: none !important;
  }
  
  
  #get-started .gstart {
    
    font-size: 16px !important;
  
  }
  
  #trial-bottom {
    
    float: right;
    
  }
  
#gstartid {
  
  float: left;
    font-size: 17px;
        margin-top: -33px;
        margin-left: -9px;
  margin-right: 20px;
  
  
} 
  #customer-centered {
    
    text-align: center;
    
  }
  
  #get-started-respo-center {
    
    text-align: center;
    
  }
  
  #footer ul.footer-menu li a {
    font-size: 15px !important;
  }
  
  
  p.our-features-v {
    font-size: 14px;
  }
  
  
  h2 {
    
    font-size: 36px;
  }
  
  .go-to-category-button {
    
  
  
  font-size: 16px;

}
  
  #story p {
    font-size: 16px !important;
  }
  
  #under-tab {
    
    
    
  }
  
  h2.tab-h2 {
    font-size: 16px;
  
  }
  
  .tabs {
    
    margin-right: -44px !important;
    
  }
  
  
  #blat {
    
    
    display:none;
  }
  
  #mobile-margin{
    
    margin-top: 80px !important;
    
  }
  
  #testimonial-logo {
  
  width:50%
}
  
  #bottom-footer-logo {
  
  
  margin-right: -70px !important;
margin-bottom: 5px;
	  margin-top: -7px;
}
  .hide-me-mobile {
    
    display:none;
  }
  #responsive-footer {
margin-right: auto !important;
  
}
  
  #our-footer-social {
  
  
  margin-top: 0px !important;
}
  #footer-row{
  margin-left: -15px;
  } 
  #footer-personal {
    
    margin-top: 30px;
padding-right: 0;
	  margin-bottom: 41px !important;
    
  }
  
  
  #footer-md2 {
    
    margin-top: 50px !important;
    
  }
  
  #get-started {
    text-align: center !important;
}
  
  #start-with-us-top {

    text-align: right;

}

#start-with-us-bottom {

    text-align: right;


}
  
  
  .testimonial-box .testimonial-info{
  
  margin-right: 0px !important;
    margin-left: -15px;
}
  
  #top-content {
    background-position-x: -380px !important;
}
  
  h2.header-subtitle {
    width: 100%;
  text-align: right;
}
  
  
  h1.header-title {
  
  font-size: 30px;
text-align: right;
font-family: 'assistant', sans-serif;
font-weight: 900;
color: #FFF;
}
  
.col-md-4-elements {
    width: 100%;
}

#header-elements-right {
  
  text-align: right;
  width: 100%;
  float: right;
    margin-top: 70px;
  margin-bottom: 0px;
}

#top-content {
    padding-bottom: 90px;
  background-position: left -700px bottom -0px;
}
    
}

*,body{
    transition: all 0.40s ease 0.0s;
    font-family: 'Montserrat-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
.rtl-cols div[class^="col-"] {
    float: right;
}
.blue-button{
    padding: 9px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 6px;
    background-color: #ecf8ff;
    color: #1f8ded;
    border:1px solid #1f8ded;
}
.blue-button:hover,.blue-button:focus{
    color: #ffffff;
    background-color: #1f8ded;
    text-decoration:none;
}
.green-button{
    padding: 7px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 6px;
    background-color: #f7fcef;
    color: #8abe40;
    border:1px solid #8abe40;
    display: inline-block;
}
.green-button:hover,.green-button:focus{
    color: #ffffff;
    background-color: #8abe40;
    text-decoration:none;
}
.pink-button{
    padding: 7px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 6px;
    background-color: #fcf1fc;
    color: #e875c6;
    border:1px solid #e875c6;
    display: inline-block;
}
.pink-button:hover,.pink-button:focus{
    color: #ffffff;
    background-color: #e875c6;
    text-decoration:none;
}
.purple-button{
    padding: 7px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 6px;
    background-color: #f5ecff;
    color: #7774e7;
    border:1px solid #7774e7;
    display: inline-block;
}
.purple-button:hover,.purple-button:focus{
    color: #ffffff;
    background-color: #7774e7;
    text-decoration:none;
}
.blue-color{
    color: #1f8ded;
}
.green-color{
    color: #9ce337;
}
.pink-color{
    color: #e875c6;
}
.purple-color{
    color: #7774e7;
}
.blue-border{
    border-color: #1f8ded;
}
.green-border{
    border-color: #9ce337;
}
.pink-border{
    border-color: #e875c6;
}
.purple-border{
    border-color: #7774e7;
}
.blue-bg{
    background-color: #1f8ded;
}
.green-bg{
    background-color: #9ce337;
}
.pink-bg{
    background-color: #e875c6;
}
.purple-bg{
    background-color: #7774e7;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
/*------------------------------------------------------------------
  2. Header Section Styles
-------------------------------------------------------------------*/
.logo{
    width: 126px;
    margin-top: 0px
}
#mainNav{
    background-color: transparent;
}
.navbar{
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 17px;
    font-family: 'Rubik', sans-serif;
    position: relative;
    padding: 26px 16px;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #88eaf6;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    color: #1f8ded;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a.chat-button{
    padding: 8px 18px;
    background-color: #8FEDF5;
    border-radius: 20px;
    color: #1d2431;
    opacity: 1;
    margin-top: 21px;
    margin-bottom: 13px;
    margin-left: 15px;
    border:2px solid #8fedf5;
    font-weight: bold;
  margin-right: 15px;
  top: -5px;
}

.navbar-default .navbar-nav>li>a.chat-button:hover,.navbar-default .navbar-nav>li>a.chat-button:focus{
    color: #1d2431;
background-color: #8FEDF5;
border: 2px solid #8FEDF5;
transform: scale(1.05);
}
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.navbar-brand {
    height: 65px;
    padding: 20px 0px;
}

.navbar-default .navbar-toggle{
    border: 0px;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #8fedf5;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
    opacity: 0.7;
}

.navbar-toggle{
    margin-top: 17px;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.13);
    border: 0;
    top: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;
}
.dropdown-menu > li > a{
    color: #898f92;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    color: #5bacdc;
    background-color: #f9fdff;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
/*------------------------------------------------------------------
  3. Top Content Section Styles
-------------------------------------------------------------------*/
#top-content{
    background-image: url('https://vangus.co.il/images/bgtest.png');
background-size: cover;
}
.big-title{
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #7f97ad;
    margin-bottom: 10px;
}
.sub-title {
    font-size: 18px;
    color: #8094a1;
    font-family: 'Montserrat-Light', sans-serif;
}
.domain-search-holder{
    margin-top: 30px;
}
.domain-search-holder input[type="text"]{
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #c9dff3;
    padding: 20px 25px;
    font-size: 15px;
    min-width: 300px;
    outline: 0;
}
.domain-search-holder input[type="submit"]{
    border: 0;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #1f8ded;
    padding: 20px 25px;
    color: #ffffff;
    background-color: #1f8ded;
    font-size: 15px;
    font-family: 'Montserrat-Bold', sans-serif;
    margin-left: -4px;
    outline: 0;
}
.domain-search-holder input[type="submit"]:hover,.domain-search-holder input[type="submit"]:focus{
    background-color: #0e76d0;
}
.text-search-holder{
    margin-top: 30px;
}
.text-search-holder input[type="text"]{
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #c9dff3;
    padding: 20px 25px;
    font-size: 15px;
    min-width: 300px;
    outline: 0;
}
.text-search-holder input[type="submit"]{
    border: 0;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #1f8ded;
    padding: 20px 25px;
    color: #ffffff;
    background-color: #1f8ded;
    font-size: 15px;
    font-family: 'Montserrat-Bold', sans-serif;
    margin-left: -4px;
    outline: 0;
}
.domain-search-holder input[type="submit"]:hover,.domain-search-holder input[type="submit"]:focus{
    background-color: #0e76d0;
}
.animation{
    position: relative;
    display: inline-block;
    margin-top: 18px;
}
.animation img{
    max-width: 609px;
    width: 100%;
}
.animation ul.icons-list{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.animation ul.icons-list li{
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    
    -webkit-animation: zoomin 1.5s cubic-bezier(1, .02, 0, .99) forwards;
    -moz-animation: zoomin 1.5s cubic-bezier(1, .02, 0, .99) forwards;
    animation: zoomin 1.5s cubic-bezier(1, .02, 0, .99) forwards;
}
.animation ul.icons-list li a{
    display: inline-block;
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 200px;
    padding-top: 16px;
}
.animation ul.icons-list li a .fa{
    font-size: 20px;
    color: #1f8ded;
}
.animation ul.icons-list li:nth-child(1){
    left: 0;
    top: 17%;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.animation ul.icons-list li:nth-child(2){
    left: 10%;
    top: 42%;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.animation ul.icons-list li:nth-child(3){
    left: 23%;
    top: 52%;
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.animation ul.icons-list li:nth-child(4){
    right: 23%;
    top: 52%;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.animation ul.icons-list li:nth-child(5){
    right: 10%;
    top: 42%;
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.animation ul.icons-list li:nth-child(6){
    right: 0;
    top: 17%;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}
@keyframes zoomin{
    0% {
        -webkit-transform: scale(0) translateY(60px);
        -moz-transform: scale(0) translateY(60px);
        transform: scale(0) translateY(60px);
    }
    100% {
        -webkit-transform: scale(1) translateY(0px);
        -moz-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
    }
}
.animation ul.icons-list li a:hover{
    background-color: #1f8ded;
}
.animation ul.icons-list li a:hover .fa{
    color: #ffffff;
}
.animation #hand-animation{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -79px;
    margin-left: -13%;
    width: 26% !important;
    height: inherit !important;
}
/*------------------------------------------------------------------
  4. Features Section Styles
-------------------------------------------------------------------*/
#features{
    background-color: #0f9aee;
    padding-top: 60px;
    padding-bottom: 0px;
    text-align: center;
    max-height: 500px;
    min-height: 500px;
}
#features .row-title{
    color: #ffffff;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    margin-bottom: 20px
}
#features .row-subtitle{
    color: #ffffff;
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 60px;
}
.feature-box{
    padding: 30px 50px 0px 50px;
    perspective: 800px;
}

.feature-box .feature-icon{
    font-size: 60px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.feature-box .feature-title{
    font-size: 17px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.feature-box .feature-details{
    font-size: 19px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}
.feature-box .feature-button{
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    height: 50px;
    z-index: 2;
    padding-top: 10px;
    opacity: 0;
}
.feature-box .feature-button a{
    padding: 9px 16px;
    background-color: #ecf8ff;
    border-radius: 6px;
    color: #1f8ded;
    opacity: 1;
    border:1px solid #1f8ded;
    font-weight: bold;
    text-decoration:none;
    display: inline-block;
}
.feature-box .feature-button a:hover,.feature-box .feature-button a:focus{
    color: #ffffff;
    background-color: #1f8ded;
}
.feature-box .box-bg{
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17); 
    -moz-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17); 
    box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    z-index: 1;
    opacity: 0;
    transform: scale(0.9) rotateX(30deg);
}
.feature-box.active .box-bg{
    opacity: 1;
    transform: scale(1);
}
.feature-box.active .feature-icon .hsto{
    font-size: 60px;
    color: #0f9aee;
}
.feature-box.active .feature-icon .fa{
    font-size: 60px;
    color: #0f9aee;
}
.feature-box.active .feature-title {
    font-size: 17px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #0f9aee;
    margin-bottom: 25px;
}
.feature-box.active .feature-details{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 19px;
    color: #336786;
    margin-bottom: 40px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.feature-box.active .feature-button{
    height: 50px;
    opacity: 1;
}
/*------------------------------------------------------------------
  5. Pricing Section Styles
-------------------------------------------------------------------*/
#pricing{
    text-align: center;
    background-color: #ffffff;
    padding-top: 150px;
    padding-bottom: 80px;
}
#pricing .row-title {
    color: #0f9aee;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    margin-bottom: 20px;
}
#pricing .row-subtitle {
    color: #336786;
    font-size: 15px;
    margin-bottom: 60px;
    font-family: 'Montserrat-Light', sans-serif;
}
.pricing-box{
    padding: 30px;
    -webkit-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17); 
    -moz-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17); 
    box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    margin: 15px;
    position: relative;
    text-align: center;
}
.pricing-box:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.pricing-box:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    transform: scale(0,1);
    transition: all 0.3s ease 0.0s;
}
.pricing-box:hover:after{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    transition: all 0.3s ease 0.0s;
}
.pricing-box.green-after:after{
    background-color: #9ce337;
}
.pricing-box.pink-after:after{
    background-color: #e875c6;
}
.pricing-box.purple-after:after{
    background-color: #7774e7;
}

.pricing-box .pricing-icon{
    margin-bottom: 20px;
}
.pricing-box .pricing-icon .hsto,
.pricing-box .pricing-icon .fa{
    font-size: 45px;
    border: 1px solid #e1e1e1;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding-top: 28px;
}
.pricing-box .pricing-title{
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #7f98ad;
    margin-bottom: 10px;
}
.pricing-box .pricing-details{
    margin-bottom: 30px;
}
.pricing-box .pricing-details ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-box .pricing-details ul li{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    color: #889eab;
}
.pricing-box .pricing-amount{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    color: #889eab;
    margin-bottom: 40px;
}
.pricing-box .pricing-amount .price{
    font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #7f98ad;
}

.pricing-box.best-seller:before{
    position: absolute;
    content: "";
    background-color: #ecc115;
    width: 8px;
    height: 26px;
    z-index: 999;
    top: 19px;
    right: -8px;
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    transform: skewY(10deg);
}
.pricing-box.best-seller .pricing-icon:after{
    position: absolute;
    content: "";
    background-color: #ffcc00;
    width: 78px;
    height: 26px;
    z-index: 1000;
    right: 0;
    top: 20px;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    transform: skewX(30deg);
}
.pricing-box.best-seller .pricing-icon:before{
    position: absolute;
    content: "";
    background-color: #ffcc00;
    width: 78px;
    height: 26px;
    z-index: 1000;
    right: 0;
    top: 20px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.pricing-box.best-seller .pricing-title:before{
    position: absolute;
    content: "";
    background-color: #ffcc00;
    width: 30px;
    height: 26px;
    z-index: 1000;
    right: -8px;
    top: 20px;
}
.pricing-box.best-seller .pricing-title:after{
    position: absolute;
    content: "Best Seller";
    color: #ffffff;
    z-index: 1001;
    top: 24px;
    right: 3px;
    font-size: 12px;
    font-family: 'Montserrat-Bold', sans-serif;
}
/*------------------------------------------------------------------
  6. Info Section Styles
-------------------------------------------------------------------*/
#info{
    background-color: #f5f8fa;
    padding-top: 70px;
    padding-bottom: 70px;
}
#info h3 {
    color: #0f9aee;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    margin-top: 80px;
}
#info p {
    color: #336786;
    font-size: 15px;
    font-family: 'Montserrat-Light', sans-serif;
}
#info .info-img{
    width: 100%;
    max-width: 372px;
}
/*------------------------------------------------------------------
  7. More Info Section Styles
-------------------------------------------------------------------*/
#more-info{
    background-color: #0f91dd;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../images/blue-bg.png");
    background-size: 126px 21px;
}
#more-info .row-title {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    margin-bottom: 30px;
}
#more-info .row-subtitle {
    color: #dbeef9;
    font-size: 16px;
    margin-bottom: 45px;
    font-family: 'Montserrat-Light', sans-serif;
}

#more-info .get-started-button{
    padding: 7px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 6px;
    color: #ffffff;
    border:1px solid #a8ddfd;
    display: inline-block;
    background-color: transparent;
}
#more-info .get-started-button:hover,#more-info .get-started-button:focus{
    color: #0f91dd;
    background-color: #ffffff;
    text-decoration:none;
}

/*------------------------------------------------------------------
  8. More Features Section Styles
-------------------------------------------------------------------*/
#more-features{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
#more-features .row-title {
color: #031b4e;
font-size: 42px;
font-family: "assistant", sans-serif;
margin-bottom: 20px;
font-weight: 900;
}
#more-features .row-subtitle {
color: rgba(3,27,78,.6);
font-size: 22px;
margin-bottom: 60px;
font-family: "assistant", sans-serif;
}
#more-features .mfeature-box{
  border: 1px solid #f3f5f9;

padding: 30px;

    padding-top: 35px;
    padding-bottom: 35px;

padding-top: 30px;

padding-bottom: 25px;

border-radius: 5px;

box-shadow: 0px 10px 40px 0px rgb(236, 240, 245);
background: #FFF;
      
}
#more-features .mfeature-box .mfeature-icon{
    margin-bottom: 25px;
    position: relative;
}
#more-features .mfeature-box .mfeature-icon .hsto {
    color: #ffffff;
    font-size: 70px;
}
#more-features .mfeature-box .mfeature-icon .fa{
    color: #ffffff;
    font-size:50px;
}
#more-features .mfeature-box .mfeature-icon .icon-bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
}
#more-features .mfeature-box .mfeature-icon .icon-bg img{
    width: 162px;
    opacity: 0.04;
}
#more-features .mfeature-box .mfeature-title {
font-family: "assistant", sans-serif;
font-size: 28px;
color: #031b4e;
margin-bottom: 10px;
font-weight: 900;
}
#more-features .mfeature-box .mfeature-details {
font-size: 17px;
color: rgba(3,27,78,.75);
opacity: 0.8;
font-family: "assistant", sans-serif;
}
/*------------------------------------------------------------------
  9. Testimonials Section Styles
-------------------------------------------------------------------*/
#testimonials{
    background-color: #eef0f2;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
#testimonials .row-title {
    color: #0f9aee;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    margin-bottom: 20px;
}
#testimonials .row-subtitle{
    color: #336786;
    font-size: 15px;
    margin-bottom: 60px;
    font-family: 'Montserrat-Light', sans-serif;
}
#testimonials div[class^="col-"]{
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}
.testimonial-box{
box-shadow: rgb(227, 230, 233) 0px 10px 40px 0px;
    padding: 30px;
    margin-top: 80px;
    position: relative;
    background-color: #ffffff;
	border-radius: 5px;
}
.testimonial-box:hover{
    
}
.testimonial-box .testimonial-image{
    position: absolute;
    width: 100%;
    left: 0;
    top: -55px;
}
.testimonial-box .testimonial-image img{
    width: 86px;
    border-radius: 100px;
}
.testimonial-box .testimonial-title{
font-size: 20px;
color: #031b4e;
margin-top: 20px;
margin-bottom: 8px;
font-weight: 800;
font-family: "assistant", sans-serif;
}
.testimonial-box .testimonial-details {
    color: #616b71;
    font-size: 15px;
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 30px;
}
.testimonial-box .testimonial-info{
    color: #616b71;
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
  margin-right: 64px;
}
.testimonial-box .testimonial-info .name{
    font-weight: bold;
    color: #0f9aee;
}
/*------------------------------------------------------------------
  10. Get Started Section Styles
-------------------------------------------------------------------*/
#get-started{
    background-color: #e9f2f6;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
#get-started .text{
    display: inline-block;
    color: #4d7384;
    font-size: 22px;
    margin-right: 20px;
}
#get-started .gstart{
padding: 12px 20px;

font-size: 18px;

font-weight: bold;

margin-right: 15px;

border-radius: 30px;

background: #61dde9;
font-family: 'Heebo', sans-serif;
padding-top: 15px;

color: #150773;
}
#get-started .gstart:hover,#get-started .gstart:focus{
    color: #150773;
background-color: #8fedf5;

}

#get-started .gstart:hover {

transform: scale(1.05);

}


#gstartid:hover {
  
  border-bottom: 2px solid #150773 !important;
  
}


/*------------------------------------------------------------------
  11. Footer Section Styles
-------------------------------------------------------------------*/
#footer{
background-color: #011339;
padding-top: 80px;
padding-bottom: 80px;
}
#footer .logo-mini{
    width: 24px;
}
#footer h4 {
    font-size: 20px;
    color: #FFF;
    margin: 0;
    margin-bottom: 10px;
    font-family: "assistant", sans-serif;
    font-weight: 800;
}
#footer ul.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul.footer-menu li a{
    color: #e1e1e1 !important;
    font-size: 16px;
  font-family: "assistant", sans-serif;
  line-height: 1.9;
}
#footer ul.footer-menu li a:hover,
#footer ul.footer-menu li a:focus,
#footer ul.footer-menu li.active a{
color: #fff !important;


border-bottom: 1px solid #61dde9;

padding-bottom: 2px;
}
#footer p{
    color: #8dadc1;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 13px;
}
#footer .phone{
    color: #fff;
    font-family: "assistant", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  font-weight: 100;
}
#footer .phone .fa{
    color: #fff;
    font-size: 16px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
}
#footer .email{
    color: #fff;
    font-family: "assistant", sans-serif;
    font-size: 16px;
    margin-bottom: 13px;
  font-weight: 100;
}
#footer .email .fa{
  margin-bottom: 3px;
    color: #999da9;
    font-size: 14px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
}
#footer .address{
    margin-bottom: 30px;
}
#footer .address div{
    display: inline-block;
    color: #FFF;
    font-family: "assistant", sans-serif;
    font-size: 16px;
}
#footer .address .fa{
    color: #999da9;
    font-size: 18px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: top;
}
#footer .social{
    margin-left: 30px;
}
#footer .social a{
    display: inline-block;
    margin-right: 0px;
}
#footer .social a .fa{
color: #fff;
background-color: transparent !important;
width: 25px;
height: 25px;
font-size: 16px;
border-radius: 50px;
text-align: center;
padding-top: 5px;
padding-right: 10px;
}
#footer .social a:hover .fa-twitter,#footer .social a:focus .fa-twitter{
    background-color: #55acee;
}
#footer .social a:hover .fa-facebook,#footer .social a:focus .fa-facebook{
    background-color: #3b5998;
}
#footer .social a:hover .fa-instagram,#footer .social a:focus .fa-instagram{
    background-color: #000000;
    /*
    background: #bc1888; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    */
}

/*------------------------------------------------------------------
  12. Inner Pages Styles
-------------------------------------------------------------------*/
#top-content.inner-page{
    padding-top: 70px;
    padding-bottom: 70px;
}
.page-title{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 25px;
    color: #3c99ef;
    margin-top: 0px;
    margin-bottom: 13px;
}
.page-subtitle{
    font-size: 15px;
    color: #336786;
}
.page-subtitle a{
    color: #1f8ded;
    text-decoration: none;
    font-family: 'Montserrat-Bold', sans-serif;
}
.page-subtitle a:hover{
    color: #1b6fb9;
}
#brief{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1f8ded;
    text-align: center;
}
#brief .row-title{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 20px;
    color: #7f98ad;
    margin-bottom: 25px;
}
#brief p{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 5px 100px;
}
#message{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
    text-align: center;
}
#message h3{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 20px;
    color: #0a5b8c;
    margin-bottom: 40px;
}
#message p{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    color: #336786;
    padding-left: 10px;
    padding-right: 10px;
}
#story{
    background-color: transparent;
  max-width: 1340px;
}
#story .img-col{
    padding-left: 0;
    padding-right: 0;
}
#story .img-col .image-holder{
    background-image: url("../images/working.jpg");
    background-position: center;
    background-size: cover;
    transition: none;
}
#story .txt-col{
    padding: 60px 7% 60px 40px;
}
#story h3{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}
#story p{
font-size: 16px;
color: rgba(3,27,78,.75);
font-weight: 100 !important;
font-family: "heebo", sans-serif;
line-height: 2.2;
}

#services{
    background-color: #3a4c5c;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
#services .row-title{
    color: #ffffff;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    margin-bottom: 20px
}
#services .row-subtitle{
    color: #fff;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    margin-bottom: 60px;
}
#services .service-box{
    margin-bottom: 50px;
}
#services .service-box .service-icon{
    margin-bottom: 10px;
    position: relative;
}
#services .service-box .service-icon .hsto{
    color: #ffffff;
    font-size:60px;
}
#services .service-box .service-icon .icon-bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
}
#services .service-box .service-icon .icon-bg img{
    width: 162px;
    opacity: 0.04;
}
#services .service-box .service-title{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 10px;
}
#services .more-details-button{
    margin-top: 10px;
    padding: 7px 16px;
    font-size: 15px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    text-decoration:none;
    border-radius: 6px;
    color: #d6e0ea;
    border:1px solid #5e6e7d;
    display: inline-block;
    background-color: transparent;
}
#services .more-details-button:hover,#services .more-details-button:focus{
    color: #ffffff;
    background-color: #5e6e7d;
    text-decoration:none;
}

#team{
    background-color: #f2f2f2;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    text-align: center;
}
#team .image-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/image_bg.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.05;
}
#team .row-title{
    color: #0f9aee;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold', sans-serif;
}
#team h3{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 17px;
    color: #184a6a;
    margin-bottom: 20px;
}
#team p{
    font-size: 15px;
    color: #5a666d;
    margin-bottom: 20px;
}
#team .get-started-button{
    margin-top: 10px;
    padding: 7px 16px;
    font-size: 14px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    text-decoration:none;
    border-radius: 6px;
    color: #1f8ded;
    border:1px solid #1f8ded;
    display: inline-block;
    background-color: #ffffff;
}
#team .get-started-button:hover,#team .get-started-button:focus{
    color: #ffffff;
    background-color: #1f8ded;
    text-decoration:none;
}
#pricing p{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 20px;
    color: #1f8ded;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}
#sub-pricing{
    position: relative;
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #ffffff;
}
#sub-pricing .hosting-icon{
    position: absolute;
    width: 100%;
    left: 0;
    top: -50px;
    text-align: center;
    z-index: 1000;
}
#sub-pricing .hosting-icon .hsto{
    font-size: 45px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding-top: 28px;
}

#sub-pricing .pricing-box{
    padding: 30px 40px;
    -webkit-box-shadow: 0px 5px 33px 0px rgba(170, 170, 170,0.17); 
    -moz-box-shadow: 0px 5px 33px 0px rgba(170, 170, 170,0.17); 
    box-shadow: 0px 5px 33px 0px rgba(170, 170, 170,0.17);
    margin: 15px;
    position: relative;
    text-align: center;
}
#sub-pricing .pricing-box:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
#sub-pricing .pricing-box:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    transition: all 0.3s ease 0.0s;
}
#sub-pricing .pricing-box:hover:after{
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    transform: scale(0,1);
    transition: all 0.3s ease 0.0s;
}
#sub-pricing .pricing-box.green-after:after{
    background-color: #9ce337;
}
#sub-pricing .pricing-box.pink-after:after{
    background-color: #e875c6;
}
#sub-pricing .pricing-box.purple-after:after{
    background-color: #7774e7;
}
#sub-pricing .pricing-box.blue-after:after{
    background-color: #3c99ef;
}

#sub-pricing .pricing-box .pricing-icon{
    margin-bottom: 0px;
}
#sub-pricing .pricing-box .pricing-icon .hsto,
#sub-pricing .pricing-box .pricing-icon .fa{
    font-size: 45px;
    border: 1px solid #e1e1e1;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding-top: 28px;
}
#sub-pricing .pricing-box .pricing-title{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 20px;
    color: #3c99ef;
    margin-bottom: 10px;
}
#sub-pricing .pricing-box .pricing-amount{
    margin-bottom: 20px;
}
#sub-pricing .pricing-box .pricing-amount .price{
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #7f98ad;
}
#sub-pricing .pricing-box .pricing-amount .duration{
    font-size: 15px;
}

#sub-pricing .pricing-box .pricing-details{
    margin-bottom: 30px;
}
#sub-pricing .pricing-box .pricing-details ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#sub-pricing .pricing-box .pricing-details ul li{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    color: #889eab;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: default;
    width: 100%;
}
#sub-pricing .pricing-box .pricing-details ul li:first-child{
    color: #336786;
    font-family: 'Montserrat-SemiBold', sans-serif;
}
#sub-pricing .pricing-box .pricing-details ul li:hover{
    color: #a3b9c6;
}
#sub-pricing .pricing-box .pricing-details ul li:first-child:hover{
    color: #4c8aaf;
}
#sub-pricing .pricing-box .pricing-details ul li:before{
    font-family: FontAwesome;
    content: "\f00c";
    color: #009de4;
    font-size: 12px;
    margin-right: 8px;
    transition: all 0.3s ease 0.0s;
}
#sub-pricing .pricing-box .pricing-details ul li:hover:before{
    margin-left: 4px;
    margin-right: 6px;
    transition: all 0.3s ease 0.0s;
}
#sub-pricing .green-accent .pricing-box .pricing-details ul li:hover:before{color: #9ce337;}
#sub-pricing .pink-accent .pricing-box .pricing-details ul li:hover:before{color: #e875c6;}
#sub-pricing .purple-accent .pricing-box .pricing-details ul li:hover:before{color: #7774e7;}

#sub-pricing .pricing-box .pricing-details ul li.not-supported{
    color: #c5d8e4;
}
#sub-pricing .pricing-box .pricing-details ul li.not-supported:before{
    color: #c5d8e4;
}
#sub-pricing .pricing-box .pricing-details ul li.not-supported:hover:before{
    color: #c5d8e4;
    margin-left: 0px;
    margin-right: 8px;
}

#sub-pricing .pricing-box.best-seller:before{
    position: absolute;
    content: "";
    background-color: #ecc115;
    width: 18px;
    height: 26px;
    z-index: 999;
    top: 18px;
    right: -18px;
    -webkit-transform: skewY(12deg);
    -moz-transform: skewY(12deg);
    transform: skewY(12deg);
}
#sub-pricing .pricing-box.best-seller .pricing-icon:after{
    position: absolute;
    content: "";
    background-color: #ffcc00;
    width: 78px;
    height: 26px;
    z-index: 1000;
    right: -10px;
    top: 20px;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    transform: skewX(30deg);
}
#sub-pricing .pricing-box.best-seller .pricing-icon:before{
    position: absolute;
    content: "";
    background-color: #ffcc00;
    width: 78px;
    height: 26px;
    z-index: 1000;
    right: -10px;
    top: 20px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
#sub-pricing .pricing-box.best-seller .pricing-title:before{
    position: absolute;
    content: "";
    background-color: #ffcc00;
    width: 30px;
    height: 26px;
    z-index: 1000;
    right: -18px;
    top: 20px;
}
#sub-pricing .pricing-box.best-seller .pricing-title:after{
    position: absolute;
    content: "Best Seller";
    color: #ffffff;
    z-index: 1001;
    top: 24px;
    right: -7px;
    font-size: 12px;
    font-family: 'Montserrat-Bold', sans-serif;
}

#sub-pricing .green-accent .pricing-box.best-seller:before{background-color: #8cc934;}
#sub-pricing .green-accent .pricing-box.best-seller .pricing-icon:after{background-color: #9ce337;}
#sub-pricing .green-accent .pricing-box.best-seller .pricing-icon:before{background-color: #9ce337;}
#sub-pricing .green-accent .pricing-box.best-seller .pricing-title:after{background-color: #9ce337;}
#sub-pricing .green-accent .pricing-box.best-seller .pricing-title:before{background-color: #9ce337;}

#sub-pricing .pink-accent .pricing-box.best-seller:before{background-color: #ce60ad;}
#sub-pricing .pink-accent .pricing-box.best-seller .pricing-icon:after{background-color: #e875c6;}
#sub-pricing .pink-accent .pricing-box.best-seller .pricing-icon:before{background-color: #e875c6;}
#sub-pricing .pink-accent .pricing-box.best-seller .pricing-title:after{background-color: #e875c6;}
#sub-pricing .pink-accent .pricing-box.best-seller .pricing-title:before{background-color: #e875c6;}

#sub-pricing .purple-accent .pricing-box.best-seller:before{background-color: #615ecc;}
#sub-pricing .purple-accent .pricing-box.best-seller .pricing-icon:after{background-color: #7774e7;}
#sub-pricing .purple-accent .pricing-box.best-seller .pricing-icon:before{background-color: #7774e7;}
#sub-pricing .purple-accent .pricing-box.best-seller .pricing-title:after{background-color: #7774e7;}
#sub-pricing .purple-accent .pricing-box.best-seller .pricing-title:before{background-color: #7774e7;}

#sub-pricing .pricing-box .pricing-button{
    margin-bottom: 15px;
}

#search-domain{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f6f8f9;
}
#search-domain .text{
    font-size: 19px;
    color: #7a92a0;
}
#search-domain .domain-search-holder {
    margin-top: 20px;
}

#platforms{
    background-color: #ffffff;
    padding-top: 30px;
}
#platforms .text{
    font-family: 'Montserrat-Light', sans-serif;
    color: #8e9599;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}
#platforms ul.platforms-list{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    margin-bottom: 40px;
}
#platforms ul.platforms-list.left-list{
    text-align: right;
}
#platforms ul.platforms-list.right-list{
    text-align: left;
}
#platforms ul.platforms-list li{
    margin-top: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}
#platforms ul.platforms-list li .platform-link img{
    width: 72px;
}
#platforms ul.platforms-list li .platform-link{
    position: relative;
    display: inline-block;
    opacity: 0.14;
}
#platforms ul.platforms-list li .platform-link:hover,
#platforms ul.platforms-list li .platform-link:focus,
#platforms ul.platforms-list li .platform-link.active{
    opacity: 1;
}

#platforms ul.platforms-list li .platform-link .tool-tip{
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 15px;
    color: #3c99ef;
    border:1px solid #3c99ef;
    background-color: #ecf8ff;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    position: absolute;
    opacity: 0;
}
#platforms ul.platforms-list.left-list li .platform-link .tool-tip{
    border-top-left-radius:5px; 
    border-bottom-left-radius:5px;
    padding-left: 15px;
    padding-right: 10px;
    top: 50%;
    margin-top: -14px;
    margin-right: 30px;
    right: 100%;
}
#platforms ul.platforms-list.left-list li .platform-link .tool-tip:after{
    content: "";
    border-top:1px solid #3c99ef;
    border-right:1px solid #3c99ef;
    background-color: #ecf8ff;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    right: -5px;
    top: 50%;
    margin-top: -5px;
}
#platforms ul.platforms-list.right-list li .platform-link .tool-tip{
    border-top-right-radius:5px; 
    border-bottom-right-radius:5px;
    padding-left: 10px;
    padding-right: 15px;
    top: 50%;
    margin-top: -14px;
    margin-left: 30px;
    left: 100%;
}
#platforms ul.platforms-list.right-list li .platform-link .tool-tip:after{
    content: "";
    border-left:1px solid #3c99ef;
    border-bottom:1px solid #3c99ef;
    background-color: #ecf8ff;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    left: -5px;
    top: 50%;
    margin-top: -5px;
}
#platforms ul.platforms-list.left-list li .platform-link:hover .tool-tip,
#platforms ul.platforms-list.left-list li .platform-link:focus .tool-tip,
#platforms ul.platforms-list.left-list li .platform-link.active .tool-tip{
    opacity: 1;
    margin-right: 10px;
}
#platforms ul.platforms-list.right-list li .platform-link:hover .tool-tip,
#platforms ul.platforms-list.right-list li .platform-link:focus .tool-tip,
#platforms ul.platforms-list.right-list li .platform-link.active .tool-tip{
    opacity: 1;
    margin-left: 10px;
}
#platforms #browser{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(170, 170, 170,0.17); 
    -moz-box-shadow: 0px 0px 20px 0px rgba(170, 170, 170,0.17); 
    box-shadow: 0px 0px 20px 0px rgba(170, 170, 170,0.17);
    background-image: url("../images/browser.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    max-width: 552px;
    height: 379px;
    border-radius: 5px;
    overflow: hidden;
}
#platforms #browser .webpage{
    position: relative;
    width: 100%;
    margin-top: 5%;
}
#platforms #browser .webpage img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#platforms #browser .webpage img.active{
    opacity: 1;
}

#details{
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #ffffff;
}
#details .col-title-blue{
    color: #3c99ef;
    font-size: 25px;
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 25px;
    margin-top: 30px;
}
#details .help-image-holder img{
    width: 100%;
    max-width: 372px;
    margin-left: 70px;
}
#details .col-title{
    color: #3c99ef;
    font-size: 25px;
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 25px;
    margin-top: 30px;
}
#details h4{
    color: #45687f;
    font-size: 15px;
    font-family: 'Montserrat-Bold', sans-serif;
}
#details p{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 20px;
}
.support-box{
    border: 1px solid #c2cad2;
    border-radius: 3px;
    background-color: #f0f3f7;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.support-box .support-box-title{
    font-size: 18px;
    font-family: 'Montserrat-Bold', sans-serif;
    color: #184a6a;
    margin-bottom: 10px;
}
.support-box .support-box-title a{
    font-size: 18px;
    font-family: 'Montserrat-Bold', sans-serif;
    color: #184a6a;
    margin-bottom: 10px;
    text-decoration: none;
}
.support-box .support-box-title a:hover,
.support-box .support-box-title a:focus{
    color: #0d2e43;
}
.support-box .support-box-title .fa{
    font-size: 15px;
    color: #b3bac1;
    margin-right: 5px;
}
.support-box .support-box-details{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
}

.support-box.green-support-box{
    border: 1px solid #b7e930;
    background-color: #fcfff4;
}
.support-box.green-support-box .support-box-title .fa{
    color: #b7e930;
}
.support-box.yellow-support-box{
    border: 1px solid #fff09b;
    background-color: #fffbee;
}
.support-box.yellow-support-box .support-box-title .fa{
    color: #eddb76;
}
.support-box.purple-support-box{
    border: 1px solid #e7c8ff;
    background-color: #fcf8ff;
}
.support-box.purple-support-box .support-box-title .fa{
    color: #e7c8ff;
}
.faq-question-holder{
    margin-bottom: 20px;
    cursor: pointer;
}
.faq-question-holder .faq-question{
    color: #184a6a;
    font-size: 16px;
    font-family: 'Montserrat-Bold', sans-serif;
    margin-bottom: 10px;
}
.faq-question-holder.active .faq-question{
    color: #1f8ded;
}
.faq-question-holder .faq-answer{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 10px;
    transform-origin: top;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    transform: scale(1,0);
    opacity: 0;
    height: 0;
}
.faq-question-holder.active .faq-answer{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    height: inherit;
}

#search-text{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f2f5f7;
}
#search-text .text-search-holder {
    margin-top: 0px;
}
.text-search-holder input[type="submit"]:hover,.text-search-holder input[type="submit"]:focus{
    background-color: #0e76d0;
}
.form-items-holder{
    width: 100%;
    max-width: 470px;
}
.form-items-holder .form-text{
    margin-bottom: 10px;
}
.form-items-holder .form-text input{
    width: 100%;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: left;
    background-color: #f3f8fb;
    border:1px solid #f3f8fb;
    font-size: 16px;
    color: #869eac;
    outline: none;
}
.form-items-holder .form-text input:hover,.form-items-holder .form-text input:focus{
    border:1px solid #1f8ded;
    color: #1f8ded;
}
.form-items-holder .form-text textarea{
    width: 100%;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: left;
    background-color: #f3f8fb;
    border:1px solid #f3f8fb;
    font-size: 16px;
    color: #869eac;
    resize: none;
    height: 190px;
    outline: none;
}
.form-items-holder .form-text textarea:hover,.form-items-holder .form-text textarea:focus{
    border:1px solid #1f8ded;
    color: #1f8ded;
}
.form-items-holder .form-button{
    padding-top: 10px;
    text-align: right;
}
.form-items-holder .form-button input{
    padding: 8px 20px;
    border-radius: 6px;
    background-color: #ecf8ff;
    border:1px solid #1f8ded;
    font-size: 14px;
    color: #1f8ded;
    font-family: 'Montserrat-Bold', sans-serif;
    outline: none;
}
.form-items-holder .form-button input:hover,.form-items-holder .form-button input:focus{
    background-color: #1f8ded;
    color: #ffffff;
}
.form-items-holder .form-button a{
    float: right;
    margin-top: 13px;
    color: #1f8ded;
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
}
a.lg-link{
    color: #3c99ef;
    font-size: 25px;
    font-family: 'Montserrat-Light', sans-serif;
    text-decoration: none;
}
a.lg-link .fa{
    font-size: 20px;
}
a.lg-link:hover{
    color: #2677c3;
}

#page-content{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}
#page-content ul,#page-content ol{
    padding: 0;
    padding-left: 14px;
}
#page-content ul li,#page-content ol li{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
}
#page-content h4{
    color: #45687f;
    font-size: 15px;
    font-family: 'Montserrat-Bold', sans-serif;
}
#page-content p{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 20px;
}

#page-content .article-box{
    margin-bottom: 40px;
    position: relative;
    float: left;
}
#page-content .article-box a{
    cursor: pointer;
}
#page-content .article-box .article-title{
    
}
#page-content .article-box .article-title h5{
    color: #45687f;
    font-size: 16px;
    font-family: 'Montserrat-Bold', sans-serif;
    margin-bottom: 10px;
}
#page-content .article-box .article-title a{
    text-decoration: none;
}
#page-content .article-box .article-title a:hover h5{
    color: #273843;
}
#page-content .article-box .article-info{
    color: #5a666d;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}
#page-content .article-box .article-info a{
    color: #3c99ef;
    text-decoration: none;
    font-family: 'Montserrat-Light', sans-serif;
}
#page-content .article-box .article-info a:hover{
    color: #266aaa;
}
#page-content .article-box .article-text p{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 20px;
}

#page-content .article-box.full-article .article-info{
    color: #5a666d;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}
#page-content .article-box.full-article .article-info a{
    color: #3c99ef;
    text-decoration: none;
    font-family: 'Montserrat-Light', sans-serif;
}
#page-content .article-box.full-article .article-info a:hover{
    color: #266aaa;
}
#page-content .post{
    margin-bottom: 70px;
}
#page-content .post .post-thumbnail{
    position: relative;
}
#page-content .post.featured .post-thumbnail:after{
    position: absolute;
    content: "Featured";
    right: 20px;
    bottom: 30px;
    background-color: #3c99ef;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 6px;
    font-family: 'Montserrat-Bold', sans-serif;
}
#page-content .post .post-thumbnail img{
    width: 100%;
}
#page-content .post .post-entry{
    padding: 30px 20px;
}
#page-content .post .post-entry .date-published{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    color: #cccccc;
}
#page-content .post .post-entry a{
    text-decoration: none;
}
#page-content .post .post-entry a .post-title{
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 35px;
    line-height: 43px;
    color: #5f6576;
    margin-bottom: 60px;
}
#page-content .post .post-entry a:hover .post-title{
    color: #3c99ef;
}
#page-content .post .meta .view{
    margin-right: 20px;
    color: #696969;
}
#page-content .post .meta .view:before{
    content: "\f06e";
    font-family: fontAwesome;
    color: #3c99ef;
    margin-right: 10px;
}
#page-content .post .meta .like{
    margin-right: 20px;
    color: #696969;
}
#page-content .post .meta .like:before{
    content: "\f004";
    font-family: fontAwesome;
    color: #3c99ef;
    margin-right: 10px;
}
#page-content .post .meta .like a{
    color: #696969;
}
#page-content .post .meta .like a:hover{
    color: #3c99ef;
}
#page-content .post .meta .comment{
    margin-right: 20px;
    color: #696969;
}
#page-content .post .meta .comment:before{
    content: "\f27a";
    font-family: fontAwesome;
    color: #3c99ef;
    margin-right: 10px;
}
#page-content .pagination .page-number{
    border-radius: 50px;
    padding: 5px 10px;
    border: 1px solid #3c99ef;
    color: #3c99ef;
    text-decoration: none;
}
#page-content .pagination a.page-number:hover{
    background-color: #3c99ef;
    color: #ffffff;
}
#page-content .pagination .page-number.current{
    border: 1px solid #e1e1e1;
    color: #bfbfbf;
}

#page-content #post-body .post .post-title{
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 24px;
    color: #5f6576;
    margin-bottom: 20px;
    margin-top: 30px;
}
#page-content #post-body .post .meta{
    margin-bottom: 30px;
}
#page-content #post-body .post p{
    line-height: 26px;
}
#page-content #post-body .post-author img{
    border-radius: 200px;
}
#page-content #post-body .post-author .name{
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: 4px;
}
#page-content #sidebar .widget{
    margin-bottom: 50px;
}
#page-content #sidebar .widget-title{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    color: #5f6576;
}
#page-content #sidebar #categories.widget .item{
    position: relative;
    margin-bottom: 8px;
    margin-top: 8px;
}
#page-content #sidebar #categories.widget .item a{
    font-family: 'Montserrat-Light', sans-serif;
    color: #696969;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
}
#page-content #sidebar #categories.widget .item a span{
    position: absolute;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    right: 0px;
    top: 3px;
    text-align: center;
    border: 1px solid #3c99ef;
    color: #3c99ef;
    padding-top: 2px;
    font-size: 13px;
}
#page-content #sidebar #categories.widget .item a:hover{
    color: #3c99ef;
}
#page-content #sidebar #categories.widget .item a:hover span{
    background-color: #3c99ef;
    color: #ffffff;
}
#page-content #sidebar #popular-posts.widget .item{
    margin: 0;
    margin-bottom: 20px;
}
#page-content #sidebar #popular-posts.widget .item .thumb{
    padding: 0;
    overflow: hidden;
}
#page-content #sidebar #popular-posts.widget .item .thumb img{
    width: 135%;
}
#page-content #sidebar #popular-posts.widget .item .info .date{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 13px;
    color: #b7b7b7;
    display: block;
}
#page-content #sidebar #popular-posts.widget .item .info .title a{
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
    color: #5f6576;
    text-decoration: none;
}
#page-content #sidebar #popular-posts.widget .item .info .title a:hover{
    color: #3c99ef;
}

#page-content #sidebar #tags.widget a.tag-link{
    padding: 8px 15px;
    background: #f6f7f7;
    border: 1px solid #f6f7f7;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    color: #ababab;
    margin-right: 5px;
    margin-bottom: 7px;
    line-height: 1;
    text-decoration: none;
}
#page-content #sidebar #tags.widget a.tag-link:hover{
    background-color: #3c99ef;
    color: #ffffff;
}
/*------- Sign Up / Sign In ----------*/
body.full-page{
    background-color: #1f8ded;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background-image: url('../images/blue-ptrn.png');
    background-repeat: repeat;
    background-size: 18px 18px;
}
body.full-page img.logo{
    width: 129px;
    margin-bottom: 40px;
}
body.full-page ::-webkit-input-placeholder {color: #f5faff;}
body.full-page :-moz-placeholder {color: #f5faff;}
body.full-page ::-moz-placeholder {color: #f5faff;}
body.full-page :-ms-input-placeholder {color: #f5faff;}

body.full-page .signin-signup-form .form-title{
    color: #ffffff;
    font-size: 25px;
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 25px;
}
body.full-page .fix-container{
    max-width: inherit !important;
}
body.full-page .signin-signup-form{
    width: 100%;
    max-width: 336px;
    display: inline-block;
}
body.full-page .signin-signup-form .form-text{
    margin-bottom: 10px;
}
body.full-page .signin-signup-form .form-text input{
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: left;
    font-family: 'Montserrat-bold', sans-serif;
    text-align: center;
    background-color: transparent;
    border:1px solid #ffffff;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.65;
    outline: none;
}
body.full-page .signin-signup-form .form-text input:hover,
body.full-page .signin-signup-form .form-text input:focus{
    opacity: 1;
}
body.full-page .signin-signup-form .form-text textarea{
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: left;
    font-family: 'Montserrat-bold', sans-serif;
    text-align: center;
    background-color: transparent;
    border:1px solid #ffffff;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.45;
    outline: none;
}
body.full-page .signin-signup-form .form-text textarea:hover,
body.full-page .signin-signup-form .form-text textarea:focus{
    opacity: 1;
}
body.full-page .signin-signup-form .form-button{
    padding-top: 10px;
    margin-bottom: 25px;
}
body.full-page .signin-signup-form .form-button input{
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: left;
    font-family: 'Montserrat-bold', sans-serif;
    text-align: center;
    background-color: #ecf8ff;
    border:1px solid #ecf8ff;
    font-size: 15px;
    color: #1f8ded;
    outline: none;
}
body.full-page .signin-signup-form .form-button input:hover,
body.full-page .signin-signup-form .form-button input:focus{
    background-color: #ffffff;
}
body.full-page .signin-signup-form .form-button .btn-default{
    color: #ffffff;
}
body.full-page .signin-signup-form .form-button .btn-default:hover,
body.full-page .signin-signup-form .form-button .btn-default:focus{
    color: #ffffff !important;
    opacity: 0.7;
    background-color: transparent !important;
}
body.full-page .signin-signup-form .checkbox label{
    color: #ffffff;
}
body.full-page .signin-signup-form .links-holder{
    color: #1f5c91;
    font-size: 14px;
    font-family: 'Montserrat-bold', sans-serif;
}
body.full-page .signin-signup-form .links-holder a{
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat-bold', sans-serif;
    text-decoration: none;
}
body.full-page .signin-signup-form .links-holder a:hover,
body.full-page .signin-signup-form .links-holder a:focus{
    opacity: 0.7;
}
/*------------------------------------------------------------------
  13. Responsive Styles
-------------------------------------------------------------------*/

/* Other screens styles modifications */
@media (max-width: 1200px) {
    #info h3{
        margin-top: 50px;
    }
    #platforms #browser{
        height: 318px;
    }
}
@media (max-width: 992px) {
    #features{
        min-height: inherit;
        max-height: inherit;
    }
    .feature-box{
        margin-bottom: 50px;
    }
    .pricing-box{
        margin-bottom: 40px;
    }
    #more-features .mfeature-box{
        margin-bottom: 40px;
    }
    ul.footer-menu{
        min-height: 150px;
    }
    #info h3{
        margin-top: 10px;
    }
    #info p{
        margin-bottom: 50px;
    }
    #story .img-col .image-holder{
        height: 300px !important;
    }
    #platforms{
        text-align: center;
    }
    #platforms ul.platforms-list{
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #platforms ul.platforms-list li{
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
    #platforms ul.platforms-list.left-list li .platform-link .tool-tip{
        border-radius:5px; 
        padding-left: 10px;
        padding-right: 10px;
        top: -38px;
        margin-top: 0;
        margin-right: 0;
        left: 50%;
        right: inherit;
    }
    #platforms ul.platforms-list.left-list li .platform-link .tool-tip:after{
        content: "";
        border-top: 0;
        border-bottom:1px solid #3c99ef;
        border-right:1px solid #3c99ef;
        background-color: #ecf8ff;
        width: 10px;
        height: 10px;
        position: absolute;
        transform: rotate(45deg);
        top: 100%;
        right: 50%;
        margin-right: -5px;
    }
    #platforms ul.platforms-list.left-list li .platform-link:hover .tool-tip, #platforms ul.platforms-list.left-list li .platform-link:focus .tool-tip, #platforms ul.platforms-list.left-list li .platform-link.active .tool-tip{
        margin-right: 0;
    }
    #platforms ul.platforms-list.right-list li .platform-link .tool-tip{
        border-radius:5px; 
        padding-left: 10px;
        padding-right: 10px;
        top: inherit;
        bottom: -38px;
        margin-top: 0;
        margin-left: 0;
        left: 50%;
        right: inherit;
    }
    #platforms ul.platforms-list.right-list li .platform-link .tool-tip:after{
        content: "";
        border-bottom:0;
        border-left:1px solid #3c99ef;
        border-top:1px solid #3c99ef;
        background-color: #ecf8ff;
        width: 10px;
        height: 10px;
        position: absolute;
        transform: rotate(45deg);
        top: -1px;
        left: 50%;
        margin-left: -5px;
    }
    #platforms ul.platforms-list.right-list{
        margin-bottom: 50px;
    }
    #platforms ul.platforms-list.right-list li .platform-link:hover .tool-tip, #platforms ul.platforms-list.right-list li .platform-link:focus .tool-tip, #platforms ul.platforms-list.right-list li .platform-link.active .tool-tip{
        margin-left: 0;
    }
    #details .help-image-holder{
        text-align: center;
    }
    #details .help-image-holder img{
        margin-left: 0;
    }
    .form-items-holder{
        width: 100%;
        max-width: inherit;
    }
}
@media (max-width: 767px) {
  
  #our-control-panel {
    
    background-position-x: -1000px !important;
  }
  
  #masah {
    
    margin-right: 0 !important;
  }
  
  #desktop-tabs {
    
    display: none !important;
    
  }
  
  #mobile-tab-nav {
    
    display: flex !important;
  }
  
  #mobile-tab-group {
  
  
  display: initial !important;
  
}


#first-tab-group {
  
  display:none;
}
  
  .upper-colorize {
    position: fixed;
}
  
  
  #get-started .gstart {
    margin-right: 0px;
    
      
  }
  
  #get-started .text {
    margin-right: 0px !important;
}
  
  #footer h4 {
    font-size: 19px !important;

}
  
  .chat-button {
    background-color: #8FEDF5 !important;
border: 2px solid #8FEDF5 !important;
color: #1d2431 !important;
  }
  
  .nav > li > a:focus, .nav > li > a:hover {
    border-top: 3px solid #74DEE7 !important;
}
  
  #hide-li {
    
    display: none;
  }
  
    .navbar-collapse {
    border-top: 0px solid transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
  
  
.navbar-right {
    width: 100%;
    margin: 7.5px -15px !important;
}
  
  
  #footer {
    padding-bottom: 0px !important;
  }
  
  #responsize-wp {
    
        width: 200px;
    
  }
  
  #header-start-chat {
    
        float: right;
    margin-top: -22px;
  margin-right: 180px;
  }
  
  .start-trial-button {
    font-size: 16px;
  font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
  background-color: #8fedf5;
    color: #031b4e !important;
  box-shadow: 0 4px 6px rgb(20, 20, 29), 0 1px 3px rgba(0,0,0,.08);
  }
  
  #let-start {
    
    margin: 0 auto;
    text-align: right;
    
  }
  
  
  #live-id {
    
    padding-top: 12px !important;
        margin-right: 200px;
    margin-top: -56px;
  white-space: nowrap;
    float: right;
    
  }
  
  .start-live-chat {
    margin-right: 0px;
  font-size: 16px;
  
  }
  
  
  #header-elements-right {
    text-align:center !important;
    
  }
  
  #respo {
    
    display: inline-flex !important;
  }
  
    .dropdown-menu {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        top: 0;
        margin-bottom: 18px;
    }
    .navbar-default .navbar-nav > li > a {
    transform: rotate(-180deg);
        color: #FFF;
        -webkit-transition: .1s !important;
        text-align: center;
        padding: 10px 25px;
    margin-right: -35px;
    border-bottom: 1px solid #202E54;margin-left: -30px;
    
    font-size: 16px;font-weight: 500;
    }
    .navbar-default .navbar-nav > li > a.chat-button{
    margin-top: 10px !important;
margin-bottom: 6px !important; 
    text-align: center;
margin: 0 auto;
    }
    .logo-mini{
        margin-bottom: 30px;
    }
    #get-started .text{
        display: block;
        margin-bottom: 20px;
    }
    .info-img-holder{
        text-align: center;
    }
    .rtl-cols div[class^="col-"]{
        float: inherit;
    }
    .info-text-holder{
        text-align: left;
    }
			.logo {
			width: 126px;
margin-top: -5px;
			}
    .big-title{
        line-height: 50px;
    }
    .domain-search-holder input[type="text"] {
        min-width: 200px;
    }
    .text-search-holder input[type="text"] {
        min-width: 200px;
    }
    #brief p{
        padding: 5px 20px;
    }
}
@media (max-width: 480px) {
    .domain-search-holder input[type="text"] {
        border-radius: 8px;
        text-align: center;
        min-width: inherit;
        width: 100%;
        display: block;
    }
    .domain-search-holder input[type="submit"] {
        border-radius: 8px;
        margin-left: 0px;
        padding: 14px 25px;
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .text-search-holder input[type="text"] {
        border-radius: 8px;
        text-align: center;
        min-width: inherit;
        width: 100%;
        display: block;
    }
    .text-search-holder input[type="submit"] {
        border-radius: 8px;
        margin-left: 0px;
        padding: 14px 25px;
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .animation{
        margin-top: 30px;
    }
    .animation ul.icons-list li:nth-child(1){
        left: 0;
        top: 5%;
    }
    .animation ul.icons-list li:nth-child(2){
        left: 8%;
        top: 35%;
    }
    .animation ul.icons-list li:nth-child(3){
        left: 20%;
        top: 60%;
    }
    .animation ul.icons-list li:nth-child(4){
        right: 20%;
        top: 60%;
    }
    .animation ul.icons-list li:nth-child(5){
        right: 8%;
        top: 35%;
    }
    .animation ul.icons-list li:nth-child(6){
        right: 0;
        top: 5%;
    }
    .animation ul.icons-list li a {
        width: 36px;
        height: 36px;
        padding-top: 8px;
    } 
    .animation ul.icons-list li a .fa {
        font-size: 17px;
    }
    #platforms #browser {
        height: 236px;
    }
    #platforms ul.platforms-list li .platform-link img {
        width: 50px;
    }
    .feature-box {
        padding: 30px 20px 0px 20px;
        margin-bottom: 20px;
    }
    .feature-box.active .feature-details {
        margin-bottom: 10px;
    }
    #sub-pricing .pricing-box {
        padding: 30px 20px;
        margin: 15px 0;
    }
    .pricing-box {
        padding: 20px;
        margin: 15px 0;
    }
    #pricing p {
        padding-left: 15px;
        padding-right: 15px;
    }
    #top-content {
        padding-top: 22px;
    }
}