/*-----------------------------------
    Basic Style 
--------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    padding-top: 80px;
}

a, a:hover, a:focus, .btn:focus {
    outline: none;
    cursor: pointer;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"], .row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Main Section */

main>section {
    position: relative;
}

p {
    font-weight: 300;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

h3.title {
    font-size: 16px;
    margin: 0;
    padding: 55px 0 25px;
    position: relative;
}

h3.title:after {
    position: absolute;
    content: '';
    background-color: #EC5D9A;
    left: 0;
    height: 2px;
    width: 60px;
    bottom: 3px;
    left: calc(50%);
    transform: translateX(-50%);
}

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

.navbar {
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0px 11px 8px -10px #666;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 30px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #EC5D9A;
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav .nav-link.nav-lang {
    display: inline-block;
}

/*--------------------------------------
    Banner
----------------------------------------*/

.section-banner .tc-calltoaction {
    width: 40%;
    float: left;
    min-height: 528px;
    background-color: #EC5D9A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    box-shadow: inset 0px -11px 8px -10px #666;
}

.section-banner h3 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 25px;
}

.section-banner h3 span {
    display: block;
}

.section-banner .tc-right {
    width: 60%;
    float: left;
    height: 528px;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0px -11px 8px -10px #666;
}

.section-banner a {
    color: #fff;
}
.section-banner i {
    margin-left: 5px;
}

.section-banner .desc {
    margin-bottom: 40px;
}

/*--------------------------------------
    Service
----------------------------------------*/

.section-service .services-item .services-title img {
    float: left;
    height: 40px;
}

.section-service .services-item .services-title h2 {
    margin: 0 0 0 50px;
    font-size: 18px
}

.section-service .services-item .services-title.other-size h2 {
    margin: 0 0 0 40px;
}

.section-service .services-item .services-title h2 span {
    display: block;
}

.section-service .tc-services {
    margin-top: 80px;
}

.section-service .services-desc {
    margin-top: 20px;
}

.section-service .services-item {
    padding: 0 45px;
}

/*--------------------------------------
    About
----------------------------------------*/

.section-about {
    margin-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
}

.section-about h3.title:after {
    left: 0;
    transform: translateX(0);
}

.section-about .about-title {
    font-size: 44px;
    margin-top: 25px;
    color: #EC5D9A;
    margin-bottom: 20px;
    font-weight: 300
}

.section-about .about-desc>p {
    margin-bottom: 20px;
}

.section-about .about-desc>p span, .section-about .about-title span {
    display: block;
}

.section-about .about-quote {
    background-color: #EC5D9A;
    position: relative;
    margin-top: 55px;
}

.section-about .about-quote img {
    position: absolute;
    left: 20px;
    top: 20px
}

.section-about .about-quote .about-desc>p {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.section-about .about-quote .about-desc {
    padding: 90px 50px 90px 150px;
    box-shadow: 5px 5px 15px #ccc;
}

.section-about .about-quote p.about-name {
    padding-top: 20px;
    font-size: 12px;
}

/*--------------------------------------
    Our Works
----------------------------------------*/

.section-our-works {
    margin-top: 90px;
    background-color: #f7f7f6;
}

.section-our-works .tc-image {
    margin-top: 30px;
}

.section-our-works .tc-image img {
    width: 100%;
}

.section-our-works .tab-content {
    min-height: 50px;
}

.section-our-works .tc-tabs .nav {
    margin: 50px 0 20px;
}

.section-our-works .tc-tabs li a {
    color: #1e1e1e;
    padding: 10px 30px;
    display: block;
}

.section-our-works .tc-tabs li a:hover {
    text-decoration: none;
    background-color: #EC5D9A;
    color: #fff;
    border-left: 1px solid #f7f7f6
}

.section-our-works .tc-tabs li a.active {
    background-color: #EC5D9A;
    color: #fff;
}

/*--------------------------------------
    Contact
----------------------------------------*/

.section-contact {
    background-color: #5e5e57;
    color: #fff;
    padding-bottom: 50px
}

.section-contact h3.title:after {
    height: 0;
}

.section-contact .btn {
    background-color: #fff;
    padding: 10px 25px;
    line-height: 16px;
    color: #1e1e1f
}

/*--------------------------------------
    Our Team
----------------------------------------*/

.section-our-team h3.title {
    margin-bottom: 50px;
}

.section-our-team .tc-image-caption img {
    width: 100%;
}

.tc-image-caption {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tc-image-caption .caption {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    padding: 20px;
    z-index: 10;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
}

.tc-image-caption .caption h3 {
    color: #111111;
    font-size: 19px;
    margin-bottom: 5px;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    font-size: 24px;
}

.tc-image-caption .caption p {
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
    color: #5E5E57;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 0;
    font-size: 12px;
}

.tc-image-caption:hover .caption, .tc-image-caption:hover .caption h3, .tc-image-caption:hover .caption p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/*--------------------------------------
    What next
----------------------------------------*/

.section-what-next {
    background-color: #EC5D9A;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 35px;
}

.section-what-next h3 {
    font-size: 14px;
}

.section-what-next h1 {
    font-size: 44px;
    text-transform: uppercase;
}

.section-what-next .contact-desc {
    margin-top: 68px
}

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

footer {
    background-color: #5e5e57;
    font-size: 12px;
}

footer .container {
    letter-spacing: 0.5px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
}

footer span {
    margin-right: 30px;
}

/*--------------------------------------
    Modal
--------------------------------------*/

.modal-dialog {
    max-width: 700px;
    width: 100%;
}
.modal-content p {
    margin-bottom: 25px;
}
.modal-content p.btn-close {
    height: 30px;
    margin-bottom: 0;
}

.modal-content p.buttons {
    padding: 20px 0;
}

/*--------------------------------------
    Responsive
--------------------------------------*/

@media (max-width: 1199px) {
    .section-about .about-quote .about-desc {
        padding: 90px 35px 90px 65px;
    }
    .section-about .about-title span{
        display: inline
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 60px;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        text-align: right;
    }
    .navbar {
        padding: 10px;
    }
    .section-service .services-item {
        padding: 0;
        margin-bottom: 40px;
    }
    .section-service .col-sm-12:last-child .services-item {
        margin-bottom: 0
    }
    .section-about {
        padding-left: 0;
        padding-right: 0;
    }
    .section-banner h3,
    .section-what-next h1,
    .section-about .about-title {
        font-size: 24px;
    }
    .section-about .about-quote .about-desc > p{
        font-size: 16px;
        line-height: 30px;
    }
    .section-about .about-quote p.about-name {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .row [class*="col-"]:nth-child(n+2) [class*="testimonial-"] {
        margin-top: 60px;
    }
    .section-what-next .container {
        max-width: 100%;
    }
    .section-banner .tc-calltoaction, 
    .section-banner .tc-right {
        width: 100%;
    }
    .section-banner .tc-right {
        background: none!important;
        height: auto;
    }
    .section-banner .tc-right img{
        width: 100%;
    }
}
@media (max-width: 575px) {
    .tc-image-caption {
        padding: 0 15px;
    }
}