/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Myriad Pro';
  
}
body {
  color: #545051;
  font-weight: 300;
  font-family: 'Myriad Pro';
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Light.woff2') format('woff2'),
      url('../fonts/MyriadPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-BoldCond.woff2') format('woff2'),
      url('../fonts/MyriadPro-BoldCond.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Cond.woff2') format('woff2'),
      url('../fonts/MyriadPro-Cond.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-BoldCondIt.woff2') format('woff2'),
      url('../fonts/MyriadPro-BoldCondIt.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-CondIt.woff2') format('woff2'),
      url('../fonts/MyriadPro-CondIt.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-BoldIt.woff2') format('woff2'),
      url('../fonts/MyriadPro-BoldIt.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
      url('../fonts/MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gabo Drive';
  src: url('../fonts/GaboDrive-CondensedBold.woff2') format('woff2'),
      url('../fonts/GaboDrive-CondensedBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-SemiboldIt.woff2') format('woff2'),
      url('../fonts/MyriadPro-SemiboldIt.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
      url('../fonts/MyriadPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
      url('../fonts/MyriadPro-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}



/* header-area-start */

.container {
  max-width: 1133px;
}
.header-bar-area {
  height: 60px;
  display: flex;
  align-items: center;
}
.header-bar-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-bar-fast-btn {
  width: 157px !important;
  height: 36px !important;
  border: 1px solid #333333 !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 12px !important;
  color: #333333 !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-bar-fast-btn i {
  margin-right: 5px;
}
.header-bar-btn a {
  margin-left: 15px;
  width: 35px;
  height: 36px;
  border: 1px solid #333333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  transition: .3s;
}
.header-area {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
}
.header-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  margin-top: -62px;
}
a {
  text-decoration: none;
}
.header-menu li {
  display: inline-block;
  margin-left: 20px;
}
.header-menu li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #333333;
  transition: .3s;
}
.header-menu li a:hover {
  color: #ced884;
}
.header-bar-btn a:hover {
  background: #ced884;
  color: #fff !important;
  border-color: #ced884 !important;
}
/* header-area-end */




/* hero-area-start */

.hero-area {
  
  position: relative;
  /*! padding-bottom: 90px; */
  /*! background: #fff; */
}
.hero-containt {
  position: absolute;
  width: 100%;
    bottom: 5%;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
.hero-img {
  text-align: center;
}
.hero-img img {
  width: 100%;
}
.hero-containt span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ced884;
  display: block;
  margin-bottom: 6px;
}
.hero-containt h3 {

  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  font-family: 'Myriad Pro';
}
/* hero-area-end */


/* current-area-start */

.section-title {
  text-align: center;
  margin-bottom: 25px;
}
.section-title h3 {
  font-weight: 700;
  font-size: 46px;
  line-height: 55px;
  text-align: center;
  color: #333333;
  margin: 0;
}
.current-fl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2%;
}
.single-current {
  width: 31.6%;
  position: relative;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
}
.current-text {
  position: relative;
  z-index: 9;
}
.single-current .current-text:before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.current-text h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 0;
  padding: 20px;
}
.current-area {
  padding-bottom: 100px;
  background: #fff;
  padding-top: 90px;
}
/* current-area-end */

/* brand-area-start */

.brand-box {
  text-align: center;
  margin-bottom: 35px;
}
.brand-box:last-child {
  margin: 0;
}
.brand-area {
  padding-bottom: 100px;
  background: #fff;
}
/* brand-area-end */

/* opa-area-start */

.opa-area {
  padding-bottom: 100px;
  background: #fff;
}
.opa-fl {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 2%;
}
.single-opa {
  width: 23.5%;
  margin-bottom: 20px;
}
.opa-containt:hover {
    background-size: 120%;
}

.opa-containt:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.opa-containt {
    position: relative;
    background: #F7F7F7;
    box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.25);
    padding-bottom: 66.7%;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}

.opa-containt h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 25px;
}
/* opa-area-end */



/* footer-area-start */

.footer-area {
  padding-top: 80px;
}
.footer-fl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer-left {
  width: 61%;
  display: flex;
  justify-content: space-between;
  column-gap: 2%;
}
.footer-right {
  width: 37.5%;
}
.footer-containt {
  margin: 15px 0;
}
.footer-containt p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin: 0;
}
.footer-contact a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
.footer-contact a span {
  font-weight: 700;
}
.footer-menu {
  display: flex;
}
.footer-menu ul {
  margin-right: 40px;
}
.footer-menu ul:last-child {
  margin: 0;
}
.footer-menu ul li {
  margin-bottom: 6px;
}
.footer-title h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin: 0;
}
.footer-menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.footer-title {
  margin-bottom: 21px;
}
.footer-form h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.footer-form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 20px;
}
.footer-input input {
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #828282;
  width: 72%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #505050;
  padding: 0 20px;
}
.footer-input button {
  width: 108px;
  height: 48px;
  background: #ced884;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0;
  margin-left: 4px;
}
.footer-input {
  margin-bottom: 15px;
}
.footer-form span {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
  margin: 0;
}
.footer-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin: 0;
}
.footer-text {
  margin-bottom: 20px;
}
.footer-last {
  padding: 20px 0;
  border-top: 1px solid #5A5857;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer-last-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-last-left a {
  margin-right: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #000000;
}
.footer-socail {
  display: flex;
  align-items: center;
}
.footer-socail a {
  margin-left: 24px;
  color: #000;
}
.footer-logo-area {
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
/* footer-area-end */






.current-area.pt {
  padding-top: 60px;
  padding-bottom: 355px;
}
.humberger {
  padding-top: 30px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
}
.humberger a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}
.humberger span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
  margin: 0 7px;
}
.humbarger-area .section-title h3 {
  font-family: 'Myriad Pro';
}



.skill-area {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 200px;
}
.skill-fast-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.skill-fast-text img {
  padding-top: 10px;
  padding-bottom: 30px;
}
.skill-fast-text {
  margin-bottom: 20px;
}
.skill-title h3 {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  margin: 0;
}
.skill-title {
  margin-bottom: 18px;
}
.skill-fast-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.skill-up-top-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 0;
}
.skill-up-top-text {
  margin-bottom: 28px;
}

.skill-up-box a {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  max-width: 760px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  flex-wrap: wrap;
  transition: .3s;
}
.skill-up-box a p {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  width: 90%;
  transition: .3s;
}
.skill-up-box a i {
  width: 10%;
  text-align: right;
  color: #333333;
  font-size: 16px;
  transition: .3s;
}
.skill-up-box {
  margin-bottom: 15px;
}
.skill-upload {
  margin-bottom: 45px;
}
.skill-last-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.skill-last-text ul {
  list-style: disc;
  padding-left: 20px;
}
.skill-last-text li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.skill-up-box a:hover {
  background: #ced884;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.skill-up-box a:hover p {
  color: #fff;
}
.skill-up-box a:hover i {
  color: #fff;
}







/* contact-area-start */
/* The container */
.containers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: #ced884;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




.contact-area {
  padding-top: 70px;
  padding-bottom: 200px;
  background: #fff;
}
.contact-form {
  max-width: 820px;
  margin: auto;
}
.single-input label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  display: block;
  margin-bottom: 2px;
}
.single-input input {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 6px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
}
.single-input {
  margin-bottom: 10px;
}
.single-input-fl .single-input {
  width: 49%;
}
.single-input-fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-input textarea {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 6px;
  width: 100%;
  height: 150px;
  padding: 15px 20px;
}
.single-check {
  margin-top: 20px;
  margin-bottom: 30px;
}
.single-check label {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.single-check label span {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  width: 22px;
  height: 22px;
}
.single-btn {
  display: flex;
  justify-content: center;
}
.single-btn button {
  background: #ced884;
  border: 1px solid #ced884;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 115px;
  height: 39px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

/* contact-area-end */

.current-area.pts {
  padding-top: 40px;
  padding-bottom: 160px;
}
.current-area.pts .current-text h3 {
  font-family: 'Myriad Pro';
}

.current-area.pts .single-current {
	margin-bottom: 27px;
}


/* card-area-start */

.card-area {
  height: 100vh;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-fl {
  max-width: 699px;
}
.single-card {
  height: 220px;
  background: #fff;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-card:last-child {
  margin: 0;
}
.card-img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: auto;
}
.card-text {
  width: 50%;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ced884;
}
.card-text h3 {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0;
}
/* card-area-end */











/*offcanva--style--start*/

.offcanva {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  left: -100%;
  top: 0;
  transition: .3s;
  }
  .offcanva__menu {
  margin-top: 80px;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 10px;
  }
  .offcanva__menu ul li a {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  padding: 13px 20px;
  display: block;
  /*! border-bottom: 1px solid #ddd; */
  transition: .3s;
  text-decoration: none;
  }
  .offcanva__menu ul li a:hover {
  padding-left: 40px;
  background: #AFC436;
  color: #fff;
  }
  .cross a {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #000;
  font-size: 25px;
  }
  .overlay {
  width: 100%;
  height: 100%;
  background: #3F7AFF;
  position: fixed;
  z-index: 9;
  transition: .3s;
  opacity: 0.6;
  left: -100%;
  top: 0;
  }
  
  .overlay.active {
  left: 0;
  }
  .offcanva.active {
  left: 0;
  }
  
  
  .header__bar {
    /*! display: block; */
    height: 40px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 11px;
    cursor: pointer;
  }
.header__bar a {
	color: #000;
}


.header-area {
  position: relative;
}
.header__bar a {
  font-size: 21px;
}


.skill-fl {
	max-width: 1100px;
}


.humberger a span {
	display: none;
}

textarea:focus {
	outline: none;
  }
  input:focus {
	outline: none;
  }




  .header-area.scroll-header {
    position: fixed;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    width: 100%;
    top: 0;
    margin-top: 0;
  }
    
  .mob-logo {
    display: none;
  }


.header-area.scroll-header .dex-logo {
  display: none;
}
.header-area.scroll-header .mob-logo {
  display: block;
  margin-top: 0 !important;
}
.header-area.scroll-header .header-logo {
  margin: 0;
}
.hero-area.scroll-header {
	margin-top: 67px;
}


.curr-hov {
  position: absolute;
  top: 0;
  z-index: 9;
  background: #FFF;
  width: 100%;
  height: 100%;
  padding: 25px 19px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .3s;
  left: -100%;
}
.curr-hov h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #FFFFFF;
}
.curr-hov p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.curr-hov a {
  width: 162px;
  height: 39px;
  border: 1px solid #FFFFFF;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.single-current {
  overflow: hidden;
}
.single-current:hover .curr-hov {
  left: 0;
}

/*
.single-current:nth-child(2n+1) .curr-hov {
	background: #56C5D0;
}

*/
.header-menu li {
	position: relative;
}
ul li ul.sub-menu {
 display: none; /* hide the nested ul by default */
  position: absolute; /* position the submenu absolutely */
  top: 100%; /* position it below the parent li */
  left: 0; /* align it with the parent li */
  list-style: none; /* remove the default list styles */
  padding: 0; /* remove any default padding */
  margin: 0; /* remove any default margin */
  white-space: nowrap; /* prevent the submenu from wrapping */
}

ul li ul.sub-menu li ul {
 display: none; /* hide the nested ul by default */
  position: absolute; /* position the submenu absolutely */
  top: 0; /* position it below the parent li */
  left: 100%; /* align it with the parent li */
  list-style: none; /* remove the default list styles */
  padding: 0; /* remove any default padding */
  margin: 0; /* remove any default margin */
  white-space: nowrap; /* prevent the submenu from wrapping */
}

ul li:hover > ul.sub-menu li {
	padding: 15px 10px;
	margin: 0 15px ;
}
ul li:hover > ul.sub-menu {
  /* display: inline-block; /* show the nested ul when parent li is hovered */
  display: flex; /* set parent ul to flex display */
  flex-direction: column; /* display child li items in vertical direction */
  background-color: #fff;
  
}
.errorpage
{
	padding-top: 20vh;
	padding-bottom: 20vh;
}
label.error {
	color: #ff0000;
}
.item-list .item{ 
	max-width: 22.6%;
}
.item-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2%;
}
.header-bar-fast-btn span {
	margin-top: 3px;
}
 .skill-area table td {
	border: 1px solid #dbdbdb;
	padding: 10px;
}
.skill-area ul li {
	margin-left: 16px;
	list-style: disc;
}

.successful_subscribe{
  font-size: 21px !important;
  display: none;
}

.error_subscribe{
  display: none;
  color: red !important;
  font-size: 18px !important;
}

/* tabs-css */

.section__title {
  text-align: center;
  padding: 0 15px;
  padding-bottom: 30px;
}
.section__title h3 {
  color: var(--Gray-1, #333);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.blog__left {
  width: 30.1%;
}
.blog__left ul li {
  display: block;
  overflow: hidden;
}
.blog__left li a {
  display: flex;
  height: 43px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: .3s;
  margin-bottom: 10px;
  background: #B1C543;
}
.sub__menu li a {
  background: var(--zelena, #B1C543);
  color: #fff;
  font-weight: 400;
}

.sub__megamenu li a {
  border: 1px solid var(--Gray-5, #E0E0E0);
  background: #FFF !important;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}

/* tabs-css */





/* collapse menu area start here */

/* rotating icon in menu */

.blog__left li a span {
  transition: .3s;
}

.active a span {
  transform: rotate(-180deg);
}
.active .collapsed.selected span {
  transform: rotate(0);
}

/* second collapse top-down arrow */

#collapseExample1 ul li a span {
  transform: rotate(0deg);
}
#collapseExample1 .tap.selected span {
  transform: rotate(-180deg);
}
#collapseExample1 .tap.collapsed.selected span{
  transform: rotate(0);
}
/* second collapse top-down arrow */

/* rotating icon in menu */



/* customize the menu */

.active a{
  background: #8A9C24 !important;
}
.selected {
  background: #8A9C24 !important;
}
.collapsed.selected {
  background: var(--zelena, #B1C543) !important;
}

#collapseExample1 {
  height: 0;
}
#collapseExample1.show {
  height: 100%;
}
#collapseExample2 {
  height: 0;
}
#collapseExample2.show {
  height: 100%;
}
#collapseExample1 ul li .selected {
  background: #F2F2F2 !important;
}
#collapseExample1 ul li .collapsed.selected {
  background: #fff !important;
}


/* customize the menu */

/* collapse menu area end */



/* first tab css start here */

.blog__right {
  width: 68%;
}
.video img {
  width: 100%;
}
.video a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 84px;
  height: 84px;
}
.video__content {
  padding: 20px;
  background: #F7F7F7;
  border: 1px solid #E0E0E0;
  margin-top: 10px;
}
.video__title h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.video__title a {
  font-size: 15px;
  color: #B1C543;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}
.video__title a svg {
  margin-left: 4px;
}
.video__content p {
  font-size: 15px;
  line-height: 18px;
  color: #4F4F4F;
  margin: 0;
  margin-top: 16px;
}

/* first tab css end here */



/* 2nd tab css start here */

.blog__img {
  text-align: center;
  margin: 16px 0;
}

/* 2nd tab css end here */



.infrastructure__page .blog__right {
  width: 100%;
}

.video__embed .blog__right {
  width: 100%;
}
.project__page .blog__right {
  width: 100%;
}
.video__embed iframe {
  width: 100%;
}
#map {
  height: 500px;
}


.fadeOutAnimation {
  opacity: 0;
  transition: opacity 0.3s ease-out; /* Adjust timing function and duration as needed */
}

.hum .container{
  height: 20px;
}

.blog iframe{
  margin-top: 20px;
  width: 100%;
}

.leaflet-popup-content a{
  cursor: pointer;
}

.footer-logo-area img {
  max-height: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-logo img{
  max-width: 276px;
}