:root {
    --theme-color:#032036;
    --title-color: #d62829;
    --body-font: "Merienda", cursive;
    --title-font: "Barlow", sans-serif;
    --main-container: 1270px;
    --container-gutters: 30px;
}
body {
   padding: 0;
    margin: auto;
    background-color: #032036;
}
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;
    font-size: 13px;
    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 */

.main__banner{
    padding: 0px 100px;
}
.header-layout{
    background-color: #f9f9f9;
    padding: 10px 30px;
    border-radius: 20px;
}
.main_banner_bg{
    background-color: #f9f9f9;
    padding: 10px 30px;
    border-radius: 60px;
    margin-top: 20px;
    background-image: url(../images/banner-bg-1.png);
    background-position: inherit;
    background-repeat: no-repeat;
}
.logo{
    width: 160px;
    height: auto;
}
.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 i{
    color: #d62829;
    font-size: 20px;
}
.header-links-1 ul li a i{
    color: #d62829;
    font-size: 20px;
}
.header-links-1 ul{
    display: flex;
}
.icons{
    width: 24px;
    height: auto;
}
.et-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: #d62829;
    color: #fff;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 16px 38px;
    border-radius: 20px;
}
.et-btn:before {
    top: 0;
    right: 0;
    border: 0 solid;
    border-color: transparent transparent transparent #1e1e1e;
    transform: rotate(360deg);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    transition: 0.7s ease;
    z-index: -1;
}
.et-btn:before {
    bottom: 0;
    left: 0;
    right: auto;
    bottom: auto;
    border-color: #1e1e1e transparent transparent transparent;
}
.et-btn:hover:before, .et-btn:hover:after, .et-btn.active:before, .et-btn.active:after {
    border-width: 200px 130px;
    background-color: #032036;
}
.et-btn:hover, .et-btn.active {
    color: #fff;
    background-color: #032036;
}
.tab-links li{
    padding:0px 32px;
}
.tab-links li a {
    color: #032036;
    font-weight: 700;
    font-size: 17px;
}
.tab-links li a:hover{
    color: var(--title-color);
}
.banner-heading h3{
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 88px;
    margin-bottom: 20px;
}
.banner-heading p{
    color: #032036;
    font-size: 17px;
    margin-bottom: 40px;
}
.hero-content {
    padding: 120px 0;
}
.banner-heading .subtitle h6 {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.6rem;
    margin-bottom: 0;
}
.subtitle {
    width: 175px;
    height: 38px;
    text-align: center;
    align-items: center;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 4px;
}
.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-img-right{
    display: flex;
    align-items: center;
}
.banner-img-right img{
    text-align: right;
    border-radius: 60px;
}
.service_section{
    padding: 60px 0px 80px 0px;
    position: relative;
    background-image: url(../images/banner-bg.png);
    background-position: right;
    background-repeat: no-repeat;
}
.service-card-border:hover {
    background-color: #d62829;
    transition: all .3s linear;
}
.service-card-border:hover a{
    color: #fff;
}
.service-card-border:hover p{
    color: #fff;
}
.service-card{
    padding: 6px;
    border-radius: 40px;
    border: 2px solid #F2F2F2;
    margin-bottom: 12px;
}
.service-card-border{
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 40px;
    text-align: center;
}
.service-card-icon{
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 40px;
    border: 2px solid #e4e4e4;
    text-align: center;
    width: 33%;
    display: inline-block;
}
.service-card-body h3 a{
    color: #032036;
}
.service-card-body h3{
    font-size: 24px;
    margin: 50px 0px;
    text-transform: uppercase;
    font-family: var(--body-font);
}
.service-card-body P{
    font-size: 17px;
    font-weight: 400;
    color: #032036;
    margin: 40px 0px;
}
.about_section{
    background-color: #032036;
    padding: 50px 30px;
    border-radius: 60px;
    margin-top: 20px;
    margin: 40px 0px;
}
.about_section_bg{
    background-color: #f9f9f9;
    padding: 60px 100px;
    background-image: url(../images/banner-bg-1.png);
    background-position: right;
    background-repeat: no-repeat;
}
.about_heading h3{
    color: #fff;
    font-family: var(--title-font);
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about_heading p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin: 20px 0px;
}
.about_img_box{
    text-align: right;
}
.about_img_box img{
    border-radius: 35px;
}
.about_img_2{
    position: absolute;
    bottom: -180px;
    left: -125px;
    border: 15px solid #032036;
    border-top-right-radius: 190px !important;
}
.about-content-body{
    padding: 20px;
    background-color: #F2F2F2;
    border-radius: 14px;
    margin: 20px 0px;
}
.about-content-body ul li{
    padding: 7px 0px;
}
.about-content-body ul li i{
    color: #d62829;
    margin-right: 15px;
}
.gallery_section{
    padding: 60px 0px;
    background-image: url(../images/bg-5.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.gallery_img img{
    border-radius: 20px;
    width: 100%;
    height: 360px;
}
.gallery_img{
    margin-bottom: 25px;
    position:relative;
    overflow: hidden;
}
.gallery_heading_box h3{
    color: #fff;
    font-family: var(--title-font);
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    max-width: 700px;
}
.gallery_heading_box{
    text-align: center;
    margin-bottom: 30px;
}
.thumb-content {
    opacity: 0;
    visibility: hidden;
    margin-left: -300px;
    position: absolute;
    padding: 20px 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.31);
    background: rgba(30, 30, 30, 0.493);
    -webkit-backdrop-filter: blur(13.5px);
    backdrop-filter: blur(13.5px);
    transition: all 0.4s;
}
.gallery_img:hover .thumb-content {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
.thumb-content h3{
    font-size: 20px;
    color: #fff;
    text-align: left;
}
.thumb-content p{
    font-size: 16px;
    color: #fff;
}
.thumb-content a{
    font-size: 15px;
    color: #ffe606;
}
.thumb-content a i{
    margin-left: 8px;
}
.scrolling-ticker-box {
    --gap: 20px;
    position: relative;
    display: flex;
    user-select: none;
    gap: var(--gap);
    align-items: center;
    overflow: hidden;
}
.scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 80s linear infinite;
}
.scrolling-content span {
    display: inline-block;
    font-family: var(--body-font);
    font-size: 200px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    opacity: 15%;
    vertical-align: middle;
}
@keyframes scroll{
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-100% - var(--gap)));
}
}
.work_process_section{
    padding: 60px 0px;
    /* background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 72%)), url(../images/bg-5.png); */
    background-image: url(../images/bg-5.png);
    background-repeat: no-repeat;
    background-position: left;
}
.work-proces{
    display: flex;
    justify-content: space-between;
    border-bottom: 6px solid #d62829;
    padding: 20px;
    border-radius: 10px;
}
.work_process_box{
    text-align: left;
    margin-bottom: 30px;
}
.work_process_box h3{
    color: #fff;
    font-family: var(--title-font);
    font-size: 72px;
    font-weight: 700;
}
.work-proces-image{
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 20px;
}
.work-proces-image img{
    border-radius: 50%;
    padding: 15px;
    border: 1px solid #d62829;
}
.work-proces-content{
    text-align: left;
}
.work-proces-content h4{
    color: #fff;
    font-size: 28px;
}
.work-proces-content h6{
    color: #d62829;
    font-size: 20px;
    margin: 12px 0px;
}
.work-proces-content p{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.footer_bg{
    padding: 0px 100px;
}
.footer-page{
    background-color: #f9f9f9;
    padding: 60px 100px 20px 100px;
    border-radius: 60px;
    margin-bottom: 20px;
}
.widget-area{
    margin-bottom: 40px;
}
.disc{
    background-image: linear-gradient(to right , #d62829 , #fff);
    width: 130px;
    height: 3px;
    margin-bottom: 20px;
}
.footer-menu{
 h4{
    color: #032036;
    font-size: 30px;
    font-family: var(--body-font);
}
li{
    padding: 8px 0px;
    border-bottom: 1px dotted #0320361c;
}
a{
    color: #032036;
}
i{
    margin-right: 15px;
    color: #d62829;
}
}
.footer-menu li a:hover{
    color: #d62829;
    letter-spacing: 0.6px;
}
.footer-menu li:hover{
    border-bottom: 1px dotted #d62829;
}
.copyright-wrap{
    background-color: #ebebeb;
    padding: 14px 0px;
    border-radius: 30px;
}
.copyright-text{
    color: #032036;
}
.copyright-text a{
    color: #032036;
}

/* inner pages css */

.breadcrumb-area{
    margin: 30px 0px;
    background-image: url(../images/breadcrumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 60px;
}

.breadcrumb_heading {
    color: #fff;
    font-size: 45px;
    font-family: var(--body-font);
}
.breadcrum-box{
    background-color: #0320369c;
    padding: 100px 0px;
}
.page_wraper{
    padding: 80px 20px;
    background-color: #fff;
    border-radius: 60px;
    margin: 25px 0px;
}
.about-left-side img{
    border-radius: 20px;
}
.about-right-side p span{
    color: #d62829;
    font-size: 42px;
    font-weight: 900;
}
.about-right-side p {
    color: #535252;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: var(--tittle-font);
    font-weight: 500;
    letter-spacing: 1px;
}
.about-left-image{
    display: flex;
    align-items: center;
    text-align: center;
}
.gallery_box{
    text-align: center;
}
.gallery_box img{
    border-radius: 10px;
    margin-bottom: 20px;
}
.contact__info-icon svg{
    width: 40px;
    height: auto;
}
.contact__info-content {
    margin-bottom: 30px;
}
.contact__info-icon {
    margin-bottom: 10px;
}
.contact__info-content a{
    color: #d62829;
    font-size: 21px;
}
.form_input{
    width: 100%;
    padding: 12px;
    margin-bottom: 25px;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #ececec;
}
.contact_info h3{ 
    font-size: 32px;
    color: #032036;
    margin-bottom: 40px;
}
.contact_form h4{
    font-size: 32px;
    color: #032036;
    margin-bottom: 30px;
}
.frame-box iframe{
    border-radius: 60px;
    margin-bottom: 20px;
}
.services-left-image img{
    border-radius: 30px;
}
.inner-services-list{
    background-color: #032036;
    padding: 22px;
    border-radius: 14px;
}
.inner-services-list ul li{
    background-color: #fff;
    padding: 12px;
    margin-bottom: 11px;
    border-radius: 10px;
    transition: all .3s linear;
}
.inner-services-list ul li:hover{
    background-color: #032036;
}
.inner-services-list ul li:hover a {
    color: #fff;
}
.inner-services-list ul li a{
    color: #032036;
    font-size: 21px;
}
.services-left-side{
    padding: 30px 15px;
}
.services-left-side p{
    color: #414141;
    font-size: 18px;
    font-family: var(--body-font);
}
.services-left-side h3 {
    font-size: 42px;
    color: #d62829;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--body-font);
}
.services-left-side h5 {
    font-size: 32px;
    margin: 20px 0px 35px 0px;
    color: #032036;
}
.services-left-side h6 {
    color: #d62829;
    font-size: 22px;
    margin: 35px 0px 10px 0px;
}
.bread_first_item{
    color: #d62829;
}