@charset "utf-8";
/* CSS Document */
 @import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';

body{ margin:0px; padding:0px; font:normal 16px/23px 'Open Sans', sans-serif; color:#555; background:#f4f4f4;}
h1, h2, h3, h4, h5, h5, p, ul, li, a, a:hover{ margin:0px; padding:0px; text-decoration:none;}

/* ------  ----------  - -------------------*/
/* ------  ST HEADER -----------------------*/
/* ------  ----------  - -------------------*/
.logo{margin-left:30px;}
.st-header { 
	 
    width: 100%; 
	background:#fff; 
	padding: 15px 0;
	margin-top:50px;
	 box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
}
.st-header ul{float:right; padding-top: 16px;}
.st-header ul li{list-style:none; display:inline-block; padding: 0 22px; border-right:1px solid #CCCCCC;}
.st-header ul li a{color:rgb(0, 55, 69); }
.st-header ul li a:hover{color:#333; }
.st-header ul li:last-child{border:none;}
.st-header .icon{
		width:291px;
		 
 }
.st-header .icon i{
	font-size: 26px;
    padding: 0px 7px 0px;
    position: relative;
    top: 2px;
	font-weight: bold;

}
.st-header .icon a{
	font-weight: bold;
}


.st-header .icon p{
	font-size: 12px;
    line-height: 1.2;
    margin-top: 7px;

}



/* ------  ----------  - -------------------*/
/* ------  ST TOP A -----------------------*/
/* ------  ----------  - -------------------*/

.st-top-a{ 
	background: #fff; 
	color:#fff; 
	/* border-radius: 0px 0px 0px 240px; */
	margin-top: 50px;
	 box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
	
}

.st-top-a h1{ 
	margin: 35px 0 16px;
    font-weight: 700;
    color: #003745;
    font-size: 23px;
}
.st-top-a p {
    color: #696969;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    
    text-align: justify;
}
.st-top-a-right{padding:0 42px 0px 10px;}

.button-section {
    margin-top: 40px;
}

.btn{     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
	}
.btn-primary.btn-bavel{
	border-bottom-color: #e6870e;
	
}
.btn-primary {
    color: #fff;
	background-color:#f8981d;
	
}
.btn-primary:hover {
    background-color: #f38f11;
	border-color:#f38f11;
	border-bottom-color: #f38f11!important;
}
.btn-primary:active{
    background-color: #f38f11 !important;
    color: #fff;
}
.btn-primary:focus {
    background-color: #f38f11;
	border-color:#f38f11;
	border-bottom-color: #f38f11!important;
}
.btn-lg {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.22222em;
    padding: 11px 15px 11px;
    margin-bottom: 10px;
}
.btn-bavel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
	border-color:#e6870e;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 4px;
}


.margintop{margin-top:11px;}


/* ------  ----------  - -------------------*/
/* ------  ST TOP B -----------------------*/
/* ------  ----------  - -------------------*/
.st-top-b{ 
	background: #fff; 
	
	margin-top: 50px;
	 box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
}
.st-top-b h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    color: #666666;
}
.st-top-b p{font-size:13px;}

/*----------box hover---------*/

.fond{ padding:0 15px 0px 15px; top:0;left:0; right:0;bottom:0;}

.style_prevu_kit
{
    display:inline-block;
    border:0;
    width:100%;
    height: auto;
    padding: 20px 0;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-transform: scale(1); 
    -ms-transition: all 0.5s ease 0s;
    -ms-transform: scale(1); 
    -moz-transition: all 0.5s ease 0s;
    -moz-transform: scale(1);
    transition: all 0.5s ease 0s;
    transform: scale(1);   
	border-right:1px solid rgba(120, 121, 122, 0.15);
}
.style_prevu_kit:hover
{
     box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 0.5s ease 0s;
    -ms-transform: scale(1.2);   
    -moz-transition: all 0.5s ease 0s;
    -moz-transform: scale(1.2);
    transition: all 0.5s ease 0s;
    transform: scale(1.2);
	border-top:5px solid #f9ac49 !important;
	
}
.remove-padding{padding:0px 0 0 0;}

.btn-support.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(9, 62, 75);
}
.btn-support .btn-primary.btn-bavel {
    border-bottom-color: rgb(3, 26, 32);
}
.btn-support .btn-bavel {
    border-color: rgb(3, 26, 32);
}
.btn-support .btn-primary:hover {
    background-color: rgb(0, 55, 69);
    border-color: rgb(0, 55, 69);
    border-bottom-color: rgb(9, 62, 75) !important;
}
.btn-support .btn-primary:active {
    background-color: rgb(0, 55, 69) !important;
    color: rgb(255, 255, 255);
}
.btn-support .btn-primary:focus {
    border-bottom-color: rgb(0, 55, 69) !important;
}
/* ------  ----------  - -------------------*/
/* ------  ST TOP C -----------------------*/
/* ------  ----------  - -------------------*/



/* ------  ----------  - -------------------*/
/* ------  ST BOTTOM A -----------------------*/
/* ------  ----------  - -------------------*/
.st-bottom-a{ 
	margin-top: 50px;
	background:#fafafa; 
	padding:44px 38px 45px 38px;
	 box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
}
.st-bottom-a h2 {
	font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    color: rgb(0, 55, 69);
    font-size: 29px
}
.st-bottom-a h4 {
    font-size:15px;
	padding-top: 10px;
	text-align: center;
}

.margin-left{margin-left:83px;}

/* ------  ----------  - -------------------*/
/* ------  ST BOTTOM B -----------------------*/
/* ------  ----------  - -------------------*/
.st-bottom-b{padding:60px 0 85px;}
.st-bottom-b h2 {
    color: #3e489c;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 50px;
}
.st-bottom-b h4 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
    text-align: center;
}




/* ------  ----------  - -------------------*/
/* ------  ST BOTTOM FOOTER -----------------------*/
/* ------  ----------  - -------------------*/


.st-footer {
	background-color:#003745;
	color:#fff;
	margin-top:50px;
    padding: 15px 0;
}
.st-footer p {
    letter-spacing:2px; font-size:14px;    padding: 10px;
}


/* ------  ----------  - -------------------*/
/* ------  ST Common Style -----------------------*/
/* ------  ----------  - -------------------*/
/*===   LOGIN POPUP START =====  */

@media (min-width: 768px){
    #loginpopup .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
.modal-content {
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    text-align: left;
    background: rgb(238, 238, 238);
}
.modal-title{
    float: left;
    margin-top: 4px;
    font-size: 2rem;
}
.modal-body {
    padding: 0 25px 15px 25px;
}

.modal-body img {
    margin-bottom: 15px;
}

.modal-header {
    padding: 15px;
}
.modal-header, .modal-footer { border: 0; }

.modal-header .close {
    font-size: 36px;
    color: #888;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

.modal-footer button {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    background: none;
    border: 1px solid #888;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.modal-footer button:hover { outline: 0; opacity: 0.6; background: none; border: 1px solid #888; color: #888; }

.modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus { 
    outline: 0; opacity: 0.6; background: none; border: 1px solid #888; color: #888; 
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-footer button:before {
    background: none;
}


.form-wrap {
    background: #fff;
    margin: 35px 0px 0;
}
.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
}

.modal-content input[type="text"], 
.modal-content input[type="password"],
.modal-content textarea, 
.modal-content textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;    
    color: #333;
    font-weight: 400;   
    line-height: 50px;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; box-shadow: 0 1px 0 0 #fff;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.modal-content textarea, 
.modal-content textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

.modal-content input[type="text"]:focus,
.modal-content input[type="password"]:focus,
.modal-content textarea:focus, 
.modal-content textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #bbb;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-content input[type="text"]:-moz-placeholder, .modal-contenttextarea:-moz-placeholder, .modal-contenttextarea.form-control:-moz-placeholder { color: #888; }
.modal-content input[type="text"]:-ms-input-placeholder, .modal-contenttextarea:-ms-input-placeholder, .modal-contenttextarea.form-control:-ms-input-placeholder { color: #888; }
.modal-content input[type="text"]::-webkit-input-placeholder, .modal-contenttextarea::-webkit-input-placeholder, .modal-contenttextarea.form-control::-webkit-input-placeholder { color: #888; }



.modal-content button.btn {
    position: relative;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: rgb(244, 123, 52);
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}



.modal-content button.btn:hover { opacity: 0.6; color: #fff; text-decoration: none; }

.modal-content button.btn:active{ outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.modal-content button.btn:focus{ outline: 0; opacity: 0.6; background: #831d32; color: #fff; }

.modal-content button.btn:active:focus, .modal-content button.btn.active:focus { outline: 0; opacity: 0.6; background: #831d32; color: #fff; }

.modal-content button.btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.1);
}

.inner h5{
	padding: 7px;
    font-weight: 600;
}


@media (max-width: 600px) {
    .form-bottom {
        padding: 20px 0;
    }
    .form-wrap {
        margin: 20px 0px 0;
    }
}

@media (max-width: 480px) {
.video-placement {margin: 15px auto; width: 77%!important;}
}

/* box icon design */
.box-icon  {
    padding: 10px;
  background: #fafafa none repeat scroll 0 0; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.43);
  text-align:center;
  margin: 8px 0;
}

.box-icon-innr {
    padding: 45px 0;
}
.border1px {
    border: 1px solid #ccc;
}

/* Form design */
/*.home-form{ width:50%; padding:41px 20px 25px; margin:0 auto;}
.home-form h3{ color:#000; font-weight:bold; font-size:35px; text-align:left;}
.home-form h4{ color:#000; margin:25px 0 0;}
.form-group { border-bottom: 1px solid #fff;}
.form-group input{border:none; box-shadow:none !important; height:48px; width:100%;}
.form-control{ display:block; font-size:14px; line-height:1.42857; background:transparent !important;  height: 34px; box-shadow:none !important; letter-spacing:4px;}
.form-control:focus{ border:none !important; outline:0 none;}
.submit { background: #003745 none repeat scroll 0 0; color:#fff;  border: medium none; width: 28%; padding: 9px 0; font-size:16px; float:left; margin-top:20px; transition:all 0.9s ease 0s;}
.submit:hover{background:#064d5f;}

::-webkit-input-placeholder {color: #fff !important;}
:-moz-placeholder { /* older Firefox*//*color: #fff !important; font-family:opan }*/
/*::-moz-placeholder {  Firefox 19+  color: #fff !important; } 
:-ms-input-placeholder {color: #fff !important;  }*/




/* ------  ----------  - -------------------*/
/* ------  The Overlay (background) -----------------------*/
/* ------  ----------  - -------------------*/

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    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: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    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: 20px;
    right: 45px;
    font-size: 60px;
}

/* 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;
    }
	
}
@media (max-width: 320px) {
.video-placement { margin: 14px auto; width: 100% !important; margin-left:-17px !important;}

}







/* ------  ----------  - -------------------*/
/* ------  ST Responsive -----------------------*/
/* ------  ----------  - -------------------*/


/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
	.video-placement { margin: 15px auto; width: 50%;}
	.style_prevu_kit {margin-top:0px !important;}
	.margintop {margin-top: -58px !important; padding-bottom: 30px !important;}
.button-section { margin-top: 32px !important ; }
}

/* Portrait phones and smaller */

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.st-header ul li {padding: 0 2px;}
.button-section {
    margin-top: 16px !important;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .st-header ul li {padding: 0 2px;}
	/* .st-header .icon {width:80px;} */
	.video-placement {margin-top:35px;}
	.margintop {  margin-top: -58px; padding-bottom: 30px; width: 100%;
    }

}
	

@media (max-width: 480px) {
.video-placement { margin: 14px auto; width: 95%;}
.margintop{margin-top:-58px !important; padding-bottom: 30px !important;}
.st-header .icon {
    width: auto !important;
}
	
}
@media (max-width: 768px) {
    .logo .img-responsive{
        margin-left:0px;
        margin: auto !important;
    } 
    .logo {
        margin-left: 0px !important;
    } 
    .st-header ul {
        float: none !important;
        padding-top: 16px;
    }
}
@media (max-width:991px) {
    .button-section {
        margin-top: 15px !important;
    }
    
}    

