:root {
	--main: #ffd445;
    --secend: #0984da;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
html, body {
	margin: 0;
	padding: 0;
    font-family: 'Lato', sans-serif;
    font-family: 'Slabo 27px', serif;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	font-size: 16px;
    line-height: 1.5;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a, a:active, a:focus, button, button:focus, 
button:active, .btn, .btn:focus, .btn:active:focus, 
.btn.active:focus, .btn.focus, .btn.focus:active, 
.btn.active.focus, .form-control:focus {
	outline: none;
	outline: 0;
	color: #fff;
	margin: 0;
	box-shadow: 0 0 0 0.0 #333;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    font-family: 'Lato', sans-serif;
}
img {
	max-width: 100%;
	box-sizing: border-box
}
.p-65{
	padding: 65px 0;
}
/****************************sticky header***************/
.fixed-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	/*background: #203130;*/
	background: rgba(0,125,32,0.75);
	z-index: 99999;
	padding-left: 0;
	padding-right: 0;
	transition: 0.9s;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}


/************************************scroll to top*************/
.scrollup {
	position: fixed;
	right: 4%;
	bottom: 3%;
	background: var(--secend);
	color: #fff;
	font-size: 20px;
	opacity: 0.5;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
}
/*************************loader*****************************/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/loader.gif) 50% 50% no-repeat #ffffff;
    background-size: 12%;
}
.heading{

}
.heading h2{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 35px;
}

/*===== header  =====*/
.header {
	position: relative;
	z-index: 99999;
}
.top-header{
    padding: 10px 0;
    background: #02101d;
}
.head-address{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header .top-box {
}
.head-address ul{
    display: flex;
    align-items: center;
}
ul.address li{
    font-size: 16px;
    color: #fff;
    padding: 0 15px 0;
}
ul.address li i{
    margin-right: 5px;
}
.top-header .social li a{
    font-size: 14px;
    color: var(--main);
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--main);
    display: inline-block;
    margin: 0 5px;
    transition: all ease-in-out 600ms;
}
.top-header .social li a:hover{
    /*background: var(--secend);*/
    background: #021324;
    color: var(--main);
}
.main-header {
    padding: 10px 0;
    background: #fff;
    position: relative;
}
.main-header .logo{
    position: absolute;
    left: 50%;
    top: -65px;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.main-header .logo .navbar-brand{
    margin: 0;
    padding: 20px;
}
.main-header .navbar{
	padding: 0px 0;
	align-items: center;
	justify-content: space-between;
    position: relative;
    z-index: 11;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item{
	position: relative;
	margin: 0 18px;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    border-radius: 0px;
    text-transform: capitalize;
    display: inline-block;
}

.main-header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.main-header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link{
	color: var(--secend);
}

.hearder-btn a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 20px 45px;
    background: var(--secend);
    border-radius: 30px 0 0 0;
    transition: all ease-in-out 600ms;
    display: inline-block;
    margin-left: 35px;
}
.hearder-btn a:hover{
    color: #fff;
    background: var(--main);
}
/*------banner-sec---------*/
.banner-sec{
    position: relative;
    background: #fff;
}
.banner-sec .banner-txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    display: flex;
    align-items: center;
}
.banner-sec .banner-txt .txt{
    text-align: right;
    width: 50%;
    position: relative;
    z-index: 111111;
    margin-left: auto;
}
.banner-sec .banner-txt .txt h2{
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
}
.banner-sec .banner-txt .txt p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.site-btn a{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 35px;
    background: var(--main);
    border-radius: 5px;
    transition: all ease-in-out 600ms;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 25px;
}
.site-btn a:hover{
    background: var(--secend);
    color: #fff;
}
/*============epi-video-sec=============*/
.epi-video-sec{
    padding: 65px 0;
    background: #f1f3f4;
    position: relative;
}
.epi-video-sec .epi-video-txt{
    text-align: left;
}
.epi-video-sec .epi-video-txt h3{
    font-size: 18px;
    font-weight: 400;
    color: var(--secend);
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative;
}
.epi-video-sec .epi-video-txt h2{
    font-size: 26px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative;
}
.epi-video-sec .epi-video-txt p{
    font-size: 16px;
    font-weight: 400;
    color: #535353;
}
.epi-video-sec .epi-video-txt audio{
    width: 75%;
}
.epi-video-sec .epi-video-img{
    position: relative;
}
.play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--main);
    border-radius: 5px;
    color: #000;
    text-align: center;
    z-index: 11;
    cursor: pointer;
}
.play-btn:before, .play-btn:after {
    content: '';
    width: 50px;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: var(--main);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
}
.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes pulse-me {
    0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    }
    50% {
    opacity: 0.2;
    }
    70% {
    opacity: 0.09;
    }
    100% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
    }
}

.cutting-video .modal-body{
    padding: 0;
    background: #000;
    border-radius: 0;
}
.cutting-video button.close {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 10px 18px;
    opacity: 1;

}
/*==========about-sec=======*/
.about-sec{
    position: relative;
    padding: 60px 0;
    background: #fff;
}
.about-sec .about-img{
    position: relative;
}
.about-sec .about-img .img-box1{
    width: 65%;
}
.about-sec .about-img .img-box2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65%;
    border: 8px solid var(--main);
}
.about-sec .about-txt h2{
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.about-sec .about-txt p{
    font-size: 16px;
    font-weight: 400;
    color: #6b6b6b;
    margin-bottom: 20px;
}
.about-sec .about-txt ul li{
    font-size: 16px;
    font-weight: 600;
    color: #6b6b6b;
    margin-bottom: 8px;
    padding-left: 35px;
    position: relative;
}
.about-sec .about-txt ul li:after{
    content: '\f001';
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px 6px;
    background: var(--main);
    color: #fff;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    border-radius: 3px;
}
/*============episode-sec===========*/
.episode-sec{
    position: relative;
    background: #f1f3f4;
    padding: 65px 0;
}
.episode-sec h2{
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 35px;
}
.episode-sec .epi-box{
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    background: #f1f3f4;
    margin-bottom: 30px;
}
.episode-sec .epi-box .epi-img{
    overflow: hidden;
    position: relative;
}
.episode-sec .epi-box .epi-img img{
    width: 100%;
    transform: scale(1.0);
    transition: all ease-in-out 600ms;
}
.episode-sec .epi-box:hover .epi-img img{
    transform: scale(1.2);
}
.episode-sec .epi-box .upper-txt{
    background: transparent;
    padding: 20px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.episode-sec .epi-box .upper-txt h4{
    font-size: 16px;
    font-weight: 400;
    color: var(--main);
    margin-bottom: 8px;
}
.episode-sec .epi-box .upper-txt h3{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.episode-sec .epi-box audio{
    width: 100%;
}
/*==========team-sec=========*/
.team-sec{
    padding: 65px 0;
    background: var(--main);
    position: relative;
}
.team-sec h2{
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 35px;
}
.team-sec .team-box{
    position: relative;
    margin: 15px;
}
.team-sec .team-box .team-txt{
    padding: 25px 15px;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: -35px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.team-sec .team-box .team-txt h3{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.team-sec .team-box .team-txt h3 span{
    color: var(--secend);
    font-size: 14px;
    font-weight: 400;
}
.team-sec .team-box .team-txt p{
    color: #717171;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.team-sec .team-box .team-txt p span{
    color: var(--secend);
    font-weight: 400;
}
ul.social-icon{
    display: flex;
    justify-content: center;
}
.social-icon li a{
    font-size: 13px;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 3px;
    text-align: center;
    width: 35px;
    background: var(--secend);
}
.social-icon li a:hover{
    background: var(--main);
}
/*=============video-sec=============*/
.video-sec{
    padding: 0px 0;
    background: #fff;
    position: relative;
    height: 450px;
    overflow: hidden;
}
.video-sec .video-txt{
    padding: 165px 35px 65px 0;
}
.video-sec h3 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
}
.video-sec .video-img{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

/*=============blog-sec=========*/
.blog-sec{
    padding: 60px 0;
    position: relative;
    background: #f1f3f4;
}
.blog-sec .head h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: center;
}
.blog-sec .box{
    margin: 15px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.blog-sec .box .blog-img{
    position: relative;
    overflow: hidden;
}
.blog-sec .box ul{
    padding: 10px 25px;
    background: var(--main);
    display: flex;
}
.blog-sec .box ul li{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    margin-right: 20px;
}
.blog-sec .box ul li span{
    color: var(--secend);
    margin-right: 6px;
}
.blog-sec .box .txt{
    padding: 15px 25px;
    background: #fff;
}
.blog-sec .box p{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}
.blog-sec .box h3{
    font-size: 19px;
    font-weight: 400;
    color: var(--main);
    text-transform: capitalize;
    transition: all ease-in-out 600ms;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}
.blog-sec .box h3 a{
    color: var(--secend);
    transition: all ease-in-out 600ms;
}
.blog-sec .box h3:hover a{
    color: var(--main);
}
.blog-sec .site-btn a {
    color: #000;
    font-size: 15px;
    padding: 5px 15px;
    margin-top: 8px;
}
.blog-sec .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 10px 15px !important;
    background: var(--secend);
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    opacity: 0.8;
}
.blog-sec .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.blog-sec .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-sec.blog-page .box{
    margin: 0px 0px 30px 0;
}

/*===========footer-sec========*/
.footer-sec{
    padding: 60px 0 0 0;
    background: #133557;
}
.footer-sec .footer-top{
    padding-bottom: 30px;
}
.footer-sec .footer-box h3{
    font-size: 24px;
    font-weight: 600;
    color: var(--main);
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
}
/*.footer-sec .footer-box h3:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 2px;
    background: var(--main);
}*/
.footer-sec .footer-box{
    margin-bottom: 30px;
}
.footer-sec .footer-box p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
.footer-sec .footer-box.link ul li{
    margin-bottom: 0px;
}
.footer-sec .footer-box.link ul li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
    transition: all ease-in-out 600ms;
}

.footer-sec .footer-box.address ul li{
    padding: 0 0 0 43px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #fff;
}
.footer-sec .footer-box.address ul li i{
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    background: var(--main);
    margin-right: 10px;
    font-size: 14px;
}
.footer-sec .footer-box.link ul li a:hover{
    color: var(--secend);
}
.footer-sec .footer-bottom{
    padding:15px 0;
    position: relative;
    border-top: 1px solid #757575;
}
.footer-sec .footer-bottom h6{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.footer-sec .form-group{
    position: relative;
    overflow: hidden;
}
.footer-sec .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 8px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid var(--main);
    border-radius: 8px;
}
.send-btn{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: var(--main);
    padding: 12px;
    border-radius: 8px;
}
.social-icon ul {
    display: flex;
}
.social-icon ul li a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--secend);
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin: 0 7px;
    transition: all ease-in-out 600ms;
}
.social-icon ul li a:hover{
    background: var(--main);
    color: #fff;
}

/*---------inner-banner--------*/
.inner-banner{
    background-size: cover !important;
    height: 250px;
    position: relative;
}
.inner-banner .inner-banner-txt{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.inner-banner .inner-banner-txt h1{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.ul-list{
    margin-top: 25px;
}
.ul-list li{
    font-size: 16px;
    margin-left: 36px;
    list-style: square;
    padding-bottom: 5px;
}
/*============contact-address=========*/
/*--------------*/
.contact-page{
    padding: 50px 0;
}
.contact-page .address {
    padding: 20px 25px;
    border: 1px solid var(--main);
}
.contact-address .box h3{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}
.contact-address .box p{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-address .box:hover:after{
    background: rgba(248, 48, 0, 0.6);
}
.contact-page{
    background: #f9f9f9;
}
.contact-page h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}
.contact-page .form-box{
    padding: 40px 25px;
    border: 1px solid #eee;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.05);
}
.contact-page .form-box h3{
    text-align: center;
}
.contact-page .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 12px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: var(--main);
    background-clip: padding-box;
    border: 0px solid var(--main);
    border-radius: 5px;
}
.contact-page textarea.form-control{
    height: 85px;
    resize: none;
}
.contact-page .form-control::-webkit-input-placeholder { color:#fff; }
.contact-page .form-control::-moz-placeholder { color:#fff; } /* firefox 19+ */
.contact-page .form-control:-ms-input-placeholder { color:#fff; } /* ie */
.contact-page input:-moz-placeholder { color:#fff; }
.address ul li.box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background: #fdeded;
    margin: 5px 0;
}
.contact-page .address h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}
.contact-page .address p{
    font-size: 14px;
}
.contact-page .address .box i{
    font-size: 30px;
    color: var(--main);
}
.contact-page .address .box .add{
    width: 80%;
}
.contact-page .address .social{
    padding: 20px 30px;
}
.contact-map{
    width: 100%;
    height: 400px;
}
.contact-page.contact-page-form{
    background: #fff;
}
/* ---cook-invent-section---- */
.top-cook-in h2{
    margin-bottom: 30px;
    color: #282828;
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
}
.bottom-cook-in.d-flex {
    justify-content: space-between;
}
.cook-in-sec p {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    margin-bottom: 20px;
}
.cook-in-sec span {
    font-weight: 700;
}
.left-btm-cook {
    width: 100%;
}
.left-btm-cook h5{
    font-size: 22px;
    font-weight: 700;
}
.left-btm-cook ul {
    justify-content: space-around;
    margin: 25px 0;
}
.left-btm-cook ul li i {
    color: #f03f37;
    margin-right: 10px;
}
/************/

/*===========================================our blog===================================*/
.blog-sec.blog-page{
    padding: 0;
}
.ourblog .blog-post {
    margin-bottom: 58px;
}
.blog-post .post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.ourblog h2{
    font-size: 30px;
    margin-bottom: 25px;
}
.ourblog h3{
    font-size: 25px;
    margin-bottom: 25px;
}
.ourblog h4{
    font-size: 24px;
}
.ourblog p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.ourblog .wrao-pic p {
    margin-bottom: 0px;
    font-size: 14px;
}
.blog-post .post-media img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.post-media .event-calender, .first-event .event-calender {
    width: 90px;
    height: 80px;
    font-size: 22px;
    padding-top: 7px;
    z-index: 9;
    text-align: center;
}
.blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--main);
    color: #fff;
    font-weight: 700;
}
.blog-post .blog-date span, .post-media .event-calender span {
    color: #fff;
}
.post-media .event-calender span, .first-event .event-calender span {
    font-size: 14px;
}
.event-calender span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-top: 6px;
    margin-right: 0;
}
.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
    color: #999;
    font-size: 14px;
}
.post-meta span a {
    color: var(--main);
}
.post-header h3 {
    margin-bottom: 10px;
}
.ourblog .post-entry {
    position: relative;
    overflow: hidden;
    border: 0;
}
.pos-relative {
    position: relative;
    border: 1px solid var(--main);
    border-radius: 0px;
    overflow: hidden;
}
.pos-relative input, .pos-relative button{
    border: 0;
}
.size-116 {
    width: 100%;
    height: 50px;
}
.stext-103 {
    font-size: 15px;
    line-height: 1.466667;
}
.cl2 {
    color: #333;
}
.p-r-55, .p-lr-55, .p-all-55 {
    padding-right: 55px;
}
.p-l-28, .p-lr-28, .p-all-28 {
    padding-left: 28px;
}
.size-122 {
    width: 55px;
    height: 100%;
}
.cl4 {
    color: #fff;
    background: var(--main);
}
.ab-t-r {
    position: absolute;
    right: 0px;
    top: 0px;
}
.flex-c-m {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.mtext-112 {
    font-size: 22px;
    line-height: 1.333333;
    padding-bottom: 15px;
}
.bor18 {
    border-top: 1px solid #e6e6e6;
    padding: 8px 0;
    font-size: 16px;
    
}
.dis-block{
    color: #333;
}
.dis-block:hover{
    color: var(--main);
}
.stext-116{
    display: block;
}
.wrao-pic{
    display: flex;
    align-items: center;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    line-height: 1.5;
    transition: all ease-in-out 600ms;
}
.wrao-pic .b-img{
    width: 80px;
    margin-right: 15px;
}
.wrao-pic:hover{
    color: var(--main-color);
}
/*============service-page============*/
.categories-page{
    padding: 55px 0;
    position: relative;
}
.categories-page .box{
    background: transparent;
    margin-bottom: 30px;
    border: 1px solid #333;
    padding: 10px
}
.nav-tabs .nav-item {
    margin-bottom: 6px;
}
.categories-page .business{
    padding: 25px 20px;
    background: url(../images/about-img.jpg) no-repeat center center;
    position: relative;
}
.categories-page .business .box{
    position: relative;
    z-index: 11;
    text-align: center;
    background: transparent;
    padding: 0;
    color: #fff;
}
.categories-page .business:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.categories-page .box ul li a{
    color: #333;
    padding: 8px 0;
}
.categories-page h3{
    font-size: 26px;
    margin-bottom: 25px;
    color: var(--main);
}
.categories-page .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    flex-direction: column;
}
.categories-page .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 1px solid var(--secend);
    border-left: 4px solid transparent;
    background: #f9f9f9;
}

.categories-page  .nav-tabs .nav-item.show .nav-link, .categories-page  .nav-tabs .nav-link.active{
    color: #fff;
    border-color: transparent;
    background: var(--main);
    border-bottom: 1px solid var(--secend);
    border-left: 4px solid var(--main);
}
.categories-page .nav-tabs .nav-link:focus, .categories-page .nav-tabs .nav-link:hover {
    color: #fff;
    border-color: transparent;
    background: var(--main);
    border-bottom: 1px solid var(--secend);
    border-left: 4px solid var(--main);
}
.categories-page .right-block p{
    font-size: 16px;
    margin-bottom: 25px;
    color: #333;
}
.categories-page .right-block p a{
    color: blue;
}
.categories-page .right-block .ser-img{
    margin-bottom: 25px;
}
.categories-page .right-block .ser-img img{
    width: 100%;
}
.categories-page .right-block ul li {
    font-size: 16px;
    color: #535353;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.categories-page .right-block ul li:after {
    content: '\f14a';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--main);
    font-weight: 400;
    font-family: 'Font Awesome 5 Free';
}
.categories-page .box h4{
    position: absolute;
    left: 10px;
    bottom: 60px;
    padding: 20px;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 5px;
}
.categories-page .table-bordered thead td, .service-page .table-bordered thead th {
    border-bottom-width: 2px;
    font-size: 12px;
}



/*==========blog-sec===========*/
.blog-sec{
    padding: 65px 0;
    background: #fff;
    position: relative;
}
.blog-sec h3{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 3px;
}
.blog-sec h2{
    font-size: 36px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.blog-sec .blog-box {
    margin: 20px 15px;
    background: #fff;
    box-shadow: 0 2px 14px rgb(0 0 0 / 10%);
}
.blog-sec .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog-sec .blog-box .blog-txt{
    padding: 20px 15px;
}
.date h5{
    font-size: 14px;
    font-weight: 400;
    color: #494949;
    margin-bottom: 5px;
}
.blog-sec .blog-box .date-title h3{

}
.blog-sec .blog-box .date-title a{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog-sec .blog-box .date-title a:hover{
    color: var(--main);
}
.blog-sec .blog-box .blog-txt p{
    font-size: 15px;
    margin-bottom: 25px;
    color: #918f8f;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}
.blog-sec .blog-box .post-by{
    display: flex;
    align-items: center;
}
.blog-sec .blog-box .post-by .admin-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.blog-sec .blog-box .post-by h5{
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.blog-sec .blog-box .post-by p {
    font-size: 14px;
    margin-bottom: 0;
    color: #918f8f;
}
.wrao-pic .b-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

/*================*/
.team-area{
    padding: 60px 0;
    background: #fff;
}
.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ff5a6e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: var(--main);
}

.site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}
.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.team-area .item .thumb img{
    height: 251px;
    object-fit: cover;
    width: 100%;
}
.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
    bottom: -100%;
    left: 0;
    padding: 35px 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  bottom: 0%;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: .6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: var(--main);
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 18px;
}

.team-area .info span {
  color: var(--main);
  font-weight: 600;
  font-size: 15px;
  margin-left: 6px;
}
.team-area .info h6 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 15px;
}

.team-area .info h6 span {
  color: #777;
  font-weight: 400;
  font-size: 14px;
}
.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}
.team-area .social ul {
    display: flex;
    justify-content: center;
}
/*===========================responsive===========================*/
@media (max-width: 1250px) {

}

@media (max-width: 1199px) {
.banner-dex {
    width: 45%;
}
.footer-sec .footer-box.link ul li a {
    font-size: 14px;
    margin: 0 13px;
}
}
@media (max-width: 1024px) {

}
 @media (max-width: 991px) {

/*---------------------------*/
.dScroll{
    height:100%;
    overflow: hidden;
}
.nav-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 2rem;
    right: .8rem;
    position: absolute;
    top: -4.5rem;
    width: 2rem;
    z-index: 99999;
    border-color: transparent;
    border: none;
    background: transparent;
    color: #fff;
}
.nav-toggle:hover {
    opacity: 0.8;
}
.nav-toggle .nav-toggle-bar, .nav-toggle .nav-toggle-bar::after, 
.nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: var(--main);
    content: '';
    padding: 2px 0;
    width: 100%;
    border-radius: 10px;
}
.nav-toggle .nav-toggle-bar {
    margin-top: 0;
}
.nav-toggle .nav-toggle-bar::after {
    margin-top: 12px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.nav-toggle .nav-toggle-bar::before {
    margin-top: -12px;
    width: 100%;
    right: 0;
    top: 0;
}
/*.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
    margin-top: 0;
}
.nav-toggle.expanded .nav-toggle-bar {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.expanded .nav-toggle-bar::after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 5px 0 0 7px;
}
.nav-toggle.expanded .nav-toggle-bar::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: -8px 5px 0px 0;
}*/
.bar-collapse {
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -ms-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
    background: rgb(255 255 255 / 1.0);
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    height: 100vh;
    position: fixed;
    left: -100%;
    padding: 15px 0;
    top: 0;
    width: 60%;
    z-index: 9999;
    overflow: hidden;
    overflow-y: scroll;
    display: block !important;
    border-bottom: 1px solid rgb(0 0 0 / 0.15);
}
.bar-collapse .header-btn {
    margin-top: 25px;
}
.bar-collapse .header-btn .button {
    margin-left: 0;
}
.bar-collapse.expanded2 li, .bar-collapse.expanded2 li.active {
    background: transparent;
    margin: 0;
    padding: 10px 0;
    margin-bottom: 2px;
    border-bottom: 0px solid rgb(0 0 0 / 0.15);
}
.bar-collapse.expanded2 li:last-child{
    border-bottom: 0 !important;
}
.bar-collapse.expanded2 li a:hover {
    border-bottom: 0px;
    color: var(--main-color);
}
.bar-collapse.expanded2 navbar-nav{
    flex-direction: column !important;
}
.bar-collapse.expanded2 li a {
    color: #333 !important;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 15px 0;
}
.bar-collapse.expanded2 {
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -ms-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
    left: 0rem;
    box-shadow: 0 0px 10px 1px #565656;
    padding: 20px;
}

/*------------------------------*/
.banner-sec .banner-txt .txt h2 {
    font-size: 30px;
}
.banner-dex h4 {
    font-size: 19px;
}
.banner-sec .banner-txt .txt p {
    font-size: 14px;
}
.services-sec .ser-txt p{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}
.services-sec .ser-txt h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.site-btn a {
    font-size: 14px;
    padding: 6px 20px;
    margin-top: 15px;
}
.time-sec .phone-no {
    margin-top: 30px;
}
.main-header .logo {
    left: 0;
    top: -55px;
    transform: translateX(0%);
    width: 110px;
    height: 110px;
}
.nav-toggle {
    top: -1rem;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 0 0 0;
}
.bar-collapse.expanded2 li, .bar-collapse.expanded2 li.active {
    margin: 0;
    padding: 7px 0;
}
.services-sec .services-box{
    background: transparent;
}
.services-sec .ser-txt {
    margin-bottom: 30px;
}
.footer-sec .footer-box {
    margin-bottom: 20px;
}
.subscribe-sec .subscribe-box h3 {
    font-size: 24px;
}
.subscribe-sec .subscribe-box p {
    font-size: 13px;
}
.subscribe-sec .form-group {
    width: 100%;
}
.about-sec .about-img .about-hover p {
    padding: 35px 20px;
    width: 90%;
    font-size: 14px;
}
.about-sec .about-txt h2:after {
    font-size: 42px;
}
.banner-sec .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.banner-dex .banner-img {
    width: 70px;
    height: 70px;
    border: 6px solid rgba(255, 255, 255, 0.1);
}
.banner-dex h4 {
    font-size: 14px;
}
}
@media (max-width: 575px) {
.banner-sec .banner-txt .txt {
    width: 100%;
}
.banner-sec .banner-txt .txt h2 {
    font-size: 24px;
}
.banner-sec .banner-txt {
    height: 70%;
}
.banner-dex {
    width: 88%;
}
.about-sec .about-txt h2 {
    font-size: 26px;
}
.about-sec .about-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.about-sec .about-img .about-hover {
    width: 100%;
    clip-path: unset;
}
.time-sec .time-box ul li {
    font-size: 14px;
}
.time-sec .time-box ul {
    grid-template-columns: auto;
}
.time-sec .phone-no h4 {
    font-size: 29px;
}
.review-sec h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.subscribe-sec .form-group {
    flex-direction: column;
}
.subscribe-btn{
    margin: 15px 0 0 0;
}
.subscribe-sec .subscribe-box {
    padding: 25px 15px;
}
.subscribe-sec .subscribe-box h3 {
    font-size: 20px;
}
.footer-sec .footer-box.link ul {
    flex-direction: column;
}
}
 @media (max-width: 414px) {

}
 @media (max-width: 320px) {

}