:root {
    --theme-color:#ea5501;
    --title-color: #ea5501;
    --logo-color: #402f50;
    --body-font: "Titillium Web", sans-serif;
    --title-font: "Fugaz One", sans-serif;
    --main-container: 1270px;
    --container-gutters: 30px;
}
body {
   padding: 0;
    margin: auto;
}
a {
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--paragraph-font) !important;
    font-weight: 600;
}
ol, ul {
    margin: 0;
    padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
button {
    transition: all ease .4s
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: var(--body-font);
}
p {
    margin: 0 0 5px 0;
    color: #fff;
}
.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 28px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 19px
}

/* header-css */

.header-layout{
    background-color: #f9f9f9;
    padding: 10px 30px;
}
/* .main_banner_bg{
    background-color: #f9f9f9;
    padding: 200px 0px;
    background-image: url(../images/banner/1.png);
    mask-image: url(../images/banner/mask-1.png);
    background-position: center center;
    background-repeat: no-repeat;
} */
.main_banner_bg{
    padding: 370px 0px;
    position: relative;
}
.main_banner_img{
    background-image: url(../images/shape-6.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.main_banner{
    background-image: url(../images/banner-2.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100% - 20px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.logo{
    width: 130px;
    height: auto;
}
.header-top {
    background: var(--logo-color);
}
.header-links-1{
    float: right;
    padding: 5px 0px;
}
.header-links {
    padding: 5px 0px;
}
.header-links ul li a{
    color: #fff;
}
.header-links-1 ul li a{
    color: #fff;
}
.header-links ul li a:hover{
    color: var(--theme-color);
}
.header-links-1 ul li a:hover{
    color: var(--theme-color);
}
.header-links ul li a i{
    color: var(--theme-color);
    font-size: 20px;
}
.header-links-1 ul li a i{
    color: var(--theme-color);
    font-size: 20px;
}
.header-links-1 ul{
    display: flex;
}
.icons{
    width: 24px;
    height: auto;
}
.tab-links li{
    padding:0px 32px;
}
.tab-links li a {
    color: #032036;
    font-weight: 600;
    font-size: 20px;
}
.tab-links li a:hover{
    color: var(--title-color);
}
.banner-heading h3 {
    color: #fff;
    font-family: var(--title-font);
    font-size: 80px;
    font-style: normal;
    margin-bottom: 20px;
}
.banner-heading h3 span{
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
.banner-heading p{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}
.banner-heading {
    padding: 90px 0px;
}
.primary-bttn{
    display: inline-flex;
    border: none;
    text-align: center;
    background-color: var(--theme-color);
    color: #fff;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 19px 30px;
    align-items: center;
    letter-spacing: 1px;
}
.about_section{
    padding: 100px 0px;
}
.about_section_bg{
    background-image: url(../images/bg-3.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.about_heading_box h5{
    font-size: 18px;
    color: var(--theme-color);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about_heading_box h3{
    font-size: 48px;
    color: #000;
    margin-bottom: 40px;
    font-family: var(--title-font);
}
.about-side-image {
    display: flex;
    align-items: center;
}
.down-img {
    width: 26px;
    height: auto;
    background-color: #e4e3e2;
    padding: 6px;
    border-radius: 50%;
    transition: all .2s linear;
}
.down-img:hover{
    transform: rotate(-45deg);
}
.about_heading_box p{
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
}
.about-list ul{
    margin-bottom: 30px;
}
.about-list ul li {
    font-size: 17px;
    color: #000;
    padding: 8px 0px;
    display: flex;
    align-items: center;
}
.about-list ul li img{
    margin-right: 15px;
}
.icon-btn{
    display: flex;
    align-items: center;
}
.link{
    color: #000;
    font-size: 20px;
    font-family: var(--title-font);
}
.link:hover{
    color: var(--theme-color);
}
.icon-btn img{
    background-color: var(--theme-color);
    padding: 20px;
    margin-right: 20px;
}
.btn-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service_section{
    background-image: url(../images/bg-5.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px;
    position: relative;
}
.shape-img{
    position: absolute;
    bottom: 0px;
    right: 0;
}
.service-card {
    padding: 30px 30px 40px;
    border: 2px solid var(--theme-color);
    margin-top: 30px;
    background-color:#fff;
}
.service-card h4{
    font-size: 26px;
    color: #000;
    margin: 15px 0px;
}
.service-card img {
    margin: 30px 0px;
    padding: 18px;
    box-shadow: 0px 0px 12px 0px #ea5501;
    border-radius: 50%;
    transition: all .3s linear;
}
.service-card span{
    float: right;
}
.service-card p{
    font-size: 17px;
    color: #000;
    margin: 15px 0px;
}
.service-card a{
    color: #000;
    margin: 15px 0px;
}
.service-card i{
    color: var(--theme-color);
    padding-left: 3px;
}
.service-card-box {
    --step-gap: -120px;
}
.services_provider {
    margin-top: 100px;
}
.service-card-box:nth-child(6), .service-card-box:nth-child(2) {
    margin-top: var(--step-gap);
}
.service-card-box:nth-child(7), .service-card-box:nth-child(3) {
    margin-top: calc(var(--step-gap)* 2);
}
.service-card-box:nth-child(8), .service-card-box:nth-child(4) {
    margin-top: calc(var(--step-gap)* 3);
}
.services_heading_box h5{
    font-size: 17px;
    color: var(--theme-color);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.services_heading_box h3{
    font-size: 52px;
    color: #000;
    font-family: var(--title-font);
    margin-bottom: 20px;
}
.call_icon {
    width: 85px !important;
}
.gallery_page_bg{
    padding: 100px 0px;
    background-color: #bfbfbf41;
}
.gallery_page{
    background-image: url(../images/bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery_title{
    font-size: 58px;
    font-family: var(--title-font);
    color: #000;
    margin-bottom: 50px;
    text-align: center;
}
.gallery_title_small{
    font-size: 17px;
    color: var(--theme-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.item{
    overflow: hidden;
    transition: all .3s linear;
}
.item img:hover{
  transform: scale(1.1);
  transition: all .3s linear;
}
.contact_page_bg{
    padding: 80px 0px;
    background: #010101e8;
}
.contact_page{
    background-image: url(../images/contact-bg.png);
}
.contact-grid-icon img{
    background-color: var(--theme-color);
    padding: 18px;
    width: 70px;
    height: auto;
}
.contact-grid-wrap{
    display: flex;
    margin-top: 45PX;
}
.contact-heading-box h5{
    font-size: 17px;
    color: var(--theme-color);
    margin-bottom: 20px;
}
.contact-heading-box h3{
    font-size: 46px;
    color: #ffffff;
    font-family: var(--title-font);
    margin-bottom: 20px;
}
.contact-grid-details{
    display: block;
    align-items: center;
}
.contact-grid-details h4{
    font-size: 20px;
    color: #ffffff;
    font-family: var(--title-font);
    margin-left: 12px;
}
.contact-grid-details p{
    font-size: 15px;
    color: #ffffff;
    margin-left: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}
.contact-grid-details p a{
    font-size: 15px;
    color: #ffffff;
}
.social-btn{
    display: flex;
    justify-content: space-evenly;
}
.contact-heading-box p{
    font-size: 17px;
    margin-bottom: 20px;
}

.contact_image{
    overflow: hidden;
    display: flex;
    align-items: center;
}
.contact_image img:hover{
    transform: scale(1.1);
    transition: all .3s linear;
  }
.footer-page {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 60px;
}
.footer_bg {
    background: #181818;
}
.footer-menu h4{
    font-size: 26px;
    color: var(--theme-color);
}
.footer-menu ul li a{
    font-size: 17px;
    color: #fff;
    text-transform: capitalize !important;
}
.footer-menu ul li{
    padding: 6px 0px;
}
.footer-menu ul li a i{
    color: var(--theme-color);
    margin-right: 8px;
}
.footer-menu{
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.copyright-wrap{
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.copyright-wrap a{
    color: #fff;
    font-size: 15px;
}
.copyright-text{
    color: var(--theme-color);
    font-size: 15px;
}
.disc{
    height: 1px;
    width: 120px;
    background-color: var(--theme-color);
}
.logo-1 {
    width: 200px;
    height: auto;
}
.footer-menu p{
    font-size: 17px;
    color: #fff;
    margin: 25px 0px;
}
.service-card:hover{
    background-color: #402f50;
    border: 2px solid #402f50;
    transition: all .3s linear;
}
.service-card:hover h4{
    color: #fff;
}
.service-card:hover p{
    color: #fff;
}
.service-card:hover span{
    color: #fff;
}
.service-card:hover a{
    color: var(--theme-color);
}
.service-card:hover img{
    filter: invert(1);
}
.primary-bttn:hover{
    background-color: #402f50;
    transition: all .3s linear;
    color: #fff;
}
.icon-btn img:hover{
    background-color: #402f50;
    transition: all .2s linear;
}
.footer-menu ul li a:hover{
    color: var(--theme-color);
    letter-spacing: 0.6px;
    transition: all .2s linear;
}

/* inner-page-css */

.breadcrum-box{
    padding: 80px 0px;
    background: #000000a3;
}
.breadcrumb-area{
    background-image: url(../images/breadcumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb_heading {
    color: #fff;
}
.bread_first_item {
    color: #ea5501;
}
.page_wraper{
    padding: 70px 0px;
}
.about-right-side p{
    color: #000;
    font-size: 18px;
}
.about-left-side{
    margin-bottom: 40px;
}
.about-left-side img{
    border-radius: 8px;
}
.about-right-side h4{
color: #000;
font-size: 29px;
}
.about-right-side h5{
    color: var(--theme-color);
    font-size: 20px;
}
.about-right-side ul li{
    color: #000;
    font-size: 16px;
    padding: 5px 0px;
    list-style-type: disc;
    margin-left: 30px;
}
.gallery_box{
    margin-bottom: 20px;
}
.gallery_box img{
    border-radius: 10px;
}
.contact__info-icon svg{
    width: 40px;
    height: auto;
    margin-right: 15px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 1px 1px 8px 2px #949494;
}
.form_input{
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
    outline: none;
    border: none;
    background-color: #ffffff;
}
.contact__info-item{
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #ea55014d;
    padding-bottom: 15px;
}
.contact__info-content a{
    color: #000;
    font-size: 19px;
}
.contact_form {
    background: #ea5501;
    padding: 30px;
    text-align: center;
}
.contact_info h3{
    font-size: 30px;
    color: #000;
    margin-bottom: 50px;
}
.contact_form h4{
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.inner-services-list ul li {
    display: inline-block;
    padding: 10px 50px;
    background: #f3f3f3;
    margin: 10px;
}
.inner-services-list ul li:hover{
    background-color: var(--theme-color);
    color: #fff;
    transition: all .3s linear;
}
.inner-services-list ul li:hover a{
    color: #fff;
}
.inner-services-list ul li a{
    color: #ea5501;
    font-size: 18px;
    font-family: var(--title-font) !important;
    font-weight: 400;
}
.inner-services-list ul{
    border-bottom: 1px dashed #0000004f;
}
.inner-services-list{
    margin: 0px 0px 50px 0px;
    text-align: center;
}
.services-left-side p{
    font-size: 18px;
    color: #000;
}
.services-left-image img{
    border-radius: 20px;
}
.services-left-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-left-side h3{
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 15px;
    font-family: var(--title-font);
}
.services-left-side ul li{
    padding: 5px 0px;
    font-size: 18px;
    list-style-type: disc;
    margin-left: 35px;
}
.services-left-side h5{
    margin: 20px 0px;
}