*{
	margin: 0px auto;
	padding: 0px;
}
@font-face{
	font-family: adobe;
    src: url('../fonts/AzoSans-Regular.otf');
    
}
@font-face{
	font-family: roboto;
    src: url('../fonts/Roboto-Light.ttf');
}
body{
	font-family: roboto;
	
}
.nav-list {
	margin-top: 30px;
	width: 100%;
	padding: 0px;
}
.nav-list li{
	width: 9.09%;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	height: 96px;
	font-size: 16px;
	font-family: adobe;
}
.nav-list li a{
	padding: 0px;
	margin: 0px;
	color: #fff;
}
.nav-list li a:hover, .nav-list li a:active, .nav-list li a:link{
	background: none;
}
.nav-list li img{
	width: 30%;
}
.navbar-right li img{
	width: 30px;

}
.home-li{ background: #e7365c; color: #fff; }
.about-us-li{background: #0094d3; color: #fff}
.labs-li{background: #b2d235; color: #fff}
.other-products-li{background: #faa61c; color: #fff}
.franchise-li{background: #a88498; color: #fff}
.navbar-right li .franchise-img{	width: 251px;}
.dealer-li{background: #f9aa8f; color: #fff}
.photo-li{background: #a66898; color: #fff; }
.accolades-li{background: #39a28a; color: #fff;padding: 9px;}
.contact-li{background: #72c48e; color: #fff}
.blog-li{background: #f6d532; color: #fff}
.news-li{background: #00cccb; color: #fff}

/* home section begin here */
.home-section{
	clear: both;
	width: 100%;
	
	z-index: 1;
	margin: 0px;
	color: #fff;
	font-weight: 300;
	 
}

.home-section h1{font-weight: 100;}
.home-section hr{
	width: 7%;
	float: left;
	margin-right: 10px;
	border-width: 4px;
}
.right-slider-icon img{
	width: 50px;
	position: absolute;
	display: block;
	right: 50px;
	vertical-align: middle;
}
.left-slider-icon img{
	width: 50px;
	position: absolute;
	display: block;
	left: 50px;
	vertical-align: middle;
}
/* about-us section comes here */
.about-us-section{
	background: url('../images/about-bg-1.jpg') repeat;
	background-position: center;
	padding: 0px 50px;
	z-index: 2;
	min-height: 600px;
}
.about-us-section hr{
	width: 4%;
	float: left;
	margin-right: 5px;
	border-width: 4px;
}
.about-us-section h1{
	text-transform: uppercase;
	font-family: adobe;

}
.about-contant{
	margin-left: 10px;
}

.about-contant .p{
	color: #e7365c;
	font-size: 20px;
	text-transform: uppercase;
	vertical-align: middle;
	padding-top: 100px;
	font-family: adobe;
}
.about-contant-box, .about-contant-box1, .about-contant-box2{
	background: #0094d3;
	border-left: 10px solid #00aeef;
	padding: 10px 10px;
	text-align: center;
	color: #fff;
	font-family: adobe;
	margin-top: 100px;
}
.hr hr{
	width: 13.5%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
	margin-top: 60px;
}
/* labs heading comes here */
.lab-heading hr{
	width: 24%;
	float: left;
	margin-right: 5px;
	border-width: 6px;
}
.labs-section img{
	width: 100%;
}
.labs-section p{
	position: absolute;
	margin-top: -52.2%;
	background: rgba(79,70,119,.9);
	margin-right: 10px;
	right: 30px;
	width: 20%;
	padding:10px;
	font-family: adobe;
	color:#fff;
	text-align: inherit;
	
}
.math-labs{
	background: url(../images/math-bg.jpg);
	background-repeat: no-repeat;	
	min-height: 530px;
	margin-top:5px;
	background-size:;
}
.math-labs-contant, .chemistry-labs-contant, .biology-labs-contant{
	margin-left: 20px;

}
.math-labs ul, .chemistry-labs ul, .biology-labs ul{
	padding-top: 5px;
	list-style-position: inside;

}
.physics-lab ul{
	list-style: none;
}
.math-labs img, .chemistry-labs img, .biology-labs img{
	margin-top: 10px;
	display: block;

}
.math-labs h3{
	text-transform: uppercase;
	color: #ef3e3b;
	font-weight: 600;
	font-family: adobe;
}
.math-labs ul li span{
	color: #ef3e3b;
	font-size: 10px;
}
/* physics lab */
.physics-lab{
	clear: both;
	background: url(../images/physic-bg.jpg);
	background-repeat: no-repeat;
	min-height: 342px;
	margin-top: 5px;
	
}
.physics-lab ul{
	/*padding-top: 30px;*/

}
.physics-lab ul li span{
	color: #0095da;
	font-size: 10px;
}
.physics-lab img{
	margin-top: 20px;
	display: block;

}
.physics-lab h3{
	text-transform: uppercase;
	color: #0095da;
	font-weight: 600;
	margin-top: 0px;
	font-family: adobe;
}
/* chemistry style*/
.chemistry-labs{
	background: url(../images/chemistry-bg.jpg);
	background-repeat: no-repeat;	
	min-height: 370px;
	max-width: 100%;
	margin-top: 5px;
}
.chemistry-labs h3{
	color: #faa61a;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0px;
	font-family:adobe;
}
.chemistry-labs ul li span{
	color: #faa61a;
	font-size: 10px;
}
/* bio logy style comes here */
.biology-labs{
	background: url(../images/biology-bg.jpg);
	background-repeat: no-repeat;	
	min-height: 380px;
	margin-top: 5px;
	padding: 0px;
}
.biology-labs h3{
	color: #00a651;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0px;
	font-family: adobe;
}
.biology-labs ul li span{
	color: #00a651;
	font-size: 10px;
}
.biology-labs-contant .hr hr{
	width: 20%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
	margin-top: 30px;
}
/* other products section comes here */
.other-products-section{
	background: #72c48e;
	padding: 50px 30px;
	margin-top: 50px;
	min-height: 350px;
}
.other-products-section hr{
	width: 7.5%;
	float: left;
	margin-right: 5px;
	border-width: 4px;
}
.other-products-section h1{
	text-transform: uppercase;
	font-family: adobe;
	color: #fff;
	padding-top: 0px;
}
.other-products-section span img{
	margin-bottom: -20px;
	margin-left: 28%;
	padding: 0px;

}
.other-products-section p{
	padding-bottom: 50px;
	color: #000;
	line-height: 2em;
}
/* advantages products section comes here */
.advantages-section{
	background: #72c48e;
	padding: 50px 30px;
	margin-top: 50px;
	min-height: 350px;
}
.advantages-section hr{
	width: 11.2%;
	float: left;
	margin-right: 5px;
	border-width: 4px;
}
.advantages-section h1{
	text-transform: uppercase;
	font-family: adobe;
	color: #fff;
	padding-top: 0px;
}
.advantages-section span img{
	margin-bottom: -20px;
	margin-left: 28%;
	padding: 0px;

}
.advantages-section p{
	padding-bottom: 50px;
	color: #000;
	line-height: 2em;
}
.circles{
	margin-left: 20%;
	clear: both;
}
.cricle-1, .cricle-2, .cricle-3, .cricle-4{
	padding: 80px;
	border-radius: 50%;
	background: #f8f8f9;
	width: 10%;
	float: left;
	margin-right: 70px;
	margin-top: -60px;
}
/* partnerring-section*/
.partnerring-section hr{
	width: 13.7%;
	float: left;
	margin-right: 5px;
	border-width: 4px;
}
.partnerring-section h1{
	text-transform: uppercase;
	font-family: adobe;
}
.partnerring-heading {
	margin-top: -50px;
}
.partnerring-section{
	margin-left: 30px;
	
}
.partnerring-section ul li{
	line-height: 30px;	
}
.partnerring-section .hr hr{
	width: 25%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
	margin-top: 30px;
}
/**/

.francise-contant img{
	margin-top: 100px;
	display: block;
	
}
.francise-contant table{
	margin-top: 100px;
	display: block;
	padding: 10px;
	width: 50%;
	background: #e7365c;
	color: #fff;
	margin-left: 70px;
}
.franchise-section hr{
width:4.3%;
float: left;
	margin-right: 5px;
	border-width: 4px;
}
.franchise-section .hr hr{
	width: 20%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
	margin-top: 30px;
}
/*gallery*/
.gallery-section hr{
	width: 6.8%;
	float: left;
	margin-right: 5px;
	border-width: 4px;
}
.gallery-section h1{
	text-transform: uppercase;
	font-family: adobe;
	color: #000
}
.gallery-section{
	margin-left: 30px;
	
}
.gallery-contant img{
	margin-top: 100px;
	display: block;
	
}
.gallery-contant table{
	margin-top: 100px;
	display: block;
	padding: 10px;
	width: 50%;
	background: #e7365c;
	color: #fff;
	margin-left: 70px;
}
.gallery-section .hr{

}
.gallery-section .hr hr{
	width: 20%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
	margin-top: 30px;
}
/* dealer-section */
.dealer-section{
	background: url('../images/bg-4.png');
	width: 100%;
	min-height: 700px;
	padding: 50px 30px;
	clear: both;
	font-family:adobe;
}
.dealer-section hr{
	width: 9.5%;
	float: left;
	margin-right: 5px;
	border-width: 4px;
}
.dealer-section h1{
	text-transform: uppercase;
	font-family: adobe;
	color: #000
}
.tac-d{
	list-style: none;
	padding: 20px 30px;
	background: #006ea9;
}
.tac-d li{
	border-bottom: 1px solid #91d9fa;
	padding: 2px 0px;
	color: #fff;
}
.tac-d li h4{
	font-family: adobe;
	font-weight: 500;
	padding: 0px 0px;

}
.tac-db{
	list-style: none;
	padding: 20px 30px;
	background: #e7365c;
}
.tac-db li{
	border-bottom: 1px solid #f57c96;
	padding: 2px 0px;
	color: #fff;
}
.tac-db li h4{
	font-family: adobe;
	font-weight: 500;
	padding: 0px 0px;

}
.dealer-section .hr hr{
	width: 27%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
	margin-top: 30px;
}
.dealer-section h4{
	background: #006ea9;
	margin-bottom: 2px;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.tac-db-div{
	font-family: adobe;
}
.tac-db-div h4{
	background: #e7365c;
	margin-bottom: 2px;
	color: #fff;
	text-align: center;
	padding: 10px;
}
/* *************contact us style here *********** */
.contact-section{
	background: #0094d3;
	padding: 50px 30px;
	min-height: 670px;
}
.contact-section hr{
	width: 5.3%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
}
.contact-section h1{
	text-transform: uppercase;
	font-family: adobe;
	color: #fff;
}
.franchise-address{
	background: #B2D235;
	padding: 50px 30px;
}
.franchise-address hr{
	width: 6.6%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
}
.franchise-address h1{
	text-transform: uppercase;
	font-family: adobe;
	color: #fff;
}
.address, .tel-num, .email-adr, .ofc-h{
	margin-top: 30px;
	color: #fff;
}
.address span{
	margin-top: 10px;
	font-size: 2em;
}
.tel-num span, .email-adr span, .ofc-h span{
	margin-top: 10px;
	font-size: 2em;
}
.contact-section input{
	width: 100%;
	border:none; 
	border-bottom: 1px solid #fff;
	background: none;
	margin-bottom:20px;
	padding-top: 10px;
	color: #fff;

}
.contact-section textarea{
	width: 100%;
	border:none; 
	border-bottom: 1px solid #fff;
	background: none;
	margin-bottom:20px;
	padding-top: 10px;
	color: #fff;

}
.contact-section button{
	padding: 10px 30px;
	background: #faa61a;
	border: none;
	color: #fff;
}
.contact-section .hr hr{
	width: 20%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
	margin-top: 50px;
}
/* about copany style comes here */
.about-company{
	background: url('../images/bg-main.png');
}
.about-company h1{
	text-transform: uppercase;
	font-family: adobe;
}
.about-company hr{
	width: 10%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
}
.about-p{
	margin-top: 3%;
	text-align: justify;
}
/* about jok style comes here */
.about-jok{
	background: url('../images/bg-main.png');
	padding: 50px 0px;
}
.about-jok h1{
	text-transform: uppercase;
	font-family: adobe;
}
.about-jok hr{
	width: 18%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
}
.about-p{
	margin-top: 3%;
	text-align: justify;
}
/* leadership nischal */
.leadership-nischal{
	background: url('../images/bg-main.png');

}
.leadership-nischal h1{
	text-transform: uppercase;
	font-family: adobe;
}
.leadership-nischal hr{
	width: 11.5%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
}
/* about nischal */
.about-nischal{
	background: url('../images/bg-main.png');
}
.about-nischal h1{
	text-transform: uppercase;
	font-family: adobe;
}
.about-nischal hr{
	width: 25%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
}
/* */
.nischal-fdc{
	background: url('../images/bg-main.png');
	padding: 50px 0px;

}
.nischal-fdc h1{
	text-transform: uppercase;
	font-family: adobe;
}
.nischal-fdc hr{
	width: 1.7%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
}
/**/
.foundation-ncl{
	background: url('../images/bg-main.png');
}
.foundation-ncl h1{
	text-transform: uppercase;
	font-family: adobe;
}
.foundation-ncl hr{
	width: 23.5%;
	float: left;
	margin-right: 5px;
	border-width: 5px;
}	
#footer{
	height: auto;
	width: 100%;
	background-color:#e84363;
	clear:both;
}
#footer p{
	color: #fff;
	margin-left: 5%;
	line-height: 60px;
	vertical-align: middle;
	margin-bottom:0px;
	
}
#footer .social-icons{
	list-style: none;
	text-align: right;
	line-height:60px;
	
}
#footer .social-icons li{
	text-decoration: none;
	display: inline-block;
	
}
#footer .social-icons a{
	color:#f5f5f5;
}
#footer .social-icons li span{
	padding:10px;
	color: #f5f5f5;
}

#footer .social-icons a .fa-facebook:hover{
	color:#3B5998;
	border: 1px solid #3B5998;
	border-radius: 50%;
}
#footer .social-icons a .fa-twitter:hover{
	color:#55ACEE;
	border: 1px solid #55ACEE;
	border-radius: 50%;
}
#footer .social-icons a .fa-google-plus:hover{
	color:#fff;
	border: 1px solid #fff;
	border-radius: 50%;
}
#footer .social-icons a .fa-linkedin:hover{
	color:#007BB6;
	border: 1px solid #007BB6;
	border-radius: 50%;
}


/*resposive version*/

@media only screen and (max-width: 767px){
	.nav.navbar-nav.navbar-right li{
		display: inline-block;
	}
	.navbar-toggle{
		position: fixed;
		right: 0px;
		top: 30px;
		background: #ee3e41;
		z-index: 200;
	}
	.nav-list li img{
		display: none;
	}
	.nav-list li{
		width: 100%;
		height: auto;
	}
	.nav-list{
		position: absolute;
		top: 35px;
	}
	.labs-section p{
	margin-right: 10px;
	right: 30px;
	width: 50%;
	margin-top: -52.2%;
	
}
.math-labs{
	background: #ffeef0;	
	min-height: 400px;
	
}
.physics-lab {
	background: #dff9ff;
	min-height: 400px;
}
.chemistry-labs{
	background: #ffefd8;
	min-height: 400px;
}
.biology-labs{
	background:#e8ffe8 ;
	min-height: 400px;
}

.cricle-1, .cricle-2, .cricle-3, .cricle-4{
	padding: 30px;
	
	margin-right: 10px;
	margin-top: -30px;
}
.francise-contant table{
	width: 90%;
	margin-left: 10px;
}

.other-products-section span img{
	margin-bottom: -20px;
	margin-left: 75%;
	padding: 0px;

}
.right-slider-icon img{
	margin-top: -20%;
	right: 10px;
}
}
@media only screen and (max-width: 590px){
	.labs-section p{
	margin-top: -52.2%;	
	right: 30px;
	width: 90%;
}
.dealer-section{
	background: url('../images/bg-4-mobi.png');
	min-height: 800px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.labs-section p{
		width: 40%;
		margin-top:-52.2%;
	}
	.cricle-1, .cricle-2, .cricle-3, .cricle-4{
	padding: 50px;
	border-radius: 50%;
	background: #f8f8f9;
	width: 10%;
	float: left;
	margin-right: 10px;
	margin-top: -50px;
}
.other-products-section{
	min-height: 400px;
}
.math-labs{
	background: url('../images/math-bg-tb.jpg') no-repeat;
	min-height: 320px;
}
.physics-lab {
	background: url('../images/physic-bg-tab.jpg') no-repeat;
	min-height: 320px;
}
.chemistry-labs{
	background: url('../images/chemistry-bg-tab.jpg') no-repeat;
	min-height: 320px;
}
.biology-labs{
	background: url('../images/biology-bg-tab.jpg') no-repeat;
	min-height: 320px;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px){
	.labs-section p{
		width: 95%;
		margin-top: -52.2%;
		right: 0px;
	}
	.nav-list li{
		height:auto;
	}

}
@media only screen and (max-width: 390px){
	.math-labs{
		margin-top: 100px;
	}
}
@media only screen and (max-width: 342px){
	.math-labs{
		margin-top: 150px;
	}
}
@media only screen and (min-width:591px) and (max-width: 688px){
	.labs-section p{
		width: 60%;
		margin-top: -52.2%;
	}

}
@media only screen and (min-width:1680px){
	.math-labs{
	background: url('../images/math-bg-lg.jpg') no-repeat;
	
}
.physics-lab {
	background: url('../images/physic-bg-lg.jpg') no-repeat;
	margin-top: 20px;
	
}
.chemistry-labs{
	background: url('../images/chemistry-bg-lg.jpg') no-repeat;
	margin-top:20px;	
}
.biology-labs{
	background: url('../images/biology-bg-lg.jpg') no-repeat;
	margin-top: 20px;
	
}
.right-slider-icon img{
	
}
.labs-section p{
	margin-top:-52.2%;
}
}

.success {
    background: #e7365c;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.icon-prev{
	display:none;
}
.physics-contant-right{
	padding:30px;
}
.testimonial{
    margin-bottom: 10px;
}

    .testimonial-section {
        width: 100%;
        height: auto;
        padding: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        border: 1px solid #fff;
    }
    .testimonial-section:after {
        top: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

    .testimonial-desc {
        margin-top: 20px;
        text-align:left;
        padding-left: 15px;
    }
        .testimonial-desc img {
            border: 1px solid #f5f5f5;
            border-radius: 150px;
            height: 70px;
            padding: 3px;
            width: 70px;
            display:inline-block;
            vertical-align: top;
        }

        .testimonial-writer{
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
        }

            .testimonial-writer-name{
                font-weight: bold;
            }

            .testimonial-writer-designation{
                font-size: 85%;
            }

            .testimonial-writer-company{
                font-size: 85%;
            }
    /*---- Outlined Styles ----*/
    .testimonial.testimonial-default{
        
    }
        .testimonial.testimonial-default .testimonial-section{
            border-color: #777;
        }

            .testimonial.testimonial-default .testimonial-section:after{
                border-top-color: #777;
            }

        .testimonial.testimonial-default .testimonial-desc{
            
        }

            .testimonial.testimonial-default .testimonial-desc img{
                border-color: #777;
            }

            .testimonial.testimonial-default .testimonial-writer-name{
                color: #777;
            }

    .testimonial.testimonial-primary{
        
    }
        .testimonial.testimonial-primary .testimonial-section{
            border-color: #337AB7;
            color: #286090;
            background-color: rgba(51, 122, 183, 0.1);
        }

            .testimonial.testimonial-primary .testimonial-section:after{
                border-top-color: #337AB7;
            }

        .testimonial.testimonial-primary .testimonial-desc{
            
        }

            .testimonial.testimonial-primary .testimonial-desc img{
                border-color: #337AB7;
            }

            .testimonial.testimonial-primary .testimonial-writer-name{
                color: #337AB7;
            }

    .testimonial.testimonial-info{
        
    }
        .testimonial.testimonial-info .testimonial-section{
            border-color: #5BC0DE;
            color: #31b0d5;
            background-color: rgba(91, 192, 222, 0.1);
        }

            .testimonial.testimonial-info .testimonial-section:after{
                border-top-color: #5BC0DE;
            }

        .testimonial.testimonial-info .testimonial-desc{
            
        }

            .testimonial.testimonial-info .testimonial-desc img{
                border-color: #5BC0DE;
            }

            .testimonial.testimonial-info .testimonial-writer-name{
                color: #5BC0DE;
            }


    .testimonial.testimonial-success{
        
    }
        .testimonial.testimonial-success .testimonial-section{
            border-color: #5CB85C;
            color: #449d44;
            background-color: rgba(92, 184, 92, 0.1);
        }

            .testimonial.testimonial-success .testimonial-section:after{
                border-top-color: #5CB85C;
            }

        .testimonial.testimonial-success .testimonial-desc{
            
        }

            .testimonial.testimonial-success .testimonial-desc img{
                border-color: #5CB85C;
            }

            .testimonial.testimonial-success .testimonial-writer-name{
                color: #5CB85C;
            }

    .testimonial.testimonial-warning{
        
    }
        .testimonial.testimonial-warning .testimonial-section{
            border-color: #F0AD4E;
            color: #d58512;
            background-color: rgba(240, 173, 78, 0.1);
        }

            .testimonial.testimonial-warning .testimonial-section:after{
                border-top-color: #F0AD4E;
            }

        .testimonial.testimonial-warning .testimonial-desc{
            
        }

            .testimonial.testimonial-warning .testimonial-desc img{
                border-color: #F0AD4E;
            }

            .testimonial.testimonial-warning .testimonial-writer-name{
                color: #F0AD4E;
            }

    .testimonial.testimonial-danger{
        
    }
        .testimonial.testimonial-danger .testimonial-section{
            border-color: #D9534F;
            color: #c9302c;
            background-color: rgba(217, 83, 79, 0.1);
        }

            .testimonial.testimonial-danger .testimonial-section:after{
                border-top-color: #D9534F;
            }

        .testimonial.testimonial-danger .testimonial-desc{
            
        }

            .testimonial.testimonial-danger .testimonial-desc img{
                border-color: #D9534F;
            }

            .testimonial.testimonial-danger .testimonial-writer-name{
                color: #D9534F;
            }

    /*---- Filled Styles ----*/
    .testimonial.testimonial-default-filled{
        
    }
        .testimonial.testimonial-default-filled .testimonial-section{
            color: #fff;
            border-color: #777;
            background-color: #777;
        }

            .testimonial.testimonial-default-filled .testimonial-section:after{
                border-top-color: #777;
            }

        .testimonial.testimonial-default-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-default-filled .testimonial-desc img{
                border-color: #777;
                background-color: #777;
            }

            .testimonial.testimonial-default-filled .testimonial-writer-name{
                color: #777;
            }

    .testimonial.testimonial-primary-filled{
        
    }
        .testimonial.testimonial-primary-filled .testimonial-section{
            color: #fff;
            background-color: #337ab7;
            border-color: #2e6da4;
        }

            .testimonial.testimonial-primary-filled .testimonial-section:after{
                border-top-color: #337AB7;
            }

        .testimonial.testimonial-primary-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-primary-filled .testimonial-desc img{
                border-color: #2e6da4;
                background-color: #337ab7;
            }

            .testimonial.testimonial-primary-filled .testimonial-writer-name{
                color: #337AB7;
            }

    .testimonial.testimonial-info-filled{
        
    }
        .testimonial.testimonial-info-filled .testimonial-section{
            color: #fff;
            background-color: #5bc0de;
            border-color: #46b8da;
        }

            .testimonial.testimonial-info-filled .testimonial-section:after{
                border-top-color: #5BC0DE;
            }

        .testimonial.testimonial-info-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-info-filled .testimonial-desc img{
                border-color: #46b8da;
                background-color: #5bc0de;
            }

            .testimonial.testimonial-info-filled .testimonial-writer-name{
                color: #5BC0DE;
            }


    .testimonial.testimonial-success-filled{
        
    }
        .testimonial.testimonial-success-filled .testimonial-section{
            color: #fff;
            background-color: #5cb85c;
            border-color: #4cae4c;
        }

            .testimonial.testimonial-success-filled .testimonial-section:after{
                border-top-color: #5CB85C;
            }

        .testimonial.testimonial-success-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-success-filled .testimonial-desc img{
                border-color: #4cae4c;
                background-color: #5cb85c;
            }

            .testimonial.testimonial-success-filled .testimonial-writer-name{
                color: #5CB85C;
            }

    .testimonial.testimonial-warning-filled{
        
    }
        .testimonial.testimonial-warning-filled .testimonial-section{
            color: #fff;
            background-color: #f0ad4e;
            border-color: #eea236;
        }

            .testimonial.testimonial-warning-filled .testimonial-section:after{
                border-top-color: #F0AD4E;
            }

        .testimonial.testimonial-warning-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-warning-filled .testimonial-desc img{
                border-color: #eea236;
                background-color: #f0ad4e;
            }

            .testimonial.testimonial-warning-filled .testimonial-writer-name{
                color: #F0AD4E;
            }

    .testimonial.testimonial-danger-filled{
        
    }
        .testimonial.testimonial-danger-filled .testimonial-section{
                color: #fff;
                background-color: #d9534f;
                border-color: #d43f3a;
        }

            .testimonial.testimonial-danger-filled .testimonial-section:after{
                border-top-color: #D9534F;
            }

        .testimonial.testimonial-danger-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-danger-filled .testimonial-desc img{
                border-color: #d43f3a;
                background-color: #D9534F;
            }

            .testimonial.testimonial-danger-filled .testimonial-writer-name{
                color: #D9534F;
            }
			
			/*Contact form*/
			@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

#contact1 input[type="text"],
#contact1 input[type="email"],
#contact1 input[type="tel"],
#contact1 input[type="url"],
#contact1 textarea,
#contact1 input[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact1 {
  background: #F9F9F9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact1 h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact1 h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact1 input[type="text"],
#contact1 input[type="email"],
#contact1 input[type="tel"],
#contact1 input[type="url"],
#contact1 textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 5px;
}

#contact1 input[type="text"]:hover,
#contact1 input[type="email"]:hover,
#contact1 input[type="tel"]:hover,
#contact1 input[type="url"]:hover,
#contact1 textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact1 textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact1 input[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #e7365c;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact1 input[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact1 input[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact1 input:focus,
#contact1 textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
/**/
#contact input::-webkit-input-placeholder {
  color: #fff;
}

#contact input:-moz-placeholder {
  color: #fff;
}

#contact input::-moz-placeholder {
  color: #fff;
}

#contact input:-ms-input-placeholder {
  color: #fff;
}
#contact textarea::-webkit-input-placeholder {
  color: #fff;
}

#contact textarea:-moz-placeholder {
  color: #fff;
}

#contact textarea::-moz-placeholder {
  color: #fff;
}

#contact textarea:-ms-input-placeholder {
  color: #fff;
}
			/*Contact form end*/
			
/*Contact form*/
			@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

#contact2 input[type="text"],
#contact2 input[type="email"],
#contact2 input[type="tel"],
#contact2 input[type="url"],
#contact2 textarea,
#contact2 button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact2 {
  background: #F9F9F9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact2 h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact2 h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact2 input[type="text"],
#contact2 input[type="email"],
#contact2 input[type="tel"],
#contact2 input[type="url"],
#contact2 textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 5px;
}

#contact2 input[type="text"]:hover,
#contact2 input[type="email"]:hover,
#contact2 input[type="tel"]:hover,
#contact2 input[type="url"]:hover,
#contact2 textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact2 textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact2 button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #e7365c;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact2 button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact2 button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact2 input:focus,
#contact2 textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
			/*Contact form end*/
			
h1{
	font-size:30px;
}
.img-responsive{
	padding-bottom:20px;
}
@media screen and (min-width: 200px) and (max-width: 992px){
    .about-us-section {
        padding:0px 0px !important;
    }
	#footer .social-icons{
		text-align:left;
		padding-left:10px;
	}
}