    
/* ==========================================================================
 Font:  Use for Content
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700');
@font-face {
    font-family: 'Ostara';
    src: url('fonts/Ostara.woff2') format('woff2'),
        url('fonts/Ostara.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}


article,  aside,  details,  video,  figcaption,  figure,  footer,  header,  nav,  section, summary {
    display: block;
}
html, body {
    width: 100%;
    overflow-x: hidden !important;
}
body {
    margin: 0;
    background: #fff;
    height: 100%;
    font-family: 'Oswald', sans-serif;
}

/* ==========================================================================
Heading Tags
========================================================================== */
h1,h2,h3,h4,h5,h6{
    margin: 0;
    color: #989898;
     font-family: 'Oswald', sans-serif;
}

/* ==========================================================================
Global Styles
========================================================================== */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
select{
}

p {
    font-size: 18px;
    line-height: 24px;
    color: #303030;
    margin: 0;
   font-family: 'Oswald', sans-serif;
}
a {
    color: #252525;
    outline:none;
    font-size:14px;
	line-height:normal;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline:none;
}
ul, ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin:0;
}
select, input, button, a{
    outline: none;
}
select{
    
}
/* ==========================================================================
Header
========================================================================== */
.container{
    width: 1170px;
}
header{
   padding: 12px 0;
   position: relative;
   width: 100%;
	background: #fff;
}
.logo{
	text-align: center;
}
.logo img{
	margin: 0 auto;
}
/* ==========================================================================
banner-section
========================================================================== */

.banner-section{
	position: relative;
    background: #f5f6f8;
	box-shadow: 1px 1px 15px #ccc;
}   
.banner-section .banner-cont {
    padding: 120px 0;
}
.banner-section .banner-cont h1{
	font-family: 'Ostara';
	font-size: 35px;
	font-weight: 400;
	color: #252d6c;
	line-height: 46px;
	padding: 15px 0;
	text-transform: uppercase;
	text-align: center;
}
.banner-section .banner-cont p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #868686;
	line-height: 26px;
	max-width: 990px;
	margin: 0 auto;
}
.banner-section .banner-cont aside {
    padding: 38px 0 0 0;
    width: 100%;
    display: inline-block;
}
.apps-bots {
    float: left;
    margin: 96px 0 0 0;
	width: 30%;
}
.apps-bots h4{
	position: relative;
    color: #323232;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    max-width: 350px;
    line-height: 45px;
}
.apps-bots h4:before{
	position: absolute;
    right: 0;
    content: '';
    background: url(images/right-arrow.png)no-repeat right;
    width: 43px;
    height: 19px;
    top: 50%;
}
.cloud-apps {
    position: relative;
    float: left;
	width: 40%;
}
.cloud-apps h5{
	position: absolute;
    right: 0;
    left: 0;
    color: #252d6c;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 32px;
    top: 95px;
    margin: 0 auto;
    max-width: 345px;
    
}
.serps {
    float: left;
	margin-top: 10px;
	width: 30%;
}
.serps dd{
	position: relative;
    color: #252d6c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 40px;
    text-align: left;
   padding-bottom: 40px;
    padding-left: 103px;
	
}
.serps dd:before{
	position: absolute;
    left: 7px;
    content: '';
    background: url(images/rleft-arrow.png)no-repeat right;
    width: 88px;
    height: 40px;
    top: 0
}
.serps dd.first{
	-webkit-transform: rotate(-17deg);
  -moz-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  -o-transform: rotate(-17deg);
  transform: rotate(-17deg);
  padding-left: 77px;
}
.serps dd.first:before{
	left: -21px;
}
.serps dd.scnd{
	 -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  transform: rotate(-6deg);
  
}
.serps dd.thrd{
	 -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
  padding-left: 90px;
}
.serps dd.thrd:before{
	left: -6px;
}
.serps dd.fourt{
	 -webkit-transform: rotate(14deg);
  -moz-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  -o-transform: rotate(14deg);
  transform: rotate(14deg);
  padding-left: 40px;
}
.serps dd.fourt:before{
	left: -61px;
}
/* =================================
  our-smart-section
==================================== */
.our-smart-section{
    padding: 120px 0;
}
.our-smart-section .proxy-smart{
    text-align: center;
}
.our-smart-section .proxy-smart h2{
    font-size: 35px;
    color: #323232;
    line-height: 45px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 96px;
    text-transform: uppercase;
}
.our-smart-section .standard {
    background: #fff;
    text-align: center;
    padding: 40px 15px;
    box-shadow: 0px -1px 7px 5px #f7f7f7;
    border-radius: 5px;
}
.our-smart-section .reader h2{
    font-size: 28px;
    color: #5b6092;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 15px 0 29px 0;
    position: relative;
}
.our-smart-section .reader h2:before{
	position: absolute;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
    width: 70%;
    height: 2px;
    background: #ebebec;
    margin: 0 auto;
}
.our-smart-section .reader sup {
    color: #8c8c8c;
    font-family: 'Montserrat', sans-serif;
}
.our-smart-section .reader dd {
    font-size: 56px;
    color: #252d6c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 35px 0 0;
}
.our-smart-section .reader p {
    font-size: 18px;
    color: #b0b0b0;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0;
	
}
.our-smart-section .reader p.max{
	position: relative;
}
.our-smart-section .reader p.max:before{
	position: absolute;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
    width: 70%;
    height: 2px;
    background: #ebebec;
    margin: 0 auto;
}
.our-smart-section .reader p:nth-last-of-type(1){
    border: none;
}
.our-smart-section .reader a {
    font-size: 18px;
    color: #252d6c;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #252d6c;
    padding: 16px 50px;
    border-radius: 5px;
    margin-top: 25px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.our-smart-section .reader a:hover{
    background: #252d6c;
    color: #fff;
}
.our-smart-section .col-md-4.col-sm-4.col-xs-12.stand{
    padding: 0;
}
.our-smart-section .standard.month {
    min-height: 475px;
    padding: 0;
    margin: -28px 0;
    position: relative;
    z-index: 99;
}
.our-smart-section .most {
    text-align: center;
    background: #252d6c;
    display: block;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 15px;
}
.our-smart-section .most h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}
.setup p{
   text-align: center;
   padding-top: 60px;
   font-size: 20px;
   color: #8c8c8c;
   line-height: 25px;
   font-family: 'Open Sans', sans-serif;
   font-style: italic;
   font-weight: 300;
}
/* =================================
  account-section
==================================== */
.account-section{
    background: #252d6c;
    padding: 60px 0;
}
.account-section .custom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.account-section .custom h2{
   font-size: 30px;
   color: #fff;
   line-height: 40px;
   font-family: 'Oswald', sans-serif;
   font-weight: 700;
   text-transform: uppercase;
}
.account-section .custom a{
    font-size: 20px;
    color: #252d6c;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #252d6c;
    padding: 10px 50px;
    border-radius: 5px;
    margin-top: 25px;
    background: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.account-section .custom a:hover{
    background: #1a1a20;
    color: #fff;
}
/* =================================
  footer-section
==================================== */
.footer-section .bg-main{
     background: #1e1e24;
}
.footer-section .logo-footer {
    position: relative;
    margin: -16px 0 0;
}

.footer-section .addres {
    padding: 28px 0 0;
}
.footer-section .addres h3{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 26px;
    font-family: 'Oswald', sans-serif;
    text-transform:uppercase;
}
.footer-section .addres p{
    font-size: 18px;
    color: #8c8c8c;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}
.footer-section .copy-right{
    background: #1a1a20;
    padding: 17px 0;
    text-align: center;
}
.footer-section .copy-right p{
    font-size: 18px;
    color: #3f3f44;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
   
}



/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
	z-index: 999;
    background: #7a7a7abd;
	overflow: auto;
}
/* Inner */
.popup-inner {
    max-width: 750px;
    width: 90%;
    padding: 25px 30px 25px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:20px;
    right:20px;
    font-size:30px;
    text-align:center;
    line-height:100%;
    color: #252d6c;
    text-decoration: none;
}
.popup-close:hover {
    text-decoration:none;
    color: #3d4246;
}
.popup-inner h2{
   font-size: 28px;
   font-weight: 700;
   color: #323232;
   font-family: 'Oswald', sans-serif;
   text-transform: uppercase;
   line-height: 40px;
  padding-bottom: 10px;
}
.popup-inner .form-sec {
    float: left;
    width: 49%;
   
}
.form-sec.left {
    margin-right: 1%;
}
.form-sec.right {
    margin-left: 1%;
}
.popup-inner label {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #777777;
    font-weight: 400;
    padding: 13px 0 5px;

}
.popup-inner input::placeholder {
    color: #c9c9c9;
}
.popup-inner input {
    width: 100%;
    height: 50px;
    background: none;
    border: 1px solid #e4e4e4;
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 300;
     font-family: 'Open Sans', sans-serif;
    border-radius: 3px;

}
.popup-inner select {
    width: 100%;
    height: 50px;
    background: none;
    border: 1px solid #e4e4e4;
    padding: 0 15px;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
    color: #323232;
    font-size: 16px;
    font-weight: 300;
}
.popup-inner .usecase textarea {
    width: 100%;
    height: 150px;
    background: none;
    border: 1px solid #e4e4e4;
    padding: 10px 15px;
    line-height: 20px;
    border-radius: 3px;
    color: #c9c9c9;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.popup-inner .form-submit {
    background: #252d6c;
    color: #fff;
    margin-top: 15px;
}
aside.for-mobile {
    display: none !important;
}
