@charset "utf-8";
/*------------------------------
=BASIC SETUP
------------------------------*/
 @import url("bootstrap.css");
/* CSS Reset */
* {
	margin: 0;
	padding: 0;
}
/* Tell the browser to render HTML 5 elements as block */

html, body
{
	height:100%;
}

header, footer, section, aside, nav, article {
	display: block;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #333;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
a:focus {
	color: #fff;
	text-decoration: none !important;
}
a:hover {
	color: #ce0104;
	text-decoration: none;
}
a img {
	border: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	padding-top:90px;
}
/********************header******************/



header {
	width: 100%;
	padding:10px 0px;
	background:#fff;
	position:fixed;
	top:0px;
	z-index:999;
	-webkit-box-shadow: 0 0 6px 0 #8c8c8c;
	box-shadow: 0 0 6px 0 #8c8c8c;
        text-align: left;
}
header:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
}
.logo {
	width: auto;
	float:left;
        margin-top: 8px;
}
.logo img {
	max-width: 100%;
}

.topContactInfo {
  float: right;
  margin-top: 10px;
}

.topContactInfo .infoIcon i
{
	background:#209bd9;
	color:#fff;
	padding:0px;
	text-align:center;
	font-size:20px;
	width:50px;
	height:50px;
	line-height:50px;
	 -ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	position:absolute;
	right:0px;
	top:0px;
	z-index:9;
	-webkit-border-radius:50px;
	border-radius:50px;
}

.topContactInfo .infoIcon {
  display: inline-block;
  height: 50px;
  margin-left: 60px;
  position: relative;
}

.topContactInfo .infoIcon span
{
	background:#209bd9;
	color:#fff;
	width:50px;
	height:50px;
	display:inline-block;
	overflow:hidden;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	position:absolute;
	right:0px;
	top:0px;
	z-index:12;
	line-height:50px;
	padding-left:20px;
	-webkit-border-radius:50px;
	border-radius:50px;
	font-weight:bold;
	font-size:16px;
}



.topContactInfo .infoIcon:hover span
{
	width:320px;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.topContactInfo .infoIcon span a
{
	color:#fff !important;
}


.topContactInfo .phoneIcon:hover span
{
      width:250px;
}







/*******************Main*Slider*Wrap*****Start************/
.sliderWrap {
	width: 100%;
	height: 660px;
	margin-bottom: 0px;
	position:relative;
	background:url(../img/main_banner.jpg) no-repeat center center;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

/*.sliderWrap:before {
  content: "";
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}*/

.carousel2 {
	height: 100%;
}
.sliderWrap img {
	max-width: 100%;
}
.sliderWrap:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
}
.slider-wrapper.theme-default {
	position: relative;
}
.sliderWrap .carousel-caption {
    bottom: inherit;
    /*margin-top: -175px;*/
	margin-top: -158px;
    top: 50%;
	text-align:left;
	text-shadow:none !important;
}





.carousel {
	height: 100%;
}
.item, .active, .carousel-inner {
	height: 100%;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.sliderWrap .carousel-caption h2
{
	font-size:53px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	line-height:55px;
	padding:0px 0px 0 20px;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:-3px;
	border-left:10px solid rgba(255, 255, 255, 0.7);
}
.sliderWrap .carousel-caption h2 span
{
	color:#3e5c92;
	display:block;
	letter-spacing:4px;
	text-transform:uppercase;
}

.sliderWrap .carousel-caption p
{
	font-size:30px !important;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}


.sliderWrap .carousel-caption h2:after, .sliderWrap .carousel-caption h2:before
{
	background:rgba(255, 255, 255, 0.7);
	content:"";
	display:block;
	height:10px;
	width:135px;
	position:relative;
	left:-20px;
	margin:20px 0px;

}


.sliderWrap .carousel-caption h2:before
{
	width:120px;
}

.sliderBtn
{
	background:#5cae4a;
	border-radius:3px;
	padding:10px 30px;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	margin-top:20px;
	
}
.sliderBtn:hover
{
	background:#fff;
	color:#5cae4a;
}

.sliderWrap .carousel-indicators li {
    background-color: #7a7c82;
    border: 1px solid #7a7c82;
	margin:0px 8px;
	height:6px;
	width:6px;
}


.sliderWrap .carousel-indicators .active {
    background-color: #dc195d;
    border-color: #dc195d;
	height:6px;
	width:6px;
	text-indent: -10px;
	position:relative;
}

.sliderWrap .carousel-indicators .active:after
{
	content:"";
	position:absolute;
	background:#dc195d;
	width:10px;
	height:10px;
	top:-3px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


.carousel-control {
    background: none !important;
    bottom: inherit !important;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.carousel-control span {
    display: inline-block;
    height: 52px;
    width: 52px;
}
.arrow-prev {
    background: url(../img/left_arrow.png) no-repeat center center;
}
.arrow-next {
    background: url(../img/right_arrow.png) no-repeat  center center;
}

/*******************Main*Slider*Wrap****End*************/


.videoSec
{
	position:absolute;
	top:42%;
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:100%;
	z-index:9;
}


.videoSec .vdo_box, .videoSec .video-frame
{
/*	width:100%;
	padding:0px !important;
	height:418px;
*/}


.video-frame {
  display: block;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.video-js
{
	background:none !important;
}



.video-js .vjs-tech {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.vdo_box {
  background:none !important;
  border: 0;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 55.5%;
  position: relative;
  width: 100%;
}

.video-js .vjs-big-play-button {
  background-color: #209bd9 ;
  border: 0.06666em solid #fff;
  border-radius: 0.3em;
  cursor: pointer;
  display: block;
  font-size: 3em;
  height: 1.5em;
  left: 10px;
  line-height: 1.5em;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 10px;
  transition: all 0.4s ease 0s;
  width: 3em;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  background-color: #0a85c3;
}

.video-js .vjs-big-play-button::before, .video-js .vjs-control::before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


.vjs-big-play-button {
  left: 0 !important;
  margin: 0 auto;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  width: 100px !important;
}


.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {
  display: none;
}









.getQuotOuter {
	float: right;
}
.getQuoteBox {
	background: #209bd9;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 15px 0 5px;
}
.getQuoteInner {
	padding: 0 40px;
}
.getQuoteTitle {
	text-align: center;
	padding: 0px;
	width:100%;
	margin-bottom:20px;
}
.getQuoteTitle h2 {
	color: #fff;
	font-size:15px;
	line-height:25px;
	text-transform:uppercase;
}
.getQuoteBtn {
	background: url(../img/btn_arrow.png) no-repeat right center;
	background-color: #1d444e;
	border-radius: 4px;
	border: 1px solid #06262e;
	font-size: 18px;
	padding: 15px 40px 15px 15px;
	color: #fff;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin-top: 30px;
}
.getQuoteBtn:hover {
	color: #fff;
}
.getQuoteBox img {
	margin-top: 30px;
}

.SignUpForm
{
	width:100%;
	padding:0 20px;
}

.inputRow
{
	width:100%;
	margin-bottom:12px;
}

.SignUpForm input[type="text"], .SignUpForm input[type="email"], .SignUpForm input[type="tel"], .SignUpForm input[type="password"], .SignUpForm textarea
{
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:38px;
	font-size:14px;
	color:#333;
	border:0px;
	padding:0 10px;
}

.SignUpForm textarea
{
	height:60px;
	padding:10px;
}

.SignUpForm input[type="submit"], .SignUpForm input[type="button"], .SignUpForm button{
  background: #4a4a4a;
  border: 0 none;
  -webkit-border-radius:3px;
	border-radius:3px;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.SignUpForm input[type="submit"]:hover, .SignUpForm input[type="button"]:hover, .SignUpForm button:hover
{
	background:#0065a3;
}






.welcomeTextSec
{
	width:100%;
	padding:20px 0 50px;
	/*background:url(../images/welcome_text_bg.png) no-repeat top right;*/
	/*margin-top:40px;*/
}


.welcomeTextSec h2
{
	text-transform:uppercase;
	text-align:center;
	margin-bottom:15px;
	color:#209bd9;
	font-size:30px !important;
}

.welcomeTextSec p
{
	text-align:center;
	color:#666;
	font-size:17px;
	line-height:22px;
	
}







.videoText {
  background: #209bd9;
  padding: 15px 10px;
  position: absolute;
  z-index: 0;
  width: 100%;
  bottom: 0;
}


.videoText p
{
	color:#fff;
	text-align:center;
	margin:0px;
	font-size:18px;
}

.scrollArrow
{
	position:fixed;
	bottom:100px;
	right:50px;
	z-index:0;
	
}


.scrollArrow img {
    position:relative;
    -webkit-animation: mymove 2s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 2s infinite;
}

.sliderArrow {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 99;
}

.sliderArrow img {
    position:relative;
    -webkit-animation: mymove 2s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 2s infinite;
}

.error
{
    border: 1px solid red !important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    
   0% {
    transform: translateY(30px);
}
50% {
    transform: translateY(10px);
}
100% {
    transform: translateY(30px);
}
}

/* Standard syntax */
@keyframes mymove {
    
   0% {
    transform: translateY(30px);
}
50% {
    transform: translateY(10px);
}
100% {
    transform: translateY(30px);
}
}











/***********************************************************************/
/***********************************************************************/

.slicBoxSec
{
	background:url(../img/slice_sce_bg.png) no-repeat top center;
	background-attachment: fixed;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding:50px 0px;
	position:relative;
}

.slicBoxSec h2
{
	font-size:16px;
}


.wdth1, .wdth3 {
    float: left;
    width: 22.5%;
}
.wdth2 {
  float: left;
  height: 100%;
  min-height: 755px;
  position: relative;
  width: 55%;
}
.vdo_box {
    border: 1px solid #ccc;
    margin: 0 auto;
    max-width: 735px;
    padding-top: 412px;
    position: relative;
    width: 100%;
}
.video-frame {
    display: block;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}
.inr_pad {
    padding-left: 15px;
    padding-top: 35px;
}
.inr_pad ul {
    margin: 0 0 0 13px;
}
.inr_pad ul li {
  font-size: 12px;
  line-height: 20px;
  margin: 7px 0 0;
  padding: 0 10px 0 5px;
}
.box1 {
    background: #bbbbbb none repeat scroll 0 0;
    height: 330px;
    z-index: 4;
}
.box2 {
    background: #2fbeea none repeat scroll 0 0;
    height: 425px;
    z-index: 3;
}
.box3 {
    background: #2fbeea none repeat scroll 0 0;
    height: 190px;
}


.box4 {
  background: #bbbbbb;
  bottom: 0;
  height: 190px;
  position: absolute;
  width: 100%;
}
.box5 {
    background: #bbbbbb none repeat scroll 0 0;
    height: 375px;
}
.box6 {
    background: #1b1b1b none repeat scroll 0 0;
    color: #fff;
    height: 395px;
    z-index: 3;
}
.box7 {
    background: #2fbeea none repeat scroll 0 0;
    height: 380px;
}
.box7-bg1 {
    left: -64px;
    top: 22%;
}
.box6 h2 {
    color: #fff;
}
.box6 h2::after {
    background: #fff none repeat scroll 0 0;
}
.box2 .inr_pad {
    padding-top: 90px;
}
.box3 .inr_pad {
    padding-left: 70px;
    padding-top: 75px;
}
.box3 h2, .box4 h2 {
    float: left;
    margin: 0;
    padding: 0 30px 0 0;
}
.box3 h2::after, .box4 h2::after {
    bottom: inherit;
    height: 66px;
    left: inherit;
    right: 0;
    top: 8px;
    width: 4px;
}
.box3 .inr_pad ul, .box4 .inr_pad ul {
    float: left;
    margin: -5px 0 0 35px;
}
.box4 .inr_pad {
    padding-left: 70px;
    padding-top: 30px;
}
.box6 .inr_pad {
    padding-top: 10px;
}
.ps1 {
    position: absolute;
}
.box1-bg1 {
    right: -68px;
    top: 85px;
}
.box1-bg2 {
    bottom: -66px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 66px;
}
.box1-bg3 {
    bottom: 50px;
    left: 0;
}
.box3-bg1 {
    left: 80px;
    top: 0;
}
.box3-bg2 {
    right: 93px;
    top: 0;
}
.box5-bg1 {
    left: -67px;
    top: 85px;
}
.box2-bg1 {
    right: -63px;
    top: 82px;
}
.box2-bg2 {
    bottom: 70px;
    right: -63px;
}
.box4-bg1 {
    bottom: 0;
    left: 80px;
}
.box4-bg2 {
    bottom: 0;
    right: 93px;
}
.box6-bg1 {
    bottom: -60px;
    right: 29px;
}
.box6-bg2 {
    left: -64px;
    top: 250px;
}
.box6-bg3 {
    bottom: 75px;
    left: -64px;
}
.contact_box {
    height: 412px;
    position: relative;
    width: 100%;
}
.ct_inr {
    padding: 20px 100px 0;
}
.pad_btm15 {
    padding-bottom: 15px;
}
.inpt {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: none;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    outline: medium none;
    padding: 6px 12px;
    width: 100%;
}
.msg {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: none;
    display: block;
    font-size: 14px;
    height: 100px;
    line-height: 1.42857;
    outline: medium none;
    padding: 6px 12px;
    resize: none;
    width: 100%;
}
.sbmt_btn {
    background: #209bd9 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    outline: medium none;
    text-transform: uppercase;
    width: 30%;
}
.sbmt_btn:hover {
    background: #1b1b1b none repeat scroll 0 0;
    color: #fff;
}
.contact_box h2 {
    color: #000;
}
.contact_box h2::after {
    background: #000 none repeat scroll 0 0;
}
.outer_row {
    margin: 0 -15px;
}
.lt, .rt {
    float: left;
    padding: 0 15px;
    width: 50%;
}

.vjs-big-play-button {
    left: 0 !important;
    margin: 0 auto;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100px !important;
}
.open_box {
    display: block !important;
    opacity: 0 !important;
    visibility: visible !important;
	transition:all 3s ease;
}


.box3new
{
	height: 375px;
	background:#1b1b1b;
}

.box3new .inr_pad {
  padding-top: 40px;
}

.box3new h2 {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.box3new h2, .box3new li
{
	color:#fff;
}


.open_box .box1, .open_box .box2, .open_box .box3, .open_box .box4, .open_box .box5, .open_box .box6, .open_box .box7
{
	transform: scale(0, 0) !important;
}


.logo-center {
    float: left;
    position: relative;
    top: -8px;
    width: 50%;
}
.logo-center img {
    width: 100%;
}

.logo.logo-other {
  display: inline-block;
  float: none;
  margin: 15px 10px 0;
  vertical-align: middle;
}

.box1, .box2, .box3, .box4, .box5, .box6, .box7 {
    opacity: 0;
    transform: scale(0, 0);
    transition: all 0.3s ease 0s;
}
.open_box2 {
    display: block !important;
    opacity: 1 !important;
    transform: scale(1, 1) !important;
	transition:all 3s ease;
}

.open_box2 .box1, .open_box2 .box2, .open_box2 .box3, .open_box2 .box4, .open_box2 .box5, .open_box2 .box6, .open_box2 .box7
{
	transform: scale(1, 1) !important;
}

.hd_box_top {
    color: #0070c0;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 735px;
    padding: 15px 0 5px;
    text-align: left;
    width: 90%;
}
.hd_box_top > p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 10px;
}
.hd_box_bottom {
    margin: 0 auto;
    max-width: 735px;
    padding: 15px 0 5px;
    text-align: left;
    width: 90%;
}
.hd_box_bottom > p {
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 10px;
}
.hd_box_bottom strong {
    color: #0070c0;
}
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1360px) {
/*
.box1, .box2 {
    height: 427px;
}
.box5 {
    height: 250px;
}
.box6 {
    height: 385px;
}
.contact_box {
    height: 387px;
}*/
.ct_inr {
    padding: 8px 100px 0;
}

.hd_box_bottom {
    padding: 10px 0 0;
}
}
@media only screen and (max-width: 1279px) {
/*.box1, .box2, .box3, .box4, .box5, .box6, .wdth1, .wdth3 {
    display: none !important;
}*/
/*.wdth2 {
    display: block;
    float: none;
    width: 100%;
}*/
.vdo_box {
  max-width: 727px;
  padding-top: 357px;

}

.wdth1, .wdth3 {
  width: 25%;
}

.wdth2 {
  width: 50%;
  /*min-height: 925px;*/
}

.box5-bg1 {
  left: -68px;
  top: 24px;
}

.box3-bg1 {
  bottom: -61px;
  display: none;
  left: 80px;
}

.box4-bg2 {
  bottom: 0;
  display: none;
  right: 93px;
}

.box3 .inr_pad {
  padding-left: 70px;
  padding-top: 70px;
}

.box4 .inr_pad {
  padding-left: 58px;
  padding-top: 30px;
}
.slicBoxSec h2 {
  font-size: 17px;
}

.box6 {
  height: 440px;
}

/*.box2 {
  height: 485px;
}*/

.getQuoteTitle {
  margin-bottom: 5px;
}

.getQuoteBox {
  padding: 10px 0 5px;
}

.box4-bg1 {
  bottom: 0;
  right: 40px;
  left:inherit;
}

.box3-bg2, .box5-bg1
{
	display:none;
}

.box3 .inr_pad {
  padding-top: 40px;
}


}
@media only screen and (max-width: 991px) {
.vdo_box {
    max-width: 90%;
    padding-top: 50.6%;
}

.box1-bg3 {
  bottom: 25px;
  left: 0;
}

.box3new .inr_pad {
  padding-top: 40px !important;
  padding-left: 40px !important;
}

.box2-bg1, .box7-bg1
{
	display:none;
}



.box3 {
  height: 225px;
}

.box3new {
  height: 340px;
}

.slicBoxSec h2 {
  font-size: 14px;
}

}
@media only screen and (max-width: 767px) {

.ct_inr {
    padding: 0;
}
.outer_row {
    margin: 0;
}
.lt, .rt {
    display: block;
    float: none;
    padding: 0;
    width: 100%;
}
.hd_box_top {
    font-size: 19px;
    padding: 10px 0 0;
}
.hd_box_top > p, .hd_box_bottom > p {
    font-size: 12px;
    line-height: 16px;
}

.logo {
  float: left;
  width: 200px;
}
.topContactInfo .infoIcon {
  height: 35px;
  margin-left: 40px;
}

.topContactInfo .infoIcon span {
  font-size: 13px;
  height: 35px;
  line-height: 34px;
  width: 35px;
  padding-left: 15px;
}

.topContactInfo .infoIcon i {
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  width: 35px;
}

.topContactInfo {
  margin-top: 8px;
}
.topContactInfo .infoIcon:hover span {
  width: 250px;
}

.topContactInfo .phoneIcon:hover span {
  width: 180px;
}

header .container {
  padding: 0 10px !important;
}

body {
  padding-top: 118px;
}
.topContactInfo {
    margin-right: 0px;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.box3 .inr_pad ul, .box4 .inr_pad ul {
  margin: 0px !important;
  padding-left: 13px;
}

.inr_pad, .box4 .inr_pad, .box3new .inr_pad, .box3 .inr_pad, .box5 .inr_pad{
  padding-left: 20px !important;
}


}
@media only screen and (max-width: 639px) {
.newsLetterForm input[type="button"] {
  position: static !important;
  width: 100% !important;
}
}
@media only screen and (max-width: 479px) {
h2 {
    font-size: 22px;
}
.logo-center {
    top: -2px;
    width: 65%;
}


}



.footer
{
	background: #209bd9;
	text-align:center;
	width:100%;
	padding:24px 10px;
}


.footer p
{
	font-size:16px;
	font-weight:600;
	color:#fff;
	margin:0px;
}


/************************************************************************/
/***************************************************************************/







.newsLetterSec
{
	background:url(../img/newsletter_bg.jpg) repeat-y top center;
	padding:50px 0px;
	text-align:center;
	min-height:400px;
}

.newsLetterCol {
  margin: 0 auto;
  max-width: 870px;
  padding:0 20px;
}

.newsLetterSec h2
{
	color:#209bd9;
	font-size:36px;	
}

.newsLetterSec h2 span
{
	font-weight:300;
}

.newsLetterSec h4
{
	color:#7f7f7f;
	font-size:24px;	
	font-weight:300;
}

.newsLetterSec img, .newsLetterSec h2, .newsLetterSec h4
{
	margin-bottom:15px;
}

.newsLetterSec h4
{
	margin-bottom:30px;
}

.newsLetterForm form:after, .newsLetterForm:after
{
	 content:"";
	 clear:both;
	 overflow:hidden;
	 display:block;
}

.newsLetterForm {
  padding-right: 180px;
  position: relative;
}


.inputCol
{
	width:33.33%;
	float:left;
	padding:0px 5px;
}

.newsLetterForm input[type="text"], .newsLetterForm input[type="email"]
{
	width:100%;
	border:1px solid #ccc;
	color:#333;
	height:40px;
	padding:0 10px;
	font-size:13px;
}

.newsLetterForm input[type="submit"]
{
	background:#209bd9;
	font-size:16px;
	text-transform:uppercase;
	border:0px;
	text-align:center;
	color:#fff;
	height:40px;
	line-height:40px;
	padding: 0px 20px;
	position:absolute;
	right:0px;
	top:0px;
	width:176px;
}

.newsLetterForm input[type="button"] {
    background: #209bd9 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 176px;
}

.newsLetterForm input[type="button"]:hover
{
	background:#4a4a4a;
	color:#fff;
}
.newsLetterForm input[type="submit"]:hover
{
	background:#4a4a4a;
	color:#fff;
}









.footerAddress
{
	width:100%;
	background:#f1f1f1;
	text-align:center;
	padding:32px 0 18px;
	
}

.footerAddress p
{
	color:#696969;
	font-size:14px;
        margin-bottom: 8px;
	
}

.footerAddress sup {
  top: -10px;
  font-size: 8px;
}



.logo.logo-other {
  max-width: 140px;
}


/*****************Responsiv*Start******************/


@media(max-width:1200px) {

.getQuoteTitle h2 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
}


.videoText p {
  font-size: 15px;
}

.sliderArrow {
  bottom: 130px;

}

.inputRow {
  margin-bottom: 10px;
}

.SignUpForm input[type="text"], .SignUpForm input[type="email"], .SignUpForm input[type="tel"], .SignUpForm input[type="password"], .SignUpForm textarea {
  height: 35px;
}

.SignUpForm textarea {
  height: 50px;
}

.getQuoteBox {
  padding: 10px 0 5px;
}

}
 @media(min-width:768px) and (max-width:1200px) {


}

@media(max-width:992px) {

.getQuoteTitle h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

	
header .container
{
	width:85%;
}

.getQuoteTitle h2 {
  margin-bottom: 15px;
  padding:0 15px;
}

.videoSec .container
{
	width:85%;
	padding:0px;
}

.videoSec .col-sm-8
{
	margin-bottom:30px;
}

.videoSec .col-sm-8, .videoSec .col-sm-4
{
	width:100%;
}
.inputRow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 5px;
  width: 49%;
}

.inputRow:nth-child(5), .inputRow:nth-child(6)
{
	width:100%;
} 

.sliderWrap {
  height: 100%;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}


.getQuotOuter {
  float: none;
  margin: 0 auto !important;
  max-width: 91%;
  width: 100%;
}

.videoSec .container {
  padding: 0 0px;
  width: 100%;
}

header .container {
  padding: 0 30px;
  width: 100%;
}


.logo.logo-other {
  max-width: 120px;
}


}



@media(max-width:767px) {
.box1-bg2 {

  display: none;
}

.box2 .inr_pad {
  padding-top: 20px !important;
}

.sliderWrap {
  	/*background:url(../images/slide_01.jpg) no-repeat top right;*/
	-ms-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
  height: auto;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}


.sliderWrap .carousel 
{
	display:none;
}


.videoSec {
  padding: 50px 0;
  position: relative;
  top: 0;
  transform: none;
  width: 100%;
  z-index: 9;
}

.videoText {
  padding: 15px 20px;
}

.welcomeTextSec h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

.welcomeTextSec p {
  font-size: 13px;
  line-height: 18px;
}

.welcomeTextSec {
  padding: 30px 20px;
  width: 100%;
  margin:0px;
}

.wdth1, .wdth3 {
  width: 100%;
}


.box1 {
  height: auto;
  padding-bottom: 26px;
  z-index: 4;
}

.box2 .inr_pad {
  padding-top: 60px;
}

.box2 {
  height: auto;
  padding-bottom: 30px;
}

.box3-bg2 {
  display: none;
}

.box3 .inr_pad {
  padding-left: 20px;
  padding-top: 0;
}

.box3 .inr_pad ul, .box4 .inr_pad ul {
  float: left;
  margin: 0 0 0 10px;
  width: 100%;
}

.box3 {
  padding-bottom: 20px;
  height:auto;
}

.wdth2 {
  min-height: inherit;
  width: 100%;
}

.box4 {
  height: inherit;
  position: static;
  width: 100%;
  padding-bottom: 20px;
}

.box4-bg1 {
  display: none;
}

.box4 .inr_pad {
  padding-left: 20px;
  padding-top: 18px;
}

.box5 {
  height: auto;
  padding-bottom: 20px;
}

.box6 {
  height: auto;
  padding: 20px 0;
}

.box7 {
  height: auto;
  padding-bottom: 20px;
}

.box1-bg1, .box2-bg1, .box2-bg2, .box1-bg3, .scrollArrow
{
	display:none;
}


.slicBoxSec {
  padding: 0;
}

.box5 .inr_pad {
  padding-left: 20px;
  padding-top: 0px;
}

.box3new .inr_pad {
  padding-left: 20px !important;
  padding-top: 20px !important;
}

.sliderArrow {
  bottom: 144px;
    z-index: 999;
	display:none;

}

.sliderArrow img {
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  height:40px;
}

.open_box2 .box1, .open_box2 .box2, .open_box2 .box3, .open_box2 .box4, .open_box2 .box5, .open_box2 .box6, .open_box2 .box7 {
  margin: -1px 0;
}

.welcomeTextSec h2 {
  font-size: 20px !important;
  margin-bottom: 15px;
}

.videoText
{
	position:static;
}

.footer p
{
	font-size:16px;
}


.inputCol {
  float: left;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}

.newsLetterForm {
  padding-right: 0;
  position: relative;
}

.newsLetterForm input[type="submit"] {
  position: static;
  width: 100%;
}

.newsLetterSec h4 {
  font-size: 16px;
  line-height: 22px;
}
.newsLetterSec h2 {
  color: #209bd9;
  font-size: 24px;
}

.footerAddress p
{
	font-size:15px;
}

.footerAddress
{
	padding-left:15px;
	padding-right:15px
}

header {
  text-align: left;
}

.logo img {
  height: 50px;
  max-width: 100%;
}

.logo {
  text-align: center;
  width: 100%;
}

.logo.logo-other {
  max-width: 85px;
  margin: 15px 5px 0;
}

.logo.logo-other img {
  height: auto;
}

.topContactInfo {
  display: inline-block;
  width: 33%;
  text-align:left;
}



}



@media(max-width:480px) {
.inputRow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0;
  width: 100%;
}


.getQuoteTitle h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

}