/**Global css Start**/

html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat', sans-serif;
}

a:hover{
    color: #0056b3;
    text-decoration: none;
}

a.side-modals-close img {
    width: 59%;
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}

button:focus, .form-control:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.destopmodehide{
    display: none;
}

/**Global css End**/

.desktophide{
    display: none;
}

a.downloadPro {
    background-color: blueviolet;
    color: #fff!important;
}


/**Header css Start**/

a.tapTopbtn {
    color: #fff;
    width: 58px;
    background-color: rgb(34 99 141);
    display: none;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    padding: 15px 0px;
    position: fixed;
    bottom: 10%;
    right: 1%;
    transition-duration: 0.3s;
}

a.tapTopShow {
    display: block;
}

a.tapTopbtn:hover {
    background-color: #000;
    color: #fff;
}

.header-menu ul{
    float: right;
}

.header-menu ul li {
    float: left;
    position: static;
}

.header-menu ul li a {
    color: #4a4a4a;
    padding: 14px 10px 15px;
    margin: 10px 0;
    display: block;
    font-size: 14px;
    transition-duration: 0.3s;
}

.header-menu ul li:hover > a {
    background-color: #1d86c8;
    color: #fff;
}

.header-menu ul li ul {
    display: none;
    position: absolute;
    width: 275px;
    z-index: 999;
    top: 61px;
    background: #1d86c8;
}

.header-menu ul li ul li a{
    padding: 7px 10px;
    font-size: 13px;
    letter-spacing: unset;
    color: #fff;
    margin: 0;
    transition-duration: 0.2s;
}

.header-menu ul li ul li a:hover{
    color: #c5c5c5;
    background-color: #565656;
}

.header-menu ul li:hover > ul{
    display: block;
}

.header-menu ul li:hover > .mega-menus{
    display: block;
}

ul.dropdown-menus {
    left: 100%;
    top: 0;
}

.header-menu ul li span.fa-chevron-down {
    font-size: 12px;
    margin: 5px;
    padding: 2px;
    color: #e5e5e5;
}

.header-menu ul li span.fa-angle-right {
    padding: 3px 10px;
    color: #e5e5e5;
    float: right;
}

ul.dropdown-submenus li a {
    padding: 5px 0px 5px 10px;
}

.header-menu ul li ul li {
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
}

.header-menu ul li ul li:last-child{
    border-bottom: none;
}

.logo a img {
    width: 57%;
    margin: 0px 0px;
}

/**Header css End**/


.homeAbout {
    margin: 40px 0px;
}

.homeTeam{
    background-color: #eee;
}

.homeTeam h2{
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    color: #444;
    margin-bottom: 25px;
}

.homeGallery {
    padding: 40px 0px;
}

.homeGallery h2{
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    color: #444;
    margin-bottom: 25px;
}

a.viewAllBtn {
    display: block;
    width: 18%;
    background-color: #444;
    text-align: center;
    margin: 30px auto 0;
    color: #fff;
    letter-spacing: 1px;
    padding: 7px 0px;
    transition-duration: 0.2s;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}

a.viewAllBtn:hover{
    background-color: #1d86c8;
    border-radius: 0px;
}

.homeService{
    padding: 50px 0px 60px;
    background-color: #eee;
    text-align: center;
}

.homeService h2{
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    color: #444;
    margin-bottom: 25px;
}

.serviceGrid{
    background-color: #1d86c8;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin: 10px 0px;
}

.serviceGrid h4{
    font-weight: bold;
    font-size: 22px;
}

.serviceGrid p {
    font-size: 14px;
    margin: 13px 0 25px;
}

a.raedMoreBtn {
    color: #fff;
    background-color: #444;
    padding: 6px 40px;
    border-radius: 5px;
    font-size: 14px;
    transition-duration: 0.2s;
    text-transform: uppercase;
}

a.raedMoreBtn:hover{
    background-color: #fff;
    color: #444;
}


.pagePicture{
    margin-bottom: 20px;
}

.pagePicture img{
    display: block;
    width: 30%;
    box-shadow: 0px 0px 20px #b1b1b1;
}

.aboutContent h1{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 -10px;
}

.aboutContent h5{
    
}


.pageContent{
    
}

.pageHeader{
    
}

.overlayTitle{
    padding: 50px 0px;
    background-color: #0063a1cf;
    text-align: center;
}

.overlayTitle h2{
    color: #fff;
    font-weight: bold;
    margin: 0;
    letter-spacing: 2px;
    font-size: 40px;
}

.aboutUspage{
    padding: 40px 0px;
}

.aboutContent{
    padding: 20px;
    background-color: #1d86c8;
    margin-bottom: 20px;
}

.aboutContent h2{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.aboutContent h5 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
    margin-top: 20px;
}

.aboutContent p{
    border-radius: 5px;
    font-size: 16px;
    padding: 20px;
    text-align: justify;
    margin: 0;
    line-height: 25px;
    color: #fff;
    background-color: #14141430;
}

.aboutContent ul{
    padding-left: 20px;
    list-style-type: disclosure-closed;
    margin-top: 20px;
}

.aboutContent ul li{
    margin: 2px 0px;
    color: #fff;
}

.aboutImg{
    
}

.aboutImg img{
    display: block;
    width: 100%;
}

.teamPage{
    padding: 40px 0px;
}

.teamGrid{
    text-align: center;
    margin: 10px 0px;
    padding: 10px;
}

.teamGrid img{
    display: block;
    width: 100%;
    border-radius: 50%;
    border: 15px solid #1e86c8;
}

.teamGrid p{
    margin: -12px 0 0;
    background-color: #fff;
    box-shadow: 0px 0px 4px #444;
    border-radius: 20px;
    padding: 3px 0;
    font-size: 15px;
}

.teamGrid h6 {
    margin: 7px 0px 0;
    font-size: 13px;
}

.teamGrid ul {
    list-style-type: none;
}

.teamGrid ul li{
    display: inline-block;
}

.teamGrid ul li a{
    font-size: 30px;
    display: block;
    color: #e38000;
    padding: 2px 7px;
    transition-duration: 0.2s;
}

.teamGrid ul li a:hover{
    color: #1e86c8;
}

.teamGrid ul li a i{
    
}


.homeContact{
    padding: 40px 0px;
}

.homeContact h3{
    font-size: 23px;
    color: #444;
    font-weight: bold;
    letter-spacing: 1px;
}

.homeContact p{
    margin: 10px 0px;
    color: #878787;
    letter-spacing: 1px;
}

.homeContact p b{
    
}

.homeContact img{
    display: block;
    width: 100%;
}

.service-blog {
    display: block;
    margin: 0px 0px 25px;
    transition-duration: 0.3s;
    position: relative;
}

.service-blog:hover{
    transform: scale(1.02);
}

.service-blog:hover ul.ecomIcons{
    opacity: 1;
    margin-left: 0px;
}

.service-blog a {
    color: #444;
}

ul.ecomIcons {
    position: absolute;
    padding: 10px;
    margin-left: -45px;
    transition-duration: 0.5s;
    background-color: #f7f7f7e3;
    opacity: 0;
    display: none;
}

ul.ecomIcons li {
    border: 1px solid #c1c1c1;
    width: 31px;
    display: block;
    text-align: center;
    color: #7c7c7c;
    border-radius: 50%;
    font-size: 18px;
    padding-top: 2px;
    margin: 5px 0px;
    transition-duration: 0.3s;
    cursor: pointer;
}

ul.ecomIcons li:hover{
    background-color: #1d86c8;
    color: #fff;
}

.service-blog .card{
    color: #444;
    overflow: hidden;
    background-color: aliceblue;
    box-shadow: 0px 0px 10px #d0d0d0;
    border: none;
}

.service-blog img{
    display: block;
    width: 100%;
}

ul.starRating{
    margin-bottom: 5px;
    display: none;
}

ul.starRating li{
    display: inline-block;
    font-size: 12px;
}

.service-blog h5{
    font-size: 14px;
    margin: 0;
    line-height: 22px;
    height: 45px;
}

.service-blog .card .card-body {
    padding: 15px;
    background-color: brown;
    color: #fff;
}

.enqueryBox .modal-content {
    padding: 25px;
    background-color: aliceblue;
}

.service-blog p{
    margin: 0;
    font-size: 12px;
    color: #b5b5b5;
}

img.serviceImgSingle {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 5px #d1d1d1;
}

.serviceDetails {
    background-color: #fff;
}

.serviceDetails h3 {
    margin: 0;
    font-size: 17px;
}

.serviceDetails h2 {
    font-size: 20px;
    font-weight: bold;
    color: #1d86c8;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.productDescription .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #1d86c8!important;
}

.productDescription .nav-tabs .nav-link {
    color: #444;
    margin-right: 5px;
    background-color: #eee;
}

.productDescription {
    margin-top: 40px;
}

.productDescription div#myTabContent {
    background-color: aliceblue;
    padding: 20px;
}

.productDescription p{
    font-size: 14px;
    color: #444;
}

.serviceDetails p{
    margin: 0;
    color: #444;
    font-size: 15px;
}

#wowslider-container1 {
    display: table;
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: unset!important;
    max-height: unset!important;
    margin: 0px auto 0px;
    z-index: 90;
    text-align: left;
    font-size: 10px;
    text-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#wowslider-container1 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    height: auto!important;
    max-height: unset!important;
    max-width: unset!important;
    vertical-align: top;
    border: none;
    overflow: hidden;
}




.pageviewContent {
    padding: 40px 0px;
}

.subCtgSideBar {
    background-color: #a52a2a;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #ccc;
}

.subCtgSideBar h4 {
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    background-color: #1d86c8;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.subCtgSideBar ul{
    
}

.subCtgSideBar ul li{
    
}

.subCtgSideBar ul li a{
    display: block;
    font-size: 14px;
    background-color: #eee;
    padding: 10px;
    margin: 5px 0px;
    color: #444;
    transition-duration: 0.2s;
}

.subCtgSideBar ul li a:hover{
    background-color: #1d86c8;
    color: #fff;
}


a.ctgImageBox {
    display: block;
    margin-bottom: 20px;
    transition-duration: 0.3s;
    border: 2px solid #ddd;
}

a.ctgImageBox p {
    text-align: center;
    margin: 0;
    padding: 15px 5px;
    background-color: blueviolet;
    color: #fff;
    height: 80px;
}

a.ctgImageBox:hover{
    box-shadow: none;
    transform: scale(1.05);
}

a.ctgImageBox img{
    display: block;
    width: 100%;
}


.gallery-page{
    margin-top: 20px;
}

.gallery_box{display: table; height: 100%;}
.gallery_left{display: table-cell; vertical-align: middle;}
.galleryImg {margin: 0px 0;
  position: relative;
  border: 1px solid #f1f1f1;
}
.gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
  margin-top: 30px;
}

.serImg {
  margin-bottom: 30px;
}
.galley_inner .row > div {
  margin: 15px 0;
}
.galley_inner {
  text-align: center;
}
.testi_list {
  list-style: none;
}
.testi_list li {
  margin: 36px 0;
}
.testi_list .testimonials_sec {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.portfolio-overley {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galleryImg img {
  width: 100%;
}
.gallery-wrap .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-wrap .content, .galley_inner .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.gallery-wrap .content .image-link, .galley_inner .content .image-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  background: #f0aa00;
  display: block;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}


/*contact css start*/

.contact-page {
    padding: 40px 0px;
}

.contact-form {
    margin-top: 30px;
}

.form-info {
    background-color: #1d86c8;
    padding: 40px;
    color: #fff;
}

.form-info .form-control{
    border-radius: 0;
    font-size: 13px;
    height: auto;
    margin: 25px 0px;
    padding: 10px 20px;
}

button.btn.submitbutton {
    background-color: #fff;
    border-radius: 0;
    padding: 6px 50px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #004976;
    transition-duration: 0.2s;
}

button.btn.submitbutton:hover{
    background-color: #444;
    color: #fff;
}

.website-info{
    background-color: #1d86c8;
    padding: 40px 15px;
    color: #fff;
    margin: 35px 0px;
}

.website-info i{
    width: 35px;
    font-size: 25px;
}

.website-info h5{
    font-size: 18px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    color: #fff;
}

.website-info p{
    margin: 0;
    font-size: 14px;
}

/* contact css end*/




/* footer css start*/

.bottom-footer {
    background-color: #282828;
    padding: 10px 0px;
}

footer{
    background-color: #1d86c8;
}

.main-footer{
    padding: 20px 0px 30px;
}

.main-footer center img{
    width: 15%;
}

.footer-menu{

}

.footer-menu ul{
    list-style: none;
    text-align: center;
    margin-top: 10px;
}

.footer-menu ul li{
    display: inline-block;
}

.footer-menu ul li a{
    padding: 5px 15px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition-duration: 0.3s;
}

.footer-menu ul li a i{
    font-size: 20px;
}

.footer-menu ul li a:hover{
    color: #ddd;
}

.copyright p{
	margin: 0px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.copyright a {
    color: #1d86c8;
    font-weight: bold;
}

/*footer css end*/

header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    padding: 5px 0px;
    border-bottom: 2px solid #00aaf5;
    background-color: #fff;
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    background-color: #ededed;
    box-shadow: 0px 0px 10px #ccc;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 99;
    padding: 0;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.top-header.hidesection {
    display: none;
}
.middle-header.hidesection {
    display: none;
}

/**Matis Menu multi larvel css Start**/
.primarymenu {
    padding:0px;
}

.multi-lavel ul li {
    padding:0px;
}

ul.primarymenu li {
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
}

ul.primarymenu li a {
    padding: 10px;
    display: block;
    color: white;
    font-weight: bold;
}

ul.submenu li{
    display: none;
}

ul.submenu li{
    border: 0px;
}

ul#submenutwo{
    padding: 0;
    background: #e7e7e7;
}

ul#menu li a {
    border-bottom: 1px solid #d6d4d4;
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    color: #282828;
    width: 100%;
}   

/**Matis Menu multi larvel css End**/


/**Side Modals css Start**/

    .side-modals.right {
        right: -300px;
        height: 100vh;
        width: 300px;
        top: 0;
    }
    
    .cart_media {
        padding: 0px;
        background-color: #fff;
    }

    .side-modals {
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right.open-side {
        right: 0;
    }

    .side-modals.open-side {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals .overlay {
        visibility: hidden;
        opacity: 0;
        background-color: #000000a3;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.open-side .overlay {
        opacity: 0.8;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right .cart-inner {
        height: 100vh;
        overflow: auto;
    }

    .side-modals .cart-inner {
        background-color: #ececec;
        z-index: 9;
        position: relative;
        top: 0;
    }

    .side-modals .cart-inner .cart_top {
        padding: 15px 10px;
        color: #fff;
        background-color: #26648e;
        border-bottom: 1px solid #000;
    }
    
    span.apparels {
        display: block;
        position: absolute;
        font-size: 11px;
        top: 55px;
        left: 166px;
        color: #fff;
    }

/**Side Modals css End**/

/**For Laptop/ testop Large deviece**/

@media only screen and (max-width: 1199px) {

    
}

/**For Tablet/small laptops/ Medium deviece**/

@media only screen and (max-width: 1024px){
    
    
    
}

@media only screen and (max-width: 991px) {

    .mobilemodehide{
        display: none;
    }
}

/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {

    span.moble-menus-models {
        float: right;
        margin-top: 7px;
        font-size: 30px;
        color: #5a5a5a;
    }
    
    .mobilemodehide{
        display: none;
    }

    .destopmodehide {
        display: block;
    }

    .header-menu{
        display: none;
    }

    .copyright p {
        text-align: center
    }
    
    .form-info {
        margin-bottom: 30px;
        padding: 20px;
    }
    
    a.viewAllBtn {
        display: block;
        width: 55%;
    }
    
    .aboutContent p {
        font-size: 13px;
        line-height: 22px;
    }
    
    .serviceGrid {
        padding: 20px;
        margin: 10px 0;
    }
    
    .homeContact img {
        margin-top: 20px;
    }
    
    .overlayTitle h2 {
        letter-spacing: 1px;
        font-size: 30px;
    }
    
    .footer-menu ul li a {
        padding: 0px 7px;
        font-size: 13px;
    }
    
    .logo a img {
        width: 30%;
    }
    
    .desktophide{
        display: block;
    }
    
    .pagePicture img {
        width: 100%;
    }
    
    .teamGrid p {
        font-size: 14px;
    }
    
    .teamGrid ul li a {
        padding: 2px;
    }
    
    header.sticky-header {
        background-color: #d4eeff;
    }
    
    .service-blog {
        margin: 15px 0px;
    }
    
}

/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {
    
    
    
}
