body{
	margin:0;
	padding:0;
	font-family: 'Dosis';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
    height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	-webkit-focus-ring-color;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-SemiBold.eot');
    src: url('../fonts/Dosis-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-SemiBold.woff2') format('woff2'),
        url('../fonts/Dosis-SemiBold.woff') format('woff'),
        url('../fonts/Dosis-SemiBold.ttf') format('truetype'),
        url('../fonts/Dosis-SemiBold.svg#Dosis-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Regular.eot');
    src: url('../fonts/Dosis-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Regular.woff2') format('woff2'),
        url('../fonts/Dosis-Regular.woff') format('woff'),
        url('../fonts/Dosis-Regular.ttf') format('truetype'),
        url('../fonts/Dosis-Regular.svg#Dosis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Light.eot');
    src: url('../fonts/Dosis-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Light.woff2') format('woff2'),
        url('../fonts/Dosis-Light.woff') format('woff'),
        url('../fonts/Dosis-Light.ttf') format('truetype'),
        url('../fonts/Dosis-Light.svg#Dosis-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Medium.eot');
    src: url('../fonts/Dosis-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Medium.woff2') format('woff2'),
        url('../fonts/Dosis-Medium.woff') format('woff'),
        url('../fonts/Dosis-Medium.ttf') format('truetype'),
        url('../fonts/Dosis-Medium.svg#Dosis-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Bold.eot');
    src: url('../fonts/Dosis-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Bold.woff2') format('woff2'),
        url('../fonts/Dosis-Bold.woff') format('woff'),
        url('../fonts/Dosis-Bold.ttf') format('truetype'),
        url('../fonts/Dosis-Bold.svg#Dosis-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satisfy';
    src: url('../fonts/Satisfy-Regular.eot');
    src: url('../fonts/Satisfy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satisfy-Regular.woff2') format('woff2'),
        url('../fonts/Satisfy-Regular.woff') format('woff'),
        url('../fonts/Satisfy-Regular.ttf') format('truetype'),
        url('../fonts/Satisfy-Regular.svg#Satisfy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
    top: 0;
    box-shadow: 0 0 4px #b0b0b0;
    z-index: 999;
}
.top-bar{
	background: #000;
	height: 54px;
	padding-top: 6px;
}
.social{
	padding-top: 7px;
}
.social a{
	margin-right: 8px;
}
.top-right{
	justify-content: end;
	display: flex;
}
.ad{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
	margin-left: 30px;
}
.ad a{
	color: #fff;
}
.ad b{
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	color: #f9eba4;
}
.ad img{
	margin-right: 18px;
}
.menu-part{
	background: #fff;
}
.logo{
	position: relative;
	margin-top: -15px;
	padding-left: 0;
	padding-right: 0;
}
.logo img{
	background: #fff;
	padding: 10px 9px 0;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.logo:before{
	width: 2000px;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: -2000px;
	content:"";
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
}
.menu ul li a{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	display: block;
	padding: 15px 26px;
	text-transform: uppercase;
	transition: ease all 0.5s;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #d8a41a;
	transition: ease all 0.5s;
}
.search-bar{
	display: inline-block;
	vertical-align: middle;
}
.banner{
	background: url(../images/banner.jpg) no-repeat center top;
	position: relative;
	margin-top: 108px;
	padding: 140px 0 0;
	background-size: cover;
}
.banner-left{
	margin-top: 75px;
}
.banner-title{
	font-family: 'Satisfy';
	font-size: 36px;
	color: #eec746;
	line-height: 1.3;
}
.banner-title2{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.3;
}
.banner-text{
	font-size: 31px;
	color: #eec746;
}
.banner-btn a{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	background: #f0ce56;
	background: -moz-linear-gradient(top, #f0ce56 0%, #f5e37e 52%, #c4a12c 100%);
	background: -webkit-linear-gradient(top, #f0ce56 0%,#f5e37e 52%,#c4a12c 100%);
	background: linear-gradient(to bottom, #f0ce56 0%,#f5e37e 52%,#c4a12c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ce56', endColorstr='#c4a12c',GradientType=0 );
	padding: 10px 40px;
	margin-top: 30px;
	transition: ease all 0.5s;
}
.banner-btn a:hover{
	background: #fff;
	transition: ease all 0.5s;
}
.about-sec{
	padding: 20px 0;
}
.box1-top{
	padding: 0;
}
.box1{
	position: relative;
	height: 100%;
	transition: ease all 0.5s;
}
.box1:hover:before{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	transition: ease all 0.5s;
}
.box1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box1-title{
	font-family: 'Satisfy';
	font-size: 46px;
	color: #ffde73;
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0;
	text-align: right;
	padding: 0 20px;
	transition: ease all 0.5s;
}
.box1:hover .box1-title{
	bottom: 80px;
	transition: ease all 0.5s;
}
.box1.two:before{
	display: none;
}
.box1-content{
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
	padding: 20px 30px;
}
.about-title{
	font-family: 'Satisfy';
	font-size: 35px;
	color: #d8a41a;
}
.about-title2{
	font-size: 30px;
	font-weight: bold;
	color: #121212;
	line-height: 1.3;
}
.box1-text{
	font-size: 16px;
	font-weight: 500;
	color: #2d2d2d;
	padding-top: 8px;
}
.read-more{
	display: inline-block;
	font-size: 18px;
	color:#d8a41a;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	text-decoration: underline !important;
	letter-spacing: 2px;
	transition: ease all 0.5s;
}
.read-more:hover{
	color:#000;
	text-decoration: underline !important;
	transition: ease all 0.5s;
}
.service-sec{
	padding:30px 0 50px;
}
.serv-title{
	font-family: 'Satisfy';
	text-align: center;
	font-size: 35px;
	color: #d8a41a;
	line-height: 1.1;
}
.serv-title2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #070707;
	line-height: 1.1;
}
.box2-top{
	margin-top: 40px;
}
.box2{
	border-width: 4px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #f6e580, #bd961f) 1;
	padding: 26px 20px 0;
	min-height: 100%;
}
.box2 img{
	background: #f0cd54;
}
.box2-title{
	font-family: 'Satisfy';
	font-size: 20px;
	color: #d8a41a;
	margin-top: 10px;
}
.box2-title2{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.box2-text{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 10px;
}
.view-btn{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #000 !important;
	text-transform: uppercase;
	background: #f0ce56;
	background: -moz-linear-gradient(top, #f0ce56 0%, #f5e37e 52%, #c4a12c 100%);
	background: -webkit-linear-gradient(top, #f0ce56 0%,#f5e37e 52%,#c4a12c 100%);
	background: linear-gradient(to bottom, #f0ce56 0%,#f5e37e 52%,#c4a12c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ce56', endColorstr='#c4a12c',GradientType=0 );
	padding: 10px 40px;
	margin-top: 26px;
	margin-left: -20px;
	transition: ease all 0.5s;
}
.view-btn:hover{
	background: #000;
	color: #fff !important;
	transition: ease all 0.5s;
}
.wide-sec{
	background: url(../images/wide-bg.jpg) no-repeat center top;
	padding: 72px 0;
	background-attachment: fixed;
	background-size: cover;
}
.title{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
.title b{
	color: #f0cd54;
}
.text{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding: 17px 14% 0;
}
.drinks-sec{
	padding: 40px 0;
}
.box3-top{
	padding: 0;
}
.box3{
	background-size: cover !important;
	height: 100%;
	object-fit: cover;
	position: relative;
	overflow: hidden;	
}
.first-one{
	background: url(../images/d1.jpg) no-repeat;
	padding:90px 45px 0;
}
.second-one{
	background: url(../images/d2.jpg) no-repeat;
	padding:90px 0 0 45px;
}
.third-one{
	background: url(../images/d3.jpg) no-repeat;
	padding: 43px 45px 172px;
}
.forth-one{
	background: url(../images/d4.jpg) no-repeat;
	padding:50px 45px 0;
}
.box3-left{
	margin-top: 46px;
}
.box3-left2{
	margin-top: 105px;
}
.b-title{
	font-size: 35px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.b-title.two{
	color: #fff;
	background: #ef2b21;
	letter-spacing: 3px;
	position: relative;
}
.b-title.two:before{
	width: 2000px;
	height: 100%;
	background: #ef2b21;
	position: absolute;
	top: 0;
	left: -2000px;
	content: "";
}
.b-title.two:after{
	width: 20px;
	height: 100%;
	background: #ef2b21;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	top: 0;
	right: -20px;
	content: "";
}
.b-text{
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 1.3;
}
.b-text.two{
	color: #fff;
	padding-top: 12px;
}
.b-img{
	position: absolute;
	width: 260px;
	bottom: 0;
	right: 0px;
}
.b-img2{
	position: absolute;
	width: 264px;
	bottom: 0;
	left: 12px;
}
.footer-top{
	position: relative;
}
.yellow-part{
	background: #f1d460;
	padding: 35px 35px;
}
.y-title{
	font-size: 35px;
	font-weight: bold;
	color: #171717;
	color: #000;
}
.c-btn{
	text-align: right;
}
.c-btn a{	
	display: inline-block;
	background: #171717;
	font-size: 16px;
	font-weight: bold;
	color: #f1d460;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 34px;
	border-radius: 5px;
	transition: ease all 0.5s;
}
.c-btn a:hover{
	background: #f5f5f5;
	color: #000;
	transition: ease all 0.5s;
}
.footer{
    background: #171717;
    padding: 126px 0 20px;
	margin-top: -82px;
}
.foot_title{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 18px;
}
.foot_text{
	color: #fff;
	padding-right: 50px;
}
.foot1{
    margin: 0;
    padding: 0;
}
.foot1 li{
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    background: url(../images/r-arw.png) no-repeat;
    padding-left: 26px;
	background-position: 0 6px;
    transition: ease all 0.5s;
}
.foot1 li a{
    color: #fff;
    transition: ease all 0.5s;
}
.foot1 li a:hover {
    color: #f1d460;
    transition: ease all 0.5s;
}
.foot1 li img{
    position: absolute;
    top: 0;
    left: 0;
}
.foot1.second li{
    position: relative;
    padding-left: 30px;
    text-transform: none;
    background-image: none;
    margin-bottom: 10px;
}
.foot1.second li img{
    position: absolute;
    top: 4px;
    left: 0;
}
.foor_last{
    padding-left: 20px;
}
.line{
    position: relative;
}
.line:after{
    width: 1px;
    height: 100%;
    background: #474747;
    position: absolute;
    top: 0;
    right: 18px;
    content: "";
}
.social2 a{
    margin-right: 5px;
}
.copyright{
	background: #262626;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}
.copyright a{
    color: #fff;
}
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 22px;
    overflow: hidden;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: 51px;
    right: 2%;
    color: #fff;
    background: #171717;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transition: all 0.5s;
}
#back2Top.show {
    opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
   margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {  
   background-size: cover !important;
   max-width: 100% !important;
   padding: 160px 0 !important;
   margin: 108px 0 50px !important;
   position: relative;
   overflow: hidden;
   text-align: center;
}
.blog_page_header{
	background: url(../images/banner.jpg) no-repeat;
	padding: 166px 0 !important;
}
.page .entry-content {
   max-width:100% !important;
   padding:0px !important;
}
.content-area, .content-sidebar {
   padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
   text-align: center;
   color: #fff;
   width: 100%;
   font-size: 28px;
   font-weight: bold;
   text-transform: uppercase;
   position: relative;
   z-index: 99;
   margin-bottom: 0;
}
.breadcrumb-container {
   text-align: center;
   color: #fff !important;
   font-size: 16px !important;
   position: relative;
   z-index: 99;
}
.breadcrumb-container a {
   color: #fff !important;
}
.abt-title {
	font-size: 22px;
	font-weight:bold;
	color: #e2bc60;
	margin-bottom: 12px;
	line-height: 1.2;
}
.ab-inner-text {
    font-size: 18px;
	font-weight:500;
	color: #000;
	text-align: justify;
}
.ab-inner ul {
    padding: 0px;
    margin: 20px 0 0;
}
.ab-inner ul li {
    background:url(../images/check3.png) no-repeat;
    background-size: 16px;
    background-position: top 6px left;
    list-style:none;
    padding-left: 26px;
    padding-bottom: 8px;
    color: #000;
    font-size: 18px;
	font-weight:500;
}
.green-bg{
	background: #e2bc60;
	padding: 30px 0;
	text-align: center;
	margin: 40px 0 0;
}
.green-bg .abt-title{
	color: #fff;
	font-size: 25px;
}
.green-bg .ab-inner-text{
	text-align:center;
	color:#000;
}
.ab-iner-img img{
	width:100%;
}
.contact_top_block{
	text-align: center;
	background: #ebebeb3d;
	padding: 20px 5px;
	height: 100%;
	border-width: 2px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #f6e580, #bd961f) 1;
}
.contact_top_block p{
	margin-bottom:0;
}
.contact_top_heading{
	color: #000;
	font-size: 20px;
	margin-top: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.contact_top_number{
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
	color: #453f3f;
}
.contact_top_number a{
	color: #453f3f;
}
.contact-form{
	background: #2d2d2d;
	text-align: center;
	margin-top: 40px;
	padding: 30px 25px 0;
}
.form-title{
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.frm_fld input {
    width: 100%;
	padding:12px 15px !important;
    border: none !important;
    margin-top: 15px;
    border-radius: 0;
	background: #fff;
	color:#000 !important;
}
.frm_fld textarea {
    width: 100%;
    height: 120px;
    background: #fff !important;
	color:#000 !important;
    margin-top: 15px;
	border-radius: 0;
    border: none !important;
    resize: none;
	padding:12px 15px !important;
}
.send_btn input {
    border: none !important;
	width:100%;
	display: block;
	border-radius: 0 !important;
	color: #000 !important;
	padding: 7px 22px !important;
	background: #e2bc60 !important;
	font-size: 20px !important;
	font-weight: normal !important;
	margin: 26px auto 0;
}
.frm_fld input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#000;
	font-size:18px;
}
.frm_fld input::-moz-placeholder { /* Firefox 19+ */
	color:#000;
	font-size:18px;
}
.frm_fld input:-ms-input-placeholder { /* IE 10+ */
	color:#000;
	font-size:18px;
}
.frm_fld input:-moz-placeholder { /* Firefox 18- */
	color:#000;
	font-size:18px;
}
.frm_fld textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#000;
	font-size:18px;
}
.frm_fld textarea::-moz-placeholder { /* Firefox 19+ */
	color:#000;
	font-size:18px;
}
.frm_fld textarea:-ms-input-placeholder { /* IE 10+ */
	color:#000;
	font-size:18px;
}
.frm_fld textarea:-moz-placeholder { /* Firefox 18- */
	color:#000;
	font-size:18px;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #c4a332;
    color: #000 !important;
    padding: 10px 0;
    font-weight: bold;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 44%;
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #000;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.back-btn a {
    background: #d7a119;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px 22px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.thankyou-text{
	font-size:20px;
}
.error_container {
    align-items: center;
    padding: 30px 0;
    text-align: center;
}




/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-bar{
		display:none;
	}
	.menu-part{
		padding: 10px 0;
	}
	.logo{
		margin-top: 0;
		padding-left: 12px;
		padding-right: 12px;
	}
	.logo img{
		background: transparent;
		padding: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		width: 109px;
	}
	.logo::before{
		display:none;
	}
	.header-right{
		text-align: left;
	}
	.menu{
		display: block;
	}
	.menu ul li a{
		padding: 10px 0;
	}	
	.primary-navigation{
		padding-top: 0 !important;
	}
	.menu-toggle{
		background-color: transparent !important;
		top: 2px !important;
	}
	.menu-toggle::before{
		color: #eec746 !important;
	}
	.primary-navigation.toggled-on .nav-menu{
		margin-top:10px !important;
	}
	.primary-navigation.toggled-on{
		padding: 0 0 10px !important;
	}	
	.banner{
		margin-top: 52px;
		padding: 60px 0 0;
	}
	.banner-left{
		margin-top: 0;
	}
	.banner-title{
		font-size: 28px;
	}
	.banner-title2{
		font-size: 24px;
	}
	.banner-text{
		font-size: 22px;
	}
	.banner-btn a{
		font-size: 16px;
		padding: 10px 34px;
		margin-top: 18px;
	}
	.banner-right{
		margin-top:30px;
	}
	.banner-right img{
		width:100%;
	}
	.about-sec{
		padding: 30px 0 20px;
	}
	.box1-top{
		padding: 12px;
	}
	.box1-title{
		font-size: 30px;
	}
	.box1 img{
		height: auto;
	}
	.box1-content{
		position: static;
		padding: 20px 10px;
	}
	.box1.two img{
		display:none;
	}
	.about-title{
		font-size: 30px;
	}
	.about-title2, .serv-title2{
		font-size: 26px;
	}
	.about-title2 br{
		display:none;
	}
	.service-sec{
		padding: 15px 0 30px;
	}
	.box2-top{
		margin-top: 25px;
	}
	.box2{
		padding: 20px 15px 0;
	}
	.box2-title2{
		font-size: 20px;
	}
	.view-btn{
		margin-left: -15px;
	}
	.wide-sec{
		padding: 35px 0;
	}
	.title{
		font-size: 25px;
	}
	.text{
		padding: 17px 0 0;
		font-size: 17px;
	}
	.drinks-sec{
		padding: 30px 0;
	}
	.box3-top{
		padding: 12px;
		margin-top: 15px;
	}
	.b-title{
		font-size: 26px;
	}
	.b-title.two{
		font-size: 22px;
	}
	.b-text{
		font-size: 16px;
	}
	.first-one{
		padding: 20px 20px 0;
	}
	.second-one{
		padding: 35px 20px 0;
	}
	.third-one{
		padding: 25px 20px 0;
	}
	.forth-one{
		padding: 25px 20px 15px;
	}
	.box3-left{
		margin-top: 0;
	}
	.box3-left2{
		margin-top: 0;
	}
	.box3-right{
		margin-top:20px;
	}
	.b-img{
		position: relative;
		width: 248px;
		margin-top: 30px;
	}
	.b-img2{
		position: relative;
		width: 250px;
		left: 0;
		margin-top: 30px;
	}
	.yellow-part{
		padding: 20px 15px;
	}
	.y-title{
		font-size: 26px;
		line-height: 1.3;
	}
	.c-btn{
		text-align: left;
	}
	.c-btn a{
		padding: 10px 20px;
		margin-top:20px;
	}
	.footer{
		padding: 100px 0 20px;
	}
	.line::after{
		display:none;
	}
	.foot_text{
		padding-right: 0;
	}
	.foot_title{
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 18px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.copyright{
		padding: 10px 0 54px;
	}
	.page .entry-header, .blog_page_header{
		padding: 70px 0 !important;
		margin: 48px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 22px;
	}
	.abt-title{
		font-size: 20px;
	}
	.ab-inner-text{
		font-size: 17px;
		text-align:left;
	}
	.ab-inner ul li{
		font-size: 17px;
	}
	.ab-iner-img{
		margin:10px 0;
	}
	.contact_top{
		margin-bottom:15px;
	}
	.contact_top_heading{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 17px;
	}
	.contact-form{
		margin-top: 15px;
		padding: 20px 15px 0;
	}
	.form-title{
		font-size: 22px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.box1-top{
		padding: 12px !important;
	}
	.box2-title2{
		font-size: 20px !important;
	}
	.box3-top {
		padding: 12px !important;
		margin-top: 15px !important;
	}
	.b-img2{
		width: 240px !important;
	}
	.c-btn{
		text-align: left !important;
	}
	.c-btn a{
		margin-top: 20px !important;
	}
	.copyright{
		padding: 10px 0 54px !important;
	}
	.footer_btn2{
		left: 46%;
	}
	.contact_top_number{
		font-size: 17px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.banner-title{
		font-size: 32px;
	}
	.banner-title2, .banner-text{
		font-size: 28px;
	}
	.box1-top{
		padding: 0;
	}
	.box1 img{
		height: 100%;
	}
	.about-title2{
		font-size: 20px;
	}
	.box2 img{
		width:85px;
	}
	.box2-title2{
		font-size: 18px;
	}
	.box3-top{
		padding: 0;
		margin-top: 0;
	}
	.box3-right.two img{
		width:167px;
	}
	.box3-right img{
		width: 114px;
	}
	.b-img{
		width: 200px;
	}
	.b-img2{
		width: 164px;
	}
	.second-one{
		padding: 21px 20px 0;
	}
	.forth-one{
		padding: 25px 20px 0;
	}
	.c-btn{
		text-align: right;
	}
	.c-btn a{
		margin-top: 0;
	}
	.footer{
		margin-top: -50px;
		padding: 80px 0 20px;
	}
	.foot_text{
		padding-right: 20px;
	}
	.copyright{
		padding: 10px 0;
	}
	.contact_top_number{
		font-size: 14px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.banner-title2{
		font-size: 36px;
	}
	.banner{
		padding: 80px 0 0;
	}
	.banner-left{
		margin-top: 40px;
	}
	.about-title2{
		font-size: 22px;
	}
	.about-title2 br{
		display:none;
	}
	.box1-content{
		padding: 10px 15px;
	}
	.box1-text{
		font-size: 15px;
	}
	.b-title{
		font-size: 26px;
	}
	.b-title.two{
		font-size:20px;
	}
	.first-one{
		padding: 50px 35px 0;
	}
	.second-one{
		padding: 50px 0 0 35px;
	}
	.third-one{
		padding: 43px 35px 120px;
	}
	.b-text{
		font-size: 16px;
	}
	.box3-right img{
		width:128px;
	}
	.box3-right.two{
		width:194px;
	}
	.b-img{
		width: 175px;
	}
	.b-img2{
		width: 180px;
	}
	.box3-left2{
		margin-top: 55px;
	}
	.contact_top_block{
		padding: 20px 8px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.banner-title{
		font-size: 32px;
	}
	.banner-title2, .banner-text{
		font-size: 28px;
	}
	.box1-top{
		padding: 0;
	}
	.box1 img{
		height: 100%;
	}
	.about-title2{
		font-size: 20px;
	}
	.box2 img{
		width:85px;
	}
	.box2-title2{
		font-size: 18px;
	}
	.box3-top{
		padding: 0;
		margin-top: 0;
	}
	.box3-right.two img{
		width:177px;
	}
	.box3-right img{
		width: 114px;
	}
	.b-img{
		width: 200px;
	}
	.b-img2{
		width: 164px;
	}
	.second-one{
		padding: 21px 20px 0;
	}
	.forth-one{
		padding: 25px 20px 0;
	}
	.c-btn{
		text-align: right;
	}
	.c-btn a{
		margin-top: 0;
	}
	.footer{
		margin-top: -50px;
		padding: 80px 0 20px;
	}
	.foot_text{
		padding-right: 20px;
	}
	.copyright{
		padding: 10px 0;
	}
	.contact_top_number{
		font-size: 14px;
	}	
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.banner-title2{
		font-size: 36px;
	}
	.banner{
		padding: 80px 0 0;
	}
	.banner-left{
		margin-top: 40px;
	}
	.about-title2{
		font-size: 22px;
	}
	.about-title2 br{
		display:none;
	}
	.box1-content{
		padding: 10px 15px;
	}
	.box1-text{
		font-size: 15px;
	}
	.b-title{
		font-size: 26px;
	}
	.b-title.two{
		font-size:20px;
	}
	.first-one{
		padding: 50px 35px 0;
	}
	.second-one{
		padding: 50px 0 0 35px;
	}
	.third-one{
		padding: 43px 35px 120px;
	}
	.b-text{
		font-size: 16px;
	}
	.box3-right img{
		width:128px;
	}
	.box3-right.two{
		width:194px;
	}
	.b-img{
		width: 175px;
	}
	.b-img2{
		width: 180px;
	}
	.box3-left2{
		margin-top: 55px;
	}
	.contact_top_block{
		padding: 20px 8px;
	}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {
	.banner{
		padding: 300px 0 0;
	}
}

@media screen and (min-width: 1920px) {
	.logo:before{
		top: 2px;
	}
	.banner{
		padding: 350px 0 0;
	}
}

@media screen and (min-width: 2048px) {
	.banner{
		padding: 420px 0 0;
	}
}

@media screen and (min-width: 2550px) {
	.banner{
		padding: 500px 0 0;
	}
}    
