@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 body {
    margin-bottom: 0px !important;
}
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

 

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a, div {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}
 
.wp-smart-loader {
    text-indent: -12345px;
}
 
 
 
 /*--------------------------------------------------------------
 * Theme Css Start
 *--------------------------------------------------------------
 */
 
 .line_box_outer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
}

.line_box_outer .lined {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e7ebf0;
}
.line_box_outer .lined:first-child {
    left: 100px;
}
.line_box_outer .lined.two {
    left: 25%;
}
.line_box_outer .lined.three {
    left: 0;
    right: 0;
    margin: auto;
}
.line_box_outer .lined.four {
    right: 25%;
}
.line_box_outer .lined:last-child {
    right: 100px;
}
 .befor-bg .eae-at-animation-text.is-visible {
    line-height: 33px !important;
}

.befor-bg {
    position: relative;
}
.befor-bg:before {
    content: "";
    position: absolute;
    background: #1d4a34cc;
    width: 40%;
    height: 90%;
    left: 0;
    z-index: 1;
    bottom: 0;
    border-radius: 50% 50% 50% 0px;
}
.min-t{position: relative;  z-index:9;}
.t-l .elementor-counter-title {
    text-align: left !important;
}

.t-l .elementor-counter-number-prefix {
    display: none;
}
.t-l .elementor-counter-number-wrapper {
    margin-bottom: 8px;
}

.service_box.type_six.borenable {
    border: 1px solid #edf4fa;
}
.service_box.type_six {
    padding: 10px 15px;
    background: #fff;
    border-radius: 20px;
}
.service_box.type_six .d-flex.trans {
    padding: 10px 0px 20px;
}
.trans {
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.d-flex {
    display: flex!important;
}
.service_box.type_six .d-flex.trans .icon {
    min-width: 50px;width: 50px;
    position: relative;
     
}
.title_22 {
    font-size: unset;
    line-height: unset;
    margin-bottom: 0;margin-left: 20px;
}
.service_box.type_six .d-flex.trans .title_22 a {
    margin: 0;
}
.title_22 a {
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    color: #111;
    display: block;
    margin-bottom: 10px;
}
 .service_box:hover .title_22 a{color: #ff6d2e;}
 .service_box.type_six .image {
    position: relative;
    overflow: hidden;
    height: 250px;
}
.service_box.type_six .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.service_box.type_six .content {
    padding: 30px 15px 23px;
}
.service_box.type_six .content p {
    margin-bottom: 25px;
}
.service_box .content p {
    font-size: 15px;
    font-weight: 400;
    color: #222;    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 26px;
}
.service_box.type_six .content a.theme_btn {
    border: 1px solid rgb(15 53 103 / 10%);
    background: #fff;
    color: #696e77;
    padding: 10px 25px;
    border-radius: 5px;
    margin-bottom: 0;
    display: inline-block;
}
.service_box.type_six .content a.theme_btn:hover {
    border-color: #ff6d2e;
    background: #ff6d2e;
    color: #fff;
}

.before-bg1:before {
    content: "";
    position: absolute;
    background: #fbfbfb;
    width: 70%;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
}

.item-testimonial {
    border: 1px solid #d5d5d5;
}
.wrap-author {
    padding: 20px;
    border-bottom: 1px solid #d5d5d5;
    display: flex;
}
.content {
    width: 100%;
}
.icon-user-img {
    width: 67px;
    height: 55px;
     
}
.item-testimonial .description {
    padding: 20px;
}
.item-testimonial .description p {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 0px;
    color: #121212;    display: -webkit-box!important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 26px;
}
.content .name {
    color: #ff6d2e;
    font-size: 17px;
    font-weight: 600;
}
.content .position {
    font-size: 14px;
    font-weight: normal;
    color: #8b8b8b;
}

.blog-body {
    position: relative;
    display: block;
    background-color: white;
    box-shadow: 0px 0px 25px 0px rgba(217, 214, 214, 0.35);
    padding: 29px 25px 29px;
}

.blog-one__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.blog-one__meta li {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-one__meta li:before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 13px;
    width: 1px;
    background-color: #d7d7d7;
}
.blog-one__meta li i {
    color: #ff6d2e;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-right: 5px;
}
.blog-one__meta li:last-child:before {
display:none;
}
.blog-one__meta li a {
    position: relative;
    top: -2px;
    font-size: 14px;
    color: #272626;
    opacity: .88;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-body .entry-title {
    font-size: 22px;
    font-weight: 500;
        display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 33px;
}

.btn-blog {
    position: relative;
    display: block;
    margin-top: 11px;
}
.btn-blog .btn-read {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #181818;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 7px;
}
.blog-one__meta li {
    font-size: 14px;
    line-height: 32px;
    padding-right: 31px;
}
span.byline {
    display: contents;
}
span.posted-on {
    display: contents;
}
.blog-body:hover .btn-blog .btn-read{color:#ff6d2e}
.blog-body:hover h2.entry-title a{color:#ff6d2e}

.post, .page {
    margin: 0px !important;
}


.service-carousel .owl-nav {
    position: inherit;
    top: inherit;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: 21px;
}
.service-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #ff6d2e !IMPORTANT;
    border: 1px solid #ff6d2e !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #ff6d2e !IMPORTANT;
}
.service-carousel .owl-nav button:hover{background: #ff6d2e !important; border: 1px solid #ff6d2e !IMPORTANT;color: #fff !IMPORTANT;}
.goals-carousel .owl-nav {
    position: absolute;
    top: -7em;
    right: 3em;
	
    margin-top: 0px;
    text-align: center;margin-top: 0px;
}
.goals-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #ff6d2e !IMPORTANT;
    border: 1px solid #ff6d2e !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #ff6d2e !IMPORTANT;
}
.goals-carousel .owl-nav button:hover{background: #ff6d2e !important; border: 1px solid #ff6d2e !IMPORTANT;color: #fff !IMPORTANT;}
.client .owl-nav {
    position: absolute;
    top: -7em;
    right: 3em;
	
     
    margin-top: 0px;
    text-align: center;margin-top: 25px;
}
.client .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #ff6d2e !IMPORTANT;
    border: 1px solid #ff6d2e !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #ff6d2e !IMPORTANT;
}
.client .owl-nav button:hover{background: #ff6d2e !important; border: 1px solid #ff6d2e !IMPORTANT;color: #fff !IMPORTANT;}
.breadcrumb-link {
    display: flex;
}

.breadcrumb-link {
     color: #fff;
}
.breadcrumb-link a {
    margin-right: 10px;
    color: #fff;    position: relative;
}
.breadcrumb-link a:after {
    content: "\e606\e606";
    font-family: Simple-Line-Icons;
    font-size: 10px;
    letter-spacing: 0px !IMPORTANT;
    color: #fff;
}
.currentm {
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    margin-left: 10px;
}
.contact-page__right {
	position: relative;
	display: block;
	background-color: #F0F7F7;
	padding: 40px 45px 45px;
	margin-left: 40px;
}

.contact-page__right-title {
	font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    font-family: "Times New Roman", Sans-serif;
    margin-bottom: 20px;
}

.contact-page__right-text {
    font-size: 16px;
    opacity: .80;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 26px;
    color: #4e4e4e;
}

.contact-page__form {
	position: relative;
	display: block;
}

.contact-page__form .row {
	--bs-gutter-x: 20px;
}

.contact-page__input-box {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],.wpcf7 input[type="tel"],
.contact-page__input-box input[type="email"] {
	height: 45px;
	width: 100%;border: 1px solid #e5e5e5;
	border: 0;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	outline: none;
	font-size: 16px;
	color: rgba(var(--woodza-black-rgb), 0.7);
	display: block;
	border-radius: 0;
	font-weight: 400;
}

.contact-page__input-box textarea {
	font-size: 16px;border: 1px solid #e5e5e5;
	color: rgba(var(--woodza-black-rgb), 0.7);
	height: 155px;
	width: 100%;
	background-color: #fff;
	padding: 10px 20px 10px;
	border: 0;
	border-radius: 0px;
	outline: none;
	margin-bottom: 0px;
	font-weight: 400;
}


.contact-page__input-box.text-message-box {
	height: 155px;
	margin-bottom: 30px;
}
.blog-one__meta li:last-child {
    padding-right: 0px;
}
.contact-page__btn-box .wpcf7-submit {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border: none;
	background-color: #ff6d2e;
	text-align: center;
	padding: 11px 35px 11px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	line-height: 32px;cursor: pointer;
}

.contact-page__btn-box .wpcf7-submit:hover {
	background-color: #000;
}

.subbanners {
    padding: 10% 0% 10% 0%;    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.min-title h1 {
    font-family: "Times New Roman", Sans-serif;
    font-size: 51px;
    font-weight: 600;
    color: #FFFFFF;
}
.subbanners:before {
    content: "";
    background-color: #ff6d2e;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    /* right: 0; */
    bottom: 0;
    height: 150px;
    margin: auto;
    width: 33%;
}
.subbanners {
    position: relative;
}
.be-l:before {
    content: "";
    background-color: #ff6d2e;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    /* right: 0; */
    bottom: 0;
    height: 150px;
    margin: auto;
    width: 33%;
}
.be-l {
    position: relative;
}

.vcard {
    width: 93px;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    text-transform: capitalize;
}