@charset "utf-8";

/* CSS Document */
 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* 
font-family: 'Montserrat', sans-serif;
*/


html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Montserrat', sans-serif;
}

.container {
    max-width: 1280px;
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100% !important;
    }
}

:root {
    --primary: #851620;
    --sc-primary: #ca3927;  
    --text-primary: #454545;
    --text-heading: #262626;   
    --text-white:#fff; 
    --font-family-Poppins: 'Poppins', sans-serif;
    --font-family-Montserrat: 'Montserrat', sans-serif;
     
     
}

a {
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}


/*===========section space=========================*/

.section-sp1 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-sp2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-sp3 {
    padding-top: 60px;
    padding-bottom: 50px;
}

.section-sp4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-sp5 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-sp6 {
    padding-top: 0px;
    padding-bottom: 50px;
}

.section-sp7 {
    padding-top: 50px;
    padding-bottom: 0px;
}

.section-spd1 {
    padding-top: 30px;
}

.section-smr1 {
    margin-top: 0;
    margin-bottom: 120px;
}

/*==========================================*/

.top-logo {
    display: table;
    float: left;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    /* background: #fff; */
    /* width: 300px;
    height: 250px;     */
    padding: 0px;  
    position: absolute;
    top:0px; 
    left: -2px;
    z-index: 9;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}


.top-logo img{
    width: 180px;
    border-radius: 0px;	
   } 

   @media only screen and (max-width: 768px) {
    .top-logo {  display: none;}
   }

/*==============================================================*/

.header-top {
    background: transparent;
    padding: 0px 0;
    margin-bottom: 0px;
    position: relative;
    border-bottom: 0px solid rgb(245, 245, 245);
    display: none;
}


/* .header-top:before {
  position: absolute;
  width: 50.85416666666667%;
  height: 100%;
  content: '';
  background: #fff;
  left: -22px;
  top: 0;
  transform: skew(-24deg, 0deg);
  -moz-transform: skew(-24deg, 0deg);
  -webkit-transform: skew(-24deg, 0deg);
} */

.header-top-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0 0 0; position: relative;
}

.header-top-row .top-col-1 {
    width: 100%;
}

.header-top-row .top-col-2 {
    width: 30%;
}

.top-col-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    /* align-items: center; position:absolute; right: 15%; top: 10px; */
}

.top-col-1 .social i {
    color:var(--primary);
}

.top-col-1 .social i:hover {
    color:var(--sc-primary);
}

.top-col-1 .top-info i {
    color:var(--primary);
}

.top-col-1 .top-info a {
    color: var(--text-heading);
    font-size: 14px;
    font-weight: 400;
}



@media only screen and (max-width: 991px) {
    .header-top:before {
        position: absolute;
        width: 50.85416666666667%;
        height: 100%;
        content: '';
        background: transparent;
        left: -22px;
        top: 0;
        transform: skew(-24deg, 0deg);
        -moz-transform: skew(-24deg, 0deg);
        -webkit-transform: skew(-24deg, 0deg);
    }

    .top-col-1 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center; position:absolute; right: inherit; top: 1px;
    
    }
    
}


@media only screen and (max-width: 768px) {
    .none1 {
        display: none;
    }
    .top-col-1{ display: none;}
}


@media only screen and (max-width: 350px) {
    /* .top-col-1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    } */
}

  


/*==========================================================*/

.header-middle-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 0 0;
}

.header-middle-row .m-col-1 {
    width: 100%;
}

.header-middle-row .m-col-2 {
    width: auto;
}

.m-col-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0px 0 0 0;
}

.m-col-2 a {
    line-height: inherit;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #000;
    text-decoration: none;
    padding: 0 0 0 15px;
    text-align: left;
}

.header-nav {
    background: transparent;
    padding: 5px 0;
}

.header-nav .border-line {
    border-top: 0px solid #dfdedb;
    border-bottom: 0px solid #dfdedb;
}


/*-------------------------------------*/


/*-------------------------------------*/

.header-bottom {
    background: var(--sc-primary);
    padding: 5px 0;
}

.header-bt-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center !important;
}

.header-bt-1 {
    width: 70%;
}

.header-bt-2 {
    width: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.header-bt-1 .live-tag {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--text-primary);
}

.search-box {
    border: 0px solid #d6d3d3;
    border-radius: 7px;
}

.search-box .form-control {
    border: 0px;
    border-radius: 7px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    height: 40px;
}

.search-box .btn {
    border-left: 1px solid #a6002f;
    line-height: 0px;
    background: #a6002f;
    border-radius: 7px;
    width: auto !important;
}

.search-box .btn:hover {
    background: #000;
}

.search-box .btn .icon-search {
    color: #fff;
}

.header-bt-2 .adv-ser {
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 10px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
}

@media only screen and (max-width: 575px) {
    .header-bt-row {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center !important;
    }
    .header-bt-1 {
        width: 100%;
    }
    .header-bt-2 {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .header-bt-1 .live-tag {
        padding: 8px 0;
        text-align: center;
    }
}


/*------------------------------------------*/


/*------------------------------------------*/

.header-center-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px 0 0 0;
}

.header-center-row .c-col-1 {
    width: 100%;
}

.header-center-row .c-col-2 {
    width: 100%;
}

.c-col-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    margin: 0px 0 0 0;
}

.c-col-1 h5 {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0 20px;
    padding: 0 10px;
    border-right: 1px solid #d1cfcf;
}

.c-col-1 h5 span {
    display: block;
}

.c-col-1 h6 {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 0 10px;
}

.top-links {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 10px 0;
    position: absolute;
    bottom: -4px;
    right: 0px;
}

.top-links li {
    list-style: none;
    padding: 0px 12px;
    border-right: 0px solid #fff;
}

.top-links span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.top-links a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.top-links a:hover {
    color: var(--sc-primary);
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.top-links li:last-child {
    border-right: 0px;
    padding-right: 0;
}

@media only screen and (max-width: 600px) {
    .top-links {
        position: relative;
        bottom: 0px;
        right: 0px;
    }
    .top-links li:first-child {
        display: none;
    }
    .top-links a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1024px) {
    .c-col-1 h5 {
        font-family: "Poppins", sans-serif;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 0 20px;
        padding: 0 10px;
        border-right: 1px solid #d1cfcf;
    }
    .c-col-1 h5 span {
        display: inline-block;
    }
    .c-col-1 h6 {
        font-family: "Poppins", sans-serif;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        margin: 0px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 870px) {
    .c-col-1 h5 {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 0 20px;
        padding: 0 10px;
        border-right: 1px solid #d1cfcf;
    }
    .c-col-1 h5 span {
        display: inline-block;
    }
    .c-col-1 h6 {
        font-size: 14px;
        font-weight: 600;
        margin: 0px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .header-center-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0px 0 0 0;
    }
    .header-center-row .c-col-1 {
        width: 100%;
    }
    .header-center-row .c-col-2 {
        width: 50%;
    }
    .c-col-1 h5 {
        font-size: 10px;
        font-weight: 600;
        margin: 0 0 0 20px;
        padding: 0 0px;
        border-right: 1px solid #d1cfcf;
    }
    .c-col-1 h5 span {
        display: inline-block;
    }
    .c-col-1 h6 {
        font-size: 10px;
        font-weight: 600;
        margin: 0px;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 425px) {
    .header-center-row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0px 0 0 0;
    }
    .header-center-row .c-col-1 {
        width: 100%;
    }
    .header-center-row .c-col-2 {
        width: 100%;
    }
    .c-col-1 h5 {
        font-size: 10px;
        font-weight: 600;
        margin: 0 0 0 20px;
        padding: 0 0px;
        border-right: 1px solid #d1cfcf;
    }
    .c-col-1 h5 span {
        display: inline-block;
    }
    .c-col-1 h6 {
        font-size: 10px;
        font-weight: 600;
        margin: 0px;
        padding: 0 5px;
    }
}


/*---------------------------------------*/

.logo {
    text-align: left;
    position: relative;
    top: 1px;
    z-index: 2;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.logo img {
    width: auto;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.home-anchor-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.home-anchor-link a {
    padding: 0 15px;
}

.home-anchor-link a img {
    padding: 3px;
    background: transparent;
    border: 1px solid #f58232;
    border-radius: 50%;
    display: block;
    position: relative;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.home-anchor-link a img:hover {
    background: #e5181f;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

@media only screen and (max-width: 1180px) {
    /*.header-middle-row .m-col-1{ width:0%;} 
.header-middle-row .m-col-2{ width: 100%;}*/
    .logo img {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 960px) {
    /*.header-middle-row{ display: flex; flex-direction: column; flex-wrap: nowrap; justify-content:space-between!important; align-items: center; margin: 0px 0 0 0;  }*/
    .header-middle-row .m-col-1 {
        width: auto;
    }
    .header-middle-row .m-col-2 {
        width: auto;
    }
    .logo {
        text-align: left;
        position: relative;
        top: 0px;
        z-index: 2;
        transition: All 0.5s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
    }
    .logo img {
        max-width: 100% !important;
    }
}


@media only screen and (max-width: 768px) {
    .header-middle-row {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 0px 0 0 0;
    }
    .header-middle-row .m-col-1 {
        width: auto;
    }
    .header-middle-row .m-col-2 {
        width: auto;
    }
    .home-anchor-link {
        display: none;
    }
}


/*--------------------------------------------------*/

.header-fixed {
    width: 100%;
    min-height: inherit;
    z-index: 999;
    transition: top 0.25s ease-out;
    position: absolute;
    background:transparent; padding: 10px 0;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important; */
}

.header-fixed.header-mini {
    position: fixed;
    /*position: relative;*/
    top: 0;
    background: #fff;
    border: 0px;
    -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
    min-height: auto;
    transition: top 0.25s ease-out;
    -webkit-transition: top 0.25s ease-out; padding: 0px;
}

.header-mini .header-top-row {
    display: none;
    justify-content: center;
    align-items: center;
}

.header-mini .top-col-1 {
    border: 0px;
    text-align: center;
}

.header-mini .top-col-2 {
    display: none;
}

.header-mini .header-top-row a {
    display: block;
}


/*.header-mini .header-nav{ background: rgba(255, 255, 255, 0.99);  padding: 0px 0;} */

.header-mini .header-nav .border-line {
    border-top: none;
    border-bottom: none;
}

.header-mini .logo {
    position: relative;
    top: 1px;
    text-align: center;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.header-mini .menu-logo img {
    max-width: 250px !important;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.header-mini .navbar-custom {
    margin-top: 0px;
    border-top: 0px solid #ddd;
}

.header-mini .nav-link {
    font-size: 18px;
    color: #000;
}

.header-mini .nav-link span {
    font-size: 13px;
}


/*.header-mini .nav-link:hover {color: #304f9d;}*/

.header-mini .site-header {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1002;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.header-mini .home-anchor-link {
    display: none;
}

@media only screen and (max-width: 768px) {
    .header-fixed {
        /* position: absolute; */
        /* min-height: 100%; */
    }
    .header-mini .logo img {
        width: 60% !important;
        transition: top 0.25s ease-out;
    }
    .header-fixed.header-mini {
        position: relative;
    }
}

@media only screen and (max-width: 480px) {

    .header-fixed {
        width: 100%;
        min-height: inherit;
        z-index: 999;
        transition: top 0.25s ease-out;
        position: relative;
        background:transparent; padding: 10px 0;
        /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important; */
    }
}


/*---------------------------------------------------*/

.header-divider {
    background: rgb(230, 228, 228);
    background: linear-gradient( 140deg, rgba(230, 228, 228, 1) 0%, rgba(219, 216, 216, 1) 100%);
    padding: 4px 0;
}


/*-------------carousel-----------------------------------------------------*/

.slider {
    margin: 0px 0 0px 0px;
    border: 0px solid #ddd;
}


.carousel-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    /*background:url(../images/black-back.png); */
    opacity: 0.95;
    position: absolute;
    left: 0;
    top: 0;
}

.carousel-overlay { display: none;
    position: absolute;
    overflow: hidden;    
}


.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50px !important;
    border: 2px solid #fff;
    background-color: var(--primary);
}

.carousel-indicators .active {
    background-color:var(--sc-primary); 
}

.carousel-control-prev-icon {
    background-image: url(../images/left-arrow-bk.png);
}

.carousel-control-next-icon {
    background-image: url(../images/right-arrow-bk.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 23px;
    height: 42px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%;
}

.carousel-caption {
    /* background: #fdd215; */
    width: 42%;
    position: absolute;  
    right: 15%;
    bottom: 20%;
    left: 3%;
    z-index: 10;
    padding: 10px;
    text-align: left !important;
    
    /* display: none !important; */
}

.carousel-caption h5 {
    margin: 0px;
    font-family:var(--font-family-Montserrat);
    font-weight: 700;
    font-size:36px;
    color: #fff; letter-spacing: -1px; margin: 0px;  
}

.carousel-caption h6 {
    margin: 0px;
     font-family:var(--font-family-Montserrat);
    font-weight: 500;
    font-size: 30px;  
    color: var(--text-heading);letter-spacing: 1px; margin: 0px; 
}
.carousel-caption h6 span{ color: var(--primary);  font-weight: 700;}

.carousel-caption h4 {
    margin: 10px 0;
     font-family:var(--font-family-Montserrat);
    font-weight: 500;
    font-size:13px;
    color:var(--text-heading);letter-spacing: 0.25px; 
}

.carousel-caption .know-more-btn {
    /* background: var(--primary); */
    padding: 0px 0px;
     font-family:var(--font-family-Montserrat);
    color: var(--text-heading);
    font-size: 14px;
    font-weight: 600;    
    border-radius: 50px;
    margin: 10px 0 0 0;
    display: flex; 
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.carousel-caption .know-more-btn i{ font-size: 18px; margin-left: 5px; color: var(--primary);}

.carousel-caption .know-more-btn:hover {
    /* background:var(--sc-primary); */
    color:var(--primary);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    /* box-shadow: 0 -5px 0 0 rgba(24, 24, 24, 0.15) inset, 0 5px 10px rgba(0, 0, 0, 0.5); */
}

/* .carousel-caption h3,
h4,
h5,
h6,
p,
a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
} */



/* ============= Animation delays ====================== */

.carousel-caption h6{
	animation-delay: 1s;
}
.carousel-caption h5{
	animation-delay: 2s;
}
.carousel-caption h4 {
	animation-delay: 3s;
}
.carousel-caption button {
	animation-delay: 3s;
}

.carousel-caption a {
	animation-delay: 3s;
}

.hidden-sm {
    display: none;
}



@media only screen and (max-width:1024px) {

    .carousel-caption {
        /*background: #fdd215;*/
        width: 80%;
        position: absolute;  
        right: 15%;
        bottom: 10%;
        left: 3%;
        z-index: 10;
        padding: 10px;
               
        /* display: none !important; */
    }
    
     
}

@media only screen and (max-width: 768px) {
     
    
    .carousel-caption h6 {       
        font-size: 25px;
        
    }
    .carousel-caption h4 { display: none;     
        font-size: 13px;      
    }
}

 

@media only screen and (max-width: 580px) {
    .carousel-control-prev-icon {
        display: inherit;
    }
    .carousel-control-next-icon {
        display: inherit;
    }
    .carousel-indicators button {
        display: none !important;
    }
    /*.carousel-caption {bottom: 0%;} */
}


@media only screen and (max-width:500px) {

    .carousel-caption { 
        position: absolute; 
        width: 85%; 
        right: 5%;
        bottom: 5%;
        left: 3%;
        z-index: 10;
        padding: 10px;
    
    }

    .carousel-caption h6 {       
        font-size: 22px;
        
    }
    .carousel-caption h4 {  display: none;     
        font-size: 12px;      
    }
    
     
}


@media only screen and (max-width: 480px) {
    .slider {
        /*padding-top: 80px;*/
        margin: 0px 0 0px 0px;
        border: 0px solid #ddd;
    }
    /*.carousel-caption { display: none;}*/
    .hidden-lg {
        display: none;
    }
    .hidden-sm {
        display: inherit;
    }
      
    .carousel-caption h6 {       
        font-size: 23px;
        
    }
}

@media only screen and (max-width: 375px) {
     
    /* .carousel-item .w-100 { width:100% !important;  
           height:500px;} */
    
     /* .carousel-caption{ display: none;} */

     
}


.back1{position:absolute;right:0%;/*top:-145px;*/ bottom: 0%; /*width:13%;*/}
.about-left{position:relative;}
.back2{position:absolute;left:-17%;width:11%;bottom:-40%;}

@media only screen and (max-width: 480px) {
    .back1{display: none;}
}


.hexa-right{position:absolute;right:0%;/*top:-145px;*/ bottom: -30%;   width:150px; z-index: -1; opacity: 1;}

.hexa-bottom{position:absolute;left:-3%; bottom: -40px;  z-index: -1; opacity: 1; transform: rotate(180deg); display: none;}
.hexa-bottom img{ width: 150px; }

@media only screen and (max-width: 480px) {
    .hexa-right{opacity: 0.50; bottom: -50%; }
    .hexa-bottom{display: none;} 
}


/*------------inner page banner-----==================-----------*/

.carousel-inner-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #334387;
    opacity: 0.95;
    position: absolute;
    left: 0;
    top: 0;
}

.carousel-inner-overlay {
    position: relative;
    overflow: hidden;
    border: 0px solid rgb(0, 0, 0);
}

 

.carousel-caption-1 {
    /* background: #fdd215; */
    width: 35%;
    position: absolute;  
    right: 15%;
    bottom: 5%;
    left: 3%;
    z-index: 10;
    padding: 10px;
    text-align: left !important;
    
    /* display: none !important; */
}

 
.carousel-caption-1 h6 {
    margin: 0px;
     font-family:var(--font-family-Montserrat);
    font-weight: 700;
    font-size: 36px;  
    color: var(--text-heading);letter-spacing: 1px; margin: 0px; 
}
.carousel-caption-1 h6 span{ color: var(--primary);}

.carousel-caption-1 h4 {
    margin: 10px 0;
     font-family:var(--font-family-Montserrat);
    font-weight: 500;
    font-size:13px;
    color:var(--text-heading);letter-spacing: 0.25px; 
}


@media only screen and (max-width:992px) {

    .carousel-caption-1 {
        /* background: #fdd215; */
        width: 60%;
        position: absolute;  
        right: 15%;
        bottom: 5%;
        left: 3%;
        z-index: 10;
        padding: 10px;
        text-align: left !important;
        
        /* display: none !important; */
    }

    .carousel-caption-1 h6 {       
        font-size: 28px;
        
    }
    .carousel-caption-1 h4 {  
        font-size: 13px;      
    }
    
     
}

@media only screen and (max-width: 768px) {
     
    
    .carousel-caption-1 h6 {       
        font-size: 22px;
        
    }
    .carousel-caption-1 h4 {   display: none;     
        font-size: 12px;      
    }
}

 
 
/*===========================*/

    .color-bar {
        background-color: transparent;
        padding: 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
    }

    .color-bar:after {
        position: absolute;
        width: 25%;
        height: 100%;
        content: '';
        background: var(--primary);
        left: -25px;
        bottom: 40px;        
        z-index: 99999;
        transform: skew(-24deg, 0deg);
        -moz-transform: skew(-24deg, 0deg);
        -webkit-transform: skew(-24deg, 0deg);
    }

    .top-bar {
        background-color: #1f1a17;
        border-bottom: 0px solid rgba(0, 0, 0, 0.08);
        color: #7e7e7e;
        padding: 12px 0;
        position: relative;
    }

    .top-bar:before {
        position: absolute;
        width: 40.85416666666667%;
        height: 100%;
        content: '';
        background: #ff5e14;
        left: -22px;
        top: 0;
        transform: skew(-24deg, 0deg);
        -moz-transform: skew(-24deg, 0deg);
        -webkit-transform: skew(-24deg, 0deg);
    }

@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 1100px) {
    .color-bar { display: none;
    }

   
}

@media only screen and (max-width: 575px) {
  
    
   
}

@media only screen and (max-width: 425px) {
     
}

/*--================================================-*/

.heading-bx h2 {
     font-family:var(--font-family-Montserrat);
    color: var(--text-heading);
    font-size: 35px;
    font-weight: 700; letter-spacing: 0.50px;
    text-align: left !important;
    line-height: normal !important;
    margin:15px 0;
    text-transform: inherit; 
}

.heading-bx h2 span { display: block;
    color: var(--primary);
    font-size: 20px;
    font-weight:500;
    letter-spacing: 0.50px;
}

.heading-bx h4 {
     font-family:var(--font-family-Montserrat);
    font-size: 24px;
    color: var(--primary);
    font-weight: 600;
    text-transform: inherit;
    text-align: left !important;
    position: relative; text-transform: inherit; margin: 0px;
}

.heading-bx h4 span {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    display: inline-block;
}



/*
 .heading-bx h4 span:before {
  content: '';
  width: 20px;
  height: 16px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
} */


/* .heading-bx h4 span:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #ff7029;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
} */

.heading-bx h6 {
    font-family: 'Niconne', cursive;
    font-size: 30px;
    color: var(--text-heading);
    font-weight: 400;
    text-transform: inherit;
    text-align: left !important;
    position: relative; text-transform: inherit;
}


.heading-bx h3 {
     font-family:var(--font-family-Montserrat);
    color: var(--text-heading);
    font-size: 40px;
    font-weight: 800; letter-spacing: -0.50px;
    text-align: center !important;
    line-height: normal !important;
    margin-top: -10px;
    text-transform: inherit; margin: 0;
     position: relative; 
}
/* .heading-bx h3 span{display: inline;}

.heading-bx h3 span:after {
    content: '';
    width: 50px !important;
    height: 3px !important;
    background-color:var(--primary);
    position: absolute;
    margin:0 auto;
    left: 0;
    right: 0;
    bottom: -10px;
   
  } */

  .heading-bx h5 {
     font-family:var(--font-family-Montserrat);
    font-size: 24px;
    color: var(--primary);
    font-weight: 600;
    text-transform: inherit;
    text-align: center !important;
    position: relative; text-transform: inherit; margin: 0px;
}

.heading-bx h5 span {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    display: inline-block;
}

 

.heading-bx h1 {
    font-family: 'Poppins', sans-serif;
    color: var(--sc-primary);
    font-size: 36px;
    font-weight: 700;
    text-align: left !important;
    line-height: normal !important;
}

.heading-bx .color-white {
    color: #fff;
    /*text-align: left !important;*/
}

@media only screen and (max-width: 480px) {
    .heading-bx h2{font-size: 30px;}
    .heading-bx h4{font-size: 20px;}

    .heading-bx h3{font-size: 30px;}
    .heading-bx h5{font-size: 20px;}
}
 

/*=================================*/


.heading-bx-left h4 {
     font-family:var(--font-family-Montserrat);
    font-size:35px;
    color: var(--primary);
    font-weight:800;   font-style: italic;
    text-transform: inherit;
    text-align: left !important;
    position: relative;   margin: 0px; line-height: 1; letter-spacing: -0.50px;
}
.heading-bx-left h4 strong {font-weight:800; color: var(--text-heading); }

.heading-bx-left h4 span { font-weight:800;   padding-left: 5rem;padding-right: 0px;  position: relative;    
}

 .heading-bx-left h4 span:before {
    content: '';
    width: 150px;
    height: 4px;
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    left: -5rem; 
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);}


    .heading-bx-left h3 {
         font-family:var(--font-family-Montserrat);
        color: var(--text-heading);
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -0.50px;
        text-align: left !important;
        line-height: normal !important;
        margin: 10px 0;
        text-transform: inherit;
        padding-left: 5rem;
    }


    @media only screen and (max-width: 425px) {  

        .heading-bx-left h4{font-size: 24px !important;}
    }
    
    @media only screen and (max-width: 600px) {
        /* .heading-bx-left h4 strong {  padding-left: 5rem; display: block; } */
    }

    /*==================================================*/

    .heading-bx-center h4 {
         font-family:var(--font-family-Montserrat);
        font-size: 35px;
        color: var(--primary);
        font-weight:800;  font-style: italic;  
        text-transform: inherit;
        text-align: center !important;
        position: relative;   margin: 0px; line-height: 1; letter-spacing: -0.50px;
    }
    .heading-bx-center h4 strong {font-weight:800; color: var(--text-heading); }
    
    .heading-bx-center h4 span { font-weight:800;  position: relative;    
    }

    .heading-bx-center h3 {
         font-family:var(--font-family-Montserrat);
        font-size:18px;
        color: var(--text-primary);
        font-weight:500;  
        text-transform: inherit;
        text-align: center !important;
        position: relative;   margin: 15px 0;  
    }
    
    @media only screen and (max-width: 425px) {    
        .heading-bx-center h4{font-size: 24px !important;}
    }
    
    @media only screen and (max-width: 600px) {
        /* .heading-bx-center h4 strong {font-weight:400;  display: block; } */
    }



/*===============================================================*/


/* .wel-section-area{
background:url(../images/wel-bk.jpg); background-repeat: no-repeat; background-position: right; height:680px; 
background-size:50% 100%;
padding:0px 0px 0px 0px;  
position: relative; z-index: 1;
display: flex; 
flex-direction: row; 
align-items: center;

}  */

.wel-bx{
    display: flex; 
    flex-direction: row; flex-wrap: wrap; 
    justify-content: space-between;
    align-items: flex-start;
}

.wel-bx .col-wel-1{width: calc(33.33% - 15px);}
.wel-bx .col-wel-2{width: calc(33.33% - 15px);}
.wel-bx .col-wel-3{width: calc(33.33% - 15px);}

/* .col-wel-1{padding: 30px 25px 20px 25px;} */

 

@media only screen and (max-width:768px) {
    /* .wel-section-area{
        background:none; background-repeat: no-repeat; background-position: initial; height:100%; 
        background-size:auto;
        padding:40px  0px;  
        position: relative; z-index: 1;
        display: flex; 
        flex-direction: column; 
        align-items: center;
        
        }  */
        
        .wel-bx{
            display: flex; 
            flex-direction: row; flex-wrap: wrap; 
            justify-content: space-between;
            align-items: center;
        }
        
        .wel-bx .col-wel-1{width: 100%;}
        .wel-bx .col-wel-2{width: 100%;}
        .wel-bx .col-wel-3{width: 100%;}
}

@media only screen and (max-width:480px) {
    
       
}



.wel-bx p {
     font-family:var(--font-family-Montserrat);
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text-primary); letter-spacing: 0.20px;
    text-align: left !important; padding: 0px 0 0 0;
}

.wel-bx h3 {
     font-family:var(--font-family-Montserrat);
    font-size: 24px;
    font-weight: 600;
    color: var(--text-heading);
    text-align: left !important;
}

.wel-bx ul li {
     font-family:var(--font-family-Montserrat);
    padding-top: 10px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text-primary);
    text-align: left !important;
}

.wel-bx .readmore {
     font-family:var(--font-family-Montserrat);
    font-weight: 500;
    font-size:30px;
    letter-spacing: 0.50px;
    color: var(--primary);
    /*background-color:var(--primary);*/
    padding: 0px; border: 0px solid  var(--primary);
    display: inline-flex;
    align-items: center; margin-top:15px;
    padding: 0px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}


.wel-bx .readmore span { font-size: 14px;  font-weight:600;
    padding: 0 10px 0 0px;
}

 

.wel-bx .readmore:hover  {
    /* background-color: var(--sc-primary); */
    color: var(--sc-primary); padding-left: 10px;
}
.wel-bx .readmore:hover span {
     display: inherit;  -webkit-animation-name: fadeInRight;
     animation-name: fadeInRight;
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     
}

 
.row-display {
    padding: 0 0px;
}

.rounded-3 {
    border-radius: 1rem !important;
}


.exper-box {        
    background: #fff; border-radius: 20px; border: 0px solid #ddd; 
    display: flex; flex-direction: row; justify-content: space-between; align-items: center;
     position:relative; margin-top: -60px;
}

.exper-box div{ width: 33.33%; padding: 0px;}

.exper-box h4 {
    font-size:65px;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
}

.exper-box h5 {   font-family:var(--font-family-Montserrat);
    font-size:30px;
    font-weight:700; font-style: italic;
    color: var(--text-heading);
    margin: 0; line-height: normal !important;
}

.exper-box h5 small { display: block;  font-family:var(--font-family-Montserrat);
    font-size: 45px !important; color: var(--primary);
    font-weight:700 !important;
    margin: 0;
} 

@media only screen and (max-width: 1024px) {
    .exper-box {        
        background: #fff; border-radius: 20px; border: 0px solid #ddd; 
        display: flex; flex-direction: row; justify-content: space-between; align-items: center;
         position:relative; margin-top: 0px;
    }
    
}

@media only screen and (max-width: 768px) {
    .exper-box {        
        background: #fff; border-radius: 20px; border: 1px solid #ddd; 
        display: flex; flex-direction: column; justify-content: space-between; align-items: center;
         position:relative; margin-top: 0px; margin: 30px 0;
    }
    
    .exper-box div{ width:100%; padding: 20px;}
    
}

@media only screen and (max-width: 480px) {

     
 
}
 
/*================================================================================*/

.exper-box1 {        
    background: #fff;  
    display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center;
     position:relative; margin-top: 20px; text-align: center;
}

.exper-box1 .eb-1{ width:100%; padding: 0px;}
.exper-box1 .eb-2, .eb-3{ width: 45.33%; padding: 0px;}

 

.exper-box1 h4 {  font-family:var(--font-family-Montserrat);
    font-size:18px;
    font-weight:600;
    color: var(--text-primary);
    margin: 0 0 20px 0;
}

.exper-box1 h5 {   font-family:var(--font-family-Montserrat);
    font-size:36px;
    font-weight:700; font-style: italic;
    color: var(--text-heading);
    margin: 0; line-height: normal !important;
}

.exper-box1 h5 small { display: block;  font-family:var(--font-family-Montserrat);
    font-size: 45px !important; color: var(--primary);
    font-weight:700 !important;
    margin: 0;
} 

@media only screen and (max-width: 1024px) {
     
    
}

@media only screen and (max-width: 768px) {
    .exper-box1 {        
        background: #fff; border-radius: 20px; border: 1px solid #ddd; 
        display: flex; flex-direction: column; justify-content: space-between; align-items: center;
         position:relative; margin-top: 0px; margin: 30px 0; padding: 10px;
    }
    
    .exper-box1 .eb-2, .eb-3{ width: 100%; padding: 0px;}
    
}
 

/* .wel-shadow-bg{ background: #fff; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; padding: 20px; border-radius: 15px; 
  position: relative; left: -100px; }  


.wel-shadow-bg::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -12px;
  height: calc(100% - 80px);
  width: 2%;
  background: #E0E2E8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
} */

@media only screen and (max-width: 1180px) {
    /* .wel-shadow-bg{ background: #fff;  padding: 20px; border-radius: 15px; position: relative; left: -100px;}  */
    .row-display {
        padding: 0 0px;
    }
}


/* @media only screen and (max-width: 1024px) {
  .wel-shadow-bg{ background: #fff; box-shadow:none  !important;  padding: 20px; border-radius: 15px; position: relative; left: 0px;} 
  .wel-shadow-bg::after { 
    content: none;     
  }
 
} */

@media only screen and (max-width: 767px) {
    /* .wel-shadow-bg{ background: #fff; box-shadow:none  !important;  padding: 0 0 25px 0; border-radius: 0px; position: relative; left: 0px;}  */
    .row-display {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 0px;
    }
}


/*======================================================*/

.founder-section{ background: #fff; padding: 50px 0; position: relative; margin: 0px 0;}

.founder-section:before {
    position: absolute;
    width: 50.85416666666667%;
    height: 100%;
    content: '';
    background: var(--primary);
    left: 0px;
    top: 0;
    z-index: 0;
}

 


.founder-bx{ display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between;
     position: relative; text-align: center; } 
.f-bx-1{ width: 100%;}
.f-bx-2{ width: 100%; padding-left: 0px;}

.founder-bx img{ max-width:180px;border: 6px solid #fff; border-radius: 10%;}
.founder-bx h5 {    font-family:var(--font-family-Montserrat);  
    font-size: 20px;
    color: var(--text-white);   
    font-weight: 300;
    text-transform: inherit;   
     margin: 20px 0 0 0;
}

.founder-bx h4 {    font-family:var(--font-family-Montserrat); 
    font-size:18px;
    color: var(--primary);
    font-weight:600;
    text-transform: inherit;   
     margin: 0px;
}

.founder-bx h4 small{display: block;font-size:14px;
    color: var(--text-heading);
    font-weight:500; padding: 5px 0;}

.founder-bx p {
         font-family:var(--font-family-Montserrat);
        font-size: 17px !important;
        line-height: 24px;
        font-weight: 400 !important;
        color: var(--text-primary)!important;
        margin-bottom: 10px !important; text-align: center !important;
    }
    
    .founder-bx p i{ display: block; margin-top: -25px; font-size: 40px; color: var(--sc-primary);}

.founder-bx ul {
        padding: 15px 0 0 15px;         
    }
    
.founder-bx li {
        list-style: url(../images/list.png);
        color: var(--text-white);
        font-size: 16px;
        font-weight:400;
        padding: 3px 2px;
    }
 

    .founder-bx .readmore {
         font-family:var(--font-family-Montserrat);
        font-weight: 500;
        font-size: 26px;
        letter-spacing: 0.50px;
        color: var(--primary);
        background-color:transparent;
        padding: 0px; border: 0px solid  var(--primary);  
        display: inline-flex;
        align-items: center; margin-top:1px;
        padding: 0px;
    }
    
    .founder-bx .readmore span {
        padding: 0 20px 0 10px;
    }   
     
    
    .founder-bx .readmore:hover  {
        /* background-color: var(--sc-primary); */
        color: var(--sc-primary) ; padding-left: 35px;
    }

    @media only screen and (max-width: 1160px) {
    }

    @media only screen and (max-width: 768px) {
        .founder-section:before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: '';
            background: var(--primary);
            left: 0px;
            top: 0;
            z-index: 0;
        }
    }

    @media only screen and (max-width: 300px) {
        .founder-bx img{ max-width:100%;}
    }



/*======================================================*/

 

.Founder-bk { text-align: center;
    position: relative; margin-top: 0px;
    width: 100%;
    padding: 0px 30px 180px 30px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background-image: linear-gradient(180deg, #ce3b27, #8c1a21);
    /* animation: Animation 5s ease infinite;background-size: 200% 200%; */
}
.Founder-bk:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    right: 1px;
    z-index: -1;
    background: #ce3b27;
    transform-origin: top right;
    -ms-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
}

.Founder-bk img{ max-width:260px;border:8px solid #fff; border-radius: 100%; margin-top: -100px;}

.Founder-bk h3 {    font-family:var(--font-family-Montserrat);  
    font-size: 22px;
    color: var(--text-white);   
    font-weight: 500;
    text-transform: inherit;   
     margin: 20px 0 0 0;
}

.Founder-bk h5 {    font-family:var(--font-family-Montserrat); 
    font-size:16px;
    color: var(--text-white);
    font-weight:500;
    text-transform: inherit;   
     margin: 5px 0;
}


.Founder-bk p {
    font-family:var(--font-family-Montserrat);
   font-size: 13px;
   line-height: 24px;
   font-weight: 500;
   color: var(--text-white); letter-spacing: 0.20px;
   text-align: left !important; padding: 0px 0 0 0;
}
  
.fd-mg{margin: 60px 0 0 0;}

@media only screen and (max-width: 768px) {
    .Founder-bk {  
        padding: 0px 0px 60px 0px;
        margin-bottom: 30px;
     
    }
}

 


 /*=======================================================================*/

 .pro-section{ margin:0px 0;   position: relative !important; } 

 
 .pro-bk {
    position: relative; margin-top: 70px;
    width: 100%;
    padding: 55px 30px 55px 30px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background-image: linear-gradient(180deg, #ce3b27, #8c1a21);
    /* animation: Animation 5s ease infinite;background-size: 200% 200%; */
}
.pro-bk:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1px;
    z-index: -1;
    background: #ce3b27;
    transform-origin: top left;
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
}



.pro-bk p {
    font-family:var(--font-family-Montserrat);
   font-size: 13px;
   line-height: 24px;
   font-weight: 500;
   color: var(--text-white); letter-spacing: 0.20px;
   text-align: left !important; padding: 0px 0 0 0;
}

.pro-bk h3 {
    font-family:var(--font-family-Montserrat);
   font-size: 30px;
   font-weight: 500;
   color: var(--text-white);
   text-align: left !important; padding: 7px 0;
}

.pro-bk h3 a{color: var(--text-white);}
.pro-bk h3 a:hover{color: #000;}
 
.pro-bk .readmore {
    font-family:var(--font-family-Montserrat);
   font-weight: 500;
   font-size:30px;
   letter-spacing: 0.50px;
   color: var(--text-white);
   /*background-color:var(--primary);*/
   padding: 0px; border: 0px solid  var(--primary);
   display: inline-flex;
   align-items: center; margin-top:5px;
   padding: 0px;
   transition: All 0.5s ease;
   -webkit-transition: All 0.5s ease;
   -moz-transition: All 0.5s ease;
   -o-transition: All 0.5s ease; margin-bottom: 20px;
}


.pro-bk .readmore span { font-size: 14px;  font-weight:600;
   padding: 0 10px 0 0px;
}



.pro-bk .readmore:hover  {
   /* background-color: var(--sc-primary); */
   color: #000; padding-left: 10px;
}
.pro-bk .readmore:hover span {
    display: inherit;  -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    
}


/*=====================================*/

.home-pro1{ width: 100%; position: relative;}
.home-pro1 img{ width: 100%; border: 1px solid #efecec; position: relative;}

.carepic {position: relative;
    width: 100%;
    margin: 0 auto;
}

.carepicinfo {position: absolute; bottom: 8%;  right: 0;  left:5%; width: 84%; padding: 0px;  color: var(--sc-primary);}
.carepicinfo h4{ font-size: 26px; font-weight: 600;}
.carepicinfo h5{  font-size: 15px; font-weight: 500;}
.carepicinfo:hover{ color: var(--primary); padding-left: 15px;}

.carepicinfo1 {position: absolute; bottom: 8%;  right: 0;  left:5%; width: 84%; padding: 0px;  color: var(--text-heading);}
.carepicinfo1 h4{ font-size: 20px; font-weight: 600;}
.carepicinfo1 h5{  font-size: 14px; font-weight: 500;}
.carepicinfo1:hover{ color: var(--primary); padding-left: 15px;}

.pd-no{padding-right: 5px !important;
    padding-left: 5px !important; padding: 5px 5px; }

@media only screen and (max-width: 767px) {
    .pd-no{padding-right: 10px !important;
        padding-left: 10px !important; padding: auto auto; }
}

@media only screen and (max-width: 575px) {
   
}

@media only screen and (max-width:480px) {
 
      
   }

 

.btns{
  display: table;
  margin: 30px auto;
}
.customNextBtn, .customPreviousBtn{
      float: right;
    background: #2d9070;
    color: #fff;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
}


/*=====================================================*/
.submenu-section{background-image: linear-gradient(180deg, #ce3b27, #8c1a21); opacity: 0.80; bottom: 0;
    padding-top: 0px; position: absolute; width: 100%;}
.submenu{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.submenu a{padding: 25px 20px; font-size: 15px; font-weight: 500; letter-spacing: 1px; color:#fff; border-right: 1px solid #8c1a21;   
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;}
.submenu a:hover{background: #8c1a21; color:#fff;  }
.submenu a.active{background: #8c1a21; color:#fff;}

@media only screen and (max-width:991px) {
    .submenu-section{display: none;}
}

@media only screen and (max-width:575px) {
    .submenu-section{background: #fff; padding:0 ;}
    .submenu{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
    .submenu a{ width: 50%; border-right:1px solid #ddd;border-bottom:1px solid #ddd; padding: 10px 15px; font-size: 12px;  }
      
}


/*===============================================*/

.bannewrapp {
    position: relative;
}
.bannewrapp {
    height: 100vh;
    color: #fff;
}

/* .bannewrapp:before {
    background: rgba(0,0,0,0.4);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
} */

.resp-banner {
    display: none;
}
@media only screen and (max-width: 991px){
.resp-banner { display: block;}
.bannewrapp {
    height:auto; }
}

.banner-container {
    height: 100%;
}
.banner-text {
    position: absolute;
    bottom: 180px;
}

.banner-text  h1 {
    margin: 0px;
    font-family: var(--font-family-Montserrat);
    font-weight: 700;
    font-size: 36px;
    color: var(--text-heading);
    letter-spacing: 1px;
    
}

.banner-text h4 { display: none;
    margin: 0px 0;
    font-family: var(--font-family-Montserrat);
    font-weight: 400;
    font-size: 20px;
    color: var(--text-heading);
    letter-spacing: 0.25px;
}

@media only screen and (max-width: 1160px){
    .banner-text { bottom: 140px;}
}

@media only screen and (max-width: 991px){
    .banner-text { bottom: 40px;}
}

@media only screen and (max-width: 425px){
    .banner-text { bottom: 10px; padding: 4px;}

    .banner-text  h1 { font-size: 25px;}
    
    .banner-text h4 { font-size: 14px;}

     .banner-text h4 br {display: none;}    
}

.skincare-banner {
    background: url(../images/slider/skin-care-lg.jpg);
    background-size: cover;
}



/*=============================================================*/
 
 
.pro-listing {list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 30px 0 0 0;
}

.pro-listing li:first-child{padding-right: 20px;}

.pro-listing li h4{font-family: 'Poppins', sans-serif;
    color: var(--text-heading);
    font-size: 24px;
    font-weight: 700;    
    }
 
.pro-listing li p {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;       
        font-weight: 500;
        color: var(--text-primary);
         margin-bottom: 5px;
    }

.pro-listing li a{font-family: 'Poppins', sans-serif;
        color: var(--primary);
        font-size: 14px;
        font-weight:700;    
        text-transform: uppercase;}

.pro-listing li a:hover{ 
   color: var(--sc-primary);
            }

 
@media only screen and (max-width: 430px) {
    .pro-listing {list-style: none;
        padding: 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 30px 0 0 0; text-align: center;
    }
    
    .pro-listing li:first-child{padding-right: 0px;}

    .pro-listing li h4{ padding-top: 10px;  
        }

}

@media only screen and (max-width: 320px) {
    
}

/*===============================================================*/



.product-list{margin:0px 0 40px 0;  display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;} 
.product-list .product-list-col-1, .product-list-col-2{width: 50%; }
 .product-list .product-list-col-3, .product-list-col-4{width: 50%; }

.product-list-col-1{ order: 2;} 
.product-list-col-2{ order: 1; margin-right: 30px;}

.product-list-col-3{ order: 1;} 
.product-list-col-4{ order: 2; margin-left: 30px;}

.product-list h4{  font-family:var(--font-family-Montserrat); color: var(--text-heading); font-size: 36px; font-style: italic; font-weight: 700;    padding-bottom: 10px; position: relative;}

/* .product-list h4:after { content:''; width:7rem;border-bottom: 3px solid #143280; display: block; position: absolute; bottom: 1px;} */

.product-list p {
     font-family:var(--font-family-Montserrat);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text-primary);
    letter-spacing: 0.20px;
    text-align: left !important;
    padding: 0px 0 0 0; margin: 0;
}
 
.product-list ul{list-style: none; padding: 10px 0 0 20px;} 
.product-list ul li{list-style: url(../images/bullet.png);   padding: 10px 0;} 

.product-list-img {padding: 0 0px; text-align: center;} 
.product-list-img img{ max-width: 100%; border-radius: 12px;} 


.product-list .readmore {
     font-family:var(--font-family-Montserrat);
    font-weight: 500;
    font-size:30px;
    letter-spacing: 0.50px;
    color: var(--primary);
    /*background-color:var(--primary);*/
    padding: 0px; border: 0px solid  var(--primary);
    display: inline-flex;
    align-items: center; margin-top:5px;
    padding: 0px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
} 
 

.product-list .readmore:hover  {
    /* background-color: var(--sc-primary); */
    color: var(--sc-primary); padding-left: 10px;
}
.product-list .readmore:hover span {
     display: inherit;  -webkit-animation-name: fadeInRight;
     animation-name: fadeInRight;
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     
}


@media only screen and (max-width :920px) { 
.product-list{margin: 30px 0 30px 0;  display: flex; flex-direction: column-reverse; flex-wrap: nowrap;} 	
.product-list .product-list-col-1, .product-list-col-2{width: 100%; }
 .product-list .product-list-col-3, .product-list-col-4{width: 100%; }
	
.product-list-col-1{ order: 1;} 
.product-list-col-2{ order: 2; margin-right: 0px;}

.product-list-col-3{ order: 1;} 
.product-list-col-4{ order: 2; margin-left: 0px;}
	
.product-list-img {padding: 30px 0px; text-align: center;}

.product-list h4{  font-size: 30px; }

}

@media only screen and (max-width :575px) {
 
}



.product-Details{text-align: left;}
.product-Details h5{  font-family:var(--font-family-Montserrat); color: var(--primary); font-size: 28px; font-style: italic; font-weight: 700;  padding: 25px 0 0 0; margin: 0;} 

.product-Details p {
     font-family:var(--font-family-Montserrat);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text-primary);
    letter-spacing: 0.20px;
    text-align: left !important;
    padding: 0px 0 0 0; margin: 0;
} 
.product-Details ul{list-style: none; padding: 15px 0 0 20px;} 
.product-Details ul li{list-style: url(../images/list0.png);   padding:4px 0;  font-family:var(--font-family-Montserrat);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text-primary);} 

    .product-Details .li-list{ display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;}
    .product-Details .li-list li{ width:calc(48% - 15px);}
    @media only screen and (max-width: 768px) {
        .product-Details .li-list li{ width:calc(100%);}
    }


.product-gallery{ display:flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px;}
.product-gallery .pg-col-1{ width: 100%; margin-bottom: 1%; }
.product-gallery .pg-col-2, .pg-col-3{ width: 49.50%;}
.product-gallery img{ width: 100%;}

/*=======================================================================*/
  

/* .latest-awards img::after {
    position: absolute;
    width: 40%;
    height: 100%;
    content: '';
    background: #fff;
    left: 22px;
    top: 0;
    transform: skew(-24deg, 20deg);
    -moz-transform: skew(-24deg, 20deg);
    -webkit-transform: skew(-24deg, 20deg);
} */

/* .awards-bk {position: relative; 
    width:100%;
    height: 500px;
    display: grid;
    border-radius: 0px;
    overflow:hidden;    
    transform-origin: bottom;
     
  }
  .awards-bk:before {
    content:"";
    background-image: linear-gradient(180deg, #ce3b27, #8c1a21);
    border-radius: inherit;
    transform: skewY(-15deg);
    transform-origin: bottom left;
    background-size: 200% 200%;
    animation: Animation 5s ease infinite;
  } */
  
  @keyframes Animation {
    50% {
      background-position: 90% 100%
    }
  }


  .awards-bk {
    position: relative; margin-top: -50px;
    width: 100%;
    padding: 10px 20px 100px 10px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background-image: linear-gradient(180deg, #ce3b27, #8c1a21);
    /* animation: Animation 5s ease infinite;background-size: 200% 200%; */
}
.awards-bk:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: -1;
    background: #8c1a21;
    transform-origin: bottom right;
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
}

.latest-awards{ margin:0px; text-align: left;   position: relative !important; overflow: hidden !important; border: 0px solid #ddd; padding:0 20px;  display:block;  top: -50px;} 
 
.latest-awards img{ background: transparent; position: relative;}

.awards-text{position: relative; padding: 20px 30px;   text-align: center !important;} 

.awards-text h3 {
font-family:var(--font-family-Montserrat);
  color:#fff !important;
  font-size:22px !important;
  font-weight: 600 !important;  
  line-height: normal !important;
  margin: 0 0;
  padding:6px 0 5px 0; text-align: center !important;
}
.awards-text h4 {
     font-family:var(--font-family-Montserrat);
    color:#fff !important;
    font-size:32px !important;
    font-weight:500 !important;  
    line-height: normal !important;  
    margin: 0 0;
    padding:0px 0 0 0;
  }
 
  .awards-text h4 span{ display: block; font-weight: 300;}

 

 
.latest-awards .arrow1{ background:transparent;  
    margin-left: 0px; margin-top:0px !important;
    padding: 10px 0px; display: inline-block;
    position: relative !important; 
    /* left: 0; */ right: 0px; 
    /* bottom: 10px; */
    z-index: 1; color: var(--primary); font-size:26px;}

    .latest-awards:hover .arrow1{color:var(--sc-primary);}
 
    @media only screen and (max-width:767px) {
        .awards-bk {
            position: relative; margin: 20px 0;
             
        }
         
        .awards-bk:after {
            content: none;
             
        }
    }


@media only screen and (max-width: 600px) {
    .latest-awards{ background: #fff; margin:20px 0px; text-align: left;   position: relative !important; overflow: hidden !important; border: 1px solid #ddd; padding: 10px; border-radius: 10px; display:block;} 
}

@media only screen and (max-width: 575px) {
   
}

@media only screen and (max-width:480px) {
 
      
   }


/*===========================================================================*/


.awards-list{ background: #fff; margin: 0 0 30px 0px; text-align: center;   position: relative !important; overflow: hidden !important;  padding: 10px; border-radius: 0px; display:block;} 
 

.awards-list h3 {
   font-family:var(--font-family-Montserrat);
  color:var(--primary) !important;
  font-size: 18px !important;
  font-weight: 500 !important;  
  line-height: normal !important;
  margin: 0 0;
  padding:6px 0 0 0;
}
 
.awards-list h4 {
     font-family:var(--font-family-Montserrat);
    color:var(--text-heading) !important;
    font-size:15px !important;
    font-weight:500 !important;  
    line-height: normal !important;  
    margin: 0 0;
    padding:0px 0 0 0;
  }

.awards-list:hover h3{color:var(--sc-primary) !important;}

 
 

@media only screen and (max-width: 600px) {
    .awards-list{ background: #fff; margin: 0 0 30px 0px; text-align: center;   position: relative !important; overflow: hidden !important;  padding: 10px; border-radius: 0px; display:block;} 
}


 /*====================================================================*/
   
.latest-projects{ background: #fff; margin:20px 10px; text-align: left;   position: relative !important; overflow: hidden !important; border: 0px solid #ddd; padding: 0px; border-radius: 10px; display:block;} 
 

.latest-projects h3 {
   font-family:var(--font-family-Montserrat);
  color:var(--primary) !important;
  font-size: 20px !important;
  font-weight: 500 !important;  
  line-height: normal !important;
  margin: 0 0;
  padding:6px 0 0 0;
}
.latest-projects h4 {
     font-family:var(--font-family-Montserrat);
    color:var(--text-heading) !important;
    font-size:15px !important;
    font-weight:500 !important;  
    line-height: normal !important;  
    margin: 0 0;
    padding:0px 0 0 0;
  }
 

.latest-projects:hover h3{color:var(--primary) !important;}

 
.latest-projects .arrow1{ background:transparent;  
    margin-left: 0px; margin-top:0px !important;
    padding: 0px 0px; display: inline-block;
    position: relative !important; 
    /* left: 0; */ right: 0px; 
    /* bottom: 10px; */
    z-index: 1; color: var(--primary); font-size:26px;}

    .latest-projects:hover .arrow1{color:var(--sc-primary);}
 

@media only screen and (max-width: 768px) {
    .latest-projects{ background: #fff; margin:20px 10px; text-align: left;   position: relative !important; overflow: hidden !important; border: 1px solid #ddd; padding: 10px; border-radius: 10px; display:block;} 
}

@media only screen and (max-width: 575px) {
   
}

@media only screen and (max-width:480px) {
 
      
   }


   /*==============================================================*/

.services-bk {
    background-color: #fff;
    position: relative;
    padding: 20px 0px;
    margin: 30px 0;
}

.services-bk:before {
    position: absolute;
    width: 30.85416666666667%;
    height: 580px;
    content: '';
    background: var(--primary);
    left: 0px;
    top: 0;
    z-index: 0;
}

.services-bk1 {
    background-color: #fff;
    position: relative;
    padding: 20px 0px;
    margin: 30px 0;
}

.services-bk1:before {
    position: absolute;
    width: 30.85416666666667%;
    height: 580px;
    content: '';
    background: var(--primary);
    right: 0px;
    top: 0;
    z-index: 0;
}

.services-box{position: relative; padding: 20px 0;  font-family:var(--font-family-Montserrat);}

.services-text{ padding: 15px 20px; display: flex; flex-direction: row; justify-content: space-between;}

.st-col-1{width: 20%;}
.st-col-2{width: 80%;}

.services-text h3 {
     font-family:var(--font-family-Montserrat);
    color: var(--text-heading);
    font-size: 30px;
    font-weight: 800;  
    line-height: normal !important; 
    text-transform: inherit;
    margin: 0;
}

.services-text p {
    color: var(--text-primary) !important;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0px 0;
    line-height: 24px;
    letter-spacing: 0.20px;
}

.services-text ul {
    padding: 15px 0 0 15px;
}

.services-text li {
    list-style: url(../images/list1.png);
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 500;
    padding: 5px 2px; text-align: left !important;
}


@media only screen and (max-width:1160px) {
 
    .st-col-1{width: 20%;}
    .st-col-2{width: 75%;}   

    .services-text h3 { 
        color: var(--text-heading);
        font-size: 24px;
      
    }
}


@media only screen and (max-width:768px) {
 
    .st-col-1{width: 110px;}
    .st-col-2{width: 85%;}   
    .services-text{ padding: 15px 0px; display: flex; flex-direction: row; justify-content: space-between;}

    /* .sm-margin{margin:60px 0px 0 0;} */

    .services-bk {
        background-color: #fff;
        position: relative;
        padding: 0px 0px;
        margin: 0px 0;
    }

    .services-bk:before {
        position: absolute;
        width: 30.85416666666667%;
        height:600px;
        content: '';
        background: var(--primary);
        left: 0px;
        top: 0;
        z-index: 0; display: none;
    }


    .services-bk1 {
        background-color: #fff;
        position: relative;
        padding: 0px 0px;
        margin: 0px 0;
    }

    .services-bk1:before {
        position: absolute;
        width: 30.85416666666667%;
        height:600px;
        content: '';
        background: var(--primary);
        left: 0px;
        top: 0;
        z-index: 0; display: none;
    }
}


@media only screen and (max-width:500px) { 
    .st-col-1{width: 120px;}
    .st-col-2{width: 75%;}  
}

@media only screen and (max-width:425px) { 
    .services-text{ padding: 20px 0px; display: flex; flex-direction: column; justify-content: space-between; text-align: center;}
    .st-col-1{width:100%; padding: 10px 0;}
    .st-col-2{width:100%;} 
    
    .services-bk:before {
        position: absolute;
        width: 30.85416666666667%;
        height:560px;
        content: '';
        background: var(--primary);
        left: 0px;
        top: 0;
        z-index: 0;
    }
}

@media only screen and (max-width:375px) {   
    
    .services-bk:before {       
        height:500px;
    }
}

@media only screen and (max-width:320px) {   
    
    .services-bk:before {       
        height:450px;
    }
}





/*===========================================================*/

#timer {
    padding: 10px 0;
}

#timer ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-family: "Poppins", sans-serif;
}

#timer ul li {
    padding: 0 15px 0 0;
    text-align: center;
}

#timer ul li figure {
    background: var(--sc-primary);
    margin: 0;
    padding: 4px 12px;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
    border-radius: 8px;
}

#timer ul li span {
    display: block;
    font-size: 13px;
    color: #afafaf;
    font-weight: 400;
}

@media only screen and (max-width: 575px) {
    #timer ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }
}


/*------------------------------------------------------------*/

.events-section{ margin:50px 0;   position: relative !important;  background: rgb(235,235,235);
    background: linear-gradient(180deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 40%, rgba(233,233,233,1) 100%);} 


.news-bk {
    position: relative; margin-top: 0px;
    width: 100%;
    /* padding: 55px 30px 55px 30px; */
    padding:10px 15px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background-image: linear-gradient(180deg, #ce3b27, #8c1a21);
    /* animation: Animation 5s ease infinite;background-size: 200% 200%; */
}
/* .news-bk:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1px;
    right: 1px;
    z-index: -1;
    background: #8c1a21;
    transform-origin: top left;
    -ms-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
} */

.news-bk img{ width: 120px;}

.news-bk p {
    font-family:var(--font-family-Montserrat);
   font-size: 13px;
   line-height: 24px;
   font-weight: 500;
   color: var(--text-white); letter-spacing: 0.20px;
   text-align: left !important; padding: 10px 0 0 0;
}
 
.news-bk .readmore {
    font-family:var(--font-family-Montserrat);
   font-weight: 500;
   font-size:30px;
   letter-spacing: 0.50px;
   color: var(--text-white);
   /*background-color:var(--primary);*/
   padding: 0px; border: 0px solid  var(--primary);
   display: inline-flex;
   align-items: center; margin-top:5px;
   padding: 0px;
   transition: All 0.5s ease;
   -webkit-transition: All 0.5s ease;
   -moz-transition: All 0.5s ease;
   -o-transition: All 0.5s ease; margin-bottom: 20px;
}


.news-bk .readmore span { font-size: 14px;  font-weight:600;
   padding: 0 10px 0 0px;
}



.news-bk .readmore:hover  {
   /* background-color: var(--sc-primary); */
   color: #000; padding-left: 10px;
}
.news-bk .readmore:hover span {
    display: inherit;  -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    
}


/*===========================================================*/

.latest-news h4 {
    font-weight: 600 !important;
    font-size:22px !important;
    color: var(--text-heading) !important; padding: 5px 0;
}

.latest-news p {
    font-weight: 500 !important;
    font-size: 15px !important;
    color: var(--text-primary) !important; padding: 5px 0;
}
 

.latest-news h3 {
    font-weight: 700 !important;
    font-size:32px !important;
    color: var(--text-heading) !important; padding: 0px 0; margin-top: 20px;
}

.latest-news h6 { font-family: var(--font-family-Montserrat);
    font-weight: 500 !important;
    font-size: 18px !important;
    color: var(--text-primary) !important; padding: 5px 0; line-height: 26px;
}


.latest-news .readmore {
    font-family:var(--font-family-Montserrat);
   font-weight: 500;
   font-size:30px;
   letter-spacing: 0.50px;
   color: var(--primary);
   /*background-color:var(--primary);*/
   padding: 0px; border: 0px solid  var(--primary);
   display: inline-flex;
   align-items: center; margin-top:5px;
   padding: 0px;
   transition: All 0.5s ease;
   -webkit-transition: All 0.5s ease;
   -moz-transition: All 0.5s ease;
   -o-transition: All 0.5s ease; margin-bottom: 20px;
}


.latest-news .readmore span { font-size: 14px;  font-weight:600;
   padding: 0 10px 0 0px;
}



.latest-news .readmore:hover  {
   /* background-color: var(--sc-primary); */
   color: var(--sc-primary); padding-left: 10px;
}
.latest-news .readmore:hover span {
    display: inherit;  -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    
}





.latest-news .readmore01 {
    font-family:var(--font-family-Montserrat);
   font-weight: 500;
   font-size:30px;
   letter-spacing: 0.50px;
   color: var(--text-white);
   background-color:var(--primary);
   padding: 0px; border: 0px solid  var(--primary);
   display: inline-flex;
   align-items: center; margin-top:5px;
   padding:7px 25px;
   transition: All 0.5s ease;
   -webkit-transition: All 0.5s ease;
   -moz-transition: All 0.5s ease;
   -o-transition: All 0.5s ease; margin-bottom: 20px;
}


.latest-news .readmore01 span { font-size: 20px;  font-weight:600;
   padding: 0 15px 0 0px;
}



.latest-news .readmore01:hover  {
   background-color: var(--sc-primary);
   color: var(--text-white); 
   /* padding-left: 30px; */
}
.latest-news .readmore01:hover span {
    display: inherit;  -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    
    
}
/*----========================================================--*/




/*=======================================================================*/

.events-item-list{
	position:relative;
	margin:30px 0;

}

.events-item-list .inner-box{
	position:relative;
	 display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center;
  text-align: center;
  
}

.events-item-list .image-box{
	position:relative;
	display:flex; flex-direction: column; align-items: center;
}

.events-item-list .image-box img{
	position:relative;
	display:block;
	max-height: 296px; width: auto; /*width: 296px;*/
}

@media only screen and (max-width:991px) {
    .events-item-list .image-box img{
        position:relative;
        display:block;
        max-height: 296px; width: 100%; /*width: 296px;*/
    }

}

@media only screen and (max-width:575px) {
    .events-item-list .image-box img{
        position:relative;
        display:block;
        max-height: 296px; width:auto; /*width: 296px;*/
    }

}

.events-item-list .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	background:rgba(67,73,217,0.80);
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
	-webkit-transform:translate(-100%,0%);
	-ms-transform:translate(-100%,0%);
	-o-transform:translate(-100%,0%);
	-moz-transform:translate(-100%,0%);
	transform:translate(-100%,0%);
}

.events-item-list .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translate(0%);
	-ms-transform:translate(0%);
	-o-transform:translate(0%);
	-moz-transform:translate(0%);
	transform:translate(0%);
}

.events-item-list .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.events-item-list .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.events-item-list .overlay-inner .link{
	position:relative;
	font-size:18px;
	color:#2b291f;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	display:inline-block;
	background-color:#fbd848;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.events-item-list .overlay-inner .link{
	position:relative;
}

.events-item-list .overlay-inner .link .icon{
	position:relative;
}

.gallery-item .overlay-inner .link:hover{
	color:#666666;
	background-color:rgba(255,255,255,1);
}

.events-item-list .inner-box h3{
	    position: relative;
      font-family: var(--font-family-1);
    font-size:20px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0px 6px; 
    color:var(--text-heading);

    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}


 

.events-item-list .inner-box:hover{
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
 
}

.events-item-list .inner-box:hover h3{    
color:var(--sc-primary);

}

 

/*=======================================================================*/






.map-bk {
    position: relative; margin-top: 0px;
    width: 100%;
    padding: 55px 30px 55px 30px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background-image: linear-gradient(180deg, #ce3b27, #8c1a21);
    /* animation: Animation 5s ease infinite;background-size: 200% 200%; */
}
.map-bk:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1px;
    right: 0px;
    z-index: -1;
    background: #ce3b27;
    transform-origin: top left;
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
}



.map-bk p {
    font-family:var(--font-family-Montserrat);
   font-size: 13px;
   line-height: 24px;
   font-weight: 500;
   color: var(--text-white); letter-spacing: 0.20px;
   text-align: left !important; padding: 0px 0 0 0;
}
 
.map-bk .readmore {
    font-family:var(--font-family-Montserrat);
   font-weight: 500;
   font-size:30px;
   letter-spacing: 0.50px;
   color: var(--text-white);
   /*background-color:var(--primary);*/
   padding: 0px; border: 0px solid  var(--primary);
   display: inline-flex;
   align-items: center; margin-top:5px;
   padding: 0px;
   transition: All 0.5s ease;
   -webkit-transition: All 0.5s ease;
   -moz-transition: All 0.5s ease;
   -o-transition: All 0.5s ease; margin-bottom: 20px;
}


.map-bk .readmore span { font-size: 14px;  font-weight:600;
   padding: 0 10px 0 0px;
}



.map-bk .readmore:hover  {
   /* background-color: var(--sc-primary); */
   color: #000; padding-left: 10px;
}
.map-bk .readmore:hover span {
    display: inherit;  -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    
}


/*===========================================================*/

 


/*.owl-carousel .owl-item{min-height: 335px;}*/

.item-list {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* margin: 2px 0 30px 0; */
}

.item-list .item {
    margin: 0px 0px;
}

.item-list .item-box {
    border: 0px solid #9c2435 !important;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
    /*min-height: 450px;*/
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.item-list .item-box a {
    text-decoration: none;
}

.item-list .item-box p {
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    text-transform: inherit;
    margin: 2px 0;
    overflow: hidden;
    /* max-height: 40px; */
}

.item-list .item-box h4 {
    color: #d2d2d2;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: inherit;
    margin: 4px 0 0 0;
}

.item-list .item-box h3 {
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 600;
    text-transform: inherit;
    margin: 4px 0 0 0;
}

.item-list .item-box aside {
    padding: 10px 5px;
    text-align: center;
}

.item-list .item-box:hover {
    background: transparent;
    /* color: #fff; */
    /* -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); */
}

.pro-box-img {
    /*max-height:300px;*/
    color: #fff;
    position: relative;
    overflow: hidden;
    border: 0px solid #e1e1e1;
    border-radius: 6px;
}

.pro-box-img figure {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.pro-box-img figure img {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
}

.pro-box-img-1 {
    /*max-height:300px;*/
    color: #fff;
    position: relative;
    overflow: hidden;
    border: 0px solid #9c2435;
}

.pro-box-img-1 figure {
    padding: 10px;
    margin: 0px;
    text-align: center;
}

.pro-box-img-1 figure img {
    width: 50%;
    position: relative;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
}


/* .pro-box-img:hover figure img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 1;
} */

.btn-pr {
    background: var(--sc-primary);
    padding: 6px 12px;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

.btn-pr:hover {
    background: var(--primary);
    color: #fff;
}

@media only screen and (max-width: 1160px) {
    .item-list .item-box aside {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 800px) {
    .item-list {
        margin: 0 0px;
    }
}

@media only screen and (max-width: 575px) {
    .item-list .item-box {
        margin-top: 10px;
        min-height: auto;
    }
    .item-list .item {
        margin: 2px;
    }
}

@media only screen and (max-width: 480px) {
    .item-list div {
        margin: 0 0px;
    }
    /*.pro-box-img{ height: 400px;}*/
    .pro-box-img-1 figure img {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    /*.pro-box-img{ height: 300px;}*/
}


/*------------------------------------------------------*/


/*=================================================================*/

.content-area {
    position: relative;
    /* background: #fff; */
    border-radius: 0px;
    padding:0rem;
    margin: 0px 0;
}

@media only screen and (max-width:600px){
    .content-area {
        position: relative;       
        border-radius: 0px;
        padding:0 0.50rem;
        margin: 0px 0;
    }
 
}

.content-text {
     font-family:var(--font-family-Montserrat);
    text-align: left;

}

.content-text p {
     font-family:var(--font-family-Montserrat);
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text-primary);
    letter-spacing: 0.20px;
    text-align: left !important;
    padding: 0px 0 0 0;
}

.content-text p span {
    color: var(--primary) !important;
}

.content-text h3 {
    color: var(--text-primary);
    font-size: 25px;
    font-weight: 600;
    margin: 0px 0px 15px 0;
    padding: 0px 0;
}

.content-text h4 {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 5px 0;
    padding: 0;
}

.content-text h6 {
    color: var(--text-heading);
    font-size: 24px;
    font-weight:500;
    margin: 15px 0;
    padding: 2px 0; 
}

.content-text ul {
    padding: 15px 0 0 15px;
    
}

.content-text li {
    list-style: url(../images/list.png);
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 500;
    padding: 6px 2px;
}


.content-text .readmore {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.50px;
    color: #fff ;
    background-color: var(--primary);
    padding: 0px;
    display: inline-flex;
    align-items: center; margin-top: 20px;
}

.content-text .readmore span {
    padding: 0 20px 0 10px;
}

.content-text .readmore i {  
    color: #fff;
    padding: 12px;
}

.content-text .readmore:hover  {
    background-color: var(--sc-primary);
    color: #000 ;
}

.content-text .readmore:hover i  {
    background-color: var(--sc-primary);
    color: #000 ;
}


.read-more {
    display: inline-block;
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
    margin: 6px 0;
    padding: 0;
}

.read-more:hover {
    color: var(--sc-primary);
}







/*===============================*/
.why-section {
    background: #f1f1f1;
    position: relative;     
    margin:0px 0;
}
/* .why-section:before {
    position: absolute;
    width: 40.85416666666667%;
    height: 100%;
    content: '';
    background: var(--primary);
    right: 0px;
    top: 0;
    z-index: 0;
} */

.why-bx {display: flex; flex-wrap: wrap; justify-content: space-between;  margin: 20px 0;}
    
.why-bx aside{text-align: center !important;  border: 0px solid #ddd; padding: 15px !important;
    width: calc(33.33% - 15px);
}
   
  .why-bx p {  font-family:var(--font-family-Montserrat);
     font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: var(--text-primary);
    padding: 10px 0;
  }
  
  .why-bx h3 { font-family:var(--font-family-Montserrat);
    font-size: 22px !important;
   line-height: 24px !important;
   font-weight:700 !important; font-style: italic;
   color: var(--text-heading) !important; padding: 10px 0 0 0; margin: 0 !important;
  }

  .why-bx h4 { font-family:var(--font-family-Montserrat);
    font-size: 16px !important;
   line-height: 24px !important;
   font-weight: 600 !important;
   color: var(--primary) !important; padding: 0px 0 0 0; margin: 0;
  }
  
  .why-bx img{width: 120px; border-radius: 100%; margin-bottom: 5px; background: var(--primary); padding: 7px; 
    border: 8px solid #fff;}


@media only screen and (max-width:600px) {
    .why-bx aside{text-align: center !important;  border: 0px solid #ddd; padding: 15px !important;
        width: calc(48.33% - 15px);
    }
}

@media only screen and (max-width:425px) {
    .why-bx aside{text-align: center !important;  border: 0px solid #ddd; padding: 15px 0 !important;
        width: calc(100% - 0px);
    }
}
 

 

/*==========================================*/

.about-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.about-col-1 {
    width: 100%;
}

.about-col-2 {
    width: 40%;
    padding-left: 30px;
}

.about-row-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.about-col-4 {
    width: 100%;
}

.about-col-3 {
    width: 20%;
    padding-right: 30px;
}

.about-image {
    width: 100%;
    position: relative !important;
    display: flex;
    justify-content: start;
    align-items: center;
}

.about-image img {
    width: 300px;
}

.aboutimg1 {
    max-width: 100%;
    border-radius: 50px 0px 0px 0px;
    padding: 0px;
    position: absolute;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}

.aboutimg2 {
    max-width: 100%;
    border-radius: 0px 0px 50px 0px;
    padding: 0px;
    position: absolute;
    right: 100px;
    top: 1px;
    z-index: -1;
}

.dotshape {
    position: absolute;
    max-width: 100% !important;
}

.founder-text h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 20px;
    color: var(--primary);
    line-height: 30px;
}

.founder-text h2 i {
    padding: 0 10px;
    font-size: 18px;
}

.founder-text p {
    text-align: center;
    color: var(--text-primary) !important;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0px 0px 0;
    line-height: 24px;
}

.about-image1 h4 {
    margin: 10px;
    font-size: 17px;
    font-weight: 600;
}

.about-image1 h4 small {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.about-image1 {
    width: 100%;
    position: relative !important;
    text-align: center;
}

.about-image1 img {
    max-width: 100%;
    border: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
    .about-row {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .about-col-1 {
        width: 100%;
    }
    .about-col-2 {
        width: 100%;
        padding-left: 0px;
    }
    .about-row-1 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        font-family: "Poppins", sans-serif;
        margin-bottom: 30px;
    }
    .about-col-4 {
        width: 75%;
    }
    .about-col-3 {
        width: 20%;
        padding-right: 0px;
    }
    .about-img {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    .about-image {
        margin: 20px 0 0 0;
    }
    .aboutimg1 {
        max-width: 100%;
        border-radius: 50px 0px 0px 0px;
        padding: 0px;
        position: relative;
        box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    }
    .aboutimg2 {
        display: none;
        max-width: 100%;
        border-radius: 0px 0px 50px 0px;
        padding: 0px;
        position: relative;
        right: 0px;
        top: 0px;
        z-index: -1;
    }
    .about-image img {
        width: 100%;
    }
    .img1 {
        margin: 30px 0 0 0;
    }
}

@media only screen and (max-width: 425px) {
    .about-row-1 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        font-family: "Poppins", sans-serif;
        margin-bottom: 30px;
    }
    .about-col-4 {
        width: 100%;
    }
    .about-col-3 {
        width: 100%;
        padding-right: 0px;
    }
}


/************************************************************/

.vision-bk {
    background:var(--primary);
    position: relative;
    padding: 60px 0px;
    margin: 0 0 30px 0;
}

.vision-bk::before {
    position: absolute;
    width: 70.85416666666667%;
    height: 100%;
    content: '';
    background: #fff;
    left: 0px;
    top: 0;
    z-index: 0;
}

.vision-text{  padding: 0px 0; }
 
 

@media only screen and (max-width: 768px) {
  
}


/**************************************************************************/

.values-list{ text-align: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 20px; margin: 25px; position: relative; background: #fff;}
.values-col{ width: 49%; background: #fff; padding: 15px; text-align: center; border-radius: 15px;}

/* .values-col img{border-radius: 100%;} */
.values-col h2{ font-family:var(--font-family-Montserrat);
    color: var(--text-heading);
    font-size: 34px;
    font-weight:800; padding: 20px 0 0 0;
   }
 

.values-col p { font-family:var(--font-family-Montserrat);
        color: var(--text-primary) !important;
        font-size: 16px;
        font-weight: 500;
        margin: 0 0px 0px 0;
        line-height: 24px;
    }

    @media only screen and (max-width:768px) {
        .values-col{ width: 49%; padding: 15px; text-align: center; border-radius: 0px; margin: 10px 0;}

    }

    @media only screen and (max-width:580px) {

        .values-list{ padding: 15px; margin: 0px;}
        .values-col{ width: 100%; padding: 0px; text-align: center; border-radius: 0px; margin: 10px 0;}

    }


   /*************************************************************************/
   
   .fact-list{ text-align: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 10px 0;}
.fact-col{ width: 49.33%; background: #fff; padding: 10px; text-align: center; margin: 10px 0; border-right: 1px solid var(--primary);}
.fact-col:last-child{border: 0px;}

.vol-row{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; }
 
.vol-1{width: 35%; }
.vol-2{width: 65%; text-align: left;}

.vol-1 h1{ font-family:var(--font-family-Montserrat);
    color: var(--primary);
    font-size: 120px;
    font-weight:800; padding: 7px 0;
   }
.vol-2 h2{ font-family:var(--font-family-Montserrat);
    color: var(--text-heading);
    font-size: 30px;
    font-weight:700; padding: 0px 0 0 0;
   }
 
.vol-2 p { font-family:var(--font-family-Montserrat);
        color: var(--text-primary) !important;
        font-size: 16px;
        font-weight: 500;
        margin: 0 0px 0px 0;
        line-height: 24px;
    }


.vol-3{width: 48%; padding: 10px 0; text-align: center;}
.vol-4{width: 100%; padding: 10px 0; text-align: center;}

.vol-3 h2, .vol-4 h2{ font-family:var(--font-family-Montserrat);
    color: var(--text-heading);
    font-size: 50px;
    font-weight:800; padding: 0px 0 0 0;
   }

   .vol-3 h2 small, .vol-4 h2 small{ font-family:var(--font-family-Montserrat);
    color: var(--text-heading);
    font-size:30px;
    font-weight:700; padding: 0px 0 0 0;
   }
 
   .vol-3 p, .vol-4 p { font-family:var(--font-family-Montserrat);
        color: var(--text-primary) !important;
        font-size: 22px;
        font-weight: 500;
        margin: 0 0px 0px 0;
        line-height: 24px;
    }



    @media only screen and (max-width:1100px) {
        .vol-row{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; }
 
        .vol-1{width: 100%; }
        .vol-2{width: 100%; text-align: center;} 

    }

    @media only screen and (max-width:768px) {
        .fact-list{ text-align: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 10px 0;}
        .fact-col{ width: 100%;   border-right: 0px solid var(--primary);}
        .fact-col:last-child{border: 0px;}

    }

    @media only screen and (max-width:425px) {
        .vol-3{width: 100%; padding: 10px 0; text-align: center;}
        .vol-4{width: 100%; padding: 10px 0; text-align: center;}

    }



    
    




/********************************************************************/

.team-list{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content:center;}
.team-col{ width: 24.33%; margin-bottom: 30px; text-align: center;}
.team-col img{ width: 270px;}
 
.team-col h5 {
     font-family:var(--font-family-Montserrat);
    color:var(--text-heading) !important;
    font-size: 20px !important;
    font-weight: 700 !important;  
    line-height: normal !important;
    margin: 0 0;
    padding:10px 0 0 0;
  }
  
  
  .team-col p {
     font-family:var(--font-family-Montserrat);
    font-size: 17px !important;
    line-height: 24px;
    font-weight: 500 !important;
    color:var(--text-primary)!important;
    margin-bottom: 10px !important;  
    
  }

  .team-col:hover {   
   -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px); 
}


@media only screen and (max-width: 1160px) {
    .team-list{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content:center;}
.team-col{ width: 24.33%; margin-bottom: 30px; text-align: center;}
.team-col img{ width: 260px;}
}

@media only screen and (max-width: 1024px) {
    .team-list{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content:center;}
.team-col{ width: 24.33%; margin-bottom: 30px; text-align: center;}
.team-col img{ width: 220px;}
}

@media only screen and (max-width: 991px) {
    .team-list{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content:center;}
    .team-col{ width: 24.33% !important; margin-bottom: 30px; text-align: center; margin:  20px 10px;}
    .team-col img{ width: 100%;}
}

@media only screen and (max-width:768px) {
    .team-list{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content:center;}
    .team-col{ width: 33.33% !important; margin-bottom: 30px; text-align: center; margin:  20px 10px;}
    .team-col img{ width: 100%;}
}

@media only screen and (max-width:600px) {
    .team-list{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content:space-around;}
    .team-col{ width: 45.33% !important;  text-align: center; margin:  20px 7px;}
    .team-col img{ width: 100%;}
}

@media only screen and (max-width:375px) {
    .team-list{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content:space-around;}
    .team-col{ width: 100% !important;  text-align: center; margin:  20px 7px;}
    .team-col img{ width: 100%;}
}



/*=========================================================================*/

.team-profile {
     font-family:var(--font-family-Montserrat);
    text-align: left; padding: 20px 0;
}

.team-profile h5 {
     font-family:var(--font-family-Montserrat);
    color: var(--text-heading);
    font-size: 32px;
    font-weight: 800;
    text-align: left;
    margin: 0;
    line-height: auto !important;
}

.team-profile h6 {
    font-family: 'Niconne', cursive;
    font-size: 30px;
    color: var(--text-heading);
    font-weight: 400;
    text-transform: inherit;
    text-align: left !important;
    position: relative;
    text-transform: inherit;
}

.team-profile p {
    color: var(--text-primary) !important;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0px 0px 0;
    line-height: 24px;
}

.team-profile p span {
    color: var(--primary) !important;
}

.team-profile h3 {
    color: var(--text-heading);
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 0px 0;
    padding: 0px 0;
}

  

.team-profile ul {
    padding: 15px 0 0 15px;
     
}

.team-profile li {
    list-style: url(../images/list.png);
     color: var(--text-primary) !important;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 2px;
}
 


/*** ============Section Title================= ***/

.section-title {
    font-family:var(--font-family-Montserrat);
   text-transform: inherit;
   position: relative;
   color: var(--text-primary);
   display: inline-block;
   font-size: 18px;
   font-weight: 600;
}

.section-title::before {
   position: absolute;
   content: "";
   width: 45px;
   height: 2px;
   top: 50%;
   left: -55px;
   margin-top: -1px;
   background: var(--primary);
}


/* .section-title::after {
 position: absolute;
 content: "";
 width: 45px;
 height: 2px;
 top: 50%;
 right: -55px;
 margin-top: -1px;
 background: var(--primary);
} */

.section-title i { background: var(--primary); padding:  2px 5px; border-radius:10%;
   color: var(--text-white);    
   font-size: 18px;  margin-right: 7px;
}

.section-title.text-start::before,
.section-title.text-end::after {
   display: none;
}

.section-title1 {
   font: var(--font-family);
   color: var(--sc-primary);
   font-size: 30px;
   font-weight: 700;
   text-transform: uppercase;
}




/*--==================================================================--*/

.contact-row {
    margin: 10px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
   
}

.contact-col-1 {
    width: 48%;
    padding: 0px;
}

.contact-col-2 {
    width: 48%;
    padding: 0px;
}

.contact-col-3 {
    width: 100%;
    padding: 0px;
}

.contact{padding:30px 0 0 0; }

.contact h1 {
    color: var(--text-primary);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0px 10px 0;
    padding: 0 0 7px 0;
}

.contact h4 {
    text-align: center;
    color: var(--text-heading);
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0px 10px 0;
    padding: 15px 0;
}

.contact p {
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    margin: 0 0px 10px 0;
    padding: 6px 0;
    line-height: 24px;
}

.contact p strong {
    font-weight: 600;
    font-size: 18px;
}

.contact p a {
    color: var(--text-primary);
}

.contact .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #555;
    border-radius: 35px;
    transition: .3s;
}

.contact .btn.btn-social:hover {
    color: #fff;
    border: 0PX;
}

@media only screen and (max-width: 768px) {
    .contact-row {
        margin: 10px 0;
        padding: 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
      
    }
    .contact-col-1 {
        width: 100%;
        padding: 0px;
    }
    .contact-col-2 {
        width: 100%;
        padding: 0px;
    }
}

.location-map {
    position: relative;
    width: 100%;
    margin: 0px 0 20px 0;
}

@media only screen and (max-width: 768px) {
    .location-map {
        position: relative;
        width: 100%;
        margin: 20px 0;
    }
}


/*==================================================================*/

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
     
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1.42857143;
    color: #515151;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.form-control1 {
    width: 100%;
    height: 32px !important;
}

.form-group {
    margin-bottom: 10px;
}

.form-group p {
 
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 500;
    margin: 10px 0;
}

.form-group h6 {
     
    font-size: 13px;
    color: var(--text-primary);
    font-weight: 500;
    margin: 0 0 10px 0;
}

.form-floating>label{ font-size: 13px;  font-weight: 500;}

.form-group label {
  
    font-size: 16px;
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 0px;
}

.form-group label small {
    font-size: 16px;
    color: #f01818;
}

.form-check-label {
    font-weight: 400 !important;
    font-size: 13px !important;
    color: var(--text-primary);
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
}

.fp-link {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: var(--text-primary);
    font-weight: 500;
    padding: 10px 0;
}

.submit-link {
    background: var(--primary);
    /* width: 100%; */
    padding: 7px 25px !important;
     font-family:var(--font-family-Montserrat);
    color: var(--text-white);
    font-size: 20px !important;
    font-weight: 500;
    text-transform: inherit;
    border-radius: 0px;
    margin: 0px 0 0 0;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.submit-link:hover {
    background:var(--sc-primary);
    color: #fff;
    /* -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px); */
}

.btn-danger {
    color: #fff;
    background-color: var(--sc-primary);
    border-color: var(--sc-primary);
}

.btn-danger:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}


/*---------------------------------------------------*/

.table {
    font-family: var(--font-family-Montserrat);
}

.table thead {
    background: var(--primary);
}

.table thead th {
    font-family: var(--font-family-Montserrat);
    font-size: 15px;
    font-weight: 600;
    color: #dddddd;
    text-align: left;
    vertical-align: middle;
}

/* .table> :not(:first-child) {
    border-top: 0px solid currentColor;
} */

.table td {
    font-family: var(--font-family-Montserrat);
    font-size: 13px;
    color: var(--text-primary) !important;
    font-weight: 500;
    text-align: left;
}

.table td,
.table th {
    padding: 0.5rem;
}

/* .table td strong {
    font-weight: 700;
} */

.anchor {
    display: block;
    height: 200px;
    margin-top: -200px;
    visibility: hidden !important;
}

.table .form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 6px 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    color: var(--text-primary);
    border: 1px solid #bbb;
    border-radius: 0px;
}

.table .btn-bid-2 {
    margin-top: 1px;
    width: 100%;
    background: #2d2855;
    padding: 2px 5px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.table .btn-bid-2:hover {
    background: #ad2330;
    color: #fff;
}


/*------------------------------------------------------------*/

.footer-logo {
    margin: 20px 0;
}

.footer-logo img {
    border: 1px solid rgb(240, 240, 240);
    padding: 10px;
    border-radius: 4px;
}

.footer {
    background-image: linear-gradient(180deg, #ce3b27, #8c1a21);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 30px 0px 0px 0px;
    position: relative;  
}


.footer-background-overlay1 {
  background-image: url(../images/footer-bg-1.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size:contain;
  opacity: 0.5;  
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute; z-index:1;  
}


.footer-background-overlay {
    background-image: url(../images/footer-bg-2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size:auto;
    opacity: 1;
     
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; z-index: 1;  
  }

.footer-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;  position: relative; z-index: 2;
}

.footer-col .ft-col-1 {
    width: 23%;
    padding: 0 0px 0 0;
}

.footer-col .ft-col-2 {
    width: 23%;
    padding: 0 0px 0 0;
}

.footer-col .ft-col-3 {
    width: 23%;
    padding: 0 0px 0 0;
}

.footer-col .ft-col-4 {
    width: 23%;
    padding: 0 0px 0 0;
}


/* .footer-col .ft-col-4 img {
     width: 100%;padding-right: 5px;
} */

.footer h4 {
     font-family:var(--font-family-Montserrat);
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    margin: 20px 0;
    text-transform: inherit;
    position: relative; text-transform: inherit;
}


/*.footer h4:before { content: ""; position: absolute; width:30px;  height:100%; background:#e81f27;  } 
 .footer h4 span{position: relative; padding: 5px;}*/

.footer p {
     font-family:var(--font-family-Montserrat);
    font-weight: 500;
    color: #fff;
    font-size: 13px !important;
    text-decoration: none; letter-spacing: 0.50px;
}

.footer p a {
    color: #fff;
}

.footer p strong {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.footer h5 {
    
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    margin: 0px;
}

.footer_links {
    padding: 0px 0 0 0;
 
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer_links .footer_links_col {
    width: 48%;
    margin-right: 10px;
}

.footer_links ul {
    list-style: none;
    padding: 0px 0 0px 20px;
    text-align: left;
}

.footer_links li {
    list-style: url(../images/arrow-2.png); 
    padding: 4px 0;
    margin: 0px;
    border-bottom: 0px dashed #1d1d1d;
}

.footer_links li a { 
    font-family:var(--font-family-Montserrat);
    font-weight: 500;
    color: #fff;
    font-size: 14px !important;
    text-decoration: none; letter-spacing: 0.50px;
}

.footer_links li a:hover {
    color: #000;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
    padding-left: 15px;
}

.border-right {
    border-right: 1px dashed #19406f;
    min-height: 280px;
}

.footer_links .links-list li {
    float: left;
    width: 48%;
}

.footer_bottom {
    margin: 0px 0 0 0;
    padding: 20px 0px;
    /* background-image: linear-gradient(180deg, #8c1a21, #ce3b27); */
    /* background-color: #050633; */
    border-top: 1px solid #8c1a21; position: relative; z-index: 2;
}

.footer_bottom-in {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -webkit-flex-align: space-between;
    -ms-flex-align: space-between;
    -webkit-align-items: space-between;
}

.footer_bottom p {
     font-family:var(--font-family-Montserrat);
    font-weight: 500;
    color: #fff;
    font-size: 13px !important;
    text-decoration: none;
    margin: 0px;
}

.footer_bottom p a {
    color: #fff !important;
}

.footer_center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 1px solid #cda519;
    border-bottom: 1px solid #cda519;
    margin-top: 10px;
}

.footer_center .footer_center_1 {
    width: 70%;
    padding: 6px 5px;
    border-right: 1px solid #cda519;
}

.footer_center .footer_center_2 {
    width: 30%;
    padding: 15px 20px;
    text-align: center;
}

.footer_center p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #e4e4e4;
    font-size: 13px !important;
    text-decoration: none;
    margin: 0px;
}

.footer_center p strong {
    font-size: 14px;
    font-weight: 600;
    color: var(--sc-primary);
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid var(--sc-primary);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #000;
}

.btn-outline-light:hover {
    color: #000;
    background-color: var(--sc-primary);
    border: 0px #fff;
}

@media only screen and (max-width: 768px) {
    .footer-col {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-col .ft-col-1 {
        width: 48%;
        padding: 0 0px 0 0;
    }
    .footer-col .ft-col-2 {
        width: 48%;
        padding: 0 0px 0 0;
    }
    .footer-col .ft-col-3 {
        width: 48%;
        padding: 0 0px 0 0;
    }
    .footer-col .ft-col-4 {
        width: 48%;
        padding: 0 0px 0 0;
    }
}

@media only screen and (max-width: 430px) {
    .footer-col {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-col .ft-col-1 {
        width: 100%;
        padding: 0 0px 0 0;
    }
    .footer-col .ft-col-2 {
        width: 100%;
        padding: 0 0px 0 0;
    }
    .footer-col .ft-col-3 {
        width: 100%;
        padding: 0 0px 0 0;
    }
    .footer-col .ft-col-4 {
        width: 100%;
        padding: 0 0px 0 0;
    }
    .footer_center {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        border-top: 1px solid var(--sc-primary);
        border-bottom: 1px solid var(--sc-primary);
    }
    .footer_center .footer_center_1 {
        width: 100%;
        padding: 10px 0px;
        border-right: 0px solid var(--sc-primary);
    }
    .footer_center .footer_center_2 {
        width: 100%;
        padding: 10px 0px;
        text-align: left;
    }
}

@media only screen and (max-width: 425px) {
    .footer_links {
        padding: 0px 0 0 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .footer_links .footer_links_col {
        width: 100%;
        margin-right: 0px;
    }
    .footer_links ul {
        margin: 0px;
    }
}

.footer-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-top: 0px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0;
}

.footer-top-1 {
    width: 60%;
    border-right: 1px solid #bebebe;
}

.footer-top-2 {
    width: 40%;
}

.subscribe-news {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
    padding-top: 10px;
}

.subscribe-news h5 {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 15px 0 0;
    position: relative;
    z-index: 1;
}

.subscribe-box {
    border: 0px solid #111111;
}

.subscribe-box .form-control {
    border: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    height: 35px;
    width: 260px;
}

.subscribe-box .btn {
    border-left: 0px solid #dfdedb;
    line-height: 0px;
    margin: 0 10px;
}

.submit-link-1 {
    background: #000;
    padding: 7px 20px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.submit-link-1:hover {
    background: #bd0400;
    color: #fff;
}

.connect-us {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}

.connect-us h5 {
    font-family: "Poppins", sans-serif;
    color: var(--sc-primary);
    font-size: 18px;
    font-weight: 600;
    margin: 0 15px 0 0;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 900px) {
    .subscribe-news {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        padding-right: 20px;
        padding-top: 0px;
    }
    .subscribe-box {
        margin-top: 7px;
    }
    .connect-us {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 660px) {
    .footer-top {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        border-top: 0px solid #bebebe;
        border-bottom: 1px solid #bebebe;
        padding: 10px 0 00;
    }
    .footer-top-1 {
        width: 100%;
        border-right: 0px solid #bebebe;
    }
    .footer-top-2 {
        width: 100%;
    }
    .connect-us {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        padding: 5px 0px;
    }
}

@media only screen and (max-width: 425px) {
    .subscribe-box {
        border: 0px solid #111111;
    }
    .subscribe-box .form-control {
        border: 0px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #666;
        height: 35px;
        width: 170px;
    }
    .submit-link-1 {
        padding: 7px 7px;
        font-size: 15px;
    }
}


/*-------------------------------------------*/

.social-icon {
    text-align: left;
    margin: 0px 0 0 0;
    padding: 0px 0;
    border-bottom: 0px solid #d4d1d1;
    position: relative;
    top: 1px;
    right: 0px;
    z-index: 1;
}

.social-icon:after {
    content: "";
    clear: both;
    display: block;
}

.social-icon span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.social-icon li {
    padding: 2px;
    display: inline-block;
    text-align: right;
    margin-top: 0px;
    color: #7d7d7d;
    line-height: 10px;
    border-right: 0px solid #ddd;
}

.social-icon li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 15px !important;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    border-radius: 30px;
    color: #fff !important;
    /* background: #fff; */
}

.social-icon li a:hover {
    border-radius: 30px;
    background: transparent;
    color: #efc635 !important;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.social-icon small {
    font-family: "Avenir-Heavy";
    font-size: 18px;
    color: #161515;
    text-transform: none;
}

@media only screen and (max-width: 768px) {
    .social-icon {
        position: absolute;
        top: 10px;
        right: 60px;
        z-index: 1;
    }
}

@media only screen and (max-width: 600px) {
    .social-icon {
        position: relative;
        top: 10px;
        right: 0px;
        z-index: 1;
        text-align: right;
    }
    .social-icon span {
        font-size: 12px;
    }
}

.social-icon-1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: left;
    margin: 0px 0 0 0;
    padding: 0px;
    border-bottom: 0px solid #d4d1d1;
}

.social-icon-1:after {
    content: "";
    clear: both;
    display: block;
}

.social-icon-1 li {
    padding: 8px;
    display: inline-block;
    text-align: right;
    margin-top: 0px;
    color: #fff;
    line-height: 30px;
    border-right: 0px solid #000;
}

.social-icon-1 li a span {
    font-size: 18px;
}

.social-icon-1 li a {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 20px !important;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    margin-right: 0px !important;
    padding-top: 8px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    border-radius: 0px;
    /*background:#fff;*/
    color: #fff;
}

.social-icon-1 li a:hover {
    border-radius: 0px;
    color: #efc635 !important;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

@media only screen and (max-width: 700px) {
    .social-icon-1 li {
        padding: 0 8px;
    }
    .social-icon-1 li a {
        padding-top: 0px;
    }
}


/*----------------------------back to top ------------------------*/

.pd-30 {
    padding: 30px 0;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-30 {
    margin-top: 30px;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-80 {
    margin-top: 80px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

.success-text {
    margin: 60px 0 0 0;
    border: 0px solid #ccc;
    padding: 15px;
    text-align: center;
}

.success-text h6 {
    padding: 0px 0;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #e31a3a;
}

.success-text h5 {
    padding: 0px 0;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

.success-text h5 small {
    padding: 0px 0;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #e31a3a;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


.testimonials-bk {
    background: var(--primary);
    position: relative;
    padding: 60px 0px;
    margin: 0 0 30px 0;
}

.testimonials-bk:before {
    position: absolute;
    width: 50.85416666666667%;
    height: 100%;
    content: '';
    background: #fff;
    left: 0px;
    top: 0;
    z-index: 0;
}


.testimonials {
    padding: 10px 0;   
    position: relative;
  }

    
  .testimonials aside{text-align: center !important; background: transparent; border: 0px solid #ddd; padding: 15px  25px!important;  font-size: 40px; color: var(--text-white);}

 
   
  .testimonials p {  font-family:var(--font-family-Montserrat);
     font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: var(--text-white) !important;
    padding: 0 10px;
  }
  
  .testimonials h3 { font-family:var(--font-family-Montserrat);
    font-size: 21px !important;
   line-height: 24px !important;
   font-weight: 700 !important;
   color: var(--text-white) !important; padding: 20px 0 0 0; margin: 0;
  }

  .testimonials h4 { font-family:var(--font-family-Montserrat);
    font-size: 16px !important;
   line-height: 24px !important;
   font-weight: 600 !important;
   color: var(--text-white) !important; padding: 10px 0 0 0; margin: 0;
  }
  
  .testimonials img{width: 120px; border-radius: 100%; margin-bottom: 15px;}
   
  .testimonials h3 small{ display: block; font-size: 17px; color: var(--text-white) !important;}

  @media only screen and (max-width: 768px) {
    .testimonials-bk {
        background: var(--primary);
        position: relative;
        padding: 60px 0px;
        margin: 0 0 30px 0;
    }
    
    .testimonials-bk:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background: var(--primary);
        left: 0px;
        top: 0;
        z-index: 0;
    }

    .testimonials aside{text-align: center !important; background: transparent; border: 0px solid #ddd; padding: 2px  2px!important;  font-size: 40px; color: var(--text-white);}


    .testimonials-bk .heading-bx-center h4{color: var(--text-white); margin-top: 40px;}
  }


  /*=====================================================================*/

  
.testimonials-inner {
    padding: 10px 0;   
    position: relative;
  }

    
  .testimonials-inner aside{text-align: center !important; background: transparent; border: 0px solid #ddd; padding: 15px  25px!important;  font-size: 40px; color: var(--primary);}

 
   
  .testimonials-inner p {  font-family:var(--font-family-Montserrat);
     font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: var(--text-primary) !important;
    padding: 0 10px;
  }
  
  .testimonials-inner h3 { font-family:var(--font-family-Montserrat);
    font-size: 21px !important;
   line-height: 24px !important;
   font-weight: 700 !important;
   color: var(--text-heading) !important; padding: 20px 0 0 0; margin: 0;
  }

  .testimonials-inner h4 { font-family:var(--font-family-Montserrat);
    font-size: 16px !important;
   line-height: 24px !important;
   font-weight: 600 !important;
   color: var(--text-heading) !important; padding: 10px 0 0 0; margin: 0;
  }
  
  .testimonials-inner img{width: 120px; border-radius: 100%; margin-bottom: 15px;}
   
  .testimonials-inner h3 small{ display: block; font-size: 17px; color: var(--text-heading) !important;}

  @media only screen and (max-width: 768px) {
   
     

    .testimonials-inner aside{text-align: center !important; background: transparent; border: 0px solid #ddd; padding: 2px  2px!important;  font-size: 40px; color: var(--primary);}


  
  }



/*------------------------------------------------------*/

.gallery-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*margin-right: -15px; margin-left: -15px;*/
    margin-top: 20px;
    position: relative;
}

.gallery-row .gallery-col {
    margin: 0 10px 10px 0;
    width: 23.33%;
    /*padding-left: 15px; padding-right: 15px;*/
    border: 1px solid #ddd;
    position: relative;
    cursor: pointer;
}

.gallery-row p {
    font-family: "Product Sans";
    color: #616161;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin: 10px 0;
}

.gallery-row p strong {
    font-weight: 500;
}

.gallery-col-img {
    color: #fff;
    position: relative;
    overflow: hidden;
    border: 0px solid #ddd;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.gallery-col-img figure {
    padding: 0px;
    margin: 0px;
    max-height: 170px;
    width: 100%;
}

.gallery-col-img figure img {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
}

.gallery-col-img:hover figure img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 1;
}


/*.gallery-col-img figure a:first-child { display: inherit;}
.gallery-col-img figure a { display: none;}*/

.gallery-row-wrapper {
    margin-top: 0px;
    padding: 0 0px;
    position: relative;
}

.gallery-row-content {
    background: #fff;
    padding: 10px;
}

.gallery-row-content h3 {
    font-family: "Avenir-Heavy";
    text-align: left;
    color: #2b2523;
    font-size: 20px;
    margin: 5px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.gallery-row-content p {
    font-family: "Avenir-Medium";
    color: #2b2523;
    font-size: 15px;
    margin: 5px 0;
}

@media only screen and (max-width: 660px) {
    .gallery-row .gallery-col {
        margin: 0 10px 10px 0;
        width: 28.33%;
        /*padding-left: 15px; padding-right: 15px;*/
        border: 1px solid #ddd;
        position: relative;
        cursor: pointer;
    }
}

@media only screen and (max-width: 425px) {
    .gallery-row .gallery-col {
        margin: 0 10px 10px 0;
        width: 45.33%;
        /*padding-left: 15px; padding-right: 15px;*/
        border: 1px solid #ddd;
        position: relative;
        cursor: pointer;
    }
}

@media only screen and (max-width: 320px) {
    .gallery-row .gallery-col {
        margin: 0 0px 10px 0;
        width: 100%;
        /*padding-left: 15px; padding-right: 15px;*/
        border: 1px solid #ddd;
        position: relative;
        cursor: pointer;
    }
}



/* .client-logo{
} */

#brandsSlider {
    padding-top: 40px;
}

.client-logo {
    padding-bottom: 30px;
}

.client-logo img {
    height: 80px;
    width: auto !important;
    margin: auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    object-fit: contain;
    /* border: 2px solid #cecece; */
    /* opacity: 0.7; */
}

.client-logo:hover img {
    opacity: 1;
}

.client-logo.border-1 {
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.1);
}


/*-=============================================================-*/

.client-list-1 {
    list-style: none;
    margin: 20px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.client-list-1 li {
    margin: 0px;
    text-align: left;
    padding: 0 15px 20px 0; display: flex;
    flex-direction: column;
}

.client-list-1 li span{ font-size: 13px; font-weight: 500; color: var(--text-primary); text-align: center; padding: 10px;}

.client-list-1 li img {
    border: 1px solid #ddd;
    /* height: 80px; */
}

@media only screen and (max-width: 780px) {
    .client-list-1 {
        list-style: none;
        margin: 20px 0;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .client-list-1 li img {
      height: 90px;
  }
}

@media only screen and (max-width: 680px) {
    .client-list-1 li {
        margin: 0px;
        padding: 5px;
    }
    .client-list-1 li img {
      height: 80px;
  }
}

@media only screen and (max-width: 575px) {
    .client-list-1 {
        list-style: none;
        margin: 20px 0;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .client-list-1 li {
        margin: 0px;
        padding: 5px;
    }
    /* .client-list-1 li img {
        height:60px;
    } */
}

@media only screen and (max-width: 430px) {
    .client-list-1 {
        list-style: none;
        margin: 20px 0;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .client-list-1 li {
        margin: 0px;
        padding: 5px;
    }
     .client-list-1 li img {
      height: 80px;
  } 
}

@media only screen and (max-width: 390px) {
    .client-list-1 li {
        margin: 0px;
        padding: 5px;
    }
    .client-list-1 li img {
        height: 70px;
    }
}



@media only screen and (max-width: 340px) {
    .client-list-1 {
        list-style: none;
        margin: 20px 0;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .client-list-1 li {
        width: 48%;
        padding: 5px;
    }
    .client-list-1 li img {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 280px) {
    .client-list-1 {
        list-style: none;
        margin: 20px 0;
        padding: 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .client-list-1 li {
        width: 100%;
        padding: 10px 0;
    }
    .client-list-1 li img {
        height: 100%;
        width: 100%;
    }
}
/*==============================================================*/
 

/*---------------------------------------------------*/
 
.gallery-box {
    background: #fff;
    margin: 30px 0 0 0;
    /* margin-left: -15px;
      margin-right: -15px; */
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .gallery-box li {
    width: 33.33%;
    /* min-height:380px;*/
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
    overflow: hidden !important;
    border: 0px solid #ddd;
    margin-bottom: 10px;
  }
  
  .gallery-box li figure {
    /* text-align: center;
      cursor: pointer;
      width: 180px !important;
      height: 180px !important;
      vertical-align: middle;
      display: table-cell;
      position: relative;
      overflow: hidden !important;
      padding: 10px;
      border: 1px solid #a7a9ac; */
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-position: 50%;
    background-size: cover;
    height: 320px;
    margin: 0px;
  }
  
  .gallery-box li figure:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0a043c00 50%, #000000b0 100%);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .gallery-box li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  /* .gallery-box li img {
      max-height: 100%;
      max-width: 100%;
      position: relative;
      border: 0px solid #f7f7f7 !important;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  } */
  
  /* .gallery-box li img:hover {
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      border: 1px solid #ddd;
  } */
  
  @media screen and (max-width: 1024px) {
    /* .gallery-box li figure {
          text-align: center;
          width: 280px !important;
          height: 200px !important;
      } */
    .gallery-box li figure {
      height: 280px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .gallery-box {
      margin: 20px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  
    .gallery-box li {
      width: 33%;
    }
  
    .gallery-box li figure {
      height: 200px;
    }
  }
  
  @media screen and (max-width: 575px) {
    .gallery-box {
      margin: 20px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  
    .gallery-box li {
      width: 46%;
    }
  
    .gallery-box li figure {
      border: 0px solid #a7a9ac;
      height: 180px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .gallery-box {
      margin: 20px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  
    .gallery-box li {
      width: 48% !important;
      margin-bottom: 20px;
      padding: 0px;
      padding-bottom: 0px;
    }
  
    .gallery-box li figure {
      height: 120px;
    }
  }
    
  


/*------------------gallery-box-1---------------------------------*/

.gallery-title {
    text-align: left;
    margin-bottom: 20px;
}

.gallery-title h3 {
    font-family: 'PT Serif', serif;
    font-size: 22px;
    color: #20221d;
    font-weight: 700;
    margin: 0px;
}

.gallery-box-1 {
    background: #fff;
    margin: 35px 0 0 0;
    /* margin-left: -15px;
    margin-right: -15px; */
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.gallery-box-1 li {
    width: 16.33%;
    /* min-height:380px;*/
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
    overflow: hidden !important;
    border: 0px solid #ddd;
    margin-bottom: 10px;
}

.gallery-box-1 li figure {
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-position: 50%;
    background-size: cover;
    height: 160px;
}

.gallery-box-1 li figure:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0A043C00 50%, #000000B0 100%);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.gallery-box-1 li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .gallery-box-1 {
        margin: 35px 0 0 0;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gallery-box-1 li {
        width: 33%;
    }
    .gallery-box-1 li figure {
        height: 160px;
    }
}

@media screen and (max-width: 575px) {
    .gallery-box-1 {
        margin: 35px 0 0 0;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gallery-box-1 li {
        width: 46%;
    }
    .gallery-box-1 li figure {
        border: 0px solid #a7a9ac;
    }
}

@media screen and (max-width: 400px) {
    .gallery-box-1 {
        margin: 35px 0 0 0;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gallery-box-1 li {
        width: 48% !important;
        margin-bottom: 20px;
        padding: 0px;
        padding-bottom: 0px;
    }
    .gallery-box-1 li figure {
        height: 120px;
    }
}


/*===========================================================*/



.gallery-box-2 {
    background: #fff;
    margin: 35px 0 0 0;
    /* margin-left: -15px;
    margin-right: -15px; */
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.gallery-box-2 a {
    width: 23.33%;
    /* min-height:380px;*/
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
    overflow: hidden !important;
    border: 0px solid #ddd;
    margin-bottom: 10px;
}

.gallery-box-2 a figure {
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-position: 50%;
    background-size: cover;
    height: 300px;
}

.gallery-box-2 a figure:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0A043C00 50%, #000000B0 100%);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.gallery-box-2 a figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .gallery-box-2 {
        margin: 35px 0 0 0;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gallery-box-2 a {
        width: 33%;
    }
    .gallery-box-2 a figure {
        height: 200px;
    }
}

@media screen and (max-width: 575px) {
    .gallery-box-2 {
        margin: 35px 0 0 0;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gallery-box-2 a {
        width: 46%;
    }
    .gallery-box-2 a figure {
        border: 0px solid #a7a9ac;
        height: 260px;
    }
}

@media screen and (max-width: 425px) {
    .gallery-box-2 {
        margin: 35px 0 0 0;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gallery-box-2 a {
        width: 48% !important;
        margin-bottom: 20px;
        padding: 0px;
        padding-bottom: 0px;
    }
    .gallery-box-2 a figure {
        height: 200px;
    }
}

 
  
/*==================================================================*/

 





 
/*==========================================================*/
 
.masonry-wrapper .masonry-col {
	display: flex;
	justify-content: center;
	align-items: center;
}
.masonry-wrapper .masonry-col > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px; 
}

.masonry-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-auto-rows: 300px;
	grid-auto-flow: dense;
}
.masonry-wrapper .wide {
	grid-column: span 0;
    grid-row: span 0;
}
.masonry-wrapper .tall {
	grid-row: span 2;
}
.masonry-wrapper .big {
	grid-column: span 1;
	grid-row: span 1;
}

@media only screen and (max-width:600px) {
    .masonry-wrapper {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: auto;
        grid-auto-rows:auto;
        grid-auto-flow: dense;
    }

    .masonry-content-details h3 {font-size: 15px;}
    .masonry-content-details p {font-size: 13px;}
}

@media only screen and (max-width:360px) {
    .masonry-wrapper {
        display:table;
        grid-gap: 10px;
        grid-template-columns: auto;
        grid-auto-rows:auto;
        grid-auto-flow: dense;
    }

    .masonry-wrapper .masonry-col {
        margin-bottom: 15px;
    }

    
}
 


/*================================*/
 
  .tabs_wrapper {
    width: 100%;
    /* text-align: center; */
    /* margin: 0 auto; */
    background: transparent;
  }
  .tabs_wrapper ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0 0;
    padding: 0 0 0 0px;
    width: 100%;    
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
     
  }
  .tabs_wrapper ul.tabs li {  
    margin: 0;
    cursor: pointer; 
    /* background: #fff; */
    padding: 10px 7px;
    font-family: var(--font-family-Montserrat); 
    color: var(--text-primary);
    text-align: left;
    font-weight: 600;
    font-size: 15px;     
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* background: linear-gradient(to right, #8c1a21 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom; */
  }

  .tabs_wrapper ul.tabs li i{ font-size: 14px;}

  .tabs_wrapper ul.tabs li:hover {
    /* background-position: left bottom; */
    background: #8c1a21;  
    color: white;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tabs_wrapper ul.tabs li.active {
    background: #8c1a21;     
    color: #dddddd;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0;
    width: 100%;
    min-width: 10px;
    text-align: left;
    /* background: white; */
   border-left: 1px solid #ddd;
     
  }
  .tab_content {
    padding: 0 20px;
    height: 100%;
    display: none;
  }
  .tab_drawer_heading {
    display: none;
  }
  @media screen and (max-width: 768px) {
    .tabs_wrapper ul.tabs {
      display: none;
    }
    .tab_content {
        padding: 10px 5px;  
        border: 1px solid #ddd;       
    }

    .tab_container {
      display: block;
      margin: 0 auto;
      width: 100%;
      border: 0px solid #ddd;
      border-radius: 0;
       
    }
    .tab_drawer_heading {     
      background: #8c1a21;   font-family: var(--font-family-Montserrat);
      font-size: 19px; font-weight: 600;    
      color: #ddd;
      margin: 0;
      padding:15px 20px; margin: 10px 0;
      display: block;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-align: center;
    }
    .tab_drawer_heading:hover {
      background: #ce3b27;       
      color: white;
    }
    .d_active {
      background: #fff;
      background: #8c1a21;     
      color: #dddddd;
    }
  }
  

  /*============================    new             ============================================================*/

  .sm-menu{ display: none;}

@media screen and (max-width: 991px) {
    .sm-menu{ display: inherit;}
}

  @media screen and (max-width: 600px) {
    .pushNav {
        width: 75%;
        right: -75%;
   }
}
@media screen and (min-width: 601px) {
    .pushNav {
        width: 350px;
        right: -350px;
   }
}
ul.pushNav {
    padding: 0;
    margin: 0;
    list-style-type: none;  z-index: 9999
}
.pushNav {
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: hidden;
    background-image: linear-gradient(180deg, #ce3b27, #8c1a21);
     
    transition: ease-in-out 0.5s;
}
.pushNav hr {
    border: 1px solid #555;
}
.pushNav, .pushNav a {
    font-size:14px;
    font-family: var(--font-family-Montserrat);
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.50px;
}
.pushNavIsOpen {
    overflow: auto;
    height: 100%;
}
.js-topPushNav.isOpen, .pushNav_level.isOpen {
    right: 0;
}
.closeLevel, .openLevel {
    cursor: pointer;
}
.openLevel, .closeLevel, .pushNav a { border-bottom: 1px dashed #92252c;
    padding: 1em 0;
    display: block;
    text-indent: 20px;
    transition: background 0.4s ease-in-out;
}
.openLevel:hover, .closeLevel:hover, .pushNav a:hover {
    background: #8c1a21;
}
.hdg {
    background-color: #8c1a21;
}
.closeLevel, closelevel > i {
    font-size: 16px;  
    color: #bebebe;
}
/* .burger {
    position: absolute;
    top: 24px;
    right: 48px;
} */
.burger i {
    font-size: 3em; color: #000 !important;
}
.screen {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.pushNavIsOpen .screen {
    height: 100%;
    opacity: 1;
}
.fa {
    display: inline;
    padding: 5px;
}
 
.wrapper {
    max-width: 625px;
    margin: 120px auto;
    padding: 0 20px;
    color: #fff;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 100;
    font-size: 1.1em;
    line-height: 1.4em;
}
.wrapper a {
    color: #20c270;
    text-decoration: none;
}
.wrapper button {
    background-color: #20c270;
    margin: 50px auto;
    display: block;
    padding: 10px 40px;
    border: none;
}
.wrapper button:hover {
    background-color: #18a960;
}
.wrapper button a {
    color: #000;
    font-size: 2em;
}

/*-------------------------------------*/

.modal {
    z-index: 99999;
}

.modal-content {
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0;
    outline: 0;
    padding: 10px;
}

.modal-header {
    padding: 2px;
    border-bottom: 0px solid #e9ecef;
}

.modal-body {
    padding: 0px 10px 10px 10px;
}

.close {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .9;
}


/*----------------------------------------------------------*/

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    flex-flow: column;
}

.modal-dialog-slideout .modal-content {
    border: 0;
}

@media (max-width: 576px) {
    .modal-dialog.modal-dialog-slideout {
        width: 80%
    }
}

@media (max-width: 425px) {
    .modal-dialog.modal-dialog-slideout {
        width: 100%
    }
}


/*---------------------------------------------------*/

 