/*============================================================================
			RESPONSIVE CSS WITH MEDIA 
=============================================================================*/

/*=============  MEDIA 1400px   =============*/
@media(min-width:1200px) and (max-width:1400px) {
    .port-box .item .item-info p {
        margin: 0px;
    }

    .port-box .item .item-info h6 {
        line-height: 17px;
    }

    .port-box .items a {
        margin-top: 15%;
    }

    #home .home-text {
        top: 25%;
    }
}

/*=============  MEDIA 1200px   =============*/
@media(max-width:1200px) {
    #box {
        width: 100%;
    }
}

/*=============  MEDIA 1024px   =============*/
@media(max-width:1024px) {}

/*=============  MEDIA 992px - 1199px   =============*/
@media(min-width:992px) and (max-width:1199px) {
    #multiple .lay-opt .icon {
        border: none;
    }

    header nav li a {
        padding: 10px;
    }

    header .jetmenu {
        width: 100%;
    }
}

/*=============  MEDIA 768px - 991px   =============*/
@media(min-width:768px) and (max-width:991px) {
    header nav li a {
        padding: 20px 8px;
        font-size: 14px;
    }

    .jetmenu>li.showhide i {
        background: #a50d0c;
        color: #fff;
        padding: 20px;

    }

    header .logo {
        margin-top: 10px !important;
    }

    header .logo img {
        width: 100%;
    }

    .is-sticky .nav>li>a {
        margin-top: 0px;
    }

    .services h4 {
        font-size: 15px;
    }

    #home .home-text h1,
    #home .home-text h1 span {
        font-size: 45px;
    }

    #home .home-text span {
        font-size: 20px;
    }

    #home .home-text h2 {
        font-size: 30px;
    }

    #home .home-text .btn {
        font-size: 20px;
        line-height: 60px;
    }

    #team .team .avatar {
        width: 115px;
        height: 115px;
        text-align: center;
    }

    #team .team .avatar img {
        width: 100%;
    }

    .slider-text h1 {
        font-size: 100px;
    }

    .portfolio-filter .item {
        width: 33.333333%;
    }

    #multiple .lay-opt {
        margin-top: 20px;
    }

    #pricing .pricing h2 {
        font-size: 20px;
    }

    #pricing .pricing ul li p {
        font-size: 12px;
    }

    #pricing .pricing ul li a {
        padding: 0 20px;
    }

    #blog .about .b-inner span {
        margin: 0px;
        width: 100%;
        line-height: 30px;
    }

    #about .about .b-inner .com {
        margin: 0px;
    }

    .pur-btn {
        padding: 0px;
        width: 100%;
    }

    #about img {
        display: inline-block;
    }

    .port-box .item .item-info h6 {
        font-size: 15px;
        line-height: 10px;
    }

    .port-box .item .item-info p {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 10px;
    }

    .port-box .items a {
        margin-top: 10%;
    }

    header nav li a {
        padding: 10px 7px;
        padding-bottom: 20px;
    }

    .jetmenu ul.dropdown,
    .jetmenu ul.dropdown li ul.dropdown {
        width: 200px;
    }

    .jetmenu ul.dropdown {
        top: 65px;
    }

    .is-sticky nav li a {
        padding: 20px 7px !important;
        padding-bottom: 22px !important;
    }

    .is-sticky .jetmenu ul.dropdown {
        top: 70px;
    }

    .header-2 header nav li a {
        padding: 22px 5px;
    }

    .services-3 .icon {
        height: 55px;
        width: 55px;
        line-height: 50px;
        font-size: 20px;
    }

    .services-3 .icon i {
        line-height: 53px;
        font-size: 20px;
    }

    #get-it.get-it-2 .btn {
        font-size: 12px;
    }

    .col-5 li.item {
        width: 50%;
    }
}

/*=============  MEDIA 767px   =============*/
@media(max-width:767px) {
.we-are-dec-re-section .row{
    flex-direction:column;
}

    .panel-default>.panel-heading a {
        line-height: 30px !important;
    }

    .panel-default>.panel-heading {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .contact-form .tittle,
    .contact-form .tittle hr {
        display: none !important;
    }

    .contact-form {
        width: 100% !important;
        padding: 0px 10px 0px 10px !important;
    }

    .form-home input {
        height: 25px !important;
    }

    .form-home textarea,
    .form-home input {
        font-size: 12px !important;
    }

    .form-but1 {
        bottom: 10px;
        position: fixed;
        z-index: 999;
        right: 15px;
        line-height: initial !important;
        min-width: auto !important;
        padding: 5px 10px !important;
        width: auto !important;
        border-radius: unset !important;
    }


    .home-slide {
        /*display: none;*/
    }

    #services {
        padding: 40px 0 40px 0;
    }

    #home .home-text h1,
    #home .home-text h1 span {
        font-size: 45px;
    }

    #why-chooe .why-chooe .tittle {
        margin-top: 10px;
    }

    #why-chooe .bg-gray {
        display: none;
    }

    #why-chooe .why-chooe .btn {
        margin-top: 0px;
    }

    #home .home-text span {
        font-size: 20px;
    }

    #home .home-text h2 {
        font-size: 30px;
    }

    #home .home-text .btn {
        font-size: 20px;
        line-height: 60px;
    }

    .navbar-toggle {
        color: #fff;
        font-size: 30px;
        margin: 0px;
        padding: 0px;
        margin-right: 40px;
    }

    header nav li {
        width: 100%;
    }

    .navbar-nav>li>a {
        padding-bottom: 20px;
    }

    header nav a:hover:after {
        left: 70px;
        right: 70px;
    }

    header nav a:after {
        display: none;
    }

    .navbar-nav {
        background: #fff;
    }

    header nav li a {
        color: #4f4f4f;
        font-weight: normal;
    }

    .navbar-nav {
        margin: 0px;
        width: 100%;
        position: relative;
    }

    header .logo {}

    .navbar {
        min-height: 0px;
    }

    #team .team {
        margin-bottom: 50px;
    }

    #counters ul li {
        border-bottom: 1px solid #f4f4f4;
    }

    #counters ul li h3 {
        margin-bottom: 40px;
    }

    #counters ul li i {
        margin-top: 40px;
    }

    #counters ul li span {
        line-height: 50px;
    }

    .slider-text h1 {
        font-size: 60px;
    }

    .slider-text h2 {
        font-size: 20px;
    }

    .slider-text .btn {
        font-size: 20px;
        padding: 0 20px;
        line-height: 50px;
    }

    .header-2 .navbar-toggle {
        color: #a50d0c;
        margin-top: 25px;
    }

    #multiple {
        text-align: center;
    }

    #multiple img {
        display: inline-block;
    }

    #multiple .lay-opt .icon {
        float: none;
        display: inline-block;
    }

    #multiple .lay-opt {
        margin-top: 20px;
    }

    .portfolio-filter .item {
        width: 50%;
    }

    .filter li a {
        margin-right: 10px;
    }

    .col-3 li.item {
        width: 50%;
    }

    .services-3 li {
        text-align: center;
        margin-bottom: 0px;
    }

    .services-3 li .icon {
        float: none;
        margin: 0px;
        margin-top: 20px;
    }

    .about-2 .tittle-1 {
        text-align: center;
    }

    .about-2 .tittle-1 hr {
        margin-left: auto;
        margin-right: auto;
    }

    .about-2 .tittle-1 hr:before {
        margin-left: auto;
    }

    .header-2 .is-sticky .navbar-toggle {
        margin-top: 10px;
    }

    header nav {
        margin-top: 98px;
    }

    .jetmenu .indicator {
        display: block;
    }

    .is-sticky nav li a {
        padding: 15px 25px !important;
        text-align: left;
    }

    .header-2 header nav li a {
        padding: 10px 15px;
    }

    .header-2 .logo {
        margin-top: 10px;
    }

    .header-2 .jetmenu>li.showhide {
        margin-top: -67px;
    }

    .port-box .filter a {
        font-size: 15px;
    }

    .is-sticky {
        position: absolute !important;
    }

    header nav {
        margin-top: 80px;
    }

    .jetmenu>li.showhide i {
        background: #a50d0c;
        color: #fff;
        padding: 20px;
    }

    .header-1 .is-sticky header a {
        color: #333;
    }

    .header-2 header {
        height: 80px;
    }

    .header-2 .jetmenu>li.showhide i {
        background: #a50d0c;
        color: #fff;
        padding: 20px;
        margin-top: 0px;
    }

    .header-2 header nav {
        margin-top: 83px;
    }

    #pricing .pricing ul {
        margin-bottom: 50px;
    }

    #about .about img {
        margin-top: 30px;
    }

    .pur-btn {
        font-size: 13px;
        padding: 0px;
    }

    #stunning .numbr .icon {
        display: inline-block;
    }

    .rights ul {
        margin-top: 30px;
    }

    .rights .pull-right {
        float: none !important;
    }

    .content {
        text-align: center;
    }

    .content .img-responsive {
        display: inline-block;
    }

    #team .team .col-xs-8 {
        width: 100%;
    }

    #team .team .col-xs-4 {
        width: 100%;
    }

    .tittle-1 {
        text-align: center;
    }

    #team .tittle-1 hr {
        margin: 30px auto;
    }

    .tittle-1 hr:before {
        margin: 0 auto;
        margin-top: -3px;
    }

    .services .icon {
        float: none;
    }

    .services h4 {
        width: 100%;
    }

    .services li {
        text-align: center;
    }

    footer {
        text-align: left;
    }

    #top-bar {
        display: none;
    }

    .featu-produ .product {
        margin-bottom: 30px;
    }

    .product-item .nav-tabs>li a {
        padding: 5px 10px;
    }

    .header-1 .jetmenu li>a {
        color: #000;
    }

    .header-1 .jetmenu li.active>a {
        color: #000;
    }

    .header-1 .jetmenu ul.dropdown li a {
        color: #707070 !important;
    }

    .header-1 .jetmenu ul.dropdown li:hover>a {
        background: #CCC;
    }

    .jetmenu>li>.megamenu li {
        background: #fff;
    }

    .header-1 .jetmenu .megamenu li a {
        color: #707070 !important;
    }

    .header-1 .jetmenu .megamenu li:hover>a {
        background: #CCC;
    }

    .jetmenu>li>.megamenu li {
        background: #fff;
    }

    .header-1 .jetmenu>li>.megamenu a {
        color: #707070 !important;
    }

    .header-1 .is-sticky header a:hover {
        color: #000;
    }

    .tittle-1 hr {
        background: #a50d0c;
        margin-bottom: 15px;
        text-align: center;
        margin: 0 auto;
    }

    .service-nav {
        display: none;
    }

    .about-process img {
        text-align: center;
        margin: 0 auto;
    }




    .turnkey-service-top-heading-h2 {
        font-size: 26px;
    }

    .turnkey-service-content-sec {
        padding: 0px;
    }

    .popular-false-data {
        padding: 20px 14px;
    }

    .popular-false-data-text-h2 {
        font-size: 15px;
        line-height: 23px;
    }

    .get-in-touch-h3 {
        font-size: 20px;
    }

.amenities-inner-modal-data-r1-details {min-height: auto;}
.stat-second-cont {   min-height: auto;}
.ricco-services {   margin-top: 40px;}

.popular-false-data {    min-height: auto;    flex-direction: column;}
.popular-false-data-images-1 {   padding-bottom: 7px;}
.slider-text-right {
    position: absolute;
    top: 30%;
    text-align: left;
            left: 7%;
    width: 95%;
    display: inline-block;
}

.slider-text-left h2 {    font-size: 25px;}
.slider-text-right h1 {  font-size: 30px;}
.slider-text-right .btn {
    margin-top: 30px;
    padding: 0 15px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
            line-height: 40px;
}
.slider-text-left .btn {margin-top: 30px;   padding: 0 15px;
    margin-left: 10px;   margin-right: 10px;    font-size: 15px;
            line-height: 40px;}
.welcome-tittle h2 {    font-size: 26px;}
.welcome-tittle h3 {width: 100%;}
#portfolio {padding: 50px 0;}
.our-journey-inner-text-h3 {text-align: left;}
.our-journey-inner-text-p {   font-size: 16px;    text-align: left;}
.why-choose-us-sec-abt-r1 {   align-items: center;  flex-direction: column-reverse;}
.section-title .text-anime-style-2 {font-size: 34px;margin-bottom: 10px;}
.vision-mission-item {
    position: relative;
    width: calc(100% - 0px);    margin-bottom: 18px;

}
.vision-mission-box {   background-color: #f8f8f8;   padding: 15px 25px;
    gap: 0px 0px;  flex-direction: column;   width: 100%;}
.vision-mission-content {   text-align: left;}

.our-journey-left-para1 {   width: 100%;}
.our-journey-inner {min-height: auto;}










}

/*=============  MEDIA 600px   =============*/
@media (max-width:600px) {
    #top-bar li {
        width: 50%;
    }

    .product-item .nav-tabs {
        width: 100%;
        float: none;
        margin-top: 30px;
        text-align: center;
        display: inline-block;
    }

    .product-item .nav-tabs>li {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }

    .product-item .nav-tabs>li a {
        margin: 0px;
        float: none;
        font-weight: normal;
        font-size: 15px;
    }

    #top-bar li {
        margin: 0px;
        width: 100%;
    }

    #top-bar ul.pull-right {
        float: none !important;
    }

    #top-bar ul.pull-right {
        float: none !important;
    }

    #team .team {}

    .featu-produ .product img {
        width: 100%;
    }
}

/*=============  MEDIA 540px   =============*/
@media(max-width:540px) {
    .col-3 li.item {
        width: 100%;
    }

    #home .home-text h1,
    #home .home-text h1 span {
        font-size: 30px;
    }

    #team .team .col-xs-4 {
        width: 100% !important;
        text-align: center;
    }

    .home-text h1 span {
        font-size: 30px;
        width: 100%;
        display: inline-block;
    }

    .jetmenu>li.showhide {
        margin-bottom: 15px;
    }

    #home .home-text {
        top: 20%;
    }



}

/*=============  MEDIA 400px   =============*/
@media(max-width:400px) {}

/*=============  MEDIA 320px   =============*/
@media(max-width:320px) {}

@media (min-width: 32em) {

    .modal-box {
        width: 70%;
    }
}