/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

p:last-child {
	margin-bottom: 0;
}

.cstm-header.elementor-sticky--active .cta-btn .elementor-button {
    background-color: #AF1E27 !important;
    color: #fff !important;
    border-color: #AF1E27 !important;
}

.elementor-menu-toggle:hover {
    color: #AF1E27 !important;
}


.cstm-header.elementor-sticky--active .elementor-container,
.cstm-header.elementor-sticky--active .elementor-widget-wrap{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cstm-header.elementor-sticky--active {
    padding: 10px 0 !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.cstm-header.elementor-sticky--active .elementor-widget-wrap {
    padding: 10px !important;
}

.cstm-header.elementor-sticky--active .normal-logo {
    display: none;
}

.cstm-header:not(.elementor-sticky--active) .sticky-logo {
    display: none;
}


.elementor-location-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

div.elementor-icon svg {
    height: auto;
    width: auto;
}

div.elementor-icon svg path {
    fill: inherit;
}

.wh-decor .elementor-heading-title {
    position: relative;
	display: inline-block;
}

.wh-decor .elementor-heading-title:before {
    content: "";
    background-image: url(https://www.trtgulf.com/new/wp-content/uploads/2022/05/left-decor.svg);
    position: absolute;
    width: 52px;
    height: 140px;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.wh-decor .elementor-heading-title:after {
    content: "";
    background-image: url(https://www.trtgulf.com/new/wp-content/uploads/2022/05/right-decor.svg);
    position: absolute;
    width: 52px;
    height: 140px;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.wh-decor.long-txt .elementor-heading-title:after {
	right: -30px;
}

.wh-decor.white .elementor-heading-title:before {
	background-image: url(https://www.trtgulf.com/new/wp-content/uploads/2022/05/left-decor-white.svg);
}

.wh-decor.white .elementor-heading-title:after {
	background-image: url(https://www.trtgulf.com/new/wp-content/uploads/2022/05/right-decor-white.svg);
}

.img-box .elementor-image-box-img img, .img-box .elementor-image-box-img {
    display: block !important;
	border-top-left-radius: 28px;
    border-top-right-radius: 28px;
	width: 100%;
}

.img-box .elementor-image-box-content {
    padding: 35px 20px;
}

.img-box .elementor-image-box-title {
    margin: 0;
}

/* .img-box .elementor-image-box-img:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55.73%, rgba(175, 30, 39, 0)), to(#AF1E27));
    background: -o-linear-gradient(top, rgba(175, 30, 39, 0) 55.73%, #AF1E27 100%);
    background: linear-gradient(180deg, rgba(175, 30, 39, 0) 55.73%, #AF1E27 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
} */

.img-box .elementor-image-box-img {
    position: relative;
}

.img-box:hover .elementor-image-box-img:after {
    opacity: 1;
}

.testimonials-slider .swiper-slide {
    border-radius: 80px 20px;
}

.testimonials-slider .elementor-testimonial__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.testimonials-slider .elementor-testimonial__cite {
    margin-top: 5px !important;
    margin-bottom: 10px;
}

.testimonials-slider .elementor-testimonial__name {
    margin-bottom: 5px;
}

.wh-decor.testimonials-heading .elementor-heading-title:before {
    left: -130px;
}

.wh-decor.testimonials-heading .elementor-heading-title:after {
    right: -130px;
}

.testimonials-slider .swiper-slide:after {
    width: 20px;
    height: 20px;
    border: 2px solid #af1e27;
    position: absolute;
    top: 15px;
    right: 15px;
    content: "";
    border-radius: 50%;
}

.elementor-section.sec-decor:before {
    content: "";
    background-image: url(https://www.trtgulf.com/new/wp-content/uploads/2022/05/circle-decor.png);
    width: 140px;
    height: 140px;
    background-size: contain;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wh-decor.blog-heading .elementor-heading-title:before {
    left: -29%;
}

.wh-decor.blog-heading .elementor-heading-title:after {
    right: -29%;
}

.rt-reading-time {
    display: flex;
}

.blog-listings .image img {
    height: 228px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    display: block;
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
}

.blog-listings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px;
}

.blog-listings .item {
    width: 33.33%;
    padding: 15px;
}

.blog-listings .content {
    padding: 30px 26px;
}

.rt-reading-time {
    color: rgba(0, 28, 66, 0.49);
    font-size: 14px;
    font-weight: 600;
	margin-bottom: 10px;
}

.blog-listings h3 {
    font-size: 18px;
    line-height: 1.55em;
    margin: 0 0 10px;
}

.blog-listings .excerpt {
    margin-bottom: 10px;
}

.blog-listings .more-link {
    font-weight: 600;
}

.blog-listings .more-link i {
    margin-left: 5px;
}

.blog-listings .content-wrap {
    background-color: #fff;
    height: 100%;
	box-shadow: 0px 10.3448px 17.5862px rgba(191, 192, 195, 0.44);
	border-radius: 28px;
}

.cstm-header.elementor-sticky--active {
	background-color: #fff;
}

body:not(.elementor-editor-active) .toggle-content {
	display: none;
}

/* SERVICE HOVER */

.img-box:hover,
.blog-listings .item:hover {
    transform: translateY(-7px);
}

.img-box,
.blog-listings .item {
    transition: all ease .5s;
}


/* BLOG */

.blog-listings .image a {
    position: relative;
}

.blog-listings .item:hover a:after {
    opacity: 1;
}

/* CONTACT FORM */

.cstm-form .elementor-field-type-acceptance {
    margin: 10px auto 30px !important;
}


/* Responsiveness */
@media screen and (max-width: 1024px) {
.elementor-location-header {
    position: static;
}
	
.wh-decor .elementor-heading-title:before,
.wh-decor .elementor-heading-title:after {
	display: none;
}
	
.elementor-section.sec-decor:before {
	width: 70px;
	height: 70px;
	top: -36px;
}
	
.blog-listings .item {
    width: 50%;
}
	
	.blog-listings .content-wrap {
		border-radius: 35px;
	}
	
	.img-box .elementor-image-box-img img, 
	.img-box .elementor-image-box-img,
	.blog-listings .image img{
		border-top-left-radius: 28px;
		border-top-right-radius: 28px;
	}
	
	.testimonials-slider .swiper-slide {
		border-radius: 42px 10px;
	}
}

@media screen and (max-width: 767px) {
.testimonials-slider .swiper-slide {
    padding: 20px !important;
}
.contact-info .elementor-image-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
}	
}

@media screen and (max-width: 640px) {
.blog-listings .item {
    width: 100%;
}
	
.testimonials-slider .elementor-swiper-button {
    display: none;
}
}