.media_image {
    width: 100%;
    height: 250px;
}
.media_image img{
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
}
.media_wrap {
    box-shadow: 1px 1px 7px 3px #ccc;
    padding: 10px;
    height: 100%;
    border: 1px solid #ccc;
}
.media_wrap .media_link {
    font-size: 20px;
    margin: 10px 0;
}
.wp-custom-logo .site-container .title-area {
    max-width: 390px;
    order: 1;
}
.site-header>.wrap {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.site-header>.wrap:before, .site-header>.wrap:after{
	content: unset;
}
.hero-btn-new {
    order: 2;
    display: block;
}
.site-header .widget-area {
    float: right;
    text-align: right;
    margin-right: 10px;
    order: 3;
}
.btn-secondary{
	background-color: transparent;
	color: var(--clr-white);
	border: 1px solid var(--clr-white);
}
.btn-secondary:hover{
	background-color: var(--clr-light);
	color: var(--clr-white);
	border: 1px solid var(--clr-white);
}
/*Hero Section*/
.hero-section{
  background-image: url(/wp-content/uploads/2022/11/george_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  }
.hero-text{
  font-family: var(--ff-sans-1);
  line-height: 1.2;
  color:var(--clr-white);
  padding-top: 20em;
  padding-bottom: 10em;
}
.hero-heading{
  font-size: var(--fs-36);
  font-weight: var(--fw-400);
}
.hero-subheading{
  font-size: var(--fs-64);
  font-weight: var(--fw-700);
}
.mob-banner-testimonials .tt_theme_speech .ttshowcase_rl_quote_block .ttshowcase_rl_quote{background: transparent !important;}
.mob-banner-testimonials .ttshowcase_slider .bx-wrapper img{display: none;}
.mob-banner-testimonials .tt_full_column{background: transparent !important;}
.mob-banner-testimonials .ttshowcase_rl_title{
 color:var(--clr-white);
 font-size: var(--fs-18);
}
.mob-banner-testimonials .ttshowcase_rl_quote p{
  font-size: var(--fs-14);
  font-weight: var(--fw-400);
  font-family: var(--ff-sans-1);
  line-height: 1.5;
  color: var(--clr-white);
  font-style: normal;
}
.mob-banner-testimonials .ttshowcase_rating .fa-star{
  color:var(--clr-orange);
  padding-left: 3px;
}
.mob-banner-testimonials .tt_table_cell_right{
  padding-left: 0;
  padding-top: 10px;
}
.client-section .owl-carousel .owl-item img{
  width: unset;
  margin: 0 auto;
}
.section-intro-image {
    width: 48%;
    float: right;
    margin: 0 30px 15px 0;
    line-height: 0;
}
.left-border-line{
  position: relative;
}
.left-border-line::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: var(--clr-white);
    left: -57px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}
.left-border-line::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: var(--clr-white);
    left: auto;
    right: -57px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid #fff !important;
    color: #fff !important;
}
/* Payment Page */
.payment-section-form {
    background: #efefef;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    width: 100%;
}
.payment-section-form .input-field {
   background: transparent;
    border: none;
    border-bottom: 1px solid rgba(44,44,44,.25);
    color: #2c2c2c;
    display: block;
    font-family: Lato,sans-serif;
    height:45px;
    margin: 0;
    padding: 10px 10px 10px 20px;
    transition: all .25s ease;
    width: 100%;
	font-size: var(--fs-20);
}
.payment-plans {
    padding: 15px 0;
}
.payment-section-form .input-field::placeholder{
	color: #2c2c2c;
}
.payment-section-form input[type=submit] {
    font-family: var(--ff-sans-1);
    font-size: var(--fs-18);
    font-weight: var(--fw-500);
    text-transform: uppercase;
    line-height: 30px;
    background-color: var(--clr-light);
    border: 1px solid var(--clr-light);
    color: var(--clr-white);
    letter-spacing: 1px;
    white-space: nowrap;
    border-radius: 5px;
    padding: 10px 25px;
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
	max-width:250px;
}
/*Testimonials Section*/
.testimonials-section{
  background-image: url(/wp-content/uploads/2022/10/test-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonials-section .tt_theme_speech .ttshowcase_rl_quote_block .ttshowcase_rl_quote{
 background: transparent !important;
}
.testimonials-section .tt_3cl{
  background: transparent !important;
  padding:20px;
  border-radius: 12px;
  border:1px solid var(--clr-info);
}
.testimonials-section .tt_3cl:hover{
  background: var(--clr-white) !important;
  border:none;
}
.testimonials-section .ttshowcase_rl_title{
 color:var(--clr-success);
 font-size: var(--fs-20);
 font-weight: var(--fw-600);
}
.testimonials-section .ttshowcase_slider .bx-wrapper img{
 display: none;
}
.testimonials-section .tt-slider-controls #tt-slider-next a i::before, .testimonials-section .tt-slider-controls #tt-slider-prev a i::before{
 display: none;
}
.testimonials-section .tt_theme_speech .tt_quote_info-below .ttshowcase_rl_quote:after{
 display: none;
}
.testimonials-section .tt_table_cell_right {
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom:1px solid #EFEFEF;
}
.testimonials-section .ttshowcase_rating .fa-star{
  color:var(--clr-orange);
  padding-left: 3px;
}
.testimonials-section .tt-slider-controls #tt-slider-next a i::before, 
.testimonials-section .tt-slider-controls #tt-slider-prev a i::before{
 display: none;
}
.testimonials-section .tt-slider-controls #tt-slider-next a i{
 background-image: url(/wp-content/uploads/2022/10/arrow-right.png);!important;
 width: 80px;
 height: 80px;
 background-repeat: no-repeat;
}
.testimonials-section .tt-slider-controls #tt-slider-prev a i{
 background-image: url(/wp-content/uploads/2022/10/arrow-left.png);!important;
 width: 80px;
 height:80px;
 background-repeat: no-repeat;
}
/*Tab Testimonials*/
.tab-testimonials-section .tt_2cl{
 background: transparent !important;
 padding:20px;
 border-radius: 12px;
 border:1px solid var(--clr-info);
}
.tab-testimonials-section .tt_2cl:hover{
  background: var(--clr-white) !important;
  border:none;
}
.is_small_web{display: none;}
/*Mobile Testimonials*/
.mob-testimonials-section .tt_full_column.tt_text_left:not(.ttshowcase_rl_box.tt_full_column.tt_text_left){
  background: transparent !important;
  padding:20px;
  border-radius: 12px;
  border:1px solid var(--clr-info);
}
.mob-testimonials-section:hover{
  background: var(--clr-white) !important;
  border:none;
}
/*Form Section*/
aside#genesis-sidebar-primary .sidebar-form p{
	margin-bottom:0px;
}
.home .homepage-form p{
	margin-bottom:0px;
}
/*Service Section*/
.service-section{
  background-image: url(/wp-content/uploads/2022/10/service-bg.png);
  background-size: cover;
  background-repeat:no-repeat;
}
.service-section .service-text:hover{background-color: var(--clr-white);}
.service-section .service-text:hover img{filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(99%) contrast(99%);}
.service-section .service-text a{ display: none;font-size: var(--fs-16)}
.service-section .service-text:hover .title{
  color: var(--clr-success);  
  font-weight: var(--fw-600); 
  padding-top: 0;
}
.service-section .service-text{
  background-color: transparent;
  border:2px solid var(--clr-white);
  border-radius: 12px;
  padding: 15px;
  margin-top: 2.5em;
}
.service-section .service-text .title{
  padding-left:25px;
  font-family: var(--ff-sans-1);
  font-weight: var(--fw-300);
  color: var(--clr-white);
  padding-top: 0.5em;
  margin-bottom: 0;
}
.service-section .service-text:hover a{
   color: var(--clr-success);
   text-transform: uppercase;
   font-family: var(--ff-sans-1);
   font-weight: var(--fw-600);
   display: block;
   font-size: 16px !important;
   text-decoration: underline;
}

.service-section .owl-carousel .owl-item img {width: 50px;;}
.service-section .owl-carousel  .owl-dots{display: none;} 
.service-section .owl-carousel .owl-nav span{display: none;}
.service-section .owl-carousel .owl-nav{display: block; margin-top: 3em;}
.service-section .owl-carousel .owl-nav .owl-prev{
  background-image: url(/wp-content/uploads/2022/10/ser-arrow-left.png)!important;  
  background-repeat: no-repeat;
  height: 80px;
  width:  80px;  
}
.service-section .owl-carousel .owl-nav .owl-next{
  background-image: url(/wp-content/uploads/2022/10/ser-arrow-right.png)!important;  
  background-repeat: no-repeat; 
  height: 80px;
  width:  80px;     
}
.service-section .owl-carousel .owl-nav [class*=owl-]:hover {
  background: transparent;
  text-decoration: none;
  background-repeat: no-repeat;
}

/*Service Page*/
.service-wrapper {
    width: 100%;
}
.service-wrapper .service {
    width: 48%;
    float: left;
    margin: 0 1% 2%;
    background:var(--clr-primary);
    padding: 30px;
    outline: 4px solid var(--clr-light);
    outline-offset: -12px;
    text-align: center;
}
.service-wrapper .service .title {
    font-family: var(--ff-sans-1);
    color:var(--clr-white);
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.service-wrapper .service .button-div {
    text-align: center;
}
.service-wrapper .service .button-div a {
    display: inline-block;
    padding: 8px 40px;
    background:var(--clr-white);
    border-radius:7px;
    font-family: var(--ff-sans-1);
    text-decoration: none;
    color: var(--clr-primary);
}


/*Team Section*/
.team-section{
  background-color: var(--clr-offwhite);
}
 .team-content{
     height: 90px;
     width: 348px;
     background-color: var(--clr-white);
     text-align: center;
}
 .single-team-section {
     position: relative;
     margin: 10px;
}
 .single-team-image {
     margin-bottom: 0px;
}
 .single-team-image img {
     margin: 0;
     width: 100%;
     object-fit: cover;
     object-position: top;
}
 .team-text-div {
     position: relative;
     left: 0;
     bottom: 0;
     width: 100%;
     line-height: 1.2;
     background-color: transparent;
     border:1px solid var(--clr-success);
     border-top:none;
}
.team-text-div:hover{
  background-color: var(--clr-white);
  border:none;
}
 .team-title-div {
     display: table-cell;
     width: 100vw;
     height: 90px;
     vertical-align: middle;
     color: var(--clr-white);
     padding: 10px 15px;
     text-align: center;
}
 .main-team-title-div {
     margin: 0;
     font-size: var(--fs-18);
     font-family: var(--ff-sans-1);
     text-transform: capitalize;
     color: var(--clr-secondary);
     font-weight: var(--fw-600);
     text-align: center;
}
 .sub-team-title-div {
     margin: 0;
     font-size: var(--fs-16);
     font-weight: var(--fw-400);
     font-family: var(--ff-sans-1);
     margin-top: 5px;
     text-transform: uppercase;
     text-align: center;
     text-decoration: underline;
}

.team-section .owl-carousel .owl-nav [class*=owl-]:hover {
  background: transparent;
  text-decoration: none;
  background-repeat: no-repeat;
}
.team-section .owl-dots{display: none;}
.team-section .owl-theme .owl-nav {
  margin-top: 10px;
  position: relative;
}
.team-section button.owl-prev {
  background-image: url(/wp-content/uploads/2022/10/arrow-left.png) !important;
  background-repeat: no-repeat !important;
  height: 80px;
  width: 80px;
}
.team-section button.owl-next {
  background-image: url(/wp-content/uploads/2022/10/arrow-right.png) !important;
  background-repeat: no-repeat !important;
  height: 80px;
  width: 80px;
}
.team-section button.owl-next span, 
.team-section button.owl-prev span{display: none;}

/*Blog Section*/
.blog-section{
   background-color: var(--clr-offwhite);
}
.blog-section .wcp-carousel-main-wrap figure.rpc-style-1:hover button, .wcp-carousel-main-wrap figure.rpc-style-1.hover button {
  background-color: transparent;
}
.blog-section .wcp-carousel-main-wrap .wcp-slick .slick-dots{
  display:  none !important;
}
.wcp-carousel-main-wrap figure.rpc-style-1 img{
  width: 100% !important;
  object-fit: cover;
}
.blog-section #carousel-4075 .slick-next, #carousel-4075 .slick-prev {
  display: block !important;
}
.blog-section .wcp-carousel-main-wrap figure.rpc-style-1 button{
  background:transparent;
  color:var(--clr-success);
  font-size: var(--fs-16) ;
  font-weight: var(--fw-700);
  font-family: var(--ff-sans-1);
  letter-spacing: 0;
  padding-left: 0;
  text-transform: uppercase;
}
.blog-section .wcp-carousel-main-wrap figure.rpc-style-1 .rpc_desc{
  font-size: var(--fs-16);
  font-weight: var(--fw-400);
  font-family: var(--ff-sans-1);
  line-height: 1.5;
  color: var(--clr-secondary) !important;
}
.blog-section .wcp-carousel-main-wrap figure.rpc-style-1 .rpc_title {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: var(--fw-600);
  font-size: var(--fs-18);
  color:var(--clr-success);
  line-height: 1.5;   
}
.blog-section .wcp-carousel-main-wrap figure.rpc-style-1 .rpc_new_date{
  color: var(--clr-info);
  font-weight: var(--fw-500);
  font-family: var(--ff-sans-1);
}
.blog-section #carousel-4075 .slick-next,.blog-section #carousel-4075 .slick-prev {
  display: none !important;
}
.blog-section .wcp-slick .slick-dots {
  display: none !important;
}
.blog-section #carousel-4075 .slick-slide .rpc_bg {
  background: var(--clr-white)  !important; 
  border-radius: 10px;
}
.blog-section #carousel-4075 .slick-slide .rpc-wrapper { 
  background-color:var(--clr-white) !important; 
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
     border-radius: 10px 10px 0px 0px;
}
.blog-section .date.rpc_date {
  display: none;
}
.blog-section .wcp-carousel-main-wrap figure.rpc-style-1 i {display: none; }


/*Footer*/
.footer-section .btn-link {
  border: 1px solid var(--clr-white);
  border-radius: 5px;
  padding: 10px 40px;
  color: var(--clr-white);
  margin-top: 2em;
  display: inline-block;
}
.social-media i {
  color: var(--clr-white);
  background: var(--clr-primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
}
.footer-section .border-right{
  border-right: 1px solid var(--clr-success);
}
.copyright {
  border-top: 1px solid var(--clr-info);
}

/*Contact Form*/
.homepage-form .wpcf7{
  max-width: 450px;
  margin: 0 auto;
}
.homepage-form .input-container {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
  }
.homepage-form .icon {
    padding: 10px;
    color:var(--clr-white);
    min-width: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top:1px;
    padding: 9px 8px;
    transition: 0.3s;
  }
.homepage-form .input-field {
    width: 100%;
    padding: 10px 10px 10px 50px;
    outline: none;
    background: transparent;
    border: 1px solid var(--clr-white);
    border-radius: 2px;
    font-size: var(--fs-16);
    font-weight: var(--fw-400);
    font-family: var(--ff-sans-1);
	color: #fff;
  }
.homepage-form .input-field:focus {
    border: 2px solid var(--clr-info);
  }
.homepage-form .textarea{
     height: 100px;
     font-size: var(--fs-16);
     font-family: var(--fs-sans-1);
     padding-left: 50px;
  }
.homepage-form input[type=submit] {
  font-family: var(--ff-sans-1);
  font-size: var(--fs-16);
  font-weight: var(--fw-500);
  text-transform: uppercase;
  line-height: 30px;
  background-color: var(--clr-light);
  border: 1px solid var(--clr-light);
  color: var(--clr-white);
  letter-spacing: 1px;
  white-space: nowrap;
  border-radius: 5px;
  padding: 10px 25px;
  width: 100%;
  cursor: pointer;
}
.homepage-form .input-field::placeholder{  
    color:var(--clr-white);
}
.homepage-form .wpcf7 p{
  margin:0;
}
.owl-carousel#client-slider-web .owl-item img{
	width: auto;
}
  
/*Media Query*/
@media only screen and (max-width: 1051px) and (min-width: 961px){
  .testimonials-section.is_web {display: none;}
  .is_small_web{display:block;}  
  .footer-section{font-size: var(--fs-12);}
}
@media only screen and (max-width: 1299px) and (min-width: 961px){
 
}
@media(max-width:960px){
	.hero-btn-new {
    order: 2;
    display: none;
}
	.wp-custom-logo .site-container .title-area {
    max-width: 245px;
    order: 1;
}
	.site-header {
    position: absolute;
    top: 105px;
}
	.header-con-btn {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
		text-align: center;
}
.banner-testimonials{
  display: none;
}
.blog-section #carousel-4075 .slick-prev{
  display: inline-block !important;
  top: calc(100% + 35px);
  left: 45%;
  right: auto;
}
.blog-section #carousel-4075 .slick-next{
  display:inline-block !important;
  top: calc(100% + 35px);
  right: 45%;
  left: auto;
}   
.blog-section .wcp-carousel-main-wrap .wcp-slick .slick-dots{
  display: block !important;
}
.blog-section #carousel-4075 .slick-dots li button:before {
  content: " ";
  opacity: 1;
  background-color: transparent;
  border: 2px solid var(--clr-primary);
}
.blog-section #carousel-4075 .rpc_title{
  padding-top: 1em;
}
.blog-section #carousel-4075 .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--clr-primary);
  border: 2px solid var(--clr-primary);
}
.blog-section #carousel-4075 .slick-dots {
  bottom: -40px;
}
.footer-section .border-right{
  border-right:none;
}
.is_small_web{
    display:none;
 }
}

@media(max-width: 767px){
 .hero-section{background-image: url(/wp-content/uploads/2022/10/m-hero-banner.png);}
.section-intro-image {
    width: 90%;
    float: unset;
    margin: 0 auto;
    max-width: 480px;
    margin-left: 0px;
	margin-bottom:15px;
}
}
@media only screen and (max-width: 700px) and (min-width: 481px){
  .hero-heading{font-size: var(--fs-24);}
  .hero-subheading{font-size: 45px;}

}
@media (max-width: 480px){
	.service-wrapper .service {width: 98%;}
  .hero-heading{font-size: var(--fs-18);}
  .hero-subheading{font-size: var(--fs-32);}
  .hero-section .btn-primary{ font-size: var(--fs-12);}
  .section-intro-image{width: 100%;}
	.service-section .service-text .title {
		margin-bottom: 0;
		font-size: 16px !important;
	}
	.service-section .service-text a, .service-section .service-text:hover a  {
		font-size: 14px !important;
	}
}