/* 06072020 start */

.hero-text {
  overflow: hidden;
}

.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero {
  position: relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}

.hero .hero-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top center;
}

.hero .hero-slide .header-content {
  top: 20%;
  margin-left: 8rem;
  max-width: 550px;
  width: 100%;
  padding: 2rem;
}

.slide-content {
  padding: 10px 20px 10px 0;
}

.slide-content .h1 {
  font-size: 62px;
}

.btn-primary {
  background-color: #5302FE;
  border: #111;
  border-radius: 0;
}

/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Text Animation End **/

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-active button {
  background: #d60e96;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}


/* 07.04.2022 start */
#page-id-6632 .site-inner .wrap {
    max-width: 100%;
}

/* 07.04.2022 end */

/* Media Queries */

@media (max-width: 768px) {
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }

  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }

  .hero .hero-slide .header-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
}

/* 06072020 end */

/* 13-03-2019 */
.trigger {
	display: none;	
}
.header-social-media-mobile,.sm-container-mobile {
	display: none;
}
@media only screen and (max-width: 991px) {
	.header-social-media {
	    display: none;
	}
	.header-social-media-mobile,.sm-container-mobile {
		display: block !important;
		padding: 0 !important;
	}
	.home-video-container {
		display: none;
	}
	.home-video-container-mobile {
		display: block;
		border: none;
	}
	.site-header {
	    padding: 40px 17px 25px !important;
	}
	.site-header .wrap {
	    overflow: hidden;
	    position: relative;
	}
	.site-header .title-area {
	    width: calc(100% - 70px);
	    margin: 0;
	    float: left;
	    padding: 3px 0 0;
	}
	.header-image .site-title > a {
	    background-image: url(/wp-content/uploads/2017/07/logo-2017.jpg) !important;
	    padding: 0 !important;
	    background-position: center !important;
	}
	body.admin-bar .site-header {
	    top: 0;
	    z-index: 499;
	}
	.site-header .trigger {
	    width: 43px;
	    height: 43px;
	    line-height: 43px;
	    font-size: 35px;
	    float: right;
	    position: absolute;
	    background-color: #0d5235;
	    color: #fff;
	    right: 0;
	    top: 50%;
	    display: block;
	    transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	}
	.site-header .trigger.open {
		right: 245px;
	}
	.site-header .trigger i.fa {
		font: normal normal normal 35px / 1 'FontAwesome';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translateX(-50%) translateY(-50%);
	    -o-transform: translateX(-50%) translateY(-50%);
	    -moz-transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	}
	.site-header .trigger i.fa-times {
	    display: none;
	}
	.site-header .trigger.open i.fa {
	    display: none;
	}
	.site-header .trigger.open i.fa-times {
	    display: block;
	}
	body.nav-open {
	    /* left: -244px; */
	    position: relative;
	}
	nav.nav-primary, .page-id-5164 .nav-primary {
		display: none;
	    position: absolute;
	    background-color: #d5d8c9;
	    width: 260px;
	    right: -260px;
	    top: 0;
	    height: 100%;
	    transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -webkit-transition: all 0.3s ease 0s;
	}
	.nav-open nav.nav-primary, .page-id-5164.nav-open .nav-primary {
		right: 0;
		overflow: auto;
		display: block;
	}
	.genesis-nav-menu .menu-item {
	    display: block !important;
	    text-align: left;
	    margin-bottom: 0px;
	    position: relative;	    
	}
	.genesis-nav-menu > .menu-item {
	    border-bottom: 1px solid #000;
	}
	.genesis-nav-menu > .menu-item.menu-item-has-children:before {
	    content: "+";
	    position: absolute;
	    right: 0;
	    width: 50px;
	    text-align: center;
	    color: #000;
	    height: 53px;
	    line-height: 53px;
	    font-size: 26px;
	}
	.genesis-nav-menu > .menu-item.menu-item-has-children.open:before {
	    content: "-";
	}
	.genesis-nav-menu > .menu-item.menu-item-has-children > a {
		max-width: 80%;
	}
	.page-id-5164 .genesis-nav-menu li a, .genesis-nav-menu li a {
	    color: #000;
	    padding: 20px;
	    width: 100%;
	    border: none;
	}
	.page-id-5164 .genesis-nav-menu li a:hover, .genesis-nav-menu li a:hover {
	    background-color: transparent;
	}
	.genesis-nav-menu .sub-menu {
	    background-color: #cbcfbe;
	    left: 0;
	    opacity: 1;
	    position: static;
	    -webkit-transition: opacity .4s ease-in-out;
	    -moz-transition: opacity .4s ease-in-out;
	    -ms-transition: opacity .4s ease-in-out;
	    -o-transition: opacity .4s ease-in-out;
	    transition: opacity .4s ease-in-out;
	    width: 100%;
	    z-index: 99;
	    display: none;
	    padding-left: 0px;
	}
	.genesis-nav-menu .sub-menu li { 
		border-bottom: 1px solid #000;
		padding-left: 10px;
	}
	.genesis-nav-menu li.mexico-menu-flag {
		width: auto !important;
	}
	.genesis-nav-menu .sub-menu li:last-child {
		border: none;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
	    margin: 0;
	    padding-left: 20px;
	    display: none;	    
	}
	.genesis-nav-menu .menu-item.menu-item-has-children.open > ul.sub-menu {
	    display: block;
	}
	body nav .header-social-media, .page-id-5164 nav .header-social-media {
		display: block;
		padding: 9px 0px 4px;
		border-bottom: 1px solid #000;
	}
	body nav .header-social-media img, .page-id-5164 nav .header-social-media img {
		filter: brightness(0);
		-webkit-filter: brightness(0);
		-ms-filter: brightness(0);
		-o-filter: brightness(0);
		-moz-filter: brightness(0);		
	}
}

@media only screen and (max-width: 767px) {
	.site-header {
		    padding: 21px 15px 14px !important;
	}
}
@media only screen and (max-width: 479px) {
	 .site-header {
		padding: 21px 15px 5px !important;
	}
	 .home-video-container {
		border: none;
	}
	.site-header .trigger {
		width: 33px;
		height: 33px;
		line-height: 33px;
		font-size: 25px;
	}
	.custom-html-widget .sm-container-mobile {
		padding-bottom: 0 !important;
	}
}