@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
/* @import url("/fonts/custom-fonts.css"); */

/*
font-family: "Montserrat", sans-serif;
font-family: "Inter", sans-serif;
font-family: "Poppins", sans-serif;

*/

@font-face {
  font-family: 'Bradley Hand ITC';
  src: url('fonts/bradhitc.eot');
  src: url('fonts/bradhitc.eot?#iefix') format('embedded-opentype'),
       url('fonts/bradhitc.woff2') format('woff2'),
       url('fonts/bradhitc.woff') format('woff'),
       url('fonts/bradhitc.ttf')  format('truetype'),
       url('fonts/bradhitc.svg#Bradley Hand ITC') format('svg');
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--font-family-1);
 
}

:root {
  --primary: #b21f14;
  --sc-primary: #1d1b1b;
  --th-primary: #a01106;
  --text-primary: #606163;
  --text-heading: #222222;
  --text-white: #fff; 
  --text-black: #000; 
  --text-grey: #7f7f7f;   
  --font-family-1: "Inter", sans-serif;    
  --font-family-2: "Poppins", sans-serif;
  --font-family-3: "Montserrat", sans-serif;
  --gradient-bk:linear-gradient(360deg, rgba(29,27,27,1) 0%, rgba(178,31,20,1) 100%);
  --gradient-bk1:linear-gradient(180deg, rgba(0,85,157,1) 2%, rgba(0,143,213,1) 100%, rgba(0,184,240,1) 100%);
  /* --gradient-bk:linear-gradient(0deg, rgba(0,85,157,1) 47%, rgba(0,143,213,1) 84%, rgba(0,184,240,1) 100%); */
  
}

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;
}


 
/* .viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
  */



.container {
  max-width: 1320px;
}

.container-60{padding: 0 40px;}


@media only screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
  }

  .container-60{padding: 0px;}
}


/*===========section space=========================*/
 
.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;
}



/*==============cursor css======================*/


.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--primary);
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%); z-index: 999;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color:var(--primary);
  opacity: .3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;  z-index: 999;
}

.hover {
  background-color:var(--primary);
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}





/*===================================================
==========================pages css===========
=====================================================================================*/

.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:var(--th-primary);
  /* background: linear-gradient(180deg, rgba(0,85,157,1) 10%, rgba(0,143,213,1) 60%, rgba(0,184,240,1) 85%); */
  padding:4px 0;
  margin-bottom: 0px;
  position: relative;
  border-bottom: 0px solid rgb(245, 245, 245);  
}

/* .header-top:after {
  position: absolute;
  width: 16.85416666666667%;
  height: 100%;
  content: '';
  background: #00549C;
  right: -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-end;
  align-items: center;
  margin: 0px 0 0 0;
  position: relative;
 z-index: 999;
}

.header-top-row .top-col-1 {
  width: 100%;
}

.header-top-row .top-col-2 {
  width: 15%; text-align: right;
}

.top-col-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  /* align-items: center; position:absolute; right: 15%; top: 10px; */
  font-family: var(--font-family-1); 
}

.header-top-row .social i {
  color: var(--sc-primary);
  font-size: 18px !important;
}

.header-top-row .social i:hover {
  color: var(--th-primary);
}
 


.header-top-row .top-info i {
  color: var(--text-white); font-size: 15px;   border: 0px solid #ddd; border-radius: 4px; padding: 2px;
}

.header-top-row .top-info a {
  color: var(--text-white);
  font-size: 15px;
  font-weight: 300;
}
.header-top-row .top-info a span{ display: block;   font-size: 14px;
  font-weight:400;}


  /* .header-top-row .top-info a:hover {
    color: var(--th-primary);      
  } */

  @media only screen and (max-width: 1060px) {
    .header-top-row .top-col-1 {
      width: 80%;
    }
    
    .header-top-row .top-col-2 {
      width: 20%; text-align: right;
    }

    .header-top:after {
      position: absolute;
      width: 20.85416666666667%;     
    }
  }

  @media only screen and (max-width: 940px) {
    .header-top-row .top-col-1 {
      width: 80%;
    }
    
    .header-top-row .top-col-2 {
      width: 20%; text-align: right;
    }

    .header-top:after {
      position: absolute;
      width: 25.85416666666667%;     
    }
  }


@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: relative;
    right: inherit;
    top: 1px; 
  }
}

@media only screen and (max-width: 768px) {
  .none1 {
    display: none;
  }

  .top-col-1 {
    display: none;
  }

  .header-top-row .top-col-2 {
    width: 50%; text-align: right;
  }
  .header-top:after {
    position: absolute;
    width: 50.85416666666667%; 
    right: -35px;    
  }
}

@media only screen and (max-width: 430px) {
   

  .header-top-row .top-col-2 {
    width: 60%; text-align: right;
  }
  .header-top:after {
    position: absolute;
    width: 60.85416666666667%; 
    right: -35px;    
  }
}

@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;
    } */
}


.top-nav{ display: flex; flex-direction: row;}

.top-nav a {
 
  font-family: var(--font-family-2);
  color: #363637;
  font-size: 14px;
  font-weight: 600;
  text-transform: inherit; 
  padding: 0px 7px;
  cursor: pointer;
  display: inline-block; border-right: 1px solid #cbcaca;
  position: relative;}

  .top-nav a:last-child{border: 0px;}

  .top-nav a:hover{ color: var(--primary);}


  .br-btn{ background: var(--sc-primary); padding: 7px 7px !important; color: #fff !important; display: flex !important; align-items: center !important; font-size: 16px !important;}
  .br-btn i { display: inherit !important; padding-left: 5px; margin-top: 0px !important;}
  .br-btn:hover{background: var(--primary);}

/*==========================================================*/

.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:var(--primary);
  padding: 0px 0; border-bottom:0px solid var(--primary);
}

.header-nav .border-line {
  border-top: 0px solid #dfdedb;
  border-bottom: 0px solid #dfdedb;
}

@media only screen and (max-width: 991px) {
  .header-nav {    
    padding: 0px 0;
  }
}

/*-------------------------------------*/

/*-------------------------------------*/

.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: relative;
  background: transparent;
  padding: 0px 0;
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !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;
}

.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 .logo img {
  max-width: 60% !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: 600px) {
  .header-fixed {
         position: relative; 
          
    } 
   
}

/*---------------------------------------------------*/

.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: 0;
  background-color: #fff;
}

.carousel-indicators .active {
  background-color: #fff;
}

.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: #fff; */
  position: absolute;
  /* right: 0; */
  bottom: 10%;
  left: 5%;
  z-index: 10;
  /* padding: 30px 30px 70px 10px; */
  text-align: left !important;
  width: 100%;
  /* display: none !important; */
}

.carousel-caption h6 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 500;
  font-size: 40px;
  color: var(--text-white);  
  margin: 0px;
}


.carousel-caption h5 {
  margin: 0px;
  font-family: var(--font-family-2);
  font-weight: 800;
  font-size: 55px;
  color: var(--text-white);
  margin: 0px;
}

.carousel-caption h5 span {  
  color: var(--sc-primary);
  margin: 0px;
}


.carousel-caption h4 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 500;
  font-size: 28px;
  color: var(--text-white);   
  margin: 0px;
}

.carousel-caption .know-more-btn {
  background: var(--sc-primary);
  padding: 15px 20px;
  font-family: var(--font-family-1);
  color: #fff;
  font-size: 15px;
  font-weight:600;
  border-radius: 50px;
  margin: 20px 0 0 0;
  display: inline-block;
  text-transform: uppercase;
  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{padding: 0 10px;}

.carousel-caption .know-more-btn:hover {
 
  padding-left:30px;
   
}

.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-lg {
  display: inherit;
}


.hidden-sm {
  display: none !important;
}

 

@media only screen and (max-width:1024px) {
  .carousel-caption {
    /*background: #fdd215;*/
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 5%;
    z-index: 10;
    padding: 10px;    
    width: auto;
    /* display: none !important; */
  }

  .carousel-caption h5 {
    font-size: 35px;
  }

  .carousel-caption h6 {
    font-size: 24px;
  }

  .carousel-caption h4 {
    font-size: 20px;
  }
}


@media only screen and (max-width: 768px) {
  .carousel-caption {
    /*background: #fdd215;*/
    position: absolute;
    right: 10%;
    bottom: 15%;
    left: 5;
    z-index: 10;
    padding: 10px;
    
  }

  .carousel-caption h5 {
    font-size: 40px;
  }

  .carousel-caption h6 {
    font-size: 24px;
  }

  .carousel-caption h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 580px) {
  .carousel-control-prev-icon {
    display: none;
  }

  .carousel-control-next-icon {
    display: none;
  }

  .carousel-indicators button {
    display: none !important;
  }

  .carousel-caption {  /*background: #fdd215;*/
    position: absolute;
    width: 95%;
    right: 0%;
    bottom: 15%;
    left: 0%;
    z-index: 10;
    padding: 10px;
     
  }

  .carousel-caption h5 {
    font-size: 40px;
  }
  .carousel-caption h5 br{ display: none;}

  .carousel-caption h4 br{ display: none;}

  .carousel-caption h6 {
    font-size: 30px;
  }

  .carousel-caption h4 { 
    font-size: 30px;
  }
  .carousel-caption .know-more-btn {
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 600;
    margin: 10px 0 0 0;
  }
}

@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 !important;
  }

  .hidden-sm {
    display: inherit !important;
  }


   

  
}

@media only screen and (max-width: 375px) {
  /* .carousel-item .w-100 { width:100% !important;  
           height:500px;} */
  /* .carousel-caption {
    display: none;
  } */

  
}


.caption-row{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;}
.cap-col{ width: 49%;}
.cap-col img{width: 50%;}



/*------------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; */
  position: absolute;  
  right: 15%;
  bottom: 10%;
  left: 2%;
  z-index: 10;
  padding: 10px 0;
  text-align: left !important;
  width: 100%;
  /* display: none !important; */
}
 
.carousel-caption-1 h6 {
  margin: 0px;
  font-family:var(--font-family-2);
  font-weight: 600;
  font-size:26px;
  color:var(--text-white);  
  margin: 0px;  
}

.carousel-caption-1 h5 {
  margin: 0px;
  font-family:var(--font-family-2);
  font-weight: 400;
  font-size:15px;  
  color: #fff;  margin: 0px 0px; letter-spacing: 0.50px; 
}


/* .carousel-caption-1 h4 span:after{ content: "";   position: absolute;  left: 0; right: 0; margin: auto;
    bottom:-5px;   width:30%;   height: 4px;   background: #dd1f26; }  */
 

    @media only screen and (max-width: 767px) {
   
      .carousel-caption-1{       
        position: absolute;  
        right: 15%;
        bottom: 1%;
        left: 3%;
        z-index: 10;
        padding: 1px;
        text-align: left !important;
        width: 100%;
        /* display: none !important; */
      }
      
    }
    
    
    @media only screen and (max-width: 575px) {
    
      .carousel-caption-1 {       
          position: absolute;
          right: 3%;
          bottom: 1%;
          left: 3%;
          z-index: 10;
          padding: 0px;
          text-align: left;   
      } 

      .carousel-caption-1 h6 { 
        font-size:22px;
        
      }
      
      
       
     
  }
  
  @media only screen and (max-width: 480px) {
      .w-200{ width: 100% !important;  
          height:140px;  object-fit:cover; object-position:25%;}
  }

/*==================================================*/

/* Animation css*/

@keyframes leftmove {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: -20px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes rightmove {
  0% {
    margin-right: 0;
  }

  50% {
    margin-right: 60px;
  }

  100% {
    margin-right: 0;
  }
}

/* @keyframes move {
  0% {
    margin-bottom: 0;
  }

  50% {
    margin-bottom: -20px;
  }

  100% {
    margin-bottom: 0;
  }
} */

@keyframes move {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -20px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes rotate-icon {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

 
.shape-1 {
  /* -webkit-animation: rotate-icon 5s linear 0s infinite normal;
  animation: rotate-icon 5s linear 0s infinite normal; */
  -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation: move infinite 4s;
    animation: move infinite 4s;
}

 

.shape-1 {
  position: absolute;
  left: 70%;
  top:35%;  
}

.shape-2 {
  position: absolute;
  right: 1%;
  bottom:-120px;
  opacity: 0.3;  
  -webkit-animation-name: rightmove;
    animation-name: rightmove;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation: rightmove infinite 4s;
    animation: rightmove infinite 4s; 
   
}
 

.shape-3 {
  position: absolute;
  left: 1%;
  top: 20px;
  opacity: 0.3;  
  -webkit-animation-name:move;
    animation-name:move;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation:move infinite 4s;
    animation:move infinite 4s; 
   
}

.shape-5 {
  position: absolute;
  right: 1%;
  top: 0px;
  opacity: 0.4;  
  -webkit-animation-name:rotate-icon;
    animation-name:rotate-icon;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation:rotate-icon infinite 4s;
    animation: rotate-icon infinite 4s; 
   
}


@media only screen and (min-width: 992px) and (max-width: 1199px){

  .shape-2 {
    position: absolute;
    right: 1%;
    bottom:-60px;} 
}

@media only screen and (min-width: 768px) and (max-width: 991px){

  .shape-2 {
    position: absolute;
    right: 1%;
    bottom:-80px;}

}

@media only screen and (max-width: 767px){
/* .shape-1 {
    display: none;
} */
.shape-2 {
  position: absolute;
  right: 1%;
  bottom:-20px;}
}



/*--================================================-heading-================================================-*/

.heading-bx-center{ margin-bottom: 20px;}

.heading-bx-center h4 {
  font-family: var(--font-family-2);
  font-size:50px;
  color: var(--text-heading);
  font-weight: 700;
  text-transform: inherit;
  text-align: center;
  position: relative;
  margin: 0 0 0px 0;
   
}
 
.heading-bx-center h4 span { 
  font-size: 22px; 
  color: var(--text-heading);
  font-weight:500; 
  padding-left: 0rem;
  padding-right: 0px; text-transform: inherit;
  position: relative;
  display: block;
} 
  
/*=======================================*/

.heading-bx-left{ margin-bottom: 20px; position: relative;}

.heading-bx-left h4 {
  font-family: var(--font-family-2);
  font-size:40px;
  color: var(--text-heading);
  font-weight: 600;
  text-transform: inherit;
  text-align: left;
  position: relative;
  margin: 0 0 0px 0;
  letter-spacing: 0.50px;
   
}
 
.heading-bx-left h4 span {
  font-family: var(--font-family-2);
  font-size: 20px; 
  color: var(--primary);
  font-weight:600; 
  padding-left: 0rem;
  padding-right: 0px;  
  position: relative;
  display: block;
}

.heading-bx-left h4 small{ 
  font-size:40px;
  color: var(--text-white);
  font-weight: 700;
  background: var(--primary);
  padding: 0 7px;
}

/* .heading-line-left::before {
  content: "";
  width: 10rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 auto;
  background-color: #62b948;
} */ 

.heading-line-left::after {
  content: "";
  width: 5rem;
  padding-top: 0.3rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  background-color: #62b948;
}

 

.heading-bx-left h5 {
  font-family: var(--font-family-2);
  font-size:40px;
  color: var(--text-heading);
  font-weight: 600;
  text-transform: inherit;
  text-align: left;
  position: relative;
  margin: 0 0 0px 0;
  line-height: 1.2;  
}
 
.heading-bx-left h5 span {
  font-family: var(--font-family-2);  
  color: var(--primary);
  font-weight:700; 
  padding-left: 0rem;
  padding-right: 0px; text-transform: inherit;
  position: relative;
  /* display: block; */
}

 

 




@media only screen and (max-width: 768px) {
  .heading-bx-left h4 br{display: none;}
  .heading-bx-left h4 { 
    font-size: 34px;     
  }

  .heading-bx-left h5 br{display: none;}
  .heading-bx-left h5 { 
    font-size: 34px;     
  }

  .heading-bx-center h4 br{display: none;}
  .heading-bx-center h4 { 
    font-size: 34px;     
  }

  

}


/*-----===================--------*/


.heading-left{ margin-bottom: 30px;}


.heading-left h4 {
  font-family: var(--font-family-1);
  font-size: 45px;
  color: var(--text-heading);
  font-weight: 800;  
  text-align: left !important;
  position: relative;
  margin: 0 0 10px 0;
  line-height: 1.2;
  
}

.heading-left h4 small {   
  color: var(--primary);  
}

 
.heading-left h4 span {
  font-family: var(--font-family-2);
  font-size: 16px; 
  color: var(--text-grey);
  font-weight: 700; 
  padding-left: 0rem;
  padding-right: 0px; text-transform: uppercase;
  position: relative;
  display: block;
}


@media only screen and (max-width: 768px) {
 
  .heading-left h4 { 
    font-size: 34px;     
  }
}


/*===========section space=========================*/

.section-sp1 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-sp2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-sp3 {
  padding-top: 70px;
  padding-bottom: 60px;
}

.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-sp8 {
  padding-top: 0px;
  padding-bottom:10px;
}

.section-spd1 {
  padding-top: 30px;
}

.section-smr1 {
  margin-top: 0;
  margin-bottom: 120px;
}

/*==========================================*/
 
.wel-bg{
  background-image: url(../../images/wel-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size:cover;  
  position: relative;
  overflow: hidden;
  padding: 30px 15px;
}


.desk-row { display: flex; flex-direction: row;justify-content: space-between;}
.desk-row img { margin-right: 15px;}

@media only screen and (max-width:1024px) { 
  .desk-row { display: flex; flex-direction: column; justify-content: space-between;}

}

@media only screen and (max-width:767px) { 
  .desk-row { display: flex; flex-direction: row; justify-content: space-between; margin-top: 40px;}
}

@media only screen and (max-width:480px) { 
  .desk-row { display: flex; flex-direction: column; justify-content: space-between; margin-top: 40px;}
  .desk-row img { margin-right: 0px; margin-bottom: 15px; width: 100%;}
}








/*=============================================**/


.services-section{ 
  /* background-image: url(../../images/services-bk.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size:cover; 
  background-attachment: fixed; */
  position: relative;
  overflow: hidden; 
  background: #fff;  
  padding: 50px 0 50px 0; 
  min-height:550px;

}


.services-section:before {
  background: url(../../images/serv-bg.jpg) ;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; 
  position: absolute;
  width: 100%;
  height: 70.333%;
  content: '';
  left: 0px;
  top: 0;
  z-index: 0;
}

 

.services-list{ margin: 50px 0 0 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }

.services-box{  position: relative; width: calc(49.33% - 10px); border-radius: 0px;  background: #fff;    margin-bottom: 35px;
  padding: 40px 40px;  height: 260px; border-radius: 10px;  transition: All 0.5s ease; 
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; text-align: left;
  }

  .services-box h3{font-family: var(--font-family-2);
    font-size: 45px;
    color: var(--text-white);
    font-weight: 700;
    text-transform: inherit;
    text-align: left;
    position: relative;
    margin: 0 0 0px 0;
    line-height: 1.2;
  }

  .services-box h3 span{ display: block; font-size:50px; font-weight: 400;}

  .services-box p {font-family: var(--font-family-2);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-white);
    letter-spacing: 0.2px;
    padding: 10px 0; margin: 0;
    line-height: 22px !important;
}

.services-box.serbg1{ 
  background: var(--primary); 
  background-image: url(../../images/serbg1.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size:contain;  
  position: relative;
  overflow: hidden; 
 
}
 
.services-box.serbg2{ 
  background: var(--sc-primary); 
  background-image: url(../../images/serbg2.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size:contain;  
  position: relative;
  overflow: hidden; 
 
}


.services-box.serbg3{ 
  background: var(--sc-primary); 
  background-image: url(../../images/serbg3.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size:contain;  
  position: relative;
  overflow: hidden; 
 
}


.services-box.serbg4{ 
  background: var(--primary); 
  background-image: url(../../images/serbg4.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size:contain;  
  position: relative;
  overflow: hidden; 
 
}


.services-box .know-more-btn {
  /* background: var(--gradient-bk); */
  background: var(--th-primary);
  padding: 10px 14px;
  font-family: var(--font-family-1);
  color: #fff;
  font-size: 15px;
  font-weight:600;
  border-radius: 10px;
  margin: 20px 0 0 0;
  display: inline-block;
  text-transform: inherit;
  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;
}
.services-box .know-more-btn i{padding: 0 10px;}

.services-box .know-more-btn:hover {
  background: var(--sc-primary);
  padding-left:30px;
  color: #fff;
   
} 

@media only screen and (max-width: 768px) { 
  .services-box{position: relative; width: calc(100%);  padding: 40px 40px;  min-height: 300px; margin-bottom: 30px;    }
  
} 

@media only screen and (max-width:500px) { 
   
  
.services-box.serbg1, .services-box.serbg2, .services-box.serbg3, .services-box.serbg4{  
  background-position: center top;
  background-repeat: no-repeat;
  background-size:cover;   
}

.services-box h3{ 
  font-size: 36px;
 font-weight: 700;
  
}

.services-box h3 span{ display: block; font-size:40px; font-weight: 400;}
 
  
}



/*================================================*/


.serv-img1{ position: relative; margin-top: -200px;}

@media only screen and (max-width:768px) { 
  .serv-img1{ position: relative; margin-top: 0px;}
}
    


.wedding-serv-bg{
  background-image: url(../../images/wedding-serv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;  
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  padding: 30px 0px; 
  min-height: 350px;
} 

.why-serv-bg{background: #fff; padding: 30px 15px; margin-top: -150px; z-index: 999; position: relative; border-radius: 15px;}

.why-serv-list{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin:20px 0 0 0;}
.why-serv-list .ws-col-1{ width: calc(33.33% - 10px); text-align: center;}

 
.why-serv-list h4{font-family: var(--font-family-2); color: var(--text-heading); font-size:16px; font-weight:600; margin: 10px 0; }

.why-serv-list img{ width: 80px;}
 
 

@media only screen and (max-width:768px) { 
  .why-serv-list .ws-col-1{ width: 48.33%; text-align: center;}
}

@media only screen and (max-width:480px) { 
  .why-serv-list .ws-col-1{ width: 100%; text-align: center; padding: 10px;}
}
 
 





/*=================================================================*/
.menu-section{ 
  /* background-image: url(../../images/services-bk.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size:cover; 
  background-attachment: fixed;  */
  position: relative;
  /* overflow: hidden; */
  background:var(--gradient-bk);  
  padding:50px 0; 
}



.menu-list{   margin: 10px 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;  }

.menu-box{  position: relative; /*width: calc(49.33% - 10px);*/ border-radius: 12px; text-align: center; background:var(--th-primary); margin:10px;   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; box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.15);
  }
.menu-box figure {text-decoration: none; display: block; padding:40px 20px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;}

.menu-thumb {
  border-radius: 10px 10px 100% 100%;
  overflow: hidden;
  position: relative;
}
.menu-animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.menu-animate:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
  transform: skewX(-25deg);
}

.menu-content {
  padding: 10px;
  position: relative;
}

.menu-content .icon {
  /* width: 70px;
  height: 70px; */
  background: var(--sc-primary);
  display: none;
  align-items: center;
  justify-content: center;
  font-size:17px;  font-weight: 500;
  text-transform: inherit;
  line-height: 0;
  color: #fff;
  /* border: 3px solid #fff; */
   border-radius:0 10px 0 0px; 
  padding: 15px 15px; 
  position: absolute;
  left: 0px;
  top: -30px;
  z-index: 2;
  transition: all .4s ease-out 0s;
}
.menu-content .icon span{position: relative;}

.menu-content .icon img {
  width: 40px !important;
  height: 40px !important;}

.menu-content .title { font-family: var(--font-family-2); color: var(--text-white);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px; margin-top: 10px;
}
.menu-content .title a span{font-weight: 400;}
.menu-content .title a{text-decoration: none; color: inherit;}
.menu-content .title a:hover {
  color: var(--primary);
}
 
.menu-box p{ 
    font-size: 14px;
    line-height: 24px !important;
    font-weight: 300;
    color: var(--text-white);
    letter-spacing: 0.20px;
    padding: 0 0px;
}
.menu-content .know-more-btn {
    background:transparent;
    padding: 13px 18px;
    font-family: var(--font-family-1);
    color:var(--text-white);
    font-size: 14px;
    font-weight:600;
    border-radius: 8px;
    margin:10px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
    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;
  }
  .menu-content .know-more-btn i{padding: 0 10px;}
  
  .menu-content .know-more-btn:hover {
    background: var(--primary);
    padding-left:30px;
    color: #fff;     
  } 
 

.menu-box.color1 {
  background: #f5f5f5;
 }
 
 .menu-box.color2 {
   background: #f1f7fc;
 } 

.menu-box:hover { display: block; /*background:var(--sc-primary);*/
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);   
}

/* .menu-box:hover span{color: var(--sc-primary);} */


#menu-list .owl-nav {
  display: flex;
  justify-content: end;
  margin-top: 0px;
  position: absolute;
  right: 20px;
  bottom: -80px; z-index:1;
}

#menu-list .owl-prev, #menu-list .owl-next{ 
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--primary);
  padding: 0px;
  margin: 2px 5px;
  position: relative;
  border: 0px solid #ddd;
  width: 40px;
  height: 40px; color: #fff;border-radius: 100%; font-size: 20px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

#menu-list .owl-prev:hover, #menu-list .owl-next:hover{background: var(--sc-primary);}
 

#menu-list .owl-dots{ display: none;}

@media only screen and (max-width: 768px) {
   
}


/*=======================inside page Menu ================================================*/

.menu-img1{ position: absolute; margin-top: -300px; z-index: 1; }

@media only screen and (max-width:1200px) { 
  .menu-img1{ width: 360px; position: absolute; margin-top: -200px;}
}

@media only screen and (max-width:900px) { 
  .menu-img1{ width: 320px; position: absolute; margin-top: -180px;}
}

@media only screen and (max-width:767px) { 
  .menu-img1{ display: none;}

  .menu-caption h6{display: none;}
}

.menu-caption h6{
  font-family:var(--font-family-1); color: #d89b2a; font-weight: 700 !important; font-size: 28px;
 }
 .menu-caption h6 span{ color: #fff;}

.menu-caption h5{
 font-family: 'Bradley Hand ITC'; color: #fff; font-weight: 400; font-size:22px;
}


.menu-area{ padding: 80px 40px 10px 40px; background: #f8f8f8; border: 1px solid #ddd; border-radius: 15px; 
  position: relative;}
.menu-area .menu-title{ background: #b21f14; padding: 4px 20px; border-radius: 15px; font-family: 'Bradley Hand ITC'; color: #fff; font-weight: 400; font-size: 34px; position: absolute; top: -30px; left: 30%;}



.menu-card .menu-card-left{background: rgb(29,27,27);
  background: linear-gradient(280deg, rgba(29,27,27,1) 0%, rgba(178,31,20,1) 100%);
border-radius: 20px !important;
display: flex; flex-direction: row;  justify-content: space-between; text-align: left; padding:10px 7px 7px 110px;   margin-bottom: 0px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}

.menu-card .menu-card-left:hover{ 
  background: linear-gradient(180deg, rgba(29,27,27,1) 0%, rgba(178,31,20,1) 100%); 
}

.menu-card .menu-card-right{ background: rgb(29,27,27);
  background: linear-gradient(90deg, rgba(29,27,27,1) 0%, rgba(178,31,20,1) 100%);
border-radius: 20px !important; width: 100%;
display: flex; flex-direction: row;  justify-content: flex-end; text-align: right; padding:10px 110px 7px 7px;   margin-bottom: 0px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}

.menu-card .menu-card-right:hover{ 
  background: linear-gradient(0deg, rgba(29,27,27,1) 0%, rgba(178,31,20,1) 100%); 
}


/* .menu-card-left:hover img{ 
  transform               : rotate(360deg);
	-moz-transform          : rotate(360deg);
	-webkit-transform       : rotate(360deg);
	transform-origin        : center;
	-moz-transform-origin   : center;
	-webkit-transform-origin: center;

	transition              : transform 1.0s ease all;
	-moz-transition         : -moz-transform 1.0s ease all;
	-webkit-transition      : -webkit-transform 1.0s ease all;} */

.menu-card-left img{ position: absolute;left: -20px; z-index: 1; }
.menu-card-right img{ position: absolute;right: -20px; z-index: 1; }

.menu-card h4{font-family: var(--font-family-2); color: #fff; font-weight: 700; font-size: 26px; letter-spacing: 0.50px;}
.menu-card h4 span{ display: block;  font-family: 'Bradley Hand ITC'; color: #fff; font-weight: 400; font-size: 24px;}



@media only screen and (max-width:767px) { 
  .menu-area{ padding: 60px 20px 10px 20px; background: #f8f8f8; border: 1px solid #ddd; border-radius: 15px; 
    position: relative;}
}

@media only screen and (max-width:440px) {
  .menu-area .menu-title{   padding: 4px 10px; border-radius: 10px;  font-size: 24px; position: absolute; top: -30px; left: 3%;}
  .menu-card h4{  font-size: 18px; font-weight: 600; }
  .menu-card h4 span{   font-size: 16px;}
 }


 .menu-card-list{ background: linear-gradient(90deg, rgba(29,27,27,1) 0%, rgba(178,31,20,1) 100%); padding: 20px; border: 0px solid rgba(255, 255, 255, 0.1); border-radius: 12px;}
 .menu-card-list img{border-radius: 12px; margin-bottom: 20px;}
 .menu-card-list h5{font-family: var(--font-family-2); color: #fff; font-weight:600; font-size: 22px; letter-spacing: 0.50px;}
 .menu-card-list p {
   font-family: var(--font-family-2);
  font-size: 16px;
   font-weight: 400;
  color: var(--text-white);
  letter-spacing: 0.20px;   
}

 .menu-card-list ul {
  padding: 0px 0 0 20px;
}
.menu-card-list li {
  list-style: url(../../images/list1.png);
  font-family: var(--font-family-2);
  font-size: 16px;
   font-weight: 400;
  color: var(--text-white);
  letter-spacing: 0.20px; 
  padding: 4px 1px;
}



.accordion-item{border: 0; background: linear-gradient(90deg, rgba(29,27,27,1) 0%, rgba(178,31,20,1) 100%); border-radius: 20px !important; }
.accordion-button::after{ display: none;}
.accordion-flush>.accordion-item {
  margin-bottom: 30px;
}


/*=======================================================================*/

.banquet-halls-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: start; margin-bottom: 50px;}
.hall-col-1{ width: 30.33%; position: relative;}
.hall-col-2{ width: 65.33%;}
.hall-col-1 img{border-radius: 8px;}

.banquet-halls-list h1 {
  font-family: var(--font-family-2);
  font-size:25px;
  color: var(--text-heading);
  font-weight: 600;
  text-transform: inherit;
  text-align: left;
  position: relative;
  margin: 0 0 0px 0;
  line-height: 1.2;
}

.banquet-halls-list h1 span { 
  color: var(--primary);
  
}

.banquet-halls-list h1 small { display: block;
  font-size:12px; font-weight:500;
  color: var(--text-grey);
  
}

.banquet-halls-list p {
  font-size: 15px;
  line-height: 24px !important;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: 0.20px;
  padding: 10px  0px; margin: 0;
}


.banquet-halls-list h6 {
  font-family: var(--font-family-2);
  font-size: 14px;
  color: var(--text-grey);
  font-weight:600; 
  margin: 5px 0 0px 0;
 
}

.banquet-halls-list h6 i { 
  color: var(--primary);
  
}


.offer-listing { padding: 0; list-style: none; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.offer-listing li{ width: 49%; padding: 10px; margin: 10px 0; border: 1px solid #fcecec; border-radius: 10px; font-family: var(--font-family-2); font-size: 14px; font-weight: 500; color: var(--text-heading); background: #fff5f5;}
.offer-listing li i{color: var(--primary);}
.offer-listing li .green{color: #25b408;}
.offer-listing li .red{color: #c50101;}



@media screen and (max-width: 767px) {

  .hall-col-1{ width: 100%;}
.hall-col-2{ width: 100%;}
}


/*=======================================================================*/
.lightGallery{cursor: pointer;}

.lightGallery img{display: none;}
.lightGallery img:first-child{display: initial;}

.view-gallery { display: inline-block; position: relative; bottom: 20px; background: var(--sc-primary); padding: 5px 10px; border-radius: 8px; color: #fff; font-size: 14px;}
.view-gallery:hover{background: var(--primary);}

.gallery-box-1 {

  background: #fff;
  margin:10px 0 0 0px;
  /* margin-left: -15px;
  margin-right: -15px; */
  padding: 0px;
  /* display: flex; */ display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-box-1 li {
  width: 20.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: 40px; border-radius: 6px;
}

.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%; bottom: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 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: 10px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content:center;
  }
  .gallery-box-1 li {
      width: 20%;
  }
  .gallery-box-1 li figure {
      height: 80px;
  }
}

@media screen and (max-width: 575px) {
  .gallery-box-1 {
    margin: 10px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
}
.gallery-box-1 li {
    width: 25%;
}
.gallery-box-1 li figure {
    height: 80px;
}
}

@media screen and (max-width: 400px) {
  .gallery-box-1 {
    margin: 10px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
}
.gallery-box-1 li {
    width: 20%;
}
.gallery-box-1 li figure {
    height: 40px;
}
}





/*=======================================================================*/


.pro-listing { margin: 0 0 40px 0;}
.pro-area{ border: 1px solid #ddd; border-radius: 12px; padding: 20px;}
.pro-area img{margin-bottom: 20px;}

.pro-btn { 
  background: var(--th-primary);
  padding: 7px 12px;
  font-family: var(--font-family-2);
  color: #fff;
  font-size: 14px;
  font-weight:600;
  border-radius: 20px;
  margin: 7px 0 0 0;
  display: inline-block;
  text-transform: uppercase;
  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;
}
.pro-btn i{padding: 0 10px;}

.pro-btn:hover {
  background: var(--sc-primary);
  /* padding-left:30px; */
  color: #fff;
   
}

 
/*===========================================================================*/

.team-list{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; position: relative;}
.team-col{ width: 47%; position: relative;}
.team-col img{ border-radius: 20px;}
.team-col figure{position: relative;}
.team-icon{position: absolute; bottom: 0; left: 0; background: var(--primary); width: 100px; height: 110px;  border-radius: 0px 80px 0px 20px; display: flex; align-items: center; justify-content: center;}

.team-link{ display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; padding: 0 10px;}
.team-link h2{
  font-family: var(--font-family-2);
  font-size: 30px;
  color: var(--text-heading);
  font-weight: 700;
  text-transform: inherit;
  text-align: left;
  position: relative;
  margin: 0 0 0px 0;
  line-height: 1.2;
}

.team-link h6 {
  font-family: var(--font-family-2);
  font-size: 20px;
  color: var(--text-heading);
  font-weight: 500;
  padding-left: 0rem;
  padding-right: 0px;
  text-transform: inherit;
  position: relative;
  display: block;
}

.team-link:hover h2{ color: var(--th-primary);}


@media only screen and (max-width: 480px) { 
  .team-list{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; position: relative;}
.team-col{ width: 100%; position: relative; margin-bottom: 20px;}

.team-link h2{
  
  font-size: 24px;
  
}
}


/*===================================================================*/

.team-details{ display: flex; flex-direction: row; flex-wrap: wrap;   position: relative; margin-bottom: 60px; box-shadow: 1px 3px 11px 1px rgba(0, 0, 0, 0.15); padding: 15px; border-radius: 10px; }
.team-d-col-1{ width: 30%; position: relative;}
.team-d-col-2{ width: 65%; position: relative; margin-left:40px;}

.team-details img{ width: 100%;  border-radius: 10px;}

.team-details h3{
  font-family: var(--font-family-2);
  font-size: 30px;
  color: var(--text-heading);
  font-weight: 700;
  text-transform: inherit;
  text-align: left;
  position: relative;
  margin: 0 0 0px 0;
  line-height: 1.2;
}

.team-details h6 {
  font-family: var(--font-family-2);
  font-size: 20px;
  color: var(--primary);
  font-weight: 500;
  padding-left: 0rem;
  padding-right: 0px;
  text-transform: inherit;
  position: relative;
  display: block;
}

.team-details h5 {
  font-family: var(--font-family-2);
  font-size: 22px;
  color: var(--text-heading);
  font-weight: 600; 
  padding: 10px 0 0 0;
  text-transform: inherit;
  position: relative;
  display: block;
}

.team-details p {
  font-family: var(--font-family-1);
  font-size: 17px;
  line-height: 26px !important;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: 0.50px;
  padding: 0 0px;
}

@media only screen and (max-width: 768px) {
  .team-details{ display: flex; flex-direction: row; flex-wrap: wrap;   position: relative; margin-bottom: 60px; box-shadow: 1px 3px 11px 1px rgba(0, 0, 0, 0.15); padding: 15px; border-radius: 10px; }
.team-d-col-1{ width: 100%; position: relative;}
.team-d-col-2{ width: 100%; position: relative; margin-left:0px;}
 }



/*===================================================================*/


.blog-section{   
  position: relative;
  overflow: hidden;
  background:#F3F3F3;  padding: 50px 0 50px 0; 
}

 

.blog-list{ margin: 0px 0; display: flex; flex-direction: row; flex-wrap: wrap; /*justify-content: space-between;*/}

.blog-box{  position: relative; /*width: calc(49.33% - 10px);*/ border-radius: 12px; text-align: left; background: #fff; margin:10px;   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;
  }

 .blog-box-width{width: calc(32.33% - 10px);}

.blog-box figure {text-decoration: none; display: block; padding:40px 20px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;}

.blog-thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.blog-animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog-animate:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
  transform: skewX(-25deg);
}

.blog-content {
  padding: 10px;
  position: relative;
}

.blog-content .icon {
  /* width: 70px;
  height: 70px; */
  background: var(--th-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:16px; text-transform: uppercase;
  line-height: 0;
  color: #fff;
  /* border: 3px solid #fff; */
   border-radius: 8px; 
  padding: 15px 25px; 
  position: absolute;
  left: 10px;
  top: -55px;
  z-index: 2;
  transition: all .4s ease-out 0s;
}
.blog-content .icon span{position: relative;}

.blog-content .icon img {
  width: 40px !important;
  height: 40px !important;}

  .blog-content .title { font-family: var(--font-family-1); color: var(--text-heading);
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0;
}
.blog-content .title a{text-decoration: none; color: inherit;}
.blog-content .title a:hover {
  color: var(--sc-primary);
}
 
.blog-box p{font-family: var(--font-family-1); color: var(--text-primary); font-size: 16px; font-weight:400; line-height: 24px; }

.blog-content .know-more-btn { margin-bottom: 10px !important;}

/* .blog-content .know-more-btn {
    background:#D2EAFF;
    padding: 13px 18px;
    font-family: var(--font-family-1);
    color: #666666;
    font-size: 13px;
    font-weight:700;
    border-radius: 8px;
    margin:10px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
    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;
  }
  .blog-content .know-more-btn i{padding: 0 10px;}
  
  .blog-content .know-more-btn:hover {
    background: var(--sc-primary);
    padding-left:30px;
    color: #fff;     
  }  */

  


/* .services-box:nth-child(odd) {
 background: #f5f5f5;
}

.services-box:nth-child(even) {
  background: #f1f7fc;
} */


.blog-box.color1 {
  background: #f5f5f5;
 }
 
 .blog-box.color2 {
   background: #f1f7fc;
 } 

.blog-box:hover { display: block; /*background:var(--sc-primary);*/
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);   
}

.blog-box:hover span{color: var(--sc-primary);}

@media only screen and (max-width: 1024px) {
  .blog-box-width{width: calc(47.33% - 10px);}
}

@media only screen and (max-width: 600px) {
  .blog-box-width{width: calc(100% - 0px);}
}

@media only screen and (max-width: 480px) { 
 


}



/*====================================================================*/

.about-section{ 
  /* background-image: url(../images/bg-img1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size:cover; */
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;  padding: 50px 0 80px 0; 
}

.about-section-overlay {
  background-image: url(../../images/bg-img1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* opacity: 8;  */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;  
  /* z-index:-1; */
  -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation: move infinite 4s;
    animation: move infinite 4s;
}


  .about-img{position: relative; text-align: left;}
  .about-img .img1{ width: 70%; border: 0px solid #fff; border-radius: 12px;}
  .about-img .img2{   position: absolute; bottom:-60px; right:10px; z-index: 999; }

  .about-text{padding: 80px 0 0 35px;}
  .about-text p{font-family: var(--font-family-2); color: var(--text-primary); font-size: 15px; line-height: 24px !important;font-weight:400;}
 
  .vm-bg{ background: var(--gradient-bk); position: relative;}
  .vm-list{ padding: 0;}
  .vm-list h3{ font-size: 30px !important; color: #fff !important; font-weight: 700;}
  .vm-list p{ font-size: 16px !important; color: #fff !important;}
  .vm-list .vm-img{position: absolute; top: -50px;}

  @media only screen and (max-width:1160px) {  
    .vm-list .vm-img{position: absolute; top: -50px; width: 30%;}
  }

  @media only screen and (max-width:767px) {  
    .vm-list .vm-img{display: none;}
  }
 


/*=======================================*/
  
.know-more-btn {
  /* background: var(--gradient-bk); */
  background: var(--th-primary);
  padding: 10px 14px;
  font-family: var(--font-family-1);
  color: #fff;
  font-size: 16px;
  font-weight:600;
  border-radius: 10px;
  margin: 20px 0 0 0;
  display: inline-block;
  text-transform: inherit;
  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;
}
.know-more-btn i{padding: 0 10px;}

.know-more-btn:hover {
  background: var(--sc-primary);
  padding-left:30px;
  color: #fff;
   
}

  
/*=======================================================================*/

.about-box{ margin: 30px 0; padding: 15px; background: #E8F3E7; height: 300px; border-radius: 12px; }
.about-box h2 {
  font-family: var(--font-family-2);
  font-size: 24px;
  color: var(--text-heading);
  font-weight: 700;
  text-transform: inherit;
  text-align: left !important;
  position: relative;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

@media only screen and (max-width:991px) {  
  .about-box{  height: auto;  }
}

@media only screen and (max-width:767px) {  
  .about-box{  margin:  20px 0 0 0;}
}


/*===================================================================*/

.timeline-bk{
   background: url(../../images/timeline-bk.jpg) #f0f0f0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
   padding: 60px 0; 
}

 .timeline-row{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin: 40px 0 0 0;}
 .timeline-box{ width: calc(100% - 20px);  margin: 0 15px; }
 .timeline-content{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; text-align: center;   }

 .time-text{background: #fff; padding: 15px; border-radius: 15px; min-height: 200px;  display: line; flex-direction: row; flex-wrap: wrap; justify-content: center;  align-items: center; align-content: center; text-align: center; position: relative; }
 .time-text:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width:  20px 20px 20px  20px;
  border-color:  #fff transparent  transparent  transparent  ; 
}

.time-text h2{font-family: var(--font-family-2); font-size: 30px; font-weight: 700;}
.time-text p{font-family: var(--font-family-2); font-size: 15px; font-weight: 500; color: var(--text-primary);}

.time-dots{ width: 40px; height: 40px; background: var(--sc-primary); border-radius: 50px; display: flex; justify-content: center;align-content: center; align-items: center; flex-wrap: wrap; margin-top: 30px; font-weight: 700;}

 
.timeline-line{background: var(--sc-primary); height: 1px; display: block; position: absolute; left: 0; right: 0; bottom:30%;}


#timeline-list .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  /* position: absolute;
  left: 20px;
  bottom: 30px; */
}

#timeline-list .owl-prev, #timeline-list .owl-next{ 
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--th-primary);
  padding: 0px;
  margin: 2px 5px;
  position: relative;
  border: 0px solid #ddd;
  width: 40px;
  height: 40px; color: #fff;
  /* border-radius: 100%;  */
  font-size: 25px; font-weight: 700;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

#timeline-list .owl-prev:hover, #timeline-list .owl-next:hover{background: var(--sc-primary); color: #fff;}

.timeline-counter{ text-align: right; /*margin-top: -55px; margin-right:80px;*/ font-size: 26px; font-family: var(--font-family-1); font-weight:400; color: #8E98A8;
  position: absolute;
  right: 30px;
  top: 80px;
}


#timeline-list .owl-dots{ display: none;}

@media only screen and (max-width: 600px) {
  /* .services-counter{  display: none;   } */
    
}

/***===========================================================================*/
 
.milestones-list{ margin: 0px;}
.milestones-list ul{list-style: none; padding: 0; display: flex; flex-direction: row; flex-wrap: wrap; }
.milestones-list ul li{ width: calc(31.33% - 10px); padding: 10px; margin-right: 30px; margin-bottom: 20px; border-left: 4px solid var(--primary); border-radius: 20px; background: #fff;  box-shadow: 1px 3px 11px 1px rgba(0, 0, 0, 0.15); font-family: var(--font-family-2); font-size: 19px; font-weight: 500; color: var(--text-primary); min-height:120px; display: flex; align-items: center;}


@media only screen and (max-width: 1024px) {
  .milestones-list ul li{ width: calc(47.33% - 10px); padding: 10px; margin-right: 20px; margin-bottom: 20px; border-left: 4px solid var(--primary); border-radius: 20px; }
}

@media only screen and (max-width: 580px) {
  .milestones-list ul li{ width: 100%; padding: 10px; margin-right: 0px; margin-bottom: 20px;   }
}

  

/*=========================-owl-carousel======================================*/
 
 
/*.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: 8px 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: 0 0;
  margin: 0px 0;
}

@media only screen and (max-width: 600px) {
  .content-area {
    position: relative;
    border-radius: 0px;
    padding: 0 0.5rem;
    margin: 0px 0;
  }
}

.content-text {
  font-family: var(--font-family-1);
  text-align: left;
}

.content-text p { 
  font-size: 15px;
  line-height: 24px !important;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: 0.20px;
  padding: 0 0px;
}

.content-text p span {
  color: var(--primary) !important;
}

.content-text h3 {
  color: var(--text-heading);
  font-size: 22px;
  font-weight: 700;
  margin: 0px 0px 0px 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:700;
  margin: 30px 0 0 0;
  padding: 0px 0;
}

.content-text ul {
  padding: 0px 0 0 20px;
}

.content-text li {
  list-style: url(../../images/list1.png);
  font-size: 15px;
  line-height: 24px !important;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: 0.20px;
  padding: 4px 1px;
}

.ul-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ul-flex li {
  width: 49%;
  padding-right: 10px;
}

@media only screen and (max-width: 600px) {
  .ul-flex li {
    width: 100%;
    padding-right: 0px;
  }
}

.content-text .readmore {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  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);
}




/*=================================================*/
 
@media only screen and (max-width: 767px) { 
  .row-display {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0px;
  }
}

/*==========================================*/
 
.contact-bg{
  background-image: url(../../images/contact.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;   
  position: relative;
  overflow: hidden;
  padding:10px 0px; 
  min-height: 184px;  
} 

.quick-inq{ text-align: right; padding: 10px 50px 0 0 }
.quick-inq h3{ color: #d79a35; font-family: var(--font-family-2); font-size: 35px; font-weight: 600; margin-bottom: 20px;}
.quick-inq h3 small{  font-weight: 300; color: #fff;}

.quick-inq h5{ color: #fff; font-family: var(--font-family-2); font-size: 28px; font-weight: 400;}
.quick-inq h5 small{ font-size: 20px; font-weight: 300; display: block; padding: 5px 0;}

/*--==================================================================--*/

.contact-row { 
  margin: 10px 0;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-row .contact-col-1,
.contact-col-2,
.contact-col-3,
.contact-col-4 {
  width: calc(100% - 1px);
  padding: 5px 0px;
  border: 0px solid #ddd;
  border-radius: 12px;
  text-align: left;
}

.contact { position: relative;
  padding: 20px;
  font-family: var(--font-family-2);
  background: #f7f7f7; border-radius: 12px;
  margin: 0px 0 0 0px;
  z-index: 9 !important;
}

.contact h6 i {
  font-size: 20px;
  color: var(--primary);
  padding: 0 5px;
  
}

.contact h6 {
  text-align: left;
  color:var(--text-heading);
  font-size: 17px;
  font-weight: 600;
  margin: 0px 0px 0px 0;
  padding: 0px 0;
}

.contact h1 {
  color:var(--text-heading);
  font-size: 20px;
  font-weight:600;
  margin: 0 0px 10px 0;
  padding: 0 0 7px 0;
}

.contact p {
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 400;
  margin: 0 0px 5px 0;
  padding: 0px 30px;
  line-height: 24px;
}

.contact p strong {
  color: var(--text-heading);
  font-weight: 700;
  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(--text-heading);
  border: 1px solid #555;
  border-radius: 35px;
  transition: 0.3s;
}

.contact .btn.btn-social:hover {
  color: #fff;
  border: 0px;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 480px) {
}

.location-map {
  position: relative;
  width: 100%;
  margin: 0px 0 20px 0;
}

@media only screen and (max-width: 768px) {

  .contact {  
    margin: 0px 0 30px 0px;    
  }

  /* .contact  p br{  
    display: none;
  } */


  .location-map {
    position: relative;
    width: 100%;
    margin: 20px 0;
  }
}

/*==================================================================*/

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px ;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.42857143;
  color: #515151;
  /* border: 0; */
  border-bottom: 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: 15px; opacity: 0.4;
}

.form-group label {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 500;
  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(--th-primary);
  padding: 13px 18px;
  font-family: var(--font-family-2);
  color: #fff;
  font-size: 16px;
  font-weight:600;
  border-radius: 30px;
  margin: 0px 0 0 0;
  display: inline-block;
  text-transform: uppercase;
  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;
}
.submit-link i{padding: 0 10px;}

.submit-link:hover {
  background: var(--sc-primary);
  padding-left:30px;
  color: #fff;
   
}
 

.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-2);
}

.table thead {
  background: #fff;
}

.table tr th {
  font-family: var(--font-family-2);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-heading);
  text-align: left;
  vertical-align: middle;
}

.table > :not(:first-child) {
  border-top: 0px solid currentColor;
}

.table td {
  font-family: var(--font-family-2);
  font-size: 15px;
  color: var(--text-primary) !important;
  font-weight: 400;
  text-align: left;
}

.table td,
.table th {
  padding: 0.5rem;
}

.table td strong {
  font-weight: 700;
}

.anchor {
  display: block;
  height: 150px;
  margin-top: -150px;
  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---================================================--*/

.footer-logo {
  margin: 20px 0;
}

.footer-logo img {
  border: 1px solid rgb(240, 240, 240);
  padding: 10px;
  border-radius: 4px;
}

.footer {
  background:var(--th-primary); 
  padding: 10px 0px 10px 0px;
  position: relative; 
  border-top: 1px solid #eeeeee;

}

.footer-background-overlay {
  background-image: url(../../images/bg-img1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* opacity: 8;  */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;  
  /* z-index:-1; */
  -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation: move infinite 4s;
    animation: move infinite 4s;
}

.footer-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer-col .ft-col-1 {
  width: 20%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-2 {
  width: 20%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-3 {
  width: 30%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-4 {
  width: 27%;
  padding: 0 0px 0 0;
}

/* .footer-col .ft-col-4 img {
     width: 100%;padding-right: 5px;
} */

.footer h4 {
  font-family: var(--font-family-1);
  font-weight:600;
  color: var(--text-white);
  font-size: 22px;
  margin: 20px 0;
  text-transform: inherit;
  position: relative;
  padding-bottom: 18px;
  
}

.footer h4 :before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width:40px;
  height: 4px;
  border-radius: 0px;
  background:var(--sc-primary);}

/* .footer h4:before { content: ""; position: absolute; width:30px;  height:100%; background:#e81f27;  } 
 .footer h4 span{position: relative; padding: 2px;} */

.footer p {
  font-family: var(--font-family-1);
  font-weight:400;
  color:var(--text-white);
  font-size: 14px !important;
  text-decoration: none;
  letter-spacing: 0.1px;
}

.footer p a {
  color:var(--text-white);
}

.footer p a:hover {
  color:var(--sc-primary);
}

.footer p strong {
  
  font-weight: 500;
  color:var(--text-white);
}

.footer p i { 
  color:var(--sc-primary); font-size: 19px; 
}
 

.address p  { display:flex; flex-direction: row; flex-wrap: nowrap; align-items: start; }
.address p span{padding-left: 10px;}


.footer h5 {
  font-weight: 500;
  color: #00549C;
  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 15px;
  text-align: left;
}

.footer_links li { list-style:url(../../images/list2.png);
  padding: 4px 0;
  margin: 0px;
  border-bottom: 0px dashed #1d1d1d;
}

.footer_links li a {
  font-family: var(--font-family-1);
  font-weight: 400;
  color:var(--text-white);
  font-size: 15px !important;
  text-decoration: none;
  letter-spacing: 0.1px;
}

.footer_links li a:hover {
  color: var(--sc-primary);
  -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_top {
  margin: 0px 0 0 0;
  padding: 20px 0px;
  background: var(--gradient-bk1);
  border-top: 0px solid #152227;
}

.footer_bottom {
  margin: 0px 0 0 0;
  padding: 20px 0px;
  background-color:var(--sc-primary);
  border-top: 0px solid #152227;
}

.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-1);
  font-weight:400;
  color: #fff;
  font-size: 13px !important;
  text-decoration: none;
  margin: 0px;
}

.footer_bottom p a {
  color: #fff !important;
}


.footer-about { text-align: center; font-family: var(--font-family-1); margin-top: 20px; padding: 0 10px;}
.footer-about img{ width: 120px; border-radius: 15px; padding-bottom: 10px;}
.footer-about h5{ font-size: 20px !important; color: #fff; font-weight: 600; padding: 2px 0;}
.footer-about p{font-size: 14px !important; font-weight: 400 !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: 0px solid #eee;
  border-radius: 35px;
  transition: 0.3s;
  background:var(--primary);
}

.footer .btn.btn-social:hover {
  color: var(--text-white);
  background: var(--sc-primary);
}

.btn-outline-light:hover {
  color: #000;
  background-color: var(--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 ------------------------*/


.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-section {
  background: #fff;   
  margin: 0px 0 0 0; padding: 20px  0;
  position: relative !important;
  min-height: 450px;
}

.testimonials-section:before {
  position: absolute;
  width: 40.85416666666667%;
  height: 100%;
  content: '';
  background: var(--sc-primary);
  right: 0px;
  top: 0;
  z-index: 0;} */

 

.testimonials-bg{
  background-image: url(../../images/Testimonials-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size:cover;  
  position: relative;
  overflow: hidden;
  padding: 30px 30px;
}


/* .testimonials-bk:before { 
  background: url(../../images/testimonial-bg-line-shape.png)var(--sc-primary);
  background-repeat: no-repeat;
  background-position: center right;
  background-size:cover;
    position: absolute;
    width:25.85416666666667%;
    height: 100%;
    content: '';
    right: 0px;
    top: 0;
    z-index: 0;
    
} */


.testi-img { position: relative;z-index: 9999 !important;}
.testi-img img{ width: 450px;}
@media only screen and (max-width: 1160px) {
  .testi-img img{ width: 100%;}
}

@media only screen and (max-width: 767px) {
  .testimonials-bk:before { 
    background: none;
  }
  .testi-img { position: relative;z-index: 0 !important;}
  .testi-img img{ width: 100%; padding: 40px 0;}

}
.testimonials {
  padding: 0px 0; margin: 40px 0 0 0;
  position: relative; 
}

.testimonials .item{margin:0 15px;}

.testimonials-box { background: var(--primary);
  position: relative; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;  align-items: center;
    border-radius: 12px;
}

.test-col-1{ width: 25.33%; padding: 0px;   border-radius:12px 0 0 12px;}
.test-col-2{ width: 100%; padding: 30px;}


.testimonials aside {
  text-align: left !important;
  background: transparent;
  border: 0px solid #ddd; 
  font-size: 40px;
  color: var(--text-heading);
}

.testimonials aside i { position: absolute; bottom: -20px;  right: 0;
  font-size: 80px; padding: 0; margin: 0; opacity: 0.2;
  color: #ebebeb;
}

.testimonials p {
  font-family: var(--font-family-1);
    font-size: 15px;
    line-height: 24px !important;
    font-weight: 400;
    color: var(--text-white);
    letter-spacing: 0.50px;
    padding: 0 0px;
}

.testimonials h3 {
  font-family: var(--font-family-1);
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  color: var(--text-white) !important;
  padding: 5px 0 0 0;
  margin: 0;  
}

.testimonials h3 small { 
  display: block;
  font-size: 15px;
  font-weight:400;
  color: var(--text-white) !important;
}


.testimonials h4 {
  font-family: var(--font-family-2);
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  color: var(--text-heading) !important;
  padding: 10px 0 0 0;
  margin: 0;
}

.testimonials img {
  width: 120px;
  border-radius: 100%;
  margin-bottom: 10px; border: 4px solid #fff;
}



.testi-counter{  text-align: right;  margin-top: -50px; margin-right: 140px;
  font-size: 17px; font-family: var(--font-family-2); font-weight: 600; color: var(--text-white);}

@media only screen and (max-width: 767px) {
  .testimonials-bk {
    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-box { 
      position: relative; display: flex; flex-direction: column-reverse; flex-wrap: nowrap; justify-content: space-between; 
      
    }
    
    .test-col-1{ width: 100%;  }
    .test-col-2{ width: 100%;}
    
    .testimonials aside {
      text-align: left !important;      
    }

    .testimonials img { display: inline !important;
      width: 120px !important;
      border-radius: 100%;
      margin-bottom: 10px; border: 4px solid #fff;
    }


    .testimonials-bg{ margin-top: 40px;}
   
}


#testimonials .owl-nav {
  display: flex;
  justify-content: center;
  margin-top:30px;
}

#testimonials .owl-prev, #testimonials .owl-next{ 
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--sc-primary);
  padding: 0px;
  margin: 2px 5px;
  position: relative;
  border: 0px solid #ddd;
  width: 40px;
  height: 40px; color: #fff;border-radius: 100%; font-size: 20px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

#testimonials .owl-prev:hover, #testimonials .owl-next:hover{background: var(--primary);}

  
/*=====================================================================*/

.whyus-bk {
  background: #fff;  
  position: relative;
  padding:0px 0px;
  margin: 0 0 0px 0;  
}

/* .whyus-bk:before { 
  background: url(../../images/whyus.jpg)var(--primary);
  background-repeat: no-repeat;
  background-position: center right;
  background-size:cover;
    position: absolute;
    width:30.85416666666667%;
    height: 100%;
    content: '';
    left: 0px;
    top: 0;
    z-index: 0;
} */
  
@media only screen and (max-width: 767px) {
  .whyus-bk {
    position: relative;
    padding: 0px 0px;
    margin: 0 0 0px 0;
    min-height: auto;
  }
  .whyus-bk:before { 
    background: none;
  }

}

.why-list{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin:0px 0 0 0;}
.why-list .w-col-1{ width: 48.33%; text-align: center;}

 
.why-list h4{font-family: var(--font-family-2); color: var(--primary); font-size:17px; font-weight:700; margin: 10px 0; }
.why-list p{font-family: var(--font-family-1); color:var(--text-primary); font-size:15px; font-weight:400; }

 

@media only screen and (max-width:480px) {
 
  .why-list .w-col-1{ width: 100%; text-align: center;}
}

 /*=============================counter=============================================*/  


.counter-section{ padding:60px 0; margin :0px 0 0 0;   
  position: relative; 
  overflow: hidden; 
  background-color: #0a5e72;
}

.counter-row{  display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;  }
.counter-card { text-align: center; width: 30.33%; border:0px dashed #000; padding:20px;   margin-bottom: 30px;
  background: url(../../images/Plate-icon.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size:contain;
 }
/* .counter-card:last-child{ border: 0px;} */
.counter-card h2 span{  text-align: center;}

/* .counter-card:nth-child(odd) {  color:var(--text-white);
 background:var(--primary);
}

.counter-card:nth-child(even) {
  background:var(--sc-primary);
} */


.counter-card h2{font-family: var(--font-family-1); font-weight: 800; font-size: 50px;text-transform: uppercase; margin: 0px; padding: 0px;}

.counter-card h3{ font-family: var(--font-family-2); font-weight: 700;  font-size:22px; text-transform: inherit; margin: 0px;  padding: 0px;}
.counter-card h3 span{text-align: center; display: block; font-weight: 500;  font-size:22px; }

@media only screen and (max-width: 767px) {
 .whyus-bk img{display: none;}
}

 

@media only screen and (max-width:580px) { 
  .counter-row{  display: flex; justify-content: center; flex-direction: column; border-top: 0px solid #eee; border-bottom: 0px solid #eee; margin-top:0px; padding: 1px;}
 
.counter-card h2{ font-size:40px;}
.counter-card h3{ font-size:20px;} 
 
.counter-card { text-align: center; width: 100%; border:0px dashed #000; padding:20px;   margin-bottom: 30px;
  background: url(../../images/Plate-icon.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size:auto;
 }


} 

/*=======================================================================*/
 

 
.case-studies-bk {
  background: #fff;  
  position: relative;
  padding:50px 0 120px 0px;
  margin: 0 0 0px 0;  
}

.case-studies{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;  padding:0px 0 0px 0;}
.case-studies-col { width:100%; position: relative;}

.case-studies-col h2 {
  font-family: var(--font-family-1);
  font-size: 24px;
  color: var(--text-heading);
  font-weight: 600;
  text-transform: inherit; 
}
.case-studies-col p {
  font-family: var(--font-family-1);
  font-size: 17px;
  line-height: 24px !important;
  font-weight: 400;
  color: var(--text-primary); 
  padding: 0 0px;}

.case-studies-img {text-align: center; position: relative; }
.case-studies-img img{width: 100%; border-radius:30px  30px  30px  0px;  margin-bottom: 15px;}

/* .case-studies-img:after { 
  background: url(../images/dots-line.png);
  background-repeat: no-repeat;
  background-position: center bottom; 
    position: absolute;
    width:450px;
    height: 100%;
    content: '';
    margin: 0 auto;
    bottom: 0px;
    z-index: 0;
} */

@media only screen and (max-width: 768px) {
  .case-studies{ display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between; align-items: center;
    padding:40px 0 40px 0;}
.case-studies-col { width: 100%; position: relative;}

 

}
 

/*------------------------------------------------------*/

.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;
  }
}

/*** Section Title ***/

.section-title {
  font-family: var(--font-family-Karla);
  text-transform: inherit;
  position: relative;
  color: var(--text-heading);
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
}

.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;
}

 
 /*========================================================================*/

 
.clients-scroll{ margin: 10px 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}

.clients-scroll-box{  position: relative; /*width: calc(49.33% - 10px);*/ border-radius: 12px; text-align: left; background: #fff; margin:10px;   padding: 10px; border: 0px solid #ddd; box-shadow: 1px 1px 7px 4px rgba(0, 0, 0, 0.07);
   transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  }
.clients-scroll-box figure {text-decoration: none; display: block; padding:40px 20px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;}

.clients-scroll-thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/*-=============================================================-*/

.client-list-1 {
  list-style: none;
  margin: 0px 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: 15px;   border: 0px solid #ddd;
  margin:  0 30px 30px 0;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #fff;
  box-shadow: 1px 1px 7px 4px rgba(0, 0, 0, 0.06);
}

.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 {

  height: 110px;
}

@media only screen and (max-width: 780px) {
  .client-list-1 {
    list-style: none;   
    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 {
    padding: 15px;  
      margin:  0 20px 30px 0;
  }

  .client-list-1 li img {
    height: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .client-list-1 {
    list-style: none;    
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-list-1 li {
    padding: 15px;  
    margin:  0 20px 30px 0;
  }

  /* .client-list-1 li img {
        height:60px;
    } */
}

@media only screen and (max-width: 430px) {
  .client-list-1 {
    list-style: none;     
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-list-1 li {
    padding: 15px;  
    margin:  0 20px 30px 0;
  }

  .client-list-1 li img {
    height: 80px;
  }
}

@media only screen and (max-width: 390px) {
  .client-list-1 li {
    padding: 15px;  
    margin:  0 10px 30px 0;
  }

  .client-list-1 li img {
    height: 70px;
  }
}

@media only screen and (max-width: 340px) {
  .client-list-1 {
    list-style: none;    
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-list-1 li {
    width: 40%;
    padding: 15px;  
      margin:  0 20px 30px 0;
  }

  .client-list-1 li img {
    height: 100%;
    width: 100%;
  }
}

/* @media only screen and (max-width: 280px) {
  .client-list-1 {
    list-style: none; 
    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;
  }
}

/*==========================================================*/
  
/*==========================================================*/

.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: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.masonry-wrapper .wide {
  grid-column: span 0;
}

.masonry-wrapper .tall {
  grid-row: span 2;
}

.masonry-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

@media only screen and (max-width: 600px) {
  .masonry-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
  }

  .masonry-content-details h3 {
    font-size: 15px;
  }

  .masonry-content-details p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 530px) {
  .masonry-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 100px;
    grid-auto-flow: dense;
  }
 
}

@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 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: 100px;
    grid-auto-flow: dense;
  }
 

  .masonry-wrapper .masonry-col {
    margin-bottom: 0px;
  }
}




/* #Progress
================================================== */

.blok:nth-of-type(odd) {
  background-color:white;
  }
      
  .blok:nth-of-type(even) {
  background-color:black;
  }
  
  @-webkit-keyframes border-transform{
      0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
  }

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background:rgba(255, 255, 255, 0.5);
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: "bootstrap-icons";
	content: '\f145';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color:var(--sc-primary); /* --- Pijl kleur --- */
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: "bootstrap-icons";
	content: '\f145';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background:var(--sc-primary); /* --- Pijl hover kleur --- */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--primary); /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}



/*===========================tabs=======================================*/


.tabbed-content {
  /* background: #fff; */  
  /* max-width: 600px; */
  padding: 0;
  margin: 0;
}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.tabs ul li {
  background: transparent;
}
.tabs ul li a {
  padding: 0.5em 1em; text-decoration: none; color: var(--text-primary);
}
.tabs ul li a:hover {
  background: var(--primary);
  color: #eee;
}

 .tabs ul li a.active {
 
  color:var(--sc-primary);
}


.item {
  margin-bottom: 2px;
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  /* background: #eee; */
  padding: 0.5em;
  display: block;
}
.item.active::before {
  /* background: #444; */
  color: #eee;
}
.item.active .item-content {
  padding: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 768px) {
  .item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.tabbed-content .item .item-content p  {
  font-family: var(--font-family-1);
  font-size: 16px;
  line-height: 24px !important;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: 0.50px;
  padding: 0 0px;
}
.tabbed-content .item .item-content h3 {
  font-family: var(--font-family-2);
  font-size: 30px;
  color: var(--text-heading);
  font-weight: 600;
  text-transform: inherit;
  text-align: left !important;
  position: relative;
  margin: 20px 0 0 0;
  line-height: 1.2;
}

.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabs-sm{ display: none;}
@media only screen and (max-width : 768px) {
	
  .tabs-sm{ display: inherit; border: 0px solid #ddd; padding: 10px; background: var(--primary); border-radius: 8px  8px 0 0;}
  .tabs-sm a{color: #fff; font-size: 17px; font-weight: 600; font-family: var(--font-family-2);}
}

@media all and (min-width: 768px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: flex; align-items: center;
  }

  .tabbed-content .tabs li a span{
     padding-left:10px ; font-weight: 600; font-size: 15px;
  }

  .tabbed-content .tabs li a img{
    width: 50px;
 }

  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width:100%;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  /* .tabbed-content.tabs-side .item {
    margin-left: 150px;
  } */
}
  
 

#myModal {
  position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;  
} 

.Modalhide {
  display: none;
}