/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                       ADDITIONAL 3 STYLE --- MAIN CSS START~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/.footer p:last-child {    padding-bottom: 0;}.footer .footerTitle .elementor-heading-title {	font-size: 26px;	line-height: 30px;}.footer .topBox ul li,.footer .topBox p {	font-size: 18px;	line-height: 20px;        }.footer .topBox p {	line-height: 28px;}     .footer .bottomBox p a,.footer .bottomBox p {	color: #555555;}   .footer ul li a {	color: #fff;}.footer a {	transition: all 0.5s;}.footer a:hover {	color: #B0C7CF !important; }   .footer .ballsyBox p a,.footer .ballsyBox p {    color: #acacac;}        /*Animation*/.scnTitle.in-viewport-once .elementor-heading-title,.page-loaded .bannerWrap h3,.page-loaded .bannerWrap h1 {	opacity: 1;    transform: translateY(0px);}.bannerWrap h1 {    transition-delay: 0.5s;}.scnTitle .elementor-heading-title,.bannerWrap h3,.bannerWrap h1 {	opacity: 0;	transform: translateY(20px);	transition: transform .5s;	transition: all 0.5s;     } .scnTitle .elementor-heading-title,          .bannerWrap h3 {    transition-delay: 1s;} .bannerWrap .rightBox .carImage img {	-webkit-transform: translate(40px, -20px);    -o-transform: translate(40px, -20px);    -moz-transform: translate(40px, -20px);    transform: translate(40px, -20px);    opacity: 0;    -webkit-transition: all 0.8s;    -o-transition: all 0.8s;    -moz-transition: all 0.8s;    transition: all 0.8s;    -webkit-transition-delay: 0.8s;    transition-delay: 0.8s;}   .bannerWrap .rightBox .carImage.in-viewport-once img {    -webkit-transform: translate(0px, 0px);    -o-transform: translate(0px, 0px);    -moz-transform: translate(0px, 0px);    transform: translate(0px, 0px);     opacity: 1;}  .worksWrap .box .numberTitle {    opacity: 0;    -webkit-transform: scale(0.8);    -o-transform: scale(0.8);    -moz-transform: scale(0.8);    transform: scale(0.8);    -webkit-transition: all 0.5s;    -o-transition: all 0.5s;    -moz-transition: all 0.5s;    transition: all 0.5s;}  .worksWrap .box .numberTitle.in-viewport-once {    opacity: 1;    -webkit-transform: scale(1);    -o-transform: scale(1);    -moz-transform: scale(1);    transform: scale(1);    transition-delay: .5s;}    .worksWrap .box:nth-child(2) .numberTitle.in-viewport-once {	transition-delay: .8s;}.worksWrap .box:nth-child(3) .numberTitle.in-viewport-once {	transition-delay: 1s;  }.worksWrap .box:hover .numberTitle {	-webkit-transform: scale(0.9) !important;    -o-transform: scale(0.9) !important;    -moz-transform: scale(0.9) !important;    transform: scale(0.9) !important;    transition-delay: 0s !important; }.worksWrap .box .imgBox {	transition: all .3s; }.worksWrap .box:hover .imgBox {	-webkit-transform: scale(1.05);    -o-transform: scale(1.05);    -moz-transform: scale(1.05);      transform: scale(1.05);} /*Animation*/       /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   ADDITIONAL 3 STYLE --- RESPONSIVE CSS START~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*//* Laptop screen */@media (min-width: 1200px) and (max-width: 1440px) {     .footer .footerTitle .elementor-heading-title {		font-size: 24px;		line-height: 28px;	}            }@media (min-width: 1025px) and (max-width: 1199px) {     .footer .footerTitle .elementor-heading-title {		font-size: 22px;		line-height: 26px;	}	.footer .topBox ul li,      	.footer .topBox p {		font-size: 16px;		line-height: 18px;        	}	.footer .topBox p {		line-height: 26px;	}  }/* Large desktop */@media (max-width: 1024px) {		.footer .logoBox {        display: block;	}    .footer .topBox,    .footer .ballsyBox,    .footer .quickBox,    .footer .imageBox,	.footer .contactBox {		display: inline-block;		vertical-align: top;	}	 	}   /* Portrait tablet to landscape and desktop */@media (min-width: 768px) and (max-width: 1024px) { 		.footer .footerTitle .elementor-heading-title {		font-size: 22px;		line-height: 26px;	}	.footer .topBox ul li,      	.footer .topBox p {		font-size: 16px;		line-height: 18px;        	}	.footer .topBox p {		line-height: 26px;	}  }     /* Landscape phone to portrait tablet */@media (max-width: 767px) { 		@media screen and (orientation: landscape) {	}	.footer .footerTitle .elementor-heading-title {		font-size: 20px;		line-height: 24px;	}	.footer .topBox ul li,      	.footer .topBox p {		font-size: 16px;		line-height: 18px;        	}	.footer .topBox p {		line-height: 26px;	} 	.footer .topBox ul li a {		justify-content: center;	} 		}     /* Landscape phones and down */@media (max-width: 480px) { }