.padding{
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-top{
    padding-top: 50px;
}
.padding-bottom{
    padding-bottom: 50px;
}


/* Header CSS */
/* .tg-header__area{
    background-color: #677581;
}
.tgmenu__nav .logo{
    width: 25%;
} */
/* Header CSS */

/* @media (max-width:767px) {
    .tgmenu__nav .logo {
        width: 75%;
    }
} */

/* Footer CSS */
/* .footer__area-one .bg-shape {
    background-image: url(../img/footer-pattern1.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
} */

/* Footer CSS */

/* Contact CSS */
.section-how-it-work.home-2 {
    position: relative;
}
.tf-spacing-14 {
    padding-top: 112px;
    padding-bottom: 25px;
}
.section-how-it-work.home-2 .guide-wrap {
    position: relative;
    z-index: 3;
}
.guide-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 28px;
}
.guide-wrap-item {
    max-width: 270px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ebebeb;
    position: relative;
    border-bottom-left-radius: 1200px;
    border-bottom-right-radius: 1200px;
}
.guide-wrap-item .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: 114px;
    height: 114px;
    position: absolute;
    top: -58px;
    left: 47%;
    transform: translateX(-50%);
    background-color: transparent;
}
.guide-wrap-item .icon::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-color: var(--primary-color);
    border-radius: 50%;
    -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;
}
.guide-wrap-item .icon i {
    font-size: 40px;
    color: white;
    position: relative;
    z-index: 2;
}

.guide-wrap-item .guide-wrap-content {
    text-align: center;
    padding: 78px 30px 47px;
    min-height: 245px;
}
.guide-wrap-item .guide-wrap-content .sub-title {
    color: black;
    padding-bottom:0px;
}
.sub-title a{
    color: black;
}
.guide-wrap-content .sub-title a:hover a{
    color: var(--primary-color);
}
/* Contact CSS */

/* Heading CSS */
.heading-section {
    position: relative;
    z-index: 3;
}
.heading-section .sub-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: end;
    color: var(--primary-color);
    gap: 8px;
    margin-bottom: 15px;
}
.heading-section .sub-heading i {
    color: var(--primary-color);
    font-size: 11.5px;
}
.heading-section .title {
    color: black;
    letter-spacing: -0.1px;
    font-size: 22px;
    font-weight: 600;
}
.heading-section.style-2 .sub-heading {
    justify-content: center;
}
/* Heading CSS */

/* Listing CSS */
.listing {
    list-style: none;
    padding: 0;
}
.listing li i{
    color: var(--primary-color);
}
/* Listing CSS */
/* About Us CSS */
.ft-why-choose-section {
    z-index: 1;
    /* margin: 80px 0 50px; */
    /* margin: 0px 0 50px; */
}
.ft-why-choose-section:before {
    top: 0;
    right: 0;
    width: 50.7%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #fff;
}
.ft-why-choose-text-area .ft-section-title {
    max-width: 600px;
    padding-left: 100px;
}
.ft-why-choose-feature-wrapper {
    padding-top: 0;
    padding-left: 30px;
}
.ft-why-choose-feature-item {
    margin-bottom: 25px;
}
.ft-why-choose-feature-item .ft-why-choose-feature-icon {
    z-index: 1;
    width: 85px;
    height: 85px;
    margin-right: 23px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
    box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
}
.ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
    top: 7px;
    left: 7px;
    content: "";
    z-index: -1;
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 100%;
    background-color: #f6f6f6;
}
.ft-why-choose-feature-item .ft-why-choose-feature-icon i {
    font-size: 40px;
    line-height: 0.75;
    color: #838383;
}
.ft-why-choose-feature-item .ft-why-choose-feature-text {
    max-width: 420px;
}
.ft-why-choose-feature-item .ft-why-choose-feature-text h3 {
    /* color: #00044b; */
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.ft-why-choose-feature-item .ft-why-choose-feature-text p {
    line-height: 1.5;
}

/* About Us CSS */

/* Title */
.ft-section-title .sub-title {
    font-size: 16px;
    /* font-weight: 700; */
    color: #d19e52;
    padding: 0px 82px;
    position: relative;
    text-transform: capitalize;
}
.ft-section-title .sub-title:before {
    left: 0;
}
.ft-section-title .sub-title:before, .ft-section-title .sub-title:after {
    top: 15px;
    content: "";
    height: 1px;
    width: 75px;
    position: absolute;
    background-color: #d19e52;
}
.ft-section-title h2 {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    padding: 0px 0px 20px;
    text-transform: uppercase;
}
.pera-content p {
    margin-bottom: 15px;
    text-align: justify;
}
.ft-section-title{
    margin-bottom: 20px;
}
/* Title */
/* Products */
.ft-testimonial-item-innerbox {
    padding: 30px 30px 0px 30px;
    background-color: #fff;
    -webkit-box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
    box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
}
.ft-testimonial-item-innerbox .ft-testimonial-item-img {
    width: 100%;
    height: auto;
    margin: auto;
    /* overflow: hidden; */
    /* border-radius: 100%; */
    /* border: 2px solid #cbcbcb; */
    display: block;
    text-align: center;
}
.ft-testimonial-item-innerbox .ft-testimonial-name {
    z-index: 1;
    width: 270px;
}
.ft-testimonial-item-innerbox .ft-testimonial-name:before {
    left: -30px;
    z-index: -1;
    content: "";
    height: 50px;
    width: 215px;
    bottom: -15px;
    position: absolute;
    background-color: var(--primary-color);
}
.ft-testimonial-item-innerbox .ft-testimonial-name .ft-testimonial-shape {
    top: -14px;
    width: 0;
    height: 0;
    right: 35px;
    content: "";
    position: absolute;
    border-bottom: 50px solid var(--primary-color);
    border-right: 50px solid transparent;
}
.ft-testimonial-item-innerbox .ft-testimonial-name .ft-testimonial-shape:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid #02445f;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -50px;
    right: -50px;
}
.ft-testimonial-item-innerbox .ft-testimonial-name h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 48px;
}
.ft-testimonial-item-innerbox .ft-testimonial-name h3 a:hover{
    color: var(--secondary-color);
}
.ft-testimonial-item-innerbox .ft-testimonial-name h3:before {
    left: 0;
    top: 12px;
    width: 40px;
    content: "";
    height: 3px;
    position: absolute;
    background-color: #fff;
}
.products .ft-item-innerbox {
    margin-bottom: 50px;
}
/* Products */
/* Counters */
.counter-area {
    position: relative;
    background: #246baf;
    z-index: 1;
}
.counter-area::before {
    content: "";
    position: absolute;
    background-image: url(../img/01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    z-index: -1;
}
.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}
.counter-box .icon {
    position: relative;
    text-align: center;
    font-size: 45px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #424242;
    border: 5px solid #fff;
    background: #dcdcdc;
    z-index: 1;
}
.counter-box .counter {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
}
.counter-box .title {
    color: #ffff;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

/* Counters */
/* Product Detail */
.gt-team-card-items-2 {
    position: relative;
}
.gt-team-card-items-2 .gt-team-image {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
}
.gt-team-card-items-2 .gt-team-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgb(0 93 129) 0%, rgb(88 118 142 / 16%) 100%);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: 1;
}
.gt-team-card-items-2 .gt-team-image img {
    width: 100%;
    height: 100%;
    transform: scale(1.02);
    transition: all 1.5s ease-out;
}
.gt-team-card-items-2 .gt-team-image .gt-social-icon {
    gap: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.gt-team-card-items-2 .gt-team-image .gt-social-icon a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #fff;
    color: #1D1D1D;
}
.gt-team-card-items-2:hover .gt-team-image::before {
    transform: scale(1, 1);
    transform-origin: top center;
}
.gt-team-card-items-2:hover .gt-team-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.gt-team-card-items-2:hover .gt-team-image .gt-social-icon {
    opacity: 1;
    visibility: visible;
}
.gt-team-card-items-2 .gt-team-image .gt-social-icon a:hover {
    background-color: var(--primary-color);
    color: #ffff;
}
/* Product Detail */
/* Quality */
.services-three {
    position: relative;
    display: block;
    z-index: 1;
    background: #fbfbfb;
}
.services-three__left {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 3;
}
.services-three__left-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.services-three__left-img img {
    width: 100%;
    border: 1px solid #dadada;
}
.services-three__right {
    position: relative;
    display: block;
}
.services-three__right-single {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
    padding: 35px 25px 25px;
    margin-bottom: 30px;
    z-index: 3;
}
.services-three__right-single .inner {
    position: relative;
    display: block;
    padding-left: 80px;
}
.services-three__right-single .inner .icon-box {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
}
.services-three__right-single .inner .icon-box .bg-box {
    position: absolute;
    top: 0;
    left: -15px;
    width: 40px;
    height: 40px;
    background: #edf3f6;
    content: "";
    z-index: -1;
}
.services-three__right-single .inner .content-box {
    position: relative;
    display: block;
}
.services-three__right-single .inner .content-box h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
    color: #181918;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.services-three__right-single .inner .content-box h2:hover {
    color: var(--primary-color);
}
.services-three__right-single .inner .content-box p {
    margin: 0;
}
.services-three__right-single:hover .inner .icon-box span::before {
    transform: scale(0.9);
}

.services-three__right-single .inner .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--primary-color);
    font-size: 60px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
/* Quality */
/* RESPPONSIVE CSS */
@media (max-width: 1440px){
    .hero-style1 .hero-title {
        font-size: 35px !important;
    }
}
@media (max-width: 1024px){
    .tgmenu__navbar-wrap > ul > li {
        margin-right: 21px !important;
    }
    .info-card .info-card_icon {
        height: 30px !important;
        width: 30px !important;
    }
    .info-card .info-card_link {
        font-size: 14px !important;
    }
    .about-thumb1-1 {
        padding-right: 0 !important;
    }
    .about-grid-card .box-title {
        font-size: 18px !important;
    }
    .breadcrumb__area {
        padding: 200px 0 80px !important;
    }
    .breadcrumb-wrap {
        margin-top: 0 !important;
    }
    .ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
        top: 5px;
        left: 5px;
        width: 40px;
        height: 40px;
    }
    .ft-why-choose-feature-item .ft-why-choose-feature-icon {
        width: 50px;
        height: 50px;
    }
    .ft-why-choose-feature-item .ft-why-choose-feature-icon i {
        font-size: 25px;
    }
    .guide-wrap-item {
        margin-bottom: 85px;
    }
}
@media (max-width: 768px){
    .tg-header__top-right > li:first-child {
        display: block !important;
    }
    .breadcrumb__area {
        padding: 250px 0 80px !important;
    }
    .breadcrumb-wrap {
        margin-top: 30px !important;
    }
    .breadcrumb-wrap {
        padding: 0 !important;
    }
    .guide-wrap-item {
        max-width: 320px;
        margin-bottom: 85px;
    }
    .footer__copyright.footer-company {
        text-align: center !important;
        padding: 10.5px 0;
    }
    .footer__copyright {
        text-align: center !important;
        padding: 10.5px 0 !important;
    }
    .ft-why-choose-section:before {
        width: 100%;
    }
    .hero-style1 {
        padding: 250px 0 100px !important;
    }
    .about-area-1 .row{
        flex-direction: column-reverse !important;
    }
}
@media (max-width:767px){
    .hero-style1 {
        padding: 200px 0 100px 0 !important;
    }
    .about-area-1 .row{
        flex-direction: column-reverse !important;
    }
    .footer__copyright.footer-company {
        text-align: center !important;
        padding: 10.5px 0;
    }
    .footer__copyright {
        text-align: center !important;
        padding: 10.5px 0 !important;
    }
    .breadcrumb-wrap {
        margin-top: 0 !important;
    }
    .breadcrumb__area {
        padding: 180px 0 80px !important; 
    }
    .ft-why-choose-section:before {
        width: 100%;
    }
    .ft-why-choose-section {
        padding-bottom: 30px;
    }
    .ft-why-choose-text-area .ft-section-title {
        padding-left: 0;
    }
    .ft-why-choose-feature-wrapper {
        padding-left: 0;
    }
    .ft-why-choose-feature-item .ft-why-choose-feature-icon {
        height: 70px;
        width: 70px;
    }
    .ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
        width: 50px;
        height: 50px;
    }
    .ft-why-choose-feature-item .ft-why-choose-feature-icon i {
        font-size: 30px;
    }
    .guide-wrap-item {
        max-width: 100%;
        margin-bottom: 85px;
    }
    .guide-wrap-item .guide-wrap-content {
        min-height: 260px;
    }
}
/* RESPPONSIVE CSS */
/* Feature Block */
.feature-block{
	position:relative;
	margin-bottom:40px;
}
.feature-block:last-child{
	margin-bottom:0
}
.feature-block .inner-box{
	position:relative;
	padding-left:160px;
}
.feature-block .inner-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:130px;
	height:130px;
	line-height:130px;
	text-align:center;
	border-radius:50%;
	font-size:50px;
	color:#fff;
	background-color:var(--primary-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.feature-block .inner-box:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
	color:var(--primary-color);
	background-color:#fff;
}
.feature-block .inner-box h4{
	
}
.feature-block .inner-box h4 a{
	position:relative;
	color:#fff;
}
.feature-block .inner-box:hover h4 a{
	color:var(--primary-color);
}
.feature-block .inner-box .text{
	margin-top:5px;
}
.feature-block .inner-box .read-more{
	position:relative;
	letter-spacing:1px;
	font-weight:700;
	display:inline-block;
	text-transform:uppercase;
	margin-top:5px;
	text-decoration:underline;
}
.feature-block .inner-box:hover .read-more{
	color:#fff;
}
.step-block{
	position:relative;
	margin-bottom:30px;
}
.step-block .inner-box{
	position:relative;
	text-align:center;
}
.step-block .inner-box:before{
	position:absolute;
	content:'';
	right:-35px;
	top:80px;
	width:48px;
	height:37px;
	background:url(../img/steps-arrow.png) no-repeat;
}
.step-block:last-child .inner-box:last-child::before{
	display:none;
}
.step-block .inner-box .icon-box{
	position:relative;
	width:170px;
	height:170px;
	color:#ffffff;
	font-size:68px;
	line-height:170px;
	text-align:center;
	display:block;
	margin:0 auto;
	border-radius:50%;
	background-color: #d19e52;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow: inset 0px 0px 30px 20px rgb(0 0 0 / 10%);
}
.step-block .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	z-index:-1;
	width:170px;
	height:170px;
	border-radius:50%;
	background-color: #9b7338;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}
.step-block .inner-box:hover .icon-box:before{
	margin-left:10px;
	margin-top:10px;
}
.step-block .inner-box .icon-box .number{
	position:absolute;
	left:50%;
	bottom:-20px;
	width:40px;
	height:40px;
	color:#222222;
	font-size:18px;
	line-height:36px;
	text-align:center;
	border-radius:50px;
	margin-left:-20px;
	background-color:#ebebeb;
	border:1px solid #cfcfcf;
}
.step-block:nth-child(2n + 0) .inner-box .icon-box .number{
	bottom:auto;
	top:-20px;
}
.step-block .inner-box h5{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.4em;
	margin-top:45px;
}
select, .form-control, .form-select, textarea, input[type='text'],input[type='email'] {
    height: 45px !important;
    padding: 0 25px 0 25px!important;
    padding-right: 45px!important;
    border: 1px solid transparent!important;
    color: #000;
    background-color: #ffffff !important;
    border-radius: 0px!important;
    font-size: 16px!important;
    width: 100%!important;
    -webkit-transition: 0.3s 
ease-in-out;
    transition: 0.3s 
ease-in-out;
}.form-group > i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: #93a5be;
}
.form-group {
    margin-bottom: 10px !important;
    position: relative;
    display: inline-block;
    width: 100%;
}