*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
header{
    background: url(../image/bg.png);  
    background-repeat: no-repeat;
    background-position: top center; 
    height: 667px;   
}

.navbar .nav-link{
    color: #fff !important; 
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif; 
    font-size: 13px;
    font-weight: 900;
}
.navbar .nav-item::after{
    content: '';
    height: 2px;
    width: 0px;
    background: #1D8091;
    display: block;
    margin: auto;
}
.navbar .nav-item:hover::after{
    width: 100%;
    transition: all .3s;
}
header .swiper-container { 
    width: 100%;
    text-align: center; 
}
header .swiper-pagination{
    margin-top: 50px !important; 
}
header .swiper-wrapper{ 
    padding: 40px 0; 
    margin-bottom: 80px;     
}
header .swiper-slide h1{
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 52px;
    font-weight: 900;
    margin-top: 60px; 
}
header .swiper-slide .line{
    display: block;
    margin: 40px auto;
    height: 2px;
    width: 70px;  
    background: #00e0d0; 
}
header .swiper-slide p{
    color: #fff;
    padding: 0 140px; 
    font-weight: 300; 
    font-size: 18px;  
    line-height: 30px;
} 
.btn-1{
    font-family: 'Hammersmith One', sans-serif; 
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #00e0d0;
    background: transparent;
    padding: 10px 40px;
    color: #00e0d0;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 50px;
}
.btn-1:hover{
    box-shadow: 2px 4px 18px #00e0d0;
    transition: all .3s;
} 
header .swiper-pagination-bullet{
    height: 12px !important;
    width: 12px !important;
    border: 1px solid #fff !important;
}
.about-section{
    width: 100%;
    padding: 100px 0;
}
.about-section .col-md-4{
    text-align: center;
}
.about-section .col-md-8 h1{
    font-family: 'Playfair Display', serif;
    color: #413d4b;
    font-size: 22px;
    font-weight: 700;
}
.about-section .col-md-8 p{
    font-family: 'Roboto', sans-serif; 
    color: #625d6d;
    font-size: 14px;
    font-weight: 300;
    padding-right: 70px;
}
.about-section .col-md-8 .btn-1{
    margin-top: 10px;
}
.video-section{
    width: 100%; 
    background: url(../image/bg1.png);
    height: 550px;
    background-repeat: no-repeat;
    background-position: center; 
    text-align: center;
} 
.video-section img{ 
    margin-top: 200px;
    cursor: pointer;
}
.expert-section{
    width: 100%;
    text-align: center;
    padding: 100px 0;
}
.title{
    margin-bottom: 70px; 
}
.title h1{
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #413d4b; 
    margin-bottom: 10px;
}
.title p{
    font-family: 'Playfair Display', serif;
    color: #2f2d35;
    font-size: 18px;
}
.title .line-2{
    background: #c6c4c9;
    display: block;
    width: 100px;
    margin: auto; 
    height: 2px;
    margin-top: 30px;
}
.first .col-md-4,
.second .col-md-4{
    padding: 10px 60px;   
    border: 1px solid #ebebeb;
    cursor: pointer;
} 
.first .col-md-4:hover,
.second .col-md-4:hover{
    box-shadow: 2px 2px 8px #5c5c5c; 
    transition: ease-in-out .3s; 
}
.first{
    margin-bottom: 10px;
}
.second{
    margin-top: 10px; 
}
.expert-section .col-md-4 img{
    margin-top: 20px; 
    margin-bottom: 30px; 
}
.expert-section .col-md-4 h3{
    font-family: 'Roboto', sans-serif; 
    font-size: 14px;
    color: #413d4b; 
    font-weight: 900; 
    margin-bottom: 25px;
}
.expert-section .col-md-4 p{
    font-family: 'Roboto', sans-serif; 
    color: #333333;
    font-size: 14px; 
    font-weight: 300;
    padding: 0 10px;
}

.team-section{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: url(../image/bg2.png);
    height: 712px; 
    background-repeat: no-repeat;
    background-position: center;  
}
.team-section .pic{
    border: 1px solid #77778a;   
}
.team-section .pic h5{ 
    margin-top: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif; 
    font-size: 14px;
    font-weight: 700;
}
.team-section .pic img{
    height: 350px;
}
.team-section .pic p{
    font-family: 'Roboto', sans-serif; 
    font-size: 13px;
    color: #fefefe;  
    font-weight: 300;
}
.team-section .title{
    margin-bottom: 20px;
}
.team-section .title h1{
    color: #fff;
}
.team-section .title p{ 
    color: #f9f9f9;
}
.team-section .title .line-2{
    margin-top: 10px !important;   
}
.team-last p{
    color: #f3f3f3;
    font-size: 14px;
    font-family: 'Roboto', sans-serif; 
    font-weight: 300; 
    margin-top: 30px; 
}
.team-last .btn-1{
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
.work-section{
    padding: 100px 0; 
}
.work-first{
    margin-bottom: 30px;
}
.work-first h1{
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #413d4b;
    font-weight: 700;
    text-transform: uppercase;
}
.work-first p{
    font-family: 'Roboto', sans-serif; 
    font-size: 14px;
    color: #413d4b;
    font-weight: 300;
    cursor: pointer;
    margin-top: 10px;
}
.work-first .col-md-5{
    text-align: right;
}
.work-last{
    text-align: center;
}
.work-mid .col-md-2{
    background: #8a8a8a;
    padding: 100px 50px; 
}
.work-mid .two{
    background: #b6b6b6 !important;
    padding: 100px 50px; 
}
.work-mid2 .col-md-2{
    background: #8a8a8a;
    padding: 100px 50px; 
}
.work-mid2 .two{
    background: #b6b6b6 !important;
    padding: 100px 50px; 
}
.testimonial-section{
    width: 100%;
    background: url(../image/bg3.png); 
    background-position: center;
    height: 500px;
    background-repeat: no-repeat;
    text-align: center;
}
.testimonial-section .swiper-slide{
    margin-bottom: 50px; 
}
.testimonial-section .swiper-slide .one{
    width: 50px; 
    margin-top: 60px;
    margin-bottom: 60px;
}
.testimonial-section .swiper-slide p{
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 20px;
    padding: 0 120px;
}
.testimonial-section .swiper-slide h5{
    font-family: 'Roboto', sans-serif; 
    font-weight: 700;
    color: #fff;
    margin-top: 50px;
}
.testimonial-section .swiper-slide h6{
    font-family: 'Roboto', sans-serif; 
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
}
.testimonial-section .swiper-pagination-bullet{
    height: 12px !important;
    width: 12px !important;
    border: 1px solid #fff !important; 
}
.contact-section{
    width: 100%;
    padding: 100px 0; 
}
.contact-section form input{
    display: block;
    width: 90%;
    border: 1px solid #e5e5e5;
    border-radius: 0px !important;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif; 
    color: #413d4b; 
    padding: 10px 5px;
}
.contact-section form input:focus{
    outline: none;
}
.contact-section form textarea{ 
    display: block;
    width: 90%;
    border: 1px solid #e5e5e5;
    border-radius: 0px !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif; 
    color: #413d4b; 
    padding: 10px 5px;
    height: 200px;
}
.contact-section form textarea:focus{
    outline: none; 
}
.contact-section form .btn-1{ 
    display: block;
    width: 30%; 
    margin-top: 10px !important; 
    font-family: 'Hammersmith One', sans-serif; 
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #00e0d0; 
    background: transparent;
    padding: 10px 40px;
    color: #00e0d0;
    border-radius: 3px;
    text-transform: uppercase;
}
.contact-section h1{
    color: #413d4b;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-section .col-md-6 .img-fluid{
    display: block;
    margin: 40px 0;
}
.client h1{
    margin-bottom: 0px !important;
}

footer{ 
    background: url(../image/bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    padding: 50px 0 20px;  
}
.foot-first img{
    margin-bottom: 30px;
}
.foot-first p{
    font-family: 'Roboto', sans-serif; 
    font-weight: 200;
    color: #fff; 
    font-size: 16px;
    padding-right: 40px;
    color: #9d97b0;
}
.foot-sec h5{
    font-family: 'Roboto', sans-serif; 
    font-weight: 900;
    color: #fff;
    margin-bottom: 50px;
}
.foot-sec i{
    color: #fff;
    font-size: 24px;
}
.foot-sec p{
    color: #fff;
    font-family: 'Roboto', sans-serif; 
    font-weight: 200;
    color: #9d97b0;
}
.foot-last h5{
    font-family: 'Roboto', sans-serif; 
    font-weight: 900;
    color: #fff;
    margin-bottom: 50px; 
}
.foot-last .inputs .col-md-9 input{ 
    width: 105%;  
    font-family: 'Roboto', sans-serif; 
    font-weight: 300;
    background: transparent;
    border: 1px solid #9d97b0; 
    padding: 9px 5px; 
    color: #9d97b0;
} 
.foot-last .inputs .col-md-3 img{
    cursor: pointer;
}
.foot-last .inputs .col-md-9 input:focus{
    outline: none; 
}
.foot-last ul{  
    margin: 0 !important;
    padding: 0 !important;
}
.foot-last ul li{
    display: inline-block;
    list-style: none;
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%; 
    margin-top: 30px; 
    margin-right: 5px;
    cursor: pointer;
}
.foot-last ul li:hover i{
    color: #000; 
}
.foot-last ul li:hover{
    background: #fff;
    transition: ease-in-out .3s; 
}
footer .last{ 
    margin-top: 70px;
}
footer .last .col-md-6 ul{
    margin: 0 !important;
    padding: 0 !important; 
}
footer .last .col-md-6 ul li{
    list-style: none;
    display: inline-block;  
    color: #fff;
    font-family: 'Roboto', sans-serif; 
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 10px; 
    cursor: pointer;
}
footer .last .col-md-6 p{
    color: #00e0d0;
    text-align: right;
}
footer .last .col-md-6 a{
    text-decoration: none;
    color: #00e0d0;
}
footer .last .col-md-6 span{
    text-transform: uppercase; 
}







/* 
    font-family: 'Hammersmith One', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Roboto', sans-serif; 
*/