
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    font-family: 'Raleway', sans-serif;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
    Page Content
------------------------------------------*/

.page-content, 
section { overflow: hidden; }

/*
    On Scroll Animations 
------------------------------------------*/

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*text color*/

.text-primary{color: #02081e !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#02081e !important;;}
.text-white{color:#02081e !important;;}
.text-black{color:#000 !important;}

.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #02081e;}
.bg-finence{background-color:#13A0B2;}
.bg-mega{background-color:#1b1b1b;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: #efefef;}
.bg-white{background-color: #fff;}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 32px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color:#1a1a1a;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}
h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#02081e;
}

p {
    line-height: 1.5rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #02081e;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #02081e;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #02081e;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:1px solid;
    padding: 1rem 4rem;
}
.btn-primary{
    color: #fff;
    background-color: #02081e;
    border:1px solid;
    border-color: #02081e;

}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#02081e;
}

.btn-default{
    color: #fff;
    background-color: #3b7a15;
    border:1px solid;
    border-color: #3b7a15;
}
.btn-default:hover{
    color: #fff;
    background-color: #02081e;
    border-color: #02081e;
}


/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 1.66rem;
}

.p-bottom-40 {
    padding-bottom: 1.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input:-ms-input-placeholder ,
input::placeholder ,
input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
}
.fix{
    overflow: hidden;
}
/*heading title all area*/
nav.navbar.bootsnav.navbar-fixed {
    z-index: 999;
}
.head_title{
    padding-bottom: 2.143rem;
    overflow: hidden;
}
.head_title h2{
    font-weight: 700;
    font-size:2.250rem;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#999999;
}

/*End off pridifain css*/

ul li a i.fa-facebook {
    color: #475993;
}
ul li a i.fa-linkedin {
    color: #0A66C2;
}
ul li a i.fa-youtube {
    color: #ed2124;
}
ul li a i.fa-instagram {
    color: #e43367;
}
ul li a i.fa-twitter {
    color: #1DA1F2;
}
ul li a i.fa-telegram {
    color: #0088cc;
}
.main_home .slick-dots li button::before {
    font-family: slick;
    font-size: 8px;
    line-height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: 0.9;
    color: white;
    border:1px solid #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}
.main_home .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.main_home .slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: #00a885;
}
.main_home .slick-dots{
    bottom: -200px;
}

.work_container .slick-arrow ,
.main_home .slick-arrow{
    font-size:1rem;
    color:#fff;
    top:30%;
    position: absolute;
    z-index: 90;
    cursor: pointer;  
}
.main_home .nextprevleft{
    left:1%;
    padding: 10px;
    background: #000000;
    border-radius: 100%;
}
.main_home .nextprevright{
    right: 1%;
    padding: 10px;
    background: #000000;
    border-radius: 100%;
}
.home_btns{
    margin-left:-10px;
}
.home_btns a{
    margin-left:10px;
}
/*Preloader*/
#loading{
    background-color: #02081e;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% { 
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% { 
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% { 
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% { 
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% { 
        transform: translate(0,50px) rotate(-180deg); 
        -webkit-transform: translate(0,50px) rotate(-180deg);  
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/

.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_item h5{
    font-weight: 700;
}
.widget_item .btn:hover{
    background-color: #0ec9a2;
}
.widget_item li a{
    color:#aaa;
}
.widget_item li a:hover{
    color:#fff;
}

.widget_latst_item_text p{
    margin-bottom: 0px;
    color:#aaaaaa;
}
.widget_service li i,
.widget_latst_item_text a{
    font-size:12px;
    color:#aaaaaa;
}
.widget_service li i{
    margin-right: 5px;
}
.widget_service li{
    font-size:13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}
.widget_newsletter i{
    color: #aaaaaa!important;
}
.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i{
    color:#fff!important;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon{
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}
.widget_ab_item .item_icon{
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}
.widget_newsletter .form-inline .form-group{
    display: block;
}
.widget_newsletter .form-control{
    width:80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color:#333333;
    display: inline-block;
}
.widget_newsletter .btn{
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #02081e;
    border-color:#02081e;
    color:#fff;
    border-radius: 0;
    margin-left:-4px;
    display: inline-block;
}
.widget_brand a{
    font-size:30px;
    font-weight: 800;
    color:#aaa;
}
.widget_newsletter li a i,.widget_ab_item a{
    color:#4d4c4c;
}


/*
Nav Menu style
==================*/

.navbar-brand {
    padding: 10px 15px;
}
.navbar-brand > img {
    display: block;
}

.navbar-callus li a{
    font-size:14px;
    padding: 10px;
    color:#444444;
    display: inline-block;
}
.navbar-callus li a i{
    font-size:13px;
    color:#02081e;
    margin-right: 5px;
}
.navbar-socail li a{
    font-size:16px;
    padding: 10px;
    color:#aaaaaa;
    display: inline-block;
}
.navbar-socail li a:hover{
    background: #ebce539c;
}

/*
Featured section style
========================*/

.features_item .f_item_icon{
    float: left;
    width:15%;
    display: inline-block;
    margin-right: 15px;
}
.features_item .f_item_icon i{
    font-size:4rem;
    color:#02081e;
}
.features_item .f_item_text{
    display: inline-block;
    width:75%;
}
.features_item .f_item_text p{
    font-size:14px;
}

/*Business Section*/
.main_business{}
.business_item{}
.business_item h2{
    font-size:26px;
    font-weight: 800;
}
.business_item li{
    font-size:18px;
    font-weight: 300;
    line-height: 2rem;
}
.business_item li i{
    font-size:12px;
    margin-right: 5px;

}
.business_item p{
    color:#333333;
    line-height: 2rem;
    font-size:14px;
    font-weight: 500;
}
.business_item .business_btn{
    margin-left:-10px;
}
.business_item .business_btn a{
    margin-left:10px;
}
.business_item .business_btn .btn-default{
    color:#444444;
}


.slid_shap{
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width:100%;
}

.business_slid .slick-arrow{
    position: absolute;
    top:29%;
    z-index: 1;
    cursor:pointer;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:20px;
    transition: all 0.6s;
    color:#fff;
}
.business_slid .nextprevleft{
    left: 1.9%;
    background: black;
    border-radius: 50%;
}
.business_slid .nextprevright{
    right:1.9%;
    background: black;
    border-radius: 50%;
}
.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover{
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #000000;
    border-radius: 50%;
}

.business_slid .slick-dots {
    position: absolute;
    bottom: -46px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}


.main_product .carousel-control{
    background-color: #fff;
    color:#333;
    border-radius: 50%;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:1rem;
    text-align: center;
    top:30%;
}
.main_product .carousel-control:hover{
    background-color: #02081e;
    color:#fff;
}
.main_product .carousel-control.left{
    left:1.4%;
    box-shadow: -1px 0px 0px 0px;
}
.main_product .carousel-control.right {
    right:1.4%;
    box-shadow: 1px 0px 0px 0px;
}

.main_product .port_img{
    position: relative;
    overflow: hidden;
}

.main_product .port_img img{
    width:100%;
}

/*Test Section
======================*/
.main_test{
    width: 100%;
    display: block;
}
.test_item{
    padding: 20px;
    transition: all 0.6s;
    border:1px solid #ddd;
}
.test_item:hover{
    border:1px solid #ddd;
    background-color: #fff;
}
.test_item:hover .item_img i{
    color:#fff;
    background-color: #02081e;
}

.item_img{
    position: relative;
}
.item_img i{
    background-color: #fff;
    position: absolute;
    right: 4%;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0px #ddd;
}


/*call to action
=========================*/

.action_btn .btn-default:hover{
    background-color: #fff;
    color:#02081e;
}
.action-lage{
    position: relative;
    width:100%;

}
.action-lage:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #02081e;
    left:50%;
    top:0%;
    z-index: 3;
    margin-left:-15px;

}



/*Footer section*/

.divider{
    width:100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}

.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}

.main_footer a {
    color: #ddd;
    padding: 5px;
}
.img-circle {
    border-radius: 50%;
    width: 88px;
}
.main_product .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #3b7a15;
}
.main_product .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #3b7a15;
    border-radius: 10px;
}
@media screen and (min-width: 750px) {
    #home .slick-slide img {
    display: block;
    width: 100%;
    height: 650px;
    object-fit: cover;
}
    .outer img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .schedule .right {
        float: right;
        width: 30%;
        text-align: right;
    }
    section.scheduled .schedule .left {
        float: left;
        width: 60%;
        padding: 20px 20px 0;
    }
    .box div{
        font-size: 55px;
        color: white;
    }
    .schedule .right a.schedule-btn {
        background: #000;
        margin: 46px 30px;
        color: #fff;
        font-size: 18px;
        border: 2px solid #fff;
        line-height: 26px;
    }
    .main_test .item_img{
        float: left;
        display: inline-block;
        width:20%;
        margin-right: 10%;
    }
    .main_test .item_text{
        display: inline-block;
        width:70%;
    }
    #home {
      margin-top: 124px;
    }
    .brand_item img{
        height: 82px;
        margin: 0 auto;
    }
    .main_product .carousel-indicators {
        bottom: -13px;
    }
    
    .founder img {
        width: 100%!important;
        height: auto;
         margin: 0 auto;
        display: block;
    }
    .mbannner{
        display: none;
    }
    .dbannner{
        display: block;
    }
    .map{
        width: 100%;
        height:450px;
    }
    .navbar-brand > img {
        display: block;
        width: 100px;
    }
    .test_item {
        height: 287px;
    }
    .item_img i {
        top: 50%;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
  }
  @media screen and (max-width: 749px) {
    #home .slick-slide img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
     .outer img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
     .schedule img{
        width: 53px;
    }
    section.scheduled .schedule {
       
        padding: 20px;
    }
    section.scheduled .schedule .left p {
        color: #fff;
        display: inline-block;
    }
    .schedule .right a.schedule-btn {
        background: #000;
        margin: 0 auto;
        display: block;
        color: #fff;
        font-size: 18px;
        border: 2px solid #fff;
        line-height: 26px;
    }
    .main_product .carousel-indicators{
        
        bottom: -12px;
        
    }
    .main_test .item_img {
        width: 20%;
        display: block;
        margin: 0 auto;
    }
    .main_test .item_text {
        display: block;
        text-align: justify;
    }
    .map{
        width: 100%;
        height:250px;
    }
    #home {
        margin-top: 58px;
        
      }
      nav.navbar.bootsnav .navbar-brand {
        display: block;
        margin: 0 !important;
    }
    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: right;
        margin-right: 0px;
        margin-top: 10px;
    }
      .founder img {
        width: 250px !important;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .mbannner{
        display: block;
    }
    .dbannner{
        display: none;
    }
    .navbar-brand > img {
        display: block;
        width: 60px;
    }
    .item_img i {
        top: 77%;
        width: 31px;
        height: 31px;
        line-height: 34px;
        
    }
  }

  .test ul{
      line-height: 24px;
}
.dot {
  height: 5px;
  width: 5px;
  background-color: #3b7a15;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
section.scheduled {
    float: left;
    clear: both;
    width: 100%;
}
section.scheduled .schedule {
    background: #000000;
    float: left;
    width: 100%;
}
section.scheduled .schedule .left h4 {
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}
section.scheduled .schedule .left p {
    color: #fff;
}
.schedule-icon{
    float: left;
}

.gap-row {
    row-gap: 30px;
}
.fpContainer .fbBox {
    margin-bottom: 30px;
}
.fpContainer .fbBox .outer {
    transition: all 300ms ease-in-out;
    position: relative;
}
.fpContainer .fbBox .outer::before {
    border-color: rgb(0 0 0 / 40%);
    border-radius: 15px 0px;
}
.fpContainer .fbBox .outer::before {
    content: '';
    position: absolute;
    inset: -9px;
    border: 1px solid rgb(106 106 106 / 30%);
}
.pricelist-container .price_list_box {
    background: #02092ecf  url(../../images/row-bgimage-7.png);
    color: var(--white);
    padding: 20px 10px 15px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    border-radius: 9px 0px 7px 0px;
}
.price_list_heading{
      color: white;
}
.fpContainer .fbBox .outer:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);
    color: var(--white);
    border-radius: 15px 0px;
}
.fpContainer .fbBox span {
    display: block;
}
.appbtn {
    font-size: 15px;
    padding: 11px 16px;
    border: none;
    width: 49%;
    border-radius: 10px;
    background: --var(primary);
    color: black;
    margin: 0 auto;
    margin-top: 10px;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.fpContainer .fbBox .inner {
    padding: 1rem;
    background: #9b2727;
    transition: all 300ms ease-in-out;
    position: relative;
    height: 100%;
    border-radius: 0px 0px 15px 0px;
}
.pricelist-container .pricelist_heading {
    font-size: 26px;
    font-family: "sans-serif";
    LETTER-SPACING: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.pricelist-container .sizediv {
    padding: 9px 0;
    margin-bottom: 5px;
}
.line-btm {
    border-bottom: 1px solid white;
}
.pricelist-container .pricetext span, .pricelist-container .pricetext h4, .pricelist-container .sizediv, .pricelist-container .sizediv span {
    font-size: 21px;
}

.slick-dots {
    position: absolute;
    bottom: 0px!important;
    display: block;
    background: black;
    width: 100%;
    z-index: 42;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
    .modal-dialog {
        z-index: 9;
  }
  .modal-backdrop {
    z-index: -1;
}
.modal-content {
   padding: 2px;
    inset: -9px;
    border: 3px solid rgba(151, 26, 26, 0.801);
}
.modal-header,.modal-footer {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: white;
    background: rgb(7, 1, 61);
}
.modal-title,.modal-footer,.modal-footer a{
    color: white;
    text-align: center;
}
.close {
    color: #ffffff;
    opacity: 1;
}
.disc label {
    margin-top: 10px;
    display: block;
    font-size: 9px;
    color: #a1a1a1;
    text-align: initial;
}
.disc input {
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #a1a1a1;
    float: left;
    margin-right: 5px;
}
.disc label a {
    display: contents;
    font-size: 9px;
    color: #a1a1a1;
}