@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.eot') format('eot');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
/*     overflow-x: hidden; */
}

html {
  scroll-behavior: smooth;
}

img{
	max-width: 100%;
	height: auto;
}
h1 {font-size: 60px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}


section.main-menu-section {
    margin-top: 13px;
}

/*
top_bar
*/
.header-social.top-bar ul li {
    padding: 0px 4px;
}
.site-header {
}
.topbar_details.top-bar {
    width: 100%;
    padding: 5px 0;
	text-align: center;
}
.topbar ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 0;
}
 .topbar {
    background: #B88438;
    color: #fff;
	padding-top: 5px;
    padding-bottom: 5px;
}
.topbar a{
    color: #fff;
	margin: 0 5px;
}
.topbar li{
	margin-right:35px;
}
/*
main_menu_bar
*/

header .row {
    align-items: center;
	justify-content: center;
}

.home .main_menu_bar {
    clear: both;
    margin-top: -33px;
}
.main_menu_bar .main_menu_cont > ul > li:after {
/*     content: '';
    position: absolute;
    background: #000;
    width: 1px;
    height: 15px;
    top: 1px;
    left: -13px; */
}
.main_menu_bar .main_menu_cont > ul > li:first-child:after {
	display:none;
}
.main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_item a {
     color: #E3C17B; 
/*     background-color: #ccc; */
/*  	padding: 4px 11px;  */
}


.drop_menu>li ul.sub-menu .menu-item a:hover:after {display:none;}


.main_menu_bar .main_menu_cont ul {
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
    justify-content: end;
}
.main_menu_bar .main_menu_cont li {
/* 	position:relative; */
}
.main_menu_bar .main_menu_cont > ul > li{
	display:inline-block;
	position:relative;
    padding-right: 26px;
}
 .home .main_menu_bar .main_menu_cont > ul a {
	color:#000;
}
 .main_menu_bar .main_menu_cont > ul a {
	color:#fff;
}
.home .main_menu_bar .main_menu_cont > ul a {
/* 	font-family: Montserrat; */
/*     font-weight: 600;
    font-size: 16px;
    line-height: 100%; */
/* 	display:block;
	text-decoration:none;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
    text-align: left; */
    color:#fff;	
    text-transform: none;
/* 	padding: 4px 4px; */	
}
.main_menu_bar .main_menu_cont > ul li:first-child a,
.main_menu_bar .main_menu_cont .sub-menu a{
	border-left:0;
}
.top_links > ul > li.menul {
	border-left:1px solid #8dc53e;
}
.top_links > ul > li.menul:first-child {
    border: 0;
}
.menul a {
	display:block;
	color:#8dc53e;
	text-decoration:none;
	line-height:16px;
	padding-left: 3px;
}
.main_menu_bar .main_menu_cont > ul > li:hover > a,
.top_links > ul > li:hover > a,
.top_links .current-menu-item a,
.top_links .current_page_item a,
.top_links .current_page_parent a {
	       color: #fff;
}



/*
**************************
submenu
**************************
*/
.drop_menu li {
	position:relative;
}
.drop_menu li:hover > ul.sub-menu {
	display:block;
}
.drop_menu>li >ul.sub-menu {
	box-shadow: 2px 2px 18px 2px rgba(0,0,0,0.2);
    top: 31px;
    left: 0px;
	padding: 10px 0;
	z-index: 5;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.drop_menu>li ul.sub-menu {
	background: rgba(255,255,255,0.90);
/* 	border: 2px solid #CC9255; */
	    border: none;
	margin: 0;
	position: absolute;
	width: 210px;
	display: none;
}
.drop_menu>li >ul.sub-menu ul {
	top:0;
	left:210px;
	margin-left: -4px;
}
.drop_menu>li >ul.sub-menu:before{
/*     content: "";
    position: absolute;
    top: -7px;
    left: 10px;
    border-bottom: 5px solid #ccc;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    margin: 0 auto;
    width: 16px;
	z-index: 2; */
}
.no-arrow:before {
	border: 0 !important;
}
.drop_menu>li ul.sub-menu li {
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
}
.drop_menu>li ul.sub-menu .menu-item {
	list-style: none;
}
.drop_menu>li>ul.sub-menu>li.menu-item-has-children {
	/*display: table-cell;*/
}
.drop_menu>li ul.sub-menu li a {
	display: block;
	padding: 9px 11px !important;
	color: #000 !important;
	text-decoration: none;
	background-color:transparent !important;
	line-height: 20px;
	border-top:1px solid #fff;
	font-size: 15px;
/* 	text-transform: math-auto; */
/* 	font-size: 14px; */
/*     text-transform: uppercase; */
}
/*.drop_menu>li ul.sub-menu > li.menu-item-has-children > a {
	color: #111;
	text-transform: uppercase;
}*/
.drop_menu>li ul.sub-menu li:hover > a,
.drop_menu>li ul.sub-menu li.current_page_item > a {
    color: #fff !important;
    background-color: #7B1E1E !important;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}


a:hover {
}
a {
       color: #fff;
}
/*---------Home Page--------*/



.testimonials-section h2 {
    color: #fff;
}

.testimonials-section {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
}

.arrow-linked a {
    color: #000;
    font-size: 20px;
    font-style: italic;
}



.testimonial-div {
    text-align: center;
    font-style: normal;
    font-family: "Quicksand", sans-serif;
}

h3.testimonial-tilte {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    padding-bottom: 30px;
}
h5.testimonial-tilte {
    color: #fff;
    font-family: 'Poppins';
    padding: 30px;
}



.testimonial-slider-section
{
    padding: 10px 140px;
	position:relative;
}



/* .gform-theme--foundation .gform_fields {
    grid-row-gap: 20px;
    row-gap: 20px;
}
 */
#gform_1 input[type="text"], #gform_1 input[type="tel"], #gform_1 input[type="email"], #gform_1 textarea
    border: 1px solid #d6d6d6;
	    padding: 8px 20px;
}
#gform_1 input[type="text"]:focus, #gform_1 input[type="tel"]:focus, #gform_1 input[type="email"]:focus, #gform_1 textarea:focus{
    box-shadow: 0px 0px 6px -1px #99262d;
}
.contact-page-address li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 53px;
}

.contact-page-address ul {
    list-style: none;
    padding: 0;
    font-size: 20px;
}
.contact-page-address i {
    color: #99262d;
    border: 2px solid #99262d;
    padding: 9px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    width: 41px;
    text-align: center;
    height: 41px;
}

.contact-page-address a {
    color: #000;
}

.contact-page-address b {
    color: #99262d;
}

.contact-page-social {
    padding-top: 20px;
	transition:0.3s;
}
.contact-page-social i {
    color: #99262d;
    border: 2px solid #99262d;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    font-size: 25px;
    margin: 4px;
}

.contact-page-social a:hover {
    text-decoration: none;
	opacity:0.8;
}




.gform_button {
    background: #2e5dab;
    color: #fff;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 24px;
    transition: 0.3s;
    border: none;
}

.gform_button:hover {
	text-decoration: none;
    background: #3872d2;
}


p.blog-content:before {
    content: '“';
    position: absolute;
    left: -40px;
    font-size: 70px;
    top: -19px;
}

p.blog-content
{
	position:relative;
}

p.blog-content:after {
    content: '”';
    position: absolute;
    right: 0px;
    font-size: 70px;
    bottom: -70px;
}


.home-blog-section-p p, .home-testimonials-section-p p {
    font-size: 25px;
	line-height:31px;
}

.home-blog-section-p h2, .home-testimonials-section-p h2 {
    color: #04582d;
    font-weight: 600;
}
.home-blog-section-p h3 {
    font-size: 25px;
    color: #3b8d42;
}
.home-blog-section-p, .home-testimonials-section-p {
    text-align: center;
}



.recent_blog_content {
    padding: 18px;
    background: #fff;
    margin-top: -90px;
    width: 91%;
    display: inline-block;
}

.recent_blog_img {
    width: 90%;
    float: right;
}


.recent_blog_title a {
color: #000;
    font-size: 27px;
    font-weight: 600;
    font-family: 'Poppins';
}

a.recent_blog_btn {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    border: 1px solid;
    padding: 8px;
    display: block;
    margin-top: 20px;
    border-radius: 50px;
    box-shadow: inset 0 0 0 0 #2e5dab;
    margin: 0 -0.25rem;
    margin-bottom: 0px;
    margin-bottom: 0px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	
}

a.recent_blog_btn:hover {
    box-shadow: inset 300px 0 0 0 #B3CAE3;
    text-decoration: none;
    color: #000;
}


.recent_blog_title a:hover {
  color: #000;
  text-decoration: none;
}

.home-blog-section h2 {
  font-size: 27px;
  font-weight: 500;
}

.time {
    color: #2e5dab;
}


.main_col_3 {
  transition: .2s all;
}



.top-banner h1 {
/*     color: #fff; */
    font-size: 80px;
    font-weight: 400;
    line-height: normal;
}
.top-banner {
    text-align: center;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 80px 30px;
	background-position: center;
 	background-color:#f3f2e9;	
}







/*---------BLOG PAGE ------------*/

span.screen-reader-text {
    display: none;
}

.blog .top-banner, .single-post .top-banner{
/*     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 228px 29px;
    height: 554px; */
}

.search .top-banner, .error404 .top-banner, .category .top-banner{
/* 	margin-bottom: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20.7vh 30px; */
}







/*-----Contact Us------*/


.contact-left-section p {
    margin-left: 40px;
    margin-bottom: 8px;
}



.contact-us-section i {
    margin-right: 14px;
    line-height: 32px;
    color: #8F1019;
	position:absolute;
	left: 27px;
}

.contact-us-section p {
    font-size: 17px;
    line-height: 26px;
}

.contact-us-section h2 {
    color: #8F1019;
}

.contact-us-section a {
    color: #000;
}
.contact-us-section {
    background-repeat: no-repeat;
    background-position: top;
}


/*---------Search Page-------*/

.search-title {
    font-size: 40px;
    color: #000;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 11px;
}

.search .entry-summary {
    margin-top: 30px;
}

.search .more_link {
    margin-top: 11px;
}

.search .more_link a
{
	color:#8F1019;
}


.search article {
    border-bottom: 1px solid #c9c9c9;
    padding: 15px 0px 24px 0px;
    margin-top: 20px;
}

.pagination ul {
    display: flex;
    list-style: none;
    margin: auto;
    text-align: center;
    padding-left: 0;
}

.pagination ul li span {
    color: #fff;
    background: #bf0815;
}
.pagination ul li a:hover {
    background: #808080;
    text-decoration: none;
}
.pagination ul li.pagActive a {
    background-color: #B88438;
	    width: 42px;
    height: 42px;
}
.pagination ul li a, .pagination ul li span {
	border-radius: 100px;
    background: #5E1B2B;
    padding: 7px 16px;
    margin: 10px 2px;
    transition: 0.3s;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	width: 42px;
    height: 42px;
}

.pagination ul li span {
/*     background: #bf0815; */
}


/*---------404 Page-------*/

.error-404.not-found .search-field, .category .search-field {
    width: 100%;
    background: #fff;
    border: none;
    padding: 15px 23px;
    border-radius: 10px;
    font-size: 19px;
/* 	    max-width: 50%;
    margin: 0 auto; */
    border: 1px solid;
}

.error-404.not-found, .search.not-found {
    text-align: center;
    padding: 90px 30px;
}
/* .search .search-submit */
.error-404.not-found .search-submit, .category .search-submit {
/*     position: absolute; */
	margin-left: 10px;
    background: #7B1E1E;
    border: none;
    color: #fff;
    font-size: 19px;
    padding: 15px 21px;
    font-weight: 600;
    border-radius: 10px;
/*     top: 0px;
     right: 193px; */
	transition:0.3s;
}

.error-404.not-found .search-form, .search .search-form, .category .search-form {
    position: relative;
}

.error-404 .search-form label, .search .search-form label, .category .search-form label {
       width: 50%;
}

.error-404.not-found .search-submit:hover, .search .search-submit:hover, .category .search-submit:hover  {
    background: #000;
/*     box-shadow: 5px 7px 7px -6px #8f1019; */
}

.top-banner1 h2 {
    font-size: 25px;
}
.top-banner1 h3 {
    font-size: 35px;
    color: #fff;
}
.top-banner1 {
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 30px;
}
.top-banner1 h3 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 5px;
}
.top-banner1 p {
    padding-bottom: 20px;
	font-size:20px;
}



/*---------FOOTER-------*/
h2.widget-title {
    color: #fff;
    font-size: 40px;
	padding-bottom:20px;
	width: 75%;
    margin: auto;
}
.footer-newsletter {
    text-align: left;
    position: relative;
	width: 85%;
    margin: auto;
}
.footer-newsletter input#gform_submit_button_2 {
    position: absolute;
    top: 6px;
    right: 7px;
    padding: 17px 29px;
    background: #99262d;
    border-radius: 30px;
	transition:0.3s;
}
.footer-newsletter input#gform_submit_button_2:hover
{
	 background: #bf8a14;
}
.footer-1 .footer-newsletter input[type="email"] {
    padding: 30px 20px;
    border-radius: 34px;
}
.footer-1 ul#menu-menu1 li:first-child:after {
    display: none;
}
.footer-1 ul#menu-menu1 li {
    position: relative;
}
.footer-1 ul#menu-menu1 li:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 1px;
    height: 16px;
    left: 0px;
    top: 7px;
}
.footer-contact-address i {
    margin-right: 11px;
    padding: 13px;
    border-radius: 30px;
    margin-bottom: 16px;
	color:#fff;
}
#return-to-top {
    bottom: 50px;
}
section.main-footer {
	text-align: center;
    padding: 30px 30px 30px;
}
.footer-1 ul a:hover, .footer-2 ul a:hover,
.footer-3 ul a:hover{
    color: #A8A8A8;
}

.footer-contact-address ul li {
	display: flex;
    justify-content: flex-start;
/*     align-items: flex-start; */
    line-height: normal;
	padding-left: 30px;
    margin-bottom: 20px;
}
.footer-1 ul, .footer-2 ul, .footer-3 ul {
    list-style: none;
    padding-left: 0;
}

.footer-1 ul li, .footer-2 ul li, .footer-2 ul li {
   padding: 2px 20px;
   color:#fff;
   padding-left:0px;
}
.footer-contact-address {
    position: relative;
	    z-index: 999;
}
.footer_social .fab:hover,
.footer_social .fa-brands:hover{
    opacity: 0.7;
}
.footer_social .fab, 
.footer_social .fa-brands {
	padding: 9px;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    border-radius: 72px;
    transition: 0.3s;
    color: #fff;
    border: none;
    margin: 0px 3px;
    width: 36px;
    background: #797979;
    height: 36px
}
.footer_social.text-right a:hover {
    text-decoration: none;
}


section.copyright .container .row{
    align-items: CENTER;	
}


 #return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
     background: #000;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	 z-index:99999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #ccc;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.img-fluid
{
	width:100%;
}



@media only screen and (max-width:1440px) {
	
body .aboutme-p p {
    font-size: 16px;
    line-height: 22px;
}	

	
}



@media only screen and (max-width:1366px) {

body .man-img {
    margin-top: 48px;
}	
	
body .aboutme-p p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
body .man-img img{
                    margin-top: 48px;
}	
body section.main-footer {
    text-align: center;
    padding: 30px 5px 30px;
}
.footer-contact-address li h3{
		          font-size: 31px !important;
}	
.footer-contact-address ul {
    margin-bottom: 0;
}
body .footer-contact-address ul li {
    font-size: 18px;
    padding-right: 0;
}
	
	
}




/***For All Tablets***/
@media only screen and (min-width:1024px) and (max-width:1169px) {
	
	span.connectext{
	    font-size: 18px;	
		letter-spacing: 2px;
	}	
	
span.copy-right-text {
    font-size: 18px;
    letter-spacing: 0;
    float: left;
}	
	
    body .footer-contact-address ul li {
        font-size: 16px;
    }
    body .footer-contact-address ul li a {
        font-size: 15px;
    }	
  body .footer-contact-address li h3 {
          font-size: 20px !important;
    line-height: normal;
    letter-spacing: 0;
 }		
	
body  .grey-info {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
}	
body  .grey-img {
    width: 100%;
}	
body  .man-img {
      text-align: center !important;
}
body .man-img  img{
		 max-width: 500px;	
}
 body  .footer-contact-address ul li a {
    font-size: 15px;
}			
body form#gform_1 input{
	font-size: 16px !important;
}
body form#gform_1 .ginput_container.ginput_container_email input{
		    font-size: 16px;
}	
.blog-title h3 a{
	font-size: 20px;
}				
.home .blog-content.blogs-content .blog-title h3 a{
		font-size: 20px;
}	
body.blog .blogDate{
    top: 9px;		
}	
    .main_menu_bar {
         display: block !important; 
    }
    header .row {
	justify-content: space-evenly;
    } 
    body .blog-excerpt p{
     	font-size: 16px !important;
   		 line-height: 26px !important;
    }
    body .blog-title h3 a {
        font-size: 20px;
    }
 body .footer_social:before , body .footer_social:after{
        width: 352px;
 }
.footer-1 ul a, .footer-2 ul a , .footer-4 ul a{
    font-size: 16px;
}	
		
	
}






@media only screen and (min-width:768px) and (max-width:1023px) {


body span.connectext{
	    font-size: 18px;	
		letter-spacing: 2px;
	        display: none;
}	
body span.copy-right-text{
           font-size: 17px;
    letter-spacing: 0;
    float: left;
}	
.running-sec h2.big-heading {
    font-size: 52px !important;
}	
    body .footer-contact-address ul li {
        font-size: 16px;
    }
    body .footer-contact-address ul li a {
        font-size: 15px;
    }	
  body .footer-contact-address li h3 {
     font-size: 20px !important;
    line-height: normal;
    letter-spacing: 0;
 }		
	
body  .grey-info {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
}	
body  .grey-img {
    width: 100%;
}	
body  .man-img {
      text-align: center !important;
}
body .man-img  img{
		 max-width: 500px;	
}
 body  .footer-contact-address ul li a {
    font-size: 15px;
}			
body .footer-contact-address ul {

}	
body .footer-contact-address li span {
    font-size: 14px;
}	
body .footer-contact-address ul li {
        text-align: center;
}	
body .footer-contact-address ul li a {
    font-size: 14px;
}		
body .footer-2,body .footer-3 , body .footer-4 {
    padding-top: 0;
}	
.footer-1 div#text-3 p {
	font-size: 14px;
        padding-top: 10px;
}		
			
html {
	overflow-x: hidden;
}		
body  .footer-1 ul a, body  .footer-2 ul a {
    font-size: 15px;
    line-height: normal;
}	
body h1.entry-title span {
    width: 60%;
}	  
   .blogDate {
        left: 16px;
        top: 0px;
        width: 53px;
        background: #99262D;
}
    body   .blog-title h3 a {
               font-size: 16px;
        line-height: normal;
    }
    body .blog-excerpt p {
	font-weight: 400;
        font-size: 18px;
        line-height: normal;
    }

    body .phone-info a {
        font-size: 20px;
        line-height: normal;
    }
    body .social-info ul.list-inline.social_links li {
        padding-left: 4px;
    }
    body  .phone-info i {
        padding: 16px;
    }
    body  .phone-infos p i:first-child {
        padding: 16px;
    }
    section.main-footer div#text-2 p {
        font-size: 15px;
        line-height: normal;
    }
    .footer-contact-address i {
        margin-right: 16px;
        padding: 9px;
    }
 body .turning-p p {
    font-size: 18px;
    line-height: 30px;
}	
.blog-sec h2.big-heading, .turning-sec h2.big-heading, .lens-sec h2.big-heading, .story-sec h2.big-heading {
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 46px !important;
}	
	
body .lens-sec {
    padding-top: 6px;
    padding-bottom: 40px;
}	
body .running-sec h3.subs-heading {
    letter-spacing: 0;
    margin-bottom: 0;
}	
form#gform_1 label {
    font-size: 20px;
     line-height: normal;
}	
body input#gform_submit_button_1 {
        padding: 8px;
        font-size: 24px !important;
}
body .footer-contact-address ul li {
        padding-right: 13px;
    }	
	
}




@media only screen and (max-width:820px)
{
	.blogSideBar input[type="submit"] {
    position: relative;
    margin-top: 0px;
}

}



@media Only screen and (max-width:767px){

	
body .testimonial-sec h3.subs-heading {
    letter-spacing: 5px;
    font-size: 22px !important;
	 margin-bottom: 0;
}	
body .top-banner h1{
	font-size: 40px;	
}	
body .testimonial-sec {
    padding-top: 0;
    padding-bottom: 20px;
}	
body .testimonial-inner .testimonial-content {
    font-size: 18px;
    line-height: 1.3;
}	
body .testimonial-sec h2.big-heading {
    font-size: 24px !important;
    line-height: normal !important;
}
.greg-p p:after {
    display: none !important;	
}	
body .running-sec{
		    overflow-x: hidden;
}	
body .infos-cols h2	, body .infos-cols h3{
	    text-align: center !important;	
	    margin-bottom: 0 !important;
}
body .blog-sec h3.subs-heading, body .turning-sec h3.subs-heading,body  .lens-sec h3.subs-heading, body .story-sec h3.subs-heading {
    letter-spacing: 4px;
}	

body  img.wp-image-43.lazyautosizes.vp-lazyloaded {
    height: unset !important;
}
body .man-img img {
               height: unset !important;
   }	
	body  img.wp-image-44.lazyautosizes {
           height: unset !important;
}
.zoom img {
    height: auto;
}	
body .error-404 .search-form label, .search .search-form label, .category .search-form label {
    width: max-content;
}	
body section.error-404.not-found p {
    font-size: 16px;
}	
body section.error-404.not-found h1 {
    font-size: 30px;
}	
body .error-404.not-found, .search.not-found {
           padding: 50px 20px;
}	
	
body .top-banner {
    padding: 30px 30px;
}	
	
			
body .main-header {
    background-color: #7B1E1E !important;
    top: 0 !important; 
	    display: block;
}	 							
span.copy-right-text p {
    font-size: 13px;
    line-height: normal;
}
body  .footer-contact-address ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: normal;
}	
body  .footer-contact-address ul {
	 margin-bottom: 0;
    column-count: 1;
    column-gap: 0;
    display: block;
    width: 100%;
}	
body .footer-contact-address ul li a {
    font-size: 16px;
}					
body .blog-sec {
    padding-top: 10px;
    padding-bottom: 10px;
}		
section.copyright{
	 text-align: center;
}			
body  .card-row p.card-para {
    font-size: 15px;
    line-height: normal;
	}
    body .blogSideBar {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    body .sidebars2 {
        padding-bottom: 30px;
        padding-top: 20px;
    }
    body .footer-contact-address ul li {
               font-size: 13px;;
    }	
    body  .footer-1 ul a,   body  .footer-2 ul a {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }
    body  .blog-excerpt p {
        font-size: 14px;
        line-height: normal;
    }
    body .blog-title h3 a {
              font-size: 18px !important;
        line-height: normal;
    }
    body .topbar li {
        margin-right: 16px;
        font-size: 13px;
    }
.footer-1 ul li {
        display: block;
}
.footer-1 ul {
    display: inline-block;
}
body span.copy-right-text{
    font-size: 16px;
    letter-spacing: 0;
}	
body span.connectext {
    display: none;
}	
.footer_social{
	  text-align: center;
}	
	
body .running-sec h2{
		    font-size: 55px !important;
}	
body .running-sec {
    padding-bottom: 0;
    padding-top: 10px;
}	
body form#gform_1 label {
    font-size: 20px;
    line-height: normal;
}	
body input#gform_submit_button_1{
	padding: 5px;
    font-size: 20px !important;	
}	
blog-sec h2.big-heading, .turning-sec h2.big-heading, .lens-sec h2.big-heading, .story-sec h2.big-heading {
       padding-bottom: 0;
    font-size: 30px !important;
    line-height: normal !important;
}
body .turning-p p {
    font-size: 16px;
    line-height: 26px;
}	
body  .man-img {
    margin-top: 0;
}	
body  .enterprenur-p p {
    font-size: 16px;
    line-height: 26px;
	        padding-top: 0;
}	
.greg-p {
    margin-bottom: 0px !important;
}	
body .grey-info {
         padding-left: 20px;
        padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}	
body .aboutme-p p {
    font-size: 16px;
    line-height: 26px;
}
body  .story-sec {
    padding-top: 0;
}	
    body .enterprenur-p {
        padding-top: 30px;
        padding-bottom: 0;
        text-align: center;
    }	
body .hero-secs h2{
	font-size: 60px !important;	
	margin-bottom: 0 !important;
	line-height: normal !important;
	        height: 69px;
}
body  .enterprenur-p p strong {
    font-size: 18px;
    line-height: normal;
}
body .more-btn a {
    font-size: 14px !important;
    line-height: 36px;
        margin-right: 17px !important;
        padding: 13px 32px !important;
}
body .greg-p h2 {
	font-size: 30px !important;
        text-align: center;
        padding-left: 0;
}
body .greg-p p {
        font-size: 20px;
        margin-bottom: 0;
        padding-bottom: 27px;
	        line-height: 1.3;
        text-align: center;
}
body .blog-sec h2.big-heading, body .turning-sec h2.big-heading, body .lens-sec h2.big-heading, body .story-sec h2.big-heading {
    padding-bottom: 20px;
        font-size: 26px !important;
        line-height: 36px !important;
}
body  .blog-content.blogs-content {
    padding-bottom: 20px;
}	
body .vc_custom_1757355157531 {
    background-color: #fff !important;
}	
	
}








p.blogInfo {
    display: none;
}
section.main-footer h3 {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
	text-transform: capitalize;
}
section.middle-footer {
   
    padding-top: 30px;
	padding-bottom: 20px;
    color: #fff;
}
div#text-2 p {
	font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
	max-width: 81%;
    margin: 0 auto;
}
section.main-footer .row {
        align-items: baseline;
}
.footer-contact-address li span {
/*     display: flex;
    font-size: 11.31px;
    font-weight: 400;
    line-height: 14.25px;
    text-align: left; */
	color: #fff;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 17px;	
}
div#socials-icons i {
    background-color: #CC9255;
    padding: 24px;
    border-radius: 50px;
}
div#socials-icons {
    text-align: center;
}
div#socials-icons  i {
    color: #fff;
}
div#socials-icons i::before {
    font-size: 42px;
}
.phone-info p {
    font-size: 23.96px;
    font-weight: 400;
    line-height: 30.19px;
    text-align: center;
    color: #fff;
}
.phone-info a {
    font-size: 27.71px;
    font-weight: 700;
    line-height: 34.91px;
    text-align: center;
    color: #fff;
}
.social-info ul.list-inline.social_links {
    display: flex;
    justify-content: center;
}
.social-info {
    text-align: center;
}
.social-info  p {
    font-size: 23.96px;
    font-weight: 400;
    line-height: 30.19px;
    text-align: center;
    color: #fff;
}
.email-info p {
    font-size: 23.96px;
    font-weight: 400;
    line-height: 30.19px;
    text-align: center;
    color: #fff;
}
.email-info p a {
    font-size: 27.71px;
    font-weight: 700;
    line-height: 34.91px;
    text-align: center;
    color: #fff;
}
.social-info ul.list-inline.social_links li a span i {
    width: 36.1px;
    height: 36.1px;
    border: 0.9px solid #FFFFFF;
    border-radius: 30px;
	    font-size: 20px;
    padding: 1px;
}
.social-info ul.list-inline.social_links li {
    padding-left: 9px;
}
.social-info ul.list-inline.social_links li a {
    color: transparent;
}
.phone-info i {
    background-color: #CC9255;
    padding: 24px;
    border-radius: 50px;
    margin-bottom: 15px;
}
.phone-info  i.fa-solid.fa-phone::before  , .phone-info  i.far.fa-envelope::before ,
.phone-infos i.fas.fa-bullhorn::before{
    font-size: 42px;
}
.phone-infos p i:first-child {
    background-color: #CC9255;
    padding: 24px;
    border-radius: 50px;
    margin-bottom: 15px;
}
.linsinfo .vc_column-inner {
    padding-top: 35px;
}
.sec-sub-heading {
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.blog-main span.p-dates {
    font-size: 13px;
    font-weight: 400;
    line-height: 17.13px;
    text-align: left;
    color: #828282;
    padding-top: 20px;
    display: inline-block;
}
.blog-title h3 a {
    font-size: 26px;
    font-weight: 400;
    line-height: 36.9px;
    text-align: left;
    color: #000;
    text-decoration: none;
}
.blog-excerpt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}
.blog-btn a p{
    line-height: 20.79px;
    text-align: right;
    color: #7B1E1E;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	font-family: 'Montserrat';
}
.blog-btn a p:hover {
    color:#000;
}
a.blog-btn-a {
    text-decoration: none;
}
header.entry-header {
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
	    padding: 94px 0px;
	padding-bottom: 70px;align-content
	background-position: center;
	background-repeat:no-repeat;
}
h1.entry-title{
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    line-height: 90px;
    padding-top: 165px;
}
.phone-btn a {
    font-size: 14px;
    color: #000000;
    font-family: 'Poppins';
    text-decoration:none;
    margin-top: -8px;
    display: block;
    font-weight: 600;
}
.phone-btn img{
    float: left;
}
.about-sec{
    padding-top:50px;
    padding-bottom: 50px;
}

.testimonil-law {
    margin-bottom: 10px;
}
/***************/



.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 14px;
    float: right;
}



/* Target the previous arrow */

.testimonials-container button.slick-arrow {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all ease 500ms;
    z-index: 1;
    top: 100%;
    margin-right: 59px;
}


a.blog-btn-a {
    font-family: DM Sans;
}
.blog-time-btn{
    padding-top: 20px;
}
.social-info ul.list-inline.social_links li a span i:hover {
    background-color: #CC9255;
}
h4.blog-title a {
    color: #000;
    text-decoration: none;
}
.cat-info {
    display: none;
}
.services-box ul.slick-dots li button:before {
    font-size: 20px;
}
section.middle-footer .footer_social{
	    padding-top: 30px;
}
div#text-4 .textwidget p {
    font-family: Questrial;
    font-size: 18px;
    font-weight: 400;
    line-height: 32.35px;
    text-align: left;
    color: #000000;
	    margin-bottom: 4px;
}
section.main-footer .widget.widget_text ul {
    padding-left: 0;
    margin-left: 0;
}
.about-sec{
	padding-top:50px;
	padding-bottom:50px;	
}
.topbar_details.top-bar ul li i {
    display: none;
}
.topbar li span {
    display: flex;
    font-size: 14.41px;
    font-weight: 700;
    line-height: 17.44px;
    text-align: left;
	    padding-bottom: 2px;
}
.topbar ul li a{
    font-size: 16.42px;
    font-weight: 500;
    line-height: 19.87px;
    text-align: left;
	text-decoration: none;
	line-height: normal;
	color:#fff;
	display:inline-block;
}
.topbar ul li a:after {
    width: 1px;
    height: 20px;
    border: 1px solid #fff;
    content: "";
    position: relative;
    right: 17px;
    top: -30px;
    display: block;
}
.topbar ul li:first-child a:after {
    display: none;
}
.topbar ul li a:hover {
    opacity: 0.7;
    color: #fff;
}
.topbar .footer_social span{
    font-size: 15px;
    font-weight: 700;
    line-height: 21.98px;
    padding-right: 10px;
}
.contactbar .footer-contact-address ul{
	column-count: 2;
    column-gap: 14px;
    padding: 0;
}
.contactbar-row {
    background-color: #CEE2E5;
    padding-top: 50px;
    padding-bottom: 50px;
	    margin-top: -42px;
}
.contactbar  .footer-contact-address ul li{
    width: 100%;
    float: left;
    list-style-type: none;
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
}
.contactbar  .footer-contact-address ul li a{
    color: #000000;
    font-size: 23px;
    font-weight: 400;
    line-height: 24.24px;
    text-align: left;
}
ul.time-ul {
    column-count: 1 !important;
    column-gap: 0;
	margin-top: 20px;
}
p.office-times {
    color: #000;
    font-size: 23px;
    font-weight: 400;
    line-height: 24.24px;
}
.contactbar .footer-contact-address ul li:after {
    width: 1px;
    height: 20px;
    border: 1px solid #fff;
    content: "";
    position: relative;
    right: 17px;
    top: -30px;
    display: block;
}
.contactbar .footer-contact-address ul li:after {
    width: 2px;
    height: 29px;
    border: 1px solid #fff;
    content: "";
    position: relative;
    right: 46px;
    top: -36px;
    display: block;
}
.contactbar .footer-contact-address ul li:first-child:after {
    display: none;
}
input#gform_submit_button_2:focus{
    border-color: unset !important;
    outline: unset;
}
h3.sub-headings:before {
    content: "";
    display: block;
    width: 142.69px;
    height: 1px;
    position: relative;
    border: 1px solid #CFCFCF;
    position: relative;
    left: 32%;
    top: 16px;
}
h3.sub-headings:after {
    content: "";
    display: block;
    width: 142.69px;
    height: 1px;
    border: 1px solid #CFCFCF;
    position: relative;
    right: -58%;
    top: -13px;
}

.testimonials-patient span {
    color: #575757;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.14px;
    text-align: left;
}
 
legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-size: 14.1px;
    font-weight: 600;
    line-height: 21.43px;
    color: #000 !important;
}
.main_menu_bar .main_menu_cont ul li a:hover{
	    color: #E3C17B !important;
}
.main_menu_bar .main_menu_cont ul li a:hover, .main_menu_bar .main_menu_cont ul li:hover > a {
    color: #fff;
}
.main_menu_bar .main_menu_cont ul li a:hover:after {
    width: 50%; /* Full width on hover */
}
p:empty{
	display:none;
}
div#text-5 .footer-contact-address ul li p.office-times {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
}
ul#menu-services_2 {
    padding: 0;
	list-style-type: none;
}
body.search.search-results section#search-4{
	background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 20px 20px;
    display: flex;
}
body.search.search-results form.search-form{
	width:100%;
}
.servs-p ul li:before {
    content: "\f0da";
    margin: 0 15px 0 0px;
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    color: #F8F8F8;
}
h1.entry-title{
	max-width: 71%;
    margin: 0 auto;	
}
body.page-template-default.page.page-id-9611 header.entry-header{
    padding: 95px 0px;	
}
section.main-footer .footer_social{
    padding-top: 20px;
    padding-bottom: 20px;	
}
.drop_menu>li >ul.sub-menu{
	box-shadow: 2px 2px 18px 2px rgba(0, 0, 0, 0.2);
    top: 23px;
    left: 0px;
    padding: 0px 0;
    z-index: 5;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
.grid-sizer, .grid-item {
    width: 33.33%;
}
span.copy-right-text a:hover {
    text-decoration: underline;
    color: #fff;
}
span.copy-right-text p {
    margin-bottom: 0;
}
div#text-3 p{
	    font-weight: 400;
    font-size: 18px;
}
.info-details ul {
    list-style-type: none;
    padding: 0;
}
h2.client-heading {
       padding-bottom: 58px;
}
body .testimonials-container.slick-prev,
body .testimonials-container .slick-next {
  position: absolute;
  bottom: -40px; /* Adjust as needed */
  z-index: 10;
}
.blog-title h3 a {
    font-family: Rubik;
    font-weight: 500;
    font-size: 23px;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 5px;
    display: inline-block;
	    pointer-events: none;
}
.blog-time {
	color: #7B1E1E;
    font-weight: 500;
    font-size: 14px;
    line-height: 132%;
    text-transform: capitalize;
    font-family: 'Montserrat';
	padding-top: 20px;
}
.blog-main span.p-dates {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    display: inline-block;
    font-family: 'Oswald';
	line-height:normal;
	text-transform: uppercase;
}
input#gform_submit_button_1 {
    background-color: #fff !important;
    border: none !important;
	outline:unset;
    box-shadow: unset;
    background-repeat: no-repeat !important;
    transition: all ease 500ms !important;
     background-position: 400px 16px;
    color: #000000 !important;
    width: 100%;
    font-family: Poppins;
    font-weight: 300;
    font-size: 17.88px !important;
    text-transform: uppercase;
}
.info-details .footer_social .fab, .info-details .footer_social .fa-brands{
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    transition: 0.3s;
    color: #fff;
    border: none;
    margin: 0px 3px;
    width: 40px;
    background: #C6303E;
    height: 40px;
}
section.main-footer .footer_social a {
    margin: 0 4px;
}
form#gform_1 input#gform_submit_button_1:hover {
background-color: #A8A8A8 !important;
}
.custom-prev,
.custom-next {
    background: #fff;
    color: #000;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    position: absolute;
    bottom: -40px;
    z-index: 9;
    cursor: pointer;
}

.custom-prev {
    left: 45%;
}
.custom-next {
    right: 45%;
}
.testimonials-container {
    position: relative;
/*     padding-bottom: 60px; /* Give space for arrows */ */
}
.slick-arrow {
/*     background: #fff;
    color: #000;
    border: none;
    font-size: 20px;
    padding: 10px 15px;
    cursor: pointer; */
}
/* Wrap arrows in a container */
.slick-slider .slick-arrow-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 99;
}
/* Remove default slick positioning */
.slick-prev, .slick-next {
/*     position: static !important; */
}
.ui-datepicker-trigger {
    filter: brightness(0) invert(1); /* makes icon white */
}
.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{
	    color: #fff !important;
}
.blog-main span.yeara {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 20px;
}
.footer-4 ul a{
	font-family:'Poppins';
}
.blog-sec{
	padding-top: 30px;
    padding-bottom: 50px;
}



/*---------- blog Page start ----------*/
/*---------- blog Page start ----------*/
.isotope-item {
    margin-top: 60px;
}
.post-title-bg h2 {
    color: #1b3a5f !important;
    font-size: 42px;
    font-weight: 500 !important;
    margin: 30px 0px;
}
span.blog-title {
    font-size: 24px;
    font-weight: 600;
	display: block;
	margin-bottom: 10px !important;
	line-height:1.3;
}
span.blog-title a {
    color: #cc9d8b !important;
    transition: linear all .25s;
    font-family: 'Poppins';
}
span.blog-title a:hover {
    opacity: .7 !important;
}
.blog_page_read_more {
    margin-top: 10px;
	margin-bottom:10px;
}
.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}
.blogBox.style3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.blogPage.style8 .blogBox.style3 .blogImage {
    width: 33%;
}
.blogBox.style3 .blogImage {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
}
.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}
.zoom {
    position: relative;
    overflow: hidden;
}
.zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 360px;
    object-fit: cover;
	width:100%;
}
.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 45px;
    background: #E3C17B;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
}
body.single-post .blogDate {
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: 1;
    width: 45px;
    background: #1b3a5f;
    color: #fff;
    padding: 7px 0px;
    text-align: center;
}
.blogImage .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}
.blogImage .blogDate i ~ i {
    margin-left: -6px;
}
.blogPage hr {
    border-color: #d6d6d6;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.blogImage .blogDate hr {
    border-top: 1px solid #fff;
/*     padding: 5px 0 0 0; */
    margin: 5px 0 5px 0;
	opacity: 1 !important;
}
.blogImage .blogDate i, .blogImage .blogDate span {
    margin-left: -3px;
}
.blogImage .blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}
a.more2, .blog_ul li a {
    color: #7B1E1E !important;
	transition: all 0.3s;
	font-weight: bold;
}
a.more2:hover, .blog_ul li a:hover {
    opacity: .7 !important;
}
ul.blog_ul {
    margin: 20px 0 !important;
}
ul.blog_ul li span {
    margin-right: 5px;
	width: 40px;
    height: 40px;
    background: #1877f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px !important;
    color: #fff;
}
span.social_icons.icon_ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
span.social_icons.icon_linkedin {
    background: #007bb5;
}
section#search-3 {
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
}
section#search-3 form label {
    width: 75%;
}
input.search-field {
    width: 100%;
}
input.search-submit {
    background: #209285;
    color: #fff;
	transition: all linear .25s !important;
}
input.search-submit:hover {
/*     opacity: .7 !important; */
}

section#recent-posts-2 h4, section#text-5 h4, section#instagram-feed-widget-2 h4, 
section#search-2 h4, section#custom_html-3 h4, section#custom_html-2 h4, 
section#fbtw_facebook-2 h4, section#wpzoom_instagram_widget-2 h4, 
section#text-4 h4  ,.sidebars2 h4.widget-title , section#text-3 h4{
    background: #5E1B2B;
    color: #fff;
    border-left: 20px solid #B88438;
    line-height: 1.5;
    text-indent: 10px !important;
    font-size: 28px !important;
    margin-top: 30px;
}
.single .site-main {
    margin: 65px 0;
}
#cboxLoadedContent {
	overflow:scroll !important;
}
section#search-2 h2 {
	margin-top:0px;
}
section#recent-posts-2 ul {
    margin-top: 10px !important;
}

section#recent-posts-2 ul li {
    display: block;
}

section#recent-posts-2 ul li a {
    color: #000 !important;
    display: flex;
    padding: 10px 10px;
    transition: all linear .25s;
/*     text-indent: 5px; */
    border-bottom: 2px dotted #000 !important;
    align-items: center;
	line-height: normal;
	text-decoration: none;
}
section#recent-posts-2 ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 0px;
    display: inline-block;
    font-family: FontAwesome;
	float:left;
	color: #7B1E1E;
}

section#recent-posts-2 ul li:first-child a {
    border-top: 0px dotted #000 !important;
}

section#recent-posts-2 ul li:last-child a {
    border-bottom: 0px dotted #000 !important;
}
section#recent-posts-2 ul li a:hover {
    color: #c6303e !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 10px;
}
.heateor_sss_sharing_ul a {
    transition: all linear .25s !important;
}
.heateor_sss_sharing_ul a:hover {
    opacity: .7 !important;
}
.more-description, .single footer.entry-footer {
    display: none !important;
}
.blogDesc {line-height: normal;font-size: 16px;}

.blog_page_read_more a {
    transition: all ease 500ms;
    color: #cc9d8b;
    font-weight: 600;
}
.blog_page_read_more a:hover {
    transition: all ease 500ms;
    letter-spacing: 2px;
	color:#cc9d8b;
	text-decoration: none;
}
.more-description {
    display: flex;
    margin-top: 5px;
}
.autor-name {
    text-transform: capitalize;
    font-weight: 500;
    margin-right: 5px;
    color: #9d7f65;
    font-style: italic;
}
body.blog .embed-container {
    height: 260px;
    object-fit: cover;
}
body.home .heateor_sss_horizontal_sharing {
    display: none;
}
span.blog-title a:hover {
    text-decoration: none;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    border: 3px solid #df6441;
    margin-bottom: 15px;
}
.blogDate i {
    font-style: normal;
}
.blogDate hr {
    border-color: #fff;
    margin: 10px 0px;
}
body.single-post .entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none !important;
}
#search-2 span.screen-reader-text {
    display: none;
}
section#search-2 {
    background: #f1f1f1;
    /* border: 1px solid #dddddd; */
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
/*     margin-top:50px; */
}
body.single-post section#search-2 {
    margin-top:0px !important;
}
section#search-2 input.search-field {
    width: 100%;
    border: none;
    padding: 8px 15px;
}
section#search-2 input.search-submit {
    background:#7B1E1E;
    color: #fff;
    transition: all linear .25s !important;
    padding: 10px 15px;
    border: none;
    line-height: normal;
    cursor: pointer;
    width: 30%;
}
section#search-2 label {
    margin-bottom: 0px;
    float: left;
    width: 70%;
}
section#search-2 input.search-submit:hover {
    opacity: .7 !important;
}
section#search-2 h2 {
    display: none;
}
section#search-2 label {
    margin-bottom: 0px;
}
.servcie-consult-btn a {
    color: #df6441 !important;
    border: 2px solid #df6441 !important;
    font-size: 18px !important;
}
article.post header, article.post .post-thumbnail {
    display: none;
}
.post-img img {
/*     border: 15px solid #ccc; */
    margin-bottom: 20px;
    height: auto;
    width: 100%;
    object-fit: cover;
}
body.single-post main#primary h2 {
    display: none;
}
body.single-post main#primary .details-date {
/*     display: none; */
	font-size: 20px;
    font-weight: bold;
}
.post-img {
    margin-bottom: 25px;
}
.header-btn-banner {
    text-align: left;
}
.header-btn-banner ul {
    display: flex;
}
.header-btn-banner ul li {
    margin-right: 15px;
}
.header-btn-banner ul li a {
    background: #cc9d8b;
    padding: 8px 20px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: all ease 500ms;
    font-size: 20px !important;
}
.header-btn-banner i {
    margin-right: 5px;
}
.header-btn-banner ul li:first-child a {
    background: #6a9bc3;
}
.header-btn-banner i.fa.fa-arrow-right {
    margin-right: 0;
    margin-left: 5px;
}
.header-btn-banner ul li a:hover {
    transition: all ease 500ms;
    background: #6a9bc3;
}
.header-btn-banner ul li:first-child a:hover {
    background: #577e9f;
}
.home-page-btn a {
    background: #2d3a88;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 500;
    transition: all ease 500ms;
}
section.no-results.not-found h1 {
    font-size: 50px;
}
section.no-results.not-found h1 {
    font-size: 50px;
}
section.no-results.not-found p {
    font-size: 22px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    color: #000;
    background: none;
    text-align: center;
}
section.no-results.not-found h1 {
    font-size: 50px;
}
section.no-results.not-found form.search-form label {
    width: 60%;
}
section.no-results.not-found form.search-form {
}
section.no-results.not-found form.search-form label input {
    padding: 10px;
    border-radius: 30px;
}
section.no-results.not-found form.search-form input.search-submit {
    padding: 15px 20px;
	width: 100%;
    max-width: 132px;
    border: none;
}
section.no-results.not-found {
    text-align: center;
}
.widget_recent_entries ul {
    margin: 0px !important;
    padding: 0px !important;
}
.post-expt {
    line-height: 1.5;
    margin-bottom: 15px;
}
.grid-sizer, .grid-item {
    width: 33.33% !important;
}
.post-expt {
    font-size: 16px;
}

/*
*
Blog Style End
*
*/

/*
New Blog Style CSS
*/
section.all-blog {
    margin-bottom: 50px;
	    padding-top: 50px;
}
.pagination-sec {
    text-align: center;
}
.blog .ast-container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.blog-header h1 {
    text-align: center;
    color: #fff;
}
.post-top-banner{
	background:#05A2CD;
    padding-top: 80px;
    padding-bottom: 80px;
	margin-bottom:50px;
}
.blog-top-banner h1, .post-top-banner h1
{
	color:#fff;
	text-align:left;
}
.home_blog_content a {
    color: #1b3a5f;
    font-size: 30px;
    font-weight: 400;
}
.home_blog_content a:hover {
    color: #1f96c8;
    text-decoration: none;
}
.blogListFooter span.listAuthor {
    color: #999;
    font-size: 16px;
}
.zoom {
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0px 3px 10px #8f632b69;
    background: #ccc;
}
.zoom .embed-container {
    padding-bottom: 61%;
}

.blog-img {
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}
.blog-img:hover img {
    transform: scale(1.1);
    transition: all .3s ease;
}
.more_link a {
    color: #1b3a5f;
    font-size: 16px;
    font-weight: 600;
    transition: all ease 500ms;
}
.more_link a:hover {
    transition: all ease 500ms;
    letter-spacing: 3px;
}
.blogSideBar .widget_search button[type="submit"]{
	padding: 8px 15px;
  font-size: 20px;
}

.blogSideBar .widget_search button[type="submit"]:hover{
	color: rgba(255, 255, 255, .7) !important;
}

.date-blog {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
    width: 45px;
    background: #1b3a5f;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
    font-size: 12px;
}
span.month {
    margin-left: -3px;
}
hr.blog-hr {
    margin: 7px 0 !important;
}
span.max-date {
        font-size: 13px;
/*     margin-left: -4px; */
}
span.year {
        margin-left: 0;
    font-size: 10px;
    text-align: center;
}
.blogSideBar .widget_search button[type="submit"]{
	background: #767677 !important;
}
.blogContent h2.blog-title{
	color: #767677 !important;
}
nav.navigation.posts-navigation {
    float: left;
    margin-top: 50px;
    width: 100%;
}


/*

Pagination CSS

*/
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}
.pagination li {
    display: inline;
}
/* .pagination li a, .pagination li a:hover,  */
.pagination li.active a, .pagination li.disabled {
    background-color: #03045e;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    display: block;
}
.pagination li a:hover, .pagination li.active a {
        background-color: #1f96c8;
}
.pagination ul {display: flex;margin: 15px auto;}

.pagination ul li {
    margin: 3px;
}
.navigation.pagination {
    margin-bottom: 35px;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
}
.navigation.pagination ul li a {
    font-size: 18px;
    font-family: 'Poppins';
    padding: 14px;
    border-radius: 50px;
}
.single-post main#primary a {
       color: #1f96c8;
}
.single-post main#primary a:hover {
    text-decoration: none !important;
}
header.zoom-instagram-widget__header {
    display: none !important;
}
body.single-post main#primary h2 {
    margin-bottom: 20px;
}
section.no-results.not-found {
    margin-bottom: 80px;
}
a.search-readmore {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
a.search-readmore:hover {
    text-decoration: underline !important;
    color: #000;
}
.entry-summary h2 {
    color: #fff;
}
.entry-summary {
    line-height: normal;
    font-size: 16px;
    float: left;
    background: #1b3a5f;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0px 1px 7px 0px #dfdfdf73;
    width: 100%;
}
.entry-summary p {
    color: #fff;
}
body.search-results .site-main {
    margin-bottom: 30px;
/*     float: left; */
    width: 100%;
}
section.error-404.not-found {
    text-align: center;
}
section.error-404.not-found h1 {
    font-size: 50px;
    font-weight: 800;
}

section.error-404.not-found p {
    font-size: 18px;
	    padding-bottom: 10px;
}
section.error-404.not-found {
/* 	padding-top:60px;
    margin-bottom: 90px; */
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}
.search-bar input.search-field {
    padding-left: 20px;
}
.search-bar {
    margin: 50px 0px;
}
input.search-submit {
	background: #5E1B2B;
    cursor: pointer;
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}
.search-bar input.search-field {
    padding-left: 20px;
}
.row.isotope_cont {
    margin: 65px 0;
}
.search-bar {
    margin: 50px 0px;
}
.search-page-btn a {
    background: #1b3a5f;
    display: inline-block;
    padding: 25px 45px;
    color: #fff !important;
    transition: all ease 300ms;
    font-size: 22px;
    letter-spacing: -1px;
    border-radius: 30px;
}
.search-page-btn a:hover {
    opacity:0.7;
}
h1.entry-title span {
    font-weight: 400;
    font-size: 18.1px;
    line-height: 17.64px;
    display: block;
    text-transform: uppercase;
    background-color: #C6303E;
    width: 31%;
    margin: 0 auto;
    padding: 7px 15px;
}
.footer-1 .footer_social .fab, .footer-1 .footer_social .fa-brands {
    padding: 9px;
    font-size: 18px;
    margin: 0px 3px;
	color:#fff;
    width: 40px;
    background: #B88438;
    height: 40px;
}
section.copyright p span {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
/*     text-transform: uppercase; */
}
.footer-contact-address ul{
    padding: 0;
	    display: block;
/*     column-count: 3;
    column-gap: 10px;	
	display: flex;
    justify-content: center; */
}

.home .top-banner{
	display:none;
}
h4.blog-title a:hover{
	    color: #3e101a;
}

.footer-contacts ul {
  padding: .0;
}
.footer-contacts ul li {
  list-style: none;
	display: flex;
  padding-bottom: 20px;
	align-items: center;
}
.footer-contacts ul li i {
  color: #fff;
  background-color: #b88438;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.footer-contacts ul li a, .footer-contacts ul li span, .footer-contacts ul li p {
  color: #000;
  font-size: 20px;
}
.footer-contacts ul li p{
	margin-bottom: 0;
	font-weight: 600;
}

.footer_social_con_sec{
	text-align: left !important;
}
.footertop{
    margin: 0 auto;	
}
.home .main-header{
   background-color: transparent;
    position: absolute;
    top: 70px;
    z-index: 999;
}	
.footer-contact-address ul li .ligroup {
    padding-left: 20px;
}
body .contact-footers #gform_wrapper_11 form {
    background-color: transparent;
}
.contact-footers form#gform_11 input {
    font-size: 16px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
body #gform_wrapper_11 form label {
    font-weight: 600 !important;
    font-size: 18px !important;
    font-family: Montserrat !important;
    text-transform: capitalize;
    color: #fff !important;
	    display: none;
}
body .contact-footers #gform_wrapper_11 form textarea#input_11_3 {
    background-color: transparent;
}
.newsletter-sec {
	padding-top:170px;
	padding-bottom:170px;
}
p.person-heading {
    font-family: poppins;
    max-width: 542px;
}
div#gform_fields_11 {
    row-gap: 20px;
}
input#gform_submit_button_11 {
    background-color: #7B1E1E !important;
    border: none !important;
    outline: unset;
    box-shadow: unset;
    transition: all ease 500ms !important;
    width: 100%;
    font-weight: 600 !important;
    font-size: 20px !important;
    text-transform: uppercase;
}
input#gform_submit_button_11:hover {
    opacity: 0.8;
}
h3.slider-subheading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 34.03px;
    text-align: center;
    text-transform: uppercase;
}
.servces-boxes {
    text-align: center;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.service-cols {
    border-right: 1px solid #CDCDCD;
}
.service-cols .vc_column-inner {
    padding-right: 0 !important;
}
.service-cols2 .vc_column-inner {
    padding-left: 0 !important;
}
.service-cols2 .servces-boxes {
    padding-bottom: 32px;
}

.home .logo  img {
    filter: unset;
}
.topbar{
	display:none;
}
section#media_image-2 a img{
/* 	    filter: invert(1); */
}
.blog-sec{
	padding-top:40px;
	padding-bottom:40px;
}
.faqinner-row-right {
    margin-right:5% !important;
}
.faqs-sec .vc_toggle_title>h4{
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #7B1E1E;	
	line-height: normal;
}
.faqs-sec .vc_toggle_content p {
    font-family: Montserrat;
    font-weight: 400;
	font-size: 16px;align-content	
    line-height: 22.54px;
    color: #000000;
}
.faqs-sec .vc_do_toggle {
    margin-bottom: 22px;
    border-bottom: 0.73px solid #C9C9C9;
}
.faqs-sec .vc_toggle_title{
    padding-bottom: 20px;	
}
.faqs-sec .vc_toggle_active .vc_toggle_title h4 {
    color: #000; 
}
 .logo img {
    filter: unset !important;
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
} 
 .logo  img {
    filter: contrast(0.5);
}
form#gform_11 input {
    border-radius: 10px;
    padding: 24px 21px;
    font-size: 16px;
    border: 2px solid #7B1E1E;
    background-color: #f1f1f1;
}
textarea#input_11_3 {
    border-radius: 10px;
    padding: 24px 21px;
    font-size: 16px;
    border: 2px solid #7B1E1E;
    background-color: #f1f1f1;
}
section.blog{
	display:inline-block;
    padding-top: 50px;
	width:100%;
}
.supplier_sec{
	padding-top:50px;
	padding-bottom:50px;
}
.ginput_container.ginput_container_select select {
    height: 50px;
    line-height: 50px;
}




.drop_menu li:hover > ul.sub-menu {
    display: block;
}
.drop_menu>li ul.sub-menu {
    border: 2px solid #EBA04F;
}
.drop_menu>li >ul.sub-menu {
    top: 25px;
    left: 0;
}
.drop_menu>li ul.sub-menu {
    background: rgba(255, 255, 255, 0.90);
    border: 2px solid #CC9255;
    margin: 0;
    position: absolute;
    width: 210px;
    display: none;
}
.drop_menu>li ul.sub-menu .menu-item {
    list-style: none;
}

.drop_menu>li ul.sub-menu li {
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    margin: 0px;
}
.drop_menu>li ul.sub-menu li a {
    display: block;
    padding: 9px 11px;
    color: #000;
    text-decoration: none;
    background-color: transparent !important;
    line-height: 20px;
    border-top: 1px solid #fff;
}
span.gfield_required.gfield_required_asterisk {
    font-size: 18px;
}
body{
      overflow-x: hidden;  
}
.blog-headings{
        font-weight: 400;
}
.blog-imgs {
    margin-bottom: 15px !important;
}
.enterprenur-p {
    padding-top: 50px;
    padding-bottom: 50px;
}
body .man-img img{
         margin-top: 56px;
}