/*--------------------------------------------------------------------- 
File Name: responsive.css 
---------------------------------------------------------------------*/

@media (min-width: 1343px) and (max-width: 1500px) {
    .full_bg {
        height: 100%;
    }

    #banner1 .carousel-control-next {
        right: 43.7%;
    }

    #myCarousel .carousel-control-next {
        right: 43.7%;
    }
}

@media (min-width: 1200px) and (max-width: 1342px) {
    .full_bg {
        height: 100%;
    }

    #banner1 .carousel-control-next {
        right: 42.1%;
    }

    #myCarousel .carousel-control-next {
        right: 42.1%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .full_bg {
        height: 100%;
    }

    .site-navbar ul li {
        padding-right: 57px;
    }

    .mar_right {
        margin-right: 0;
    }

    .creative .read_more {
        max-width: 185px;
        margin-right: 0;
    }

    #banner1 .carousel-control-next {
        right: 39.1%;
    }

    #myCarousel .carousel-control-next {
        right: 39.1%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .full_bg {
        height: 100%;
    }

    .site-navbar ul li {
        padding-right: 31px;
    }

    .mar_right {
        margin-right: 0;
    }



    .creative h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .creative p {
        padding: 5px 0 15px 0;
    }

    .creative .read_more {
        max-width: 142px;
        margin-right: 0;
    }

    #banner1 .carousel-control-next {
        right: 39.1%;
    }

    #banner1 .carousel-control-prev {
        left: 40.7%;
    }

    #myCarousel .carousel-control-next {
        right: 39.1%;
    }

    #myCarousel .carousel-control-prev {
        left: 40.7%;
    }

    .titlepage h2 {
        font-size: 37px;
        line-height: 45px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .full_bg {
        height: 100%;
    }

    .grid {
        display: grid;
    }

    .order {
        order: -1;
    }

    .mar_right {
        margin-right: 0px;
    }

    .about_img,
    .agency {
        margin-top: 30px;
    }

    #banner1 .carousel-control-prev,
    #banner1 .carousel-control-next {
        top: 103%;
    }

    #banner1 .carousel-control-next {
        right: 36.7%;
    }

    #banner1 .carousel-control-prev {
        left: 36.7%;
    }

    #myCarousel .carousel-control-prev,
    #myCarousel .carousel-control-next {
        top: 108%;
    }

    #myCarousel .carousel-control-next {
        right: 36.7%;
    }

    #myCarousel .carousel-control-prev {
        left: 36.7%;
    }

    .titlepage h2 {
        font-size: 37px;
        line-height: 45px;
    }

    .pro_file span {
        padding-bottom: 30px;
    }

    .d_none {
        display: none !important;
    }

    .agency {
        margin-top: 30px;
    }

    .latest {
        max-width: 377px;
        margin: 0 auto;
        margin-bottom: 55px;
    }

    /* navbar css for mobile start */
    .nav-toggler {
        display: block;
        position: absolute;
        right: 15px;
        z-index: 99999;
    }

    .site-navbar {
        min-height: 60px;
    }

    .site-navbar ul {
        position: absolute;
        width: 100%;
        left: -15px;
        top: 60px;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: .3s;
        z-index: 99999;
        box-shadow: 0 0 10px rgb(192, 190, 182);
    }

    .site-navbar ul li {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }

    .site-navbar ul li a {
        padding: 25px 25px 0px 25px;
    }

    .site-navbar ul.open {
        max-height: 100vh;
        padding-bottom: 25px;
        overflow: visible;
    }

    /* navbar css for mobile end */
}

@media(min-width: 576px) {
    .mboile-non {
        display: block;
    }

    .laptop-top {
        display: none;

    }

 
}

@media (max-width: 575px) {
    .fixed-icon a img{
        width: 45px;
        height: 45px;
      
    }
    
    .footer{
        padding: 40px 0 !important;
    }

    .full_bg{
        background-image: url('../images/bg-main.jpeg') !important;
        /* background: none; */
    }

    .main-opaciy{
        background-color: rgb(255, 255, 255, 0.9);
    }

    .site-navbar ul li{
        border-bottom: 1px solid black;
    }

    .title-custom h2 {
        font-size: 30px;
    }

    .main_form .send_btn {
        max-width: 100%;
        border-radius: 20px;
    }

    .gallery_wrap img{
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .pro_file i img{
        height: 100px;
        width: 100px;
    }

    .test_box p {
        text-align: center;
    }

    .laptop-top {
        display: block;
        font-family: cursive;
        color: black;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }

    .main_form .form_control, .main_form .textarea {
        border-radius: 5px;
    }

    .mboile-non {
        display: none !important;
    }

    .aobut-title h2 {
        font-size: 30px;
    }

    .about {
        text-align: center;
    }

    .mobile {
        display: none;
    }

    .creative h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .read_more {

        max-width: auto;
        font-size: 14px;
        height: auto;
        line-height: 31px;
        text-align: center;
        padding: 5px 30px;
        text-transform: uppercase;

    }


    .creative p {
        color: #101010;
        padding: 30px 0 45px 0;
        line-height: 30px;
    }

    .creative {
        padding-top: 20px;
    }

    .mobile-none {
        display: none;
    }

    .full_bg {
        height: 100%;
    }

    .slider_main {
        padding: 50px 0 30px 0;
    }

    .logo {
        text-align: left;
    }

    .about_img,
    .agency {
        margin-top: 30px;
    }

    .creative .read_more {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .mar_right {
        margin-right: 0px;
    }

    #banner1 .carousel-control-prev,
    #banner1 .carousel-control-next {
        top: 103%;
    }

    #banner1 .carousel-control-next {
        right: 25.7%;
    }

    #banner1 .carousel-control-prev {
        left: 25.7%;
    }

    #myCarousel .carousel-control-prev,
    #myCarousel .carousel-control-next {
        top: 108%;
        left: 35%;
    }

    #myCarousel .carousel-control-next {
        right: 25.7%;
    }

    #myCarousel .carousel-control-prev {
        left: 25.7%;
    }

    .titlepage h2 {
        font-size: 37px;
        line-height: 45px;
    }

    .pro_file span {
        padding-bottom: 30px;
    }

    .grid {
        display: grid;
    }

    .order {
        order: -1;
    }

    .latest {
        max-width: 317px;
        margin: 0 auto;
        margin-bottom: 55px;
    }

    .titlepage h2 {
        line-height: 40px;
        font-size: 28px;
    }

    .d_none {
        display: none !important;
    }

    /* navbar css for mobile start */
    .navbar-area {
        margin-top: -67px;
    }

    .nav-toggler {
        display: block;
        position: absolute;
        right: 15px;
        z-index: 99999;
    }

    .site-navbar {
        min-height: 60px;
    }

    .site-navbar ul {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 0px;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: .3s;
        z-index: 99999;
        box-shadow: 0 0 10px rgb(192, 190, 182);
    }

    .site-navbar ul li {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }

    .site-navbar ul li a {
        padding: 10px 25px 10px 25px;
        color: black;
    }

    .site-navbar ul.open {
        max-height: 100vh;
        padding-bottom: 25px;
        overflow: visible;
    }
}