@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato/Lato-Regular.ttf');
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato/Lato-Bold.ttf');
}
@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato/Lato-Light.ttf');
}
@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato/Lato-Black.ttf');
}
@font-face {
    font-family: 'Lato-thin';
    src: url('../fonts/Lato/Lato-Thin.ttf');
}
@font-face {
    font-family: 'Lato-Italic';
    src: url('../fonts/Lato/Lato-Italic.ttf');
}
/* @font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/roboto/Roboto-Black.ttf');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/roboto/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/roboto/Roboto-Italic.ttf');
} */
body {
    font-family: 'Lato-Regular';
}


/*-----------------------------------------------------------------------------------*/
/* 	 TIMELINE
/*-----------------------------------------------------------------------------------*/
.timeline {
    position: relative;
    z-index: 1;
}
.timeline:before {
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 1px;
    top: 0;
    border-right: 1px solid rgba(0,0,0,0.1);
    z-index: -1;
}
.timeline .date-title {
    text-align: center;
    margin: 30px 0;
}
.timeline .date-title:first-child {
    margin-top: 0
}
.timeline .date-title span {
    font-family: 'Montserrat', sans-serif;
    padding: 11px 20px 10px 20px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #45be84;
    border-radius: 4px;
    text-transform: uppercase;
}
.timeline-item {
    padding-bottom: 45px;
    position: relative;
}
.timeline-item.right {
    float: right;
    margin-top: 40px;
}
.timeline-item .post-content {
    margin: 20px 20px 0 0;
    position: relative;
    padding: 30px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.timeline-item .post-content.classic-view figure {
    margin-bottom: 20px
}
.timeline-item .post-content p {
    margin: 7px 0 10px 0;
    font-size: 14px;
    color: #464645;
    font-family: 'Lato-Regular';
}
.timeline-item.right .post-content {
    margin: 20px 0 0 20px
}
.timeline-item .arrow:after,
.timeline-item .arrow:before {
    left: 100%;
    top: 90px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: -36px !important;
    z-index: 2;
}
.timeline-item .arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.timeline-item .arrow:before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0,0,0,0.1);
    border-width: 11px;
    margin-top: -11px;
}
.timeline-item.right .arrow:after,
.timeline-item.right .arrow:before {
    left: auto;
    right: 100%;
    margin: 0;
    margin-right: -36px !important;
    z-index: 2;
}
.timeline-item.right .arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.timeline-item.right .arrow:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0,0,0,0.1);
    border-width: 11px;
    margin-top: -11px;
}
.timeline-item .post-content:before {
    display: block;
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    right: -46px;
    top: 60px;
    background: linear-gradient(#dd456d,#e95794);
    border: 3px solid #f9f9f9;
    border-radius: 50%;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.timeline-item.right .post-content:before {
    left: -45px;
    right: auto;
}
.light-wrapper .section-title h5 {
    font-size: 17px;
    /* font-weight: 600; */
    margin-bottom: 3%;
    /* margin-top: 2%; */
    font-family: 'Lato-Bold';
    padding: 0 5%;
    line-height: 22px;
}
.date-title img {
    width: 40px;
}
.post-title {
    text-transform: uppercase;
    font-size: 14px;
    /* font-weight: bold; */
    letter-spacing: .8px;
    margin-bottom: 3px;
    font-family: 'Lato-Bold';
}
.date {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Lato-Italic';
}
.bg-gray {
    /* background: #ccc; */
}
.bg-gray figure {
    margin-bottom: 0;
}
.bg-gray img {
    width: 100%;
}
.post-content:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.enqiure-now h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3%;
    font-size: 18px;
}
.enqiure-now h4 span {
    background: #383838;
    color: #fff;
    padding: 5px 13px;
    border-radius: 8px;
}
.form-group input, .form-control {
    /* border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none; */
    border-bottom: 1px solid #ced4da;
    font-size: 14px;
}
.form-control:focus, textarea:focus {
    box-shadow: none;
    border-color: #e45086;
}
.enqiure-now label {
    /* font-size: 14px; */
    color: #272727;
}
.enqiure-now select {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.enqiure-now textarea {
    height: 75px;
}
.enqiure-now .btn {
    text-transform: uppercase;
    font-size: 14px;
}
.error {
    font-size: 12px;
color: red;
}

.control-label {
    display: block;
    position: absolute;
    opacity: 0;
    /* bottom: 1.9rem; */
    color: #5d5d5d;
    /* transition: 0.5s; */
    font-size: 12px;
  }
  
  .form-control:placeholder-shown + .control-label {
    visibility: hidden;
    z-index: -1;
    /* transition: 0.5s; */
  }
  
  .form-control:not(:placeholder-shown) + .control-label,
  .form-control:focus:not(:placeholder-shown) + .control-label {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    /* transform: translateY(5px); */
    /* transition: 0.5s; */
    top: -20px;
  }



.testimonials-section__content {
    display: flex;
}
.testimonials-section__content img {
    width: auto;
    height: 90px;
    z-index: 11;
    border-radius: 25px;
}
.testimonials-section__content-list {
    width: 100%;
}
.testimonials-section__content-list hr {
    /* margin: 0px 0;
    border-color: #bfbfbf !important;
    opacity: .6;
    border-top: 1px solid; */
    margin: 0px 0 0 -40%;
    border-color: #bfbfbf !important;
    opacity: .6;
    border-top: 1px solid;
    width: 150%;
}
.testimonials-section__content-list hr.first-hr-line {
    margin: 0 0 0 0;
}
.testimonials-section__content-list h5 {
    color: #0C0C0C;
    font-size: 17px;
    margin-bottom: 0px;
    padding-left: 10px;
    /* text-shadow: 1px 1px 2px #ccc; */
}
.testimonials-section__content-list .span-text {
    color: #0C0C0C;
    font-family: 'Lato-Italic';
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 0px;
}
.testimonials-section__content-list p {
    color: #747373;
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
}
.testimonials-section .title-center {
    z-index: 111;
    position: relative;
}
.testimonials-section .title-center img {
    margin: -9% auto auto;
    display: block;
}
.title-center .headingAfter {
    background:#bfbfbf;
    width: 62px;
    height: 1px;
    margin: 42px -2px;
    opacity: .6;
}
.sec-line {
    margin: 42px -2px 43px -14px !important;
}
.title-center h4 {
    font-family: 'Lato-Black';
    color: #909090;
    font-size: 44px;
    position: absolute;
    top: 0;
    text-align: center;
    width: 75%;
    opacity: .5;
    line-height: 42px;
}
.carousel-indicators li {
    background: #616161;
    width: 10px;
    height: 10px;
}
.carousel-indicators li.active {
    background: #333333;
}
.testimonial-slide {
    background: #fff;
}

.testimonial-indicators1 {
    background: #616161;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    list-style-type: none;
    border-radius: 100px;
}
.testimonial-indicators2 {
    background: #616161;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    list-style-type: none;
    border-radius: 100px;
}
.testimonial-indicators2.active, .testimonial-indicators1.active {
    background: #333333;
}
@media (max-width: 600px) {
    .post-title {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .title-center h4 {
        width: 100%;
        line-height: 34px;
        font-size: 32px;
    }
    .testimonials-section .title-center img {
        width: 80%;
    }
    .testimonials-section .title-center {
        margin-top: 5%;
    }
    .light-wrapper .section-title h5 {
        font-size: 15px;
    }
    .timeline-item .post-content {
        padding: 10px !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .title-center h4 {
        width: auto;
        line-height: 34px;
        font-size: 32px;
        margin-left: 11%;
    }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .title-center h4 {
        width: auto;
        margin-left: 5%;
    }
    .testimonials-section .title-center {
        margin-top: 5%;
    }
}
@media (max-width: 991px) {
    .timeline .timeline-item {
	    width: 100% !important
	}
	.timeline-item .arrow:after,
	.timeline-item .arrow:before {
	    display: none;
	}
	.timeline-item .post-content:before {
	    display: none;
	}
	.timeline-item .post-content {
	    margin: 0 !important;
	    padding: 25px;
	}
	.timeline-item.right {
	    margin: 0 !important;
	}
    .testimonials-section__content-list hr {
        width: auto;
    }
}
@media (width: 1024px) {
    .testimonials-section .title-center img {
        width: 96%;
    }
    .title-center h4 {
        font-size: 36px;
        width: 100%;
    }
}