@media (max-width:992px) {
.breadcrumbstext {
    text-align: center;
}
.crumbstext {
    text-align: center!important;
}
.blogrightside {
	margin-top:20px!important;
	margin-bottom:20px!important;
}
.
.reamoreimages img{margin-top:20px!important;}
.callicons{ display:none!important;}
	.footertop h1 {
    font-size: 20px;
    font-weight: 600;
}
	.footer_links li {
   margin-top: 0px;
}
.dropdoqwn i {
    padding-top: 0px !important;
}
	.mobilebanner{ display:block !important; }
	.indextext br{ display:none;}
	.indextext {
    font-size: 36px;
    line-height: 35px;
}
	.indexdiv{ margin-top:30px;}

    .location {
        justify-content: end;
    }
    .header li a {
        padding: 12px 15px;
    }
  

    .top_section {
        text-align: center;
    }

    .top-nav {
        border: none !important;
    }

    .form-banner {
        padding: 8px 0px;
    }

    .sub {
        position: relative;
    }

    .header {
        display: block;
    }

    .hide {
        display: block;
    }

    .right-side {
        float: none;
    }

    .dropdoqwn2 {
        display: none;
        position: relative !important;
        left: 0 !important;
        width: 100%;
        margin-top: 0px;
        box-shadow: none !important;
    }

    .megamenu li a {
        padding: 4px 0px !important;
        text-transform: capitalize;
        color: #222;
    }

    .headerlist {
        padding: 0px 6px;
    }

    .megamenu strong {
        padding-top: 10px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .dropdoqwn {
        display: none;
        position: relative !important;
        width: 100%;
        margin-top: 0px;
        box-shadow: none !important;
    }

    .dropdoqwn2 {
        display: none;
        position: relative;
    }

    #sub {
        position: absolute;
        right: 0;
        margin-top: 0;
        z-index: 99999;
        top: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 39px;
        top: 3px;
    }


    .dropdoqwn li a {
        font-size: 13px !important;
    }

    .logo-part {
        display: none;
    }

    .header ul li {
        display: block;
    }

}
@media (max-width:10000px) {.mobilebanner{ display:none;}}
@media screen and (min-width:800px) {
    .header ul li:hover>ul {
        display: block;
    }

    .meg:hover .megmenupart {
        display: block !important;
    }

    .faicon {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .megamenu {
        background-color: #fff;
        color: #444;
        border-radius: 0px;
        padding: 12px 22px;
        height: 295px;
        overflow-y: auto;
    }

    .megmenupart {
        position: relative !important;
    }

    .mobile_icons {
        display: block !important;
        position: absolute;
        right: 15px;
        z-index: 11;
        top: 16px
    }

    .mobile-logo {
        width: 75px;
        padding-top: 7px;
        padding-bottom: 7px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .top-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .topmenu {
        display: none;
    }

    .top-header {
        justify-content: center !important;
    }

    .top-header img {
        width: 210px;
    }

    .navbar-toggler {
        outline: none !important;
        box-shadow: none !important;
    }

    .darkHeader .offcanvas-collapse {
        top: 58px !important;
    }

    .offcanvas-collapse {

        position: fixed !important;
        top: 92px;
        bottom: 0;
        padding-bottom: 68px;
        right: 100%;
        width: 60% !important;
        height: 100% !important;
        z-index: 99999 !important;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fe7f00;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .back-to-top {
        display: none !important;
    }

    .header {
        width: 100%;
    }

    .side-right {

        text-align: center;
        width: 87%;
        margin-top: 13px;
        border-top: 1px solid #23507c;
        padding: 25px 7px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 991px) {
    .navbar-toggler {
        display: none;
        outline: none !important;
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    .enquiry{
        display: none !important;
    }
    .search{
        border: none !important;
        padding-right: 10px !important;
    }
    .carousel {
        display: none;
    }
}


@media (min-width: 1199px) {
    .container {
        max-width: 1280px;
    }
}


@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    animation-delay: 1s;
}

.back-to-top {
    position: fixed;
    display: none;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #1c1210;
    width: 45px;
    height: 42px;
    line-height: 30px;
    right: 40px;
    bottom: 30px;
    padding-bottom: 2px;
    font-size: 25px;
    padding-top: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: none;
    border: 2px solid #1c1210;
    animation: fadeInRight 1.2s;
    border-radius: 10px 10px 0px 0px;
}

.back-to-top:hover {
    background-color: #ba863b !important;
    color: #fff;
    border: 2px solid #fff;
}

.active .type17 {
    transform: rotate(45deg);
    background-color: #fff;
    transition: all 0.6s ease-in-out;
}

.active .type17:before {
    transform: translate(-4px, -6px) rotate(90deg);
}

.active .type17:after {
    transform: translate(16px, -7px) rotate(90deg);
}

.block {
    height: 38px;
    width: 38px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    /* transition: all 1s ease; */
    background-image: #fff;
}

.cta {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.toggle-btn {
    height: 2px;
    width: 25px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.type17:before {
    width: 12px;
}

.type17:after {
    width: 12px;
    box-shadow: 13px 10px 0 0 #fff;
}


#dyanmic .wow{animation:fadeInUp 1s;}
#dyanmic .wow:nth-child(2n+2){animation:fadeInUp 2s;}
#dyanmic .wow:nth-child(2n+3){animation:fadeInUp 3s;}
#dyanmic .wow:nth-child(2n+4){animation:fadeInUp 4s;}
#dyanmic .wow:nth-child(2n+5){animation:fadeInUp 5s;}
#dyanmic .wow:nth-child(2n+6){animation:fadeInUp 6s;}
#dyanmic .wow:nth-child(2n+7){animation:fadeInUp 7s;}
#dyanmic .wow:nth-child(2n+8){animation:fadeInUp 8s;}
#dyanmic .wow:nth-child(2n+9){animation:fadeInUp 9s;}
#dyanmic .wow:nth-child(2n+10){animation:fadeInUp 9.46s;}
#dyanmic .wow:nth-child(2n+11){animation:fadeInUp 9.8s;}
#dyanmic .wow:nth-child(2n+12){animation:fadeInUp 10s;}
#dyanmic .wow:nth-child(2n+13){animation:fadeInUp 10.4s;}
#dyanmic .wow:nth-child(2n+14){animation:fadeInUp 10.8s;}
#dyanmic .wow:nth-child(2n+15){animation:fadeInUp 11.2s;}
#dyanmic .wow:nth-child(2n+16){animation:fadeInUp 11.6s;}
#dyanmic .wow:nth-child(2n+17){animation:fadeInUp 12s;}
#dyanmic .wow:nth-child(2n+18){animation:fadeInUp 12.4s;}
#dyanmic .wow:nth-child(2n+19){animation:fadeInUp 12.8s;}
#dyanmic .wow:nth-child(2n+19){animation:fadeInUp 13s;}

