/**
 * Stylesheet:  style.css
 * 
 */

/*
=======================
Global Styles
=======================
 */

* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #464646;
    font-family: 'montserrat_semibold';
    margin: 0px;
	line-height: 1.5;
}
p {
    color: #464646;
    font-family: 'opensans_regular';
    margin: 0px;
}
a {
    color: #464646;
    cursor: pointer;
    font-family: 'montserrat_regular';
    text-decoration: none;
}
input [type="submit"] {
    cursor: pointer;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
img {
    border: 0;
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'opensans_regular';
    background: #fff;
    font-size: 14px;
    overflow-x: hidden;
	line-height: 1.5;
}
.bg-gray {
    background: #f6f6f6;
    width: 100%;
    height: auto;
}
.gap-30 {
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.heading-col {
    text-align: center;
}
.heading-col h2 {
	font-size: 30px;
	font-weight: 700;
	color: #444444;
	text-transform: uppercase;
	text-align: center;
	margin-top: -8px;
}
.heading-col-white h2 {
    color: #ffffff;
}
.heading-col .border {
    width: 80px;
    height: 2px;
    background: #7080f5;
    display: inline-block;
}
.heading-col-white .border {
    background: #ffffff;
}
.heading-col p {
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 1.5;
    font-family: 'montserrat_regular';
    margin-bottom: 20px;
}
.heading-col-white p {
    color: #ffffff;
}
/* 
============
Embed Fonts
============
*/

@font-face {
    font-family: 'montserrat_bold';
    src: url('fonts/montserrat-bold.eot');
    /* IE9 Compat Modes */
    
    src: url('fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('fonts/montserrat-bold.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('fonts/montserrat-bold.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('fonts/montserrat-bold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('fonts/montserrat-bold.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'montserrat_light';
    src: url('fonts/montserrat-light.eot');
    /* IE9 Compat Modes */
    
    src: url('fonts/montserrat-light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('fonts/montserrat-light.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('fonts/montserrat-light.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('fonts/montserrat-light.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('fonts/montserrat-light.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'montserrat_medium';
    src: url('fonts/montserrat-medium.eot');
    /* IE9 Compat Modes */
    
    src: url('fonts/montserrat-medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('fonts/montserrat-medium.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('fonts/montserrat-medium.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('fonts/montserrat-medium.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('fonts/montserrat-medium.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'montserrat_regular';
    src: url('fonts/montserrat-regular.eot');
    /* IE9 Compat Modes */
    
    src: url('fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('fonts/montserrat-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('fonts/montserrat-regular.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('fonts/montserrat-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('fonts/montserrat-regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'montserrat_semibold';
    src: url('fonts/montserrat-semibold.eot');
    /* IE9 Compat Modes */
    
    src: url('fonts/montserrat-semibold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('fonts/montserrat-semibold.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('fonts/montserrat-semibold.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('fonts/montserrat-semibold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('fonts/montserrat-semibold.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'opensans_bold';
    src: url('fonts/opensans-bold.eot');
    /* IE9 Compat Modes */
    
    src: url('fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('fonts/opensans-bold.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('fonts/opensans-bold.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('fonts/opensans-bold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('fonts/opensans-bold.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'opensans_light';
    src: url('fonts/opensans-light.eot');
    /* IE9 Compat Modes */
    
    src: url('fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('fonts/opensans-light.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('fonts/opensans-light.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('fonts/opensans-light.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('fonts/opensans-light.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'opensans_regular';
    src: url('fonts/opensans-regular.eot');
    /* IE9 Compat Modes */
    
    src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('fonts/opensans-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('fonts/opensans-regular.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('fonts/opensans-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('fonts/opensans-regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'opensans_semibold';
    src: url('fonts/opensans-semibold.eot');
    /* IE9 Compat Modes */
    
    src: url('fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('fonts/opensans-semibold.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('fonts/opensans-semibold.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('fonts/opensans-semibold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('fonts/opensans-semibold.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
/* 
============
Preloader
============
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
/*
=======================
header top
=======================
*/
.heading-bar{
    background: #7080f5;
    padding: 5px 0px;
}
.heading-bar .social ul li{
    float: left;
    list-style-type: none;
    margin-left: 5px;
	margin-right: 5px;
}
.heading-bar .social ul li a{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.heading-bar .social ul li a i{
    width: 30px;
    height: 30px;
    background: transparent;
    line-height: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.heading-bar .social ul li a i:hover{
    background: #fff;
    color: #7080f5;
}
.heading-bar .call-part{
    float: right;
}
.heading-bar .call-part .icon{
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    border-radius: 4px;
}
.heading-bar .call-part .icon i{
    color: #7080f5;
}
.heading-bar .call-part .text{
    float: left;
    overflow: hidden;
}
.heading-bar .call-part .text h3{
    color: #fff;
    font-size: 15px;
    font-family: 'montserrat_regular';
    padding-top: 4px;
}
/*
=======================
 MainMenu section
=======================
 */

header {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
}
header .logo {
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
}
header .logo img {
    max-height: 50px;
    margin: 18px 0 10px;
}
header .nav-wrapper {
    float: right;
}
header .nav-wrapper ul {
    float: right;
}
.slicknav_nav .slicknav_arrow{
    font-family: Arial;
}
.slicknav_nav .slicknav_row:hover{
    background: #2b2b2b;
    color:#fff;
}
.slicknav_nav a:hover{
    background: #2b2b2b;
    color:#fff;
}
/*
=======================
Sticky Header
=======================
 */

header.sticky {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 99999;
    box-shadow: 0 1px 3px rgba(111, 110, 110, 0.4);
}
header.sticky .logo img {
    height: 40px;
    margin-top: 10px;
}
header.sticky .sf-menu .menu-description {
    display: none;
}
header.sticky .sf-menu li a {
    padding: 10px 18px;
}
header.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
header.sticky .sf-menu > li {
    margin-top: 10px;
}
header.sticky .sf-menu > li:last-child > a {
    padding-bottom: 9px;
}
header.sticky .sf-menu > li {
    margin-top: 0;
    height: 60px;
    line-height: 40px;
}
/*
=======================
DropDown Menu
=======================
 */

.sf-menu {
    margin-bottom: 0;
}
.sf-menu ul {
    box-shadow: none;
    border-top: 0;
}
.sf-menu a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}
.sf-menu li.current-menu-item a {
    color: #7080f5;
}
.sf-menu li {
    text-transform: none;
    background: none;
}
.sf-menu li li {
    min-width: 170px;
    height: auto;
    line-height: 30px;
    background: #7080f5;
    color: #fff;
    margin-right: 0;
    border-bottom: 1px solid #f6f6f6;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
.sf-menu li li:last-child {
    border-bottom: 0;
}
.sf-menu li li:hover {
    background: #f6f6f6;
}
.sf-menu li li:hover > ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}
.sf-menu li li:hover a {
    padding-left: 25px;
    font-weight: normal;
}
.sf-menu li li:hover li a {
    padding-left: 15px;
}
.sf-menu li li a {
    font-weight: normal !important;
    font-size: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    color: #fff;
}
.sf-menu li li li {
    background: #7080f5;
    border-left: 1px solid #f6f6f6;
    margin-left: -1px;
}
.sf-menu li li li a {
    color: #2a2a2a;
}
.sf-menu li li li a:hover {
    color: #2a2a2a;
    padding-left: 25px;
}
.sf-menu li a {
    font-family: 'montserrat_regular';
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 21px;
    text-transform: none;
}
.sf-menu li:hover {
    background: none;
}
.sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}
.sf-menu li:hover a {
    color: #7080f5;
}
.sf-menu li:hover li a {
    color: #000;
}
.sf-menu li:hover li:hover {
    color: #fff;
}
.sf-menu li.sfHover {
    background: none;
    font-weight: bold;
}
.sf-menu > li {
    margin-top: 25px;
    text-transform: uppercase;
}
.sf-menu > li > a {
    font-family: 'montserrat_medium';
    font-size: 15px;
    color: #323f52;
    text-decoration: none;
}
.sf-menu > li {
    margin-top: 0;
    height: 90px;
    line-height: 70px;
}
.sf-menu li:hover li a {
    background: #7080f5;
    color: #fff;
}
.sf-menu li:hover li:hover a {
    background: #fff;
    color: #7080f5;
}
.sf-menu li:hover li:hover li a {
    background: #7080f5;
    color: #fff;
}
.sf-menu li:hover li:hover li:hover a {
    background: #fff;
    color: #7080f5;
}
.sf-with-ul:after {
    display: none;
}





/*
=======================
Slider  
=======================
*/

.owl-theme .owl-dots {
    cursor: pointer;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
    border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #7080f5;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
}
.slide-carousel {
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
}
.slide-carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.4;
}
.slide-carousel .item {
    height: 580px;
    width: 100%;
    display: table;
    background: #4BCAFF;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    
}
.slide-carousel .item .photo {
    width: 100%;
    height: 100%;
}
.slide-carousel .item .text {
	text-align: center;
	position: relative;
	z-index: 99;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 0 15px;
}
.slide-carousel .item .text h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
	margin-top: -18px;!important
}
.slide-carousel .item .text h3 {
    font-family: 'montserrat_light';
    font-size: 20px;
    line-height: 32px;
    text-transform: none;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.slide-carousel .item .text p {
    font-family: 'montserrat_regular';
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-bottom: 0;
}
.slide-carousel .item .text p a {
    border: 2px solid #7080f5;
    padding: 10px 20px;
    background: #7080f5;
    color: #fff;
    text-decoration: none;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}
.slide-carousel .item .text p a:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.slide-carousel .owl-prev {
    display: block;
    position: absolute;
    top: 44%;
    left: 0;
}
.slide-carousel .owl-next {
    display: block;
    position: absolute;
    top: 44%;
    right: 0;
}
.slide-carousel .owl-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 15%;
}
.slide-carousel .owl-nav [class*=owl-] {
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    background: #2a2a2a;
    color: #f6f6f6;
}
.slide-carousel .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #7080f5;
}
.slide-single-page {
    height: 200px;
}
.slide-single-page .text {
    padding-top: 0 !important;
}
.slide-single-page .text-page {
    height: 200px;
    padding-top: 0;
}
.slide-single-page .text-page .this-item {
    width: 100%;
    height: 200px;
    display: table;
    text-align: center;
}
.slide-single-page .text-page .this-item h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/*
========================
Our Choose
========================
 */

.choose {
    padding: 70px 0px;
}

.choose .box-col {
    width: 100%;
    height: auto;
    background: #7080f5;
    padding: 25px 15px;
    margin-top: 30px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    position: relative;
}
.choose .box-col .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 99;
}
.choose .box-col .icon {
    position: relative;
    z-index: 999;
}
.choose .box-col .icon p {
    text-align: center;
    font-size: 46px;
    padding-bottom: 0px;
    color: #7080f5;
}
.choose .box-col .icon p i {
    line-height: 80px;
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}
.choose .box-col:hover {
    background: #333;
}
.choose .box-col:hover p {
    color: #fff;
}
.choose .box-col .text {
    position: relative;
    z-index: 999;
}
.choose .box-col .text h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'montserrat_medium';
    line-height: 1.5;
    margin-bottom: 20px;
}
.choose .box-col .text p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
/*
=======================
Service Start
=======================
 */

.service {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0px 35px 0;
}
.service .media {
    padding: 25px;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}
.service .media .media-left {
    vertical-align: top;
}
.service .media .media-left p {
    text-align: center;
    padding-right: 10px;
}
.service .media i {
    width: 60px;
    height: 60px;
    background: green;
    color: #000;
    border-radius: 50%;
    font-size: 32px;
    line-height: 60px;
    color: #fff;
    background: #7080f5;
    border: 2px solid transparent;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}
.service .media:hover i {
    color: #7080f5;
    background: #fff;
    border: 2px solid #7080f5;
}
.service .media:hover {
    background: rgba(166, 176, 249, 0.7);
    border-color: #7080f5;
}
.service .media .media-body {
    text-align: left;
}
.service .media .media-body h4 {
	font-size: 20px;
	line-height: 1.5;
    margin-bottom: 15px;
	color: #7080f5;
}
.service .media .media-body p {
    font-size: 14px;
    font-family: 'opensans_regular';
}

/*
=======================
Counter
=======================
 */

.auto-script {
    width: 100%;
    height: auto;
    background: url(img/slide2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0;
    position: relative;
}
.auto-script .overley {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(112, 128, 245, 0.7);
}
.auto-script i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    font-size: 44px;
    text-align: center;
    margin-bottom: 20px;
}
.auto-script h4 {
    color: #fff;
    font-size: 28px;
}
.auto-script h5 {
    color: #fff;
    font-size: 20px;
}
.auto-script .media {
    text-align: center;
}
.auto-script .media-left {
    display: inline-block;
    text-align: center;
    padding-right: 0;
    margin-bottom: 10px;
}
.auto-script .media-body {
    display: inline;
    text-align: center;
}
/*
=================================
All Page header Background Css
=================================
*/

#uni {
    width: 100%;
    height: 300px;
    background: url(img/service.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}
#universal {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background: rgba(112, 128, 245, 0.7);
}
.service-bg h2 {
	text-align: center;
	padding-top: 114px;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
.service-bg p {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding-top: 15px;
}
.service-bg p a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize
}
.service-bg p a:hover {
    color: #7080f5;
}

/*
=======================
Emergency
=======================
 */

.emergency {
    padding: 70px 0px;
}
.emergency .img {
    width: 100%;
    height: auto;
}
.emergency .img img {
    width: 100%;
    height: auto;
}
.emergency .inner {
    padding-top: 30px;
}
.emergency .left-part .part {
    overflow: hidden;
    padding-bottom: 20px;
}
.emergency .left-part .part:nth-child(3n) {
    padding-bottom: 0px;
}
.emergency .left-part .part .text {
    float: left;
    width: 73%;
    height: auto;
}
.emergency .left-part .part .text h2 {
    font-size: 20px;
    color: #7080f5;
    padding-top: 10px;
    text-align: right;
}
.emergency .left-part .part .text p {
    font-weight: 400;
    color: #464646;
    font-size: 14px;
    margin-top: 15px;
    text-align: right;
}
.emergency .left-part .part .icon {
    float: right;
    width: 23%;
    height: auto;
}
.emergency .left-part .part .icon p {
    color: #7080f5;
    font-size: 52px;
    text-align: center;
}
.emergency .right-part .part {
    overflow: hidden;
    padding-bottom: 20px;
}
.emergency .right-part .part:nth-child(3n) {
    padding-bottom: 0px;
}
.emergency .right-part .part .text {
    float: right;
    width: 73%;
    height: auto;
}
.emergency .right-part .part .text h2 {
    font-size: 20px;
    color: #7080f5;
    padding-top: 10px;
}
.emergency .right-part .part .text p {
    font-weight: 400;
    color: #464646;
    font-size: 14px;
    margin-top: 15px;
}
.emergency .right-part .part .icon {
    float: left;
    width: 23%;
    height: auto;
}
.emergency .right-part .part .icon p {
    color: #7080f5;
    font-size: 50px;
    text-align: center;
}
/* 
=======================
Index Gullery Section
=======================
*/

.gallery-col {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 50px;
}
.gallery-col.gall-page{
	padding-top: 50px;
    padding-bottom: 40px;
}
.gallery-col .no-padding {
    padding-left: 0;
    padding-right: 0;
}
.gallery-col ul {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 30px;
}
.gallery-col ul li {
    font-family: 'montserrat_medium';
    list-style-type: none;
    display: inline-block;
    padding: 5px 15px 3px 15px;
    border: 2px solid #ddd;
    cursor: pointer;
    color: #515f67;
    font-size: 14px;
    margin-left: 15px;
}
.gallery-col ul li.active {
    border: 2px solid #7080f5;
    color: #7080f5;
}
.gallery-col .inner {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.gallery-col img {
    width: 100%;
    height: auto;
}
.gallery-col .plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery-col .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7080f5;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: scale(0);
}
.gallery-col .inner:hover .plus {
    opacity: 1;
}
.gallery-col .inner:hover .overlay {
    opacity: 0.6;
    transform: scale(1);
}
.gallery-col .plus i {
    font-size: 20px;
}

/*
===================
Footer Section 
===================
*/

.footer-main {
	width: 100%;
	height: auto;
	padding: 67px 0 60px;
	background: #333333;
}
.footer-main h3 {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #7080f5;
    left: 0;
    bottom: 0;
    height: 3px;
}
.footer-main .footer-col p {
    font-family: 'montserrat_regular';
    color: #c3c3c3;
    font-size: 13px;
    line-height: 24px;
}
.footer-main .footer-col ul li {
    color: #c3c3c3;
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    list-style-type: none;
    margin-bottom: 6px;
    position: relative;
    padding-left: 10px;
}
.footer-main .footer-col ul li a {
    color: #dadada;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.footer-main .footer-col ul li a:hover {
    color: #7080f5;
}
.footer-main .footer-col ul li:before {
    color: #fff;
    content: "\f0da";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 1px;
}
.footer-main .footer-col .contact-item {
    color: #c3c3c3;
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 24px;
}
.footer-main .footer-col .contact-item .icon {
    float: left;
    font-size: 16px;
    margin-right: 10px;
}
.footer-main .footer-col .contact-item .text {
    font-family: 'montserrat_regular';
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #dadada;
}
.footer-bottom {
    width: 100%;
    height: auto;
    background: #272727;
    padding: 15px 0;
}
.footer-bottom .copyright {
    font-family: 'montserrat_regular';
    font-size: 13px;
    color: #f6f6f6;
    padding-top: 5px;
}
.footer-bottom .footer-menu {
    float: right;
}
.footer-bottom .footer-menu ul {
    float: right;
}
.footer-bottom .footer-menu ul li {
    float: left;
    list-style-type: none;
    margin-left: 10px;
}
.footer-bottom .footer-menu ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-bottom .footer-menu ul li a:hover {
    color: #464646;
}
.footer-bottom .footer-menu ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer-bottom .footer-menu ul li a i:hover {
    background: #7080f5;
    color: #fff;
}
.hour-table {
    display: table;
    vertical-align: top;
}
.hour-table .hour-row {
    display: table-row;
    vertical-align: top;
    line-height: 24px;
}
.hour-table .hour-row .hour-cell {
    color: #fff;
    display: table-cell;
    vertical-align: top;
    font-size: 13px;
    font-family: 'montserrat_regular';
}
.hour-table .hour-row .hour-cell:nth-of-type(1) {
    padding-right: 40px;
}

/*
========================
Media Query
========================
 */

@media screen and (max-width: 991px) {
    #menu {
        display: none;
    }
    header .logo {
        float: none;
        text-align: center;
    }
    .slicknav_menu {
        display: block;
        background: #060606;
    }
    .slicknav_menu li a {
        text-decoration: none;
    }
	.slicknav_nav a:focus{
		color: #fff !important;
	}
    header.sticky {
        display: none;
    }
    .featured-box .item {
        margin-bottom: 25px;
    }
   
    .footer-bottom .footer-menu {
        float: none !important;
    }
    .footer-bottom .footer-menu ul {
        float: none !important;
        text-align: center;
    }
    .footer-bottom .footer-menu ul li {
        float: none !important;
        display: inline-block;
        list-style-type: none;
    }
    .featured-box .text {
        margin-bottom: 30px;
    }
    .emergency .right .top h2 {
        padding-top: 30px;
    }
    .service .media {
        margin-top: 0;
    }
    .emergency .inner {
        margin-left: 15px;
        margin-right: 15px;
    }
    .emergency .bottom .part {
        padding-bottom: 30px;
    }
    .footer-bottom .copyright {
        text-align: center;
    }
    .footer-bottom .footer-menu ul {
        margin-top: 5px;
    }
    .emergency .left-part .part:nth-child(2n) {
        padding-bottom: 20px;
    }
    .emergency .right-part .part:nth-child(2n) {
        padding-bottom: 0px;
    }
    .auto-script .media {
        margin-bottom: 50px!important;
    }
    .emergency .left-part .part .icon {
        width: 100%;
        float: none;
    }
    .emergency .left-part .part .text {
        width: 100%;
        float: none;
        text-align: center;
    }
    .emergency .left-part .part .text h2,
    .emergency .left-part .part .text p {
        text-align: center;
    }
    .emergency .img {
        margin-top: 30px;
    }
    .emergency .right-part .part .icon {
        width: 100%;
        float: none;
    }
    .emergency .right-part .part .text {
        width: 100%;
        float: none;
        text-align: center;
    }
    .emergency .right-part .part .text h2,
    .emergency .right-part .part .text p {
        text-align: center;
    }
    .contact .last h3 {
        padding-top: 45px!important;
    }
	.doctor-detail .doctor-detail-tab .nav-tabs{
		text-align: center;
	}
	.nav-tabs > li{
		float: none;
		display: inline-block;
	}
	.doctor-detail .doctor-detail-tab .nav-tabs > li > a{
		margin-right: 6px;
	}
}
@media screen and (min-width: 992px) {
    .slicknav_menu {
        display: none;
    }
    #menu {
        display: block;
    }
}
.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}
.slicknav_menu .slicknav_icon {
    margin-left: 0;
}
@media screen and (max-width: 599px) {
    .top-bar {
        text-align: center;
    }
    .top-bar .top-contact {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-contact .list {
        width: 100%;
        float: none;
    }
    .top-bar .top-social {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-social ul {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top-bar .top-social ul li {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }
	
}
@media screen and (max-width: 500px){
	.scrollup{
		bottom: 90px;
	}
}
@media screen and (max-width: 1200px) {
    .header .social ul li {
        margin-left: 5px;
    }
}
@media screen and (max-width: 729px) {
    .header .social ul {
        display: block;
        float: left;
        padding-top: 5px;
    }
    .header .social ul li {
        margin-left: 0;
    }
    .header .social ul li a i {
        width: 25px;
        height: 25px;
        background: transparent;
        line-height: 25px;
    }
    .header .inner {
        padding-left: 30%;
    }
    /*.content .item:nth-child(4n){
        margin-right: 0;
    }*/
    
    .footer-main .hour-table {
        padding-left: 15px;
    }
    .footer-main h3 {
        padding-top: 20px;
    }
	.footer-main .footer-col:first-child h3{
		padding-top: 0;
	}
    .footer-main .all h3.change {
        padding-left: 15px;
        position: relative;
    }
    .footer-main .all h3.change:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 15px;
        width: 50px;
        background: #7080f5;
        height: 3px;
    }
    .blog p.after {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /*.content .item:nth-child(4n){
        margin-right: 0;
    }*/
	.service .media{
		padding: 20px;
	}
	.service .media .media-left p{
		padding-right: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .auto-script .media {
        margin-bottom: 20px;
    }
    .blog p.after {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .heading-bar .item{
        width: 100%;
        float: none;
        text-align: center;
        padding: 3px 0px;
    }
    .heading-bar .item .social ul{
        text-align: center;
        display: inline-block;
    }
    .heading-bar .item{
        width: 100%;
        float: none;
        text-align: center;
        overflow: hidden;
    }
    .heading-bar .item .call-part{
        float: none;
         text-align: center;
        display: inline-block;

    }
    .auto-script .media {
        margin-bottom: 20px;
    }
    .gallery-col ul {
        text-align: center;
    }
    .gallery-col ul li {
        display: block;
        border: 2px solid #ddd;
        margin-bottom: 5px;
    }
    .emergency .img {
        margin-bottom: 20px;
    }
    .service ul {
        padding: 0px 10px;
    }
    .contact .msg .left,
    .contact .msg .right {
        width: 100%!important;
        margin-right: 0!important;
    }
    .contact input[type="text"], 
    .contact input[type="email"], 
    .contact input[type="tel"] {
        width: 100%!important;
    }
    .footer-col {
        margin-bottom: 20px!important;
    }
    .footer-col:last-child {
        margin-bottom: 0px!important;
    }
	.testimonial-v1 .owl-nav .owl-prev{
		left: -70px;
	}
	.testimonial-v1 .owl-nav .owl-next{
		right: -70px;
	}
	.slide-carousel .item .text h2{
		font-size: 36px;
	}
}
@media screen and (min-width: 730px) and (max-width: 991px) {
    .footer-main .hour-table {
        padding-left: 15px;
    }
    .footer-main h3 {
        padding-top: 20px;
    }
    .footer-main .all h3.change {
        padding-left: 15px;
        position: relative;
    }
    .footer-main .all h3.change:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 15px;
        width: 50px;
        background: #7080f5;
        height: 3px;
    }
    .contact .last h3 {
        padding-top: 20px;
    }
    .emergency .img {
        margin-bottom: 20px;
    }
	.testimonial-v1 .owl-nav .owl-prev{
		left: -135px
	}
	.testimonial-v1 .owl-nav .owl-next{
		right: -135px;
	}
}
@media screen and (max-width: 755px) {
    .contact input[type="text"],
    .contact input[type="email"],
    .contact input[type="tel"] {
        width: 206%;
    }
    .contact .last h3 {
        padding-top: 20px;
    }
}
@media screen and (max-width: 360px) {
	.testimonial-v1 .owl-nav .owl-prev{
		left: -60px;
	}
	.testimonial-v1 .owl-nav .owl-next{
		right: -60px;
	}
	.blog-side .top .icon ul li{
		float: none;
		margin-right: 0;
		margin-top: 5px;
	}
	.blog-side .top .reply-comment .post-comment .left .text{
		position: relative;
	}
	.under-construction-v1 h2{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.slide-carousel .item .text h2{
		font-size: 32px;
	}
}
