@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800;900&display=swap');

@import url("/fonts/custom-fonts.css");

/*
font-family: 'Kanit', sans-serif;
font-family: 'Hanken Grotesk', sans-serif;
  font-family: 'Gilroy';

*/

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Hanken Grotesk', sans-serif; ;
 
}

:root {
  --primary: #397a89;
  --sc-primary: #f3d3ae;
  --text-primary: #1c1c1c;
  --text-black: #1d1d1d;
  --text-white: #fff;
  --blue-1: #08596b;
  --orange-1: #f06011;   
  --font-family-1: 'Kanit';
  --font-family-2: 'Hanken Grotesk';
  --font-family-3: 'Civane Serif Ext 3';
  --font-family-4: 'Civane Serif Ext 4';
  
}

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: 1280px;
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
  }
}


/*===========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%); display: none;
}

.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;
}

.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: rgb(214,40,40);
  background: linear-gradient(90deg, rgba(214,40,40,1) 0%, rgba(9,47,113,1) 100%); */
  padding: 10px 0;
  margin-bottom: 0px;
  position: relative;
  border-bottom: 0px solid rgb(245, 245, 245);
}

/* .header-top:before {
  position: absolute;
  width: 50.85416666666667%;
  height: 100%;
  content: '';
  background: #fff;
  left: -22px;
  top: 0;
  transform: skew(-24deg, 0deg);
  -moz-transform: skew(-24deg, 0deg);
  -webkit-transform: skew(-24deg, 0deg);
} */

.header-top-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 0 0 0;
  position: relative;
}

.header-top-row .top-col-1 {
  width: 60%;
}

.header-top-row .top-col-2 {
  width: 40%;
}

.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-2); 
}

.top-col-1 .social i {
  color: var(--sc-primary);
}

.top-col-1 .social i:hover {
  color: var(--primary);
}

.top-col-1 .top-info{ background: #f1f0f0; border: 1px solid #e1e1e1; border-radius: 20px; padding: 2px 10px; }

.top-col-1 .top-info i {
  color: var(--orange-1); font-size: 16px; border: 0px solid #ddd; border-radius: 4px; padding: 2px;
}

.top-col-1 .top-info a {
  color: var(--text-black);
  font-size: 16px;
  font-weight: 400;
}
.top-col-1 .top-info a span{ display: block;   font-size: 14px;
  font-weight:500;}



@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;
  }
}

@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);}


/*==========================================================*/

.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;
}

.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; 
}


.header-absolute {  
  position: absolute;  
}


@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;
  }

  .header-absolute {  
    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 {position: relative;
  margin: 0px 0 0px 0px;
  border: 0px solid #ddd;
  background: linear-gradient(to right, rgba(243, 211, 174, 0.95), rgba(243, 211, 174, 0.95));
  padding: 2rem 0 0 0;
    width: 100%;
    height: 100%;
}

/* .slider svg{position: absolute; bottom: 100px; z-index: 1;} */

.home-banner img{ width: 600px;}
 

.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: relative;
  /* right: 0; */
  bottom: 0;
  left: 0%;
  z-index: 10;
  padding: 4rem 0 0 3rem;
  text-align: left !important;
  /* width: 40%; */
  
}




.carousel-caption h5 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 300;
  font-size: 80px;
  color: var(--blue-1);
  margin: 0px;
}


.carousel-caption h4 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 600;
  font-size: 80px; text-transform: inherit;
  color: var(--blue-1);
  margin: 0px;
}


.carousel-caption h6 {
  margin: 0px;
  font-family: var(--font-family-2);
  font-weight:500;
  font-size: 40px;
  color: var(--text-black);
  margin: 0px;
}


.carousel-caption .know-more-btn {
  background: var(--sc-primary);
  padding: 10px 15px;
  font-family: var(--font-family-1);
  color: #fff;
  font-size: 17px;
  font-weight:400;
  border-radius: 20px;
  margin: 20px 0 0 0;
  display: inline-block;
  text-transform: capitalize;
  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 {
  background: var(--primary);
  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;
}

.carousel-caption .banner-img1
{
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.carousel-caption .banner-img2
{
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}






/* ============= Animation delays ====================== */

.carousel-caption h6 {
  animation-delay: 1s;
}

.carousel-caption h5 {
  animation-delay: 2s;
}

.carousel-caption h4 {
  animation-delay: 3s;
}

.carousel-caption button {
  animation-delay: 3s;
}

.carousel-caption a {
  animation-delay: 3s;
}

.hidden-sm {
  display: none;
}

.lqd-shape {
  overflow: hidden;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
 


@media only screen and (max-width:1100px) {
  .carousel-caption h5 {
    font-size: 60px;
  }  

  .carousel-caption h4 {
    font-size: 60px;
  }

  .carousel-caption h6 {
    font-size: 30px;
  }
 
}

@media only screen and (max-width:860px) {
  .carousel-caption h5 {
    font-size: 40px;
  }  

  .carousel-caption h4 {
    font-size: 40px;
  }

  .carousel-caption h6 {
    font-size: 22px;
  }
 
}

@media only screen and (max-width: 768px) {
  /* .lqd-shape {
    max-height: 120px;
  } */

  /* .lqd-shape {     
    bottom: 17%;     
  } */
  .carousel-caption {
    /* background: #fff; */
    position: relative;
    /* right: 0; */
    bottom: 0;
    left: 0%;
    z-index: 10;
    padding: 1rem  1rem;
    text-align: center !important;
    /* width: 40%; */
    
  }
  

  
  .home-banner img {
    width:80%;
}
}

@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 {bottom: 0%;}	*/
  .lqd-shape {     
    bottom: 0%;     
  }

  .home-banner .py-5{padding: 0px !important;}
}

@media only screen and (max-width: 480px) {
  .slider {
    /*padding-top: 80px;*/
    margin: 0px 0 0px 0px;
    border: 0px solid #ddd;
  }

  /*.carousel-caption { display: none;}*/
  .hidden-lg {
    display: none;
  }

  .hidden-sm {
    display: inherit;
  }

  

  .carousel-caption .know-more-btn {
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 375px) {
  /* .carousel-item .w-100 { width:100% !important;  
           height:500px;} */
  /* .carousel-caption {
    display: none;
  } */

  .carousel-caption .know-more-btn {
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0 0;
  }

  .home-banner img {
    width:100%;
}

  
}

/*=============================*/

#scene{opacity: 0.9;}

.hero-bg-1 {
  position: absolute;
  right:15%;
  top: 25%;
}

@media (max-width: 767px) {
  .hero-bg-1 {
    display: inherit;
  }
}

.hero-bg-2 {
  position: absolute;
  bottom: 10%;
  right: 40%;
}

@media (max-width: 767px) {
  .hero-bg-2 {
    display: none;
  }
}

.hero-bg-3 {
  position: absolute;
  top:20%;
  left: 20%;
}

@media (max-width: 767px) {
  .hero-bg-3 {
    display: none;
  }
}

.hero-bg-4 {
  top: 60%;
  left: 50%;
  position: absolute;
}

@media (max-width: 767px) {
  .hero-bg-4 {
    display: none;
  }
}

.hero-bg-5 {
  position: absolute;
  top: 250px;
  right: 3%;
}

@media (max-width: 767px) {
  .hero-bg-5 {
    display: inherit;
  }
}

.hero-bg-6 {
  position: absolute;
  right: 10%;
  bottom: 20%;
}

@media (max-width: 767px) {
  .hero-bg-6 {
    display: none;
  }
}

.hero-bg-7 {
  position: absolute;
  left: 20%;
  bottom: -17%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-7 {
    display: none;
  }
}

.hero-bg-8 {
  position: absolute;
  bottom: -30%;
  right: 50%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-8 {
    display: none;
  }
}

.hero-bg-9 {
  position: absolute;
  right: 20%;
  bottom: -10%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-9 {
    display: none;
  }
}


.translate-y-150 {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}

@media (max-width: 575px) {
  .translate-y-150 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.left-right-animation {
  animation: left_right 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@keyframes left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

.up-down-animation {
  animation: up_down 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}




/*-----==============-------inner page banner-----================------=========-----*/



.slider-2 {
  position: relative;  
  background: linear-gradient(to right, rgba(116, 164, 174, 0.40), rgba(116, 164, 174, 0.40));
  margin: 0px 0 0px 0px;
  padding: 120px 0 0 0;
    width: 100%;
    height:100%;
}



.about-banner h5 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 300;
  font-size: 80px;
  color: var(--blue-1);
  margin: 0px; text-transform: uppercase;
}


.about-banner h4 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 600;
  font-size: 80px; text-transform: inherit;
  color: var(--blue-1);
  margin: 0px; text-transform: uppercase;
}


.about-banner h6 {
  margin: 0px;
  font-family: var(--font-family-2);
  font-weight:300;
  font-size: 26px;
  color: var(--blue-1);
  margin: 0px;
}

.about-banner img{ width:100%;}

@media only screen and (max-width: 768px) {   
  .slider-2 { 
    padding: 10px  0; 
  }
}

@media only screen and (max-width: 580px) {   
  .about-banner .py-5{padding: 0px !important;}
}


@media only screen and (max-width:425px) {   
  
.about-banner h5 { 
  font-size: 60px; 
}

.about-banner h4 { 
  font-size: 60px; 
}

.about-banner h6 { 
  font-size: 22px;   
}
}


@media only screen and (max-width: 375px) {  
  .about-banner img {
    width:100%;
}
}


/**----------**/
 
.slider-3 {
  position: relative;  
  background: linear-gradient(to right, rgba(116, 164, 174, 0.40), rgba(116, 164, 174, 0.40));
  margin: 0px 0 0px 0px;
  padding: 120px 0 0 0;
    width: 100%;
    height:100%;
}



.consulting-banner h5 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 300;
  font-size: 80px;
  color: var(--blue-1);
  margin: 0px; text-transform: uppercase;
}


.consulting-banner h4 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 600;
  font-size: 80px; text-transform: inherit;
  color: var(--blue-1);
  margin: 0px; text-transform: uppercase;
}


.consulting-banner h6 {
  margin: 0px;
  font-family: var(--font-family-2);
  font-weight:300;
  font-size: 26px;
  color: var(--blue-1);
  margin: 0px;
}

.consulting-banner img{ width:100%;}

@media only screen and (max-width: 768px) {   
  .slider-3 { 
    padding: 10px  0; 
  }

  
}

@media only screen and (max-width:600px) {   
  .consulting-banner .py-5{padding: 0px !important;}
  .consulting-banner h5 { 
    font-size: 60px; 
  }
  
  .consulting-banner h4 { 
    font-size: 60px; 
  }
}


@media only screen and (max-width:460px) {   
  
.consulting-banner h5 { 
  font-size: 40px; 
}

.consulting-banner h4 { 
  font-size: 40px; 
}

.consulting-banner h6 { 
  font-size: 20px;   
}
}


@media only screen and (max-width: 375px) {  
  .consulting-banner img {
    width:100%;
}
}

/*----------------------*/

.slider-4 {
  position: relative;  
  background: linear-gradient(to right, rgba(243, 211, 174, 0.95), rgba(243, 211, 174, 0.95));
  margin: 0px 0 0px 0px;
  padding: 120px 0 0 0;
    width: 100%;
    height:100%;
}



.coaching-banner h5 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 300;
  font-size: 80px;
  color: var(--blue-1);
  margin: 0px; text-transform: uppercase;
}


.coaching-banner h4 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 600;
  font-size: 80px; text-transform: inherit;
  color: var(--blue-1);  
  margin: 0px; text-transform: uppercase;
}


.coaching-banner h6 {
  margin: 0px;
  font-family: var(--font-family-2);
  font-weight:300;
  font-size: 26px;
  color: var(--blue-1);
  margin: 0px;
}

.coaching-banner img{ width:100%;}

@media only screen and (max-width: 768px) {   
  .slider-4 { 
    padding: 10px  0; 
  }

  
}

@media only screen and (max-width:600px) {   
  .coaching-banner .py-5{padding: 0px !important;}
  .coaching-banner h5 { 
    font-size: 60px; 
  }
  
  .coaching-banner h4 { 
    font-size: 60px; 
  }
}


@media only screen and (max-width:460px) {   
  
.coaching-banner h5 { 
  font-size: 40px; 
}

.coaching-banner h4 { 
  font-size: 40px; 
}

.coaching-banner h6 { 
  font-size: 20px;   
}
}


@media only screen and (max-width: 375px) {  
  .coaching-banner img {
    width:100%;
}
}



/*------------------------*/

/*----------------------*/

.slider-5 {
  position: relative;  
  background: linear-gradient(to right, rgba(243, 211, 174, 0.95), rgba(243, 211, 174, 0.95));
  margin: 0px 0 0px 0px;
  /* padding: 120px 0 0 0; */
  padding:60px 0 0 0;
    width: 100%;
    height:100%;
     /* min-height:550px; */
     min-height:520px;
}



.contact-banner h5 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 300;
  font-size: 70px;
  color: var(--blue-1);
  margin: 0px; text-transform: uppercase;
}


.contact-banner h4 {
  margin: 0px;
  font-family: var(--font-family-1);
  font-weight: 600;
  font-size: 70px; text-transform: inherit;
  color: var(--blue-1);  
  margin: 0px; text-transform: uppercase;
}


.contact-banner h6 {
  margin: 0px;
  font-family: var(--font-family-2);
  font-weight:300;
  font-size: 26px;
  color: var(--blue-1);
  margin: 0px;
}

.contact-banner img{ width:100%;}

@media only screen and (max-width: 768px) {   
  .slider-5 { 
    padding: 10px  0; 
  }

  
}

@media only screen and (max-width:600px) {   
  .contact-banner .py-5{padding: 0px !important;}
  .contact-banner h5 { 
    font-size: 60px; 
  }
  
  .contact-banner h4 { 
    font-size: 60px; 
  }
}


@media only screen and (max-width:460px) {   
  
.contact-banner h5 { 
  font-size: 40px; 
}

.contact-banner h4 { 
  font-size: 40px; 
}

.contact-banner h6 { 
  font-size: 20px;   
}
}


@media only screen and (max-width: 375px) {  
  .contact-banner img {
    width:100%;
}
}









/*==================================================*/

/* 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: 30px; position: relative;}

.heading-bx-center h4 {
  font-family: var(--font-family-1);
  font-size: 45px;
  color: var(--text-black);
  font-weight: 600;
  text-transform: inherit;
  text-align: center !important;
  position: relative;
  margin: 0 0 10px 0;
  line-height: 1.2;
  
}

 
.heading-bx-center h4 span {
  font-family: var(--font-family-1);
  font-size: 22px; 
  color: var(--primary);
  font-weight: 400; 
  padding-left: 0rem;
  padding-right: 0px; text-transform: uppercase;
  position: relative;
  display: block;
}

.heading-line{position: relative !important;}

.heading-line::before {
  content: "";
  width: 10rem;
  height: 0.1rem;
  display: block;
  margin: 0 auto;
  background-color: #08596b;
}

.heading-line::after { position: relative; z-index: 99; margin-top: -5px !important;
  content: "";
  width: 1rem;
  padding-top: 0.5rem;
  height: 0.2rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  background-color: var(--orange-1); 
  animation: move_center 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes move_center {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}

@keyframes move_center {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  
            
  }
}
 

@media only screen and (max-width: 768px) {
  .heading-bx-center h4 br{display: none;}
  .heading-bx-center h4 { 
    font-size: 40px;     
  }
}

/*-----============-*/

.heading-bx-left{ margin-bottom: 30px;}

.heading-bx-left h4 { 
  
  font-family: var(--font-family-1);
  font-size: 45px;
  color: var(--text-black);
  font-weight: 600;
  text-transform: inherit;
  text-align: left !important;
  position: relative;
  margin: 0 0 0px 0;
  line-height: 1.2; 
}
 
.heading-bx-left h4 span {
  font-family: var(--font-family-1);
  font-size: 40px; 
  color: var(--primary);
  font-weight: 300; 
  padding-left: 0rem;
  padding-right: 0px; text-transform: inherit;
  position: relative;
  display: block;
}

/* .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-4);
  font-size: 55px;
  color: var(--text-black);
  font-weight: 800;
  text-transform: inherit;
  text-align: left !important;
  position: relative;
  margin: 0 0 0px 0;
  line-height: 1.2; 
}

.heading-bx-left h6 {   
  font-family: var(--font-family-1);
  font-size: 40px;
  color: var(--text-white);
  font-weight:600;
  text-transform: inherit;
  text-align: left !important;
  position: relative;
  margin: 0 0 0px 0;
  line-height: 1.2; 
}


.heading-bx-left h3 { 
  
  font-family: var(--font-family-1);
  font-size: 50px;
  color: var(--text-black);
  font-weight: 600;
  text-transform: inherit;
  text-align: center !important;
  position: relative;
  margin: 0 0 0px 0;
  line-height: 1.2; 
}
 

 
 

@media only screen and (max-width: 768px) {
  .heading-bx-left h4 br{display: none;}
  .heading-bx-left h4 { 
    font-size:40px;     
  }

  .heading-bx-left h5 { 
    font-size: 34px;     
  }

  .heading-bx-left h6 { 
    font-size: 34px;     
  }

  .heading-bx-left h3 { 
    font-size: 34px;     
  }

}



.heading-left{ margin-bottom: 30px;}

.heading-left h4 {
  font-family: var(--font-family-1);
  font-size: 40px;
  color: var(--text-white);
  font-weight: 800;
  text-transform: uppercase;
  text-align: left !important;
  position: relative;
  margin: 0 0 10px 0;
  line-height: 1.2;
  
}
 
.heading-left h4 span {
  font-family: var(--font-family-1);
  font-size: 22px; 
  color: var(--text-white);
  font-weight: 400; 
  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: 60px;
  padding-bottom: 50px;
}

.section-sp4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-sp5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-sp6 {
  padding-top: 0px;
  padding-bottom: 50px;
}

.section-sp7 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.section-spd1 {
  padding-top: 30px;
}

.section-smr1 {
  margin-top: 0;
  margin-bottom: 120px;
}

 

 
/*====================================================================*/

.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: #fff;  padding: 60px 0 80px 0; 
}

/* {
  background: #fff;  
  position: relative;
  padding:100px 0px;
  margin: 0 0 0px 0; min-height: 450px;
} */


.about-section:before { 
  background: var(--sc-primary);
  background-repeat: no-repeat;
  background-position: center right;
  background-size:cover;
    position: absolute;
    width:50.85416666666667%;
    height: 100%;
    content: '';
    right: 0px;
    top: 0;
    z-index: 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: right;}
  .about-img .img1{ width: 430px; border: 10px solid #fff; position: relative; right: -100px; }
  .about-img .img2{ width: 50%; position: absolute; bottom:-60px; right: 0; border: 10px solid #fff; border-radius: 100%;}

  .about-text{padding: 200px 0 0 0px;}
  .about-text p{font-family: var(--font-family-2); color: var(--text-black); font-size: 18px; font-weight:400; padding-left: 120px;}

  .about-text .know-more-btn { 
    background: var(--sc-primary);
    padding: 10px 15px;
    font-family: var(--font-family-1);
    color: var(--blue-1);
    font-size: 17px;
    font-weight:400;
    border-radius: 50px;
    margin-top: 20px; margin-left: 120px;
    display: inline-block;
    text-transform: capitalize;
    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;
  }
  
  .about-text .know-more-btn i{padding: 0 10px;}
  
  .about-text .know-more-btn:hover {
    background: var(--orange-1); color: var(--text-white);
    padding-left:30px;
     
  }

  .about-text .heading1{ text-align: left; }
  .about-text .heading1 h4{background: #fff; padding:5px 20px; margin-bottom:15px; font-family: var(--font-family-1); font-size: 45px; font-weight: 600; color: var(--text-black);}
  .about-text .heading1 h4 span{ color: var(--blue-1);}

  @media only screen and (max-width:1024px) {
    .about-text{padding: 100px 0 0 0px;}
  }

  @media only screen and (max-width:860px) {
    .about-img .img1 {      
      right: -50px;
  }
  }


  @media only screen and (max-width:768px) {
    .about-img {
      position: relative;
      text-align: center;
  }

    .about-img .img1 {
      right: 0px;
    }

    .about-text{padding: 0px 0 0 0px;}
    .about-text p{ padding-left: 0px;} 
  .about-text .heading1 h4{background:transparent; padding:10px 0px; margin-bottom:15px;}
  .about-text .know-more-btn { margin-left: 0px; }
  }

  @media only screen and (max-width:480px) {
    .about-img .img1 {
      width: 100%;
    }
    .about-section:before { display: none;}
  }








.know-more-btn {
    background: var(--sc-primary);
    padding: 10px 15px;
    font-family: var(--font-family-1);
    color: #fff;
    font-size: 17px;
    font-weight:400;
    border-radius: 20px;
    margin: 20px 0 0 0;
    display: inline-block;
    text-transform: capitalize;
    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(--primary);
    padding-left:30px;
     
  }

  
/*=======================================================================*/




.serv-section{padding: 50px 0;}

.serv-img{position: relative; text-align: right;}
.serv-img:before { 
  background: var(--primary);
  background-repeat: no-repeat;
  background-position: center left;
  background-size:cover;
    position: absolute;
    width:70.85416666666667%;
    height: 70%;
    content: '';
    left:-15%;
    bottom: -100px;
    z-index: 0;
}

/* @media only screen and (min-width:1460px) {
  .serv-img:before { 
    background: var(--primary);
    background-repeat: no-repeat;
    background-position: center left;
    background-size:cover;
      position: absolute;
      width:100%;
      height: 60%;
      content: '';
      left:-40%;
      bottom: -100px;
      z-index: 0;
  }
} */



.serv-img .img1{ width: 430px; border: 16px solid #fff; position: relative; 
  box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
  -webkit-box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
  -moz-box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
 }
 

.serv-text{padding:  60px;}
 
.serv-text h4{background: #fff; padding:0 0px; margin-bottom:15px; font-family: var(--font-family-1); font-size: 45px; font-weight: 600; color: var(--text-black);}
.serv-text h4 span{font-family: var(--font-family-1); font-weight: 400; font-size: 45px;  color: var(--blue-1); display: block;}

.serv-text p{font-family: var(--font-family-2); color: var(--text-black); font-size: 18px; font-weight:400;  }

.serv-text .know-more-btn { 
  background:#fff;
  padding: 10px 15px;
  font-family: var(--font-family-1);
  color: var(--blue-1);
  font-size: 17px;
  font-weight:400;
  border-radius: 50px;
  margin-top: 20px;  
  display: inline-block;
  text-transform: capitalize;
  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;
}

.serv-text .know-more-btn i{padding: 0 10px;}

.serv-text .know-more-btn:hover {
  background: var(--orange-1); color: var(--text-white);
  padding-left:30px;
   
}



@media only screen and (max-width:1024px) {
  .serv-text{padding: 100px 0 0 0px;}
}

@media only screen and (max-width:900px) {
  .serv-img .img1{ width: 100%; 
   }
}


@media only screen and (max-width:768px) {
  .serv-img {
    position: relative;
    text-align: center;
}
.serv-img:before { 
  display: none;
}

  .serv-img .img1 {
    right: 0px;
  }

  .serv-text{padding:30px;}
  .serv-text p{ padding-left: 0px;} 
.serv-text h4{background:transparent; padding:10px 0px; margin-bottom:15px;}
.serv-text .know-more-btn { margin-left: 0px; }
}

@media only screen and (max-width:480px) {
  .serv-img .img1 {
    width: 100%;
  }
 
  .serv-text h4{font-size: 40px;}

}

/*=======================================================================*/




.serv-section2{padding: 50px 0;}

.serv-img2{position: relative; text-align: left;}
.serv-img2:before { 
  background: var(--primary);
  background-repeat: no-repeat;
  background-position: center left;
  background-size:cover;
    position: absolute !important;
    width:70.85416666666667%;
    height: 70%;
    content: '';
    right:-9.5%;
    bottom: -111px;
    z-index: 0;
}

 


.serv-img2 .img1{ width: 430px; border: 16px solid #fff; position: relative; 
  box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
  -webkit-box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
  -moz-box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
 }
 

.serv-text2{padding:  60px;}
 
.serv-text2 h4{background: #fff; padding:0 0px; margin-bottom:15px; font-family: var(--font-family-1); font-size:45px; font-weight: 600; color: var(--text-black);}
.serv-text2 h4 span{font-family: var(--font-family-1); font-weight: 400; font-size: 45px;  color: var(--blue-1); display: block;}

.serv-text2 p{font-family: var(--font-family-2); color: var(--text-black); font-size: 18px; font-weight:400;  }

.serv-text2 .know-more-btn { 
  background:#fff;
  padding: 10px 15px;
  font-family: var(--font-family-1);
  color: var(--blue-1);
  font-size: 17px;
  font-weight:400;
  border-radius: 50px;
  margin-top: 20px;  
  display: inline-block;
  text-transform: capitalize;
  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;
}

.serv-text2 .know-more-btn i{padding: 0 10px;}

.serv-text2 .know-more-btn:hover {
  background: var(--orange-1); color: var(--text-white);
  padding-left:30px;
   
}



@media only screen and (max-width:1024px) {
  .serv-text2{padding: 100px 0 0 30px;}
}

@media only screen and (max-width:900px) {
  .serv-img2 .img1{ width: 100%; 
   }
}


@media only screen and (max-width:768px) {

  .serv-section2{display: flex; flex-direction: column-reverse;}


  .serv-img2 {
    position: relative;
    text-align: center;
}
.serv-img2:before { 
  display: none;
}

  .serv-img2 .img1 {
    right: 0px;
  }

  .serv-text2{padding:30px;}
  .serv-text2 p{ padding-left: 0px;} 
.serv-text2 h4{background:transparent; padding:10px 0px; margin-bottom:15px;}
.serv-text2 .know-more-btn { margin-left: 0px; }
}

@media only screen and (max-width:480px) {
  .serv-img2 .img1 {
    width: 100%;
  }
 
  .serv-text2 h4{font-size: 40px;}

}

/*=============================counter=============================================*/  


.counter-section{ padding:10px 0; margin: 0px 0 0 0; 
  /* background-image: url(../images/shape/4.png); */
  /* background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;*/
  position: relative; 
  overflow: hidden; 
  background-color: #397a89;
}

.counter-row{  display: flex; justify-content: center; }
.counter-card { text-align: center; width: 30%; border-right:1px solid rgb(157, 160, 151); padding: 20px;}
.counter-card:last-child{ border: 0px;}
.counter-card h2 span{ font-family: var(--font-family-2); font-weight: 700; color:#fff; font-size: 50px;}
.counter-card h2{ font-family: var(--font-family-2); font-weight: 700; color:#fff; font-size:50px; text-transform: inherit; margin: 0px; padding: 0px;}

.counter-card h3{ font-family: var(--font-family-2); font-weight:400; color:#fff; font-size:20px; text-transform: inherit; margin: 0px;  padding: 0px;}
.counter-card h3 span{ font-family: var(--font-family-2); font-weight:600; color:#fff; font-size: 30px; display: block;}

@media only screen and (max-width: 767px) {
  .counter-card { text-align: center; padding:20px 0;}

.counter-card h2 span{font-size: 30px;}
.counter-card h2{ font-size:30px;}

.counter-card h3{ font-size:16px;}
.counter-card h3 span{ font-size: 22px;}

}

@media only screen and (max-width:575px) {
  .counter-section{padding:10px 0; margin: 0  0 0px 0; }
  .counter-row {display: flex; justify-content: center; flex-direction: column;  }
  .counter-card { text-align: center; width: 100%; border-right:0px solid #ddd;  border-bottom:1px solid #166a80;padding: 15px;}
  .counter-card:last-child{ border: 0px;}

.counter-card h2 span{font-size: 45px;}
.counter-card h2{ font-size:45px;}

.counter-card h3{ font-size:18px;}
.counter-card h3 span{ font-size: 26px;}

} 

/*=======================================================================*/

.pro-section {
  background: #fff; 
  position: relative !important; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;
}

.pro-area { width: 48%;
  background: transparent;
  margin: 15px 10px;
  /* text-align: left; */
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid #ececec;
}


/* .pro-area:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
} */

.pro-area a{ position: relative; display: block;}

.pro-area a:hover h3{ color: var(--primary) !important; padding-left: 25px;}
.pro-area a:hover aside i{padding-right: 25px; color: var(--primary);}
.pro-area a:hover .pro-left::before{margin-left:25px;}

.pro-area img {
  border-radius: 0px;
  border: 0px solid var(--primary); 
  width: 80%;
}


.pro-left { 
  width: 100%;
  margin: 0px 0px;
  padding: 10px 20px;
  position: relative;
  left: 0;
  bottom: 0px;
  z-index: 1;
  
}

.pro-left::before{ position: relative; content: ''; background: url(../images/line-left.png); background-repeat:no-repeat ; padding: 95px 40px; bottom: 60px; opacity: 0.8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s; 

  /* -webkit-animation-name: leftmove;
  animation-name: leftmove;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation: leftmove infinite 4s;
  animation: leftmove infinite 4s; */
}

.pro-left aside{ text-decoration: none; display: flex;flex-direction: row; align-items: center; justify-content: space-between; padding-left: 90px; }

.pro-left aside i{font-size:26px; color: var(--sc-primary);  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-text h3 {
  font-family: var(--font-family-1);
  color: var(--sc-primary) !important;
  font-size: 35px !important;
  font-weight:800 !important;
  line-height: normal !important;
  margin: 0 0;
  padding: 10px 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;
}

.pro-text h3 span {
  display: block;
  color: var(--primary);
  font-weight: 500;
}

.pro-text p {
  font-family: var(--font-family-1);
  font-size: 15px !important;
  line-height: 24px;
  font-weight: 500 !important;
  color: var(--text-primary) !important;
  margin-bottom: 10px !important;
}


@media only screen and (min-width: 768px) and (max-width: 1024px){

  .pro-area { width: 47%;
    background: transparent;    
  }

}

@media only screen and (max-width: 767px) {
  .pro-area { width: 100%;
     
  }
}

@media only screen and (max-width: 575px) {
  
.pro-text h3 {
  font-family: var(--font-family-1);
  color: var(--sc-primary) !important;
  font-size: 25px !important;
   
}
}

@media only screen and (max-width: 480px) {
}


.pro-readmore {
  background: var(--primary);
  padding: 6px 12px;
  font-family: var(--font-family-Rajdhani);
  color: var(--text-white);
  font-size: 20px;
  font-weight: 700;
  border: 0px solid #dddddd;
  border-radius: 10px;
  margin: 5px 0 20px 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-readmore:hover {
  background: var(--sc-primary);
  color: #fff;
  border: 0px solid var(--sc-primary);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  /* box-shadow: 0 -5px 0 0 rgba(24, 24, 24, 0.15) inset, 0 5px 10px rgba(0, 0, 0, 0.5); */
}

.pro-readmore span {
  padding: 0 20px 0 10px;
}

/* .pro-readmore i {
   
  color:var(--primary);
  padding: 8px;
} */

/* .pro-readmore:hover i {
  background-color: var(--sc-primary);   
} */

.btns {
  display: table;
  margin: 30px auto;
}

.customNextBtn,
.customPreviousBtn {
  float: right;
  background: #2d9070;
  color: #fff;
  padding: 10px;
  margin-left: 5px;
  cursor: pointer;
}

/*=============================================================*/
 
/*===============================================================*/
 
 
/*====================================================================*/
  

/**------------------------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-2);
  text-align: left;
}

.content-text p {
  font-family: var(--font-family-2);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--text-black);
  letter-spacing: 0.25px;
  text-align: left !important;
  padding: 0px 0 0 0;
}

.content-text p span {
  color: var(--primary) !important;
}

.content-text h3 {
  color: var(--text-black);
  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: 20px;
  font-weight: 600;
  margin: 12px 0 0 0;
  padding: 2px 0;
}

.content-text ul {
  padding: 15px 0 0 15px;
}

.content-text li {
  list-style: url(../images/list0.png);
  font-family: var(--font-family-1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--text-black);
  letter-spacing: 0.25px;
  padding: 6px 2px;
}

.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);
}


/*================about page=================================*/
.about-page {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 50px 0;
}

.about-title{ text-align: center;}
.about-title h3 {  
  padding: 0 0px;
  margin-bottom: 20px;
  font-family: var(--font-family-1);
  font-size: 40px;
  font-weight:400;
  color: var(--text-black);  
}

.about-title h4 {  
  padding: 40px 0 0 0px;
  margin-bottom: 20px;
  font-family: var(--font-family-1);
  font-size:30px;
  font-weight: normal;
  color: var(--text-black);  
}


.about-img1{position: relative; text-align: left;}
.about-img1:before { 
  background: var(--primary);
  background-repeat: no-repeat;
  background-position: center left;
  background-size:cover;
    position: absolute;
    width:70.85416666666667%;
    height: 70%;
    content: '';
    right:-15%;
    bottom: -111px;
    z-index: 0;
}

 


.about-img1 .img1{ width: 430px; border: 16px solid #fff; position: relative; 
  box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
  -webkit-box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
  -moz-box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
 }

@media only screen and (max-width:900px) {
  .about-img1 .img1{ width: 100%; 
   }
}


@media only screen and (max-width:768px) {
 
  .about-img1 {
    position: relative;
    text-align: center;
}
.about-img1:before { 
  display: none;
}

  .about-img1 .img1 {
    right: 0px;
  }
}

@media only screen and (max-width:480px) {
  .about-img1 .img1 {
    width: 100%;
  }
  
}



/*=======================Image Consulting==============================*/
 
.Imageintro-bk {
  background: #fff;  
  position: relative;
  padding:60px 0px;
  margin: 0 0 0px 0; min-height: 650px;
}

.Imageintro-bk:before { 
  background: url(../images/Imageintro-bk.jpg)var(--primary);
  background-repeat: no-repeat;
  background-position: 0%;
  background-size:cover;
    position: absolute;
    width:49.85416666666667%;
    height: 100%;
    content: '';
    left: 0px;
    top: 0;
    z-index: 0;
}

.Imageintro-bk2 {
  background: #fff;  
  position: relative;
  padding:60px 0px;
  margin: 0 0 0px 0; min-height: 650px;
}

.Imageintro-bk2:before { 
  background: url(../images/Imageintro-bk2.jpg)var(--primary);
  background-repeat: no-repeat;
  background-position: 0%;
  background-size:cover;
    position: absolute;
    width:49.85416666666667%;
    height: 100%;
    content: '';
    left: 0px;
    top: 0;
    z-index: 0;
}

.Imageintro-img { position: relative;z-index: 9999 !important;}
.Imageintro-img img{ width: 100%; display: none;}

@media only screen and (max-width: 768px) {
  .Imageintro-img img{ width: 100%;  display: inherit;}
}


.Imageintro-box { background:rgba(255, 255, 255, 0.8); position: relative; padding: 30px; }

.Imageintro-box h5 {
  font-family: var(--font-family-1);
  font-size: 36px !important; 
  font-weight:300;  
  color: var(--orange-1) !important;
  padding: 20px 0;
}

.Imageintro-box p {
  font-family: var(--font-family-2);
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight:400 !important;
  color: var(--text-black) !important;
  padding: 0 0px;
}
 
@media only screen and (max-width: 1160px) {
  .Imageintro-bk:before { 
    background: url(../images/Imageintro-bk.jpg)var(--primary);
    background-repeat: no-repeat;
    background-position:0%;
    background-size:cover;
      position: absolute;
      width:49.85416666666667%;
      height: 100%;
      content: '';
      left: 0px;
      top: 0;
      z-index: 0;
  }

  .Imageintro-bk2.about-banner { 
    background: url(../images/Imageintro-bk2.jpg)var(--primary);
    background-repeat: no-repeat;
    background-position:0%;
    background-size:cover;
      position: absolute;
      width:49.85416666666667%;
      height: 100%;
      content: '';
      left: 0px;
      top: 0;
      z-index: 0;
  }
}


@media only screen and (max-width: 767px) {
  .Imageintro-bk {
    position: relative;
    padding: 0px 0px;
    margin: 0 0 0px 0;
    min-height: auto;
  }
  .Imageintro-bk:before { 
    background: none;
  }

  .Imageintro-bk2 {
    position: relative;
    padding: 0px 0px;
    margin: 0 0 0px 0;
    min-height: auto;
  }
  .Imageintro-bk2:before { 
    background: none;
  }


  .Imageintro-row{ display: flex; flex-direction: column-reverse;}
  .Imageintro-box {   padding: 0px; }
}

@media only screen and (max-width: 580px) {
  .Imageintro-box h5 {   
    font-size: 26px !important;     
 
  }
}

 /*------------------*/


 .counter-row1{  display: flex; justify-content: center; }
 .counter-card1 { text-align: center; width: 30%; border-right:1px solid rgb(157, 160, 151); padding: 20px;}
 .counter-card1:last-child{ border: 0px;}
 .counter-card1 h2 span{ font-family: var(--font-family-3); font-weight: normal; color:#08596b; font-size: 50px;}
 .counter-card1 h2{ font-family: var(--font-family-2); font-weight: bold; color:#08596b; font-size:50px; text-transform: inherit; margin: 0px; padding: 0px;}
 
 .counter-card1 h3{ font-family: var(--font-family-3); font-weight: 500; color:#08596b; font-size:20px; text-transform: inherit; margin: 0px;  padding: 0px;}
 .counter-card1 h3 span{ font-family: var(--font-family-4); font-weight: normal; color:#08596b; font-size: 30px; display: block;}
 
 @media only screen and (max-width: 991px) {
   .counter-card1 { text-align: center; padding:20px 0;}
 
 .counter-card1 h2 span{font-size: 30px;}
 .counter-card1 h2{ font-size:30px;}
 
 .counter-card1 h3{ font-size:16px;}
 .counter-card1 h3 span{ font-size: 22px;}
 
 }
 
 @media only screen and (max-width:575px) {
 
   .counter-row1 {display: flex; justify-content: center; flex-direction: column;  }
   .counter-card1 { text-align: center; width: 100%; border-right:0px solid #ddd;  border-bottom:1px solid #ddd;padding: 15px;}
   .counter-card1:last-child{ border: 0px;}
 
 .counter-card h2 span{font-size: 45px;}
 .counter-card h2{ font-size:45px;}
 
 .counter-card h3{ font-size:18px;}
 .counter-card h3 span{ font-size: 26px;}
 
 } 

/*----------------**/

.consulting-bk{ background: var(--sc-primary);}


.consulting-item {
  text-align: left;
  display: flex;
  align-items: center; 
 margin-bottom: 20px;
}

/* .consulting-item .img-col{position: relative; }
.consulting-item .img-col:before {
  content: "";
  border: 2px solid #fff;
  opacity: 0.7;
  position: absolute;
  display: block;
  top: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 90%;
  margin: 3% 5%;
} */
  
.item-rev{flex-direction: row-reverse;}

.item-right{text-align: right;}

.consulting-item-text{padding: 0;}

.consulting-item-text h3 {
  font-family: var(--font-family-1);
  color: var(--text-black) !important;
  font-size: 23px !important;
  font-weight: normal;
  line-height: normal !important;
  margin: 0;
}

.consulting-item-text p {
  font-family: var(--font-family-2);
  font-size: 16px !important; 
  font-weight: 400 !important;
  color: var(--text-primary) !important;
}


@media only screen and (max-width:992px) {
  .consulting-item {
    text-align: left;
    display: flex;
    align-items: flex-start; 
   margin-bottom: 20px;
  }
}

@media only screen and (max-width:992px) {
  .consulting-item {
    text-align: center;
    display: flex;
    align-items: center; 
   margin-bottom: 20px;
  }
    
  .item-rev{flex-direction: row;}
  
  .item-right{text-align: center;}

  .consulting-item-text{padding: 20px 10px;}
}


.cons-text { text-align: left; padding-bottom: 80px;}

.cons-text h6{ 
  font-family: var(--font-family-2);
  color: var(--text-black) !important;
  font-size: 24px !important;
  font-weight: 300;
}

.cons-text img{ position: absolute; top: -260px;}

@media only screen and (max-width:768px) {
  .cons-text img{ position: relative; top: 0px; margin-bottom: 15px;}
  .cons-text { text-align: center; padding-bottom: 40px; flex-direction: column-reverse;}

  .cons-text h6{      
    font-size: 20px !important;
    font-weight: 300;
  }
  
}



.cons-title{ text-align: center;}
 

.cons-title h4 {  
  padding: 40px  0px; 
  font-family: var(--font-family-1);
  font-size:45px;
  font-weight: 500;
  color: var(--blue-1);  
}

@media only screen and (max-width:992px) {
  .cons-title h4 br{  
     display: none; 
  }
}

@media only screen and (max-width:768px) {
  .cons-title h4 {      
    font-size:34px;
     
  }
}


.cons-img1{position: relative; text-align: right;}
.cons-img1:before { 
  background: var(--primary);
  background-repeat: no-repeat;
  background-position: center left;
  background-size:cover;
    position: absolute;
    width:70.85416666666667%;
    height: 70%;
    content: '';
    left:0%;
    bottom: -111px;
    z-index: 0;
}

 


.cons-img1 .img1{ width: 430px; border: 16px solid #fff; position: relative; 
  box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
  -webkit-box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
  -moz-box-shadow: 1px 0px 63px -12px rgba(0,0,0,0.31);
 }

@media only screen and (max-width:992px) {
  .cons-img1 .img1{ width: 100%; 
   }
}


@media only screen and (max-width:768px) {
 
  .cons-img1 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.cons-img1:before { 
  display: none;
}

  .cons-img1 .img1 {
    right: 0px;
  }
}

@media only screen and (max-width:480px) {
  .cons-img1 .img1 {
    width: 100%;
  }
  
}

/**-----------**/
 


.coach-title{ text-align: center;}
 

.coach-title h4 {  
  padding: 30px 0 10px 0px; 
  font-family: var(--font-family-1);
  font-size:45px;
  font-weight: 500;
  color: var(--blue-1);  
}

.coach-title h6 {  
  padding: 0px 0 10px 0px; 
  font-family: var(--font-family-2);
  font-size:20px;
  font-weight:400;
  color: var(--text-black); 
}


@media only screen and (max-width:992px) {
  .coach-title h4 br{  
     display: none; 
  }
}

@media only screen and (max-width:768px) {
  .coach-title h4 {      
    font-size:34px;
     
  }
}
 


/*------------------------------------*/

.coaching-list{padding:40px 0; display: flex; align-items: center;  }



@media only screen and (max-width:768px) {
  .coaching-rev{ flex-direction: column-reverse;}
  .coaching-list{padding:20px 0; display: flex; align-items: center;  }

  .coaching-list h3 {     
    margin: 10px 0 !important;
  }

}

 
.coaching-list h3 {
  font-family: var(--font-family-1);
  color: var(--text-black) !important;
  font-size: 34px !important;
  font-weight: 500;
  line-height: normal !important;
  margin: 0;
}

.coaching-list p {
  font-family: var(--font-family-2);
  font-size: 17px !important; 
  font-weight: 400 !important;
  color: var(--text-primary) !important;
}



/*--==================================================================--*/

.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 10px;
  border: 0px solid #ddd;
  border-radius: 12px;
  text-align: left;
}

.contact {
  padding: 30px 0 0 80px;
  font-family: var(--font-family-1);
}

.contact h6 i {
  font-size: 28px;
  color: var(--orange-1);
  padding: 0 2px;
}

.contact h6 {
  text-align: left;
  font-family: var(--font-family-1);
  color: var(--text-black);
  font-size: 24px;
  font-weight:500;
  margin: 0px 0px 0px 0;
  padding: 0px 0;
}

.contact h1 {
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 600;
  margin: 0 0px 10px 0;
  padding: 0 0 7px 0;
}

.contact p {
  font-family: var(--font-family-2);
  color: var(--text-black);
  font-size: 17px;
  font-weight: 400;
  margin: 5px 0px 20px 0;
  padding: 6px 24px;
  line-height: 24px;
}

.contact p strong {
  color: var(--text-black);
  font-weight:500;
  font-size: 22px;
}

.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;
  background: var(--orange-1);
}

@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) {
  .location-map {
    position: relative;
    width: 100%;
    margin: 20px 0;
  }

  .contact-frm{flex-direction: column-reverse;}
  .contact-img{display: none;}

  .contact-form {
  position:relative; margin-top: -250px !important; margin-bottom: 50px;
  }
  
}

@media only screen and (max-width: 460px) {
   
  .contact-form {
  position:relative; margin-top: -400px !important; margin-bottom: 50px;
  }

  .contact {
    padding: 30px 0 0 0px;    
  }
  
}

@media only screen and (max-width: 380px) {
   
  .contact-form {
  position:relative; margin-top: -340px !important; margin-bottom: 50px;
  }
 
}

/*==================================================================*/
.contact-form {
  padding: 20px;
  font-family: var(--font-family-1); background: var(--primary); 
  position:relative; margin-top: -400px; margin-bottom: 50px;
}

.contact-form h5{ font-family: var(--font-family-1);
font-size: 24px; color: #fff; padding: 10px;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;  
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.42857143;
  color: #fff !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: var(--primary);
}

.form-floating>.form-control, .form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  background-color: var(--primary);
}

.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; color: #fff !important;
}

.form-group label {
  font-size: 16px;
  color: var(--text-white) !important;
  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(--primary);
  /* width: 100%; */
  padding: 7px 25px !important;
  font-family: var(--font-family-1);
  color: var(--text-white);
  font-size: 20px !important;
  font-weight: 500;
  text-transform: inherit;
  border-radius: 50px; border: 1px solid #ddd;
  margin: 0px 0 0 0;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.submit-link:hover {
  background: var(--orange-1);
  color: #fff; border: 1px solid var(--orange-1);
  /* -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px); */
}

.btn-danger {
  color: #fff;
  background-color: var(--sc-primary);
  border-color: var(--sc-primary);
}

.btn-danger:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

/*---------------------------------------------------*/

.table {
  font-family: "Poppins", sans-serif;
}

.table thead {
  background: var(--primary);
}

.table thead th {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.table > :not(:first-child) {
  border-top: 0px solid currentColor;
}

.table td {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: var(--text-primary) !important;
  font-weight: 500;
  text-align: right;
}

.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: rgb(8, 89, 107);
  /* background: linear-gradient(180deg, rgb(69, 144, 161) 0%, rgba(8, 89, 107,1) 100%); */
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 50px 0px 30px 0px;
  position: relative;overflow: hidden;
}

.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: 23%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-2 {
  width: 23%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-3 {
  width: 23%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-4 {
  width: 23%;
  padding: 0 0px 0 0;
}

/* .footer-col .ft-col-4 img {
     width: 100%;padding-right: 5px;
} */

.footer h4 {
  font-family: var(--font-family-1);
  font-weight:500;
  color: #eeeeee;
  font-size: 23px;
  margin: 20px 0;
  text-transform: inherit;
  position: relative;
  
}

.footer h4:after { content: ""; position: absolute; top:10px; width:30px; height: 10px;  /*height:100%;*/ background:#397a89;  } 
 .footer h4 span{position: relative; padding: 5px;}

.footer p {
  font-family: var(--font-family-2);
  font-weight: 400;
  color: #eeeeee;
  font-size: 16px !important;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.footer p a {
  color: #eeeeee;
}

.footer p strong {
  font-size: 15px;
  font-weight: 500;
  color: #eeeeee;
}

.footer h5 {
  font-weight: 500;
  color: #eeeeee;
  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/list0.png);
  padding: 4px 0;
  margin: 0px;
  border-bottom: 0px dashed #1d1d1d;
}

.footer_links li a {
  font-family: var(--font-family-2);
  font-weight: 400;
  color: #eeeeee;
  font-size: 16px !important;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.footer_links li a:hover {
  color: var(--orange-1);
  -moz-transition: 0.4s ease-in-out 0s;
  -ms-transition: 0.4s ease-in-out 0s;
  -webkit-transition: 0.4s ease-in-out 0s;
  transition: 0.4s ease-in-out 0s;
  padding-left: 15px;
}

.border-right {
  border-right: 1px dashed #19406f;
  min-height: 280px;
}

.footer_links .links-list li {
  float: left;
  width: 48%;
}

.footer_bottom {
  margin: 0px 0 0 0;
  padding: 20px 0px;
  background-color: #eaeaea;
  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-2);
  font-weight:400;
  color: #333;
  font-size: 14px !important;
  text-decoration: none;
  margin: 0px;
}

.footer_bottom p a {
  color: #333 !important;
}

.footer_center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #cda519;
  border-bottom: 1px solid #cda519;
  margin-top: 10px;
}

.footer_center .footer_center_1 {
  width: 70%;
  padding: 6px 5px;
  border-right: 1px solid #cda519;
}

.footer_center .footer_center_2 {
  width: 30%;
  padding: 15px 20px;
  text-align: center;
}

.footer_center p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #e4e4e4;
  font-size: 13px !important;
  text-decoration: none;
  margin: 0px;
}

.footer_center p strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--sc-primary);
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #eee;
  border-radius: 35px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.footer .btn.btn-social:hover {
  color: var(--text-white);
  background: var(--orange-1); border: 2px solid #eee;
}

.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-bk {
  background:var(--sc-primary);  
  position: relative;
  padding:10px 0 0 0px;
  margin: 0 0 0px 0;
   /* min-height: 450px; */
}

/* .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: 100%;}

@media only screen and (max-width: 1160px) {
  
  .testi-img img{ width: 100%;}
  .testi-col{ padding: 60px 0;}
}

@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: 0px 0;}

}

.testimonials {
  padding: 10px 0;
  position: relative;
}

.testimonials aside {
  text-align: center !important;
  background: transparent;
  border: 0px solid #ddd;
  padding: 15px 25px !important;
  font-size: 40px;
  color: var(--text-black);
}

.testimonials aside i {
  font-size: 50px;
  color: var(--primary);
}

.testimonials p {
  font-family: var(--font-family-2);
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: var(--text-black) !important;
  padding: 0 10px;
}

.testimonials h3 {
  font-family: var(--font-family-1);
  font-size: 21px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  color: var(--blue-1) !important;
  padding: 20px 0 0 0;
  margin: 0;
}

.testimonials h4 {
  font-family: var(--font-family-2);
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  color: var(--text-black) !important;
  padding: 10px 0 0 0;
  margin: 0;
}

.testimonials img {
  /* width: 120px;
  border-radius: 100%; */
  margin-bottom: 1px;
}

.testimonials h3 small {
  font-family: var(--font-family-1);
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: var(--text-black) !important;
}

@media only screen and (max-width: 767px) {
 

  /* .testimonials-bk:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background: var(--primary);
        left: 0px;
        top: 0;
        z-index: 0;
    } */

  .testimonials aside {
    text-align: center !important;
    background: transparent;
    border: 0px solid #ddd;
    padding: 2px 2px !important;
    font-size: 40px;
    color: var(--text-black);
  }

  .testimonials-bk .heading-bx-center h4 {
    color: var(--text-black);
    margin-top: 40px;
  }
}


#testimonials .owl-buttons {
  display: flex;
  justify-content: center;
}

#testimonials .owl-prev{ 
  display: flex; align-items: center; justify-content: center; text-align: center;
  /* background: var(--primary); */
  padding: 0px;
  margin: 2px;
  position: relative;
  border: 0px solid #ddd;
  width: 50px;
  height: 50px; color: #397a89;border-radius: 100%;
}

#testimonials .owl-prev:hover, #testimonials .owl-next:hover{ 
  color: var(--orange-1); 
}

#testimonials .owl-next {
  display: flex; align-items: center; justify-content: center; text-align: center;
  /* background: var(--primary); */
  padding: 0px;
  margin: 2px;
  position: relative;
  border: 0px solid #ddd;  
  width: 50px;
  height: 50px; color: #397a89; border-radius: 100%;
}

/*=====================================================================*/

.whyus-bk {
  background: #fff;  
  position: relative;
  padding:60px 0px;
  margin: 0 0 0px 0; min-height: 650px;
}

.whyus-bk:before { 
  background: url(../images/latest-bk.jpg)var(--primary);
  background-repeat: no-repeat;
  background-position: center right;
  background-size:cover;
    position: absolute;
    width:35.85416666666667%;
    height: 100%;
    content: '';
    left: 0px;
    top: 0;
    z-index: 0;
}

.whyus-img { position: relative;z-index: 9999 !important;}
.whyus-img img{ width: 100%;}
@media only screen and (max-width: 1160px) {
  .whyus-img img{ width: 100%;}
}


.whyus-box { padding-left: 60px;}
.whyus-box p {
  font-family: var(--font-family-2);
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: var(--text-black) !important;
  padding: 0 10px;
}


.whyus-list {padding: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start;}
.whyus-list li{list-style: none; width:calc(30% - 10px); border: 1px solid #029cdc; margin: 10px; padding: 15px; background:var(--primary); text-align: center; font-family:var(--font-family-1); color: #fff; font-size: 17px; font-weight: 400;}

@media only screen and (max-width: 480px) {
  .whyus-list li{list-style: none; width:calc(45% - 10px);}
}


@media only screen and (max-width: 767px) {
  .whyus-bk {
    position: relative;
    padding: 50px 0px;
    margin: 0 0 0px 0;
    min-height: auto;
  }
  .whyus-bk:before { 
    background: none;
  }

  .whyus-row{ display: flex; flex-direction: column-reverse;}

  .whyus-box {
    padding-left: 0px; padding-bottom: 30px;
}

}


/*==========================================================================*/

/*=====================================================================*/

.vision-bk {
  background: #fff;  
  position: relative;
  padding:60px 0px;
  margin: 0 0 0px 0; 
}

.vision-bk:before { 
  /* background: url(../images/latest-bk.jpg)var(--primary); */
  background: var(--primary);
  background-repeat: no-repeat;
  background-position: center right;
  background-size:cover;
    position: absolute;
    width:70.85416666666667%;
    height: 100%;
    content: '';
    right: 0px;
    top: 0;
    z-index: 0;
}

.vision-img { position: relative;z-index: 9999 !important;}
.vision-img img{ width:100%;}
@media only screen and (max-width: 1160px) {
  .vision-img img{ width: 100%;}
}


.vision-box { padding: 0 50px;}
.vision-box p {
  font-family: var(--font-family-2);
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: var(--text-white) !important;
  padding: 0 10px;
}

 

@media only screen and (max-width: 767px) {
  .vision-bk {
    position: relative;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0px 0;
    min-height: auto;
  }
  .vision-bk:before {  
      width:100%;
      height: 100%;
      content: '';    
  }

  .vision-row{ display: flex; flex-direction: column;}

  .vision-box {
    padding: 30px 0px;
}

}


/*====================================================================*/

.latest-events {
  background: #fff;
  margin: 30px 10px;
  text-align: center;
  position: relative !important;
  overflow: hidden !important;
  border: 0px solid #ddd;
  padding: 0px;
  /* border-radius: 10px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.latest-events div {
  width: calc(90%); cursor: pointer;
}

.latest-events .ptext1 {
  padding: 0 0 0 60px;
}

.latest-events h3 {
  font-family: var(--font-family-2);
  color: var(--text-black) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  margin: 0 0;
  padding: 6px 0 0 0;
}

.latest-events h4 {
  font-family: var(--font-family-2);
  color: var(--text-heading) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  margin: 0 0;
  padding: 0px 0 0 0;
}

.latest-events p {
  font-family: var(--font-family-2);
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: var(--text-primary);
  letter-spacing: 0.2px; 
  padding: 0px 0;
}

.latest-events:hover h3 {
  color: var(--orange-1) !important;
}

.latest-events .readmore {
  background: #fff;
  padding: 10px 15px;
  font-family: var(--font-family-Rajdhani);
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #dddddd;
  border-radius: 10px;
  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;
}

.latest-events .readmore:hover {
  background: var(--sc-primary);
  color: #fff;
  border: 2px solid var(--sc-primary);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
}

@media only screen and (max-width: 1024px) {
  .latest-events {
    background: #fff;
    margin: 30px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

   

  .latest-events .ptext1 {
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .latest-events {
    background: #fff;
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .latest-events div {
    width: calc(100%);
  }

  .latest-events .ptext1 {
    padding: 0 10px;
  }

  .latest-events h3 {
    font-size: 24px !important;
    margin: 10px 0 !important;
  }
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 480px) {
}

 


#quick-past7 .owl-buttons {
  display: flex;
  justify-content: center;
}

#quick-past7 .owl-prev, #quick-past7 .owl-next{ 
  display: flex; align-items: center; justify-content: center; text-align: center;  
  padding: 0px;
  margin: 2px;
  position: relative;
  border: 0px solid #ddd;
  width: 50px;
  height: 30px; color: #397a89;border-radius: 100%; font-size: 25px !important;
}

#quick-past7 .owl-prev:hover, #quick-past7 .owl-next:hover{ 
  color: var(--orange-1); 
}

 /*====================================================================*/ 

 
.Journey-section {
  text-align: left;
  display: flex;
  align-items: flex-end;
  /* margin-top: -100px; */
}
  
.Journey-left {
  background: #fff;
  margin-left: -180px;
  padding: 15px;
} 

.Journey-text h3 {
  font-family: var(--font-family-4);
  color: var(--text-black) !important;
  font-size: 40px !important;
  font-weight: normal;
  line-height: normal !important;
  margin: 0;
}

.Journey-text p {
  font-family: var(--font-family-1);
  font-size: 16px !important; 
  font-weight: 400 !important;
  color: var(--text-primary) !important;
}

@media only screen and (max-width: 767px) {
  .Journey-section {
      text-align: left;
      display: flex;
      align-items: flex-end;
      /* margin-top: -100px; */
  }
 
  .Journey-left {
      background: #fff;
      margin-left: 0px;
      padding: 15px 0;
  }
   
}


#quick-past8 .owl-buttons {
  display: flex;
  justify-content: center; margin-top: 20px;
}

#quick-past8 .owl-prev, #quick-past8 .owl-next{ 
  display: flex; align-items: center; justify-content: center; text-align: center;  
  padding: 0px;
  margin: 2px;
  position: relative;
  border: 0px solid #ddd;
  width: 50px;
  height: 30px; color: #397a89;border-radius: 100%; font-size: 30px !important;
}

#quick-past8 .owl-prev:hover, #quick-past8 .owl-next:hover{ 
  color: var(--orange-1); 
}

/*=============================================================*/



.awards-section {
  text-align: left;
  display: flex;
  align-items: center;
  /* margin-top: -100px; */ margin-bottom: 60px;
}
  
.awards-left {  
  padding: 10px;
} 

.awards-text h3 {
  font-family: var(--font-family-2);
  color: var(--text-black) !important;
  font-size: 25px !important;
  font-weight: 400;
  line-height: normal !important;
  margin: 0;
}

.awards-text p {
  font-family: var(--font-family-1);
  font-size: 16px !important; 
  font-weight: 400 !important;
  color: var(--text-primary) !important;
}

@media only screen and (max-width: 767px) {
   
 
   
   
}


#quick-past9 .owl-buttons {
  display: flex;
  justify-content: center; margin: -30px 0 0 0;
}

#quick-past9 .owl-prev, #quick-past9 .owl-next{ 
  display: flex; align-items: center; justify-content: center; text-align: center;  
  padding: 0px;
  margin: 2px;
  position: relative;
  border: 0px solid #ddd;
  width: 50px;
  height: 30px; color: #397a89;border-radius: 100%; font-size: 30px !important;
}

#quick-past9 .owl-prev:hover, #quick-past9 .owl-next:hover{ 
  color: var(--orange-1); 
}
@media only screen and (max-width: 500px) {   
  #quick-past9 .owl-buttons {
    display: flex;
    justify-content: center; margin: -2px 0 0 0;
  }
   
   
}











/*=====================================================================*/
 
.case-studies-bk {
  background: #dde8f5;  
  position: relative;
  padding:50px 0 80px 0px;
  margin: 0 0 0px 0;  
}

.case-studies{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.case-studies-col { width: 50%; position: relative;}

.case-studies-col h2{font-family: var(--font-family-1); font-size: 30px; font-weight: 600; color: var(--text-black);}
.case-studies-col p {
  font-family: var(--font-family-2);
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: var(--text-black) !important;
  padding: 15px 0;
}

.case-studies-img {text-align: center; position: relative; }
.case-studies-img img{width: 450px; border-radius: 100%; border: 8px solid #fff; position: relative; z-index: 1;}

/* .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-reverse; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.case-studies-col { width: 100%; position: relative;}

.case-studies-img img{width: 100%; border-radius: 0%; border: 6px solid #fff; position: relative; z-index: 1; margin-bottom: 15px;}

}



/*------------------------------------------------------*/

.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;
  }
}



/*------------------gallery-box-1---------------------------------*/

.gallery-title { font-family: var(--font-family-1);
  text-align: left;
  margin: 0 0 20px 0;
}

.gallery-title h3 {
 
  font-size: 26px;
  color:var(--text-heading);
  font-weight:500;
  margin:0; padding: 0px 0px;
}

.gallery-box-1 {
  background: #fff;
  margin: 0px;
  /* margin-left: -15px;
  margin-right: -15px; */
  padding: 0px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.gallery-box-1 li {
  width: 16.33%;
  /* min-height:380px;*/
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
  overflow: hidden !important;
  border: 0px solid #ddd;
  margin-bottom: 10px;
}

.gallery-box-1 li figure {
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.gallery-box-1 li figure:before {
  background-color: transparent;
  background-image: linear-gradient(180deg, #0A043C00 50%, #000000B0 100%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.gallery-box-1 li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
  .gallery-box-1 {
      margin: 20px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .gallery-box-1 li {
      width: 33%;
  }
  .gallery-box-1 li figure {
      height: 160px;
  }
}

@media screen and (max-width: 575px) {
  .gallery-box-1 {
      margin: 5px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .gallery-box-1 li {
      width: 46%;
  }
  .gallery-box-1 li figure {
      border: 0px solid #a7a9ac;
  }
}

@media screen and (max-width: 400px) {
  .gallery-box-1 {
      margin: 5px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .gallery-box-1 li {
      width: 48% !important;
      margin-bottom: 20px;
      padding: 0px;
      padding-bottom: 0px;
  }
  .gallery-box-1 li figure {
      height: 120px;
  }
}



/*===========================================================*/


/*** 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;
}

/* .client-logo{
} */

#brandsSlider {
  padding-top: 40px;
}

.client-logo {
  padding-bottom: 30px;
}

.client-logo img {
  height: 60px;
  width: auto !important;
  margin: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  object-fit: contain;
  /* border: 2px solid #cecece; */
  /* opacity: 0.7; */
}

.client-logo:hover img {
  opacity: 1;
}

.client-logo.border-1 {
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.1);
}

/*-=============================================================-*/

.client-list-1 {
  list-style: none;
  margin: 20px 0;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.client-list-1 li {
  margin: 0px;
  text-align: left;
  padding: 0 15px 20px 0;
  display: flex;
  flex-direction: column;
}

.client-list-1 li span {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-primary);
  text-align: center;
  padding: 10px;
}

.client-list-1 li img {
  border: 1px solid #ddd;
  /* height: 80px; */
}

@media only screen and (max-width: 780px) {
  .client-list-1 {
    list-style: none;
    margin: 20px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .client-list-1 li img {
    height: 90px;
  }
}

@media only screen and (max-width: 680px) {
  .client-list-1 li {
    margin: 0px;
    padding: 5px;
  }

  .client-list-1 li img {
    height: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .client-list-1 {
    list-style: none;
    margin: 20px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-list-1 li {
    margin: 0px;
    padding: 5px;
  }

  /* .client-list-1 li img {
        height:60px;
    } */
}

@media only screen and (max-width: 430px) {
  .client-list-1 {
    list-style: none;
    margin: 20px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-list-1 li {
    margin: 0px;
    padding: 5px;
  }

  .client-list-1 li img {
    height: 80px;
  }
}

@media only screen and (max-width: 390px) {
  .client-list-1 li {
    margin: 0px;
    padding: 5px;
  }

  .client-list-1 li img {
    height: 70px;
  }
}

@media only screen and (max-width: 340px) {
  .client-list-1 {
    list-style: none;
    margin: 20px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-list-1 li {
    width: 48%;
    padding: 5px;
  }

  .client-list-1 li img {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 280px) {
  .client-list-1 {
    list-style: none;
    margin: 20px 0;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .client-list-1 li {
    width: 100%;
    padding: 10px 0;
  }

  .client-list-1 li img {
    height: 100%;
    width: 100%;
  }
}

/*==============================================================*/
 

/*---------------------------------------------------*/

.gallery-box {
  background: #fff;
  margin: 30px 0 0 0;
  /* margin-left: -15px;
    margin-right: -15px; */
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.gallery-box li {
  width: 33.33%;
  /* min-height:380px;*/
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: middle;
  overflow: hidden !important;
  border: 0px solid #ddd;
  margin-bottom: 10px;
}

.gallery-box li figure {
  /* text-align: center;
    cursor: pointer;
    width: 180px !important;
    height: 180px !important;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    overflow: hidden !important;
    padding: 10px;
    border: 1px solid #a7a9ac; */
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-position: 50%;
  background-size: cover;
  height: 160px;
  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: 160px;
  }
}

@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: 110px;
  }
}

@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: 140px;
  }
}

@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: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
}

.masonry-wrapper .wide {
  grid-column: span 0;
}

.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: auto;
    grid-auto-rows: auto;
    grid-auto-flow: dense;
  }

  .masonry-content-details h3 {
    font-size: 15px;
  }

  .masonry-content-details p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 360px) {
  .masonry-wrapper {
    display: table;
    grid-gap: 10px;
    grid-template-columns: auto;
    grid-auto-rows: auto;
    grid-auto-flow: dense;
  }

  .masonry-wrapper .masonry-col {
    margin-bottom: 15px;
  }
}




/* #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:rgb(240, 96, 17, 0.2);
}
.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: #f06011; /* --- 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: #000; /* --- 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: #f06011; /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


 