@font-face {
    font-family: 'Infinite Stroke';
    src: url('../fonts/InfiniteStroke.woff2') format('woff2'),
        url('../fonts/InfiniteStroke.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_Bebas-Regular';
    src: url('../fonts/Bebas-Regular.eot');
    src: local('☺'), url('../fonts/Bebas-Regular.woff') format('woff'), url('../fonts/Bebas-Regular.ttf') format('truetype'), url('../fonts/Bebas-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{
	text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
/*     font-family: 'Poppins', sans-serif; */
	 font-family: "Outfit", sans-serif;
    background-color: #000;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
.more {
    color: #000;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 30px;
    background: #CFB341;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.3s;
}
.more:hover{
    background-color: #fff;
}
.more i{
        padding-left: 0;
    font-size: 28px;
    color: #fff;
}

.site-header {
    position: relative;
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 0;
    left: 0;
    z-index: 999;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+20,efefef+100&0.5+0,0.5+100 */
    background-color: rgb(0, 0, 0, 0, 6);
}


.site-header .toppest-bar {
    padding: 10px 0;
    background-color: #000;
    display: inline-block;
    width: 100%;
    position: relative;
}

.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    float: right;
}
.site-header .toppest-bar .top-info2.part1{
    float: left;
}
.site-header .toppest-bar .top-info2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
}

.site-header .toppest-bar .top-info2 .contact-num,
.site-header .toppest-bar .top-info2 .contact-num2,
.site-header .toppest-bar .top-info2 .email {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num2 img {
    width: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num i, .site-header .toppest-bar .top-info2 .email i {
    color: #000;
    margin: 0;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 0;
}

.site-header .toppest-bar .top-info2 .contact-num a,
.site-header .toppest-bar .top-info2 .contact-num2 a,
.site-header .toppest-bar .top-info2 .email a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding-left: 5px;
}

.site-header .toppest-bar .top-info2 .email {
    /* padding-left: 20px; */
}
.site-header .top-social{
    float: right;
}
.site-header .top-social a i {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #000;
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header .bg-light {
    width: 100%;
    padding: 0;
    background-color: #000 !important;
    margin-top: 0px;
}

.site-header .navbar-light .navbar-nav .active>.nav-link {
        color: #cfb341; 
    position: relative;
    font-weight: 500;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:hover {
        color: #cfb341; 
}

.site-header .navbar-light .navbar-nav .active>.nav-link i {
    color: #fff;
    font-size: 30px;
}

.site-header .navbar-light .quote2 {
    color: #fff;
    text-transform: uppercase;
    background-color: #df651c;
    padding: 12px 30px;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.site-header .navbar-light .navbar-nav .nav-item {
    position: relative;
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
        color: #cfb341; 
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0px;
    width: 210px;
    margin-top: -40px;
}

.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 10px 0px;
    top: -16px;
    position: relative;
}

.site-header .navbar .other-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .other-btns .phone i {
    font-size: 30px;
    padding-right: 8px;
}

.site-header .navbar .other-btns .phone {
    background-color: #012e41;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .more{
    color: #000;
    position: absolute;
    right: 5%;
    bottom: -22px;
}

.site-header .dropdown-item {
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    text-transform: initial;
}

.site-header .dropdown-item:focus,
.site-header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7eb842;
    padding-left: 40px;
}

.site-header .other-btns {
    position: relative;
}

.site-header .other-btns i {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}

.site-header .other-btns i:hover {
    color: #83de17;
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.site-header .navbar .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
}

.site-header .navbar .top-contact i {
    font-size: 45px;
    color: #9b3135;
    padding-right: 5px;
}

.site-header .navbar .top-contact .content p {
    margin-bottom: 0;
    color: #000;
}

.site-header .navbar .top-contact img {
    width: 50px;
    margin-right: 10px;
}

.site-header .navbar .top-contact .num {
    color: #1f3e2b;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: -5px;
}

.site-header .navbar .top-contact .contact p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}





.flex-slider {
    width: 100%;
    position: relative;
    background-color: transparent;
}

.flex-slider .slides {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.flex-slider .slides>li {
    float: left;
    margin-right: -100%;
    width: 100%;
    overflow: hidden;
    height: 53vw;
    position: relative;
}

.flex-slider .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.flex-slider .flex-direction-nav .flex-prev,
.flex-slider .flex-direction-nav .flex-next {
    background-color: rgb(143 140 140 / 70%);
    padding: 10px;
    text-decoration: none;
    position: absolute;
    height: 45px;
    top: 45%;
    bottom: 0;
    margin: 0 auto;
    z-index: 8;
    text-align: center;
    color: #fff;
    width: 45px;
}

.flex-slider .flex-direction-nav .flex-prev {
    left: 20px
}

.flex-slider .flex-direction-nav .flex-next {
    right: 20px
}

.slide-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* .flex-active-slide .slide-image {
    animation: zoomout 30s;
} */

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@media (max-width:768px) {
    .flex-slider .slides>li {
        height: 70vw
    }
}

.flex-slider .banner-cont {
    position: absolute;
    clear: both;
    content: "";
    top: 40%;
    left: 4%;
    transform: translate(0%, -50%);
    color: #fff;
    width: 56%;
    z-index: 9;
    padding: 20px;
    border-radius: 5px;
}
.flex-slider .banner-cont h4 {
    font-size: 15px;
    font-weight: 500;
    background: #0174AA;
    background: linear-gradient(90deg, rgba(1, 116, 170, 1) 0%, rgba(8, 202, 204, 1) 100%);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
}
.flex-slider .banner-cont h4 span{
    color: #C00000;
}
.flex-slider .banner-cont h2 {
/*     font-size: 70px; */
    color: #fff;
/*     text-transform: capitalize; */
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Outfit", sans-serif;
}
@media screen and (min-width:991px){
	.flex-slider .banner-cont h2{
		font-size: 48px;
	}
}
.flex-slider .banner-cont h2 span {
    color: #CFB341;
}
.flex-slider .banner-cont p {
    color: #fff;
    font-size: 15px;
}
.flex-slider .banner-cont p a{
    color: #C80B1F;
    text-decoration: none;
    font-weight: 700;
    font-size: 35px;
}
.flex-slider .banner-cont ul{
        padding: 0;
    list-style-type: none;
    margin: 15px 0;
}
.flex-slider .banner-cont ul li{
        font-size: 15px;
    margin-bottom: 5px;
}
.flex-slider .banner-btn {
    display: flex;
    align-items: center;
    margin-top: 0;
    position: absolute;
    clear: both;
    bottom: 0;
    left: 10%;
    z-index: 9;
}
.flex-slider .banner-btn .top-contact{
        display: flex;
    align-items: center;
    margin-left: 30px;
}
.flex-slider .banner-btn .top-contact i{
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #CFB341;
    transform: rotate(-40deg);
}
.flex-slider .banner-btn .top-contact .content{
    margin-left: 10px;
}
.flex-slider .banner-btn .top-contact .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}
.flex-slider .banner-btn .top-contact .content a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.flex-slider .banner-btn .more {
    color: #000;
}

.main-slider .inner-contact-form{
    padding: 0px;
    border-radius: 10px;
    position: absolute;
    clear: both;
    content: "";
    top: 40%;
    right: 5%;
    width: 31%;
    z-index: 2;
    text-align: center;
    transform: translate(0px, -50%);
    overflow: hidden;
}
.main-slider .inner-contact-form .heading {
    margin-bottom: 0px;
/*     background-color: rgba(207, 179, 65, 0.5); */
    padding: 20px 0 0 0;
}
.main-slider .inner-contact-form .heading h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}
.main-slider .inner-contact-form form{
/*     background-color: rgba(207, 179, 65, 0.5); */
    padding: 20px 30px 30px 30px;
}
.main-slider .inner-contact-form .submit-btn {
    text-align: center;
}
.main-slider .inner-contact-form .submit-btn .submit {
    color: #cfb341;
    text-decoration: none;
    background: #fff;
    padding: 12px 50px;
    margin-top: 10px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    width: 100%;
}
.main-slider .inner-contact-form .form-group{
    margin-bottom: 15px;
}
.main-slider .inner-contact-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}
.main-slider .inner-contact-form select option{
    color: #000;
}
.main-slider .inner-contact-form textarea{
/*     height: 50px !important; */
}
.main-slider .inner-contact-form .form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.main-slider .inner-contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.main-slider .inner-contact-form .form-control::placeholder {
  color: #fff;
}


.about-wrap {
    background: url(../images/aboutImg3.png) no-repeat;
    background-position: top left;
    background-size: 45% 100%;
    margin: 60px 0;
    position: relative;
}

.about-wrap .about-cont {
    padding-left: 5%;
}

.about-wrap .about-cont .heading {
    position: relative;
}

.about-wrap .about-cont h5 {
    font-size: 18px;
    font-weight: 500;
    color: #CFB341;
}

.about-wrap .about-cont h2 {
    font-weight: 700;
    font-size: 34px;
    padding: 5px 0;
    color: #fff;
/*     text-transform: capitalize; */
    position: relative;
    margin-bottom: 15px;
    font-family: "Outfit", sans-serif;
}
.about-wrap .about-cont h2 span{
    color: #CFB341;
}
.about-wrap .about-cont .special {
    color: #ed2327;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: initial;
    font-weight: 600;
}

.about-wrap .about-cont p {
    margin-bottom: 25px;
    line-height: 24px;
    color: #c3c3c3;
    font-size: 15px;
}
.about-wrap .about-list{
    padding-top: 0px;
}
.about-wrap .about-list .list{
        display: block;
    color: #fff;
    text-decoration: none;
    cursor: context-menu;
    font-size: 15px;
    margin-bottom: 10px;
}
.about-wrap .about-list .list i{
        color: #cfb341;
    padding-right: 10px;
}
.about-wrap .about-box {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 10% 90%;
    margin-bottom: 30px;
}
.about-wrap .about-box .image img {
    width: 80px;
    transition: 0.4s;
}
.about-wrap .about-box .content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    padding-left: 0;
}
.about-wrap .about-box .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #858585;
    font-weight: 400;
}
.about-wrap .about-box .content {
    padding-left: 15px;
}
.about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}
.about-wrap .about-img .image2 {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    right: -140px;
    width: 52%;
}
.about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.about-wrap .about-img .about-img2 {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0%;
    left: -20%;
    z-index: 9;
    height: 200px;
    width: 350px;
}

.about-wrap .more {
    color: #000;
    margin-top: 15px;
}
.about-wrap .about-cont .banner-btn {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.about-wrap .about-cont .banner-btn .top-contact {
    display: flex;
    align-items: center;
    margin-left: 0;
}
.about-wrap .about-cont .banner-btn .top-contact i {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #D61F26;
    transform: rotate(-40deg);
}
.about-wrap .about-cont .banner-btn .top-contact .content{
    margin-left: 10px;
}
.about-wrap .about-cont .banner-btn .top-contact .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    line-height: 1;
}
.about-wrap .about-cont .banner-btn .top-contact .content a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}



.process-wrap .about-list{
    position: relative;
    padding: 50px 50px 20px 50px;
    z-index: 2;
}
.process-wrap .about-list .heading h2 {
    font-weight: 700;
    font-size: 36px;
    padding: 0px 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Orbitron", sans-serif;
}
.process-wrap .about-list::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #790003;
    border-radius: 80px;
}
.process-wrap .about-list ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 100%;
}
.process-wrap .about-list ul li{
    width: 33.33%;
    float: left;
    position: relative;
}
.process-wrap .about-list ul li::after {
    position: absolute;
    clear: both;
    content: "";
    top: 40%;
    right: -120px;
    background: url(../images/icon2.png) no-repeat;
    width: 60%;
    height: 100px;
    background-size: 100%;
    transform: translate(0, -50%);
}
.process-wrap .about-list ul li:last-child::after{
    display: none;
}
.process-wrap .about-list .about-box {
    display: block;
    margin-bottom: 30px;
    transition: 0.4s;
    background-color: transparent;
    border-radius: 10px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
}
.process-wrap .about-list .about-box .image {
    width: 90px;
    margin: 0 auto;
    height: 90px;
    padding-top: 15px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.process-wrap .about-list .about-box .image img {
    width: 65%;
    transition: 0.4s;
    margin: 0 auto;
}
.process-wrap .about-list .about-box .content h4 {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    font-family: "Orbitron", sans-serif;
}   
.process-wrap .about-list .about-box .content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}



.service-wrap {
    position: relative;
    padding: 40px 0 40px 0;
    background-color: #000;
}
.service-wrap .top-image{
    border-radius: 20px;
    overflow: hidden;
    margin: 0 25px;
}
.service-wrap .top-image img{
    width: 100%;
}
.service-wrap .service-sec{
    position: relative;
    background-color: #232323;
    padding: 20px;
    border-radius: 20px;
    margin-top: -180px;
}
.service-wrap .heading {
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    padding-left: 0;
}
.service-wrap .heading h5 {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #cfb341;
}

.service-wrap .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #fff;
/*     text-transform: capitalize; */
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Outfit", sans-serif;
}
.service-wrap .heading h2 span {
    color: #cfb341;
}
#service-slider .owl-stage-outer{
    padding: 40px 0 0 0;
}
.service-wrap .service-box {
    position: relative;
    transition: 0.8s;
    margin-bottom: 40px;
}
.service-wrap .service-box .image {
    width: 100%;
    position: relative;
    margin-top: -35px;
    z-index: 9;
}
.service-wrap .service-box .image::before {
    position: absolute;
    clear: both;
    content: "";
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #000;
    width: 90%;
    height: 50px;
    border-radius: 20px;
    z-index: 1;
}
.service-wrap .service-box .image::after {
    position: absolute;
    clear: both;
    content: "";
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #F8EDBE;
    width: 70%;
    height: 50px;
    border-radius: 20px;
}
.service-wrap .service-box .image img{
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    position: relative;
    z-index: 9;
}
.service-wrap .service-box .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0;
    -webkit-mask-image: url(../images/serviceImg1.png);
    mask-image: url(../images/serviceImg1.png);
    mask-repeat: no-repeat;
    mask-size: 100% 300px;
}
.service-wrap .service-box .service-cont {
    position: relative;
    padding: 15px 0px 90px 0px;
    color: #fff;
    height: auto;
    text-align: center;
    min-height: auto;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF8DB;
    border-radius: 20px;
}

.service-wrap .service-box .service-cont p {
    font-size: 14px;
/*     padding: 15px; */
    color: #000;
    margin-bottom: 0;
	 display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    position: relative !important;
}
.service-wrap .service-box .service-cont a{
	text-decoration: none;
}
.service-wrap .service-box .service-cont h4 {
    font-weight: 600;
    padding: 0px 0;
    margin-bottom: 0;
/*     text-transform: capitalize; */
    position: relative;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #e5daac;
    padding-bottom: 15px;
}

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
.service-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-wrap .service-cont .read i {
    color: #031C27;
    margin: 0 5px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #0174AA;
}

.service-wrap .service-box:hover .more{
    background-color: #fff;
    color: #000;
    transform: rotate(0deg);
}
.service-wrap .service-box:hover .more i{
    color: #000;
}
.service-wrap .service-btn{
    text-align: center;
    margin-bottom: 20px;
}
.service-wrap .service-btn .more{
    color: #000;
}
.service-wrap .service-box .more{
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    transform: rotate(-50deg);
	z-index: 9999 !important;
}
/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #cfb341;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -3%;
    top: 40%;
    z-index: 9;
    margin: 0;
}

#service-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #cfb341;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 40%;
    z-index: 9;
    margin: 0;
}


.info-wrap {
    position: relative;
    background-color: #FFF8DB;
    padding: 70px 0px 70px 0;
}
.info-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 190px 0 0 120px;
    border-color: transparent transparent transparent #CFB341;
    transform: rotate(0deg);
}
.info-wrap::before {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 190px 120px;
    border-color: transparent transparent #CFB341 transparent;
    transform: rotate(0deg);
}
.info-wrap .choose-box{
    position: relative;
}
.info-wrap .about-cont {
    padding-top: 0%;
    position: relative;
}

.info-wrap .about-cont .heading {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.info-wrap .about-cont h2 {
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #000;
/*     text-transform: capitalize; */
    position: relative;
    margin-bottom: 20px;
        font-family: "Outfit", sans-serif;
}
.info-wrap .about-cont h2 span{
    color: #cfb341;
}
.info-wrap .about-cont p{
    color: #fff;
    margin-bottom: 0;
}

.info-wrap .about-cont .more {
    color: #000;
}
.info-wrap .about-cont .banner-btn .top-contact{
        display: flex;
    align-items: center;
    margin-left: 20px;
}
.info-wrap .about-cont .banner-btn .top-contact i {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #D61F26;
    transform: rotate(-40deg);
}
.info-wrap .about-cont .banner-btn .top-contact .content{
    margin-left: 10px;
}
.info-wrap .about-cont .banner-btn .top-contact .content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}
.info-wrap .about-cont .banner-btn .top-contact .content a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}


.car-wrap{
    position: relative;
/*     margin-top: -100px; */
}
.car-wrap .image img{
    width: 100%;
}
.car-wrap .image2 img{
    width: 100%;
}
.car-wrap .image2{
    position: relative;
}
.car-wrap .image2::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
}


.project-wrap {
/*     position: relative; */
    padding: 60px 0 60px 0;
    z-index: 9;
/*     margin-top: -215px; */
    background: #5D4D0D;
    background: linear-gradient(0deg, rgba(93, 77, 13, 1) 0%, rgba(93, 77, 13, 0.49) 50%, rgba(0, 0, 0, 0.80) 100%);
}
.project-wrap .heading{
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    padding-left: 0;
}
.project-wrap .heading h5 {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #cfb341;
}

.project-wrap .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #fff;
/*     text-transform: capitalize; */
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Outfit", sans-serif;
}
.project-wrap .heading h2 span {
    color: #cfb341;
}
.project-wrap .service-box {
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
    margin-bottom: 20px;
    overflow: hidden;
}
.project-wrap .service-box .image {
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.project-wrap .service-box .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0;
    -webkit-mask-image: url(../images/projectImg1.png);
    mask-image: url(../images/projectImg1.png);
    mask-repeat: no-repeat;
    mask-size: 100% 300px;
}

.project-wrap .service-box .service-cont {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0px;
    left: 0;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
    display: flex;
    justify-content: space-around;
    width: 100%;
    z-index: 9;
    align-items: center;
}

.project-wrap .service-box .service-cont p {
    font-size: 13px;
    padding: 15px 0;
    color: #000;
}

.project-wrap .service-box .service-cont h4 {
    font-weight: 600;
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    width: 38%;
}

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
.project-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-wrap .service-box:hover .more{
    background-color: #fff;
    color: #000;
    transform: rotate(0deg);
}
.project-wrap .service-box:hover .more i{
    color: #000;
}
.project-wrap .service-cont .more {
    padding: 0;
    margin: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    transform: rotate(-50deg);
}

.project-wrap .service-cont .service-icon img {
    width: 70px;
    transition: 0.4s;
    height: 70px;
    object-fit: contain;
}


.info-wrap2 {
    position: relative;
    background: url(../images/infoBg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px 70px 0;
        margin: 0 2%;
    border-radius: 20px;
}
.info-wrap2::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    background: #5D4D0D;
    background: linear-gradient(180deg, rgba(93, 77, 13, 0.4) 0%, rgba(93, 77, 13, 0.20) 50%, rgba(0, 0, 0, 0.25) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.info-wrap2 .choose-box {
    position: relative;
    z-index: 9;
}
.info-wrap2 .about-cont {
    padding-top: 0%;
    position: relative;
    z-index: 9;
}
.info-wrap2 .info-img{
    position: relative;
    margin-left: -120px;
}
.info-wrap2 .info-img img{
    width: 110%;
}
.info-wrap2 .about-cont .heading {
    position: relative;
    margin-bottom: 30px;
}
.info-wrap2 .about-cont .heading h5 {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border-radius: 30px;
    color: #cfb341;
}

.info-wrap2 .about-cont .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #fff;
/*     text-transform: capitalize; */
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    font-family: "Outfit", sans-serif;
}
.info-wrap2 .about-cont .heading h2 span {
    color: #cfb341;
}
.info-wrap2 .about-cont p{
    color: #fff;
    margin-bottom: 0;
    width: 80%;
}
.info-wrap2 .about-box {
    display: block;
    transition: 0.4s;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
/*     height: 210px; */
}
.info-wrap2 .about-box .image {
    width: 20%;
    height: 50px;
}
.info-wrap2 .about-box .image img{
    width: 100%;
    transition: 0.4s;
}
.info-wrap2 .about-box .content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}   
.info-wrap2 .about-box .content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #52525E;
    font-weight: 500;
    width: 100%;
}
.info-wrap2 .about-cont .banner-btn {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.info-wrap2 .about-cont .banner-btn .more {
    color: #000;
}
.info-wrap2 .about-cont .banner-btn .top-contact{
        display: flex;
    align-items: center;
    margin-left: 20px;
}
.info-wrap2 .about-cont .banner-btn .top-contact i {
    color: #000;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #CFB341;
    transform: rotate(-40deg);
}
.info-wrap2 .about-cont .banner-btn .top-contact .content{
    margin-left: 10px;
}
.info-wrap2 .about-cont .banner-btn .top-contact .content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    width: 100%;
}
.info-wrap2 .about-cont .banner-btn .top-contact .content a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}


.combined-wraper{
    background: url(../images/testimonialBg.jpg) no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    padding: 60px 0;
}
.combined-wraper .testimonial-img{
    border-radius: 20px;
    overflow: hidden;
}
.combined-wraper .testimonial-img img{
    width: 100%;
}
.combined-wraper .heading {
    position: relative;
    margin-bottom: 41px;
}
.combined-wraper .heading h5 {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border-radius: 30px;
    color: #cfb341;
}

.combined-wraper .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #fff;
/*     text-transform: capitalize; */
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    font-family: "Outfit", sans-serif;
}
.combined-wraper .heading h2 span {
    color: #cfb341;
}
.combined-wraper .heading p{
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}
.testimonials-right {
    padding: 0px 0px;
}
.testimonials-sec-wraper {
  position: relative;
  width: 100%; }

.testimonials-right {
  position: relative;
}
  .testimonials-right .comon-title {
    margin-bottom: 30px; }
    .testimonials-right .comon-title h4 {
      color: #ffffff; }
.testimonials-right .testimonials-slider-wrap {
    position: absolute;
    width: 45%;
    clear: both;
    content: "";
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .left-img {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #cfb341;
}
      .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .left-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right {
        position: relative;
        border-left: 2px solid #b3b3b3;
        padding-left: 20px;
        margin-left: 10px;
    }
          .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right h4 {
            position: relative;
            color: #000;
            font-size: 14px;
            margin-bottom: 5px; }
          .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right h5 {
            position: relative;
            color: #6dd73e;
            font-size: 14px;
            margin-bottom: 15px; }
          .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .star-rating {
            position: relative;
            width: 100%;
            margin-bottom: 10px;
         }
            .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .star-rating img {
              position: relative;
              width: 80px; }
              .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right .testm-cont{
                padding-top: 20px;
              }
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner p {
    position: relative;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}


.plan-wrap {
    position: relative;
    padding: 10px 0 60px 0;
    z-index: 9;
}
.plan-wrap .heading{
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    padding-left: 0;
}
.plan-wrap .heading h5 {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 0px;
    border-radius: 30px;
    color: #cfb341;
}

.plan-wrap .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #fff;
/*     text-transform: capitalize; */
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Outfit", sans-serif;
}
.plan-wrap .heading h2 span {
    color: #cfb341;
}
.plan-wrap .heading p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}
.plan-wrap .plan-box{
        background: #cfb341;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    color: #fff;
}
.plan-wrap .plan-box.part1{
    background: url(../images/planImg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.plan-wrap .plan-box .info2 {
    background-color: #fff;
    color: #fff;
    text-align: center;
    position: absolute;
    clear: both;
    right: 0px;
    top: 52px;
    padding: 5px;
    transform: rotate(90deg);
    z-index: 1;
    width: 22%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 5px;
}
.plan-wrap .plan-box .info2 span {
    font-size: 15px;
    position: relative;
    color: #000;
}
.plan-wrap .plan-box p{
        font-weight: 600;
    margin-bottom: 10px;
}
.plan-wrap .plan-box h4 {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.plan-wrap .plan-box h4 span{
        font-size: 30px;
    font-weight: 600;
}
.plan-wrap .plan-box ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.plan-wrap .plan-box ul li{
        font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.plan-wrap .plan-box .more{
    color: #000;
    background-color: #fff;
}
.plan-wrap .plan-box .more:hover{
    color: #fff;
    background: #000;
}
.plan-wrap .plan-box.part1 .more{
    color: #000;
    background: #CFB341;
}
.plan-wrap .plan-box.part1 .more:hover{
    background: #fff;
}


/*-----------------------------------
   Blog Styling
------------------------------------*/
.blog {
    position: relative;
    padding: 60px 0 60px 0;
    background-color: #fff;
    margin: 0 2%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog .heading {
    position: relative;
    margin-bottom: 15px;
}
.blog .heading h5 {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border-radius: 30px;
    color: #cfb341;
}

.blog .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #000;
/*     text-transform: capitalize; */
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    font-family: "Outfit", sans-serif;
}
.blog .heading h2 span {
    color: #cfb341;
}
.blog .heading p {
    color: #000;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: right;
}
.blog .heading .service-btn{
    text-align: right;
}
.blog .heading .service-btn .more:hover{
    background-color: #000;
    color: #fff;
}
.blog .owl-stage-outer{
        padding: 20px 0;
}
.blog .blog-content {
    box-shadow: 0 0 12px 0 rgb(66 66 66 / 22%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.blog .blog-content .content{
    padding: 30px;
    background-color: #fff;
}
.blog .blog-content .blog-img-wrapper {
    position: relative;
    overflow: hidden;
    padding: 10px;
    padding-bottom: 0;
}

.blog .blog-content .blog-img-wrapper img {
    transition: all .5s ease-in-out;
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.blog .blog-content .blog-img-wrapper img:hover{
	transform: scale(1.2);
}
.blog .blog-content .blog-meta svg{
	color: #000;
}
.blog .blog-content .blog-meta a{
	color: #74787c;
}
.blog .blog-content .blog-meta{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.blog .blog-content .blog-title h3 a {
    font-size: 22px;
    color: #000;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
}
.blog .blog-content .blog-btn{
	position: relative;
}
.blog .blog-content .blog-btn a {
    color: #000;
    text-decoration: none;
}
.blog .blog-content .blog-btn a:hover{
    background-color: #000;
    color: #fff;
}
#blog-slider .owl-nav .owl-prev {
    color: #cfb341;
    background-color: transparent;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: 5%;
    top: -15%;
    z-index: 9;
    margin: 0;
    border: 1px solid #cfb341;
}

#blog-slider .owl-nav .owl-next {
    color: #cfb341;
    background-color: transparent;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: 0%;
    top: -15%;
    z-index: 9;
    margin: 0;
    border: 1px solid #cfb341;
}



.site-footer {
    position: relative;
    padding: 40px 0 20px 0;
    background: url(../images/footerBg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width:767px) {
    .site-footer {
        padding: 12px 0 15px 0 !important;
    }
}
.site-footer .footer-logo {
    display: inline-block;
    width: 100%;
    margin-top: -25px;
}
.site-footer .footer-info .logo {
    margin-bottom: 20px;
    width: 60%;
}
.site-footer .heading {
    text-align: left;
    margin-bottom: 60px;
    color: #fff;
}
.site-footer .heading h2 {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
.site-footer .footer-location {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .site-footer .footer-location li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
  }
  .site-footer .footer-location li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #cfb341;
}
.site-footer .footer-social {
    /* padding-left: 88px; */
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
}
  .site-footer .footer-social li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 15px;
  }
  .site-footer .footer-social li a{
    color: #fff;
  }
  .site-footer .footer-social li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
  }
  .site-footer .footer-social i {
    color: #fff;
    padding-right: 10px;
    font-size: 20px;
}
.site-footer .footer-social a {
    color: #fff;
}
.site-footer .footer-social {
    color: #fff;
    font-size: 14px;
    padding-top: 0;
}
.site-footer .footer-nav {
    position: relative;
    padding-left: 0;
}

.site-footer .footer-nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 13px;
/*     padding-left: 20px; */
}
.site-footer h4 {
    font-size: 20px;
    color: #cfb341;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}
/* .site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f111";
    left: 0;
    top: 0px;
    color: #cfb341;
    font-size: 13px;
    z-index: 9;
} */

.site-footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-left: 0px;
}
.site-footer .footer-location .footer-social {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}
.site-footer .footer-location .footer-social i {
    color: #cfb341;
    font-size: 20px;
    padding-left: 0;
    border-radius: 50%;
    border: 2px solid #cfb341;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}
.site-footer .footer-location .footer-social i:hover{
    border: 2px solid #b27d26;
    color: #b27d26;
}
.site-footer .footer-blog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.site-footer .footer-blog img {
    border-radius: 0px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.site-footer .footer-blog .content {
    margin-left: 15px;
}
.site-footer .footer-info .num{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.site-footer .footer-info .online{
    font-size: 14px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
}
.site-footer .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.site-footer .submit {
    background: #C00000;
    border: none;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
}
.site-footer p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

            
.copyright {
    font-size: 13px;
    text-align: center;
    position: relative;
    padding: 15px 0;
    background-color: #1C1C1C;
}
.copyright p.special{
    float: none;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.copyright p a {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
}

/********************inner-banner*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/banner.png);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}

.breadcrumb-wrapper1 {
    text-align: center;
    background-image: url(../images/inner-banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper2 {
    text-align: center;
    background-image: url(../images/inner-banner3.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper .shell,
.breadcrumb-wrapper1 .shell,
.breadcrumb-wrapper2 .shell {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.breadcrumb-wrapper .shell h2,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
}



/***********************about-us-page*******************/

.inner-about-wrap {
    padding: 60px 0 60px 0;
    margin-top: 0px;
}

.inner-about-wrap .about-cont {
    position: relative;
}

.inner-about-wrap .about-cont .heading {
    position: relative;
}
.inner-about-wrap .about-cont h4{
    font-size: 16px;
}
.inner-about-wrap .about-cont h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0;
    color: #02254C;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.inner-about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 5px 0;
    color: #02254C;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.inner-about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: initial;
    font-weight: 700;
}

.inner-about-wrap .about-cont p {
    margin-bottom: 25px;
    line-height: 24px;
    color: #202020;
    font-size: 14px;
}

.inner-about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}

.inner-about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.inner-about-wrap .inner-about-box {
    position: relative;
    padding: 0 40px;
}

.inner-about-wrap .inner-about-box .image {
    border-radius: 5px;
    overflow: hidden;
}

.inner-about-wrap .inner-about-box .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.inner-about-wrap .inner-about-box .content {
    position: absolute;
    clear: both;
    content: "";
    bottom: 30px;
    left: -10px;
    background-color: #e39e01;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-around;
}

.inner-about-wrap .inner-about-box .content h4 {
    color: #000;
    font-size: 18px;
    font-family: 'Conv_Bebas-Regular';
    margin-bottom: 0;
    width: 40%;
    text-transform: uppercase;
}

.inner-about-wrap .inner-about-box .content a {
    width: 40px;
}


/*********************faq-page************************/



.inner-faq-wrap {

    margin: 10px 0 120px 0;

}

.inner-faq-wrap .heading {

    text-align: center;

    margin-bottom: 60px;

}

.inner-faq-wrap .heading h2 {

    font-size: 50px;

    color: #000;

    font-weight: 700;

    text-transform: uppercase;


}

.accordion .card {
    border: none;
    border: 1px solid #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #000 !important;
    border-radius: 6px !important;
}

.accordion .card .card-header {
    position: relative;
    transition: 0.4s;
    padding: 0;
    background-color: #fff;
    border: none;
}

.accordion .card .card-header .mb-0{
    padding: 0;
}

.accordion .card .card-header button {
    color: #36458d;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    text-decoration: none;
    border-radius: none;
}

.accordion .card .card-header button.collapsed {
    background-color: #185D94 !important;
    color: #fff !important;
}
.accordion .card .card-header button.btn-link {
    background-color: #449a1300;
}

.accordion .card .collapse.show {
    background-color: rgb(234 232 232 / 0%);
    margin-top: 0px;
    position: relative;
}
.accordion .card .collapsing .card-body p{
    font-size: 14px;
}
.accordion .card .collapse .card-body p{
    font-size: 14px;
}
/*.accordion .card .card-header:hover{

    background-color: #c90a67;

}*/

.accordion .card .card-header:hover button{

    color: #36458d;

}

.bs-example{

        margin: 20px;

    }

    .accordion .fa {
        margin-right: 0.5rem;
        float: right;
        color: #7CB951;
    }

.btn-link {

    font-weight: 600;

    color: #000;

    text-decoration: none;

}


/*****************contact-page*******************/


/******************modal*****************/

.modal-body .contact-form .btn-group,
.contact-form .btn-group-vertical {
    margin-top: 20px;
}

.modal-body .read-more {
    border: none;
    background-color: #fa8900;
    color: #fff;
    padding: 12px 20px;
    font-size: 17px;
    border-radius: 30px;
    text-shadow: none;
    text-transform: uppercase;
}

.modal-body textarea.form-control {
    height: 130px !important;
}

.modal-header {
    display: initial;
}


/*********************price-page************************/

.inner-price-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 80px 0;
}

.inner-price-wrap .nav-tabs {
    border-bottom: none;
    justify-content: center;
    padding-bottom: 60px;
}

.inner-price-wrap .nav-tabs .nav-link {
    border: none;
    color: #000;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

.inner-price-wrap .nav-tabs .nav-link.active {
    border-bottom: 2px solid #e39e01;
    background-color: transparent;
}

.snip1404 {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    margin: 50px 10px;
}

.snip1404 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.snip1404 .plan {
    margin: 0 5px;
    width: 24.1%;
    position: relative;
    float: left;
    overflow: hidden;
    border: 3px solid #eaaa05;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    background-color: #000;
}

.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.snip1404 .plan:first-of-type {
    border-radius: 8px 0 0 8px;
}

.snip1404 .plan:last-of-type {
    border-radius: 0 8px 8px 0;
}

.snip1404 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.snip1404 header {
    background-color: #eaaa05;
    color: #ffffff;
}

.snip1404 .plan-title {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    padding: 20px 20px 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 18px;
}

.snip1404 .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 300px 0 0;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent;
}

.snip1404 .plan-cost {
    padding: 40px 20px 10px;
    text-align: right;
}

.snip1404 .plan-price {
    font-weight: 600;
    font-size: 3em;
}

.snip1404 .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.snip1404 .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
}

.snip1404 .plan-features li {
    padding: 8px 5%;
}

.snip1404 .plan-features i {
    margin-right: 8px;
    color: #fff;
}

.snip1404 .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.snip1404 .plan-select a {
    background-color: #eaaa05;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
}

.snip1404 .plan-select a:hover {
    background-color: #eaaa05;
    opacity: 0.5;
}

.snip1404 .plan:hover {
    margin-top: -10px;
    border-color: #000;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 8px;
}

.snip1404 .plan .plan-select {
    padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .snip1404 .plan {
        width: 50%;
    }

    .snip1404 .plan-title,
    .snip1404 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1404 .plan-select,
    .snip1404 .featured .plan-select {
        padding: 20px;
    }

    .snip1404 .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
    .snip1404 .plan {
        width: 100%;
    }
}


/********************carrer-page*****************/

.inner-career-wrap {
    padding: 80px 0;
}

.inner-career-wrap .inner-career-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 0 10px;
    -webkit-box-shadow: 0px 5px 12px 5px rgb(209 209 209 / 60%);
    -moz-box-shadow: 0px 5px 12px 5px rgba(209, 209, 209, 0.6);
    box-shadow: 0px 5px 12px 5px rgb(209 209 209 / 60%);
    border-radius: 5px;
    margin-bottom: 30px;
}

.inner-career-wrap .inner-career-cont a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}



.service-offered-wrap {
    padding: 80px 0 20px 0;
    background-color: #fff;
}

.service-offered-wrap .content {
    margin-bottom: 40px;
}

.service-offered-wrap .content .content-img {
    width: 100%;
}

.service-offered-wrap .content .content-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.service-offered-wrap .content .content-bx {
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    -moz-box-shadow: 2px 2px 8px 0px rgba(176, 176, 176, 0.8);
    box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    padding: 10px 20px 25px 15px;
    min-height: auto;
    text-align: center;
}

.service-offered-wrap .content .content-bx h4 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.service-offered-wrap .content .content-bx p {
    font-weight: 600;
    font-size: 14px;
}

.service-offered-wrap .content .content-bx .more {
    background-color: #ce062d;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    border-radius: 5px;
}

.service-offered-wrap .content .content-bx .more:hover {
    background: rgb(0, 0, 0);
    color: #fff;
}




.project-sec-wraper {
    padding: 60px 0 60px 0;
    /* background-color: #fbfce0; */
    position: relative;
}

.project-sec-wraper .heading {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.project-sec-wraper .heading h4 {
    color: #000;
    font-size: 15px;
    position: relative;
    background-color: #F3F3F3;
    display: inline-block;
    border-left: 2px solid #C00000;
    border-right: 2px solid #C00000;
    padding: 10px;
    border-radius: 7px;
    padding-left: 30px;
}
.project-sec-wraper .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    left: 5px;
    top: 8px;
    background: url(../images/paint.png) no-repeat;
    background-size: 100%;
    width: 18%;
    height: 20px;
}

.project-sec-wraper .heading h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}
.project-sec-wraper .heading h2 span{
    color: #C00000;
}

.filter_wrapper {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 25px;
    text-align: center;
    float: none;
}

.filter_wrapper .filter {
    float: none;
    margin: 0 10px 0 10px;
    border: none;
    display: inline-block;
    position: relative;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
}

.filter_wrapper .filter::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: -12px;
    background-color: #000;
    width: 1px;
    height: 100%;
}

.filter_wrapper .filter:last-child::after {
    display: none;
}

.mega-entry .mega-entry-innerwrap {
    border: none;
    border-radius: 10px;
}


/*.filter_wrapper .filter:hover {
      color: #505050;
      }*/
.filter_wrapper .filter.active {
    color: #000;
    position: relative;
}

.mega-entry .mega-entry-innerwrap {
    border: none;
    border-radius: 0;
}

.megafolio-container {
    display: inline-block;
    width: 100%;
}

.mega-entry {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    z-index: 2;
    text-align: center;
}

.mega-entry img {
    width: 100%;
}

.megafolio-container,
.megafolio-container-splash {
    width: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mega-entry .project-cont {
    height: 100%;
    overflow: hidden;
}

.mega-entry .middle {
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* .mega-entry .middle img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    } */

.mega-entry .middle:hover .overlay-1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mega-entry .overlay-1 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: .8s ease;
    border-radius: 0px;
    /* margin: 20px; */
    left: 0px;
    top: 0px;
    bottom: 0;
    overflow: hidden;
}

.mega-entry .gallery {
    padding: 0;
    margin: 0;
}

.mega-entry .overlay-1 .fa {
    color: #fff;
    opacity: 1;
    padding: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.mega-entry .overlay-1 .fa img {
    width: auto;
    height: auto;
}

/*.mega-entry .middle:hover .overlay-1 {
        display: block;
        opacity: 0.6;
      }*/



/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
	height: 50vh !important;
}
.page-banner h1{
    color: #fff;
	  font-family: "Poppins", sans-serif;
}
.page-banner .breadcrumb{
	margin-bottom: 0 !important;
	padding: 15px 0;
}
@media screen and (min-width:991px){
    .page-banner h1{
        font-size: 48px;
    }
}
.page-banner .breadcrumb li a {
    color: var(--primary-color);
}
.page-banner .breadcrumb li{
    color: #fff;
}
/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
	height: 50vh !important;
}
.page-banner h1{
    color: #cfb341;
}
.page-banner .breadcrumb{
	margin-bottom: 0 !important;
	padding: 15px 0;
}
@media screen and (min-width:991px){
    .page-banner h1{
        font-size: 48px;
    }
}
.page-banner .breadcrumb li a {
    color: #cfb341;
}
.page-banner .breadcrumb li{
    color: #fff;
}
/*================================
 <-- Single Blog -->
==================================*/
.single-blog .single-blog-img {
	margin-bottom: 20px;
}
@media screen and (min-width:991px){
	.single-blog .single-blog-img img{
		width: 100% !important;
	height: 398.13px;
		object-fit: cover;
}
}
.single-blog .single-blog-img img{
	border-radius: 10px;
}
.single-blog .single-blog-img-content{
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
	
}
.single-blog .single-blog-img-content span,
.single-blog .single-blog-img-content span a{
	color: #cfb341;
}
.single-blog .single-blog-img-content span{
	margin-bottom: 5px;
}
.single-blog .single-blog-img-content p{
	color: #fff;
	font-weight: 500;
}
.single-blog .single-blog-title h2{
	color: #cfb341;
	font-weight: 700;
}
.single-blog .single-blog-content h3,
.single-blog .single-blog-content h4{
	color: #cfb341;
}
@media screen and (min-width:991px){
	.single-blog .single-blog-title h2{
		font-size: 35px;
	}
}
.single-blog .single-blog-content p{
	color: #fff;
	line-height: 1.7;
	font-size: 17px;
	text-align: justify;
}
.single-blog-sidebar-wrapper {
	margin-bottom: 30px;
    background-color: #f6f6f6;
    padding: 25px 25px 25px;
	border-radius: 10px;
}
.single-blog-sidebar-wrapper h2{
	color: var(--primary-color);
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
	text-transform: capitalize;

}
@media screen and (min-width:991px){
	.single-blog-sidebar-wrapper h2{
		font-size: 20px;
	}
}
.single-blog-post-inner ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.single-blog-post-inner li img{
/* 	width: 91.5px; */
	width: 150px;
	height: 114.08px;
	object-fit: cover;
	border-radius: 4px;
	max-width: 120px;
}
.single-blog-post-inner li h3{
	padding-left: 10px;
	line-height: 0.9;
}
.single-blog-post-inner li span{
	padding-left: 10px;
	color: #565969;
}
.single-blog-post-inner li a{
	font-size: 18px;
	color: var(--secondary-color);
	transition: all .5s ease-in-out;
	
}
.single-blog-post-inner li a:hover{
		color: #cfb341;
}



/*================================
 <-- Single Service -->
==================================*/ 
.single-service .single-service-sidebar h3,
.single-service .single-service-sidebar-contacts h3{
	color: #cfb341;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
	padding-bottom: 15px;
}
.single-service .single-service-sidebar h3:before,
.single-service .single-service-sidebar-contacts h3:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #cfb341;
	top: 100%;
}
.single-service .single-service-sidebar ul{
	list-style: none;
	padding-left: 0;
/* 	border: 1px solid #d7d7d7; */
	}
.single-service .single-service-sidebar ul{
	background: #F6F6F6;
	border-radius: 10px;
}
.single-service .single-service-sidebar ul li a{
/* 	background: #f5f5f5; */
	color: #000;
	padding: 18px 30px;
	text-transform: capitalize;
	font-weight: 500;
/* 	border-bottom: 1px solid #d7d7d7; */
	position: relative;
	z-index: 9999 !important;
	display: block;
	transition: all .5s ease-in-out;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.single-service .single-service-sidebar ul li a:before{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 50%;
	top: 0;
	background: #cfb341;
	transition: all .5s ease-in-out;
	z-index: -1;
	
}
.single-service .single-service-sidebar ul .current-menu-item a{
	
	background: #cfb341;
	transition: all .5s ease-in-out;
	z-index: 1;
	color: #fff;
}
.single-service .single-service-sidebar ul li:hover a:before{
	width: 100%;
	left: 0;
	border-left: 4px solid #000;
}
.single-service .single-service-sidebar ul li:hover a{
	color: #fff;
}
.single-service .single-service-sidebar ul li a:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%232C4A28' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m22 6l8 10l-8 10m8-10H2'/%3E%3C/svg%3E");
	position: absolute;
	right: 20px;
}

.single-service .single-service-sidebar-contacts .single-service-sidebar-info svg{
	width: 44px;
	height: 45px;
	color:#cfb341;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a{
	color: #777;
	transition: all .5s ease-in-out;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a:hover{
	color: #cfb341;
}
.single-service .single-service-content-img img{
	border-radius: 5px;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info h4{
	font-size: 18px;

}
.single-service .single-service-content-img{
	position: relative;
	overflow: hidden;
	
}
/* .single-service .single-service-content-img:before{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: linear-gradient(rgba(180, 16, 23, 0.5),rgba(180, 16, 23, 0.5));
	transition: all .5s ease-in-out;
	border-radius: 10px;
} */
.single-service .col-md-8:hover .single-service-content-img:before{
	width: 100%;
}
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
		border-radius: 10px;
        border: 8px solid #cfb341;
	}
@media screen and (min-width:991px){
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
}
.single-service .single-service-content p{
	color: #fff;
	line-height: 1.5;
	text-align: justify;
}
.single-service .single-service-content h2,
.single-service .single-service-content h3,
.single-service .single-service-content h4{
	color: #cfb341;
}
.single-service .single-service-content ul li,
.single-service .single-service-content ol li{
	color:  #fff;
}.single-service .single-service-content ul {
/* 	list-style: none; */
/* 	padding-left: 0; */
	line-height: 2;
}

/* .single-service .single-service-content ul li:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.5em' height='1.5em' viewBox='0 0 256 256'%3E%3Cpath fill='%232c4a28' d='M225.86 102.82c-3.77-3.94-7.67-8-9.14-11.57c-1.36-3.27-1.44-8.69-1.52-13.94c-.15-9.76-.31-20.82-8-28.51s-18.75-7.85-28.51-8c-5.25-.08-10.67-.16-13.94-1.52c-3.56-1.47-7.63-5.37-11.57-9.14C146.28 23.51 138.44 16 128 16s-18.27 7.51-25.18 14.14c-3.94 3.77-8 7.67-11.57 9.14c-3.25 1.36-8.69 1.44-13.94 1.52c-9.76.15-20.82.31-28.51 8s-7.8 18.75-8 28.51c-.08 5.25-.16 10.67-1.52 13.94c-1.47 3.56-5.37 7.63-9.14 11.57C23.51 109.72 16 117.56 16 128s7.51 18.27 14.14 25.18c3.77 3.94 7.67 8 9.14 11.57c1.36 3.27 1.44 8.69 1.52 13.94c.15 9.76.31 20.82 8 28.51s18.75 7.85 28.51 8c5.25.08 10.67.16 13.94 1.52c3.56 1.47 7.63 5.37 11.57 9.14c6.9 6.63 14.74 14.14 25.18 14.14s18.27-7.51 25.18-14.14c3.94-3.77 8-7.67 11.57-9.14c3.27-1.36 8.69-1.44 13.94-1.52c9.76-.15 20.82-.31 28.51-8s7.85-18.75 8-28.51c.08-5.25.16-10.67 1.52-13.94c1.47-3.56 5.37-7.63 9.14-11.57c6.63-6.9 14.14-14.74 14.14-25.18s-7.51-18.27-14.14-25.18m-52.2 6.84l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 11.32'/%3E%3C/svg%3E");
	position: relative;
	top: 6px;
	margin-right: 5px;

	
} */

  #sidebar-service.sticky2{
   opacity: 1;
  
  }
#sidebar-service {
  position: sticky !important;
  top: 100px;         /* adjust for your header height */
  transition: top 0.3s ease; /* smooth feel when snapping */
}


/*-----------------------------------
Why Choose Us Styling
------------------------------------*/
.why-choose-us{
    padding-bottom: 70px;
}
.why-choose-us .why-choose-us-img-wrapper{
    position: relative;
}
.why-choose-us .why-choose-us-img-wrapper:before{
    content: '';
    position: absolute;
    width:100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35));
}

.why-choose-us .why-choose-us-img-wrapper img{
    border-radius: 10px;
}
.why-choose-us .why-choose-us-img-wrapper .why-choose-us-wrapper-btn{
    position: absolute;
    bottom: 30px;
    left: 20px;
}
@media screen and (max-width:768px){
	.why-choose-us .why-choose-us-img-wrapper .why-choose-us-wrapper-btn{
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
	}
}
.why-choose-us .why-choose-us-img-wrapper .why-choose-us-wrapper-btn .why-choose-btn-1{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #171717;
    text-transform: uppercase;
/*      font-family: "Montserrat", sans-serif; */
}
.why-choose-us .why-choose-us-img-wrapper .why-choose-us-wrapper-btn .why-choose-btn-2{
    background: #cfb341;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
/*      font-family: "Montserrat", sans-serif; */
}
.why-choose-us .why-choose-us-img-wrapper .why-choose-us-img-content{
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #fff;
}
@media screen and (max-width:768px){
	.why-choose-us .why-choose-us-img-wrapper .why-choose-us-img-content{
		left: 20px;
		bottom: 10%;
		
	}
}
.why-choose-us .why-choose-us-img-wrapper .why-choose-us-img-content h3{
    text-transform: uppercase;
/*     font-family: "Anton", sans-serif !important; */
    font-weight: 400;
}
@media screen and (min-width:991px){
   .why-choose-us .why-choose-us-img-wrapper .why-choose-us-img-content{
    width:308.05px;
   } 
}
 .why-choose-us .why-choose-content{
    background: #111;
    border-radius: 10px;
    padding: 24px;
 }
   .why-choose-us .why-choose-content .why-choose-content-icon{
    width: 64px;
    height: 64px;
    min-width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 10px;
    background: #cfb341;
   }
     .why-choose-us .why-choose-content .why-choose-content-icon .reveal{
        padding-bottom: 0;
        vertical-align: middle;
        margin-bottom: 0;
     }
  .why-choose-us .why-choose-content .why-choose-content-icon img,
.why-choose-us .why-choose-content .why-choose-content-icon svg{
    width: 40px;
    height: 40px;
	color: var(--text-dark);
  }
   .why-choose-us .why-choose-content .why-choose-content-title h3{
    font-size: 18px;
    color: #fff;
/*          font-family: "Anton", sans-serif !important; */
         text-transform: uppercase;
         font-weight: 600;
   }
      .why-choose-us .why-choose-content .why-choose-content-para p{
        color: #fff;
/*          font-family: "Montserrat", sans-serif; */

   }




 .why-choose-us .title-box h5{
    color: #cfb341;
    text-transform: uppercase;
	 font-weight: 700;
      font-size: 16px;
}
 .why-choose-us .title-box h2{
   color: var(--text-dark);
     font-weight: 600;
}
@media screen and (min-width:991px){
  .why-choose-us  .title-box h2{
 font-size: 42px;
   } 
}
 .why-choose-us .title-box p{
    font-size: 20px;
    color: #6a6a6a;
}
.why-choose-us .why-choose-us-form label,
.why-choose-us .why-choose-us-form legend{
	color: #fff !important;
}
.wpforms-submit{
	background: #cfb341 !important;
}


/* Additional CSS */
.projects-page{
	margin-top:unset !important;
}
.projects-page .service-box h4 a{
	color: #fff;
	text-decoration: none;
	transition: all .5s ease-in-out;
}
.projects-page .service-box h4 a:hover{
	color:  #cfb341;
}
.single-project-page .service-box .service-cont{
	display: flex;
	justify-content: center;
	
}


/*-----------------------------------
      Contact Us Page Section
------------------------------------*/
.contact-page-section .contact-section-content{
	padding: 7em 3em 3em 3em;
}
.contact-page-section .contact-section-content .section-sub-title{
	color:var(--secondary-color);
}
.contact-page-section .contact-section-content .section-title{
	color: #fff;
	line-height: 43px;
}
.contact-page-section .contact-section-para{
	color: #f0f0f0;
	
}
.contact-page-section .contact-section-content-text{
	border-bottom: 1px solid #FFFFFF25;
}
.contact-page-section .contact-section-info .contact-section-icon{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--primary-color);
	border-radius: 4px;
	
}
.contact-page-section .contact-section-info .contact-section-icon svg{
	width: 25px;
	height: 25px;
	color: #fff;
}
.contact-page-section .contact-section-info .contact-section-details h3{
	color: #fff;
	 font-family: "Alumni Sans", sans-serif;
	font-weight: 700;
}
.contact-page-section .contact-section-info .contact-section-details a{
	color: #d1d1d1;
}
@media screen and (min-width:991px){
	.contact-page-section .contact-section-info .contact-section-details h3{
		font-size: 24px;
	}
	.contact-page-section .contact-section-info .contact-section-details a{
	width: 280px;
		display: block;
}
}

.contact-page-section .contact-section-form-details h3{
	color: var(--primary-color);
	font-weight: 700;
	line-height: 43px;
	
}
.contact-page-section .contact-section-form-details p{
	color: #666;
}
@media screen and (min-width: 991px){
	.contact-page-section .contact-section-form-details h3{
		font-size: 45px;
	}
}
.contact-page-section .contact-section-form label{
	color: var(--secondary-color);
	font-weight: 500;
}
.contact-page-section .contact-section-form input{
	background: #f0f0f0;
	border: none;
	height: 45.19px;
	border-radius: 4px;
}
.contact-page-section .contact-section-form input:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form textarea{
	background: #f0f0f0;
	border: none;
	height: 150px;
	border-radius: 4px;
}
.contact-page-section .contact-section-form textarea:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form input::placeholder{
	color: #666;
}
.contact-page-section .contact-section-form .theme-btn{
	background: var(--primary-color) !important;
	font-size: 14px;
	height: unset;
	padding: 10px 20px;
	color: #fff;
	
}
.contact-page-section .contact-section-form .theme-btn:hover{
	background: var(--primary-color) !important;
}
.contact-page-section .contact-section-form .primary-btn-1:hover{
		background: var(--primary-color) !important;
}

@media screen and (min-width:991px){
	.contact-page-section .contact-section-form-wrapper{
	padding: 3em;
}
}

.contact-page-section .contact-section-form-wrapper label,
.contact-page-section .contact-section-form-wrapper legend{
	color: #fff !important;
}


/* Additional CSS */
.modal-backdrop.show {
    opacity: 0 !important;
}
.modal{
	position: fixed;
	z-index: 99999 !important;
}

.modal-backdrop{
	z-index: unset !important;
}
    /* Additional CSS */
.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

/* Additional CSS */
.inner-contact-form{
	background-color: rgba(207, 179, 65, 0.75);
}

.inner-contact-form input{
	background: transparent !important;
		    border-color: transparent !important;
	border-bottom: 1px solid #fff !important;
	color: #fff !important;

}
.inner-contact-form select{
	background: transparent !important;
		    border-color: transparent !important;
	border-bottom: 1px solid #fff !important;

}
.inner-contact-form textarea{
	background: transparent !important;
		    border-color: transparent !important;
	border-bottom: 1px solid #fff !important;

}
.inner-contact-form select{
	color: #fff !important;
}
.inner-contact-form input::placeholder,
.inner-contact-form select::placeholder,
.inner-contact-form textarea::placeholder{
	color: #fff !important;
}
.wpforms-field-row input::placeholder,
input::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}
.inner-contact-form .wpforms-submit{
	background: #fff !important;
	color: #CFB341 !important;
	border-radius: 30px !important;
	width: 100%;
}
.inner-contact-form .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 8px 0;
    position: relative;
}

.contact-page-section .contact-section-form-wrapper input::placeholder,
.contact-page-section .contact-section-form-wrapper select,
.contact-page-section .contact-section-form-wrapper textarea{
	color: #222 !important;
}
.why-choose-us-form input::placeholder,
.why-choose-us-form textarea::placeholder{
	color: #222 !important;
}
.services-contact-section input::placeholder,
.services-contact-section textarea::placeholder{
	color: #222 !important;
}


/*================================
 <-- Single Area Section -->
==================================*/
.area-section .heading,
.area-section .heading h2{
	text-align: start;
	
}
.area-section .heading-1,
.area-section .heading-1 h2{
/* 	text-align: end; */
	
}
.area-section .area-section-btn .more{
    color: #000;
    background-color: #fff;
}
.area-section .area-section-btn .more:hover{
	background: #CFB341;
}
.area-section .more{
	min-width: 200px;
	text-align: center;
}
@media screen and (max-width:768px){
.area-section .more{
	min-width: 170px;
	
}	
}
.single-area-section .single-area-section-content h2{
	position: relative;
	padding-left: 30px;
	color: #fff;
}
.single-area-section .single-area-section-content h2:before{
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	background: #cfb341;
	left: -5px;
}
.single-area-section .single-area-section-content h3{
	color: #cfb341;
}
.single-area-section .single-area-section-content p{
	color: #fff !important;
	line-height: 2;
}
.single-area-section .single-area-section-content iframe{
	border-radius: 10px;
}
.single-area-section .single-area-section-content ul li,
.single-area-section .single-area-section-content ol li{
	color: #fff;
}

/*-----------------------------------
Why choose us Styling
------------------------------------*/
.custom-why-choose-us .title-box h2{
	color: #cfb341;
}
.custom-why-choose-us .why-choose-content .why-choose-content-icon{
	width: 102px;
	height: 102px;
	line-height: 102px;
	background: #cfb341;
	border-radius: 50px;
	margin: 0 auto;
	display: flex;
    align-items: center;
}
.custom-why-choose-us .why-choose-content .why-choose-content-icon img{
	width: 56px;
	height: 56px;
	margin: 0 auto;
}
.custom-why-choose-us .why-choose-content .why-choose-content-title h3,
.custom-why-choose-us .why-choose-content .why-choose-content-text p{
	color: #fff;
}
.custom-why-choose-us .why-choose-content .why-choose-content-title h3{
		color: #cfb341;
	}
@media  screen and (min-width:991px){
	.custom-why-choose-us .why-choose-content .why-choose-content-title h3{
		font-size: 22px;
		color: #cfb341;
	}
}

/* custom voucher btn */
/* From Uiverse.io by Giannasaurus */ 
.gift-voucher-btn{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 99999 !important;
}
.gift-voucher-btn .button {
  cursor: pointer;
  border: none;
  background: #fef6f7;
  color: #cfb341;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  transition:
    background 300ms,
    transform 200ms;
  font-weight: 600;
}


.gift-voucher-btn .button__text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;
	padding: 40px;

  
}
.gift-voucher-btn .button__text  span {
    position: absolute;
    transform: rotate(calc(19deg * var(--index)));
    inset: 7px;
	font-size: 11px;
  }

.gift-voucher-btn .button__circle {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: #fff;
  color: #cfb341;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.gift-voucher-btn .button__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}


.gift-voucher-btn .button:hover {
  background: #000;
  transform: scale(1.05);
}


.gift-voucher-btn .button:hover .button__icon {
  color: #000;
}


.gift-voucher-btn .button:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}


.gift-voucher-btn .button:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}


/* Gift Vouchers */
.gift-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
  cursor: pointer;
  border: 2px solid transparent;
}
.gift-box img{
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.gift-box:hover {
  background: #111;
  transform: translateY(-8px);
  box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
  border-color: #cfb341;
}

.gift-img {
  border-radius: 10px;
  transition: 0.3s ease;
}

.gift-box:hover .gift-img {
  transform: scale(1.05);
  opacity: 0.9;
}

.gift-title {
  font-weight: 700;
  color: #000;
  transition: 0.3s ease;
}

.gift-box:hover .gift-title {
  color: #cfb341;
}

.gift-desc {
  font-size: 15px;
  color: #555;
  transition: 0.3s ease;
}

.gift-box:hover .gift-desc {
  color: #ddd;
}

.gift-btn {
  background: #cfb341;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  transition: 0.3s ease;
  border: 2px solid #cfb341;
  display: inline-block;
}

.gift-box:hover .gift-btn {
  background: transparent;
  color: #cfb341;
}


/* mega menu header style */
#mega-menu-wrap-main-menu {
    margin-left: auto !important;
    margin-right: auto !important;
    top: -15px !important;
    margin-top: 0 !important;
    padding: 10px 0 !important;
}

/* add to cart button */
.woocommerce-variation-add-to-cart {
	display: block !important;
}




/* Cart Btn */
#fkcart-floating-toggler{
	right: 10px !important;
}



/* gift voucher */



/* From Uiverse.io by ElSombrero2 */ 
.gift-voucher-wrapper .card {
  overflow: visible;
  width: 230px;
  height: 254px;
}

.gift-voucher-wrapper .content {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 300ms;
  box-shadow: 0px 0px 10px 1px #000000ee;
  border-radius: 5px;
}

.gift-voucher-wrapper .front, 
.gift-voucher-wrapper .back {
  background-color: #151515;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.gift-voucher-wrapper .back {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.gift-voucher-wrapper .back::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 160px;
  height: 160%;
  background: linear-gradient(90deg, transparent, #ff9966, #ff9966, #ff9966, #ff9966, transparent);
  animation: rotation_481 5000ms infinite linear;
}

.gift-voucher-wrapper .back-content {
  position: absolute;
  width: 99%;
  height: 99%;
  background-color: #151515;
  border-radius: 5px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.gift-voucher-wrapper .card:hover .content {
  transform: rotateY(180deg);
}

@keyframes rotation_481 {
  0% {
    transform: rotateZ(0deg);
  }

  0% {
    transform: rotateZ(360deg);
  }
}

.gift-voucher-wrapper .front {
  transform: rotateY(180deg);
  color: white;
}

.gift-voucher-wrapper .front .front-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gift-voucher-wrapper .front-content .badge {
  background-color: #00000055;
  padding: 2px 10px;
  border-radius: 10px;
  backdrop-filter: blur(2px);
  width: fit-content;
}

.gift-voucher-wrapper .description {
  box-shadow: 0px 0px 10px 5px #00000088;
  width: 100%;
  padding: 10px;
  background-color: #00000099;
  backdrop-filter: blur(5px);
  border-radius: 5px;
}

.gift-voucher-wrapper  .title {
  font-size: 11px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.gift-voucher-wrapper .title p {
  width: 50%;
}

.gift-voucher-wrapper .card-footer {
  color: #ffffff88;
  margin-top: 5px;
  font-size: 8px;
}

.gift-voucher-wrapper .front .img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gift-voucher-wrapper .circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ffbb66;
  position: relative;
  filter: blur(15px);
  animation: floating 2600ms infinite linear;
}

.gift-voucher-wrapper #bottom {
  background-color: #ff8866;
  left: 50px;
  top: 0px;
  width: 150px;
  height: 150px;
  animation-delay: -800ms;
}

.gift-voucher-wrapper #right {
  background-color: #ff2233;
  left: 160px;
  top: -80px;
  width: 30px;
  height: 30px;
  animation-delay: -1800ms;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}



/* Menu sticky */
.sticky1 {
    position: fixed !important;
	background: #fff;
    top: -5px;
    width: 100%;
    z-index: 10;
   opacity: 0;
   transition: all .5s ease-in-out;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  header.sticky1{
   opacity: 1;
  
  }


/* Hero section btn styles */

.hero-btn-2{
background: transparent;	
border: 1px solid #CFB341;
	color: #CFB341;
	padding: 10px 30px;
}

@media screen and (min-width:991px){
	#fkcart-floating-toggler{
		display: none !important;
	}
}
#fkcart-floating-toggler {
    position: fixed;
       top: 15px !important;
    right: 20% !important;
}

@media screen and (max-width:768px){
	.main-slider{
		height: auto !important;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 100px 20px;
	}
	.main-slider .banner-cont{
		position: unset !important;
		z-index: 9999 !important;
		
	}
}
@media screen and (max-width:768px){
	#mega-menu-item-1076{
		display: none;
	}
}
/* fresh banner creation css */

@media screen and (min-width:991px){
	.fresh-hero-section{
		height:calc(100vh - 104px);
	}
}
.fresh-hero-section .fresh-hero-section-content h5{
	color: #ceb240;
	font-size: 14px;
	letter-spacing: .2em;
	text-transform: uppercase;
	position: relative;
	padding-left: 60px;
}
.fresh-hero-section .fresh-hero-section-content h5:before{
	content: '';
	position: absolute;
	width: 48px;
	height: 2px;
	background: #ceb240;
	left: 0;
	top: 50%;
	
}
.fresh-hero-section .fresh-hero-section-content h1{
		color: #fff;
	font-weight: 600;
	font-size: 48px;
	}
.fresh-hero-section .fresh-hero-section-content p{
	color: #ffffffb3;
	font-size: 20px;
	font-weight: 400;
}
@media screen and (max-width:768px){
	.fresh-hero-section .fresh-hero-section-content p{

	font-size: 16px;
	
}
}
@media screen and (min-width:991px){
	.fresh-hero-section .fresh-hero-section-content h1{
		font-size: 96px;
		width:768px;
	}
	.fresh-hero-section .fresh-hero-section-content p{
		width: 576px;
	}
}

.fresh-hero-section .fresh-hero-section-content .fresh-hero-btn-1{
	padding: 14px 32px;
	background:  #ceb240;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.fresh-hero-section .fresh-hero-section-content .fresh-hero-btn-2{
	padding: 14px 32px;
	background:  #000;
	text-transform: uppercase;
	font-size: 14px;
	color:#ffffffb3;
	font-weight: 600;
	border-color: rgba(255,255,255,0.5);
	border-width: 1px;
	border-style: solid;
	transition: all .5s ease-in-out;
}
.fresh-hero-section .fresh-hero-section-content .fresh-hero-btn-2:hover{
	background: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	border: 1px solid #000;
	
}

@media screen and (max-width:768px){
	.fresh-hero-section .fresh-hero-section-content a{
		display: block;
		margin: 25px 0;
		text-align: center;
	}
}



/* testimonials */
.ti-widget.ti-goog .ti-footer .ti-profile-details > .ti-name{
    color:#ffffff !important;
}


/* Banner Heading new styles */


/* mobile h1 */
/* Mobile only */
@media (max-width: 767px) {
  .fresh-hero-section .new-h1-styles::before {
    display: none;
    content: none;
  }

  .fresh-hero-section .new-h1-styles::before {
    padding-left: 0 !important; /* remove extra space from desktop line */
  }
}


@media (max-width: 991px){
  .fresh-hero-section .fresh-hero-section-content .new-h1-styles{
      padding-left: 0 !important;
  }
}

.fresh-hero-section .fresh-hero-section-content .new-h1-styles  {
    color: #ceb240 !important;
    font-size: 14px !important;
    letter-spacing: .2em !important;
    text-transform: uppercase !important;
    position: relative !important;
    padding-left: 60px ;
}

.fresh-hero-section .new-h1-styles::before{
    content:"";
    position:absolute;
    width:40px;
    height:2px;
    background:#ceb240;
    left:0;
    top:50%;
    transform:translateY(-50%);
}
.fresh-hero-section .fresh-hero-section-content .new-h2-styles {
	    color: #fff !important;
    font-weight: 600 !important;
    font-size: 48px !important;
}
@media screen and (min-width: 991px) {
    .fresh-hero-section .fresh-hero-section-content .new-h2-styles {
        font-size: 96px !important;
        width: 768px !important;
    }
}