/**Global css Start**/


html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Lato','Poppins', sans-serif;
}

a:hover{
    color: #0056b3;
    text-decoration: none;
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}

img{
    max-width: 100%;
}

button:focus, .form-control:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.desktopModeHide{
    display: none;
}
.main-content {
    min-height: 500px;
    transition-duration: 0.2s;
}

.hideSection{
    display: none;
}

/**Global css End**/

/**Header css Start**/

.top-header {
    background: #0e1e36;
}

.top-left-header ul {
    display: flex;
}

.top-left-header ul li a {
    padding: 10px 12px;
    color: white;
    display: block;
    border-right: 1px solid gray;
    transition-duration: 0.2s;
}

.top-left-header ul li a:hover {
    color: #fcc533;
}

.top-left-header ul li:first-child a:hover {
    color: white;
}

.top-right-header ul {
    display: flex;
}

.top-right-header ul {
    display: flex;
    float: right;
}

.top-right-header ul li a {
    color: white;
    display: block;
    padding: 10px 15px;
    border-right: 1px solid gray;
}

.top-right-header ul li:last-child a {
    border-right: 0;
}

.top-right-header ul li a i {
    color: #fcc533;
    margin-right: 10px;
}

.top-right-header ul li a:hover {
    color: #dfdfdf;
}

.main-header {
    background-color: #ffffff;
}



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;
    background-color: #bffdff;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 99;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.moble-menus-models {
    color: #000;
    padding: 5px;
    display: block;
    font-size: 21px;
}
.header-menu{
    text-align: right;
}

.header-menu ul li {
    display:inline-block;
    position: static;
    transition-duration: 0.2s;
}

.header-menu ul li a {
    color: #0e1e36;
    padding: 28px 10px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    transition-duration: 0.3s;
    margin: auto 0px;
    text-transform:uppercase;
}

header.stick .header-menu ul li a {
    padding: 20px 10px;
}

.header-menu ul li:hover>a{
    color: #fcc533;
}


.logo a {
    display: block;
    padding: 10px 0;
    transition-duration: 0.3s;
}

.logo a img {
    max-width: 100%;
}

header.stick .logo a {
    padding: 5px 0;
}


.getQuote {
    display: block;
    min-width: 130px;
    background: #0c3484;
    margin: 22px 10px;
    float: right;
    padding: 5px 15px;
    color: white;
    transition-duration: 0.3s;
}

header.stick .getQuote {
    margin: 10px 10px;
}

.searchBtn {
    display: inline-block;
    padding: 10px;
    margin: 20px 15px;
    font-size: 18px;
    transition-duration: 0.3s;
}
.searchGrid .col-md-2 {
    padding-left: 0;
}


header.stick .searchBtn {
    margin: 10px 15px;
}

/**Header css End**/


/* Theme Css Start */

.serviceFeatured {
    padding: 50px 0;
}
.featuredHead {
    text-align: center;
}
.featuredHead h2 {
    font-size: 36px;
    color: #0c3484;
    font-weight: bold;
    text-transform: uppercase;
}

.featuedList .image {
    padding: 20px 20px 20px 20px;
    background-color: #1D4BAD;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1d4bad;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    width: 135px;
    cursor: pointer;
}

.featuedList .image:hover {
    background-color: #fcc533;
    border-style: solid;
    border-color: #fcc533;
}

.featuedList .text {
    text-align: center;
    margin-top: 20px;
}

.featuedList .text h3 {
    font-size: 18px;
    font-weight: bold;
}

.popularCategory {
    background: #364d65;
    padding: 100px 0;
}
.popularCategory .title {
    text-align: center;
    margin-bottom: 50px;
    color: white;
}
.categoryGrid .ctgGrid {
    background: white;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #c2bcbe;
}

.categoryGrid .ctgGrid:hover {
    border: 1px solid #fcc533;
}

.categoryGrid .ctgGrid:hover a {
    color: #fcc533;
}

.categoryGrid .row .col-md-2 {
    padding: 0 5px;
}

.categoryGrid .row {
    margin: 0 -5px;
}

.categoryGrid .ctgGrida a {
    display: block;
}

.categoryGrid .ctgGrida span {
    display: block;
}

.categoryGrid .ctgGrid a {
    display: block;
}

.categoryGrid .ctgGrid img {
    max-width: 100%;
    height: 100px;
}

.categoryGrid .ctgGrid span {
    display: block;
}


/*.sliderOverlay {*/
/*    background: #808080a3;*/
/*}*/
.overlayGrid {
    text-align: center;
    padding: 50px 0;
}
.overlayGrid h1 {
    color: white;
    font-size: 55px;
    font-weight: bold;
}

.overlayGrid p {
    color: white;
    font-size: 20px;
}
.searchGrid {
    background: white;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 50px;
}
.searchGrid {
    background: white;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.popularCtg ul li {
    display: inline-block;
}

.popularCtg ul li a {
    display: block;
    background: #c3c3c34f;
    padding: 15px;
    color: white;
    font-size: 20px;
    min-width: 130px;
    transition-duration: .5s;
}

.popularCtg ul li a.active {
    background: #0c3484;
}

.popularCtg ul li a:hover {
    background: #0c3484;
}

.popularCtg ul li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.popularCtg ul li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.searchGrid .btn-success {
    background: #0c3484;
    border-color: #0c3484;
}

.btn.SignIn {
    display: block;
    min-width: 90px;
    background: #c2bcbe;
    margin: 18px 5px;
    float: right;
    padding: 8px 15px;
    color: white;
    transition-duration: 0.3s;
}

header.stick .SignIn {
    margin: 10px 5px;
}

.btn.SignIn:hover {
    background: #04213f;
}

.getQuote:hover {
    background: #04213f;
    color: white;
}

.businessGrid .image {
    border-bottom: 1px solid #dddada;
}

.businessGrid .image img {
    width: 100%;
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.businessGrid {
    border: 1px solid #dddada;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 1px 2px rgb(192 192 192 / 23%);
    border-radius: 5px;
    transition: 0.7s;
    margin-bottom:15px;
}

.businessGrid:hover {
    border-color: #fcc533;
}

.businessGrid .head h3 {
    margin: 0;
    font-size: 18px;
}

.businessGrid .head {
    padding: 10px 15px;
    border-bottom: 1px solid #dddada;
}

.businessGrid .head a {
    color: #5f5d5d;
    font-weight: bold;
}

.businessGrid .head:hover a{
    color: #f40449;
}

.businessGrid:hover .head {
    border-color: #fcc533;
}
.businessGrid .text ul li {
    display: flex;
    margin: 5px 0;
}

.businessGrid .text ul {
    column-count: 2;
}

.businessGrid .text ul li .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    max-width: 30px;
    background: #fcc533;
    border-radius: 100%;
    display: block;
    text-align: center;
    color: white;
    padding: 3px;
    margin-right: 10px;
}

.businessGrid .text .row {
    margin: 0;
}

.businessGrid .text .row .col-12 {
    padding: 5px 0;
    display: flex;
}

.businessGrid .text .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    max-width: 30px;
    display: inline-block;
    text-align: center;
    background: #fcc533;
    margin-right: 8px;
    color: white;
    border-radius: 100%;
    padding: 3px;
}

.businessGrid .text {
    padding: 10px 15px;
    height:250px;
}

.businessGrid .text .rating {
    font-size: 14px;
}
.businessGrid .text .rating .fa-star {
    color: #FF9800;
}
.businessGrid .text .contact i {
    color: #ef094b;
    margin-right: 5px;
}
.businessGrid .text .location {
    font-size: 14px;
    display: flex;
}
.businessGrid .text .location i {
    color: #ef094b;
    margin-right: 5px;
}

.businessGrid .text a {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.businessGrid .text p {
    font-size: 14px;
}

.popularBusiness h3 {
    margin-top: 20px;
}

.popularBusiness .row {
    margin: 0 -5px;
}

.popularBusiness .row .col-md-3 {
    padding: 0 5px;
}

.popularlist ul li a {
    color: black;
}

.popularlist ul li a:hover {
    color: #fcc533;
}

.breadcrumb-area {
    background: #0d3384;
}

.breadcrumb-area .title {
    padding: 15px 0;
}

.breadcrumb-area .title h1 {
    color: white;
    font-size: 24px;
    margin: 0;
}

.breadcrumb-area .title ul li a {
    color:#fcc533
}
.breadcrumb-area .title ul li a:hover {
    color: #d5d5d5;
}
.breadcrumb-area .title ul li {
    color: white;
    display: inline-block;
    padding: 5px 10px;
}
.breadcrumb-area .title ul li:first-child {
    padding-left:0;
}
.breadcrumb-area .title ul li:first-child::before{
    padding: 0;
    content:'';
}
.breadcrumb-area .title ul li::before{
    content:'|';
    color: #dcdcdc;
    padding-right: 15px;
}

.serviceCompany {
    padding: 50px 0;
}

.serviceCompany .title {
    text-align: center;
    margin-bottom: 50px;
}

.serviceCompany .title h1 {
    color: #04213F;
    font-weight: bold;
    font-size: 35px;
}

.serviceCompany .title span {
    color: #fcc533;
    font-size: 14px;
}


.pacageGrid {
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #062d80;
    text-align: center;
    transition: 0.4s;
}

.pacageGrid:hover {
    box-shadow: 0 20px 30.4px 2.6px rgba(0, 0, 0, .24);
}


.pacageGrid .head {
    background: #0c3484;
    color: white;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 20px;
}

.pacageGrid .content ul li {
    padding: 8px 10px;
    border-bottom: 1px solid #d3cece;
}

.pacageGrid .content ul li:last-child {
    border: none;
}


.pacageGrid .head h2 {
    font-weight: bold;
}

.pacageGrid .head h2 small {
    font-size: 14px;
}

.pacageGrid .head span {
    text-transform: uppercase;
    color: #f7c53d;
    font-weight: bold;
    font-family: sans-serif;
    display: block;
}

.pacageGrid .head a.btn {
    background: white;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    color: #fcc533;
    border: 1px solid white;
}

.pacageGrid .head a.btn:hover {
    border-color: #fcc533;
}


.pacageWebGrid .head span{
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: sans-serif;
    display: block;
    font-size: 60px;
    line-height: 40px;
}

.pacageWebGrid .head {
    background: #0c3484;
    color: white;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 20px;
}

.pacageWebGrid {
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #062d80;
    text-align: center;
    transition: 0.4s;
}

.pacageWebGrid:hover {
    box-shadow: 0 20px 30.4px 2.6px rgba(0, 0, 0, .24);
}

.pacageWebGrid .head h2 {
    font-weight: bold;
}


.pacageWebGrid .content ul li {
    padding: 8px 10px;
    border-bottom: 1px solid #d3cece;
}

.pacageWebGrid .content ul li:last-child {
    border: none;
}

.pacageWebGrid .content a.btn {
    background: #f51b30;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
}

.serviceGrid {
    -webkit-box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
    box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
    margin-bottom: 15px;
}

.serviceGrid .ctg a {color: #fcc533;}

.serviceGrid .text {
    padding: 15px;
}

.serviceGrid h4 {
    font-size: 18px;
}

.serviceGrid h4 a {
    color: #030303;
}
.serviceGrid h4 a:hover {
    color: black;
}
.serviceGrid p {
    font-size: 15px;
}
.serviceGrid .readMore {
    background: #fcc533;
    text-align: center;
    padding: 50px 0;
}
.serviceGrid .readMore a {
    color: white;
}
.moreServices {
    text-align: center;
    margin-bottom: 50px;
}
.moreServices a {
    background: #0c3484;
    padding: 5px 20px;
    color: white;
}
.moreServices a:hover {
    color: #ebdfdf;
}

.contactCompany {
    background: #364d65;
    padding: 60px 0;
}

.contactText h2 {color: white;font-size: 50px;}

.contactText p {
    color: white;
}
.contactFrom {
    background: white;
    -webkit-box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
    box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
    border-radius: 5px;
    padding: 50px;
}

.contactFrom .btn-contact {
    background: #fcc533;
    color: white;
}

.blogCompany {
    padding: 50px 0;
}

.blogCompany .title {
    text-align: center;
    margin-bottom: 50px;
}

.blogCompany .title h1 {
    color: #04213F;
    font-weight: bold;
    font-size: 35px;
}

.blogCompany .title span {
    color: #fcc533;
    font-size: 14px;
}

.blogGrid {
    -webkit-box-shadow: 0px 6px 30px rgba(4, 33, 63, 0.04);
    box-shadow: 0px 6px 30px rgba(4, 33, 63, 0.04);
    margin-bottom: 15px;
}

.blog-content {
    padding: 15px;
}

.blog-content h5 {
    font-size: 18px;
    margin: 5px 0;
    height:40px;
}

.blog-content h5 a {
    color: #1b1b1b;
}

.blog-content h5 a:hover {
    color: #fcc533;
}
.blog-content .btn {
    font-weight:bold;
    padding: 0;
}
.blogSearch .btn {
    background: #fcc533;
    border-radius: 0;
    color: white;
}

.blog-sidebar .widget-title {
    font-size: 20px;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fcc533;
}


/* Theme Css End */


.SearchResultDiv {
    position: absolute;
    width: 93%;
    z-index: 9;
}

.SearchResult {
    background: white;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    max-height: 50vh;
    overflow-y: auto;
    border-radius: 10px;
}


.SearchResult ul li{
    padding: 5px 20px 5px 10px;
    transition-duration: 0.2s;
    border-bottom: 1px solid #ccc;
}

.SearchResult ul li:hover{
    background-color: #dfdfdf;
}

.SearchResult ul li img{
    width: 100%;
    border-radius: 50%;
}

.SearchResult ul li p{
    margin: 11px 0px 0px;
    font-size: 15px;
}

.SearchResult ul li span{
    font-size: 14px;
    margin: 11px 0px 0px;
    display: block;
}


/*gallery-page-design css start*/



/* footer css start*/

footer{
    margin-top: 30px;
    z-index: 1;
    position: relative;
    background-size: cover;
}
footer::after{
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    background: rgba(4, 33, 63, 0.95);
}

.bottom-footer {
    background-color: #01368f;
    padding: 15px 0px;
}

.main-footer{
    background-color: #0066bf;
    padding: 50px;
}

.footer-widget h3{
    color: #fff;
    margin: 0px;
    font-size: 20px;
}

.footer-widget p{
    font-size: 15px;
    color: #e3e3e3;
    line-height: 18px;
    margin: 13px 0px;
}

.footer-menu{
    margin-top: 10px;
}

.footer-menu li a{
    display:block;
    position: relative;
    padding-left: 15px;
    transition-duration: 0.3s;
    color: white;
}
.footer-menu li a:hover {
    color: #fcc533;
}



.footer-menu li a:before {
    left: 0;
    content: "\f101";
    font-size: 12px;
    position: absolute;
    top: calc(50% - 7px);
    font-family: 'FontAwesome';
}

.footer-widget h4 {
    color: white;
    font-size:20px;
}

.footerWidgetArea {
    padding-top: 100px;
    padding-bottom: 30px;
    background:#0c3384;
}

.socialMenu ul{
    margin-top: 10px;
}

.socialMenu ul li{
    display: inline-block;
}


.socialMenu ul li a{
    text-decoration: none;
    display: block;
    font-size: 15px;
    width: 40px;
    height: 40px;
    padding: 8px 0px 5px;
    border-radius: 50%;
    margin: 0px 2px;
    text-align: center;
    color: #ffffff;
    background-color: #0c3484;
    transition-duration: 0.2s;
}

.socialMenu ul li a:hover{
    background-color: #fff;
    color: #fcc533;
}

.copyright p{
    margin: 0px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.copyright a {
    color: #9498a1;
    font-size: 16px;
}

.cory-right-section {
    text-align: center;
    color: white;
    border-top: 1px solid #000;
    padding: 20px;
    background: #000;
}

/*footer css end*/

    /**Matis Menu multi larvel css Start**/
    .primarymenu {
        padding:0px;
    }

    .multi-lavel ul li {
        padding:0px;
        margin: 0px 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 5px 9px;;
        font-weight: bold;
        color: #000;
        width:100%;
    }   

    /**Matis Menu multi larvel css End**/


/**Side Modals css Start**/
    .moble-menus-models {
        display: none;
    }
    .side-modals.right {
        left: -300px;
        height: 100vh;
        width: 300px;
        top: 0;
    }
    
    .side-modals.left {
        right: -300px;
        height: 100vh;
        width: 300px;
        top: 0;
    }
    
    .cart_media {
    padding: 10px 8px;
}

    .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 {
        left: 0;
    }
    
    .side-modals.left.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.left .cart-inner {
        height: 100vh;
        overflow: auto;
    }

    .side-modals .cart-inner {
        background-color: #fff;
        z-index: 9;
        position: relative;
        top: 0;
    }

    .side-modals .cart-inner .cart_top {
        padding: 15px 10px;
        border-bottom: 1px solid #ddd;
    }

/**Side Modals css End**/


/* 
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1386px;
    }
} */

/**For Laptop/ testop Large deviece**/

@media only screen and (max-width: 1199px) {

    .header-menu ul li a{
        padding: 25px 10px;
        font-size: 13px;
    }
    .top-left-header ul li a {
        padding: 10px 8px;
    }

    .top-right-header ul li a {
        padding: 10px 10px;
    }
    .searchBtn {
        margin: 15px 10px;
    }
    .getQuote {
        min-width: 110px;
        margin: 15px 5px;
        padding: 8px 10px;
    }
    header.stick .getQuote {
        margin: 10px 5px;
    }
    
}


/**For Tablet/small laptops/ Medium deviece**/

@media only screen and (max-width: 991px) {
    
    .header-menu-section{
        display: none;
    }
    

    .top-right-header ul li a {
        padding: 10px 5px;
        font-size: 11px;
    }
    .top-left-header ul li a {
        font-size: 12px;
    }
    
    

    
}

/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {
    .featuredHead h2{
        font-size:18px;
    }
    .businessGrid .text{
        height: auto;
    }
    .searchGrid .col-md-2{
        padding-left: 15px;
    }
    .popularCtg ul li {
        display: inline-block;
        margin: 5px;
    }
    .popularCtg ul li a {
        font-size: 12px;
        padding: 8px 5px;
        min-width: 65px;
    }
    span.moble-menus-models {
        padding: 6px 12px;
        font-size: 19px;
        color: #fff;
        background-color: #ef5b23;
        border-radius: 50%;
        margin-top: 15px;
    }
    .top-header {
        display: none;
    }
    
    .searchBtn {
        margin: 10px 5px;
    }
    .getQuote span{
        display:none;
    }
    .getQuote {
        padding: 5px;
        font-size: 12px;
        min-width: 40px;
        margin: 10px 5px;
    }
    .btn.SignIn {
        padding: 5px;
        font-size: 12px;
        min-width: 48px;
        margin: 10px 3px;
    }
    .logo a {
        padding: 10px 0;
    }

    .breadcrumb-area .title {
        padding: 10px 0;
    }

    .breadcrumb-area .title h1{
        font-size: 20px;
        margin: 0;
    }
    .moble-menus-models {
        display: block;
    }

}

/**For extra Mobile small device**/
@media only screen and (max-width: 575px) {

   

    .main-footer {
        padding: 20px;
    }
    .overlayGrid h1 {
        font-size: 30px;
    }
    .footer-widget {
        margin: 15px 0px;
    }

    span.moble-menus-models {
        float: left;
    }

    
    

    
}