
@import url('https://fonts.googleapis.com/css?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
@import url('http://weloveiconfonts.com/api/?family=entypo');



#global-loader {
    position:fixed;
    z-index:50000;
    /*background: url('/frontend/preloader.gif') no-repeat 50% 50% rgba(255, 255, 255);*/
    background-repeat: no-repeat;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:0 auto;
    z-index: 999999;

}




#topbar{
    z-index:2;
    /* background: #000; */
    background: transparent;
}
.bg-success, .sticky-head{
    transition: 0.5s !important;
}



a:hover{
    text-decoration: none;
}

span,h1,h2,h3,h4,h5,h6,p,a,li{
    font-family: 'Lora', serif !important;
}


.news-item li{
    font-size: 16px !important;
}

#popup p{
    font-size: 16px !important;
    text-align: justify;
    padding: 20px;
}


#star{
    background-color: #f5f6fa !important;
}

#corporate{
    background-color: #ffffff !important;
}

.section_title{
    padding: 40px !important;
    text-transform: uppercase;
}


.search_overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.search_overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.search_overlay a:hover, .search_overlay a:focus {
    color: #f1f1f1;
}

.search_overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.search_input{
    padding: 50px !important;
}
.search_button{
    padding: 27px !important;
}

@media screen and (max-height: 450px) {
    .search_overlay a {font-size: 20px}
    .search_overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/* .navbar-nav li{
    background-image: linear-gradient(to right, transparent, transparent 50%, #2d3436 50%, #2d3436) !important;
    background-position: 100% 100% !important;
    background-size: 200% 100% !important;
    transition: all .40s ease-in !important;
  border-bottom: none !important;
} */




.navbar-nav li:hover{
    background-image: linear-gradient(#832F76, #832F76) !important;
    border-radius: 25px;
}





.navbar-dark .navbar-nav .nav-link{
    font-size: 14px !important;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-right: 10px;
    margin-left: 10px;
}

.navbar-dark .navbar-nav .nav-link:hover{
    font-size: 14px !important;
    text-transform: uppercase;
    color: #ffffff  !important;
    margin-right: 10px;
    margin-left: 10px;
}



/* .navbar-dark .container-fluid  a{
         margin-left: 0%;
     }
.navbar-dark .container-fluid a.icon{
       margin-left: 33%;
     }  */




.footer-wrap {
    padding-top: 43px;
    background-size: cover;
}

.footer-wrap h3 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer-wrap p {
    font-size: 13px;
    line-height: 24px;
    color: #b3b3b3;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #ff7800;
}

.footer-links li a {
    font-size: 13px;
    line-height: 30px;
    color: #ccc;
    text-decoration: none;
}


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #ccc;
}

.footer-category li a {
    font-size: 13px;
    line-height: 30px;
    color: #ccc;
    text-decoration: none;
}

.footer-category li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

.address {

    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.address:before {
    content: "\f277";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

.info a {

    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info a {

    color: #b3b3b3;
    font-size: 14px;
    /* line-height: 30px; */
    font-weight: normal;
    /* border: 1px solid #000; */
}

.fa-fax:before {
    content: "\f1ac";
}

.copyright {
    border-top: 1px solid #111;
    font-size: 14px;
    color: #ccc;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    background: #222;
}
footer .second_class{
    border-bottom: 1px solid #444;
    padding-bottom: 25px;
}
footer .first_class {
    padding-bottom: 21px;
    border-bottom: 1px solid #444;
}
footer .first_class p, footer .first_class h3{
    margin: 0 0;

}
footer{
    background: #333;
}

footer .newsletter input[type="text"] {
    width: 100%;
    background: #fff;
    color: #333;
    border: 1px solid #222;
    padding: 14px 20px;
    border-radius: 50px;
    margin-top: 12px;
    padding-bottom: 10px;
}

.newsletter .newsletter_submit_btn {
    background: #fff;
    position: absolute;
    right: 30px;
    border: 0;
    top: 26px;
    font-size: 17px;
    color: #333;
}


footer .second_class_bdr{
    padding-top: 25px;
    border-top:1px solid #222;
}

footer .btn-facebook a {
    padding: 6px 14px !important;
}

footer .btn-envelop a {
    color: #D6403A;
    font-size: 15px;
    padding: 12px 12px;
}

footer .round-btn a {
    padding: 6px 12px;
}

footer .round-btn {
    box-shadow: 2px 2px 5px 0px #222 !important;}

footer .round-btn {
    margin: 15px 4px;}

footer dl, ol, ul {
    padding-left: 5px;
}
footer li{
    list-style: none;
}

@media(max-width:768px){
    .footer-wrap h3 {
        margin-top: 27px;}

    footer .round-btn {
        margin: 15px 4px;}
}
@media(max-width:320px){
    .copyright {
        font-size: 13px;}
}


body::-webkit-scrollbar {
    width: 0.7em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #46A745;
    outline: 1px solid slategrey;
    border-radius: 5px;
}


#accordion_one::-webkit-scrollbar {
    width: 0.4em;
}

#accordion_one::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#accordion_one::-webkit-scrollbar-thumb {
    background-color: #46A745;
    outline: 1px solid slategrey;
    border-radius: 5px;
}


@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end{ right:0; left: auto;  }
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .nav-item:hover .nav-link{ color: #fff;  }
    .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
    .navbar .dropdown-menu.fade-up{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}


/* premium_calculator */
.premium_cal{
    margin-top : 100px !important;
}

.calculator_left_side {
    width: 100%;
    height: 100%;
}

.calculator_right_side:after{
    content: '';
    background: #747d8c;
    width: 2px;
    height: 62%;
    top: 20%;
    left: 8%;
    position: absolute;
}

.calculator_left_side img{
    margin-top: 115px;
}

.premium_calculator{
    border: 1px solid #2F3640;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 8px rgba(0,0,0,0.17);
    padding: 0 0 50px 0;
}

.premium_calculator_title{
    padding-top: 100px;
    padding-bottom: 25px;
}
/* premium_calculator */

@yield('css')

{{-- --------------------------- --}}

/* Floating Right Here Here */

.sticky-container {
    /*background-color: #333;*/
    z-index: 2;
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -168px;
    top: 37%;
    width: 200px;
}
.sticky-container .sticky li {
    list-style-type: none;

    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.sticky-container .sticky li:hover {
    margin-left: -150px;

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.sticky-container .sticky li img {
    float: left;
    margin: 10px 4px;
    margin-right: 10px;
}
.sticky-container .sticky li p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
}
/** content **/
.sticky-container .content {
    margin-top: 150px;
    margin-left: 100px;
    width: 700px;
}


.sticky-container p {
    color: #ecf0f1;
    font-family: "Lato";
    line-height: 28px;
    font-size: 12px;
    padding-top: 50px;
}



.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



.bg-footer-dark, footer.footer--dark{
    background: linear-gradient(to right, #5e5d5d, #465249);
}



nav.primary-navigation {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
}





nav.primary-navigation ul li {
    list-style: none;
    margin: 0 auto;
    border-left: 1px solid #832F76;
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-family: arvo;
}



nav.primary-navigation li a {
    color: #fff;
}

.primary-navigation .dropdown li a{
    color: #000;
    padding: 0 0 0 10px;
}

nav.primary-navigation li a:hover {
    color: #000;
}
nav.primary-navigation li:hover {
    cursor: pointer;
}



nav.primary-navigation ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 0;
    left: 0;
    display: none;
    background: white;
    border-radius: 5px;
}
nav.primary-navigation ul li:hover > ul,
nav.primary-navigation ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    min-width: 250px;
    text-align: left;
    padding-top: 20px;
    box-shadow: 0px 3px 5px -1px #ccc;
}
nav.primary-navigation ul li ul li {
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    border-style: none;
}
nav.primary-navigation ul li ul li a:hover {
    padding-left: 10px;
    border-left: 2px solid #000;
    transition: all 0.3s ease;
}

a {
    text-decoration: none;
}
a:hover {
    color: #000;
}

/* ul li ul li a {
  transition: all 0.5s ease;
} */


.fareast-menu{
    margin-bottom: 0 !important;
    padding: 3px !important;
}


/* -------------------- menu css -------------------- */

.topnav {
    overflow: hidden;
    background-color: #00A651;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
}

.actives {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdowns {
    float: left;
    overflow: hidden;
}

.dropdowns .dropbtn {
    font-size: 15px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdowns-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdowns-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdowns:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdowns-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdowns:hover .dropdowns-content {
    display: block;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdowns .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdowns {float: none;}
    .topnav.responsive .dropdowns-content {position: relative;}
    .topnav.responsive .dropdowns .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}




/* #sidebar {
 width: 10px;
 position: fixed;
 text-align: center;
 padding: 0px;
 margin-left: 0px;
 z-index: 4;
 top: 35%;
} */


/* .icon-bar {
  position: fixed;
  top: 50%;
} */

.icon_bar{
    display: block;
    padding: 1px !important;
    margin:0 !important;
    transition: all 0.3s ease;
    color: white;
    text-align: center !important;
    float:left;
}

.icon_bar li{
    display: inline-block;
    margin: 0 !important;
    padding: 0px !important;
    vertical-align: middle;
}

/* .facebook:hover {
  background-color: #ffffff;
} */

.facebook {
    margin: 0 !important;
    width: 30px;
    height: 30px;
    background: #3B5998;
    color: white;
}

.facebook:hover {
    width: 30px;
    height: 30px;
    background: #832F76;
    color: white;
}

.facebook i {
    margin-top: 8px;
}


.twitter{
    margin: 0 !important;
    width: 30px;
    height: 30px;
    background: #55ACEE;
    color: white;
}
.twitter:hover {
    width: 30px;
    height: 30px;
    background: #832F76;
    color: white;
}

.twitter i {
    margin-top: 8px;
}




.linkedin{
    margin: 0 !important;
    width: 30px;
    height: 30px;
    background: #007bb5;
    color: white;
}
.linkedin:hover {
    width: 30px;
    height: 30px;
    background: #832F76;
    color: white;
}
.linkedin i {
    margin-top: 8px;
}


.youtube{
    margin: 0 !important;
    width: 30px;
    height: 30px;
    background: #bb0000;
    color: white;
}
.youtube:hover {
    width: 30px;
    height: 30px;
    background: #832F76;
    color: white;
}
.youtube i {
    margin-top: 8px;
}


.content {
    margin-left: 75px;
    font-size: 30px;
}



.button {
    display: inline-block;
    background: #4285f4;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}
.button:hover {
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0px, -10px) scale(1.2);
    transform: translate(0px, -10px) scale(1.2);
}

header:after {
    background: linear-gradient(to right, #6d67f9 25%,#ffcd02 25%, #ffcd02 50%, #e84f47 50%, #e84f47 75%, #c31eff 75%);
    position: absolute;
    content: '';
    height: 4px;
    right: 0;
    left: 0;
    top: 0;

}


.call-us i {
    border: 2px solid #fff;
    border-radius: 50%;
}


/*popup start*/

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
}

#popup{
    padding: 0px !important;
    height: 500px !important;
    top: 10% !important;
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999;
}
/* blur start */
main {
    transition: filter 0.1s ease;
}

/* Apply the blur effect to the body-wrapper (background content), not the popup */
/* Apply blur effect to specific elements */
body.blur main,
body.blur header,
body.blur #jumbotron {
    filter: blur(1.6px); /* Lighter blur effect */
}

/* Make sure the popup content isn't blurry */
.popup-content {
    filter: none;  /* No blur effect on the popup content */
}
#popup p{
    font-size: 46px !important;
}


.popup.show {
    visibility: visible;
    opacity: 1;
}

.popup-content {
    position: relative;
    /* padding: 20px; */
    /*border-radius: 8px;*/
    width: 100%;
    /*height: 100%;*/
    text-align: center;
    overflow: hidden;
    filter: none !important;
    z-index: 10;
    background: white;

}

/* Close button */
.close-btn {
    position: absolute;
    top: -22px;
    right: -16px;
    /*background: #ff5c5c;*/
    color: red;
    border: none;
    /*border-radius: 50%;*/
    /*width: 30px;*/
    /*height: 30px;*/
    font-size: 48px;
    cursor: pointer;
    z-index: 1000;
    cursor: pointer;
}

/* Swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.slider-container{
    align-items: center !important;
    background-color: #f7f7f7;
    border-radius: 6px;
    display: flex !important;
    justify-content: center !important;
}
