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

html, 
body {
	overflow-x: hidden;
}
body {
	font-family: 'Poppins', sans-serif;
	color: #848484;
}
#content p {
	font-size: 18px;
}
.site-branding, 
#content, 
.site-info {
	width: 1386px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
#topbar {
    background: #242424;
    color: #fff;
    display: flex;
    padding: 10px 0;
}
#topbar a {
    color: inherit;
    text-decoration: none;
}
#topbar img {
    width: 15px;
    height: 15px;
    position: relative;
}
#top-left img {
    margin-right: 20px;
    top: 3px;
}
#top-right img {
    top: 2px;
    right: 2px;
}
#top-left {
    float: left;
    width: 30%;
}
#top-right {
    float: right;
    width: 70%;
    text-align: right;
}
#top-right p {
	display: inline-block;
	margin: 0;
}
p.email {
    padding-right: 20px;
}
#main-header {
    padding: 10px 0 5px;
}
.custom-logo {
    width: 220px;
}
.main-navigation {
    float: right;
    margin-top: 49px;
}
.main-navigation ul > li {
	margin: 9px 55px 0 0;
}
.main-navigation li a {
    text-transform: uppercase;
    font-weight: 600;
}
.current-menu-item > a {
	color: #f94445;
	border-bottom: 3px solid #f94445;
}
.main-navigation a {
	transition: 0.3s ease-in-out;
}
.main-navigation a:hover {
	color: #f94445;
}
ul.sub-menu {
    display: block;
    background: #fff;
    margin-left: -15px;
    padding: 10px 15px;
}
ul.sub-menu li {
    margin: 5px 0;
}
.gq-btn {
    margin: 0 !important;
}
.gq-btn a {
    background: #f94445;
    color: #fff;
    border: 2px solid #f94445;
    border-radius: 30px;
    padding: 7px 30px;
    transition: 0.3s ease-in-out;
}
.gq-btn a:hover {
    background: transparent;
    color: #f94445;
}
h2 {
    font-size: 40px;
    margin-top: 0;
    line-height: 40px;
    position: relative;
    color: #101010;
}
h2.h-underline:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 105px;
    height: 3px;
    background: red;
}


.red-txt {
	color: #f94445;
}
.service-row {
    margin-top: -250px;
    position: relative;
    z-index: 99;
}
.vc-home-fd-block {
    width: 25%;
    float: left;
    color: #fff;
    text-align: center;
    padding: 40px 30px 60px;
    transition: 0.3s ease-in-out;
}
.vc-home-fd-block:hover {
    background: #101010 !important;
}
.vc-home-fd-block:first-child {
    background: #f94445;
}
.vc-home-fd-block:nth-child(2) {
    background: #ed2d2e;
}
.vc-home-fd-block:nth-child(3) {
    background: #cc1e1f;
}
.vc-home-fd-block:nth-child(4) {
    background: #a91919;
}
.vc-home-fd-block img {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.vc-home-fd-block h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    color: #fff;
}
.vc-home-fd-block p {
    width: 90%;
    margin: 10px auto 40px;
    font-size: 16px !important;
}
.service-link {
    border: 2px solid #fff;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    padding: 7px 30px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}
.service-link:hover {
    background: #fff;
    color: #f94445;
}
.who-row {
    padding: 100px 0 50px;
}
.who-row:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2022/09/grey-arrow.png);
    background-repeat: no-repeat;
    width: 800px;
    height: 445px;
}
.btn-block {
    margin-top: 60px;
}
.bb-btn {
    border: 2px solid #2d2d2d;
    text-decoration: none;
    padding: 7px 30px;
    border-radius: 30px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}
.bb-btn:hover {
    background: #2d2d2d;
    color: #fff;
}
.sd-row {
	color: #fff;
	padding: 20px 0 100px;
}
.sd-row:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.49);
	width: 100%;
	height: 100%;
}
.sd-row:after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px;
    background: url(/wp-content/uploads/2022/09/arrow.png);
    width: 1501px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
}
span#arrow-bg {
    position: relative;
    z-index: 9;
    font-size: 75px;
    font-weight: 600;
}
span#arrow-bg img {
    width: 70px;
    height: 70px;
    position: relative;
    top: 13px;
    left: 20px;
}
.sd-row h2 {
    color: #fff;
    font-weight: 100;
    margin-top: 80px;
    line-height: 48px;
}
#cb-form {
    display: flex;
    margin-top: 90px;
}
.input-left {
    float: left;
    width: 28%;
    margin-right: 3%;
}
.input-left input {
    width: 100%;
    padding: 10px 25px;
    border-radius: 30px;
    border: 0;
    font-size: 18px;
}
.submit-btn {
    float: left;
    width: 265px;
}
.submit-btn input {
    width: 100%;
    padding: 12.5px 25px;
    border: 2px solid #f94445;
    background: #f94445;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.submit-btn input:hover {
	border: 2px solid #fff;
	background: transparent;
}
#cb-form {
    display: flex;
    margin-top: 90px;
}
.news-row {
    padding: 20px 0 0;
}
.news-row .vc_gitem-zone.vc_gitem-zone-c {
    background: transparent !important;
}
.news-row h2 {
    margin-bottom: 60px !important;
}
.news-row .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto {
    height: 300px;
}
.news-row h4 {
    font-size: 28px;
    font-weight: 600;
    color: #454646;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.news-row .vc_gitem-post-data-source-post_excerpt p {
    margin: 0 !important;
}
.news-row a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    border: 2px solid #2d2d2d;
    border-radius: 30px;
    font-size: 14px;
    background: transparent;
    color: #2d2d2d;
    padding: 8px 30px;
    margin-top: 10px;
}
.news-row a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:hover {
    background: #2d2d2d;
    color: #fff;
}
.review-row {
    padding: 20px 0 0;
}
.review-row h2 {
    margin-bottom: 60px !important;
}
h2.red-line {
    display: table;
    margin: 0 auto;
    padding-bottom: 10px;
}
h2.red-line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #f94445;
}
.ti-footer {
    display: none;
}
.logo-row {
	padding: 60px 0;
}
footer#colophon {
	background: #242424;
	color: #fff;
	display: flex;
	padding: 40px 0;
	border-bottom: 50px solid #222222;
}
.fwidgets {
	width: 25%;
	float: left;
}
.fwidgets h2 {
	font-size: 18px;
	color: #fff;
}
.fwidgets a {
	color: #fff;
	text-decoration: none;
}
#f2 img, 
#f3 img {
    width: 15px;
    height: 15px;
}
.femail, 
.ftel, 
.fform {
    padding-left: 25px;
    position: relative;
}
.femail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: url(/wp-content/themes/t3-creative-transport/assets/img/footer-email.svg);
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
}
.ftel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: url(/wp-content/themes/t3-creative-transport/assets/img/footer-phone.svg);
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
}
.fform:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(/wp-content/themes/t3-creative-transport/assets/img/footer-form.svg);
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
}
.femail a {
    word-break: break-word;
}
#f3 {
    margin-top: 40px;
}
#f4 img {
    margin-top: 32px;
}
#copyright {
	color: #ddd;
	position: absolute;
	width:100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 56px;
	margin-bottom: 0;
}
#copyright a {
	color: #fff;
}
h3 {
    font-size: 30px;
    margin-top: 10px;
    color: #2d2d2d;
}
.cf-full input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.cf-full textarea {
    padding: 10px 20px;
    border-radius: 30px;
    height: 120px;
    margin-bottom: 10px;
}
.cf-submit input {
    border: 2px solid #2d2d2d;
    padding: 8px 30px;
    background: transparent;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.cf-submit input:hover {
	background: #2d2d2d;
	border: 2px solid #2d2d2d;
	color: #fff;
}

aside#secondary {
	display: none;
}

#footer-icons img {
    margin-right: 10px;
}
.sservice-row {
    padding: 20px 0 20px;
}
.sservice-row .wpb_single_image {
    margin-bottom: 15px !important;
}
.sservice-row h2, 
.sservice-row p {
    margin: 0;
}
.red-text {
    color: #f94445;
}
.service-inner {
    padding: 40px 0;
}
.red-bg {
    position: relative;
}
.red-bg:before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    background: red;
    width: 100%;
    height: 97%;
}
.red-bg img {
    position: relative;
    z-index: 99;
}
a.service-link {
    display: none;
}

/* Add this to your stylesheet */
@keyframes redGlowEntrance {
  0% {
    opacity: 0;
    transform: scale(0.95);
    box-shadow: 0 0 0px rgba(255, 0, 0, 0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 40px rgba(255, 0, 0, 0.8); /* strong red glow */
  }
  100% {
    box-shadow: 0 0 0px rgba(255, 0, 0, 0);
  }
}

.site-branding .custom-logo-link img {
  animation: redGlowEntrance 1.2s ease-out forwards;
  display: inline-block; /* needed for images */
}

@media screen and (max-width: 1386px) {
	.site-branding,
	#content,
	.site-info {
		width: 100%;
	}
	.vc-home-fd-block {
		padding: 40px 10px 60px;
	}
}
@media screen and (max-width: 1024px) {
	.main-navigation ul > li {
	    margin: 9px 30px 0 0;
	}
}
@media screen and (max-width: 900px) {
	#main-header {
	    padding: 10px 0;
	}
	.custom-logo-link {
	    display: block;
	}
	.custom-logo {
	    margin: 0 auto;
	    display: block;
	}
	.main-navigation {
		display: none;
	}
	.vc-home-fd-block {
		width: 50%;
	}
	.vc-home-fd-block p {
		min-height: 50px;
	}
	span#arrow-bg {
		font-size: 55px;
	}
	.sd-row:after {
		width: 1025px;
    	height: 207px;
	}
	.fwidgets {
	    width: 50%;
	    float: left;
	}
	li#rmp-menu-item-45 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.sd-row:after {
		background: transparent;
	}
	.sd-row h2 br {
		display: none;
	}
	h2 {
		font-size: 32px;
	}
	.sd-row h2 {
		line-height: 40px;
		margin-top: 55px;
	}
	#cb-form {
		display: block;
		margin-top: 60px;
	}
	.input-left {
	    float: none;
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	.service-row {
		margin-top: -180px;
	}
}
@media screen and (max-width: 600px) {
	#top-left {
	    float: none;
	    text-align: center;
	    width: 100%;
	}
	#top-right {
	    float: none;
	    width: 100%;
	    text-align: center;
	    margin: 10px 0 5px;
	}
	.fwidgets {
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	.femail, 
	.ftel, 
	.fform {
		display: block;
		padding-left: 0;
	}
	.femail:before, 
	.ftel:before, 
	.fform:before {
		top: 0;
		position: relative;
		display: block;
	    text-align: center;
	    margin: 0 auto;
	}
	.service-row {
	    margin-top: -120px;
	}
    .vc-home-fd-block {
        width: 100%;
    }
}