
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
/*-- Default CSS --*/
body {
    font-family: "Poppins", sans-serif;
    color: #858584;
    background-color: #ffffff;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    color: #333333;
}

p {
    line-height: 1.7;
}

a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

button:focus {
    outline: 0;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.section-title .sub-title {
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: block;
    z-index: 1;
    padding-top: 7px;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.section-title .sub-title:before {
    position: absolute;
    content: '';
    width: 320px;
    height: 45px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #E3000F;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
    margin-left: auto;
    margin-right: auto;

}

.section-title h2 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 0;
}

.section-title p {
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-70 {
        padding-bottom: 20px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 14px;
    }
    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .pt-100 {
        padding-top: 70px;
    }
    .pb-70 {
        padding-bottom: 40px;
    }
    .pb-100 {
        padding-bottom: 70px;
    }
}

@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
        width: 100%;
    }
}
.address-area .row {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 20px 0px #dddddd8a;
    box-shadow: 0px 10px 20px 0px #dddddd8a;
    margin-top: -40px;
    position: relative;
}

.address-area .address-one:before {
    display: none;
}

.address-item {
    margin-bottom: 30px;
    text-align: center;
    margin-top: -30px;
    position: relative;
}

.address-item:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 70px;
    right: 0;
    top: 80px;
    background-color: #E3000F;
}

.address-item i {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    color: #E3000F;
    background-color: #ffffff;
    font-size: 38px;
}

.address-item p {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.address-item span {
    display: block;
    font-size: 14px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.address-item a {
    display: block;
    color: #858584;
}

.address-item a:hover {
    color: #fdb819;
}
@media only screen and (max-width: 767px) {
    .address-area {
        padding-top: 50px;
        padding-bottom: 20px;
        -webkit-box-shadow: 0px 10px 20px 0px #dddddd8a;
        box-shadow: 0px 10px 20px 0px #dddddd8a;
    }
    .address-area .row {
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .address-item {
        margin-top: 0;
    }
    .address-item:before {
        display: none;
    }
    .address-item i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
        -webkit-box-shadow: 0px 0px 20px 0px #dddddd78;
        box-shadow: 0px 0px 20px 0px #dddddd78;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .address-area {
        padding-top: 70px;
        padding-bottom: 40px;
        -webkit-box-shadow: 0px 10px 20px 0px #dddddd8a;
        box-shadow: 0px 10px 20px 0px #dddddd8a;
    }
    .address-area .row {
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .address-item {
        margin-top: 0;
    }
    .address-item:before {
        display: none;
    }
    .address-item i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
        -webkit-box-shadow: 0px 0px 20px 0px #dddddd78;
        box-shadow: 0px 0px 20px 0px #dddddd78;
        margin-bottom: 20px;
    }
}


.banner-area {
    height: 870px;
    position: relative;
    overflow: hidden;
    background-image: url("../img/hero.webp");
}

.banner-area:before {
    position: absolute;
    content: '';
    width: 800px;
    height: 1000px;
    right: -287px;
    top: -92px;
    background-color: #E3000F;
    opacity: .9;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
}

.banner-area .banner-img img {
    position: absolute;
}
.banner-car{
    height: 400px;
}
.banner-area .banner-img img:nth-child(1) {
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
    top: 150px;
    left: 0;
    right: 0;
    opacity: 1;
}

.banner-area .banner-img img:nth-child(2) {
    right: 50px;
    top: 260px;
    max-width: 540px;
}

.banner-area .banner-text {
    max-width: 650px;
    margin-top: 35px;
    z-index: 1;
    position: relative;
}

.banner-area .banner-text h1 {
    margin-bottom: 26px;
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    z-index: 1;
}

.banner-area .banner-text p {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 1.5rem;
}
.tlfino{
    margin-top: 3rem;
    font-size: 1.5rem;
    color: white;
}
.tel1{
    margin-bottom: 10px;

}
.tel1 a,
.tel2 a{
    color: #fdb819;;
}
.tel1 span{
    margin-right: 10px;
}
.tel1 a i,
.tel2 a i{
    margin-right: 5px;
}
.tel2 span{
    margin-right: 10px;
}
.cmn-btn .gold{
    background-color: #fdb819;;
}
@-webkit-keyframes banner-car-ani {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes banner-car-ani {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.cmn-btn a {
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    background-color: red;
    padding: 12px 20px;
    z-index: 1;
}

.cmn-btn a i {
    display: inline-block;
    font-size: 21px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.cmn-btn .banner-btn-left {
    margin-right: 20px;
    position: relative;
}

.cmn-btn .banner-btn-left:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #333333;
    border-radius: 50% 50% 0 0;
    opacity: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: -1;
}

.cmn-btn .banner-btn-left:hover:before {
    opacity: 1;
    height: 100%;
    border-radius: 0;
}

.cmn-btn .banner-btn-right {
    background-color: transparent;
    padding: 0;
}

.cmn-btn .banner-btn-right:hover {
    color: #fdb819;
}

.cmn-btn .banner-btn-right i {
    color: #fdb819;
}
@media only screen and (max-width: 767px) {
    .banner-area {
        height: 100%;
        text-align: center;
        padding-top: 145px;
        padding-bottom: 100px;
    }
    .banner-area:before {
        display: none;
    }
    .banner-area .banner-img img:nth-child(1) {
        max-width: 100%;
        top: 250px;
        left: 0;
        right: 0;
    }
    .banner-area .banner-img img:nth-child(2) {
        right: 0;
        top: 0;
        max-width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .banner-area .banner-text {
        max-width: 100%;
        margin-top: 0;
    }
    .banner-area .banner-text h1 {
        margin-bottom: 20px;
        font-size: 35px;
    }
    .banner-area .banner-text p {
        margin-bottom: 32px;
    }
    .cmn-btn a {
        padding: 10px 12px 12px;
    }
    .cmn-btn .banner-btn-left {
        margin-right: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area {
        height: 100%;
        text-align: center;
        padding-top: 145px;
        padding-bottom: 100px;
    }
    .banner-area:before {
        display: none;
    }
    .banner-area .banner-img img:nth-child(1) {
        max-width: 100%;
        top: 250px;
        left: 0;
        right: 0;
    }
    .banner-area .banner-img img:nth-child(2) {
        right: 0;
        top: 0;
        max-width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .banner-area .banner-text {
        max-width: 100%;
        margin-top: 0;
    }
    .banner-area .banner-text h1 {
        margin-bottom: 20px;
        font-size: 42px;
    }
    .banner-area .banner-text p {
        margin-bottom: 32px;
    }
    .cmn-btn a {
        padding: 10px 12px 12px;
    }
    .cmn-btn .banner-btn-left {
        margin-right: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-area:before {
        display: none;
    }
    .banner-area .banner-text h1 {
        font-size: 66px;
    }
    .banner-area .banner-img img:nth-child(2) {
        max-width: 345px;
        top: 305px;
    }

    .banner-area .banner-text h1 {
        font-size: 58px;
    }
    .banner-area .banner-text p {
        padding-right: 50px;
    }

    .banner-slider .owl-prev {
        display: none !important;
    }
    .banner-slider .owl-next {
        display: none !important;
    }
    .banner-call:before {
        -webkit-clip-path: none;
        clip-path: none;
    }

}
@media only screen and (min-width: 1800px) {
    .banner-area .banner-img img:nth-child(2) {
        top: 290px;
        max-width: 625px;
    }
    .banner-area-two .banner-img img:nth-child(2) {
        top: 225px;
        max-width: 680px;
    }

}

.contact-area .contact-item {
    margin-bottom: 30px;
}

.contact-area .contact-left h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-area .contact-left p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 25px;
}

.contact-area .contact-left ul {
    margin: 0;
    padding: 0;
}

.contact-area .contact-left ul li {
    list-style-type: none;
    display: block;
    color: #333333;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd69;
    padding-bottom: 20px;
}

.contact-area .contact-left ul li:last-child {
    margin-bottom: 0;
}

.contact-area .contact-left ul li i {
    font-size: 21px;
    color: #333333;
    margin-right: 5px;
    position: relative;
    bottom: -5px;
}

.contact-area .contact-left ul li a {
    display: inline-block;
    color: #333333;
}

.contact-area .contact-left ul li a:hover {
    color: #fdb819;
}

.contact-area .contact-right h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-area .contact-right .form-group {
    margin-bottom: 25px;
}

.contact-area .contact-right .form-group .form-control {
    border: 1px solid #fdb819;
    border-radius: 0;
    height: 50px;
    padding-left: 25px;
    font-size: 14px;
}

.contact-area .contact-right .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #333333;
}

.contact-area .contact-right .form-group textarea {
    height: auto !important;
    padding-top: 15px;
}

.contact-area .contact-right .form-group ::-webkit-input-placeholder {
    color: #333333;
}

.contact-area .contact-right .form-group :-ms-input-placeholder {
    color: #333333;
}

.contact-area .contact-right .form-group ::-ms-input-placeholder {
    color: #333333;
}

.contact-area .contact-right .form-group ::placeholder {
    color: #333333;
}

.contact-area .contact-right .form-group .list-unstyled {
    color: #dc3545;
    margin-top: 10px;
    font-size: 14px;
}

.contact-area .contact-right .contact-btn {
    background-color: #fdb819;
    color: #ffffff;
    width: 100%;
    border-radius: 0;
    padding: 12px 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 1;
    font-weight: 600;
}

.contact-area .contact-right .contact-btn:hover {
    background-color: #333333;
}

.contact-area .contact-right .text-danger {
    font-size: 20px;
    margin-top: 12px;
    color: #dc3545;
}

.contact-area .contact-right .text-success {
    font-size: 20px;
    margin-top: 12px;
    color: #28a745;
}

.feature-area {
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.feature-area .feature-img {
    position: relative;
    background-image: url("../img/og-image.webp");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.feature-area .feature-img:before {
    position: absolute;
    content: '';
    right: -170px;
    top: -70px;
    width: 285px;
    height: 700px;
    background-color: #000000;
    -webkit-transform: rotate(-19deg);
    transform: rotate(-19deg);
}

.feature-area .feature-img img {
    display: none;
}
.feature-area .feature-shape img {
    position: absolute;
    right: 65px;
    bottom: 0;
    opacity: .10;
    -webkit-animation: process-type 25s infinite linear;
    animation: process-type 25s infinite linear;
    z-index: 1;
}

.feature-area .feature-content {
    max-width: 670px;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.feature-area .feature-content h2 {
    font-weight: 600;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 40px;
}

.feature-area .feature-content ul {
    margin: 0;
    padding: 0;
}

.feature-area .feature-content ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px;
}

.feature-area .feature-content ul li:nth-child(1) {
    margin-left: 50px;
}
.feature-area .feature-content ul li:nth-child(2) {
    margin-left: 100px;
}

.feature-area .feature-content ul li:nth-child(3) {
    margin-bottom: 0;
    margin-left: 150px;
}

.feature-area .feature-content ul li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 27px;
    color: #fff;
    background-color: #E3000F;
    border-radius: 10px;
}

.feature-area .feature-content ul li h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    color: #ffffff;
}

.feature-area .feature-content ul li p {
    margin-bottom: 0;
    color: #aeadad;
    font-size: 14px;
    max-width: 380px;
}
@media only screen and (max-width: 767px) {
    .feature-area {
        background-color: #000000;
        position: relative;
        overflow: hidden;
    }
    .feature-area .feature-img {
        background-image: unset;
    }
    .feature-area .feature-img:before {
        display: none;
    }
    .feature-area .feature-img img {
        display: block;
    }
    .feature-area .feature-shape img {
        right: 0;
    }
    .feature-area .feature-content {
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .feature-area .feature-content h2 {
        font-size: 25px;
        text-align: center;
    }
    .feature-area .feature-content ul li {
        margin-bottom: 40px;
    }
    .feature-area .feature-content ul li:nth-child(1) {
        margin-left: 0;
    }
    .feature-area .feature-content ul li:nth-child(2) {
        margin-left: 0;
    }
    .feature-area .feature-content ul li:nth-child(3) {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area {
        background-color: #000000;
        position: relative;
        overflow: hidden;
    }
    .feature-area .feature-img {
        background-image: unset;
    }
    .feature-area .feature-img:before {
        display: none;
    }
    .feature-area .feature-img img {
        display: block;
    }
    .feature-area .feature-shape img {
        right: 0;
    }
    .feature-area .feature-content {
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .feature-area .feature-content h2 {
        font-size: 25px;
        text-align: center;
    }
    .feature-area .feature-content ul li {
        margin-bottom: 40px;
    }
    .feature-area .feature-content ul li:nth-child(1) {
        margin-left: 0;
    }
    .feature-area .feature-content ul li:nth-child(2) {
        margin-left: 0;
    }
    .feature-area .feature-content ul li:nth-child(3) {
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-area .feature-content {
        max-width: 460px;
    }
    .feature-area .feature-img img {
        max-width: 600px;
    }
    .banner-area-two:before {
        display: none;
    }
    .feature-area .feature-img:before {
        right: -129px;
        top: -155px;
        width: 240px;
        height: 885px;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
}


footer {
    background-color: #000000;
    position: relative;
    padding-top: 5rem;
}

footer .footer-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 190px;
    opacity: .20;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.footer-item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.footer-item .footer-logo a {
    display: block;
}

.footer-item .footer-logo a img {
    margin-bottom: 25px;
}

.footer-item .footer-logo p {
    color: #ffffff;
    margin-bottom: 25px;
}

.footer-item .footer-logo ul {
    margin: 0;
    padding: 0;
}

.footer-item .footer-logo ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 12px;
}

.footer-item .footer-logo ul li:last-child {
    margin-right: 0;
}

.footer-item .footer-logo ul li a {
    display: block;
    color: #ffffff;
    font-size: 24px;
}

.footer-item .footer-logo ul li a:hover {
    color: #fdb819;
}

.footer-item .footer-service h3 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
}

.footer-item .footer-service ul {
    margin: 0;
    padding: 0;
}

.footer-item .footer-service ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.footer-item .footer-service ul li:hover {
    margin-left: 10px;
}

.footer-item .footer-service ul li:hover a {
    color: #fdb819;
}

.footer-item .footer-service ul li:last-child {
    margin-bottom: 0;
}

.footer-item .footer-service ul li a {
    display: block;
    color: #ffffff;
    font-size: 15px;
}

.footer-item .footer-service ul li a i {
    display: inline-block;
    font-size: 21px;
    position: relative;
    top: 4px;
}

.footer-item .footer-find ul li {
    color: #ffffff;
    font-size: 15px;
    position: relative;
    padding-left: 27px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-bottom: 17px;
}

.footer-item .footer-find ul li:last-child {
    margin-bottom: 0;
}

.footer-item .footer-find ul li:hover {
    color: #fdb819;
}

.footer-item .footer-find ul li:hover i {
    color: #fdb819;
}

.footer-item .footer-find ul li i {
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ffffff47;
    margin-top: 70px;
}

.copyright-area .copyright-item p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

.copyright-area .copyright-item p a {
    color: #fdb819;
    display: inline-block;
    font-weight: 600;
}

.copyright-area .copyright-item p a:hover {
    color: #ffffff;
}

.copyright-area .copyright-item ul {
    margin: 0;
    padding: 0;
}

.copyright-area .copyright-item ul li {
    list-style-type: none;
    display: inline-block;
}

.copyright-area .copyright-item ul li span {
    display: inline-block;
    color: #ffffff;
    margin-left: 4px;
    margin-right: 4px;
}

.copyright-area .copyright-item ul li a {
    display: block;
    color: #ffffff;
    font-size: 15px;
}

.copyright-area .copyright-item ul li a:hover {
    color: #fdb819;
}

.copyright-area .copyright-right {
    text-align: right;
}
.photo-gallery{
    padding-top: 2rem;
}
.video-gallery{
    padding-bottom: 2rem;
}
.swiper {
    width: 100%;
    height: 150px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info{
    padding: 7rem 0;
    background-color: black;
}
.info h2{
    font-size: 2rem;
    color: goldenrod;
    margin-left: 2rem;
    text-align: left;
    margin-bottom: 2rem;
}
.info h3{
    font-size: 1.3rem;
    color: goldenrod;
}
.info p{
    font-size: 1rem;
    color: #c2bfbf;
}
.result{
    font-size: 1rem;
    font-style: italic;
}
.main-nav {
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav.menu-shrink {
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd91;
    box-shadow: 0px 0px 20px 0px #dddddd91;
}

.main-nav.menu-shrink .navbar-light {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-nav nav {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding-left: 0;
    padding-right: 0;
}

.main-nav nav .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color: #fdb819;

}

.main-nav nav .navbar-nav .nav-item a {
    color: #333333;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
    color: #fdb819;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    left: 50px;
    background: #ffffff;
    border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #333333;
    font-weight: 500;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fdb819;
}

.main-nav nav .navbar-nav .nav-item:hover ul {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
}

.main-nav nav .cmn-btn {
    width: 13%;
    text-align: right;
}

.main-nav nav .cmn-btn a {
    padding: 8px 20px 13px;
    margin-right: 0;
}

.main-nav nav .cmn-btn a i {
    font-size: 23px;
    top: 5px;
}
@media only screen and (max-width: 767px) {
    .mean-container .mean-nav .navbar-nav {
        height: 350px;
        overflow-y: scroll;
    }
    .mean-container .mean-bar {
        background-color: #fff;
    }
    .mobile-nav .logo {
        top: 9px;
        max-width: 105px;
    }
    .mean-container a.meanmenu-reveal span {
        background: #fdb819;
        position: relative;
        top: 8px;
        margin-top: -6px;
    }
    .mean-container a.meanmenu-reveal {
        color: #fdb819;
    }
    .mobile-nav.mean-container .mean-nav ul li a.active {
        color: #fdb819;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mean-container .mean-nav .navbar-nav {
        height: 350px;
        overflow-y: scroll;
    }

    .mean-container .mean-bar {
        background-color: #fff;
    }

    .mobile-nav .logo {
        top: 9px;
        max-width: 105px;
    }

    .mean-container a.meanmenu-reveal span {
        background: #fdb819;
        position: relative;
        top: 8px;
        margin-top: -6px;
    }

    .mean-container a.meanmenu-reveal {
        color: #fdb819;

    }

    .mobile-nav.mean-container .mean-nav ul li a.active {
        color: #fdb819;
    }
}
@media only screen and (min-width: 1199px) and (max-width: 1300px) {
    .main-nav nav .cmn-btn {
        width: 18%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-nav nav .cmn-btn {
        width: 16%;
    }
    .main-nav nav .cmn-btn a {
        padding: 6px 11px 10px;
    }
}

.page-title-area {
    background-color: #030303;
    padding-top: 150px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
    background-image: url("../img/page.webp");
    background-size: cover;
}

.error{
    color: red;
}

.page-title-area .page-title-content {
    position: relative;
}

.page-title-area .page-title-content h2 {
    font-weight: 600;
    font-size: 4rem;
    color: #fdb819;
    margin-bottom: 14px;
}

.page-title-area .page-title-content ul {
    margin: 0;
    padding: 0;
}

.page-title-area .page-title-content ul li {
    list-style-type: none;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
    color: #fdb819;
}

.page-title-area .page-title-content ul li i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 4px;
}
.services{
    background-color: #f6f4f4;
    /*background-color:#fdb819;*/
}
.services img{
    margin-bottom: .5rem;
}

.services-inner{
    padding: 10px;
}
.services-content h3{
    font-size: 1.3rem;
    margin-bottom: 0;
    color: #E3000F;
}
.services-content span{
    font-size: .8rem;
}
.services-content p{
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
    margin-top: 1rem;
}
.services-content a{
    font-size: .9rem;
    font-style: italic;
    display: flex;
    padding-right: 10px;
    justify-content: flex-end;
    color: #E3000F;
}
