@charset "utf-8";


/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/

/* GOOGLE FONTs */
@import url('https://fonts.googleapis.com/css?family=Poppins|Raleway');

/* OTHER IMPORTED CSS */
@import url('animations.css');
@import url('owl.css');
@import url('font-awesome.min.css');
@import url('animate.min.css');
@import url('flaticon.css');
@import url('pe-icon-7-stroke.css');
@import url('stroke-gap.css');
@import url('magnific-popup.css');
@import url('fancyBox.css');
@import url('bootstrap-dropdownhover.css');
/*@import url('player.css');*/
@import url('bootstrap-datepicker.min.css');

/*****=====*****=====*****=====*****=====
    02. General CSS 
=====*****=====*****=====*****=====*****/

body {
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 26px;
    color: #676767;
}

/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #111111;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.navbar-header .navlogo img {
    display: none;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: rgba(213,39,49,1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.container,
.container-fluid{
     padding: 30px 0 30px; 
    
}

.hvr-rectangle-out:before {
    background: rgba(213,39,49,1);
}

/* Form CSS */
.z-index-3 {
    z-index: 9;
}

/* Btn CSS */
.btn-simple {
    padding: 12px 30px;
    border-radius: 0;
    border: none;
    background: rgba(213,39,49,1);
    color: #ffffff;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-simple:hover {
    color: rgba(213,39,49,1);
    background: #333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-theme {
    background: rgb(0, 79, 125);
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-theme:hover{
    color: #ffffff;
    background: rgba(213,39,49,1);
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn {
    border-radius: 0;
}
.btn-mid {
    padding: 10px 22px;
}

.color-333 {
    color: #333!important;
}
.color-white {
    color: #FFF !important;
}
.pt90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
button {
    border: none;
}
.bounceInDown,.bounceInLeft,
.bounceInRight,.bounceInUp,.fadeInDown,
.fadeInLeft, .fadeInRight,.fadeInUp {
    opacity: 1;
}
        
.header-topbar {
    background-color: #007EA3;
    padding: 15px 0;
    color: #fff;
}

/*****=====*****=====*****=====*****=====
    03. Background Over Layer CSS
=====*****=====*****=====*****=====*****/

.over-layer-black, 
.over-layer-black-2 {
    position: relative;
}
.over-layer-black:before, 
.over-layer-black-2 {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.over-layer-white,
.over-layer-white-1 {
    position: relative;
}
.over-layer-white:before,
.over-layer-white-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.over-layer-white:before {
    background-color: rgba(255, 255, 255, 0.82);
}
.over-layer-white-1:before {
    background-color: rgba(255, 255, 255, 0.2);
}
.over-layer-white.call-action .content {
    color: #777;
}
.over-layer-white.divider-video a i {
    color: rgba(213,39,49,1);
}

.over-layer-default,
.over-layer-default-light { 
    position: relative;
}
.over-layer-default:before,
.over-layer-default-light:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0,176,146, 0.9);
}
.over-layer-default-light:before {
    background-color: rgba(0,176,146, 0.7);
}
.bs-slider .MobileCover{
	display:none;
}


.preloader {
    position: fixed; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: 999999; 
    background-color: #f5f4e9; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-image: url('../img/preloder/1.gif');
}

/*****=====*****=====*****=====*****=====
    04. Section Title Css
=====*****=====*****=====*****=====*****/
.section-title {
    margin-bottom: 70px;
}

.section-title h6 {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    color: rgb(213, 39, 49);
    font-weight: 300;
    letter-spacing: 3px;
}

/*****=====*****=====*****=====*****=====
    05. Scrollup CSS
=====*****=====*****=====*****=====*****/

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    background-color: rgba(213,39,49,1);
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}

.scrollup i {
    color: #ffffff;
}

.scrollup:active i,
.scrollup:focus i {
    color: #ffffff;
}

/*****=====*****=====*****=====*****=====
    06. Header top Style Css
=====*****=====*****=====*****=====*****/

.navbar-nav.style-2 {
  width: 100%;
  text-align: center;
}
.navbar-nav.style-2 > li {
  float: none;
  display: inline-block;
}
.header-top .container {
    padding-top: 30px;
    padding-bottom: 20px;
}
.header-top .logo img {
    width: 190px;
}
.header-top .service-item {
    padding: 0;
    margin-bottom: 0;
    position: relative;
    padding-right: 10px;
    border-right: 1px solid rgba(213,39,49,1);
}
.header-top .service-item i:before {
    font-size: 30px !important;
}
.header-top .service-item i {
    position: absolute;
    right: 10px;
    top: -6px;
}

@media only screen and (max-width: 644px) {
    .header-top {
       display: none;
    }
}
/*****=====*****=====*****=====*****=====
    07. Navbar Style Css
=====*****=====*****=====*****=====*****/

.main-navbar .navbar-nav>li>a {
    color: white;
   
	padding:10px 42px !important;
    
}

.main-navbar.no-bg {
    width: 100%;
    z-index: 16;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
	border: none !important;
}
.navbar-brand {
    padding: 0 15px;
    padding-top: 15px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}

.dropdown-menu > li > a {
  border-bottom: 1px solid #eee;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 15px 20px;
  color: black;
  background:transparent;
}

.dropdown-menu>li:last-child>a {
    border-bottom: none;
}
.navbar-default .navbar-nav>li>a {
    color: #004080;
    font-weight:bold;
    font-family:Roboto,sans-serif;
    font-size:16px;
}
.fixed-header .navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-nav>li:first-child>.dropdown-menu {
    left: 0;
}

.dropdown-menu>li>a:hover{
   padding-left: 30px;
	background-color:#00B092;
	color:#FFF;

}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: rgba(213,39,49,1);
    background-color: #fff;
	border-bottom: 3px solid rgba(213,39,49,1);;
}

.navbar-default .navbar-nav.style-2>.active>a,
.navbar-default .navbar-nav.style-2>.active>a:focus,
.navbar-default .navbar-nav.style-2>.active>a:hover,
.navbar-default .navbar-nav.style-2>.open>a,
.navbar-default .navbar-nav.style-2>.open>a:focus,
.navbar-default .navbar-nav.style-2>.open>a:hover,
.navbar-default .navbar-nav.style-2>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #007EA3;
    background-color: transparent;
}

.navbar-default .navbar-nav.style-3>.active>a,
.navbar-default .navbar-nav.style-3>.active>a:focus,
.navbar-default .navbar-nav.style-3>.active>a:hover, 
.navbar-default .navbar-nav.style-3>.open>a,
.navbar-default .navbar-nav.style-3>.open>a:focus,
.navbar-default .navbar-nav.style-3>.open>a:hover,{}
.navbar-default .navbar-nav.style-3>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	border-bottom: 1px solid rgba(213,39,49,1);;
}

.navbar-default .navbar-nav.style-3>.active>a {
    color: rgba(213,39,49,1);
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #333;
    border-color: #333;
}
.navbar-brand.dis-none {
    display: none;
}
.fixed-header .navbar-brand.dis-block {
    display: none;
}
.fixed-header .navbar-brand.dis-none {
    display: block;
}

.dropdown-menu {
    padding: 0;
}

.fixed-header{ 
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #F1F1F1;
}
.navbar-default .navbar-nav.style-2>li>a {
    color: #fff;
}

.conner-style .navbar-brand:before {
    background: rgba(0,176,146, 0.9);
    content: "";
    position: absolute;
    left: -80%;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: -1;
}
@media screen and (max-width: 991px) {
  
    .conner-style .navbar-brand:before {
        display: none;
    }
}

.conner-style.style-2 {
    background: #ffffff;
    border-top: 1px solid #eee;
    position: relative !important;
}
.conner-style.style-2 .navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 15px;
    text-transform: uppercase;
	font-family: 'Open Sans';
}
.conner-style.style-2 .navbar-brand:before {
    height: 103%;
}
.conner-style.style-2 .dropdown-buttons .btn-group .btn {
    color: #777;
}
.header-topbar.style-2 {
    background-color: #fff;
    color: #777;
    padding: 0px;
}
/*****=====*****=====*****=====*****=====
    08. Main Slider Style Css
=====*****=====*****=====*****=====*****/

.bs-slider{
    overflow: hidden;
    max-height: 750px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);    
}


.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100%;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 48.5%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(0, 79, 125);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 1;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px rgba(213,39,49,1);
    background-color: transparent;
    position: relative;
    border-color: rgba(213,39,49,1);
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: rgba(213,39,49,1);
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.bs-slider .sliderimage img{
    height:450px !important;
}

.slide-text {
    left: 15%;
    top: 20%;
    right: 15%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}
.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 42px;
    font-style: normal;
    line-height: 84px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text  h2 {
    
    padding: 0;
    color:#ffffff;
    font-size: 20px;
    font-style: normal;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    color: #ffffff;
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 30px;
    padding: 0;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00B092;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.slide_style_left {
    text-align: left;
}
.slide_style_right {
    text-align: right;
}
.slide_style_center {
    text-align: center;
}
/*--contact-infoservice**/
.service-item  {
    padding: 20px 20px;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item i {
    font-size: 45px;
    color: #333;
    padding: 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item:hover i {
    color: #FFF;
    background-color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item h4 {
    margin-top: 20px;
}
.service-item h4 a {
    color: #333;
}
.service-item h4:hover a {
    color: #00B092;
}

.service-item.style-1 {
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item.style-1 i:before {
    font-size: 40px;
}
.service-item.style-1 i {
    font-size: 30px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item.style-1:hover i {
    background: transparent;
}
.service-item.style-1 .content {
    padding-left: 1em;
}
.service-item.style-1 .content h5 {
    font-size: 16px;
}
.service-item.style-1 .content h5 a {
    color: #333;
}

.service-item.style-1 .content h5:hover a {
    color: #007EA3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item.style-1:hover i {
    color: rgb(0, 79, 125);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-1.text-white i,
.service-item.style-1 .content h5 a {
    color: #fff;
}


.contact-info .service-item.style-1 .content p {
    color: rgba(213,39,49,1);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.service-item-2 {
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}

.service-item-2 i:before {
    font-size: 30px;
}
.service-item-2 i {
    color: #00B092;
}
.service-item-2 span {
    font-size: 18px;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 600;
}
.service-item-2 span a {
    color: #555;
}
.service-item-2 span:hover a {
    color: #00B092;
}

.service-item.style-2 i {
    border: 1px solid #333;
    font-size: 30px;
    color: #222;
}
.service-item.style-2:hover i {
    border: 1px solid #00B092;
    font-size: 30px;
    background: #00B092;
    color: #FFF;
}
.form-horizontal .service-item.style-2 i {
    border: 1px solid #00B092;
    font-size: 30px;
    background: #00B092;
    color: #FFF;
}
.service-item.style-3{
    border: 1px solid #eee;
    background: #fff;
} 
.service-item.style-3:hover .border-center {
    background: #007EA3;
}
.service-item.style-3:hover{
    background-color: #00B092;
}  
.service-item.style-3:hover h4 a,
.service-item.style-3:hover p {
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 
.service-item.style-3 .border-center{
    width: 30px;
    height: 1px;
    background: #007EA3;
    display: inline-block;
    margin-bottom: 10px;

}    
.service-item.style-3 img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 2px solid #eee;
}
.service-item.style-3 .btn.btn-theme {
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
}
.service-item.style-3 .btn.btn-theme:hover {
    border: 1px solid #007EA3;
}
.service-item.style-3 span {
    font-size: 50px;
    color: #00b092;
}
.service-item.style-3 {
    padding: 30px 20px;
    padding-top: 40px;
}

.service-item.style-3:hover span {
    color: #FFF;
}
.service-item.style-4 {
    margin-bottom: 30px;
}
.service-item.style-4 .border-conner {
    margin-bottom: 40px;
}
.service-item.style-4 img {
    width: 100px;
    height: 100px;
}
.service-item.style-4 i {
    padding: 30px 20px;
    font-size: 50px;
}
.service-item.style-4:hover i {
    background: #00B092;
}
/*--contact-infoservice**/

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text {
        /**display: none;*//
    }
    .bs-slider{
        max-height: 450px;
    }

}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 0px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}

.main-slider-bg {
    background: url('~/images/bg/8.html');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 150px;
}
.main-slider-bg h2,
.main-slider-bg p {
    color: #FFF;
}
.main-slider-bg h2 {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 35px;
    margin-top: 100px;
}
.main-slider-bg h2 span {
    color: #00B092;
}


.owl-controls .owl-prev {
  left: -70px;
  top: 43%;
  position: absolute;
}
.owl-controls .owl-next {
  right: -70px;
  top: 43%;
  position: absolute;
}

.owl-controls .owl-prev i {
  border: 1px solid #00B092;
  color: #00B092;
  font-size: 30px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  width: 40px;
}
.owl-controls .owl-next i {
  border: 1px solid #00B092;
  color: #00B092;
  font-size: 30px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  width: 40px;
}
.owl-controls .owl-prev i:hover {
  transition: all 0.5s ease-out 0s;
  background: #00B092;
  color: #ffffff;
}
.owl-controls .owl-next i:hover {
  transition: all 0.5s ease-out 0s;
  background: #00B092;
  color: #ffffff;
}
.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}


.btn-slider {
    margin-top: 30px;
    border-color: #FFF;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-slider:hover {
    border-color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


body {
    overflow-x: hidden !important;
}

/*****=====*****=====*****=====*****=====
    09. About Style Css
=====*****=====*****=====*****=====*****/
/* Our Story =====*****=====*****=====*****=====*****/
      
.testimonial-item {
    position: relative;
    padding: 20px;
    font-size: 1.071em;
}

.testimonial-item .testimonial-author{
    margin-bottom: 20px;
    position: relative;
}

.testimonial-item .testimonial-author:before{
content: "\f10d";
    font-family: FontAwesome;
    color: #EEE;
    font-size: 5em;
    font-style: normal;
    position: absolute;
    left: 20px;
    top: 50%;
    text-align: center;
    margin: 0 auto;
    opacity: 0.40;
}
.testimonial-item .testimonial-author:after{
    content: "\f10e";
    font-family: FontAwesome;
    color: #EEE;
    font-size: 5em;
    font-style: normal;
    position: absolute;
    right: 20px;
    top: 50%;
    text-align: center;
    margin: 0 auto;
    opacity: 0.40;
}
.testimonial-item .testimonial-author .author-img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 2px solid rgba(213,39,49,1);
    border-radius: 50%;
    margin: 0 auto;
}

.testimonial-item .testimonial-author h4 {
    padding-top: 15px;
}
.testimonial-item .testimonial-author h6 {
    text-transform: capitalize;
    color: #00B092;
    font-weight: 300;
}
.testimonial-item .testimonial-author ul{
    list-style-type: none;
}
.testimonial-item .testimonial-author ul li{
    display: inline-block;
    color: #fbad1a;
}


.testimonial-carousel-one.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(0, 79, 125);

}
.testimonial-carousel-one.owl-theme .owl-dots .owl-dot span {
    background: rgba(213,39,49,1);
    border-radius: 0;
    width: 15px;
    height: 15px;
}

/*****=====*****=====*****=====*****=====
    11. Practice Style Css
=====*****=====*****=====*****=====*****/


/* practice Style Two Css */
.practice-img a {
    display: block;
    position: relative;
    text-align: center;
}

.practice-img a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.practice-item-1:hover .practice-img a:after {
    visibility: visible;
    opacity: .45;
}

.practice-img a span {
    font-size: 50px;
    position: absolute;
    top: 70%;
    left: 50%;
    color: #FFF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.practice-item-1 .practice-img a span {
    background-color: rgba(255, 255, 255, 0.65);
    border: 1px solid #00b092;
    color: #00b092;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    width: 80px;
}

.practice-item-1:hover .practice-img a span {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.practice-item-1 .practice-img a span:hover {
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.practice-item-1 {
    margin-bottom: 30px;
    border: 1px solid #eee;
}
.mymang .practice-item-1{
	margin-bottom:10px;
}
.practice-item-1 .practice-content ul{
	margin-left:20px;
}
.practice-item-1 .practice-content ul li{
	line-height:2;
}
.practice-item-1 .practice-content {
    padding: 20px 25px 35px;
}
.practice-item-1 .practice-content h4 a {
    color: rgba(213,39,49,1);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.practice-item-1 .practice-content .btn-theme {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
}
.practice-content {
    padding: 15px;
    padding-bottom: 30px;
    background-color: #FFF;
}

.practice-content h6 {
    margin-top: 15px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    color: #00B092;
    font-weight: 300;
    letter-spacing: 2px;

}
.practice-content h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}
.practice-content p {
    margin-bottom: 25px;
}
.practice-content h4 a {
    color: #333;
}
.practice-content h4 a:hover {
    color: rgb(0, 79, 125);
}
.practice-content span {
    color: rgb(0, 79, 125);
}


/*****=====*****=====*****=====*****=====
    14. Service Style Css
=====*****=====*****=====*****=====*****/

/***end*********/
/*****=====*****=====*****=====*****=====
    16. Choose Us Style Css
=====*****=====*****=====*****=====*****/


@keyframes Animate-HTML {
    from {
    width: 10px;
}
to {
    width: 85%}
}@-webkit-keyframes Animate-HTML {
    from {
    width: 10px;
}
to {
    width: 85%}
}@-moz-keyframes Animate-HTML {
    from {
    width: 10px;
}
to {
    width: 85%}
}@-o-keyframes Animate-HTML {
    from {
    width: 10px;
}
to {
    width: 85%}
}

.Skill-Area {
    z-index: 1;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
}
.percent{
    z-index: 3;
    position: relative;
    float: right;
    text-shadow: none;
    color: #fff;
    background: #333;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 3px;
    margin-top: -7px;
}

.section-title.style-2 h2 {
    line-height: 1.5;
}
.section-title.style-2 p {
    letter-spacing: 1px;
    margin-top: 10px;
}
.progress{
  border-radius:0;
  overflow:visible;
}
.progress-bar{
   background:rgb(23,44,60); 
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}

/*****=====*****=====*****=====*****=====
    17. Blog Style Css
=====*****=====*****=====*****=====*****/


/*****=====*****=====*****=====*****=====
    18. Contact Style Css
=====*****=====*****=====*****=====*****/
/*======= ****========****=======
    Footer Style ( All Footer Style )
/*======= ****========****=======
.navbar-default .company-name .navbar-toggle a{
	color: red !important;
}
.navbar-default .company-name .navbar-toggle{
	border-color:#a6a6a6 !important;
	font-size:20px;
}
.navbar-default .company-name .navbar-toggle:hover{
background:#a6a6a6 !important;
color:#007EA3;
}*/
.phoneno{
color:rgba(213,39,49,1);
font-family:'Open Sans';
font-size:22px;
padding-top:10px;
font-weight:bold;
}
.address a{
color:black !important;
font-family:'Open Sans';
font-size:18px;
font-weight:bold;
}
.Schedule{
color:rgba(213,39,49,1);
font-family:'Open Sans';
font-size:16px;
font-weight:bold;
}
.AppandDirec{
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 500px !important;
}
.AppandDirec .container {
padding-top:50px;
padding-bottom:50px;
}
.AppandDirec .serviceinsure h3{
    color:rgba(213,39,49,1);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.AppandDirec .serviceinsure ul li{
    list-style-type:square;
}
.AppandDirec .serviceinsure {
    padding-top:40px;
    padding-bottom:40px;
    padding-left:60px;
    padding-right:60px;
    font-family:'Source Sans Pro';
    font-size:20px;
    font-weight:bold;
    line-height:2;
    background-color: #ffffff;
    opacity: 0.8; 
    filter: alpha(opacity=60);
    color:#060606;
}
.AppandDirec .serviceinsure .pointsserviceinsure{
    padding-left:50px;
}
.AppandDirec .serviceinsure .servicecaption{
    font-size:15px;
    
}
.bg-f8 h3{
    color:rgba(213,39,49,1);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding-bottom:20px;
}
.bg-f8 .section-content .urgentcarebullet{
    margin-top:10px;
    background-color:white; 
    padding-left:60px;
    border:2px solid black;
}
.bg-f8 .section-content .urgentcarebullet .practice-content{
    font-family:'Verdana, Geneva, sans-serif';
    font-size:20px;
    line-height:2;
}
.bg-f8 .section-content .urgentcarebullet .practice-content ul li {
    color:black;
    }
.bg-f8 .container .section-title .section-content{
	padding-left:20px;
}

 footer>.container,.bg-f9>.container{
	     padding: 0px;
 }
  .footer .container .footer-responsive-map{
  padding:0px;
  }
  .footer .container .footer-about li{
  list-style:none;
  }
  .footer .container .icon-head{
	color:#fff;
	padding-top: 0px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .footer .container p{
	  
  }
  .footer .copyright-container {
    background: #404040; }

/*****=====*****=====*****=====*****=====
    20. Error Style css
=====*****=====*****=====*****=====*****/


#map {
    width: auto;
    height: auto;
}

.practice-item-1.style-one {
    border: transparent;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
}
.practice-item-1.style-one .practice-img {
    border: 1px solid #eee;
}
.section-title.title {
    position: relative;
}

.section-title.title::after {
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    bottom: -15px;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 150px;
    background: #00B092;
}

.section-title.title::before {
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    bottom: -25px;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 120px;
    background: #00B092;
}
/* Defualt Theme Css */ 
.padding-20 {
    padding: 20px;
}
.padding-none {
    padding-top: 0;
    padding-bottom: 0;
}
.padding-tb {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-rl-50 {
    padding-right: 50px;
    padding-left: 50px;
}
.padding-bottom-none {
    padding-bottom: 0;
}
.padding-top-none {
    padding-top: 0;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-40 {
    padding-top: 40px;
}
.margin-top-none {
    margin-top: 0;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-top-bottom-150 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.mt-20 {
    margin-top: -20px;
}
.margin-bottom-none {
    margin-bottom: 0;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-35 {
    margin-bottom: 35px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-70 {
    margin-bottom: 70px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-30 {
    margin-left: 30px;
}
.margin-left-5 {
    margin-left: 5px;
}
.margin-left-10 {
    margin-left: 10px;
}

.margin-top30 {
    margin-top: -80px;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-150 {
    margin-top: 150px;
}
.margin-left-20 {
    margin-left: 20px;
}
.colorfff{
color:white;	
}
.bgmy{
	background-color:rgba(213, 39, 49, 1);
	color:white;
}
.bg-f8 {
    background-color: #f8f8f8;
}
.bg-f9 {
    background-color: #f9f9f9;
}
.bg-transparent {
   background: transparent; 
}
.bg-defult {
    background: rgba(213,39,49,1);
}
.bg-defult-1 {
    background: rgba(0,0,0,.5);
}
.bg-defult-2 {
    background: rgba(0,176,146, 0.9);
}
.bg-defult-1.fixed-header {
    background: #F1F1F1;
}
.color-defult {
    color: rgba(213,39,49,1);
}
.color-2 {
    color: #007EA3;
}
.border-1 {
    border: 1px solid #fff;
}
.border-right {
    border-right: 1px solid #fff;
}
.w100 {
    width: 100%;
}
.z-index-2 {
    z-index: 2;
}
.footer-style-1 {
    background-position: left;
    background-size: cover;
}
.ff-p {
    font-family: 'Poppins', sans-serif;
}
.fw-b {
    font-weight: 600;
}
.copy-right-list li a {
    color: #fff;
}
.copy-right-list li a:hover {
    color: #333;
}
.footer-style-1 .footer-style-1,
.footer-style-1 .footer-item-3 p,
.footer-style-1 .footer-item-3 ul li,
.footer-style-1 .footer-item-3 ul li a,
.footer-style-1 .footer-item-2 h4,
.footer-style-1 .footer-item-3 h4,
.footer-style-1 .news-content a,
.footer-style-1 .team-name li a,
.footer-style-1 .team-name li i {
    color: #777 !important;
}
.footer-style-1 .footer-style-1:hover,
.footer-style-1 .news-content a:hover,
.footer-style-1 .team-name li:hover a,
.footer-style-1 .team-name li:hover i {
    color: #00B092 !important;
}

.footer-style-1 .footer-item-2.style-1 h4:before,
.footer-style-1 .footer-item-3.style-1 h4:before {
    background-color: #555;
}
.icon-style-1 li {
    background: #111;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.icon-style-1 li:hover {/*
    background: #022480;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icon-style-1 li a {
    color: #FFF;
    display: block;
}
.conner-style {
    position: absolute !important;
    width: 100%;
    z-index: 3;
}
.conner-style.fixed-header{
    position: fixed !important;
    width: 100%;
    z-index: 3;
}

.footer-style-1 .singup li a {
    color: #fff !important;
}
.footer-style-1 .singup li:hover a,
.footer-style-1 .singup li:hover i {
    color: #333 !important;
}
.footer-style-1 .singup li i {
    color: #fff !important;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0; 
}
.border-none {
    border: none;
}
.position-relative {
    position: relative; 
}
.position-fixed {
    position: fixed; 
}

.text-white {
    color: #fff !important;
}
.navbar .main-navbar .header-topbar img {
    width:70%;
    height:90%;
}
.mobileCovertext{
	display:none;
}
@media (min-width: 990px){
    .navbar .main-navbar .header-topbar img {
    padding-left: 4%;
    padding-top:8px;
    }
    body {
        line-height: 1.5;
    }
.phoneno {
        font-size: 22px;
        padding-top: 0px;
    }

    .address {
        font-size:18px;
    }

    .Schedule {
        font-size: 15px;
    }

}
@media (min-width: 768px) and (max-width: 990px) {
body {
        line-height: 1.2;
    }
.navbar .main-navbar .header-topbar img {
    padding-top: 4px;
    }
.phoneno {
        font-size: 18px;
        padding-top: 0px;
    }

    .address {
        font-size: 16px;
    }

    .Schedule {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    body {
        line-height: 1.2;
    }
	.btn-theme {
    background: rgb(0, 79, 125);
    border: medium none;
    border-radius: 0;
    color: #fff;
    letter-spacing: 2px;
    padding: 5px 0px;
    text-transform: uppercase;
}
    .conner-style.style-2 {
    background:white;
    }
    .conner-style.style-2 .style-3{
        background:#f8f8f8;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        color:white;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
        background-color:#007ea3;
        color:white;
    }
.AppandDirec .container{
	padding-top:20px;
	padding-bottom:20px;
}
.AppandDirec{
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 300px !important;
}
.mymang .practice-item-1{
	margin-bottom:0px;
}
    #bootstrap-touch-slider {
    display:none;
    }
	.slide-text {
    left: 0;
    top: 40%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    padding: 10px 0px;
    
}
.mobileCovertext{
	display:block;
	font-family:Roboto,sans-serif;
	color:#fff;
	font-weight:bold;
}

.slide-text > h2 {
    
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text>p{
	display:none;
}
    .navbar .main-navbar .header-topbar img {
        display:none;

    }

    .phoneno {
        display:none;
    }

    .address {
        display:none;
    }

    .Schedule {
        display:none;
    }
    .navbar-header .navlogo img {
        display:inline-block;
        padding-left: 15px;
         width: 63%;
    }
.bs-slider .sliderimage img{
	height:300px !important;
}
.bs-slider .MobileCover{
	display:block;
}
.bs-slider .MobileCover img{
	height:250px;
}
.coverslider-text .mapcover .state{
	margin-left:25px;
}
.coverslider-text .btn-theme{
	padding: 10px 12px;
	background-color:red;
	margin-top:10px;
}
.coverslider-text .mapcover{
	color:black;
	font-weight:bold;
	font-family:'Source Sans Pro';
	font-size:14px;
	line-height:1.5;
}
.coverslider-text .time1{
	color:black;
	font-weight:bold;
	font-family:'Source Sans Pro';
	font-size:1.2em;
}
.coverslider-text .glyphicon-time,.coverslider-text .glyphicon-earphone,.coverslider-text .glyphicon-map-marker{
	color:red;
	font-weight:bold;
	padding-right:5px;
}
.coverslider-text {
    left: 4%;
	right:4%;
    top: 4%;
    margin: auto;
    padding-top:24px;
	padding-bottom:24px;
	padding-left:50px;
	padding-right:40px;
    position: absolute;
	font-weight:bold;
	line-height:2;
	word-spacing: normal;
	background:#f8f8f8;
	opacity:0.6;
	
}
.direction{
	text-align:center;
}
.practice-item-1 .practice-content ul li {
	font-size:15px;
}
.AppandDirec .serviceinsure ul li{
	font-size:18px;
}
.container{
padding-right: 0px;
padding-left: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
	padding-left: 0px;
}
.AppandDirec .serviceinsure .pointsserviceinsure{
	padding-left:25px;
}
.AppandDirec .serviceinsure{
	padding:5px;
}
.practice-item-1 .practice-content {
padding: 20px 5px 20px 10px;
font-size:15px;
}
.AppandDirec .serviceinsure h3{
	font-size:22px;
	padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
	margin-top:0px;
	}
}
.navbar-default .navbar-toggle{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: none !important;
    border: none !important;
    border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle{
        border-color: #007EA3;
}
    .navbar-default .navbar-toggle:hover .icon-bar {
       background-color: rgba(213,39,49,1);
         }
    .testimonial .container .section-title h2{
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    /******Icon****/
    /**************/
    .icon{
z-index:100;
position:fixed;
top:30%;
right:-99px;
width:145px;
display:flex;
flex-direction:column;
background:#a6a6a6;
}
.icon a{
margin:2px;
text-decoration:none;
text-transform:uppercase;

font-size:16px;
font-family:'Oswald', sans-serif;
text-align:left;
border-radius:50px 0px 0px 50px;
transform:translate(0px,0px);
transition:all 0.5s;
}
.icon a:hover{
transform:translate(-90px,0px)
}
.icon a:hover i{
transform:rotate(360deg);
}

.icon a i{
margin-right:5px;
background-color:white;
height:40px;
width:40px;
color:black;
text-align:center;
line-height:40px;
border-radius:50%;
transition:all 0.5s;
}
.icon a i.fa-facebook-f{
color:#3b5998;
}
.icon a i.fa-twitter{
color:#38A1F3;
}
.icon a i.fa-phone{
color:rgba(213,39,49,1);
}
.facebook{
background-color:#a6a6a6;
color:#ffffff !important;
}
.twitter{
background-color:#a6a6a6;
color:#ffffff !important;
}
.call{
background-color:#a6a6a6;
color:#ffffff !important;
}
.fa-map-marker-alt,.fa-clock, .fa-phone,.fa-envelope, .fa-fax{
	color:rgba(213,39,49,1);
}