
@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'Gravity' !important;
	font-weight: normal;
	overflow-x:hidden;
	letter-spacing:0.5px;
	line-height: inherit !important;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
.for-mob{display:none;}
.for-tab{display:none;}
.for-desk{}
	
/*---------------------
HEADER CSS
----------------------*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 90px;
	}
.header{
	float:left;
	width:100%;
	height:90px;
	margin-top:-90px;
	top:90px;
	position:relative;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	border-bottom: 1px solid #e8e8e1;
	background:#fff;
	}
.logo{
	position:absolute;
	left:50%;
	margin-left:-89px;
	top:43px;
	}
ul.top-menu{
	float:left;
	margin-top:22px;
	}
ul.top-menu.right{float:right;}
ul.top-menu li{
	float:left;
	position:relative;
	}
ul.top-menu li a{
	float:left;
	color:#2d2d2d;
	font-size:17px;
	line-height:20px;
	padding:0 20px;
	border-left:1px solid #ebebeb;
	}
ul.top-menu li:first-child a{border:none; padding-left:0;}
ul.top-menu li a.active{color: #FF6347;}
ul.dropMenu{
	position:absolute;
	left:-35px;
	top:20px;
	background:#fff;
	width:180px;
	padding:0;

	-webkit-box-shadow: 0 8px 7px 2px rgba(0,0,0,0.1);
	box-shadow: 0 8px 7px 2px rgba(0,0,0,0.1);
	z-index:9;
	}
ul.dropMenu li{
	float:left;
	width:100%;
	padding:8px 10px;
	border:none;
	text-align:left;
	border-bottom: 1px solid #ebebeb;
	}
ul.dropMenu li a{
	width:100%;
	padding:0;
	border:none;
	font-size:16px;
	}
	
.dropMenu{
	opacity: 0;
	visibility: hidden;
	display: block;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	}
ul.top-menu li:hover .dropMenu{
	opacity: 1;
	visibility: visible;
	transform: translateY(18px);
	-webkit-transform: translateY(18px);
	-ms-transform: translateY(18px);
	}
	
a.orderBtn{
	float:right;
	padding:7px 20px;
	border:1px solid #00d05b;
	border-radius:20px;
	color:#2d2d2d;
	font-size:17px;
	line-height:18px;
	font-weight:bold;
	margin-top:15px;
	}
a.orderBtn:hover{ background:#00d05b; color:#fff}
.header-strip{
	float:left;
	width:100%;
	background:#FF6347;
	padding:5px 0;
	}
.time-left{
	float:left;
	color:#fff;
	font-size:14px;
	margin: 0;
    padding: 0;
	}
.header-contact{
	float:right;
	font-size:14px;
	color:#fff;
	margin: 0;
    padding: 0;
	}
.header-contact a{
	color:#fff;
	}
.header-contact i{
	margin:2px 5px 0 0;
	}
/*-----------------------------
CSS FOR HERO SECTION
-------------------------------*/
.hero-section{
	float:left;
	width:100%;
	background:#000;
	}
.hero-slider{
	float:left;
	width:100%;
	}
.hero-slide{
	float:left;
	width:100%;
	height:550px !important;
	padding-bottom:100px;
	}
.hero-slide-bg1{
	background:url(../images/hero-bg.jpg) no-repeat center top;
	background-size:cover;
	}
.hero-slide-bg2{
	background:url(../images/hero-bg1.jpg) no-repeat center top;
	background-size:cover;
	}
.hero-slide-bg3{
	background:url(../images/hero-bg2.jpg) no-repeat center top;
	background-size:cover;
	}
.hero-slide-bg4{
	background:url(../images/hero-bg3.jpg) no-repeat center top;
	background-size:cover;
	}
.hero-slide-bg5{
	background:url(../images/hero-bg4.jpg) no-repeat center right;
	background-size:cover;
	}
.hero-slide-bg6{
	background:url(../images/hero-bg5.jpg) no-repeat center top;
	background-size:cover;
	}
.hero-content{
	float:left;
	width:60%;
	text-align:left;
	margin-top:100px;
	position:relative;
	transform:translateY(50px);
	-webkit-transform:translateY(50px);
	opacity:0;
	transition:all ease 0.5s;
	}
.slick-active .hero-content{
	transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity:1;
	}
.hero-content.first{margin-top:70px;}
.slide-img{
	float:right;
	margin-top:70px;
	width:35%;
	border:4px solid #fff;
	border-radius:10px;
	
	transform:translateX(40px);
	-webkit-transform:translateX(40px);
	opacity:0;
	transition:all ease 0.5s;
	}
	
.slick-active .slide-img{
	transform:translateX(0);
	-webkit-transform:translateX(0);
	opacity:1;
	}
	
	
.hero-content h1{
	color:#fff;
	font-size:44px;
	line-height:54px;
	font-family: 'Renogare';
	font-weight:normal;
	}
.hero-content h1:after{
	content:'';
	display:block;
	width:80px;
	height:5px;
	background:rgba(255,255,255,0.3);
	margin-top:15px;
	}
.hero-content p{
	color:#fff;
	font-size:18px;
	line-height:32px;
	margin-top:15px;
	word-spacing:2px;
	}
a.pageBtn{
	display:inline-block;
	vertical-align:middle;
	margin-top:40px;
	height:65px;
	color:#fff;
	background:#00d05b;
	padding:0 30px;
	font-size:24px;
	line-height:66px;
	border-radius:40px;
	-webkit-border-radius:40px;
	text-shadow: 0 0 3px rgba(0,0,0,0.1);
	font-family: 'Renogare';
	}
a.pageBtn i{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	letter-spacing:0;
	}

/*--------------------
AS SEEN STRIP
---------------------*/
.as-seen-strip{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #ebebeb;
	}
.as-seen-strip p{
	float:left;
	width:100%;
	color:#3a3a3a;
	font-size:18px;
	font-family: 'Gravity';
	}
.as-seen-strip p span{
	display:inline-block;
	vertical-align:middle;
	}
.as-seen-strip p span:before, .as-seen-strip p span:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:70px;
	height:1px;
	background:#d9d9d9;
	}
.as-seen-strip p span:before{margin-right:15px;}
.as-seen-strip p span:after{margin-left:15px;}
.as-seen-logos{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-top:20px;
	}
	
/*---------------------------
CSS FOR SECTION 1
-----------------------------*/
.section-one{
	float:left;
	width:100%;
	padding:50px 0 70px 0;
	background:#fff;
	}
.secHeading{
	float:left;
	width:100%;
	font-family: 'Renogare';
	}
.secHeading:after{
	content:'';
	display:block;
	margin:0 auto;
	width:80px;
	height:5px;
	background:#FF6347;
	opacity:0.9;
	margin-top:10px;
	}
.secHeading h3{
	color:#2d2d2d;
	font-size:32px;
	line-height:44px;
	font-weight:normal;
	}
.secHeading h3 span{
	color:#FF6347;
	font-size:38px;
	font-weight:500;
	}	
.sec-para{
	float:left;
	width:100%;
	color:#313131;
	font-size:17px;
	line-height:25px;
	padding:0 100px;
	margin-top:30px;
	}
ul.s1-list{
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom:20px;
	}
ul.s1-list li{
	float:left;
	width:31.6%;
	}
ul.s1-list li:nth-child(2){
	margin:0 2.6%;
	}	
.s1-img{
	float:left;
	width:100%;
	}
.s1-icon{
	display:inline-block;
	vertical-align:top;
	margin-top:-30px;
	}
ul.s1-list li span{
	display:inline-block;
	vertical-align:top;
	color:#fc5e42;
	font-size:20px;
	margin-top:10px;
	font-weight:bold;
	}
ul.s1-list li p{
	color:#191919;
	font-size:17px;
	line-height:25px;
	margin-top:10px;
	padding:0 20px;
	word-spacing:1px;
	}
.s1-btm-txt{
	float:left;
	width:100%;
	color:#2d2d2d;
	font-size:18px;
	line-height:24px;
	font-family: 'Renogare';
	margin-top:30px;
	}
.s1-btm-txt span{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	background: #FF6347;
	color:#fff;
	width:26px;
	border-radius:50%;
	padding-bottom:2px;
	padding-left:2px;
	text-align:center;
	}

/*---------------
STRIP SECTION
------------------*/
.s1-strip{
	float:left;
	width:100%;
	padding:30px 0;
	background:url(../images/strip-bg.jpg) repeat center center;
	}
.s1-strip ul{
	float:left;
	width:100%;
	}
.s1-strip ul li{
	float:left;
	width:25%;
	position:relative;
	}
.s1-strip ul li:after{
	content:'';
	position:absolute;
	right:0;
	bottom:30px;
	top:30px;
	width:1px;
	background:rgba(255,255,255,0.5);
	}
.s1-strip ul li:last-child:after{display:none;}
.s1-strip ul li img{
	display:block;
	margin:0 auto 5px auto;
	}
.s1-strip ul li span{
	color:#fff;
	font-size:36px;
	font-family: 'Renogare';
	letter-spacing:0;
	}
.s1-strip ul li p{
	color:#fff;
	font-size:20px;
	}

.cta-strip{
	float:left;
	width:100%;
	padding:20px 0;
	background:url(../images/strip-bg.jpg) repeat center center;
	}	
.cta-strip	a.pageBtn{
	float:right;
	margin-top:0;
	}
.cta-left-txt{
	float:left;
	color:#fff;
	text-align:left;
	font-size:20px;
	}
.cta-left-txt span{
	font-size:30px;
	font-weight:bold;
	}
/*---------------------------
CSS FOR SECTION 2
-----------------------------*/
.section-two{
	float:left;
	width:100%;
	padding:60px 0;
	}
.tab-list{
	float:left;
	width:100%;
	margin-top:50px;
	}
.tab-button{
	float:left;
	margin:0 10px;
	position:relative;
	}
.tab-index{
	display:inline-block;
	vertical-align:middle;
	width:50px;
	height:50px;
	border-radius:50%;
	border:3px solid #fc5537;
	color:#ffc1b6;
	font-size:24px;
	line-height:46px;
	font-family: 'Renogare';
	position:relative;
	}
.tab-button:after{
	content:'';
	position:absolute;
	width:130px;
	height:1px;
	border-bottom:4px dotted #ffc1b6;
	top:20px;
	right:-75px;
	}
.tab-button:last-child:after{display:none;}
.tab-title{
	float:left;
	width:100%;
	margin-top:15px;
	border:2px solid #fc5537;
	border-radius:8px;
	color:#2d2d2d;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	padding:7px 15px;
	cursor:pointer;
	}
.slick-current .tab-title{
	background:#fc6f56;
	color:#fff;
	}
.slick-current .tab-index{
	background:#fc6f56;
	color:#fff;
	}

.tab-content{
	float:left;
	width:100%;
	padding:0 10px;
	margin-top:30px;
	}
.tab-item{
	float:left;
	width:100%;
	background:#fff2f0;
	}
.tab-img-right{
	float:right;
	width:40%;
	}
.tab-img-right img{
	float:left;
	width:100%;
	}
.tab-content-left{
	float:left;
	width:60%;
	padding:35px;
	text-align:left;
	}
.tab-heading{
	color:#2d2d2d;
	font-size:30px;
	line-height:40px;
	font-weight:normal;
	font-family: 'Renogare';
	}
.tab-heading span{
	color:#FF6347;
	}
.tab-heading:after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	background: #FF6347;
	opacity: 0.9;
	margin-top: 5px;
	}
.tab-para{
	color:#2d2d2d;
	font-size: 17px;
    line-height: 25px;
    word-spacing: 0.5px;
	margin-top:20px;
	}
ul.nested-tab{
	float:left;
	width:100%;
	padding:10px 0;
	margin-top:25px;
	border-bottom:1px solid #d7d6d6;
	border-top:1px solid #d7d6d6;
	}
ul.nested-tab li{
	float:left;
	cursor:pointer;
	padding:0 30px;
	border-left:1px solid #d7d6d6;
	}
ul.nested-tab li:nth-child(1){
	padding-left:0;
	border:none;
	}
ul.nested-tab li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	}
ul.nested-tab li p{
	display:inline-block;
	vertical-align:middle;
	color:#2d2d2d;
	font-size:14x;
	font-weight:bold;
	}
ul.nested-tab li.active p{color:#FF6347;}
ul.tab-content-list{
	float:left;
	width:100%;
	margin-top:30px;
	}
ul.tab-content-list li{
	float:left;
	width:100%;
	color:#2d2d2d;
	font-size: 20px;
    line-height: 26px;
    word-spacing: 1px;
	font-weight:bold;
	padding-left:35px;
	background:url(../images/tab-check.png) no-repeat left 5px;
	margin:7px 0;
	}
	
/*---------------------------
CSS FOR SECTION 3
-----------------------------*/
.section-three{
	float:left;
	width:100%;
	padding:60px 0 0 0;
	background:url(../images/sec3-bg.jpg) no-repeat right top #fff5f4;
	}
.s3-img{
	float:left;
	width:29%;
	margin-left:6%;
	margin-top:30px;
	}
ul.s3-list{
	float:right;
	width:57%;
	padding-right:40px;
	}
ul.s3-list li{
	float:left;
	width:100%;
	padding-left:85px;
	position:relative;
	text-align:left;
	margin:60px 0 0 0;
	}
.s3-icon{
	position:absolute;
	width:65px;
	left:0;
	top:7px;
	height:65px;
	background:#fff;
	border:1px solid #ffc1b6;
	border-radius:4px;
	line-height:58px;
	text-align:center;
	}
.s3-icon img{
	display:inline-block;
	vertical-align:middle;
	}
ul.s3-list li span{
	color: #fc5e42;
    font-size: 22px;
    font-weight: bold;
	}
ul.s3-list li p{
	color: #191919;
    font-size: 17px;
    line-height: 25px;
    margin-top: 5px;
    word-spacing: 1px;
	}
	
	
/*---------------------------
CSS FOR SECTION 4
-----------------------------*/
.section-four{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;	
	}
ul.progress-steps{
	float:left;
	width:100%;
	padding:0 70px;
	margin-top:50px;
	}
ul.progress-steps li{
	float:left;
	width:33.33%;
	position:relative;
	}
ul.progress-steps li:after{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	top:100px;
	width:1px;
	background:#fce2dd;
	}
ul.progress-steps li:before{
	content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    border-bottom: 2px dotted #ffc1b6;
    top: 35px;
    right: -80px;
	}
ul.progress-steps li:last-child:after, ul.progress-steps li:last-child:before{display:none;}
.step-box{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	height:80px;
	border-radius:50%;
	background:#fc6f56;
	color:#fff;
	font-size:17px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:20px;
	}
.stepheading{
	color: #fc5e42;
    font-size: 20px;
	line-height:24px;
    font-weight: bold;
	margin-top:20px;
	}
.stepheading:after {
	content: '';
	display: block;
	margin:0 auto;
	width: 60px;
	height: 4px;
	background: #FF6347;
	opacity: 0.7;
	margin-top: 18px;
	}
.step-para{
	color: #191919;
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
    word-spacing: 1px;
	}
.step-arw{
	position:absolute;
	right:-14px;
	top:22px;
	}
/*---------------------------
CSS FOR SECTION 5
-----------------------------*/
.section-five{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fef3f1;
	}
.t-thumbs{
	float:left;
	width:100%;
	margin-top:50px;
	padding:0 250px;
	}
.t-thumbs li.slick-slide img{opacity:0.5;}
.t-thumbs li.slick-slide.slick-current img{opacity:1;}
.t-slider{
	float:left;
	width:100%;
	padding:0 150px;
	margin-top:20px;
	padding-bottom:40px;
	}
.t-desc{
	color: #191919;
    font-size: 18px;
    line-height: 26px;
    word-spacing: 1px;	
	}
.t-name{
	color: #6b6b6b;
    font-size: 16px;
    line-height: 26px;
    word-spacing: 1px;
	margin-top:30px;
	}
.t-name span{
	font-weight:bold;
	font-size:20px;
	color: #fc5e42;
	}

/*---------------------------
CSS FOR SECTION 5
-----------------------------*/
.bottom-sec{
	float:left;
	width:100%;
	padding:40px 0;
	background:#fff;
	}
.btm-col1, .btm-col2, .btm-col3, .btm-col4{
	float:left;
	width:30%;
	text-align:left;
	padding-right:40px;
	}
.btm-col2{width:15%;}
.btm-col3{width:30%;}
.btm-col4{width:25%;}

.ft-logo{
	display:inline-block;
	vertical-align:middle;
	/*opacity:0.5;
	filter: grayscale(100%);*/
	}
.btm-txt{
	color:#2d2d2d;
	font-size:18px;
	line-height:24px;
	margin-top:20px;
	font-family: 'Gravity Book';
	}
.btm-heading{
	color: #fc5e42;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
	}
ul.ftr-menu{
	margin-top:10px;
	}
ul.ftr-menu li {padding:4px 0;}
ul.ftr-menu li a{
	color:#2d2d2d;
	font-size:16px;
	}
ul.contact-list{
	margin-top:10px;
	}
ul.contact-list li{
	padding:7px 0;
	color:#2d2d2d;
	font-size:16px;
	padding-left:25px;
	position:relative;
	}
ul.contact-list li i{
	position:absolute;
	left:0;
	top:10px;
	font-size:18px;
	color: #FF6347;
	}
	
	

/*---------------------------
CSS FOR FOOTER
-----------------------------*/
.footer{
	float:left;
	width:100%;
	padding:15px 0;
	background:#f6f6f6;
	color:#2d2d2d;
	font-size:16px;
	}

/*-----------------------------
CSS FOR MEDIA QUERY
------------------------------*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

.hero-content{width:68%;}
.slide-img{ width:30%;}
.sec-para{padding:0;}
ul.s1-list li p{padding:0 10px;}
.tab-title{padding:7px 10px;}
ul.nested-tab li{padding:0 20px;}
.cta-left-txt span{font-size:26px;}
ul.s3-list{padding-right:0;}
ul.s3-list li{margin:50px 0 0 0;}
.t-thumbs{padding:0 150px;}
.btm-col3, .btm-col4{padding-right:0px;}


}


@media only screen and (max-width:1010px){
.container{width:750px;}
ul.top-menu, a.loginBtn{display:none;}
.for-desk{display:none;}
.for-tab{display:block;}
.logo{position:static; float:left;margin:17px 0 0 0;}
a.orderBtn{margin-right:55px;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 10px;
    top: 45px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #5d5f64;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#5d5f64;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#5d5f64;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:90px;
	background:rgba(255,255,255,1);
	z-index:3;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ccc;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	position:relative;
	}
.mobilemenu li:last-child{border:none;}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color: #313131;
	}
.mobilemenu li.login a{
	background: #2274bb;
	color:#fff;
	}
.mobilemenu li .slide_sub_menu{
	float:left;
	width:100%;
	display:none;
	background:#ececec;
	}
.mobilemenu li .slide_sub_menu li{
	padding-left:25px;
	}
.mobilemenu li .menu-toggle{
	position:absolute;
	top:0;
	height:55px;
	right:0;
	width:50px;
	display:block;
	cursor:pointer;
	border-left: 1px solid #ccc;
	}
.mobilemenu li .menu-toggle:after{
	content:'';
	position:absolute;
	width:100%;
	left:0;
	height:100%;
	top:0;
	text-align:center;
	transition:all ease 0.5s;
	background:url(../images/plus.svg) no-repeat center center;
	background-size:15px;
	}
.mobilemenu li .is_open.menu-toggle:after{
	transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	}
	
	
	
.header-strip p{font-size:13px;}
.hero-slide { height: 530px !important;}

.hero-content{width:100%; margin-top:50px;}
.slide-img{ display:none;}

.as-seen-strip{padding:15px 0;}

.section-one{padding:40px 0 60px 0;}

.s1-strip ul li span{font-size:26px;}
.s1-strip ul li p{font-size:18px;}
.tab-title{font-size:16px; line-height:24px;}


.tab-img-right{/*display:none;*/    
    display: block;
    width: 100%;
    float: left;
}
.tab-content-left{width:100%; padding:20px 25px;}
.tab-img-mob{ margin:0 auto; max-width:100%; margin-top:25px;}


.section-three{padding:40px 0 0 0;}
ul.s3-list{margin:30px 0;}
ul.s3-list li{margin:15px 0;}
.s3-img{margin-top:120px;}

.section-four{padding:40px 0;}
ul.progress-steps{padding:0;}

.section-five{padding:40px 0;}
.t-thumbs{padding:0 50px;}
.t-slider{padding:0 50px 40px;}

.cta-strip{padding:15px 0 20px;}
.cta-left-txt{width:100%; text-align:center;}
.cta-left-txt span{font-size:28px;}
.cta-strip a.pageBtn{display:inline-block; vertical-align:middle; float:none; margin-top:20px;}

.bottom-sec{padding:30px 0;}
.btm-col1{width:100%; margin-bottom:20px;}
.btm-col2{width:20%;}
.btm-col3, .btm-col4{width:40%;}
}

@media only screen and (max-width:767px){
.container{width:100%; max-width:640px; padding:0 10px;}

.for-desk{display:none;}
.for-tab {display: none;}
.for-mob{display:block;}
.hide-mob{display:none!important;}


.time-left{display:none;}
.header-contact{width:100%; text-align:center;}
a.orderBtn{display:none;}


.hero-slide{ padding:30px 0;height: 480px !important;}
.hero-content{margin-top:20px; transform:translateY(30px);-webkit-transform:translateY(30px);}
.hero-content.first {margin-top: 0px;}

.hero-content h1{font-size:30px; line-height:40px;}
.hero-content p{font-size:17px; line-height:27px;}
.hero-section a.pageBtn{font-size:22px; letter-spacing:0; padding:0 20px; margin-top:30px;}


.as-seen-strip p span:before, .as-seen-strip p span:after{width:50px;}

.s1-strip{padding:10px 0;}
.s1-strip ul li{width:50%; margin:15px 0;}
.s1-strip ul li:after{display:none;}
.s1-strip ul li p{letter-spacing:1px;}


.section-one{padding:30px 0 40px 0;}
ul.s1-list{margin:0;}
ul.s1-list li, ul.s1-list li:nth-child(2){width:100%; margin:35px 0 0 0;}
ul.s1-list li p{font-size:18px; line-height:26px;}
.s1-btm-txt{line-height:32px;}
.s1-btm-txt span{background:none; color:#FF6347; width:auto; height:auto; padding:0; margin:0;}

.secHeading h3{font-size:26px; line-height:36px; letter-spacing:0;}
.secHeading h3 span{font-size:28px;}
.sec-para{margin-top:25px;}
a.pageBtn{margin-top:30px;}


.section-two{padding:30px 0;}
.tab-list{margin-top:30px;}
.tab-button{margin:0 5px;}
.tab-content{padding:0 5px;}
.tab-content-left{padding:20px;}
.tab-heading{font-size:26px; line-height:36px;}
ul.tab-content-list{margin-top:15px;}
ul.tab-content-list li{font-size:18px;}
ul.nested-tab{padding:5px 0;}
ul.nested-tab li{width:100%; padding:0; margin:5px 0; border:none;}


.section-three{padding:35px 0 0 0;}
ul.s3-list{width:100%; margin:20px 0;}
ul.s3-list li{padding-left:0; text-align:center;}
.s3-icon{position:static; display:block; margin:0 auto 10px auto;}
.s3-img{margin-top:0; float:none; display:inline-block; vertical-align:middle; width:80%; max-width:400px;}
 
.section-four{padding:30px 0;}
ul.progress-steps{margin-top:20px; padding-bottom:35px;}
.step-arw, ul.progress-steps li:after, ul.progress-steps li:before{display:none;}

.section-five{padding:30px 0;}
.t-thumbs{padding:0; margin-top:40px;}
.t-slider{padding:0 10px 40px;}


.cta-left-txt span{display:inline-block; vertical-align:middle; margin-bottom:10px;}

.btm-col1{margin-bottom:25px;}
.btm-col2{width:100%;}
.btm-col3, .btm-col4{width:100%; margin-top:25px;}
.footer .foot-txt1 {
    width: 100%;
    text-align: center;
}
.footer .foot-txt2 {
    display: inline-block;
    float: none;
}
}

/*-----------------------
		PULSE
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50%{transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}



/*CSS FOR INNER PAGE*/
.inner-banner{
	float: left;
    width: 100%;
    background: url(../images/project-bg1.jpg) no-repeat center top;
	padding:60px 0;
	}
.inner-banner h1{
	float: left;
    width: 100%;
	color:#fff;
	font-family: 'Renogare';
    font-weight: normal;
	font-size:34px;
	text-align:left;
	}
.innerSection{
	float: left;
    width: 100%;
	padding:80px 0;
	}
.project-row{
	float: left;
    width: 100%;
	margin:30px 0;
	text-align:left;
	}
.project-title{
	float: left;
    width: 100%;
	font-family: 'Renogare';
	font-size: 28px;
    line-height: 34px;
    font-weight: normal;
	color: #FF6347;
	margin-bottom:5px;
	}
.project-title:after {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	background: #FF6347;
	opacity: 0.9;
	margin-top: 5px;
	}
.project-para{
	float: left;
    width: 100%;
	color: #313131;
    font-size: 16px;
    line-height: 24px;
	margin-top:20px;
	/*margin-bottom: 10px;
    margin-top: 10px;*/
	}
.project-table{
	width:100%;
	margin-top:20px;
	color: #2d2d2d;
    font-size: 17px;
	margin-top:20px;
	}
.project-table tr td{text-align:left; padding:12px; vertical-align:top;}
.project-table tr td:nth-child(1){padding:12px 5px; width:40px;}
.project-table tr td:nth-child(1) img{width:20px;}
.project-table tr td:nth-child(2){width:24%; padding-left:0; font-weight:bold;}
.project-table tr td:nth-child(2) span{float:right;}

.product-devider{float:left; width:100%; height:50px;}
.hero-slider .slick-prev, .hero-slider .slick-next{ top:50%; margin-top:-41px;}
.company-pg ul.tab-content-list li {
    font-size: 17px;
    line-height: 25px;
}
.product-pg .resp-vtabs .resp-tabs-list li {
    padding: 15px 10px 15px 14px;
}






.enquiry-frm form {
    margin: 0 auto;
    max-width: 500px;
}
.enquiry-frm .form-control {
    height: auto;
    margin: 8px 0;
    padding: 0 0 0 20px;
}
.enquiry-frm label {
    float: left;
    width: 25%;
    padding: 12px 0;
}
input[type='text'].formError, input[type='number'].formError, input[type='email'].formError, input[type='tel'].formError, select.formError {
    border: 1px solid red !important;
    background-image: url(../images/invalid.png)!important;
    background-repeat: no-repeat!important;
    background-position: 97% center !important;
	/*padding-left: 3px;
    padding-right: 3px;*/
}
input:invalid, textarea:invalid {
    background-color: #fff;
}

.client-pg .team-section .team-grids {
    margin: 0 -15px;
}
.client-pg .team-grids .grid {
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px 50px;
    text-align: center;
}
.client-pg .team-section .team-grids .img-social {
    position: relative;
}
.client-pg .team-grids .img-holder {
    border: 1px solid #ccc;
    /* padding: 10px; */
    height: 236px;
    -webkit-box-shadow: 3px 3px 5px 3px #ccc;
    -moz-box-shadow: 3px 3px 5px 3px #ccc;
    box-shadow: 3px 3px 5px 3px #ccc;
}
.client-pg .team-grids .img-holder img {
	position:relative;
    /*position: absolute;*/
    top: 50%;
    /*left: 50%;*/
	left: 35%;
    transform: translate(-50%, -50%);
    /*padding: 10px;
	width:100%;*/
	max-width:100%
}






@media only screen and (max-width:1200px){
.project-table tr td:nth-child(2){width:28%;}
}

@media only screen and (max-width:1010px){
.innerSection{padding:60px 0;}
.project-table tr td:nth-child(2){width:40%;}
}
@media only screen and (max-width:991px){
.client-pg .team-grids .grid {
    width: calc(50% - 30px);
}
.myimage{
	width: auto !important;
 }
 .contact-pg-section form input, .contact-pg-section form select{
    height: 45px !important;
  }
}
@media only screen and (max-width:767px){
.innerSection{padding:35px 0;}
.inner-banner{padding:25px 0; background-position:center bottom;}
.inner-banner h1{font-size:24px;}
.project-title{display:none;}
.project-table tr td:nth-child(2) span{float:none;}
.project-table{font-size:16px;}
.client-pg .team-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 50px;
}
 .myimage{
	margin:0 auto;
}

}
@media only screen and (max-width:600px){
	.contact-pg-section form > div {
		width: calc(100% - 30px) !important;
		float: none !important;
	}
	.theme-btn {
		margin-bottom: 30px;
    }
}
@media only screen and (max-width: 500px){
	.client-pg .team-grids .grid {
		width: calc(100% - 15px);
		float: none;
	}
	.footer .foot-txt2 {
      text-align: center;
     }
}
@media only screen and (max-width: 347px){
	.header .mob-mnu-ic {
       top: 53px;
    }
	.header .logo {
        margin-top: 7px;
     }
}

/*.myimage{
	width: 100%;
	height: 100%;
}
.imgdiv{
    height: 200px;
    overflow: hidden;
}*/

.myimage{
	height: 130px !important;
    width: 100%;
    overflow: hidden;
}

/*.row.client-grids {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row.client-grids > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
}*/
.contact-pg-section form {
    margin: 0 -15px !important;
    overflow: hidden !important;
}
.contact-pg-section form > div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
}
.contact-pg-section form .fullwidth {
    width: calc(100% - 30px);
    float: none;
    clear: both;
}
.contact-pg-section form input, .contact-pg-section form select, .contact-pg-section form textarea {
    background: #fff;
    width: 100%;
    height: 55px;
    border: 2px solid #ebedef;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}
.contact-pg-section form textarea {
    height: 130px;
}
.theme-btn{
    background-color: #00d05b;
    color: #fff;
    font-size: 14px;
    font-size: 24px;
    font-weight: bold;
    padding: 17px 30px;
    border: 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    line-height: initial;
    float: left;
}


.fullwidth-head .tab-heading{
	text-align: left;
    padding: 17px;
}
.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
	float: left;
    margin: 0 15px 30px;
}
.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}
.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}
.contact-validation-active #success, .contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}
.contact-pg-section .office-info {
    background-color: #131313;
    position: relative;
    padding: 61px 55px;
}
.contact-pg-section .office-info > div {
    position: relative;
}
.contact-pg-section .office-info h3 {
    font-size: 18px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 0.8em;
}
.contact-pg-section .office-info li {
    font-size: 14px;
    color: #fff;
	line-height: 30px;
}
.contact-pg-section .form-control:focus {
    border-color: red ;
}
.indus-standardimg{
	width: 50%;
    float: left;
	margin-bottom: 20px;
}
.indus-standardimg img, .indus-singleimg img {
    height: 250px;
	width: 96%;
}

.indus-standardimg img{
    margin-right: 15px;
}
.indus-singleimg{
	float: none;
    margin: 0 auto;
	width: 50%;
}
.certificate-div{
	margin-top: 4%;
}
.product-pg .project-left p, .solarpower-plantpg .project-left p, .solarpumping-systempg .project-left p, .solarstreet-lightpg .project-left p {
	text-align:justify;
}
.foot-txt1 {
    float: left;
    text-align: left;
}
.foot-txt2 {
    float: right;
    text-align: right;
    position: relative;
}
ul.cont-ul {
    float: left;
    padding-left: 30px;
	margin-top: 20px;
}
ul.cont-ul li {
    list-style: disc;
	line-height: 28px;
	text-align:justify;
}
p.para-head {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: -10px;
	color: #313131;
	font-size: 18px;
	line-height: 24px;
}