@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBold.eot');
  src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
    url('../fonts/Raleway-ExtraBold.woff') format('woff'),
    url('../fonts/Raleway-ExtraBold.ttf') format('truetype'),
    url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('Raleway-ExtraLight.eot');
  src: url('../fonts/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-ExtraLight.woff2') format('woff2'),
    url('../fonts/Raleway-ExtraLight.woff') format('woff'),
    url('../fonts/Raleway-ExtraLight.ttf') format('truetype'),
    url('../fonts/Raleway-ExtraLight.svg#Raleway-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('Raleway-Bold.eot');
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Bold.woff2') format('woff2'),
    url('../fonts/Raleway-Bold.woff') format('woff'),
    url('../fonts/Raleway-Bold.ttf') format('truetype'),
    url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('Raleway-Medium.eot');
  src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Medium.woff2') format('woff2'),
    url('../fonts/Raleway-Medium.woff') format('woff'),
    url('../fonts/Raleway-Medium.ttf') format('truetype'),
    url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('Raleway-Light.eot');
  src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Light.woff2') format('woff2'),
    url('../fonts/Raleway-Light.woff') format('woff'),
    url('../fonts/Raleway-Light.ttf') format('truetype'),
    url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('Raleway.eot');
  src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway.woff2') format('woff2'),
    url('../fonts/Raleway.woff') format('woff'),
    url('../fonts/Raleway.ttf') format('truetype'),
    url('../fonts/Raleway.svg#Raleway') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Heavy.eot');
  src: url('../fonts/Raleway-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Heavy.woff2') format('woff2'),
    url('../fonts/Raleway-Heavy.woff') format('woff'),
    url('../fonts/Raleway-Heavy.ttf') format('truetype'),
    url('../fonts/Raleway-Heavy.svg#Raleway-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.eot');
  src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
    url('../fonts/Raleway-SemiBold.woff') format('woff'),
    url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
    url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.eot');
  src: url('../fonts/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Thin.woff2') format('woff2'),
    url('../fonts/Raleway-Thin.woff') format('woff'),
    url('../fonts/Raleway-Thin.ttf') format('truetype'),
    url('../fonts/Raleway-Thin.svg#Raleway-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Google Sans";
  ;
  src: url('../fonts/GoogleSans-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Google Sans";
  ;
  src: url('../fonts/GoogleSans-Medium.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Google Sans";
  ;
  src: url('../fonts/GoogleSans-Bold.ttf');
  font-weight: 800;
  font-style: normal;
}


* {
  padding: 0px;
  margin: 0px;
}

html,
body {
  font-family: "Google Sans";
  font-weight: 400;
  font-style: normal;
  background: #fff;
  letter-spacing: 1px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin: 0px;
  padding: 0px;
}

.list-inline li {
  list-style: none;
  display: inline-block;
}

/*Homepage Css*/
/* header {
  background: #fff;
   box-shadow: 0 1px 6px 0 rgba(0,0,0,0.11);
} */
header nav {
  background: transparent;
}

header nav .navbar-toggle {
  margin: 13px 15px 13px 0;
}

header nav a {
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.shrink {
  min-height: 35px;
}

header.shrink .navbar-brand {
  font-size: 12px;
  padding: 4px 0;
}

header.shrink .navbar-toggle {
  margin: 8px 15px 8px 0;
  padding: 4px 5px;
}

header .dropdown-toggle::after {
  display: none;
}

header .nav-link.dropdown-toggle {
  color: #000;
}

header .navbar-brand img {
  height: 38px;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

header.shrink {
  background: #1b1b1b;
}

header .shrink .navbar-brand img {
  height: 24px;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}


/* new */
.navbar-sm li a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #9C9C9C;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

/* .logo-side{width:20%;} */
.nav-side {
  width: 100%;
}

.navbar-brand:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.navbar-brand {
  -webkit-transition: all .3s ease-in-out .2s;
  -o-transition: all .3s ease-in-out .2s;
  transition: all .3s ease-in-out .2s;
}

.navbar-sm a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #3f8e00;
}

.nav-center {
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.space-x {
  padding: 0px 100px;
}

.bg-dark-nav {
  background: #1B1B1B;
  border-radius: 0px 0px 8px 8px;
  padding: 15px 60px;
}

.social-ic {
  text-align: center;
}

.social-ic a {
  padding: 2px 12px;
}

.header-main {
  background-color: #080808;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.header-main.detailpage {
    height: auto;
}

/* text section header */
.name-head h1 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  color: #FFFFFF;
  padding: 10px 0px;
}

.mt-70 {
  padding-top: 70px;
}

.name-head p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #9C9C9C;
  margin-bottom: 30px;
}

.btn-green {
  height: 63px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 21px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-green:hover {
  background-color: #fff;
  color: #000;
}

.btn-common .fa {
  font-size: 21px;
}

.img-round-header {
  height: 350px;
  width: 350px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}

.img-round-header img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.work-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.partner-tabs a {
  width: auto;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #1B1B1B;
  border-radius: 6px;
  margin: 5px 22px 5px 0px;
}

.top-space {
  margin-top: 70px;
}

/* end */

/* study-sec css */
.study-sec {
  padding-top: 80px;
}

.study-sec h2 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  color: #080808;
}

.head-pera {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #9C9C9C;
  padding-bottom: 60px;
}


.study-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
}

.study-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.btn-c {
  padding: 10px 24px;
  width: 189.89px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin-top: 40px;
}

.btn-yellow {
  background-color: #FFA217;
}

.btn-c:hover {
  background-color: #080808;
  color: #fff;
}

.txt-study-all h3 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #080808;
}

.txt-study-all p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #9C9C9C;
}

.fetch-b {
  padding: 0px 10px;
  width: 72px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFF6E9;
  margin-bottom: 20px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #FFA217 !important;
}

.space-sec {
  margin-bottom: 80px;
}

.btn-blue {
  background-color: #000AFF !important;
}

.clr-b {
  background-color: #D0E6FF;
  color: #000AFF !important;
}

.btn-green-small {
  background-color: #2AB090 !important;
}

.clr-g {
  background-color: #E0FFF8;
  color: #2AB090 !important;
}

/* end */
/* testimonials */
.bg-dark-blck {
  background-color: #080808;
  padding-bottom: 80px;
}

.bg-dark-blck h2 {
  color: #fff;
}

.test-1 {
  position: relative;
  margin-bottom: 60px;
  padding: 30px;
  border: 1px solid transparent;
  border-radius: 6px;
  -o-border-image: -o-linear-gradient(left, #484848, #1b1b1b00);
  border-image: -webkit-gradient(linear, left top, right top, from(#484848), to(#1b1b1b00));
  border-image: linear-gradient(to right, #484848, #1b1b1b00);
  border-image-slice: 1;
}

.com-pos {
  position: absolute;
  top: -12px;
  left: 15px;
}

.test-1 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #9C9C9C;
  margin-bottom: 26px
}

.img-test {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.img-test img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.test-1 h6 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  padding-left: 15px;
  color: #FFFFFF;
}

/* end */



/* recent work */
.img-card {
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  margin-bottom: 26px;
  border-radius: 6px;
}

.img-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.card-works h3 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #080808;
  margin-bottom: 20px;
}

.card-works p {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #9C9C9C;
}

.pb-80 {
  padding-bottom: 80px;
}


.work-slider .slick-next,
.work-slider .slick-prev {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  /* position: relative; */
}

/* .work-slider .slick-next:before{position: absolute;content:'\f104';left:0px;font-family: fontawesome;} */
.slick-prev:before {
  content: '\f104';
  font-family: fontawesome;
  color: #9C9C9C;
}

.slick-next:before {
  content: '\f105';
  font-family: fontawesome;
  color: #9C9C9C;
}

.btn-green-small2 {
  background: #3F8E00;
  border: 1px solid #62BA1B;
  -webkit-box-shadow: 0px 8px 12px rgb(63 142 0 / 30%);
  box-shadow: 0px 8px 12px rgb(63 142 0 / 30%);
}

/* .pad-l{padding-left:0px;} */
/* end */

/* contact us sec */
.form-sec input,
.form-sec textarea {
  padding: 0px 12px;
  width: 100%;
  font-size: 12px;
  height: 40px;
  background: #F8F8F8;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
}

.form-sec label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.form-sec input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #757575;
}

.form-sec input::-moz-placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #757575;
}

.form-sec input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #757575;
}

.form-sec input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #757575;
}

.form-sec input::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #757575;
}

.form-sec input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

/* end */

/* footer */
.footer-bg {
  background: #1B1B1B;
  padding: 16px 0px;
}

.footer-bg p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #9C9C9C;
}
.clr-red{color:red; }
/* end */

.rt-sec {
    height: 290px;
    float: right;
    overflow: hidden;
}

h2 p {
    font-size: 20px;
}

.img-card.project-img {
    height: auto;
    margin-bottom: 0;
}

.footer-socialicon{
  padding-bottom: 7px;
}

p.head-pera.getintouchsec {
    width: 100%;
    text-align: left;
    font-size: 17px;
}

.head-pera.getintouchsec a {
    color: #9C9C9C;
}

.social-ic a {
    color: #9c9c9c;
}

/*Timeline*/
.timeline{
    position: relative;
    margin: 50px auto;
    padding: 40px 0;
    width: 100%;
}

.timeline::before{
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #e4e4e4;
}

.timeline ul li:hover .time{
    transform: scale(1.1);
}

/*Elementos de lista*/
.timeline ul li{
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
}

.timeline ul li:nth-child(odd){
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even){
    float: right;
    text-align: left;
    clear: both;
}

/*Circulo indicador*/
.timeline ul li::before{
    content: '';
    position: absolute;
    top: 30px;
    width: 10px;
    height: 10px;
    background-color: var(--colorPrincipal);
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--colorSombra);
}

.timeline ul li:nth-child(odd)::before{
    right: -6px;
}

.timeline ul li:nth-child(even)::before{
    left: -4px;
}

.timeline ul li:hover::before{
    transform: scale(1.5);
}

/*Fecha*/
.time{
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 15px;
    background-color: #E0EFF1;
    color: var(--colorSecundario);
    border-radius: 20px;
    box-shadow: 0 0 0 3px var(--colorSombra);
}

h3{
    font-weight: 400;
}

/*Contenido*/
.content{
    padding-bottom: 20px;
}

.timeline ul li h2{
    font-weight: 500;
    color: var(--colorPrincipal);
}

.timeline ul li p{
    margin: 10px 0;
    font-weight: 300;
}
