.contact-bg1{
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}
.contact-bg1 .box{
   margin:0px 0px 0px 0px;
   padding:15px 10px 15px 10px;
   text-align:center;
   background:#eeeeee;
}
.contact-bg1 .box img{
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   width:100px;
}
.title-bg{
    background: url(../images/title-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    margin:0px 0px 0px 0px;
    padding:60px 0px 60px 0px;
}
.title-bg h1{
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    margin: 0px 0px 0px 0px;
    font-weight: 500;
}
.title-bg .yellow-line1{
    height: 5px;
    background: #ffdd01;
    bottom: -96px;
    position: relative;
}
.title-bg .yellow-line2{
    height: 5px;
    background: #ffdd01;
    position: relative;
    bottom: -80px;
}
.service-bg{
    margin:0px 0px 0px 0px;
    padding:30px 0px 30px 0px;
}
.service-bg .service-left{
    margin:0px 0px 0px 0px;
    padding:30px 30px 30px 30px;
    background:#fafafc;
}
.service-bg .service-left h4{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 24px;
}
.service-bg .service-left ul{
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.service-bg .service-left ul li{
    margin:0px 0px 15px 0px;
    padding:0px 0px 0px 0px;
    display:block;
}
.service-bg .service-left ul li .cool-link{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    font-size: 20px;
    display: inline-block;
}
.service-bg .service-left ul li .cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #ffdd01;
    transition: width .3s;
}
.service-bg .service-left ul li .cool-link:hover::after {
    width: 100%;
    //transition: width .3s;
}
.service-bg .service-left ul li .acive{
    color:#F92245;
}
.service-bg .service-right{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.service-bg .service-right p{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    font-size: 20px;
    text-align: justify;
}
.service-bottom{
    margin:20px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.service-bottom .service-img{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.service-bottom .service-img img{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:100%;
}
.company-bg{
    margin:0px 0px 0px 0px;
    padding:50px 0px 50px 0px;
}
.company-bg .company-left{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.company-bg .company-left h2{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 50px;
    font-weight: 700;
    width:80%;
}
.company-bg .company-left p{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    font-size: 20px;
    text-align: justify;
}
.company-bg .company-left .box{
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.company-bg .company-left .box a{
    float:left;
}
.company-bg .company-left .box a i{
    background:#FFDD01;
    padding:5px 8px 5px 10px;
    font-size:24px;
    border-radius:25px;
    margin:0px 10px 0px 0px;
}
.company-bg .company-right{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position:relative;
}
.company-bg .company-right img{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 90%;
    float: right;
    position: relative;
    z-index: 1;
}
.company-bg .company-right .yellow-bg-box{
    background: #FFDD01;
    height: 350px;
    width: 85%;
    position: absolute;
    top: 62px;
    left: 19px;
}
.features-bg{
    margin:0px 0px 0px 0px;
    padding:30px 0px 30px 0px;
}
.features-bg .box{
    margin:0px 0px 0px 0px;
    padding:30px 20px 30px 20px;
}
.features-bg .box:hover{
    box-shadow:0px 0px 12px 0px #2b315d;
}
.features-bg .box img{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.features-bg .box h4{
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 24px;
}
.features-bg .box p{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #474c64;
    font-size: 20px;
    text-align: justify;
}
.success-bg{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.success-bg .success-left{
    background: #fdb900;
    margin: 0px 0px 0px 0px;
    padding: 50px 100px 50px 100px;
    position: relative;
    left: -11px;
}
.success-bg .success-left h2{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 32px;
}
.success-bg .success-left p{
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 18px;
    width:90%;
    text-align:justify;
}
.success-bg .success-left .success-left-btn{
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.success-bg .success-left .success-left-btn a{
    background:#f92245;
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    font-family: 'Oswald', sans-serif;
    color:#ffffff;
    font-size:18px;
    border-radius:20px;
}
.success-bg .success-left .success-left-btn a:hover{
    color:#000000;
}
.success-bg .success-right{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.success-bg .success-right ul{
     margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.success-bg .success-right ul li{
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    width:49%;
    display: inline-block;
}
.success-bg .success-right ul li .box{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.success-bg .success-right ul li .box img{
    float:left;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:80px;
}
.success-bg .success-right ul li .box h4{
    margin: 10px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 36px;
}
.success-bg .success-right ul li .box p{
    margin: 10px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    font-family: 'Oswald', sans-serif;
    color: #888b94;
    font-size: 18px;
}
.about-client-bg{
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 100px 0px;
}
.about-client-bg ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.about-client-bg ul li{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display:inline-block;
    width:16%;
}
.about-client-bg ul li img{
    width:80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    filter: saturate(.5) brightness(.5);
}
.business-bg{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.business-bg .business-left{
    background: url(../images/promise3.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    margin: 0px 0px 0px 0px;
    padding: 100px 50px 50px 100px;
    position: relative;
    left: -11px;
    height: 100%;
}
.business-bg .business-left h2{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 32px;
}
.business-bg .business-left p{
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #fffcfc;
    font-size: 18px;
}
.business-bg .business-left .business-left-btn{
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.business-bg .business-left .business-left-btn a{
    background: #f92245;
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 18px;
    border-radius: 20px;
}
.business-bg .business-left .business-left-btn a:hover{
    color:#000000;
}
.business-bg .business-right{
    margin: 0px 0px 0px 0px;
    padding: 50px 30px 0px 50px;
    background: #fdb900;
    height: 100%;
    width: 107%;
    position: relative;
    left: -34px;
}
.business-bg .business-right h2{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    font-size: 32px;
}
.business-bg .business-right p{
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    font-weight: 300;
    width: 80%;
    font-size:18px;
}
.business-bg .business-right h4{
    margin: 10px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 22px;
}
.business-bg .business-right h4 img{
     margin: 0px 20px 0px 0px;
     width:40px;
}
.serve-bg{
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 30px 0px;
    position:relative;
}
.serve-bg h1{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 80px;
    font-weight: 700;
}
.serve-bg h2{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #F2F3F6;
    font-size: 100px;
    font-weight: 700;
    position: absolute;
    top: 0px;
    z-index: -1;
}
.serve-bg .serve-left{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.serve-bg .serve-left .box{
    background:#ffffff;
    margin: 20px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow:0px 0px 10px 0px #574e4e;
    padding:20px 20px 20px 20px;
    position: relative;
}
.serve-bg .serve-left .box:after{
    content: '';
    height: 75%;
    width: 15px;
    position: absolute;
    left: -15px;
    top: 37px;
    background-color: #ffdd01;
}
.serve-bg .serve-left .box h4{
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 24px;
    border-bottom:3px solid #ffdd01;
    width:fit-content;
}
.serve-bg .serve-left .box p{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #71737f;
    font-size: 20px;
    text-align: justify;
}
.serve-bg .serve-right{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.serve-bg .serve-right img{
    width:100%;
}
.spirit-bg1{
    margin:0px 0px 0px 0px;
    padding:0px 0px 30px 0px;
}
.spirit-bg1 h1{
    margin: 50px 0px 0px 0px;
}
.contact-bg{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    position:relative;
}
.contact-bg h1{
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 80px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.contact-bg h2{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #F2F3F6;
    font-size: 100px;
    font-weight: 700;
    position: absolute;
    top: -40px;
}
.contact-bg .box{
    margin: 30px 0px 0px 0px;
    padding: 30px 20px 30px 20px;
}
.contact-bg .box:hover{
    box-shadow: 0px 0px 10px 0px #574e4e;
}
.contact-bg .box img{
    margin: 5px 15px 0px 0px;
    padding: 0px 0px 0px 0px;
    float:left;
}
.contact-bg .box h4{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 24px;
}
.contact-bg .box p{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #71737f;
    font-size: 20px;
}
.contact-form-bg{
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
}
.contact-form-bg .contact-form-left iframe{
    width:100%;
}
.contact-form-bg .contact-form-right{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.contact-form-bg .contact-form-right form{
    margin: 0px 0px 0px 0px;
    padding: 30px 20px 30px 20px;
    background:#ffffff;
    box-shadow:0px 10px 30px 10px #f6f6f6;
}
.contact-form-bg .contact-form-right input{
    border:2px solid #585b68;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 10px;
    font-family: 'Oswald', sans-serif;
    height:50px;
    width:100%;
    font-size:20px;
    outline:none;
    border-radius:5px;
}
.contact-form-bg .contact-form-right textarea{
    border:2px solid #585b68;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 10px;
    font-family: 'Oswald', sans-serif;
    height:100px;
    width:100%;
    font-size:20px;
    outline:none;
    border-radius:5px;
}
.contact-form-bg .contact-form-right .contact-btn{
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.contact-form-bg .contact-form-right .contact-btn button{
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    font-family: 'Oswald', sans-serif;
    background:#ffdd01;
    font-size:20px;
    border-radius:5px;
    border:none;
}
.contact-form-bg .contact-form-right .contact-btn button:hover{
    background:#f92245;
    color:#ffffff;
}
.our-projects-bg{
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
}
.our-projects-bg .page_btn{
    margin: 0px 0px 10px 0px;
    padding: 5px 15px 5px 15px;
    background: #ffdd01;
    border: none;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    border-radius: 5px;
}
.our-projects-bg .box{
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    position:relative;
}
.our-projects-bg .box:hover .project-title{
    width: 100%;
    left:0%;
}
.our-projects-bg .box img{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    height:285px;
}
.our-projects-bg .box .project-title{
    margin: 0px auto 0px;
    padding: 5px 0px 5px 0px;
    background: #fab700;
    text-align: center;
    width: 70%;
    position: absolute;
    bottom: -30px;
    left: 15%;
}
.our-projects-bg .box .project-title p{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 18px;
    font-weight:300;
}
.our-projects-bg .box .project-title h4{
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    color: #040E56;
    font-size: 24px;
}




@media only screen and (max-width:1199px){
    .company-bg .company-left{
        text-align:center;
    }
    .company-bg .company-left h2{
        width:100%;
    }
}
@media only screen and (max-width:991px){
    .title-bg h1{
        text-align:center;
    }
    .service-bottom .service-img{
        text-align:center;
    }
    .service-bottom .service-img img{
        width:300px;
        height:300px;
    }
}
@media only screen and (max-width:767px){
    
}
@media only screen and (max-width:560px){
    .contact-bg h2{
        font-size:70px;
    }
    .contact-bg h1{
        font-size:50px;
    }
    .contact-bg .box img{
        margin: 5px 2px 0px 0px;
        width:40px;
    }
    .contact-bg .box{
        padding:10px 20px 10px 20px;
    }
    .contact-bg .box h4{
        font-size:20px;
    }
    .contact-bg .box p{
        font-size:18px;
    }
    .company-bg .company-left h2{
        font-size:36px;
    }
    .company-bg .company-right .yellow-bg-box{
        height:150px;
    }
    .company-bg .company-right{
        margin:20px 0px 0px 0px;
    }
    .success-bg .success-left{
        padding:10px;
        position:unset;
    }
    .success-bg .success-right ul li .box img{
        width:40px;
    }
    .success-bg .success-right ul li .box h4{
        font-size:24px;
    }
    .success-bg .success-right ul li{
        width:100%;
    }
    .about-client-bg ul li{
        width:49%;
        margin:0px 0px 20px 0px;
    }
    .about-client-bg ul{
        text-align:center;
    }
    .about-client-bg{
        padding:20px 0px 20px 0px;
    }
    .business-bg .business-left{
        padding: 20px 10px 20px 10px;
        position:unset;
    }
}


