 html, body {
 max-width: 100%;
 overflow-x: hidden;
 }

 .sssn {
 width: 25px;
 color: #d51616;
 font-size: 17px;
 }

 .about-video video {
 width: 100%;
 height: 420px;          /* YOU control this */
 object-fit: cover;      /* No stretching */
 border-radius: 14px;
 box-shadow: 0 18px 40px rgba(0,0,0,0.25);
 }

 @media only screen and (max-width:767px) {
 .about-video video {
 height: 260px;
 }
 }

 .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
 {
 color: #fff;
 text-decoration: none;
 background-color: #000 !important;
 outline: 0;
 }


 .icty {
 font-size: 18px;
 color: #d51616;
 line-height: .8;
 width: 42px;
 height: 42px;
 border: 1px solid #d2d2d2;
 left: 0;
 top: 5px;
 -webkit-border-radius: 50%;
 -webkit-background-clip: padding-box;
 -moz-border-radius: 50%;
 -moz-background-clip: padding;
 border-radius: 50%;
 background-clip: padding-box;
 text-align: center;
 padding: 13px 10px;
 }

 .ictyy {
 background:#f5f5f5;
 font-size: 14px;
 color: #343434;
 line-height: .8;
 width: 40px;
 height:  40px;
 border: 1px solid #d2d2d2;
 left: 0;
 top: 5px;
 -webkit-border-radius: 50%;
 -webkit-background-clip: padding-box;
 -moz-border-radius: 50%;
 -moz-background-clip: padding;
 border-radius: 50%;
 background-clip: padding-box;
 text-align: center;
 padding: 13px 10px;
 }

 .ictyy:hover {
 background:#d51616;
 color: #fff;
 }

 .bannertop {
 position: absolute;
 top: 50%;
 left: 8%;
 }


 @media screen and (max-width:767px) {
 .bannertop {
 top: 33%!important;
 left: 0%;
 }
 .head h2 {
 font-size: 20px!important;
 margin-top:15px!important;
 }
 .frmb {
 margin-top:-15px;
 }
 }

 .head h2 {
 color: #fff;
 font-size: 52px;
 position: relative;
 z-index: 10;
 text-transform: uppercase;
 font-weight: 800;
 line-height: 1;
 margin: 0;
 font-style: italic;
 }

 .head p {
 color: #fff;
 font-size: 16px;
 line-height: 1.875;
 width: 75%;
 }


 .custom-icon
 {
 cursor: pointer;
 width: 150px;
 height: 150px;
 color: #fff;
 font-size: 40px;
 border-radius: 25vw;
 overflow: hidden;
 background-size: cover;
 border: 6px solid #fff;
 box-shadow: 0 1px 10px rgba(0, 0, 0, 0.86);
 opacity: 1;
 transition: background 0.5s, color 1s, opacity 0.5s, border 0.5s;
 padding-top: 30px;
 font-size:80px;
 color: #000;
 background: #000;
 }
 .custom-icon:hover 
 {
 opacity: 1;
 border-color: #d4af37;
 }

 .trans
 {
 margin-top: 7px;
 border-radius: 25px;
 margin: 7 10px;
 padding: 5px 12px;
 font-size: 16px;
 transition: 0.3s;
 border-radius: 25px;
 }
 body {
 line-height: 24px;
 font-size: 16px;
 font-weight: 300;
 color: #333!important;
 font-family: 'Josefin Sans', sans-serif !important;
 }

 h1 {
 font-size: 48px;
 }
 h2 {
 font-size: 30px;
 }
 h3 {
 font-size: 18px;
 }
 h4 {
 font-size: 16px;
 }
 p {
 line-height: 24px;
 font-size: 16px;
 font-weight: 500;
 color: #333!important;
 font-family: 'Josefin Sans', sans-serif !important;
 }
 h1,h2,h3,h4,h5,h6 {
 font-family: 'Josefin Sans', sans-serif !important;
 margin: 0px;
 }
 ul {
 padding: 0;
 margin: 0;
 list-style: none;
 }
 a,
 a:active,
 a:focus,
 a:active {
 text-decoration: none !important;
 }
 /* ==================
 *
 *  Global Class 
 *
 *===================*/
 .btn {
 font-size: 15px;
 text-transform: uppercase;
 font-weight: 300;
 padding: 8px 21px;
 border-radius: 0;
 background: #d51616;
 color: #fff!important;
 }
 .nav > li > a:hover,
 .nav > li > a:focus {
 background: transparent;
 }
 .title {
 text-align: center;
 }
 .title h2 {
 color: #333;
 font-size: 25px;
 padding-bottom: 25px;
 text-transform: uppercase;
 display: inline-block;
 position: relative;
 }

 .title h2:before {
 content: '';
 width: 40px;
 height: 2px;
 background: #d4af37;
 position: absolute;
 top: 12px;
 left: -60px;
 }
 .title h2:after {
 content: '';
 width: 40px;
 height: 2px;
 background: #d4af37;
 position: absolute;
 top: 12px;
 right: -60px;
 }
 .title p {
 font-size: 16px;
 line-height: 24px;
 font-weight: 300;
 color: #817C7C;
 }
 #mixed-items .mix {
 display: none;
 }
 /* animation keyfrem */
 @-webkit-keyframes wiggle {
 from {
 top: 10px;
 }
 to {
 top: 20px;
 }
 }
 @-moz-keyframes wiggle {
 from {
 top: 10px;
 }
 to {
 top: 20px;
 }
 }
 @-o-keyframes wiggle {
 from {
 top: 10px;
 }
 to {
 top: 20px;
 }
 }
 @keyframes wiggle {
 from {
 top: 10px;
 }
 to {
 top: 20px;
 }
 }
 /* ==================
 *
 *  section Class 
 *
 *===================*/
 /* header style */
 header {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 999;
 }

 @media only screen and (max-width:768px) {
 header {
 position: relative !important;
 background: #000;
 }
 }

 header .navbar {
 height: auto;
 margin-bottom: 0;
 float: right;
 }

 @media screen and (max-width:767px) {
 .navbar-fixed-top {
 position: relative;
 }
 }


 .is-sticky #navigation {
 background: #fff;
 z-index: 1000;
 transition: 0.3s;
 width: 100%;
 padding: 0;
 }
 .navbar-brand {
 padding: 0;
 height: auto;
 }
 .navbar-toggle {
 transition: 0.3s;
 background: #d51616;
 margin-bottom: 3px!important;
 float: left !important;
 margin-top: 7px!important;
 margin-left: 10px;
 }
 .navbar-toggle .icon-bar {
 background: #fff;
 transition: 0.3s;
 }

 .menu a {
 color: #fff;
 transition: 0.3s;
 position: relative;
 font-size: 18px;
 font-weight: 600;
 font-family: 'Josefin Sans', sans-serif !important;
 }
 .menu a:before {
 content: "";
 position: absolute;
 left: 16px;
 bottom: 12px;
 width: 0;
 height: 1px;
 background: #fff;
 transition: 0.3s;
 }
 .menu a:hover {
 background: transparent;
 color: #d51616;
 font-weight: 500;
 }

 .menu .active a {
 color: #d51616;
 font-weight: 600;
 }

 .menu .active a:before{
 width: 25px;
 }

 .menu a:hover:before {
 width: 25px;
 }
 /* =================
 Home page style
 ================= */
 #banner {
 background: url('../img/banner11.jpg');
 background-size: cover;
 padding: 250px 0;
 position: relative;
 }

 @media screen and (max-width:767px) {
 #banner {
 padding: 20px 0!important;
 }
 #features {
 padding: 30px 0 50px 0!important;
 }

 }

 .navbar-nav {
 margin: 4.5px -15px;
 }

 #banner:before {
 position: absolute;
 z-index: 99;
 background: rgba(0, 0, 0, 0.1);
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 content: '';
 }
 #banner .block {
 position: relative;
 z-index: 999;
 color: #fff;
 }
 #banner .block h1 {
 padding-bottom: 25px;
 font-size: 55px;
 font-weight: 100;
 color: #d4af37;
 }
 #banner .block h2 {
 font-size: 18px;
 line-height: 30px;
 font-weight: 300;
 }
 #banner .block .btn-learn {
 border: 1px solid #fff;
 color: #fff;
 border-radius: 25px;
 margin: 0 7px;
 padding: 10px 22px;
 font-size: 14px;
 transition: 0.3s;
 }
 #banner .block .btn-learn:hover {
 border-color: #d4af37;
 color: #d4af37;
 }
 #banner .block .buttons {
 margin-top: 40px;
 }
 #banner .block .buttons a:first-child {
 margin-left: 0;
 }
 #banner .scrolldown {
 position: absolute;
 left: 50%;
 bottom: 18%;
 }
 #banner .scrolldown .scroll {
 border-radius: 100px;
 width: 25px;
 height: 45px;
 position: absolute;
 left: 50%;
 margin: 0 0 0 -15px;
 display: inline-block;
 border: 2px solid #021650;
 z-index: 99;
 background-color: #d4af37;
 }
 #banner .scrolldown .scroll:after {
 background: #fff;
 border-radius: 300px;
 width: 4px;
 height: 9px;
 position: absolute;
 top: 10px;
 left: 50%;
 margin: 0 0 0 -2px;
 display: block;
 content: " ";
 -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
 -moz-animation: wiggle 0.5s linear 0s infinite alternate;
 -o-animation: wiggle 0.5s linear 0s infinite alternate;
 animation: wiggle 0.5s linear 0s infinite alternate;
 }
 #features {
 padding: 70px 0 50px 0;
 }
 #features .feature-block {
 padding-bottom: 35px;
 }
 #features .feature-block .icon-box {
 margin-bottom: 24px;
 }
 #features .feature-block .icon-box i {
 display: inline-block;
 line-height: 1;
 font-size: 60px;
 transition: 0.3s;
 color: #d4af37;
 }
 #features .feature-block h4 {
 font-size: 20px;
 color: #333;
 position: relative;
 text-transform: none;
 margin-bottom: 10px;
 font-weight: 400;
 }
 #features .feature-block p {
 font-size: 15px;
 color: #888;
 line-height: 24px;
 font-weight: 300;
 margin-top: 20px;

 }
 #features .showcase-img {
 margin-top: 40px;
 }
 #counter {
 /*      background: url(../img/callUs.jpg) no-repeat;*/
 background-size: cover;
 background-position: center;
 position: relative;
 text-align: center;
 padding: 55px 0;
 background-attachment: fixed;

 }
 #counter:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #142339;
 }
 #counter .title {
 position: relative;
 }
 #counter .title h2 ,#counter .title p {
 color: #fff;
 }
 #counter .block {
 margin-bottom: 20px;
 }
 #counter .block i {
 display: block;
 font-size: 40px;
 line-height: 1;
 padding-bottom: 20px;
 color: #d4af37;
 }
 #counter .block span {
 line-height: 1;
 display: inline-block;
 color: #fff;
 }
 #counter .block .count-text {
 font-size: 36px;
 }
 #counter .block p {
 font-size: 18px;
 font-weight: 300;
 color: #fff;
 padding-top: 10px;
 }
 #portfolio {
 padding: 50px 0;
 }
 #portfolio .block .recent-work-mixMenu {
 padding-bottom: 40px;
 text-align: center;
 }
 #portfolio .block .recent-work-mixMenu ul li {
 display: inline-block;
 padding: 0;
 }
 #portfolio .block .recent-work-mixMenu ul li button {
 background: none;
 border: 0;
 font-size: 15px;
 color: #474747;
 margin: 0 20px;
 transition: 0.2s;
 text-transform: uppercase;
 }
 #portfolio .block .recent-work-mixMenu ul li button:hover {
 color: #d4af37;
 }
 #portfolio .block .recent-work-mixMenu ul li button:focus {
 outline: 0;
 }
 #portfolio .block .recent-work-mixMenu ul li .active {
 color: #d4af37;
 }
 #portfolio .block .recent-work-pic ul li {
 margin-bottom: 30px;
 position: relative;
 }
 #portfolio .block .recent-work-pic ul li:hover .overlay {
 opacity: 1;
 }
 #portfolio .block .recent-work-pic ul li:hover .overlay i {
 top: 40%;
 opacity: 1;
 }
 #portfolio .block .recent-work-pic ul li:hover .overlay h3 {
 bottom: 50%;
 opacity: 1;
 }
 #portfolio .block .recent-work-pic ul li .overlay {
 position: absolute;
 top: 23px;
 left: 38px;
 bottom: 23px;
 right: 38px;
 background: rgb(4, 51, 107, 0.8);
 transition: 0.3s;
 text-align: center;
 opacity: 0;
 }
 #portfolio .block .recent-work-pic ul li .overlay h3,
 #portfolio .block .recent-work-pic ul li .overlay i {
 color: #fff;

 }
 #portfolio .block .recent-work-pic ul li .overlay h3 {
 bottom: 30%;
 left: 50%;
 opacity: 0;
 text-transform: uppercase;
 font-weight: 400;
 width: 100%;
 transition: 0.3s;
 position: absolute;
 transition-delay: 0.1s;
 transform: translateX(-50%);
 }
 #portfolio .block .recent-work-pic ul li .overlay i {
 top: 30%;
 opacity: 0;
 left: 50%;
 font-size: 50px;
 transition: 0.3s;
 transition-delay: 0s;
 position: absolute;
 transform: translate(-50%, 50%);
 }
 #portfolio .block .recent-work-pic ul li .overlay .overlay-content {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 }

 #callUs {
 background: url(../img/callUs.jpg) no-repeat 0 0;
 background-size: contain;
 }

 .make-callUs {
 max-width: 100%;
 margin: 0 auto;
 background-color: rgb(4, 51, 107, 0.8);
 padding: 55px;
 position: relative;
 z-index: 1;
 }

 .make-callUs:before {
 content: '';
 position: absolute;
 border: 1px solid #7ea7d8;
 padding: 10px;
 left: 10px;
 right: 10px;
 top: 10px;
 bottom: 10px;
 z-index: -1;
 }

 .make-callUs1 {
 color: #ffffff;
 font-size: 37px;
 font-family: "Lato", sans-serif;
 text-transform: uppercase;
 text-align: center;
 margin-bottom: 10px;
 font-weight: bold;
 line-height: 50px;
 }

 .make-callUs p {
 font-size: 24px;
 color: #ffffff;
 text-align: center;
 }

 #play-video {
 background: url(../img/para23.jpg) no-repeat 0 0;
 background-position: center center;
 background-repeat: no-repeat;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 padding-bottom: 80px!important;
 padding-top: 70px;
 position: relative;
 }
 #play-video:before {
 background-color: rgba(255, 255, 255, 0.5);
 bottom: 0;
 content: "";
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
 }
 #play-video .block {
 text-align: center;
 }
 #play-video .block h2 {
 color: #fff;
 padding-bottom: 5px;
 font-size: 24px;
 line-height: 30px;
 text-transform: uppercase;
 font-family: 'Lato', sans-serif;
 font-weight: 600;
 }
 #play-video .block p {
 text-align: center;
 color: #dfdfdf;
 padding-bottom: 30px;
 font-family: 'Lora', serif;
 font-size: 15px;
 line-height: 22px;
 margin-top: 10px;
 }
 #play-video .block .button {
 position: relative;
 width: 100px;
 height: 50px;
 line-height: 50px;
 font-size: 16px;
 color: #fff;
 background: #d4af37;
 display: block;
 margin: 0 auto;
 text-align: center;
 border-radius: 4px;
 transition: all 300ms linear;
 font-size: 30px;
 margin-top: 10px;
 }
 #play-video .block .button:hover {
 color: #424242;
 border-color: red;
 }
 #html5-watermark {
 display: none !important;
 }
 #testimonial {
 padding: 77px 0;
 }
 #testimonial .col {
 position: relative;
 padding: 47px 60px;
 overflow: hidden;
 }
 #testimonial .col-md-6 {
 border: solid #dedede;
 border-width: 0 1px 1px 0;
 padding-bottom: 42px;
 }
 #testimonial .col-md-6:nth-child(3n) {
 border-right: 0;
 }
 #testimonial .col-md-6:nth-child(5n) {
 border-right: 0;
 border-bottom: 0;
 }
 #testimonial .col-md-6:nth-child(4n) {
 border-bottom: 0;
 }
 #testimonial .media .media-left {
 padding-right: 20px;
 }
 #testimonial .media .media-left a {
 position: relative;
 display: block;
 }
 #testimonial .media .media-left a:before {
 content: "\f347";
 position: absolute;
 left: 0;
 top: 0;
 width: 28px;
 height: 28px;
 border-radius: 100%;
 font-family: "Ionicons";
 background: #d4af37;
 text-align: center;
 color: #fff;
 font-size: 13px;
 padding-top: 2px;
 }
 #testimonial .media .media-body {
 padding-top: 5px;
 }
 #testimonial .media .media-body h4 {
 color: #444;
 text-transform: uppercase;
 margin-bottom: 12px;
 }
 #testimonial .media .media-body p {
 font-size: 14px;
 font-family: 'Lora', serif;
 font-style: italic;
 color: #787878;
 }
 #team {
 padding: 50px 0 55px;
 }
 #team .block {
 position: relative;
 overflow: hidden;
 border:3px solid transparent;
 -webkit-transition: .4s all;
 -o-transition: .4s all;
 transition: .4s all;
 }
 #team .block img {
 width: 100%;
 position: relative;
 }

 #team .block:hover {


 }
 #team .block:hover .team-overlay {
 bottom: 0;
 opacity: 1;
 }
 #team .team-overlay {
 background: rgba(255, 255, 255, 0.95);
 color: #fff;
 text-align: center;
 padding: 48px 62px;
 position: absolute;
 bottom: -150px;
 left: 0;
 opacity: 0;
 width: 100%;
 height: 100%;

 transition: 0.3s;
 }
 #team .team-overlay h3,
 #team .team-overlay span {
 color: #333;
 }
 #team .team-overlay span {
 display: block;
 font-size: 13px;
 padding-top: 10px;
 }
 #team .team-overlay .icon {
 width: 38px;
 height: 38px;
 margin: 0 auto;
 padding: 10px;
 line-height: 1;
 margin-top: 36px;
 margin-bottom: 25px;
 border-radius: 100%;
 display: inline-block;
 background: #d4af37;
 }
 #team .team-overlay .icon i {
 font-size: 18px;
 color: #fff;
 }
 #team .team-overlay p {
 font-size: 14px;
 line-height: 23px;
 color: #707a8a;

 }
 #team .team-overlay .media {
 margin-top: 10px;
 }
 #team .team-overlay .media a {
 font-size: 12px;
 color: #fff;
 transition: 0.3s;
 margin: 0 10px;
 }
 #team .team-overlay .media a:hover {
 color: #d4af37;
 }
 #pricing-table {
 padding: 50px 0 45px;
 background: #d4af37;
 }
 #pricing-table .title h2,
 #pricing-table .title p {
 color: #fff;
 }
 #pricing-table .title h2:before, #pricing-table .title h2:after {
 background: #fff;
 }
 #pricing-table .block {
 color: #fff;
 }
 #pricing-table .block ul {
 border: 1px solid #fff;
 padding: 35px 0;
 }
 #pricing-table .block ul li {
 padding: 10px 0;
 }
 #pricing-table .block ul li p {
 text-transform: uppercase;
 }
 #pricing-table .block ul li:first-child {
 margin-bottom: 26px;
 }
 #pricing-table .block ul li:first-child h4 {
 padding-bottom: 29px;
 font-size: 20px;
 }
 #pricing-table .block ul li:first-child p {
 font-size: 40px;
 line-height: 1;
 font-weight: 600;
 }
 #pricing-table .block ul li:first-child p span {
 font-size: 16px;
 font-weight: 300;
 }
 #pricing-table .block ul li:last-child {
 color: #fff;
 margin-top: 25px;
 }
 #pricing-table .block .btn-buy {
 border-color: #fff;
 border-radius: 25px;
 color: #fff;
 font-size: 16px;
 display: inline-block;
 font-weight: 600;
 transition: 0.3s;
 background: #fff;
 color: #d4af37;
 }
 .coly
 {
 background: #021650;
 padding: 15px;
 }
 .hoho
 {
 color: #fff;
 font-size: 55px !important;
 text-align: center;
 }
 #pricing-table .block .btn-buy {
 opacity: 0;
 -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
 transition: transform 0.3s, opacity 0.3s;
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
 }
 #pricing-table .block:hover {

 }
 #pricing-table .block:hover .btn-buy {
 opacity: 1;
 -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
 transition: transform 0.3s, opacity 0.3s;
 -webkit-transform: translate3d(0, 0px, 0);
 transform: translate3d(0, 0px, 0);
 }
 #contact-form {
 padding: 100px 0;
 background:#f9f9f9;
 }
 #contact-form form input,
 #contact-form form textarea {
 padding: 24px 20px 0;
 border-color: #d4af37;
 border-radius: 5px;
 font-size: 14px;
 color: #97a0af;
 box-shadow: none;
 }
 #contact-form form input {
 margin-bottom: 15px;
 padding: 24px 27px;
 }
 #contact-form form textarea {
 margin-bottom: 28px;
 min-height: 172px;
 resize: none;
 }
 #contact-form form button {
 float: right;
 color: #fff;
 font-size: 16px;
 padding: 17px 43px;
 background: #d4af37;
 border-radius: 40px;
 font-weight: 600;
 border-color: transparent;
 transition: 0.3s;
 }
 #contact-form form button:hover {
 background: none;
 color: #d4af37;
 border-color: #d4af37;
 }
 #footer-top iframe {
 width: 100%;
 height: 385px;
 transform: translateZ(0px);
 background-color: #ffffff;
 border: 0;
 }
 /** Google Map**/
 /* line 125, ../../scss/_contact.scss */
 .map #googleMap {
 min-height: 345px;
 -webkit-filter: gray;
 filter: gray;
 filter: grayscale(100%);
 -webkit-filter: grayscale(1);
 -webkit-filter: grayscale(100%);
 }
 /* ================ Home end ========================= */
 /* =====================
 contact page style
 ===================== */
 #global-header {
 background: url(../img/contact-slider-img.jpg);
 background-size: cover;
 background-position: center;
 padding: 150px 0 90px;
 text-align: center;
 position: relative;
 }
 #global-header:before {
 position: absolute;
 z-index: 99;
 background: rgba(60, 59, 72, 0.69);
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 content: '';
 z-index: 1;
 }
 #global-header .block {
 position: relative;
 z-index: 10;
 color: #fff;
 }
 #global-header .block h1 {
 font-size: 50px;
 margin-top: 20px;
 }
 #global-header .block p {
 font-size: 15px;
 padding-top: 10px;
 font-family: 'Lora', serif;
 }

 /* ================ Contact end ========================= */
 /* =====================
 Service page style
 ===================== */
 #client-logo {
 padding: 0 0 100px;
 text-align: center;
 }
 #client-logo a {
 padding: 14px 24px;
 display: block;
 }
 #client-logo a img {
 transition: 0.3s;
 margin: 0 auto;
 }
 #client-logo a:hover img {
 transform: scale(1.2);
 }
 footer {
 background: #202322;
 padding: 42px 0 65px 0;
 text-align: center;
 }
 footer p {
 font-size: 14px;
 color: #fff;
 line-height: 1;
 padding-top: 26px;
 }
 /* =====================
 Blog Post
 ===================== */


 #blog {
 padding:100px 0;
 background: #f1f1f1;
 }
 #blog-post .block {
 background: #fff;
 margin:0 5px;
 }

 #blog-post  .content {
 padding:30px 25px; 
 text-align: center;
 }
 #blog-post .content h4 {
 text-transform: capitalize;
 position: relative;
 margin: 20px 0 10px;
 padding: 10px 0;
 }
 #blog-post .content h4 a {
 color: #333;
 }
 #blog-post .content h4 a:hover {
 color: #d4af37; 
 }
 #blog-post .content h4::before {
 content: '';
 position: absolute;
 left: 45%;
 top: -6px;
 width: 30px;
 height: 2px;
 background-color: #d4af37;
 -webkit-transition: .3s all;
 -o-transition: .3s all;
 transition: .3s all;
 }
 #blog-post .content small {
 color: #999;
 }
 #blog-post .content p {
 margin-top: 10px;
 color: #777;
 }
 #blog-post .content .btn-read {
 background: #d4af37;
 color: #fff;
 padding:10px 20px;
 font-size: 13px;
 margin-top: 15px;
 border-radius: 25px;
 }

 /* =====================
 Blog Page
 ===================== */



 #blog-left{
 padding: 130px 0;
 }

 #blog-left .blog-img .col-md-12{
 margin-bottom: 4% ;
 }

 #blog-left .block{
 margin: 5.5% 0 ;
 }

 #blog-left .block span{
 display: block;
 margin: 3% 0 ;
 color: #333 ;
 font-size: 15px ;
 line-height: 22px ;
 /*font-family: 'Roboto', sans-serif;*/
 }

 #blog-left .block .first-child{
 margin: 5.5% 0 ;
 }

 #blog-left .block p{
 font-size: 13px;
 color: #888;
 line-height: 23px;
 letter-spacing: 0.02em;
 margin-bottom: 10px;
 /*font-family: 'Roboto', sans-serif;*/
 }

 #blog-left .block blockquote{
 border-left: 0 none;
 margin-bottom: 30px;
 padding: 46px;
 background-color: #f6f6f6 ;
 }

 #blog-left .block blockquote p{
 margin: 0 0 5.5% ;
 position: relative;
 font-family: 'Montserrat', sans-serif;
 font-size: 15px;
 line-height: 22px;
 color: #626262;
 }

 #blog-left .block blockquote p:before{
 color: #333;
 content: "\f10d";
 font-family: "FontAwesome";
 font-size: 50px;
 margin-right: 10px;
 }

 #blog-left .block blockquote .footer{
 color: #000 ;
 }

 #blog-left .block blockquote .footer:before{
 content: '\2014 \00A0';
 }

 #blog-left .block .tags{
 margin: 0 0 6.5% ;
 }

 #blog-left .block .tags h5{
 font-size: 18px ;
 line-height: 27px ;
 color: #333 ;
 }

 #blog-left .block .tags a{
 font-size: 11px ;
 line-height: 20px;
 display: inline-block ;
 color: #272727;
 text-decoration: none;
 }

 #blog-left .block .blog-comment{
 padding: 5.5% ;
 background-color: #f6f6f6;
 }

 #blog-left .block .blog-comment .comment-img{
 float: left;
 margin-right: 35px;
 max-width: 100px;
 }


 #blog-left .block .blog-comment .comment-text a{
 color: #333;
 margin: 0 0 10px;
 font-family: 'Montserrat', sans-serif;
 text-transform: uppercase;
 font-size: 15px;
 line-height: 22px;
 font-weight: 500;
 }

 #blog-left .block .blog-comment .comment-text span{
 font-size: 11px;
 line-height: 20px;
 display: inline-block;
 font-family: 'Montserrat', sans-serif;
 color: #626262;
 margin: 0 0 10px;
 }


 #blog-left .block .media-link{
 text-align: center;
 padding: 5.5% 0;
 border-bottom: 4px solid #d4af37;
 }

 #blog-left .block .media-link a i{
 font-size: 24px;
 line-height: 28px;
 color: #373737;
 margin: 0 0 0 5.5%;
 }

 #blog-left .blog-comment-main{
 padding-bottom: 7%;
 margin-bottom: 7%;
 border-bottom: 4px solid #d4af37;
 }

 #blog-left .blog-comment-main .blog-comment .comment-img{
 float: left;
 margin-right: 35px;
 margin-top: 10px;
 max-width: 100px;
 }

 #blog-left .blog-comment-main .comment-text{
 overflow: hidden;
 }

 #blog-left .blog-comment-main .comment-text .title,
 #blog-left .blog-comment-main .comment-text span{
 color: #333;
 font-size: 14px;
 line-height: 24px;
 position: relative;
 font-family: 'Montserrat', sans-serif;
 text-transform: uppercase;
 font-weight: 500;
 padding: 0;
 }

 #blog-left .blog-comment-main .comment-text .title:after{
 content: "/";
 padding: 0 10px;
 font-weight: 500;
 }

 #blog-left .blog-comment-main .comment-text p{
 margin: 2% 0;
 font-size: 13px;
 color: #626262;
 line-height: 23px;
 }

 #blog-left .blog-comment-main .comment-text .btn{
 font-size: 9px;
 padding: 4px 12px 3px;
 border: 2px solid #d4af37;
 color: #fff;
 display: inline-block;
 background-color: #d4af37;
 width: auto;
 -webkit-transition-duration: .2s;
 -webkit-transition-timing-function: ease-in-out;
 text-transform: uppercase;
 font-family: 'Montserrat', sans-serif !important;
 font-weight: 600;
 letter-spacing: 1px;
 }

 #blog-left .blog-comment-main .comment-text .btn:hover{
 border: 2px solid #373737;
 color: #373737;
 background-color: transparent;
 }

 #blog-left .blog-comment-main .sub-blog-comment{
 margin: 30px 0 30px 40px;
 padding: 4% 0;
 }

 #blog-left .blog-comment-main .sub-blog-comment .comment-img{
 float: left;
 margin-right: 35px;
 margin-top: 10px;
 max-width: 100px;
 }

 #blog-left .addcomment span{
 margin: 0 0 5.5%;
 display: block;
 font-size: 18px;
 line-height: 27px;
 color: #333;
 }

 #blog-left .addcomment .blog-comment-form form input, textarea{
 padding: 18px 25px;
 border: 2px solid rgba(0,0,0,.1);
 font-size: 14px;
 height: auto;
 margin: 0 0 20px 0;
 border-radius: 0;
 transition: 0.8s;
 }

 #blog-left .addcomment .blog-comment-form form input:focus{
 border: 2px solid #d4af37 ;
 box-shadow: none;
 }

 #blog-left .addcomment .blog-comment-form form textarea{
 border-radius: 0;
 padding: 18px 25px;
 min-height: 100px;
 border: 2px solid rgba(0,0,0,.1);
 }

 #blog-left .addcomment .blog-comment-form form textarea:focus{
 box-shadow: none;
 border: 2px solid #d4af37;
 }

 #blog-left .addcomment .blog-comment-form form button{
 font-size: 14px;
 padding: 10px 22px;
 letter-spacing: 1px;
 border: 2px solid #d4af37;
 color: #fff;
 background-color: #d4af37;
 -webkit-transition-duration: .2s;
 -webkit-transition-timing-function: ease-in-out;
 }

 #blog-left .addcomment .blog-comment-form form button:hover{
 background-color: transparent;
 border: 2px solid #d4af37;
 color: #d4af37;
 }

 #blog-left .widget{
 margin: 0 0 10.5%;
 }

 #blog-left .widget form i{
 cursor: pointer;
 position: absolute;
 right: 19px;
 top: 12px;
 z-index: 998;
 }

 #blog-left .widget form input{
 color: #949494;
 border: none;
 border-bottom: 1px solid #e5e5e5;
 width: 100%;
 letter-spacing: 1px;
 font-size: 11px;
 padding: 8px 15px;
 padding-left: 0;
 width: 100%;
 margin: 0 0 20px 0;
 max-width: 100%;
 resize: none;
 transition: 0.8s;
 font-family: 'Montserrat', sans-serif !important;
 letter-spacing: 1px;
 font-size: 11px;
 }

 #blog-left .widget form input:focus{
 outline: none;
 border: none;
 border-bottom: 1px solid #000;
 }

 #blog-left .widget span{
 font-size: 15px;
 line-height: 22px;
 color: #333;
 display: block;
 margin-bottom: 7%;
 padding-bottom: 7%;
 position: relative;
 font-family: 'Montserrat', sans-serif;
 font-weight: 600;
 }
 #blog-left .widget span:before{
 content: "";
 position: absolute;
 bottom: 0;
 background: #d4af37;
 width: 30px;
 height: 4px;
 }

 #blog-left .widget .widget-body ul li{
 border-bottom: 1px solid #e5e5e5;
 padding: 0 0 12px;
 margin-bottom: 10px;
 color: #ababab;
 }

 #blog-left .widget .widget-body ul li a{
 letter-spacing: 1px;
 display: block;
 font-size: 11px;
 line-height: 20px;
 text-transform: uppercase;
 color: #333;
 font-family: "Montserrat",sans-serif;
 letter-spacing: 1px;
 font-weight: 500;
 }

 #blog-left .widget .widget-body ul li .items{
 text-transform: none;
 font-weight: 600;
 font-size: 12px;
 }

 #blog-left .widget .widget-body ul li:last-child{
 border: 0;
 }

 #blog-left .widget .widget-body .title{
 margin: 0;
 margin-top: 11.5%;
 padding: 0;
 text-align: left;
 }

 #blog-left .widget .widget-body .title:before{
 display: none;
 }

 #blog-left .widget .widget-body p{
 font-size: 13px;
 color: #626262;
 line-height: 23px;
 letter-spacing: 0.02em;
 color: #626262;
 }

 #blog-left .sidebar-tags a{
 padding: 2px 10px;
 display: inline-block;
 color: #373737;
 margin: 0 8px 10px 0;
 background-color: #f6f6f6;
 text-transform: uppercase;
 font-size: 11px;
 line-height: 20px;
 font-family: "Montserrat",sans-serif;
 letter-spacing: 0.02em;
 }

 #blog-left .sidebar-tags a:hover{
 background-color: #000;
 color: #fff;
 -webkit-transition-duration: .2s;
 -webkit-transition-timing-function: ease-in-out;
 }



 .boxx {
 border-radius: 4px;

 }



 .newfa {
 position: absolute;
 left: 0px;
 top: 30px;
 width: 62px;
 height: 62px;
 font-size: 30px !important;
 line-height: 60px !important;
 text-align: center;
 border: 1px solid #fff;
 background: none;
 color: #fff;
 border-radius: 3px;
 }

 .why-choose {
 margin: 0px;
 padding: 20px;
 text-align: center;
 border-radius: 5px;
 background-color: rgba(17, 17, 17, 0.8);
 height: 400px;
 }

 .why-choose h3 {
 margin: 0px;
 color: #fff;
 line-height: 27px;
 font-size: 16px;
 padding: 10px 0px 10px;
 font-family: "Lato", sans-serif;
 border-bottom: solid 1px white;
 border-radius: 10px;
 }

 @media screen and (max-width: 767px) {
 .why-choose {
 margin-bottom: 20px !important;
 height: auto !important;
 }
 }


 .why-choose1 {
 margin: 0px;
 padding: 20px;
 text-align: center;
 border-radius: 5px;
 background: rgba(29, 48, 82, 0.9);
 height: 400px;
 }

 .why-choose1:hover {
 background: #d4af37;
 }

 .why-choose1:hover i{
 text-align: center;
 border-radius: 5px;
 color: #021650!important;
 }

 .why-choose1 h3 {
 margin: 0px;
 color: #d4af37!important;
 line-height: 27px;
 font-size: 21px;
 padding: 10px 0px 10px;
 font-family: "Lato", sans-serif;
 border-bottom: solid 1px white;
 border-radius: 10px;
 font-weight: bold;
 }

 .why-choose1:hover h3{
 color: #021650!important;
 }



 @media screen and (max-width: 767px) {
 .why-choose1 {
 margin-bottom: 20px !important;
 height: auto !important;
 }
 }


 .footi-area1 {
 margin: 0px;
 padding: 20px 0px;
 width: 100%;
 background: #142339;
 border-top:0.5px solid#303a4c;
 }

 .logis-area {
 margin: 0px;
 width: 100%;
 background-color: rgb(21, 25, 53);
 /*      border: 1px solid rgba(128, 128, 128, 0.58);*/
 }




 .logis img {
 float: left;
 padding: 5px;
 border: 1px solid #c5c5c5;
 }

 .main-footer {
 margin: 0px;
 padding: 10px 0px;
 background: #000;
 width: 100%;
 border-top:2px solid#d51616;
 }

 .reviewSection {
 padding-top: 150px;
 padding-bottom: 138px;
 background-image: url(https://redcarpet.limo/wp-content/uploads/2024/08/reviewbg.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 background-attachment: fixed;
 position: relative;
 z-index: 1;
 }

 .reviewSection:before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 /*    background: rgba(29, 48, 82, 0.9);*/
 z-index: -1;
 opacity: 0.6;
 border-top:0.5px solid#d51616;
 }

 .reviewSection p {
 color: #fff!important;
 font-size: 18px;
 }

 .review-content {
 padding: 24px;
 background-color: transparent;
 background-image: radial-gradient(at top left, rgb(0 0 0 / 40%) 70%, #d5161696 30%);
 border-radius: 25px;
 box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
 color: var(--tertiary-color);
 position: relative;
 display: inline-block;
 transition: all .3s;
 border: 1px solid #cececec9;
 }

 .review-content p {
 color: #fff;
 font-size: 17px;
 margin-bottom: 2rem;
 }

 .review-content:hover {
 transform: scale(1.1) !important;
 }

 .review-content:before {
 content: "";
 position: absolute;
 background-image: url(/images/theme-icon/review-arrow.svg);
 background-position: top right;
 background-repeat: no-repeat;
 background-size: 35px;
 top: -15px;
 right: 0;
 height: 37px;
 width: 45px;
 }

 .review-info img {
 border-radius: 50%;
 margin-left: 15px;
 width: 50px;
 }

 .review-info {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 z-index: 1;
 }

 .review-info span {
 font-size: 1.8rem;
 font-weight: 500;
 color: #fff;
 }

 .review-star {
 margin-bottom: 1rem;
 }

 .review-star i {
 color: #d51616;
 margin: 0 2px;
 font-size: 2rem;
 text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
 }

 .review-body-box.bottom {
 margin-bottom: -100px;
 }

 .review-body-box.top {
 margin-top: -100px;
 }

 @media screen and (max-width: 768px){
 .review-body-box.bottom {
 margin-bottom: 0px!important;
 }

 .review-body-box.top {
 margin-top: 0px!important;
 }

 .reviewSection {
 padding: 20px!important;
 }
 }


 @media screen and (max-width: 768px) {
 .carousel-showmanymoveone .carousel-control.left {
 margin-left: -15px!important;
 }
 .carousel-showmanymoveone .carousel-control.right {
 margin-right: -15px!important;
 }
 }

 .carousel-showmanymoveone .carousel-control {
 width: 4%;
 background-image: none;
 }
 .carousel-showmanymoveone .carousel-control.left {
 margin-left: -30px;background: #601F9E;height: 40px;top: 40%;width: 40px;opacity: 100%;
 }
 .carousel-showmanymoveone .carousel-control.right {
 margin-right: -30px;background: #601F9E;height: 40px;top: 40%;width: 40px;opacity: 100%;
 }
 .carousel-showmanymoveone .cloneditem-1,
 .carousel-showmanymoveone .cloneditem-2,
 .carousel-showmanymoveone .cloneditem-3 {
 display: none;
 }
 @media all and (min-width: 768px) {
 .carousel-showmanymoveone .carousel-inner > .active.left,
 .carousel-showmanymoveone .carousel-inner > .prev {
 left: -50%;
 }
 .carousel-showmanymoveone .carousel-inner > .active.right,
 .carousel-showmanymoveone .carousel-inner > .next {
 left: 50%;
 }
 .carousel-showmanymoveone .carousel-inner > .left,
 .carousel-showmanymoveone .carousel-inner > .prev.right,
 .carousel-showmanymoveone .carousel-inner > .active {
 left: 0;
 }
 .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
 display: block;
 }
 }
 @media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
 .carousel-showmanymoveone .carousel-inner > .item.active.right,
 .carousel-showmanymoveone .carousel-inner > .item.next {
 -webkit-transform: translate3d(50%, 0, 0);
 transform: translate3d(50%, 0, 0);
 left: 0;
 }
 .carousel-showmanymoveone .carousel-inner > .item.active.left,
 .carousel-showmanymoveone .carousel-inner > .item.prev {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
 left: 0;
 }
 .carousel-showmanymoveone .carousel-inner > .item.left,
 .carousel-showmanymoveone .carousel-inner > .item.prev.right,
 .carousel-showmanymoveone .carousel-inner > .item.active {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 left: 0;
 }
 }
 @media all and (min-width: 992px) {
 .carousel-showmanymoveone .carousel-inner > .active.left,
 .carousel-showmanymoveone .carousel-inner > .prev {
 left: -25%;
 }
 .carousel-showmanymoveone .carousel-inner > .active.right,
 .carousel-showmanymoveone .carousel-inner > .next {
 left: 25%;
 }
 .carousel-showmanymoveone .carousel-inner > .left,
 .carousel-showmanymoveone .carousel-inner > .prev.right,
 .carousel-showmanymoveone .carousel-inner > .active {
 left: 0;
 }
 .carousel-showmanymoveone .carousel-inner .cloneditem-2,
 .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
 display: block;
 }
 }
 @media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
 .carousel-showmanymoveone .carousel-inner > .item.active.right,
 .carousel-showmanymoveone .carousel-inner > .item.next {
 -webkit-transform: translate3d(25%, 0, 0);
 transform: translate3d(25%, 0, 0);
 left: 0;
 }
 .carousel-showmanymoveone .carousel-inner > .item.active.left,
 .carousel-showmanymoveone .carousel-inner > .item.prev {
 -webkit-transform: translate3d(-25%, 0, 0);
 transform: translate3d(-25%, 0, 0);
 left: 0;
 }
 .carousel-showmanymoveone .carousel-inner > .item.left,
 .carousel-showmanymoveone .carousel-inner > .item.prev.right,
 .carousel-showmanymoveone .carousel-inner > .item.active {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 left: 0;
 }
 }





 .newreview {
 border: 1px solid #d4af37;
 border-radius: 10px;
 position: relative;
 background-color: #fff;
 padding: 15px 14px 30px 22px;
 max-width: 607px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
 }

 .newreview:after {
 content: "";
 position: absolute;
 left: 7px;
 right: -18px;
 top: 9px;
 bottom: -16px;
 border-radius: 10px;
 z-index: -1;
 background-color: #d4af37;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
 } 

 .newreview1 {
 border: 1px solid #021650;
 border-radius: 10px;
 position: relative;
 background-color: #fff;
 padding: 15px 14px 30px 22px;
 max-width: 607px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
 }

 .newreview1:after {
 content: "";
 position: absolute;
 left: 7px;
 right: -18px;
 top: 9px;
 bottom: -16px;
 border-radius: 10px;
 z-index: -1;
 background-color: #021650;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
 } 


 .servicebox {
 color: #ffffff !important;
 background-image: linear-gradient(135deg, #fc0025 0%, #72181b 100%);
 background-color: #d4af37;
 padding-top: 30px !important;
 padding-right: 25px !important;
 padding-bottom: 30px !important;
 padding-left: 25px !important;
 }

 .servicebox1 {
 color: #ffffff !important;
 background-image: linear-gradient(135deg, #345ea3 0%, #183769 100%);
 background-color: #5495d3;
 padding-top: 30px !important;
 padding-right: 25px !important;
 padding-bottom: 30px !important;
 padding-left: 25px !important;
 }








 .bgcolorbannerall {
 position: relative;
 width: 100%;
 overflow: hidden;
 }

 /* Transparent overlay */
 .bgcolorbannerall .banner-overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.5); /* adjust opacity here */
 z-index: 2;
 pointer-events: none;
 }




 /*test css*/
 /*----------------------------------------*/



 .paratest {
 margin-bottom: 40px !important;
 background-image: url(../img/test.jpg) !important;
 background-position: center !important;
 background-repeat: no-repeat !important;
 background-size: cover !important;
 }

 .bgcolorbanner {
 position: relative;
 }

 .bgcolorbanner:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 40%;
 bottom: 0;
 display: block !important;
 background-color: rgba(29, 48, 82, 0.9);
 }

 .bgcolorbanner:before {
 right: 50%;
 left: 0;
 }

 .bgcolor {
 position: relative;
 }

 .bgcolor:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 40%;
 bottom: 0;
 display: block !important;
 background-color: rgba(29, 48, 82, 0.9);
 }

 .bgcolor:before {
 left: 55%;
 right: 0;
 }

 .services-block {
 padding: 145px 150px 145px 70px; 
 }

 @media screen and (max-width:768px) {
 .services-block {
 padding: 100px 20px;
 }
 }

 .servboxx {
 display: flex;
 margin-bottom: 20px;
 }

 .servboxx .icon {
 padding-right: 25px;
 font-size: 40px;
 }

 .servboxx h2 {
 font-size: 20px;
 line-height: 1.5;
 font-weight: 900;
 margin-bottom: 12px;
 color: #343434;
 text-align: left;
 }

 .servboxx p {
 font-size: 16px;
 line-height: 1.875;
 }

 .rightside .text-heading, .rightside .text-heading2{
 margin-left: 60px;
 }

 @media screen and (max-width:768px) {
 .rightside .text-heading, .rightside .text-heading2{
 margin-left: 0px!important;
 text-align: center;
 }
 }

 .servbtn {
 text-transform: uppercase;padding: 15px 30px;font-size: 14px;font-weight: 900;color: #fff;background-color: #d4af37;  
 }

 .servbtn:hover {
 background:#021650;
 }

 .text-heading h2 {
 color: #fff;
 font-size: 52px;
 position: relative;
 z-index: 10;
 text-transform: uppercase;
 font-weight: 800;
 display: inline-block;
 line-height: 1;
 margin: 0;
 font-style: italic;

 }

 .text-heading2  {
 margin-top: 40px!important;
 }

 .text-heading2 p {
 color: #fff;
 font-size: 16px;
 line-height: 1.875;
 }

 .bt {
 margin-left: 60px;
 display: inline-block;
 line-height: 1.5;
 text-transform: uppercase;
 padding: 15px 30px;
 font-size: 14px;
 font-weight: 570!important;
 color: #fff;
 background-color: #d4af37;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 margin-top: 45px !important;
 }

 .bt:hover {
 color: #fff;
 background-color: #1d3052;
 }

 .bt2 {
 display: inline-block;
 line-height: 1.5;
 text-transform: uppercase;
 padding: 15px 30px;
 font-size: 14px;
 font-weight: 570!important;
 color: #fff;
 background-color: #d4af37;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 float:right;
 }

 .bt2:hover {
 color: #fff;
 background-color: #000;
 }

 /*test footer*/

 .paratest1 {
 background-image: url(../img/test1.jpg);
 background-position: center !important;
 background-repeat: no-repeat !important;
 background-size: cover !important;
 }

 .get-started {
 padding: 40px 0 40px 0;
 }

 .text-heading {
 padding: 35px 0;
 color: #fff;
 font-size: 40px;
 text-transform: uppercase;
 font-weight: 800;
 line-height: 1;
 margin: 0;
 font-style: italic;
 }

 @media screen and (max-width:768px) {
 .text-heading {
 padding: 15px!important;
 font-size: 30px;
 text-align: center;
 }
 }

 .call-today {
 color: #fff;
 font-size: 18px;
 line-height: 29px;
 margin-top: 23px;

 }

 .bt1 {
 display: inline-block;
 line-height: 1.5;
 text-transform: uppercase;
 padding: 15px 30px;
 font-size: 17px;
 font-weight: 570!important;
 color: #fff;
 background-color: #d4af37;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 margin-top: 28px !important;
 border-radius:4px;
 }

 .bt1:hover {
 color: #fff;
 background-color: #d51616;
 border:3px solid #d51616;
 }








 @media only screen and (max-width:768px) {

 .sidepanel  {
 width: 0;
 position: fixed;
 z-index: 999;
 height: 100%!important;
 top: 0;
 left: 0;
 overflow-x: hidden;
 transition: 0.5s;
 padding-top: 60px;
 }

 .sidepanel a {
 text-decoration: none;
 font-size: 25px;
 color: #fff;
 display: block;
 transition: 0.3s;
 }

 .sidepanel a:hover {
 color: #d51616;
 }

 .sidepanel .closebtn {
 position: absolute;
 top: 0;
 right: 25px;
 font-size: 36px;
 }

 .openbtn {
 font-size: 19px;
 cursor: pointer;
 background-color: #d2aa00;
 color: #fff;
 border: transparent;
 border-radius: 8px;
 margin-right: 5px !important;
 padding: 5px 13px !important;
 float: right;
 margin-top: 2px;
 }
 }














 .ftitle {
 font-size: 19px;
 color: #d51616;
 font-style: italic;
 font-weight: bold;
 margin-bottom: 15px;
 }

 .item-info {
 position: relative;
 padding-left: 60px;
 float: left;
 padding-top: 11px;
 text-align: left;
 font-family: 'Josefin Sans', sans-serif;
 }

 .item-info > i {
 position: absolute;
 }

 .item-info > .label {
 color: #fff!important;
 }


 .item-info > span.label {
 font-weight: 570!important;
 color: #343434;
 margin-bottom: 7px;
 text-align: left;
 padding: 0;
 font-family: 'Josefin Sans', sans-serif !important;
 }


 .item-info > span {
 display: block;
 line-height: .8;
 font-size: 14px;
 }

 .item-info > span.info a {
 margin: 0;
 color: #fff;
 }

 .item-info > span.info a:hover {
 margin: 0;
 color: #d51616;
 }






 .item-info5 > span.label {
 font-weight: 570!important;
 color: #d51616;
 margin-bottom: 20px;
 text-align: left;
 padding: 0;
 font-size: 110px;
 font-family: 'Josefin Sans', sans-serif !important;
 }

 .item-info5 > span.info {
 margin: 0;
 color: #000;
 font-size: 16px;
 font-family: 'Josefin Sans', sans-serif !important;
 }


 @media only screen and  (max-width: 767px) {
 .item-info5 > span.label {
 font-size:111px;
 line-height:inherit;
 }

 }



 .faq-title h3 {
 position: relative;
 margin-bottom: 45px;
 display: inline-block;
 font-weight: 600;
 line-height: 1;
 }
 .faq-title h3::before {
 content: "";
 position: absolute;
 left: 50%;
 width: 60px;
 height: 2px;
 background: #E91E63;
 bottom: -25px;
 margin-left: -30px;
 }
 .faq-title p {
 padding: 0 190px;
 margin-bottom: 10px;
 }

 .faq {
 background: #FFFFFF;
 box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
 border-radius: 4px;
 }

 .faq .card {
 border: none;
 background: none;

 }

 .faq .card .card-header {
 padding: 0px;
 border: none;
 background: none;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 }

 .faq .card .card-header:hover {

 }
 .faq .card .card-header .faq-title {
 width: 100%;
 text-align: left;
 padding: 0px;
 padding-left: 30px;
 padding-right: 30px;
 font-weight: 400;
 font-size: 15px;
 letter-spacing: 1px;
 color: #3B566E;
 text-decoration: none !important;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 cursor: pointer;

 }

 .faq .card .card-header .faq-title .badge {
 display: inline-block;
 width: 20px;
 height: 20px;
 line-height: 14px;
 float: left;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 border-radius: 100px;
 text-align: center;
 background: #d4af37;
 font-size: 12px;
 margin-right: 20px;
 }

 .faq .card .card-body {
 padding-top: 10px;
 padding-left: 35px;
 font-weight: 400;
 font-size: 16px;;
 letter-spacing: 1px;

 }

 .faq .card .card-body p {
 margin-bottom: 14px;
 }

 @media (max-width: 991px) {
 .faq {
 margin-bottom: 30px;
 }
 .faq .card .card-header .faq-title {
 line-height: 26px;
 margin-top: 10px;
 padding-left: 15px;
 padding-right:15px;
 }
 }


 .ppbtn {
 background: #d4af37;
 color: #fff;
 }

 .area-item {
 margin-bottom: 30px;
 position: relative;
 background-color: #434e6e;
 border-radius: 10px;
 padding: 30px 44px 30px 60px;
 margin-left: 45px;
 z-index: 1;
 }

 @media only screen and (max-width:768px) {
 .area-item {
 margin-bottom: -20px;
 padding: 20px 44px 25px 60px;
 }
 }

 .area-item i {
 display: inline-block;
 width: 90px;
 height: 90px;
 text-align: center;
 line-height: 70px;
 font-size: 30px;
 color: #fff;
 background-color: #434e6e;
 border: 10px solid #fff;
 border-radius: 50%;
 position: absolute;
 top: 30px;
 left: -45px;
 transition: .5s;
 }

 .area-item h3 {
 color: #fff;
 margin-bottom: 10px;
 }

 .area-item p {
 margin-bottom: 0;
 color: #fff!important;
 }

 .area-item img {
 position: absolute;
 right: 10px;
 bottom: 0;
 max-width: 125px;
 z-index: -1;
 }

 .area-item.two {
 background-color: #D18A39;
 }

 .area-item.two i {
 background-color: #D18A39;
 }

 .area-item.two:hover i {
 color: #D18A39;
 background-color: #fff;
 border: 10px solid #D18A39;
 }

 .area-item.three {
 background-color: #434e6e;
 }

 .area-item.three i {
 background-color: #434e6e;
 }

 .area-item.three:hover i {
 color: #434e6e;
 background-color: #fff;
 border: 10px solid #434e6e;
 }

 .area-item.four {
 background-color: #407770;
 }

 .area-item.four i {
 background-color: #407770;
 }

 .area-item.four:hover i {
 color: #407770;
 background-color: #fff;
 border: 10px solid #407770;
 }

 /*.wpb_single_image img {
 border-radius: 0 33% 0 20%;
 }*/

 @media only screen and (max-width:768px) {
 .areaserv-item {
 width: 100%!important;
 height: auto!important;
 margin-bottom: 40px!important;
 }
 }

 .areaserv-item {
 margin-bottom: 30px;
 position: relative;
 background-color: #fff;
 border-radius: 10px;
 padding: 20px 20px 20px 20px;
 margin-top: 0px;
 z-index: 1;
 width: 360px;
 height: 265px;
 }

 .areaserv-item i {
 display: inline-block;
 width: 80px;
 height: 80px;   
 text-align: center;
 line-height: 61px;
 font-size: 33px;
 color: #d51616;
 background-color: #000;
 border: 10px solid #000;
 border-radius: 50%;
 position: absolute;
 top: -35px;
 left: 35px;
 transition: .5s;
 }                                                                                                                                                               

 .areaserv-item i:hover {
 opacity: 0.8;
 }

 .areaserv-item img {
 display: inline-block;
 width: 80px;
 height: 80px;
 text-align: center;
 line-height: 61px;
 font-size: 33px;
 color: #d51616;
 background-color: #000;
 border: 10px solid #000;
 border-radius: 50%;
 position: absolute;
 top: -35px;
 left: 35px;
 transition: .5s;
 }                                                                                                                                                               

 .areaserv-item img:hover {
 opacity: 0.8;
 }
 .areaserv-item h3 {
 color: #d51616;
 margin-bottom: 10px;
 font-size: 20px;
 margin-top: 45px;   
 }

 .areaserv-item p {
 margin-bottom: 0;
 color: #333;
 }


 .yopara {
 background:url(https://redcarpet.limo/wp-content/uploads/2026/01/IMG_5995-scaled.jpg);
 background-size: cover;
 min-height: 200px;
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 }


 .filter-button{
 font-size: 16px;
 border: 2px solid #601F9E;
 padding:8px 10px;
 text-align: center;
 color: #000;
 margin-bottom: 30px;
 background: transparent;
 border-radius: 5px;
 padding-right: 10px;
 }
 .filter-button:hover,
 .filter-button:focus {
 color: #fff;
 background-color:#601F9E;
 border: 2px solid #601F9E;
 }
 .filter-button.active{
 background:#000!important;
 color:#fff;
 border: 2px solid #000!important;
 }

 .tap
 {
 background: none;border: 2px solid #000;border-radius: 4px;color: #000!important;cursor: pointer;
 font-size: 14px;margin: 1px;padding: 5px 17px;text-decoration: none;
 }


 .tap:hover, .tap:focus
 {
 color: #fff !important;outline: 0;
 }

 .fourth {
 border-color: #000;
 color: #fff;
 background-image: linear-gradient(45deg, #000 50%, transparent 50%);
 background-position: 100%;
 background-size: 400%;
 transition: background 300ms ease-in-out;
 }
 .fourth:hover {
 background-position: 0;
 }




 .nav-tabs {
 border-bottom: none!important;
 width: fit-content;
 }

 .nav-tabs>li {
 float: left;
 }

 .nav-tabs>li>a {
 color: #000;
 border: 2px solid #000 !important;
 border-radius: 5px;
 font-size: 16px;
 font-family: 'Josefin Sans', sans-serif !important;
 margin-bottom: 30px;
 }

 .nav-tabs>li>a:hover {
 color: #fff;
 background: #000;
 }

 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
 color: #fff;
 cursor: default;
 background-color: #d51616;
 border: 2px solid #d51616!important;
 }

 @media only screen and  (max-width: 767px) 
 {
 .nav-tabs li>a {font-size: 13px!important;
 text-align: center;
 margin-bottom: 10px;
 }
 .nav-tabs {
 width: auto;
 }
 }


 .nav-tabss>li>a {
 color: #fff;
 border: 2px solid #d4af37 !important;
 border-radius: 5px;
 font-size: 16px;
 font-family: 'Josefin Sans', sans-serif !important;
 margin-bottom: 30px;
 }

 .nav-tabss>li.active>a, .nav-tabss>li.active>a:focus, .nav-tabss>li.active>a:hover {
 color: #fff;
 cursor: default;
 background-color: #d4af37;
 border: 2px solid #d4af37 !important;
 }

 .nav-tabss>li>a:hover {
 color: #fff;
 background: #d4af37;
 }


 .get-flow-wrap
 {
 background: #d51616;
 color: #fff;
 padding: 3px;
 position: fixed;
 left: 0;
 text-align: center;
 text-transform: uppercase;
 bottom: 195px;
 width: 43px;
 z-index: 999;
 cursor: pointer;
 font-size: 29px;
 border: 2px solid #d51616;
 border-radius: 30px;
 height: 43px;
 }

 .get-flow-wrap2
 {
 background: #000;
 color: #fff;
 padding: 3px;
 position: fixed;
 left: 0;
 text-align: center;
 text-transform: uppercase;
 bottom: 147px;
 width: 43px;
 z-index: 999;
 cursor: pointer;
 font-size: 26px;
 border: 2px solid #000;
 border-radius: 30px;
 height: 43px;
 }


 .captions
 {
 position: absolute;
 z-index: 9999;
 top: 12% !important;
 width: 42% !important;
 height: auto;
 left: 37% !important;
 }


 @media only screen and  (max-width: 768px) 
 {
 .captions
 {
 left: 28% !important;
 top: 4% !important;
 background: rgba(0, 0, 0, 0.7);
 }
 }




 .stt {
 border: 2px solid #d51616;
 padding: 10px 15px;
 margin-right: 10px;
 font-size: 21px;
 color:#d51616;
 }

 .navv>li>a:hover .stt {
 border: 2px solid #000;
 padding: 10px 15px;
 margin-right: 10px;
 font-size: 21px;
 color:#000;
 }

 @media screen and (max-width:767px) {
 .navv>li {
 width: 100%;
 float: left;
 }

 .stt {
 margin-right: 0px;
 }

 .navv>li>a {
 padding: 5px!important;
 font-size: 14px!important;
 }
 }

 .navv>li {
 position: relative;
 display: block;
 margin-top: 5px;
 }


 .navv-tabs {
 border: none;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
 border-radius: 0;
 padding: 5px 10px 10px 10px;
 }

 @media only screen and (max-width: 767px) {
 .navv-tabs {
 height: 366px;
 margin-bottom: 0px;
 } 
 }

 .navv-tabs>li.active>a, .navv-tabs>li.active>a:hover, .navv-tabs>li.active>a:focus {
 background: #d51616!important;
 }

 .navv-tabs>li.active>a .stt, .navv-tabs>li.active>a:hover .stt, .navv-tabs>li.active>a:focus .stt {
 border: 2px solid #000;
 padding: 10px 15px;
 margin-right: 10px;
 font-size: 21px;
 color:#000;
 }

 .navv>li>a {
 position: relative;
 display: block;
 padding: 10px 15px;
 background: #000;
 color: #fff;
 font-size: 19px;
 }

 .navv>li>a:hover {
 position: relative;
 display: block;
 background: #d51616;
 }
 @media screen and (max-width:767px) {
 .ffmm {
 padding:0px;
 }



 .fpbxx {
 padding:5px;
 border:1px solid #ccc;
 }
 }

 .hdt {
 padding-top:10px!important;
 }

 @media only screen and (max-width:767px) {
 .hdt {
 padding-top:1px!important;
 }


 }




 .boxneww1 {
 padding: 25px 35px 7px;
 border-radius: 10px;
 background: #d51616;
 }

 .abtppb2 {
 padding: 20px 20px 20px 20px;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
 }

 .abtppb {
 padding: 20px 20px 20px 20px;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
 }

 .abtppim {
 border: 1px solid#aaa;
 padding: 5px;
 }

 .abtppc {
 padding: 10px;
 margin-top: 35px;
 position: relative;
 }

 .abtppc:before {
 content: '';
 top: -10px;
 left: -10px;
 position: absolute;
 width: 4px;
 height: 100px;
 background: #d51616;
 }

 .abtppc:after {
 content: '';
 top: -10px;
 left: -10px;
 position: absolute;
 width: 100px;
 height: 4px;
 background: #d51616;
 }

 .abtppc1 {
 margin-top: -10px;
 position: relative;
 }

 .abtppc1:before {
 content: '';
 bottom: -10px;
 right: -10px;
 position: absolute;
 width: 4px;
 height: 100px;
 background: #d51616;
 }

 .abtppc1:after {
 content: '';
 bottom: -10px;
 right: -10px;
 position: absolute;
 width: 100px;
 height: 4px;
 background: #d51616;
 }


 .blogsLimit p{
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -webkit-line-clamp: 2;
 text-overflow: ellipsis;
 }

 .newHeightBlogs img{
 height: 330px;
 width:100%;
 object-fit: cover;
 }
 }
 .boxneww1 {
 padding: 25px 35px 7px;
 border-radius: 10px;
 background: #d51616;
 }

 .myStyle {
 background-color: #fff;
 border-radius: 6px;
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
 color: #696969;
 display: flex
 ;
 flex-direction: column;
 margin: auto;
 overflow: hidden;
 position: relative;
 width: 100%;
 padding: 10px;
 }

 .booking_tab{
 font-size: 25px;
 }

 @media (max-width: 768px) {
 .booking_tab{
 font-size: 18px!important;
 }  
 }
 @media (max-width: 576px) {
 .booking_tab{
 font-size: 18px!important;
 }  
 }

 .banner-container {
 position: relative;
 display: inline-block;
 width: 100%;
 }

 .banner-container:before {
 position: absolute;
 content: '';
 width: 100%;
 height: 100%;
 left: 0;
 right: 0;
 background: rgba(0, 0, 0, 0.3);
 }

 .book-now-btn {
 position: absolute;
 top: 53%; 
 left: 50%;
 transform: translate(-50%, -50%);
 background: #d51616;
 padding: 12px 20px;
 border-radius: 4px;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
 font-size: 16px;
 color: white;
 text-decoration: none;
 font-weight: bold;
 }

 .book-now-btn:hover {
 background: #d51616;
 }


 @media only screen and (max-width: 768px) {
 .fpdd {
 padding: 0;
 }
 }


 .social-icon {
 background: #d51616 ;
 color: #000;
 padding: 1px;
 position: fixed;
 right: 0;
 text-align: center;
 text-transform: uppercase;
 bottom: 380px;
 width: 43px;
 height: 43px;
 z-index: 999;
 cursor: pointer;
 font-size: 23px;
 border: 2px solid #fff;
 border-radius: 0px;
 }

 .social-icon1 {
 background: #d51616 ;
 color: #000;
 padding: 1px;
 position: fixed;
 right: 0;
 text-align: center;
 text-transform: uppercase;
 bottom: 337px;
 width: 43px;
 height: 43px;
 z-index: 999;
 cursor: pointer;
 font-size: 23px;
 border: 2px solid #fff;
 border-radius: 0px;
 }

 .social-icon2 {
 background: #d51616 ;
 color: #000;
 padding: 1px;
 position: fixed;
 right: 0;
 text-align: center;
 text-transform: uppercase;
 bottom: 294px;
 width: 43px;
 height: 43px;
 z-index: 999;
 cursor: pointer;
 font-size: 23px;
 border: 2px solid #fff;
 border-radius: 0px;
 }

 .social-icon3 {
 background: #d51616 ;
 color: #000;
 padding: 1px;
 position: fixed;
 right: 0;
 text-align: center;
 text-transform: uppercase;
 bottom: 251px;
 width: 43px;
 height: 43px;
 z-index: 999;
 cursor: pointer;
 font-size: 23px;
 border: 2px solid #fff;
 border-radius: 0px;
 }

 .social-icon4 {
 background: #d51616 ;
 color: #000;
 padding: 1px;
 position: fixed;
 right: 0;
 text-align: center;
 text-transform: uppercase;
 bottom: 208px;
 width: 43px;
 height: 43px;
 z-index: 999;
 cursor: pointer;
 font-size: 23px;
 border: 2px solid #fff;
 border-radius: 0px;
 }


 .hhh {
 height: 25px;
 width: 25px;
 text-align: center;
 padding: 2px;
 border: 1.5px solid #d51616 ;
 color: #fff;
 font-size: 21px;
 border-radius: 50%;
 margin-top: -5px;
 }


 @media only screen and (max-width: 768px) {
 .social-icon {
 bottom: 373px;
 }
 .social-icon1 {
 bottom: 330px;
 }
 .social-icon2 {
 bottom: 287px;
 }
 .social-icon3 {
 bottom: 244px;
 }
 .social-icon4 {
 bottom: 202;
 }
 }
 .revv {
 margin-top: 90px;
 }
 @media only screen and (max-width: 768px) {
 .revv {
 margin-top: 10px;
 }
 }

 .scroll-to-top {
 cursor: pointer;
 z-index: 1;
 position: fixed;
 bottom: 20px;
 right: 20px;
 background: #d51616;
 width: 46px;
 height: 46px;
 display: block;
 text-decoration: none;
 -webkit-border-radius: 35px;
 -moz-border-radius: 35px;
 border-radius: 35px;
 display: none;
 -webkit-transition: all 0.3s linear;
 -moz-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 }

 .scroll-to-top i {
 color: #fff;
 margin: 0;
 position: relative;
 left: 12px;
 top: 6px;
 font-size: 19px;
 -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;
 }

 .scroll-to-top:hover
 {
 background: #d51616;
 }
 .scroll-to-top:hover i
 {
 color: #fff;
 top: 5px;
 }

 .frmbb {
 padding-left: 35px;
 padding-right: 35px;
 }

 @media only screen and (max-width:768px) {
 .frmbb {
 padding-left: 15px;
 padding-right: 15px;
 }
 }

 .glsr-default button.glsr-button {
 background: #d51616!important;
 border: #d51616 !important;
 color: #fff!important;
 border-radius: 4px!important;
 padding: 5px 17px!important;
 font-size: 17px!important;
 }

 .open>a, .nav .open>a:focus, .nav .open>a:hover {
 background-color: transparent;
 color: #d51616;
 }

