@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 @import url('../font/custom-font.css');
 
/*
 font-family: "Inter Tight", sans-serif;
   font-family: "Carlito", sans-serif;
 */

html {
  scroll-behavior: smooth;
}

body {
     background: #efecda  !important;     
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--font-family-2);
 
}

:root {
  --color1: #f08a26;
  --color2: #000;   
  --white-color: #fff; 
  --text-color: #161616;
  --heading-color: #111111;  
  --font-family-1: "Inter Tight", sans-serif;  
  --font-family-2: "Carlito", sans-serif;
  --font-family-3: "Inter Tight", sans-serif;
  --gradient-bk1:linear-gradient(90deg,rgba(255, 218, 0, 1) 0%, rgba(255, 0, 132, 1) 80%);
 
}


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: 1040px;

}

.container-60 { position: relative;
  padding: 0 0px;
}

/* @media only screen and (max-width: 1262px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width:1060px;
    }
} */

@media only screen and (max-width: 1300px) {
  .container {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1040px) {
  .container {
    width: 100% !important;
  }

  /* .container {
    max-width: 760px;
  } */

  .container-60 {
    padding: 0px;
  }
}



.row-with-borders {
  position: relative;
}

.row-border-left {display: none;
  left: 110px;
}

.row-border-right {display: none;
  right: 110px;
}

.row-border-left,
.row-border-right {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ece8e5;
  z-index: 200;
}

@media only screen and (max-width:980px) {

  .row-border-left,
  .row-border-right {
    display: none;
  }
}


/*===========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;
}

.mt-100 {
  margin-top: 100px;
}



.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-bottom-20 {
  margin-bottom: 20px;
}


@media only screen and (max-width: 480px) {
  .mt-100 {
    margin-top: 0px;
  }
}

/*==============cursor css======================*/

/* 
.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--color1);
  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(--color1);
  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(--color1);
  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(--color3);
  padding:10px 0;
  margin: 0px 0;
  position: relative;
  border-bottom: 0px solid #e6e6e6;  
  border-top: 0px solid var(--color1);   display: none;
}

/*.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: 80%;
}

.header-top-row .top-col-2 { 
  width: 100%;  
}

.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); 
}

.top-social{ margin-left: 0px; padding-left: 10px; border-left: 1px solid #dedede;}

.top-social a { margin:0 1px; padding:5px;  
  /* background: var(--color3); */
   width: 25px; height: 25px; border-radius:100%; display: flex; align-items: center;}

 .top-social i {  
  color:var(--white-color) !important;
  font-size: 15px !important;
}

.top-social a:hover {  background: var(--color4);
 color:var(--color1);
}

.top-social a:hover i {  
  color:var(--white-color) !important;  
}

.header-mt{ margin-top:20px;}
@media only screen and (max-width:991px) {
  .top-social a {display: none;}
  .header-mt{ margin-top: 0px;}
}
 

.header-top-row .top-info{ text-align: center;}
 

.header-top-row .top-info i {
  color: var(--white-color); font-size: 16px;  border: 0px solid #ddd; border-radius: 4px; padding: 2px;
}

.header-top-row .top-info a {
  font-family: var(--font-family-2);
  color:var(--text-color);
  font-size: 15px;
  font-weight: 400;
}
.header-top-row .top-info a span{ display: block;   font-size: 13px;
  font-weight:500;}

 .header-top-row .top-info h6{ font-family: "Cookie", cursive; font-size: 36px; font-weight:400; color: var(--color1); margin: 0; padding: 0;}


  .header-top-row .top-info a:hover {
    color: var(--color2);   
    
  }

  @media only screen and (max-width: 1060px) {
    .header-top-row .top-col-1 {
      width: 80%;
    }
    
    .header-top-row .top-col-2 {
      width:100%;  
    }

    .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: 100%;  
    }

    .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;
    /* width: 70%; */
  }
  
  .header-top{display: none;}


  .header-top-row .top-col-2 {
    width: 30%;  
  }
  .header-top:after {
    position: absolute;
    width: 50.85416666666667%; 
    right: -35px;    
  }
}

@media only screen and (max-width: 430px) {
  .top-col-1 {
    display: none;
    
  }



  .header-top-row .top-col-2 {
    width: 100%;  
  }
  .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(--color1);}


  .br-btn{ background: var(--color2); 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; color: #fff !important;}
  .br-btn:hover{background: var(--color1);}

/*==========================================================*/

.header-middle-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0 0 0;
}

.header-middle-row .m-col-1 {
  width: 100%;
}

.header-middle-row .m-col-2 {
  width: auto;
}

.m-col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 0 0 0;
}

.m-col-2 a {
  line-height: inherit;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #000;
  text-decoration: none;
  padding: 0 0 0 15px;
  text-align: left;
}

.header-nav {
  background: transparent;
  padding: 0px 0; border-bottom:0px solid var(--color1);
}

.header-nav .border-line {
  border-top: 0px solid #dfdedb;
  border-bottom: 0px solid #dfdedb;
}

@media only screen and (max-width: 991px) {
  .header-nav {    
    padding: 6px 0;
  }
}

/*-------------------------------------*/

/*-------------------------------------*/

.header-bottom {
  background: var(--color2);
  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-color);
}

.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(--color2);
  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;
  margin: 0px 0;
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important; */
 -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.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;
 animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.header-mini .header-top {
  display: none;
  justify-content: center;
  align-items: center;
}

.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: 480px) {
  .header-fixed {
         position: relative;
         
          margin: 0px 0; 
     } 
   
}

/*---------------------------------------------------*/

.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 { position: relative;
  margin: 0px 0 0px 0px;
  border: 0px solid #ddd;
}

 
.carousel-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(255, 255, 255,0.1) 0%, rgba(0, 0, 0, 99) 100%); */
  /*background:#000;
  opacity: 0.5; */
  position: absolute;
  left: 0;
  top: 0;
}

.carousel-overlay {
  position: relative;
  overflow: hidden;
  border: 0px solid rgb(0, 0, 0);
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50px !important;
  border: 0;
  background-color: var(--color1);
}

.carousel-indicators .active {
  background-color: var(--color1);
}

/* .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: 50%;
  bottom: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;  background: var(--color1); border-radius: 50px;
}
 

.carousel-caption {
  /* background: #fff; */
  position: absolute;
  /* right: 0; */
  bottom: 10%;
  left: 10%;
  z-index: 10;
  /* padding: 30px 30px 70px 10px; */
  text-align: left !important;
  width: 45%;
  /* display: none !important; */
}

.carousel-caption h6 {
   display: inline-flex;
  margin: 0px;
  font-family: var(--font-family-2);
  font-weight:700;
  font-size: 12px;
  color: var(--color1); text-transform: uppercase;
  padding: 7px; letter-spacing: 1px; border: 1px solid var(--color1); border-radius: 50px;
}


.carousel-caption h5 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight:700;
  font-size:60px;
  color: var(--white-color);
  margin: 0px; text-transform: inherit; 
}

.carousel-caption h5 span {  display: block; color: var(--color1);
  /* margin-top: -10px; */
   
}


.carousel-caption h4 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 500;
  font-size: 28px;
  color: var(--color2);   
  margin: 0px;
}

.carousel-caption p {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 300;
  font-size: 18px;
  color: var(--white-color);   
  margin: 0px;
}

.carousel-caption .know-more-btn { 
  background:var(--color2);
  padding: 15px 10px;  
  border: 0px;
  border-radius: 8px;
  margin: 20px 0 0 0;
  display: inline-block;   
  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  a{ 
  font-family: var(--font-family-1);
  color:var(--white-color); 
  font-size: 16px;
  font-weight:400;
  text-transform: initial !important;
  text-decoration: none;
  display: flex; align-items: center;  
}


.carousel-caption .know-more-btn i{padding:5px !important; background: transparent; display: inline-flex; border-radius: 100%; border:0px; margin-left: 5px; color:#fff;}

.carousel-caption .know-more-btn:hover {
  background:var(--color3);
  color:var(--white-color);
  padding-left:30px;
   
}
.carousel-caption .know-more-btn a:hover {  
  color:var(--white-color); }

/* .carousel-caption .know-more-btn:hover i{background: var(--color3);} */

 

.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: 1s;
}

.carousel-caption h4 {
  animation-delay: 1s;
}

.carousel-caption button {
  animation-delay: 3s;
}

.carousel-caption p {
  animation-delay: 1s;
}

.carousel-caption a {
  animation-delay: 1s;
}

.hidden-lg {
  display: inherit;
}


.hidden-sm {
  display: none !important;
}

 

@media only screen and (max-width:1180px) {
  
  .carousel-caption h5 {
    font-size: 45px;
  }
   
}


@media only screen and (max-width:960px) {
  
  .carousel-caption h5 {
    font-size: 36px;
  }

  .carousel-caption h5 span{ display: inline;}

  .carousel-caption p {
    font-size: 16px;
  }
   
}


@media only screen and (max-width: 768px) {
  .carousel-caption {
    /*background: #fdd215;*/
    width: 90%;
    position: absolute;
    right: 10%;
    bottom: 10%;
    left: 0;
    z-index: 10;
    padding: 10px;
    
  }

  .carousel-caption h5 {
    font-size: 35px;  
  }

 

  .carousel-caption h6 {
    font-size: 11px;
  }

  .carousel-caption h4 {
    font-size: 16px;
  }

  .carousel-caption p {
    font-size: 14px;
  }

  .carousel-caption .know-more-btn {
    padding: 3px 7px; 
    margin: 10px 0 0 0;  
  }
  .carousel-caption .know-more-btn  a{  
  font-size: 13px;   
}

  
}

@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-control-next,
.carousel-control-prev {  display: none !important;}

  .carousel-caption {  /*background: #fdd215;*/
    position: absolute;
    width: 95%;
    right: 0%;
    bottom:3%;
    left: 0%;
    z-index: 10;
    padding: 10px;
     
  }
    .carousel-caption h5 {
    font-size:30px; 
  }
 
    .carousel-caption h6 {
   display: none;
  }
 
  .carousel-caption h5 br{ display: none;}

  .carousel-caption h4 br{ display: none;}

   
}

@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: initial !important; 
  }

    .carousel-caption h5 {
    font-size:22px;  
  }

  .carousel-caption h5 span{ display: inline;}

/* .carousel-item .w-100
  { width:100% !important;  height:500px;  
  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;}   */

  
}

.w-200{ width: 100% !important;  }

@media only screen and (max-width: 375px) { 
  
/* .carousel-caption {
display: none;
} */

  
}

 
 

/*------------inner page banner----------------*/


.carousel-inner-bg{
  background:var(--color3); padding: 4px 0;
}

.carousel-inner-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.7) 0%, rgba(78, 3, 42, 0.7) 80%);;  
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}

.carousel-inner-overlay {
  position: relative;
  overflow: hidden;
  border: 0px solid rgb(0, 0, 0);
}

.carousel-inner-overlay-1:after {
  content: "";
  width: 100%;
  height: 100%;
  background:var(--gradient-bk1);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}

.carousel-inner-overlay-1 {
  position: relative;
  overflow: hidden;
  border: 0px solid rgb(0, 0, 0);
}

.carousel-inner-overlay-2:after {
  content: "";
  width: 100%;
  height: 100%;
  background:var(--gradient-bk);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}

.carousel-inner-overlay-2 {
  position: relative;
  overflow: hidden;
  border: 0px solid rgb(0, 0, 0);
}


 

.carousel-caption-1{
  /* background: #fdd215; */
  position: absolute;  
  right: 0%;
  bottom: 10%;
  left: 9%;
  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-1);
  font-weight:400;
  font-size:14px;
  color:var(--white-color);  
  margin: 0px;   letter-spacing: 0.50px;
  text-transform: inherit;
}

.carousel-caption-1 h5 {
  margin: 0px;
  font-family:var(--font-family-1);
  font-weight:700;
  font-size:36px;  
  color: var(--white-color);  margin: 0px 0px;  letter-spacing: 0.50px;
  text-transform: inherit;
}

.carousel-caption-1 h5 span {   
  display: block; 
}


/* .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: 1024px) {
    
      .carousel-caption-1{left: 2%;}     
  }


    @media only screen and (max-width: 767px) {
   
      .carousel-caption-1{ 
        bottom: 10%;
      }
      
      .carousel-caption-1 h6 { 
        font-size:15px;
          
      }
      
      .carousel-caption-1 h5 {        
        font-size:30px;  
         
      }
    }
    
    
    @media only screen and (max-width: 580px) {
      /* .carousel-caption-1{       
       display: none;
        
      } */   
     
  }


  
/*----------Zoom Slide-Start----------*/

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.-carousel-overlay img{
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
  /* height:500px; */
  padding:0;
  width:100%;
}






  
  @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);
  }
}

  

/*--============================================
=====================-heading-==============================*/

.heading-bx-left{ margin-bottom: 10px; position: relative;}

.heading-bx-left h1 { display: flex; flex-direction: column;
  font-family: var(--font-family-2);
  font-size:30px;
  color: var(--heading-color);
  font-weight:500;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  text-align: left;
  position: relative;
  margin: 0 0 15px 0;
  line-height: 1.1;  
}
 
.heading-bx-left h1 small {
  font-family: var(--font-family-2);
  font-size: 15px; 
  color: var(--heading-color); 
  font-weight:500; 
  text-transform: uppercase;
  position: relative;
  display: inline-block; margin-bottom: 10px; letter-spacing: 1px; 
}

 

.heading-bx-left h2 { display: flex; flex-direction: column;
  font-family: var(--font-family-2);
  font-size:30px;
  color: var(--heading-color);
  font-weight:500;
  text-transform:uppercase;
  letter-spacing: 0.50px;
  text-align: left;
  position: relative;
  margin: 0 0 15px 0;
  line-height: 1.1;  
}
  

 



@media only screen and (max-width: 767px) {
  .heading-bx-left h1 br{display: none;}

  .heading-bx-left h1 { 
    font-size:30px;  
  }


  .heading-bx-left h2 br{display: none;}
  .heading-bx-left h2 { 
    font-size:30px;  
  }


     
}

 
 


/*===========section space=========================*/

.section-sp1 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-sp2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-sp3 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.section-sp4 { 
  padding-top: 60px;
  padding-bottom: 60px;
}


.section-sp5 {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-sp6 {
  padding-top: 60px;
  padding-bottom: 0px;
}

.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;
}
.section-border {
    border-top: 1px solid  rgba(255, 255, 255, 0.1);
}

.section-border-both{border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
 
 
/*=======================================================================*/
 
  
  
  
 
 
 

/*=========================-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-color);
  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-color);
  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(--color2);
  padding: 6px 12px;
  color: var(--text-color);
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}

.btn-pr:hover {
  background: var(--color1);
  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 { margin: 30px 0;
  font-family: var(--font-family-2);
  text-align: left; 
}

.content-text p { 
  font-size: 14px;
  line-height: 24px !important;
  font-weight:400;
  color: var(--text-color);
  letter-spacing: 0.10px;
  padding: 0 0px;
}
.content-text p strong{ font-weight: 600;}

.content-text p a {font-weight:500; text-decoration: underline;
  color: var(--color2) !important;
}

.content-text p a:hover { 
  color: #0105da !important;
}

.content-text h2 {
  font-family: var(--font-family-2);
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0; letter-spacing: 0.10px;
  padding: 20px 0 10px 0;
}

.content-text h3 span{ display: block; 
  font-size:16px !important; 
  font-weight:400 !important;}

 

.content-text h4 { font-family: var(--font-family-2);
  color: var(--heading-color);
  font-size: 26px;
  font-weight:500;
  margin: 0px 0px 10px 0;
  padding: 0px 0;  
}

.content-text h4 span{ display:block; margin: 6px 0; padding: 0; font-size: 17px;
  font-weight:400;
}

.content-text h4 span small{ display:inline-block;  background: var(--color2);
  font-size:13px !important;  color: #000;
  font-weight:500 !important; letter-spacing:2px; padding: 3px; border-radius: 2px; text-transform: uppercase;
}


.content-text h5 { font-family: var(--font-family-2);
  color: var(--color1);
  font-size: 17px;
  font-weight:800;
  margin:15px 0;
  padding: 0px 0;
}

.content-text h6 {
  font-family: var(--font-family-2);
  color: var(--text-color);
  font-size:26px;
  font-weight: 500;
  margin: 0px 0 10px 0;
  padding: 0px 0;
}
 

.content-text ul {
  padding: 5px 0 0 0px;
}

.content-text li {position: relative;
  /* list-style: url(../../images/list1.png); */ 
  list-style: none; 
    font-size: 17px;
    line-height: 24px !important;
    font-weight: 400;
    color: var(--text-color);
    letter-spacing: -0.20px;
  padding: 4px 1px; 
  /* display: flex; */padding-left: 20px;
}


.content-text li:before {
  content: "\F26E";
  font-family: "bootstrap-icons"; font-weight: 800;
 
  /* margin-left: -1.5em; */
  color: var(--text-color);
  padding-right:5px;
  margin-right: 15px;
 
    left: 0;
    position: absolute;
    
}

.content-text li strong{ font-weight: 500;} 

.content-text li ul{ margin-left: 15px;}

.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;
  }
}
 


  

/*===========================================*/
 
.skip-link {
    color: #fff;
    z-index: 9999;
    background: #000;
    padding: 8px;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    top: -9999px;
    left: -9999px
}

.skip-link:focus {
    text-align: center; 
    width: 100%;
    top: 0;
    left: 0
}
/*=================================================*/
 
@media only screen and (max-width: 767px) { 
  .row-display {
    display: flex;
    flex-direction: column-reverse;
    /* padding: 0 0px; */
  }
}

 
 /*=======================================*/
  
/* .know-more-btn {
   
  background: var(--color1);
  padding: 15px 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: 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;
}
.know-more-btn i{padding: 0 10px;}

.know-more-btn:hover {
  background: var(--color2);
  padding-left:30px;
  color: #fff;
   
} */


  .know-more-btn { display: inline-flex; align-items: center; 
  background:var(--gradient-bk1);
  padding: 10px 15px;
  font-family: var(--font-family-1);
  color:var(--white-color);
  font-size: 15px;
  font-weight:600;
  letter-spacing: 0.50px;
  border: 0px solid var(--color2);
  border-radius: 50px;
  margin: 10px 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 .circle{width:32px; height: 32px; background: var(--color1); border-radius: 100%; display: flex !important; align-items: center;   justify-content: center; text-align: center; margin-left: 10px; }

 .know-more-btn i{ color: var(--white-color); font-size: 16px; font-weight: 700; padding:5px;    }
 
 .know-more-btn:hover {
  background:var(--color1);
  color:var(--white-color);
  padding-left:20px;  
}

 /*=============================================================*/

 
.view_section { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;
    text-align: left;    
    width: 100%;
}

.view_section .col-1 {
    width: calc(100%);
    margin: 0 0px 30px 0;
    border: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
}

.view_section .col-1 h2 {
    font-family: var(--font-family-2);
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 700; 
    letter-spacing: 0.10px;
    padding: 6px 7px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.view_section .col-1 ul {
    list-style: none;
    padding: 0px;
}

.view_section .col-1 ul li {
    font-family:var(--font-family-2);
    font-size: 14px;
    color: #000;
    padding: 4px 6px;
}

.view_section .col-1 ul li a {
    font-family:var(--font-family-2);
    font-size: 14px;
    color: #000;
    padding: 4px 6px; text-decoration: underline;
}

.view_section .col-1 ul li a:hover {
     
    color: #000;  background: var(--color1); border-radius: 4px;
}


/*---------------------------------------------------*/
 


/*=====================contact===================================*/
 
 
.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; margin-bottom: 10px;  
}

.contact { position: relative; background:transparent;
  padding:  10px 20px;

  margin: 0px 0 0 0px;
  z-index: 9 !important; border-radius: 10px;
}



.contact h6 { display: flex; align-items: center;  font-family: var(--font-family-2);  
  text-align: left;
  color:var(--heading-color);
  font-size: 28px;
  font-weight:500;
  margin: 0px 0px 5px 0;
  padding: 0px 0; text-transform: inherit;
}

.contact h6 i {  
  font-size: 20px;
  color: var(--text-color);
  padding: 0 5px;
  
}

.contact h6 span { 
  padding: 0 2px;   font-size: 22px;
}

.contact h1 {
  color:var(--heading-color);
  font-size: 40px;
  font-weight:500;
  margin: 0 0px 10px 0;
  padding: 0 0 7px 0;
}

.contact p {font-family: var(--font-family-2);  
 color:var(--heading-color);
    font-size: 17px; 
    font-weight: 400;
  margin: 0 0px 5px 0;
  padding: 0px 0px;
  line-height: 24px; letter-spacing: 0.30px;
}

.contact p strong {
 color: var(--text-color);
  font-weight:600;
  font-size: 16px;
}

.contact p a {
  color: var(--text-color);
}

.contact .btn.btn-social { background:var(--color2);
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  border: 0px solid #ddd;
  border-radius: 35px;
  transition: 0.3s;
}

.contact .btn.btn-social:hover {
  color: #fff; background:var(--color1);
  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-section{
    margin: 0; padding: 50px 0;
    position: relative;
    /* background:#EBEFF3; */
    /* height: 550px; */
    }
  
  /* .form-section:after {
    content: "";
    width:42%;
    height: 100%;
    background-image: url(../../images/contact.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size:cover;  
    position: absolute;
    left: 0;
    top: 0;
  } */

  @media only screen and (max-width: 767px) {
    .form-section{
       height: auto;
      }

    .form-section:after {
      display: none;
    }
  }




/*==================================================================*/

.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: var(--heading-color);
  border: 0;
  border: 1px solid #ddd;
  border-radius: 0px; background: #fff;
}

.form-control1 {
  width: 100%;
  height: 32px !important;
}

.form-group {
  margin-bottom: 10px;
}

.form-group p {
  font-size: 14px;
  color: var(--white-color);
  font-weight: 500;
  margin: 10px 0;
}

.form-group h6 {
  font-size: 13px;
  color: var(--text-color);
  font-weight: 500;
  margin: 0 0 10px 0;
}

.form-floating > label { color: var(--text-color);
  font-size: 13px; opacity: 0.7;
}

.form-group label {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 0px;
}

.form-group label small {
  font-size: 16px;
  color: #f01818;
}

.form-check-label {
  font-weight: 400 !important;
  font-size: 13px !important;
  color: var(--text-color);
}

.form-select{ border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0px; background: #131112; color: var(--text-color); }

.form-floating>.form-select~label { background: transparent; color: #fff;
  font-size: 15px; opacity: 0.7;
}

.form-floating>.form-select~label::after{background: transparent; }

.form-floating>.form-select~option{  color: #fff; }

.form-control:focus {
    color: #000;
    background-color: var(--bs-body-bg);
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.50);
}


.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-color);
  font-weight: 500;
  padding: 10px 0;
}


.submit-link {
    background: #000 !important;
    padding: 7px 25px;
    color: #fff !important;
    font-family: Calibri, Arial;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    margin: 10px 0 0 0;
    display: inline-block;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.submit-link:hover {
    background: #ff6000 !important;
    color: #000 !important;
}

 

.btn-danger {
  color: #fff;
  background-color: var(--color2);
  border-color: var(--color2);
}

.btn-danger:hover {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

/*---------------------------------------------------*/

.table {
font-family: var(--font-family-1);
}

.table thead {
  background: #fff;
}

.table tr th {
  background: #F2F2F2;
  font-family: var(--font-family-1);
  font-size: 14px;
  font-weight: 700;
  color: var(--heading-color);
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}

.table > :not(:first-child) {
  border-top: 0px solid currentColor;
}

.table td { 
  font-size: 16px;
  color: var(--text-color) !important;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

.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-color);
  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;
}

 

.sm-table th {   font-family: var(--font-family-2) !important;
  text-align: left !important;
  font-size: 16px !important;
 
}

.sm-table td {   font-family: var(--font-family-2) !important;
  text-align: left !important;
  font-size: 16px;
    line-height: 24px !important;
    font-weight: 400;
    color: var(--text-color);
}

 




/*--=====================================-footer---================================================--*/



.footer {
  background:transparent;  
  padding: 10px 0px 10px 0px;
  position: relative; 
  border-top: 1px solid #dddddd;
  margin-top: 0px;

}

.footer-container {
  background:transparent;  
  padding: 10px 40px;
  position: relative;  

}

@media only screen and (max-width: 767px) {
  .footer-container {
  background:transparent;  
  padding: 10px 10px;
  position: relative;  

}
}



.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: 18%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-2 {
  width: 18%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-3 {
  width: 22%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-4 {
  width: 26%;
  padding: 0 0px 0 0;
}

/* .footer-col .ft-col-4 img {
     width: 100%;padding-right: 5px;
} */

.footer h4 {
  font-family: var(--font-family-2);
  font-weight:500;
  color: #000;
  font-size: 18px;
  margin: 20px 0;
  text-transform: inherit;
  position: relative;
  padding-bottom: 0px;
  
}

/* .footer h4 :before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width:50px;
  height: 4px;
  border-radius: 10px;
  background:var(--color2);} */

/* .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-2);
  font-weight:400;
 color: #161616;
  font-size: 14px !important;
  text-decoration: none;
  letter-spacing: 0.50px;
}

.footer p a {
color: #161616;
}

.footer p a:hover {
  color:var(--color2);
}

.footer p strong {   display: block;
  font-weight: 500;
color: #000;
}

.footer p i {   
  font-size: 17px !important;
color: #000;
}
 

.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: var(--text-color);
  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 0px;
  text-align: left;
}

.footer_links li { display: flex; align-items: start;
  /* list-style:url(../../images/list2.png); */
  padding: 5px 0;
  margin: 0px;
  border-bottom: 0px dashed #1d1d1d;
}

.footer_links li:before {  
  content: none;
  /* content: "\f285"; */
  font-family: "bootstrap-icons"; font-size: 11px; font-weight: 400;
  float: left;
  /* margin-left: -1.5em; */
 color: #000;
  padding-right:5px; margin-top: 3px;
}

.footer_links li a {
  font-family: var(--font-family-2);
  font-weight:400;
 color: #000;
  font-size: 14px !important;
  text-decoration: none; 
  letter-spacing: 0.1px;
}

.footer_links li a:hover {
  color: var(--color1);
  -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: 10px;
}

.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: 0px 0px;  
  border-bottom: 1px solid #d1d1d1; display: flex; justify-content: space-between; align-items: center;
}

.footer-logo {  margin:  0; display: flex; align-items: center; justify-content: start;}

.footer-logo img { width: 240px;}

.footer_bottom {
  margin: 0px 0 0 0;
  padding: 10px 0px;
 background:transparent; 
  border-top: 0px solid #b1b1b1;
}

.footer_bottom-in {
  display: flex;
  flex-direction: row;  
  flex-wrap: wrap;  
  justify-content: space-between;
 
}

.footer_bottom p {
  font-family: var(--font-family-2);
  font-weight:400;
  color:#5B5B5B;
  font-size: 13px !important;
  text-decoration: none;
  margin: 0px;
}

.footer_bottom p a {
    color:#5B5B5B !important;
}


.footer-about { text-align: center; font-family: var(--font-family-1); margin-top: 20px;}
.footer-about img{ width: 100px; border-radius: 0px; margin-bottom: 10px;}
.footer-about h5{ font-size: 19px !important; color: #fff; font-weight: 600; padding: 2px 0;}
.footer-about p{font-size: 15px !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(--color2);
}

.footer .btn.btn-social {
  margin-right: 9px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  border: 0px solid #d1d1d1;
  border-radius: 35px;
  transition: 0.3s;
  background:var(--color2);
}

.footer .btn.btn-social:hover {
  color: var(--white-color);
  background: var(--color1);
}

.btn-outline-light:hover {
  color: #000;
  background-color: var(--color2);
  border: 0px #fff;
}

@media only screen and (max-width: 430px) {
  .footer .btn.btn-social {
  margin-right: 2px;
  width: 28px;
   height: 28px;
 padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color:var(--color1);
 
  border-radius: 50px;
  transition: 0.3s;
  
}

.footer .btn.btn-social i{font-size: 12px;}

}







@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 { display: none;
    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: 500px) {
  .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(--color2);
    border-bottom: 1px solid var(--color2);
  }

  .footer_center .footer_center_1 {
    width: 100%;
    padding: 10px 0px;
    border-right: 0px solid var(--color2);
  }

  .footer_center .footer_center_2 {
    width: 100%;
    padding: 10px 0px;
    text-align: left;
  }

  .d-noneh4{ display: none;}
}

@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(--color2);
  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;
}
 
/*===================================================================*/
   
 /*=============================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:center; 
padding:10px 0px; margin: 30px 0px;  z-index: 10;  position: relative;  
 }
.counter-card { text-align: center; width: 23.33%;  padding:0 10px;   margin-bottom:20px; border-radius: 0px; z-index: 1; border-right: 1px solid rgba(226, 177, 13, 0.3);}
.counter-card:last-child{ border: 0px;}

.counter-card h2 span{  text-align: center; 
    background: var(--gradient-bk1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

/* .counter-card:nth-child(odd) {  color:var(--white-color);
 background:var(--color1);
}

.counter-card:nth-child(even) {
  background:var(--color2);
} */

.counter-card img{ width: 65px; margin-bottom: 10px;}

 
.counter-card h2{font-family: var(--font-family-1);font-weight:700;font-size:45px; color: var(--color2); text-transform: uppercase; margin: 0px; padding: 0px;  }

.counter-card h2 small{display: block; font-family: var(--font-family-2);font-weight: 700;font-size:20px; color: var(--text-color);}

.counter-card h3{ font-family: var(--font-family-1); font-weight: 300;  font-size:36px; color: var(--color1); text-transform: inherit; margin: 0px;  padding: 0px; letter-spacing: -1px;  }

.counter-card h3 span{ display: block; font-weight:500;  font-size:45px;}

.counter-right{ position: relative; border-top: 1px solid var(--color2); border-bottom: 1px solid var(--color1);}

@media only screen and (max-width: 1180px) {
   
}

@media only screen and (max-width: 1024px) {
   
}

 
@media only screen and (max-width:700px) { 
.counter-row{  display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;  padding:10px 0px; margin: 0 10px;  z-index: 10;  position: relative;
 }

  .counter-card { text-align: center; width: 49%; padding:10px 0;   margin:2px;  border: 1px solid rgba(226, 177, 13, 0.3); border-radius: 10px;}
.counter-card:last-child{ border: 1px solid rgba(226, 177, 13, 0.3);}
 
} 

@media only screen and (max-width:440px) { 
.counter-row{  display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;  padding:10px 0px; margin: 0 10px;  z-index: 10;  position: relative;
 }

  .counter-card { text-align: center; width: 47%; padding:10px 0;   margin:2px;  border: 1px solid rgba(226, 177, 13, 0.3); border-radius: 10px;}
 
 
} 


.text-masking{  
  text-align: center;
  position: relative;}

.text-masking h1 { 
  font-size:450px;
  margin: 0;
   text-transform: uppercase;
  font-family:var(--font-family-3); font-weight:700 ;
  line-height:0.8; 
  letter-spacing:-50px;
}
  
.text-masking img { 
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;  
  /* height: 100%;  */
 
}

.light {
  background: #fff;
}

/* .light h1 {
  color: #000;
  font-size:180px;
} */
.light img {
  mix-blend-mode: lighten;
}


@media only screen and (max-width: 580px) {
  .text-masking h1 { 
    font-size:350px;
    margin: 0;
     text-transform: uppercase;
    font-family:var(--font-family-3); font-weight:700 ;
    line-height:0.8; 
    letter-spacing:-20px;
  }
}


@media only screen and (max-width: 425px) {
  .text-masking h1 { 
    font-size:300px;
     
  }
}

@media only screen and (max-width: 360px) {
  .text-masking h1 { 
    font-size:260px;
 
  }
}


/*=======================================================================*/
 
  



/* #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(--color2); /* --- 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(--color2); /* --- 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(--color1); /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


 

/**=================================================***/

/* #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;
} */

/* .modal-content {
  width: 100%;
  color: transparent; 
  background-color:transparent; 
  border: 0;
  border-radius:0;
  outline: 0;
}

.modal-body { 
  padding:0; text-align: right;
}

.btn-close { 
  background: #fff var(--bs-btn-close-bg) center / 1em auto no-repeat;
  border: 0;
  border-radius: 0; 
} */

  .modal-content{background-color: #efecda !important;}
   .modal-header{border-bottom: 1px solid #e7e4d4;}
   .modal-title{font-family: var(--font-family-2); font-weight: 600; font-size: 24px; color:#000;}
   .modal-body{font-family: var(--font-family-2); font-weight: 400; font-size:16px; color:#000000; letter-spacing: 0.20px;}
   
   .modal-footer{border-top: 1px solid #e7e4d4;}

   .modal-footer .btn-secondary{background: #000; color:#fff;border: 0px;}
  .modal-footer .btn-secondary:hover{ background: #f08a26; color:#000; border: 0px;}
 

/*============================================================*/


.whatsapp-icon{position:fixed;	width:50px;height:50px;	bottom:120px;right:30px;	background-color:#25d366;
	color:#FFF;	border-radius:50px;	text-align:center;  font-size:32px;	box-shadow: 1px 1px 7px #000;
  z-index:100; text-decoration: none;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease;}

.whatsapp-icon:hover{ color:#000;   }

.whatsapp-icon-float{	margin-top:9px;}
.w-mobile{display: none;} 

@media only screen and (max-width : 425px){
	.whatsapp-icon{position:fixed;	 	bottom:120px;right:30px;	 }
	.w-mobile{display: inherit;}
	.w-web{display: none;}
}

 

  
 
 

.offcanvas.offcanvas-bottom{ height: 350px;}
.offcanvas-body{padding: 5px;}
.offcanvas-title {
  display: block;
    font-family: var(--font-family-1);
    font-size: 28px;
    color: var(--color1);
    font-weight: 600;
    text-transform: inherit;
    letter-spacing: -1px;
}


 