html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
  
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-Black.woff2') format('woff2'),
        url('../fonts/MonaSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-BlackItalic.woff2') format('woff2'),
        url('../fonts/MonaSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-Bold.woff2') format('woff2'),
        url('../fonts/MonaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-Italic.woff2') format('woff2'),
        url('../fonts/MonaSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/MonaSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/MonaSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/MonaSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/MonaSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/MonaSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-Light.woff2') format('woff2'),
        url('../fonts/MonaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-Medium.woff2') format('woff2'),
        url('../fonts/MonaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/MonaSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-SemiBold.woff2') format('woff2'),
        url('../fonts/MonaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/MonaSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-Regular.woff2') format('woff2'),
        url('../fonts/MonaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../fonts/MonaSans-LightItalic.woff2') format('woff2'),
        url('../fonts/MonaSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}



ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    font-family: 'Mona Sans';
    color: #fff;
}

p {
    font-family: 'Mona Sans';
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 32px;
    color: #000;
}

img {
    max-width: 100%;
    border: 0;
    height: auto;
    /* border-radius: 8px; */
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #000;
    font-family: 'Mona Sans';
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mona Sans';
}

a:hover {
    color: #000;
}

a,
span {
    display: inline-block;
}

:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}




/*css start*/


/* HEADER STYLES*/

.top-nav-icon ul {
    display: flex;
}

.top-wrapper {
    display: flex;
    justify-content: end;  
    align-items: center;
}



.top-nav-icon li {
    padding: 0px 15px;
    position: relative;
}

.page-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    /* background-color: #00000061; */
    /* box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1); */
}


/* STICKY STYLES */
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 10px;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    background: #000000a3;
    z-index: 9999;
    color: #000;
}

.page-header.home-logo-header.is-sticky .logo-box {
    width: 170px;
}

.page-header.is-sticky .logo-box {
    width: 80px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}



.SMN_effect-44 a:after {
	left: 50%;
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(35 173 250) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(255,255,255,0.2)', GradientType=1);
}

.SMN_effect-44 a:before {
	right: 50%;
	background: rgba(255, 255, 255, 0.5);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgb(35 173 250) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0.2)', endColorstr='rgba(0,0,0,0)', GradientType=1);
}

.SMN_effect-44 a:after, .SMN_effect-44 a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 3px;
	bottom: 0;
	transition: all 0.4s ease-in 0s;
}

.SMN_effect-44 a:hover:after {
	width: 50%;
	left: 0;
}

.SMN_effect-44 a:hover:before {
	right: 0;
	width: 50%;
}

.SMN_effect-44 .dropdown a:after {
    background: none !important;
}

.SMN_effect-44 .dropdown a:before {
    background: none !important; left: 0;
    }
    
    .SMN_effect-44 .dropdown a:after{
        position: relative !important; left: 0;
    }

    .SMN_effect-44 .dropdown a::before{
        position: relative !important;     display: inline-block;
    }
    .SMN_effect-44 .dropdown a:after, .SMN_effect-44 .dropdown a:before {
        position: relative !important;     display: inline-block;
    }

    .SMN_effect-44 .dropdown a:hover:after {
        width: 0;
        left: 0;
    }
    
    .SMN_effect-44 .dropdown  a:hover:before {
        right: 0;
        width: 0;
    }

/* ----------------end---------------------- */



/* -----------------header-css-------------------} */

.top-nav-icon span{
    display: none;
}
/* .top-nav-icon span {
    width: 25px;
    height: 25px;
    background: #23adfa;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 0px;
    color: #fff;
    top: 0px;
} */
.top-nav-icon {
    position: relative;
}

/* -----------------header-section-------------------} */
i.fa.fa-bars {
    color: #fff;
}

button.navbar-toggler.collapsed i {
    /* color: #f0287a; */
    color: #fff;
    font-size: 20px;
}
.page-header.home-logo-header .row {
    align-items: flex-start;
}
.page-header.home-logo-header .navbar {
    align-items: flex-start;
}
.page-header .row {   
    align-items: center;
    padding: 0;
}

.page-header .navbar {   
    align-items: center;
    padding: 0;
}



.page-header.is-sticky .main-menulist {
    padding: 0px 0px 0px 25px;
}

.page-header.home-logo-header.is-sticky  .main-menulist {
    padding: 0px 0px 0px 25px;
}


.navbar-expand-lg .navbar-collapse {
      justify-content: center;
}

.nav-icons {
    display: flex;
    justify-content: center;
}

.nav-icons li {
    padding: 5px 10px;
}

.btn-secondary {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    border-color: transparent;  
    padding: 0;
    text-transform: uppercase;
}

.btn-secondary:hover {
    color: #23adfa;
    background-color: transparent;
    border-color: transparent;  
    transition: 0.5s ease-in-out;
}
.navbar .nav-link {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
        text-transform: uppercase;
}
.navbar .nav-link:hover {
    color: #23adfa;
    transition: 0.7s ease-in-out;
}


.nav-item {
    padding: 0px 12px; 
    display: flex;
    align-items: center;
    position: relative;
}


.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #ffffff1a;
    border-radius: 5px;
    padding: 10px 10px;
}
.logo-box {
    width: 400px;
}
.main-menulist {
    padding: 0px 0px 0px 40px;
}


.dropdown-item:focus,
.dropdown-item:hover {

    background-color: transparent;
}


.btn-secondary:focus {   
    transition: 0.5s ease-in-out;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}


.sub-menu {
    /* padding: 10px; */
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    width: 200px;
}
.dropdown-menu {
    padding: 0;
}


.sub-menu li a {
    font-size: 16px;
    color: #000;
    padding: 5px 10px;
    font-weight: 500;
}

.sub-menu li:hover {
    background-color: #23adfa;
    color: #fff;
}

.sub-menu li:hover a {
    color: #fff;
}
.page-header.home-logo-header .main-menulist {
    padding: 40px 40px 0px 40px;
}

.page-header .main-menulist {
    padding: 10px 0px 0px 40px;
}
.page-header .banner-button a {
    background: #3382ae;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    width: fit-content;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #3382ae;
}


/* -------------end-------------- */



.page-header.is-sticky .navbar {
    align-items: center;
}

.page-header.is-sticky .row {
    align-items: center;
}







/* --------------------------------------------------banner-css---------------------------------------------------------------------- */


.banner-image {    
    position: relative;
}
.Gallery-card-wrapper{ position: relative;}
.banner-text {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 900px;
}
.home-banner-content {
    padding: 100px 50px;
}


.home-banner-section {
    position: relative;
   
}
.banner-slider::after{
    position: absolute;
    content: "";
    right: 0px;
    top: 350px;
    bottom: 0px;
    margin: 0px;
    background-image: url(../images/banner-icon-bg.png);
    background-repeat: no-repeat;
    height:177px;
    width:63px;
    z-index: 9;

}

.home-banner-title {
    color: #fff;
    font-size: 91px;
    font-weight: 500;
    padding: 0;
}

.banner-text p {
    font-size: 31px;
    line-height: 44px;
    color: #fff;
    font-weight: 500;
}

.banner-btn{
    text-align: center;
}

.banner-button a {
    background: #3382ae;
    color: #fff;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    width: fit-content;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #3382ae;
}
.banner-button a:hover {
    transition: 0.7s ease-in-out;
    background: transparent;
    color: #3382ae;
    border: 1px solid #3382ae;
}

.inner-banner{
    position: relative;
}
.inner-banner::before {
   position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 30%;
    width: 100%;
    z-index: 9;
    content: '';
    background-image: linear-gradient(to top, transparent 0%, rgb(0 0 0) 90%);
}
section.inner-banner::after {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000054;
    z-index: 0;
    content: "";
    top: 0px;
}
.inner-contant {
    position: absolute;
    top:60%;
    left: 50px;
    z-index: 9;
}
.banner-text-heading {
    color: #fff;
    font-size: 91px;
    font-weight: 500;
    padding: 0;
}
.common-btn{
    background: #19363a;
    color: #fff;
    padding: 12px 30px;
    font-size: 20px;
    font-weight: 400;
   border-radius: 8px;
   width: fit-content; 
   letter-spacing: 1px;
   text-align: center;
   border: 1px solid #fff;
}

.common-btn a:hover {
    transition: 0.7s ease-in-out;
    background: #000;
    color: #fff;
}

.top-main-container{
    padding: 100px 80px;
}

.home-main-title{
    color: #000;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.img-hover{
    border-radius: 8px;
    transition: 0.7s ease-in-out;
    overflow: hidden;
}
.img-hover img{
    border-radius: 8px;
    transition: 0.7s ease-in-out;
}
.img-hover:hover img{
    border-radius: 8px;
    transition: 0.7s ease-in-out;
    transform: scale(1.2);
}
#team-slid2 .disabled {
    display: flex !important;
    justify-content: end;
    margin-top: 30px;
    transform: rotate(90deg);
    position: absolute;
    right: -30px;
    top: 383px;
    z-index: 99;
}
#team-slid2 .owl-prev{
    font-size: 20px;
    color: #fff;
    margin: 0px 5px;
    background: #3382ae;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#team-slid2 .owl-next {
    font-size: 20px;
    color: #fff;
    margin: 0px 5px;
    background: #3382ae;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#team-slid2 .owl-dots {
    display: none;
}
#team-slid2-2 .owl-theme .owl-controls{
    margin-top: 10px;
    position: absolute;
    bottom: -20%;
    right: 0;
}

#team-slid2-2 .owl-theme .owl-controls .owl-buttons div{
    width: 60px;
    height: 50px;
    line-height: 50px;
    background: #34363b;
    opacity: 1;
    padding: 0;
   display:inline-block;
   margin:0 10px; 
} 
.iconBox img{ width: auto !important;}
#team-slid2-2 .owl-next{
    display: none;
}
#team-slid2-2 .owl-prev{
    display: none;
} 
#team-slid2-2 .owl-dots {
   display: block;
}
#team-slid2-2 .owl-dot span {
    width: 10px;
    height: 10px;
    /* background: #23adfa; */
    border-radius: 50%;   
    margin-right: 8px; 
}

#team-slid2-2 .owl-dot.active span {
    background: #000;
}
#team-slid2-2 .owl-dot span {
    background: #3382ae;
}

#team-slid2-2 .owl-dots {
    display: flex;
    justify-content:center;
    margin-top: 50px;
} 

#team-slid2-2 .product-img img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
#team-slid2-2 .product-img img:hover{
    transform: scale(1.1);
}
.home-product-wrapper {
   background: #fff;
    border-radius: 20px;
    text-align:left;
    padding: 70px 0px 40px 0px;   
    position: relative;
    transition: 0.7s ease-in-out;
    border: 1px solid #888ca1;
    overflow: hidden;
}

.home-product-wrapper:hover {
    transition: 0.7s ease-in-out;
    border: 0px solid transparent;
    background: #3382ae;
}
.product-img {
   transition: 0.7s ease-in-out;
}

.home-product-wrapper:hover .iconBox {
    transform: scale(1.1);
    transition: 0.7s ease-in-out;
}





/* .home-product-wrapper:hover .product-img img{
transform: translate(0px,10px);
    transition: 0.7s ease-in-out;

} */
.product-box-content .icon {
    position: absolute;
    right: 15px;
    top: 20px;
    opacity: 0;
}
.home-banner-content .banner-slider::after {
    display: none;
}
.home-product-wrapper:hover .product-box-content .icon {
   opacity: 1;
}
.product-box-content .icon li i{
    background: #fff;
    color: #000;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 24px;
}

.product-cart-icon img {
    position: absolute;
    inset: 0.625rem;
    background: #282828;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.pro-price {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.pro-title {
    font-size: 26px;
    font-weight: 400;
    padding: 10px 0px;
    color: #000;
}
.home-product-wrapper:hover .pro-title{
    color: #fff;
}
.product-cart-icon{
    position: relative;
}
.product-cart-icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.product-cart-icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}


.product-box-text {
    padding-top: 20px;
    padding-left: 15px;
}
.home-product-wrapper {
    border: 0px solid #ccc;
    padding: 0px 0px 70px 0px;
    min-height: 550px;
}
.card-inner {
  position: relative;
width: 100%;
height: 100%;

}
.product-img a{ display: block; overflow: hidden; transition: 0.7s ease-in-out;}    

.cart-icon {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 5rem;
    height: 5rem;
    background: #e7e8ed;
    border-top-left-radius: 50%;
    z-index: 18;
    border-top: 1px solid #e7e8ed;
    border-left: 1px solid #e7e8ed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-icon:hover .iconBox {
  transform: scale(1.1);
  transition: 0.7s ease-in-out;
}

.cart-icon::before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: -43%;
    background: transparent;
    width: 2.25rem;
    height: 3.25rem;
    border-bottom-right-radius: 7.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #e7e8ed;
    border-right: 1px solid #e7e8ed;
}

.cart-icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0%;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #e7e8ed;
    border-right: 1px solid #e7e8ed;
}

.iconBox {
    position: absolute;
    background: #ffffff;
    border-radius:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.iconBox span {
  color: #fff;
  font-size: 1.5rem;
}
.sub-title{
    font-size: 31px;

}

.maximus-img {
    position: relative;
    /* transform: skew(1deg, -3deg); */
}

.maximus-img::after {
    content: '';
    position: absolute;
    width: 583px;
    height: 660px;
    background-color: #23adfa;
    right: 0;
    left: -20px;
    margin: auto;
    z-index: -1;
    transform: skew(-10deg, 7deg);
    top: -25px;
    border-radius: 10px;
    transition: 0.7s ease-in-out;
}

.maximus-text {
    padding-left: 120px;
}

.home-maximus-sec2{
    background-image: linear-gradient(#eef7fd , #eef7fd);
    position: relative;
    z-index: 1;
}

.maximus-img:hover::after {
    transform:skew(0deg);
    transition: 0.7s ease-in-out;
    height: 400px;
    width: 400px;
    top: 0;
}

.maximus-img:hover img{  
    transition: 0.7s ease-in-out;
  transform: scale(1.1);
}
.maximus-img img{  
    transition: 0.7s ease-in-out; 
    overflow: hidden;
}

.maximus-img img{  
    transition: 0.7s ease-in-out; 
}

.read-btn{
    background: #23adfa;
    color: #fff;
    padding: 12px 40px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 8px;
    width: fit-content;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #23adfa;
}

.read-btn:hover {
    transition: 0.7s ease-in-out;
    background: transparent;
    color: #000;
    border: 1px solid #23adfa;
}

.incraese-text{
    margin-top: 20px;
}

.home-increase-sec3{
    position: relative;
}
.increase-img2{
    position: relative;
    transition: 0.7s ease-in-out;
}
.increase-img1{
    transition: 0.7s ease-in-out;
}
.increase-title {
    position: absolute;
    left: -43%;
    top: 53%;
    font-size: 51px;
    font-weight: bold;
    text-transform: uppercase;
}

.increase-img1 img {
    border: 1px solid #f1f2f5;
    border-radius: 10px;
    transition: 0.7s ease-in-out;
}

.increase-img1 img:hover  {
   transform: translate(0px,20px);
    transition: 0.7s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.increase-img2 img:hover  {
    transform: translate(-20px,0px);
     transition: 0.7s ease-in-out;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }
 .increase-img2 img{ 
     transition: 0.7s ease-in-out;
 }

.home-section-3{
    position: relative;
    background: #e7e8ed;
}
.home-section-3::after {
  display: none;
}
.home-section-3 .main-heading2 { text-align: center;}
.home-section-3 p {
    text-align: center;
    margin-bottom: 40px;
}

/* ------------------------------home-our-blogs-sec-------------------------------- */
.home-our-blogs-sec{
    padding: 80px 0px;
}
.home-our-blogs-sec .main-heading2{
    text-align: center;
}
.home-our-blogs-sec .blog-sec{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-bottom: 30px;
}
.home-our-blogs-sec .blog-sec img{
    border-radius: 10px;
    transition: 0.3s;
}
.home-our-blogs-sec .blog-sec img:hover{
    transform: scale(1.1);
}
.blog-sec p {
    padding-left: 15px;
    padding-top: 10px;
	color:#000;
}
.blog-sec p a{ color:#000;}
.blog-sec .banner-button{ padding-left: 15px;}
.blog-sec a{ display: block; overflow: hidden;}
.blog-sec a img{ display: block; overflow: hidden;}




#mnmwp-main-menu ul{
    border-radius: 10px !important;
	background: #ffffff1a !important;
}





.home-product-one {
    padding: 170px 0px 80px;
}

.home-product-wrapper1 {
    border: 0px solid #ccc;
    padding: 0px;
    overflow: visible;
}
.home-product-wrapper1:hover {
    transition: 0.7s ease-in-out;
    border: 0px solid transparent;
    background: none;
}
.home-product-wrapper1 img {
    border-radius: 20px;
}
.home-product-wrapper1:hover {
    background-image: inherit;
    transition: inherit;
    border: 0px solid transparent;
}
.home-product-wrapper1:hover .product-img img {
    transform:inherit;
    transition:inherit;
}
.cart-icon1 {
    position: absolute;
    top: -69px;
    right: 0px;
    width: 250px;
    height: 250px;
    background: #ffffff;
    border-radius: 20px 20px 0px 20px;
    z-index: 18;
    border: 20px solid #ffffff;
    /* border-left: 0px solid #ccc; */
    display: flex;
    align-items: start;
    justify-content: start;
    border-right: 0px;
    text-align: left;
}

.cart-icon1::after {
    position: absolute;
    content: "";
    top: 237px;
    right: -7px;
    background: transparent;
    width: 4.25rem;
    height: 3.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
    border-right: 1px solid #ffffff;
    transform: rotate(270deg);
}
.cart-icon1::before {
    position: absolute;
    content: "";
    bottom: 52%;
    left: -31%;
    background: transparent;
    width: 3.25rem;
    height: 3.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
    border-right: 0px solid #ccc;
    transform: rotate(270deg);
}
.main-text {
    width: 250px;
    height: 230px;
    background: #3382ae;
    border-radius: 20px 20px 20px 20px;
    padding: 20px;
    margin-top: -20px;
}
.cart-icon1 h4{ font-size: 21px; color: #fff;}
.cart-icon1 ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}
.cart-icon1 ul li:last-child{ border-bottom: 0px solid #fff;}
.home-product-text-right {
    padding-left: 20px;
    margin-top: -80px;
}
.home-product-text-right h2 {
    font-size: 65px;
    color: #000;
    margin-bottom: 20px;
}
.main-heading2 {
    font-size: 65px;
    color: #000;
    margin-bottom: 20px;
}
.home-product-text-right p{
    font-size: 18px;
    color: #000;
}










.inner-menu {
    background-color: rgba(255, 255, 255, 0.3);
}

.contact-headsho {
    position: absolute;
    top: 40%;
    left: 5%;
}

.trititll {

    color: #87ceeb;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 65px;
    font-family: 'Rockwell' !important;
}

.box-incontact:hover .in-contact-detail1 {
    background-color: #000000;

    border-radius: 100%;
}

.in-contact-detail1 {
    width: 50px;
    height: 50px;
    background-color: #3382ae;
    transition: all 0.5s ease-in;
    text-align: center;
    margin-top: 3px;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    border-radius: 50%;
}

.box-incontact {
    margin: 25px 0px 30px;
    position: relative;
    min-height: 120px;
}
.in-contact-detail1{
    position: relative;
}
.in-contact-detail1::after {
    position: absolute;
    content: "";
    height: 80px;
    width: 2px;
    background: #c1c1c1;
    top: 60px;
    left: 25px;
}
.in-contact-detail2 h6 {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 7px;
}

.in-contact-detail2 {
    margin-left: -10% !important;
}

.in-contact-detail2 a {
    color: #000;
}

.info-cobox2 p {
    font-size: 16px;
    line-height: 20px !important;
    margin-bottom: 5px !important;
    color: #000;
}

.in-contact-detail2 p {
    line-height: 30px;
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
}

.inner-map {
    padding-bottom: 60px;
}

.fexryco {
    font-size: 35px;
    font-weight: bold;
    color: #87ceeb;
    font-family: 'Rockwell' !important;
    padding-bottom: 15px;
}

.inncoinfo2 input.servbtn {
    margin-left: 12px;
}

.inncoinfo1 {
    padding: 90px 130px 10px 40px;
}
/* .inncoinfo1:hover {
    border: 1px solid #87ceeb;
    border-radius: 10px;
    transform: translate(10px);
} */

.contact-info {
    padding: 80px 0px;
}

.inrconactt-form {
    max-width: 1000px;
    margin: auto;
    left: 0px;
    right: 0px;
    padding: 30px 60px;
    box-shadow: 0px 0px 10px #ccc;
    border: 2px solid transparent;
    transition: all 0.5s ease-in;

}

.inrconactt-form:hover {
    border: 2px solid #87ceeb;
    border-radius: 10px;
}

.inner-contct-detail {
    margin: -50px 0px 80px 0px;
}



.inrconactt-form .form-control {
    padding: 28px 10px;
    margin-top: 20px;

}

.form-control1 {
    margin-top: 30px;
}

.quntcontitll {
    font-size: 30px;
    color: #87ceeb;
    font-family: 'Rockwell' !important;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
}
.in-contact-detail12::after{ display: none;}



/* ----------------------------------we-server---------------------------------- */



.we-server{
    background: #e7e8ed;
    padding: 80px 50px;
}
.we-server .main-heading2{ text-align: center;}
.we-server ul{ display: flex;}
.we-server ul li {
    display: inline-block;
    width: 18%;
    margin: 15px;
    transition: 0.7s ease-in-out;
}
.we-server .pro-title {
    font-size: 26px;
    font-weight: 400;
    padding: 0px 0px;
    color: #000;
}
.we-server .product-box-text {
    padding-top: 20px;
    padding-left: 0px;
}
.we-server .home-product-wrapper {
    background: #fff;
    border-radius: 20px;
    text-align: left;
    padding: 30px 0px 50px 0px;
    position: relative;
    transition: 0.7s ease-in-out;
    border: 0px solid #888ca1;
    text-align: center;
    min-height: 280px;
}
.we-server .home-product-wrapper .product-img img{
    transition: 0.7s ease-in-out;
}
.we-server .home-product-wrapper:hover{
    background: #3382ae;
    transition: 0.7s ease-in-out;
}
.we-server .home-product-wrapper:hover h5{
    color: #fff;
    transition: 0.7s ease-in-out;
}
.we-server .home-product-wrapper:hover img{
    filter: brightness(800);
    transition: 0.7s ease-in-out;
}


.we-server  .iconBox {
    position: absolute;
    background: #3382ae;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
}








/*-----------------footer------------------------------------*/
footer {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 80px 50px 30px 50px;
    color: #fff;
    margin-top: 0px;
}

.hexheading {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
}
/* .footer-box.footer-box33 {
    margin-top: 120px;
} */
.footer-box.footer-box33 .hexheading {
   font-size:30px;
    font-weight: 400;
    color: #fff;
}
.footer-box ul li a {
    font-size: 17px;
    padding: 5px 0px;
    color: #fff;
    transition: all 0.2s ease-in;
}

.footer-box ul li a:hover {
    transform: scale(1.1);
}

.bottom-box a {
    color: #fff;
}

.bottom-box {
    position: relative;
    z-index: 2;
}

.footer-box {
    position: relative;
    z-index: 2;
}



.social-icon li a i {
    font-size: 30px;
    line-height: 39px;
}

.pentfoicon {
    font-size: 25px;
    padding: 10px 0px 0px 0px;
    color: #fff;
}

footer .newslttr {
    background-color: rgb(255 255 255 / 26%) !important;
    border: 1px solid transparent;
    margin-left: 0px;
    height: 50px;
    margin-bottom:0px;
    color: #fff !important;
    border-radius: 5px;
    border-color: 1px solid #ddd !important;
}

footer .newslttr::placeholder {
    color: #fff !important;
}
footer .form-control1::placeholder {
    color: #fff !important;
}
footer .form-control1 {
    margin-top: 0px;
    width: 100%;
    color: #fff;
    padding: 15px 15px;
        background-color: rgb(255 255 255 / 26%);
    border-radius: 5px;
    border: none;
}
.footer-box1 ul li:last-child {
    padding-left: 25px;
}

.btncommon-bottm {
    background-color: #3382ae;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 8px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in;
}

.btncommon-bottm:hover {
        transition: 0.7s ease-in-out;
    background: transparent;
    color: #3382ae;
    border: 1px solid #3382ae;
}

address {
    font-size: 17px;
    color: #fff;
}



.bottom-box.text-right {
    text-align: right;
}


/* ------------------------------Blog----------------------------------------------- */
.blog-details img {margin-bottom: 20px;}
.blog-details img {width: 100%;}
.content-blog-details .blog3 a {font-size: 26px; color: #000;}
#respond {background-color: #F5F5F5; padding: 20px;margin-top: 30px;border-radius: 5px;}
#comment {height: 120px;}
#comments input#submit{background: #014171;color: #fff; text-transform: uppercase;font-size: 16px;padding: 10px 40px;border-radius: 15px;  margin-top: 20px; margin-top: 15px;transition: 0.5s ease-in-out; border: 1px solid transparent !important;}
#reply-title {font-weight: 700;}
#comments input#submit:hover{background: #fff;color: #000;border: 1px solid #13ABE1 !important;}
.blog-page.details {padding: 100px 0;}
.content-blog-details p {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.not-fonrrd {
    background: #0c2136;
    height: 150px;
    position: absolute;
    top: 0px;
    width: 100%;
}
div#comments p {font-weight: 400; color: #000; font-size: 18px;}
div#comments label {font-size: 18px;color: #000;font-weight: 400;}
.content-blog-details .blog3 {
    color: #000;
    font-size: 40px;
    font-weight: 400;
}
.card-feel-sung {
    --card-circle-bg: var(--on-secondary);
    background-color: #ffffff;
    color: var(--on-surface-container);
    border-radius: 1rem;
    overflow: clip;
    padding: 0px 0 30px;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    border: 1px solid #3382ae;
}
.visual a {
    width: 100%;
}
.card-even2 {
  --card-circle-bg: var(--secondary);
  background-color: #F5F5E7;
  color: var(--on-surface);
  padding: 30px;
  padding-right: 0;
  padding-left: 0;
}
.visual {
    container-type: inline-size;
    overflow: hidden;
    margin: 0px 0 15px;
}
.card-headereven {
  display: grid
;
  gap: 12px;
  padding: 0px 0px 0 20px;
}
.title {
  padding: 0px 20px;
}
.hgroup {
  display: grid
;
  gap: 16px;
  padding-right: 20px;
}
.btn-blog {
  padding: 0 20px;
}
.category .blogtitle {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 34px;
}
.blog-inner .btn-same-website {
    margin: 20px 0 0;
}
.title p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Lato';
    line-height: 32px;
}
.btn-blog .edgtf-btn.edgtf-btn-box .edgtf-btn-text {
  vertical-align: text-top;
  color: #000;
}
.btn-blog .edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-top-1,.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-left,.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-bottom-2{
  background-color: #000;
}
.btn-blog .edgtf-btn-box-border-left {
  background: #fff !important;
}
.blog-page {
    padding: 90px 0 60px;
}
.blog-inner:hover img {
  transform: scale(1.1);
}
.blog-inner img {transition: 0.5s ease-in-out; width: 100%; }
.blog3 a { font-size: 23px; font-weight: 700;color: #000;}
.content-blog p {font-size: 18px;font-weight: 400;color: #000;}
.blog-btn { padding: 12px 45px; border-radius: 50px;}
.read-morehome1:hover { background: #fff; color: #000;border: 1px solid #13ABE1 !important;}
.read-morehome1 {background: #02246B;  color: #fff;  text-transform: uppercase;   font-size: 16px; padding: 10px 40px; border-radius: 15px; margin-top: 20px;    margin-top: 15px; transition: 0.5s ease-in-out;border: 1px solid transparent !important;}
.categories-sec-blog h3 {
    margin: 30px 0 20px;
    font-weight: 600;
    color: #000000;
}
.categories-sec-blog ul li a {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}
.wp-block-search__button {
    margin-left: 10px;
    word-break: normal;
        background: #3382ae;
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 12.3px;
}
.wp-block-search__button:hover {
  border: 1px solid #3382ae;
  color: #3382ae;
  background: #fff;
}
.categories-sec-blog ul li {
    padding: 10px 0;
    border-top: 1px solid #838383;
}
.search-box-blog input {
    padding: 14px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    color: #000 !important;
}
.wp-block-search__inside-wrapper {
    display: flex;
}
.search-box-blog label { display: block;font-size: 22px;font-weight: 700; color: #000;}
.search-blog-main {
    background: #fdfdfd;
    margin-left: 10px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
    padding: 20px;
    border: 1px solid #3382ae;
    border-radius: 10px;
}
.content-blog {padding: 20px 20px 40px 20px;}
.blog-inner {
  box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
  overflow: hidden;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  height: 100%;
}
.visual img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.page-not-found {
    padding: 240px 0 150px;
    text-align: center;
    position: relative;
}
.page-not-found img {width: 40%;}
a.home-back { color: #FFFFFF; background-color: #F15623; font-size: 20px; font-weight: 500; margin: 0; text-align: center; padding: 12px 30px; letter-spacing: 1px; transition: 0.5s ease-in-out;    border-radius: 8px;    border: 2px solid transparent;    transition: 0.5s ease-in-out;}
.page-not-found h5 {
    font-size: 50px;
    color: #000;
}
.page-not-found p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin: 10px 0 20px;
}
a.home-back:hover {background: #fff;color: #000000;border: 2px solid #000000;}
.page-not-found span {
    font-size: 300px;
    font-weight: 800;
    -webkit-text-stroke: 5px #000000;
    color: #3382ae;
    line-height: 310px;
    
}
.Thank-you {
    padding: 300px 0 200px;
    text-align: center;
    position: relative;
}
.Thank-you img {width: 40%;}
.Thank-you a.home-back { color: #FFFFFF; background-color: #F15623; font-size: 20px; font-weight: 500;margin: 0; text-align: center; padding: 12px 30px; letter-spacing: 1px; transition: 0.5s ease-in-out;    border-radius: 8px;    border: 2px solid transparent;    transition: 0.5s ease-in-out;}
.Thank-you h5 {
    font-size: 40px;
    margin: 15px 0 30px;
    color: #000000;
}
.Thank-you a.home-back:hover { background: #fff;color: #000000;border: 2px solid #000000;}
.Thank-you h3 {
    font-size: 180px;
    font-weight: 800;
    line-height: 190px;
    -webkit-text-stroke: 4px #000000;
    color: #3382ae;
    font-family: 'Lato';
}

/* -------------------------- */
.ab-sec1-img img{border-radius: 30px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.ab-sec1-text{padding-left: 15px;}
.ab-sec2-img2 img{border-radius: 30px;}
.ab-sec1-button{
    padding: 12px 25px;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 500;
    border-radius: 8px;
    background: #3382ae;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #3382ae;
}
.ab-sec1-button:hover{
    transition: 0.7s ease-in-out;
    background: transparent;
    color: #3382ae;
    border: 1px solid #3382ae;}
.about-section-1{padding: 100px 0px;}
.about-section-2{position: relative;padding: 100px 0px;}
.ab-sec2-heading1{margin-bottom: 10px;}
.ab-sec2-text {
    width: 700px;
    padding: 30px 40px;
    border-radius: 30px;
    background: #fff;
    margin: auto;
    top: 0px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ab-sec2-text p{font-size: 18px;line-height: 28px;}
.ab-sec2-img2 {
    position: absolute;
    z-index: 8;
    top: 50px;
    bottom: 0;
    right: 138px;}
.ab-sec2-img2 img{border-radius: 30px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.about-section-2:after{
content: "";
position: absolute;
background: url(../images/ab-sec2-img2.webp);background-repeat: no-repeat;
background-repeat: no-repeat;
width: 1156px;
height: 826px;
top: 0;
bottom: 0;
left: 0;
}
.about-section-3{padding: 100px 0px 100px 0px;}
.ab-sec3-img img{border-radius: 30px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.ab-sec3-list li{font-size: 18px;line-height: 32px; padding-bottom: 15px;font-weight: 400; color: #000;}
.about-section-4{position: relative;padding: 100px 0px 200px 0px;}
.about-section-4:after{
content: "";
position: absolute;
background: url(../images/ab-sec4-img2.webp);
background-repeat: no-repeat;
background-position: right;
width: 1156px;
height: 826px;
top: 0;
bottom: 0;
right: 0;
}
.ab-sec4-img {
    position: absolute;
    z-index: 8;
    top: 50px;
    bottom: 0;
    left: 138px;
}
.ab-sec4-img img{border-radius: 30px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.ab-sec4-text {
    width: 650px;
    padding: 30px 40px;
    border-radius: 30px;
    background: #fff;
    margin: auto;
    top: 0px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bed-sec3-text {
    font-size: 28px;
    text-align: center;
    padding-top: 15px;
    font-weight: 500;
    color: #000;
    display: block;
}
.bed-section-1{padding: 100px 0px 0px 0px;}
.bed-section-2{padding: 100px 0px;}
.bed-section-3{padding: 0px 0px 100px 0px;}
.bed-sec2-text{padding-right: 20px;padding-left: 0px;}
.bed-sec2-img1 img{border-radius: 30px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.bed-sec3-img img{border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
/* .bed-sec3-text:hover{color: #3382ae;} */
.bed-sec3-heading1{text-align: center;}
.contact-section-1{padding: 100px 0px;}
.contact-form{padding-left: 30px;}

.contact-form .form-control {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;}
.contact-form .form-control::placeholder{color: #000;}
.contact-form-btn{
 padding: 12px 25px;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 500;
    border-radius: 5px;
    background: #3382ae;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #3382ae;
}
.contact-form-btn:hover {
    transition: 0.7s ease-in-out;
    background: transparent;
    color: #3382ae;
    border: 1px solid #3382ae;
}
.contact-form-heading-top{font-size: 40px; padding-bottom: 20px; font-weight: 600; color: #000;text-align: center;}
.contact-sec-top {
    padding: 30px 60px;
    margin-bottom: 70px;
    background: #3382ae;
    border-radius: 30px;
    text-align: center;
    display: inline-block;}
.contact-sec-top p{font-size: 30px;font-weight: 400; padding-top:20px;color: #fff;}
ul#menu-header-menu a:hover:after {
    left: 0;
    width: 50%;
}
#mnmwp-main-menu ul ul > li:hover > a:hover:before {
    display:none !important;
}
#mnmwp-main-menu ul ul > li:hover > a:hover:after {
    display:none !important;
}
ul.sub-menu {
    background: #333333;
    width: 330px;
	margin-top: 10px !important;
}
#mnmwp-main-menu ul ul li a {
    width: 330px !important; 
    line-height: 24px !important;
	font-size:14px !important;
}
#mnmwp-main-menu ul ul > li:hover > a {
    background: none !important;
    color: #ffffff !important;
}
#mnmwp-main-menu ul li.has-sub:hover > a:after, #mnmwp-main-menu ul li.has-sub:hover > a:before {
    background: #3382ae !important;
}
.banner-button {
    display: flex;
    gap: 20px;
}
.page-header.home-logo-header.is-sticky .logo-box {
    width: 400px !important;
}
.page-header.home-logo-header.is-sticky .logo-box img {
    width: 170px;
}
#mnmwp-main-menu > ul > li {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background:none !important;
    border-radius: 0px;
    padding: 10px 10px;
}

.mobile{ display:none;}
.col-md-6.news-m p { margin-bottom: 15px !important;}
.newslttr { margin-bottom: 0px;}
aside#secondary { width: 100%;}

.wpcf7-spinner { position: absolute !important;}

.page-not-found .banner-button {
    display: block;
}
.Thank-you .banner-button {
    display: block;
}



#mnmwp-main-menu ul ul li a {
    background: #2e81ad !important;
}





/* ------------------------------------- */









@media (max-width: 1600px) {
.navbar .nav-link {  font-size: 16px;}
.top-nav-icon li {  padding: 0px 0px;}
.page-header .banner-button a { padding: 12px 15px; font-size: 17px;}
.page-header.home-logo-header .main-menulist { padding:15px 30px 0px 30px;}
.page-header.home-logo-header.is-sticky .main-menulist { padding: 0px 30px 0px 30px;}
.home-banner-title {font-size: 75px;}
.banner-text { width: 800px;}
.banner-button { display: flex; gap: 20px;}
.banner-button a { font-size: 17px;}
.home-product-text-right h2 { font-size: 55px;}
.home-product-text-right { padding-left: 40px;}
.main-text { padding: 15px; height: 220px; margin-top: -10px; }
.home-product-text-right p { font-size: 17px;}
.home-product-one { padding: 140px 0px 80px;}
.home-banner-content { padding: 70px 50px;}
.main-heading2 {  font-size: 55px;}
.pro-title { font-size: 22px;}
.home-product-wrapper { min-height: 470px;}
.inncoinfo1 { padding: 50px 100px 10px 40px;}
.in-contact-detail2 h6 { font-size: 24px;}
.box-incontact { min-height: 90px;}
.in-contact-detail2 p { line-height: 26px; font-size: 17px;}
.in-contact-detail1::after { height: 70px; top: 57px; left: 25px;}
.we-server { padding: 60px 50px;}
.we-server .pro-title { font-size: 22px;}
.we-server .home-product-wrapper { min-height: 250px;}
.home-our-blogs-sec { padding: 70px 0px;}
.blog-sec p {font-size: 18px;    line-height: 28px;}
.hexheading {font-size: 45px;}
#team-slid2 .disabled { top: 320px;}
.banner-slider::after { top: 290px;}
.not-fonrrd { height: 120px;}
.page-not-found span { font-size: 200px; line-height: 210px;}
.page-not-found { padding: 190px 0 80px;}
.page-not-found .banner-button { text-align: center; display: block; }
.Thank-you h3 { font-size: 140px; line-height: 150px;}
.Thank-you .banner-button { text-align: center; display: block; }
.Thank-you { padding: 200px 0 120px;}
.Thank-you h5 { font-size: 32px;}
.blog-page { padding: 70px 0 30px;}
.banner-text-heading { font-size: 70px;}
.content-blog-details .blog3 { font-size: 34px;}
.content-blog-details p { font-size: 17px;}
.page-not-found h5 { font-size: 40px;}
.about-section-1 {padding: 90px 0px;}
p {font-size: 17px;line-height: 30px;}
.about-section-2 {padding: 90px 0px;}
.ab-sec3-list li {font-size: 17px;line-height: 29px;padding-bottom: 10px;}
.about-section-3 {padding: 100px 0px 90px 0px;}
.ab-sec2-text { width: 700px; padding: 30px 30px; }
.ab-sec2-text p {font-size: 17px;line-height: 26px;}
.ab-sec1-button {padding: 10px 20px; margin-top: 10px;font-size: 17px;}
.contact-section-1 {padding: 90px 0px;}
.contact-sec-top p {font-size: 28px;}
.contact-sec-top {padding: 25px 50px;margin-bottom: 55px;}
.contact-form .form-control {padding: 7px 16px;font-size: 17px;line-height: 40px;}
.contact-form {padding-left: 20px;}
.contact-form-btn {margin-top: 6px;padding: 12px 20px;font-size: 17px;}
.bed-section-1 {padding: 80px 0px 0px 0px;}
.bed-section-2 {padding: 80px 0px;}
.bed-sec3-heading1{text-align: center;}
.bed-section-3 {padding: 0px 0px 80px 0px;}
.bed-sec3-text {font-size: 26px;}
ul#menu-header-menu li a { font-size: 16px;}
.we-server .pro-title { font-size: 20px; }
.inner-contant { top: 65%;}
.about-section-2:after { width: 990px; background-size: 100%;}	
.ab-sec2-img2 img { width: 560px;}	
.ab-sec2-text p { font-size: 16px; line-height: 26px;}
.about-section-4:after { width: 1015px; background-size: 100%;}	
.ab-sec4-img img { width: 480px;}
.about-section-4 { padding: 210px 0px 200px 0px;}	
.ab-sec4-img { position: absolute; z-index: 8; top: 160px; bottom: 0; left: 130px;}	
.category .blogtitle { font-size: 24px; line-height: 32px;}	
.categories-sec-blog h3 { margin: 20px 0 20px; font-size: 26px;}	
.logo-box a {  width: 240px;}	

	
}



@media (max-width: 1440px) {
.page-header.home-logo-header .main-menulist {padding: 20px 30px 0px 30px; }
.logo-box { width: 330px;}
.page-header .banner-button a { padding: 12px 14px; font-size: 15px;}
.navbar .nav-link {font-size: 15px; }
.home-banner-title {font-size: 70px; }
.banner-text { width: 750px; }
.banner-button a { font-size: 16px; padding: 10px 20px; }
.home-product-text-right h2 { font-size: 50px;}
.home-product-text-right p { font-size: 16px; line-height: 30px; }
.home-product-text-right {padding-left: 30px;}
.main-heading2 {font-size: 50px;}
.home-section-3 p {  margin-bottom: 30px;}
.home-product-wrapper { min-height: 430px;  padding: 0px 0px 40px 0px;}
.in-contact-detail2 {margin-left: -3% !important;}
.inncoinfo1 { padding: 50px 100px 10px 30px; }
.box-incontact {margin: 15px 0px 20px;}
.in-contact-detail1::after { height: 60px;}
.inncoinfo1 { padding: 50px 100px 0px 30px;}
.in-contact-detail1 { font-size: 24px;}
.we-server ul li { width: 19%; margin: 10px;}
.we-server .pro-title {font-size: 20px;}
.we-server .home-product-wrapper { min-height: 240px; }
.we-server .product-box-text { padding-top: 10px;}
.we-server { padding: 60px 40px; }
.home-our-blogs-sec { padding: 60px 0px; }
.footer-box ul li a {  font-size: 16px;}
.btncommon-bottm { font-size: 16px;}
/* .footer-box.footer-box33 { margin-top: 100px;} */
.page-header.is-sticky { padding: 10px 20px;;}
.page-header.home-logo-header.is-sticky .main-menulist {padding: 0px 0px 0px 0px;}
.hexheading { font-size: 40px; }
.footer-box.footer-box33 .hexheading {font-size: 24px;}
.bottom-box {font-size: 16px;}
.page-header.home-logo-header.is-sticky .logo-box { width: 220px !important;}
.home-product-wrapper1 { padding: 0px;}
.home-banner-content { padding: 60px 50px;}
.content-blog-details .blog3 { font-size: 32px;}
.about-section-3 {padding: 90px 0px 80px 0px;}
.contact-section-1 {padding: 80px 0px;}
.contact-sec-top p {font-size: 24px;}
.contact-sec-top img {width: 65px;}
.bed-section-1 {padding: 70px 0px 0px 0px;}
.bed-section-2 {padding: 70px 0px;}
.bed-section-3 {padding: 0px 0px 70px 0px;}
.inncoinfo1 { padding: 40px 100px 0px 30px; }
.pro-title { font-size: 20px; }
ul#menu-header-menu li a { font-size: 16px !important;}
.logo-box { width: 220px; }	
.ab-sec2-img2 { right: 80px;}	
.ab-sec2-text p {font-size: 15px; line-height: 26px; }	
.ab-sec2-text { padding: 20px 20px; }	
.ab-sec2-img2 img { width: 510px; }	
.about-section-2:after { width: 930px; }	
.about-section-4:after { width: 900px; }	
.ab-sec4-img { top: 70px; }	
.ab-sec4-text {	top: 10px;}
.about-section-4:after { height: 650px;	}
.about-section-4 { padding: 120px 0px 200px 0px; }	
.ab-sec4-img img { width: 460px; }	
.main-heading2 { font-size: 45px; }	
.banner-text-heading { font-size: 60px; }	
.wp-block-search__button { font-size: 16px;}	
.title p { font-size: 18px; line-height: 30px;}	
.contact-form .form-control { font-size: 16px; }	
	
	
	
	
}


@media (max-width: 1400px) {
.home-product-text-right {padding-left: 10px; }
.home-product-text-right h2 { font-size: 48px;}
.home-banner-title { font-size: 65px;}
.banner-text { width: 700px;}
.page-header .banner-button a { padding: 12px 11px;  }
.main-heading2 {font-size: 45px; }
.inncoinfo1{  padding: 50px 100px 0px 30px; }
.home-product-wrapper1 { padding: 0px;}
.home-product-wrapper { min-height: 410px; }
.in-contact-detail1::after { height: 50px; }
.box-incontact { margin: 9px 0px 10px; }
/* .footer-box.footer-box33 { margin-top: 70px; } */
.contact-form-heading-top { font-size: 35px;}





}



@media (max-width: 1366px) {
.navbar .nav-link { font-size: 14px; }
.logo-box a { width: 150px;}
.page-header.home-logo-header .main-menulist { padding: 20px 20px 0px 25px; }
.home-banner-title { font-size: 60px; margin-bottom: 30px;}
.banner-text {width: 670px;}
.banner-button { gap: 15px;}
.pro-title {font-size: 20px;}
.cart-icon {width: 4.5rem; height: 4.5rem;}
.iconBox {width: 40px; height: 40px; line-height: 40px;}
.cart-icon::before { bottom: 1%; left: -28%; width: 1.25rem; height: 1.25rem; }
.home-product-wrapper {min-height: 390px;  }
.home-product-wrapper1 { padding: 0px;}
.iconBox img {width: 20px !important; height: auto;}
#team-slid2-2 .owl-dots { margin-top: 30px;}
.main-heading2 { font-size: 40px; }
.inncoinfo1 { padding: 45px 100px 0px 30px;}
.we-server .home-product-wrapper .product-img img { height: auto; width: 60px;}
.product-img { min-height: 65px;}
.we-server .home-product-wrapper {min-height: 200px;}
.we-server .pro-title { font-size: 18px;}
.cart-icon::after { right: -3%;}
.blog-sec p {font-size: 17px; line-height: 28px; }
footer { padding: 50px 50px 30px 50px;}
.navbar-expand-lg .navbar-nav { padding: 7px 10px;}
.not-fonrrd {height: 90px; }
.page-not-found { padding: 140px 0 80px;}
.Thank-you { padding: 170px 0 80px; }
.Thank-you h5 { font-size: 26px; }
.Thank-you h3 { font-size: 120px;}
.category .blogtitle { font-size: 20px; line-height: 28px;}
.title p {font-size: 18px;  line-height: 30px;}
.banner-text-heading { font-size: 60px;}
.about-section-1 {padding: 70px 0px;}
p {font-size: 16px;line-height: 26px;}
.ab-sec2-text { width: 585px; padding: 20px 30px; }
.ab-sec2-text p {font-size: 15px;line-height: 24px;}
.ab-sec1-button {padding: 8px 14px;margin-top: 10px;font-size: 16px;}
.contact-section-1 {padding: 70px 0px;}
.contact-sec-top p {font-size: 26px;}
.contact-form-heading-top {font-size: 35px;padding-bottom: 15px;}
.contact-form .form-control {padding: 6px 16px;font-size: 16px; line-height: 30px;}
.contact-form {padding-left: 10px;}
.contact-form-btn {margin-top: 0px;padding: 11px 20px;font-size: 16px;}
.bed-section-1 {padding: 60px 0px 0px 0px;}
.ab-sec1-text {padding-left: 6px;}
.bed-sec2-text {padding-right: 0px;}
.bed-section-3 {padding: 0px 0px 60px 0px;}
.bed-sec3-text {font-size: 22px;}
ul#menu-header-menu li a { font-size: 14px !important; }	
.banner-text {top: 35%;}	
.cart-icon1::after { right: -8px;}	
.home-product-text-right h2 { font-size: 45px;}	
.pro-title {font-size: 18px; }	
.home-our-blogs-sec { padding: 50px 0px; }	
.hexheading { font-size: 36px; }	
.home-product-one { padding: 130px 0px 60px;}	
.cart-icon1 ul li { font-size: 16px;}	
.in-contact-detail2 p { font-size: 16px;}	
.in-contact-detail1 { font-size: 22px;}	
.ab-sec3-list li { font-size: 16px; line-height: 28px; padding-bottom: 5px; }	
.about-section-4 { padding: 120px 0px 170px 0px; }	
.title p {font-size: 17px; line-height: 28px; }	
.contact-sec-top img { width: 60px; }	
#mnmwp-main-menu ul ul li a {font-size: 12px !important;}	
.page-not-found h5 { font-size: 32px; }	
.page-not-found p { font-size: 18px;}	
	
	
	
}





@media (max-width: 1360px) {
.home-banner-title { font-size: 55px; }	
.home-product-text-right p { font-size: 16px; line-height: 28px; }	
.home-product-text-right { padding-left: 0px;}	
.home-banner-content { padding: 50px 50px;}	
.in-contact-detail2 h6 { font-size: 22px; }	
footer .newslttr {height: 45px;}	
.home-our-blogs-sec .blog-sec { padding-bottom: 20px;}
.iconBox img { width: 15px !important; }	
.ab-sec3-list li { font-size: 16px; }	
.about-section-3 { padding: 60px 0px 60px 0px; }	
.main-heading2 {font-size: 35px; }	
.bed-sec3-text { font-size: 20px;}	
.contact-sec-top p { font-size: 24px; }	
}


@media (max-width: 1280px) {
#mnmwp-main-menu ul ul li a { font-size: 12px !important;}
.home-product-text-right h2 { font-size: 40px;}	
.inncoinfo1 { padding: 35px 100px 0px 30px; }	
.banner-text { width: 620px;}	
footer .newslttr { margin-bottom: 0px; }	
.col-md-6.news-m p { margin-bottom: 10px !important;}	
.ab-sec2-img2 { right: 50px;  }	
.ab-sec4-img { left: 60px; }
.card-headereven { padding: 0px 0px 0 15px;}
.title { padding: 0px 15px;}	
.search-blog-main { padding: 15px;}	
	
	
	
	
	
}

@media (max-width: 1152px) {
#mnmwp-main-menu { padding: 0 0px !important;}	
.home-banner-title { font-size: 50px;}	
.banner-text { width: 550px;}	
.container{ max-width: 90%; }	
.inncoinfo1 { padding: 20px 50px 0px 20px; }	
.main-heading2 {font-size: 35px; }	
.in-contact-detail2 p { line-height: 24px; }	
.in-contact-detail1::after { height: 45px;}	
.in-contact-detail2 h6 { margin-bottom: 5px;}	
.we-server .pro-title { font-size: 16px; }
.we-server .home-product-wrapper { min-height: 210px;}	
.we-server { padding: 50px 40px; }	
.home-product-wrapper { min-height: 350px; }	
.product-box-text { padding-top: 5px;}	
.in-contact-detail1::after { top: 55px;}	
ul.sub-menu { width: 300px;}	
#mnmwp-main-menu ul ul li a { width: 300px !important;}	
.category .blogtitle { font-size: 18px;line-height: 28px; }	
.title p {font-size: 16px; }	
.blog-page { padding: 50px 0 20px; }	
.categories-sec-blog ul li a { font-size: 16px;}	
.search-box-blog input { padding: 10px 15px;}	
.page-header .banner-button a { padding: 15px 11px; font-size: 13px;}	
}

body, html{ overflow-x:hidden;}

@media (max-width: 1024px) {
.logo-box { width: 170px; }
.container { max-width: 95%; }	
.home-product-text-right h2 { font-size: 35px; }	
.home-product-wrapper { min-height: 320px; }	
.inncoinfo1 { padding: 20px 50px 0px 20px;}	
.page-header .banner-button a { padding: 14px 8px; font-size: 12px;}	
.home-banner-title { font-size: 45px;}	
.banner-text { width: 510px; }
section.why-chose-us {  padding: 50px 0px;}	
.inncoinfo1 { padding: 0px 50px 0px 20px; }	
.home-banner-title {font-size: 40px; }
.home-banner-content { padding: 40px 40px; }	
.we-server { padding: 50px 30px; }	
.about-section-2:after { width: 800px;}	
.ab-sec2-img2 img { width: 420px; }	
.ab-sec2-text { width: 680px;}	
.ab-sec2-img2 img {width: 440px;}
.ab-sec2-img2 { top: 40px;}	
.about-section-2 { padding: 65px 0px; }	
.ab-sec2-text { margin-right: 70px;}	
.about-section-4:after { width: 815px; }	
.about-section-2 .ab-sec2-text { margin-left: 70px;}	
.about-section-4:after { height: 590px; }	
.ab-sec4-img { top:70px; }	
.ab-sec4-img img { width: 400px; }	
.about-section-4 { padding: 100px 0px 170px 0px; }	
.inner-contant { top: 55%; }		
	
	
	
	
}




@media (max-width:991px) {
.page-header .banner-button a { padding: 15px 15px; font-size: 16px; }
.top-nav-icon { position: absolute; top: 10px; right: 80px;}	
#mnmwp-main-menu { display: block !important;}	
.navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; position: absolute; right: 0px; width: 100%; display: block; top: 0px;}	
.is_mobile #mnmwp-main-menu #mnm-menu-button button.btn.menu-btn span { background: #ffffff !important;}	
#mnmwp-main-menu > ul > li { background: #000000 !important;}	
.page-header.home-logo-header .main-menulist { padding: 10px 20px 0px 20px; }
.is_mobile #mnmwp-main-menu ul { margin-top: 12px;}	
.is_mobile #mnmwp-main-menu ul li:hover > a { background: #000000 !important;}	
.banner-text {left: 3%;}	
.home-product-wrapper { min-height: 375px; }	
.we-server .home-product-wrapper { min-height: 230px;}	
/* .footer-box.footer-box33 { margin-top: 30px;  }	 */
footer { padding: 50px 40px 30px 40px;}	
.banner-slider::after { top: 220px; }	
#team-slid2 .disabled { top: 255px; }	
.home-product-text-right h2 {font-size: 30px;}	
.main-heading2 { font-size: 30px; }	
.home-section-3 p { margin-bottom: 20px; }
.we-server { padding: 40px 30px; }	
.bed-sec3-text {font-size: 18px; }
.banner-text-heading { font-size: 50px; }	
.content-blog-details .blog3 { font-size: 30px; }
.search-blog-main { margin-left: 0px;}
.categories-sec-blog h3 { font-size: 22px; }	
.hexheading { font-size: 32px;}	
.inner-contant { left: 20px;}	
.logo-box { position: relative;z-index: 9; }	
.banner-text { top: 40%; }	
#mnmwp-main-menu ul ul li a { width: 100% !important; }	
	
	
}


@media (max-width:912px) {
.about-section-2:after { width: 750px; }	
.ab-sec2-img2 {top: 25px;}	
.about-section-2 { padding: 52px 0px; }	
.about-section-4:after { width: 745px; }
.hexheading { font-size: 32px; }	
	
	
	
	
	
	
}










@media (max-width:840px) {
.banner-text { width: 450px; }
.home-product-one { padding: 120px 0px 50px; }	
.home-product-wrapper { min-height: 335px; }	
.we-server ul li { width: 19%; margin: 5px; }	
.we-server .pro-title { font-size: 15px;}	
.blog-sec p { font-size: 16px; line-height: 28px; }	
.hexheading { font-size: 32px;}	
.main-text { padding: 10px; height: 170px; margin-top: -10px;}
.cart-icon1 { width: 247px; height: 200px;}	
.cart-icon1::before { bottom: 42%; left: -28%; width: 2.25rem; }	
.cart-icon1::after { top: 186px;}	
.cart-icon1 h4 { margin-bottom: 0px;}	
.inncoinfo1 { padding: 0px 10px 0px 0px;}
.in-contact-detail2 { margin-left: -5% !important;}	
.in-contact-detail2 h6 { font-size: 20px; }	
.home-our-blogs-sec { padding: 40px 0px; }	
.hexheading {font-size: 30px;}	
.about-section-2:after {  width: 480px; }	
.ab-sec2-img2 { left: 30px; }	
.ab-sec2-text { width: 480px; }	
.about-section-2 .ab-sec2-text { margin-left: 390px; }	
.about-section-2:after { height: 370px;  top: 130px;}
.about-section-2 { padding: 0px 0px; }	
.about-section-4:after{ display:none;}	
.about-section-4 { padding: 0px 0px 100px 0px; }	
.ab-sec4-img{ left: 40px; top: 40px; }	
.ab-sec2-text { width: 400px;  padding: 20px 20px; }	
.ab-sec2-text { margin-right: 30px; }	
.about-section-4 { padding: 0px 0px 70px 0px; }	
.about-section-3 { padding: 40px 0px 40px 0px;  }	
.about-section-2 .ab-sec2-text { width: 400px;}	
.ab-sec1-text {padding-left: 0px;}	
.banner-text-heading { font-size:45px; }	
.inner-contant { left: 20px;}	
.about-section-2:after{ display:none;}	
.ab-sec2-img2 { top: 80px; }	
.ab-sec4-text {top: 10px; margin-right: 30px; }	
.main-heading2 { font-size: 26px; }	
.card-feel-sung { padding: 0px 0 15px;}	
.visual { margin: 0px 0 10px;}	
	
	
	
	
}




@media (max-width:768px) {
.banner-slider::after { top: 170px;}
#team-slid2 .disabled {top: 200px;}	
.we-server .home-product-wrapper { min-height: 250px; }	
footer { padding:40px 30px 30px 30px; }	
.about-section-2 .ab-sec2-text { width: 420px; }	
.about-section-2 .ab-sec2-text { margin-left: 320px; }	
/* .ab-sec2-img2 {top: 0px; position: relative;}	 */	
.ab-sec2-img2 { left: inherit; right: 15px;}	
.about-section-2 .ab-sec2-text { margin-left: 20px; width: 50%;}	
.container { max-width: 100%;}	
.ab-sec4-img { left: 20px; }	
	
	
	
	
	
}
@media (max-width:767px) {
#mnmwp-main-menu ul ul li a { width: 100% !important;}
.banner-slider{ display:none !important;}
.mobile{ display:block;}	
.page-header.home-logo-header .main-menulist { padding: 10px 0px 0px 10px;}	
.top-nav-icon {right: 50px;}	
.page-header .banner-button a { padding: 15px 10px; font-size: 14px; }	
.logo-box a { width: 130px; position: relative;z-index: 99; }
.container { max-width: 100%;}	
.home-product-wrapper {  min-height: auto;}
.home-banner-content { padding: 30px 10px;}	
section.why-chose-us { padding: 0px 0px; }	
.inncoinfo1 { padding: 0px 10px 0px 10px;}	
.in-contact-detail2 { margin-left: 0% !important; }	
.in-contact-detail1::after{ display:none;}	
.in-contact-detail1 { margin-bottom: 10px; }	
.banner-text { width: 100%; left: 0px; padding: 10px;}	
.page-header.is-sticky { padding: 10px 0px 10px 10px; }	
.home-product-one{ padding: 90px 0px 30px; }	
.inncoinfo1 { padding: 15px 10px 0px 10px;}	
.we-server ul { display: block;}
.we-server ul li { width: 50%; margin: 0px; }	
.we-server { padding: 30px 0px;}	
.we-server ul li { width: 45%; margin: 8px; }
.we-server .pro-title { font-size: 16px; }	
.we-server .home-product-wrapper { min-height: 220px; }	
.home-our-blogs-sec .blog-sec { margin-bottom: 20px;}	
.home-our-blogs-sec { padding: 30px 0px 20px;}	
footer { padding: 10px 10px 20px 10px; }	
/* .footer-box.footer-box33 { margin-top: 20px; }	 */
.footer-box { margin-top: 15px;}	
.bottom-box.text-right { text-align: left;}	
.pt-5 { padding-top: 1rem !important;}	
.bottom-box {font-size: 16px; margin-bottom: 10px; }	
.is_mobile #mnmwp-main-menu ul { margin-top:10px; }	
.page-header { position: relative;  background-color: #000000;}	
.page-header.home-logo-header .main-menulist { padding: 10px 0px 15px 10px; }	
.inner-contant { top: 35%; left: 0px; }	
.banner-text-heading { font-size: 35px; }
.about-section-1 { padding: 30px 0px;}	
.main-heading2 { font-size: 26px;}	
.ab-sec1-text { padding-top: 15px;}
.main-heading2 {  margin-bottom: 10px;}	
.about-section-2:after{ top: 0px; }	
.ab-sec4-img { position: relative; top: 0px; left: 0px;}	
section.about-section-2 { flex-direction: column-reverse;  display: flex;}	
.about-section-2 { padding: 0px 10px; }	
.ab-sec2-img2 { left: 0px; margin-bottom: 15px; }	
.about-section-3 {  padding: 40px 0px 40px 0px; }	
.ab-sec3-img { margin-bottom: 15px;}	
.about-section-4 { padding: 0px 10px 30px 10px; }	
.ab-sec2-text { width:100%; padding: 20px 15px; }	
.ab-sec4-text {top:0px; margin-right: 0px; }	
.about-section-3{ flex-direction: column-reverse;}
.about-section-3 {  padding: 30px 0px 30px 0px; }	
.ab-sec4-img img { width: 100%; margin-bottom: 15px; }	
.bed-section-1 { padding: 30px 0px 0px 0px; }	
section.bed-section-2 .row { flex-direction: column-reverse;}
.bed-section-2 { padding: 30px 0px; }
.bed-sec3-box {  margin-bottom: 30px;}	
.bed-sec3-text { font-size: 20px; }	
.bed-section-3 { padding: 0px 0px 0px 0px;}	
.blog-page { padding: 30px 0 20px; }	
.mb-5 { margin-bottom: 1rem !important;}	
.search-blog-main { margin-left: 0px;}	
.content-blog-details .blog3 { font-size: 26px; }	
.hexheading { font-size: 26px;}	
.contact-sec-top p {font-size: 20px; margin-bottom: 0px;}	
.contact-section-1 { padding: 30px 0px;}	
.contact-sec-top {padding: 25px 50px; margin-bottom: 25px; }	
.contact-form { padding-left: 0px; padding-top: 20px; }	
.page-not-found span {font-size: 150px; line-height: 165px; }
.page-not-found h5 {font-size: 28px; }	
.page-not-found p {margin: 10px 10px 20px;}	
.Thank-you h3 {font-size: 70px;  line-height: 90px; }	
.Thank-you h5 { font-size: 22px;}	
.not-fonrrd { height: 0px; }	
.Thank-you {padding: 80px 0 80px; }	
.page-not-found { padding: 80px 0 80px;}	
.home-banner-content .banner-slider {display:block !important; }	
.blog-sec p a { font-size: 18px;}	
.cart-icon1 { width: 100%; height: 100%;position: relative; border: 0px solid #fff;  top: 0px; }	
.home-product-one { padding: 30px 0px 30px;}
.main-text { margin-top: 10px; width: 100%; }	
.cart-icon1::before{ display:none;}
.cart-icon1::after{ display:none;}	
.about-section-2 .ab-sec2-text {margin-left: 0px; width: 100%; }	
.ab-sec2-img2 { top: 0px; position: relative;}	
section.about-section-3 .row { flex-direction: column-reverse;}	
.main-text {  padding: 15px 20px 15px 20px; height: auto;margin-top: 20px; }	
.in-contact-detail2 h6 { font-size: 22px; }	
.home-product-text-right {
    margin-top: 20px;
}
	
}



@media (max-width:375px) {
.logo-box a { width: 110px; }
.we-server .pro-title { font-size: 17px;}	
	
	
	
	
}

@media (max-width:360px) {
.page-header .banner-button a { padding: 10px 7px; font-size: 14px;}
}


