.demo-gallery > #lightgallery {
    margin-bottom: 0;
}
.demo-gallery > #lightgallery  div a {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.demo-gallery > #lightgallery a  img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    height: 190px;
    width: 100%;
    object-fit: cover;
}
.demo-gallery > #lightgallery a:hover  img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.demo-gallery > #lightgallery  div a:hover .demo-gallery-poster  img {
    opacity: 1;
}
.demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.demo-gallery-poster  img {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
#lightgallery  > div a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery  a  img {
    -webkit-transition: -webkit-transform 0.3 ease 0s;
    -moz-transition: -moz-transform 0.3 ease 0s;
    -o-transition: -o-transform 0.3 ease 0s;
    transition: transform 0.3 ease 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery  a:hover  img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.demo-gallery .justified-gallery  a:hover .demo-gallery-poster  img {
    opacity: 1;
}
.demo-gallery .justified-gallery  a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery  a .demo-gallery-poster  img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery  a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > #lightgallery  div a {
    border: 3px solid #04070a;
    height: 100%;
}
.home .demo-gallery {
    padding-bottom: 80px;
}
.lg-object.lg-image{
    width: 800px !important;
}
.lg-prev::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f060" !important;
}
.lg-next::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f061" !important;
}
.lg-next::before{
    content: "" !important;
}   
.lg-toolbar .lg-close:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00d" !important;
}
.lg-download{
    display: none;
}

/*episode-gallery*/

.episode-gallery .demo-gallery > #lightgallery a  img {
    height: 300px;
}

@media only screen and (max-width: 992px){
    .episode-gallery  #lightgallery a  img {
        height: 180px !important;
    }
}
@media only screen and (max-width: 767px){
    .episode-gallery  #lightgallery a  img {
        height: 220px !important;
    }
}
@media only screen and (max-width: 575px){
    .episode-gallery  #lightgallery a  img {
        height: 400px !important;
    }
}
@media only screen and (max-width: 480px){
    .episode-gallery  #lightgallery a  img {
        height: 280px !important;
    }
}
/*press release */


.pressRelease .demo-gallery > #lightgallery a{
    border: 2px solid #ccc;
}
.pressRelease .demo-gallery > #lightgallery a > img{
    height: auto !important;
}
.lg-object.lg-image{
    width: 500px !important;
}

/*advertisement*/

.advertisement .demo-gallery > #lightgallery a{
    height: 550px !important;
} 
.advertisement .demo-gallery > #lightgallery a img{
    height: 100% !important
}

/*------------------*/


/*oriplust originals page*/
.banner-2{
    height: 350px;
    position: relative;
	box-shadow: 1px 0px 30px #ededed;
}

.bannerImg2 {
    position:absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 95%;
    width: auto;
    margin: 0 auto;
    display: inline-block; 
}

@media only screen and (max-width: 768px){
    .banner-2{
        height: 40vh;
        position: relative;
    }
    .bannerImg2{
        max-width: 300px;
        width: 100%;
        height: auto;
    }
}


.event-item h6{
    color: var(--brandColor);
    /*min-height: 50px;*/
}
.event-item p{
    font-size: 14px;
    /*min-height: 50px;*/
	text-align:center;
}
.event-item  .img-responsive{
    width: 100%
}
.btn-div{
    /*display: flex;*/
    /*justify-content: center;*/
    margin-top: auto;
    margin-bottom: 40px;

    kerning: ;
}
.btn-div a{
    display: inline-block;
    padding: 10px 10px;
    background-color: #e9920f;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    font-size: 14px;
    text-align: center
}
.btn-div a:hover{
    background-color: #c87e0d;
}

/*originals page*/

.header2{
    background: linear-gradient(to left  ,  #111111, #ed3237);
    position: static;
}
.nav_inner{
    padding: 10px 0;
}
.nav_inner ul li{
    padding: 10px;
}
.nav_inner ul a{
    text-decoration: none;
    margin-bottom: 0;
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px; 
    color: #fff;
    transition: all .4s ease;
}
.nav_inner ul a:hover{
    background-color: #fff;
    color: #222;
}
.nav_inner ul a i{
    font-size: 16px;
}
@media only screen and (max-width: 576px){
    .header2{
        background: linear-gradient(to left  ,  #111111, #ed3237 40%) ;
    }
    .logo img{
        width: 120px;
    }
    .nav_inner ul a i{
        font-size: 16px;
    }
    
}

.videoBox{
    position: relative;
    margin-bottom: 30px;
}
.videoImgBox{
    position: relative;
    height: 100%;
    width: 100%;
}
.videoImgBox::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}
.playBtn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.playBtn .btn:focus{
    box-shadow: none;
}
.playBtn .btn i{
    font-size: 40px;
    transition: color .3s ease;
    color: #fff;
}
.playBtn .btn i:hover{
    color: #f00
}
.right_bar{
    position: sticky !important;
    top: 10px;
    height: 500px;
    overflow-y: scroll;
}
.right_bar::-webkit-scrollbar {
  width: 10px;
}
.right_bar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
.right_bar::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}
.right_bar::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.video-title h6{
    line-height: 25px;
}
.modal-dialog{
    max-width: 700px;
    width: 100%;
}
.modal-body{
    height: 300px;
}

.modal-body iframe{
    height: 100% !important;
    width: 100% !important;
}

@media only screen and (max-width:  992px){
    .right_bar{
        position: static;
        /*top: 120px;*/
        height: auto;
        width: 100%;
        max-width: 300px;
        overflow: hidden;
        margin: 0 auto;

    }

}
@media only screen and (max-width:  768px){   
    .modal-dialog{
        top: 50px;
    }
    .modal-body{
        height: 300px !important;
    }
	.enquery_modal .modal-body{
		height: auto !important;
	}
}
@media only screen and (max-width:  576px){   
    .modal-body{
        height: 200px !important;
    }
}

/*contact us page*/

.address_div{
    padding: 20px 40px;
}
.address_div h6{
    color: var(--brandColor);
}
.address_div p{
    color: #777;
    margin-bottom: 0;
    font-size: 14px;
}
@media only screen and (max-width: 576px){     
    .address_div{
         padding: 20px 0px;
    }
}
select:focus{
    outline: none;
}
.iframe-container{
    width: 100%;
    background-color: #ccc;
    margin-bottom: 40px;
}
.iframe-container iframe{
    width: 100% !important;
}
.city-drop{
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px){
    .iframe-container{
        height: 300px !important;
    }
    .iframe-container iframe{
        height: 300px !important;
    }
}

/*events page*/

.events-div h5{
    color: var(--brandColor);
}
.event-img-box img{
    max-width: 500px;
    width: 100%;
}

/*blog page*/

.blog_item{
    margin-bottom: 30px;
}
.blog_item ul li a{
    display: inline;
    font-size: 14px;
    color: var(--brandColor);
}
.blog_item ul li a:hover{
    text-decoration: underline;
}
.blog-btn-div a{
    background-color: var(--brandColor);
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}
.blog-title-div h4 a:hover{
    color: #215c84 !important;
}
.blog-title-div{
	height: 75px ;
}
.blog_item ul{
	height: 50px;
}
.blog_item > p {
	height: 85px;
	overflow: hidden;
}
.pagination_theme{
	display: flex;
	justify-content: center;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
/* 	background: #d9d9d9; */
	border-radius: 5px;
	padding: 5px 10px;
/* 	box-shadow: var(--boxShadow) */
}
.page-nav{
	list-style: none;
	display: flex;
	margin: 0;
}
.page-nav li{
	padding: 5px 10px;
	margin: 0 5px;
	height: 35px;
	width: 35px;
	transition: all .4s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #d9d9d9;
}
.page-nav li:hover{
	background: var(--brandColor);
	color: #fff;
}
.page-nav li:hover a{
	color: #fff !important;
}
@media only screen and (max-width: 767px){
	.blog-title-div{
		height: auto;
	}
	.blog_item ul{
		height: auto;
	}
	.blog_item > p{
		height:auto;
	}
}
/* blog item page */

input:focus{outline: none;}
    .blog-section .blogLarge{border: none;}
    .blog-search-div{position: relative;height: 45px;}
    .blog-search-div input{height: 45px;line-height: 45px;border: 1px solid #ccc;border-radius: 0;width: 100%;padding: 5px 10px;}
    .blog-search-div i{
        position: absolute;top: 50%;right: 10px;transform: translateY(-50%);color: #ddd;
    }
    .red-line{height: 2px;width: 80px;background-color: var(--brandColor)}

.blog-section .col-lg-3 ul {
	list-style: none;
	margin-top: 20px;
}
.recent-post-div li{
	padding-left: 20px;
}
.blog-content ol, .blog-content ul{
	padding-left: 20px;
}
.blog-content ul li{
	padding: 5px 0;
}
.tags-div{
	display: flex;
/* 	flex-wrap: wrap; */
}
.tags-div ul{
	margin-left: 20px;
}
.tags-div ul li{
	background: #222;
	clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 20px 100%, 0% 50%);
	height: 40px;
	padding: 0 25px;
	margin-bottom: 10px;
	position: relative;
	margin-right: 10px;
	box-shadow: var(--boxShadow);
	
}

.tags-div ul li::after{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translatey(-50%);
	content: "";
	height: 5px;
	width: 5px;
	background: #fff;
	z-index: 1;
	border-radius: 50%;
}
.tags-div ul li a{
	color: #fff;
	line-height: 40px;
	font-size: 14px;
}
    .recent-post-div li, .archive-post-div li, .catagory-div li{padding: 8px 0px;transition: color .4s ease}
    .recent-post-div li a:hover , .archive-post-div li a:hover{color: var(--brandColor)}
    .recomendedBlog a{transition: color .4s ease;}
    .recomendedBlog a:hover{color: var(--brandColor)}
    .catagory-div li{padding: 8px 10px;transition: background-color .4s ease;}
    .catagory-div li:hover{background-color: #f1f1f1;}
    .catagory-div li:hover a{color: var(--brandColor)}
    .catagory-div li i{color: var(--brandColor)}

#commentform{
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
textarea:focus{
	outline: none;
}
#commentform input{
	padding: 5px 10px;
	border: 1px solid #ccc;
	width: 100%;
}
#commentform label{
	display: block !important;
	color: #111;
	font-weight: bold;
}
 #comment{
	display: block !important;
	width: 100%;
	 padding: 5px 10px;
	border: 1px solid #ccc;
	 height: 120px;
	 resize: none;
}
.comment-notes, .comment-form-comment, .comment-form-url, .comment-form-cookies-consent{
	flex-basis: 100%;
}

.comment-form-author, .comment-form-email{
	flex-basis: 49%;
}
.comment-form-cookies-consent{
	display: flex;
}
#wp-comment-cookies-consent{
	display: inline-block !important;
	width: 20px !important;
	margin-top: 8px;
	margin-right: 10px;
}
#submit{
	background: var(--brandColor);
	color: #fff;
	transition: all .4s ease;
	padding: 8px 40px !important;
	border: none;
    cursor: pointer;
}
#submit:hover{
	background: #ad2023;;
}
@media only screen and (max-width: 576px){
	.comment-form-author, .comment-form-email{
		flex-basis: 100% ;
	}
}


.borderLink table{
    border-collapse: collapse;
    width: 100%;
    }
    .borderLink table td{
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding:  5px;
    border: 1px solid #ccc;
    }
    .borderLink table tr:first-child td{
    background-color: #af292d;
    color: #fff
    }
    .borderLink table tr:first-child td:not(:last-child){
    border-right: 1px solid #ccc;
    }
    .borderLink table tr:nth-child(even) td{
    background-color: #f1f1f1;
    }
    .borderLink .table5 tr:first-child td{
    background-color: #fff;
    color: inherit;
    }
    .borderLink .table5 tr:first-child td:last-child{
    width: 100px;
    height: 87px;
    padding-top: 20px;
    background: #af292d;
    color: #fff;
    }
    @media (max-width: 1199.98px){
    .table-responsive-xl {
       display: block;
       width: 100%;
       overflow-x: auto;
       -webkit-overflow-scrolling: touch;
       -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    }
    @media only screen and (max-width: 992px){
    .borderLink table td {
    padding: 5px;
    }
    .class1{
    width: 150px ;
    display: block;
    }
    }

    .pipes_detaiils .bodyHeading h3{font-size: 30px;}
    .pipes_detaiils .bodyHeading h5{font-size: 22px;}
    .btn-div a{display: inline-block;padding: 10px 40px !important;border: none !important;border-radius: 0 ;}
    .toll-free-btn{background-color: #0b0bbe !important;margin-right: 20px;}
    .download-btn{background-color: var(--brandColor)  !important;}
    .request-form form{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .inputBox{width: 49%;}
    .inputBox.full{width: 100%}
    .request-form label{display: block;margin: 15px 0;font-weight: bold;}
    .request-form label span{color: #f00;font-size: 20px;}
    .request-form input, .request-form textarea{display: block;width: 100%;padding: 10px 15px;border: 1px solid #ccc;}
    .request-form textarea{height: 120px;resize: none;}
    .request-form input:focus, .request-form textarea:focus{outline: none;}
    .inputBox input[type="submit"]{
        display: inline-block; background: var(--brandColor);color: #fff; padding: 10px 40px;width: 200px;border: none;margin-top: 15px;
    }

    @media only screen and (max-width: 768px){
       .btn-div a{width: 100%;text-align: center;}
       .download-btn{margin-top: 20px;}
       .inputBox{width: 100%;}
    }

    .pipes_detaiils .col-12 figure:nth-child(even){
        float: right !important;
        margin-left: 20px !important;
    }
.pipes_detaiils h3{
	font-size: 20px;
	width: 100%;
}

    .pipes_detaiils .bodyHeading h3{font-size: 30px;}
    .pipes_detaiils .bodyHeading h5{font-size: 22px;}
    .btn-div a{display: inline-block;padding: 10px 40px !important;border: none !important;border-radius: 0 ;}
    .toll-free-btn{background-color: #0b0bbe !important;margin-right: 20px;}
    .download-btn{background-color: var(--brandColor)  !important;}
    .request-form form{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .inputBox{width: 49%;}
    .inputBox.full{width: 100%}
    .request-form label{display: block;margin: 15px 0;font-weight: bold;}
    .request-form label span{color: #f00;font-size: 20px;}
    .request-form input, .request-form textarea{display: block;width: 100%;padding: 10px 15px;border: 1px solid #ccc;}
    .request-form textarea{height: 120px;resize: none;}
    .request-form input:focus, .request-form textarea:focus{outline: none;}
    .inputBox input[type="submit"]{
        display: inline-block; background: var(--brandColor);color: #fff; padding: 10px 40px;width: 200px;border: none;margin-top: 15px;
    }

    @media only screen and (max-width: 768px){
       .btn-div a{width: 100%;text-align: center;}
       .download-btn{margin-top: 20px;}
       .inputBox{width: 100%;}
    }

    /*pipes description*/
.pap figure img{
	width: 100% !important
}
.pap h4{
	color: var(--brandColor)
}
    .pipes-description{
        height: 350px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .pipes-description h4{color: var(--brandColor)}
    .pipes-description ul{column-count: 2;}
    .pipes-description .read-more-div{
         margin-top: auto;
    }
    .pipes-description a{
        background-color: var(--brandColor);
        padding: 10px;
        color: #fff;
        border-radius: 5px;
        display: inline-block;
    }
    .pipes-description-section .row .col-12{
        margin-bottom: 30px;
    }

/* new */

.pipes_detaiils .pipes_detaiils_item figure {
        float: left;
        margin-right: 20px;
    }
    .pipes_detaiils .pipes_detaiils_item:nth-child(even) figure {
        float: right;
        margin-left: 20px;
    }
    .pipes_detaiils_item img{
        max-width: 500px;
		width: 100%;
    }
.pipes_detaiils ul , .pipes_detaiils ol{
	list-style-position: inside;
	width: 100%;
}
@media only screen and (max-width: 992px){
         .pipes_detaiils_item figure{
            width: 100% !important;
            float: none !important;
            margin-left: 0 !important;
            margin-right: 0;
        }
    }
@media only screen and (max-width: 1199px){
	.pipes-description{
		height: 440px;
	}
}
@media only screen and (max-width: 992px){
	.pipes-description{
		height: 410px;
	}
}
@media only screen and (max-width: 768px){
	.pipes-description{
		height: auto;
	}
}


/* thank you page css */

.thank-you{
        padding: 20px;
    }
    .thank-you figure{
        position: relative;
    }
    .thank-you figcaption{
        position: absolute;
        width: 55%;
        top: 45%;
        right: 10px;
        transform: translateY(-50%);
        color: #fff;
    }
    .thank-you figcaption h2{
        font-size: 50px;
    }
    .thank-you figcaption p{
        font-size: 20px;
    }
    @media only screen and (max-width: 992px){
        .thank-you figcaption{
            top: 50%;
        }
        .thank-you figcaption h2{
            font-size: 30px;
        }
        .thank-you figcaption p{
            font-size: 16px;
        }
    }
    @media only screen and (max-width: 768px){
        .thank-you figcaption h2{
            font-size: 22px;
        }
        .thank-you figcaption p{
            font-size: 16px;
        }
    }
     @media only screen and (max-width: 576px){
        .thank-you figcaption h2{
            font-size: 18px;
        }
        .thank-you figcaption p{
            font-size: 13px;
        }
    }
     @media only screen and (max-width: 576px){
        .thank-you figcaption h2{
            font-size: 15px;
        }
        .thank-you figcaption p{
            font-size: 12px;
        }
    }
     @media only screen and (max-width: 480px){
        .thank-you figcaption{
            top: 60%;
        }
        .thank-you figcaption h2{
            font-size: 13px;
        }
        .thank-you figcaption p{
            font-size: 10px;
        }
    }
    

.breadcrumb_outer  ul li:first-child{
	display: none;
}

.breadcrumb_outer .breadcrumb-container.theme5 a{
	background: var(--brandColor);
	line-height: 1;
}

.breadcrumb_outer .breadcrumb-container.theme5 a::after{
/* 	background:  var(--brandColor); */
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ed3237;
}
.breadcrumb_outer .breadcrumb-container.theme5 a::before{
	border-color: #ed3237 #ed3237 #ed3237 rgba(0, 0, 0, 0);
}

/* sticky form css */

.tawk-chat-panel{
	margin-right: 0 !important;
}
.tawk-toolbar, .tawk-card, .tawk-card-primary{
	background: var(--brandColor) !important;
}
.tawk-form-footer{
	background: var(--brandColor) !important;
	display: none !important;
}


/* enquery form */

.inputBox input:focus, .inputBox button:focus , .inputBox textarea:focus{
outline: none !important;
}
.enquery_now_btn{
position: fixed;
bottom: 200px;
right: -40px;
padding: 10px;
background: var(--brandColor);
border: none;
color: #fff;
cursor: pointer;
transform: rotate(-90deg);
}
.enquery_modal .inputBox{
margin-bottom: 10px;
	width: 100%;
}
.enquery_modal .inputBox label{
display: block;
font-weight: bold;
}
.enquery_modal .inputBox input, .inputBox textarea{
display: block;
width: 100%;
padding: 5px 10px;
border: 1px solid #ccc;
border-radius: 3px;
transition: all ease;
}
.enquery_modal .inputBox input:focus, .inputBox textarea:focus{
border: 1px solid #ccc;
}
.enquery_modal .inputBox textarea{
height: 120px;
resize: none;
	margin-top: 10px;
}
.enquery_modal .inputBox label span{
color: #f00;
font-size: 20px;
}
.enquery_modal .modal-title{
width: 100%;
text-align: center;
font-weight: bold;
color: var(--brandColor);
}
.inputSubmit{
display: flex;
justify-content: center;
}
.inputSubmit input[type="submit"]{
max-width: 200px;
width: 100%;
margin: 0 auto;
display: inline-block;
background-color: var(--brandColor);
cursor: pointer;
color: #fff;
border-radius: 3px;
   font-size: 15px;
   padding: 8px 40px;
   margin-top: 10px;
}
.enquery_modal form{
padding: 0 20px;
}
.enquery_modal .modal-body{
	height: auto;
}
.enquery_modal .modal-dialog{
	max-width: 550px;
	width: 100%;
}

/* search box home */

.search_div{
	position: relative;
}
.dtMenuSearch {position:relative;}

.srchDtIconBox {display:flex !important; justify-content:center; align-items:center; padding:10px; background-color:transparent; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; cursor:pointer;}
.srchDtIconBox i {font-size:24px; margin:0;color: var(--brandColor);}
#dtSearchShow {display:none;}

.searchBoxDt {width:350px; position:absolute; background:#fff; padding:16px 8px; left:-307px; top:50px; -webkit-box-shadow:var(--boxShadow); -moz-box-shadow:var(--boxShadow); box-shadow:var(--boxShadow); display:none;}

.searchBar {height:40px; border:1px solid #d9d9d9; display:flex; flex-wrap:wrap; overflow:hidden; margin-left:auto; margin-right:auto;}

.searchBar .form-control {border:none; max-width:calc(100% - 50px);border-radius: 0 !important;}
.searchBar button {flex:0 0 15%; max-width:50px; border:none; padding:0; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;background-color: var(--brandColor);color: #fff; cursor: pointer}
.search-and-menu{
		display: flex;
		align-items: center;
		padding-right: 15px;
	}

@media only screen and (max-width: 1199px){
	.navbar a{
		order: 1;
	}
	.navbar .menu-btn{
		order: 2;
		margin-left: 5px
	}
	.navbar .search-and-menu{
		order: 3;
	}
	.searchBoxDt{
		width: 100%;
		position: fixed;
		background: #fff;
		padding: 16px 8px;
		left: 0;
		right: 0;
		top: 120px;
		-webkit-box-shadow: var(--boxShadow);
		-moz-box-shadow: var(--boxShadow);
		box-shadow: var(--boxShadow);
		z-index: 97;
	}

}

@media only screen and (max-width: 576px){
	.searchBoxDt{
		top: 185px;	
	}
	.search-and-menu{
		padding-right: 0;
	}
}

/* search page */

.entry-footer.default-max-width{
	display: none;
}
.search-result-count{
	margin: 30px 0;
}
.search.search-results .page-title{
	padding: 50px 0;
}
.searchboxpost{
	list-style-position: inside;
	list-style: none;
}
.searchboxpost li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.searchboxpost-image{
	flex: 0 0 30%;
}
.searchboxpost-content{
	flex: 0 0 68%;
}
.searchboxpost-content h3{
	margin-bottom: 30px;
}
.searchboxpost-content h3 a{
	color: var(--brandColor) !important;
	
}
.searchboxpost-content .h-readmore{
	margin-top: 40px;
}
.searchboxpost-content .h-readmore  a{
	color: #fff;
	padding: 10px 40px;
	background: var(--brandColor);
	
}
.searchboxpost li  img{
	width: 100% !important;
	height: auto !important;
}

.pagination-searchbox a ,  .pagination-searchbox span{
	display: inline-block;
	padding: 5px 10px;
    margin: 0 5px;
    height: 35px;
    width: 35px;
    transition: all .4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #d9d9d9;
}
.pagination-searchbox  a:hover, .pagination-searchbox  span:hover{
	background: var(--brandColor);
	color: #fff;
}
.pagination-searchbox{
	margin: 50px auto;
	flex-wrap: wrap;
	max-width: 560px;
}
.pagination-searchbox  a.prev , .pagination-searchbox a.next {
	padding: 5px 50px;
	white-space: nowrap;
}
.pagination-searchbox span.current{
	background: var(--brandColor);
	color: #fff;
}

@media only screen and (max-width: 992px){
	.searchboxpost-image {
    	flex: 0 0 40%;
	}
	.searchboxpost-content{
		flex: 0 0 57%;
	}

}


@media only screen and (max-width: 768px){
	.searchboxpost li{
		display: block;
	}
	.searchboxpost li > div{
		flex-basis: 0 0 100%;
	}
	.searchboxpost-content h3 {
		margin-bottom: 15px;
	}
	.searchboxpost-content .h-readmore {
		margin-top: 20px;
	}
	.pagination-searchbox a , .pagination-searchbox span{
		margin-bottom: 5px;
	}
}

/* from the desk */

.fromthedesk p{
	text-align: justify;
}
