
body{
	margin: 0px;
	padding: 0px;
	font-family: 'ubunturegular' !important;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3,h4,h5,h6{
		font-family: 'ubunturegular' !important;
	margin: 0px;
	padding: 0px;
}
p{
	font-family: 'ubunturegular' !important;
	margin: 0px;
	padding: 0px;
}
input[type=text], input[type=email], input[type=submit]{
	outline:none !important;
}
/*#myModal{
	margin-top:10%;
}*/
.padding50{
	padding-top: 50px;
}
.default-action-btn{
	width: 130px;
    min-height: 30px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 25px;
    font-size: 15px;
    color: #00264d;
    margin-top: 25px;
	border: 1px solid #fff;
}
.default-action-btn:hover{
	background: #00264d;
	color : #fff;
	text-decoration: none;
	transition: 0.5s linear;
}
.my-close{
	    COLOR: #000;
    FONT-SIZE: 21PX;
    POSITION: absolute;
    TEXT-ALIGN: RIGHT;
    RIGHT: 0%;
    TOP: 0%;
    BACKGROUND: #FFF !important;
    DISPLAY: inline-block;
    OPACITY: 1 !important;
    MARGIN: 0PX;
    PADDING: 3PX 8PX !important;
    BORDER-RADIUS: 50%;
    MARGIN-TOP: 15PX;
    MARGIN-RIGHT: 5PX;
}
.my-close:focus{
	outline:none !important;
}
.extra-top{
	padding-top:20px;
}
.margin-top{
	padding-top:120px;
}
.margin-bottom-big{
	padding-bottom: 100px;
}
.margin-bottom{
	padding-bottom: 50px;
}
.inner-padding{
	width: 100%;
	padding:50px 0;
	    display: inline-block;
}
.inner-padding-2{
	padding:50px 0;
}
.inner-padding-3{
	margin-bottom:30px;
	    display: inline-block;
}
.div-one{
		width: 100%;
		min-height: 500px;
		background: #fff;
	}	
	.div-two{
		width: 100%;
		min-height: 700px;
		background: #00264d;
		padding-bottom: 50px;
	}	
        /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.64);
}
.loginmodal{
	width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.63);
    z-index: 9999999;
	opacity: 1;
	height: 100vh;
}
.loginmodal .modal-content{
	z-index: 999999;
}
.heymodal{
	width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.63);
    z-index: 9999999;
	opacity: 1;
	height: 145vh;
}
.heymodal .modal-content{
	z-index: 999999;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 70%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
	opacity: 1 !important;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
/*.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}*/

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/*img {
  margin-bottom: -4px;
}*/

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
	
.mission-vision{
	width: 100%;
	min-height: 700px;
	background-image: url(../img/mission-vision.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/*padding: 75px 0px;*/
}
.mission{
	width: 100%;
	min-height: 100px;
	background: #fff;
	display: inline-block;
	margin-top: 50px;
	padding: 20px;
}
.mission img{
	padding-top: 0px !important;
}
.vision{
	width: 100%;
	min-height: 100px;
	background: #fff;
	display: inline-block;
	margin-top: 50px;
	padding: 20px;
}
	.div-three{
		width: 100%;
		min-height: 100px;
		background: #fff;
	}	
	.div-four{
		width: 100%;
		min-height: 400px;
		background-image: url(../img/para-2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}	
.why-us{
	width: 100%;
	background: #fff;
	min-height: 50px;
	display: inline-block;
}
.reason{
	margin-top: 30px;
	min-height: 125px;
	padding: 10px;
}
.reason h4{
	color: #00264d;
	    font-size: 24px;
    padding-top: 20px;
}
.reason p{
	    padding-top: 15px;
    font-size: 15px;
    color: #757575;
}
	.div-five{
		width: 100%;
		min-height: 800px;
		background: #fff;
	}	



	.rocket-top { width: 85px; position: fixed; bottom: -180px; right: 30px; z-index: 9999; opacity: 1; cursor: pointer; }
.rocket-top.show { bottom: 13% !important; -webkit-transition: 1.0s; -moz-transition: 1.0s; transition: 1.0s; }
.rocket-top.rocket-run { bottom: 100% !important; -webkit-transition: 1.0s; -moz-transition: 1.0s; transition: 1.0s; }
.rocket-top.rocket-down { -webkit-transition: 1.0s; -ms-transition: 1.0s; -o-transition: 1.0s; -moz-transition: 1.0s; transition: 1.0s; }
.rocket-top:before, .rocket-top:after { content: ""; position: absolute; -o-transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s; transition: 0.2s; opacity: 0; }
.rocket-top:hover:before, .rocket-top:hover:after, .rocket-top.rocket-run:before, .rocket-top.rocket-run:after { opacity: 1; }
.rocket-top:before, .rocket-top.car-run:before { top: -1px; left: 0px; width: 85px; height: 89px; background: url('../img/rocket-focus.png') no-repeat 0 0; }
        /* jssor slider loading skin spin css */
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        .jssorb057 .i {position:absolute;cursor:pointer;}
        .jssorb057 .i .b {fill:none;stroke:#fff;stroke-width:2000;stroke-miterlimit:10;stroke-opacity:0.4;}
        .jssorb057 .i:hover .b {stroke-opacity:.7;}
        .jssorb057 .iav .b {stroke-opacity: 1;}
        .jssorb057 .i.idn {opacity:.3;}

        .jssora073 {display:block;position:absolute;cursor:pointer;}
        .jssora073 .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
        .jssora073:hover {opacity:.8;}
        .jssora073.jssora073dn {opacity:.4;}
        .jssora073.jssora073ds {opacity:.3;pointer-events:none;}
.sub-header{
	width: 100%;
	min-height: 35px;
	background: #00264d;
}
.sub-header p{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
    line-height: 35px;
    text-align: right;
    margin: 0px;
}
.sub-header a{
	line-height: 35px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}
.navbar1{
	margin-top: -19px !important;
    background-image: linear-gradient(#026a6b, #008788);
    box-shadow: inset 0px 12px 23px #013f40;
}
.navbar{
    margin-bottom:0!important;
}
.navbar-inverse {
    background-color: #fff !important;
    border-color: #797878 !important;
    box-shadow: 5px 0px 7px #333333;
}
/*-
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #e56036 !important;
    background-color: transparent !important;
} -*/
.navbar-inverse .navbar-nav>li>a {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #00264d !important;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #71bf46 !important;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li:last-child>a{
	    border: 1px solid #3c484e;
    color: #d9534f !important;
    padding: 10px 15px;
    margin-top: 5px;
	font-weight: 500;
}
.navbar-inverse .navbar-nav>li:last-child>a:hover{
	background: #00264d;
	color: #fff !important;
	transition: 0.5s linear;
}
.navbar-brand {
    float: left;
    height: 80px;
    padding: 0px 0px 0px 0;
}
.navbar-brand>img {
    width: 70%;
    /* border-bottom-right-radius: 30px; */
    margin-left: -5px;
    margin-top: 0px;
    padding: 6px 0 6px 0px;
}
.navbar-nav{
	margin-top: 15px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #75c14b !important;
   background-color: transparent;
}
.whats-app {
    width: 11%;
    position: fixed;
    z-index: 99999;
    top: 30%;
    right: 0px;
}
.whats-app img {
    margin-right: -57px;
    transform: rotate(-90deg);
}
.whats-app2 {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 53%;
}
.whats-app2 img {
    margin-right: -57px;
    transform: rotate(-90deg);
}
.main-img {
	    margin-top: 116px;
    border-top: 1px solid #ccc;
}
.main-img img{
	width: 100%;
}
.my-form {
    min-height: 200px;
    position: absolute;
    top: 25%;
}
.demo-form{
	width: 450px;
	min-height: 470px;
	background: url(../img/form-bg.png) no-repeat;
	background-position: right top;
	background-color:#fff;
	padding: 15px;
}
.form-top-heading{
	    font-size: 28px;
    text-align: left;
    padding: 10px 0 0 15px;
    margin-top: 30px;
}
.demo-form h3{
	    font-size: 48px;
    text-align: left;
    padding: 5px 0 0 15px;
}
.form-subheading{
	    text-align: left;
    padding: 0px 0 0 15px;
    font-size: 19px;
}
.demo-form h4{
    font-size: 24px;
    font-weight: bold;
    color: #7dc556;
    text-align: left;
    padding: 10px 0 30px 15px;
	}
.demo-form input[type=text]{
    width: 90%;
    float: left;
    min-height: 35px;
    border-radius: 5px;
    border: 1px solid #8c97a09c;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0 15px;
    box-shadow: 0px 0px 2px #8c97a0;
	}
.demo-form input[type=email]{
    width: 90%;
    float: left;
    min-height: 35px;
    border-radius: 5px;
    border: 1px solid #8c97a09c;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0 15px;
    box-shadow: 0px 0px 2px #8c97a0;
	}
.demo-form input[type=submit]{
    width: 90%;
    float: left;
    margin: 10px 0 0 15px;
    min-height: 40px;
    font-size: 20px;
    font-weight: bold;
    background: #00264d;
    border: none;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 0 5px #909090;
	}
 .demo-form input[type=submit]:hover{
    background: #82c65d;
    transition: 0.5s linear;
}
 .demo-form2 input[type=submit]:hover{
    background: #82c65d !important;
    transition: 0.5s linear;
}
.responsive-form{
	display:none;
}
.heading{
	    font-size: 45px;
    color: #70bf46;
    font-weight: bold;
	    margin-top: 20px;
}
.heading2{
	    font-size: 45px;
    color: #00264d;
    font-weight: bold;
}
.headline-line2{
	    border: 2px solid #00264d;
    margin: 5px 0 0 0;
    width: 10%;
    border-radius: 10px;
}
.heading3{
	    font-size: 45px;
    color: #fff;
    font-weight: bold;
	    margin-top: 20px;
}
.headline-line3{
	    border: 2px solid #fff;
    margin: 5px 0 0 0;
    width: 10%;
    border-radius: 10px;
}
.headline-line{
	    border: 2px solid #71be46;
    margin: 5px 0 0 0;
    width: 10%;
    border-radius: 10px;
}
.shadow-padding{
	padding-top:15px;
}
.hvr-float-shadow{
	cursor: pointer;
	margin-top: 50px;
}
.hvr-float-shadow img{
	
	width: 75px;
}
.about p{
	    color: #71bf45;
    font-size: 15px;
    margin-top: 35px;
    text-align: justify;
}
.about img{
	padding-top:110px;
}
.benefits{
	padding: 15px;
	border: 5px solid #fff;
	margin-top: 50px;
	display: inline-block;	box-shadow: 0px 0px 15px #5d5d5d;
	min-height: 262px;
}
.benefits img{
	width: 50px;
}
.benefits h3{
	padding: 10px 0px;
	font-weight: bold;
}
.benefits p{
	padding: 5px;
	text-align: justify;
}
.benefits:hover{
	border-color:#5d5d5d;
box-shadow: 0px 0px 15px #fff;
	transition: 0.7s ease-in-out;
}



#demos{
	margin-top:30px;
	margin-bottom: 100px;
}
/*--   #demos .owl-carousel .item {
    height: 10rem;
    background: #4DC7A0;
    padding: 1rem;
}   -*/
.owl-theme .owl-nav {
    display: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}
.price-head {
    width: 100%;
    min-height: 100px;
    background: #3d5164;
	padding:10px;
	display: inline-flex;
}
.border{
	width:100%;
	min-height:150px;
	border:2px solid #fff;
	padding-bottom:10px;
}
 .border h3{
    color: #fff;
    font-size: 35px;
    padding: 15px 0 0px 0;
}

.contact-subline{
	    font-size: 25px;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #4a4d4e;
}
.contact{
    margin-top: 50px;
	}
.contact h3{
    color: #3465ae;
}
.contact h3 span{
	padding-right: 10px;
}
.contact p{
	padding-left: 25px;
}
.contact p span{
	 color: #3465ae;
		padding-right: 10px;
	font-size: 25px;
}
.google-map iframe{
	margin-top: 20px;
}
.my-footer{
	width: 100%;
	min-height: 100px;
	background: #001f3f;
	margin-top: 20px;
	    display: inline-block;
    padding: 35px 0px 20px 0px;
}
.tags h3{
	color: #fff;
    font-size: 20px;
}
.tags ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.tags ul li{
	color: #fff;
	padding-top: 5px;
	    font-size: 14px;
}
.tags ul li:hover{
	cursor: pointer;
	text-decoration:underline;
}
.tags ul li a{
	color: #fff;
	padding-top: 5px;
	    font-size: 14px;
}
.tags hr{
	width: 60%;
	margin: 0px;
	    margin-bottom: 10px;
}
.tags p{
	    color: #d8d8d8;
}
.tags img{
	padding-top: 10px;
}
.footer-space{
	padding-top: 10px;
}
.tags2 hr{
	width: 90%;
	margin: 0px;
	    margin-bottom: 10px;
}
.tags2 h3{
	color: #fff;
    font-size: 20px;
}
.tags2 p{
	    color: #d8d8d8;
}
.tags2 input[type=email]{
	margin: 10px 0 5px 0px;
	color: #e56036;
	font-weight: bold;
}
.tags2 btn{
    padding: 6px 50px;
	}
.copywrite{
	color: #fff;
	padding-bottom: 10px;
}
.booster{
	background-image: url(../img/booster-bg2.png);
    background-color: #e6e6e6;
    width: 100%;
	/*padding: 50px 0px;*/
}
.bost-1, .bost-2, .bost-3, .bost-4, .bost-5, .bost-6, .bost-7, .bost-8, .bost-9, .bost-10, .bost-11{
	min-height: 145px;
	margin-top: 10px;
	font-weight: bold;
}
.bost-1, .bost-2, .bost-3, .bost-4, .bost-5, .bost-6, .bost-7, .bost-8, .bost-9, .bost-10, .bost-11 > p{
	font-weight: bold;
}
.experts-form{
	padding: 10px;
	width: 100%;
	min-height: 100px;
	    background: #3d5164;
	 float: left;
	margin-top: 75px;
	border-radius: 10px;
}
.experts-form h3{
	font-size: 18px;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 15px;
}
.experts-form input[type=text], input[type=email]{
    min-height: 30px;
    padding-left: 10px;
    border-radius: 5px;
    border: none;
}
.experts-form input[type=submit]{
    padding: 6px 50px;
	}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
.clients img{
	    box-shadow: 0 0 10px #949494;
    padding: 5px;
	margin-top: 0px;
}
.mobile-app{
	width: 100%;
	min-height: 200px;
	background: #fff;
	display: inline-block;
}
.mobile-app p{
	font-size: 16px;
	margin-top: 30px;
}
.training{
	width: 100%;
	min-height: 200px;
	background: #eee;
	display: inline-block;
	margin-top: -5px;
}
.training p{
	font-size: 16px;
	margin-top: 30px;
}
.about-us-content p{
	margin-top: 30px;
	font-size: 16px;
	text-align: justify;
}
.about-us-content p strong{
	color: #333333;
}
.about-us-content ul{
	padding: 0px;
	margin-top: 20px;
}
.about-us-content ul li{
	font-size: 16px;
 /*   float: left;*/
    list-style-type: disc !important;
 /*   margin-left: 50px;*/
 /*   font-weight: 600;*/
	    color: #4b4b4b;
}
.about-us-content h4{
	font-size: 16px;
	line-height: 24px;
}
/*.about-us-content ul li:first-child{
	margin-left: 15px;
}*/

			.clients-map{
				width: 100%;
				min-height: 100px;
				background: url(../img/world.jpg) no-repeat;
				background-size: cover;
				display: inline-block;
			}
			.responsive-map{
				width: 100%;
				max-height: 650px;
				overflow: scroll;
			}
		.page{
			width: 1200px;
			height: 600px;
			margin: 0px auto;
			background: url(../img/india.png) no-repeat;
			background-size: contain;
			background-position: center;
		}
		.main-part{
			width: 30px;
			height: 30px;
			position: relative;
		}
		.main-dot{
			width: 10px;
			height: 10px;
			border-radius: 50%;
			background: #5dcbdc;
    		border: 1px solid #25585d;
			position: absolute;
			top: 1px;
    		left: 1px;
			z-index: 999999;
		}
		.dot-two{
			width: 12px;
			height: 12px;
			border: 1px solid #126673;
			border-radius: 50%;
			text-align: center;
			animation: circle-two linear 2s infinite alternate;
			position: absolute;
			z-index: 99999;
			top: 0px;
			left: 0px;
		}
			.dot-one{
			width: 14px;
			height: 14px;
			border: 1px solid #126673;
			border-radius: 50%;
			text-align: center;
			animation: circle linear 2s infinite alternate;
			position: absolute;
			top: 8px;
			left: 8px;
		}
		@keyframes circle{
			0%{
				transform: scale(1);
			}
			100%{
				transform: scale(1.3);
			}
		}
		@keyframes circle-two{
			0%{
				transform: scale(1);
			}
			100%{
				transform: scale(1.6);
			}
		}
		#himachal{
			display: inline-block;
        	margin: 9%;
    		margin-left: 3px;
		}
		#punjab{
			margin-top: -10.3%;
    		margin-left: -13.5%;
		}
		#delhi{
			margin-top: 1%;
    		margin-left: -9%;
		}
		#rajasthan{
			margin-left: -18%;
    		margin-top: 5px;
		}
		#mp{
			margin-top: 3%;
    		margin-left: -7%;
		}
		#chattisgarh{
			margin-left: 3%;
            margin-top: 1%;
		}
		#gujrat{
			margin-top: -5.5%;
    		margin-left: -26%;
		}
		#assam{
			margin-left: 34%;
    margin-top: -7.5%;
		}
		#karnataka{
			margin-top: 18%;
    margin-left: -15%;
		}
		#tamilnadu{
			margin-left: -8%;
    		margin-top: 1.5%;
		}

@media only screen and (max-width: 1124px) and (min-width: 1024px){
	.navbar-brand{
		max-width: 240px;
	}
	.navbar-brand img{
		width: 100%
	}
		.nav>li>a {
			font-size: 12px !important;
    padding: 10px 10px;
}
	}
@media only screen and (max-width: 1024px) and (min-width: 992px){
	.navbar-brand{
		max-width: 250px;
	}
	.nav>li>a {
    padding: 10px 10px;
}
	.navbar-inverse .navbar-nav>li>a {
    font-size: 12px !important;
	}

}

@media only screen and (max-width: 1124px) and (min-width: 992px){
	.mission{
		min-height: 602px;
	}
	.benefits{
		min-height: 310px;
	}
		.heading2 {
    font-size: 40px;
}
}
@media only screen and (max-width: 991px) and (min-width: 888px){
	.navbar-brand{
		max-width: 200px;
	}
	.nav>li>a {
    padding: 10px 10px;
}
	.navbar-inverse .navbar-nav>li>a {
    font-size: 12px !important;
	}
	.navbar-brand {
    height: 65px;
	}
	.navbar-nav {
    margin-top: 7px;
}
	
}
@media only screen and (max-width: 887px) and (min-width: 768px){
	.navbar-brand{
		width:150px;
		height: 50px;
	}
	.navbar-inverse .navbar-nav>li>a {
    font-size: 11px !important;
}
	.nav>li>a {
    padding: 10px 5px;
	}
	.navbar-nav {
    margin-top: 5px;
}
	.navbar-brand>img {
    width: 100%;
    border-bottom-right-radius: 0px;
}
	.navbar-inverse .navbar-nav>li:last-child>a{
		margin-top: 0px;
	}
}


@media only screen and (max-width: 768px) {
	.margin-top {
    padding-top: 70px;
}
	.form-display{
		display: none;
	}
	.main-img {
    margin-top: 90px;
}
	.heading {
    font-size: 35px;
}
	.inner-padding {
    padding: 10px 0 50px 0;
}
	.inner-padding-2 {
    padding: 20px 0;
}
	.responsive-form{
		padding:40px 15px 0px 15px;
		display: block;
	}
		.demo-form2{
	width: 100%;
	    min-height: 420px;
	background: url(../img/form-bg.png) no-repeat;
	background-position: right top;
	background-color:#fff;
	padding: 15px;
	padding: 20px 0;
    box-shadow: 0 0 5px #757575;
}
.form-top-heading{
	    font-size: 24px;
    text-align: left;
    padding: 10px 0 0 15px;
    margin-top: 30px;
}
.demo-form2 h3{
	    font-size: 38px;
    text-align: left;
    padding: 5px 0 0 15px;
}
.form-subheading{
	    text-align: left;
    padding: 0px 0 0 15px;
   font-size: 17px;
}
	.responsive-form{
		padding:40px 15px 0px 15px;
		display: block;
	}
.demo-form2 h4{
      font-size: 18px;
    font-weight: bold;
        color: #7dc556;
    text-align: left;
    padding: 10px 0 10px 15px;
	}
.demo-form2 input[type=text]{
    width: 90%;
    float: left;
    min-height: 35px;
    border-radius: 5px;
    border: 1px solid #8c97a09c;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0 15px;
    box-shadow: 0px 0px 2px #8c97a0;
	}
.demo-form2 input[type=email]{
    width: 90%;
    float: left;
    min-height: 35px;
    border-radius: 5px;
    border: 1px solid #8c97a09c;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0 15px;
    box-shadow: 0px 0px 2px #8c97a0;
	}
.demo-form2 input[type=submit]{
    width: 90%;
    float: left;
    margin: 10px 0 0 15px;
    min-height: 40px;
    font-size: 20px;
    font-weight: bold;
   background: #00264d;
    border: none;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 0 5px #909090;
	}
	.div-one{
		display: inline-block;
	}
	.heading2 {
    font-size: 30px;
    margin-top: 20px;
}
	.heading3 {
    font-size: 30px;
}
	.features h3 {
    font-size: 16px;
}
	.about p {
    font-size: 16px;
}
	.about img {
    padding-top: 50px;
}
	.my-segement {
    margin-top: 20px;
}
	.price-head {
    margin-top: 40px;
}
	.experts-form input[type=submit] {
    margin-top: 10px;
}
	.tags{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 601px){
	.whats-app {
    width: 30%;
    right: -50px;
}
	.margin-top {
    padding-top: 100px;
}
	.inner-padding {
    padding: 20px 0;
}
	.inner-padding-2 {
    padding: 20px 0 0 0;
}
	
/*	.navbar-inverse .navbar-brand {
    margin-top: -50px;
}*/
.navbar-brand>img {
      width: 50%;
}
	.navbar-brand {
    height: 50px;
}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #e94d1c !important;
}
	.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #e94d1c !important;
}
	.main-img {
    margin-top: 95px;
}
	/*demo form starts*/

	
	/*demo form ends*/
	.heading {
        font-size: 30px;
    margin-top: 0px;
}
	.features h3 {
    font-size: 17px;
}
	.features p {
    font-size: 14px;
}
	.features {
    min-height: 320px;
}
	.about p {
    font-size: 15px;
    margin-top: 20px;
}
	.about img {
    padding-top: 30px;
    padding-bottom: 30px;
}
	.heading2 {
    font-size: 30px;
}
	.heading3 {
    font-size: 30px;
    margin-top: 0px;
}
	.bft-2 {
    min-height: 150px;
}
	.bft-2 p {
    font-size: 15px;
}
	.bft-2 h3 {
    font-size: 18px;
}
	.bft-1 {
    min-height: 150px;
}
	.bft-1 p {
    font-size: 15px;
}
	.bft-1 h3 {
    font-size: 18px;
}
	#lightbox .modal-content {
    margin-left: 34px;
}
	.modal-body {
    padding: 5px;
}
	.modal-dialog {
    margin-top: 50px;
}
	.div-four {
    min-height: 350px;
}
	.price-head {
    margin-top: 35px;
}
	.border {
    min-height: 134px;
}
	.border h3 {
    font-size: 28px;
}
	.mrp {
    font-size: 24px;
}
	.border span {
    font-size: 15px;
  /*  padding-left: 85px;*/
		    padding-left: 200px;
}
	.sale-price {
    font-size: 30px;
}
	.experts-form input[type=text], input[type=email] {
    width: 100%;
    margin-top: 5px;
}
	.experts-form input[type=submit] {
    margin-top: 5px;
}
	.tags{
		margin-top: 20px;
		margin-bottom: 0px;
	
	}
	.tags2{
		margin-top: 20px;
		display: inline-block;
	}
	.tags2 .btn {
    display: inline-block;
    padding: 6px 50px;
	}
	.rocket-top {
    right: 0px;
}
}
@media only screen and (max-width: 401px){
		.navbar-inverse .navbar-brand {
    margin-top: -50px;
}
		.border span {
    font-size: 15px;
   padding-left: 85px;
}
		.demo-form2 {
    min-height: 340px;
}
	.form-top-heading {
    font-size: 20px;
    margin-top: 0px;
}
	.demo-form2 h3 {
    font-size: 28px;
}
	.form-subheading {
    font-size: 14px;
}
	.demo-form2 h4 {
    font-size: 15px;
    padding: 5px 0 10px 15px;
}
	.demo-form2 input[type=text] {
    min-height: 35px;
}
	.demo-form2 input[type=submit] {
    min-height: 35px;
    font-size: 17px;
}
	.tags h3 {
    color: #fff;
    font-size: 16px;
}
}

@media only screen and (max-width: 321px){
.tags h3 {
    color: #fff;
    font-size: 16px;
}
}
 
.demo2 {
    background: url(../images/bg.jpg);
    box-shadow: 0px 5px 10px #8b8b8b;
}
.top-icon,
.bottom-icon{
    display: block;
    font-size: 70px;
    color: #77c24d;
    text-align: center;
    margin: 0 auto;
}
.testimonial{
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right ,#2a2a2a ,#000);
    color: #fdfeff;
	opacity: 0.97;
    z-index: 1;
}
.testimonial:after{
    content: "";
    width: 150px;
    height: 107%;
    background: #fff;
    position: absolute;
    top: -20px;
    left: -60px;
    transform: matrix(1, 0, 0.5, 1, 150, 0);
	opacity: 0.4;
    z-index: -1;
}
.testimonial .pic{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 10px 25px 0 0;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
    padding: 30px 0;
}
.testimonial .testimonial-title{
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.testimonial .description{
    font-size: 18px;
    line-height: 26px;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #fff;
        border: 2px solid #e56036;
}
.owl-theme .owl-controls .owl-page:active span{
    color: #1ec4f3;
}
@media only screen and (max-width: 767px){
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 20px auto 0;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
        padding: 20px 0;
    }
    .testimonial .description{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px){
    .testimonial{ padding: 0 20px; }
    .testimonial .testimonial-title{
        font-size: 22px;
	}
	}


/*.fc:hover>.feature-content{
  display: inline-block;
}
.feature-content{
  display: none;
  position: absolute;
    z-index: 9999; 
    top: -110px;
    width: 100%;
    min-height: 150px;
    max-height: 160px;
    overflow-y: scroll;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 2px 2px 5px #a7a7a7;
    left: 0px;
}
.feature-content::-webkit-scrollbar {
    width: 5px;

}
 
.feature-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.feature-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  background: #00264d;
}*/
 /* .feature-content .content{
    width: 250px;
    height: 150px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 2px 2px 5px #a7a7a7;
  }*/
 /* .feature-content .content ul{
    padding:10px 0px 0px 30px;
  }
   .feature-content .content ul li{
        list-style-type: disc !important;
    text-align: left;
        font-size: 14px;
    color: #00264d;
   }
  .feature-content img{
    float: right;
    margin-right: 10px;
  }*/
.feature-modal-bg{
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 999999999;
	top: 0px;
	left: 0px;
}
.feature-modal{
	background: #fff;
	width: 80%;
	border: 1px solid #ccc;
	min-height: 250px;
	padding: 20px;
	display: inline-block;
	position: relative;
	margin-top: 15vh;
	border-radius: 20px;
}
.feature-modal h3{
	font-size: 36px;
    font-weight: bold;
    color: #70bf46;
	padding: 20px 0px;
}
.feature-modal ol{
	padding-left: 20px;
}
.feature-modal ol li{
	    list-style-type: disc;
    font-size: 16px;
    color: #212121;
	    margin-top: 10px;
	text-align: left;
}
.feature-modal span{
	    color: #39434c;
}
.dismiss-feature{
	display: inline;
    position: absolute;
    right: -15px;
    top: -15px;
	cursor: pointer;
}
.dismiss-feature p{
	font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 2px 10px;
    background: #000;
    border-radius: 50%;
}
.feature-content{
	display: none;
}

.feature_div img {
    margin: 29px auto;
}
.content_div ul li {
    list-style: initial;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.feature_div h3 {
    margin: 7px 0px 0px 0px;
    font-size: 28px;
    padding: 12px;
    border-radius: 34px;
}
.content_div {
    margin: 42px 0 44px 0;
}
.feature_div {
    padding: 10px 10px 45px 10px;
    margin-top: 50px;
    background: #fff;
        box-shadow: 0 0 20px 1px #7a7a7a;
}

.mission-vision2{
  width: 100%;
  min-height: 470px;
  background-image: url(../img/mission-vision.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature_div a {
    width: 20%;
    height: 50px;
    border-radius: 25px;
    background: #00264d;
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    margin: 0 auto;
    transform: translateY(0px);
    animation: modules 2s;
}
















.bcs_but-div {
    text-align: center;
    background: #307709;
    width: 48%;
    margin: 0 1%;
    padding: 3px 0;
}

.bcs_text-div {
    font-weight: 600;
    padding: 10px 0;
    font-size: 20px;
    height: 70px;
}
.bcs_feature_div {
    background: #ededed;
}

.bcs-feature {
    border: 2px solid #ccc;
    padding: 20px;
    margin: 2%;
    width: 21%;
}
.bcs_but-div a {
    font-size: 14px;
    
    color: #fff;
}
.bcs_but-div:hover a {
   
    font-weight: bold;
    color: #fff;
}
.bcs_but-div:hover {
    text-align: center;
    background: #00264d;
    box-shadow: 0px 0px 12px 0 #ed5532;
    transition: 500ms;
}
.bcs-feature:hover {
    box-shadow: 0 12px 10px 0 #ccc;
    transition: 1000ms;
    border-radius: 5px;
    transform: scale(1.01);
}
.bcs_feature_div:hover {
    box-shadow: 0px 12px 11px 0 #ccc;
    transition: 1500ms;
    transform: scale(1.05);
}
.bsc-feature-top {
    margin: 30px 0;
}
.bsc_but-div2 {
    background: #771902;
}








@keyframes modules {
  0%{
     transform: translateY(100px);
     opacity: 0;
  }
  100%{
    transform: translateY(  0px);
     opacity: 1;
  }
}

/*.middle_facilities_part {
    margin-top: 116px;
}
.facilities_main_div {
    min-height: 400px;
    position: relative;
    overflow: hidden;
     background-repeat: no-repeat;
    background-size: cover;
 }
 .background_img1{   
    background-image: url(../img/backoffic.jpg);  
}
.background_img2{   
    background-image: url(../img/bars.jpg);
}
.background_img3{   
    background-image: url(../img/facilit.jpg);
}
.background_img4{   
    background-image: url(../img/visitors.jpg);
}
.background_img5{   
    background-image: url(../img/membership.jpg);
}
.background_img6{   
    background-image: url(../img/apps.jpg);
}
.background_img7{   
    background-image: url(../img/cashles.jpg);
}
.background_img8{   
    background-image: url(../img/onlines.jpg);
}
.background_img9{   
    background-image: url(../img/parties.jpg);
}
.background_img10{   
    background-image: url(../img/reception.jpg);
}
.background_img11{   
    background-image: url(../img/restaurant.jpg);
    min-height: 506px!important;
}
.background_img12{   
    background-image: url(../img/room.jpg);
}
.background_img13{   
    background-image: url(../img/smart.jpg);
}
.background_img14{   
    background-image: url(../img/payment.jpg);
}
.background_img15{   
    background-image: url(../img/subscription.jpg);
}
.facilities_main_div0 {
    position: absolute;
    background: #fff;
    width: 316px;
    height: 402px;
    transform: skew(-20deg);
    top: -2px;
    left: -242px;
    overflow: hidden;
}
.facilities_main_div1 {
    position: absolute;
    background: #001f3f;
    width: 40px;
    height: 280px;
    transform: skew(-20deg, -50deg);
    top: -40px;
    left: 60px;
    overflow: hidden;
}
.facilities_main_div2 {
    position: absolute;
    background: #71be43;
    width: 46px;
    height: 317px;
    transform: skew(-20deg, -50deg);
    top: -29px;
    left: 63px;
    overflow: hidden;
}
.facilities_main_div3 {
    position: absolute;
    background: #001f3f;
    width: 7px;
    height: 280px;
    transform: skew(-20deg, 82deg);
    bottom: -40px;
    overflow: hidden;
    right: 113px;
    opacity: 0.9;
}
.facilities_main_div4 {
    position: absolute;
    background: #71be43;
    width: 81px;
    height: 317px;
    transform: skew(-20deg, 68deg);
    bottom: -101px;
    right: 2px;
    overflow: hidden;
    opacity: 0.9;
}
.design0 {
    left: -224px;
    height: 508px;
}
.design2 {
    left: 101px;
}
.design1 {
    left: 90px;
}

.facilities_content p {
    font-size: 29px;
    margin-top: 24px;
    color: #000;
}
.facilities_content ol {
    margin: 50px 0px;
    padding: 0 0 0 80px;
}
.facilities_content ol li {
    margin-top: 7px;
    list-style-type: decimal;
    color: #00264d;
    font-weight: bold;
    font-size: 18px;
}
.facilities_icon img {
       width: 50%;
    float: right;
    margin: 50px 20px 0 0px;
     transition: 500ms;
}

.facilities_icon img:hover{
  transform: translateY(-6px);
}
.facilities_main-content {
   min-height: 350px;
}
.mobile_phase{
  position: relative;
}*/


.megamenu>li>a {
    font-family: Arial;
    float: left;
    padding: 1px 35px !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-right: 2px solid #ccc;
    margin: 12px 0;
}
.skyblue li>a, .skyblue>li.showhide span {
    color: #555;
}
.menu-div {
    background: #fff;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}
.menu-div ul{
    margin:0;
}
.cnfrnc-bkn2 a {
    border: 1px solid #FFF;
    padding: 15px 30px;
    color: #FFF;
    float:right;
}
.cnfrnc-bkn2 {
    width: 100%;
    padding-top: 40px;
}
.cnfrnc-bkn1 {
    width: 100%;
    float: left;
    padding-top: 35px;
}
.cnfrnc-bkn {
    width: 1100px;
    margin: 0 auto;
}
.footer-top {
    background: #32302e;
    height: 130px;
}
.cnfrnc-bkn1 h3{
    color:#fff;
    font-size:20px;
}
.panel-main {
    height: 150px;
    margin: 20px auto 20px;
}
.panel-main1 {
    height: 128px;
    background: #fff;
    border: 1px solid #d0d0d0;
    font-family: Arial;
    padding:0;
    width: 32%;
    margin:0 .5%;
}
.panel-main11 {
    width:190px;
    padding: 10px;
    float: left;
}
.panel-main12 {
    width:150px;
    height: 128px;
    float: right;
}
.panel-main11 h4 {
    font-size: 17px;
    color: #656565;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: Arial;
}
.panel-main11 a {
    background: #008788;
    font-size: 11px;
    color: #FFF;
    padding: 5px 8px;
}
section.facility-div {
    padding-top: 40px;
}
.heading-d h2 {
    font-size: 40px;
    margin: 20px 0;
}
.panel-main11 p{
    margin-bottom:10px;
}





/*

/* ------------------------------- FWSLIDER ------------------------------- */
/*
#fwslider {
position: relative;
width: 100%;
top: -30px;
}

#fwslider .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
}

#fwslider .slide img {
    width:100%;
}

#fwslider .slidePrev {
   
   
    position: absolute;
    top:50%;
    left:-50px;
    
    z-index: 10;
}

#fwslider .slidePrev span {
	background-image: url("img/img-sprite.png");
	width:80px;
	height: 70px;
	float: left;
	background-position:-12px -4px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#fwslider .slideNext {
   
  
    position: absolute;
    top:50%;
    right:-50px;
   
    z-index: 10;
}

#fwslider .slideNext span {
  background-image: url("img/img-sprite.png");
	width:80px;
	height: 70px;
	float: left;
	background-position: -110px -4px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#fwslider .timers {
height: 15px;
position: absolute;
bottom: 15px;
z-index: 3;
left: 49%;
}
#fwslider .timer {
height: 15px;
width: 15px;
background-color: #fff;
float: left;
margin-right: 10px;
}
#fwslider .progress {
    height:15px;
    width:0%;
    background-color:#008788;
    float:left;
}

#fwslider .slide_content {
    top:0;
    left:0;
    position: absolute;
    width:100%;
    height:100%;
}

#fwslider .slide_content_wrap { /* Slider Text Content Container Style 
    max-width:1280px;
    margin:15% auto;
}

#fwslider .title {
	color: #000;
	font-size:22px !important;
	background:#fff;
	padding:15px 30px;
	float: right;
	font-style: normal;
	text-transform:uppercase;
	border:none;
	font-family:Arial;
}

#fwslider .description { 
    color:#ffffff;
	font-family:Arial;
    font-size:22px;
    background:#008788;
    padding:15px 30px;
    clear:both;
	text-transform:none;
	font-weight:normal;
    float:right;
    margin-top:3px;
}


*/
/* ------------------------------- 4. Media Query Max Width 1300, Min Width 720 -------------------------------
@media only screen and (min-width:720px) and (max-width: 1300px) {

    #fwslider .slide_content_wrap { margin-left:50px; margin-top:15%;}
    #fwslider .title { font-size:26px; }
    #fwslider .description { /*-- font-size:12px;--*//*font-size:1.5em;}

}

/* ------------------------------- 5. Media Query Max Width 719 ------------------------------- */
/*
@media only screen and (max-width:719px) {

    #fwslider .slide_content_wrap { display:none; }
    #fwslider .timers { display:none; }
    #fwslider .slide_content {cursor: pointer;}

}
@media (max-width:1366px){
	#fwslider .description {
		margin-left: 13%;
	}
	#fwslider .title {
		margin-left: 13%;
	}
}*/
/* ------------------------------- FWSLIDER ------------------------------- */



/*


.nbs-flexisel-nav-right {
    right: 0px;
    background: url(img/img-sprite.png) no-repeat -51px -217px;
}

    */




/*


.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}
.col_1_of_3 {
    width: 262px;
    display: block;
    float: left;
    margin: 1% 0 1% 2.6%;
    border: 1px solid #f3f3f3;
}
.col_1_of_3:first-child {
    margin-left: 0;
}
.inner_content {
    padding: 10px;
    width: 240px;
    position: relative;
}
.nbs-flexisel-item a {
    color: #777;
    font-size: 1.2em;
}
.product_image img {
    display: block;
    border: 1px solid #f0f0f0;
}
.price {
    padding: 10px 0 0 0;
}
.cart-left {
    width: 100%;
    float: left;
    margin-right: 2.6%;
}
.nbs-flexisel-item p {
    color: #777;
    font-size: 0.85em;
    padding: 20px;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
}
*/


.owl-next {
    position: absolute;
    right: -35px;
    top: 40%;
    font-size: 30px;
    color: #666;
    border: 1px solid #666;
    padding: 4px 0 0 3px;
}
.owl-prev {
    position: absolute;
    left: -35px;
    top: 40%;
    font-size: 30px;
    color: #666;
    border: 1px solid #666;
    padding: 4px 3px 0 0;
}
.item.owl-itm {
    border: 1px solid #ccc;
    padding: 8px 8px;
}
.item.owl-itm h5 {
    padding: 15px 0px 10px;
    color:#666;
}
section.contact-i-div {
    margin: 50px 0 0 0;
    background: #f7f6f6;
    border-top: 1px solid #e6e6e6;
    padding-top:40px;
}
.contact-con h2 {
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-con {
    padding: 80px 0 0 0;
}
.f-list2 {
    float: right;
    color: #87D8EB;
}
.f-list2 li {
    display: inline-block;
    margin: 0 10px;
}
.foot-di{
        background-image: linear-gradient(#026a6b, #008788);
    box-shadow: inset 0px 12px 23px #013f40;
}
.copy p a {
    color: #000;
    font-weight: 600;
}
.mar-top11 {
    margin-top: 18px;
}
.fa-caret-down:before {
    content: "\f0d7";
    color: #fff!important;
    font-size: 25px!important;
    margin-top: 5px!important;
    display: block!important;
}
.foot-di ul{
    float:right;
}
.foot-di ul li a{
    font-family:inherit;
    font-size:14px!important;
}
.footer-bottom {
    padding: 2% 0 1%;
}
.copy p{
    color:#fff;
}




/*slider
#hero-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
}

#hero-wrapper .carousel-wrapper,
#hero-carousel {
  height: 100%;
  width: 100%;
  position: absolute;
}

#hero-carousel{
  img {
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
  }
  & i {
    position: absolute;
    top: 50%;
  }
}

.carousel-fade .carousel-inner .item {
      opacity: 0;
      transition-property: opacity;
    }
.carousel-fade .carousel-inner .active {
      opacity: 1;
    }

.carousel-fade .carousel-inner .active.left,{
      left: 0;
      opacity: 0;
      z-index: 1;
    }
.carousel-fade .carousel-inner .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }



 
 
.carousel-fade .carousel-inner .prev.right {
      opacity: 1;
    }

.carousel-fade .carousel-inner .next.left {
      opacity: 1;
    }


 .carousel-fade .carousel-control {
    z-index: 2;
  }*/
.carousel-control {
    top: 50%!important;
    bottom: 50%!important;
        opacity: 1;
}
.carousel-inner .active img {
    padding:0!important;
}
.carousel-inner .active {
    padding:0!important;
}
p.m_text {
    color: #777;
    font-size: 18px;
    line-height: 1.8em;
}
ul.delivery-list {
    margin-bottom: 20px;
    margin-top: 5px;
}
ul.delivery-list li {
    font-size: 18px;
    color: #777;
    margin: 0 0 8px 10px;
    list-style-image: url(/img/list_marker.png);
    width:100%;
}
.heading-di h2 {
    font-size: 40px;
    margin: 20px 0;
    color:#008788;
}
table.committee tr th {
    padding: 10px 0;
    font-weight: bold;
    text-align:center;
}
table.committee tr td {
    padding: 10px 0px 10px 7px!important;
}
table, tr, th, td {
    border: 1px solid;
    font-size: 16px!important;
    font: inherit;
    vertical-align: baseline;

}
table.committee tr td:nth-child(1) {
    text-align: center;
    padding: 10px 0;
}
.faci-di img {
    width: 100%;
}
.faci-di {
    text-align: center;
    margin-bottom: 25px;
}
.price .cart-left .title {
    font-size: 20px;
    margin: 10px 0;
}
.inner_content.clearfix {
    /* border: 1px solid #ccc; */
    padding: 10px;
    box-shadow: 2px 2px 10px -5px #ccc;
}
.contact-con {
    padding: 80px 0 119px 30px;
    background: #f3f3f3;
}
.contact-b{
    margin-bottom:100px;
}
.term-tbl1 {
    margin-bottom: 35px;
}
.heading-di h3 {
    margin: 20px 0;
    color:#008788;
}
h5.m_6 {
    color: #555;
    margin: 0;
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
}
.term-b h5.m_6{
    font-weight:bold;
    margin-top:30px;
}
.sin-fac-di {
    margin: 20px 0 50px 0;
}
section.faci-oth {
    margin-bottom: 40px;
}
.fac-img-div {
    border: 1px solid #ececec;
    padding: 15px;
}
h3.m_3 {
    color: #555;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
p.m_text2 {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 20px;
}
.crsl-di .owl-theme .owl-nav {
    display: block;
}
.crsl-di .owl-theme .owl-dots, .facility-div .owl-theme .owl-nav {
    display: block;
}
.crsl-di .owl-prev {
    font-size: 20px;
}
.crsl-di .owl-next {
    font-size: 20px;
}