
html,
body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	padding: 0;
	margin: 0;
    font-weight: 700; 
}

h2 {
	font-size: 36px;
}

h5 { 
    font-size: 20px; 
}

p {
	font-size: 14px;
	color: #6c6e7e;
	line-height: 25px;
	font-family: "Montserrat", sans-serif;
    text-align: left;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    p {
        text-align: left; 
    }
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #0b1033;
}

li,
ul {
	margin: 0;
	padding: 0;
}

/*------------------------
	Helper css
--------------------------*/
.bg-black { 
    background: #000;
}

.bg-grey { 
    background-color: #f7f7f7; 
}

.bg-lightgrey { 
    background-color: #e1e1e1;

}



.fix { overflow: hidden; }

.p50 {
    padding: 50px; 
}

.pt100 {
	padding-top: 100px;
}

.pt10 {
    padding-top: 10px;
}

.pb100 {
	padding-bottom: 100px;
}

.pb50 { 
    padding-bottom: 50px; 
}

.mt100 {
	margin-top: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.mt60 {
	margin-top: 70px;
}

.mt30 { 
    margin-top: 30px; 
}

.mr20 {
	margin-right: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb60 { 
    margin-bottom: 60px; 
}

.mb30 { 
    margin-bottom: 30px; 
}

.col-push {
	left: 50%;
}

.col-pull {
	right: 50%;
}

.nopad {
	padding-left: 0;
	padding-right: 0;
}

.spad {
	padding-top: 95px;
}

.spad-top { 
    padding-top: 95px; 
}

.spad-bottom { 
    padding-bottom: 95px;
}

.xspad-top { 
    padding-top: 75px;
}

.section-title {
	text-align: center;
	margin-bottom: 90px;
	padding-top: 50px;
	position: relative;
}

.section-title h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
}

.subtitle { 
    text-transform: uppercase;
    color: #E91E63;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 30px;
}

h5.subtitle { 
    padding-bottom: 30px;
    padding-top: 30px;
    text-transform: none;
}

.section-title h2 span {
	background: #E91E63;
	padding: 1.5px 1.5px 5px;
	display: inline-block;
	color: #fff;
    font-weight: 700; 
}

.section-title:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 5px;
	height: 30px;
	margin-left: -2.5px;
	background: #E91E63;
}

.section-title.left {
	text-align: left;
}

.section-title.left:after {
	left: 0;
	margin-left: 0;
}

.section-title.dark h2 {
	color: #5d5d5d;
    font-weight: 700; 
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .section-title.dark h2 { 
        font-size: 30px; 
}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {

    .section-title.dark h2 { 
       margin-bottom: 30px!important; 

    }
}


.title-secondary { 
  color: #E91E63;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.title-secondary.white { 
    color: #fff; 
}
/*------------------------
	Common elements
--------------------------*/

.site-btn {
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	background: #FF9F1C;
	font-weight: 500;
	text-align: center;
    padding: 10px; 
    border: 1px;
    border-radius: 6px; 
    box-shadow: 4px 5px 5px rgba(66, 66, 66, 0.2);
}

.link { 
    color: #E91E63;
 
}

.link:hover { 
    color: #E91E63;
}

.site-btn.btn-2 {
	background: #5d5d5d;
	color: #fff;
	font-weight: 400;
}

.site-btn.btn-3 {
	background: transparent;
	color: #6a23b5;
	border: 1px solid #E91E63;
	padding: 14px 50px;
}

.site-btn:hover,
.site-btn:focus  {
	text-decoration: none;
	outline: none;


}

a.site-btn:hover { 
    color: #fff;
}

.more-29291, .more-92913 { 
    font-size: 15px; 
    font-weight: 600 !important; 
    position: relative; 
    padding-bottom: 7px; 
    color: #E91E63;
    letter-spacing: 0.1px;

}

.more-29291:before, .more-92913:before { 
    content: ""; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    height: 2px; 
    width: 100%; 
    background: #E91E63; 

}

.more-92913 { 
    font-size: 11px; 

}
.more-92913:before { 
    height: 2px; 

}

/*------------------
	Preloder
--------------------*/
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #f1f1f1;
	display: table;
}

.loader {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.loader img {
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

.loader h2 {
	font-size: 14px;
	margin-top: 10px;
}

@keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}


/*------------------------
	Header css
--------------------------*/
.responsive {
	display: none;
}

.header-section.navbar-default { 
    background-color: #fff!important;
    border: none; 
}

.header-section .logo {
	display: inline-block;
	float: left;

}

.header-section .logo img {
	width: 50%;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-section .menu-list {
	list-style: none;
	float: right;
}

.header-section .menu-list li {
	display: inline;
}

.header-section .menu-list li a {
	display: inline-block;
	padding: 25px 10px;
	margin-right: 15px;
	color: #5d5d5d;
	position: relative;
	font-family: Montserrat, sans-serif;
    font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.09em;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-section .menu-list li a:hover,
.header-section .menu-list li a.active {
	color: #E91E63;
}

.header-section .menu-list li:last-child a {
	margin-right: 0;
}

.header-section .menu-list li.active a { 
    background: #E91E63; 
    color: #fff; 

}

.header-section .menu-list .current a:after {
	width: 10px;
	margin-left: -5px;
}

.idioma img {
    width: 20px; 
}

/*------------------------
	Hero section
--------------------------*/

.site-section-cover {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 

}
  .site-section-cover.half-bg {
    position: relative; 

  }
    .site-section-cover.half-bg:before {
      position: absolute;
      width: 50%;
      height: 100%;
      content: "";
      right: 0;
      background-color: #fff6da; 

    }
  .site-section-cover,
  .site-section-cover .container {
    position: relative;
    z-index: 2; 

  }
  .site-section-cover,
  .site-section-cover .container > .row {
    height: calc(100vh - 196px);
    min-height: 677px; 

  }
    @media (max-width: 991.98px) {
      .site-section-cover,
      .site-section-cover .container > .row {
        height: calc(70vh - 196px);
        min-height: 600px; } 

    }
  .site-section-cover.overlay {
    position: relative; 

  }
    .site-section-cover.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; 

    }
  .site-section-cover.inner-page,
  .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0; 

  }
  .site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat; 

  }
  .site-section-cover h1 {
    font-size: 4rem;
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
    font-weight: 900 !important; 

  }
    @media (max-width: 991.98px) {
      .site-section-cover h1 {
        font-size: 2rem; } 
    }

  .site-section-cover p {
    font-size: 18px;
    color: #fff; 
  }

.site-section {
  padding: 7rem 0; 

}
  @media (max-width: 991.98px) {
    .site-section {
      padding: 3rem 0; }
  }

.hero-section {
	height: 100%;
	position: relative;
}


.hero-section.half-bg { 
    position: relative;
}

.hero-section.half-bg::before { 
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    right: 0;
    /*background-color: #E91E63;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e91e63+28,ff9f1c+99 */
background: #e91e63; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e91e63 28%, #ff9f1c 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #e91e63 28%,#ff9f1c 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #e91e63 28%,#ff9f1c 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91e63', endColorstr='#ff9f1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


   
}


.hero-content {
	position: absolute;
	width: calc(100% - 210px);
	height: 100%;
	margin-left: 115px;
	display: table;
	text-align: center;
	z-index: 5;
}

.hero-content .hero-center {
	display: table-cell;
	vertical-align: middle;
}

.hero-content .hero-center h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 70px; 
    color: #5d5d5d; 

}


.hero-content .hero-center h1 span { 
    background-color: #E91E63;
    padding: 8px; 
    font-weight: 700;
    color: #fff;
}

.hero-content p {
	font-size: 24px;
	color: #0b1033;
	margin-bottom: 0;
	margin-top: 35px;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	display: inline-block;
	height: 50px;
	width: 100px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	cursor: pointer;
}


.owl-carousel .owl-nav .owl-next {
	float: right;
}

.owl-carousel #bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #FF9F1C;
}

.owl-carousel #progressBar {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
/*-------------------------
    Features
    -----------------------*/

.feature-92912 { 
    background-color: #FF9F1C; 
    padding: 40px; 
    margin-bottom: 30px; 
    position: relative; 
    overflow: hidden; 
    border: 2px solid transparent; 
    -webkit-transition: .3s all ease; 
    -o-transition: .3s all ease; 
    transition: .3s all ease; 
    height: 200px; 

}

.feature-92912 .heading { 
    position: relative; 
    font-size: 18px; 
    color: #fff; 
    padding-bottom: 10px; 
    font-weight: 700 !important; 

}

.feature-92912 i { 
    color: rgba(0, 164, 221, 0.1); 
    font-size: 7rem; 
    position: absolute; 
    left: 0; 
    top: 50%; 
    -webkit-transition: .3s all ease; 
    -o-transition: .3s all ease; 
    transition: .3s all ease; 
    -webkit-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%); 

}

.feature-92912 p { 
    line-height: 1.3; 
    font-size: 14px; 
    color: #fff; 

}

.feature-92912:hover, .feature-92912.active { 
    border: 2px solid #011627; 
    background-color: transparent; 
    color: #FF9F1C !important; 
    height: 200px!important;

}

.feature-92912:hover .heading, .feature-92912.active .heading { 
    color: #011627; 

}

.feature-92912:hover p, .feature-92912.active p { 
    color: #525252; 
}

.feature-92912:hover i, .feature-92912.active i { 
    -webkit-transform: translate(10%, -50%); 
    -ms-transform: translate(10%, -50%); 
    transform: translate(10%, -50%); 

}



/*------------------------
	About section
--------------------------*/
.about-section,
.team-section {
	position: relative;
	z-index: 2;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-image: url("../img/overlay2.png");
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .about-section .demo_img { 
        text-align: center!important; 
    }
}


/*Card Section*/
.card-section {
	position: relative;
	padding-bottom: 100px;
	z-index: 5;
}

.lab-card {
	position: relative;
	margin-top: -50px;
	padding: 50px 25px;
	text-align: center;
	background: #f5faf8;
	-webkit-box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);
	        box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card .icon {
	margin-bottom: 30px;
	font-size: 70px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #2b1640;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card p {
	color: #6c6e7e;
	line-height: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card:hover {
	background: #FF9F1C;
}

.lab-card:hover h2,
.lab-card:hover p,
.lab-card:hover .icon {
	color: #fff;
}

/* About contant / service */
.about-contant {
	position: relative;
	z-index: 5;
}

.about-contant p {
	color: #5d5d5d;
}

.about-contant.about_part .about_img {
  background-image: url(../img/overlay2.png);
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  background-size: contain;
  height: 400px;
}

@media (max-width: 576px) {
  /* line 43, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_img {
    height: 200px;
    background-image: url(../img/about_img_1.png);
    background-size: cover;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 43, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_img {
    height: 250px;
    background-image: url(../img/about_img_1.png);
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 43, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss 
  .about-contant.about_part .about_img {
    height: 300px;
    background-image: url(../img/bg-braintorming.jpg);
    background-size: cover;
  }*/
    .about-contant.about_part .about_img {
        background-image: none;
        height: auto;
    }
}

/* line 68, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
.about-contant.about_part .about_img .img_1 {
  position: absolute;
 
}

@media (max-width: 576px) {
 
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
 .about-contant.about_part .about_img .img_1 {
  width: 100%; 
  margin-top: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* line 106, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
.about-contant.about_part .about_img h2 {
  bottom: 40px;
  right: -85px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  position: absolute;
  z-index: 6;
}

@media (max-width: 576px) {
  /* line 106, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_img h2 {
    bottom: 11px;
    right: 0;
    font-size: 20px;
    left: 12px;
    line-height: 32px;
    color: #000!important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 106, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_img h2 {
    display: none; 
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 106, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_img h2 {
    bottom: 11px;
    right: 0;
    font-size: 25px;
    left: 12px;
    line-height: 35px;
    color: #000;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 106, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_img h2 {
    display: none;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 106, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_img h2 {
    right: -14px;
    line-height: 55px;
    bottom: 0px;
  }
}

/* line 146, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
.about-contant.about_part .about_img h2:after {
  position: absolute;
  content: "";
  width: 190px;
  height: 190px;
  border: 8px solid #ff1481;
  border-radius: 190px; 
  left: -126px;
  top: -70px;
  z-index: -1;
}

@media (max-width: 576px) {
  /* line 146, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_img h2:after {
    width: 100px;
    height: 100px;
    left: -12px;
    top: -55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 146, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_img h2:after {
    width: 150px;
    height: 150px;
    left: -12px;
    top: -55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 146, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_img h2:after {
    display: none; 
  }
    .about-contant.about_part .about_img h2 {
        display: none;
    }
}

/* line 180, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
.about-contant.about_part .about_text {
  padding-left: 63px;
}

@media (max-width: 576px) {
  /* line 180, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text {
    padding-left: 0px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 180, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text {
    padding-left: 0px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 180, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text {
    padding-left: 0px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 180, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text {
    padding-left: 43px;
    padding-right: 73px;
  }
}

/* line 198, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
.about-contant.about_part .about_text h5 {
  color: #ff1481;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 7px;
}

/* line 205, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
.about-contant.about_part .about_text h4 {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 576px) {
  /* line 205, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 205, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 205, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 205, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

/* line 228, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
.about-contant.about_part .about_text h2 {
  line-height: 1.25;
  margin-bottom: 27px;
}

@media (max-width: 576px) {
  /* line 228, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 228, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 228, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 228, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
  .about-contant.about_part .about_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

/* line 246, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
.about-contant.about_part .about_text p {
  margin-top: 13px;
  font-size: 15px;
}

/* line 251, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
.about-contant.about_part .hero-app-7 {
  position: absolute;
  top: 8%;
  left: 10%;
}

/* line 256, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_about.scss */
.about-contant.about_part .hero-app-8 {
  position: absolute;
  left: 35%;
  bottom: 50%;
}

/*.about-contant.about_part .single_work_demo { 
    padding-left: 7px; 
}*/

@media (max-width: 576px) {
  /* line 22, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo {
    padding-left: 0px;
    margin-bottom: 20px; 
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 22, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 22, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 22, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 22, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo {
    padding-left: 0px;
  }
}

/* line 39, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
.about-contant.about_part .single_work_demo h5 {
  color: #E91E63;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-weight: 700;
}

@media (max-width: 576px) {
  /* line 39, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo h5 {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 39, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo h5 {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 39, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo h5 {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

/* line 60, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
.about-contant.about_part .single_work_demo h3 {
  font-size: 30px;
  line-height: 1.333;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  /* line 60, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 60, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 60, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 60, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work_demo h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 82, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
.about-contant.about_part .single_work:nth-child(2n+2) {
  margin: 80px 0px;
}

/* line 84, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
.about-contant.about_part .single_work:nth-child(2n+2) .single_work_demo {
  padding-left: 45px;
}

@media (max-width: 576px) {
  /* line 84, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work:nth-child(2n+2) .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 84, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work:nth-child(2n+2) .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 84, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work:nth-child(2n+2) .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 84, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work:nth-child(2n+2) .single_work_demo {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  /* line 84, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work:nth-child(2n+2) .single_work_demo {
    padding-right: 150px;
  }
}

@media (max-width: 576px) {
  /* line 82, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work:nth-child(2n+2) {
    margin: 20px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 82, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work:nth-child(2n+2) {
    margin: 20px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 82, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work:nth-child(2n+2) {
    margin: 20px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 82, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
  .about-contant.about_part .single_work:nth-child(2n+2) {
    margin: 40px 0px;
  }
}

/* line 116, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_resent_work.scss */
.about-contant.about_part .demo_img img {
  width: 100%;
}


/*-----------------------------------
    experience
------------------------------------*/

.brand_area { 
    padding-top: 100px; 

}

.brand_area p { 
    font-size: 17px!important; 
    line-height: 28px; 
}

.brand_area.minus_padding { 
    padding-top: 120px; 
}

@media (max-width: 767px) {
    .brand_area.minus_padding { padding-top: 30px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .brand_area.minus_padding { padding-top: 50px; }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .brand_area.minus_padding { padding-top: 80px; }
}

@media (max-width: 767px) {
    .brand_area { padding-top: 30px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .brand_area { padding-top: 50px; }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .brand_area { padding-top: 80px; }
}

.brand_area .brand_active.owl-carousel .owl-item img { 
    display: inline-block; 
    width: auto; 
    -webkit-filter: contrast(0.01); 
    filter: contrast(0.01); 

}
.brand_area .brand_active .single_brand { 
    text-align: center; 
    cursor: e-resize; 
    display: inline; 
}

.brand_area .brand_active .single_brand:hover img { 
    -webkit-filter: contrast(1); 
    filter: contrast(1); 

}

@media (min-width: 320px) and (max-width: 767px) {

.brand_area .brand_active.owl-carousel .owl-item img { 
        -webkit-filter: none; 
    filter: none; 
    }
}

/*Sobre nosotros*/

/**************** service_part css start ****************/
/* line 4, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */

.service_part .single_service_part_iner {
  background-color: #011627;
  padding: 50px 20px;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 350px;
}

@media (max-width: 576px) {
  /* line 4, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
  .service_part .single_service_part_iner {
    padding: 35px 14px;
    margin: 10px 0px;
  }
}

@media (max-width: 768px) {
    .service_part .single_service_part_iner {
        height: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 4, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
  .service_part .single_service_part_iner {
    padding: 35px 14px;
    margin: 10px 0px;
    height: auto; 
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 4, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
  .service_part .single_service_part_iner {
    padding: 35px 14px;
    margin: 10px 0px;
  }
}

/* line 26, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
.service_part .single_service_part_iner i {
  background-color: #586779;
  width: 61px;
  height: 61px;
  font-size: 22px;
  display: inline-block;
  border-radius: 50%;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 38, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
.service_part .single_service_part_iner h3 {
  font-weight: 600;
  margin-bottom: 26px;
  font-size: 22px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 38, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
  .service_part .single_service_part_iner h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
    .single_service_part {
        margin-top: 30px;
    }
}

/* line 50, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
.service_part .single_service_part_iner p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 50, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
  .service_part .single_service_part_iner p {
    font-size: 12px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
   
}

/* line 64, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
.service_part .single_service_part:hover .single_service_part_iner {
    background-color: transparent;
    border: 1px solid #011627;
    border-radius: 6px;
}

/* line 66, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
.service_part .single_service_part:hover .single_service_part_iner h3 {
  color: #112e41;
}

/* line 69, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
.service_part .single_service_part:hover .single_service_part_iner p {
  color: #888888;
}

/* line 72, E:/170 Kanox Agency/170_Kanox_Agency_html/sass/_service.scss */
.service_part .single_service_part:hover .single_service_part_iner i {
  background-color: #ff1481;
}



/*----------------------------------
	header and icon box element
------------------------------------*/
.service {
	margin-bottom: 90px;
}

.service,
.icon-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.service .icon,
.icon-box .icon {
	font-size: 35px;
	margin-right: 30px;
}

.service .service-text h2,
.service .icon-box-text h2,
.icon-box .service-text h2,
.icon-box .icon-box-text h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 400;
}

.service .service-text p,
.service .icon-box-text p,
.icon-box .service-text p,
.icon-box .icon-box-text p {
	font-size: 14px;
    
}

.service.light h2,
.service.light p,
.service.light .icon,
.icon-box.light h2,
.icon-box.light p,
.icon-box.light .icon {
	color: #fff;
}

.service.left,
.icon-box.left {
	text-align: right;
}

.service.left .icon,
.icon-box.left .icon {
	margin-left: 30px;
	margin-right: 0;
}


/*------------------------
	Team section
--------------------------*/
.team-section .container {
	position: relative;
	z-index: 5;
}

.member {
	text-align: center;
}

.member img {
	margin-bottom: 60px;
}

.member h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #fff;
}

.member h3 {
	font-size: 14px;
	color: #2be6ab;
	font-weight: 400;
	text-transform: uppercase;
}


/*------------------------
	Promotion section
--------------------------*/
.bg-pasantias {
    background-image: url('../img/pasantias-overlay.jpg');
    background-size: cover;
    background-position: center center;
    padding: 50px;
    height: 500px;
}

.promotion-section, pasantias-section {
    background: #011627;
    padding: 115px 0;
    position: relative;
}


.promotion-section h2, pasantias-section h2 {
	font-weight: 700;
	color: #fff;
	font-size: 48px;
	margin-bottom: 18px;
    font-family: Montserrat; 

}

.promotion-section p {
	color: #fff;
	font-size: 17px;
	margin-bottom: 0;
	font-weight: 300;
}

.pasantias-section p { 
    color: #fff; 
}

.promotion-section .promo-btn-area, pasantias-section .promo-btn-area {
	text-align: center;
	padding-top: 15px;
}

.carrera p, .beneficios p { 
    color: #5d5d5d; 
}

.pasantias-section .section-title { 
    margin-bottom: 50px!important;
}

@media only screen and (min-width: 768px) {
    .bg-pasantias {
        height: 450px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {

    .bg-pasantias {
        height: 500px;
    }

    .pasantias-section .section-title { 
        margin-bottom: 20px!important; 
    }

    .pasantias-section p { 
        font-size: 12px;
        line-height: 20px; 
    }

}
@media only screen and (max-width: 320px) {
    .bg-pasantias {
        height: 700px;
    }
}
/*------------------------
	Contact section
--------------------------*/
.contact-section {
    position: relative;
}

.contact-section:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	right: -15px;
	top: 0;
	background: #0b1033;
	z-index: -1;
}

.form-class input[type="text"], 
.form-class input[type="number"] {
	width: 100%;
	margin-bottom: 26px;
	border: none;
	background: #e1e1e1;
	padding: 17px 20px;
}

.form-class input[type="text"]:focus,
.form-class input[type="text"]:hover,
.form-class input[type="number"]:hover,
.form-class input[type="number"]:focus, { 
    outline: none; 

}

.form-class textarea {
	width: 100%;
	margin-bottom: 40px;
	border: none;
	background: #e1e1e1;
	padding: 15px 20px;
	height: 260px;
}

.form-class textarea:focus,
.form-class textarea:hover {
	outline: none;
}

.form-class ::-webkit-input-placeholder {
	font-style: italic;
}

.form-class :-ms-input-placeholder {
	font-style: italic;
}

.form-class ::-ms-input-placeholder {
	font-style: italic;
}

.form-class ::placeholder {
	font-style: italic;
}

.form-class :-ms-input-placeholder {
	font-style: italic;
}

.form-class ::-ms-input-placeholder {
	font-style: italic;
}

/* Contact Info*/
.contact-info .section-title {
	margin-bottom: 40px;
}

.contact-info p {
	color: #fff;
}

.contact-section h3, .contact-info h3 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.contact-section i {
    font-size: 2rem;
    color: #fff;
    /*display: block; */
    margin-bottom: 20px;
    margin-right: 10px;
}

.contact-info .con-item, contact-section .con-item {
    font-size: 14px;
}

@media only screen and (min-width: 1024px) and (max-width: 1920px) {

    .contact-section i {
        color:#011627;
    }
    .contact-section h3, .contact-info h3 {
        color: #011627; 
    }
}


/*------------------------
	Footer section
--------------------------*/
.footer-section {
    background: #E91E63;
    text-align: center;
}

.footer-section h2 {
	color: #fff;
	font-size: 12px;
	padding: 5px 0 15px;
    font-weight: 400; 
}


/*=========================
	Other Pages
=========================*/
/*------------------------
	Page Top Section
--------------------------*/
.page-top-section { position: relative; height: 405px; background: #6a23b5; }

.page-top-section .container {
	position: relative;
	z-index: 5;
}

.page-top-section .page-info {
	display: inline-block;
	padding-top: 200px;
}

.page-top-section .page-info h2 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
	float: left;
}

.page-top-section .page-info .page-links a,
.page-top-section .page-info .page-links span {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	color: #fff;
	margin-right: 12px;
	padding-right: 12px;
	font-weight: 400;
	position: relative;
}

.page-top-section .page-info .page-links a:after,
.page-top-section .page-info .page-links span:after {
	position: absolute;
	content: "|";
	right: -3px;
}

.page-top-section .page-info .page-links span {
	margin-right: 0;
	padding-right: 0;
	color: #2be6ab;
}

.page-top-section .page-info .page-links span:after {
	display: none;
}


/*------------------------
	Features Section
--------------------------*/
.features .icon-box .icon {
	color: #2be6ab;
	margin-top: -10px;
}

.features .icon-box:last-child {
	margin-bottom: 0;
}

.features .icon-box {
	margin-bottom: 90px;
}

/*------------------------
	Carrera Section
--------------------------*/
.carrera-section .beneficios p { 
    font-size: 12px;
    font-weight: 600;
    line-height: 15px; 
    text-align: center; 
}

.carrera-section .beneficios i { 
    font-size: 4rem;
    padding-bottom: 5px; 
    --fa-primary-color: #5d5d5d;
    --fa-secondary-color: #E91E63;
}



/* ===========================
	Responsive
==============================*/

/* Desktop :768px. */
@media only screen and (min-width: 1550px) {
	#testimonial-slide .owl-dots {
		right: -100px;
	}
	.test-overlay {
		width: 500px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1549px) {
	#testimonial-slide .owl-dots {
		right: -40px;
	}
	.test-overlay {
		width: 400px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
	#testimonial-slide .owl-dots {
		right: -25px;
	}
}

@media only screen and (max-width: 1254px) {
	#testimonial-slide .owl-dots {
		top: 95%;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: left center;
		    -ms-transform-origin: left center;
		        transform-origin: left center;
		left: 50%;
		margin-left: -4px;
	}
}


/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.test-overlay {
		display: none;
	}
	#testimonial-slide .owl-dots {
		top: 95%;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: left center;
		    -ms-transform-origin: left center;
		        transform-origin: left center;
		left: 50%;
		margin-left: -4px;
	}
	.card-section {
		padding-bottom: 0;
	}
	.lab-card {
		margin-bottom: 80px;
	}
	.promotion-section .promo-btn-area {
		text-align: left;
	}
	.contact-section::after {
		width: 100%;
		right: 0;
	}
	.contact-info {
		margin-bottom: 95px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
	.sv-card {
		margin-bottom: 30px;
	}
	.newsletter-section h2 {
		margin-bottom: 30px;
	}
	.circle-progress {
		margin-bottom: 40px;
	}
	.icon-box {
		margin-bottom: 30px;
	}
	.facts .fact {
		margin-bottom: 40px;
	}

    .feature-92912, .feature-92912:hover, .feature-92912.active {
        height: 280px !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	.header-section .logo {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-section .menu-list {
		display: none;
		float: none;
		clear: both;
		border-top: 1px solid #ddd;
	}
	.header-section .menu-list li {
		display: inline;
	}
	.header-section .menu-list li a {
		display: block;
		padding: 10px;
		margin-right: 0;
	}
	.header-section .menu-list li a:after {
		left: 0%;
	}
	.header-section .menu-list li a:hover:after {
		width: 10px;
		margin-left: 10px;
	}
	.header-section .menu-list .current a:after {
		margin-left: 10px;
	}
	.responsive {
		display: block;
		color: #333;
		font-size: 34px;
		position: absolute;
		right: 30px;
		padding-top: 10px;
	}
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		width: 50px;
	}
	.hero-content img {
		max-width: 280px;
	}
	.test-overlay {
		display: none;
	}
	#testimonial-slide .owl-dots {
		top: 86%;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: left center;
		    -ms-transform-origin: left center;
		        transform-origin: left center;
		left: 50%;
		margin-left: -4px;
	}
	.card-section {
		padding-bottom: 0;
	}
	.lab-card {
		margin-bottom: 80px;
	}
	.testimonial-section {
		padding-top: 160px;
	}
	.member {
		margin-bottom: 60px;
	}
	.promotion-section .promo-btn-area {
		text-align: left;
	}
	.contact-section::after {
		width: 100%;
		right: 0;
	}
	.contact-info {
		margin-bottom: 95px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
	.devices {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.sv-card {
		margin-bottom: 30px;
	}
	.newsletter-section h2 {
		margin-bottom: 30px;
	}
	.nl-form {
		text-align: center;
	}
	.nl-form input[type="text"] {
		margin-bottom: 30px;
		width: 100%;
	}
	.circle-progress {
		margin-bottom: 40px;
	}
	.page-pagination,
	.blog-posts {
		margin-bottom: 90px;
	}
	.buttons button {
		margin-bottom: 20px;
	}
	.icon-box {
		margin-bottom: 30px;
	}
	.facts .fact {
		margin-bottom: 40px;
	}
}

/* small mobile :320px. */


    @media only screen and (max-width: 479px) {
        .header-section {
            padding: 0 20px;
        }

        .hero-content {
            margin-left: 80px;
        }

            .hero-content .hero-center h1 {
                font-size: 35px;
                line-height: 55px;
            }

        .intro-video {
            margin-top: -30px;
        }

        .post-thumbnail .post-date {
            -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
            transform: scale(0.7);
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
        }

        .single-post .author .avatar {
            margin-right: 20px;
        }

            .single-post .author .avatar img {
                min-width: 60px;
            }

        .buttons button {
            margin-bottom: 20px;
        }
    }

    @media only screen and (min-width: 375px) {
    .hero-content {
        margin-left: 80px!important;
         }
    }

    @media only screen and (min-width: 320px){
    .hero-content {
        margin-left: 50px;
         }
    }
