html,body {
	height: 100%;
	font-family: "Barlow", sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Barlow", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
    font-weight: 600;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}
p {
	font-size: 12px;
	font-family: "Barlow", sans-serif;
	color: #111111;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,a:focus {
	text-decoration: none;
	outline: none;
	color: #005fa6;
}

ul,ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
	text-align: center;
}

.section-title.normal-title {
	margin-bottom: 50px;
}

.section-title.normal-title h2 {
	margin-bottom: 20px;
	margin-top: 0;
}

.section-title.normal-title p {
	margin-bottom: 0;
	color: #9B9EA3;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 12px;
	padding: 16px 36px 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 400;
	background: rgba(251, 176, 59, 1);
	border-radius: 40px;
	letter-spacing: 2px;
    border: 0;
}
.primary-btn:hover {
    background: rgba(251, 176, 59, 0.8);
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 50px;
	background: #5768AD;
	border: none;
	letter-spacing: 2px;
	border-radius: 2px;
}

#btnTop {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0.5;
  z-index: 1000;
}
#btnTop:hover {
  cursor: pointer;
  background-color: #333;
}
#btnTop:active {
  background-color: #555;
}

#btnTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.header.header-normal {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}



.top {
	background: #005fa6;
}

.top__left {
	padding: 12px 0;
}

.top__left li {
	font-size: 15px;
	color: #ffffff;
	list-style: none;
	display: inline-block;
	margin-right: 30px;
	font-weight: 500;
}

.top__left li:last-child {
	margin-right: 0;
}

.top__left li span {
	color: #5F67FF;
	margin-right: 5px;
}

.top__right {
	padding: 12px 0px 11px;
	text-align: right;
}

.top__right .map-btn {
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	margin-right: 30px;
}

.top__right .map-btn span {
	font-size: 20px;
	position: relative;
	top: 5px;
	margin-left: 5px;
}

.top__right .right__social {
	display: inline-block;
}

.top__right .right__social a {
	font-size: 15px;
	color: #ffffff;
	margin-right: 15px;
}

.top__right .right__social a:last-child {
	margin-right: 0;
}

.logo {
	padding: 20px 0;
	position: relative;
}

.logo:after {
	position: absolute;
	right: 24px;
	top: 0;
	width: 1px;
	height: 100%;
	content: "";
}

.logo a {
	display: inline-block;
}

.header__logo__mobile{
		display: none;
	}

.menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 8%;
	position: relative;
}

.menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    color: #005fa6;
}

.menu ul li.active a {
    color: #005fa6;
}

.menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.menu ul li:hover .dropdown {
	top: 81px;
	opacity: 1;
	visibility: visible;
}

.menu ul li:last-child {
	margin-right: 0;
}

.menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 110px;
	width: 150px;
	background: #353535;
	text-align: left;
	padding: 2px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.menu ul li .dropdown li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	padding: 8px 20px;
	text-transform: capitalize;
}

.menu ul li .dropdown li a:after {
	display: none;
}

.menu ul li a {
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	display: block;
	padding: 35px 0 26px;
	position: relative;
}

.menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 21px;
	width: 100%;
	height: 3px;
	background: #005fa6;
	content: "";
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.right {
	text-align: right;
	padding: 28px 0 23px;
}

.right li {
	list-style: none;
	margin-right: 18px;
	display: inline-block;
}

.right li:last-child {
	margin-right: 0;
}

.right li a {
	font-size: 20px;
	color: #353535;
}

.offcanvas-menu-wrapper {
	display: none;
}
.offcanvas-menu, header__logo.a {
	display: none;
}



.canvas__open {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero {
	margin-top: 0px;
}

.hero__sliders.owl-carousel .owl-item.active .hero__text span {
	opacity: 1;
	top: 0;
}

.hero__sliders.owl-carousel .owl-item.active .hero__text h2 {
	opacity: 1;
	top: 0;
}

.hero__sliders.owl-carousel .owl-item.active .hero__text .primary-btn {
	opacity: 1;
	top: 20px;
}

.hero__sliders.owl-carousel .owl-item.active .hero__text .imgBanner {
	max-width: 310px;
}

.hero__sliders.owl-carousel .owl-item.active .hero__text {
	background: rgba(255, 255, 255, 0.8);
    padding: 30px;
}

.hero__sliders.owl-carousel .owl-nav button:hover {
	color: #111111;
	background: #ffffff;
}

.hero__sliders.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 40px;
}

.hero__sliders.owl-carousel .owl-nav button {
	display: inline-block;
	height: 46px;
	width: 46px;
	background: rgba(251, 176, 59, 0.5);
	border-radius: 2px;
	color: #111111;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	position: absolute;
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-23px);
	transform: translateY(-23px);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.hero__sliders.owl-carousel .owl-nav button:hover {
	color: #111111;
	background: rgba(251, 176, 59, 1);
}

.hero__sliders.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 40px;
}

.hero__items {
	height: 413px;
	display: flex;
	align-items: center;
}

.hero__text .primary-btn {
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: all, 0.8s;
	-moz-transition: all, 0.8s;
	-ms-transition: all, 0.8s;
	-o-transition: all, 0.8s;
	transition: all, 0.8s;
}

/*---------------------
  Carrusel logos
-----------------------*/


.testimonial {
	padding-top: 415px;
	margin-top: -315px;
}

.testimonial__slider.owl-carousel .owl-item img {
	width: auto;
}

.testimonial__slider.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 36px;
}

.testimonial__slider.owl-carousel .owl-dots button {
	height: 9px;
	width: 9px;
	background: #8a8e9e;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
}

.testimonial__slider.owl-carousel .owl-dots button:after {
	position: absolute;
	left: -7px;
	top: -7px;
	height: 23px;
	width: 23px;
	border: 2px solid #8a8e9e;
	border-radius: 50%;
	content: "";
	opacity: 0;
}

.testimonial__slider.owl-carousel .owl-dots button.active {
	background: #fbb03b;
}

.testimonial__slider.owl-carousel .owl-dots button.active:after {
	opacity: 1;
}

.testimonial__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

.testimonial__text {
	text-align: center;
	position: relative;
	padding-top: 70px;
}

.testimonial__text img {
	margin: 0 auto;
}



/* Highlights */
.highlights {
  width: 100%;
  margin: 2.5rem 0;
}

.highlights .content {
  background: #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.025); 
    text-align: center;
    display: block;
    padding: 40px;
    margin: 10px 0;
}

.highlights .content p a{
    color: #fbb03b;
}

.highlights .content p{
    font-size: 15px;
}

.highlights .content img {
    margin: 0 auto;
    padding: 20px;
}

.highlights .content h6{
    margin: 20px auto;
}

.highlights .content h6:after {
   content: "";
    height: 2px;
    width: 40px;
    background-color: #333333;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 30px auto;
}



/* Form */

.inner {
			margin: 0 auto;
            width: 90%;
			max-width: 80rem;
    padding: 35px;
		}

	form {
		margin: 0 0 2rem 0;
	}

		form .field {
			margin-bottom: 2rem;
		}

			form .field.half {
				display: inline-block;
				width: 48%;
			}

				form .field.half.first {
					margin-right: 2.5%;
				}

		@media screen and (max-width: 980px) {

			form .field.half {
				display: block;
				width: 100%;
			}

				form .field.half.first {
					margin-right: 0;
				}

		}

	label {
		display: block;
		font-size: 0.9rem;
		font-weight: 400;
		margin: 0 0 1rem 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 4px;
		border: none;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			content: '\f078';
			display: block;
			height: 2.75rem;
			line-height: 2.75rem;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75rem;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75rem;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1rem;
			font-weight: 300;
			padding-left: 2.4rem;
			padding-right: 0.75rem;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px;
				content: '';
				display: inline-block;
				height: 1.65rem;
				left: 0;
				line-height: 1.58125rem;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65rem;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	.formerize-placeholder {
		opacity: 1.0;
	}

	label {
		color: #555;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background: rgba(144, 144, 144, 0.075);
		border-color: rgba(144, 144, 144, 0.25);
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #5AA6ED;
			box-shadow: 0 0 0 1px #5AA6ED;
		}

	.select-wrapper:before {
		color: rgba(144, 144, 144, 0.25);
	}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #444;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(144, 144, 144, 0.075);
			border-color: rgba(144, 144, 144, 0.25);
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #5AA6ED;
		border-color: #5AA6ED;
		color: #ffffff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #5AA6ED;
		box-shadow: 0 0 0 1px #5AA6ED;
	}

	::-webkit-input-placeholder {
		color: #bbb !important;
	}

	:-moz-placeholder {
		color: #bbb !important;
	}

	::-moz-placeholder {
		color: #bbb !important;
	}

	:-ms-input-placeholder {
		color: #bbb !important;
	}

	.formerize-placeholder {
		color: #bbb !important;
	}

.grisBg {
		padding: 6rem 0 4rem 0 ;
		background: #f2f2f2;
	}

		@media screen and (max-width: 736px) {

			.grisBg {
				padding: 3rem 0 1rem 0 ;
			}

		}


/*---------------------
  NOSOTROS
-----------------------*/


#paralx {
  background-attachment: fixed;
  background-image: url(../img/nosotros.jpg);
  background-position: bottom 150px center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1; }

#paralx .inner h1 {
    color: white;
}

#paralx .inner{
    background-color: #000;
  border: 1px solid black;
  opacity: 0.72;
}


blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    border-color: #149dcc;
    border-width: 3px;
    border-left: 2px solid;
}

/* Wrapper */
.wrapper {
  padding: 8rem 0 6rem 0 ;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 736px) {
    .wrapper {     
  padding: 10rem 0 10rem 0 ; } }



/*---------------------
  SERVICIOS
-----------------------*/

#paralxServ {
  background-attachment: fixed;
  background-image: url(../img/servicios.jpg);
  background-position: bottom 150px center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1; }


#paralxServ .inner h1 {
    color: white;
}

#paralxServ .inner{
    background-color: #000;
  border: 1px solid black;
  opacity: 0.72;
}

#paralxCall {
  background-attachment: fixed;
  background-image: url(../img/call.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1; }


#paralxCall .inner h3 {
    color: white;
}

/*---------------------
  CURSOS
-----------------------*/

.iconsBox {
    padding: 100px;
}


.card-img {
    text-align: center;    
    margin: 50px auto;
    
}

.card-img img{
    width: 190px;
    height: 190px;
    text-align: center;    
    margin: 0 auto;
    
}

.iconsBox .card-img span {
    font-size: 150px;
    color: #005fa6;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 0;
    background-color: transparent;
    padding: 0 100px;
    margin: 40px 0;
}


.iconsBox h3 {
    text-align: center;
}

.iconsBox p{
     text-align: center;
    font-size: 1rem;
}

.cardAccordion {
    background-color: transparent;
}


.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fbb03b;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.btn-link {
    font-weight: 400;
    color: #111111;
    text-decoration: none;
}


.btn-link:hover {
    color: #fb4500;
    text-decoration: none;
}



#paralxCur {
  background-attachment: fixed;
  background-image: url(../img/cursos.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1; 
}


#paralxCur .inner h1 {
    color: white;
}

#paralxCur .inner{
    background-color: #000;
  border: 1px solid black;
  opacity: 0.72;
}


#paralx_con {
  background-attachment: fixed;
  background-image: url(../img/contacto.jpg);
  background-position: bottom 150px center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1; 
}


#paralx_con .inner h1 {
    color: white;
}

#paralx_con .inner{
    background-color: #000;
  border: 1px solid black;
  opacity: 0.72;
}


/*---------------------
  Footer
-----------------------*/

.footer {
	background: #111111;
	padding-top: 50px;
}

.footer__copyright {
	overflow: hidden;
	padding: 15px 0;
    margin-top: 15px;
    border-top: #6e7580 solid 1px;
}

.footer p {
	font-size: 14px;
	color: #6e7580;
	margin-bottom: 0;
}

.footer__copyright__text i {
	color: #757575;
}

.footer__copyright__social {
	text-align: right;
}

.footer__copyright__social a {
	display: inline-block;
	font-size: 15px;
	color: #757575;
	margin-right: 25px;
}

.footer__copyright__social a:hover {
	color: #FFFFFF;
}

.footer__copyright__social a:last-child {
	margin-right: 0;
}

.google-map {
    height: 13rem;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
}




/*--------------------------------- Responsive Media Quaries -----------------------------*/

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__sliders.owl-carousel .owl-nav button {
		left: 5px;
	}
	.hero__sliders.owl-carousel .owl-nav button.owl-next {
		right: 5px;
	}
	.team__slider.owl-carousel .owl-nav button {
		left: -5px;
	}
	.team__slider.owl-carousel .owl-nav button.owl-next {
		right: -5px;
	}
    .inner {
				width: 90%;
			}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header__menu ul li {
		margin-right: 18px;
	}
	.hero__sliders.owl-carousel .owl-nav button {
		left: 5px;
	}
	.hero__sliders.owl-carousel .owl-nav button.owl-next {
		right: 5px;
	}
    .inner {
				width: 90%;
			}
    
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 991px) {
    .header__logo__mobile{
		display: block;
        margin-top: 7px;
	}
    .header__top{
        margin-top: 0px;
	}
	.hero__sliders.owl-carousel .owl-nav button {
		position: relative;
		left: 15px;
		bottom: 50px;
	}
	.hero__sliders.owl-carousel .owl-nav button.owl-next {
		right: -25px;
	}
	.header__nav {
		display: none;
	}
	.hero {
		margin-top: 8px;
	}
	.header__top .container {
		position: relative;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 98;
		visibility: hidden;
		-webkit-transition: all, 0.5s;
		-moz-transition: all, 0.5s;
		-ms-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas__open {
		font-size: 20px;
		color: #263246;
		height: 30px;
		width: 30px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #263246;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 22px;
		display: block;
	}
	.offcanvas-menu {
		position: fixed;
		width: 300px;
		height: 100%;
		left: -300px;
		background: #ffffff;
		z-index: 99;
		overflow-y: auto;
		padding: 50px 30px 30px 30px;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.5s;
		-moz-transition: all, 0.5s;
		-ms-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
	}
	.offcanvas-menu.show-offcanvas-menu {
		left: 0;
		opacity: 1;
	}
	.offcanvas__logo {
		margin-bottom: 30px;
	}
	.offcanvas__logo a {
		display: inline-block;
	}
	.offcanvas__widget {
		margin-bottom: 30px;
	}
	.offcanvas__widget ul {
		margin-bottom: 20px;
	}
	.offcanvas__widget ul li {
		font-size: 16px;
		color: #263246;
		text-transform: uppercase;
		list-style: none;
		display: inline-block;
		line-height: 36px;
	}
	.offcanvas__widget .primary-btn {
		display: inline-block;
	}
	.offcanvas__social a {
		display: inline-block;
		font-size: 16px;
		color: #263246;
		margin-right: 10px;
	}
	.offcanvas__social a:last-child {
		margin-right: 0;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_nav {
		background: transparent;
		display: block !important;
	}
	.slicknav_nav .slicknav_row:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: #263246;
	}
	.slicknav_nav a:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: #263246;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 10px 0;
		margin: 0;
		color: #263246;
		font-size: 16px;
		border-bottom: 1px solid #e1e1e1;
	}
	.header__menu {
		display: none;
	}
	.header__social {
		display: none;
	}
	.hero__items {
		height: 413px;
	}
	.hero__text {
		padding: 120px 0 170px;
	}
    
	.footer__copyright__text {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer__copyright__social {
		text-align: center;
	}
    .inner {
				width: 90%;
			}
    .card {
    padding: 0;
}
}

/* Small Device = 320px */

@media only screen and (max-width: 500px) {
	.hero__sliders.owl-carousel .owl-nav button {
		bottom: 80px;
	}
    .set-bg {
	background-position: right -200px top;
}

}
