@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, section, summary, mark, audio, video {
  margin: 0;
  padding: 0;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.reset-pad {
  padding-right: 0;
  padding-left: 0;
}
.pad-nil {
  padding-left: 0;
  padding-right: 0;
}
.mar-nil {
  margin-left: 0;
  margin-right: 0;
}
/* End Reset css */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #f2f2f2;
  border: none;
  outline: none;
}
p {
  line-height: 27px;
}
img, a {
  border: none;
  outline: none;
}
a:hover {
  border: none;
  outline: none;
  text-decoration: none !important;
}
.bold {
  font-weight: 600;
}
.text-white {
  color: #fff;
}
.bg {
  background-color: #455620;
}
.top-contact {
  float: right;
  margin: 0;
  padding: 22px 0 0 0;
  width: 100%;
  display: table;
}
.top-contact li {
  width: 33%;
  list-style-type: none;
  display: inline-block;
}
.top-contact li {
  width: 30%;
  list-style-type: none;
  display: inline-block;
}
.top-contact li:first-child {
  padding-left: 30px;
}
.top-contact li:nth-child(3) {
  width: 33%;
}
.top-contact .ak {
    color: #be202e;
    font-size: 24px;
    width: 12%;
    display: table;
    float: left;
    padding-top: 0;
}
.top-contact .up {
  color: #333;
  font-size: 16px;
  width: 75%;
  display: table;
}
.top-contact .down {
  color: #be202e;
  font-size: 14px;
  width: 75%;
  display: table;
  font-weight: 600;
}
.tp-border {
  border-top: 1px solid #ccc;
  margin-top: 16px;
  background: #be202e;
}
header {
  padding-top: 10px;
}
.owl-demo4 .owl-item, .owl-demo3 .owl-item {
  padding: 0 !important;
}
.bg-bottom {
/* background-image: url("../images/about-bg.jpg");
  background-repeat: repeat-x;
  background-position: left bottom; */
  background-color: #f2f2f2;
  position: relative;
}
.box-padd {
  padding: 60px 0;
}
.immi-box {
  margin: 0;
  padding-left: -15px;
  padding-right: -15px;
}
.immi-box li {
  display: inline-block;
  list-style-type: none;
  padding: 0 15px;
  margin: 20px 0 10px;
  width: 50%;
  position: relative;
  float: left;
}
.immi-box li a:hover {
  text-decoration: none;
  border: 0;
  outline: 0;
}
.immi-box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 25px;
}
.immi-box-content h4 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding:73px 0 6px;
}
.immi-box-content p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 9px;
}
.immi-box-content .ico {
  text-align: center;
  font-size: 55px;
  color: #fff;
  padding: 20px;
  display: block;
}
.contact, .contact0 {
  padding: 10px 28px;
  font-size: 16px;
  text-align: center;
  display: table;
  background-color: #be202e;
  color: #fff;
  border-radius: 50px;
}
.contact:hover, .contact0:hover {
  text-decoration: none;
  color: #fff;
}
.tp {
  margin-top: 20px;
}
.text-red {
  color: #be202e;
}
.bg {
 /* background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover; */
  background: #be202e;
}
.bg2 {
  background-image: url("../images/bg2.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.bg3 {
/* background-image: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;  */
  background:#be202e;
}
.title-second {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.tkj {
  position: relative;
  margin: 20px 0;
}
.vi-box {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  padding: 0 26px;
  background-color: rgba(255, 255, 255, 0.84);
  cursor:pointer;
}
.vi-box:hover {
  background-color: rgba(255, 255, 255, 0.64);
  transition: all 0.3s ease-in-out;
}
.vi-box:hover.vi-box p {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.vi-box h4 {
  text-align: center;
  font-size: 20px;
  color: #be202e;
  padding: 20px;
  font-weight: 600;
}
.vi-box p {
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 9px;
}
.vi-box:hover.vi-box h4 {
  color: #be202e;
  transition: all 0.4s ease-in-out;
}

.vi-box .ico {
text-align: center;
font-size: 38px;
color: #fff;
padding: 10px;
display: table;
background-color: #be202e;
margin: 30px auto 0;
border-radius: 50px;
width: 79px;
}
.why-box {
  padding: 20px 0 0;
}
.why-box h5 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 8px;
}
.why-box p {
  font-size: 16px;
}
.testimonial {
  font-size: 40px;
  text-align: center;
  color: #fff;
  padding-top: 80px;
}
.tes-subtitle {
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}
.more-review {
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding-bottom: 8px;
}
.tes {
  padding: 11% 0;
}
.gi {
  border-radius: 50px;
}
.text-black {
  color: #000 !important;
}
.blog-box {
  padding: 0;
  margin: 30px 0 15px;
}
.blog-title {
  font-size: 21px;
  text-align: center;
  color: #333;
  font-weight: 600;
}
.blog-title-padding {
  padding: 20px 0 10px;
}
.blog-title-padding2 {
  padding: 20px 0 10px;
}
.blog-box p {
  padding-left: 1%;
  padding-right: 1%;
  text-align: center;
}
footer {
  background-color: #931924;
  position: relative;
  margin-top:0;
  padding:112px 0 0 0;
}
.spl-contact {
  background-color: #be202e;
  color: #fff;
  max-width: 1200px;
  width: 100%;
  height: 290px;
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translate(-50%);
}
.spl-contact .left {
  width: 65%;
  float: left;
  padding: 50px;
}
.spl-contact .right {
  width: 35%;
  float: right;
}
.spl-contact-title {
  font-size: 32px;
  line-height: 40px;
}
.spl-contact-title2 {
  font-size: 22px;
  line-height: 32px;
}
.spl-contact-no {
  font-size: 32px;
  padding-top: 21px;
}
.ft-text{
  font-size: 16px;
  color: #fff;
}
.link{
color: #C93033 !important;
    font-weight: 700;
    font-size: 16px;
}
.link2{
color: #fff !important;
    font-weight: 700;
    font-size: 16px;
}
.social-media{
margin:0;
padding:0;
width:100%;
}
.social-media li{
margin:0;
padding:10px;
list-style-type:none;
display:inline-block;
}
.social-media li:first-child{
padding-left:0;
}
.social-media li a{
color:#fff;
font-size:28px;
}
.social-media li a:hover{
color:#fff;
text-decoration:none;
}
.ft-contact-title{
color: #fff;
font-size: 20px;
font-weight: bold;
}
.ft-contact-address{color:#fff;
font-size:16px;}
.ft-contact-ph{color:#fff;
font-size:16px;}
.ft-contact-ph i{font-size:20px;}
.ft-contact-email{color:#fff;
font-size:16px;}
.ft-contact-email i{font-size:20px;}
.control2 {
border-color: #fff;
border: 0 !important;
height: 34px;
padding: 5px 8px;
width: 100%;
font-size: 14px;
background-color: #fff;
color: #000;
outline: 0 !important;
margin-top: 12px;
}
.cck{margin-top: -30px;}
.bg-black{background-color: #6d1119; padding: 20px 0 0;}
.cr{text-align:center; color: #ccc; font-size: 14px;}
.lkg{padding-top:72px; font-size:16px;}
.inner-banner-text{
text-align: center;
padding-top: 8.5%;
font-size: 1.5rem;
color: #e1e1e1;
}
.ct-box{
padding:20px 30px;
background-color: rgba(190,32,46,1);
color:#fff;
margin:20px 10px;
width: 100%;
}
.ct-box p{text-align:center;}
.ct-icon{
padding: 16px 0;
color: #fff;
text-align: center;
display: block !important;
margin: 0 auto;
font-size: 32px;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 30px 0 0;
    height: 100%;
    width: 100%;
}
.kkr .control2 {
    border: 1px solid #ccc !important;
    height: 36px;
    padding: 5px 8px;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    outline: 0 !important;
    margin-top: 12px;
}
.pd-for-last{padding-bottom: 150px;}
.chain{margin:0; padding:0;}
.chain li{margin:0; padding:16px 10px; border-top:0.5px solid #CBCBCB; border-bottom:0.5px solid #CBCBCB; background-color:#be202e; color:#DCDCDC; list-style-type:none;}
.chain li:first-child{border-top:0;}
.chain li:last-child{border-bottom:0;}
.chain li a, .chain li a:hover{color:#fff; font-size: 15px; padding:16px 6px 16px 0px;}
{background-color:#6d1119; color:#fff; font-size: 15px;}
.ac{background-color:#6d1119 !important;}

.chain-details{}
.chain-details .title{
    font-size: 24px;
    color: #be202e;
    width: 100%;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;}
.chain-details-img{padding:6px 16px 16px 0; float: left;}
.chain-details-img2{padding:16px 0; float: left; clear:both;}
.requirment-list{margin: 0; padding:0;}
.requirment-list li{list-style-type: none; padding:5px 6px 5px 26px;}
.requirment-list li:last-child{padding-bottom:21px;}
.requirment-list li::before{
position: absolute;
width: 10px;
height: 10px;
background-color: #6d1119;
left: 20px;
content:'';
margin-top: 6px;
}
.ft-btn{background-color:#be202e; border:0.5px solid #e1e1e1 !important; float:right; border-radius: 0px; outline: 0 !important; box-shadow: none !important;}
.banner-over-lay {position: absolute; top: 35%; left: 18%; z-index: 2; width: 100%;}
.banner-over-lay p{
font-size: 38px;
color: #be202e;
line-height: 52px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
margin-bottom: 24px;
text-transform: uppercase;
padding: 6px 10px 6px 6px;
display: table;
background:rgba(255,255,255,0.7);
}
}
.owl-demo4{position:relative;}
.ww{color:#4dc247 !important;}
.srji{background-image: url(../images/bg.jpg); background-position: top left; background-repeat: no-repeat; background-size: cover; min-height: 16rem;}
.chain li:last-child{margin-bottom:25px;}