/*
Theme Name: Twenty Twenty Child
Template: twentytwenty
Text Domain: twentytwentychild
*/

/*@font-face {
    font-family: 'GT America';
    src: url('font/GTAmerica-Regular.woff2') format('woff2'),
        url('font/GTAmerica-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'GT America';
    src: url('font/GTAmerica-Light.woff2') format('woff2'),
        url('font/GTAmerica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: url('font/GTAmerica-Medium.woff2') format('woff2'),
        url('font/GTAmerica-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: url('font/GTAmerica-Regular.woff2') format('woff2'),
        url('font/GTAmerica-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* @font-face {
    font-family: 'Carmen Sans';
    src: url('font/CarmenSans-ExtraBold.woff2') format('woff2'),
        url('font/CarmenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Carmen Sans';
    src: url('font/CarmenSans-Heavy.woff2') format('woff2'),
        url('font/CarmenSans-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('font/CarmenSans-Bold.woff2') format('woff2'),
        url('font/CarmenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('font/CarmenSans-Light.woff2') format('woff2'),
        url('font/CarmenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('font/CarmenSans-Regular.woff2') format('woff2'),
        url('font/CarmenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('font/CarmenSans-SemiBold.woff2') format('woff2'),
        url('font/CarmenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('font/CarmenSans-Medium.woff2') format('woff2'),
        url('font/CarmenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Carmen Sans';
    src: url('font/CarmenSans-UltraLight.woff2') format('woff2'),
        url('font/CarmenSans-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF-Pro';
    src: url('font/SFProDisplay-Light.woff2') format('woff2'),
        url('font/SFProDisplay-Light.woff') format('woff');
	font-weight:100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF-Pro';
    src: url('font/SFProDisplay-Regular.woff2') format('woff2'),
        url('font/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF-Pro';
    src: url('font/SFProDisplay-Medium.woff2') format('woff2'),
        url('font/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.after-white h2:after {
	background: #fff !important;
}

.sfpro_font p, .sfpro_font h2, .sfpro_font h2 span, .sfpro_font {
	font-family: 'SF-Pro', sans-serif !important;
	font-weight:100;
}
.carmen_font p, .carmen_font h2, .carmen_font h2 span, .carmen_font span, .carmen_font {
    font-family: 'Carmen Sans' !important;
	font-weight:300;
}
.carmen_font .wpr-advanced-text .wpr-anim-text.wpr-anim-text-type-clip .wpr-anim-text-inner b.wpr-anim-text-visible{
    font-family: 'Carmen Sans' !important;
}
.gt_font p, .gt_font h2, .gt_font h2 span, .gt_font span, .gt_font {
	font-family: 'SF-Pro', sans-serif !important;
	font-weight:100;
}
body.page-id-13,
body.page-id-453,
body.page-id-667,
body.page-id-13,
body.page-id-14{
	font-family: 'SF-Pro', sans-serif !important;
	font-weight:100;
}
.sfpro_font input::placeholder{
	font-family: 'SF-Pro', sans-serif !important;
}
.primary-menu a {
    color: #fff;
    font-family: 'Carmen Sans';
    font-size: 18px;
    font-weight: lighter;
    text-decoration: none !important;
    position: relative;
    margin-right: 35px;
}
.wp-image-1389, .custom-logo  {
    width: 125px !important;
}
.nospace h2,
.nospace{
	margin-bottom: 0px !important;
}
.primary-menu .current-menu-item a:after{
    width:100%;
}
.primary-menu a:after{
	content:'';
	width:0px;
	height:2px;
	background-color:#FF3A00;
	position:absolute;
	bottom:-7px;
	left:auto;
	right:0px;
	transition:0.38s ease-in-out 0s all;
}
.primary-menu a:hover:after{
	width:100%;
	left:0px;
	right:auto;
	transition:0.38s ease-in-out 0s all;
}
#site-header .head_number a {
    color: #fff !important;
}
#site-header {
    background: transparent;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    right: 0;
    max-width: 1440px;
    margin: auto;
    z-index: 99;
	padding: 0 10px;
}
#site-header .header-inner.section-inner {
    width: 100%;
}
.space-both {
	padding-left:10px;
	padding-right:10px;
}
.header-btn-deisgn a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.header-btn-deisgn > a.mega-menu-link:hover {
    color: #ff3a00;
/* 	border: 1px solid #ff3a00; */
}
.header-btn-deisgn a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.header-btn-deisgn > a.mega-menu-link {
    background: #FF3A00;
    padding: 0px 28px;
    border-radius: 8px;
	font-size:16px;
    transition: 0.20s ease-in-out 0s all;
    overflow: hidden;
    position: relative;
    transition: 0.2s transform ease-in-out;
    z-index: 0;
    transition: 0.20s ease-in-out 0s all;
    font-weight: regular;
	margin-right: 0;
	color:#fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.header-btn-deisgn > a.mega-menu-link {
	line-height: 37px;
	font-weight:bold;
}
.header-btn-deisgn a::after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.header-btn-deisgn > a.mega-menu-link::after {
  background-color: #fff;
  border-radius: 8px;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.header-btn-deisgn a:hover::after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.header-btn-deisgn > a.mega-menu-link:hover:after {
  transform: translate(0, 0);
}
.header-btn-deisgn a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.header-btn-deisgn > a.mega-menu-link::hover {
    color: #FF3A00 !important;
    will-change: transform;
}
.call_to_action a {
    overflow: hidden;
    position: relative;
    transition: 0.2s transform ease-in-out;
    z-index: 0;   
    background: #fff;
}
.call_to_action a::after {
    background-color: #ff3a00;
    border-radius: 8px;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
}
.call_to_action a:hover::after {
  transform: translate(0, 0);
}
.call_to_action a:hover {
  color: #fff!important;
  will-change: transform;
}
.widget_nav_menu .menu li a:hover{
	color:#000;
}
.widget_nav_menu .menu li:last-child{
	border-bottom:none;
}
ul.primary-menu{
    align-items: center;
}
/* .cstm_slider_design .slick-slide {
    text-align: center;
    padding: 36px 16px;
    box-shadow: 0px 0px 8px 0px rgb(221 221 221 / 82%);
    border-radius: 13px;
    background: #fff;
    margin: 5px 8px;
}
.cstm_slider_design .slick-slide h3{
    font-size: 26px;
    font-weight: 600;
    color: #333;
    line-height: 31px;
    margin: 0;
    font-family: 'Carmen Sans';
}
.cstm_slider_design .slick-slide p {
    font-size: 11px;
    color: #A1ACB2;
    margin-bottom: 0px;
    line-height: 19px;
    font-family: 'Carmen Sans';
    letter-spacing: 0px !important;
    font-weight: 400;
}
.cstm_slider_design .slick-prev, .cstm_slider_design .slick-next{
    width: auto;
    height: auto;
}
.cstm_slider_design .slick-prev {
    left: 30px;
}
.cstm_slider_design .slick-next {
    right: 43px;
}
.cstm_slider_design.slider {
    max-width: 1440px;
    margin: 0 auto;
    background: #F7F9FB;
    padding: 4px 60px;
    border-radius: 23px 23px 0 0;
    box-shadow:  0px -1px 16px 0px rgb(221 221 221 / 82%);
} */
.slick-list {
    padding-left: 0px!important;
}
/*.slick-slide.slick-current p {
    margin-bottom: 0;
}*/


.cstm_slider_design .owl-carousel .item {
    text-align: center;
    padding: 36px 30px;
    box-shadow: 0px 0px 8px 0px rgb(221 221 221 / 82%);
    border-radius: 13px;
    background: #fff;
    margin: 5px 8px;
    min-height: 137px;
}
.cstm_slider_design .owl-carousel .item h3{
	font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: -0.61px;
    margin: 0;
    font-family: 'Carmen Sans';
}
.cstm_slider_design .owl-carousel .item p {
    font-size: 13.51px;
    color: #9d9d9d;
    margin-bottom: 0px;
    line-height: 19px;
    font-family: 'Carmen Sans';
    letter-spacing: 0px !important;
    font-weight: normal;
}
.cstm_slider_design .owl-carousel .owl-nav .owl-prev, .cstm_slider_design .owl-carousel .owl-nav .owl-next{
    width: auto;
    height: auto;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.cstm_slider_design .owl-carousel .owl-nav .owl-prev {
    left: -30px;
}
.cstm_slider_design .owl-carousel .owl-nav .owl-next {
    right: -10px;
}
.cstm_slider_design.slider {
    max-width: 1440px;
    margin: 0 auto;
    background: #F7F9FB;
    padding: 5px 60px;
    border-radius: 23px 23px;
    box-shadow: 0px -7px 16px 0px rgb(221 221 221 / 82%);
	position:relative;
}
.cstm_slider_design.slider:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    left: 0;
}
.cstm_slider_design .owl-carousel .owl-nav .owl-prev span:before {
    content: '';
    height: 42px;
    width: 42px;
    background-image: url(../../uploads/2022/12/left-arrow.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 35px auto;
    color: transparent;
    top: -16px;
    left: -10px;
}
.cstm_slider_design .owl-carousel .owl-nav .owl-next span:before {
    content: '';
    height: 42px;
    width: 42px;
    background-image: url(../../uploads/2022/12/right-arrow.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 35px auto;
    color:transparent;
	top: -16px;
}
 .slick-prev:before{
    content: '';
    height: 35px;
    width: 35px;
    background-image: url(../../uploads/2022/11/Group-4.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    color:transparent;
	top: 0px;
    left: 0px;
	 
}


#counter{
    color: #000;
	margin-top: 13px;
}
ul.slick-dots {
    display: none !important;
}
.testimonial-slider_section .slick-prev.slick-arrow {
    left: -420px;
    top: 97px;
}
.testimonial-slider_section .slick-next.slick-arrow {
    top: 97px;
    left: -390px;
}
.testimonial-slider_section .slick-slideshow__slide.slick-slide p {
	font-size: 31px;
    font-weight: 300;
    line-height: 43px;
    letter-spacing: 0.86px;
    color: #333333;
    margin: 0;
	font-family: 'GT America', sans-serif !important;
}
.testimonial-slider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0px;
}
.latest-case1 h2{
	margin-left: 16px;
}

.latest-case h2:after {
    position: absolute;
    left: -8px;
    top: 4px;
    width: 3.76px;
    height: 13.81px;
    border-radius: 2.89px;
    background: #FF6D00;
    content: '';
}
.latest-case1 h2:after {
    left: 0px !important;
    top: 7px;
    width: 5.31px;
    height: 19.49px;
    border-radius: 4.07px;
}
.overlay-section-style .col-left .elementor-widget-wrap.elementor-element-populated {
    width: 725px;
    margin-left: auto;
    padding-left: 10px;
}
.overlay-section-style .col-left.customForm .elementor-widget-wrap.elementor-element-populated {
	 padding-left: 60px;
}
ul.custom-form {
    list-style: none;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
	margin-bottom:0px;
}
ul.custom-form li {
    width: 50%;
    margin-left: 0px;
    padding-right: 20px;
    margin-bottom:10px;
}
ul.custom-form li.msg-list {
    width: 100% !important;
}
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="week"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
textarea{
    border: none;
    border-bottom: 1px solid #333;
    padding-left: 0;
    color: #333;
    font-family: 'SF-Pro', sans-serif !important;
    font-size: 19px;
    letter-spacing: -0.53px;
    line-height: 23px;
    font-weight: 300;
}
ul.custom-form li textarea {
    border-bottom: 1px solid #333;
}
ul.custom-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #FF3A00;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #FF3A00;
    border-radius: 8px;
    padding: 10px 22px;
    margin-top: 40px;
    transition: 0.38s ease-in-out 0s all;
    font-family: 'Carmen Sans', sans-serif !important;
    font-weight: bold;
    line-height: 22px;
}
ul.custom-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	background-color:transparent;
	color:#FF3A00;
}
ul.custom-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
text-decoration:none;
}
#site-footer {
	background-color:#fafbfc;
}
#site-footer .section-inner{
    display: block;
    max-width: 1440px;
    margin: auto;
}
#footer-sidebar {
    align-items: flex-start;
    display: flex;
    border-top: 1px solid #efefef;
}
#footer-sidebar1 {
    width: 40%;
}
#footer-sidebar2, #footer-sidebar3, #footer-sidebar4{
    width: 25%;
    padding: 10px;
}
#footer-sidebar2, #footer-sidebar3, #footer-sidebar4 h2{
    margin-top: 50px;
}
.widget.widget_block.widget_text p, .footer-address p, .footer-address ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    font-family: 'SF-Pro', sans-serif;
}
.footer-address ul{
    margin-left: 0;
}
#block-14 p {
	padding-right: 30px;
}
.widget_nav_menu .menu li a:hover {
	color:#FF3A00 !important;
}
.footer-address ul li{
    list-style: none;
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.widget_media_gallery .wp-block-image img {
    width: 60px !important;
    filter: grayscale(1);
    opacity: 0.6;
}
.widget_media_gallery {
    margin-top: 0 !important;
}
.widget_nav_menu .widget-title {margin-bottom: 10px;}
.widget_nav_menu .widget-title, .widget_block h2 {
    font-size: 20px;
    font-weight: 300;
    font-family: 'SF-Pro', sans-serif;
    line-height: 24px;
    letter-spacing: inherit;
}
.widget_nav_menu .menu li a {
    color: #333 !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    font-family: 'SF-Pro', sans-serif !important;
}
.widget_nav_menu .menu li {
	line-height: 0px;
    margin: 0px !important;
}
.practice_section_design .elementor-tab-title.elementor-active {
    border-bottom: 1px solid #FF6A00 !important;
}
#block-12.widget {
    margin-top: 1rem;
}
#footer-sidebar4 h2 {
    margin-bottom: 10px;
}
.practice_section_design .elementor-tab-title span.elementor-toggle-icon-closed i,
.practice_section_design .elementor-tab-title span.elementor-toggle-icon-opened i,
.practice_section_design .elementor-tab-title.elementor-active span.elementor-toggle-icon-opened i{
    display: none;
}
.practice_section_design .elementor-tab-title .elementor-toggle-title{
    position: relative;
    padding-left: 25px;
    font-family: 'SF-Pro', sans-serif;
	color: #333 !important;
}
.page-id-667 .practice_section_design .elementor-tab-title .elementor-toggle-title, .page-id-667 .practice_section_design .elementor-tab-content p, .page-id-667 .practice_section_design .elementor-tab-content span, .aboutUs p span {
    font-family: 'GT America', sans-serif !important;
}
.page-id-667 .practice_section_design .elementor-tab-content a {
	font-weight:500;
}
.page-id-667 .practice_section_design .elementor-tab-title.elementor-active .elementor-toggle-title{
	font-family: 'GT America', sans-serif;
	font-weight: 500 !important;
}
.practice_section_design .elementor-tab-title.elementor-active .elementor-toggle-title{
    font-weight: 500 !important;
    font-family: 'SF-Pro', sans-serif;
}
.practice_section_design .elementor-tab-title .elementor-toggle-title:before{
    content: '';
    background-image: url(../../uploads/2022/12/plus-black-icon.png);
    background-size: auto;
    position: absolute;
    top: 2px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}
.practice_section_design .elementor-tab-title.elementor-active .elementor-toggle-title:before{
    background-image: url(../../uploads/2022/12/Plus-red-icon.png);
}
.practice_section_design .elementor-tab-title{
    padding-left: 0px !important;
}




 .powered-by-wordpress, .to-the-top, #block-8 {
    display: none;
}
p.footer-copyright{
    color: #B7B7B7;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
	font-family: 'SF-Pro', sans-serif !important;
}
#footer-sidebar1 #block-8 {display:block;}
.footer-credits {display:none;}
.custom_btn a {
    background: #fff;
    padding: 12px 22px;
    border-radius: 30px;
	transition:0.20s ease-in-out 0s all;
}
.custom_btn a {
    overflow: hidden;
    position: relative;
    transition: 0.2s transform ease-in-out;
    z-index: 0;
	transition:0.20s ease-in-out 0s all;
}
.custom_btn a::after {
  background-color: #000;
  border-radius: 3rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.custom_btn a:hover::after {
  transform: translate(0, 0);
}
.custom_btn a:hover {
  color: #fff!important;
  will-change: transform;
}
.footer-address ul li a:hover {
    color: #000;
    transition: 0.38s;
}
.footer-address ul li a{
	padding-left:3px;
}
.header-titles, .header-titles .site-title, .header-titles .site-logo, .header-titles .site-description,
.wp-block-image.size-full.is-resized{
    margin: 0;
}
.header-inner{
    padding:0;
}
#footer-sidebar1 p {
    color: #b7b7b7;
}
.header-titles .wp-block-image.size-full.is-resized {
    margin: 20px 0 !important;
}
.icon-cstm-design a span.wpr-button-icon svg {
    fill: #ff6a00 !important;
}
.header-inner .toggle svg{
    color: #fff;
}
.widget_media_image .wp-block-image.size-full img {
    width: 125px;
}
.widget_media_image .wp-element-caption {
    font-size: 14px;
    font-family: 'SF-Pro', sans-serif !important;
    color: #b7b7b7;
    letter-spacing: -0.39px;
    line-height: 17px;
}
.paragraph-font p {
    font-size: 20px !important;
    line-height: 38px !important;
	letter-spacing: .5px;
}
.line-height-st p {
	font-size: 18px !important;
    line-height: 30px !important;
}
.line_ht p {
	line-height: 43px;
    margin-bottom: 10px;
}
.practice_section_design .Learn_more-design a,
.learnmore .elementor-tab-content a{
    color: #4a4a4a !important;
    font-size: 16px;
    font-weight: 600;
/*     text-transform: uppercase; */
    letter-spacing: 1px;
	transition: 0.22s ease-in-out 0s all;
}
.practice_section_design .Learn_more-design a:hover,
.learnmore .elementor-tab-content a:hover{
	color: #FF6A00 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
	left: 262px;
    top: 45px;
}
.mega-sub-menu .mega-block-title,
.mega-sub-menu .mega-menu-item a.mega-menu-link{
    font-family: 'SF-Pro', sans-serif !important;
	letter-spacing: 0.5px;
}
ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	 font-family: 'SF-Pro', sans-serif !important;
	 letter-spacing: 0.5px;
}
ul.mega-menu.max-mega-menu.mega-menu-horizontal .mega-menu-item a.mega-menu-link{
	font-family: 'Carmen Sans' !important;
}
.mega-sub-menu li .mega-menu-link:hover{
	
}
.practice_section_design .Learn_more-design .elementor-tab-content p a {
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.gtFont.line-height-st p {
	font-family: 'GT America', sans-serif !important;
    font-weight: 300;
}
.mBtm {
	margin-bottom: 10px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight:500;
}
.gtFont h2, .stlment.about-lh-custom38 p, .gtFont.inn_paragraph p, .custom_btn.gt_font.gtFont span, .gtFont.subHeading p, .call_to_action.gtFont span, .conTact.about-lh-custom49 {
	font-family: 'GT America', sans-serif !important;
}
.stlment.about-lh-custom38 p {
	line-height: 38px;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.custom_btn.gt_font.gtFont span {
	font-weight: 500;
}
.gtFont.inn_paragraph p {
	font-weight: normal;
}
.inn_paragraph_light p {
	font-family: 'GT America', sans-serif !important;
	font-weight: 300;
}
.gtFont.carmen_font span {
	font-family: 'GT America', sans-serif !important;
	font-weight: normal !important;
}
.latest_case_result.gt_font {
	margin-bottom:0px;
}
.mBtm-0, .inn_paragraph_light.mBtm-0 p {margin-bottom:0px !important;}
.gtFont.subHeading p {
	line-height: 22px;
}
.customForm input[type="text"], .customForm input[type="password"], .customForm input[type="email"], .customForm input[type="url"], .customForm input[type="date"], .customForm input[type="month"], .customForm input[type="time"], .customForm input[type="datetime"], .customForm input[type="datetime-local"], .customForm input[type="week"], .customForm input[type="number"], .customForm input[type="search"], .customForm input[type="tel"], .customForm input[type="color"], .customForm textarea {
	background: transparent;
    border-color: #B7B7B7;
/*     color: #B7B7B7; */
}
.customForm  ul.custom-form li textarea {border-color: #B7B7B7;}
.customForm  ul.custom-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
	border-radius: 25px;
    font-family: 'GT America', sans-serif !important;
    font-weight: normal;
    background: transparent;
    color: #FF3A00;
    border-color: #c8c8c8;
}
.customForm  ul.custom-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	background-color: #FF3A00;
	border-color: #FF3A00;
	color: #fff;
}
.conTactInfo span {
	font-family: 'GT America', sans-serif !important;
	font-weight:500 !important;
}
.customList ul li, .customList ol li {
	font-family: 'GT America', sans-serif !important;
    font-weight: 300;
	color:#333;
}
@media (min-width: 320px) and (max-width: 767px){
	 .slick-prev:before{
		 top: -22px !important;
		 left:2px !important;
} 
.slick-next:before{
	top: -22px !important;
}
	.multiple-items-items .slick-next:before{
     right:0px !important;
		top:-15px !important;
	}
	.multiple-items-items .slick-prev:before{
		left:-10px !important;
		top:-15px !important;
}
	.testimonial-slider_section .slick-slideshow__slide.slick-slide p{
     font-size:24px;
	 line-height:36px;	
	}
	li.header-btn-deisgn.custom-btttn a {
    background-color: transparent;
}
#footer-sidebar1 #block-8 {display:none;}
.footer-credits {
	display:block;
	}
	
.news-inner-col {
    width: 100%;
    margin: 10px 0px;
}
.pum-theme-4310 .pum-container, .pum-theme-default-theme .pum-container {
	padding: 30px 25px !important;
}
	div#popmake-4319{
		width: 80% !important;
		top:20px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}	
}
/*Blog page css*/
.main-article-row {
    display: flex;
  /*  justify-content: space-between;*/
    margin: 10px;
    flex-wrap: wrap;
    margin: 30px 0px 0;
}
h3.title {
    color: #000000;
    font-size: 36px;
    font-weight: 300;
    margin: 0px;
    font-family: 'Carmen Sans' !important;
}
h3.title a{
    color: #000000 !important;
}
.description-style-post p {
    font-family: 'GT America', sans-serif !important;
    font-weight: 300;
    font-size: 18px !important;
    line-height: 30px !important;
    text-align: justify;
    color: #333;
}
.main-article-row .blog-item {
    display: block;
    position: relative;
    overflow: hidden;
    width: calc(50% - 30px);
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgb(222 222 222 / 50%);
    transition: background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    -webkit-transition:background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 20px 0px 10px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 10px;
    padding: 40px 40px 40px 40px;
}
.post-btn a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
   display: flex;
    align-items: center; 
    margin-top: 50px;
     font-family: 'Carmen Sans' !important;
     webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
a.post-button svg{
    margin-left: 12px;
    fill: #FF6A00;
}
.divider{
    padding-top: 2px;
    padding-bottom: 2px;
}
.divider span.custom-divide{
    border-top: 3px solid #ff6a00;
    width: 133px;
    display: flex;
    margin-bottom:20px;
}
.post-btn{
    display: flex;
}
a.post-button{
position:relative;
}

a.post-button:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -5px;
    height: 1px;
    background-color:#ff6a00;
    -webkit-transition-property: right; 
    -o-transition-property: right;
    transition-property: right; 
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; 
    }
a.post-button:hover::before{
    right: 0;
}
a.post-button:hover{
    color: #ff6a00 !important;
}
.row.single-page {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}
.elementor-accordion .elementor-tab-title{
    font-family: 'GT America', sans-serif !important;
}
 .elementor-widget-accordion .elementor-tab-content{
    font-family: 'Carmen Sans' !important;
}
.news-card h3 {
    font-family: 'SF-Pro', sans-serif !important;
    font-weight: 100;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin: 0px 0px;
}
.news-card p {
    font-size: 14px;
    color: #b7b7b7;
    line-height: 21px;
    font-family: SF-Pro, sans-serif;
	margin-bottom:0px;
}
.news-slider-style{
    display: flex;
    flex-wrap: wrap;
}
.news-inner-col{
    position: relative;
    overflow: hidden;
    width: calc(50% - 20px);
    padding: 20px 10px 15px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E9E9E9;
    margin: 10px;
    border-radius: 10px;
}
.sfpro_font .elementor-widget-container p a{
    color: #333;
}

@media (min-width: 768px) and (max-width: 991px){
	.slick-next:before{
		right:-56px !important;
		top: 55px !important;
	}
	 .slick-prev:before{
		left:-30px !important;
		 top: 55px !important;
}
	.multiple-items-items .slick-prev:before {
    height: 30px !important;
    width: 30px !important;
    top: -15px !important;
    left: -10px !important;
}
	.multiple-items-items .slick-next:before {
    height: 40px !important;
    width: 40px !important;
    top: -15px !important;
    right: -5px !important;
}
	.slick-slide h3{
     font-size:18px !important;
	}
	.menu-modal.cover-modal.header-footer-group.show-modal.active{
        z-index: 999;
    }
	.testimonial-slider_section .slick-slideshow__slide.slick-slide p{
   font-size:26px;
   line-height:38px;
	}
	li.header-btn-deisgn.custom-btttn a {
    background-color: transparent;
}
	.pum-theme-4310 .pum-container, .pum-theme-default-theme .pum-container {
	padding: 40px !important;
}
	div#popmake-4319{
		width: 80% !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size:18px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		font-size:18px !important;
	}
}
@media (min-width: 992px) and (max-width: 1024px){
	#mega-menu-wrap-primary #mega-menu-primary {
    padding: 0px 10px 0px 0px !important;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
      font-size:16px !important;
	  padding:0px 12px 0px 12px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		font-size:16px !important;
	}
}
@media screen and (max-width: 1000px){
	nav.mobile-menu li a {
		color: #333333 !important;
		font-family: 'SF-Pro', sans-serif;
		font-size: 26px !important;
		font-weight: 400 !important;
		text-decoration: none !important;
		padding-right: 25px;
	}
}
@media only screen and (max-width: 1024px){
	
    #site-header{
        padding:0 15px;
        z-index: 999;
    }
    .slick-prev {
        left: 5px;
    }
     .slick-next {
        right: 10px;
    }
    .testimonial-slider_section .slick-next.slick-arrow {
        top: 97px;
        left: -305px;
    }
    .testimonial-slider_section .slick-prev.slick-arrow {
        left: -334px;
        top: 97px;
    }
	.multiple-items-items .slick-next:before {
        height: 32px !important;
        width: 32px !important;
        top: -10px !important;
        right: -24px !important; 
    }
    .multiple-items-items .slick-prev:before {
        height: 32px !important;
        width: 32px !important;
        top: -10px !important;
        left: -10px !important;
    }
    .page-id-12 .primary-menu a{
        margin-right: 10px;
    }
    .site-logo img{
        margin-left: 20px !important;
    }
    .nav-toggle .toggle-inner {
        padding-top: 0px;
    }
    .nav-toggle .toggle-inner{
        color: #fff;
    }
    .page-id-12 .nav-toggle .toggle-inner{
        color: #000;
    }
}
@media only screen and (max-width: 768px){
   .testimonial-slider_section .slick-next.slick-arrow {
        top: 43px;
        left: -250px;
    }
    .testimonial-slider_section .slick-prev.slick-arrow {
        left: -225px;
        top: 43px;
    } 
	nav.mobile-menu li a {
		color: #333333 !important;
		font-family: 'SF-Pro', sans-serif;
		font-size: 26px !important;
		font-weight: 400 !important;
		text-decoration: none !important;
		padding-right: 25px;
	}
	.section-inner {
		width: calc(100% - 4rem);
	}
/*     .header-inner .toggle{
        top: -36px;
    } */
    .site-logo img {
        margin-left: 0px !important;
    }
}




@media only screen and (max-width: 767px){
	.testimonial-slider_section .slick-slideshow__slide.slick-slide p {
		text-align: left;
	}
	.overlay-section-style1 .col-left .elementor-widget-wrap.elementor-element-populated {
		padding-left: 0px;
	}
    .slick-slide.slick-current {
        text-align: center;
    }
    .slick-slider {
        padding-left: 10px;
        padding-right: 20px;
    }
    #footer-sidebar1 {
        width: 100%;
    }
    #footer-sidebar2, #footer-sidebar3, #footer-sidebar4{
        width: 100%;
        padding: 0;
    }
    #footer-sidebar{
        flex-wrap: wrap;
    }
    #footer-sidebar2, #footer-sidebar3, #footer-sidebar4 h2 {
        margin-top: 15px;
    }
    .wp-container-2 {
    flex-wrap: nowrap!important;
    }
    .testimonial-slider_section .slick-prev.slick-arrow {
        left: -4px;
        top: -30px;
    }
    .testimonial-slider_section .slick-next.slick-arrow {
        top: -29px;
        left: 33px;
    }
    .text_br br{
        display: none;
    }
	nav.mobile-menu li a {
		color: #333333 !important;
		font-family: 'SF Pro Display', sans-serif;;
		font-size: 16px !important;
		font-weight: 400 !important;
		text-decoration: none !important;
		padding-right: 25px;
	}
	.page-id-12 .header-btn-deisgn a {
		background: #fff;
		padding: 20px 24px;
	}
/*     .page-id-12 .header-inner .toggle{
        top: -36px;
    } */
	button.toggle.nav-toggle.mobile-nav-toggle.active .toggle-inner {
		display: none;
	}
/* 	button.close-nav-toggle {
		padding-top: 0;
	} */
	.section-inner {
		width: calc(100% - 2rem);
	}
	.is-layout-flex {
		flex-wrap: nowrap !important;
	}
    .header-inner .toggle{
        top: 0;
    }
    .site-logo img {
        margin-left: 0px !important;
    }
    .menu-modal.cover-modal.header-footer-group.show-modal.active{
        z-index: 999;
    }
    ul.custom-form li {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .main-article-row{
        display: block;
    }
    .main-article-row .blog-item{
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 1240px){
	.custom-btttn {
		padding-right: 32px;
	}
}
@media only screen and (max-width: 1200px){
.who-we-areee{
padding:130px 0px 50px 0px !important;
}
}
/* css start  */
.learn-button svg {
    margin-top: 2px;
}
/* .multiple-items-items .slick-prev:before {
    content: '';
    height: 42px;
    width: 42px;
    background-image: url(/wp-content/uploads/2022/12/left-arrow.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 35px auto;
    color: transparent;
    top: -16px;
    left: -10px;
}
.multiple-items-items .slick-next:before {
    content: '';
    height: 42px;
    width: 42px;
    background-image: url(/wp-content/uploads/2022/12/right-arrow.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 35px auto;
    color:transparent;
	top: -16px;
}
 .slick-prev:before{
    content: '';
    height: 35px;
    width: 35px;
    background-image: url(/wp-content/uploads/2022/11/Group-4.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    color:transparent;
	top: 0px;
    left: 0px;
	 
} 
.slick-next:before{
	content: '';
    height: 35px;
    width: 35px;
    background-image: url(/wp-content/uploads/2022/11/Group-4-Copy.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    color:transparent;
	top: 0px;
    right: -35px;
}  */
a:hover {
    text-decoration: none !important;
}
span.toggle-text {
    display: none;
}
.menu-bottom {
    display: none;
}
.toggle-inner{
	height:0px;
}

.about-lh-custom38 p{
	line-height: 38px;
}
.about-lh-custom30 p{
	line-height: 30px;
}
.about-lh-custom19 p{
	line-height: 19px;
}
.about-lh-custom49 p{
	line-height: 49px;
}
.testimonial-slider .slick-arrow {
	display: none !important;
}
.custom-slider-btn {
	display: flex;
	align-items: center;
}
.custom-slider-btn img{
	margin-right: 10px;
}
.custom-counter #counter {
	margin-top: 0px;
	font-size: 14px;
}
.contact-style-custom input,
.contact-style-custom textarea {
	border-bottom: 1px solid #b7b7b7 !important;
}
.contact-style-custom input::placeholder,
.contact-style-custom textarea::placeholder {
	color:  #b7b7b7 ;
}
.slider-banner .slick-track {
	display: flex;
}
.slider-banner .slick-slide{
	height: auto;
}
.theme-color-link a {
	color:#ff3a00 !important;
}
.primary-menu > li > .icon {
    right: 29px;
    top: calc(50% - 0.2rem);
	color: #ff3a00 !important;
}
.primary-menu ul {
	width:25rem;
	border-radius: 0;
	padding: 0;
}
.primary-menu li .sub-menu li a {
	margin-right: 0px;
    font-size: 16px;
}
.primary-menu ul::after {display:none;}
.primary-menu li .sub-menu li a:after {
    content: '';
    width: 0px;
    height: 100%;
    background-color: #FF3A00;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    top: auto;
    transition: 0.38s ease-in-out 0s all;
    z-index: -1;
}
.primary-menu li .sub-menu li a:hover:after {
    width: 100%;
    left: 0px;
    right: auto;
    transition: 0.38s ease-in-out 0s all;
}
.modal-menu ul li {
    border-left-color: #ff3a00 !important;
}
.line-height-30 p {
	line-height:30px;
}
.customBtn span {
	font-weight:bold;
}
.customFont .elementor-heading-title {
	font-weight:200 !important;
}
.faqStyle .elementor-accordion-item{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: 0px !important;
	border-radius: 5px;
	margin-bottom: 10px;
}

/* popup code start here */
.pum-overlay {
    background: rgb(0 0 0 / 38%) !important;
}
h2.consulStyle {
	margin: 0px;
    margin-bottom: 15px !important;
    font-size: 26px;
    font-family: 'Carmen Sans' !important;
    font-weight: bold;
	color:#000;
}
.hide-menu{
	display:none;
}

