/** Generated by FG **/
@font-face {
    font-family: 'Conv_American Captain';
    src: url('../fonts/American Captain.eot');
    src: local('☺'), url('../fonts/American Captain.woff') format('woff'), url('../fonts/American Captain.ttf') format('truetype'), url('../fonts/American Captain.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** 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;
}

@font-face {
    font-family: 'Amsi Pro Cond Ultra';
    src: url('../fonts/AmsiProCondensed-Ultra.eot');
    src: local('Amsi Pro Cond Ultra'), local('AmsiProCondensed-Ultra'),
        url('../fonts/AmsiProCondensed-Ultra.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AmsiProCondensed-Ultra.woff2') format('woff2'),
        url('../fonts/AmsiProCondensed-Ultra.woff') format('woff'),
        url('../fonts/AmsiProCondensed-Ultra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


.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: 5px 0;
    background-color: #dd0025;
    display: inline-block;
    width: 100%;
    position: relative;
}

.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header .toppest-bar .top-info2 p{
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}
.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: #fff;
    margin: 0;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

.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: #fff;
    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: #000;
    margin: 0 5px;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    background-color: #1defff;
}

/* .site-header .top-social a i:hover {
    color: #fff;
} */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.site-header .navbar .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 0px;
}
.site-header .top-contact img {
    width: 40px;
    height: 40px;
}
.site-header .top-contact .content {
    padding-left: 10px;
    position: relative;
}
.site-header .top-contact .content p {
    margin-bottom: -10px;
    font-weight: 500;
    font-size: 11px;
    color: #dd0025;
}
.site-header .top-contact .content a {
    color: #000;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
}
.site-header .bg-light {
    width: 100%;
    padding: 10px 0;
    background-color: #fff !important;
    margin-top: -1px;
}

.site-header .navbar-light .navbar-nav .active>.nav-link {
    color: #dd0025;
    position: relative;
    /* border: 1px solid #8f1313; */
}

.site-header .quote2 {
    color: #fff;
    text-transform: capitalize;
    background-color: #560a0a;
    padding: 10px 30px;
    border-radius: 0;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

.site-header .quote2 img {
    width: 25px;
    margin: 0 auto;
}
.site-header .navbar-light .navbar-nav .nav-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #dd0025;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-link::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 1px;
    height: 2px;
    background-color: #dd0025;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:before {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #dd0025;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-item {
    position: relative;
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #000;
    padding-right: 25px;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
    color: #dd0025;
}

.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: 0;
    width: 250px;
}

.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 10px 0px;
}

.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 .other-btns .quote {
    background-color: #c90a67;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 13px;
}

.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: #85e10e;
    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 .img {
    width: 40px;
    margin-right: 6px;
    /*float: left;*/
}

.site-header .navbar .top-contact .num {
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}

.site-header .navbar .top-contact .contact p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}

.cntr {
    display: table;
    width: 100%;
    height: 100%;
}

.cntr .cntr-innr {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.search {
    display: inline-block;
    position: relative;
    height: 25px;
    width: 25px;
    box-sizing: border-box;
    margin-right: 30px;
    padding: 0px 9px 0px 9px;
    border: 3px solid #FFFFFF;
    border-radius: 25px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.search:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 15px;
    right: -7px;
    top: 14px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.search.active

/*,
.search:hover (demo had icon expand on hover, would rather just have it expand on click) */
    {
    width: 200px;
    margin-right: 0px;
}

.search.active:after

/*,
.search:hover:after (demo had icon expand on hover, would rather just have it expand on click) */
    {
    height: 0px;
}

.search input {
    width: 100%;
    border: none;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    outline: none;
}

.site-header .add {
    background-color: #eaaa05;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 15px;
    border-radius: 5px;
    margin-left: 20px;
    font-weight: 300;
    letter-spacing: 2px;
}



.main-slider {
    position: relative;
}

.main-slider .carousel-caption {
    position: absolute;
    right: initial;
    bottom: initial;
    left: 18%;
    z-index: 10;
    color: #000;
    text-align: left;
    top: 50%;
    width: 41%;
    transform: translate(0px, -50%);
}
.main-slider .carousel-caption .banner-cont{
}
.main-slider .carousel-caption h2 {
    font-size: 58px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.main-slider .carousel-caption h4 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.main-slider .carousel-caption h5 {
    font-size: 40px;
    font-weight: 600;
}

.main-slider .carousel-caption p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    margin: 20px 0;
}
.main-slider .banner-btn{
    margin-top: 10px;
}
.main-slider .banner-btn .more {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 14px 35px;
    font-size: 15px;
    background-color: #dd0025;
    transition: 0.4s;
    border-radius: 0px;
    margin-top: 10px;
    text-transform: capitalize;
    margin-left: 10px;
    font-weight: 600;
}
.main-slider .banner-btn .more.part2{
    background-color: #fff;
    color: #dd0025;
}
.main-slider .carousel-control-next, 
.main-slider .carousel-control-prev {
    position: absolute;
    top: initial;
    bottom: 33px;
    z-index: 99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    height: auto;
}
.main-slider .carousel-control-next {
    right: 5.5%;
    top: initial;
    bottom: 0;
}
.main-slider .carousel-control-prev {
    left: initial;
    right: 10%;
    top: initial;
    bottom: 0;
}

.main-slider .carousel-item {
	position: relative;
	transition: -webkit-transform 2s ease;
	transition: transform 2s ease;
	transition: transform 2s ease, -webkit-transform 2s ease
}

.main-slider .carousel-item::after {
	position: absolute;
	clear: both;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3)
}



.about-wrap {
    padding: 100px 0;
    margin-top: 0px;
}

.about-wrap .about-cont {
    padding-left: 0%;
}

.about-wrap .about-cont .heading {
    position: relative;
    margin-bottom: 40px;
}
.about-wrap .about-cont h4{
    font-size: 22px;
    color: #dd0025;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}
.about-wrap .about-cont h4::after{
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #dd0025;
    width: 50px;
    height: 2px;
}
.about-wrap .about-cont h2 {
    font-weight: 600;
    font-size: 50px;
    padding: 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
}

.about-wrap .about-cont p {
    margin-bottom: 10px;
    line-height: 24px;
    color: #202020;
    font-size: 14px;
}
.about-wrap .about-list {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 20px 0 0px 0;
    margin: 0;
}
.about-wrap .about-list li {
    float: none;
    width: 100%;
    position: relative;
    padding-left: 28px;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 400;
}
.about-wrap .about-list li span{
    font-weight: 700;
}
.about-wrap .about-list li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    left: 0;
    top: 3px;
    color: #fff;
    font-size: 8px;
    z-index: 9;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    background-color: #167d95;
}

.about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}

.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 {
    background: rgb(198,45,3); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(198,45,3,1) 0%, rgba(147,21,18,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(198,45,3,1) 0%,rgba(147,21,18,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(198,45,3,1) 0%,rgba(147,21,18,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62d03', endColorstr='#931512',GradientType=1 ); /* IE6-9 */
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}
.about-wrap .top-contact {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 0px;
    position: relative;
    padding-right: 0px;
    margin-top: 20px;
}
.about-wrap .top-contact img {
    width: 40px;
    height: 40px;
}
.about-wrap .top-contact .content {
    padding-left: 10px;
    position: relative;
}
.about-wrap .top-contact .content p {
    margin-bottom: -10px;
    font-weight: 500;
    font-size: 15px;
    color: #dd0025;
}
.about-wrap .top-contact .content a {
    color: #000;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
}
.about-wrap .note{
    text-align: center;
    margin-top: 60px;
}
.about-wrap .note p{
    color: #dd0025;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}



.service-wrap{
    position: relative;
    padding: 80px 0 160px 0;
    background: url('../images/serviceBg.png') no-repeat;
    background-size: 100% 80%;
}
.service-wrap .heading {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
}
.service-wrap .heading h2 {
    text-align: left;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.service-wrap .heading h2::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 70%;
    height: 2px;
    background-color: #fff;
}
.service-wrap .heading h4{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
.service-wrap .heading p{
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
}

.service-wrap .service-box {
    margin-top: 30px;
    transition: 0.4s;
    border-top: 8px solid #dd0025;
    padding: 20px 10px;
    background-color: #fff;
    min-height: 200px;
    box-shadow: 0 0 12px 0 rgb(66 66 66 / 30%);
}
.service-wrap .service-box a{
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.service-wrap .service-box .image {
    width: 80px;
    margin: 0 auto;
}
.service-wrap .service-box .image img {
    width: 100%;
    transition: 0.4s;
}
.service-wrap .service-box .image img.blue{
    display: none;
}
.service-wrap .service-box .content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #dd0025;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
}
.service-wrap .service-box .content p{
    font-size: 12px;
    margin-bottom: 0;
    color: #fff;
}
.service-wrap .service-btn{
    text-align: right;
    margin-top: 30px;
}
.service-wrap .service-btn .more{
    color: #000;
    background-color: #fff;
    display: inline-block;
    align-items: center;
    border-radius: 0px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: capitalize;
}



.combined-wraper2{
    background: url(../images/testiBg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 60px 0;
    position: relative;
}
.testimonials-right {
    padding-left: 0;
    padding-right: 30px;
}
.testimonials-right .heading {
    position: relative;
    margin-bottom: 40px;
}
.testimonials-right .heading h4{
    font-size: 22px;
    color: #dd0025;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
}
.testimonials-right .heading h4::after{
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #dd0025;
    width: 50px;
    height: 2px;
}
.testimonials-right .heading h2 {
    font-weight: 600;
    font-size: 30px;
    padding: 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}
.testimonials-right .heading-content{
    font-weight: 600;
    text-align: left;
    font-size: 14px;
}
.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: relative;
    width: 100%; }
    .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner {
    position: relative;
    width: 100%;
    padding: 0px;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top {
    position: relative;
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .left-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
}
      .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;
        width: 100%;
        padding-top: 15px;
    }
    .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right h4 {
        position: relative;
        color: #fff;
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 0;
    }
          .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 .testimonials-top .testm-right .star-rating {
                position: relative;
                width: 100%;
                padding: 0;
                display: flex;
                align-items: center;
            }
            .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right .star-rating img {
              position: relative;
              width: 80px; }
              .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right .testm-cont{
                padding-top: 0px;
              }
              .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner p {
                position: relative;
                color: #fff;
                font-size: 14px;
                font-weight: 300;
                text-align: justify;
                padding: 40px 0;
            }

/* arrow */
#testimonials-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: transparent;
    padding: 10px 19px;
    font-size: 25px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: 19%;
    bottom: -7%;
    z-index: 9;
    margin: 0;
}
#testimonials-slider .owl-nav .owl-next {
    color: #fff;
    background-color: transparent;
    padding: 10px 19px;
    font-size: 25px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: 5%;
    bottom: -7%;
    z-index: 9;
    margin: 0;
}
.combined-wraper2 .contact-cont{
    position: absolute;
    clear: both;
    content: "";
    top: -25%;
    left: 0;
    padding: 60px 40px;
    background-color: #dd0025;
    color: #fff;
}
.combined-wraper2 .contact-cont h2{
    font-weight: 600;
}
.combined-wraper2 .contact-cont p span{
    font-weight: 600;
    font-size: 30px;
    display: block;
}
.combined-wraper2 .contact-cont .more {
    display: inline-block;
    text-decoration: none;
    color: #dd0025;
    padding: 14px 35px;
    font-size: 15px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 0px;
    margin-top: 20px;
    text-transform: capitalize;
    margin-left: 0px;
    font-weight: 600;
}



.note-wrap{
    position: relative;
    padding: 15px 0;
    background-color: #dd0025;
    text-align: center;
}
.note-wrap p{
    color: #fff;
    margin-bottom: 0;
}
.note-wrap p span{
    font-weight: 600;
}



.site-footer {
    position: relative;
    background-color: #fff;
    padding: 40px 0 20px 0;
}
.site-footer .footer-logo {
    display: inline-block;
    width: 160px;
    margin-bottom: 8px;
}
.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: #000;
display: flex;
margin-bottom: 13px;
font-weight: 500;
font-size: 16px;
position: relative;
padding-bottom: 0px;
}
.site-footer .footer-location li:last-child{
border-bottom: none;
}
.site-footer .footer-location li a {
color: #000;
font-size: 16px;
}
.site-footer .footer-location li i {
padding-top: 4px;
padding-right: 12px;
color: #fff;
}
.site-footer .footer-social {
/* padding-left: 88px; */
padding: 0;
margin: 0;
display: inline-block;
width: 100%;
}
.site-footer .footer-social li {
color: #000;
display: flex;
margin-bottom: 13px;
font-weight: 300;
font-size: 15px;
}
.site-footer .footer-social li a{
color: #000;
}
.site-footer .footer-social li i {
padding-top: 4px;
padding-right: 12px;
color: #000;
}
.site-footer .footer-social i {
color: #000;
padding-right: 0;
font-size: 20px;
width: 35px;
height: 35px;
border-radius: 50%;
text-align: center;
border: 1px solid #000;
margin: 0 5px;
line-height: 34px;
}
.site-footer .footer-social a {
color: #000;
}
.site-footer .footer-social {
color: #fff;
font-size: 14px;
padding-top: 20px;
}
.site-footer .footer-nav {
position: relative;
padding-left: 0;
margin: 0;
display: inline-block;
}

.site-footer .footer-nav li {
display: inline-block;
width: 100%;
margin-bottom: 20px;
float: left;
position: relative;
color: #fff;
font-size: 13px;
padding-left: 20px;
}
/* .site-footer .footer-nav.service li {
width: 50%;
float: left;
} */
.site-footer .footer-hour {
position: relative;
padding-left: 0;
margin: 0;
display: inline-block;
}

.site-footer .footer-hour li {
display: inline-block;
width: 100%;
margin-bottom: 10px;
float: left;
position: relative;
color: #fff;
font-size: 13px;
}
/* .site-footer h4 {
font-size: 20px;
color: #fff;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 20px;
} */
.site-footer .footer-nav li::before {
position: absolute;
font-family: FontAwesome;
content: "\f111";
left: 0;
top: 0px;
color: #000;
font-size: 13px;
z-index: 9;
}

.site-footer .footer-nav li a {
text-decoration: none;
color: #000;
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;
}
.site-footer .footer-location .footer-social i {
color: #000;
font-size: 20px;
padding-left: 0;
border-radius: 50%;
border: 2px solid #000;
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: 35px;
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 p {
color: #000;
font-size: 13px;
margin-bottom: 20px;
}
.site-footer .form-control {
display: block;
width: 100%;
height: 45px;
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 #000;
border-radius: 0;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.site-footer .form-group{
margin-bottom: 5px;
}
.site-footer textarea{
height: 100px;
width: 100%;
outline: none;
}
.site-footer .submit {
background-color: #dd0025;
color: #fff;
padding: 12px 0px;
text-decoration: none;
display: inline-block;
margin-top: 0px;
font-size: 14px;
font-weight: 500;
position: relative;
text-transform: capitalize;
transition: 0.4s;
width: 100%;
box-shadow: 0 0 12px 0 rgb(66 66 66 / 30%);
border: none;
margin-left: -30px;
}
.site-footer h4{
    font-size: 15px;
    font-weight: 600;
}

            
.copyright {
    font-size: 13px;
    text-align: right;
    position: relative;
    padding: 20px 0;
    background-color: #151616;
}
.copyright p.special{
    float: left;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: right;
}
.copyright p a{
    color: #fff;
}

/********************inner-banner*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}
/* .breadcrumb-wrapper::after{
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
} */

.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%);
    z-index: 9;
}

.breadcrumb-wrapper .shell h2,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}



.inner-about-wrap {
    padding: 40px 0 100px 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: 600;
    font-size: 35px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.inner-about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 5px 0;
    color: #000;
    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 .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 .card-header {

    position: relative;

    transition: 0.4s;

}

.accordion .card .card-header button {

    color: #000;


}

.accordion .card .card-header:hover {

    background-color: #c90a67;

}

.accordion .card .card-header:hover button {

    color: #fff;

}

.bs-example {

    margin: 20px;

}

.accordion .fa {

    margin-right: 0.5rem;

}

.btn-link {

    font-weight: 600;

    color: #000;

    text-decoration: none;

}


/*****************contact-page*******************/

.inner-contact-wrap {
    background-color: #fbfce0;
    padding-bottom: 80px;
}

.inner-contact-wrap .map {
    margin-bottom: 60px;
}

.inner-contact-wrap .map iframe {
    width: 100%;
}

.inner-contact-wrap .inner-contact-details .info {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.inner-contact-wrap .inner-contact-details .info img {
    width: 50px;
}

.inner-contact-wrap .inner-contact-details .info a {
    padding-left: 20px;
    color: #000;
    text-decoration: none;
}

.inner-contact-wrap .inner-contact-details .info .content {
    padding-left: 20px;
}

.inner-contact-wrap .inner-contact-details .info .content h4 {
    font-size: 15px;
}

.inner-contact-wrap .inner-contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.inner-contact-wrap .inner-contact-form .heading {
    margin-bottom: 30px;
}

.inner-contact-wrap .inner-contact-form .heading h2 {
    color: #ffc900;
    font-size: 40px;
    font-family: 'Conv_Bebas-Regular';
}

.inner-contact-wrap .inner-contact-form .submit-btn {
    text-align: center;
}

.inner-contact-wrap .inner-contact-form .submit-btn .submit {
    color: #000;
    text-decoration: none;
    background-color: #ffc900;
    padding: 15px 45px;
    margin-top: 10px;
    border: none;
    border-radius: 10px;
    width: 100%;
}

.inner-contact-wrap .inner-contact-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inner-contact-wrap .inner-contact-form textarea {
    height: 100px !important;
}

.inner-contact-wrap .inner-contact-form .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.inner-contact-wrap .inner-contact-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.inner-contact-wrap .inner-contact-form .form-control::placeholder {
    color: #000;
}


/******************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;
}


.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: 280px;
    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: #dd0025;
    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;
}
.service-offered-wrap .content .content-bx .more:hover{
    background: rgb(0,0,0);
    color: #fff;
}



/*****************contact-page*******************/

.inner_page_wrap {
    margin: 80px 0;
}
.form-sec {
    padding: 15px 15px 25px;
    text-align: left;
}
.form_bg {
    background: rgba(0,0,0,0.05) none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
}
.form-title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}
.form-title h3 span {
    color: #dd0025;
}
.rd-mailform1 {
    margin-top: 30px;
}
.rd-mailform1 .form-control {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    height: 40px;
    width: 100%;
}
.rd-mailform1 textarea {
    border-radius: 0 !important;
    border: 1px solid #d2d2d2 !important;
    height: 200px !important;
    background-color: #fff !important;
}
.contact_submit_btn {
    text-decoration: none;
    padding: 15px 30px;
    background-color: #dd0025;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    box-shadow: none;
    border: none;
    font-weight: 700;
}
.contact-item {
    box-shadow: 0 0 5px 0 rgba(208,208,208,1.00);
    display: inline-block;
    margin-bottom: 7px;
    padding: 12px 14px;
    width: 100%;
}
.contact-item .content {
    float: left;
}
.contact-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}
.contact-item p {
    color: #838383;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.contact-item .icon {
    color: #dd0025;
    float: right;
    font-size: 44px;
}
.map_section {
    margin-top: 0;
}
.map_section iframe {
    border: 1px solid #cbcbcb;
    height: 250px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    background: #fff;
}
form label {
    display: block;
}
form label .wpcf7-form-control-wrap input {
    width: 100%;
}
form label .wpcf7-form-control-wrap select{
        width: 100%;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
form input.wpcf7-submit:hover {
    background: #443837;
}
form input.wpcf7-submit {
            background: #dd0025;
    padding: 12px 40px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s;
}



.project-sec-wraper {
    padding: 40px 0 0 0;
    /* background-color: #fbfce0; */
    position: relative;
}

.project-sec-wraper .heading {
    text-align: center;
    margin-bottom: 40px;
    color: #312f2f;
    padding-left: 0;
}

.project-sec-wraper .heading h2 {
    color: #1b1a1c;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    border-bottom: 2px solid #d64c1c;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.project-sec-wraper .heading {
    position: relative;
    text-align: center;
}

.project-sec-wraper .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #312f2f;
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
}

.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;
      }*/