/* header */
#menu-main-menu .sub-menu {
    list-style: none;
    padding-left: 0px;
}
#menu-main-menu .sub-menu li:hover a {
    color: #fff;
    background: #f04c23;
}
#menu-main-menu .sub-menu li a {
    padding-left: 20px;
}
.home .site-header,
.site-header {
    padding: 8px 0;
	background: #fff ;
}
.home .site-header .brand-logo img,
.site-header .brand-logo img {
    height: 62px;
}
.home .site-header .toggle-btn {
    color: #f04c23;
}

/* about us */
.content-center {
    text-align: justify;
}

/* contac us */
.page-template-page-contact .info-col {
    padding: 0px 100px 0px 15px;
}
.page-template-page-contact .info-col .page-title {
    font-size: 48px;
    display: block;
    margin: 0 0 20px;
}
.page-template-page-contact .info-col p {
    font-size: 18px;
}
.page-template-page-contact form.contact-form {
    display: block;
}
.page-template-page-contact form.contact-form .form-label {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 2px;
}
.page-template-page-contact form.contact-form .form-control {
    padding: 12px 10px;
    margin-bottom: 15px;
}
.page-template-page-contact form.contact-form .form-check {
    margin: 25px 0 35px;
}
.page-template-page-contact form.contact-form .theme-btn {
    width: 100%;
}
.page-template-page-contact .map-col iframe {
    width: 100%;
    height: 100%; 
    border-radius: 15px
}
.page-template-page-contact .address-section {
    padding: 100px 15px 85px;
    background: #f9fafb;
}
.page-template-page-contact .address-section .title {
    font-size: 36px;
    margin: 28px 0 0;
}
.page-template-page-contact .address-section .text-col {
    font-size: 18px;
    font-weight: 300;
}
.page-template-page-contact .address-section .text-col strong {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: 0 0 5px;
}
.page-template-page-contact .contact .section-header {
    text-align: center;
    margin-bottom: 25px;
}
.page-template-page-contact .contact .section-header h5 {
    color: $primaryColor;
    font-size: 14px;
    background: #ff69000f;
    padding: 5px 12px;
    border-radius: 50px;
    display: inline-block;
}
.contact-box-section {
    padding: 100px 15px;
}
.contact-box {
    height: 100%;
    padding: 25px 30px;
    border-radius: 8px;
    background: #ff69000f;
}
.contact-box-section .contact-box i {
    width: 55px;
    height: 55px;
    display: block;
    margin: 0 0 50px;
    border-radius: 10px;
    background: $primaryColor;
    background-size: 88%;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-box-section .contact-box .chat-icon {
    background-image: url(../../images/live-chat.png);
}
.contact-box-section .contact-box .map-icon {
    background-image: url(../../images/address-66.png);
}
.contact-box-section .contact-box .phone-icon {
    background-image: url(../../images/phone-call.png);
}
.contact-box-section .contact-box a {
    color: #000;
    display: block;
    text-decoration: none;
}

.contact-form-section {
    padding-bottom: 120px;
}
.contact-form-section .form-control {
    font-size: 14px;
    padding: 12px 12px;
}
.contact-form-section .form-label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0.15rem;
}
.contact-form-section .wpcf7-submit.theme-btn {
    color: #f04c23;
    width: 150px;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #f04c23;
}
.contact-form-section .wpcf7-submit.theme-btn:hover {
    color: #fff;
    background-color: #f04c23;
}

/* fleet management */
.page-template-page-fleet-management .content-banner::after {
    background: linear-gradient(0deg, rgb(240 73 32 / 37%) 0%, rgb(240 77 32 / 42%) 0%, rgba(255, 255, 255, 0.9500393908) 100%);
}
.page-template-page-fleet-management .flip-card {
	height: 312px;
	background-color: transparent;
	width: 100%;
	perspective: 1000px;
}
.page-template-page-fleet-management .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.page-template-page-fleet-management .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.page-template-page-fleet-management .flip-card-front, 
.page-template-page-fleet-management .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-template-page-fleet-management .flip-card-front {
  background-color: #bbb;
  color: black;
}
.page-template-page-fleet-management .flip-card-front img {
    width: 100%;
}
.page-template-page-fleet-management .flip-card-back {
    color: #fff;
	padding: 20px;
    background-color: #f04c23;
    transform: rotateY(180deg);
}
.page-template-page-fleet-management .flip-card-back h4 {
    font-size: 15px;
    margin-bottom: 18px;
}
.page-template-page-fleet-management .flip-card-back p {
    font-size: 15px;
    line-height: 1.55;
}
.page-template-page-fleet-management .icon-text-section .icon-text-wrap:hover i img {
	transform: scale(1.5);
	transition: all .2s ease-in-out;
}
body.page-template-page-fleet-management .intro-section .text-wrap {
    text-align: justify;
}
body.page-template-page-fleet-management .intro-section::after {
	width: 45%;
	height: 100%;
	top: -140px;
}
body.page-template-page-fleet-management .intro-section {
    padding: 70px 15px 70px;
}
body.page-template-page-fleet-management .icon-text-section {
	background: #f2f2f2;
	margin-bottom: 70px;
	padding: 70px 15px;
}
body.page-template-page-fleet-management .icon-text-section .icon-text-wrap {
	height: calc(100% - 25px);
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}
body.page-template-page-fleet-management .icon-text-section .icon-text-wrap i img {
    width: calc(40% + 15px);
    margin: 14px 0 0 15px;
}
body.page-template-page-fleet-management .icon-text-section .icon-text-wrap i {
    background-color: transparent;
}
body.page-template-page-fleet-management .icon-text-section .icon-text-wrap:hover i img {
    transform: scale(1.25);
    transition: all .5s ease-in-out;
}
body.page-template-page-fleet-management .icon-text-section .icon-text-wrap:hover .text label {
	color: #f04c23;
}

@media (max-width: 1199.98px) { 
    .contact-page .info-col {
        padding: 85px 40px 80px 15px;
	}
	.contact-page .info-col .page-title {
		font-size: 35px;
	}
}

@media (max-width: 991.98px) { 
   .contact-page .info-col {
		padding: 48px 15px 80px 15px;
	}
	.page-template-page-contact .info-col {
		padding: 0px 10px 0px 15px;
	}
	.page-template-page-contact .contact-box-section {
		padding: 70px 15px 50px;
	}
	.page-template-page-contact .contact-box-section .box-box {
		margin-bottom: 20px;
	}
	.page-template-page-contact .contact-box-section .box-box i {
		float: left;
		margin: 0 15px 50px 0;
	}
	.page-template-page-contact .contact-box-section .box-box .title {
		font-size: 15px;
	}            
}

@media (max-width: 767.98px) { 
    .contact-page .contact-box-section {
        padding: 70px 15px 50px;
	}
	.contact-page .contact-box-section .contact-box i {
		margin: 0 0 32px;
	}
	.contact-page .contact-box-section .box-box {
		margin-bottom: 25px;
	}
    .contact-page .address-section .title {
        font-size: 28px;
    }
}
