@import url('https://kit-pro.fontawesome.com/releases/v5.14.0/css/pro.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: 'Lato', sans-serif;
    color: #838383;
    font-size: 16px;
}
.container {
    max-width: 1260px;
    padding: 0 50px;
}
img {
    max-width: 100%;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.btn-primary {
    background-color: #fac000;
    border-color: #fac000;
    color: #000;
    border-radius: 8px;
    padding: 8px 25px;
    font-weight: 600;
}
.btn i{
    margin-left: 12px;
}
a {
    color: #000;
}
a:hover {
    text-decoration: none;
}
.form-group input, .form-group textarea{
    width: 100%;
    height: 40px;
    border:1px solid #ccc;
    border-radius: 4px;
}
.form-group textarea {
    height: 100px;
}
h1, h2, h3, h4, h5, h6 {
    color: #2b2b2b;
}
/* ===== Header Start =====
   ======================== */
.header-main {
    padding: 20px 0;
}   
.logo {
    max-width: 200px;
}
.main-menu ul li{
    margin-right: 40px;
}
.main-menu ul li.drop-menu a {
    position: relative;
    padding-right: 20px;
}
.main-menu ul li a > i {
    position: absolute;
    right: 0;
    line-height: 1;
    top: 1px;
    font-size: 20px;
}
/* ===== Header End =======
   ======================== */  


/* ===== Footer Start =====
   ======================== */
.footer-contact {
    background: #2b2b2b;
    padding: 45px 0;
}
.footer-contact .section-title p {
    color: #fff;
}
.footer-main {
    background: #f3f5f9;
    padding: 40px 0 15px;
}
.footer-widget ul li{
    margin-bottom: 5px;
}
.footer-widget ul li a{
    font-size: 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
}
.footer-widget ul li a::before {
    content: "";
    width: 0px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.footer-widget ul li a:hover {
    color: #000;
    padding-left: 15px;
}
.footer-widget ul li a:hover::before {
    width: 10px;
}
.footer-widget ul li:last-child {
    margin-bottom: 0;
}
.footer-widget > h4{
    font-size: 24px;
    color: #000;
    margin-bottom: 18px;
    font-weight: 700;
}
.footer-widget p{
    font-size: 14px;
    color: #000;
}
.copy-right p{
    text-align: center;
    margin: 40px 0px 0px;
    font-size: 14px;
    border-top: 1px solid #dadada;
    padding-top: 15px;
    color: #000;
}

/* ===== Footer End =======
   ======================== */

/* ===== Contact us start =======
   ======================== */
.contact-us-section {
    padding: 40px;
}
.contact-form > h4{
    font-size: 45px;
    font-weight: 600;
    color: #000;
}
/* ===== Contact us End =======
   ======================== */      

/* ===== Home Start =====
   ======================== */
.banner-main {
    display: flex;
    align-items: center;
}   
.banner-text h1{
    font-size: 55px;
    margin-bottom: 0px;
    font-weight: 700;
}
.banner-text p{
    margin: 20px 0 40px;
}
.banner-main {
    background: #f3f5f9;
}
section {
    padding: 70px 0;
}
.section-title > h3{
    color: #fac000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.section-title p{
    font-size: 30px;
    font-weight: bold;
    color: #2b2b2b;
}
.aboutus-block {
    padding: 25px;
    border-radius:0 8px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    margin-bottom: 30px;
    border: 1px solid #eee;
}
.aboutus-block h4{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fac000;
}
.aboutus-block h2{
    font-weight: bold;
    font-size: 45px;
}
.aboutus-block p{
    margin-bottom: 0;
    font-size: 14px;
}
.service-left-side {
    background: #2b2b2b;
    padding: 30px 40px 30px 0;
    position: relative;
}
.service-left-side::before {
    content: "";
    width: 9999px;
    left: -9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #2b2b2b;
}
.service-left-side .section-title p{
    color: #fff;
}
.service-silder-box {
    padding:25px 20px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 3px;
}
.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.service-silder {
    margin: -15px;
    padding: 15px;
    overflow: hidden;
}
.service-silder-section {
    background: url(../images/service-bg.jpeg) no-repeat right center /  auto 100%;
    padding: 140px 0;
}
.service-silder-box {
    text-align: center;
}
.service-silder-box h3{
    font-size: 16px;
    font-weight: bold;
}
.service-silder-box p {
    margin: 0px;
    font-size: 14px;
}
.service-silder-box i {
    font-size: 40px;
    background: #f3f5f9;
    color: #2b2b2b;
    border: 2px solid #f3f5f9;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border-radius: 50%;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
}
.service-silder-box i::before {
    display: flex;
}
.my-owl-nav {
    margin-top: 20px;
}
.my-owl-nav span {
    font-size: 26px;
    color: #fff;
    margin-left: 35px;
    cursor: pointer;
    display: flex;
}
.my-owl-nav span:hover {
    color: #fac000;
}
.blog-box {
    overflow: hidden;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #eee;
}
.cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-box .blog-img a{
    display: flex;
    padding: 25%;
    overflow: hidden;
    position: relative;
}
.blog-content {
    padding: 29px;
}
.blog-content .blog-title a{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.blog-content p{
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 14px;
}
.blog-content span{
    font-size: 12px;
    font-weight: bold;
    display: flex;
    margin-bottom: 15px;
    color: #fac000;
}
.testimonials-img-main {
    width: 50%;
}
.testimonials-img {
    min-height: 100%;
    padding: 25%;
    position: relative;
}
.testimonials-content {
    width: 50%;
    padding: 40px;
    position: relative;
    text-align: center;
}
.testimonials-content > i.fa-quote-right {
    position: absolute;
    top: -7px;
    right: 0px;
    font-size: 140px;
    opacity: 0.1;
}
.testimonials-box {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
}
.testimonials-content p {
    font-size: 14px;
    margin-bottom: 50px;
}
.clients-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 10px 7px rgb(0 0 0 / 3%);
    border: 1px solid #eee;
    margin:0 auto 20px;
}
.video-play-button {
    z-index: 10;
    transform: translateX(0) translateY(0);
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #2b2b2b;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    background: #2b2b2b;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}
.video-play-button i{
    position: relative;
    z-index: 99;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.testimonials-content h3{
    font-size: 18px;
    font-weight: bold;
}

/* ===== Home End =======
   ======================== */      


