body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'poppins-regular';
    color: #1A1A22;
    font-size: 17px;
    line-height: 30px;
    overflow-x: hidden;
    overflow-y: hidden;

}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}




@font-face {
    font-family: 'poppins-regular';
    src: url("../fonts/poppins-regular.ttf");
}

@font-face {
    font-family: 'poppins-medium';
    src: url("../fonts/poppins-medium.ttf");
}

@font-face {
    font-family: 'poppins-semiBold';
    src: url("../fonts/poppins-semiBold.ttf");
}
@font-face {
    font-family: 'poppins-bold';
    src: url("../fonts/poppins-bold.ttf");
}
@font-face {
    font-family: 'exo2-bold';
    src: url("../fonts/exo2-bold.ttf");
}
@font-face {
    font-family: 'exo2-black';
    src: url("../fonts/exo2-black.ttf");
}
@font-face {
    font-family: 'exo2-semiBold';
    src: url("../fonts/exo2-semiBold.ttf");
}



/*Header Section*/


header .container-fluid{
    max-width: 80% !important;
}

header .navbar .container-fluid{
    max-width: 100% !important;
}

header .top-bar{
    background-color: #1A1A22;
    color: #fff;
    height: 60px;
}

header .top-bar h5{
    color: #fff;
    font-family: 'poppins-medium';
    font-size: 17px;

}

header .top-bar .social-icons ul{
    margin: 0;
    padding: 0;
    display: flex;
}

header .top-bar .social-icons ul li{
    list-style: none;
    margin: 0 10px;
    color: #fff;
}

header .call-us i{
    color: #1A1A22;
    font-size: 23px;
}

.call-us a:hover{
    color: #1ea3ed ;
}

header .call-us a{
    color: #1A1A22;
    text-decoration: initial;
    transition: .2s all;
}

header .call-us h6{
    font-size: 14px;
    opacity: .7;
}

header .call-us h4{
    font-size: 20px;
    font-family: 'poppins-semiBold';
}

header .logo-bar{
    height: 145px;
    border-bottom: 1px solid #0000000f;
}
.vertical-line{
    background-color: #0000000f;
    height: 115px;
    width: 1px;
    margin: 0 30px;
}

header .nav-link{
    font-family: 'poppins-medium';
    font-size: 17px;
    color: #1A1A22;
    padding: 10px 40px 10px 0px !important;
}
    header .navbar-brand{
        display: none;
    }



.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #1ea3ed ;
}
.nav-link:hover, .nav-link:focus {
   color: #1ea3ed ;
}





/*HERO SECtion*/

#hero-section{
    position: relative;
}

#hero-section .carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
        width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#hero-section .carousel-content h1{
    font-size: 70px;
    color: #fff;
    font-family: 'exo2-bold';
    line-height: 90px;
    text-transform: uppercase;
}

#hero-section .carousel-content p{
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    margin-right: 23%;
}
#hero-section .carousel-content .search-bar{
    position: relative;
}
#hero-section .carousel-content .search-bar .bi-search{
        position: absolute;
    top: 24%;
    right: 52%;
    z-index: 8;
}
#hero-section .carousel-content .search-bar .form-control{
    width: 50%;
    height: 60px;
    border-radius: 50px;
    border:1px solid #1A1A22;
    font-size: 14px;
    color: #1A1A22;
    padding: 20px 30px;

}

.review-bar h5{
    font-size: 18px;
    color: #fff;
    font-family: 'poppins-semiBold';
}

.review-bar h6{
    font-size: 15px;
    color: #fff;
}


#hero-section .owl-theme .owl-nav {
    z-index: 9;
    position: absolute;
    top: 50%;
    width: 100%;
}

#hero-section .owl-carousel {
    z-index: auto;
}

#hero-section  .owl-prev{
    position: absolute;
    left: 3%;
    font-size: 60px !important;
    width: 64px;
    height: 64px;
    border: 4px solid #fff !important;
    border-radius: 50% !important;
    color: #fff !important;
    background-image: url("../img/arrow-left-solid.svg") !important;
    background-repeat: no-repeat !important;
    background-size: initial !important;
    background-position: 50% 50% !important;
        opacity: .3;
}

#hero-section  .owl-prev span{
    display: none;     
}

#hero-section  .owl-next span{
    display: none;     
}

/*.owl-theme .owl-nav [class*=owl-]:hover {
    background: #0000003d !important;
}*/

/*.owl-prev span:after{
    content: "\25AE";  
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
}
*/
#hero-section .owl-next{
    position: absolute;
    right: 3%;
    font-size: 60px !important;
    width: 64px;
    height: 64px;
    border: 4px solid #fff !important;
    border-radius: 50% !important;
    color: #fff !important;
    background-image: url("../img/arrow-right-solid.svg") !important;
    background-repeat: no-repeat !important;
    background-size: initial !important;
    background-position: 50% 50% !important;
        opacity: .3;
}




.clients {
    text-align: center;
}

.clients img {
    width: 70%;
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 40px 0;
    opacity: .5;
}

.clients img:hover {
    filter: none;
    transform: scale(1.1);
    opacity: 1;
}


#popular-section h4{
    font-size: 24px;
    font-family: 'exo2-bold';
    color: #1A1A22;
}

#popular-section .container-fluid{
    width: 90% !important;
}

#popular-section{
margin: 50px 0;
}

#popular-section h5{
    font-size: 18px;
    font-family: 'poppins-semibold';
}

#popular-section .owl-prev {
    font-size: 60px !important;
    width: 40px;
    height: 40px;
    background: #EEEEEE;
    border-radius: 50% !important;
    color: #fff !important;
    background-image: url(../img/arrow-left-solid-black.svg) !important;
    background-repeat: no-repeat !important;
    background-size: initial !important;
    background-position: 50% 50% !important;
}
#popular-section .owl-next {
    font-size: 60px !important;
    width: 40px;
    height: 40px;
    background: #EEEEEE;
    border-radius: 50% !important;
    color: #fff !important;
    background-image: url(../img/arrow-right-solid-black.svg) !important;
    background-repeat: no-repeat !important;
    background-size: initial !important;
    background-position: 50% 50% !important;
}
#popular-section .owl-theme .owl-nav {
    position: absolute;
    bottom: -20px;
    right: 0;
}

#popular-section img{
    border-radius: 10px;
}


/*PORTFOLIO SECTION*/

#portfolio-section{
    margin-top: 30px;
}

.portfolio-icon-div{
    background-color: #EBEBEB;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#portfolio-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #1A1A22;
    background-color: transparent;
    border-bottom: 5px solid #1A1A22;
    border-radius: 0;
}

#portfolio-section .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show{
    color: #1A1A22;
    background-color: transparent;
    border-bottom: 5px solid #1A1A22 !important;
    border-radius: 0;
    border:none;
}
#portfolio-section .btn-outline-dark{
    font-size: 16px;
    font-family: 'poppins-semiBold';
    color: #1A1A22;
    padding: 20px;
    border:none;
    border-radius: 0px;
    transition: .3s all;
    height: 77px;
    position: relative;
}

#portfolio-section .portfolio-menu ul{

    border-bottom: 1px solid #0000000f;
    flex-wrap: wrap;
}
#portfolio-section .btn:hover {
    color: #1A1A22;
    background-color: transparent;
}
#portfolio-section .nav-link{
    font-size: 16px;
    font-family: 'poppins-semiBold';
    color: #1A1A22;
    padding: 20px;
}

#portfolio-section #pills-tab{
    padding: 0 70px;
    border-bottom: 1px solid #0000000f;
}

#portfolio-section .portfolio-item .item p{
    color: #1E1810;
    opacity: .5;
    text-decoration: underline;
    text-align: center;
    font-size: 15px;
    font-family: 'poppins-medium';
}

#portfolio-section .portfolio-item .item h6{
    font-size: 15px;
    font-family: 'poppins-medium';
    text-align: center;
}

#portfolio-section .portfolio-item{
    margin-top: 100px;
}
#portfolio-section .portfolio-menu{
    margin-bottom: 100px;
}

.main-heading{
    font-size: 48px;
    font-family: 'exo2-bold';
    color: #1A1A22;
    
}

.main-heading span{
    background: linear-gradient(to right, #ED5F77, #FABA1D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-heading{
    font-size: 24px;
    font-family: 'poppins-semiBold';
    color: #1A1A22;
}

#portfolio-section .sub-heading{
    position: relative;
}

#portfolio-section .sub-heading:after{
        content: "";
    width: 20%;
    height: 30px;
    background: url(../img/zig-zag-line.png);
    background-repeat: no-repeat;
    bottom: -40px;
    left: 46%;
    position: absolute;
}


/*creative section*/

#creative-section{
    margin: 100px 0;
}

#creative-section .main-heading{
    padding-right: 20%;
}


#creative-section .main-heading em{
    font-style: normal;
    position: relative;
}

#creative-section .main-heading em:after{
    content: "";
    width: 100%;
    height: 30px;
    background: url(../img/gradient-zig-zag-line.png);
    background-repeat: no-repeat;
    bottom: -27px;
    left: 4%;
    position: absolute;
}

#creative-section .main-heading em:before{
    content: "";
    width: 100%;
    height: 50px;
    background: url(../img/splash-img.png);
    background-repeat: no-repeat;
    top: -15px;
    left: 100%;
    position: absolute;
}


.tags-container{
    background-color: #F8F8F8;
    border-radius: 50px;
    padding: 10px 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: 'poppins-medium';
    
    transition: transform 1s ease-in-out;
}
.tags-container:hover{
transform: rotate(360deg) !important;
}

.tags-container img{
    width: 35px;
}

.video-box{
    background-color: #3B1ABF;
        background-color: #3B1ABF;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}




/*About Section*/

#about-section{
 background-color: #F8F8F8;
 padding: 150px 0 240px 0;
}

#about-section .service-img{
    position: relative;
    left: -30px;
}

.about-img-video-box{
    position: relative;
}

.about-video{
    width: 350px;
    height: 350px;
    position: absolute;
    bottom: -19%;
    right: 15%;
    border-radius: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
}


/*expertise-section*/

#expertise-section{
    padding: 150px 0;
     background-image: url("../img/expertise-background.png"); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

#expertise-section h3{
    position: relative;
}

#expertise-section h3:after{
    
    content: "";
    width: 20%;
    height: 90px;
    background: url(../img/expertise-expression.png);
    background-repeat: no-repeat;
    top: -34px;
    left: 31%;
    position: absolute;
}

#expertise-section .expertise-box{
    background-color: #fff;
    box-shadow: 0px 24px 80px #00000012;
    padding: 40px;
    border-radius: 20px;
    position: relative;
}

#expertise-section .expertise-box .expertise-icon{
    background-color: #fff;
    box-shadow: -3px -1px 14px #00000010;
    height: 74px;
    width: 74px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20%;
    left: 10%;
}

#expertise-section .expertise-box .expertise-info h4{
    font-size: 20px;
    font-family: 'poppins-bold';
}

.read-more-btn {
    border-radius: 10px;
    padding: 5px 15px;
}


.mt-150{
    margin-top: 150px;
}

.mt-100{
    margin-top: 100px;
}


/*work-with-designer-section*/


#work-with-designer-section{
    margin: 150px 0;
}

#work-with-designer-section h3{
    font-size: 48px;
    font-family: 'exo2-bold';
    line-height: 60px;
}


/*team-section*/

#team-section{
    padding: 100px;
    background-image: url("../img/team-section-bg.png"); /* The image used */
  background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

#team-section .team-member-box h6{
    font-size: 15px;
    opacity: .7;
}

#team-section .team-member-box h4{
    font-size: 30px;
    font-family: 'exo2-semiBold';
}

#team-section .main-heading{
        padding: 0 25%;
}


/*project-in-mind*/


#project-in-mind{
    margin: 50px 0;
        padding: 100px 0 100px 100px;
    background-image: url("../img/project-in-mind-img.png"); /* The image used */
  background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}


#project-in-mind h3{
    font-size: 48px;
    font-family: 'exo2-bold';
    line-height: 60px;
    padding: 0 10% 0 6%;
}

#project-in-mind p{
    padding: 0 10% 0 6%;
}




/*testimonial-section*/


#testimonial-section{
    padding: 100px 0;
}

#testimonial-section .review-icons ul{
    margin: 0;
    padding: 0;
    display: flex;
    margin-top: 10px;
}

#testimonial-section .review-icons ul li{
    list-style: none;
    margin-right: 5px;
}

#testimonial-section p{
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}

#testimonial-section h5{
    font-size: 17px;
    font-family: 'poppins-semiBold';
}

#testimonial-section h6{
    font-size: 15px;
    margin-top: 5px;
}

#testimonial-section .review-box{
    background-color: #fff;
    box-shadow: 1px 1px 10px #00000010;
    border-radius: 20px;
    padding: 40px;
    position: relative;
}
.cust-img-box img{
    width: initial !important;
}

#testimonial-section .cust-img-box {
    position: absolute;
    top: -40px;
}

#testimonial-section .owl-carousel.owl-drag .owl-item {
    padding: 50px 0;
}

#testimonial-section .owl-prev{
    
    font-size: 60px !important;
    width: 40px;
    height: 40px;
    background: #EEEEEE;
    border-radius: 50% !important;
    color: #fff !important;
    background-image: url(../img/arrow-left-solid-black.svg) !important;
    background-repeat: no-repeat !important;
    background-size: initial !important;
    background-position: 50% 50% !important;
}

#testimonial-section .owl-next{
    
    font-size: 60px !important;
    width: 40px;
    height: 40px;
    background: #EEEEEE;
    border-radius: 50% !important;
    color: #fff !important;
    background-image: url(../img/arrow-right-solid-black.svg) !important;
    background-repeat: no-repeat !important;
    background-size: initial !important;
    background-position: 50% 50% !important;
}

#testimonial-section  .owl-prev span{
    display: none;     
}

#testimonial-section  .owl-next span{
    display: none;     
}

#testimonial-section .owl-theme .owl-nav{
    position: absolute;
    bottom: -20px;
    right: 0;
}


#testimonial-section .main-heading em:before {
    content: "";
    width: 130px;
    height: 100px;
    background: url(../img/say-img.png);
    background-repeat: no-repeat;
    top: -25px;
    left: 50%;
    position: absolute;
}

#testimonial-section .main-heading em {
    font-style: normal;
    position: relative;
}

#testimonial-section  .main-heading {
    width: 42%;
}

/*quote-section*/


#quote-section{
    background-image: url("../img/quote-section-bg.png"); /* The image used */
  background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 850px;
    display: flex;
    align-items: center;
    margin-top: 170px;
}

#quote-section .talk-to-us-box{
    background-color: #dbdbdb42;
    padding: 80px;
    position: absolute;
    top: -18%;
    width: 70%;
}

#quote-section .talk-to-us-box h4{
    font-size: 40px;
    color: #c3c3c3;
    line-height: 48px;
    font-family: 'exo2-semiBold';
    width: 45%;
}

#quote-section .talk-to-us-box h6{
    font-size: 24px;
    color: #000;    
}

#quote-section .talk-to-us-box h5{
    font-size: 30px;
    color: #c3c3c3;  
    font-family: 'exo2-semiBold';  
}

#quote-section .talk-to-us-box h5 span{
    color: #7b7b7b !important;
}

.big-idea-box{
    width: 40%;
}

#quote-section .start-project-btn {
    font-size: 16px !important;
    padding: 10px 15px !important;
    margin-left: 0 !important;
    background: #fff;
    color: #000;
}

#quote-section h6{
    font-size: 21px;
    color: #fff;    
}

#quote-section h2{
    font-size: 64px;
    color: #fff;   
    line-height: 100px; 
    font-family: 'exo2-bold';
    text-transform: uppercase;
    text-align: center;
}

#quote-section .btn-dark{
    font-size: 21px;
    padding: 10px 30px;
}




/*contact-us-section*/

#contact-us-section{
    margin: 120px 0 100px 0;
}

#contact-us-section .form-control{
        height: 60px;
    background: #F3F3F3;
    border: 0px;
    font-size: 15px;
    padding: 0 25px;
    color: #6A6A6A;
}

#contact-us-section .text-area-control{
    height: 100% !important;
    padding: 20px 25px;
}

#contact-us-section .form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

#contact-us-section .btn-dark {
    font-size: 21px;
    padding: 10px 30px;
}

#contact-us-section .contact-img-box{
    background: #f3f3f3;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow:hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 710px;
}

#contact-us-section .contact-img-box img{
        position: absolute;
    top: 30px;
    left: 30px;
}

#contact-us-section hr{
        margin: 0 0 1rem 0;
    color: inherit;
    border: 0;
    border-top: 5px solid #f3f3f3 !important;
    opacity: 1;
}



/*Footer Section*/

footer p{
    font-size: 16px;
    line-height: 20px;
}

footer h3{
    font-size: 21px;
    font-family: 'exo2-semiBold';
}

footer ul{
    margin: 0;
    padding: 0;
}

footer ul li{
    list-style: none;
    display: flex;
    align-items: center;
}

footer ul a{
        text-decoration: inherit;
    color: #1A1A22;
    font-size: 16px;
}

footer .social-icons{
    display: flex;
}

footer .social-icons li{
    margin-right: 20px;
    font-size: 20px;
}

footer h6{
    font-size: 16px;
}

footer .footer-navs {
    display: flex;
    justify-content: center;
}

footer .footer-navs ul{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
}
footer .footer-navs ul a{
    font-weight: 600;
}

footer .footer-navs ul li{
    margin-right: 30px;
}

.navbar-collapse .call-mail-section{
    display: none !important;
}



.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #3c97e8;
    color: #fff;
    transition: all 0.4s;
}

#button {
    display: inline-block;
    background-color: #1ea3ed;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: initial;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #262626;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}


.portfolio-item .item:hover>img{
    scale: 120%;
}
#about-section .service-img{
    transition: .3s all;
        top: 20px;
}

#about-section .service-img:hover{
    top: 0;
}

#expertise-section .expertise-box {
    transition: all .5s;
    position: relative;
    top: 20px;
}
#expertise-section .expertise-box:hover {
    top: 0;
}
#expertise-section .expertise-box:hover>.expertise-icon{
    border: 2px dashed #1A1A22;
}

#work-with-designer-section img{
    top: 20px;
    transition: all .5s;
    position: relative;
}

#work-with-designer-section img:hover{
    top: 0;
}

/*.logo-portfolio .item {
    border: 1px solid #000;
    padding: 4px;
    border-radius: 10px;
}
*/
.inner-portfolio .portfolio-item .item h6 {
    font-size: 17px !important;
    font-family: 'poppins-Semibold' !important;
    text-align: center;
    padding: 20px 0 10px;
}

.inner-portfolio .skills {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-portfolio .skills span {
        margin-right: 8px;
    margin-bottom: 2px;
    border: 1px solid #798088;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 12px;
    color: #798088!important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 22px;
}

.inner-portfolio .sub-heading:after {
    left: 46% !important;
}

.portfolio-menu li:hover > .dropdown-menu{
    display: block;
}

.portfolio-menu .dropdown-menu{
    position: absolute;
    top: 100%;
}
#our-services-section img {
    top: 20px;
    transition: all .5s;
    position: relative;
}
#our-services-section img:hover {
    top: 0px;
}

#trending-projects .t-project-box .t-project-img img{
    top: 20px;
    transition: all .5s;
    position: relative;
}

#trending-projects .t-project-box .t-project-img img:hover {
    top: 0px;
}












.portfolio-menu .dropdown-menu::before {
    content: "";
  position: absolute;
  border-color: rgba(194, 225, 245, 0);
  border: solid transparent;
  border-bottom-color: white;
  border-width: 11px;
  margin-left: -10px;
  top: -21px;
  right: 65px;
  z-index: 1;
}

.portfolio-menu .dropdown-menu::after {
    content: "";
    position: absolute;
    right: 66px;
    top: -21px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: #00000063;
    z-index: 0;
}

.portfolio-menu .dropdown-menu .dropdown-item{
    font-size: 15px;
}

.portfolio-menu .dropdown-menu li{
    border-bottom: 1px solid #0000001f;
}

.portfolio-menu .dropdown-menu li {
    border-bottom: 1px solid #0000001f;
    padding: 3px 0;
}

.portfolio-menu .dropdown-menu li:last-child {
    border-bottom: none;
}

footer .container{
    max-width: 80% !important;
}




/*About US Page*/


#breadcrumb-section{
    background-image: url("../img/bradcrumb-img.png"); /* The image used */
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    display: flex;
    align-items: center;
    }

#breadcrumb-section h4{
    font-size: 56px;
    color: #fff;
    font-family: 'exo2-bold';
}

#breadcrumb-section h6{
    font-size: 18px;
    color: #fff;
    font-family: 'poppins-regular';
    margin-top: 20px;
}

#breadcrumb-section h6 span{
    font-size: 18px;
    color: #fff;
    font-family: 'poppins-bold';
}

#our-story-section .sub-heading{
    font-size: 21px;
    font-family: 'poppins-medium';
    color: #1A1A22;
    opacity: .7;
}
#our-story-section{
padding: 150px 0 240px 0;
}

#trending-projects{
    margin:150px 0;
}

#trending-projects .t-project-box .t-project-text h5{
    font-size: 27px;
    font-family: 'exo2-semiBold';
    color: #262626;
}

#trending-projects .t-project-row{
    margin-top: 80px;
}
#our-services-section{
    margin: 150px 0;
}

#our-services-section h5{
    font-size: 17px;
    font-family: 'poppins-semibold';
}

#our-services-section .service-tags a{
    font-size: 17px;
    font-family: 'poppins-semibold';
    color: initial;
    margin-right: 10px;
}













@media (min-width: 1400px){
#hero-section .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px !important;
}
}


@media (max-width: 1440px) {
    #hero-section .carousel-content h1 {
    font-size: 60px;
    line-height: 70px;
}
#contact-us-section .contact-img-box {
    height: 620px;
}
#expertise-section h3:after {
    left: 31%;
}
#portfolio-section .sub-heading:after {
    left: 45%;
}
}

@media (max-width: 1280px) {
    header .call-us h4 {
    font-size: 18px;
}
header .top-bar h5 {
    font-size: 16px;
}
header .nav-link {
    font-family: 'poppins-medium';
    font-size: 16px;
}
#hero-section .carousel-content h1 {
    font-size: 55px;

}
#hero-section .carousel-content p {
    font-size: 16px;
}
#hero-section .owl-prev {
    position: absolute;
    left: 1%;
}
#hero-section .owl-next {
    position: absolute;
    right: 1%;
}
body{
    font-size: 16px;
}
#work-with-designer-section h3 {
    font-size: 42px;
}
.main-heading {
    font-size: 42px;
}
#portfolio-section .portfolio-menu {
    margin-bottom: 70px;
}
#portfolio-section .portfolio-item {
    margin-top: 90px;
}
#about-section {
    background-color: #F8F8F8;
    padding: 120px 0 220px 0;
}
#project-in-mind h3 {
    padding: 0 10% 0 0%;
        font-size: 42px;
    line-height: 50px;
}
#project-in-mind p {
    padding: 0 10% 0 0%;
}
#project-in-mind {
    margin: 50px 0;
    padding: 100px 0 100px 0px;
}
#project-in-mind button{
    margin-left: 0px !important;
}
#quote-section .talk-to-us-box h4 {
    font-size: 30px;
    line-height: 38px;
    width: 55%;
}
#quote-section .talk-to-us-box {
    padding: 80px;
    width: 80%;
    top: -13%;
}
#quote-section h2 {
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    margin-top: 10px;
}
#quote-section .btn-dark {
    font-size: 18px;
}
#contact-us-section .btn-dark {
    font-size: 18px;
}
.review-bar h5 {
    font-size: 16px;
}
#quote-section {
    height: 710px;
}
#portfolio-section .sub-heading:after {
    left: 44%;
}
}


@media (max-width: 1024px) {
    #hero-section .carousel-content h1 {
    font-size: 45px;
    line-height: 50px;
}
#hero-section .carousel-content p {
    font-size: 16px;
    line-height: 24px;
}
#hero-section .carousel-content .search-bar .form-control {
    width: 50%;
    height: 50px;
}
#hero-section .owl-next {
    width: 50px;
    height: 50px;
}
#hero-section .owl-prev {
    width: 50px;
    height: 50px;
}
#hero-section .owl-theme .owl-nav {
    top: 63%;
}
#portfolio-section .btn-outline-dark {
    font-size: 15px;
}
.main-heading {
    font-size: 38px;
}
.sub-heading {
    font-size: 21px;
}
#portfolio-section .sub-heading:after {
    left: 42%;
}
#expertise-section .expertise-box .expertise-info h4 {
    font-size: 18px;
}
#expertise-section .expertise-box {
    padding: 30px 20px 20px 20px;
}
#work-with-designer-section h3 {
    font-size: 38px;
    line-height: 45px;
}
#team-section .team-member-box h4 {
    font-size: 22px;
}
#project-in-mind h3 {
    font-size: 38px;
    line-height: 50px;
}
#testimonial-section .review-box {
    padding: 40px 20px 20px 20px;
}
#quote-section .talk-to-us-box {
    padding: 50px;
}
#quote-section .talk-to-us-box h4 {
    font-size: 28px;
    line-height: 38px;
    width: 53%;
}
#quote-section .talk-to-us-box h5 {
    font-size: 30px;
}
#quote-section h2 {
    font-size: 38px;
    color: #fff;
    line-height: 50px;
    margin-top: 20px;
}
#contact-us-section .contact-img-box {
    height: 580px;
}
#quote-section {
    height: 640px;
}
#hero-section .carousel-content {
    left: 150px;
    width: 80%;
}
#portfolio-section .sub-heading:after {
    left: 43%;
}

}

@media (max-width: 991px) {
    .logo-bar{
        display: none !important;
    }
    .navbar-brand{
        display: block !important;
    }
    .navbar-collapse .call-mail-section{
    display: block !important;
}
#hero-section .owl-theme .owl-nav {
    top: 50%;
}
header .call-us h4 {
    font-size: 16px;
}
header .call-us i {
    color: #1A1A22;
    font-size: 16px;
}
#creative-section .main-heading em:before {
    content: none;
}
#creative-section .main-heading em:after {
    left: -1%;
}
.about-video {
    width: 70%;
    height: 70%;
    bottom: 9%;
    right: -15%;
}
#about-section {
    padding: 120px 0 120px 0;
}

#expertise-section .mt-150 {
    margin-top: 60px;
}
.expert-flex{
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.expert-flex .mt-100{
    margin-top: -60px;
}
.expert-margin{
    margin-left: 50px;
}
#expertise-section h3:after {
    left: 23%;
}
.border-end{
    border-right: 0px !important;
}
#team-section .main-heading {
    padding: 0 0%;
}
#testimonial-section .main-heading {
    width: 100%;
}
#testimonial-section .main-heading em:before {
    content: none;
}
#quote-section {
    height: 610px;
}
#work-with-designer-section h3 {
    font-size: 34px;
}
#expertise-section {
    padding: 0px 0;
}
#our-story-section {
    padding: 150px 0 130px 0;
}
}


@media (max-width: 860px) {

#hero-carousel .item img {
    height: 500px !important;
}
}

@media (max-width: 768px) {
    #hero-carousel .item img{
        height: 500px !important;
    }
    #hero-section .carousel-content h1 {
    font-size: 38px;
    line-height: 46px;
}
#hero-section .carousel-content {
    left: 70px;
}
#expertise-section {
    padding: 100px 0;
}
#team-section {
    padding: 0px 0 100px 0;
}

#team-section .mt-100 {
    margin-top: 40px;
}

#quote-section .talk-to-us-box h4 {
    font-size: 24px;
    line-height: 29px;
        width: 53%;
}
#quote-section .talk-to-us-box {
    padding: 30px;
}
#quote-section .talk-to-us-box h5 {
    font-size: 23px;
}

#quote-section {
    height: 490px;
        margin-top: 30px;
}
#quote-section h2 {
    font-size: 34px;
}
#project-in-mind h3 {
    font-size: 34px;
}

}

@media (max-width: 767px) {
    .big-idea-box{
        width: 100%;
    }
header .top-bar h5 {
    font-size: 15px;
}
#hero-section .carousel-content h1 {
    font-size: 34px;
    line-height: 41px;
}
#hero-section .carousel-content p {
    font-size: 16px;
    line-height: 20px;
}
.main-heading {
    font-size: 34px;
}
#expertise-section h3:after {
    left: 17%;
}
.expert-flex{
    display: block;
}
.expert-flex .mt-100 {
    margin-top: 100px;
}
.expert-margin {
    margin-left: 0px;
}
#project-in-mind .container-fluid{
    padding: 0 100px;
}
#contact-us-section {
    margin: 70px 0 100px 0;
}
#contact-us-section .container-fluid{
    padding: 0 100px;
}
.navbar-collapse {
    padding-bottom: 30px;
}
#portfolio-section .btn-outline-dark {
    font-size: 15px;
    height: 60px;
    padding: 15px;
}
#popular-section .owl-theme .owl-nav {
    display: none;
}
#our-story-section {
    padding: 70px 0 50px 0;
}
#trending-projects {
    margin: 100px 0;
}
.t-project-row .mt-100 {
    margin-top: 0px;
}
}

@media (max-width: 425px) {
    #portfolio-section .sub-heading:after {
    left: 40%;
}
    header .top-bar h5 {
    display: none;
    }
    #hero-carousel .item img {
    height: 650px !important;
    max-width: initial !important;
        width: initial !important;
}
#breadcrumb-section {
    height: 250px !important; 
}
#breadcrumb-section h4 {
    font-size: 36px;
}
#breadcrumb-section h6 {
    font-size: 15px;
    margin-top: 10px;
}
#trending-projects .t-project-box .t-project-text h5 {
    font-size: 22px;

}
#our-services-section {
    margin: 60px 0;
}
#hero-section .carousel-content h1 {
    font-size: 28px;
    line-height: 38px;
}
#hero-section .carousel-content p{
margin-right:0px;
}
#hero-section .owl-theme .owl-nav{
    display: none;
}
#hero-section .carousel-content {
    left: 10px;
    width: 100%;
}
#hero-section .carousel-content .search-bar .form-control {
    width: 100%;
}
#hero-section .carousel-content .search-bar .bi-search {
    top: 20%;
    right: 23px;
}
.main-heading {
    font-size: 28px;
}
.sub-heading {
    font-size: 18px;
}
#creative-section .main-heading {
    padding-right: 0%;
}
.tags-container {
    background-color: #F8F8F8;
    border-radius: 50px;
    padding: 10px 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.about-video{
    display: none;
}

#expertise-section h3:after {
    left: 10%;
}
#work-with-designer-section {
    margin: 30px 0 70px;
}

.btn-dark{
    width: 100%;
    padding: 10px 30px;
}

.team-member-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#work-with-designer-section h3 {
    font-size: 27px;
    line-height: 37px;
}
#project-in-mind h3 {
    line-height: 36px;
}
#project-in-mind h3 {
    font-size: 27px;
}
#project-in-mind .container-fluid {
    padding: 0 15px;
}

#quote-section .talk-to-us-box h4 {
    font-size: 22px;
    line-height: 29px;
    width: 100%;
}
#quote-section .talk-to-us-box {
    padding: 20px;
    flex-direction: column;
    align-items: start !important;
    justify-content: center;
}
#quote-section .talk-to-us-box h6 {
    font-size: 18px;
    color: #fff;
}
#quote-section .talk-to-us-box h5 {
    font-size: 22px;
}
#quote-section h2 {
    font-size: 28px;
    line-height: 35px;
}
#quote-section h6 {
    font-size: 18px;
        margin-top: 58%;
}
#quote-section .btn-dark {
    font-size: 16px;
}
#contact-us-section .container-fluid {
    padding: 0 15px;
}
#contact-us-section .contact-img-box {
    height: 410px;
}
#testimonial-section {
    padding: 0px 0 100px 0;
}
#project-in-mind {
    margin: 50px 0;
    padding: 50px 0 70px 0px;
}
#team-section {
    padding: 0px 0 50px 0;
}
#team-section .mt-100 {
    margin-top: 10px;
}
#expertise-section {
    padding: 100px 0 60px;
}
#about-section {
    padding: 90px 0 90px 0;
}
#hero-carousel .item img {
    height: 490px !important;
}
#portfolio-section .btn-outline-dark {
    font-size: 15px;
    padding: 10px 15px;
    height: 60px;
}
#portfolio-section .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {

    border-bottom: 3px solid #1A1A22 !important;
}

#portfolio-section .portfolio-menu {
    margin-bottom: 50px;
}
#portfolio-section .portfolio-item {
    margin-top: 60px;
}
#project-in-mind h3 {
    line-height: 39px;
}
#project-in-mind p {
    padding: 0 10% 0 0%;
    margin-top: 20px;
}

.review-bar{
    flex-direction: column;
}
.navbar-brand img{
    width: 80%;
}
#portfolio-section .portfolio-menu ul{
    overflow-x: scroll;
    white-space: nowrap;
    display: block !important; 
}

}

@media (max-width: 320px) {
    #hero-section .carousel-content h1 {
    font-size: 23px;
    line-height: 32px;
}
#hero-section .carousel-content p {
    font-size: 16px;
    line-height: 17px;
}
.main-heading {
    font-size: 24px;
}
body {
    line-height: 24px;
}
#expertise-section h3:after {
    left: 5%;
    top: -42px;
}
#expertise-section .expertise-box .expertise-info h4 {
    font-size: 16px;
}
#work-with-designer-section h3 {
    font-size: 24px;
    line-height: 32px;
}
#project-in-mind h3 {
    font-size: 24px;
    line-height: 32px;
}
#quote-section .talk-to-us-box h4 {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
}
#quote-section h2 {
    font-size: 23px;
    line-height: 29px;
}
#quote-section h6 {
    font-size: 16px;
}
#quote-section .talk-to-us-box h6 {
    font-size: 16px;
    color: #fff;
}
#contact-us-section .contact-img-box {
    height: 310px;
}

}