/** 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;
}

body {
    margin: 0;
    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: #252626;
    display: inline-block;
    width: 100%;
    position: relative;
}

.site-header .toppest-bar .top-info {
    display: flex;
    align-items: center;
    float: left;
}
.site-header .toppest-bar .top-info p{
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}
.site-header .toppest-bar .top-info .contact-num,
.site-header .toppest-bar .top-info .contact-num2,
.site-header .toppest-bar .top-info .email{
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.site-header .toppest-bar .top-info .contact-num2 img{
    width: 20px;
}

.site-header .toppest-bar .top-info .contact-num i,
.site-header .toppest-bar .top-info .email i {
    color: #fff;
    font-size: 12px;
}

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

.site-header .toppest-bar .top-info .email {
    /* padding-left: 20px; */
}
.site-header .top-social{
    float: right;
}

.site-header .top-social a i {
    color: #fff;
    margin: 0 5px;
    font-size: 16px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

/* .site-header .top-social a i:hover {
    color: #fff;
} */

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

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

.site-header .navbar-light .navbar-nav .active>.nav-link {
    color: #000;
    position: relative;
}
.site-header .navbar-light .navbar-nav .active>.nav-link i{
    color: #86c749;
    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-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #df651c;
    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: #df651c;
    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: #df651c;
    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: 18px;
    padding-left: 18px;
    position: relative;
    font-size: 15px;
    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: #000;
}

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

.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 .top-contact::before {
    position: absolute;
    clear: both;
    content: "";
    width: 1px;
    height: 114px;
    top: -35px;
    left: 4px;
    background-color: #e0e0e0;
}

.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: 15%;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 30%;
    width: 46%;
}

.main-slider .carousel-caption h2 {
    font-size: 120px;
    font-family: 'Conv_Bebas-Regular';
    margin-bottom: 0;
    font-weight: 300;
    color: #dfdfdf;
    text-transform: uppercase;
}

.main-slider .carousel-caption h4 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
    font-family: 'Conv_Bebas-Regular';
    letter-spacing: 2px;
}

.main-slider .carousel-caption h5 {
    font-size: 40px;
    font-weight: 600;
}

.main-slider .carousel-caption p {
    font-size: 18px;
}

.main-slider .carousel-caption .contact {
    background-color: #eaaa05;
    color: #000;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 16px;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 40px;
    font-family: 'Conv_American Captain';
    letter-spacing: 2px;
}

.main-slider .carousel-indicators {
    bottom: -60px;
}
.main-slider .carousel-indicators .active{
    background-color: #dce4e4;
}
.main-slider .carousel-indicators li {
    box-sizing: initial;
    -ms-flex: initial;
    flex: initial;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    text-indent: initial;
    /* text-align: center; */
    cursor: pointer;
    background-color: #df651c;
    background-clip: initial;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    border-radius: 50px;
}
.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    /*transition: opacity 1s ease-in-out;*/
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}



.about-wrap {
    padding: 100px 0;
    background: url(../images/aboutBg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
}

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

.about-wrap .about-cont .heading {
    position: relative;
}
.about-wrap .about-cont h4{
    font-size: 16px;
}
.about-wrap .about-cont h2 {
    font-weight: 700;
    font-size: 50px;
    padding: 5px 0;
    color: #000000;
    text-transform: uppercase;
}

.about-wrap .about-cont h2 span {
    color: #e39e01;
}

.about-wrap .about-cont .special {
    color: #202020;
    font-size: 16px;
}

.about-wrap .about-cont p {
    margin-bottom: 20px;
    line-height: 24px;
    color: #202020;
    font-size: 14px;
}
.about-wrap .about-list{
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 20px 0 20px 0;
    margin: 0;
}
.about-wrap .about-list li {
    float: left;
    width: 50%;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.about-wrap .about-list li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    left: 0;
    top: 0;
    color: #df651c;
    font-size: 14px;
    z-index: 9;
}

.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: 10px;
}

.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: #6a961f;
    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;
}



.combined-wrap{
    background: url(../images/serviceBg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 120px 0;
}
.service-wrap{
    position: relative;
    padding-top: 60px;
    background: url(../images/serviceBg2.jpg) no-repeat;
    background-size: 40%;
}
.service-wrap .heading {
    text-align: left;
    margin-bottom: 80px;
    color: #fff;
    padding-left: 80px;
}
.service-wrap .heading h2 {
    font-weight: 700;
    font-size: 33px;
    padding: 5px 0;
    color: #fff;
    text-transform: capitalize;
}
.service-wrap .heading p {
    font-size: 14px;
}

.service-wrap .heading h2 span {
    color: #ecac30;
}
#service-slider .service-box{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s;
}
/* #service-slider .service-box::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;    
    z-index: 0;
} */
#service-slider .service-box .image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
#service-slider .service-box .service-cont {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;
    padding: 25px;
    transition: 0.4s;
    z-index: 9;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 30%;
    transition: 0.4s;
}
#service-slider .service-box .service-cont p{
    font-size: 14px;
}
#service-slider .service-box .service-cont h4 {
    font-weight: 600;
    padding: 20px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
}
#service-slider .service-box .service-cont h4::after{
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 10px;
    border-radius: 10px;
    background-color: #ff6420;
}
/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
#service-slider .service-cont .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#service-slider .service-box:hover .service-cont{
    height: 45%;
}
#service-slider .service-box:hover .service-cont .more{
    display: block;
    transition: 0.4s;
}
#service-slider .service-cont .more {
    background: rgb(224,99,28); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(224,99,28,1) 0%, rgba(235,75,34,1) 50%, rgba(250,44,42,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(224,99,28,1) 0%,rgba(235,75,34,1) 50%,rgba(250,44,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(224,99,28,1) 0%,rgba(235,75,34,1) 50%,rgba(250,44,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0631c', endColorstr='#fa2c2a',GradientType=1 ); /* IE6-9 */
    color: #fff;
    padding: 15px 0;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    transition: 0.4s;
    font-size: 15px;
    position: relative;
    border-radius: 5px;
    display: none;
    text-align: center;
}
#service-slider .service-cont .service-icon{
    /*width: 100%;*/
}
#service-slider .service-cont .service-icon img {
    width: 70px;
    transition: 0.4s;
    height: 70px;
    object-fit: contain;
}
#service-slider .service-cont .service-icon .white{
    display: none;
}
#service-slider .service-cont .content .more{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    padding: 12px 40px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
    background-color: #7cae0d;
}
/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #ff232d;
    background-color: #fff;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -12%;
    top: 39%;
    z-index: 9;
    margin: 0;
}

#service-slider .owl-nav .owl-next {
    color: #ff232d;
    background-color: #fff;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -7%;
    top: 39%;
    z-index: 9;
    margin: 0;
}
.choose-wrap{
    position: relative;
    padding-top: 60px;
    background: url(https://baysideskylightalternative.com.au/wp-content/uploads/2022/03/20220310_041259220_iOS.jpg) no-repeat;
    background-size: 75% 90%;
    margin-top: 80px;
    border-radius: 10px;
}
.choose-wrap #choose-slider{
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(214 214 214);
    -moz-box-shadow: 0px 0px 12px 0px rgba(214,214,214,1);
    box-shadow: 0px 0px 12px 0px rgb(214 214 214);
}
#choose-slider .choose-box {
    padding: 30px 30px 60px 30px;
}
#choose-slider .choose-box h4{
    font-size: 15px;
}
#choose-slider .choose-box h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 43px;
}
#choose-slider .choose-box ul{
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    list-style-type: none;
}
#choose-slider .choose-box ul li{
    font-size: 12px;
    color: #000;
    font-weight: 600;
    padding-left: 18px;
    position: relative;
    margin-bottom: 20px;
}
#choose-slider .choose-box ul li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f14a";
    left: 0;
    top: -2px;
    color: #ff6420;
    font-size: 15px;
    z-index: 9;
}
#choose-slider .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}
#choose-slider .owl-dots .owl-dot.active span{
    background: #ff6420;
    width: 46px;
}
#choose-slider .owl-dots .owl-dot:hover span{
    background: #ff6420;
}
#choose-slider .owl-dots .owl-dot span {
    width: 46px;
    background-color: #9c9693;
}



#counter {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  
  #counter li {
    flex: 1;
    text-align: center;
    font-size: 50px;
    list-style-type: none;
    background-color: #f7f7f7;
    margin: 0 20px;
    padding: 20px;
    height: 250px;
    transition: 0.3s;
    border-top: 8px solid #f7f7f7;
}
#counter li:hover{
    border-top: 8px solid #ec4923;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(214 214 214);
    -moz-box-shadow: 0px 0px 12px 0px rgba(214,214,214,1);
    box-shadow: 0px 0px 12px 0px rgb(214 214 214);
}
#counter li .image{
    width: 60px;
    margin: 0 auto;
}
#counter li .image img{
    width: 100%;
    height: 70px;
}
#counter li span {
    font-size: 60px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #ec4923;
    font-weight: 600;
}
  
  #counter li p {
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
}
  
  #counter li::marker {
    display: none;
  }
  
  .info-wrap {
    background: url(../images/infoBg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0;
    position: relative;
    background-attachment: fixed;
    margin: 40px 0;
}
.info-wrap .heading {
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    padding-left: 0;
}
.info-wrap .heading h2 {
    font-weight: 700;
    font-size: 45px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
}
.info-wrap .gallery-img{
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    list-style-type: none;
}
.info-wrap .gallery-img li {
    float: left;
    width: 23.199%;
    margin: 10px;
}
.info-wrap .gallery-img li .image img{
        height: 250px;
    object-fit: cover;
    width: 100%;
}



.combined-wraper2{
    background: url(../images/testimonialBg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 60px 0;
    position: relative;
    background-attachment: fixed;
}
.testimonials-right{
    padding-left: 10px;
}
.testimonials-right .heading{
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}
.testimonials-right h4 {
    font-size: 20px;
    color: #449a13;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 0;
}
.testimonials-right h2 {
    font-weight: 700;
    font-size: 50px;
    padding: 5px 0;
    color: #000;
}
.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::after {
    position: absolute;
    clear: both;
    content: "";
    top: 38%;
    right: -7%;
    width: 3px;
    height: 100px;
    background-color: #ef4225;
    transform: translate(0, -50%);
}
.testimonials-right::before {
    position: absolute;
    clear: both;
    content: "";
    bottom: -2%;
    right: -7%;
    width: 3px;
    height: 100px;
    background-color: #ef4225;
    transform: translate(0, -50%);
}
  .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-top: 40px;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    margin-bottom: 0;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(214 214 214);
    -moz-box-shadow: 0px 0px 12px 0px rgba(214,214,214,1);
    box-shadow: 0px 0px 12px 0px rgb(214 214 214);
}
        .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 #ff202d;
            /* box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 85%); */
        }
      .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: calc(100% - 110px); }
          .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 .testimonials-top .testm-right .star-rating {
                position: relative;
                width: 100%;
                padding: 10px;
            }
            .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right .star-rating::before{
                position: absolute;
                clear: both;
                content: "";
                width: 3px;
                height: 100%;
                background-color: #ff202d;
                top: 0;
                left: 0;
            }
            .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: #000;
    font-size: 14px;
    font-weight: 600;
    /*font-style: italic;*/
}

/* arrow */
#testimonials-slider .owl-nav {
    position: absolute;
    top: 55%;
    right: -11%;
    display: block;
    transform: translate(0, -50%);
}
  #testimonials-slider .owl-nav .owl-prev span {
    color: #fff;
    background-color: #ef4225;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 8px auto;
}
#testimonials-slider .owl-nav .owl-next span {
    color: #fff;
    background-color: #fc262c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 8px auto;
}
.combined-wraper2 .contact-cont {
    padding: 30px;
    background: url(../images/contactBg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 50px;
    margin-top: 130px;
    border-radius: 5px;
}
.combined-wraper2 .contact-cont h2 {
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 35px;
}
.combined-wraper2 .contact-cont h2 span{
    display: block;
}
  .combined-wraper2 .submit-btn {
    text-align: left;
  }
  .combined-wraper2 .submit-btn .submit {
    color: #fff;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0631c+0,eb4b22+50,fa2c2a+100 */
background: rgb(224,99,28); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(224,99,28,1) 0%, rgba(235,75,34,1) 50%, rgba(250,44,42,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(224,99,28,1) 0%,rgba(235,75,34,1) 50%,rgba(250,44,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(224,99,28,1) 0%,rgba(235,75,34,1) 50%,rgba(250,44,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0631c', endColorstr='#fa2c2a',GradientType=1 ); /* IE6-9 */
    width: 100%;
    padding: 12px 0px;
    margin-top: 10px;
    border: none;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
  }
  .combined-wraper2 .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: none;
    border-top: none;
    border-radius: 10px;
    /* -webkit-box-shadow: 0px 0px 12px 0px rgb(214 214 214);
    -moz-box-shadow: 0px 0px 12px 0px rgba(214,214,214,1);
    box-shadow: 0px 0px 12px 0px rgb(214 214 214); */
    -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;
}
  .combined-wraper2 textarea {
    height: 160px !important;
}
  .combined-wraper2 .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
  }
  .combined-wraper2 .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  }
  .combined-wraper2 .form-control::placeholder {
  color: #000;
  }




.site-footer {
    position: relative;
    padding: 25px 0;
    background-color: #313232;
    margin-top: -10px;
}
.site-footer .footer-logo{
    display: inline-block;
    width: 150px;
    margin-bottom: 20px;
}
.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: 13px;
}
.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #ff6420;
}
  .site-footer .footer-social {
    /* padding-left: 88px; */
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .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: 20px;
}
.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: #ec4923;
    text-transform: uppercase;
    font-weight: 600;
}
.site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f111";
    left: 0;
    top: 0px;
    color: #ff6420;
    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: #fff;
    font-size: 20px;
    padding-left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    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 p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}

.copyright {
    font-size: 13px;
    text-align: right;
    position: relative;
    padding: 15px 0;
    background-color: #151616;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 0;
}
 .copyright p a {
    color: #fff;
    font-weight: 400;
}
.copyright p.footer-social{
    text-align: right;
}
.copyright p.footer-social a{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: 0 5px;
}

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

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/inner-banner.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    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::after{
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

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

.breadcrumb-wrapper .shell h2, .breadcrumb-wrapper1 .shell h2, .breadcrumb-wrapper2 .shell h2 {
    font-size: 80px;
    font-family: 'Conv_Bebas-Regular';
    margin-bottom: 0;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0px;
}



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

.inner-about-wrap {
    margin-bottom: 80px;
    margin-top: 80px;
}

.inner-about-wrap .inner-about-cont {
    margin-bottom: 80px;
}

.inner-about-wrap .inner-about-cont h2 {
    font-weight: 500;
    font-size: 60px;
    color: #3b3d3f;
    text-transform: uppercase;
    font-family: 'Conv_Bebas-Regular';
    text-align: center;
    padding: 15px 0;
}

.inner-about-wrap .inner-about-cont h3 {
    font-weight: 500;
    font-size: 50px;
    color: #3b3d3f;
    text-transform: uppercase;
    font-family: 'Conv_Bebas-Regular';
    text-align: center;
    padding: 15px 0;
}

.inner-about-wrap .inner-about-cont h4 {
    font-weight: 500;
    font-size: 30px;
    color: #3b3d3f;
    text-transform: uppercase;
    font-family: 'Conv_Bebas-Regular';
    text-align: center;
    padding: 15px 0;
}

.inner-about-wrap .inner-about-cont p {
    font-size: 14px;
    text-align: left;
}

.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 .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;
}


/*********************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;
}
.service-offered-wrap .content .content-bx h4 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.service-offered-wrap .content .content-bx p{
    font-weight: 600;
    font-size: 14px;
}
.service-offered-wrap .content .content-bx .more {
    color: #fff;
    font-weight: 600;
    background-color: #ff6420;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}



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

.inner_page_wrap {
    margin: 60px 0;
}
.form-sec {
    padding: 15px 15px 25px;
    text-align: left;
}
.form_bg {
    background: rgb(224,99,28);
    background: -moz-linear-gradient(left, rgba(224,99,28,1) 0%, rgba(235,75,34,1) 50%, rgba(250,44,42,1) 100%);
    background: -webkit-linear-gradient(left, rgba(224,99,28,1) 0%,rgba(235,75,34,1) 50%,rgba(250,44,42,1) 100%);
    background: linear-gradient(to right, rgba(224,99,28,1) 0%,rgba(235,75,34,1) 50%,rgba(250,44,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0631c', endColorstr='#fa2c2a',GradientType=1 );
    border-radius: 10px;
    margin: 0;
    padding: 50px;
    margin-top: 50px;
}
.form-title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}
.form-title h3 span {
    color: #055eb2;
}
.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;
}
.inner_page_wrap .form-control {
    height: 55px;
}
.inner_page_wrap .submit-btn{
    text-align: center;
}
.inner_page_wrap .wpcf7-submit {
        color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 12px 40px;
    margin-top: 10px;
    border: none;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
}
.contact-item {
    box-shadow: 0 0 5px 0 rgb(208 208 208);
    display: inline-block;
    margin-bottom: 7px;
    padding: 12px 14px;
    width: 100%;
    border-radius: 10px;
}
.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;
    font-size: 13px;
}
.contact-item .icon {
    color: #df651c;
    float: right;
    font-size: 44px;
}
.map_section {
    margin-top: 0;
}
.map_section iframe {
    border: 1px solid #cbcbcb;
    height: 450px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    background: #fff;
}

.inner-project-wrap .middle {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.inner-project-wrap .middle img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.inner-project-wrap .overlay-1 {
    background-color: rgba(0,0,0,0.9);
     display: none; 
    height: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 100%    ;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.inner-project-wrap .gallery {
    padding: 0;
    margin: 0;
}
.inner-project-wrap .overlay-1 .fa {
    color: #fff;
    opacity: 1;
     padding: 14px; 
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
}
.inner-project-wrap .overlay-1 .fa img {
    width: 50px;
    height: 50px;
     transform: scale(1) !important; 
}
.inner-project-wrap .middle:hover .overlay-1 {
    display: block;
    opacity: 0.9;
    bottom: 0;
    height: 100%;
}

.google-review{
    position: fixed;
    bottom: 5%;
    left: 0%;
    z-index: 9;
}
.google-review a img{
    width: 250px;
}