@charset "utf-8";
/* CSS Document */

 @import 'https://fonts.googleapis.com/css?family=Montserrat';
 @import 'https://fonts.googleapis.com/css?family=Open+Sans';
body{ margin:0px; padding:0px; font:normal 16px/23px 'Open Sans', sans-serif; color:#555; overflow-x: hidden; }
h1, h2, h3, h4, h5, h5, p, ul, li, a, a:hover{ margin:0px; padding:0px; text-decoration:none;}

/* ------  ----------  - -------------------*/
/* ------  Global Update -----------------------*/
/* ------  ----------  - -------------------*/





/* ------  ----------  - -------------------*/
/* ------  ST HEADER -----------------------*/
/* ------  ----------  - -------------------*/

.st-header { 
 	padding:20px;
    width: 100%; 
	background:#fff; 
	z-index:1;
	top:0px;

}


.st-header img{
	margin:0 auto;
}
/* ------  ----------  - -------------------*/
/* ------  ST HEADER-2 -----------------------*/
/* ------  ----------  - -------------------*/
.st-header-2 { 
 	padding:32px 0 25px;
    width: 100%; 
	background:#e20101; 
	margin-top: 72px;

}
.st-header-2 h2{
	font-size:22.1px;
	font-weight:300;
	color:#ffffff;
	line-height:30.9333px;
	text-align:center;
	font-family: 'Merriweather Sans', sans-serif;
}





/* ------  ----------  - -------------------*/
/* ------  ST TOP A -----------------------*/
/* ------  ----------  - -------------------*/
.logo-section{
	margin:50px auto;
}
.st-top-a{
	background: url(../../images/bg-main1.jpg) fixed top center ;
}

.parallax-containt{
		
		min-height:720px;	
		background:rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}

.st-top-a h1{ 
	font-family: 'Open Sans', sans-serif;
	font-size:33px;
	font-weight:400;
	margin-bottom:20px;
	color:#3b3b3b;
	
}
.st-top-a h4{ 
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:400;
	margin-bottom:10px;
	color:#555;
	
}

li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3em;
    list-style-image: url("../../images/4.gif");
    margin-bottom: 0.5em;
	margin-left:15px;
}

.st-top-a img{
	margin:10px auto 10px;
}
.st-top-a hr{
	width:100%;
	height:1px;
	background-color:#000000;
	margin-top:20px;
	margin-bottom:20px;
}
.st-top-a p{ 
	font-size:16px;
	font-weight:400;
	font-style:normal;
	font-size-adjust:none;
	color:rgb(98,​ 98,​ 98);
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	margin-top:15px;
}
.st-top-a .box{
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    float: left;
    padding: 30px 30px 23px;
    width: 100%;
}
.st-top-a h3{ 
    color: #3b3b3b;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 68px;
    margin-bottom: 10px;
}
.st-top-a .button-section{ margin-top:53px;}
.st-top-a .form-control{ 
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 18px;
    height: 45px;
	margin-top:25px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.st-top-a  .form-control:focus {
    border-color:  #e6772e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 1;
}

.btn-lg {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.22222em;
    padding: 12px 48px 16px;
}
.btn {
    background: #fff none repeat scroll 0 0;
   border-color: #e6772e;
    border-radius: 40px;
    color: #3b3b3b;
	padding: 10px 15px;
}
.btn:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    }
.btn-bordered {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #e6772e;
    color: #fff;
}
.btn.btn-bordered:hover {
    background: #fff none repeat scroll 0 0;
   border-color: #e6772e;
    color: #3b3b3b;
}
.btn-bavel {

	margin-top: 10px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}
.btn-primary {
    color: #fff;
	border-color: #e6772e;
}
.btn-primary.btn-bordered {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.btn-primary.btn-bavel {
   
	background-color: #e6772e ;
}
.btn-primary:hover {
    background-color: #b24803 ;
    border-color: #e6772e;
    color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #204d74;
    border-color: #e6772e;
    color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: hsl(24, 98%, 35%);
   	border-color: #e6772e;
    color: hsl(0, 0%, 100%);
}
.btn-primary.focus, .btn-primary:focus {
   border-color: #e6772e;
	}

/* ------  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-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{outline:0 none;}
.submit {
    background: #ae170c none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 16px;
    margin-top: 20px;
    padding: 9px 0;
    transition: all 0.9s ease 0s;
    width: 28%;
	font-family: 'Montserrat', sans-serif;
}

::-webkit-input-placeholder {color: #fff !important;}
:-moz-placeholder { /* older Firefox*/color: #555 !important; font-family:opan }
::-moz-placeholder { /* Firefox 19+ */ color: #555 !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: rgba(242, 124, 124, 0.91); /* 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: 60px;
    right: 45px;
    font-size: 60px;
	color:#fff;
}
.overlay-content h1{ 
	font-family: 'Montserrat', sans-serif;
	font-size:28px;
	font-weight:400;
	line-height:39px;
	margin-bottom:10px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:1.5px;
}
.popup-design h4{
	margin-left: 6px;
    margin-top: 14px;
}
.modal-dialog {
    margin: 30px auto;
    width:1142px;
}
.modal-body span a {
    float: right;
    font-size: 14px;
    margin-bottom: 9px;
	color:#777;)
}

/* ------  Form design END  -----------------------*/

/* ------  ----------  - -------------------*/
/* ------  ST TOP B -----------------------*/
/* ------  ----------  - -------------------*/


/* ------  ----------  - -------------------*/
/* ------  ST TOP C -----------------------*/
/* ------  ----------  - -------------------*/



/* ------  ----------  - -------------------*/
/* ------  ST BOTTOM A -----------------------*/
/* ------  ----------  - -------------------*/
.st-bottom-a{ 
	background: #f2f2f2 none repeat scroll 0 0;
	padding:50px;
}
.st-bottom-a h3 {
    font-weight: 700;
    margin-top: 20px;
	margin-bottom:20px;
    text-transform: uppercase;
	
}

.st-bottom-a .single-box {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
	width:417px;
	border-right: 3px solid #cbcbcb;
	height:200px;
	background-color:#FFf;
	padding:20px;
}
.st-bottom-a h1{
	font-family: 'PT Sans', sans-serif;
	font-size:35px;
	font-weight:400;
	line-height:36px;
	
}
.st-bottom-a h2{
	font-family: 'PT Sans', sans-serif;
	font-size:22px;
	font-weight:400;
	line-height:64px;
}
.st-bottom-a p{
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:32px;
}
.st-bottom-a img{
	margin-bottom:50px;
}



/* ------  ----------  - -------------------*/
/* ------  ST BOTTOM B -----------------------*/
/* ------  ----------  - -------------------*/
.st-bottom-b{
	padding: 35px 0 57px;
	background-color:#e6772e;
}

.st-bottom-b a{
	color:#f9ff00;
}
.st-bottom-b h1{
	color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 68px;
    margin-bottom: 10px;
	
}
.st-bottom-b  h3{
	font-family: 'Montserrat', sans-serif;
	font-size:21px;
	font-weight:400;
	line-height:39px;
	margin-bottom:10px;
	color:#ffffff;
	letter-spacing:1.5px;
	text-transform:uppercase;

	
}
.st-bottom-b h2{
	color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
	text-align:center;
	margin-bottom:10px;
}
.st-bottom-b p{
	font-size:15px;
	font-weight:300;
	font-style:normal;
	font-size-adjust:none;
	color:#fff;
	line-height:25px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}
.st-bottom-b h4 {
	font-weight:300;
	font-style:normal;
	font-size-adjust:none;
	color:#ffffff;
	line-height:25px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	ont-size:22px;
}
.st-bottom-b .box{
    
   
    
    padding: 40px 0px;;
    width: 100%;
	
}
.st-bottom-b hr{
	
    border-top: 1px solid #ea6363;
    height: 1px;
    width: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* ------  ----------  - -------------------*/
/* ------  ST BOTTOM C -----------------------*/
/* ------  ----------  - -------------------*/
.st-bottom-c{
	padding: 35px 0 57px;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}

.st-bottom-c img{
	margin-bottom:50px;
}
.st-bottom-c h1{
    color: #3b3b3b;
    font-family: "Open Sans",sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 68px;
    margin-bottom: 10px;
	
}
.st-bottom-c  h3{
	font-family: 'Montserrat', sans-serif;
	font-size:21px;
	font-weight:400;
	line-height:39px;
	margin-bottom:10px;
	color:#ffffff;
	letter-spacing:1.5px;
	text-transform:uppercase;

	
}
.st-bottom-c h2{
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
	margin-bottom:7px;
}
.st-bottom-c p{
	font-size:15px;
	font-weight:300;
	font-style:normal;
	font-size-adjust:none;
	color:rgb(98,​ 98,​ 98);
	line-height:25px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}
.st-bottom-c .box{
   background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 40px;
    width: 100%;
	height:200px;
}



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


.st-footer {
 	padding:20px;
    width: 100%; 
	background:#e6772e; 
}
.st-footer p {
	font-size:12px;
	font-weight:300;
	font-style:normal;
	font-size-adjust:none;
	line-height:25px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}


/* ------  ----------  - -------------------*/
/* ------  ST Common Style -----------------------*/
/* ------  ----------  - -------------------*/

/* panel design */
.panel-primary {
    border-color: #000000;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
    width: 83%;
	text-align:center;
	line-height: 35px;
	transition: all 0.5s ease 0s;
}

.panel:hover {
    box-shadow: none;
    transition: all 0.5s ease 0s;
}


.panel-primary > .panel-heading {
    color: #fff;
    background-color: #1d305b;
    border-color: #1d305b;
    letter-spacing: 3px;
}

.panel-body {
    padding: 15px;
}


/* 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 */
.form-box{ 
	background:#f6f6f6; width:100%; 
	float:left;
	padding:0 20px 25px;
 }
.form-box h3{ 
	color:#000; 
	margin:44px 0 20px; 
	font-weight:bold;
}
.form-box h4{ 
	color:#000; 
	margin:25px 0 0;
}
.form-box p{ 
	font-weight:bold; 
	color:#555;
}

.form-group{ 
	margin-bottom:15px;
}
.form-group input{ 
	background:#fff; 
	border:medium none; 
	border-radius:0px; box-shadow:0 0 0 rgba(0, 0, 0, 0.075) inset; 
	color:#000; 
	height:48px;
	padding:0 15px; 
    width:100%;
}
.form-control{ 
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus{ 
	border-color:#66afe9; 
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); 
	outline:0 none;
}


.video-section{ background:#FFFFFF; 
	padding-bottom:10px; 
	padding-top:10px; 
	margin-top:10px; 
	box-shadow: 3px 2px 58px 0 rgba(0, 0, 0, 0.1), 5 7px 20px 0 rgba(0, 0, 0, 0.1);
}
.conact-section{
	 background:#e20101; 
	padding-bottom:10px; 
	padding-top:10px; 
	margin-top:10px; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	color:#FFFFFF; 
}
.conact-section a {
    color: yellow;
    text-decoration: none;
}
.conact-section a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.conact-section a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
.conact-section a:active, a:hover {
    outline: 0 none;
}
.remove-margin{margin:10px -15px 0 15px;}

.content-grid {
    overflow: hidden;
    margin: 0;
    padding: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align:center;
}
.logo-iforce{
	text-align: left;
	padding-left: 13px !important;
}
.hr{
	width: 100%;
	height: 4px;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #DADADA;
	background-image: linear-gradient(to right, transparent, #D3D3D3, transparent);
	border: 0;	
	
}

.content-grid .content-grid-item::before, .content-grid .content-grid-item::after {
    content: '';
    position: absolute;
}
.content-grid .content-grid-item-1::before, .content-grid .content-grid-item::after {
    content: '';
    position: absolute;
}
.content-grid .content-grid-item::before {
    height: 100%;
	top: 0;
	left: -1px;
	background-image: -moz-linear-gradient(top, transparent, #DBDBDB );
    background-image: -webkit-linear-gradient(top, transparent, #DBDBDB);
	padding: 1px;
	width:4px;
}

.content-grid .content-grid-item .img-responsive {
    display: inline-block;
}
.content-grid .content-grid-item-1::before {
    height: 100%;
	top: 0;
	left: -1px;
	background-image: -moz-linear-gradient(top, #D3D3D3, transparent);
    background-image: -webkit-linear-gradient(top, #D3D3D3, transparent);
	padding: 1px;
	width:4px;
}
.content-grid-item-1{
    padding: 0px !important;
}


@media (max-width: 991px) {
.remove-margin{margin:10px -15px 0 -15px;}
	.st-top-a .button-section {
    margin-top: 16px;
    margin-bottom: 25px;
    text-align: center;
	}
		.logo-iforce{
	text-align: left;
	padding-left:50px !important;
	}
	
}
/* ------  ----------  - -------------------*/
/* ------  ST Responsive -----------------------*/
/* ------  ----------  - -------------------*/

/* Landscape tablets and medium desktops */

@media (max-width: 780px) {
	.hr{
		background-image: none;
		height:0px;
	}
	.logo-iforce{
	text-align: center;
	}
	


}


@media (min-width: 992px) and (max-width: 1199px) {
.remove-margin{margin:10px -15px 0 -15px;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.st-top-a > .top-margin{ { margin-top:30px;}
	.form-box{ margin-top:50px;}
	.link{width:50%; margin: 20px auto;}
	.remove-margin{margin:10px -15px 0 -15px;}
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.margin-left{margin:0px auto !important; }
	.st-top-a > .top-margin{ { margin-top:30px;}
	.form-box{ margin-top:50px;}
	.panel{margin:10px auto!important;}
	.video-placement{margin: 13px auto;text-align: center;width: 50%;}
	

	
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.panel panel-primary{width:80%;}
	.st-top-a > .top-margin{ { margin-top:30px;}
	.form-box{ margin-top:50px;}
	
}
