body
{
	font-family: 'Open Sans', sans-serif;
	color:#282828 !important;
	background-color: #fdf8ef;
}
.Philosopher{
	font-family: 'Philosopher', sans-serif;
}
.OpenSans{
	font-family: 'Open Sans', sans-serif;
}
*:focus {
  outline: none !important;
}
header .navbar {
    border-radius: 0;
    min-height: 82px;
    margin-bottom: 0 !important;
}
header .navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
}
header .navbar-brand{
	height: auto;
	padding: 0px 15px;
}
header .navbar-nav > li > a {
    font-size: 15px;
    color: #282828 !important;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 79px;
	padding-left: 20px;
	padding-right: 20px;
}
/*header .navbar-nav li:last-child a{
	padding-right: 0;
}*/

header .navbar-inverse .navbar-nav > .active > a,
header .navbar-inverse .navbar-nav > .active > a:focus,
header .navbar-inverse .navbar-nav > .active > a:hover {
    color: #dd3e21 !important;
    background-color: transparent;
    border-bottom: 2px solid #dd3e21;
}
header .navbar-inverse .navbar-nav > li > a:focus,
header .navbar-inverse .navbar-nav > li > a:hover {
    color: #dd3e21 !important;
    background-color: transparent;
}
header .navbar-toggle{
    background-color: #dd3e21;
    border-color: #dd3e21 !important;
    margin-top: 14px;
    margin-bottom: 13px;
}
header .navbar-toggle:hover,
header .navbar-toggle:focus{
    background-color: #dd3e21 !important;
    border-color: #dd3e21 !important;
}
header .navbar-toggle .icon-bar{
   background-color: #ffffff; 
}
/*Header Css*/

/*Home CSS*/
.home-banner{
	background: url(../images/bannerBG.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
.banner-text-one{
	font-size: 50px;
	line-height: 50px;
	color: #ffdf14;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 40px;
	padding-bottom: 15px;
}
.banner-text-two{
	font-size: 50px;
	line-height: 50px;
	color: #ffdf14;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
.home-banner img{
	margin:0 auto 20px auto;
}
.home-about{
	padding-top: 60px;
	padding-bottom: 80px;
}
.home .title{
	font-size: 40px;
	color: #c33416;
	font-family: 'Philosopher', sans-serif;
	padding-bottom: 20px;
	line-height: 24px;
}
.home .sub-title{
	font-size: 32px;
	color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.img-container{
	max-width: 565px;
}

.home .about-text{
	font-size: 17px;
	color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	word-spacing: 2px;
}
.home .about-text p{
	margin-bottom: 30px;
}
.home .about-text p:first-child{
	margin-bottom: 20px;
}
.home .link{
	color: #dd3e21;
	font-size: 15px;
}
.home .link i{
	font-size: 14px;
	padding-left: 5px;
}
.img-left {
    float: left;
    margin-right: 2px;
}
.img-right img {
	margin-bottom: 2px;
}

.home-quote{
	background: url(../images/quote_bg.png) center no-repeat;
    background-size: cover;  
    padding: 53px 0;
}
.home-quote .heading{
	color: #ffffff;
	font-size: 40px;
	font-family: 'Philosopher', sans-serif;
	max-width: 421px;
	padding-top: 25px;
}

.home-quote .thought-text{
	font-size: 16px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	line-height: 29px;
	padding: 25px 0;
}
.home-certificate{
	text-align: center;
	padding: 50px 0;
	background: #fdf8ef url(../images/certificate-bg-half.png) right bottom no-repeat;
      
}
.certificate{
	color: #c33416;
	font-size: 50px;
	font-family: 'Philosopher', sans-serif;
	line-height: 35px;
	padding-bottom: 34px;
}
.home-certificate img{
	margin: 0 auto;
}
.home-gallery{
	text-align: center;
	padding: 50px 0 95px 0;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	position: relative;
}
.gallery{
	color: #c33416;
	font-size: 50px;
	font-family: 'Philosopher', sans-serif;
	line-height: 35px;
	padding-bottom: 50px;
}
.home-gallery .owl-carousel .owl-nav.disabled {
    display: block;
}
.home-gallery .owl-carousel{
	position: unset;
}
.home-gallery .owl-theme .owl-nav{
    position: static;
}
.home-gallery .owl-carousel .owl-nav .owl-prev{
   top: 50%;
   font-size: 0px;
   background: url(../images/gallery-slider-prev-sm.png) no-repeat;
   width: 34px;
   height: 48px;
   left: 0;
   position: absolute;
}
.home-gallery .owl-carousel .owl-nav .owl-next{
   top: 50%;
   font-size: 0px;
   background: url(../images/gallery-slider-next-sm.png) no-repeat;
   width: 34px;
   height: 48px;
   right: 0;
   position: absolute;
}

footer .footer-info{
	padding: 40px 0 60px 0;
	background-color: #ffffff;
}
.address-title{
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}
.address{
	color: #000000;
	font-size: 15px;
	line-height: 26px
}
.footer-links{
	text-align: right;
}
.footer-links a{
	color: #000000;
	font-size: 15px;
}
.footer-links a:hover{
	color: #dd3e21;
	text-decoration: none;
}
.footer-links a:not(:last-child){
	padding-right: 45px;
}
footer img{
	margin-bottom: 45px;
}
.footer-bottom{
	background-color: #dd3e21;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	padding: 20px 0;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 15vh;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #dd3e21;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
#topBtn i{ font-size: 24px; }
#topBtn:hover {
  opacity: .8; 
}
.about-page{
	padding: 60px 0;
	text-align: justify;
}
.about-page p {
    margin: 0 0 20px;
}
.about-title{
	font-size: 40px;
	color: #c33416;
	font-family: 'Philosopher', sans-serif;
	padding-bottom: 30px;
	line-height: 24px;
	text-align: center;
}
.about-subtitle{
	color: #2e2e2e;
	font-size: 32px;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 15px;
}
.about-content{
	color: #2e2e2e !important;
	font-size: 17px;word-spacing: 2px;line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.about-content-lines{
	font-size: 26px;line-height: 40px;
	color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif; font-style: italic;
	text-align: center;
	padding: 20px 0 40px 0;
}

.about-content .heading{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.about-list{
	margin-bottom: 40px;
	margin-top: 30px;
}
.about-list li{
	background: url(../images/ilist-style.png) 0 6px no-repeat;
	padding-left: 20px;
}
.about-list li span{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.mb-20{
	margin-bottom: 20px;
}
.about-links {
    font-size: 15px;
    color: #c33416;
}
.about-links img{
	padding-right: 10px;
}
.about-links a{
	font-size: 15px;
	color: #c33416;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
/*Responsive CSS*/
@media (min-width: 1200px){
	.container{
        width: 1200px;
    }
	.home-about .col-md-6{
		padding-right: 0;
	}
	.home-quote-div {
	    border-left: 1px solid #ff8273;
	    padding-left: 50px;
	}
	.home-gallery .owl-carousel .owl-nav .owl-prev{
	   top: 50%; 
	   font-size: 0px;
	   background: url(../images/gallery-slider-prev.png) no-repeat;
	   width: 54px;
	   height: 77px;
	   left: 0;
	   position: absolute;
	}
	.home-gallery .owl-carousel .owl-nav .owl-next{
	   top: 50%;
	   font-size: 0px;
	   background: url(../images/gallery-slider-next.png) no-repeat;
	   width: 54px;
	   height: 77px;
	   right: 0;
	   position: absolute;
	}
	#topBtn {
	  bottom: 20vh;
	  right: 50px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.img-container{
		width: 100%;max-width: 565px;
		margin-bottom: 20px;
	}
	.text-container{
		width: 40%;
	}
	.home .title {
	    font-size: 30px;
	    padding-bottom: 10px;
	}
	.home .sub-title {
	    font-size: 22px;
		padding-bottom: 15px;
	}
	.home .about-text p {
	    margin-bottom: 10px;
	}
}
@media only screen and (max-width:991px){
	.img-container{
		width: 100%;max-width: 565px;
		margin-bottom: 20px;
		margin-left: calc((100% - 550px)/2);
	}
	.footer-links a:not(:last-child) {
	    padding-right: 15px;
	}
}
@media (min-width:768px) and (max-width:1199px){
	.navbar-brand img,.footer-info img{
		max-width: 230px;
	}
	header .navbar-brand {
	    padding: 17px 15px;
	}
	
}
@media only screen and (min-width:768px){
	header .navbar {height: 82px;}
}
@media only screen and (max-width:767px){
	.navbar-brand img,.footer-info img{
		max-width: 200px;
	}
	header .navbar-nav > li > a {
		line-height: 40px;
	}
	header .navbar {min-height: 62px;}
	.footer-links a:not(:last-child) {
	    padding-right: 15px;
	}
	.footer-links {
	    text-align: left;
	    margin-top: 30px;
	}
	.banner-text-one,.banner-text-two,.home .title,.about-title {
	    font-size: 23px;
	    line-height: 28px;
	}
	.text-container{margin-top: 10px;}
	.home .about-text,.about-content
	{font-size: 15px; line-height: 26px;}
	.home .sub-title,.about-subtitle {
		font-size: 20px;padding-bottom: 15px;
	}
	.home-quote .heading,.gallery,.certificate{
		font-size: 30px;
	}
	.about-content-lines{
		font-size: 20px;line-height: 35px;
		padding: 10px 0 20px 0;
	}
	
	.isites {
	    display: table-cell;
	    width: 46px;
	    vertical-align: middle;
	}
	.sites {
	    display: table-cell;white-space: pre-wrap
	}
	header .navbar-brand {
	    padding: 12px 15px;
	}
}
@media only screen and (max-width:550px){
	.img-container{
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin: auto !important;
	}
	.img-left {
	    float: none;
	    margin-right: auto;
	    margin-bottom: 10px;
	    text-align: center;
	    display: inline-block;
	    width: 48%;
	    vertical-align: top;
	}
	.img-right {
	    text-align: center;
	    display: inline-block;
	    width: 48%;
	}
	.img-left img{ max-width: 100%; }
	.img-right img{
		display: block;
    	max-width: 100%;
	}
}