:root{
--main-solid-color:2e03dccc;
--main-solid-color-uniform:2e03dccc;
}
/*
@font-face {
    font-family: "Raleway";
    src: url("assets/fonts/Raleway-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway Bold";
    src: url("assets/fonts/Raleway-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Raleway Thin";
    /*src: url("assets/fonts/Raleway-ExtraBold.ttf") format("truetype");
    src: url("assets/fonts/Raleway-ExtraLight.ttf") format("truetype");
    src: url("assets/fonts/Raleway-Heavy.ttf") format("truetype");
    src: url("assets/fonts/Raleway-Light.ttf") format("truetype");
    src: url("assets/fonts/Raleway-Medium.ttf") format("truetype");
    src: url("assets/fonts/Raleway-SemiBold.ttf") format("truetype");
    src: url("assets/fonts/Raleway-Thin.ttf") format("truetype");
}
*/
.link_style{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
*{
    /* margin: 0; */
    font-family: 'times new roman', serif;
    line-height: 1.5;
    color: #2e03dc /* #275d8b */;    
    box-sizing: border-box;
    text-decoration-color: #2e03dc /* #275d8b */;
}
form input, form textarea{
	text-indent: 10px;
}

.clearfix{
    display:table;
    clear:both;
    content:'';
}
body {
    font-size: 16px;
    text-decoration-color: #275d8b;
    color: #2e03dc /* #275d8b */;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    background: #c4c5ed;
    background: #ebf3f9;
    font-family: 'times new roman';
    
}
#shedule_phone .shd-text1{
    margin-right:8px;
}
#shedule_phone .shd-text2 {
    margin-left:2px;
}


/*------------------------------------------------------------------*/
/*   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 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    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;
}
#others_cont{
    width:445px;
    display: inline-block;
    float: right;
}others_cont:after{
    content: "";
    clear: both;
}
#navigation ul, #footer ul{
    margin:0;
    margin-top: auto;
    padding:0;
  list-style:none;
}
#head_contain{
    width: 100%;
    line-height: 1.6;
    overflow: hidden;
}
#header_top{
    background: #ebf3f9; /*#ebf3f9b3;*/
}
#logo-shedule-contain{
    min-height: 90%;
    max-width:100%;
    margin: auto;
    height: 120px;
    display: table;
}
#center-top{
    display: table-cell;
    vertical-align: middle;
}
#social-icon .fa{
    margin:0 4px 0;
}
#body_div #social-icon .fa{
    margin:0 0px 0;
}
#logo-contain{
    width:200px;
    position: relative;
    display: inline-block;
    margin: auto;
}
#slideshow_embedder{
    max-width: 768px;
    max-height: 432px;
    overflow: hidden;
    /*max-width: 1280px;
    max-height: 720px;*/
    margin: auto;
}
#head_contact{
    min-width: 60px;
    display: inline-block;
    float: right;
}
.shedules .beside_logo{
    font-weight: bold;
}
.shd_text_cont{
    display: table;
}
.shd-text{
    margin-top: 8px;
    vertical-align: middle;
}
.fa-border{
    border: 1px solid blue;
    border: none;
}

#others{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#others h4{
    font-size: 16px;
    margin: 0;
}
.mobile-nav{
    position: fixed;
    background: #0b0b0a99;
    width: 100%;
    height: 0;
    z-index: 22;
    top: 0;
    transition: height 1s linear;
    display: none;
}
#menu:checked + label + .mobile-nav{
    display: block;
    height: 800px;
}
#menu:checked + label .menu_icon{
    z-index: 23;
}
#menu:checked + label .menu_icon::after{
    transform: rotate(40deg);
    top:0;
     background: red;
    width:35px;
}
.menu_icon::before{
    content: "";
    width:25px;
    height: 4px;
    background: white;
    position: absolute;
    display: block;
    top:-8px;
    transition: .5s linear;
}
.menu_icon::after{
     width:25px;
     content: "";
    transition: .5s linear;
    height: 4px;
    background: white;
    position: absolute;
    top:8px;
    display: block;
}
 
.menu_icon{
    width:25px;
    height: 4px;
    background: white;
    position: absolute;
	cursor:pointer;
    display: block;
}
#menu{
    display: none;
}
.clk{
   border: 1px solid #2e03dc;
    position: absolute;
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    height: 30px;
    cursor: pointer;
    display: none;
    padding: 13px;
    padding-left: 6px;
    z-index: 2;
}
#menu:checked + label .clk{
     width: 45px;
     z-index: 23;
}
#menu:checked + label .menu_icon{
    background: transparent;
    
}

#menu:checked + label .menu_icon::before{
    transform: rotate(140deg);
    top:0; 
     background: red;
    width:35px;
}
#others h5{
    font-weight: 100;
    font-size: 14px;
    margin: 0;
}

.social_icon_cont{
    display: inline-block;
    float: right;
}
#footer .social_icon_cont{
    float: right;
    direction: auto;
}
#footer .footer_no{
    float: left;
}
#social-icon{
    display: block;
    width: 100%;
    text-align: center;
}
/*#scroll_ds{
    display: none;
}*/
#shedule_phone{
    width: 210px;
}
#shedules{
    display: block;
    width: 100%;
}
.shedules{
    display: inline-block;
    width: 205px;
}
.shd-icon{
    width:  63px;
    display: inline-block;
}
.fa-shd-icon{
    width:  34px;
    display: inline-block;
}
.shd-text ,.shd-icon{float: left;}

#shedules .fa-border{
    border: 1px solid black;
}
#shedules .fa{color: darkblue}
/* navigation rules start here*/

#nav_list ul li{
    height: 100%;
}
.list-container{
    display: inline-block;
    height: 100%;
    height: 50px;
}
#navigation{
    width:100%;
    color:white;
    height: 50px;
    background: #2e03dc;
    background: #2e03dc7e;
    z-index: 10;
    box-shadow: 0px 0px 7px blue;
}
.nav_list{
    min-width: 100px;
    max-width: 100%;
    height: 50px;
    margin: auto;
    display: table;
    font-weight: bold;
    font-size: 14px;
}
.list-container{
    display: table-cell;
    vertical-align: middle;
    }
.list-container > li{
    display: inline-block;
    margin-right: 5px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 12px;
    padding: 12px 3.5px;
}
.list-container > li:hover{
    background: #2e03dc;
    background: #2e03dcac;
}
.list-container > li > a{
    color: white;
    height: 50px;
    align-items: center;
    box-sizing: border-box;
}
.i-get-child:hover .drp-down{
    display: block;
}
.drp-down li:hover{
    background: #2e03dc;
    background: #2e03dc7e;
    box-shadow: 0 0 10px #2e03dc inset;
    box-shadow: 0 0 10px #2e03dc7e inset;
}
.drp-down li{
    position: relative;
    padding: 5px;
}
.drp-down{
    position: absolute;
    margin-top: 17px;
    width: auto;
    background: white;
    display: none;
    animation: animate .4s ease-in-out forwards;
    z-index: 9;
}
#navigation .drp-down{
    margin-top: 17px;
}
.add-drp-down a{
    color: white;
}
.add-drp-down{
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    background: #2e03dc;
    background: #2e03dc7e;
    display: none;
    color: white;
}
.drp-down li:hover .add-drp-down
{
 display: block;
}
.drp-down li{
    position: relative;
}
/*navigation rules ends here*/
@keyframes animate{
    from{
       transform: translate(0,0);
       opacity: 0;
    }
    to{
        transform: translate(0,-5px);
        opacity: 1;
    }
}
@-webkit-keyframes animate{
    from{
       transform: translate(0,0);
       opacity: 0;
    }
    to{
        transform: translate(0,-5px);
        opacity: 1;
    }
}
/*End of header style */
/*main page style*/
#about_us{
    width: 100%;
    height: 400px;
    background: #ffffffe6;
    text-align: center;
    margin: 0;
    overflow: hidden;
}
.more-btn{
    padding: 5px 15px ;
    border: 2px solid #2e03dc;
    border: 2px solid #2e03dc7e;
    display: inline-block;
    margin-top: 10px;
    width: 20%;
}
.middle{
    width: 90%;
    margin: auto;
}
#about_us{
    height: auto;
    padding: 10px 0;
}
.page_level{
    width: 90%;
    margin: auto;
    color: #2e03dc;
}
.page_level p, .page_level h3, .page_level h4, .page_level h5, .page_level h6{
    padding: 5px;
}
.lmore{
    display: block;
    float: none;
    text-align: center;
}
.more-btn:hover{
    background: white;
}
.abt-img-container{
    width: 30%;
    border: none;
    margin:0 auto 15px;
}
.left-about{
    float: left;
    width: 30%;
    margin-right: 20px;
}
.center{
    text-align: center;
}
.department{
    width: 100%;
    height: auto;
}
/*contact us style*/
.contact-form-div{
    background: white;
    width: 40%;
    height: 460px;
    margin:50px 0 80px ;
    box-shadow: 0 0 5px blue;
    float: right;
}
.contact-form-div label{
    display: block;
    line-height: 1.9;
    text-align: center;
    color: black;
    font-weight: bold;
}
.contact-form-div form{
  width: 90%;
  margin: 20px auto 0;
}
.contact-disc{
    width: 50%;
    float: left;
    background:#00000080 ;
    height: 600px;
    margin:20px 0 0 20px;
}
.contact-form-div input {
    width: 100%;
    box-shadow: none;
    border: 0;
    border: 1px solid #2e03dc;
    border: 1px solid #2e03dc7e;
    outline: 0;
    height: 40px;
    border-radius: 5px;
    text-indent: 10px;
    
}
.contact-form-div textarea{
    width: 100%;
    box-shadow: none;
    border: 0;
    border: 1px solid #2e03dc;
    border: 1px solid #2e03dc7e;
    outline: 0;
    resize: none;
}
    .mobile_nav{
        display: none;
    }
#ic_cn{
    visibility: hidden;
}
.drp-down li > a:hover{
    color: white;
}
.contact-form-div button{
    border: 0;
    border: 1px solid #2e03dc;
    border: 1px solid #2e03dc7e;
    background: transparent;
    font-size: 17px;
    padding: 5px 10px;
    font-weight: bold;
}
.contact-form-div button:hover{
  background: #2e03dc;
  background: #2e03dc7e;
  color: white;
  
}
/*text color*/

.text-muted{}
.text-primary{color: #00a885 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#00a885 !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}
.text-warning{}
.text-danger{}
.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #00a885;}
.bg-finence{background-color:#13A0B2;}
.bg-mega{background-color:#1b1b1b;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: #222222;}
.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;
}
marquee a {
    text-decoration: none !important; 
    outline: none !important;
}
#main-post-content a {
    text-decoration: underline;
}

#main-post-content a:hover,
#main-post-content a:active,
#main-post-content 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%;
}
#page_head_cont .page_pic_container img {
    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: 50px;
}

.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 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 1.4em;
}
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:#00a885;
}
.small_page_meta_cont > h5 span{
    color: black;
}
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;
}

ulx{
    margin:0;
    padding:0;
    list-style:none;
}
#navigation ul, #footer ul{
    margin:0;
    padding:0;
  list-style:none;
}

/*all overlay*/

.overlay {
    background-color: rgba(41, 39, 34, 0.50);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}


.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: #00a885;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #00a885;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #00a885;
}
.fa-youtube:hover{
    color: red;
}
.fa-instagram:hover{
    color: #ca3384;
}
.fa-twitter:hover{
    color: #00adef;
}
.fa-facebook:hover{
    color: #4267b2;
}
/*
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: #00a885;
    border:1px solid;
    border-color: #00a885;

}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#00a885;
}

.btn-default{
    color: #fff;
    background-color: transparent;
    border:1px solid;
    border-color: #b6b6b6;
}
.btn-default:hover{
    color: #fff;
    background-color: #00a885;
    border-color: #00a885;
}



/*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*/
.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*/



/*
Nav Menu style
==================*/

.navbar-brand {
    padding: 25px 15px;
}
.navbar-brand > img {
    display: block;
    width: 80%;
}

.navbar-callus li a{
    font-size:14px;
    padding: 10px;
    color:#444444;
    display: inline-block;
}
.navbar-callus li a i{
    font-size:13px;
    color:#1abc9c;
    margin-right: 5px;
}
.navbar-socail li a{
    font-size:16px;
    padding: 10px;
    color:#aaaaaa;
    display: inline-block;
}
.navbar-socail li a:hover{
    background-color: #3765a3;
    color:#fff;
}


/*
Home Section style
==================*/

.home{
    background: url(assets/images/home-bg.jpg) no-repeat scroll  center center;
    background-size: cover;
    position: relative;
    padding-top: 300px;
    padding-bottom: 190px;
    width:100%;
}
.main_home .home_text h2{
    font-size:36px;
    font-weight: 400;
}
.main_home .home_text h1{
    font-size:48px;
    font-weight: 700;
}
.main_home .home_text h3{
    font-size:24px;
    font-weight: 400;
}
.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:3rem;
    color:#fff;
    top:30%;
    position: absolute;
    z-index: 90;
    cursor: pointer;  
}
.main_home .nextprevleft{
    left:-3%;
}
.main_home .nextprevright{
    right:-3%;
}
.home_btns{
    margin-left:-10px;
}
.home_btns a{
    margin-left:10px;
}


/*
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:#00a885;
}
.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 {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 4px 4px 0px 0px;
}

.business_slid .business_items{
    background-color: #fff;
    margin: 0;
}

.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:5.9%;
}
.business_slid .nextprevright{
    right:6%;
}
.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover{
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #ddd;
    border-radius: 50%;
}

.business_slid .slick-dots {
    position: absolute;
    top: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}


.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: #00a885;
    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%;
}
.main_product .port_overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,168,133,0.60);
    position: absolute;
    left:0;
    top:0;
    padding-top: 35%;
    opacity: 0;
    transition: all 0.2s;
}
.main_product .port_overlay a{
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2rem;
    bottom: -150px;
    position: relative;
}
.main_product .port_img:hover .port_overlay a{
    bottom:0;
}
.main_product .port_img:hover .port_overlay{
    opacity: 1;
}

#footer{
    background: #2e03dc;
    background: #2e03dcac;
    padding: 10px 0 0;
    
}
#footer{
    color: white;  
}


/*Test Section
======================*/
.main_test{
    width: 100%;
    display: block;
}
.test_item{
    padding: 40px;
    transition: all 0.6s;
    border:1px solid transparent;
}
.test_item:hover{
    border:1px solid #ddd;
    background-color: #fff;
}
.test_item:hover .item_img i{
    color:#fff;
    background-color: #00a885;
}

.main_test .item_img{
    float: left;
    display: inline-block;
    width:20%;
    margin-right: 10%;
}
.main_test .item_text{
    display: inline-block;
    width:70%;
}
.item_img{
    position: relative;
}
.item_img i{
    background-color: #fff;
    position: absolute;
    right: -25%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0px #ddd;
}

/* chat form and reply*/
#chat-container{
    max-width:100%;
    min-width: 25%;
    height: 250px;
    background: #337ab7;
    position: fixed;
    bottom: 0;
    display: none;
    right: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    transition: all 1s linear;
    z-index: 5;
}

#chat-head{
 width: 100%;
 overflow: hidden;
 width: 100%;
 height: 40px;
 display: block;
}
.chat h5{
    color: white;
}
.chat{
    float: left;
    width: 10%;
    text-align: center;
    color: white;
    line-height: 1.2;
    margin-top:10px;
    margin-left:20px;
     color: white;
    z-index: 3;
}
#chat-container textarea{
    width: 90%;
    height: 30px;
    resize: none;
    -web-kit-resize: none;
    border: none;
    text-indent: 10px;
}
#chat-container textarea:focus,#chat-container button:focus{
    box-shadow: none;
    border: none;
}
.chat-help{
    color: white;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: #000c;
    padding: 5px;
    border-radius: 5px;
    
}
.fa-send{
    color: white;
}
#chat-container .fa-send:focus,.fa-send:hover{
    color: green;
}
#chat-container form{
    background: transparent;
    z-index: 2;
}
#chat-container button{
    width: 10%;
    border: none;
    color: white;
    height: 32px;
    padding: 5px;
    transform: translateY(-8px);
}
.minimise{
    float: right;
    margin:10px 10px 0 0;
    font-weight: bold;
    color: white;
    border: 1px solid blue;
    padding: 0 5px;
    cursor: pointer;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
}
#show-chat{
    height: 180px;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    background-color: #00000080;
}
#checked:checked + div{
    height: 40px;
}
.sender::after{
    content: '';
    position: absolute;
    border-width: 5px;
    border-color: transparent white transparent transparent;
    border-style: solid;
    left: 0;
}

.sender{
    float: left;
    width: 80%;
    background: #28738b;
    height: 70px;
    border-radius: 5px;
    padding: 5px;
    margin:10px 0 0 10px;
}
.admin-msg{
    float: right;
    width: 80%;
    background: #227cac;
    height: 50px;
    border-radius: 5px;
    padding: 5px;
    margin:10px 10px 0 0;
}
/*Footer section*/
.pageintro{
	display:grid;
	grid-template-columns:repeat(5,auto);
	width:80%;
	margin: 10px auto 0;
    color: black;
    font-weight: bold;
}
.copyright{
	display:block;
	padding:10px;
	background:black;
	color:white;
	text-align:center;
    margin: auto;
}
.mobile{padding:10px;}
#footer a,.subs{
    color: white;
}
#navigation{
    background: #2e03dc;
    background: #2e03dccc;
}
#footer{
	display:block;
	background: #2e03dc;
	background: #2e03dcac;
	width:100%;
	height:auto;
    font-family: sans-serif;
    overflow:hidden;
}
#footer .pageintro p{
    color: #ffffff;
    font-weight: bold;
    font-size: 150%;
    text-shadow: 0px 0px 8px black;
}
/*end of footer*/
@media only screen and (max-width:990px){
    nav.navigation{
        width: 70%;
    }
    .newsletter{
    width:60%;
}
}
@media only screen and (max-width:900px){
    nav.navigation{
        width: 95%;
    }
}


@media only screen and (max-width:768px){

    .aim{
        width: 90%;
        margin:0 auto;
    }
    .more-btn{
    width: 50%;
}
        .newsletter{
    width:95%;
}

#footer .social_icon_cont{
    display: block;
    width: 100%;
    float: none;
}
#footer .footer_no{
    float: none;
    width: 100%;
}
    
    .abt-img-container{
        width:10%;
        margin-bottom: 10px;
    }
    .left-about{
    float: none;
    width: 80%;
    margin:5px auto 0;
}
    .newsletter input[type=text]{
	width:60%;
    }
     nav.navigation{
        display: none;
    }
    #logo{
    display: none;
} 
   
header#head{
        height: 70px;
    }
#search_nav_cont{
  width: 90%;
  right: 0;
 margin-right: 0;
    }
    #navigation{
        width: 100%;
        height: auto;
    }
    .nav_list{
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: scroll;
    
    }
    .nav_list li{
        border: 0.5px solid #2e03dcac;
    }
    .list-container{
        display: block;
        width: 100%;
        height: auto;
    }
    .nav_list
    .search_container{
        width:80%;
        margin: 0 50px;
    }
    .menu_icon{
        display: block;
    }
    .pageintro{
	display:grid;
	grid-template-columns:1fr 1fr;
	width:90%;
    grid-gap: 10px;
}

    .nav_list{
        display: none;
    }
    .list-container li{
        width: 100%;
        display: block;
        padding-top: 3px;
        padding-left: 10px;
    }
    .mobile_nav{
        display: block;
    }
    .list-container li>a{
      
    }
    .drp-down, .add-drp-down{
        width: 100%;
        margin-top: 6px;
        position:relative;
        left:-10px;
        background: #ffffffa3;
    }
    .list-container{
        display: block;
    }
    .list-container > li{
        height: unset;
    }
    #navigation .search_cont{
        display: inline-block;
        color: white;
        height: 40px;
        width: 30px;
        float: right;
        align-content: center;
        display: table;
    }
    .clk_p{
        position: relative;
    }
    .cont_l1{
        display: table;
    }
    .cont_l2{
        display: table-cell;
        vertical-align: middle;
    }
    .fa-search{
        color: white;
        font-size: 25px;
    }
    .clk{
        display: block;
    }
    .menu_cont{
        display: inline-block;
        width: 55px;
        height: 30px;
        box-sizing: border-box;
        
    }
    .menu_super_cont{
    box-sizing: border-box;
      width: 20%;
    overflow:hidden; 
        float: left;
    }
  #logo-contain{
        float: none;
        margin: auto;
    }
    .ic_cn{
        display: inline-block;
        float: right;
        }
    #scroll_ds{
        width: 80%;
        float: right;
    }
    .mob_title{
        text-align: center;
        display: inline-block;
        width: 74%;
        height: 27px;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;

    }
    .mob_title p{
        font-family: "times new roman";
        color: white;
        text-shadow: 0px 0px 8px black;
        font-size: 18px;
        text-overflow: ellipsis;
    }
}


@media only screen and (min-width: 840px){
    .list-container > li{
        margin:0px 5px;
        padding: 12px 3.5px;
    }
    #shedule_phone{
    width: 210px;
    }
	
}
