@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;300;400;500;600;700;800&display=swap');
/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #797979;
    background: #ffffff;
    font-family: 'Work Sans', sans-serif;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #D77A67;  
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Work Sans', sans-serif;
    
}

a {
    color: #454545;
    transition: .3s;
}
 /* Make the image fully responsive */
  .carousl-inner img {
    width: 100%;
    height: 100%;
  }
.req-btn{
   color: #FFFFFF !important;
}
  .update button{
    font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
font-size: 14px;
padding-left: 20px;
padding-right: 20px;

/*line-height: 21px;*/
/* identical to box height */
color: #FFFFFF;
background: #D77A67;
border-radius: 5px;
  }
  .update input{
    border: 1px solid #DDDDDD;
box-sizing: border-box;
border-radius: 5px;
  }
  .update input::placeholder{
    font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #868686;
  }
/*.our-values{
    background: #FFFFFF;
box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}*/

@media (max-width: 830px) {
 .update button{
    padding-left: 5px;
padding-right: 5px;
 }
}
@media (max-width: 575px) {
 .update input{
 margin-left: -45px;
 }
  .update button{
 margin-left: -67px;
 }
}

a:hover,
a:active,
a:focus {
    color: #D77A67;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

/*.container-fluid {
    max-width: 1366px;
}
*/
.back-to-top {
    position: fixed;
    display: none;
    background: #D77A67;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 5rem;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top i {
    color: white;
    padding-top: 10px;
}

.back-to-top:hover {
    background: white;
}

.back-to-top:hover i {
    color: #D77A67;
}

@media (min-width: 992px) {
    .mt-125 {
        margin-top: 125px;
    }
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
/*.top-bar {
    position: relative;
    height: 35px;
    background-image: linear-gradient(to right, #0796fe, #D77A67);
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #D77A67;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}
*/

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, .3);*/
    transition: .5s;
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 0px;
    font-weight: 20;
    /*text-transform: uppercase;*/
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 130px !important;
    margin-top: -15px !important;
    margin-bottom: -15px !important;

}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active
{
    color: #D77A67;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover{
    color: #D77A67 !important;
     background: rgba(32, 14, 14, .5)!important;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item{
  color:  white !important;
   background: black !important;
  }
.navbar .navbar-nav .dropdown-menu{
   
    background: rgba(32, 14, 14, .5)!important;
}
/*.navbar-dark .navbar-nav .nav-link span {
    color: #ffffff;
    transition: none;
      border-bottom: 3px solid #D77A67;
    border-radius: 0px !important;
 
}*/
 /* .active-btn{
        color: #37B76C !important;
    border-bottom: 3px solid #37B76C;
    border-radius: 0px !important;
    font-size: 16px;
line-height: 24px;


display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.44px;
  }*/
.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
   
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        /*top: 35px;*/
        padding: 10px 60px;
        /*background: rgba(9, 42, 73, .2)!important;*/
        /*background: rgba(32, 14, 14, .5)!important;*/
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        /* background: #D77A67 !important; */
        /*background: rgba(32, 14, 14, .5)!important;*/

    }
    
    .page .navbar {
        /*background: #D77A67 !important;*/
        /*background: rgba(32, 14, 14, .5)!important;*/
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        font-family: ''Work Sans'', sans-serif;
        /*text-transform: uppercase;*/
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        /* background: #D77A67 !important; */
        /* background: rgba(32, 14, 14, .5)!important; */

    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}

/* @media (max-width: 768px) {  
    .navbar-toggler{
        margin-right:15px;
    }
} */
/* // Small devices (landscape phones, 576px and down) */
@media (min-width: 280px) and (max-width: 576.98px) { 

      .service-box{
        margin-left: 20px !important;
          margin-right: 25px !important;
    }
}
/*@media (min-width: 540px) and (max-width: 576.98px) { 

      .service-box{
        margin-left: 20px !important;
          margin-right: 25px !important;
    }
}*/
/*@media (max-width: 330px) { 

      .service-box{
        margin-left: 55px !important;
          margin-right: 135px !important;
    }
}
@media (max-width: 350px) { 

      .service-box{
        margin-left: 0px;
          margin-right: 35px !important;
    }
}
@media (max-width: 360px) { 

      .service-box{
        margin-left: 10px !important;
          margin-right: 15px !important;
    }
}*/
/*@media (max-width: 575px) { 
.navbar-toggler{
        margin-right:15px;
    }
      .service-box{
        margin-left: 35px;
          margin-right: 15px;
    }
}
@media (min-width: 576px) { 
    .navbar-toggler{
        margin-right:15px;
    }
     .service-box{
        margin-left: 0px;
    }
}*/

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px)  and (min-width:577px) { 
     .service-box{
        margin-left: 10px;
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
     .service-box{
        margin: 0px 5px;
    }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
     .service-box{
        margin-left: 40px;
    }
}
/*******************************/
/********** Hero CSS ***********/
/*******************************/
.service-box{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
/*margin-left: 40px;*/
/*margin: 0 5px;*/
}
/*.carousl {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    min-height: 400px;
    background: #D77A67;
    margin-bottom: 45px;
}

.carousl .container-fluid {
    padding: 0;
}

.carousl .carousl-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousl .carousl-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}*/
.about-img {
    position: relative;
    width: 100%;
    height: 100%;
    /*text-align: right;*/
    overflow: hidden;
}
.about-para .heading{
    font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 54px;
/*text-align: center;*/

color: #000000;
}
.about-para .para{
font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 18px;
/*line-height: 27px;*/
/* identical to box height */
color: #000000;
}

/*.carousl .carousl-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   
    background: rgba(13, 12, 12, 0.12);
    z-index: 1;
}

.carousl .carousl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousl .carousl-text {
    position: absolute;
    max-width: 700px;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousl .carousl-text h2,h6 {
    text-align: center;
    color: #ffffff;
  font-weight: 300;
font-size: 36px;
line-height: 54px;

padding-left: 25px;
padding-right: 25px;
background: #D77A67;
border-radius: 5px;
}*/
/*

.carousl .carousl-text .carousl-heading .heading {
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    font-style: normal;
font-weight: 300;
    margin-bottom: 25px;
    background: #D77A67;
border-radius: 5px;
padding: 0px 25px !important;
}
.carousl .carousl-text .carousl-para .para {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
    background: rgba(32, 14, 14, 0.5);
border-radius: 5px;
padding: 0px 5px !important;
}
.carousl .carousl-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}*/
/* .carousl .carousl-text .carousl-heading .p {
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
} */
/*.carousl .carousl-text .btn i {
    margin-right: 5px;
}

.carousl .carousl-text .btn:hover {
    color: #D77A67;
    background: #ffffff;
}

.carousl .carousl-btn .btn:first-child {
    margin-right: 15px;
}
.carousl .carousl-heading .heading:first-child {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 36px;
}

.carousl .carousl-para .para:first-child {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 16px;
    padding: 0px;
}
.carousl .owl-nav {
    position: absolute;
    width: 122px;
    right: 2px;
    bottom: 2px;
    display: flex;
    z-index: 9;
}

.carousl .owl-nav .owl-prev,
.carousl .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background:none;
    font-size: 22px;
    transition: .3s;
}

.carousl .owl-nav .owl-prev:hover,
.carousl .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #D77A67;
}

.carousl .owl-nav .owl-prev {
    margin-right: 2px;
}

.carousl .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
*/
@media (max-width: 991.98px) {
/*    .carousl,
    .carousl .carousl-item,
    .carousl .carousl-text {
        height: calc(100vh - 105px);
    }
    
    .carousl .carousl-text h1 {
        font-size: 35px;
    }
    
    .carousl .carousl-text p {
        font-size: 16px;
    }
    
    .carousl .carousl-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .carousl .carousl-text .carousl-heading .heading {
        font-size: 35px;
    padding-left: 5px;
    padding-right: 5px;
    }
    .carousl .carousl-text .carousl-para .para {
        font-size: 18px;
    padding: 0px 5px !important;
    }*/
      .fact .fact-heading .f-head{
font-size: 36px;
    }
}

@media (max-width: 767.98px) {
   /* .carousl,
    .carousl .carousl-item,
    .carousl .carousl-text {
        height: calc(100vh - 70px);
    }
    
    .carousl .carousl-text h1 {
        font-size: 30px;
    }
    
    .carousl .carousl-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .carousl .carousl-text .carousl-heading .heading {
        font-size: 34px;
    padding-left: 5px;
    padding-right: 5px;
    }
    .carousl .carousl-text .carousl-para .para {
        font-size: 15px;
    padding: 0px 4px !important;
    }*/
      .fact .fact-heading .f-head{
font-size: 34px;
    }
}

@media (max-width: 575.98px) {
    /*.carousl .carousl-text h1 {
        font-size: 25px;
    }
    
    .carousl .carousl-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .carousl .carousl-text .carousl-heading .heading {
        font-size: 25px;
    padding-left: 5px;
    padding-right: 5px;
    }
    .carousl .carousl-text .carousl-para .para {
        font-size: 15px;
    padding: 0px 4px !important;
    }*/
      .fact .fact-heading .f-head{
font-size: 34px;
    }
}
@media (max-width: 372.98px) {
    
    /*.carousl .carousl-text .carousl-heading .heading {
        font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
    }*/
      .fact .fact-heading .f-head{
font-size: 33px;
    }
  
}
@media (max-width: 308.98px) {
   /* 
    .carousl .carousl-text .carousl-heading .heading {
        font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
    }*/
    .fact .fact-heading .f-head{
font-size: 36px;
    }
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    margin-top: -2rem;
}

.section-header p {
    /*margin-bottom: 5px;*/
    position: relative;
    font-size: 16px;
}

.section-header h2 {
    margin: 0 0 0 40px;
    position: relative;
  font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 36px;
color: #D77A67;
}

/*.section-header h2::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 0;
    top: 23px;
    left: -40px;
    border-bottom: 30px solid;
    border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.05), rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.1) 3%) 30;
}*/

.section-header h2:hover::after {
    border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.05) 3%) 30;
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 45px;
    }
  
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 40px;
    }
   
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 35px;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    /*padding: 45px 0 15px 0;*/
}

.fact .fact-item {
    position: relative;
    width: 100%;
    /*margin-bottom: 30px;*/
    /*padding: 30px 15px 25px 15px;*/
    /*text-align: center;*/
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
}

.fact .fact-item:hover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
}

.fact .fact-item img {
    max-height: 50px;
    margin-bottom: 15px;
}

.fact .fact-item h2 {
  /*  font-size: 22px;
    font-weight: 300;*/
    font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 36px;
/* identical to box height */
color: #000000;
}
.fact .fact-item p {
font-family: 'Work Sans';
font-style: normal;
/*font-weight: 400 !important;*/
font-size: 18px;
/*line-height: 27px;*/
/*text-align: center;*/

color: #000000;
}
.fact .fact-heading .f-head{
    font-style: normal;
font-weight: bold !important;
font-size: 36px;
/*line-height: 54px;*/
/* identical to box height */
font-weight: 500;
text-align: center;

color: #000000;
}

.fact .fact-para .f-para{
font-style: normal;
font-weight: normal;
font-size: 18px;
/*line-height: 27px;*/
/* identical to box height */
text-align: center;


color: #000000;
}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}

.about .about-img::after {
    position: absolute;
    content: "";
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    background: transparent;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}

.about .about-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}

.about .about-img-1 {
    position: relative;
    height: 100%;
    height: 100%;
    margin: 0 150px 150px 0;
}

.about .about-img-2 {
    position: absolute;
    height: 100%;
    height: 100%;
    top: 150px;
    left: 150px;
    z-index: 1;
}

.about .about-img-1 img,
.about .about-img-2 img {
    position: relative;
    width: 100%;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #D77A67;
    border: 2px solid #D77A67;
    border-radius: 0;
    background: none;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #0796fe;
    background: #D77A67;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
/*.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
}

.service .service-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.service .service-item img {
    max-height: 50px;
    margin-bottom: 20px;
}

.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}

.service .service-item p {
    margin-bottom: 10px;
    font-size: 16px;
}

.service .service-item a {
    position: relative;
    font-size: 16px;
    color: #0796fe;
    transition: .3s;
}

.service .service-item a::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: -3px;
    left: 10%;
    background: #0796fe;
}

.service .service-item:hover a.btn {
    color: #D77A67;
    background: #1d2434;
    border-color: #1d2434;
}
*/

/*******************************/
/********* Feature CSS *********/
/*******************************/
/*.feature {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.feature .col-md-6 {
    height: 100%;
}

.feature .feature-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.feature .feature-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    top: 30%;
    left: 0;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}

.feature .feature-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}

.feature .feature-img img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 0 30px 30px 30px;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .feature .feature-img {
        margin-bottom: 45px;
    }
}

.feature .counters .col-6 {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
}

.feature .counters i {
    padding: 5px 15px 0 0;
    font-size: 28px;
    color: #0796fe;
}

.feature .counters h2 {
    position: relative;
    display: inline-block;
    color: #0796fe;
    font-size: 30px;
    font-weight: 300;
}

.feature .counters h2::after {
    position: absolute;
    content: "+";
    top: -15px;
    right: -15px;
}

.feature .counters p {
    color: #D77A67;
    font-size: 20px;
    margin: 0;
}
*/

/*******************************/
/*********** Team CSS **********/
/*******************************/
/*.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 75px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: absolute;
    width: calc(100% - 30px);
    height: 96px;
    bottom: -46px;
    left: 15px;
    padding: 25px 15px;
    text-align: center;
    background: rgba(256, 256, 256, .9);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
    overflow: hidden;
}

.team .team-text h2 {
    color: #0796fe;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.team .team-text p {
    margin-bottom: 20px;
    color: #D77A67;
}

.team .team-social {
    position: relative;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #D77A67;
    border: 2px solid #D77A67;
    transition: .3s;
}

.team .team-social a:hover {
    color: #0796fe;
    border-color: #0796fe;
}

.team .team-item:hover .team-text {
    height: 160px;
}
*/

/*******************************/
/******* Testimonial CSS *******/
/*******************************/
/*.testimonial {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.testimonial .testimonials-carousl {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.testimonial .testimonial-item img {
    position: relative;
    width: 80px;
    border-radius: 80px;
    margin-bottom: 15px;
}

.testimonial .testimonial-item p {
    margin-bottom: 15px;
}

.testimonial .testimonial-item h2 {
    position: relative;
    color: #D77A67;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.testimonial .testimonial-item h2::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0796fe;
    transition: .3s;
}

.testimonial .testimonial-item:hover h2::before {
    width: 60px;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
}

.testimonial .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    font-size: 25px;
    transition: .3s;
}

.testimonial .owl-nav .owl-prev {
    padding-right: 80px;
}

.testimonial .owl-nav .owl-next {
    padding-left: 80px;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    color: #D77A67;
}

.testimonial .owl-nav .owl-prev::after,
.testimonial .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}

.testimonial .owl-nav .owl-prev::after {
    left: 9px;
}

.testimonial .owl-nav .owl-next::after {
    right: 9px;
}

.testimonial .owl-nav .owl-prev:hover::after {
    background: #D77A67;
}

.testimonial .owl-nav .owl-next:hover::after {
    background: #D77A67;
}
*/

/*******************************/
/*********** Blog CSS **********/
/*******************************/
/*.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .section-header {
    margin-bottom: 75px;
}

.blog .blog-carousl {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
}

.blog.blog-page .blog-item {
    margin: -30px 0 0 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    z-index: 2;
}

.blog .blog-content h2.blog-title {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

.blog .blog-meta {
    position: relative;
    margin-bottom: 15px;
}

.blog .blog-meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #797979;
}

.blog .blog-meta i {
    color: #0796fe;
    margin: 0 2px 0 10px;
}

.blog .blog-meta i:first-child {
    margin-left: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0796fe;
    transition: .3s;
}

.blog .blog-item a.btn:hover {
    color: #D77A67;
}

.blog .blog-item a.btn::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    background: #0796fe;
}

.blog .owl-nav {
    position: relative;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    font-size: 25px;
    transition: .3s;
}

.blog .owl-nav .owl-prev {
    padding-right: 80px;
}

.blog .owl-nav .owl-next {
    padding-left: 80px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #D77A67;
}

.blog .owl-nav .owl-prev::after,
.blog .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}

.blog .owl-nav .owl-prev::after {
    left: 9px;
}

.blog .owl-nav .owl-next::after {
    right: 9px;
}

.blog .owl-nav .owl-prev:hover::after {
    background: #D77A67;
}

.blog .owl-nav .owl-next:hover::after {
    background: #D77A67;
}

.blog .pagination {
    margin-bottom: 0;
}

.blog .pagination .page-link {
    margin-top: -30px;
    color: #D77A67;
    border-radius: 0;
    border-color: #D77A67;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #0796fe;
    background: #D77A67;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}

*/
/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    /*padding: 45px 0 15px 0;*/
}

.contact .contact-info {
    position: relative;
    display: flex;
    padding: 0 30px;
    /*border: 1px solid rgba(0, 0, 0, .1);*/
    /*margin-bottom: 30px;*/
    transition: .3s;
    /*padding-bottom: 10rem;*/
}

.contact .contact-info:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  /*  border: 1px solid rgba(0, 0, 0, .1);*/
}

.contact .contact-icon i {
    font-size: 18px;
    color: #0796fe;
}

.contact .contact-text {
    position: relative;
    display: flex;

    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #D77A67;
    letter-spacing: 1px;
}

.contact .contact-text p {
    /*margin-top: 11px;*/
   
    font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 14px;
color: #000000;
}

.contact .contact-form {
    position: relative;
    /*padding: 30px;*/
    /*border: 1px solid rgba(0, 0, 0, .1);*/
    margin-bottom: 30px;
    transition: .3s;
}

/*.contact .contact-form:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}*/

.contact .contact-form input {
    padding: 15px;
    background: none;
     border: 1px solid #DDDDDD;
box-sizing: border-box;
border-radius: 5px;
}

.contact .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form .btn {
    padding: 5px 30px;
  font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
font-size: 14px;
    color: white;
/*align-items: center;*/
background: #D77A67;
border-radius: 5px;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #0796fe;
    background: #D77A67;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
/*.single {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.single img {
    width: 100%;
    margin: 0 0 25px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}*/


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 85px;
    padding-top: 70px;
    background: #D77A67;
}
.review-footer{
    margin-top: 0px;
}
.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
   font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
font-size: 17px;
    color: #ffffff;

}
.footer .footer-newsletter p {
 font-family: 'Work Sans';
font-style: normal;
font-weight: 300 !important;
font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
}
.footer .footer-contact h2::after,
/*.footer .footer-link h2::after,*/
.footer .footer-newsletter h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #D77A67;
}

.footer .footer-link p {
     font-family: 'Work Sans';
font-style: normal;
font-size: 14px;

    /*display: block;*/
    /*margin-bottom: 10px;*/
    color: #ffffff;
    transition: .3s;
font-weight: 300 !important;

}
.footer .footer-link h2 {

}
.footer .footer-link a::before {
    position: relative;
    /*content: "\f105";*/
 /*   font-family: "Font Awesome 5 Free";
    font-weight: 900;*/
    margin-right: 10px;

    font-family: 'Work Sans';
font-style: normal;
font-weight: 200 !important;
font-size: 14px;
/*line-height: 17px;*/
/* identical to box height */


color: #FFFFFF;
}

/*.footer .footer-link a:hover {
    color: #0796fe;
    letter-spacing: 1px;
}
*/
.footer .footer-contact p i {
    width: 25px;
}
.footer .footer-contact p {
    font-family: 'Work Sans';
font-style: normal;
font-weight: 300 !important;
font-size: 14px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #D77A67;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #999999;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    border: 2px solid #1d2434;
    border-radius: 0;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #D77A67;
    background: none;
    border-radius: 0;
    border: 2px solid #D77A67;
    transition: .3s;
}

.footer .footer-newsletter .btn:hover {
    color: #0796fe;
    background: #D77A67;
}
.footer .footer-newsletter p{
    font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
text-align: left;

color: #FFFFFF;
}
.footer .footer-newsletter {
    text-align: center;
}
.footer .copyright {
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
}

.footer .copyright p a:hover {
    color: #0796fe;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

  /*.review-carousel-inner img {
    width: 100%;
    height: 100%;
  }
  
.review-carousel {
    position: relative;
    width: 100%;
    height: calc(75vh - 35px);
    min-height: 400px;
    background: #D77A67;
    margin-bottom: 45px;
}

.review-carousel .container-fluid {
    padding: 0;
}

.review-carousel .review-carousel-item {
    position: relative;
    width: 100%;
    height: calc(75vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.review-carousel .review-carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.review-carousel .review-carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   
    background: rgba(13, 12, 12, 0.12);
    z-index: 1;
}

.review-carousel .review-carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-carousel .review-carousel-text {
    position: absolute;
    max-width: 1000px;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
   
}

.review-carousel .review-carousel-text h2,h6 {
    text-align: center;
    color: #ffffff;
  font-weight: 300;
font-size: 36px;
line-height: 54px;
   
padding-left: 25px;
padding-right: 25px;
background: #D77A67;
border-radius: 5px;
}*/


/*.review-carousel .review-carousel-text .review-carousel-heading .heading {
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    font-style: normal;
font-weight: 300;
    margin-bottom: 25px;
    background: #D77A67;
border-radius: 5px;
padding: 0px 25px !important;
}*/
/*.review-carousel .review-carousel-text .review-carousel-para  {
    color: #ffffff;
    text-align: left;
 
    margin-bottom: 25px;
    background: rgba(12, 11, 11, 0.78);
border-radius: 10px;
padding: 20px 35px !important;
}
.review-carousel .review-carousel-text .para-2{
margin-top: 110px;
 height:50%;
}
.review-carousel .review-carousel-text .para-2 .heading{
font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
font-size: 16px;
color: #FFFFFF;
margin-bottom: 0px;
}

.review-carousel .review-carousel-text .para-2  .para{
 font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 12px !important; 
margin-top: 0px;
}
.review-carousel .review-carousel-text .para-2  .sub-heading{
margin-bottom: 4px;
font-size: 13px;

}
.review-carousel .review-carousel-text .para-1  .heading{
    font-weight: 500;
font-size: 36px; 
}
.review-carousel .review-carousel-text .para-1  .sub-heading{
    font-family: 'Work Sans';
 font-style: normal;
font-weight: bolder !important;
font-size: 24px;
}
.review-carousel .review-carousel-text .para-1  img{
  max-width: 100%;
    max-height: 60px;
    margin-bottom: 10px;
    margin-top: -7px;
}
.review-carousel .review-carousel-text .btn {
    padding: 10px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
  background: rgba(12, 11, 11, 0.78);
border-radius: 5px;
    transition: .3s;
}

.review-carousel .review-carousel-text .btn i {
    margin-right: 5px;
}

.review-carousel .review-carousel-text .btn:hover {
    color: #D77A67;
    background: #ffffff;
}

.review-carousel .review-carousel-btn .btn:first-child {
    margin-right: 15px;
    /*margin-top: 55px;
}
.review-carousel .review-carousel-heading .heading:first-child {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 36px;
}

.review-carousel .review-carousel-para .para:first-child {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 16px;
    padding: 0px;
}
.review-carousel .owl-nav {
    position: absolute;
    width: 122px;
    right: 2px;
    bottom: 2px;
    display: flex;
    z-index: 9;
}

.review-carousel .owl-nav .owl-prev,
.review-carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D77A67;
    background:none;
    font-size: 22px;
    transition: .3s;
}

.review-carousel .owl-nav .owl-prev:hover,
.review-carousel .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #D77A67;
}

.review-carousel .owl-nav .owl-prev {
    margin-right: 2px;
}

.review-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}*/

.about-content .heading{
    font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
font-size: 36px;
/*line-height: 54px;*/
color: #D77A67;
}
.about-content .para{
   font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;

color: #000000;
}
@media (min-width: 200px) and (max-width: 301.98px){
    .about-para{
        margin-top: -80px;
    }
        .about-para .heading{
    /*background-color: blue;*/
font-size: 15px;
margin-bottom: -15px;
}
.about-para .para{
font-size: 12px;
}

}

@media (min-width: 302px) and (max-width: 514.98px){
    .about-para{
        margin-top: -69px;
    }
        .about-para .heading{
    /*background-color: yellow;*/
font-size: 18px;
margin-bottom: -15px;
}
.about-para .para{
font-size: 12px;
}

}
@media (min-width: 515px) and (max-width: 965.98px){
    .about-para{
        margin-top: -38px;
    }
        .about-para .heading{
margin-bottom: -13px;
    /*background-color: red;*/
font-size: 24px;
}
.about-para .para{
font-size: 14px;
}

}
@media (min-width: 966px) and (max-width: 1199.98px){
    .about-para{
        margin-top: 55px;
    }
        .about-para .heading{
    /*background-color: yellow;*/
font-size: 34px;
}
.about-para .para{
font-size: 17px;
}

}
@media (min-width: 1200px) {
   /* .review-carousel,
    .review-carousel .review-carousel-item,
    .review-carousel .review-carousel-text {
        height: calc(100vh - 105px);
    }
    
    .review-carousel .review-carousel-text h1 {
        font-size: 35px;
    }
    
    .review-carousel .review-carousel-text p {
        font-size: 16px;
    }
    
    .review-carousel .review-carousel-text .btn {
        padding: 12px 30px;
        font-size: 14px;
        letter-spacing: 0;
       
    }
    .review-carousel .review-carousel-text .review-carousel-heading .heading {
        font-size: 35px;
    padding-left: 5px;
    padding-right: 5px;
    }
    .review-carousel .review-carousel-text .review-carousel-para .para {
        font-size: 18px;
    padding: 0px 5px !important;
    }*/

    .about-para{
        margin-top: 60px;
    }
        .about-para .heading{
    
font-size: 36px;
}
.about-para .para{
font-size: 18px;
}
     
}

/*@media (max-width: 767.98px) {
    .review-carousel,
    .review-carousel .review-carousel-item,
    .review-carousel .review-carousel-text {
        height: calc(100vh - 70px);
    }
    
    .review-carousel .review-carousel-text h1 {
        font-size: 30px;
    }
    
    .review-carousel .review-carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .review-carousel .review-carousel-text .review-carousel-heading .heading {
        font-size: 34px;
    padding-left: 5px;
    padding-right: 5px;
    }
    .review-carousel .review-carousel-text .review-carousel-para .para {
        font-size: 15px;
    padding: 0px 4px !important;
    }
 
}*/

/*@media (max-width: 575.98px) {
    .review-carousel .review-carousel-text h1 {
        font-size: 25px;
    }
    
    .review-carousel .review-carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .review-carousel .review-carousel-text .review-carousel-heading .heading {
        font-size: 25px;
    padding-left: 5px;
    padding-right: 5px;
    }
    .review-carousel .review-carousel-text .review-carousel-para .para {
        font-size: 15px;
    padding: 0px 4px !important;
    }

}
@media (max-width: 372.98px) {
    
    .review-carousel .review-carousel-text .review-carousel-heading .heading {
        font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
    }
  
  
}
@media (max-width: 308.98px) {
    
    .review-carousel .review-carousel-text .review-carousel-heading .heading {
        font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
    }
 
}*/

/*.testimonial .testimonials-review-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}



.blog .blog-review-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}
*/



.review-para .para{
    font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;
color: #000000 !important;
}
.contact-para .para{
    font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 18px;
padding-left: 40px;
color: #000000 !important;
text-align: center;
}
.hr hr{
    background: rgba(215, 122, 103, 0.5);
border-radius: 5px;
margin-left:20%;
margin-right:20%;

}
.review-para-2 .heading{
    font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
font-size: 24px;
color: #D77A67;
margin-bottom: -5px;
}
.review-para-2 .para{
font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 14px;
color: #000000;
}
.review-comment-1{
    background: #FFFFFF;
    padding-top: 45px;
    padding-bottom: 20px;
    /*margin-bottom: 200px;*/
box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}
.review-comment-1 .heading{
    font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 18px;
color: #000000;
margin-bottom: -5px;
}
.review-comment-1 .para{
    font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 14px;
color: #000000;
   padding-top: 20px;
}
.review-comment-1 .para span{

    color: #868686;}

    .contact-last-heading .heading{
        font-family: 'Work Sans';
font-style: normal;
font-weight: normal;
font-size: 36px;
color: #000000;
text-align: center;
margin: 30px 0px;
    }
    .service-box{
        background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
margin-bottom: 30px;
    padding: 30px 15px 25px 15px;
    text-align: center;

    }

    .container {
    margin-top: 20px;
}

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 15px;
}

.carousel-control.right span {
    padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
    padding: 10px;
}

.header-text h3 span {
    background-color: #000;
    padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}



/*********************************************************************/
/* Bootstrap 4 Multiple Item Carousel */
/*********************************************************************/
/* medium - display 2  */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

/*.margin-bottom{
    margin-bottom: 50px !important;
}*/
.hide{
        
        float:right !important;
         margin-right: 10px;
         color: white;
      margin-top: 15px;
margin-bottom: 15px;
    }
    .hide:hover{
        color:black;
    }
    .hide .call{
           font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
font-size: 17px;

    }
    .hide-container{
        background:#D77A67 !important;
    }
@media (min-width: 992px){
    .hide-container {
        display: none;
    }

}


.home-container { 
  
  background-color: #2086c8;
    /* background-image:url("home.png");  */
  
 background:linear-gradient(
      rgba(255, 255, 255, 0.44), 
      rgba(255, 255, 255, 0.44)
    ), url('../img/home_mobile.jpeg');
   max-width: 100%;
  height:60vh;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20%;
}
 .home-header-para{
   /* top: -170; */
   /*padding-top: 10%;*/
 font-family: 'Work Sans';
font-style: normal;
font-weight: 300;
/*font-weight: normal;*/
font-size: 16px;
   color: white !important;
   background: rgba(32, 14, 14, 0.5);
border-radius: 5px;
}
.home-header-heading{
font-family: 'Work Sans';
font-style: normal;
font-weight: 300;
font-size: 20px;
text-align: center;
   color: white !important;
background: #D77A67;
border-radius: 5px;
}

@media (max-width:1200px){
/*  .home-container-header-heading{
padding-top: 30%;
  }
*/
}

.mobile-consultation{
  border: 2px solid #D77A67 !important;
box-sizing: border-box;
border-radius: 5px;

font-family: 'Work Sans';
font-style: normal;
font-weight: 600;
font-size: 18px;
color: #D77A67 !important;
padding-right: 5px;
padding-left: 5px;
}
.mobile-consultation:hover{
background:#D77A67;
}
@media (min-width: 992px){
    .home-container {
        display: none;
    }
}
@media (max-width: 992px){
    .u-block-b43b-1 {
        display: none;
    }
    .hide-phone{
       display: none;  
    }
}
@media (min-width: 545px){
    .home-header-heading {
       margin-right: 170px !important;
       margin-left: 170px !important;
    }
}
.foot-note{
  font-family: 'Work Sans';
font-style: normal;
font-weight: 200;
font-size: 16px;
color: #FFFFFF !important;
}











.row1 > .column1 {
  padding: 0 8px;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

.column1 {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal1 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
/*  margin-left: 20rem !important;
 padding-right: -10rem !important;*/
padding-left: 30rem;
  /*left: 0;*/
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  margin-top: 9rem;
  /*margin-bottom: 20rem;*/

}

/* Modal Content */
.modal-content1 {
  position: relative;
  background-color: #fefefe;
  /*margin: auto;
  padding: 0;*/
  width: 40%;
  max-width: 1200px;
}

/* The Close Button */
.close1 {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides1 {
  display: none;
}

.cursor1 {
  cursor: pointer;
}

/* Next & previous buttons */
.prev1,
.next1 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev1:hover,
.next1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext1 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container1 {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo1 {
  opacity: 0.6;
}

.active1,
.demo1:hover {
  opacity: 1;
}

img.hover-shadow1 {
  transition: 0.3s;
}

.hover-shadow1:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}