* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
h2 {
    font-family: 'Raleway', sans-serif;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}

/* Start header */
.header-bg {
    width: 100%;
    background-image: url(./images/bgimge/bgimge/2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    color: #fff;
}
.header-bg .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgb(136, 11, 126), blue);
    height: 100%;
    opacity: 0.3;
}
.header-bg .menu-back {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 80px;
    opacity: 0.2;
    border-bottom: 2px solid rgba(49, 47, 47, 0.849);
}

.menu {
    position: relative;
    height: 80px;
    justify-content: space-between;
}
.menu .logo {
    font-size: 20px;
    font-weight: 500;
}
.menu .navbar {
    text-align: right;
}
.menu .navbar ul li {
    display: inline-block;
    padding-left: 15px;
}
.menu .navbar ul li a {
    position: relative;
    padding: 28px 0px;
    font-size: 16px;
    color: #fff;
}
.menu .navbar ul li a::after {
    content: "";
    bottom: 0px;
    left: 50%;
    position: absolute;
    transition: all .3s ease;
    height: 2px;
    background-color: rgb(228, 228, 228);
    width: 0px;
}
.menu .navbar ul li a:hover:after {
    width: 100%;
    left: 0;
}
.menu .navbar ul li a.active::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: rgb(228, 228, 228);
    position: absolute;
    width: 100%;
}
.menu .navbar ul li:nth-last-child(1) a {
    padding: 8px 20px;
    border-radius: 24px;
    background-color: #fff;
    color: rgb(27, 10, 104);
    font-weight: 600;
    font-size: 16px;
    transition: all .3s ease;
}
.menu .navbar ul li:nth-last-child(1) a:hover {
    background-color: #3F4EDF;
    color: #fff;
}
.menu .navbar ul li:nth-last-child(1) a::after {
    display: none;
}
.slide-side {
    padding: 250px 0;
    text-align: center;
    position: relative;
}
.slide-side p {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
    font-weight: 500;
}
.slide-side span {
    background-color: #000;
    padding: 0 5px;
    font-weight: 600;
}
.slide-side h2 {
    font-size: 64px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.slide-side p:nth-child(3) {
    padding-bottom: 40px;
}
.slide-side a {
    padding: 10px 30px;
    border-radius: 24px;
    background-color: #fff;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px;
    transition: all .3s ease;
}
.slide-side a:hover {
    box-shadow: 0px 0px 10px #3f4fdf9c;
}
.slide-side a:nth-child(5):hover {
    box-shadow: 0px 0px 10px #4747479c;
}
.slide-side a:nth-child(5) {
    background-color: #3F4EDF;
    color: #fff;
}

/* Start Anout me */
.about-main {
    padding: 100px 0;   
    color: #242732;
}
.about-main .about-img {
    position: relative;
}
.about-main .about-img::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    height: 40%;
    width: 40%;
    background-color: #3F4EDF;
    z-index: -1;
}
.about-main .about-img::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0px;
    height: 50%;
    width: 50%;
    background-color: #3F4EDF;
    z-index: -1;
}
.about-main .about-img img {
    width: 100%;
    height: 100%;
}
.about-main .about-info h3 {
    font-size: 30px;
    color: #242732;
}
.about-main .about-info h5 {
    padding: 15px 0;
    color: #242732;
    font-size: 19px;
}
.about-main .about-info p {
    line-height: 28px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}
.about-main .about-info .b {
    border-bottom: 1px solid rgba(0, 0, 0, 0.274);
}
.about-info-contact {
    padding: 20px 0;
}
.about-info-contact .about-right {
    padding: 0;
   
}
.about-info-contact .about-right p {
    font-weight: 700;
}
.about-info-contact .about-right span {
    font-weight: 500;
}
.about-info-contact .about-left p {
    font-weight: 700;
}
.about-info-contact .about-left span {
    font-weight: 500;
}
.about-info-contact .about-left .blue span {
    font-weight: 500;
    color: #3F4EDF;
}
.about-info a {
    padding: 10px 35px;
    border-radius: 24px;
    background-color: #3F4EDF;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px;
    transition: all .3s ease;
}
.about-info a:hover {
    box-shadow:0px 0px 10px #3f4fdfb7;
    color: #3F4EDF;
    background-color: #fff;
}
.about-info .bu {
    padding: 10px 35px;
    border-radius: 24px;
    background-color: #Fff;
    color: #242732;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px;
    transition: all .3s ease;
    box-shadow:0px 0px 10px #3f4fdfb7;
}

/* start Experiecnce side */
.bg-experience {
    background-color: #F6F7FD;
    padding: 70px 0 80px;
    color: #242732
}
.experience-main .experience-left h4 {
    color: #3F4EDF;
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
}
.experience-main .experience-left h3 {
    font-size: 27px;
    padding-bottom: 20px;
}
.experience-main .experience-left p {
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 28px;
}
.experience-main .experience-left a {
    padding: 10px 35px;
    border-radius: 24px;
    background-color: #3F4EDF;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px;
    transition: all .3s ease;
}
.experience-main .experience-left a:hover {
    box-shadow:0px 0px 10px #3f4fdfb7;
    color: #3F4EDF;
    background-color: #fff;
}
.experience-right {
    text-align: center;
}
.experience-right .experiecne-box .experience-content {
    padding: 15px;
}
.experience-right .experiecne-box .experience-content .experience-inner {
    background-color: #fff;
    border: 3px dashed #fff;
    transition: all .3s ease;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px;
}
 .experience-right .experiecne-box .experience-content .experience-inner:hover {
    border: 3px dashed #3F4EDF;
}
.experience-right .experiecne-box .experience-content .experience-inner:hover > img {
    transform: rotateZ(7deg);
}
.experience-right .experiecne-box .experience-content .experience-inner img {
    width: 50px;
    height: 44px;
    transition: all .3s ease;
}
.experience-right .experiecne-box .experience-content .experience-inner h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px;
}
.experience-right .experiecne-box .experience-content .experience-inner p {
    font-size: 14px;
    font-weight: 400;
}

/* Start Services*/
.bg-service {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    text-align: center;
    color: #242732;
}
.bg-service > i {
    position: absolute;
    color: #E7E7E7;
    font-size: 60px;
    z-index: -10;
}
.bg-service i:nth-child(1) {
   left: -15px;
   top: 250px;
} 
.bg-service i:nth-child(2) {
    left: 150px;
    top: 300px;
}
.bg-service i:nth-child(3) {
    left: -15px;
    top: 550px;
    font-size: 90px;
}
.bg-service i:nth-child(4) {
    left: 130px;
    top: 570px;
}
.bg-service i:nth-child(5) {
    right: 20px;
    top: 400px;
} 
.service-main .service-info h3 {
    font-size: 35px;
    padding-bottom: 20px;
} 
.service-main .service-info p {
    font-size: 15px;
    line-height: 28px;
    font-size: 18px;
    padding-bottom: 50px;
}    
.service-main .service-content {
    padding: 15px;
}
.service-main .service-content .service-inner {
    box-shadow: 0 0 10px #2427321c;
    padding: 15px;
    transition: all .3s ease;
    background-color: #fff;
}
.service-main .service-content .service-inner:hover {
    box-shadow: 0 0 10px #3f4fdf56;
}
.service-main .service-content .service-inner i {
    color: #3F4EDF;
    font-size: 40px;
}
.service-main .service-content .service-inner h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
}
.service-main .service-content .service-inner p {
    font-size: 14px;
    font-weight: 400;
}

/* Startr Portfolio */
.portfolio-bg {
    padding: 70px 0;
    text-align: center;
    background-color: #F6F7FD;
}
.port-main .port-info {
    padding-bottom: 50px;
}
.port-main .port-info  h3 {
    font-size: 35px;
    padding-bottom: 20px;
}
.port-main .port-info p {
    font-size: 15px;
    line-height: 28px;
    font-size: 18px;
    padding-bottom: 80px;
}
.port-main .port-info a {
    color: #242732;
    font-weight: 600;
    margin: 10px;
    padding: 10px 0;
    position: relative;
    transition: all .3s ease;
}
.port-main .port-info a.activ {
    color: #3F4EDF;
    border-bottom: 2px solid #3F4EDF;
}
.port-main .port-info a:hover {
    color: #3F4EDF;
}
.port-main .port-info a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    height: 2px;
    background-color: #3F4EDF;
    width: 0%;
    transition: all .3s ease;
}
.port-main .port-info a:hover::before {
    left: 0;
    width: 100%;
}
.port-main .port-content {
    padding: 16px;
}
.port-main .port-content .port-inner {
    position: relative;
    overflow: hidden;
    background-image: url(./images/images/portfolio-01.jpg);
    width: 100%;
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all .5s ease;
    background-position: 50% ;
}
.port-main .port-content .port-inner.two2 {
    background-image: url(./images/images/portfolio-02.jpg);
}
.port-main .port-content .port-inner.three3 {
    background-image: url(./images/images/portfolio-03.jpg);
}
.port-main .port-content .port-inner.four4 {
    background-image: url(./images/images/portfolio-04.jpg);
}
.port-main .port-content .port-inner.five5 {
    background-image: url(./images/images/portfolio-05.jpg);
}
.port-main .port-content .port-inner.six6 {
    background-image: url(./images/images/portfolio-06.jpg);
}
.port-main .port-content .port-inner:hover {
    background-position: 50% ;
    transition: all .5s ease;
    background-size: 108% 108%;
}
.port-main .port-content .port-inner .bg-img {
    background-image: linear-gradient(to top, #000 , #000, #fff);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .5s ease;
    z-index: 2;
    top: 0;
    cursor: pointer;
} 
.port-main .port-content .port-inner a.first {
    background-color: #3F4EDF;
    position: absolute;
    top: 20px;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all .5s ease;
    right: -200px;
    z-index: 1;
}
.port-main .port-content .port-inner .bg-img:hover {
    opacity: 0.3;
}
.port-main .port-content .port-inner .bg-img:hover ~ a.first {
    right: 20px;
}
.port-main .port-content .port-inner .bg-img:hover ~ p {
    opacity: 1;
}
.port-main .port-content .port-inner .bg-img:hover ~ a i {
    opacity: 1;
}
.port-main .port-content .port-inner p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 15px;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    transition: all .5s ease;
}
.port-main .port-content .port-inner a i {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    pointer-events: none;
    font-size: 23px;
    z-index: 3;
    opacity: 0;
    transition: all .5s ease;
}
.port-main .port-content .port-inner a i.two {
    right: 60px;
}

/* Start Client side */
.client-bg {
    padding: 70px 0 80px;
    background-image: url(.//images/bgimge/bgimge/testimonial-img.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.client-bg .client-bg-inner {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.client-bg .client-main {
    position: relative;
    color: #fff;
}
.client-bg .client-main  h2 {
    font-size: 35px;
}
.client-bg .client-main p {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0 50px;
}
.client-bg .client-main .client-content .italian {
    background-color: #fff;
    padding: 25px;
    position: relative;
    margin-bottom: 40px;
}
.client-bg .client-main .client-content .italian::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 35px;
    height: 45px;
    transform: skewY(45deg) translateY(10px);
}
.client-bg .client-main .client-content .italian i {
    color: #242732;
    line-height: 28px;
    font-weight: 500;
}
.client-footer .client-img {
    padding: 0;
}
.client-footer .client-img img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
}
.client-footer .footer-info h4 {
    font-size: 18px;
    font-weight: 500;
}
.client-footer .footer-info h5 {
    font-size: 17px;
    font-weight: 400;
}
.client-footer .footer-info span {
    color: #3F4EDF;
}
.client-footer .footer-info ul li {
    display: inline-block;
}
.client-footer .footer-info ul li  {
    color: #E29206;
}
.client-footer .footer-info ul li .white {
    color: rgb(179, 179, 179);
}
.client-footer .footer-icon {
    text-align: right; 
    padding: 0;
}
.client-footer .footer-icon a i {
    padding: 8px;
    background-color: #3F4EDF;
    color: #fff;
    transition: all .3s ease;
}
.client-footer .footer-icon a i:hover {
    color: #3F4EDF;
    background-color: #fff;
}
.client-right-content .right-info {
    padding-bottom: 30px;
}
.client-right-content .right-info .right-icon {
    padding: 0 ; 
}
.client-right-content .right-info .right-icon i {
    color: #3F4EDF;
    font-size: 50px;
}
.client-right-content .right-info .right-onfo-content h3 {
    font-size: 35px;  
}
.client-right-content .right-info .right-onfo-content h3 span {
    font-size: 50px;
    line-height: .5;
    font-weight: 600;
}
.client-right-content .right-info .right-onfo-content h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}


/* Start Blog-side */
.blog-main {
    padding: 70px 0;
    color: #242732;
}
.blog-main .blog-info {
    text-align: center;
    padding-bottom: 50px;
}
.blog-main .blog-info h2 {
    font-size: 40px;
    padding-bottom: 20px;
}
.blog-main .blog-info {
    font-weight: 500;
}
.blog-main .blog-content span {
    font-size: 13px;
    font-weight: 500;
}
.blog-main .blog-content {
    padding-bottom: 30px;
}
.blog-main .blog-content  h3 {
    font-size: 23px;
    padding: 5px 0 20px;
}
.blog-main .blog-content p {
    line-height: 28px;
    font-weight: 500;
}


/* Start Question */
.bg-question {
    background-color: #F6F7FD;
    padding: 100px 0 200px;
    text-align: center;
    color: #242732;
}
.question h2 {
    font-size: 40px;
    padding-bottom: 20px;
}
.question p {
    line-height: 28px;
    font-weight: 500;
}


/* Start contact */
.bg-contact {
    padding-bottom: 70px;
    background-image: url(.//images/bgimge/bgimge/map.png);
    background-size: 100% 100%;
   
}
.bg-contact .contact-main {
    position: relative;
    top: -100px;
    background-color: #fff;
    box-shadow: 0 0 10px #24273244;
    padding: 60px 40px;
}
.bg-contact .contact-main .contact-info  {
    text-align: center;
    padding-bottom: 70px;
}
.bg-contact .contact-main .contact-info h2 {
    font-size: 40px;
    padding-bottom: 10px;
}
.bg-contact .contact-main .contact-info p {
    font-weight: 500;
    line-height: 28px;
}
.bg-contact .contact-main form .infoo {
    position: relative;
}
.bg-contact .contact-main .infoo select {
    padding: 10px 0px;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #999;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: #242732;
}
.bg-contact .contact-main .infoo select:focus {
    border-bottom: 2px solid #3F4EDF;
}
.bg-contact .contact-main .infoo input {
    padding: 10px 0px;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #999;
    outline: none;
}
.bg-contact .contact-main .infoo label {
    position: absolute;
    left: 16px;
    top: 10px;
    pointer-events: none;
    color: #242732;
    transition: .5s;
}
.bg-contact .contact-main .infoo  input:focus ~ label {
    top: -12px;
    left: 15px;
    color: #3F4EDF;
    font-size: 13px;
    font-weight: bold;
}
.bg-contact .contact-main .infoo input:valid ~ label {
    top: -12px;
    left: 15px;
    color: #3F4EDF;
    font-size: 13px;
    font-weight: bold;
}
.bg-contact .contact-main .infoo  input:focus {
    border-bottom: 2px solid #3F4EDF;
}
.bg-contact .contact-main .infoo  textarea:focus {
    border-bottom: 2px solid #3F4EDF;
}
.bg-contact .contact-main .infoo  textarea {
    height: 180px;
    padding: 10px 0px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #999;
    outline: none;
}
.bg-contact .contact-main .infoo textarea:focus ~ label {
    top: -12px;
    left: 16px;
    color: #3F4EDF;
    font-size: 13px;
    font-weight: bold;
}
.bg-contact .contact-main .infoo textarea:valid ~ label {
    top: -12px;
    left: 16px;
    color: #3F4EDF;
    font-size: 13px;
    font-weight: bold;
}
.bg-contact .contact-main .button {
    text-align: center;
}
.bg-contact .contact-main .button input[type="submit"] {
    border-bottom: none;
    cursor: pointer;
    background-color:#3F4EDF ;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 40px;
    border-radius: 35px;
    outline: none;
    border: none;
    font-size: 16px;
    transition: all .3s ease;
}
.bg-contact .contact-main .button input[type="submit"]:hover {
    background-color: #fff;
    color: #3F4EDF;
    box-shadow: 0 0 10px #3f4fdf6b;
}
.footer-contact {
    text-align: center;
    color: #242732;
}
.footer-contact .contact-us {
    padding-bottom: 30px;
}
.footer-contact .contact-us i {
    color: #3F4EDF;
    font-size: 45px;
    transition: all .3s ease;
}
.footer-contact .contact-us:hover > i {
    transform: rotateZ(8deg);
    cursor: pointer;
}
.footer-contact .contact-us h5 {
    font-size: 20px;
    padding: 10px 0 10px;
}
.footer-contact .contact-us p {
    font-weight: 500;
    line-height: 28px;
}


/* Start footer */
.bg-footer {
    background-color: #F6F7FD;
    padding: 100px 0;
    color: #242732;
}
.footer-main {
    justify-content: space-between;
}
.footer-main .footer-left h5 {
    font-size: 20px;
    line-height: 28px;
}
.footer-main .footer-left p {
    line-height: 28px;
    font-weight: 500;
    padding-top: 20px;
}
.footer-main .footer-right {
    text-align: right;
}
.footer-main .footer-right a i {
    color: #242732;
    padding: 5px 5px;
    font-size: 25px;
    transition: all .3s ease;
}
.footer-main .footer-right a i:hover {
    color: #3F4EDF;
}
.footer-main .footer-right p {
    padding-top: 10px;
    font-weight: 500;
}
.footer-main .footer-right span {
    font-size: 18px;
}
@media (max-width: 990px) {
    .menu .navbar {
        display: none;
    }
    .slide-side p
    .slide-side h2 {
        font-size: 48px;
    }
    .slide-side {
        padding: 200px 0;
    }
    .about-main .about-info {
        padding-top: 30px;
    }
    .mdcenter {
        text-align: center;
        margin: 0;
    }
    .blog-main .blog-content-1 .port-inner {
        height: 400px;
    }
}
@media (max-width: 48rem) {
    .slide-side h2 {
        font-size: 48px;
    }
    .slide-side p {
        font-size: 16px;
    }
    .slide-side  {
        padding: 150px 0;
    }
    .about-info-contact .about-left {
        padding: 0;
    }
    .smcenter {
        text-align: center;
        margin: 0;
    }
    .bg-experience {
        padding: 50px 0;
    }
    .experience-main .experience-left {
        padding-bottom: 30px;
    }
    .bg-service {
        padding: 50px 0;
    }
    .client-main .client-content {
        padding-bottom: 30px;
    }
    .blog-main {
        padding: 50px 0;
    }
    .blog-main .blog-content .port-inner {
        height: 300px;
    }
    .bg-footer {
        text-align: center;
    }
    .bg-footer .footer-right {
        text-align: center;
    }
}