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



@font-face {
	font-family: 'Clearface-Heavy-DTC';
	src: url('../fonts/Clearface-Heavy-DTC.eot?') format('eot'), 
	     url('../fonts/Clearface-Heavy-DTC.woff') format('woff'), 
	     url('../fonts/Clearface-Heavy-DTC.ttf')  format('truetype'),
	     url('../fonts/Clearface-Heavy-DTC.svg#Clearface-Heavy-DTC') format('svg');
}
body {background:url(../images/background.png) repeat; 
	  font-family: 'Clearface-Heavy-DTC' !important;
	  font-style:italic;
}
input.field-color{
color:#000;
}
.style-font{
	font-style:normal;
}
.policy{
	color:#42929D;
	font-weight:bold;
}
.policy-link a{
	color:#42929D;
	text-decoration:underline !important;
}
.policy-link a:hover{
	color:#42929D;
	text-decoration:underline !important;
}
.privacy-list {
    
    margin-left: 0;
}
.privacy-list li {
    background: url("../images/tick.png") no-repeat scroll 4px 6px rgba(0, 0, 0, 0);
    min-height: 34px;
    padding-bottom: 8px;
    padding-left: 36px;
}
.privacy-list ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
input{ width:177px; height:34px; padding-left:10px; border:solid 2px #44585b; margin-top:12px !important;}
input[name=code] {height:22px; padding-left:10px; width: 52px; border:solid 1px #1875bb; margin-left:-2px; float:left;}
input[name=submit]{ background-color:#f2c701; color:#031225; border-radius:0px; padding-bottom:38px !important; text-align:center; border:0px; font-size:16px; padding:4px; cursor:pointer; font-size:28px; }
.para{
	font-family: 'Clearface-Heavy-DTC';
	text-align:justify;
	margin-left:16px;
	margin-top:16px;
	margin-bottom:16px;
}
.video-wrapper{
	width: 250px !important;
	height:188px !important;

}
.form-lebal{
	font-size:18px;
	margin-top:12px;
}
.note{
	font-size:13px;
	margin-top:16px;
}
.video-border{
		border:solid 4px #fff;
		height: 196px !important;
    width: 258px !important;
	margin:auto;
}
.heading{
	font-size:33px;
	font-style:italic;
}
.menu-heading {
    font-size: 22px;
    font-style: italic;
}
.thumbnail-img{
	border:solid 3px #fff;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.75);
	margin-bottom:10px;
	
	}
.line-backup{
	background:url(../images/lines.png) center no-repeat;
	height:8px;
}
.contact-background{
	background-color:#42929D;
	margin-top:-9px;
	color:#fff;
	font-size:16px;
}
#video {
  width: 100%    !important;
  height: auto   !important;
}
.top-area{
	background:url(../images/top-bg.png) repeat-x;
	height:39px;
}
.zig-zag-bg{
	position:relative;
}
.bottom-area-top{
	background:url(../images/bottom-bg.png) repeat-x;
	height:9px;
	position: relative;
	bottom:9px;
}
.bottom-area{
	background:#42929d;
	color:#fff;
	font-size:14px;
	font-style:italic;
	padding-top:16px;
	font-weight:bold;
	margin-top:-9px;
}
.mail-link a{
	color:#333;
}
.mail-link a:hover{
	text-decoration:underline;
}
.bottom-area a{
	color:#fff;
	text-decoration:none;
}
.bottom-area a:hover{
	color:#fff;
	text-decoration: underline;
}
.copyright{
	text-align:left;
}
.policy{
	text-align:right;
}
.top-margin{
	margin-top:50px;
}
.bottom-margin{
	margin-bottom:50px;
}
.top-margin-testimonial{
	margin-top:20px;
}
.top-area img{
	margin:4px 5px 0px 5px;
}
.company-logo-wrapper{
	width:164px;
	height:120px;
	margin-top:22px;
}
.company-logo{
	width:164px;
	height:120px;
	background:url(../images/krishna-company-logo.png) no-repeat;
	margin-top:22px;
}
.address{
	color:#42929d;
	margin-top:22px;
	float:right;
	width:100%;
	text-align:center;	
}
.video_bg{
	background:url(../images/laptop.png) no-repeat;
	background-size:cover;
	width:631px;
	height:338px;
	padding:22px 100px 26px;
	margin: 50px auto;
}
.slider-top{
	height:13px;
	background:url(../images/slider-top-bg.png) repeat-x;
}
.slider-bottom{
	height:13px;
	background:url(../images/slider-bottom-bg.png) repeat-x;
	margin-bottom:6px;
}
.slider-background{
	background:url(../images/slider-img.png) repeat;
	padding:18px 0px 0px 0px;
}
.thumbnail img
{
	margin-top:0px !important;
}
.bottom-background{
	height:606px;
	background:url(../images/footer-background.png) center no-repeat;
	background-size:cover;
}
/*images box*/

iframe{
	width:100%;
	height:272px;
}


.our-services{
	margin:auto;
	width:100%;
}
.square-box{
    position: relative;
    width: 25%;
    overflow: hidden;
	background:url(../images/img1.png) no-repeat;
	background-size:cover;
	height:25%;
	float:left;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

/*.package_tenth_class { position: relative;
    width: 25%;
    overflow: hidden;
	background:url(../images/img2.png) no-repeat;
	background-size:cover; 
	height:25%;
	float:left; }
.package_tenth_hover { position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
	background:#8b2320;
	opacity:0.6;
    filter:alpha(opacity=60);}
.homeboxhover{}
.home_box_hover1{display:block; height:120px;}
.home_box_hover2{display:none; height:120px;}*/

.square-box-one{
    position: relative;
    width: 25%;
    overflow: hidden;
	background:url(../images/img2.png) no-repeat;
	background-size:cover; 
	height:25%;
	float:left;
	text-align:center;
}
.square-box-one:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.square-content-one a{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
	background:rgba(139, 35, 32, 0.6);
	opacity:0.6;
    filter:alpha(opacity=60);
}
.square-content-one a:hover{
    color: white;
	text-decoration:none;
	background:rgba(139, 35, 32, 1); 
	opacity:1;
    filter:alpha(opacity=100);
}
.square-content-one div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content-one span {
    display: table-cell;
    text-align: center;
	padding-top:20px;
    color: white;
	font-size:18px;}

/*-----------------------------*/


/* 1 */
.trPic{  height:25%; background: url(../images/img1.png) no-repeat; float:left; padding:0px !important;} 
.trPic .redO{ position:relative; top:0px; width:100%; height:240px;} 
.trPic:hover .redO { opacity:0.8; }
.trPic .redO h3{padding-top:40px;}
.trPic:hover .redO h3{padding-top:40px;}
.text-size{ font-size:20px;}
/* 2 */
.trPic-one{  height:25%; background: url(../images/img2.png) no-repeat; float:left; padding:0px !important;} 
.trPic-one .redO{ position:relative; top:0px; width:100%; height:240px; background:rgba(139, 35, 32, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-one:hover .redO { opacity:0.9; }
.trPic-one .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-one:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 3 */
.trPic-two{  height:25%; background: url(../images/img3.png) no-repeat; float:left; padding:0px !important;} 
.trPic-two .redO{ position:relative; top:0px; width:100%; height:240px;} 
.trPic-two:hover .redO { opacity:0.8; }
.trPic-two .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-two:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 4 */
.trPic-three{  height:25%; background: url(../images/img4.png) no-repeat; float:left; padding:0px !important;} 
.trPic-three .redO{ position:relative; top:0px; width:100%; height:240px; background:rgba(50, 40, 123, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-three:hover .redO { opacity:0.9; }
.trPic-three .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-three:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 5 */
.trPic-four{ height:25%; background: url(../images/img5.png) no-repeat; float:left; padding:0px !important;} 
.trPic-four .redO{  position:relative; top:0px; width:100%; height:240px; background:rgba(35, 155, 170, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-four:hover .redO { opacity:0.9; }
.trPic-four .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-four:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 6 */
.trPic-five{ height:25%; background: url(../images/img6.png) no-repeat; float:left; padding:0px !important;} 
.trPic-five .redO{ position:relative; top:0px; width:100%; height:240px; } 
.trPic-five:hover .redO { opacity:0.9; }
.trPic-five .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-five:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 7 */
.trPic-six{  height:25%; background: url(../images/img7.png) no-repeat; float:left; padding:0px !important;} 
.trPic-six .redO{  position:relative; top:0px; width:100%; height:240px; background:rgba(128, 170, 39, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-six:hover .redO { opacity:0.9; }
.trPic-six .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-six:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 8 */
.trPic-seven{ height:25%; background: url(../images/img8.png) no-repeat; float:left; padding:0px !important;} 
.trPic-seven .redO{ position:relative; top:0px; width:100%; height:240px; } 
.trPic-seven:hover .redO { opacity:0.9; }
.trPic-seven .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-seven:hover .redO .text{padding-top:40px; margin-top:0px !important;}

/*------------------------------*/

.pdf-box {
    float: left;
    margin-bottom: 26px;
    margin-top: 26px;
    text-align: center;
    width: 165px;
}
.pdf-button {

background: #779521; /* Old browsers */
background: -moz-linear-gradient(top,  #779521 0%, #4e5b15 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#779521), color-stop(100%,#4e5b15)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #779521 0%,#4e5b15 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #779521 0%,#4e5b15 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #779521 0%,#4e5b15 100%); /* IE10+ */
background: linear-gradient(to bottom,  #779521 0%,#4e5b15 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779521', endColorstr='#4e5b15',GradientType=0 ); /* IE6-9 */


color:#fff;
text-decoration:none;
padding:12px 20px 12px 60px;
border-radius:8px;
-moz-border-radius:8px;
-o-border-radius:8px;
-ms-border-radius:8px;
-webkit-border-radius:8px;
font-weight:bold;
text-shadow:0px 1px 0px #818a7b;
behavior: url(../PIE/PIE.htc);
	position:relative;
	width:220px;
	margin:auto;
	-moz-box-shadow: 0px 10px 14px -10px #333;
	-webkit-box-shadow: 0px 10px 14px -10px #333;
	box-shadow: 0px 10px 14px -10px #333;
	cursor:pointer;
}
.pdf-button:hover {
background: #4e5b15; /* Old browsers */
background: -moz-linear-gradient(top,  #4e5b15 0%, #779521 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e5b15), color-stop(100%,#779521)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4e5b15 0%,#779521 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4e5b15 0%,#779521 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4e5b15 0%,#779521 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4e5b15 0%,#779521 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5b15', endColorstr='#779521',GradientType=0 ); /* IE6-9 */

color:#fff;
text-decoration:none;
padding:12px 20px 12px 60px;
border-radius:8px;
-moz-border-radius:8px;
-o-border-radius:8px;
-ms-border-radius:8px;
-webkit-border-radius:8px;
text-shadow:0px 1px 0px #818a7b;
	behavior: url(../PIE/PIE.htc);
	position:relative;
	font-weight:bold;
	width:220px;
	margin:auto;
	cursor:pointer;
}

.pdf-icon{
	position:absolute;
	width:38px;
	height:51px;
	left: 5px;
	top:-5px;
}
.pdf-alignment{
width:100%;
margin-left:12px;
height:80px;
}

/*images box end*/
@media screen and (min-width: 240px) and (max-width: 767px) {
	.company-logo{
	width:100px;
	height:73px;
	background:url(../images/krishna-company-logo-01.png) no-repeat;
	margin-top:22px;
}
.company-logo-wrapper{
	width:100px;
	height:73px;
	margin:auto;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
			.carousel-control {
  top:50px !important;
}
.pdf-alignment{
width:58%;
margin:auto;
}
	.address{
	color:#42929d;
	margin-top:22px;
	float:right;
	width:100%;
	text-align:center;	
}
.bottom-background{
	height:526px;
	
	background-size:cover;
}

}
@media screen and (min-width: 768px) and (max-width: 991px) {
			.carousel-control {
  top:30px !important;
}
.pdf-alignment{
width:78%;
margin:auto;
}
	.address{
	color:#42929d;
	margin-top:22px;
	float:right;
	width:100%;
	text-align:center;	
}
.video_bg{
	background:url(../images/laptop-lg.png) no-repeat;
	background-size:cover;
	width:450px;
	height:241px;
	padding:16px 71px 26px;
	margin: 50px auto;
}
iframe{
	width:100%;
	height:195px;
}
.bottom-background{
	height:448px;
	
	background-size:cover;
}
.heading{
	font-size:30px;
	font-style:italic;
}
.form-lebal {
    font-size: 18px;
}
}

@media screen and (min-width: 690px) and (max-width: 767px) {
.pdf-alignment{
width:58%;
margin:auto;
}
	.address{
	color:#42929d;
	margin-top:22px;
	float:right;
	width:100%;
	text-align:center;	
}
.text-size{ font-size:16px;}

/*-----------------------------*/


/* 1 */
.trPic{  height:25%; background: url(../images/img1.png) no-repeat; float:left;} 
.trPic .redO{ position:relative; top:0px; width:100%; height:90px ;} 
.trPic:hover .redO { opacity:0.8; }
.trPic .redO h3{padding-top:40px;}
.trPic:hover .redO h3{padding-top:40px;}
.text-size{ font-size:20px;}
/* 2 */
.trPic-one{ height:25%; background: url(../images/img2.png) no-repeat; float:left; padding:0px !important;} 
.trPic-one .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(139, 35, 32, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-one:hover .redO { opacity:0.9; }
.trPic-one .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-one:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 3 */
.trPic-two{  height:25%; background: url(../images/img3.png) no-repeat; float:left; padding:0px !important;} 
.trPic-two .redO{ position:relative; top:0px; width:100%; height:90px;} 
.trPic-two:hover .redO { opacity:0.8; }
.trPic-two .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-two:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 4 */
.trPic-three{ height:25%; background: url(../images/img4.png) no-repeat; float:left; padding:0px !important;} 
.trPic-three .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(50, 40, 123, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-three:hover .redO { opacity:0.9; }
.trPic-three .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-three:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 5 */
.trPic-four{  height:25%; background: url(../images/img5.png) no-repeat; float:left; padding:0px !important;} 
.trPic-four .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(35, 155, 170, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-four:hover .redO { opacity:0.9; }
.trPic-four .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-four:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 6 */
.trPic-five{  height:25%; background: url(../images/img6.png) no-repeat; float:left; padding:0px !important;} 
.trPic-five .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-five:hover .redO { opacity:0.9; }
.trPic-five .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-five:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 7 */
.trPic-six{ height:25%; background: url(../images/img7.png) no-repeat; float:left; padding:0px !important;} 
.trPic-six .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(128, 170, 39, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-six:hover .redO { opacity:0.9; }
.trPic-six .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-six:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 8 */
.trPic-seven{ height:25%; background: url(../images/img8.png) no-repeat; float:left; padding:0px !important;} 
.trPic-seven .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-seven:hover .redO { opacity:0.9; }
.trPic-seven .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-seven:hover .redO .text{padding-top:40px; margin-top:0px !important;}

/*------------------------------*/


.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 0;
  border: none;
  background-color: none;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
}

.carousel-control {
  padding-top:15.25%;
  width:5%;
}
.bottom-background{
	height:337px;
	
	background-size:cover;
}
}


/*------------------------------------*/

@media screen and (min-width: 690px) and (max-width: 768px) {
.pdf-alignment{
width:50%;
margin:auto;
}
.copyright{
	text-align: center;
}
.policy{
	text-align: center;
}
.carousel-control {
  top:96px !important;
}
input{ width:100%;
}
.xs-text-center{
	text-align:center;
}
}
@media screen and (min-width: 641px) and (max-width: 689px) {
.pdf-alignment{
width:58%;
margin:auto;
}
	.xs-text-center{
	text-align:center;
}
		.carousel-control {
  top:164px !important;
}
	.address{
	color:#42929d;
	margin-top:22px;
	float:right;
	width:100%;
	text-align:center;	
}
.text-size{ font-size:16px;}
/*-----------------------------*/


/* 1 */
.trPic{  height:25%; background: url(../images/img1.png) no-repeat; float:left;} 
.trPic .redO{ position:relative; top:0px; width:100%; height:90px ;} 
.trPic:hover .redO { opacity:0.8; }
.trPic .redO h3{padding-top:40px;}
.trPic:hover .redO h3{padding-top:40px;}
.text-size{ font-size:20px;}
/* 2 */
.trPic-one{ height:25%; background: url(../images/img2.png) no-repeat; float:left; padding:0px !important;} 
.trPic-one .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(139, 35, 32, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-one:hover .redO { opacity:0.9; }
.trPic-one .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-one:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 3 */
.trPic-two{ height:25%; background: url(../images/img3.png) no-repeat; float:left; padding:0px !important;} 
.trPic-two .redO{ position:relative; top:0px; width:100%; height:90px;} 
.trPic-two:hover .redO { opacity:0.8; }
.trPic-two .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-two:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 4 */
.trPic-three{ height:25%; background: url(../images/img4.png) no-repeat; float:left; padding:0px !important;} 
.trPic-three .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(50, 40, 123, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-three:hover .redO { opacity:0.9; }
.trPic-three .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-three:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 5 */
.trPic-four{  height:25%; background: url(../images/img5.png) no-repeat; float:left; padding:0px !important;} 
.trPic-four .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(35, 155, 170, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-four:hover .redO { opacity:0.9; }
.trPic-four .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-four:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 6 */
.trPic-five{ height:25%; background: url(../images/img6.png) no-repeat; float:left; padding:0px !important;} 
.trPic-five .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-five:hover .redO { opacity:0.9; }
.trPic-five .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-five:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 7 */
.trPic-six{ height:25%; background: url(../images/img7.png) no-repeat; float:left; padding:0px !important;} 
.trPic-six .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(128, 170, 39, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-six:hover .redO { opacity:0.9; }
.trPic-six .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-six:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 8 */
.trPic-seven{ height:25%; background: url(../images/img8.png) no-repeat; float:left;} 
.trPic-seven .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-seven:hover .redO { opacity:0.9; }
.trPic-seven .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-seven:hover .redO .text{padding-top:40px; margin-top:0px !important;}

/*------------------------------*/

.video_bg{
	background:url(../images/laptop-lg.png) no-repeat;
	background-size:cover;
	width:450px;
	height:241px;
	padding:16px 71px 26px;
	margin: 50px auto;
}
iframe{
	width:100%;
	height:195px;
}
.copyright{
	text-align: center;
}
.policy{
	text-align: center;
}
.bottom-background{
	height:308px;
	
	background-size:cover;
}
input{ width:100%;
}
.xs-text-center{
	text-align:center;
}
}
@media screen and (min-width: 600px) and (max-width: 640px) {
.pdf-alignment{
width:58%;
margin:auto;
}
.carousel-control {
  top:158px !important;
}
	.address{
	color:#42929d;
	margin-top:22px;
	float:right;
	width:100%;
	text-align:center;	
}
.text-size{ font-size:16px;}
/*-----------------------------*/


/* 1 */
.trPic{  height:25%; background: url(../images/img1.png) no-repeat; float:left;} 
.trPic .redO{ position:relative; top:0px; width:100%; height:90px ;} 
.trPic:hover .redO { opacity:0.8; }
.trPic .redO h3{padding-top:40px;}
.trPic:hover .redO h3{padding-top:40px;}
.text-size{ font-size:20px;}
/* 2 */
.trPic-one{  height:25%; background: url(../images/img2.png) no-repeat; float:left; padding:0px !important;} 
.trPic-one .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(139, 35, 32, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-one:hover .redO { opacity:0.9; }
.trPic-one .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-one:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 3 */
.trPic-two{  height:25%; background: url(../images/img3.png) no-repeat; float:left; padding:0px !important;} 
.trPic-two .redO{ position:relative; top:0px; width:100%; height:90px;} 
.trPic-two:hover .redO { opacity:0.8; }
.trPic-two .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-two:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 4 */
.trPic-three{ height:25%; background: url(../images/img4.png) no-repeat; float:left; padding:0px !important;} 
.trPic-three .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(50, 40, 123, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-three:hover .redO { opacity:0.9; }
.trPic-three .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-three:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 5 */
.trPic-four{ height:25%; background: url(../images/img5.png) no-repeat; float:left; padding:0px !important;} 
.trPic-four .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(35, 155, 170, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-four:hover .redO { opacity:0.9; }
.trPic-four .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-four:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 6 */
.trPic-five{ height:25%; background: url(../images/img6.png) no-repeat; float:left; padding:0px !important;} 
.trPic-five .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-five:hover .redO { opacity:0.9; }
.trPic-five .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-five:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 7 */
.trPic-six{ height:25%; background: url(../images/img7.png) no-repeat; float:left; padding:0px !important;} 
.trPic-six .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(128, 170, 39, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-six:hover .redO { opacity:0.9; }
.trPic-six .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-six:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 8 */
.trPic-seven{ height:25%; background: url(../images/img8.png) no-repeat; float:left; padding:0px !important;} 
.trPic-seven .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-seven:hover .redO { opacity:0.9; }
.trPic-seven .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-seven:hover .redO .text{padding-top:40px; margin-top:0px !important;}

/*------------------------------*/

.video_bg{
	background:url(../images/laptop-lg.png) no-repeat;
	background-size:cover;
	width:450px;
	height:241px;
	padding:16px 71px 26px;
	margin: 50px auto;
}
iframe{
	width:100%;
	height:195px;
}
.copyright{
	text-align: center;
}
.policy{
	text-align: center;
}
.bottom-background{
	height:292px;
	
	background-size:cover;
}
input{ width:100%;
}
.xs-text-center{
	text-align:center;
}
}
@media screen and (min-width: 492px) and (max-width: 599px) {
.pdf-alignment{
width:74%;
margin:auto;
}
	.xs-text-center{
	text-align:center;
}
	.carousel-control {
  top:136px !important;
}
	.address{
	color:#42929d;
	margin-top:22px;
	float:right;
	width:54%;
	text-align:center;	
}
.text-size{ font-size:15px;}
/*-----------------------------*/


/* 1 */
.trPic{  height:25%; background: url(../images/img1.png) no-repeat; float:left;} 
.trPic .redO{ position:relative; top:0px; width:100%; height:90px ;} 
.trPic:hover .redO { opacity:0.8; }
.trPic .redO h3{padding-top:40px;}
.trPic:hover .redO h3{padding-top:40px;}
/* 2 */
.trPic-one{ height:25%; background: url(../images/img2.png) no-repeat; float:left; padding:0px !important;} 
.trPic-one .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(139, 35, 32, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-one:hover .redO { opacity:0.9; }
.trPic-one .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-one:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 3 */
.trPic-two{  height:25%; background: url(../images/img3.png) no-repeat; float:left; padding:0px !important;} 
.trPic-two .redO{ position:relative; top:0px; width:100%; height:90px;} 
.trPic-two:hover .redO { opacity:0.8; }
.trPic-two .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-two:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 4 */
.trPic-three{height:25%; background: url(../images/img4.png) no-repeat; float:left; padding:0px !important;} 
.trPic-three .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(50, 40, 123, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-three:hover .redO { opacity:0.9; }
.trPic-three .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-three:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 5 */
.trPic-four{ height:25%; background: url(../images/img5.png) no-repeat; float:left; padding:0px !important;} 
.trPic-four .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(35, 155, 170, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-four:hover .redO { opacity:0.9; }
.trPic-four .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-four:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 6 */
.trPic-five{ height:25%; background: url(../images/img6.png) no-repeat; float:left; padding:0px !important;} 
.trPic-five .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-five:hover .redO { opacity:0.9; }
.trPic-five .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-five:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 7 */
.trPic-six{ height:25%; background: url(../images/img7.png) no-repeat; float:left; padding:0px !important;} 
.trPic-six .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(128, 170, 39, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-six:hover .redO { opacity:0.9; }
.trPic-six .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-six:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 8 */
.trPic-seven{ height:25%; background: url(../images/img8.png) no-repeat; float:left; padding:0px !important;} 
.trPic-seven .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-seven:hover .redO { opacity:0.9; }
.trPic-seven .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-seven:hover .redO .text{padding-top:40px; margin-top:0px !important;}

/*------------------------------*/

.video_bg{
	background:url(../images/laptop-lg.png) no-repeat;
	background-size:cover;
	width:450px;
	height:241px;
	padding:16px 71px 26px;
	margin: 50px auto;
}
iframe{
	width:100%;
	height:195px;
}
.copyright{
	text-align: center;
}
.policy{
	text-align: center;
}
.bottom-background{
	height:292px;
	
	background-size:cover;
}
.form-lebal{
	font-size:18px;
	
}
input{ width:100%;
}
.heading{
	font-size:22px;
	font-style:italic;
}
}
@media screen and (min-width: 438px) and (max-width: 491px) {
.pdf-alignment{
width:82%;
margin:auto;
}
	.carousel-control {
  top:124px !important;
}
.heading{
	font-size:22px;
	font-style:italic;
}
	.address{
	color:#42929d;
	margin-top:22px;
	float:right;
	width:60%;
	text-align:center;	
}
.text-size{ font-size:14px;}
/*-----------------------------*/


/* 1 */
.trPic{ height:25%; background: url(../images/img1.png) no-repeat; float:left;} 
.trPic .redO{ position:relative; top:0px; width:100%; height:90px ;} 
.trPic:hover .redO { opacity:0.8; }
.trPic .redO h3{padding-top:40px;}
.trPic:hover .redO h3{padding-top:40px;}
/* 2 */
.trPic-one{  height:25%; background: url(../images/img2.png) no-repeat; float:left; padding:0px !important;} 
.trPic-one .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(139, 35, 32, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-one:hover .redO { opacity:0.9; }
.trPic-one .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-one:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 3 */
.trPic-two{  height:25%; background: url(../images/img3.png) no-repeat; float:left; padding:0px !important;} 
.trPic-two .redO{ position:relative; top:0px; width:100%; height:90px;} 
.trPic-two:hover .redO { opacity:0.8; }
.trPic-two .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-two:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 4 */
.trPic-three{ height:25%; background: url(../images/img4.png) no-repeat; float:left; padding:0px !important;} 
.trPic-three .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(50, 40, 123, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-three:hover .redO { opacity:0.9; }
.trPic-three .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-three:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 5 */
.trPic-four{ height:25%; background: url(../images/img5.png) no-repeat; float:left; padding:0px !important;} 
.trPic-four .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(35, 155, 170, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-four:hover .redO { opacity:0.9; }
.trPic-four .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-four:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 6 */
.trPic-five{ height:25%; background: url(../images/img6.png) no-repeat; float:left; padding:0px !important;} 
.trPic-five .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-five:hover .redO { opacity:0.9; }
.trPic-five .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-five:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 7 */
.trPic-six{ height:25%; background: url(../images/img7.png) no-repeat; float:left; padding:0px !important;} 
.trPic-six .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(128, 170, 39, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-six:hover .redO { opacity:0.9; }
.trPic-six .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-six:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 8 */
.trPic-seven{ height:25%; background: url(../images/img8.png) no-repeat; float:left; padding:0px !important;} 
.trPic-seven .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-seven:hover .redO { opacity:0.9; }
.trPic-seven .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-seven:hover .redO .text{padding-top:40px; margin-top:0px !important;}

/*------------------------------*/
.video_bg{
	background:url(../images/laptop-xs.png) no-repeat;
	background-size:cover;
	width:250px;
	height:134px;
	padding:10px 40px 26px;
	margin: 50px auto;
}
iframe{
	width:100%;
	height:109px;
}
.copyright{
	text-align: center;
}
.policy{
	text-align: center;
}
.bottom-background{
	height:292px;
	
	background-size:cover;
}
.form-lebal{
	font-size:18px;
}
input{ width:100%;
}
.xs-text-center{
	text-align:center;
}
}
@media screen and (min-width: 396px) and (max-width: 438px) {
.pdf-alignment{
width:90%;
margin:auto;
}
	.carousel-control {
  top:101px !important;
}
	.address{
	color:#42929d;
	margin-top:22px;
	float:right;
	width:62%;
	text-align:center;	
}

.text-size{ font-size:14px;}
/*-----------------------------*/


/* 1 */
.trPic{  height:25%; background: url(../images/img1.png) no-repeat; float:left;} 
.trPic .redO{ position:relative; top:0px; width:100%; height:90px ;} 
.trPic:hover .redO { opacity:0.8; }
.trPic .redO h3{padding-top:40px;}
.trPic:hover .redO h3{padding-top:40px;}
/* 2 */
.trPic-one{height:25%; background: url(../images/img2.png) no-repeat; float:left; padding:0px !important;} 
.trPic-one .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(139, 35, 32, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-one:hover .redO { opacity:0.9; }
.trPic-one .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-one:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 3 */
.trPic-two{ height:25%; background: url(../images/img3.png) no-repeat; float:left; padding:0px !important;} 
.trPic-two .redO{ position:relative; top:0px; width:100%; height:90px;} 
.trPic-two:hover .redO { opacity:0.8; }
.trPic-two .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-two:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 4 */
.trPic-three{ height:25%; background: url(../images/img4.png) no-repeat; float:left; padding:0px !important;} 
.trPic-three .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(50, 40, 123, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-three:hover .redO { opacity:0.9; }
.trPic-three .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-three:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 5 */
.trPic-four{height:25%; background: url(../images/img5.png) no-repeat; float:left; padding:0px !important;} 
.trPic-four .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(35, 155, 170, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-four:hover .redO { opacity:0.9; }
.trPic-four .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-four:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 6 */
.trPic-five{ height:25%; background: url(../images/img6.png) no-repeat; float:left; padding:0px !important;} 
.trPic-five .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-five:hover .redO { opacity:0.9; }
.trPic-five .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-five:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 7 */
.trPic-six{  height:25%; background: url(../images/img7.png) no-repeat; float:left; padding:0px !important;} 
.trPic-six .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(128, 170, 39, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-six:hover .redO { opacity:0.9; }
.trPic-six .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-six:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 8 */
.trPic-seven{height:25%; background: url(../images/img8.png) no-repeat; float:left; padding:0px !important;} 
.trPic-seven .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-seven:hover .redO { opacity:0.9; }
.trPic-seven .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-seven:hover .redO .text{padding-top:40px; margin-top:0px !important;}

/*------------------------------*/

.video_bg{
	background:url(../images/laptop-xs.png) no-repeat;
	background-size:cover;
	width:250px;
	height:134px;
	padding:10px 40px 26px;
	margin: 50px auto;
}
iframe{
	width:100%;
	height:109px;
}
.copyright{
	text-align: center;
}
.policy{
	text-align: center;
}
.bottom-background{
	height:194px;
	
	background-size:cover;
}
.form-lebal{
	font-size:18px;
}
input{ width:100%;
}
.xs-text-center{
	text-align:center;
}
.heading{
	font-size:22px;
	font-style:italic;
}
}
@media screen and (min-width: 240px) and (max-width: 395px) {
.pdf-alignment{
width:50%;
margin:auto;
}
	.address{
	color:#42929d;
	margin-top:22px;
	float:right;
	width:100%;
	text-align:center;
	font-size:12px;	
}
.text-size{ font-size:12px;}
/*-----------------------------*/


/* 1 */
.trPic{ height:25%; background: url(../images/img1.png) no-repeat; float:left;} 
.trPic .redO{ position:relative; top:0px; width:100%; height:90px ;} 
.trPic:hover .redO { opacity:0.8; }
.trPic .redO h3{padding-top:40px;}
.trPic:hover .redO h3{padding-top:40px;}
/* 2 */
.trPic-one{ height:25%; background: url(../images/img2.png) no-repeat; float:left; padding:0px !important;} 
.trPic-one .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(139, 35, 32, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-one:hover .redO { opacity:0.9; }
.trPic-one .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-one:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 3 */
.trPic-two{ height:25%; background: url(../images/img3.png) no-repeat; float:left; padding:0px !important;} 
.trPic-two .redO{ position:relative; top:0px; width:100%; height:90px;} 
.trPic-two:hover .redO { opacity:0.8; }
.trPic-two .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-two:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 4 */
.trPic-three{ height:25%; background: url(../images/img4.png) no-repeat; float:left; padding:0px !important;} 
.trPic-three .redO{ position:relative; top:0px; width:100%; height:90px; background:rgba(50, 40, 123, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); } 
.trPic-three:hover .redO { opacity:0.9; }
.trPic-three .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-three:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 5 */
.trPic-four{ height:25%; background: url(../images/img5.png) no-repeat; float:left; padding:0px !important;} 
.trPic-four .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(35, 155, 170, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-four:hover .redO { opacity:0.9; }
.trPic-four .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-four:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 6 */
.trPic-five{ height:25%; background: url(../images/img6.png) no-repeat; float:left; padding:0px !important;} 
.trPic-five .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-five:hover .redO { opacity:0.9; }
.trPic-five .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-five:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 7 */
.trPic-six{ height:25%; background: url(../images/img7.png) no-repeat; float:left; padding:0px !important;} 
.trPic-six .redO{  position:relative; top:0px; width:100%; height:90px; background:rgba(128, 170, 39, 0.8); opacity:0.8; text-align:center; 
color:rgba(255, 255, 255, 1); }
.trPic-six:hover .redO { opacity:0.9; }
.trPic-six .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-six:hover .redO .text{padding-top:40px; margin-top:0px !important;}
/* 8 */
.trPic-seven{ height:25%; background: url(../images/img8.png) no-repeat; float:left; padding:0px !important;} 
.trPic-seven .redO{ position:relative; top:0px; width:100%; height:90px; } 
.trPic-seven:hover .redO { opacity:0.9; }
.trPic-seven .redO .text{padding-top:40px; margin-top:0px !important;}
.trPic-seven:hover .redO .text{padding-top:40px; margin-top:0px !important;}

/*------------------------------*/

.video_bg{
	background:url(../images/laptop-xs.png) no-repeat;
	background-size:cover;
	width:250px;
	height:134px;
	padding:10px 40px 26px;
	margin: 50px auto;
}
iframe{
	width:100%;
	height:109px;
}
.carousel-control {
  top:44px !important;
}
.copyright{
	text-align: center;
}
.policy{
	text-align: center;
}
.bottom-background{
	height:194px;
	
	background-size:cover;
}
.video-wrapper{
	width: 200px !important;
	height:144px !important;
	border:solid 4px #fff;
}
.video-border{
		border:solid 4px #fff;
		height: 152px !important;
    width: 208px !important;
	margin:auto;
}
.form-lebal{
	font-size:18px;
}
.heading{
	font-size:16px;
	font-style:italic;
}
input{ width:100%;
}

.xs-top-margin{
	margin-top:8px;
}
.xs-text-center{
	text-align:center;
}
input[name=submit]{ font-size:20px; padding-bottom: 26px !important;}

}


@media screen and (min-width: 1370px) and (max-width: 1920px) {
.bottom-background{
	height:877px;
}
}