

@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700');
/*======================
        1.BASIC
========================*/

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}


::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #857044;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}


.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    display: block;
}

/*==========================
        2.HELPER
============================*/
.gsp{
    padding: 80px 0;
    position: relative;
}

.services {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
/*    background-color: #323085;*/
    background-color: #f8fcff;
    background-image: url(../img/background-img.png);
    background-attachment: fixed;
    background-blend-mode: initial;
}

.main-title-border {
    background-color: #e2181e;
    height: 2px;
    width: 60px;
    margin: 15px 0px;
}

.sec_subtitle {
    max-width: 800px;
}
.footer_detail .copy-rights a{
    color: #877042;
}
.footer_detail .fot_social .social-icon i{
    color: #877042;
}
.bg-dark {
    background-color: #000;
}

.bg-custom {
    background-color: #e2181e;
}

.text-dark {
    color: #000 !important;
}

.text-muted {
    color: #fff!important;
}

.text-custom {
    color: #000 !important;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #000;
}

.bg-overlay-gradient {
    background: #101010;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c405a, #101010);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c405a, #101010);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay1 {
    background: rgba(27, 31, 37, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.about-image{
    height: 100%;
}
.about-image img {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border: 10px solid #fff;
    border-radius: 24px;
/*    height: 100%;*/
    height: calc(100% + 30px);
        object-fit: cover;
}

.client-testi-logo img {
    width: 120px;
    margin-top: 1rem;
}
.about .custom_heading{
    color: #897040;
}
.testimonials .custom_heading{
    color: #897040;
}
.contact .custom_heading{
    color: #897040;
}
.btn {
    padding: 12px 26px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-outline-custom {
    border: 2px solid #e2181e;
    color: #e2181e;
    letter-spacing: 1px;
    transition: all 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
}
.services_boxes .services_desc p{
/*    color: #fff;*/
}
.services{
    position: relative;
}


.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background: rgba(19, 206, 103, 0.15);
    border-color: #e2181e !important;
    color: #e2181e !important;
}


.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #312e8b;
    border-color: #312e8b;
    color: #fff;
}
.custom-form .btn-custom {
    background-color: #fff;
    color: #000;
    border: none;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.custom-form .btn-custom:hover{
    color: #fff;
    background-color: #000000;
}

.vertical-content {
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;*/
}
.inner-sections .vertical-content{
    margin-bottom:5rem;
}

/*==========================
        3.NAVBAR
============================*/

.custom-nav {
    padding: 22px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}

.custom-nav.stickyadd {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 8px;
    font-weight: 600;
    transition: all 0.4s;
    text-transform: uppercase;
}

.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    transition: .5s ease-in;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 



.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    border-color: #857044;
    color: #857044;
}

.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li a:hover,
.custom-nav.stickyadd .navbar-nav li a:active {
    border-color: #857044;
    color: #857044;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #000;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #857044;
}
.custom-nav .navbar-nav li a.dropdown-item:hover {
    /*background-color: #e2181e!important;*/
    color: #857044;
    /*padding: 8px 10px!important;*/
    /*border-radius: 0px;*/
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    width: 410px;
    border-radius: 6px;
}


.right_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.main_search_body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  overflow: hidden;
  position: absolute;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.8);
}
.main_search_body:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
}
.main_search_body .form_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_search_body input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  height: 50px;
  color: #ffffff;
  padding: 0 30px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.1);
}
.main_search_body input:focus {
  outline: none;
}
.main_search_body .search_close_btn {
    width: 50px;
    height: 50px;
    color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-left: 15px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: rgb(220 18 28);
    outline: none;
    border: none;
}
.main_search_body .search_close_btn i{
    font-size:20px;
    font-weight:800;
}
.main_search_body.active {
  display: block;
  -webkit-animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown;
}
.main_search_body.active .form_wrap {
  -webkit-animation: 0.6s ease-in-out 0s normal none 1 running fadeInUp2;
          animation: 0.6s ease-in-out 0s normal none 1 running fadeInUp2;
}
ul.header_btns_group.ul_li {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

button.search_btn {
    background-color: #e41920;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
}
button.search_btn i{
    font-weight:800;
}

/*==========================
        4.HOME
============================*/

.home-bg-img {
    /*background-image: url(../img/home-bg-2.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;*/
    overflow: hidden;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 25%;
}

.header_title {
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 900;
}

.header_subtitle {
    line-height: 1.8;
    font-size: 25px;
    max-width: 600px;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
}
.modal .modal-body {
    padding: 0;
    border-bottom: 0.3rem solid #827047;
}
h5.modal-title {
    text-align: center;
    background-color: #837046;
    border-radius: 0px;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    color: #fff;
}
.modal .btn-close {
        position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    opacity: 1;
    padding: 2px 8px;
    border-radius: 0;
    font-size: 15px;
    background-position: center!important;
    background-image: none!important;
    border: none;
}
.fixed-form.fixed {
    text-align: center;
    display: block;
    padding: 0 20px;
}
.fixed-form .form-control, .fixed-form .form-control:focus {
       margin-bottom: 0.8rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    border: 1px solid #d7d3c9;
    height: calc(2.25rem + 8px);
}
.fixed-form .formFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixed-form .formFooter button {
    text-align: center;
    background: #837046;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    transition: all 300ms ease-in-out;
    outline: none;
    margin-bottom: 1rem;
    width: 126px;
}
.fixed-form form {
    margin-top: 1.5rem;
}
.about {
/*        background-color: #f8fcff;*/
/*    background-image: url(../img/background-img.png);*/
    background-attachment: fixed;
    background-blend-mode: initial;
}
.about .left {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}
.about .right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.services .left {
    /*position: absolute;
    left: 0;
    z-index: -1;
    top: 0;*/
}
.services .right {
    /*position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;*/
}

.header_btn span {
    position: relative;
    top: 14px;
}

.play-btn {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #000 !important;
    background-color: #fff;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 30px;
    line-height: 66px;
    margin-top: 10px;
    text-align: center;
    transition: all 0.5s;
}

.play-btn:hover {
    background-color: #857044;
    color: #fff !important;
    border-color: #857044;
}

.custom-nav .navbar-nav li a.dropdown-item{
    color:#000;
}
.custom-nav .navbar-nav li a.dropdown-item {
    border-bottom: 1px solid #857044;
    margin:0;
}
.custom-nav .navbar-nav .dropdown-menu{
    padding:5px 10px;
}

/*--- DEMO 2 ---*/

.home-half{
    padding: 200px 0px;
}

/*--- DEMO 6---*/

.bg-gradient{
    background: #101010;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c405a, #101010);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c405a, #101010);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*--- DEMO 7---*/

.bg-pattern{
    background-image: url(../img/pattern.png);
}

/*--- DEMO 8---*/

.bg-home-slider {
    position: relative;
}


.bg-home-slider .carousel-item,
.bg-home-slider .carousel {
    width: 100%;
}

.bg-home-slider .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
}

.carousel-control-prev>span,.carousel-control-next>span{
    font-size: 50px;
}

/*--- DEMO 9---*/

.half-slider{
    padding: 200px 0px;
}

/*==========================
        5.GREAT PEOPLE
============================*/

.logo_img img {
    max-height: 100px;
    width: auto !important;
    opacity: 0.6;
}

/*==========================
        6.FEATURES
============================*/

.features-heading {
    line-height: 1.4;
}


.features-subtitle-desc {
    line-height: 28px;
}

.features-title {
    font-size: 18px;
}

.features-sub-title {
    font-size: 17px;
    line-height: 22px;
}

.features .features-icon {
    float: left;
}

.features-icon {
    font-size: 18px;
    width: 26px;
    text-align: center;
    height: 26px;
    border-radius: 50%;
    background: rgba(19, 206, 103, 0.27);
    color: #e2181e;
    line-height: 26px;
}

.features-desc {
    margin-left: 8%;
}
.about-content {
    /*border-left: 2px solid #f00;
    padding-left: 2rem;*/
}

/*==========================
        7.CTA SECTION
============================*/

.cta-desc {
    max-width: 635px;
}

.free-trial-form .form-control {
    height: 50px;
    box-shadow: none;
}

.free-trial-form .form-control:focus {
    border-color: #06c1d6;
}

.modal-open .modal {
    background: rgba(27, 31, 37, 0.8);
}

/*==========================
        8.SERVICES
============================*/

.services_boxes {
    padding: 50px 15px;
    background-image: url(../img/service-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
        margin-bottom: 2rem;
}

.services_icon {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}


.services_boxes .services_icon i {
    font-size: 36px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: rgb(255 255 255);
    border-radius: 10px 10px 0px;
    transition: 1s ease;
        color: #877042 !important;
}
.services_boxes:hover .services_icon i{
    color: #fff;
    background: #000;
    transition: 1s ease;
}
.services_boxes .services_desc .services-read-more {
    margin-top: 1rem;
    display: inline-block;
    font-weight: 600;
    border: none;
    padding: 8px 18px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: linear-gradient(to right, #000000 50%, #897040 50%);
    background-size: 201% 100%;
    background-position: right bottom;
}

.services_boxes .services_desc a:hover {
    background-position: left bottom;
    color: #fff;
}

.services_boxes .services_desc a i {
    position: relative;
    top: 1px;
}

.custom_heading {
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    font-family: initial;
    color:#897040;
}
.custom_heading:before {
    position: absolute;
    bottom: -4px;
    height: 1px;
    width: 60%;
    background-color: #000;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}
.custom_heading .bottom {
        position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.custom_heading .bottom i {
    height: 13px;
    width: 13px;
    background-color: #000;
    display: block;
    border-radius: 100%;
    border: 2px solid #877042;
    margin: 0 1px;
}
#services .custom_heading{
/*    color: #fff;*/
/*    color: #fff;*/
}

.contact-detail {
    padding: 22px 15px;
    background-color: #877042;
    border-radius: 20px;
}
.contact-detail .contact-type-head{
        font-weight: bold;
    margin-bottom: 0;
    color: #fff;
}
.contact-detail .c-action{
    color: #fff;
}
.c-icon i {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 6px;
}
.custom-form {
    background-color: #877042;
    padding: 2rem 2rem;
    border-radius: 20px;
}

/*==========================
        9.HOW IT WORK
============================*/

.work_box .work_icon i {
    font-size: 40px;
}

.work_border_left {
    border-left: 1px solid #d8d7d7;
}

.work_number {
    font-size: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    color: #e6e6e6;
    transform: translateY(-50%);
}

/*==========================
        10.VIDEO SECTION
============================*/

.bg-video {
       position: relative;
    background-image: url(../img/b-17.jpg);
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
    background-attachment: fixed;}

.video-subtitle {
    max-width: 600px;
    text-align: center;
}

.video-btn-white a {
    border: 2px solid #fff;
    padding: 4px 15px 4px 5px;
    border-radius: 58px;
    color: #fff !important;
    display: inline-block;
}

.play-btn-white i {
    background: #877042;
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    font-size: 26px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.video-btn-white a span {
    position: relative;
    top: -5px;
}

/*============================
        11.CLIENT
==============================*/

.testi_boxes {
    border: 1px solid #ececec;
    background: #fff;
    border-top: 4px solid #302f8b;
}

.testi_icon i {
    height: 64px;
    width: 64px;
    font-size: 64px;
    line-height: 64px;
    display: inline-block;
    background: #1331ce26;
    border-radius: 10px 10px 0px;
}

.client_name {
        font-size: 18px;
    color: #312f89;
    font-weight: 700;
}

/*=============================
        12.TEAM
===============================*/

.team_box {
    border: 1px dotted #e0e0e0;
}

.team_box h5 {
    font-size: 18px;
}

.team_box .team_work {
    font-size: 14px;
}

.team_box .follow_btn {
    padding: 10px 15px;
    display: inline-flex;
    background: rgba(19, 206, 103, 0.12);
    ;
    color: #e2181e;
    border-radius: 30px;
}

.team_box .team_social li a {
    border: 1px solid #e8e7e7;
    color: #000;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 33px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
}

.team_box .team_social li:hover a {
    border-color: #e2181e;
    background: rgba(19, 206, 103, 0.12);
    color: #e2181e;
}

/*===========================
        13.PRICING
=============================*/

.price_box {
    border: 1px solid #ececec;
    padding: 40px 25px;
}

.price_box .price_divider {
    width: 100%;
    height: 2px;
    background: #eeeff1;
    margin: 40px 0px;
}

.price_box .price_features {
    padding: 0px 40px;
}

.price_box .icon-success,
.price_box .icon-danger {
    height: 22px;
    width: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 15px;
}

.price_box .icon-success {
    color: #e2181e;
    background: rgba(19, 206, 103, 0.15);
}

.price_box .icon-danger {
    color: #f73d3d;
    background: rgba(247, 61, 61, 0.15);
}

.price_box .plan_price h1 {
    font-size: 56px;
}

.price_box .plan_price {
    margin-top: 28px;
}

/*==========================
        14.FAQ
============================*/

.faq_boxes .faq_details .small_title {
    font-size: 13px;
}

.faq_boxes .faq_details h5 {
    font-size: 18px;
}

/*==========================
        15.GET STARTED CTA
============================*/

.bg-cta-img {
    background-image: url('../img/bg-cta-img.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

/*==========================
        16.CONTACT
============================*/

.custom-form .form-control {
    box-shadow: none !important;
    height: 48px;
    border: 2px solid #ececec;
}

.custom-form .form-control:focus {
    border-color: #857044;
}
.text-center.adress-box {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.custom-form textarea.form-control {
    height: auto;
}

/*==========================
        17.FOOTER
============================*/

.footer_detail {
    background-color: #242424;
}

.footer_detail .fot_social .social-icon {
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.5s;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}
.gallery-img img {
    height: 300px;
    width: 100%;
    margin-bottom: 1.7rem;
    object-fit: cover;
    border: 2px solid #322e89;
    padding: 4px;
    border-radius: 30px;
}
.certificate-img img{
/*    height: 300px;*/
    width: 100%;
    margin-bottom: 1.7rem;
    object-fit: cover;
    border: 2px solid #322e89;
    padding: 4px;
    border-radius: 30px;
}
.gallery-section{
        background: linear-gradient(#ffffffcf, #ffffffb8, #ffffffc2), url(../img/bg-att.webp);
    background-size: cover;
    background-repeat: repeat;
}
.contact .custom-form{
    height:100%;
}

.footer_detail .fot_social .social-icon:hover {
    border-color: #e2181e;
    color: #e2181e !important;
}

.footer_detail .footer_menu li a {
    font-weight: 500;
    transition: all 0.5s;
}

.footer_detail .footer_menu li a:hover {
    color: #e2181e !important;
}

.footer_detail .footer_menu li::after {
    content: "|";
    margin: 0 20px;
    color: #757575;
}

.footer_detail .footer_menu li:last-child:after {
    content: "";
}

.footer_detail .footer_logo {
    height: 34px;
}
.certi-section .carousel-item a img{
    height:500px;
    overflow:hidden;
    object-fit:cover;
}
.inner-image {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}
.inner-image img {
    width: 100%;
    object-fit: cover;
}
.inner-banner-heading {
    position: absolute;
    color: #fff;
    /*z-index: 999;*/
    left: 0;
    right: 0;
    bottom: 150px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 50px;
    text-shadow: 4px 6px 6px #000;
    padding: 0 1rem;
}

.footer_detail .copy-rights {
    line-height: 43px;
    color: #fff;
}

.footer_detail .fot_bor {
    height: 2px;
    background: #2f2f2f;
    width: 100%;
}
.services_desc h5{
/*    color: #fff;*/
}
.logo_img img:hover{
opacity: 1;
}
.clients-logo ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.clients-logo ul li {
    width: 150px;
    display: inline-block;
}
.about-read-more {
    margin-top: 1rem;
    display: inline-block;
    font-weight: 600;
    border: none;
    padding: 8px 18px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: linear-gradient(to right, #000000 50%, #897040 50%);
    background-size: 201% 100%;
    background-position: right bottom;
}
.about-read-more:hover{
        background-position: left bottom;
        color: #fff;
}

.inner-banner-image {
    position: relative;
}
.inner-banner-image img{
    min-height: 350px;
    max-height: 351px;
    object-fit:cover;
}
.inner-breadcrumb {
    position: absolute;
    left: 46px;
    bottom: 16px;
}
.inner-main-title.arrow{
  position: relative;
    /* width: 120px; */
    background: #897040;
    /* height: 40px; */
    /* line-height: 40px; */
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    font-size: 28px;
}
.inner-main-title.arrow:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 20px solid #897040;
}
.custom_heading_inner {
    font-size: 30px;
    font-weight: 700;
}

.modal .modal-body::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: transparent #827047 transparent transparent;
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0;
}
.modal .modal-body::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 50px 0px;
    border-color: transparent transparent #827047 transparent;
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0;
}


.section-padding {
       padding: 60px 0 0 0;
}
.wpo-contact-pg-section .office-info {
    padding-bottom: 100px;
}
.wpo-contact-pg-section .office-info .office-info-item {
    text-align: center;
    box-shadow: 0 5px 15px 0 rgba(62,65,159,.1);
        padding: 30px;
    height: 100%;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
    width: 80px;
    height: 80px;
    background: #1a1a18;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon i {
        font-size: 35px;
    color: #b18539;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
    margin-bottom: 0;
}
.wpo-contact-pg-section .wpo-contact-title {
    max-width: 440px;
    text-align: center;
    margin: 0 auto 50px;
}
.wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 35px;
    font-size: 2.3333333333rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.wpo-contact-pg-section p {
    font-size: 16px;
    color: #687693;
    line-height: 1.8em;
}
.wpo-contact-pg-section .wpo-contact-form-area {
    background: #fff;
    box-shadow: 0 1px 15px 0 rgba(62,65,159,.1);
    padding: 50px 50px 0;
    margin-bottom: 20px;
    /*margin-bottom: -125px;*/
    
    position: relative;
    z-index: 99;
}
.wpo-contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden;
}
.wpo-contact-pg-section form>div.row {
    width: 100%;
    float: none;
    margin: 0 0 40px;
}
.wpo-contact-pg-section .form-field {
    margin-bottom: 20px;
}
.wpo-contact-pg-section form input, .wpo-contact-pg-section form select, .wpo-contact-pg-section form textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border-radius: 0;
    box-shadow: none!important;
    padding-left: 25px;
    border: 1px solid #ebebeb;
}
.wpo-contact-pg-section form select, .wpo-contact-pg-section form select:focus {
    background: transparent url(/images/select-icon2.png) no-repeat calc(100% - 15px);
}

.wpo-contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 25px;
    font-size: 15px;
    font-size: 1rem;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    position: relative;
}
.wpo-contact-pg-section form textarea {
    height: 180px;
    padding-top: 15px;
}
.wpo-contact-pg-section form>div .form-submit {
    text-align: center;
}
.wpo-contact-pg-section .theme-btn {
    background: #e3b576;
    color: #070143;
    display: inline-block;
    font-weight: 600;
    padding: 15px 45px;
    border: 0;
    border-radius: 6px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-size: 1.0666666667rem;
    border-radius: 40px;
}
.wpo-contact-pg-section .theme-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: #dca354;
    transition: opacity .5s ease-out;
    opacity: 0;
    z-index: -1;
}
.wpo-contact-map-section .wpo-contact-map {
    height: 550px;
}
.wpo-contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}













/*==========================
        18.RESPONSIVE
============================*/

@media (max-width: 768px) {
    .custom_heading_inner {
    margin-top: 2rem;
    }
    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .custom-nav .navbar-nav li a:before {
        content: '';
        display: none;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #000;
    }
    .custom-nav .navbar-nav li.active a {
        color: #e2181e;
    }
    .custom-nav>.container {
        width: 90%;
    }
    .custom-nav .logo .logo-dark {
        display: inline-block;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
    .custom-nav .navbar-brand.logo img {
      width: 184px;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 29px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }
    .header_title {
        font-size: 38px;
        line-height: 1.2;
    }
    .header_subtitle {
        font-size: 15px;
        line-height: 1.8;
    }
    .h-100vh {
        height: auto;
    }
    .clip-home {
        clip-path: none;
    }
    .vertical-content {
        display: inherit;
    }
    .home-bg-color,
    .h-100vh.jarallax,
    .home-bg-img,
    .home-bg-color-gradient,
    .h-100vh,
    .home-half,
    .half-slider{
/*        padding: 125px 0 130px 0;*/
padding: 64px 0 0px 0;

    }
    .custom-nav .navbar-brand.logo img {
        width: 184px;
    }
    .copy-rights {
        line-height: 26px;
    }
    .logo_img img {
        margin-top: 16px;
    }
    .features-icon {
        top: 9%;
    }
    .features-desc {
        margin-left: 13%;
    }
    .features-heading {
        line-height: 1.4;
        font-size: 24px;
    }
    .work_border_left {
        border: none;
    }
    .price_box.active {
        transform: scale(1.0);
    }
    .price_box .price_features {
        padding: 0px 20px;
    }
    .copy-rights {
        line-height: 26px;
    }
    .footer_menu li::after {
        display: none;
    }
    .footer_menu li {
        display: block;
    }
    .float_none.float-right,
    .float_none.float-left {
        float: none !important;
        text-align: center;
    }
    .carousel-control-prev>span,.carousel-control-next>span{
        font-size: 30px;
    }
    .bg-home-slider .carousel-control-next, .carousel-control-prev{
        width: 10%;
    }
}

@media (max-width: 768px) and (min-width: 426px) {
    .features-desc {
        margin-left: 7% !important;
    }
    .features-icon {
        top: 11% !important;
    }
}

@media (max-width: 767px){
.contact .custom-form {
    height: 100%;
    margin-top: 2rem;
}
.custom_heading {
    font-size: 35px;
}
}