/* ==== COMMON CSS START ==== */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,ol{
    list-style-type: none;
}
a{
    text-decoration: none;
    display: inline-block;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
    line-height: 0.8;
}

body{
    overflow-x: hidden;
}

/* ==== COMMON CSS   END ==== */



/* ==== NAVBAR CSS START ==== */

.navbar{
    border-bottom: 1px solid #fec600;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.navbar-expand-lg .navbar-nav .nav-item{
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-top: 45px;
    padding-bottom: 45px;
    transition: all linear 0.6s;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 5px;
    width: 0;
    height: 4px;
    background: #fec600;
    opacity: 0;
    transition: all linear 0.6s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after{
    opacity: 1;
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #fec600;
}
.navbar-expand-lg .navbar-nav .nav-link:last-child{
    padding-right: 0;
}

/* ==== NAVBAR CSS   END ==== */







/* ==== BANNER CSS START ==== */

#banner-bg1{
    background: url(../images/banner-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 240px;
    padding-bottom: 180px;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
#banner-bg1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
#banner-bg2{
    background: url(../images/banner-img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 240px;
    padding-bottom: 180px;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
#banner-bg2::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
#banner-bg3{
    background: url(../images/banner-img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 240px;
    padding-bottom: 180px;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
#banner-bg3::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.banner-text{
    text-align: center;
    z-index: 3;
    position: relative;
}
.banner-text h3{
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #f1f1f1;
}
.banner-text h2{
    padding-top: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 55px;
    font-weight: 700;
    color: #fec600;
}
.banner-text p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 60px;
}
.banner-text p span{
    display: block;
    padding-top: 10px;
}
.banner-btn{
    text-align: center;
}
.banner-btn a{
    border: 1px solid #ffffff;
    width: 130px;
    padding: 20px 0px;
    margin-right: 18px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    transition: all linear 0.6s;
}
.banner-btn a:last-child{
    margin-right: 0px;
}
.banner-btn a:hover{
    border: #fec600;
    color: #111111;
    background: #fec600;
}

.right {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #111111;
    background: #fec600;
    position: absolute;
    top: 50%;
    right: 50px;
    cursor: pointer;
}
.left{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #111111;
    background: #fec600;
    position: absolute;
    top: 50%;
    left: 50px;
    cursor: pointer;
}


/* ==== BANNER CSS   END ==== */




/* ==== COMMON TITLE START ==== */

.common-title h2{
    padding-top: 50px;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #111111;
}
.common-title p{
    padding-top: 30px;
    padding-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}

/* ==== COMMON TITLE   END ==== */


/* ==== ABOUT CSS START ==== */

#about-part{
    padding: 100px 0px;
}

/* ==TOP CSS== */
.about-text-top{
    background: #eeeeee;
    padding-top: 38px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    position: relative;
    transition: all linear 0.6s;
}
.about-top-shape{
    content: '';
    position: absolute;
    bottom: -25px;
    left: 49%;
    width: 30px;
    height: 30px;
    background: #eeeeee;
    transform:  rotate(45deg) translateX(-50%);
    z-index: -1;
    transition: all linear 0.6s;
}
.about-top{
    position: relative;
}
.about-top-cercle {
    height: 20px;
    width: 20px;
    background: #444444;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -32.5%;
    transform: translate(-50%, -50%);
    transition: all linear 0.6s;
}
.about-text-top h2{
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #111111;
    padding-bottom: 30px;
}
.about-text-top p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 20px;
}
.about-top-hover:hover .about-text-top{
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
}
.about-top:hover .about-top-cercle{
    background: #fec600;
}


/* ==LEFT CSS== */

.about-text-left{
    text-align: right;
    background: #eeeeee;
    padding-top: 38px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    position: relative;
    transition: all linear 0.6s;
}
.about-left-shape{
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    width: 30px;
    height: 30px;
    background: #eeeeee;
    transform: rotate(45deg) translate(-50%);
    transition: all linear 0.6s;
}
.about-left{
    position: relative;
}
.about-left-cercle {
    height: 20px;
    width: 20px;
    background: #444444;
    border-radius: 50%;
    position: absolute;
    top: 51.5%;
    right: -12.5%;
    transform: translate(-50%, -50%);
    transition: all linear 0.6s;
}
.about-text-left h2{
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #111111;
    padding-bottom: 30px;
}
.about-text-left p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 20px;
}
.about-left-hover{
    margin-right: 15px;
}
.about-left-hover:hover .about-text-left{
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
}
.about-left:hover .about-left-cercle{
    background: #fec600;
}







/* ==CENTER CSS== */
.about-text-center{
    width: 370px;
    height: 370px;
    border-radius: 50%;
    border: 1px solid #5c5c5c;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-center-img{
    width: 320px;
    height: 320px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    background: red;
    position: relative;
}
.about-center-img img{
    height: 100%;
    object-fit: cover;
}
.about-center-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}








/* ==RIGHT CSS== */
.about-text-right{
    padding: 100px;
}
.about-text-right{
    text-align: left;
    background: #eeeeee;
    padding-top: 38px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    position: relative;
    transition: all linear 0.6s;
}
.about-right-shape{
    position: absolute;
    top: 50%;
    left: -5px;
    width: 30px;
    height: 30px;
    background: #eeeeee;
    transform: rotate(45deg) translate(-50%);
    transition: all linear 0.6s;
}
.about-right{
    position: relative;
}
.about-right-cercle {
    height: 20px;
    width: 20px;
    background: #444444;
    border-radius: 50%;
    position: absolute;
    top: 52.5%;
    left: -7%;
    transform: translate(-50%, -50%);
    transition: all linear 0.6s;
}
.about-text-right h2{
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #111111;
    padding-bottom: 30px;
}
.about-text-right p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 20px;
}
.about-right-hover{
    margin-left: 15px;
}
.about-right-hover:hover .about-text-right{
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
}
.about-right:hover .about-right-cercle{
    background: #fec600;
}



/* ==BOTTOM CSS== */
.about-text-bottom{
    padding: 100px;
}
.about-text-bottom{
    background: #eeeeee;
    padding-top: 38px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    position: relative;
    transition: all linear 0.6s;
}
.about-bottom-shape{
    position: absolute;
    top: -5px;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #eeeeee;
    transform: rotate(45deg) translate(-50%);
    z-index: -1;
}
.about-bottom{
    position: relative;
}
.about-bottom-cercle {
    height: 20px;
    width: 20px;
    background: #444444;
    border-radius: 50%;
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translate(-35%, -35%);
    transition: all linear 0.6s;
}
.about-text-bottom h2{
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #111111;
    padding-bottom: 30px;
}
.about-text-bottom p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 20px;
}
.about-bottom-hover:hover .about-text-bottom{
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
}
.about-bottom:hover .about-bottom-cercle{
    background: #fec600;
}






/* ==== ABOUT CSS   END ==== */




/* ==== PORTFOLIO CSS START ==== */

#portfolio-part{
    overflow: hidden;
}

.portfolio-bg{
    background: url(../images/portfolio-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0px;
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    position: relative;
    z-index: 1;
}
.portfolio-bg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.portfolio-common-title h2{
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
}
.portfolio-common-title p{
    padding-top: 30px;
    padding-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #f1f1f1;
}
.portfolio-common-title p span{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #f1f1f1;
    display: block;
}










.port-img {
    padding-right: 35px;
}
.port-img-1:hover .port-img-1-overlay{
    opacity: 1;
}

.port-img-1{
    margin-bottom: 30px;
    position: relative;
}
.port-img-1-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all linear 0.6s;
}
.overlay-icon-1 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}
.overlay-icon-1 i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #444444;
}







.port-img-2{
    margin-bottom: 30px;
    position: relative;
}
.port-img-2-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all linear 0.6s;
}
.overlay-icon-2 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay-icon-2 i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #444444;
}
.port-img-2:hover .port-img-2-overlay{
    opacity: 1;
}






/* ==== PORTFOLIO CSS   END ==== */











/* ==== SERVICES CSS START ==== */
#services-part{
    overflow: hidden;
    padding: 100px 0px;
}
.services-common-title{
    padding-bottom: 100px;
}
.services-common-title h2{
    padding-top: 50px;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #111111;
}
.services-common-title p{
    padding-top: 30px;
    padding-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}




/* left part  */

.services-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.services-left{
    width: 40%;
}
.services-left h3{
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #111111;
}

/* left part  */




/* center part  */

.services-center{
    width: 10%;
}

.service-cercle{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
    background: #eeeeee;
}


/* center part  */





/* right part  */

.services-right{
    width: 40%;
    background: #f1f1f1;
    padding: 50px 30px;
    position: relative;
}

.services-right-shape{
    /* height: 30px;
    width: 30px;
    background: #f1f1f1;
    position: absolute;
    top: 50%;
    left: -0.5%;
    transform: rotate(45deg) translate(-50%);
    z-index: -1; */
}


.services-right p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}




/* right part  */




/* slider part  */





#services-part .slick-slide img{
    display: inline;
}

.service-inner:nth-child(odd) .services-main{
    flex-direction: row-reverse !important;
}
.service-inner:nth-child(odd) .services-main .services-right-shape::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    height: 30px;
    width: 30px;
    background: #f1f1f1;
    transform: translateY(-50%) rotate(45deg);
}
.service-inner:nth-child(even) .services-main .services-right-shape::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    height: 30px;
    width: 30px;
    background: #f1f1f1;
    transform: translateY(-50%) rotate(45deg);
}
.service-inner:nth-child(even) .services-main h3{
    text-align: right;
} 
.service-inner.slick-center.slick-active .service-cercle{
    transform: scale(1.2);
    background: #fec600;
    transition: all linear 0.6s;
}
.service-inner.slick-center .services-main .services-right{
    filter: drop-shadow(0px 1px 1px #000000);
}
.service-cercle{
    transition: all linear 0.6s;
}





.service-line{
    position: relative;
}
.service-line-shape {
    background: url(../images/service-line-shape.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    position: absolute;
    top: 685px;
    left: 50%;
    width: 2px;
    height: 900px;
    transform: translate( -50%, -50%);
}



.service-left-right-icon{
    position: relative;
}
.service-prev {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #111111;
    background: #fec600;
    position: absolute;
    top: -755px;
    right: 48.5%;
    cursor: pointer;
}
.service-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #111111;
    background: #fec600;
    position: absolute;
    top: 38px;
    left: 48.4%;
    cursor: pointer;
}











/* ==== SERVICES CSS   END ==== */



















/* ==== TESTIMONIAL CSS START ==== */


#testimonial-part{
    background: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0px;
    position: relative;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    z-index: 1;
}
#testimonial-part::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}




/* profile img  */

.testi-img-bg{
    margin: 30px 0px;
    display: flex !important;
    justify-content: center;
}
.testi-img{
    height: 100px;
    width: 100px;
    background: #ebebeb;
    border-radius: 50%;
    line-height: 100px;
    overflow: hidden;
    position: relative;
}
.testi-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(235, 235, 235, 0.4);
}
.testi-img img{
    width: 100%;
    margin-top: 10px;
}

/* line css  */
.testi-line-shape{
    position: relative;
}
.testi-line {
    background: url(../images/testimonial-line-shape.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -32px;
    left: 50%;
    height: 550px;
    width: 2px;
}

/* slider */

#testimonial-part .slick-slide.slick-center .testi-img{
    transform: scale(1.3);
    background: #fec600;
}
#testimonial-part .slick-slide.slick-center .testi-img::after{
    opacity: 0;
}


/* left right icons  */
.testi-line-shape{
    position: relative;
}
.testi-prev {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #111111;
    background: #fec600;
    position: absolute;
    top: -50px;
    left: 39%;
    cursor: pointer;
    transform: translateX(4%);
}
.testi-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #111111;
    background: #fec600;
    position: absolute;
    bottom: -545px;
    left: 39%;
    transform: translateX(5%);
    cursor: pointer;
}

/* testi text with bg  */


.testi-text-bg{
    background: #f1f1f1;
    padding: 50px 30px;
}
.testi-text h3{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #111111;
    padding-bottom: 10px;
}

.testi-text i{
    padding-bottom: 10px;
    color: #fec600;
}

.testi-text h4{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    padding-bottom: 30px;
}

.testi-text p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
    padding-bottom: 30px;
}
.testi-sign{
    text-align: right;
}

.testi-flex-div{
    display: flex;
    align-items: center;
}


/* ==== TESTIMONIAL CSS   END ==== */












/* ==== PRICING CSS START ==== */





#pricing-part{
    overflow: hidden;
    padding: 100px 0px;
}
.pricing-common-title{
    padding-bottom: 100px;
}
.pricing-common-title h2{
    padding-top: 50px;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #111111;
}
.pricing-common-title p{
    padding-top: 30px;
    padding-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}








/* main  */
.pricing-card-main{
    width: 370px;
    position: relative;
    transition: all linear 0.6s;
}

/* title  */
.card-title{
    height: 140px;
    background: #444444;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    margin-bottom: 50px;
    transition: all linear 0.6s;
}

.card-title h4{
    padding-top: 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    transition: all linear 0.6s;
}

/* round shape  */
.card-round-shape{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    border: 1px solid #444444;
    transition: all linear 0.6s;
}
/* .card-round-shape:after {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    line-height: 90px;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    background: #444444;
    transform: translate(0%, 0%);
    z-index: 1;
} */
.card-amount{
    height: 90px;
    width: 90px;
    border-radius: 50%;
    line-height: 90px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #444444;
    transform: translate(0%, 0%);
    text-align: center;
    transition: all linear 0.6s;
}
.card-amount h4{
    padding-top: 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 29px;
    font-weight: 400;
    color: #ffffff;
    z-index: 1;
    padding-top: 25px;
    transition: all linear 0.6s;
}
.card-amount p{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    z-index: 1;
    padding-top: 10px;
    transition: all linear 0.6s;
}

.pricing-round-wrap {
    position: absolute;
    top: 70px;
    left: 35.5%;
    height: 100%;
    width: 100%;
}


/* middle text  */
.card-middle-text{
    text-align: center;
}
.card-middle-text p{
    padding-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #111111;
}

/* footer m */
.card-foter{
    text-align: center;
    height: 80px;
    width: 370px;
    background: #444444;
    text-align: center;
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
    padding: 40px 0px;
    transition: all linear 0.6s;
}
.card-foter h4{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    transition: all linear 0.6s;
}


/* hover section */

.pricing-card-main:hover{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.pricing-card-main:hover .card-title{
    background: #fec600;
}
.pricing-card-main:hover .card-title h4{
    color: #111111;
}

.pricing-card-main:hover .card-amount{
    background: #fec600;
}
.pricing-card-main:hover .card-amount h4{
    color: #111111;
}
.pricing-card-main:hover .card-amount p{
    color: #111111;
}
.pricing-card-main:hover .card-round-shape{
    border: 1px solid #fec600;
}
.pricing-card-main:hover .card-foter{
    background: #fec600;
    color: #111111;
}
.pricing-card-main:hover .card-foter h4{
    color: #111111;
}




/* ==== PRICING CSS   END ==== */












/* ==== OUR MILESTONE CSS START ==== */

#milestone-part{
    background: url(../images/milestone-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}
#milestone-part::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.milestone-counter-wrapper{
    display: flex;
    justify-content: space-between;
    transform: rotate(-1.5deg);
}


.main-counter-border{
    text-align: center;
    width: 18%;
    border: 1px solid #ffffff;
}
.main-counter-border h4{
    padding-top: 30px;
    padding-bottom: 20px;
    transform: rotate(3deg);
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}
.main-counter-border p{
    padding-bottom: 35px;
    transform: rotate(3deg);
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}




/* ==== OUR MILESTONE CSS   END ==== */


























/* ==== OUR TEAM CSS START ==== */
#our-team{
    overflow: hidden;
    padding-bottom: 100px;
}
.our-team-common-title h2{
    padding-top: 50px;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #111111;
}
.our-team-common-title p{
    padding-top: 30px;
    padding-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}




/* our team main works  */



/* main img bg  */


.our-team-bg{
    width: 270px;
    height: 350px;
    border: 1px solid #dddddd;
    transition: all linear 0.4s;
}

/* main img  */


.our-team-img{
    height: 270px;
    text-align: center;
    background: #f1f1f1;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    overflow: hidden;
    position: relative;
}
.our-team-img img{
    margin-top: 10px;
}

.our-team-img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    opacity: 0;
    transition: all linear 0.6s;
}
.our-team-img-overlay i{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}
.our-team-bg:hover .our-team-img-overlay{
    opacity: 1;
}
.our-team-bg:hover.our-team-bg{
    height: 405px;
}
.our-team-bg:hover .our-team-icons{
    opacity: 1;
    margin-top: 0px;
}


/* team text  */


.our-team-text{
    text-align: center;
}
.our-team-text h3{
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 20 px;
    font-weight: 500;
    color: #111111;
}
.our-team-text p{
    padding-bottom: 25px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
}



/* text icons  */

.our-team-icons{
    opacity: 0;
    transition: all linear 0.5s;
    margin-top: -30px;
}
.our-team-icons a i{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #444444;
    background: #ffffff;
    border: 1px solid #444444;
    transition: all linear 0.6s;
}

.our-team-icons a i:hover{
    background: #fec600;
    border: none;
    transition: all linear 0.6s;
}





/* ==== OUR TEAM CSS   END ==== */





















/* ==== PARTNERRS PART CSS START ==== */

#partnes-part{
    background: #f1f1f1;
    padding: 50px 0px;
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}
.partner-wrapper{
    display: flex;
    justify-content: space-between;
    transform: rotate(-1.5deg);
}

.partner-main{
    text-align: center;
    width: 18%;
}
.partner-logo{
    text-align: center;
    transition: all linear 0.6s;
    width: 210px;
    padding: 30px 15px;
    border: 1px solid #5c5c5c;
}
.partner-logo img{
    transform: rotate(3deg);
}

.partner-logo:hover{
    border: 1px solid #fec600;
}



/* ==== PARTNERRS PART CSS   END ==== */
















/* ==== COMMON CSS START ==== */

footer{
    overflow: hidden;
    margin-top: -50px;
    padding-top: 100px;
    background: #222222;
}
.footer-logo{
    transform: rotate(-1.5deg);
    border-bottom: 1px solid #515151;
}
.footer-logo img{
    padding-bottom: 50px;
    transform: rotate(3deg);
}



.footer-item{
    text-align: center;
    margin-top: 100px;
    border-right: 1px solid #f1f1f1;
}
.footer-item-last{
    text-align: center;
    margin-top: 100px;
}

.footer-icon{
    margin-bottom: 20px;
}

.footer-icon a i{
    color: #353535;
    height: 35px;
    width: 35px;
    background: #fec600;
    border-radius: 50%;
    line-height: 35px;
    margin: 0 auto;
}

.footer-text{

}
.footer-text p{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.footer-text p span{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding-top: 10px;
}



/* follow us part  */



#follow-us-part{

}

.follow-item{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.follow-text h4{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.follow-icons{
    margin-top: 30px;
}
.follow-icons a{
    margin: 0px 15px;
}
.follow-icons a i{
    color: #353535;
    height: 40px;
    width: 40px;
    background: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    margin: 0 auto;
    font-size: 20px;
    transition: all linear 0.6s;
}
.follow-icons a:hover i{
    background: #fec600;
}





/* copyright part */


#copyright-part{
    padding: 20px 0px;
    background: #444444;
}

.copyright-text{
    text-align: center;
}
.copyright-text p{
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #f1f1f1;
}
.copyright-text p i{
    color: #fec600;
}
.copyright-text p span{
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fec600;
}






/* ==== COMMON CSS   END ==== */















/* ==== COMMON CSS START ==== */
/* ==== COMMON CSS   END ==== */
/* ==== COMMON CSS START ==== */
/* ==== COMMON CSS   END ==== */