*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*{margin:0; padding:0}
img{ max-width:100%;}

html,body{height:100%; font-family: 'Open Sans', sans-serif !important; }


body{overflow-x: hidden}
.navbar-default{ margin-bottom:0 !important;}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-nav>li>a{     line-height: 9px !important;}
.position-fixed-top {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0px 1px 14px -3px #000000;
    border-radius: 0px !important;
}
.position-fixed-bottom{ position:fixed !important; left:0; right:0; bottom:0; z-index:5}


.navbar-brand {
    height: auto !important;
    padding: 15px 15px  !important;
}
.navbar-nav>li>a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
	margin: 0 10px;
	color:#1A1A1A !important;
	font-size: 19px
}

/*.navbar-nav>li>a:hover { background-color:transparent !important; color:#000000 !important; border-bottom:1px solid}
.navbar-nav>li>a.active { background-color:transparent !important; color:#000000 !important;}*/

/*.navbar-nav>li>a{ font-family: 'Cabin Condensed', sans-serif !important;    font-size: 15px;}
.navbar-nav>li+li{ border-left:1px solid #000000;}*/
.Visit button {
    background-color: #ff0000;
    border-color: #fd3f3f;
    border-radius: 15px;
    font-size: 15px;
    font-weight: bold;
}
.Visit button:hover{ 
background-color: #170000;	
border-color: #170000;}
.Visit button:focus {
    background-color: #170000 !important;
}
.navbar-right {
    margin-top: 19px!important;
}
.MobNo {
    margin-top: 5px!important;
}
.header-1 {
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
	font-family: 'Cabin Condensed', sans-serif !important;
}
.header-1:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 4px;
    background-color: #ff0000;
    content: "";
    bottom: -11px;
    margin: 0 auto;
}


.heading {
  text-align: center;
  margin-bottom: 40px;
}
.heading:after {
  content: " ";
  display: block;
  width: 100px;
  height: 1px;
  margin: 20px auto 20px;
  background: #4D4D4D;
}
h4.heading {
  margin-bottom: 20px;
}
h4.heading:after {
  margin: 10px auto 20px;
  background: #4D4D4D;
}


.email-icon {
    margin-top: 6px;
    text-align: right;
    padding-right: 12px;
    margin-bottom: -5px;
}
.email-icon a {color:#000000;font-size: 13px;}

/*.thumb-wrapper {padding:7% 15px;}*/
.thumb-wrapper .col-lg-3{ /*visibility:hidden;*/ margin-bottom: 3%;}
.thumb-wrapper .square-div{ position:relative; border:2px solid #B3B3B3; padding:15px 15px;    min-height: 270px;}
.thumb-wrapper .square-div img {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
}
.thumb-wrapper .square-div b {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #ff0000;
}
.thumb-wrapper .square-div a{color: #ff0000;/* font-weight:bold;*/ font-size:13px;}
.arrow-icon{font-size: 19px;
    vertical-align: text-bottom;}
	
	
	
.parallax1{ background-image:url(../images/banner1.jpg);  background-size:cover; background-attachment:fixed; background-repeat:no-repeat;    padding: 11% 15px; position:relative; overflow:hidden}


.section-parallax1{background-image:url(../images/banner1.jpg);  background-size:cover; background-repeat:no-repeat;position:relative; overflow:hidden }


.section-parallax1:after {
    position: absolute;
    width: 100% !important;
    height: auto;
    content: '' !important;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.44);
    /* z-index: 1111111111; */
    right: 0;
    bottom: 0;
}

.parallax1 p{ color:#ffffff; font-size:20px;    font-weight: bold; /*visibility:hidden;*/    z-index: 4;
    position: relative; text-shadow: 1px 2px 2px #000000; text-shadow: 1px 2px 2px #000000;}	

#page5{ height:295px;}

/*------------------------blog-------*/
.blog-wrapper{     padding: 2% 15px 4%;}
.single-blog-item {
  border: 1px solid #dfdede;
  box-shadow:2px 5px 10px #efecec;
  margin: 15px auto;
  padding: 5px;
  position: relative;
  /*visibility:hidden;*/
}
.blog-content {
  padding: 15px;
}
.blog-content h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog-content h4 a{
	    color: #ff0000;
	}
.blog-content p{
  /*color: #999;
  font-size: 14px;
 font-weight: 300;
  line-height: 1.3333;*/
}
.blog-date{
	}
.blog-date {
    position: absolute;
	  background: #337ab7;
    top: 35px;
    left: 5px;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
    font-weight: 700;
}
.more-btn {
  background: #ff0000;
  border-radius: 2px;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 110px;
  color: #f1f1f1;
      position: absolute;
    bottom: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 50px;
    box-shadow: 0px 2px 8px 0px #b3b1b1;
}
.more-btn:hover { color:#000000}

.more-btn-big {
    background: #ff0000;
    border-radius: 20px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 30px auto auto auto;
    text-align: center;
    width: 110px;
    color: #f1f1f1;
}
.more-btn-big:hover { color:#000000}


.slide-text1 {
    /* background-image: url(images/slider/text1.png); */
    z-index: 5;
    position: absolute;
    top: 27%;
    left: 8%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 43%;
}

.slide-text2 {
    /* background-image: url(images/slider/text1.png); */
    z-index: 13;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 205px;
    background-position: bottom;
}
/*------------------------blog---end---------*/

/*#centerDiv{    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}*/
#page7 .allBrand img {
    margin: 1px auto 6px;
    max-width: 146px;
    text-align: center;
}	
#centerDiv{ margin-top:41%;}	
#page3 {
    /*background-image: url(../images/proposition.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 11% 15px; */
    position: relative;
    overflow: hidden;
	    background-color: #139DB7;
    color: #fff;
}
#page3 .heading:after {
    background: #fff;
}
#page4 {
    /*background-image: url(../images/proposition.png);*/
   
    background-repeat: no-repeat;
    /* padding: 11% 15px; */
    position: relative;
    overflow: hidden;
	   /* background-color: #139DB7;*/
    color: #999999;
}
#page4 .heading:after {
    background: #fff;
}
.call span{font-size:20px;}
.square-div-2 {
    position: relative;
    border: 2px solid #B3B3B3;
    padding: 15px 15px;
    min-height: 270px;
}

a.btn-2 {
    background-color: #00AFD1;
}
a.btn-2 .round {
    background-color: #00c4eb;
}
a.btn-2{
    text-decoration: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 12px 53px 12px 23px;
    color: #fff !important;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

a.btn-2:hover .round {
  background: none;
}
a.btn-2:hover .round i {
  left: 70%;
}
a.btn-2 .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}
a.btn-2 .txt {
    font-size: 14px;
    line-height: 1.45;
}

a .round i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}




.sub-footer{ background-color:#E6E6E6;    padding: 18px 15px;}
.sub-footer a,.sub-footer p,.sub-footer li{ color:#4D4D4D;font-size:15px;}
.ftr-head {
    color: #4D4D4D;
    font-size: 18px;
    margin-bottom: 11px;
    display: block;
}
.sub-footer .know-us li{ list-style:none;  line-height:30px;}
/*.sub-footer a{ color:#FFFFFF}*/

.sub-footer .social-icon li{ display:block; list-style:none;padding: 0px 2px; line-height: 29px;    max-width: 247px;} 
.sub-footer .know-us {/* margin-top:20px;*/}
.sub-footer .address{ margin-top:20px;}
.sub-footer .address li{ list-style:none; margin-bottom:15px;}


.sub-footer .glyphicon-map-marker:before,.sub-footer .glyphicon-envelope:before,.sub-footer .glyphicon-earphone:before {
    font-size: 20px;
    color: #4D4D4D;
}
.social-icon a {
    display: block;
    color: #3d7caf;
}
.sub-footer form p{ font-size:14px;}
/*.sub-footer a:hover{ color:#ffffff;}*/


.footer-nav {
        background-color: rgba(11, 33, 54, 0.92);
    padding: 2px 15px;
}
.footer-nav p, .footer-nav a {
    display: inline-block;
    color: #ffffff;
    line-height: 35px;
	margin:0;
}