@import url('https://fonts.googleapis.com/css2?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');
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
p{
    font-size: 14px;
}
a{
    text-decoration: none;
}
img {
    max-width: 100%;
}

.d-table{
    width: 100%;
    height: 100%;
}
.d-table-cell{
    vertical-align: middle;
}
a.slider-btn{
    padding: 15px 35px;
    background: #fff;
    display: inline-block;
    color: #f9b701;
}
.pb-30{
    padding-bottom: 30px;
}
.pt-100{
    padding-top: 100px;
}
.pt-120{
    padding-top: 120px;
}
.pt-80{
    padding-top: 80px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-80{
    padding-bottom: 80px;
}

/* Header */

.header-bg{
background-color: #f4f4f4;
}
.head-next{
    text-align: right;
}
.head-a{
    padding: 20px 0;
    display: inline-block;
    color: #696969;
}
.head-a.a-pr{
    padding-right: 40px;
}

/* End Header */


/* NavBar */

.navbar-light .navbar-nav{
    padding: 25px 0;
}
i.icofont-search-1{
    padding: 13px 0 0 0;
}

/* End NavBar */


/* Slider */

.slider{
    background-color: #a7a9fd;
    padding: 159px 0;
}
.slider-text{
    max-width: 620px;
}
.slider .slider-text h1{
    color: #fff;
    font-size: 64px;
}
.slider .slider-text p{
    padding-top: 35px; 
    line-height: 22px; 
    padding-bottom: 35px;
    color: #fff;
}
.slider .slider-text a.slider-btn{
    padding: 20px 50px;
    background: #f9b701;
    color: #fff;
    display: inline-block;
}

/* End Slider */


/* Project-contact */

.project-contact{
    background-color: #f9b701;
}
.project{
    padding: 15px 0;
}
.btn-div {
    text-align: center;
}

/* End Project-contact */


/* Our Services */

.featured-work{
    padding-top: 20px;
}
.section-title {
    text-align: center;
    max-width: 645px;
    right: 0;
    left: 0;
    margin: auto;
    padding-bottom: 60px;
}
.section-title h2{
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 35px;
}
.section-title p {
    line-height: 25px;
}
.col-service{
    margin-bottom: 30px;
}
.col-service img{
    margin-bottom: 40px;
}
.col-service h2{
    margin-bottom: 30px;
    color: #000;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.col-service h2:hover{
    color: #fab702;
}
.col-service p:hover{
    color: #fab702;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.col-service p{
    margin-bottom: 25px;
    color: #000;
}
.col-service .read-btn{
    color: #000;
}
.col-service .read-btn:hover{
    color: #fab702;
    text-decoration: underline;
}

/* End Our Services */


/* Featured Works */

.section-title ul{
    margin-top: 35px;
}
.section-title ul li{
    list-style-type: none;
    display: inline-block;
    padding: 5px;  
}
.section-title ul li a:hover{
    color: #fab702;
    text-decoration: underline;
}
.section-title ul li a{
    transition: .09s;
    -webkite-transition: .05s;
    color: #000;
    font-weight: bold;
}
.all-content{
    width: 99%;
    height: 388px;
    background-color: #fab702;
    transition: all ease .6s;
}
.all-content.hov-content.a {
    background-color: #ffe6a3;
}
.all-content.hov-content.b {
    background-color: #fab702;
}
.all-content.hov-content.c {
    background-color: #a7a9fe;
}
.all-content.hov-content.d {
    background-color: #fef9a7;
}
.all-content.hov-content.e {
    background-color: #a7fedc;
}
.all-content.hov-content.f {
    background-color: #d0a7fe;
}
.all-content.width:last-child{
    width: 100%;
}
.flt{
    display: inline-table;
    float: left;
    margin-bottom: 30px;
}
.in-div {
    width: 100%;
    height: 75%;
    transition: all ease .6s;
    background-color: #fab702;
}
.in-div.a{
    background-color: #fec0a7;
}
.in-div2{
    width: 97%;
    height: 25%;
    background-color: #fef6de;
    transition: all ease .6s;
}
.in-div2 h2 {
    font-size: 24px;
    padding: 30px 0 0 30px;
}
.in-div2 h2::before{
    content: '';
    position: absolute;
    width: 58px;
    height: 2px;
    bottom: 20px;
    background-color: #6d7396;
}
.in-div, .in-div2{
    display: none;
}
.in-div2{
    display: none ;
}
.in-div2 input{
    text-align: right;
}
.all-content.hov-content:hover .in-div2{
    position: relative;
}
.image-upload {
    display: inline-block;
    position: absolute;
    right: 45px;
    top: 20px;
}
.image-upload.left {
    right: 110px;
}
.image-upload label {
    display: inline-block;
    padding: 15px;
    background: #fab702;
    cursor:pointer;
    transition: all ease .6s;
}
.image-upload label:hover{
    background-color: black;
    color: #fff;
}
.image-upload>input {
    display: none;
}
.attach-logo{
    height: 20px;
    width: 20px;
}
.all-content.hov-content:hover .in-div{
    display: block;
}
.all-content.hov-content:hover .in-div2{
    display: block;
    width: 100%;
}
.all-content:hover{
    width: 96%;
    height: 360px;
    margin: 10px;
    cursor: pointer;
}
.all-content.another:hover{
    width: 96%;
    height: 360px;
    margin: 15px;
}


/* End Featured Works */


/* Customer Feedback */

.col-lg-6.area-100 {
    width: 100%;
}
.feedback {
    border-left: 135px solid #eb768c;
    height: 170px;
}
.in-feedback {
    padding: 35px 30px 19px 20px;
    background-color: #f9f9f9;
}
.in-feedback .fdbk-bld{
    font-weight: bold;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}
.main-feedback-logo.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-top: 75px;
}

/* End Customer Feedback */


/* achievement */

.achivement{
    background-color: #fab702;
}
.achivement-tx {
    padding: 55px;
    text-align: center;
    color: #fff;
    padding-right: 90px;
}

/* End achievement */


/* Contact Ad */

.contact-ad{
    background-color:#f9f9f9 ;
}
.contact-ad .ad-tx h1{
    font-size: 20px;
}
.col-lg-10.ad-col-padding, .col-lg-2.ad-col-padding{
    padding: 0;
    margin: 65px 0px;
}
.ad-tx {
    padding: 30px 40px;
    padding-right: 0;
    border-left: 4px solid #fab702;
    background-color: #fff;
}
.ad-tx p{
    margin: 0;
}
.ad-btn {
    padding: 15px 30px;
    background: #f9b701;
    color: #fff;
    display: inline-block;
}
.ad-tx.ad-btn-right {
    text-align: center;
    padding: 31px 0;
    border-left: none;
}

/* End Contact Ad */


/* Our Featured News */

.col-service .date{
    color: #000;
}
p.featured-p {
    margin-top: 20px;
}
h2.featured-h2 {
    margin-bottom: 20px;
    width: 330px;
    font-size: 23px;
}

/* End Our Featured News */


/* Before Footer */

.before-footer{
    background-color: #252c3a;
    color: #fff;
}
.before-footer a{
    color: #fff;
}
.before-footer p {
    padding-bottom: 10px;
    border-bottom: 1px solid #303744;
}
p.bef-foot-siz {
    font-size: 25px;
    padding-bottom: 25px;
}
input#exampleInputEmail1 {
    width: 75%;
    border-radius: 0;
}
button.btn.btn-primary {
    width: 25%;
    background-color: #fab702;
    color: #fff;
    padding: 7px;
    margin: -60px 0 0 225px;
    border: none;
    border-radius: 0;
}
.last-p{
    color: #7b7d80;
    cursor:default;
}
a.icon-last {
    font-size: 20px;
}
.hov-color-p:hover{
    color: #0d6efd;;
}
p.last-p {
    margin-top: 10px;
}

/* End Before Footer */


/*   Footer */

nav.navbar.navbar-expand-lg.navbar-light.padding-0 {
    padding: 0;
}
ul.navbar-nav.ms-auto.padding-0 {
    padding: 0;
}
.foot-tx {
    padding: 20px 0;
}
.footer-p {
    margin-top: 8px;
    margin-bottom: 8px;
}
.footer-part{
    background-color: #4c5b6d;
    color: #d8deff;
}
.footer-nav{
    color: #d8deff !important;
}

/* End Footer */