@media (max-width: 1439px){
    .home-banner .carousel-item .text-item
    {
        padding: 10px 10px 20px 80px;
    }
}
/* ipad-pro */
@media(max-width: 1199px)
{
    .main-header .main-header-top .icon-area .social-icon .text-icon .text-main
    {
        padding-right: 2px;
        padding-left: 10px;
    }
    .main-header .main-header-top .icon-area .social-icon
    {
        position: absolute;
        padding-left: 210px;
        margin-top: -28px;
    }
    .main-header .main-header-top .other-info a
    {
        padding:0px 5px 0px 0px;
    }
    .navbar .navbar-nav ul > li{
        margin:0 5px;
    }
    .main-header .navbar-nav
    {
        padding-left: 50px !important;
    }
    .home-banner .carousel-item .text-item
    {
        padding: 10px 10px 20px 90px;
    }
    .home-banner .banner-one .coroner-left
    {
        width: 120px;
        height: 180px;
        top: -80px;
    }
    .home-banner .banner-one .coroner-right
    {
        width: 130px;
        height: 100px;
    }
    .home-banner .carousel-item .img-box .banner-two-img
    {
        left: 0px;
    }
    .home-banner .carousel-item .img-box .banner-three-img
    {
        left: 118px;
        width: 60px;
    }
    .home-banner .carousel-item .img-box .banner-four-img
    {
        width: 120px;
        top: 80px;
    }
    .home-banner .carousel-item .img-box .banner-five-img
    {
        width: 80px;
        right: 30px;
    }
    .home-banner .carousel-item .img-box .banner-six-img
    {
        width: 120px;
        bottom: 20px;
    }
    .home-banner .carousel-item .img-box .two-img
    {
        left: -20px;
    }
    .home-banner .carousel-item .img-box .three-img
    {
        left: 205px;
    }
    .home-banner .carousel-item .img-box .four-img
    {
        right: 120px;
        bottom: 70px;
    }
    .home-banner .carousel-item .img-box .five-img
    {
        width: 80px;
    }
    .sec-title h4::before
    {
        width: 25%;
    }
    .our-process .img-item img
    {
        margin-top: 100px;
    }
    .breadcrumbs .breadcrumb-text
    {
        left: 23%;
    }
    .process-one .content-item .process-item
    {
        min-height: 390px;
    }
}

/* ipad */
@media(max-width: 991px)
{
    .main-header-top
    {
        box-shadow: none !important;
        padding: 0;
    }
    .main-header .main-header-top .contact-info,
    .main-header .main-header-top .icon-area
    {
        display: none;
    }
    .main-header .main-header-top .mobile-icon
    {
        display: block;
    }
    .navbar .navbar-nav ul > li{
        margin:0 5px;
    }
    .main-header .navbar-nav
    {
        padding-left: 0px !important;
    }
    .brand-name img
    {
        width: 70%;
    }
    .navbar .navbar-nav ul > li > a{
        font-size:12px;
    }
    .main-header .navbar .navbar-nav ul > li > a span
    {
        padding-left: 3px;
    }
    .home-banner .carousel-item h1
    {
        font-size: 24px;
        margin: 0px 0px 10px;
    }
    .home-banner .carousel-item h3
    {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .home-banner .carousel-item h3 span
    {
        font-size: 20px;
        line-height: 24px;
    }
    .home-banner .carousel-item p
    {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .home-banner .carousel-item .img-box .banner-two-img
    {
        left: 0px;
        width: 70px;
    }
    .home-banner .carousel-item .img-box .banner-three-img
    {
        left: 88px;
        width: 45px;
    }
    .home-banner .carousel-item .img-box .banner-four-img
    {
        width: 80px;
        top: 60px;
    }
    .home-banner .carousel-item .img-box .banner-five-img
    {
        width: 60px;
        right: 30px;
    }
    .home-banner .carousel-item .img-box .banner-six-img
    {
        width: 110px;
        bottom: 10px;
    }
    .home-banner .carousel-item .img-box .two-img
    {
        left: -20px;
        width: 140px;
    }
    .home-banner .carousel-item .img-box .three-img
    {
        left: 135px;
        bottom: 10px;
    }
    .home-banner .carousel-item .img-box .four-img
    {
        right: 65px;
        bottom: 45px;
    }
    .home-banner .carousel-item .img-box .five-img
    {
        width: 50px;
        bottom: 0px;
        right: 20px;
    }
    .sec-title h4::before
    {
        width: 30%;
    }
    .our-process .img-item img
    {
        margin-top: 150px;
    }
    .breadcrumbs
    {
        height: 200px;
    }
    .breadcrumbs .breadcrumb-text
    {
        left: 15%;
    }
    .breadcrumbs .breadcrumb-text ul li span
    {
        margin-right: 10px;
    }
    .process-one
    {
        padding: 50px 0px 0px;
    }
    .process-one .content-item .process-item
    {
        margin-bottom: 60px;
        min-height: 300px;
    }
    .process-one .content-item .process-item-one
    {
        margin-bottom: 60px;
        min-height: auto;
    }
        
}

/* mobile */
@media(max-width: 767px){
    .navbar
    {
		padding:15px;
    }
    .main-header .navbar-nav
    {
        padding-left: 0px !important;
    }
    .navbar
    {
        box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    }
	.navbar .navbar-nav-toggle{
		display: flex;
	}
    .navbar .navbar-nav{
        max-height: 0;
        flex-basis: 100%;
        max-width: 100%;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .navbar .navbar-nav ul{
        background-color: #0062cc;
        margin-top:12px;
    }
    .navbar .navbar-nav ul > li{
        display: block;
        margin:0;
    }
    .navbar .navbar-nav ul > li > a::before{
        content: none;
    }
    .navbar .navbar-nav ul > li > a {
        padding: 12px 15px;
        border-bottom:1px solid rgba(255,255,255,0.2);
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
    }
    .main-header .navbar .navbar-nav ul > li > a span
    {
        position: absolute; 
        right: 6px;
        top: 6px;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 16px;
        line-height: 32px;
        color: #0062cc;
        background: #ffffff;
        cursor: pointer;
        border-radius: 2px;
        text-align: center;
        padding: 3px;
    }
    .navbar .navbar-nav ul > li > .sub-menu{
        max-height: 0;
        overflow: hidden;
        position: relative;
        width: 100%;
        box-shadow: none;
        margin:0;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        border: none;
    }
    .navbar .navbar-nav ul > li > .sub-menu > li > a{
        color: #ffffff;
        padding:14px 20px 12px 40px;
    }
    .home-banner .carousel-item .text-item
    {
        padding: 0px 10px 20px 20px;
    }
    .sec-title h4
    {
        font-size: 24px;
    }
    .sec-title h4::before
    {
        width: 60%;
    }
    .footer-main .footer-text .social-icon .text-icon a
    {
        margin-left: 2px;
    }
    .footer-main .footer-text
    {
        margin-bottom: 40px;
    }
    .our-process .img-item img
    {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .breadcrumbs
    {
        height: 200px;
        width: 100%;
    }
    .breadcrumbs .breadcrumb-text
    {
        left: 5%;
        top: 15%;
    }
    .breadcrumbs .breadcrumb-text ul
    {
        padding: 20px 20px;
        margin-top: 0px;
    }
    .breadcrumbs .breadcrumb-text ul li a
    {
        padding: 10px 5px;
        /* margin-bottom: 20px; */
    }
    .breadcrumbs .breadcrumb-text .current
    {
        margin-top: 200px !important;
    }
    .process-one .content-item .process-item
    {
        margin-bottom: 60px;
        min-height: auto;
    }
    .process-one .content-item .process-item-one
    {
        margin-bottom: 60px;
        min-height: auto;
    }
    .events-area .event_title_wrapper {
	    display: inherit;
	}
	.envent_all_view {
	    margin-top: 50px;
	}

	.events-area .events_single {
	display: inherit;
	}
	.events-area .events_single_left {
		display: flex;
		flex-direction: column-reverse;
	}
	.events-area .events_single .event_banner {
	    width: 100%;
	}
	.events-area .events_single .event_info {
	    width: 100%;
	    padding: 30px 15px;
	}
	.events-area .events_single .event_info h3 a {
	    font-size: 22px;
	}
	.events-area .events_single .event_info .events_time {
	    display: inline-grid;
	}
	.events-area .events_single_left .event_info {
	    width: 100%;
	    padding: 30px 15px !important;
    }
    
    .blog_wrapper .single_blog .post_content_wrapper {
	    padding: 40px 15px;
	}
	.blog_wrapper .single_blog .post_content_wrapper .post_by {
	    display: inline !important;
	}
	.blog_wrapper .single_without_img .post_content_wrapper {
	    padding: 45px 15px 45px !important;
	}
	.blog_wrapper .single_without_img .post_content_wrapper .post_bloger {
	    padding: 15px 0 !important;
	}
	.blog_wrapper .blog_wrapper_right {
	    padding-left: 15px;
	    margin-top: 50px;
	}

	.blog_wrapper .blog_post .postpage_content_wrapper {
	    display: inherit;
	}
	.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items {
	    display: flex;
	    margin: 0;
	}
	.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper {
	    padding-right: 0;
	    display: flex;
	}
	.blog_wrapper .blog_post .post_by span {
	    padding-right: 10px;
	}
	.blog_wrapper .blog_post .post_by span:before {
	    right: 5px;
	}
	.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper h4 {
	    line-height: 34px;
	    padding-right: 15px;
	}
	.blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li {
	    padding-right: 10px;
	    padding-bottom: 0;
	}
	.blog_wrapper .blog_post h3 {
	    font-size: 30px;
	}
	.blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content h3 {
	    font-size: 28px;
	}
	.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list {
	    display: inline-block;
	}
	.blog_wrapper .author_name {
	    display: inline-grid;
	    padding-top: 15px;
	}
	.blog_wrapper .reply-comment {
	    padding-top: 15px;
	}
	.blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .reply_comment_text {
	    padding-left: 20px !important;
	}
	.blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .items_title .title {
	    font-size: 30px;
	}


}



