html {scroll-behavior: smooth;}
body{ margin: 0px; padding: 0px;font-family: 'Open Sans', sans-serif;}
h1,h2,h3,h4,h5,h6{font-family: 'Raleway', sans-serif;}
a,a:hover{text-decoration: none;}
header nav.navbar{background-color: #000;}
header.scroll-bg nav.navbar{    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 11;}
.navbar-brand img{
    height: 80px;}
    .navbar-brand h1{color: #e2c675;font-size:25px;
        margin-left: 4px;}
    nav ul.navbar-nav.mx-auto li.nav-item a.nav-link {
    padding: 10px 25px;
    font-weight: 700;color: #fff;
}
    nav ul.navbar-nav.mx-auto li.nav-item a.nav-link:hover,ul.nav-flex-icons.navbar-nav li.nav-item a.nav-link:hover {
color: #e2c675;
}

ul.nav-flex-icons.navbar-nav li.nav-item a.nav-link {
    
    font-size: 16px;
   height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid;
    margin: 10px;
    border-radius: 50px;
}

section{padding: 50px 0px;}
.banner {
    background-image: url(../images/hire-wordpress-developer.jpg);
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
        position: relative;
}
.banner:before {
    content: "";
    background: #0000006b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    right: 0;
    bottom: 0px;
}
.banner h5{
    color: #ffbe2c ;
    font-weight: 700 ;
    font-size: 23px ;
    margin-bottom: 20px ;
}
.banner h1{
color: #e2c675;
font-weight: 900;
font-size: 4em ;
line-height: 1em;
margin-bottom: 20px;
}
.banner p{
color: #fff ;
    font-size: 23px;
    margin-bottom: 30px;
}
.btn-theme{ font-size: 14px;font-weight: 900;
    padding: 13px 20px;
    transition: 0.7s;
color: #fff;border-radius: 0px;
    background-color:#e2c675;}
    .btn-theme:hover{
        transition: 0.7s; 
    color: #f2f2f2;
        background-color: #2a2a2a;}


.company-icons{background-color: #e2c675;}


/* why choose css */
.why-choose-box {
    text-align: center;
    padding: 25px 20px;
    min-height: 330px;
    transition: 0.7s;
    box-shadow: 0px 0px 8px 0px #ccc;
    border-radius: 20px;
}
.why-choose-box:hover {
    background-color: #e2c675;
    transition: 0.7s;
    color: #fff;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.why-choose-box p{margin-bottom: 0px;}
.founders,.higher-rank,.service{background-color:#f6f6f6;}
/* service css */
.service-img img {
    width: 100%;
    border-radius: 50%;
    transition: 0.3s;
}

.service-name {
    font-weight: 700;
}
.service-dic p {
       margin: 10px 0px;
    min-height: 90px;
}
.service-dic a{
    text-decoration: underline;
    color: #000;
}
.service-dic a:hover {text-decoration: underline;color: #ffbe2c;}
.service-box:hover img {
    margin-top: -5px;
    transition: 0.3s;
}

/* portfolio css */
.portfolio{background-color: #e2c675;}
.tab-pane img {
    width: 100%;
}


ul.nav.nav-pills li.nav-item {
    border: 2px solid #2a2a2a;
    margin: 0px 3px;
}
ul.nav.nav-pills.d-flex.justify-content-center li.nav-item a.nav-link{color: #2a2a2a;    padding: 11px 20px;}
ul.nav.nav-pills.d-flex.justify-content-center li.nav-item a.nav-link.active{background-color:#2a2a2a; color:#fff;border-radius: 0px;;}
.rank-box {
    background-color: #fff;
    padding: 50px;
    text-align: center;
    position: relative;
}
.rank-number {
    font-size: 80px;
    color:#f90;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
}
.rank-title {
    margin: 15px 0px;
    font-weight: 700;
}

.custom-logo-box {
    position: relative;
}
.custom-logo-box img {
    width: 100%;
}
.over-text {
    background-color: rgba(66,66,66,.83) !important;
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #fff;
    right: 0px;
    padding: 10px;
}

/*tesimonial start css*/
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 123px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
/*tesimonial end css*/

/* testimonial css */
/*.testimonial{background-image:url(../images/web-design-company.png);*/
/*background-size:cover;}*/
.testimonial p{position: relative;}
.opening {
    font-size: 89px;
    position: absolute;
    left: 0;
    top: -63px;
    font-family: sans-serif;
}
.closeing {
    font-size: 89px;
    position: absolute;
    font-family: sans-serif;
    top: 6px;
}
/* contact us  */
.f-20 {
    font-size: 20px;
}
.form-control {
    border: 1px solid #333;
    border-radius: 2px;}
    textarea.form-control {
        height: auto;
        height: 100px;
    }
/* footer */

footer{background-color: black;}
footer a.nav-link {
    padding: 3px 0px;
color: #fff;}
footer label{color: #fff;font-weight: 700;margin:12px 0px  10px;}
footer a:hover{color: #ffbe2c;}
.foot-address {
    font-size: 19px;
}
.foot-address h4 {
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 20px;
}
footer img {
    width: 60%;
}
.foot-address p a, .foot-address p {
    color: #fff;
}
.foot-logo h1{color: #e2c675;font-size: 34px;margin-left: 4px;}
.copyright{background-color: #e2c675;}
@media(max-width:767px){
    button.navbar-toggler span.navbar-toggler-icon i{
        color: #e2c675;
    } 
    h2 {
        font-size: 25px;
    }
    ul.navbar-nav.nav-flex-icons {
        flex-direction: row;
        justify-content: center;
    }
    .banner h1 {
        font-size: 3em;
    }
    .service-box {
        text-align: center;
    }
    .service-dic p {
        min-height:auto;
    }
    .custom-logo-box {
        position: relative;
        margin-top: 20px;
    }
    .rank-box {
        margin-top: 60px;
    }
    .closeing {
        font-size: 89px;
        position: absolute;
        font-family: sans-serif;
        right: 0;
        top: auto;
    }
    .service-name {
        font-size: 20px;
    }
    .service-img img {
        width: 70%;}
        .company-icons nav.navbar li.nav-item{width: 50%;}
        .why-choose-box { min-height: auto;}
    footer{text-align: center;}
    footer img {
        width: 20%;
    }

}

