@font-face {
    font-family: Jost-Regular;
    src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
    font-family: Jost-Light;
    src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
    font-family: Jost-Bold;
    src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
    font-family: Jost-Light;
    src: url(../fonts/Jost-Light.ttf);
}
@font-face {
    font-family: Allison-Regular;
    src: url(../fonts/Allison-Regular.ttf);
}
/*@font-face {*/
/*    font-family: 'Glyphicons Halflings';*/
/*    src: url('../fonts/glyphicons-halflings-regular.eot');*/
/*    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');*/
/*}*/
body{
    font-family: Jost-Regular;
    background-color:#f5f5f5;
}
h1{
    font-family: Jost-Bold;
    text-transform: capitalize;
    font-weight: bold;
}
h4{
    background-color: #af6b3b;
    text-transform: uppercase;
    width: fit-content;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-family: 'Jost-Bold';
}
.topnav{
    background: #e0b698;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    height: 100px;
}
.topnav .right{
    float: right;
}
.topnav ul li:nth-child(1) a i{
    padding: 10px 13px;
}
.topnav ul li i{
    background-color: #ce9e7c;
    border-radius: 50%;
    padding: 10px 12px;
}
.mainnav{
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    z-index: 1;
}
.mainnav .wrapper{
    background-color: #2e433a;
    width: 100%;
    display: inline-block;
    padding: 30px 15px;
    border-radius: 10px;
}
.mainnav .logo img{
    width: 210px;
}
.mainnav ul{
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 1px;
    font-size: 13px;
}
.mainnav ul li a{
    color: #fff;
    padding-right: 15px;
}
.mainnav button{
    float: right;
    background-color: #ce9e7c;
    border: 0;
    color: #000;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
}
.banner{
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: auto;
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #ebebeb;
}
.banner .wrapper{
    width: 60%;
}
.banner h4{
    background-color: #af6b3b;
    text-transform: uppercase;
    width: fit-content;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-family: 'Jost-Bold';
}
.banner h1{
    text-align: left;
    font-family: Jost-bold;
    font-size: 38px;
    margin-top: 25px;
	line-height:1.3
}
.banner p{
    font-size: 17px;
    font-family: Jost-Regular;
    color: #000;
    margin-top: 20px;
    line-height: 1.7;
}
.banner button{
    background-color: #af6b3b;
    border: 0;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Jost-Bold';
    padding: 15px 20px;
    margin-top: 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    line-height: normal;
}
.abt{
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}
.abt h1{
    margin-bottom: 25px;
}
.abt a{
    background-color: #af6b3b;
    border: 0;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Jost-Bold';
    padding: 15px 20px;
    margin-top: 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    line-height: normal;
    display: inline-block;
}
.abt p{
    font-size: 17px;
}
.abt img{
    float: right;
    margin-top: 50px;
}
.serv{
    margin-top: 70px;
    text-align: center;
    padding-bottom: 70px;
}
.serv h4{
    margin: auto;
}
.serv ul{
    margin-top: 40px;
}
.serv ul li{
    background-color: #fff;
    width: 32%;
    margin-right: 9px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
	min-height: 445px;
	vertical-align:top;
}
.serv ul li img{
    margin: auto;
	width: 100%;
    height: 260px;
    object-fit: cover;
}
.serv ul li h3{
    text-transform: capitalize;
    font-family: 'Jost-Bold';
    font-size: 20px;
    text-align: left;
}
.serv ul li p{
    font-size: 14px;
    text-align: left;
}
.serv ul li .tag{
    background-color: #efefef;
    text-align: left;
    width: fit-content;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 15px;
    color: #000;
}
.books{
    position: relative;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.books:after{
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: #e0b698;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
}
.books p{
    font-size: 17px;
    width: 900px;
    margin: auto;
}
.books ul{
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.books button{
    position: absolute;
    background-color: #000000;
    border-radius: 50%;
    border: 0px solid #33333338;
    padding: 0px 12px;
    font-size: 21px;
    z-index: 1;
    top: 40%;
    color: #fff;
}
.books .slick-prevs{
    left: 0;
}
.books .slick-nexts{
    right: 0;
}
.books .slick-slide{
    padding: 5px;
}
.testi{
    padding-top: 70px;
    padding-bottom: 70px;
}
.testi p{
    font-size: 17px;
}
.testi ul{

}
.testi .slick-list{
    padding-top: 20px;
}
.testi .slick-slide{
    padding: 5px;
}
.testi ul li{
    background-color: #e0b698;
    padding: 40px 25px;
    border-radius: 10px;
    position: relative;
	min-height: 227px;
}
.testi ul li i{
    font-size: 50px;
    position: absolute;
    top: -20px;
}
.testi ul li h2{
    margin: auto;
    text-transform: uppercase;
    font-family: 'Jost-Regular';
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
}
.testi ul li p{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
}
.testi .slick-dots{

}
.testi .slick-dots li{
    background-color: transparent;
    padding: unset;
    border-radius: 0;
}
.testi .slick-dots li button:before{
    font-size: 30px;
}
.blogs{
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 50px;
}
.blogs h1{
    text-align: center;
}
.blogs ul{
    margin-top: 40px;
}
.blogs ul li{
    width: 32%;
    background-color: #f5f5f58c;
    margin-bottom: 15px;
    margin-right: 12px;
    border-radius: 10px;
    border: 1px solid #33333314;
    padding: unset;
    padding-bottom: 20px;
    vertical-align: top;
}
.blogs ul li img{
    width: 100%;
    height: 215px;
    object-fit: cover;
}
.blogs ul li h3{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 19px;
    line-height: 1.4;
    color: #000;
    font-family: 'Jost-Bold';
    min-height: 55px;
}
.blogs ul li p{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}
.blogs ul li .date{
    padding-left: 15px;
    color: #6e6e6ec9;
    font-size: 12px;
    font-family: 'Jost-Bold';
}
.subs{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../images/subs.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
}
.subs:before{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e0b6988c;
    content: "";
}
.subs h1{
    color: #fff;
    font-size: 45px;
    letter-spacing: 3px;
}
.subs p{
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
}
.subs button{
    background-color: #af6b3b;
    border: 0;
    text-transform: capitalize;
    font-size: 15px;
    line-height: normal;
    padding: 10px 30px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-family: 'Jost-Bold';
    color: #fff;
    margin-top: 15px;
}
footer{
    background-color: #2e433a;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .logo img{
    margin-bottom: 10px;
    width: 250px;
}
footer .logo p{
    font-size: 15px;
    width: 300px;
    color: #dfdfdf;
}
footer .logo ul li{
    line-height: 1.9;
    font-weight: 500;
}
footer h4{
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: transparent;
    padding: unset;
    font-size: 18px;
}
footer ul li a{
    color: #dfdfdf;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
}
footer ul li i{
    margin-right: 5px;
}
footer form{

}
footer form .inline{
    width: 49%;
    display: inline-block;
}
footer form .right{
    float: right;
}
footer form label{
    display: none;
}
footer form input{
    width: 100%;
    margin-bottom: 5px;
    border: 0;
    padding: 7px;
    border-radius: 5px;
}
footer form textarea{
    width: 100%;
    height: 80px;
    border: 0;
    padding: 7px;
    border-radius: 5px;
}
footer form button{
    background-color: #af6b3b;
    border: 0;
    padding: 7px 15px;
    margin-top: 10px;
    border-radius: 5px;
}
.ender{
    background-color: #1f3c30;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ender p{
    margin: auto;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}

.hero-img{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/subs.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.hero-img:before{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e0b6988c;
    content: "";
}
.hero-img h1{
    color: #fff;
    font-size: 45px;
    letter-spacing: 3px;
}
.float {
  display: inline-block;
  animation: float 4s ease-in-out infinite;
  will-change: transform;
}
.abt-page{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.abt-page img{
    float: right;
    width: 45%;
    margin-top: 40px;
    padding: 20px;
}
.abt-page p{
    font-size: 16px;
}
.cont-page{
    margin-top: 50px;
    margin-bottom: 50px;
}
.cont-page ul{
    margin-top: 40px;
}
.cont-page ul li{
    margin-bottom: 20px;
}
.cont-page ul li i{
    font-size: 19px;
    background-color: #af6b3b;
    border-radius: 50%;
    color: #fff;
    padding: 10px 12px;
}
.cont-page ul li .content{
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}
.cont-page ul li .content h5{
    margin: auto;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'Jost-Bold';
    font-size: 17px;
    color: #af6b3b;
}
.cont-page ul li .content p{
    margin: auto;
    font-size: 15px;
}
.cont-page .form{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    float: right;
}
.cont-page .form h3{
    margin: auto;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Jost-Bold';
    font-size: 27px;
}
.cont-page form{

}
.cont-page form .inline{
    width: 49%;
    display: inline-block;
}
.cont-page form .right{
    float: right;
}
.cont-page form label{
    display: none;
}
.cont-page form input{
    width: 100%;
    border: 0;
    padding: 13px 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #fff;
}
.cont-page form textarea{
    width: 100%;
    height: 150px;
    border: 0;
    padding: 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #fff;
}
.cont-page form button{
    width: 100%;
    background-color: #af6b3b;
    border: 0px solid #af6b3b;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px;
    margin-top: 20px;
    border-radius: 50px;
    font-family: 'Jost-Bold';
    line-height: normal;
}
.cont-page ul li:nth-child(1) i{
    padding: 10px 14px;
}
.cont-page ul li:nth-child(3) i{
    padding: 10px;
}
.cont-page form input::placeholder, .cont-page form textarea::placeholder{
    color: #333;
}
#popup label, #subspopup label{
    display: none;
}
#popup input, #popup select, #subspopup input{
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid #33333369;
}
#popup textarea{
    width: 100%;
    height: 100px;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid #33333369;
}
#popup button[type='submit'], #subspopup button[type='submit']{
    background-color: #af6b3b;
    border: 0;
    width: 100%;
    padding: 8px;
    color: #fff;
    font-size: 17px;
}
#popup .modal-dialog, #subspopup .modal-dialog{
    width: 450px;
}
.serv-page{
    margin-top: 50px;
    margin-bottom: 50px;
}
.serv-page ul li{
    background-color: #fff;
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 10px;
}
.serv-page ul li img{
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.serv-page ul li .content{
    display: inline-block;
    width: 70%;
    margin-left: 20px;
}
.serv-page ul li h3{
    font-family: 'Jost-Bold';
}
.serv-page ul li p{
    font-size: 16px;
}
.hamburger{
	display: none;
    color: #2e433a;
    vertical-align: middle;
}
.hamburger i{
	background-color: #ce9e7c;
    padding: 5px 7px;
    border-radius: 5px;
}
.backface{
	position: absolute;
    top: 0;
	left:-100%;
    width: 100%;
    height: 100%;
    background-color: #000000ad;
    z-index: 99;
}
.sidenav{
	position: absolute;
    width: 80%;
    height: 100%;
	left:-100%;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
	transition:ease-in-out 0.2s;
}
.sidenav ul li{
	border-bottom: 1px solid #33333338;
    line-height: 2.7;
}
.sidenav ul li a{
	padding-left: 10px;
    display: block;
}
.sidenav .close{
	position: absolute;
    top: 0;
    right: -36px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    font-size: 12px;
    padding: 13px;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
@media screen and (max-width:500px){
	h1{
		font-size:22px;
	}
	.hamburger{
		display:inline-block;
	}
	.topnav{
		height:auto;
		font-size:10px;
		text-align: center;
	}
	.topnav .right{
		float:none;
		margin-top:10px;
	}
	.topnav ul li i, .topnav ul li:nth-child(1) a i{
		padding: 7px 8px;
	}
	.mainnav{
		position:unset;
	}
	.mainnav ul{
		display:none;
	}
	.mainnav .wrapper{
		border-radius:0;
		padding:15px 5px;
	}
	.mainnav .logo{
		display: inline-block;
		vertical-align: middle;
		margin-left: 20px;
	}
	.mainnav .logo img {
    	width: 135px;
	}
	.mainnav button{
		padding: 8px 15px;
        font-size: 10px;
        margin-top: 10px;
        letter-spacing: normal;	
	}
	.banner{
		position:relative;
		padding-top:0;
		background-color:transparent;
	}
	.banner:before{
		position:absolute;
		top:0;
		width:100%;
		height:100%;
		background-color: #ebebebb5;
		content:"";
	}
	.banner .wrapper{
		width:auto;
	}
	.banner h1{
		font-size:28px;
	}
	.banner p{
		font-size:15px;
	}
	.abt img{
		float:none;
	}
	.abt p, .serv ul li p {
    	font-size: 14px;
	}
	.serv ul li{
		width:100%;
		margin-right:0;
	}
	.serv ul li h3{
		font-size:20px;
	}
	.books p{
		width:auto;
		font-size:14px;
	}
	.blogs ul li{
		width:49%;
		margin-right:0;
	}
	.blogs ul li img {
    	width: 100%;
    	height: 120px;
    	object-fit: cover;
	}
	.blogs ul li h3{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		line-height: 1.2;
		min-height: auto;
	}
	.blogs ul li p {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
	.subs{
		background-position: left;
		background-attachment: unset;
	}
	.subs h1{
		font-size:30px;
	}
	.subs p{
		font-size:17px;
	}
	footer .logo img{
		width:200px;
	}
	footer .logo p{
		width:auto;
		font-size:13px;
	}
	footer ul li a{
		font-size:13px;
	}
	.hero-img{
		padding-top:30px;
		padding-bottom:30px;
		margin-top: -5px;
	}
	.hero-img h1{
		font-size: 30px;
	}
	.abt-page img{
		width: 50%;
		margin-top: 60px;
		padding: 10px;
	}
	.abt-page p {
    	font-size: 14px;
	}
	.serv-page ul li img{
		width:100%;
	}
	.serv-page ul li .content{
		width:100%;
		margin-left:0;
	}
	.serv-page ul li h3{
		font-size:20px;
	}
	.serv-page ul li p {
    	font-size: 14px;
	}
	.cont-page .form{
		width:auto;
		float:none;
	}
	.cont-page ul li i{
		font-size: 14px;
	}
	.cont-page ul li .content h5{
		font-size:15px;
	}
	.cont-page ul li .content p{
		font-size:13px;
	}
	#popup .modal-dialog, #subspopup .modal-dialog{
		width:auto;
	}
}