
body{
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	background:#fff;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	font-weight:400;
	color:#000;
}

h1{
	font-size:30px;
	line-height:36px;
	margin-top:70px;
	margin-bottom:30px;
	color:#b7973a;
}
h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size:26px;
	line-height:28px;
	color:#b7973a;
	font-weight: 200;
	margin-top: 90px; 
	width: 100%;
}
.ovhid{
	overflow:hidden;
	height:110px;
}
.centerd{
	text-align: center;
}
.inbl{
	display: inline-block;
}
h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:24px;
	margin-top:50px;
	margin-bottom:50px;
	font-weight: 200;
	color:#b7973a;
}
h4{
	font-size:14px;
	line-height:18px;
	color:#b7973a;
}
h5{
	font-size:18px;
	line-height:32px;
	color:#b7973a;

}
.sectionpadding{
	margin-top:60px;
}

ol{
	list-style: none; counter-reset: li;
}
ol li{
	font-size: 16px;
	line-height: 24px;
	color: #132242;
	padding-bottom:24px;
	counter-increment: li;
}
ol li::before {
	content: counter(li);
    display: inline-block;
    width: 28px;
	height: 28px;
    margin-left: -40px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    background: #b7973a;
    text-align: right;
    float: left;
    color: #fff;
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
ul{
	padding-left: 18px;
}
ul li{
	font-size: 18px;
    line-height: 28px;
	color:#9ea0a5;
	margin-bottom:16px;
}
.textimage{
	margin-top:50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.textcenter{
	text-align:center;
}

p {
    font-size: 14px;
    line-height: 24px;
	color:#9ea0a5;
}
#contact_form input, #contact_form textarea{
	border:1px solid #c9ccd4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 12px 0;
	padding:15px 25px;
	width:100%;
	font-size:18px;
	color:#9ea0a5;
	background:#efefef;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.st-nav-tabs li a{
	text-decoration:none;
    font-size: 30px;
    line-height: 42px;
    color: #9ea0a5;
	padding: 20px 15px 20px 0;
}
.st-nav-tabs li.active a{
    color: #b7973a;
}
.st-nav-tabs li.active a:before{
	content:' ';
    position:absolute;
	left:-20px;
	width:5px;
	height:36px;
    background: #b7973a;
}
@media (max-width: 767px) {
	.st-nav-tabs{
		overflow: auto;
		white-space: nowrap;
	}
	.st-nav-tabs li{
		display: inline-block;
	}
	.st-nav-tabs li a{
		font-size: 16px;
		color: #8aa9c8;
	}
	.st-nav-tabs li.active a{
		line-height: 36px;
		color: #b7973a;
	}
	.st-nav-tabs li.active a:before{
		display:none;
	}
}
#contact_form input:focus, #contact_form textarea:focus{
	border:1px solid #b7973a;
	color:#b7973a;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9ea0a5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9ea0a5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9ea0a5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9ea0a5;
}
input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b7973a;
}
input:focus::-moz-placeholder { /* Firefox 19+ */
  color: #b7973a;
}
input:focus:-ms-input-placeholder { /* IE 10+ */
  color: #b7973a;
}
input:focus:-moz-placeholder { /* Firefox 18- */
  color: #b7973a;
}
#submit_btn{
	float:right;
}
.fleft{
	float:left;
}
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1031; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #b7973a; /* Black fallback color */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 96px;
    width: 100%;
    text-align: center;
	padding-bottom:80px;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 40px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.overflow_none{
	overflow:hidden;
}
#after_products h2{
	
}
.img-ullike{
	margin-right:40px;
	margin-bottom:40px;
	float:left;
}
.clearboth{
	clear: both;
}
.circle_in{
	background:#002336;
	width:136px;
	height:136px;
	border-radius:75px;
	margin-left: 8px;
}
.circle_out{
	width:152px;
	height:152px;
	border:2px solid #002336;
	border-radius:90px;
    margin-top: -144px;
}
.circle_img{
	margin-top: 24px;
    margin-left: 27px;
}
section{
	padding: 0;
	padding-top: 80px;
}
section#start{
	padding:156px 0 0;
}
.leftbg{
	position: absolute;
    left: -550px;
}
.leftbg-mob{
	display:none;
}
@media (max-width: 767px) {
	.leftbg-mob{
		display:block;
		margin: auto;
		max-width: 100%;
	}
	.leftbg {
		display: none;
	}
}
.rightbg{
	position: absolute;
    right: -650px;
}
.datacenter_bef_second{
	color:#fff;
}
.fill_sec{
	background:#fff;
	margin-top:-40px;
	padding:0 48px 48px;
}
.intro_sm_im{
    float: left;
    width: 60px;
    height: 60px;
}
.circle_center{
    display: inline-block;
}
.circle{
	margin-top:80px;
}
.circle h4{
	font-size:24px;
	line-height:36px;
	color:#fff;
	margin-top:34px;
	margin-bottom:44px;
}


.paddd{
	margin-top:54px;
	margin-bottom:62px;
}
.line_top{
	border-top:1px solid #000;
	padding-top:16px;
}



.pad_bot{
	padding-bottom:64px;
}

.linetop{
	border-top:3px solid rgba(255,255,255,0.2);
	padding-top:8px;
}
.bluef, p.bluef{
	color:#683292!important;
}
.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.prod_img_b{
	float: right;
    position: relative;
	margin-top: 24px;
}
.prod_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid #000;
    opacity: 0.3;
    margin-left: -24px;
    margin-top: -24px;
	z-index:6;
}
.prod_img{
	z-index:7;
	position: relative;
	float: right;
}
.prod_more{
    background: #002336;
	color:#fff;
	padding:24px 36px;
	font-size:32px;
    position: absolute;
    bottom: 50px;
    z-index: 11;
}
.prod_more a{
	text-decoration:none;
	color:#fff;
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.prod_more:hover a{
	text-decoration:none;
	color:#683292;
}
.left_p_im .prod_more{
	right:0px;
    margin-right: 13px;
}
#products ul, #products_privat ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#products p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #132242;
}

#products li, #products_privat li {
  padding-left: 1em;
  text-indent: -1em;
    font-size: 16px;
	line-height: 24px;
}
.prod_row_pad{
	margin-top:48px;
}
#products li:before, #products_privat li:before {
  content: ">";
  padding-right: 16px;
}
.left_p_im .prod_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid #000;
    opacity: 0.3;
    margin-left: 24px;
    margin-top: -24px;
	z-index:6;
}
.left_p_im .prod_img_b{
    float:left;
}
.left_p_im .prod_img{
	z-index:7;
	position: relative;
	float: left;
}

.centerin{
	text-align:center;
}
.stripe1{
	background: url(img/yellow-stripe.png) 0 12px no-repeat; 
	padding-left: 45px!important;
}
.stripeshort1{
	background: url(img/yellow-stripe-short.png) 0 5px no-repeat; 
	padding-left: 25px!important;
}
section#products_prof{
	padding:120px 0;
	background-color: #29478d;
	background-image: url(img/professionals-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position-x: center;
}
section#products_prof .str_h,section#datacenter_before .str_h {
    color: #fff;
    border-bottom: 3px solid #fff;
}
section#products_prof p {
    color: #fff;
}
section#cloud-services{
	padding:120px 0;
	background-color: #29478d;
    border-bottom: 16px solid #d9d9d9;
}
.cc-btn.cc-dismiss{
	text-decoration:none;
}
section#cloud-services .str_h,section#datacenter_before .str_h {
    color: #fff;
    border-bottom: 3px solid #fff;
}
section#cloud-services p {
    color: #fff;
}
.cloud section#foot_before {
    background-image: none;
}
.card-sec-input{
	display:inline-block;
}
.card-sec-input.right{
}

.card-item{
	max-width:525px;
	min-height:300px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	background: #255469 url(img/card-bg.jpg) 100% 0% no-repeat;
    background-size: cover;
	color:#fff;
	padding:26px 36px;
}
.card-secline{
	margin-top:30px;
}
.card-secline > span{
	font-weight:700;
	font-size:14px;
	display:inline-block;
	text-transform:uppercase;
	vertical-align: bottom;
}
.card-secline h5{
	font-weight:700;
	font-size:14px;
	margin-bottom:14px;
	text-align:center;
}
.card-sec-input input{
	width:100px;
	border:0px;
	font-size:18px;
	font-weight:500;
	line-height:48px;
}
.card-sec-input.firstinp {
	margin-left:10px;
}
.card-sec-input.flastinp {
	float: right;
}
.card-item .card-container {
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
-webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}
.card-item h3,.card-item h5{
	    font-family: 'Roboto', sans-serif;
	color:#fff;
}
.card-item h3{
	font-size:18px;
	font-weight:bold;
}
.card-item input{
	color:#666;
	text-align:center;
}
.cardnuminput{
	width:23%;
	border:0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:18px;
	font-weight:500;
	line-height:48px;
	
}

.cloud #payment .form-style .notes {
    background-image: -webkit-linear-gradient(left, #f2f2f2 0px, transparent 0px), -webkit-linear-gradient(right, #f2f2f2 0px, transparent 0px), -webkit-linear-gradient(#f2f2f2 30px, #b3b3b3 0px, #b3b3b3 32px, #f2f2f2 0px);
    background-image: -moz-linear-gradient(left, #f2f2f2 0px, transparent 0px), -moz-linear-gradient(right, #f2f2f2 0px, transparent 0px), -moz-linear-gradient(#f2f2f2 30px, #b3b3b3 0px, #b3b3b3 32px, #f2f2f2 0px);
    background-image: -ms-linear-gradient(left, #f2f2f2 0px, transparent 0px), -ms-linear-gradient(right, #f2f2f2 0px, transparent 0px), -ms-linear-gradient(#f2f2f2 30px, #b3b3b3 0px, #b3b3b3 32px, #f2f2f2 0px);
    background-image: -o-linear-gradient(left, #f2f2f2 0px, transparent 0px), -o-linear-gradient(right, #f2f2f2 0px, transparent 0px), -o-linear-gradient(#f2f2f2 30px, #b3b3b3 0px, #b3b3b3 32px, #f2f2f2 0px);
    background-image: linear-gradient(left, #f2f2f2 0px, transparent 0px), linear-gradient(right, #f2f2f2 0px, transparent 0px), linear-gradient(#f2f2f2 30px, #b3b3b3 0px, #b3b3b3 32px, #f2f2f2 0px);
	
	background: url(img/bg-textarea-gray.png) repeat;
	
	
    border: none;
    border-radius: 0px;
    line-height: 32px;
    padding: 10px;
    padding-top: 0px;
    margin-top: 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
	overflow:hidden;
	resize:none;
}
.cloud #payment .form-style .textarea-field:focus{
	background-image: -webkit-linear-gradient(left, #f2f2f2 0px, transparent 0px), -webkit-linear-gradient(right, #f2f2f2 0px, transparent 0px), -webkit-linear-gradient(#f2f2f2 30px, #683292 0px, #683292 32px, #f2f2f2 0px);
    background-image: -moz-linear-gradient(left, #f2f2f2 0px, transparent 0px), -moz-linear-gradient(right, #f2f2f2 0px, transparent 0px), -moz-linear-gradient(#f2f2f2 30px, #683292 0px, #683292 32px, #f2f2f2 0px);
    background-image: -ms-linear-gradient(left, #f2f2f2 0px, transparent 0px), -ms-linear-gradient(right, #f2f2f2 0px, transparent 0px), -ms-linear-gradient(#f2f2f2 30px, #683292 0px, #683292 32px, #f2f2f2 0px);
    background-image: -o-linear-gradient(left, #f2f2f2 0px, transparent 0px), -o-linear-gradient(right, #f2f2f2 0px, transparent 0px), -o-linear-gradient(#f2f2f2 30px, #683292 0px, #683292 32px, #f2f2f2 0px);
    background-image: linear-gradient(left, #f2f2f2 0px, transparent 0px), linear-gradient(right, #f2f2f2 0px, transparent 0px), linear-gradient(#f2f2f2 30px, #683292 0px, #683292 32px, #f2f2f2 0px);
	background: url(img/bg-textarea.png) repeat;
}
.padleft{
	padding-left:30px;
}
.card_btn{
	background:#7d45b8;
	color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration:none;
	padding:10px 20px;
	cursor:pointer;
	margin-top:40px;
    display: inline-block;
}
.card_btn.disablelink{
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
}
.card_btn:hover{
	background:#944dde;
	color:#fff;
}
.card_btn.disablelink:hover{
	background:#fff;
	color:#b7973a;
}
.cloud #products_bus{
	border-bottom: 16px solid #142342;
}
.rightim{
	float:right;
}


.container_ch {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 12px;
  margin-top: 40px;
  cursor: pointer;
  font-size: 14px;
  font-weight:400;
  line-height:35px;
  color:#9ea0a5;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_ch label{
  font-weight:400;
}
.container_ch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#footer{
	background:#602c98;
	padding:70px 0 50px;
	font-size:14px;
}
#footer h6{
	color:#fff;
	margin: 15px 0;
	font-size:14px;
}
#footer p{
	color:#ffffff;
	font-size:14px;
	line-height:18px;
}
#footer a{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	display:block;
	margin-bottom:6px;
}
#footer a:first-child{
	margin-top: 15px;
}
#footer a.noblock{
	display: inline;
}
#footer h4{
	color:#ffff;
	margin: 15px 0;
	font-size:18px;
	border-bottom: 2px #b17ee7 solid;
}
.linkedlink{
	margin-top: 20px;
	float:right;
}
.marleftfour{
	margin-left:10px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #efefef;
      -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
	border:1px solid #c9ccd4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.container_ch:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.container_ch input:checked ~ .checkmark {
  background-color: #b7973a;
  border:1px solid #b7973a;
}

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

/* Show the checkmark when checked */
.container_ch input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_ch .checkmark:after {
left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






section#after_products_prof {
    background: #f6f6f6 url(img/professionals-big-pic.jpg) 100% 100% no-repeat;
    background-size: cover;
	border-bottom:16px solid #d9d9d9;
}
section#products{
	padding:120px 0;
	background-color: #f2f2f2;
	background-image: url(img/business-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position-x: center;
}
section#payment{
	padding:120px 0;
	background-color: #f2f2f2;
}
section#after_products{
	background: #f6f6f6 url(img/business-big-pic.jpg) 100% 100% no-repeat;
    background-size: cover;
}
.imcrnt_div{
	vertical-align: middle;
}
section#after_products .row, section#after_products_prof .row {
  display: flex; /* equal height of the children */
}

section#after_products .col-md-6, section#after_products_prof .col-md-6 {
  flex: 1; /* additionally, equal width */

}
.center_img{
	position:absolute;
    top:50%; /* Move the image down, so its top is half way down the container */
    left:50%;
	margin-top:-175px; /* Move the image back up half its height */
	margin-left:-175px; /* Move the image back up half its height */
}
section#after_products2 .container{
	background-image: url("img/business-icon-big-pic.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position-x: center;
}
section#products_privat{
	background:#ebf6fa;
	padding:24px 0px 48px;
}
section#after_intro{
	background:#002336;
	color:#fff;
	padding-top:32px;
	padding-bottom:32px;
}


.logo_img{
	width:350px;
	margin-top:16px;
}
.str_h{
}

.str_h2:after{
    content: ' ';
    margin-top: 22px;
    border-top: 2px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    float: right;
    width: 30%;
}
.prod_h{
	font-size:42px;
	line-height:60px;
	margin-bottom:32px;
}
.prod_h:after {
    content: ' ';
    border-top: 2px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    width: 30%;
    position: relative;
    bottom: 0px;
    display: block;
}
section#foot_before{
	padding: 120px 0px;
}
section#foot_before{
	background-color: #f2f2f2;
    background-image: url(img/contacts-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
}
section#foot_after{
	background: #255469 url(img/contact-big-pic.jpg) 100% 100% no-repeat;
    background-size: cover;
	border-bottom: 16px solid #142342;
}
section#foot_before h4{
	color:#683292;
	font-size:24px;
	line-height:24px;
	font-weight:700;
	margin-bottom: 32px;
}
#in_second_foot #foot_after>.container>.row{
	display:flex;
}
section#foot_before b{
	color:#683292;
}


.foot_cont p {
	font-size:14px;
	font-weight:300;
	line-height:22px;
}
.foot_cont a:focus,.foot_cont a:hover {
	color:#fff;
}
#services{
	padding-bottom:150px;
}
.copy{
	display:block;
	position:absolute;
	bottom:30px;
}
.modal-title{
}
.hnine{
	height:360px;
}
.nowrap{
	margin:0;
	padding:0;
}
.navmenu{
	list-style: none;
	display:block;
	padding: 0;
}
.navmenu li{
	float:left;
	padding:15px 30px 15px 0;
}
.navmenu li a{
	color:#4694d7;
	border-bottom:1px dashed #4694d7;
	text-decoration:none;
}
.navmenu li a:hover{
	color:#683292;
	border-bottom:1px solid #683292;
	text-decoration:none;
}
.navmenu li.active a{
	color:#000;
	border-bottom:1px dashed transparent;
	text-decoration:none;
}
.tab-content{
	clear:both;
	padding-top:15px;
}
#intro2 h2{
}
.topmar{
	margin-top:105px;
}
.secondp{
	color:#aec1ea;
	max-width: 450px;
	padding-left:10px;
	font-weight:300;
}
.services_item p{
	color:#aec1ea;
	padding-left:10px;
	font-weight:300;
}
.services_item h4{
	font-size:22px;
	font-weight:600;
	padding-bottom:20px;
	padding-top:5px;
}
.top-image{
	-webkit-transition: 2s linear;
    -moz-transition: 2s linear;
    -o-transition: 2s linear;
    transition: 2s linear;	
}
.bg {
  width: 570px;
  height: 585px;
  position: absolute;
  top: -100px;
  left: 60%;
  z-index: 5;
  background: url("img/title-screen-shield.png") no-repeat center center;
  background-size: contain;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bg_bott {
  background: url("img/title-screen-shadow.png") no-repeat 40% bottom;
}
.audi a{
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
	display:inline-block;
	margin:0 20px;
	color:#fff;
	font-size:11px;
	text-align:left;
	text-decoration:none;
}
.audi{
	padding-top:170px;
}
.audi a img{
	opacity:.2;
	margin-bottom:10px;
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.audi a:hover img{
	opacity:1;
}
a {
	text-decoration:underline;
	color:#683292;
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.linkk{ 
	color:#683292;
	
}
a:hover {
	text-decoration:none;
}
.tarif{
	margin-top:40px;
}
.close{
	color:#683292;
	opacity:1;
	text-shadow:none;
}
.modal-header{
	border:none;
}
.modal-body{
	padding: 15px 60px 60px;
}
.modal-body h3{
	text-align:left;
}

.modal-body h2{
	font-weight:100;
}
@media (min-width: 991px){
.modal-dialog {
    width: 991px;
    margin: 30px auto;
}
}
       #map {
        height: 360px;
        width: 100%;
       }


.center{
	text-align:center;
}
.center .img-responsive{
	display:inline-block;
}
.navbar{
	
}


.news_item{
	border:1px solid #e6e6e6;
    max-width: 302px;
    margin: 10px auto;
    background: #fff;
}
.news_item .date{
	border-bottom:1px solid #e6e6e6;
    margin: 0 20px;
	padding: 10px 0;
	text-align:center;
	display:block;
	color:#999;
}
.news_item h4{
    margin: 20px 20px;
	font-size:22px;
	color:#333;
}
.news_item p{
    margin: 10px 20px;
	color:#999;
	line-height:22px;
}
#news h3{
	text-align:center;
}

#contentarea li, .moduletable .custom li{

}

.link_a{
	font-size:18px;
	color:#fff;
	font-weight:400;
	border:2px solid #91b2ff;
	text-decoration:none;
	padding:24px 30px;
    white-space: nowrap;
}
.link_a:hover,.link_a:focus{
	color:#fff;
	text-decoration:none;
}
#intro .link_a{
	z-index:8;
	position:relative;
}

#intro .link_a:hover{
	background:rgba(22,35,66,0.35);
	
}

.link {
  position: relative;
  display: inline-block;
  padding: 1em 3em 1em 1em;
  margin-left:40px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  overflow:hidden;
  width:80px;
    vertical-align: bottom;
}
.link:after, .link:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.8s ease-in-out;
}
.link:before {
  top: 50%;
  left: -52px;
  width: 10px;
  height: 10px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(0, -5px) rotate(45deg);
          transform: translate(0, -5px) rotate(45deg);
  box-shadow: inset -2px 2px 0 0 #fff;
}
.link:after {
	top: 50%;
    left: -122px;
    width: 80px;
    height: 2px;
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
    background-color: #fff;
}
befrr {
	display: block;
	position: absolute;
	transition: all 1s ease-in-out;
	top: 50%;
    left: 2px;
    width: 80px;
    height: 2px;
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
    background-color: #fff;
}
.link_a:hover .link:before {
  -webkit-transform: translate(120px, -5px) rotate(45deg);
          transform: translate(120px, -5px) rotate(45deg);
}
.link_a:hover .link:after {
  -webkit-transform: translate(120px, -1px);
          transform: translate(120px, -1px);
}
.link_a:hover .link befrr {
  -webkit-transform: translate(160px, -1px);
          transform: translate(160px, -1px);
}

#products .link, #products_prof .link {
	width:64px;
    right: 32px;
    position: absolute;
	color: #b7973a;
}
#products .link_a, #products_prof .link_a{
	font-size:16px;
	line-height: 24px;
	color:#b7973a;
	font-weight:400;
	border:none;
	text-decoration:none;
	padding:24px 18px 16px;
    white-space: nowrap;
	text-transform:uppercase;
	letter-spacing:1px;
	display: block;
}
#products .link:before, #products_prof .link:before {
  left: -77px;
   box-shadow: inset -2px 2px 0 0 #b7973a;
}
#products .link:after, #products_prof .link:after {
    left: -130px;
    width: 64px;
	background-color: #b7973a;
}
#products befrr, #products_prof befrr {
    width: 64px;
	background-color: #b7973a;
}
#products .portfolio-item:hover .link_a .link:before, #products_prof .portfolio-item:hover .link_a .link:before {
  -webkit-transform: translate(128px, -5px) rotate(45deg);
          transform: translate(128px, -5px) rotate(45deg);
}
#products .portfolio-item:hover .link_a .link:after, #products_prof .portfolio-item:hover .link_a .link:after {
  -webkit-transform: translate(128px, -1px);
          transform: translate(128px, -1px);
}
#products .portfolio-item:hover .link_a .link befrr, #products_prof .portfolio-item:hover .link_a .link befrr {
  -webkit-transform: translate(128px, -1px);
          transform: translate(128px, -1px);
}
#after_products .link, #after_products_prof .link, #foot_after .link {
	color: #1a1e43;
}
#after_products .link_a, #after_products_prof .link_a, #foot_after .link_a{
	color:#b7973a;
}
#after_products .link:before, #after_products_prof .link:before, #foot_after .link:before {
   box-shadow: inset -2px 2px 0 0 #1a1e43;
}
#after_products .link:after, #after_products_prof .link:after, #foot_after .link:after {
	background-color: #1a1e43;
}
#after_products befrr, #after_products_prof befrr, #foot_after befrr {
	background-color: #1a1e43;
}

#after_products_prof .link_a, #after_products .link_a, #foot_after .link_a{
	font-size:18px;
	line-height: 24px;
	color:#b7973a;
	font-weight:400;
	border:none;
	text-decoration:none;
	padding:20px 0;
    white-space: nowrap;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:88px;
	margin-bottom:25px;
	display:block;
	width:100%;
	cursor:pointer;
}
#foot_after .link_a{
	margin-top:12px;
	margin-bottom:56px;
}
#after_products_prof .link_a .link , #after_products .link_a .link , #foot_after .link_a .link {
	float:right;
}

.portfolio-item{
	background:#fff;
	border-bottom:10px solid #d8d8d8;
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.portfolio-item .portfolio-item-image{
	background:#2643a7;
	border:4px solid #fff;
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.portfolio-item:hover{
	border-bottom:10px solid #2295ff;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
}
.portfolio-item:hover .portfolio-item-image{
	background:#0172e8;
}
textarea:focus, input:focus{
    outline: none;
}
textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
.portfolio-item-content .title a{
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #b7973a;
	text-decoration:none;
	padding:24px 18px;
	display:block;
	min-height:113px;
}
#cloud-services .portfolio-item-content .title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #b7973a;
    text-decoration: none;
    padding: 15px 35px;
    display: block;
    min-height: auto;
}
#cloud-services .portfolio-item {
	border-bottom: 6px solid #d8d8d8;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
}
#cloud-services .portfolio-item:hover {
    border-bottom: 6px solid #d8d8d8;
}

.portfolio-item:hover {
    border-bottom: 10px solid #2295ff;
}

#cloud-services .portfolio-item {
    margin-bottom: 30px;
}
.portfolio-item-content .title{
	padding:0;
	margin:0;
}
.nav.navbar-nav {
	margin-top:50px;
	
}
.minhead .nav.navbar-nav {
	margin-top:43px;
	
}
.minhead .log {
	margin-top:56px;
	float:right;
}
.minhead .log a{
	color:#9ea0a5;
	font-size:16px;
	font-weight:500;
	background:none!important;
	text-decoration:none;
	padding-right:40px;
	padding: 15px 10px;
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.nav.navbar-nav li a{
	color:#b7973a;
	font-size:16px;
	font-weight:100;
	background:none!important;
	text-decoration:none;
	padding-right:15px;
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.minhead .nav.navbar-nav li a{
    color: #b7973a;
    font-size: 17px;
    text-transform: uppercase;
}

.navbar-fixed-top {
    position: absolute;
	top:-80px;
	margin-top:80px;

}

.minhead .navbar-fixed-top {
    position: fixed;
	margin-top:0px;
	top:-80px;
	-webkit-transition: top 0.8s ease-out;
    -moz-transition: top 0.8s ease-out;
    -o-transition: top 0.8s ease-out;
    transition: top 0.8s ease-out;
}

.minhead_tmp .navbar-fixed-top {
    position: fixed;
	margin-top:0px;
	top:0px;
	-webkit-transition: top 0.8s ease-out;
    -moz-transition: top 0.8s ease-out;
    -o-transition: top 0.8s ease-out;
    transition: top 0.8s ease-out;
}


.nav.navbar-nav li a::after, .dropdown.lang a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
    float:right;
	margin-top: 8px;
}
.dropdown.lang.open a::after {
    content: '';
    display: none;
}

.minhead .nav.navbar-nav li a::after {
    background: #fff;
    margin-top: 31px;
    height: 5px;
}

.nav.navbar-nav li a:hover::after, .nav.navbar-nav li a.active::after, .dropdown.lang a:hover::after, .dropdown.lang a.active::after {
    width: 100%;
    float:left;
    transition: width .3s;
}

.navbar-toggle .icon-bar{
	background: #fff;
	width: 33px;
    height: 3px;
}
.navbar-toggle{
	margin-top: 21px;
    margin-right: 21px;
	margin-bottom:9px;
}
.minhead .navbar-toggle{
	margin-top:18px;
}
.nav.navbar-nav li a:hover, .nav.navbar-nav li a.active{
	color:#cfd2da;
	background:none!important;
}
.minhead .nav.navbar-nav li a:hover, .nav.navbar-nav li a.active{
	color:#cfd2da;
	background:none!important;
}

.navbar.navbar-fixed-top .container{

}
.minhead .navbar.navbar-fixed-top{
	min-height: 133px;
	background: #fff;
	border-bottom:2px solid #b7973a;
}

.logo img{
	margin: 19px 80px 9px 15px;
    width: 92px;
}

.minhead .logo img{
}
.minhead .logo img.scrollimg{
}
.minhead .nav.navbar-nav {
}

#tarifs ul {
    list-style: none;
	padding-left:0px;
}
.tarif_item{
	background: cornflowerblue;
	color:#fff;
	margin:0 80px 30px;
	padding:0 10px;
	background-size:cover!important;
}
.tarif_item h4{
	margin-top:55px;
	font-weight:300;
	font-size:30px;
}
.tarif_item ul{
	margin-top:100px;
}
.tarif_item li{
	line-height:30px;
	background: url(../img/check.png) no-repeat 0px 6px;
    padding-left: 30px;
}
.tarif_item .center img{
	margin:45px 0px;
}
.tarif_item.tf1{
}
.tarif_item.tf2{
	
}
.tarif_item.tf3{
	
}
.tarif_item.tf4{
	
}

.price,.user{
	text-align:center;
	border:1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.money{
	font-size:50px;
	font-weight:300;
	line-height: 50px;
	margin-top:10px;
}
.money img{
	vertical-align: baseline;
}
.pday{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 14px;
    line-height: 14px;
}
.ucount{
	font-size: 14px;
    line-height: 12px;
    font-weight: 300;
    margin-bottom: 12px;
    margin-top: 1px;
}

.topnav{
    position: absolute;
	width:100%;
	height: 1px;
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.minhead .topnav{
    display:none;
}
.topnav > div{
    height: 1px;
}

.topnav a.kab{
    float:right;
	margin-right:15px;
	margin-top:31px;
	color: #000;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    background: none!important;
    text-decoration: none;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.topnav a.kab:hover{
    color: #e74c3c;
    background: none!important;
}


.dropdown {
    position: relative;
    display: inline-block;
	float:right;
	margin-right:15px;
	margin-left:35px;
	margin-top:63px;
}
.minhead .dropdown{
    display:none;
}
.dropdown-menu{
	background:none;
	border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
	min-width: 66px;
	padding-top: 0;
    margin-top: 0;
	padding-bottom: 2px;
}
.dropdown.lang a{
	color:#8a95a9;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
	height: 32px;
    overflow: hidden;
    display: block;
	padding-left:20px;
	margin-left:-20px;
	background-position:4px 7px;
}
.dropdown.lang.open a{
	height: 27px;
}
.dropdown.lang a:hover{
	color:#fff;
}.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  
}
.open > .dropdown-menu li a {
  color: #000;  
}
.dropdown-menu li a{
  color: #fff;
}
.open > .dropdown-menu{}
.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  display: block;
  border-bottom:2px solid #fff;
  
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.dropdown-toggle{
	background: url(../img/language_1.svg) no-repeat 4px 7px;
	background-size:10px;
}
.open .dropdown-toggle{
	background-image: none;
}
.open .dropdown-toggle:hover, .dropdown.lang.open a:hover{
	background: url(../img/language_2.svg) no-repeat 4px 7px;
	background-size:10px;
}

.dropdown1 {
	float:right;
	margin-right:30px;
	margin-left:99px;
	margin-top:36px;
	-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.minhead .dropdown1 {
	opacity:0;
}
.langbut {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    background: none;
	text-decoration:none;

	color: #b7973a;
    font-size: 16px;
    font-weight: 500;
    background: none!important;
    text-decoration: none;
    padding-right: 25px;
    position: absolute;
    top: 57px;
    left: 131px;
}

.langbut:hover{
	color:#c59925;
}
.langbut.active{

}
.dropdown-content {
    -webkit-transition: .9s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: .9s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: .9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: .9s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: block;
    width: 0px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    background: none;
    z-index: 1;
    right: 27px;
    top: 0;
    margin: 0;
	float:right;
}

.innerblock{
	width:200px;
	
	margin: 7px 0 0;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
	float:left;
	margin:0;
	margin-left:27px;
	font-weight: 700;
	font-size:10px;
}
.dropdown-content a:hover {
    color:#e74c3c;
}

.dropdown:hover .dropdown-content {
    display: block;
	width:141px;
	opacity:1;
}

.dropdown:hover .dropbtn {
    color: #000;
}


/* form style */


.form-style input{
    width: 100%;
   
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field,
.form-style select{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
	background:none;
	border:none;
	border-bottom:2px solid #b3b3b3;
	padding: 10px;
	padding-bottom:3px;
    margin: 10px 0 15px;
	color:#6A7EAD;
	font-style: italic;
}
.form-style select{
	padding-bottom: 4px;
	width:100%;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .select-field:focus,
.form-style select:focus{
    border-bottom:2px solid #683292;
}
.form-style .textarea-field:focus{
	background-image: -webkit-linear-gradient(left, white 0px, transparent 0px), -webkit-linear-gradient(right, white 0px, transparent 0px), -webkit-linear-gradient(white 30px, #683292 0px, #683292 32px, white 0px);
    background-image: -moz-linear-gradient(left, white 0px, transparent 0px), -moz-linear-gradient(right, white 0px, transparent 0px), -moz-linear-gradient(white 30px, #683292 0px, #683292 32px, white 0px);
    background-image: -ms-linear-gradient(left, white 0px, transparent 0px), -ms-linear-gradient(right, white 0px, transparent 0px), -ms-linear-gradient(white 30px, #683292 0px, #683292 32px, white 0px);
    background-image: -o-linear-gradient(left, white 0px, transparent 0px), -o-linear-gradient(right, white 0px, transparent 0px), -o-linear-gradient(white 30px, #683292 0px, #683292 32px, white 0px);
    background-image: linear-gradient(left, white 0px, transparent 0px), linear-gradient(right, white 0px, transparent 0px), linear-gradient(white 30px, #683292 0px, #683292 32px, white 0px);
	background: url(img/bg-textarea.png) repeat-y;
}

.form-style .textarea-field{
    min-height:150px;
    width: 100%;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
	color:#a3a3a3;
	background:#000;
	border:none;
	padding:10px 15px;
	font-size:14;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:300;

}

.form-style .notes {
    background-image: -webkit-linear-gradient(left, white 0px, transparent 0px), -webkit-linear-gradient(right, white 0px, transparent 0px), -webkit-linear-gradient(white 30px, #b3b3b3 0px, #b3b3b3 32px, white 0px);
    background-image: -moz-linear-gradient(left, white 0px, transparent 0px), -moz-linear-gradient(right, white 0px, transparent 0px), -moz-linear-gradient(white 30px, #b3b3b3 0px, #b3b3b3 32px, white 0px);
    background-image: -ms-linear-gradient(left, white 0px, transparent 0px), -ms-linear-gradient(right, white 0px, transparent 0px), -ms-linear-gradient(white 30px, #b3b3b3 0px, #b3b3b3 32px, white 0px);
    background-image: -o-linear-gradient(left, white 0px, transparent 0px), -o-linear-gradient(right, white 0px, transparent 0px), -o-linear-gradient(white 30px, #b3b3b3 0px, #b3b3b3 32px, white 0px);
    background-image: linear-gradient(left, white 0px, transparent 0px), linear-gradient(right, white 0px, transparent 0px), linear-gradient(white 30px, #b3b3b3 0px, #b3b3b3 32px, white 0px);
    background: url(img/bg-textarea-gray.png) repeat;
    border: none;
    border-radius: 0px;
    line-height: 32px;
    padding: 10px;
	padding-top: 0px;
	margin-top:15px;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.form-style .notes.errortext {
    background-image: -webkit-linear-gradient(left, white 0px, transparent 0px), -webkit-linear-gradient(right, white 0px, transparent 0px), -webkit-linear-gradient(white 30px, red 0px, red 32px, white 0px);
    background-image: -moz-linear-gradient(left, white 0px, transparent 0px), -moz-linear-gradient(right, white 0px, transparent 0px), -moz-linear-gradient(white 30px, red 0px, red 32px, white 0px);
    background-image: -ms-linear-gradient(left, white 0px, transparent 0px), -ms-linear-gradient(right, white 0px, transparent 0px), -ms-linear-gradient(white 30px, red 0px, red 32px, white 0px);
    background-image: -o-linear-gradient(left, white 0px, transparent 0px), -o-linear-gradient(right, white 0px, transparent 0px), -o-linear-gradient(white 30px, red 0px, red 32px, white 0px);
    background-image: linear-gradient(left, white 0px, transparent 0px), linear-gradient(right, white 0px, transparent 0px), linear-gradient(white 30px, red 0px, red 32px, white 0px);
	background: url(img/bg-textarea-error.png) repeat;
}

.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {

}
.form-style .success{
	background: #e2ebfc;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #683292;
	border-left: 3px solid #683292;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}
.container.no-padding>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}

section#in_first_first{
	padding:120px 0;
	background-color: #f2f2f2;
}
section#in_second_first{
	padding:60px 0 97px;
	background-color: #f2f2f2;
}
section#in_first_second {
    background: #255469 url(img/sec-mail-big-pic.jpg) 100% 100% no-repeat;
    background-size: cover;
    border-bottom: 16px solid #d9d9d9;
}
.remote section#in_first_second {
    background: #255469 url(img/remote-desktop-big-pic.jpg) 100% 100% no-repeat;
}
.consulting section#in_first_second {
    background: #255469 url(img/consulting-big-pic.jpg) 100% 100% no-repeat;
}
.lease section#in_first_second {
    background: #255469 url(img/lease-big-pic.jpg) 100% 100% no-repeat;
}
section#in_second_foot {
    background: #29478d;
}
.inner_page .center_img{
	margin-top: -150px;
    margin-left: -150px;
	width:300px;
}
.inner_page section#foot_after {
    background: none;
    border-bottom: 16px solid #142342;
}
.inner_contact{
	border-bottom: none;
    padding: 23px 41px;
    background: #b7973a;
    color: #fff;
    float: right;
    display: block;
	text-decoration:none;
	font-size:24px;
	font-weight:700;
}
.inner_contact:hover,.inner_contact.active,.inner_contact:focus{
    background: #0172e8;
	color:#fff;
	text-decoration:none;
}
.white_bg{
	background:#fff;
	padding: 48px 48px 48px;
	margin-top:10px;
}
.inner_page h2:not(.str_h){
	font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #b7973a;
}
.white_bg ol li {
    font-weight: 400;
}
.strb{
	font-weight: 700;
}
.inner_block{
	background:#fff;
}
.inner_block_small{
	background:#fff;
	padding:20px 30px;
	margin-bottom:24px;
}
.inner_block h3{
	border-bottom: 2px solid #ccc;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #b7973a;
	padding: 20px;
    text-align: center;
}
.inner_block_content{
	padding:16px 40px;
	min-height: 300px;
}
.inner_small_image{
	width:32px;
	margin-right:20px;
}
.inner_block_small h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #b7973a;
	    margin: 0;
}
.mar_top_80{
	margin-top:80px;
}
#solutions{
	overflow:hidden;
}
.padrightvd{
	padding-right: 89px;
}
.padtopvd{
	padding-top: 56px;
}
#footer a.logo-foo{
	margin: 0px 0px 20px 0px;
}
#footer a{
	color:#50f6b9;
	font-size:14px;
	text-decoration:none;
	display:block;
	margin-bottom:7px;
}
.resimg{
    max-width: 100%;
    height: auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
	min-height:200px;
	overflow: inherit;
}
.swiper-slide {
-webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.swiper-slide h5{
	margin-bottom:30px;
}
#team{
	overflow:hidden;
}
.opac{
	opacity:.5;
}
.swiper-scrollbar{
	width:100%;
	height:4px;
	margin-top:30px;
	display:none;
}
.swiper-container-buttons > div {
	float:left;
	margin-top:30px;
	margin-right:20px;
}
.swiper-container-buttons .button-next img  {
	transform: rotate(180deg);
}
.swiper-scrollbar {
    background: none;
	border-top: 1px solid #8aa9c8;
    border-radius: 0px;
	height: 2px;
}
.swiper-scrollbar-drag {
    border-radius: 0px;
	height:3px;
    top: -2px;
    background: #b7973a;
}
@media (max-width: 767px) {
	.swiper-container {
		width: 60%;
		margin: inherit;
	}	
	.swiper-scrollbar{
		display:block;
	}
	.swiper-slide-next{
		opacity:.5;
	}
	.swiper-container-buttons{
		display:none;
	}
}
/*/////////////////////////////////////////////////////////*/
@media (min-width: 768px){
	.navbar-nav {
		float: left;
		margin: 0;
	}
}
@media (max-width: 1199px) {
	.nav>li>a {
		position: relative;
		display: block;
		/* padding-left: 10px; */
		padding-right: 10px;
	}
	.tarif_item {
		margin: 0 15px 15px;
	}
}
@media (max-width: 991px) {
	.langbut {
		top: 28px;
	}
	.logo img {
		margin: 8px 80px 9px 15px;
		width: 60px;
	}
	.rightbg{
		display:none;
	}
	.hidemob{
		display:none;
	}
	.portfolio-item{
		margin-bottom:60px;
	}
	section#after_products .row, section#after_products_prof .row{
	}
	.row.pad_bot .col-md-2.col-sm-12{
		margin: 0 auto;
		display: table;
		float: none;
		width: auto;
	}
	.row.pad_bot .col-md-offset-1.col-sm-12{
		text-align:center;
	}
	.dropdown1, .minhead .dropdown1 {
	}
	.minhead .navbar.navbar-fixed-top{
		background: #b7973a;
		min-height:auto;
	}
	.minhead .navbar-toggle .icon-bar{
		background: #fff;
	}
	.navbar-fixed-top {
		border-width: 0 0 0px;
		position: absolute;
		top:-80px;
		margin-top:80px;
	}
	.dropdown1 {
		margin-right: 9px;
		margin-left: 16px;
		margin-top: 14px;
		margin-bottom: 14px;
	}
	.nav.navbar-nav{
		clear:both;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none!important;
		overflow:hidden;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		
		background:none!important;
    }

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
		position: fixed;
		top: 54px;
		left: 0px;
		padding:50px;
		width: 100%!important;
		height:100vh!important;
		max-height:100vh!important;
		background: #fff;
    }
	.tarif_item ul {
		margin-top: 20px;
	}
	.tarif_item {
		margin: 0 15px 15px;
		padding:0 70px;
		background:#3d64a9!important;
	}
	.tarif_item .center img {
		margin: 30px 0px 0px;
	}
	.foot_cont {
		padding-left: 0px;
		margin-top:50px;
	}
	#intro2 h2 {
	}
	#map, .hnine{
		height:360px;
	}
	.navmenu li{
		float:none;
		text-align:center;
	}
	.cloud #payment .padleft {
		padding-left:0px;
	}
}  
@media (max-width: 767px) {
	#contact_form #submit_btn {
		float: none;
		display: block;
		clear: both;
		margin: 51px auto;
		width: 139px;
		text-align: center;
	}
	#contact_form .container_ch.fleft {
		float: none;
	}
	#footer a.logo-foo{
		margin-bottom: 50px;
	}
	#footer h6 {
		margin-top:40px;
	}
	#footer a.logo-foo img{
		margin: auto;
	}
	#footer p {
		padding-right: 0px;
	}
	#footer a:first-child {
		margin-top: 45px;
	}
	.marleftfour {
		margin-left: 0px;
	}
	.linkedlink {
		float:none;
	}
	.linkedlink img{
		margin: auto;
	}
	.rightim{
		float:none;
		margin-left: auto;
		margin-right: auto;
	}

	h2{
		font-size: 42px;
		line-height: 50px;
	}
	h1, h2, h3, h4, h6, p{
		text-align:center;
	}
	ol li p{
		text-align:left;
	}
	.swiper-slide p{
		text-align:left;
	}
	.img-ullike{
		margin: 20px auto;
		display: block;
		float: none;
	}
	.padrightvd{
		padding-right: 15px;
	}
	.padtopvd{
		padding-top: 15px;
	}
	.textimage{
		display:none;
	}
	.textimagebg{
		height: 300px;
		margin: 0 -15px;
		padding: 0 15px;		
		background: url(/img/globy-image.jpg);
		
		background-position: center center;
		background-repeat: no-repeat; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#map, .hnine{
		height:360px;
	}
	.nav.navbar-nav{
		margin-top:10px;
	}
	.logo img {
	}

	.price {
		margin-bottom:20px;
	}

	.tarif_item {
		padding:0 20px;
	}
	section{
		overflow:hidden;
	}

	section#intro{
	}
	section#products,section#products_prof{
		padding-bottom:60px;
	}

	.modal-body {
		padding: 15px 30px 60px;
	}
}
@media (max-width: 478px) {
	.card-sec-input input {
		width: 75px;
		border: 0px;
		font-size: 18px;
		font-weight: 500;
		line-height: 40px;
	}
	.card-item {
		min-height: 271px;
	}

	.link_a {
		font-size: 16px;
		padding: 16px 8px;
	}
	.link {
		margin-left: 20px;
		padding-top: 8px;
	}
	section#after_products .col-md-6, section#after_products_prof .col-md-6{
		width:100%;
	}
	.str_h{
	}

	#after_products_prof .link_a, #after_products .link_a, #foot_after .link_a {
		font-size: 15px;
		line-height: 24px;
		padding: 17px 0;
		margin-top: 41px;
		margin-bottom: 9px;
	}
	#after_products_prof .link_a .link, #after_products .link_a .link, #foot_after .link_a .link{
		display:none;
	}
	.topnav{
		position: initial;
		height: auto;
	}
	.topnav > div{
		height: auto;
	}
	.navbar-toggle {
		margin-top: 21px;
	}
	.topnav a.kab{
		margin-top: 23px;
	}
	.dropdown{
		margin-top: 10px;
	}
}
.disclaimer {
	background:#602c98;
}
.disclaimer p {
    font-size: 14px;
    line-height: 18px;
    color: #ae8ecf;
}