.hero,
body {
    height: 100vh;
}
.img_txt_box,
.site-navbar,
.site-navbar .site-navigation .site-menu .has-children,
body {
    position: relative;
}
.main_para,
.site-navbar,
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}
.service_col h3,
.whychoose_col h3 {
    margin-bottom: 5px;
    margin-top: 15px;
}
.faqs button,
.site-navbar .site-navigation .site-menu a,
a,
a:hover {
    text-decoration: none !important;
}
.banner_box h1,
.main_btn,
.main_para,
.sub_heading {
    font-display: swap;
}
body {
    background-color: #fff;
}
body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: hidden;
}
p {
    color: #404040;
    font-weight: 300;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}
a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hero {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.top-bar {
    padding: 0.5rem 0;
    background: #474b5a;
}
.top-bar a {
    color: #fff;
    font-family: poppins;
}
.site-navbar {
    z-index: 1999;
    width: 100%;
    padding: 1rem;
}
.site-navbar .toggle-button {
    position: absolute;
    right: 0;
}
.site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}
.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #fff !important;
}
.site-navbar .site-navigation .site-menu .active,
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #007bff !important;
}
.site-navbar .site-navigation .site-menu a,
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 0;
    color: #fff !important;
    display: inline-block;
    text-decoration: none !important;
    font-family: poppins;
    text-transform: uppercase;
    font-size: 14px;
}
.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap li .nav-link.active,
.site-navbar .site-navigation .site-menu .has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icomoon;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #db9d94;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
    background: #2d3141eb;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 320px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
    background-color: #2d3141eb;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: 10px solid rgba(136, 183, 213, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #007bff !important;
    background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    border-bottom: 1px solid #797979;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:active
    > a,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:focus
    > a,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:hover
    > a,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li
    > a:hover {
    background: #db9d94;
    color: #ced4da;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > a:before {
    content: "\e315";
    right: 20px;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > .dropdown,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > ul {
    left: 100%;
    top: 0;
}
.site-navbar .site-navigation .site-menu .has-children:active,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:hover {
    cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}
.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.abt_bg_col,
.cf_sec {
    background-size: cover;
}
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 150px;
    height: calc(100vh - 52px);
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: icomoon;
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li,
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}
.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
}
.sticky-wrapper .site-navbar {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #2d3141;
}
.bottom_foter a,
.bread_link a,
.img_txt_box h4,
.sticky-wrapper .site-navbar .site-logo a {
    color: #fff;
}
.blog_content h1,
.sub_heading {
    color: #202020;
    font-weight: 700;
    font-size: 34px;
    font-family: Poppins;
}
.sticky-wrapper .site-navbar ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active,
.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar {
    background: #2d3141;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper .shrink {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
@media (max-width: 991.98px) {
    .site-navbar {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
.abt_bg_col {
    background-image: url(../images/about2.jpg);
    background-position: right;
    filter: brightness(1.1);
}
.bread_crumb,
.bread_crumb2 {
    background-position: center center;
}
.main_para {
    font-family: Poppins;
    font-size: 16px;
    color: #404040;
    padding: 10px 0 15px;
    font-weight: 400;
    line-height: 26px;
}
.main_para a {
    color: #000;
    font-weight: 500;
}
.divdr_img img:after,
.divdr_img img:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #db9d94;
}
.service_col h3 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
}
.service_col .vertical_line {
    height: 60px;
    width: 2px;
    background-color: #af0031;
    margin: 33px 0;
}
.whychoose_col h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #af0031;
}
.whychoose_col .img_dark_box {
    background-color: transparent;
    padding: 15px 10px;
}

.whychoose_col .img_dark_box img{
    filter: brightness(0);
    width: 75px;
}

.main_btn {
    background-color: #af0031;
    border: none;
    color: #fff !important;
    border-radius: 0;
    padding: 15px 20px;
    font-family: poppins;
}
.owl-nav button,
.prject_arrow {
    background-color: #fff;
    height: 45px;
    width: 45px;
}
.main_btn:hover {
    background-color: #2d3141;
}
.project_contnt h3 {
    font-size: 24px;
    color: #202020;
    font-family: Poppins;
    font-weight: 600;
}
.project_contnt p {
    font-size: 16px;
    color: #404040;
    padding: 30px 0 0;
    font-family: Poppins;
    font-weight: 400;
}
.project_contnt {
    margin-top: 18%;
    margin-left: 6%;
}
.prject_arrow {
    border-radius: 50%;
    box-shadow: 0 0 15px #00000042;
    left: 0;
    top: unset;
    bottom: 35px;
}
.prject_arrow .arrow {
    color: #000;
    font-size: 17px;
}
@media (max-width: 600px) {
    .prject_arrow {
        top: unset;
        bottom: -6px;
        right: 0;
        left: 65%;
    }
    .project_contnt {
        margin-top: 5%;
    }
    .project_contnt p {
        padding-top: 2px;
    }
    .logo_box_space {
        top: 0 !important;
    }
	
	
	
}


.logos_sec .logo_box {
    box-shadow: 0 0 8px #e8e8e8;
    padding: 15px 0;
}
.logo_box_space {
    position: relative;
    top: 40px;
}
.contct_link_sec,
.why_hire_sec {
    background-color: #f6f6f6;
    padding: 80px 0;
}
.blog_btn,
.blog_btn:hover {
    background-color: transparent;
    color: #af0031;
}
.blog_btn {
    border: none;
    font-family: poppins;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
}
.blog_card .card-title {
    font-size: 18px;
    color: #202020;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 10px;
    height: 54px;
    overflow: hidden;
    line-height: 27px;
}
.owl-nav button {
    border-radius: 50% !important;
    box-shadow: 0 0 10px #00000042;
    margin: 10px !important;
}
.owl-nav button:hover {
    background-color: #af0031 !important;
}
.owl-nav button span {
    font-size: 30px;
    bottom: 2px;
    position: relative;
}
.blog_date {
    background-color: #db9d94;
    width: 60px;
    padding: 15px 8px 2px;
    position: absolute;
    right: 25px;
    top: -50px;
}
.blog_date p {
    color: #fff;
    font-weight: 400;
    font-family: poppins;
}
.footer h4,
.footer p,
.subcribe_sec h4,
.subs_form input {
    color: #fff;
    font-family: Poppins;
}
.blog_date p > span {
    font-size: 12px;
    position: relative;
    top: -5px;
}
.blog_card .card-body {
    position: relative;
    padding-top: 45px;
}
.subcribe_sec h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 20px;
}
.subcribe_sec {
    background-color: #474b5a;
    padding: 60px 0 120px;
}
.subs_form input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}
.subs_form input::placeholder {
    color: #b9b9b9;
}
.footer {
    background-color: #2d3142;
    padding: 60px 0;
}
.footer p {
    font-size: 16px;
    padding: 5px 0 10px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
.footer h4 {
    font-size: 24px;
    font-weight: 600;
}
.foter_contct {
    display: flex;
    align-items: baseline;
}
.foter_contct i {
    color: #ab0030;
    font-size: 20px;
}
.bottom_foter p,
.bread_crumb .bread_link,
.bread_crumb .title {
    color: #fff;
    font-family: Poppins;
}
.heding_line {
    background-color: #fff;
    height: 2px;
    width: 40px;
}
.bottom_foter {
    background-color: #db9d94;
    padding: 20px 10px;
}
.bottom_foter p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}
.bread_crumb {
    background-image: url(../images/breadcrumb.png);
    padding: 140px 0 50px;
}
.bread_crumb2 {
    background-image: url(../images/breadcrumb2.jpeg);
    padding: 80px 0;
}
.bread_crumb .title {
    font-size: 27px;
    font-weight: 600;
}
.bread_crumb .bread_link {
    font-size: 17px;
    font-weight: 400;
}
.bread_link .dot {
    background-color: #db9d94;
    height: 13px;
    width: 13px;
    border-radius: 1px;
    display: inline-block;
    margin: 0 6px;
}
.blog_content h2,
.heading2 {
    color: #000;
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
}
.process_title {
    color: #000;
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
}
.process_count {
    color: #db9d94;
    font-family: Poppins, Sans-serif;
    font-size: 60px;
    font-weight: 700;
}
.brdr_right {
    border-right: 5px solid #db9d94;
}
.faqs button {
    color: #db9d94 !important;
    font-family: poppins;
    font-weight: 700;
    font-size: 17px;
}
.faqs .collapsed:before {
    content: url(../images/chev-bot.png);
    margin-right: 5px;
    position: relative;
    top: 2px;
	left: -10px;
}
.faqs button:before {
    content: url(../images/chev-bot.png);
    margin-right: 5px;
    position: relative;
    top: 2px;
	left: -10px;
}

.main_blog {
    margin-bottom: 30px;
}



.main_blog .blog_title {
    font-family: poppins;
    color: #000;
}
.main_blog .blog_date {
    right: 25px;
    margin-top: -50px;
    top: unset;
    text-align: center;
}
.blog_content p {
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    color: #404040;
    padding: 10px 0 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px;
}
.blog_content h3,
.blog_title,
.heading3 {
    font-size: 30px;
    font-family: Poppins;
}
.blog_content h3,
.heading3 {
    color: #000;
    font-weight: 500;
}
.blog_title,
.side_blog a {
    font-weight: 600;
    color: #000;
}
.heading4 {
    color: #000;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
}
.side_blog a {
    font-size: 16px;
}
.side_blog img {
    width: 150px;
}
.icon-menu {
    color: #db9d94;
}
.project_main {
    position: relative;
    margin-bottom: 20%;
}
.project_main .detail_box {
    position: absolute;
    bottom: -95px;
    left: 110px;
    background-color: #f6f6f6;
    padding: 25px;
    box-shadow: 15px 10px 0 #db9d94;
}
.project_main .detail_box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: poppins;
    color: #000;
}
.project_main .main_img {
    width: 85%;
}
@media (max-width: 770px) {
    .project_main .detail_box {
        position: unset !important;
        margin-bottom: 50px;
    }
    .banner_box_cont {
        position: unset !important;
        padding: 0;
    }
    .banner_box h1 {
        font-size: 35px !important;
    }
    .banner_box {
        width: 100% !important;
        height: auto !important;
        padding: 40px 5% !important;
    }
    .banner_slider {
        display: none;
    }
    .blogs_col:after {
        right: 0 !important;
    }
    .service_sec img,
    .service_sec2 img {
        width: 95%;
    }
    .sub_heading {
        font-size: 25px;
    }
    .heading2,
    .heading3 {
        font-size: 22px;
    }
}
.des_box:before,
.prject_gallery:before {
    content: "";
    background-color: #db9d94;
    position: absolute;
    top: -35px;
}
.des_box {
    background-color: #f6f6f6;
    padding: 25px 35px;
    margin-top: 75px;
}
.des_box:before {
    width: 190px;
    height: 190px;
    right: -35px;
    z-index: -1;
}
.prject_gallery {
    margin-top: 100px;
}
.prject_gallery:before {
    width: 550px;
    height: 200px;
    left: -300px;
    z-index: -1;
}
.blogs_col:after,
.blogs_col:before {
    width: 200px;
    height: 90px;
    bottom: 48px;
    z-index: -1;
    content: "";
    position: absolute;
}
.banner_box {
    background-color: #2d3141;
    padding: 0 10%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
}
.blogs_col:after,
.blogs_col:before,
.menu_btn {
    background-color: #db9d94;
}
.banner_box h1 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: poppins;
    color: #fff;
}
.job_dropdown li,
.job_dropdown p {
    font-size: 13px;
    font-family: poppins;
}
.banner_box_cont {
    position: absolute;
    z-index: 9;
    left: 6%;
}
.menu_btn {
    padding: 15px 10px !important;
    text-transform: capitalize !important;
    color: #fff !important;
    text-align: center;
}
.blogs_col:before {
    left: -10px;
}
.blogs_col:after {
    right: -10px;
}
.blogs_row:before {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    width: 70%;
    height: 100%;
    left: 15%;
    z-index: -1;
    top: 0;
}
.projects_slider:before {
    content: "";
    background-color: #db9d94;
    position: absolute;
    width: 65%;
    height: 200px;
    left: -300px;
    z-index: 0;
    bottom: 42%;
}
.projects_slider:after {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    width: 70%;
    height: 80%;
    left: 15%;
    z-index: -1;
    top: 12%;
}
.foter_popbtn_col .foter_popbtn:after {
    content: url(../images/add2.png);
    position: relative;
    top: 4px;
    left: 8px;
}
.form_design1 input,
.form_design1 select {
    background-color: #e8e8e8;
    height: 50px;
}
.form_design1 textarea {
    background-color: #e8e8e8;
}
.form_design1 button {
    height: 50px;
    background-color: #db9d94 !important;
    border: 0;
}
@media (min-width: 770px) {
    .service_sec2:before,
    .service_sec:before {
        content: "";
        background-color: #db9d94;
        position: absolute;
        height: 100%;
        z-index: 0;
        bottom: 0;
    }
    .service_sec:before {
        width: 25%;
        left: 0;
    }
    .service_sec2:before {
        width: 28%;
        right: 0;
    }
	
	
	.main_blog img{
		height: 300px ;
	}
	
}



.team_card {
    border-bottom: 3px solid #db9d94;
    box-shadow: 0 0 8px #ececec;
    padding-bottom: 15px;
}
.team_card .line {
    background-color: #db9d94;
    height: 1px;
    width: 40px;
    margin: 10px auto;
}
.cf_sec {
    background-image: url(../images/cf-bg.jpeg);
    background-repeat: no-repeat;
    padding: 40px 0;
}
.cf_form {
    background-color: #fff;
    padding: 40px 6%;
    font-family: poppins;
    box-shadow: 0 0 20px #00000052;
}
.cf_form input,
.cf_form textarea {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}
.bg_gray {
    background-color: #f6f6f6;
}
.logo_box {
    max-height: 200px;
    height: 100%;
}


.logo_box img{
	width: 200px;
}


.clients_sec .hover_box {
    background-color: #c24065;
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0;
    transition: 0.5s;
    opacity: 0;
}
.logo_box:hover .hover_box {
    opacity: 1;
}
.file_input input {
    height: 90px;
    padding-top: 45px;
}
.file_input label {
    position: absolute;
    left: 53px;
    margin-top: 9px;
}
.job_box {
    border: 1px solid #f6f6f6;
    margin: 25px 0;
    padding: 13px 15px 15px;
}
.job_box .main_btn {
    text-align: center;
    font-size: 14px;
    padding: 10px 2px;
    width: 106px !important;
    display: block;
    float: right;
}
.job_dropdown li {
    color: #999;
    line-height: 25px;
}
.job_dropdown ul {
    padding-left: 15px;
}
.job_dropdown p {
    padding-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
}
.job_dropdown .main_para {
    line-height: 21px;
}
.consult_form input {
    background-color: #fff;
}
.mob_call_btn {
    width: fit-content;
    background-color: #af0031;
    color: #fff;
    padding: 11px 15px;
    border-radius: 30px;
    font-family: poppins;
    font-size: 14px;
    margin-bottom: -24px;
}
.mob_call_btn i {
    background-color: #00000099;
    padding: 7px 9px;
    border-radius: 50%;
    margin-right: 10px;
}
@media (max-width: 575px) {
    .d_mob_none {
        display: none;
    }
	
	.des_box:before {
		right: 0px;
	}
	
}
.theme_bulets {
    list-style: none;
    padding-left: 20px;
    font-family: poppins;
    line-height: 40px;
}
.theme_bulets li:before {
    content: "";
    background-color: #db9d94;
    height: 13px;
    width: 13px;
    position: absolute;
    border-radius: 2px;
    left: 14px;
    margin-top: 13px;
}
.img_txt_box .txt_box {
    position: absolute;
    top: 20%;
    padding: 10px;
    border: 2px solid #fff;
    width: 80%;
    left: 10%;
    min-height: 164px;
}
.img_txt_box p {
    padding: 0;
    color: #fff;
    line-height: 22px;
    font-size: 15px;
}
.img_txt_box img {
    filter: brightness(53%) contrast(93%) saturate(200%) blur(0px)
        hue-rotate(0deg);
}
.vertical_center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pro_video {
    background-color: #000;
    border-left: 10px solid #db9d94;
}
.owl-carousel .item > p {
    font-family: Poppins;
    font-size: 16px;
    color: #404040;
    padding: 10px 0 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px;
}
.contct_link {
    display: flex;
}
.contct_link .icon_box {
    color: #fff;
    background-color: #db9d94;
    height: 60px;
    width: 60px;
    padding: 12px 17px;
    font-size: 27px;
}
.whtsapp_btn {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 99999;
}
.whtsapp_btn img {
    box-shadow: 1px 4px 20px #29a71a7d;
    border-radius: 50%;
}

.custom_pagination .page-link {
    color: #2d3141;
}

.custom_pagination .active {
    background-color: #db9d94 !important;
    border-color: #db9d94 !important;
    color: #ffffff;
}

.custom_pagination .page-link:hover {
    color: #ffffff;
    background-color: #db9d94;
}
