@charset "utf-8";
/* CSS Document */

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

html{scroll-behavior: smooth;}

*{
    margin: 0; padding: 0;
}
ul { padding: 0; margin: 0; list-style-type: none; }
a{
    text-decoration: none !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    color: #000;
}
a:hover{
    color: #00616d;
}
a:focus, button:focus, input:focus, textarea:focus{
    outline: 0;
}

h2, .h2, h3, .h3, h4, .h4, h5{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.ptb{
	padding:60px 0;
}
.pt{padding-top:60px;}
.pb{padding-bottom:60px;}
.mt{
	margin-top:60px;
}
.scsticky{
	position: sticky;
	top:0;
	height: 100vh;
}
.parallax{
	position: relative;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.transition{
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

/* Header */

.bd_menu{
    justify-content: flex-end;
}

.bd_nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.bd_nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link
{
    font-size:14px; font-weight:700;
    text-transform:capitalize;
    position: relative;
}

/* Toggle*/

.bd_toggle.navbar-toggler{border: 0 !important; 
    background: transparent;
    padding: 0;
    line-height: normal;
    width: 40px;
    height: 40px;
    display:none;
}
.bd_toggle.navbar-toggler:focus{outline: 0;}
.bd_toggle span{
    width: 28px;
    height: 5px;
    background: #1c1c1a;
    display: block;
    position: relative;
    margin: 0 0 0 9px;
    background-image: none !important;
}
.bd_toggle span:after{position:absolute;content:" ";width:22px;height:5px;top:-7px;left:0;right:0;background:#1c1c1a;transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;}
.bd_toggle span:before{position:absolute;content:" ";width:22px;height:5px;bottom:-7px;left:0;right:0;background:#1c1c1a;transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;}

/* Fix Header */

.fixed_top {
    position: fixed;
    padding: 10px 0;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index:99;
    top: 0;
    left: 0;
    right: 0;
}
.fixed_top .bd_nav {
    padding: 0;
}
.fixed_top .bd_logo{width:80px;}

/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);

    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}



/* Banner */

.banner_area {
    position: relative;
}

.banner_img{position:relative; height:480px;}
.banner_img:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.banner_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.banner_text_area {
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
}

.bannertxt {
   /* width: 45%;
    background: #000b1dcc;*/
    padding: 0 2.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}
.bannertxt
{
    text-shadow: 3px 3px #000;
}
.banner_text_area h1, .banner_text_area h2,.banner_text_area h3,
.banner_text_area h4,.banner_text_area h5
{
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--color-white);
    text-transform: uppercase;
}
.bannertxt .banbtn a
{
text-shadow:none;
}
.bann_btn{margin-top:50px;}
.banbtn .bd_btn {
    color: #fff;
    border-color: #fff;
    text-transform: uppercase;
}
.banbtn .bd_btn:nth-last-child(1){
    background: #eb1d25;
    border-color: #eb1d25;
}

.bdbanner_img img {
    width: 90% !important;
    margin: auto;
    position: relative;
}

.bdbanner_img:after {
    position: absolute;
    content: "";
    background: #77d7de;
    width: 100%;
    height: 150px;
    bottom: -40px;
    left: 0;
    border-radius: 50%;
    z-index: -1;
}

.bdbanner_img {
    position: relative;
}

.home-carousel .owl-dots {
    position: absolute;
    margin-top: 0 !important;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}
.home-carousel .owl-dot span{
    border: 2px solid #9ca3a0;
    background: #9ca3a0 !important;
    width: 12px;
    height: 12px;
}
.home-carousel .owl-dot.active span{
    border: 2px solid var(--color-eb1d25);
    background: var(--color-eb1d25) !important;
}


.home-carousel .owl-nav{
    position: absolute;
    bottom: 0;
    right: 126px;
    margin-top: 0;
}
.home-carousel .owl-nav button{margin: 0 !important;}
.home-carousel .owl-nav button span{
    color: #7c7c7c;
    background:url(../images/arow.png);
    width: 32px; height: 22px;
    display: block;
}

.home-carousel .owl-nav button.owl-next span {
    transform: rotate(180deg);
}
.home-carousel .owl-nav button[type=button] {
    background: #fff !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

.home-carousel .owl-nav button[type=button].owl-next {
    background: #000 !important;
}
.home-carousel .owl-nav button[type=button].owl-next span {
    filter: invert(1);
}

.banner_counter{
    color: #5b626d;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    position: absolute;
    bottom: 64px;
    left: 173px;
    z-index: 1;
}
.owl-theme .owl-nav [class*='owl-']:hover{background:transparent;}
.banbtn {
    margin-top: 20px;
    display:block;
}

.crave_down{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -112px;
    z-index: 9;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}
span.arrow.bounce {
    position: absolute;
    left: 46%;
    top: 50%;
    margin: 0 auto;
}
span.arrow.bounce i{ color: #000; font-size: 20px; }

 /* End Banner */

/*Button*/

.bd_btn{
    padding: 0.8rem 1.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-353131);
    border: 0.01rem solid var(--color-353131);
    border-radius: 0;
    margin-top: 1.2rem;
    transition: var(--transition);
    display: inline-block;
}
.bd_btn:hover{
    background:#eb1d25 !important;
    border-color: #eb1d25;
}


/*Button*/

/* Footer */


.subscribe_form {
    margin-top: 20px;
}
.subscribe_form .es_subscription_form {
    position: relative;
    padding-bottom: 45px;
}

.subscribe_form .es_subscription_form .es-field-wrap {width: 100%;}
.subscribe_form .es_subscription_form .es-field-wrap label {
    margin: 0;
    width: 100%;
}

.subscribe_form .es_subscription_form .es-field-wrap .es_txt_email::placeholder {
    color: #929297 !important;
}

.subscribe_form .es_subscription_form .es-field-wrap .es_txt_email {
    background: transparent;
    padding: 0 80px 0 10px;
    border: 0;
    border-bottom: 1px solid #484848;
    height: 45px;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.subscribe_form .es_subscription_form .es_subscription_form_submit {
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 0;
    border-radius: 0;
    right: 0;
    padding: 0 20px;
    height: 45px;
    background: #ffb91d;
    border: 0;
    font-size: 12;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.subscribe_form .es_subscription_form .es_subscription_form_submit:hover {
    background: #3fb7e5;
    color: #fff;
}



/* End Footer */

.heading{
	margin-bottom: 30px;
}
.heading h2{
    font-size: 40px;
    line-height: 46px;
    color: #000;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.heading p{
    color:#000; font-size:14px; line-height:18px; margin-bottom:0;
    text-transform: capitalize;
}


/* Home */




/*Faq*/
.faq_sec .card{margin:10px 0;}
.faq_sec .card .accordion_toggle {
    border: 1px solid #004d6d;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #0d0d0d;
    position: relative;
    background: #e1f2f9;
    padding-left: 35px;
}
.faq_sec .card .accordion_toggle:after {
    position: absolute;
    content: '\f067';
    font: normal normal normal 20px FontAwesome;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    color: #0d0d0d;
    transition: 0.5s;
}
.faq_sec .card .accordion_toggle.uparow:after {
    content: "\f068";
}

/* Inner Page */

.inner_banner {height:350px;position: relative;width: 100%;}
.inner_banner:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    background-image: linear-gradient(to left, rgba(255,255,255,0), rgb(193 225 193));
}

.inner_banner .baner_img_page{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.inner_banner_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.banner_area_text_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner_area_text_box .page-title {
    font-weight: 600;
    font-size: 30px;
    line-height:34px;
    text-align: left;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 1px;
    color: #000;
    position:relative;
    padding-bottom: 6px;
    margin-bottom: 12px;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner_area_text_box .page-title:after{
	position: absolute; content: "";
	width:80px; height:2px; background:#000;
	bottom:0; left:0;
}
.breadcrumb{
	background: transparent;
	margin-bottom: 0;
	padding:0;
    flex:0 0 100%;
    max-width: 100%;
	justify-content:flex-start;
}
.breadcrumb ul{
	list-style-type: none;
	margin-bottom: 0;
    display: flex;
}
.breadcrumb ul li{
	display: inline-block;
	margin: 0 5px;
	color: #000;
}
.breadcrumb ul li:nth-child(1){
	margin-left:0;
}

.breadcrumb ul li.item-current {
    width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumb ul li a, .breadcrumb ul li strong{
	color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.breadcrumb ul li strong{color:#000;}
.breadcrumb ul li a:hover {
    color: #000;
}

/* Inner Content */

.inner_con{
	color: #251501;
    font-weight: 500;
}
.inner_con .alignright{
	float: right;
	margin: 20px 0 20px 20px;
	filter: drop-shadow(5px 5px 5px #222);
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	-moz-filter: drop-shadow(5px 5px 5px #222);
	-ms-filter: drop-shadow(5px 5px 5px #222); 
}
.inner_con .alignleft{
	float: left;
	margin: 20px 20px 20px 0;
	filter: drop-shadow(-5px 5px 5px #222);
	-webkit-filter: drop-shadow(-5px 5px 5px #222);
	-moz-filter: drop-shadow(-5px 5px 5px #222);
	-ms-filter: drop-shadow(-5px 5px 5px #222);
}

.inner_con .heading h2{
	font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #1f1f1f;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
}
.inner_con .heading p{
    font-size: 14px; line-height: 18px;
}

.inner_con h2{
	color: #000;
	font-size: 30px;
	line-height: 34px;
    letter-spacing: 1px;
}
.inner_con h3{
	color: #000;
	font-size: 26px;
	line-height: 30px;
}
.inner_con h4{
	color: #000;
	font-size: 22px;
	line-height: 28px;
}
.inner_con ul{
	padding-left: 0;
	list-style-type: none;
}
.inner_con ul li{
	position: relative;
    margin: 5px 0;
    padding-left: 15px;
}
.inner_con ul li:after{
	position: absolute;
    content: "\f105";
    font: normal normal normal 14px FontAwesome;
    color: #3e206d;
    top: 50%;
    left: 0;
    transform: translateX(50%);
    line-height: 1px;
}

.inner_con h6{
	font-size: 16px;
    line-height: 20px;
}

/* Contact */

.contact_form1 .contactbg {
    background: #fff;
    padding: 20px;
}
.contact_item .coninfo {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 10%;
}
.contact_item{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.contact_item:after, .contact_item:before{
	position: absolute; /*content: "";*/
	background: #f3d17c;
    width: 80px;
    height: 80px;
    border-radius: 50px;
}
.contact_item:after{
	left: 0px;
    top: 0px;
}
.contact_item:before{
    right:0px;
    bottom:0px;
}
.contact_item i{
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    -webkit-text-stroke: 1px #000;
    color: transparent;
    background: #eeeeee;
}
.contact_item h4{
	font-size: 28px;
    line-height: 32px;
    margin: 10px 0;
    color: #000;
}
.contact_item a, .contact_item p{
    margin-bottom: 0;
    color: #eb1d25;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
}
.heading.conhead{position:relative; border-left: 1px solid #ccc; padding-left: 20px;}
.heading.conhead:after,
.heading.conhead:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background:red;
    left: -3px;
}
.heading.conhead:after{top: 0;}
.heading.conhead:before{bottom: 0;}
.heading.conhead h2{
    color: #000;
    font-size: 35px;
    line-height: 60px;
    font-weight: 600;
}
.heading.conhead span {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #eb1d25;
}
.contact_form1 h3{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

.contact_form1{
    /*background:#00b8a7;
    padding: 30px;*/
    position: relative;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0px 10px 0 #e4e4e4;
}

.contact_form1 label{
    font-size: 16px;
    line-height: 20px;
    color: #004d6d;
    font-weight: 500;;
    margin:0 0 10px 0; display: block;
}
.contact_form1 label span{color: red;}
/*.contact_form1 span.wpcf7-not-valid-tip{
    position: absolute; bottom: 0; left: 0;
}
*/
.contact_form1 .wpcf7-form-control::placeholder {
  color: #000;
}
.captcha-image {
    border-color: #393939 !important;
}
.contact_form1 input[type="text"], 
.contact_form1 input[type="text"]:focus, 
.contact_form1 input[type="email"], 
.contact_form1 input[type="email"]:focus, 
.contact_form1 input[type="tel"], 
.contact_form1 input[type="tel"]:focus,
.contact_form1 textarea
{
    width: 100%;
    padding:0 10px;
    background-color: #eeeeee;
    border:1px solid #eeeeee;
    color: #000;
    transition: 0.5s;
    position: relative;
    border-radius:0;
    font-size: 15px;
    font-weight: 500;
}
.contact_form1 .wpcf7-form-control:focus{
    border-color: #eeeeee !important;
    box-shadow: none !important;
}
.contact_form1 .wpcf7-text {
    height: 45px;
    border:0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.contact_form1 .wpcf7-textarea {
    height:120px;
    padding-top:20px;
    border:1px solid #eeeeee;
    background-color: #eeeeee;
    color: #000;
    border-radius:0;
    font-size: 15px;
    font-weight: 500;
}
.contact_form1 .wpcf7-submit {
    background: transparent;
    color: #000;
    text-transform: capitalize;
    padding: 0 50px;
    border: 1px solid #000000;
    height: 50px;
    font-weight: 700;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}
.contact_form1 .bd_consub{position: relative; margin:55px 0 0 -15px;}
.contact_form1 .bd_consub .ajax-loader {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.self-center{ text-align: center;margin: 0 auto; }
.contact_form1 .wpcf7-submit:hover{
    color: #fff; background: #eb1d25;
    border-color:#eb1d25;
}
.bd_conlft {
    border-right: 2px solid orange;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #e70404;
    color: #fff;
    text-align: center;
    background: #e70404
}

/***********/

.map_area{height:400px;/* margin-top: 20px;*/}
.map_area iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.con_form{
	/*margin-top:-100px;*/
}

.contact_con_form{
    background: #fff;
    padding: 50px 40px;
    max-width:70%;
    box-shadow: 0 0 10px 0 #dddede;
}
.contact_con_form .contact_form1 .bd-6 {
    flex: 0 0 50%;
    max-width: 50%;
}


/* 404 */
.error-404 {
    color: #000;
}
.error-404 h1 {
    font-size: 100px;
    font-weight: 900;
    line-height: 104px;
    letter-spacing: -15px;
    -webkit-text-stroke: 1px #f9ca70;
    color: transparent;
}
.error-404 a {
    background: #f9ca70;
    display: inline-block;
    padding: 10px 20px;
    color: #7f0029;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.wpcf7-not-valid-tip{font-size: 12px !important; line-height: 16px;}
div.wpcf7-mail-sent-ok{

    background: #398f14;
	color: #fff;
    text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	background: #f7e700;
	color: #252525;
    text-align: center;
}


/*News*/

.news_box figure{
    float: left;
    width: 40%;
    margin: 0 30px 30px 0;
    background: #2c2f34;
    padding: 20px;
    text-align: center;
}


.blog_im{height:260px;}
.blog_im img{width:100%; height:100%; object-fit:cover;}
.blog_con {
    background: #fff;
    box-shadow: 0 0 5px 0 #cecece;
    padding: 20px;
    display: flex; flex-wrap: wrap;
}
.blog_title{
    flex: 0 0 65%;
    max-width: 65%;
}
.blog_title h2{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #3c59ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog_date{font-size: 14px; line-height: 18px; color: #3c59ff;
    flex: 0 0 35%;
    max-width: 35%; text-align: right;
}
.blog_date i{margin-right:6px;}

.blog_cont{
    flex:0 0 100%; max-width: 100%; margin-top:10px;
    color:#575956; font-size: 15px; line-height: 20px;
}


.bd_pagination{display: inline-block;}
.pagination {
    box-shadow: 0 1px 2px 0px #69d2db;
    background: #fff;
    display: flex;
}
.pagination .page-numbers {
    padding: 10px 15px;
    color: #000;
    border-right: 1px solid #efefef;
}
.pagination .page-numbers.current {
    background: #69d2db;
    color: #fff;
}
.pagination .page-numbers:hover {
    background: #a9e1e6;
    color: #000;
}

/* blog Details */

.boxshadow{
    background: #f7f7f7;
    padding: 20px;
}

.blog_box figure {
    position: relative;
}
.blog_box figure img {
    width: 100%;
}
.blog_details_box figure{height:350px; position: relative;}
.blog_details_box figure img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.blog_details_box figure .post_date {
    position: absolute;
    top: 0;
    left: 0;
    background: #8cb43e;
    padding: 10px;
    color: #fff;
    font-size:0.8rem;
    line-height:1rem;
}
.blog_details_box figure .post_date i{margin-right: 10px;}

.eventloc {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.eventloc i {
    margin-right: 10px;
}

.blog_content .bd_uesr{color: #000; font-size: 1rem; margin-bottom: 10px;}
.blog_content .bd_uesr i{margin-right:6px;}
.blog_content .post-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog_content .post-title a{
    font-size:1.5rem;
    line-height:1.7rem;
    color: #000;
}

.date i{margin-right: 10px;}

.blog_box .entry-content h2{color:#051441;}
.blog_box .entry-content p{
    color: #1c1c1c;
    font-size: 0.9rem;
    line-height: 1.4rem;
}


.recent_carousel {
    border:1px solid #f7f7f7;
    padding: 30px;
    position:relative;
}
.sub_head{
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.recent_blog .bd_postimg img {
    width: 100%;
    height:160px;
    object-fit: cover;
}

.recent_blog .bd_deskebox h2 {
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recent_blog .bd_deskebox .post_date {
    color: #847d7d;
    margin-bottom: 5px;
}
.recent_blog .bd_deskebox .post_date i {
    color: #fe6e47;
    margin-right: 6px;
}
.bd_deskebox p a {
    color: #fe6e47;
}
.bd_deskebox {
    margin-top: 10px;
}

.recentser_carousel .service_box{
    box-shadow: none;
    background: #fff;
}

/* comment-respond */

.comments-area{
	flex:0 0 100% !important; 
	max-width: 100% !important;
}

.comments-area .comment-form-comment label:after {
    content: '*';
    position: absolute;
    color: #f00;
}
.error {
    color: red;
    font-size: 12px;
}
.comment-form p label .required {
    color: red;
}

.comments-area{
    margin-top: 40px;
}
.comment-respond .comment-reply-title{
    font-size: 26px;
    line-height: 30px;
    color: #252525;
    margin-bottom: 15px;
}
.comments-area .comments-title{
    font-size: 20px;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}
.comment-form p label{display: block;}
.comment-form input, .comment-form textarea{width: 100%; padding: 10px; border: 1px solid #d7f1ea;}
.comment-form input{height: 40px;}
.comment-form input[type=checkbox]{width: auto; height: auto;}
.comment-form p.comment-form-cookies-consent label{display: inline-block; margin-left: 10px;}

.form-submit {
    text-align: right;
}
.form-submit .submit{
    border: none;
    background:#893dfe;
    color: #fff;
    margin-bottom: 0;
    width: auto;
    padding: 0 20px;
}
.form-submit .submit:hover{background: #252525;}

.comment-list {
    list-style-type: none;
}

.post-navigation .screen-reader-text{display: none;}
.post-navigation .nav-links{display: flex;}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next
{
    flex: 1;
}
.post-navigation .nav-links .nav-next{text-align: right;}
.post-navigation .nav-links .meta-nav{
    display: block;
    color: #767676;
    font-size: 12px;
}
.post-navigation .nav-links .post-title{
    color: #252525;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
.post-navigation .nav-links .post-title:after{
    position: absolute;
    top: 3px;
    color: #252525;
    font-size: 14px;
    font: normal normal normal 14px FontAwesome;
}
.post-navigation .nav-links .nav-next .post-title:after{
    content: "\f061";
    right: -15px;
}
.post-navigation .nav-links .nav-previous .post-title:after{
    content: "\f060";
    left: -15px;
}



/*About Us*/

.ab_img{/*height:500px; */position: relative;}

.ab_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
}

.abouth-main h2{
  font-size: 33px;
    position: relative;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000;
}
.abouth-main ul{
    margin-bottom: 20px;
}
.abouth-main ul li{
    position: relative;
    font-size: 14px;
    line-height: 25px;
    padding: 8px 0;
    padding-left: 35px;
}
.abouth-main ul li:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    width: 23px;
    height: 23px;
    background: #fbb951;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 10px;
}


.media img{
    width:100%; height:400px; object-fit: cover  ;
}
.mediatxt h1{
    font-size: 30px;
    line-height: 36px;
}
.mediatxt h2{
    font-size:26px;
    line-height: 30px;
}


.servicesimg_carousel .owl-dots {
    margin-top: 35px !important;
}
.servicesimg_carousel .owl-dots .owl-dot span{background: #9a9a9a;}
.servicesimg_carousel .owl-dots .owl-dot.active span{background: #000; width: 30px;}


.innerbd_ftr .fottermain {
    padding-top: 50px;
}



/*Service*/

.mediatxt .heading {
    margin: 0 0 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mediatxt .heading .pross-icon {
    margin: 0;
    width: 60px;
    height: 60px;
    padding: 10px;
}
.mediatxt .heading .pross-icon img {
    width: 100%;
}
.mediatxt .heading h2{
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 0;
}
.mediatxt p, .mediatxt {
    font-size: 14px;
    line-height: 20px;
}

.catalogs_box {
    background: #fff;
    padding: 10px;
    height: 100%;
    box-shadow: 0 0 10px 0 #e6e6e6;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}
.catalogs_box:hover{
    box-shadow: 0 0 10px 0 #ccc;
}
.services_carousel .catalogs_box {
    height: auto;
}

.catalogs_box a {
    color: #000;
    display: block;
    position: relative;
    padding-left: 46px;
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}
.catalogs_box a.cat_logg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalogs_box a i {
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: #eb1d25;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}
.catalogs_box:hover a i{
    background: #000;
    font-size: 16px;
}
.catalogsimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catalogsimg a {
    min-height: auto;
    padding: 0;
    height: 100%;
}

.catalogsimg {
    height: 200px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom:1px solid #ccc;
}


.img-list img {
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.img-list { overflow: hidden;}

.g-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.img-list:hover img {
    transform: scale(1.2);
    -webkit-filter: grayscale(100%);
}