@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	IMeddoc
Version:	1.0
Last change:	Initial RELEASED
Primary use:	Multiple Use
-------------------------------------------------------------------*/

/*------------------------------------------------------------------

[Table of contents]

    1- CSS RESET
    2- BASIC STYLES
    3- Button
    4- Headings
    5- Top Bar
    6- Header
    7- Slider
    8- Info
    9- Features
    10- Departmen
    t11- Services
    12- Statics
    13- About
    14- Teams
    15- Promotion
    16- Blog
    17- single
    18- Services Detail
    19- Sidebar
    20- Page Title
    21- Testimonials
    22- Awards
    23- News
    24- Contact
    25- Gallery
    26- Error
    27- Footer
    28- Shop
    29- Shop Single
    30- Dental Home
    31- Isotops ON Portfolio Section
    32- Paper Work
    33- Hover Effects

NOTE: Every section is commented before starting.




/*------------------------------------------------------------------
    1- CSS RESET
-------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Pacifico|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio,
video {	margin: 0; 	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0; }


/*------------------------------------------------------------------
    2- BASIC STYLES
-------------------------------------------------------------------*/


body { background: #fff; color: #000; font: 14px 'Poppins', Helvetica, sans-serif; overflow-x: hidden; }

a { color: #666666; text-decoration: none;  -ms-transition: all 1s;  -o-transition: all 1s;  transition: all 1s;   }
a:hover { color: #0446d2; text-decoration: none; }
a:hover, a:active { outline: 0; }
hr {margin: 50px 0;}

img{max-width: 100%; height: auto;}

::-moz-selection { background: #0446d2; color: #fff; text-shadow: none; }
::selection { background: #0446d2; color: #fff; text-shadow: none; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

    /*-- Heading --*/

    h1, h2, h3, h4, h5, h6 {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s; font-family: 'Poppins', sans-serif; color: #444444; }
    h1 { font-size: 30px; }
    h1 a { color: #222222; }
    h2 {  font-size: 58.33px; color: #333333; }
    h2 a { color: #222222; }
    h3 { font-size: 20.83px;}
    h3 a { color: #222222; }
    h4 { font-size: 14px; }
    h4 a { color: #222222; }
    h5 { font-size: 12px; }
    h5 a { color: #222222; }
    h6 { font-size: 10px; }
    h6 a { color: #222222; }


    /*-- Lists --*/
    ul {}
    ul li {font: 400 14px 'Poppins', arial, sans-serif;}
    ul li a {font: 400 14px 'Poppins', arial, sans-serif;}

    ol {}
    ol li {font: 400 14px 'Poppins', arial, sans-serif;}
    ol li a {font: 400 14px 'Poppins', arial, sans-serif;}

    /*-- Paragraph --*/
     strong { font-weight: bold; }
    p strong { font-weight: bold; }
    p em { font-style: italic; }
    p {font: 400 14px 'Poppins', arial, sans-serif; line-height: 26px; color: #888888;}
    blockquote {  font: 400 14px 'Poppins', arial, sans-serif; margin-bottom: 45px; line-height: 26px; color: #666666; background: url("../image/quotes.png") no-repeat 10px 10px;  padding: 0px 55px;  }
    blockquote p {font: 400 14px 'Poppins', arial, sans-serif; line-height: 26px; color: #666666; margin: 0px;}


    label {font: 400 14px 'Poppins', arial, sans-serif; margin-bottom: 12px; color: #222222;}

    .cd-top {background: #06bdff;    display: inline-block;  height: 44px;  width: 44px; line-height: 44px; text-align: center; border-radius: 10px;  position: fixed;  bottom: 20px;  right: 16px;  overflow: hidden;  white-space: nowrap;  visibility: hidden;  opacity: 0;  -webkit-transition: opacity .3s 0s, visibility 0s .3s;  -moz-transition: opacity .3s 0s, visibility 0s .3s;  transition: opacity .3s 0s, visibility 0s .3s;  z-index: 10000; }
    .cd-top.cd-is-visible {  visibility: visible;  opacity: 0.5;  }
    .cd-top i {  color: #fff;  font-size: 30px;  vertical-align: -4px;  }
    .cd-top.cd-is-visible:hover { opacity: 1; }
    .section_margin { margin-bottom: 98px; }
    .layer {background: rgb(2, 186, 250);}


/*------------------------------------------------------------------
    3- Button
-------------------------------------------------------------------*/

.button {font: 600 14px 'Poppins', arial, sans-serif;background: #06bdff; color: #fff; text-transform:uppercase;padding: 12px 24px;}
.button.pink {padding: 16px 24px;}
.button.blue {background: #0446d2;}
.button img {vertical-align: middle; margin-right: 6px;}
.button.borderd {background: none; border: 1px solid #fff;padding: 12px 24px;}
.button.borderd i {margin-left: 8px;}
.button {border: 0;}
.button:hover { background: #0446d2; color: #fff; border-color: #0446d2;}
.button.blue:hover {background: #06bdff;}
.button.pd-left-15 {margin-left: 15px;}
/*------------------------------------------------------------------
    4- Headings
-------------------------------------------------------------------*/

.heading {margin-bottom: 45px;}
.heading h3{ font-size: 36px; color: #444444; font-weight: 600;margin-bottom: 10px;}
.heading h3 span{color: #0446d2;}
.heading.hp5 h3 span {color: #5787f2;}
.heading:after {content:'';width: 30px; height: 2px; background: #06bdff; display: block; margin-top: 5px;}
.heading p {color: #444444;padding-bottom: 20px;}
.heading.hp5:after {background:#5787f2 }
.heading.style_two h3{font-size: 48px;}
.heading.style_two:after{background: #6da04e; margin: 0 auto;}

/*------------------------------------------------------------------
    5- Top Bar
-------------------------------------------------------------------*/

.top_bar .bar_inner { border-bottom: 1px solid #eeeeee; height: 55px; line-height: 55px;}
.top_bar .bar_inner { border:none; height: 50px; line-height: 50px;}
.spa-top-bar{background-color: #f2f7fb;}

.top_bar ul li {display: inline-block; margin-right: 25px; color: #444444; }
.top_bar ul li i{display: inline-block; margin-right: 8px; color: #0446d2; }
.bar_inner span {color: #ffffff; font-size: 14px; text-transform: uppercase; }
.top_bar.color-chang {background-color: #5787f2; }
.top_bar.color-chang .bar_inner {border-bottom: 0;}
.bar_inner span strong {color: #ffffff; font-size: 14px; font-weight: 500; text-transform: uppercase; padding-left: 5px; }
.rqst-text span {color: #ffffff; font-size: 14px; text-transform: uppercase; border-right: 1px solid #799ff5; border-left: 1px solid #799ff5; padding: 0 20px; }
.rqst-text span strong {font-weight: 500; }
.rqst-text span i {color: #fff; padding-right: 10px; }
nav.st5 > ul {float: left; text-align: right; padding-left: 70px; }
nav.st5 form {float: right; padding-left: 25px; }
nav.st5 form a i {color: #5787f2; }
/*------------------------------------------------------------------
    6- Header
-------------------------------------------------------------------*/

/*header { height: 100px; line-height: 100px;}*/
header .logo a img{ vertical-align: middle; width: 60%;}
nav {float: right;padding-right: 30px;}




nav.nav-right {float: right; padding-right: 50px;}
header nav.nav-right form{margin-left: 20px;}


header nav > ul > li {display: inline-block;position: relative;padding: 35px 15px;}
header nav ul li a{color: #222222; font-weight: 600; text-transform: uppercase;}
header nav ul li a.active{color: #0446d2;}
nav ul ul li a {font-weight: 400;font-size: 13px;}
header form {position: relative; display: inline-block;margin-top: 0;padding: 34px 0 36px 0;float: right;}
header form input[type="text"] {outline: none !important; visibility: hidden; position: absolute;right:0;top: 100%;z-index:99;border: 2px solid #ec008c;height: 38px;border-radius: 6px;width: 200px;padding: 10px;font: 400 13px 'Montserrat', arial, sans-serif;text-transform: uppercase;-ms-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
header form a i{ color: #ec008c; }
header form:hover input[type="text"] { visibility: visible;}
/*.logo {padding-top: 23px;}*/
.header {height: 101px;}
/*.header .logo {line-height: 101px;}*/
.header .logo img{vertical-align: middle;}


.header .text-right {margin-top:22px;}
.header ul {display: inline-block; margin-right: 48px; text-align: left;vertical-align: middle;}
.header ul li{display: inline-block; color: #444444; font-size: 14px;margin-right: 30px;}
.header ul li:last-child {margin-right: 0;}
.header ul li span {display: inline-block;}
.header ul li strong {display: block; margin-bottom: 5px;}
.header ul li i{ vertical-align: 8px; width: 48px; height: 48px; line-height: 48px; margin-right: 12px; margin-bottom: 10px; font-size: 20px; text-align: center; border: 1px solid #dddddd; border-radius: 50%; color: #444444; display: inline-block;}

.header_bottom {background: #0446d2;position: relative;z-index: 9999;}
.header_bottom nav {line-height: inherit;float: left;}
.header_bottom nav > ul > li {display: inline-block;position: relative;padding: 22px 15px;}
.header_bottom nav ul li a{color: #fff; font-weight: 600; text-transform: uppercase; font-size: 14px;}
.header_bottom nav ul li a.active{color: #ec008c;}
.header_bottom nav ul li a:hover{color: #ec008c;}

.header_bottom form {position: relative; display: inline-block; width: 100%;}
.header_bottom form input[type="text"] {background: #20b0cf; font-weight: 600; font-size: 14px; color: #fff;outline: none !important;border:0px;height: 65px;border-radius: 0px;width: 100%;margin-right: -3px;padding: 10px;font: 400 13px 'Montserrat', arial, sans-serif;text-transform: uppercase;-ms-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
.header_bottom form a {background: #108199;width: 65px;display: inline-block;text-align: center;height: 65px;line-height: 65px;position: absolute;top: 0;right: 0}
.header_bottom form a i{color: #fff;font-size: 17px;}

nav ul li ul:before { display:none; content: '';  position: absolute;  top: -9px;  left: 13px;  border-bottom: 10px solid #000;  border-left: 10px solid rgba(255, 255, 255, 0);  border-right: 10px solid rgba(255, 0, 0, 0.01);  }
nav ul ul ul {top: 0; left: 100%; }
nav ul li:hover > ul {opacity: 1; visibility: visible; z-index: 999; }
nav ul li:hover > ul li {margin: 0; }

nav ul ul {position: absolute; top: 100%; left: 0; width: 200px; text-align: left; z-index: 0; opacity: 0; visibility: hidden; transition: all 0.4s ease-in-out; }
nav ul ul ul {top: 0; left: 100%; }
nav ul ul li {padding: 10px 10px; margin: 0; float: left; width: 100%; background-color: #484141; border-bottom: 1px solid #666666; margin-top: -20px; transition: all 0.4s ease-in-out; }
nav ul ul li:first-child {margin-top: 0; }
nav ul ul li:last-child {border-bottom: 0; }
nav ul ul li a {color: #fff; }

/*nav ul ul {  z-index: 9999;  position: absolute;  width: 199px;  text-align: left;  background: #000 !important;  display: none;  padding: 0px;  top: 23px;  left: 0px;  }
nav ul li ul.dropdown-menu li:last-child a {  border: 0px;  }
nav ul li ul.dropdown-menu li {  margin: 0px;  display: block;  }
nav ul li ul.dropdown-menu li a {  color: #fff !important;  font-size: 13px;  text-transform: none;  padding: 10px 10px;  text-align: left;  display: block;  border-bottom: 1px solid rgba(255, 255, 255, 0.37);  }
nav ul li ul.dropdown-menu li a:hover {  background: #06bdff;  }
nav ul li ul.dropdown-menu ul {top: 0;left: 100%;}
nav ul li:hover > ul {display: block;}
nav ul ul ul:before {display: none;}
*/

.responsive_button { display: none;  background:rgb(225, 98, 151);   border-radius: 31px;  padding: 12px 20px 12px 20px !important;  width: 98%;  overflow: hidden;  margin:0 auto 10px;  }
.responsive_button p {  color: #fff;  font: 600 13px 'Montserrat', sans-serif;  display: inline-block;  float: left;  line-height: normal;  }
.responsive_button button.navbar-toggler {  margin: 0px;  padding: 0px; float: right; }
.responsive_button i {  color: #fff;  }

.responsive_nav{ width: 100%; position: absolute; z-index: 999; margin-top: -10px; }
.responsive_nav#navbar-collapse.collapse.in { display: block !important;  }

.responsive_nav ul {text-align: left;  margin: 0 auto;    border-bottom-left-radius: 21px;  border-bottom-right-radius: 21px;  z-index: 9999999;  width: 98%; float: none;  overflow: hidden;  background: rgb(0, 0, 0);  }
.responsive_nav ul li { float: none; }
.responsive_nav ul li a{ color: #fff; display: block; padding: 10px 20px;  border-bottom: 1px solid rgba(255, 255, 255, 0.247059);  font: 600 12px Montserrat, sans-serif;}
.responsive_nav ul li a:hover{background: rgb(225, 98, 151)};

.cart {position: relative;text-align: right;margin-top: 32px;}
.cart a {margin-right: 16px;display: block;}
.cart img {vertical-align: -3px;}
.cart a span {font-size: 9px;position: absolute;margin-left: 5px;top: -1px;}


/*------------------------------------------------------------------
    7- Slider
-------------------------------------------------------------------*/
.main_slider { width: 100% !important;}
.tp-bgimg.defaultimg:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -moz-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,98,151,1)), color-stop(44%, rgba(225,98,151,0.86)), color-stop(59%, rgba(47,191,223,0.81)), color-stop(71%, rgba(47,191,223,0.77)), color-stop(100%, rgba(47,191,223,0.68))); background: -webkit-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%); background: -o-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%); background: -ms-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%); background: linear-gradient(to right, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%); }
.slide_content {position: absolute; top: 0px; left: 0px; width: 100%; background: rgba(225,98,151,1); background: -moz-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,98,151,1)), color-stop(44%, rgba(225,98,151,0.86)), color-stop(59%, rgba(47,191,223,0.81)), color-stop(71%, rgba(47,191,223,0.77)), color-stop(100%, rgba(47,191,223,0.68))); background: -webkit-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%); background: -o-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%); background: -ms-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%); background: linear-gradient(to right, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bdff', endColorstr='#2fbfdf', GradientType=1 ); height: 100%; }
.lyr1 {display: inline-block;font:600 18px 'Poppins', sans-serif;  color:#fff; }
.lyr2 {font-size:48px; font-weight:600; color:#fff;  text-decoration:none; line-height: 52px; }
.lyr3 {font-size: 18px; font-weight: 400; color: #fff;line-height: 26px; }
.lyr3.st2 {font-size: 15px;}
.lyr4 {display: inline-block; color: #fff; border: 1px solid #fff; text-transform: uppercase; line-height: 20px; }
.lyr4.cl {background-color: #5787f2;color: #fff;border:none;}
.lyr4.cl:hover {background-color: #5787f2;}
.lyr1.blck,
.lyr2.blck,
.lyr3.blck {
    color: #000;
}
.lyr4 i {
    padding-left: 10px;
}
.lyr4:hover {background-color: #0446d2; color: #fff; border-color: transparent; }
.lyr1.tc,
.lyr2.tc,
.lyr3.tc,
.lyr4.tc {
    text-align: center !important;
}
.slide_content.no-bg {background: none; }
.content-data {padding-top: 90px; }
.slide_content .content-data h3 {color: #000; }
.slide_content .content-data h1 {color: #000; }
.slide_content .content-data p {color: #000; }
.slide_content .content-data a {background-color: #5787f2; color: #fff; border: 0; border-radius: 3px; }
.slide_content > .container > .row > .col-sm-12 {position: absolute; top: 50%; margin-top: -150px;}

.slide_content h3  { display: inline-block;font:600 18px 'Poppins', sans-serif;  color:#fff; margin-bottom: 10px; }
.slide_content a.button {margin-right: 10px; display: inline-block;}
.slide_content h1 { margin-bottom: 30px;  font-size:48px; font-weight:600; color:#fff;  text-decoration:none; line-height: 52px;  }
.slide_content p {font-size: 18px; font-weight: 400; color: #fff;margin-bottom: 30px; line-height: 26px;}
.slide_content p br {display: none;}
.main_slider .owl-prev, .main_slider .owl-next {  display: none;  }
.main-slider.style3 .tp-bgimg.defaultimg:before {display: none;}
.main_slider .owl-dots {width: 10px;height: 100px;position: absolute;top: 50%;right: 16px;z-index: 99999;margin-top: -50px;}
.main_slider .owl-dots .owl-dot {background: #fff;width: 8px;height: 8px;display: block;border-radius: 50%;margin-top: 5px;}
.main_slider .owl-dots .owl-dot.active {box-shadow: 0px 0px 8px 3px #fff;}
.main-slider {position: relative;}
.iner_content {position: absolute;top: 0;right: 0;width: 40%;}

.iner_content {background: url(../image/shadow.png) no-repeat center 100%;padding-bottom: 13px;margin-top: 83px;background-size: 100%;}
.iner_content .inners {background: #f8f8f8; padding: 55px 0px;}
.iner_content h4 {color: #0446d2; font-size: 18px; text-transform: uppercase; margin-bottom: 15px; margin-left: 15px; font-weight: bold;}

.iner_content .button{border: 0px; }
.iner_content form input[type="date"] {background: none;width: 90%; box-shadow: none; display: inline-block; vertical-align: middle;}
.iner_content form i{vertical-align: 4px;}
.iner_content p cite{ display: inline-block; color: #0446d2; font-size: 12px; vertical-align: top; margin-right: 15px;}
.iner_content p span{ display: inline-block; color: #444444; font-size: 12px;}
.iner_content p small{ display: block; }

.home_twos.owl-carousel .owl-stage-outer {overflow: visible;}
.home_twos .slide_content {background: rgba(0,0,0,.3) !important;;}


.home_twos {height: 700px; }
.home_twos img{height: 700px; }
.home_twos .slide_content {padding-top: 175px; }


.spa-slider .tp-bgimg.defaultimg:before {content: 'none'; display: none; }
.spa-slider .tp-caption.lyr2 {font-family: "Poppins"; color: #222; font-weight: 600;}
.spa-slider .tp-caption.lyr3 {font-family: "Poppins"; color: #222; font-weight: 600;}
.spa-slider .lyr4 {background-color: #0446d2; color: #fff; border: 1px solid #0446d2; }
.spa-slider .lyr4:hover {background-color: transparent; color: #0446d2; }

/*------------------------------------------------------------------
    8- Info
-------------------------------------------------------------------*/

.main_info {background: url("../image/shadow.png") no-repeat center 100%; padding-bottom: 23px; position: relative;z-index: 99; margin-top: -10px;}
.main_info .info_inner {background: #f8f8f8; padding: 55px 0px;}
.main_info .info_inner h4 {color: #0446d2; font-size: 18px; text-transform: uppercase; margin-bottom: 15px; font-weight: bold;}
.main_info .info_inner span {font-size: 14px; color: #444444; display: block; }
.main_info .info_inner strong {margin-top: 45px; display: block; font-size: 18px; font-weight: 600; color: #444444;}
.main_info .info_inner h5 { font-size: 30px;color: #06bdff; font-weight: bold;}
.main_info .info_inner h5 i {color: #444;}

.form-control {width: 100%; height: 42px; border: 0px; border-radius: 0px; background: #fff; margin-bottom: 10px;}
textarea.form-control{height: 95px; padding: 10px; resize: none; margin-bottom: 20px;}
.main_info .info_inner .button {border: 0px; }
.main_info .info_inner form input[type="date"] {background: none;width: 90%; box-shadow: none; display: inline-block; vertical-align: middle;}
.main_info .info_inner form i{vertical-align: 4px;}


/*------------------------------------------------------------------
    9- Features
-------------------------------------------------------------------*/

.feature {margin-bottom: 60px;}
.feature h5 {font-size: 18px; font-weight: 600; margin-bottom: 15px; color: #444444;}
.feature i {background: url(../image/icons.png) no-repeat;width: 44px;height: 55px;float: left;margin-right: 16px;margin-top: 20px;}
.feature i.icon_user{    background-position: -45px 0px;}
.feature i.icon_camara {background-position: -102px 0px;width: 53px;}
.feature i.icon_phone {background-position: -164px 0px;width: 57px;}

.features_wrap .feature_img img {margin-bottom: -7px;margin-left: -122px;width: 163%;}
.features_wrap .feature_img{margin-top: 13px;}

.feature_two {text-align: center;}
.feature_two .heading:after{margin: 10px auto 0;}
.feature_two .feature figure{ padding: 5px; width: 145px; height: 145px; border-radius: 50%; overflow: hidden;; margin: 0 auto 30px; text-align: center;
    background: rgba(225,98,151,1);
    background: -moz-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,98,151,1)), color-stop(44%, rgba(225,98,151,0.86)), color-stop(59%, rgba(47,191,223,0.81)), color-stop(71%, rgba(47,191,223,0.77)), color-stop(100%, rgba(47,191,223,0.68)));
    background: -webkit-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -o-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -ms-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: linear-gradient(to right, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bdff', endColorstr='#2fbfdf', GradientType=1 );
}
.feature_two .feature figure div{background: #fff;border-radius: 50%; width: 135px; height: 135px; line-height: 135px;}
.feature_two .feature figure img {vertical-align: middle;}
.feature_two .feature .detail> a {margin-top: 30px; text-decoration: underline; color: #06bdff; display: inline-block }


.features_three { text-align: left; }
.features_three .detld { padding: 90px 0 0}
.features_three ul {margin-top: 40px; margin-bottom: 40px; }
.features_three ul li{color: #888888; line-height: 36px;}
.features_three ul li i{color: #06bdff; margin-right: 10px;}
.features_three .button{color: #444444; border-color: #d2d2d2; display: inline-block;}

/*------------------------------------------------------------------
    10- Department
-------------------------------------------------------------------*/

.department {background: url("../image/custom/department_bg.jpg") no-repeat; background-size: cover; }
.department .inner_dep {background: rgba(47, 192, 223, 0.82); padding: 95px 0px;}
.department .heading h3{ color: #fff;}
.department .heading p{ color: #fff;}

.department ul li {margin-bottom: 10px; position: relative;}
.department ul li.ui-state-active:before {content: '';width: 6px;height: 6px;background: rgba(255, 255, 255, 0.72);display: block;border-radius: 50%;position: absolute;right: -32px;top: 50%;margin-top: -3.5px;}
.department ul li.ui-state-active:after {content: '';width: 35px;height: 1px;background: rgba(255, 255, 255, 0.5);display: block;position: absolute;right: -27px;top: 50%;margin-top: -1px;}
.department ul li a {font-size: 17px; font-weight: 600; display: block; color: #fff;}

.department ul li a i {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s; margin-right: 15px; text-align: center; height: 68px; width: 68px; border: 1px solid #fff; border-radius: 50%; line-height: 68px; display: inline-block;}
.department ul li a i span {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s; background: url(../image/diagnostic_icon.png) no-repeat;width: 28px;height: 33px;display: inline-block;vertical-align: middle;}

.department ul li.ui-state-active a i{ background: #fff; }
.department ul li.ui-state-active a i span {background: url(../image/diagnostic_icon_hover.png) no-repeat;}
.department ul li:hover a i{ background: #fff; }
.department ul li:hover a i span {background: url(../image/diagnostic_icon_hover.png) no-repeat;}

.department ul li a i.icon_two span {background-position: 0px -38px;}
.department ul li a i.icon_three span {background-position: -1px -77px;}
.department ul li a i.icon_four span {    background-position: -1px -115px;}



.department .tabss p {color: #fff; margin-top: 20px; padding: 0px 20px;}
.department .tabss img {width: 100%;}

/*------------------------------------------------------------------
    11- Services
-------------------------------------------------------------------*/
.services_wrap .heading{ text-align: center; }
.services_wrap .heading:after{margin: 0 auto; }

.ser_inner figure img{ width: 100%;  }
.ser_inner .detail {background: #f8f8f8; padding: 23px 25px; position: relative;}
.ser_inner .detail h5{font-size: 16px; margin-bottom: 15px; font-weight: 600;}
.ser_inner .detail p{font-size: 13px;}

.ser_inner .detail:after {content: '';border-right: 10px solid rgba(255, 0, 0, 0);border-left: 10px solid rgba(0, 0, 0, 0);border-top: 10px solid #f8f8f8;border-bottom: 10px solid rgba(156, 113, 113, 0);position: absolute;bottom: -20px;right: 35px;}
.ser_inner .detail:before {content: '';border-right: 10px solid rgba(255, 0, 0, 0);border-left: 10px solid rgba(0, 0, 0, 0);border-top: 10px solid rgba(156, 113, 113, 0);border-bottom: 10px solid #f8f8f8;position: absolute;top: -20px;right: 35px;}

.top .ser_inner .detail:after {display: none;}

.ser_inner .detail i{ background: url(../image/ser_icon.png) no-repeat;width: 50px;height: 50px; vertical-align: top; display: inline-block;margin-right:26px; background-size: cover; }
.ser_inner .detail .sicon_two{    background-position: -51px 0px;}
.ser_inner .detail .sicon_three{    background-position: -102px 0px;    width: 54px;}
.ser_inner .detail .sicon_four{    background-position: -157px 0px;}

.ser_inner .detail .con {width: 70%;display: inline-block;}

.ser_inner .owl-nav div, .before-carousel .owl-nav div{-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s; opacity: .7; position: absolute; top: 50%; width: 100%; width: 84px; height: 84px; font-size: 0px; margin-top: -42px; }
.ser_inner .owl-nav div:hover, .before-carousel .owl-nav div:hover{ opacity: 1;}
.ser_inner .owl-prev, .before-carousel .owl-prev { left: 20px; background: url("../image/left_arrow.png") no-repeat; }
.ser_inner .owl-next, .before-carousel .owl-next { right: 20px; background: url("../image/rightt_arrow.png") no-repeat;}
.before-carousel .owl-prev {left: 0;}
.before-carousel .owl-next {right: 0;}
.before-carousel .owl-nav div {top: 35%;}

.services_two .service{ background: #f8f8f8; padding: 50px; text-align: center; margin-bottom: 40px;}
.services_two .service i{    width: 49px; height: 61px;background: url("../image/ser_icon2.png") no-repeat;display: inline-block; }

.services_two .service h5{font-size: 18px; margin-bottom: 15px; font-weight: 600; text-transform: uppercase;}
.services_two .service hr{ margin: 25px auto; width: 60px; }
.services_two .service .sicon_two {background-position: -49px 0px; width: 37px;}
.services_two .service .sicon_three {background-position: -85px 0px;width: 64px;}
.services_two .service .sicon_four  {background-position: -149px 0px;width: 52px;}
.services_two .service .sicon_five {background-position: -198px 0px;width: 63px;}
.services_two .service .sicon_six {background-position: -267px 0px;width: 63px;}

.services_two .service:hover .sicon_two {background-position: -49px 0px; width: 37px;}
.services_two .service:hover .sicon_three {background-position: -85px 0px;width: 64px;}
.services_two .service:hover .sicon_four  {background-position: -149px 0px;width: 52px;}
.services_two .service:hover .sicon_five {background-position: -198px 0px;width: 63px;}
.services_two .service:hover .sicon_six {background-position: -267px 0px;width: 63px;}

.services_two .service:hover i{    background: url("../image/ser_icon2_hover.png") no-repeat; }
.services_two .service:hover { background: rgba(225,98,151,1);
    background: -moz-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,98,151,1)), color-stop(44%, rgba(225,98,151,0.86)), color-stop(59%, rgba(47,191,223,0.81)), color-stop(71%, rgba(47,191,223,0.77)), color-stop(100%, rgba(47,191,223,0.68)));
    background: -webkit-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -o-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -ms-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: linear-gradient(to right, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bdff', endColorstr='#2fbfdf', GradientType=1 );}
.services_two .service:hover h5 {color: #fff;}
.services_two .service:hover p {color: #fff;}

/*------------------------------------------------------------------
    12- Statics
-------------------------------------------------------------------*/

.stat {border: 1px solid #cccccc; padding: 18px;}
.stat img { display: inline-block; margin-right: 20px;}
.stat h3 { display: inline-block; font-size: 30px; text-transform: uppercase; font-weight: bold;}
.stat h3 span { display: block; font-size: 18px; font-weight: 300; text-transform: none;    margin: 0 0 -8px;}


/*------------------------------------------------------------------
    13- About
-------------------------------------------------------------------*/

.about_imod {padding: 95px 0; background: #f8f8f8;}
.about_imod .stat {border: 0px;padding: 0px;margin-top: 50px;}
.about_imod .stat img {vertical-align: -9px;}
.about_imod .stat.one img { width: 44px;vertical-align: 3px;}

.about_imod .heading{margin-bottom: 50px;}
.about_imod .about_img figure img { margin: -10px 0px 0px -10px; width: 100%; }
.about_imod .about_img figure { width: 380px;
    background: rgba(225,98,151,1);
    background: -moz-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,98,151,1)), color-stop(44%, rgba(225,98,151,0.86)), color-stop(59%, rgba(47,191,223,0.81)), color-stop(71%, rgba(47,191,223,0.77)), color-stop(100%, rgba(47,191,223,0.68)));
    background: -webkit-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -o-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -ms-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: linear-gradient(to right, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bdff', endColorstr='#2fbfdf', GradientType=1 );
}
/*------------------------------------------------------------------
    14- Teams
-------------------------------------------------------------------*/

.team_wrap {background: #f8f8f8; padding-top: 95px;text-align: center; margin-bottom: 160px;}
.team_wrap.specialized_wrap {background: #ffffff; padding-top: 95px;text-align: center; margin-bottom: 118px; position: relative;}



.team_wrap .heading:after{margin: 0 auto; }

.team figure{position: relative; height: 242px;}
.team figure img{ width: 100%; height: 242px;}

.team figure .innner_lay{display: none; line-height: 257px; position:absolute; top: 0px; left: 0px;text-align: center; width: 100%; height: 100%;background: rgba(239, 112, 114, 0.45);}
.team figure .innner_lay a {width: 30px; height: 30px;display: inline-block; text-align: center; line-height: 30px; border-radius: 50%; }
.team figure .innner_lay a:hover {background: #fff; color: #888888;}
.team figure .innner_lay a i {color: #fff;}
.team figure .innner_lay a:hover i {color: #888888;}

.team .details {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;  padding: 18px; border-bottom: 1px solid #f8f8f8; }

.team:hover figure .innner_lay {display: block;}
.team:hover .details {background: #f8f8f8; }

.team .details h6 {font-size: 16px; font-weight: bold;}
.team .details span { color: #06bdff;}

.team_wrap .team { margin-bottom: -85px;}
.specialized_wrap .team { margin-bottom: 85px;}
.team_two {background: none;margin-bottom: 90px;}
.team_wrap.team_two  .team {margin-bottom: 0px;}
.team_wrap.team_three {padding: 0px;}
.team_wrap.team_three  .team{margin-bottom: 30px;}

.specialized_wrap .team .details {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;  padding: 18px; border: none; }
.btn_lines{ height: 2px; background-color: #0446d2; margin-top: 12px;}

/*------------------------------------------------------------------
    15- Promotion
-------------------------------------------------------------------*/

.promotion {background: url("../image/custom/promotion.jpg") no-repeat; background-size: cover; text-align: center;}
.promotion .inner_promotion{background: rgba(47, 192, 223, 0.85); padding: 60px 0;}
.promotion .inner_promotion h5{font-size: 30px; font-weight: 600; color: #fff;margin-bottom: 20px}
.promotion .inner_promotion p{ color: #fff; font-size: 18px; font-weight: 300; margin-bottom: 40px;}
.promotion .inner_promotion span{font-size: 18px; color: #fff;margin-right: 30px; display: inline-block;}
.promotion .inner_promotion span i{width: 45px; height: 45px; font-size: 18px; line-height: 45px; border: 1px solid #fff; border-radius: 50%; margin-right: 15px}
.promotion .inner_promotion strong{ font-weight: bold; margin-right: 40px;}
.promotion .inner_promotion .button{display: inline-block;}


/*------------------------------------------------------------------
    16- Blog
-------------------------------------------------------------------*/

.news {cursor: pointer;}

article.news {margin-bottom: 50px;}
article.news .content {border:1px solid #f1f1f1; border-top: 0px; padding: 50px;}
article.news figure {width: 100%; height: 400px;margin-bottom: 30px;}
article.news figure img{width: 100%; height: 100%;}

article.news h5{font-weight: 600; font-size: 24px; margin-bottom: 15px;}
article.news .button {display: inline-block;margin-top: 30px;}
article.news h5:after {content: '';width: 30px;height: 2px;background: #06bdff;display: block;margin-top: 5px;}

/*------------------------------------------------------------------
    17- single
-------------------------------------------------------------------*/

.single .news {border-bottom: 1px solid #ccc;}
.single .news p {margin-bottom: 30px;}
.single .news > img {margin-right: 20px; margin-bottom: 20px; float: left;}

.single .social_icon {text-align: center !important; margin-bottom: 40px;}
.single .social_icon span{display: inline-block; margin-right: 10px; font-size: 16px; font-weight: 600;}
.single .social_icon a {color: #444; border: 1px solid #ccc; width: 40px; height: 40px; line-height: 40px; text-align: center; display: inline-block; border-radius: 50%; margin-left:5px;}
.single .social_icon a:hover { color: #000;}


.comment_form .form-control {background: #f8f8f8; box-shadow: none;}
.comment_form {width: 68%;}
.comment_form .button {border: 0px;}

.comment_form h5{font-weight: 600; font-size: 24px; margin-bottom: 35px;}
.comment_form h5:after {content: '';width: 30px;height: 2px;background: #06bdff;display: block;margin-top: 5px;}


/*------------------------------------------------------------------
    18- Services Detail
-------------------------------------------------------------------*/

.single .heading p {margin:0px;}
.single .news > img.service_small {float: right; margin: 0px 0px 20px 20px}
.downloads {text-align: center; margin-bottom: 60px;}
.downloads ul li {background: #f8f8f8; padding: 20px; display: inline-block; font-size: 18px; font-weight: 300; margin-right: -5px; border: 1px solid #ccc;}
.downloads ul li strong{ font-size: 18px; font-weight: 600;}
.downloads ul li i{ font-size: 18px; font-weight: 600; color: #0446d2;}

.single_serv {text-align: center;}
.single_serv img { margin-bottom: 20px; }
.single_serv h5 {font-size: 18px; margin-bottom: 10px; color: #444444; font-weight: 600;}


/*------------------------------------------------------------------
    19- Sidebar
-------------------------------------------------------------------*/

.side_widget {margin-bottom: 55px;}
.side_widget .heading_c {text-transform: none; font-size: 18px; font-weight: 600; margin-bottom: 20px;}
.side_widget .heading_c:after {content: '';width: 30px;height: 2px;background: #06bdff;display: block;margin-top: 5px;}


.side_widget .widget_title{margin-bottom: 30px; font-size: 18px;}

.side_widget form {position: relative;border: 1px solid #dddddd;}
.side_widget form input[type='text'] {color: #999999;text-transform: uppercase;width: 100%;height: 44px;padding: 0px 20px 0px 20px;border: 0px;font: 400 12px 'Montserrat', arial, sans-serif;}
.side_widget form button {background: #06bdff;border: 0px;height: 44px;color: #fff;font-size: 20px;margin: 0px;line-height: 0px;vertical-align: middle;position: absolute;top: 0;right: 0}

.side_widget ul li {margin-bottom: 2px;}
.side_widget > ul > li a{ border: 1px solid #eeeeee; padding: 10px ; font-weight: 600; color: #444444; display: block; display: block;}
.side_widget > ul > li a:hover, .side_widget > ul > li a.active {
    background: rgb(2, 186, 250);

    color: #fff;
}
.cnt-mgg > img {width: 100%;}

.recent_post ul li img {width: 100%; height: 80px;}
.recent_post ul li p {font-size: 12px; font-weight: 600; margin-bottom: 10px; line-height: 20px; color: #222}
.recent_post ul li span {font: 700 12px 'Open Sans', arial, sans-serif;color:#06bdff; text-transform: uppercase;}
.recent_post ul li span i {color:#7da500; margin-right: 5px;}

.insta img{ width: 100%; height: 116px; margin-bottom: 30px;  }


.sidebar_widget {margin-bottom: 60px;}
.sidebar_widget h4 {font-size: 20px; font-weight: bold; background: url("../images/line.png") no-repeat left bottom; padding-bottom: 10px; margin-bottom: 25px;}


.side_widget .inner_widgets {text-align: center; border: 1px solid #cccccc; padding: 20px 10px;}
.side_widget .inner_widgets blockquote {background: none; padding: 0px; color: #666666; font-size: 14px; font-weight: 600; margin-bottom: 30px;}
.side_widget .inner_widgets span {font-size: 16px; font-weight: 600;    display: block; color: #222222; background: url("../image/quotes.png") no-repeat right center; background-size: 20px;}
.side_widget .inner_widgets span cite {font-size: 12px; display: block; color: #666666; text-transform: uppercase; font-weight: normal;padding-left: 30px; }

.addres_wrap { background: url("../image/custom/side_img.png") no-repeat;}
.side_widget address {background: rgba(0,0,0,.7); padding:30px 20px; text-align: center;}
.side_widget address span { font-size: 18px; font-weight: 300; color: #cccccc;display: block; }
.side_widget address strong i { color: #0446d2; margin-right: 10px;}
.side_widget address strong {font-size: 22px; font-weight: 600; display: block; color: #fff; margin-bottom: 10px;}
.side_widget address .button {font-size: 14px; display: inline-block; margin-top: 10px;}

.tags a {display: inline-block;margin: 0px 8px 8px 0px;padding: 8px 9px;border: 1px solid #ccc;color: #888888;font-size: 14px;}

/*------------------------------------------------------------------
    20- Page Title
-------------------------------------------------------------------*/

.page_title { background: url("../image/custom/title_img.jpg")  no-repeat; position: relative;    background-size: 100% 100%;text-align: center;}
.page_title .layer{position: static; padding: 60px 0px; }

.page_title h1 {font-size: 48px; color: #fff; font-weight: 600; display: inline-block; margin-bottom: 10px; line-height: normal;}
.beadcrumb {font:14px 'Open Sans', sans-serif; color: #fff;}
.beadcrumb a {font-size: 14px; color: #fff;}


/*------------------------------------------------------------------
    21- Testimonials
-------------------------------------------------------------------*/
.testi {background: #f8f8f8; padding:40px 36px; position: relative;}
.testi h4{color: #444444; margin-bottom: 20px;}
.testi h4 span{color: #444444; font-weight: 400; font-size: 12px; margin-left: 10px;}
.testi cite {text-align: right; display: block;}
.testi p { margin-bottom: 15px;}
.testi > a {position: absolute; bottom: -43px; left: 50%; margin-left: -43px; height: 86px; width: 86px; overflow: hidden; display: block; border-radius: 50%; border: 10px solid #fff;}
.testi > a img{width: 100%; height: 100%;}

.testi_two {background: url("../image/custom/testimonial.jpg") no-repeat; min-height: 737px; }
.testi_inner {background: rgba(105, 205, 229, 0.89); padding: 95px 0px;}
.testi_inner .heading {text-align: center; margin-bottom: 100px;}
.testi_inner .heading:after {margin: 10px auto 0;}
.testi_inner .heading h3 {font-size: 36px; color: #fff;}
.testi_inner .heading p { color: #fff;}
.testi_inner .testi_d p { color: #fff; margin-bottom: 29px;}
.testi_inner .heading:after { color: #fff;}

.testi_d {border:1px solid #fff; padding: 60px 30px;margin-top: 60px;}
.testi_d > a {position: absolute; top: 10px; left: 50%; margin-left: -43px; height: 86px; width: 86px; overflow: hidden; display: block; border-radius: 50%; border: 2px solid #fff;}
.testi_d cite {text-align: right; display: block;}
.testi_d h4{color: #fff; margin-bottom: 20px;float:left; text-align:left;font-weight: bold;}
.testi_d h4 span{color: #fff; font-weight: 400; font-size: 12px; margin-left: 10px;display: block;}





.home_testi .testi_d{background: #ffffff;}
.home_testi .testi_d p {color: #444444;}
.home_testi .testi_d h4 {color: #444444; text-align: left;}
.home_testi .testi_d h4 span {color: #444444; margin: 0px}

.ser_inner-2 img {
    display: block;
    width: none;
}



/*------------------------------------------------------------------
    22- Awards
-------------------------------------------------------------------*/

.award { text-align: center;}
.award figure{border: 1px solid #eeeeee; padding: 20px 0px; margin-bottom: 36px;}
.award figure img{vertical-align: middle}
.award h5{font-weight: 600; font-size: 16px; color: #444; margin-bottom: 20px;}
.award p{ margin-bottom: 20px;}
.award > a { color: #06bdff;text-decoration: underline;}

/*------------------------------------------------------------------
    23- News
-------------------------------------------------------------------*/

.news {margin-bottom: 40px;}
.news figure{width: 100%; height: 115px;}
.news figure img{width: 100%; height: 100%;}
.news h5{font-weight: 600; font-size: 18px; margin-bottom: 10px;}

.meta ul{margin-bottom: 0px;}
.meta ul li{ display: inline-block; margin-right: 15px; font-size: 12px; color: #222; }
.meta ul li a{color: #06bdff;}
.meta ul li span{ color: #06bdff;}

.news_wrap {padding: 90px 0px; background: #f8f8f8;text-align: center;}
.news_wrap .news {text-align: left;}
.news_wrap .news .heading:after {margin: 10px auto 0;}
.news_wrap .news figure {height: auto; margin-bottom: -6px;}
.news_wrap .news .detail {background: #fff; padding: 40px 20px;}
.news_wrap  .button {color: #444; border-color: #ccc; margin-top: 10px; display: inline-block; margin: 0 auto;}

.maps iframe {height: 400px; width: 100%;}

.news_wrap .heading:after {margin: 0 auto;}

/*------------------------------------------------------------------
    24- Contact
-------------------------------------------------------------------*/

.contact_map {margin-bottom:70px;}
.contact_map iframe{width: 100%; height: 360px; border: 0px;}

.contact_detail > img{width: 100%;}

.contact_detail .address {padding:40px; background:#0446d2; width: 70%; margin: -20px auto 40px;   position: relative; padding: 35px; }
.contact_detail .address span{color:#fff; font-size: 16px;margin-bottom: 20px; display: block; line-height: 26px;}
.contact_detail ul li {display: inline-block; margin-right: 25px; color: #fff;  margin-bottom: 10px;}
.contact_detail ul li i{display: inline-block; margin-right: 8px; color: #fff; }
.contact_detail .button { display: inline-block; margin-top: 30px;}
.contact_detail .button img{ margin-bottom: 0px;}

.maped_detail p i{vertical-align: 12px; text-align: center; color: #fff; width:45px; height: 45px; line-height: 45px; display: inline-block; margin-right: 10px; color: #fff; font-size: 18px;border-radius: 50%; border: 1px solid #fff;  }
.maped_detail.contact_detail .address span{ display: inline-block;width: 80%;}
.maped_detail span cite { display: block; font-size: 16px; font-weight: 600; margin-bottom: 15px;}
.maped_detail span strong{ font-weight: 300; font-size: 30px; }
.maped_detail.contact_detail .address {padding: 21px 35px;}
.maped_detail.contact_detail .address.pink  {background: #06bdff; padding: 21px 22px;}


.contact_wrap {margin: 80px 0px;}
.contact_wrap ul{list-style-type:none;list-style-position:outside;margin:0px;}
.contact_wrap ul li{color:#888;clear:both;display:block;position:relative;padding:11px 0px 11px 23px;border-bottom:1px solid #e5e5e5;}
.contact_wrap ul li:first-child{padding-top:0;}
.contact_wrap ul li:last-child{border-bottom:none;}
.contact_wrap ul li ul{padding-left:0px;}
.contact_wrap ul li a{color:#4d4d4d;}
.contact_wrap ul li:before {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    font-size: 14px; margin-right: 10px;}

.contact_wrap form input[type="text"] { border: 0px; border-bottom:1px solid #d6d6d6;padding: 10px 0 15px;display: block;margin-bottom: 40px;width: 100%;-webkit-appearance: none;-webkit-border-radius: 0px;}
.contact_wrap form textarea{ resize: none; border: 0px; border-bottom:1px solid #d6d6d6;padding: 10px 0 15px;display: block;margin-bottom: 40px;width: 100%;-webkit-appearance: none;-webkit-border-radius: 0px;}
.contact_wrap form input[type="submit"] {    margin-left: 15px;}



/*------------------------------------------------------------------
    25- Gallery
-------------------------------------------------------------------*/

.my-selector { text-align: center; margin-bottom: 60px;}
.my-selector  a {font-size: 14px; font-weight: 600; color: #444444;border: 1px solid rgba(0,0,0,0); display: inline-block; padding:8px 14px; margin: 0px 15px;}
.my-selector  a:hover, .my-selector  a.selected { color: #0446d2; border: 1px solid #eeeeee;}

.item_inner.item_inner { position: relative; overflow: hidden; margin-bottom: 30px; }
.item_inner img{float:left; width: 100%; }

.item_inner .overlay { visibility: hidden; -ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;  background: rgba(51,185,215,.7); position: absolute;top: 0px; left: 0px; width: 100%; height: 100%; text-align: center; line-height: 400px;  }
.project_two .item_inner .overlay {line-height: 0px;}
.item_inner .overlay > a { position: absolute;top: -30px;left: 50%;margin-left: -10px;-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;  }
.item_inner .overlay > a i {color: #fff;    font-size: 21px;}
.item_inner .overlay h5 a { color: #fff; font-size: 16px; font-weight: 600; }

.item_inner:hover .overlay { visibility: visible; }
.item_inner:hover .overlay > a { top: 45%; }


.project_two ul li.item { width: 20%; float: left; }
.project_two ul li.item .item_inner{margin-bottom: -4px;}

/*------------------------------------------------------------------
    26- Error
-------------------------------------------------------------------*/

.error_page {text-align: center; margin-bottom: 100px;}
.error_page img{margin-bottom: 50px; max-width: 100%;}


/*------------------------------------------------------------------
    27- Footer
-------------------------------------------------------------------*/

footer {background: #001a20;}

.footer_detail {background: #00232b; padding: 70px; text-align: center;}
.footer_detail > a > img { margin-bottom: 25px; }
.footer_detail p {color: #cccccc; line-height: 26px;}
.footer_detail span { font-size: 16px; color: #fff; margin-bottom: 50px; display: block; line-height: 26px;}
.footer_detail hr {border:1px dotted rgba(255, 255, 255, 0.45);}
.footer_detail ul li {display: inline-block; margin-right: 25px; color: #fff; margin-bottom: 50px; }
.footer_detail ul li i{display: inline-block; margin-right: 8px; color: #0446d2; }
.footer_detail .button img{ margin-bottom: 0px;}

.footer_widget {margin-top: 65px;}
.footer_widget h4 {font-weight: 600; color: #fff; margin-bottom: 25px;font-size: 16px;}
.footer_widget h4:after {content:'';width: 30px; height: 2px; background: #06bdff; display: block; margin-top: 5px;}

.footer_widget ul li {margin-bottom: 10px;}
.footer_widget ul li a {color: #cccccc; }
.footer_widget p{color: #cccccc; }

.footer_widget .social a{width: 36px; height: 36px; color: #b8bbbc; line-height: 36px; text-align: center; border: 1px solid #b8bbbc; border-radius: 50%; margin-right: 10px; display: inline-block; }
.footer_widget .social a:hover { border: 0px;background: #06bdff;}
.footer_bottom p {color: #cccccc; line-height: 90px;}

footer.hp5 {background-color: #0e1629;}
footer.hp5 .footer_detail {background-color: #121d35;}
footer.hp5 .button {background-color: #5787f2;}
footer.hp5 .footer_widget h4:after {background-color: #cccccc;}
footer.hp5 .footer_widget .social a:hover {background-color: #5787f2}
footer.hp5 .footer_bottom p {text-align: right;padding-right: 65px;}
footer.hp5 .footer_detail ul li i {color: #fff;}
.cd-top.st2 {background-color: #5787f2;}
/****************************************************************************
    28- Shop
****************************************************************************/
.shop img {min-height: 150px;max-width: 80%;}
.shop_wrap .heading:after{ display: none;}
.shop_wrap .heading { border-bottom: 1px solid #dddddd; margin-bottom: 45px; padding-bottom: 33px; }
.shop_wrap .heading form{ float: right;}
.shop_wrap .heading select{color: #888888; font-size: 13px; background: #f7f7f7; border: 0px; padding: 10px 20px; width: 240px; }

.shop {border: 1px solid #eeeeee; text-align: center; padding:35px 20px; margin-bottom: 20px;    min-height: 380px;}
.shop figure {margin-bottom: 20px;}
.shop h5 {margin-bottom: 20px;}
.shop h5 a {font-size: 14px; color: #444444; font-weight: 600;}
.shop span {margin-bottom: 20px; color: #0446d2; font-size: 14px; display:block; font-weight: bold;}
.shop .button {border-color: #cccccc; color: #444444; display: inline-block; font-size: 12px;}
.shop .button:hover, .shop:hover .button {background: #06bdff; color: #fff; border-color: #06bdff;}
.shop:hover {box-shadow: 0px 0px 19px -2px #ccc;}

div#slider-range {margin-bottom: 30px;}
div#slider-range span { border: 0px; border-radius: 50%; width: 25px; height: 25px; top: -8px; background: #0446d2; box-shadow: 0px 0px 14px 4px #dadada;}
div#slider-range span:after {content: '';background: #fff;width: 17px;height: 17px;display: block;border-radius: 50%;position: absolute;top: 4px;left: 4px;}

.range p {float: right;margin-top: 6px;color: #444444;}
.range p input {width: 96px;padding: 0px;border: 0px;}
.range .button {padding: 9px 13px; border-color: #cccccc; color: #444444; display: inline-block; font-size: 12px;}
.range .button:hover {background: #06bdff; color: #fff; border-color: #06bdff;}


.recent_post.best_seller ul li img {border: 1px solid #d4d4d4;padding: 13px;width: 88px;height: 80px;}
.recent_post.best_seller ul li p {font-size: 14px;}
.recent_post.best_seller ul li span {font-size: 14px;}
.recent_post.best_seller ul li {margin-bottom: 15px;}


.shop_cates li a{background: none !important; color: #444444 !important;}
.shop_cates li div {background: #f7f7f7; padding: 30px; margin: 5px 0; }
.shop_cates li div a  {border: 0px ; padding: 0px; font-size: 14px; color: #444444; font-weight: 300; display: block; margin-bottom: 8px; }
.shop_cates li div a  i{color: #06bdff; margin-right: 10px; }
.shop_cates li div h3  {color: #0446d2; font-size: 14px; font-weight: 600; margin-bottom: 20px; }

.shop_wrap .heading a { border-radius: 4px; background: #0446d2;height: 38px;display: inline-block;vertical-align: middle;width: 38px;text-align: center;line-height: 38px;color: #fff;}
.shop_wrap .heading a i {font-size: 21px;vertical-align: middle;}


/****************************************************************************
    29- Shop Single
****************************************************************************/

.shop_wrap .star i {color: #0446d2; }

.shop_wrap .star span {margin-left: 12px; font-size: 14px; color: #888888; font-weight: 300; }

.shop_wrap .star {margin-top: 10px; }

.shop_wrap .price p {font-size: 18px; color: #cccccc; }

.shop_wrap .price {margin-bottom: 30px;}
.shop_wrap .price p strong {color: #06bdff; font-size: 24px; font-weight: 600; }
.shop_detail p { color:#888888; margin-bottom:35px;}
.shop_detail .qnt p input {margin-left: 15px; width: 74px; background: #f7f7f7; border: 0px; height: 35px; }

.shop_detail .qnt p a {float: right; display: inline-block; margin-top: -10px; }

.shop_tabs {border: 0px !important; margin-bottom: 30px; }

.shop_tabs ul {background: none; border: 0px; }

.shop_tabs ul li a {background: none !important; color: #888888 !important; font-weight: 600; border: 0px !important; font-size: 18px; }

.shop_tabs ul li {background: none !important; border: 0px !important; }

.shop_tabs ul li.ui-state-active a:after {content: ''; background: #06bdff; width: 28px; height: 3px; display: block; margin-top: 4px; }

.shop_tabs ul li.ui-state-active a {color: #000 !important; }
.shop_tabs ul li a:focus {outline: 0px !important;}

.heading_wrap {padding: 35px 0px; text-align: center; background: #f8f8f8; margin-bottom: 20px;}
.heading_wrap .heading:after {margin: 0 auto; display: block; }
.heading_wrap .heading {border: 0px; padding: 0px; margin: 0px;}



/****************************************************************************
    30- Dental Home
****************************************************************************/

.about_imod_two {background: none; padding-bottom: 0px;}
.about_imod_two ul {margin-top: 30px; margin-bottom: 30px;}
.about_imod_two ul li{color: #444444; line-height: 36px;}
.about_imod_two ul li i{margin-right: 10px; color: #000;}

.services_three {background: #f8f8f8; padding: 80px 0;}
.services_three .service {background: #fff;}

.cases_wrap {background: #f8f8f8; padding: 80px 0; }

.cases_wrap .heading {text-align: center; margin-bottom: 60px; }
.cases_wrap .heading:after {margin: 3px auto; }

.cases_wrap h4 {margin-bottom: 30px; color: #444444; font-size: 18px; font-weight: 600; }

.cases_wrap .owl-nav {display: none; }

.cases_wrap .owl-dots {margin: 20px 0px 0px; text-align: center;}
.cases_wrap .owl-dots .active{background: #06bdff;}
.cases_wrap .owl-dots div {background: #a0a0a0;width: 6px;height: 6px;display: inline-block;margin: 0px 2px;border-radius: 50%;}

.cases_wrap .button {display: inline-block;}
.cases_wrap ul {margin-top: 30px; margin-bottom: 30px;}
.cases_wrap ul li{color: #444444; line-height: 36px;}
.cases_wrap ul li i{margin-right: 10px; color: #000;}

input.button {border: 0px;}

.appointment_wrap {background: url("http://via.placeholder.com/1900x608") no-repeat; background-size: 100% 100%;}
.appointment_wrap .inner_appointments{ background: rgba(47, 192, 223, 0.88); }
.inner_appointments .heading {padding: 80px 0px 0;}
.inner_appointments .heading h3, .inner_appointments .heading p, .appointment_wrap p {color: #fff;}
.doctor_img img { margin-top: -17px;margin-bottom: -6px;}


.testi_three h4 { margin-top: 30px;}
.testi_three h4 span{ display: block; font-size: 12px; color: #888888;}
.testi_three .heading {
    text-align: center; margin-bottom: 60px;
}

.testi_three p {font-style: italic;}
.testi_three .heading:after {
    margin: 3px auto;
}

.why_us #accordion h3  { color: #444444;font-size: 18px; margin-bottom: 20px; cursor: pointer;}
.why_us #accordion h3 a { color: #444444;}
.why_us #accordion h3 a:focus {outline: none;}
.why_us #accordion h3:focus {outline: none;}
.why_us #accordion p { margin-bottom: 30px;}
.why_us #accordion div { height: auto !important; }
.why_us img {width: 100%; margin-bottom: 20px;}

/****************************************************************************
    31- Isotops ON Portfolio Section
****************************************************************************/
/**** Isotope Filtering ****/

.isotope-item {z-index: 2; }

.isotope-hidden.isotope-item {pointer-events: none; z-index: 1; }

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {-webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }

.isotope {-webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }

.isotope .isotope-item {-webkit-transition-property: -webkit-transform, opacity; -moz-transition-property:    -moz-transform, opacity; -ms-transition-property:     -ms-transform, opacity; -o-transition-property:      -o-transform, opacity; transition-property:         transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {-webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }




/*------------------------------------------------------------------
    32- Paper Work
-------------------------------------------------------------------*/
.paper p {margin-bottom: 30px; font-size: 17px; line-height: 30px; }

.paper ol li {font: 400 14px 'Poppins', arial, sans-serif; line-height: 26px; color: #888888; margin-bottom: 11px; list-style-type: disc; }

.paper ol {margin-left: 14px; margin-bottom: 30px; }
.paper a {display: block; margin-bottom: 20px; }


/*------------------------------------------------------------------
    33- Hover Effects
-------------------------------------------------------------------*/

.tool figure, .ser_inner figure  {overflow: hidden;}
.tool figure img, .ser_inner figure img  {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;}
.tool:hover img, .service:hover figure img {-webkit-transform: scale(1.3);  -ms-transform: scale(1.1);  transform: scale(1.3);}

.news figure, .team figure {overflow: hidden;}
.news figure img, .team figure img {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;}
.news:hover figure img, .team figure:hover img {-webkit-transform: scale(1.3);  -ms-transform: scale(1.1);  transform: scale(1.3);}

.news_two figure {overflow: hidden;}
.news_two figure img {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;}
.news_two:hover img {-webkit-transform: scale(1.3);  -ms-transform: scale(1.1);  transform: scale(1.3);}

.projects figure {overflow: hidden;}
.projects figure img {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;}
.projects:hover img {-webkit-transform: scale(1.3);  -ms-transform: scale(1.1);  transform: scale(1.3);}

.intro_box figure, .award figure {overflow: hidden;}
.intro_box figure img, .award figure img {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;}
.intro_box .animated:hover img, .award:hover figure img {-webkit-transform: scale(1.3);  -ms-transform: scale(1.1);  transform: scale(1.3);}

.testi_d > a {overflow: hidden;}
.stat img, .testi_d > a img {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;}
.stat:hover img, .testi_d:hover > a img{-webkit-transform: scale(1.1);  -ms-transform: scale(1.1);  transform: scale(1.1);}
.testi_d > a img {width: 100%;height: 100%;object-fit: cover;}
.feature i, .department ul li a i, .service .detail i, .single_serv img  {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;}
.feature:hover i, .department ul li:hover a i, .service:hover .detail i, .single_serv .ser:hover img{color: #fff;-webkit-transform: rotate(360deg);  transform: rotate(360deg); }

.feature_two .feature figure img, .services_two .service i  {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;}
.feature_two .feature:hover figure img, .services_two .service:hover i{color: #fff;-webkit-transform: rotate(30deg);  transform: rotate(30deg); }






/* =============== HOMEPAGE 5 ================= */

.clinic-info {padding: 90px 0; }
.cl-info {float: left; width: 100%; }
.cl-info h2 {color: #444444; font-size: 36px; font-weight: 600; }
.cl-info h2 span {color: #5787f2; }
.cl-info h4 {color: #444444; font-size: 16px; font-weight: 600; position: relative; padding-bottom: 25px; margin-bottom: 40px; }
.cl-info h4:before {content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background-color: #dddddd; }
.cl-info p {line-height: 26px; margin-bottom: 25px; }
.cl-info p:last-of-type {margin-bottom: 0; }
.clinic-img {float: left; width: 100%; padding-left: 20px; }
.clinic-img img {width: 100%; height: 100%; object-fit: cover; }


/* ================ practice-section ============== */

.practice-section {background-color: #f7f7f7; padding: 90px 0; }
.title {float: left; width: 100%; text-align: center; margin-bottom: 60px; position: relative; padding-bottom: 30px; }
.title:before {content: ''; position: absolute; bottom: 0; left: 50%; width: 50px; height: 2px; background-color: #dddddd; transform: translateX(-50%); }
.title h2 {color: #444444; font-size: 36px; font-weight: 600; margin-bottom: 5px; }
.title h2 span {color: #5787f2; }

/* ============ practice-details ============ */

.practice-details {float: left; width: 100%; }
.practice-bar {float: left; width: 100%; background-color: #fff; padding: 50px 20px; }
.practice-bar figure {height: 81px; margin-bottom: 15px; float: left; width: 100%; }
.practice-bar figure .icon_img {width: 70px; height: 81px; float: left; background-repeat: no-repeat; }
.icon1 {background-image: url(../image/icon1.png); }
.icon2 {background-image: url(../image/icon2.png); }
.icon3 {background-image: url(../image/icon3.png); margin-top: 10px; }
.icon4 {background-image: url(../image/icon4.png); }
.practice-bar figure i {color: #5787f2; font-size: 70px; }
.practice-bar img {}
.practice-bar h3 {color: #444444; font-size: 18px; font-weight: 600; text-transform: uppercase; margin-bottom: 20px; }
.practice-bar ul {float: left; width: 100%; }
.practice-bar ul li {float: left; width: 100%; margin-bottom: 10px; }
.practice-bar ul li a:before {content: '\f061'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; top: 50%; left: 0; font-size: 12px; color: #5787f2; transform: translateY(-50%); }
.practice-bar ul li a {color: #888888; font-size: 14px; font-weight: 500; padding-left: 20px; position: relative; }

/* ============== Doctors Sec ================ */

.doctors-sec {background-color: #15213d; padding: 100px 0; }
.title.white h2 {color: #fff; line-height: 42px; }
.title.white p {color: #676e81; }
.doctors-sec .title {float: none; }
.docy-sec {float: left; width: 100%; padding: 0 195px; }
.doc-sec {float: left; width: 100%; position: relative; box-shadow: 0 10px 10px rgba(0,0,0,0.10); margin-bottom: -150px; }
.doc-sec:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.20); }
.doc-sec > img {width: 100%; float: left; }
.doc-sec > a {position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
#html5-watermark{display:none!important}
#html5lightbox-web-iframe img{float:none}


/* =============== features-sec ===============  */

.features-sec {padding: 190px 0 0 0; background-color: #fff; }
.features-list {float: left; width: 100%; padding-top: 100px; }
.features-list.right {text-align: right; }
.features-list.left {text-align: left; }
.features-list.right .featur {padding-right: 35px; }
.features-list.left .featur {padding-left: 35px; }
.featur {float: left; width: 100%; position: relative; padding-bottom: 25px; margin-bottom: 30px; }
.featur:last-child {margin-bottom: 0; }
.features-list.right .featur:before {right: 35px; }
.features-list.right .featur:after {right: 0; }
.features-list.left .featur:before {left: 35px; }
.features-list.left .featur:after {left: 0; }
.featur:before {content: ''; position: absolute; bottom: 0; width: 20px; height: 2px; background-color: #dddddd; }
.featur:after {content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; top: 0; color: #5787f2; font-size: 24px; }
.featur h3 {color: #444444; font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.nurse-img {float: left; width: 100%; }
.nurse-img img {width: 100%; float: left; }


/* ================ surgeons-sec =============== */

.team_wrap.st2 .team figure .innner_lay {
    background-color: rgba(87,135,242,0.80);
}
.team_wrap.st2 .team:hover .details {background: #fff; }
.team_wrap.st2 .team {margin-bottom: 0;}
.team_wrap.st2 {padding-bottom: 100px;margin-bottom: 0;}
.team_wrap.st2 .team .details span {color: #888888;} 
.promotion.st2 .inner_promotion {background: rgba(255,82,68,0.90);}
.promotion.st2 .button {background-color: #fff;color: #333333}
.promotion.st2.section_margin {margin-bottom: 0;}


.testi_three.st2.section_margin {margin-bottom: 0;}

.testi_three.st2 {background-color: #15213d;padding: 100px 0;}
.testi_three.st2 .heading h3 {color: #fff;}
.testi_three.st2 .heading p {color: #fff;padding-bottom: 20px;}
.testi_three.st2 .heading:after {background: #5787f2;width: 50px;} 

.testi_three.st2  p {color: #cccccc;font-style: italic;position: relative;padding-bottom: 30px}
.testi_three.st2  p:before {content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background-color: #5787f2; }
.heading p:before {display: none;}
.testi_three.st2 h4 {color: #676e81;}
.news_wrap.st2 {background: #fff; }
.news_wrap.st2 .news .detail {padding: 40px 0 0 0; }
.news_wrap.st2 .meta ul li a,.news_wrap.st2 .meta ul li span {text-transform: uppercase;font-size: 12px;color: #5787f2;font-weight: 500;}
.news_wrap.st2 .meta ul {margin-bottom: 15px;}
.news_wrap.st2 .news {margin-bottom: 0;}

/* =============== form-sec ================= */

.form-sec {background-color: #f8f8f8; }

.title.ta-left {float: left;text-align: left;}
.title.ta-left:before {left: 0;transform: translateX(0);}

.forms-fiedls {float: left; width: 100%; }
.forms-fiedls form {float: left; width: 100%; }
.forms-fiedls form input {height: 45px; padding: 0 20px; }
.forms-fiedls form textarea {height: 105px; padding: 20px; }
.forms-fiedls form select {height: 45px; }
.forms-fiedls form select {padding: 0 15px; }
.forms-fiedls form input,
.forms-fiedls form select,
.forms-fiedls form textarea {width: 100%; float: left; background-color: #fff; color: #888888; font-size: 13px; text-transform: capitalize; margin-bottom: 20px; border: 0; border-radius: 3px; }
.forms-fiedls form button {color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 600; background-color: #5787f2; padding: 17px 20px 15px 20px; border: 0; line-height: 14px; margin-top: 5px; }
.forms-fiedls form span {color: #000000; font-size: 18px; font-weight: 400; padding-top: 10px; float: left; margin-top: 5px; }
.forms-fiedls form span strong {font-weight: 600; }
.cntct-form {float: left; width: 100%; padding-top: 100px; }


/* ============ filter-section ============= */

.filter-section {background-color: #fff; padding: 100px 0; }
.filter-gallery {float: left; width: 100%; }
.options {float: left; width: 100%; margin-bottom: 40px; text-align: center; }
.options ul li {display: inline-block; padding: 0 17px; }
.options ul li a {color: #888888; font-size: 14px; font-weight: 600; text-transform: uppercase; }
.options ul li.active a {color: #5787f2; }
.masonary2 {float: left; width: 100%; }
.masonary2 img {width: 100%; }

/* ===============================================================
    Twenty Twenty
================================================================*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after{
  content:" ";
  display:block;
  background:white;
  position:absolute;
  z-index:30;
  -webkit-box-shadow:0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow:0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow:0px 0px 12px rgba(51, 51, 51, 0.5)}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
  width:3px;
  height:9999px;
  left:50%;
  margin-left:-1.5px}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after{
  width:9999px;
  height:3px;
  top:50%;
  margin-top:-1.5px}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay{
  position:absolute;
  top:0;
  width:100%;
  height:100%}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay{
  -webkit-transition-duration:0.5s;
  -moz-transition-duration:0.5s;
  transition-duration:0.5s}

.twentytwenty-before-label, .twentytwenty-after-label{
  -webkit-transition-property:opacity;
  -moz-transition-property:opacity;
  transition-property:opacity}

.twentytwenty-before-label:before, .twentytwenty-after-label:before{
  color:white;
  font-size:13px;
  letter-spacing:0.1em}

.twentytwenty-before-label:before, .twentytwenty-after-label:before{
  position:absolute;
  background:rgba(255, 255, 255, 0.2);
  line-height:38px;
  padding:0 20px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before{
  top:50%;
  margin-top:-19px}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before{
  left:50%;
  margin-left:-45px;
  text-align:center;
  width:90px}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow{
  width:0;
  height:0;
  border:6px inset transparent;
  position:absolute}

.twentytwenty-left-arrow, .twentytwenty-right-arrow{
  top:50%;
  margin-top:-6px}

.twentytwenty-up-arrow, .twentytwenty-down-arrow{
  left:50%;
  margin-left:-6px}

.twentytwenty-container{
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  z-index:0;
  overflow:hidden;
  position:relative;
  -webkit-user-select:none;
  -moz-user-select:none}
  .twentytwenty-container img{
    max-width:100%;
    position:absolute;
    top:0;
    display:block}
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay{
    background:rgba(0, 0, 0, 0)}
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label{
      opacity:0}
  .twentytwenty-container *{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box}

.twentytwenty-before-label{
  opacity:0}
  .twentytwenty-before-label:before{
    content:"Before"}

.twentytwenty-after-label{
  opacity:0}
  .twentytwenty-after-label:before{
    content:"After"}

.twentytwenty-horizontal .twentytwenty-before-label:before{
  left:10px}

.twentytwenty-horizontal .twentytwenty-after-label:before{
  right:10px}

.twentytwenty-vertical .twentytwenty-before-label:before{
  top:10px}

.twentytwenty-vertical .twentytwenty-after-label:before{
  bottom:10px}

.twentytwenty-overlay{
  -webkit-transition-property:background;
  -moz-transition-property:background;
  transition-property:background;
  background:rgba(0, 0, 0, 0);
  z-index:25}
  .twentytwenty-overlay:hover{
    background:rgba(0, 0, 0, 0.5)}
    .twentytwenty-overlay:hover .twentytwenty-after-label{
      opacity:1}
    .twentytwenty-overlay:hover .twentytwenty-before-label{
      opacity:1}

.twentytwenty-before{
  z-index:20}

.twentytwenty-after{
  z-index:10}

.twentytwenty-handle{
  height:38px;
  width:38px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-22px;
  margin-top:-22px;
  border:3px solid white;
  -webkit-border-radius:1000px;
  -moz-border-radius:1000px;
  border-radius:1000px;
  -webkit-box-shadow:0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow:0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow:0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index:40;
  cursor:pointer}

.twentytwenty-horizontal .twentytwenty-handle:before{
  bottom:50%;
  margin-bottom:22px;
  -webkit-box-shadow:0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow:0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow:0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5)}
.twentytwenty-horizontal .twentytwenty-handle:after{
  top:50%;
  margin-top:22px;
  -webkit-box-shadow:0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow:0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow:0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5)}

.twentytwenty-vertical .twentytwenty-handle:before{
  left:50%;
  margin-left:22px;
  -webkit-box-shadow:3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow:3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow:3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5)}
.twentytwenty-vertical .twentytwenty-handle:after{
  right:50%;
  margin-right:22px;
  -webkit-box-shadow:-3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow:-3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow:-3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5)}

.twentytwenty-left-arrow{
  border-right:6px solid white;
  left:50%;
  margin-left:-17px}

.twentytwenty-right-arrow{
  border-left:6px solid white;
  right:50%;
  margin-right:-17px}

.twentytwenty-up-arrow{
  border-bottom:6px solid white;
  top:50%;
  margin-top:-17px}

.twentytwenty-down-arrow{
  border-top:6px solid white;
  bottom:50%;
  margin-bottom:-17px}




.testimonial-img {float: left; width: 100%; }
.twentytwenty-container {float: left; width: 100%; }
.bfr-slider {float: left; width: 100%; padding: 0 115px; }
.bfr-slider #container1 {float: left; width: 100%; }
.bfr-text {float: left; width: 100%; text-align: center; padding-top: 40px; padding-bottom: 100px; }
.bfr-text h3 {color: #444444; font-size: 16px; font-weight: 700; text-transform: capitalize; letter-spacing: 0.6px; margin-bottom: 15px; }
.bfr-text p {color: #444444; font-size: 14px; line-height: 26px; font-weight: 400; }
.before-carousel {float: left; width: 100%; }
.alert {padding: 20px; margin-bottom:10px; }
.alert-danger {background: #f2dede none repeat scroll 0 0; color: #C04442; }
.alert-success {background: #DFF0D8 none repeat scroll 0 0; color: #5B763D; }

.row {margin: 0;}


/* ============== HOEMPAGE 6 ============== */


header.hp6 {
    float: left;
    width: 100%;
}
.top-bar {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
}
.social_links {
    float: left;
    widows: 250px;
    margin-top: 5px;
}
.social_links ul li {
    display: inline-block;
    padding: 0 13px;
}
.social_links ul li a {
    display: inline-block;
}

/* ============= address-info ============= */

.address-info {
    float: left;
    padding-left: 100px;
    margin-top: 5px;
}
.address-info ul li {
    display: inline-block;
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    margin-right: 50px;
}
.address-info ul li strong {
    font-weight: 500;
}

/* ============== appointment-lnk ============= */

.appointment-lnk {
    float: right;
}
.appointment-lnk a {
    display: inline-block;
    color: #fffefe;
    font-size: 15px;
    font-weight: 400;
    background-color: #1f1f1f;
    height: 35px;
    padding: 0 27px;
    line-height: 35px;
}


/* ============== Bottom header ============== */

.botom-bar {
    float: left;
    width: 100%;
    background-color: #8f66f0;
}
.bottom-header {
    float: left;
    width: 100%;
    position: relative;
}
.bottom-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 30%;
    height: 100%;
    background-color: #fff;
}
.bt_logo {
    float: left;
    background-color: #fff;
    width: 235px;
    padding-top: 4px;
    position: relative;
    padding-bottom: 9px;
}
.bt_logo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 87%;
    width: 65px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: skewX(-37deg);
    -moz-transform: skewX(-37deg);
    -ms-transform: skewX(-37deg);
    -o-transform: skewX(-37deg);
    transform: skewX(-37deg);
}
.hp6-nav {
    float: left;
    padding-left: 80px;
}
.hp6-nav ul li {
    display: inline-block;
    padding: 0;
}
.hp6-nav > ul > li > a {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 20px;
    position: relative;
}
.hp6-nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #8f66f0;
    z-index: 99;
}
.hp6-nav ul ul li {
    background-color: #8f66f0;
    padding: 10px;
}
.hp6-nav ul ul li {
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.search-btn {
    float: right;
    margin-top: 14px;
}
.search-btn a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

/* ============== mobile-menu-btn ============== */

.mobile-menu-btn {
    float: right;
    padding-left: 25px;
}
.mobile-menu-btn > a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}


/* =============== responsive-mobile-menuu ================ */

.responsive-mobile-menuu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #8f66f0;
    padding: 50px 30px;
    z-index: 0;
    overflow:auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.responsive-mobile-menuu.active {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.responsive-mobile-menuu ul ul {
    display: none;
    float: left;
    width: 100%;
    padding: 20px 15px 0 15px;
}
.responsive-mobile-menuu ul ul li {
    margin-bottom: 15px;
    padding: 0;
}
.responsive-mobile-menuu ul ul li:last-child {
    padding-bottom: 0;
}
.responsive-mobile-menuu ul ul li a {
    font-size: 14px;
}
.responsive-mobile-menuu ul li {
    float: left;
    width: 100%;
    padding: 15px 0;
    position: relative;
}


.responsive-mobile-menuu ul li a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.responsive-mobile-menuu ul li a:before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.responsive-mobile-menuu ul li.menu-item-has-children > a:before {
    opacity: 1;
    visibility: visible;    
}
.close-menu {
    float: right;
    color: #fff;
    font-size: 40px;
}
.close-menu:hover {
    color: #fff;
}


/* ================ pt-services =============== */

.pt-services {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.pt-services-details {
    float: left;
    width: 100%;
}
.pt-service {
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 30px 0;
}
.pt-service:hover {
    background-color: #8f66f0;
}
.pt-service:hover .ico-hid {
    display: none;
}
.pt-service:hover .icon-vis {
    display: inline-block !important;
}
.icon-vis {
    display: none !important;
}
.pt-service:hover h3 {
    color: #fff;
}
.pt-service:hover p {
    color: #fff;
}
.pt-service img {
    margin-bottom: 40px;
    display: inline-block;
    text-align: center;
}
.pt-service h3 {
    color: #121212;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.pt-service p {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
}


/* ============== about-st6 ============== */

.about-st6 {
    float: left;
    width: 100%;
    background-image: url(../image/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 75px 0;
}
.about-us-prop {
    float: left;
    width: 100%;
}
.title2 {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.title2 h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.title2 h2 span {
    color: #5215e3;
}
.title2 p {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.props-links {
    float: left;
    width: 100%;
    margin-bottom: -50px;
}
.props-links li {
    float: left;
    width: 50%;
    display: table;
    margin-bottom: 50px;
}
.props-links li img {
    display: table-cell;
}
.props-links li span {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
}



/* =============== our-services-hp6 =============== */

.our-services-hp6 {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.heading2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.heading2 h3 {
    color: #010101;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.heading2 p {
    color: #606060;
    font-size: 14px;
}
.divider {
    width: 330px;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}
.divider:before {
    left: 0;
}
.divider:after {
    right: 0;
}
.divider:before,
.divider:after {
    content: '';
    position: absolute;
    top: 12px;
    width: 140px;
    height: 1px;
    background-color: #cccccc;
}
.divider img {
    float: none;
}


/* ============== our-services-details ============= */


.our-services-details {
    float: left;
    width: 100%;
}
.our-service-list {
    float: left;
    width: 100%;
}
.service-info {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.service-info i {
    color: #606060;
    font-size: 32px;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border: 1px solid #9771f1;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 18px;
}
.service-info h3 {
    color: #505050;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
}
.service-info p {
    color: #606060;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 30px;
}

.service-img {
    float: left;
    width: 100%;
    text-align: center;
}
.service-img img {
    float: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* =============== counter-section ============== */

.counter-section {
    float: left;
    width: 100%;
    background-image: url(../image/counter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    position: relative;
    background-attachment: fixed;
}
.counter-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9873f0;
    opacity: 0.9;
}
.counter-item {
    float: left;
    width: 100%;
    float: left;
}
.counter-icon {
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100px;
    line-height: 70px;
    color: #ffffff;
    font-size: 30px;
    margin-top: 8px;
}
.counter-info {
    float: left;
    padding-left: 30px;
}
.counter-info h3 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.counter-info h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}


/* ================= why-choose-us ================ */

.why-choose-us {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
}
.choose-img {
    float: left;
    width: 100%;
}
.choose-img img {
    width: 100%;
}
.choose-us {
    float: left;
    width: 100%;
}
.ch-title {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.ch-title h3 {
    color: #121212;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.ch-title p {
    color: #737373;
    font-size: 14px;
}


/* ================ Toggle Choose Us =============== */


.toggle {
    float: left;
    width: 100%;
}
.toggle-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.toggle-item.activate {
    margin-bottom: 0;
}
.toggle-item h2 {
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border: 1px solid #c1c1c1;
    position: relative;
    cursor: pointer;
}
.toggle-item h2:before {
    content: '\f0a5';
    position: absolute;
    top: 6px;
    right: 18px;
    font-family: 'icofont';
    color: #f75252;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    background-color: #e2e1e1;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
}
.toggle-item h2.active:before {
    content: '\f074';
}
.content {
    float: left;
    width: 100%;
    padding: 15px 10px;
}



/* =============== latest-news-section ============== */

.latest-news-section {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 80px 0;
}
.heading3 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.heading3 h3 {
    color: #222222;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.heading3 h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 2px;
    background-color: #222222;
}
.heading3 p {
    color: #626262;
    font-size: 14px;
    line-height: 22px;
}


/* ================ blog-posts-sec =============== */

.blog-posts-sec {
    float: left;
    width: 100%;
}
.blog_post {
    float: left;
    width: 100%;
}
.blog_img {
    float: left;
    width: 100%;
    position: relative;
}
.blog_img img {
    width: 100%;
    float: left;
}
.post-date {
    width: 58px;
    padding: 10px 0;
    background-color: #8f66f0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 1px;
}
.blog-info {
    float: left;
    width: 100%;
    padding-top: 20px;  
}
.blog-info h3 {
    color: #141414;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;    
}
.blog-info > span {
    float: left;
    color: #2d2d2d;
    font-size: 12px;
    margin-bottom: 10px;
}
.blog-info > p {
    float: left;
    width: 100%;
    color: #535353;
    font-size: 14px;
    padding-bottom: 25px;
}

.post-links {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.post-links > ul {
    float: left;
}
.post-links ul li {
    display: inline-block;
    margin-right: 15px;
}
.post-links ul li:last-child {
    margin-right: 0;
}
.post-links ul li i {
    color: #8f66f0;
    font-size: 14px;
}
.post-links ul li span,
.post-links ul li a {
    display: inline-block;
    color: #6f6f6f;
    font-size: 14px;
    padding-left: 10px;
}

.post-links > a {
    float: right;
    color: #8f66f0;
    font-size: 14px;
    font-weight: 400;
}
.post-links > a i {
    padding-left: 10px;
    font-size: 16px;
}



/* ================ client-reviews-sec ============== */


.client-reviews-sec {
    float: left;
    width: 100%;
    background-image: url(../image/client-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.client-review-carousel {
    float: left;
    width: 100%;
    text-align: center;
}
.review-slide {
    float: left;
    width: 100%;
    padding: 0 150px;
}
.review-slide p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.reviewer-info {
    width: 300px;
    margin: 0 auto;
    display: table;
    padding-left: 50px;
}
.reviewer-info img {
    display: table-cell;
}
.reviewer-nm {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: left;
}
.reviewer-nm h3 {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.reviewer-nm h4 {
    color: #262626;
    font-size: 12px;
    text-transform: uppercase;
}
.client-review-carousel .reviewer-info img {
    display: inline-block !important;
    width: 63px;
    height: 63px;
    object-fit: cover;
    border-radius: 100px;
}
.client-review-carousel .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.client-review-carousel .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.client-review-carousel .owl-dots {
    float: left;
    width: 100%;
    padding-top: 60px;
}
.client-review-carousel .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    border: 1px solid #797674;
    margin-right: 6px;
}
.client-review-carousel .owl-dot.active {
    background-color: #8f66f0;
    border-color: transparent;
}



/* ================= insta-imgs =================  */

.insta-imgs {
    float: left;
    width: 100%;
}
.insta-img {
    float: left;
    width: 20%;
}
.insta-img img {
    width: 100%;
    float: left;
}


/* =============== Footer Homepage 6 ============== */


.footer-hp6 {
    float: left;
    width: 100%;
    background-color: #fff;
}
.widget {
    float: left;
    width: 100%;
    border-right: 1px solid #b1b1b1;
    padding: 90px 0;
}
.widget-about {
    padding-right: 60px;
    padding-bottom: 144px;
}
.widget-about img {
    float: left;
    margin-bottom: 50px;
}
.widget-about p {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.widget-about > h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.widget-about form {
    float: left;
    width: 100%;
    position: relative;
}
.widget-about form input {
    width: 100%;
    height: 40px;
    color: #696969;
    font-size: 14px;
    padding: 0 20px;
}
.widget-about form button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background-color: #8f66f0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    border:0;
    text-transform: uppercase;
    line-height: 40px;
}
.widget-title {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.widget-tweets {
    padding-right: 45px;
    padding-left: 15px;
}
.widget-tweets ul {
    float: left;
    width: 100%;
}
.widget-tweets ul li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.widget-tweets ul li:last-child {
    margin-bottom: 0;
}
.widget-tweets ul li span {
    color: #444444;
    font-size: 14px;
    line-height: 24px;
}
.widget-tweets ul li a {
    display: inline-block;
    color: #8f66f0;
}
.widget-tweets ul li > b {
    float: right;
    width: 100%;
    text-align: right;
    color: #757575;
    font-size: 14px;
    margin-top: 10px;
}
.widget-guide {
    text-align: right;
}
.widget-guide ul {
    float: left;
    width: 100%;
}
.mg-btm-50 {
    margin-bottom: 50px;
}
.widget-guide ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.widget-guide ul li a,
.widget-guide ul li span {
    float: left;
    width: 100%;
    color: #444444;
    font-size: 14px;
}
.bd-none {
    border-right: none;
}


/* ============= MAIN SLIDER BANNER HOMEPAGE 6 =============== */

.main-slider.hp6 {
    float: left;
    width: 100%;
}
.main-slider.hp6 .tp-bgimg.defaultimg:before {
    display: none;
}
.hp1 {
    color: #ffffff;
    font-size: 80px;
    font-family: 'Pacifico';
    text-shadow: 0 0 10px rgba(0,0,0,0.20);
}
.hpa {
    color: #606060;
    font-size: 15px;
    font-weight: 500;
    background-color: #ffffff;
    padding: 0 25px;
    line-height: 45px;
    text-transform: capitalize;
    border-radius: 5px;
}
.hpa:hover {
    background-color: #8f66f0;
    color: #fff;
}




/* ============= bottom-strip ============= */


.bottom-strip {
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-color: #f7f7f7;
}
.bottom-strip p {
    color: #000000;
    font-size: 14px;
}
.fet_img {
    padding-top: 70px;
    padding-right: 30px;
}
.fet_img img {
    width: 100%;
}



/* ================ search-formm ================== */


.search-formm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8f66f0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.search-formm.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
}
.search-formm form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-formm form input {
    width: 100%;
    height: 50px;
    background:inherit;
    padding: 0 20px;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: none;
}
.search-formm form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #fff;
    background-color: inherit;
    border:0;
}
.form-groupp {
    float: left;
    width: 100%;
    position: relative;
}
.close-search {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border:1px solid #fff;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 70px;
    right: 50px;
}

.search-formm form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.search-formm form input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.search-formm form input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.search-formm form input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}


.responsive_nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.responsive_nav ul li:before {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}
.responsive_nav ul li.has-items:before {
    opacity: 1;
    visibility: hidden;
}
.responsive_nav ul ul {
    display: none;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.responsive_nav ul ul li a {
    padding-left: 40px;
}
.ser_inner-2 cite img{
    width:20px; 
    position: absolute;
    right: 20px;
    z-index: 9;
}
.ser_inner-2 .item{
    overflow: visible;
}
.ser_inner-2 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.ser_inner-2 .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    display: none;
}





/* ================ medical spa ================== */
@font-face {
    font-family: Britany;
    src: url("../fonts/Britany.otf") format("opentype");
}

.about_section{
    /*margin-bottom: 118px;*/
}
.about_inner{
    background-color: #f2f7fb;
    padding: 100px 0;
}
.img_border{
    border: 5px solid #06bdff;
    width: 400px;
    height: 350px;
    position: absolute;
    border-radius: 5px;
}
.about_inner .about_details{
    padding: 0 30px;
}
.about_inner .inner_wrapper img{
    padding-left: 35px;
    padding-top: 35px;
    z-index: 99999;
    position: relative;
    border-radius: 5px;
    width: 100%;
}



.about_inner p.light{
    color: #888;
    font-size: 14px;
    margin-bottom: 25px;
}
.about_inner p.dark{
    color: #222;
    font-size: 14px;
    margin-bottom: 25px;
}
.about_inner a{
    border-radius: 5px;
}
.treatment_wrap{
    background-color: #ffffff;
    position: relative;
    margin-bottom: 118px;
}
.treatment_wrap .img_wrap{
    margin-bottom: 60px;
}
.treatment_wrap .img_wrap img {
    border-radius: 100%;
    border:10px solid #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.61);
    transition: .5s;
}
.treatment_wrap .img_wrap:hover img{
    box-shadow: 0px 0px 25px 0px rgba(166,166,166,0.11);
}
.treatment_wrap .img_wrap:hover .button.pink{
    background: #0446d2;
}

.natural_product{
   background-color: transparent;
   background-image: url(../image/product-bg.jpg);
   height: 600px;
   padding-top: 120px;
   position: relative;
}

.product-heading h1,
.product-heading p{
    color: #ffffff
}
.product-heading p.light{
    margin-top: 25px;
}
.before-after-gallery{text-align: center; background-color: #ffffff;background: #ffffff;}
.treatment_wrap .img_wrap{margin-top: 20px;}
.treatment_wrap .img_wrap .button.pink{padding: 20px 85px; border-radius: 10px;}
.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
li.css a {
  border-radius: 0;
}
.flexslider ul li {
    display: inline-block;
}
.spa_options ul li{
    padding: 0;
    margin-top: 30px;
}
.spa_filter{
    padding: 0;
    text-align: center;
    margin-bottom: 118px;
    position: relative;
}
.spa_filter .heading_spa span.cursive{
    font-family: 'Britany'; 
    font-size: 72px;
    color: #0446d2; 
    font-size: 42px; 
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    opacity: .4;
}
.heading_spa.heading:after {
    margin: 0 auto;
}
.spa_testi{
    background: transparent;
    position: relative;
}
.spa_testi .testi_inner{
    background: transparent;
}
.spa_testi .testi_inner .testi_d p{
    color: #444;
    font-size: 14px;
}
.spa_testi .testi_d h4{
    color: #444;
}
.spa_testi .testi_d h4 span{
    color: #444;
}
.spa_testi .testi_d > a.spa_client{
    position: absolute;
    bottom: -40px;
    top: auto;
    left: 50%;
    margin-left: -43px;
    height: 86px;
    width: 86px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
}
.spa_testi .testi_d{
    border: 1px solid #000;
    padding: 60px 30px;
    margin-bottom: 60px;
    margin-top: 0;
    position: relative;
}
.spa_testi .testi_d h5{
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-bottom: 20px;
}
.spa_testi .testi_d h5 span{
    font-family: "Poppins";
    font-size: 12px;
    color: #444;
    margin-left: 10px;
}
.spa_testi .ser_inner-2 cite img{
    width: 30px;
    right: 30px;
    bottom: 40px;
}

.consult_wrap{
    width: 100%;
    height: auto;
    padding: 50px;
    background-color: #f2f7fb;
    border:1px solid #ddeaf5;
    border-radius: 5px;
}
.consult_wrap h1,
.consult_wrap h4{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.consult_wrap h1{
    text-transform: uppercase;
}
.consult_wrap .table-cell{
    display: table-cell;
    vertical-align: middle;
}
.consult_wrap a{
    border-radius: 5px;
    margin-top: 8px;
    float: right;
}
.consult_wrap i{
    font-size: 60px;
    color: #06bdff;
}
.partners-logos{
    margin-bottom: 118px;

}
.partner_inner{
    background-color: #f2f7fb;
    padding: 85px 0;
}
/* ================ heading spa ================== */
.heading_spa span.cursive{
    font-family: 'Britany'; 
    font-size: 72px;
    color: #0446d2;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    opacity: .4;
}
.heading_spa span.cursive.specialized{
    top: 40px;
}
.heading_spa span.cursive.treatments{
    top: 60px;
}
.heading_spa span.cursive.gallery{
    top: -30px;
    font-size: 72px;
}
.heading_spa span.cursive.patient{
    top: 50px;
}
.heading_spa h1{
    font-weight: 600; 
    color: #222; 
    z-index: 99999; 
    position: relative;
    font-size: 36px;
}
.heading.heading_spa p{
    color: #222;
}

.heading_spa.white p{
    color: #ffffff;
}
.heading_spa.white h1{
    font-weight: 600; 
    color: #ffffff; 
    z-index: 99999; 
    position: relative;
}

.heading_spa.white span.cursive{
    color: #ffffff;
    top: 70px;
}

.product_slider .owl-prev {
    position: absolute;
    left: 0;
    font-size: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product_slider .owl-next {
    position: absolute;
    left: 30px;
    font-size: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product_slider .owl-dots {
    float: left;
    width: 100%;
    padding-top: 60px;
}
.product_slider .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    border: 1px solid #797674;
    margin-right: 6px;
}
.product_slider .owl-dot.active {
    background-color: #06bdff;
    border-color: transparent;
}
.spa_map{
    margin-bottom: 100px;
}


.testi_d cite img{
    width: 30px !important;
}


.ser_inner-2 .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    display: block;
    margin-top: 50px;
}
.ser_inner-2 .owl-dot, .owl-carousel .owl-nav .owl-next:before{
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ffffff;
    font-size: 18px;
    margin-top: 40px;
}
.ser_inner-2 .owl-dot, .owl-carousel .owl-nav .owl-prev:before{
    content: "\f060";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ffffff;
    font-size: 18px;
    margin-top: 40px;
}



.coming-wrapper {
    float: left;
    width: 100%;
    position: relative;
    height: 100vh;
    z-index: 99999999;
    background-image: url(../image/slider/one.jpg);
    background-position: center;
    background-size: cover;
}
.coming-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  rgba(47,191,223,0.68);
}
.magazi-cm-data {
    position: relative;
}
.magazi-coming-soon {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 100px;
}
.magazi-coming-soon h1 {
    color: #06bdff;
    font-weight: 600;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 40px;
}
.magazi-coming-soon p {
    color: #06bdff;
    font-size: 16px;
    font-weight: 300;
    margin:0;
    margin-bottom: 70px;
}
.magazi-time-counter {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.magazi-time-counter ul {
    margin: 0;
    padding: 0;
    border: 2px solid #06bdff;
    width: 500px;
    margin:0 auto;
    position: relative;
}
.magazi-time-counter ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 30px;
    height: 30px;
}
.magazi-time-counter ul li {
    display: inline-block;
    padding: 20px 25px;
    position: relative;
}
.magazi-time-counter ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    background-color: #06bdff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.magazi-time-counter ul li:last-child:before {
    display: none;
}
.magazi-time-counter ul li h2 {
    color: #06bdff;
    font-size: 40px;
    margin: 0;
    margin-bottom: 5px;
}
.magazi-time-counter ul li span {
    display: block;
    color: #06bdff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.magazi-subscribe.no-bg {
    background:transparent;
    padding: 0;
    float: left;
    width: 100%;
}
.magazi-subscribe.no-bg .magazi-sub-form .form-control {
    color: #06bdff;
    font-size: 13px;
    font-weight: 300;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* ================ Login Form ================== */

.zero_padding{
    padding: 0;
}
.login_page{
    background: #001a20;
}
.login_carousel .item {
  height: 100vh;
  color: #fff;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  background-attachment: initial;
  background-color: rgba(0,0,0,0.61);
  z-index: 99999;
}

.login_carousel .item.item-1 {
  background-image: url('../image/custom/left_1.jpg');
  position: relative;
}

.login_carousel .item.item-2 {
  background-image: url('../image/custom/left_2.jpg');
  position: relative;
}

.login_carousel .item.item-3 {
  background-image: url('../image/custom/left_3.jpg');
  position: relative;
}
.login_carousel .item blockquote{
    background-color: rgba(0,0,0,0.61);
    padding: 20px;
}

.login_carousel .item blockquote p{
    color: #fff;
    margin-left: 40px;
}

.carousel_outer{
    overflow: hidden;
}

.form-section{
    padding: 45px 45px 0;
}

.login_carousel .item>div {
  position: absolute;
  top: 60%;
}

.login_carousel .item>div:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1111;
}
.login_right{
    padding: 50px 0 30px;
    background: #001a20;
}
.heading h1{
    color: #06bdff;
}
.login_right .logo_fix{
    text-align: center;
}
.login_footer{
    margin-top: 28px;
}
.form-section h1{
    text-transform: capitalize;
}
.form-section p{
    color: #2fbfdf;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.login_footer p{
    text-transform: inherit;
}

.login-form .form-group input{
    background: transparent;
    border-bottom: 1px solid #2fbfdf;
}

.login_btn{
    margin-top: 30px;
}


/* ================ Pricing ================== */


.price_wrap .heading{ text-align: center; }
.price_wrap .heading:after{margin: 0 auto; }



.counter-section.price_counter:before{
    background: #2fbfdf;
}

.column-outer {
    border-right:5px solid #2fbfdf;
    border-left:5px solid #2fbfdf;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: .3s;
    background-color: #fff;
    text-align: center;
}
.head_area{
    text-align: center;
    background: #2fbfdf;
    transition: .3s;
}
.head_area h1{
    color: #222;
    font-weight: 700;
    line-height: 2;
}
.price_area{
    background: #fff;
    text-align: center;
    padding: 20px 0;
    transition: .3s;
}
.border-style{
    width: 100%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top: 50px solid #fff;

    transition: .3s;
}
.border-style-2{
    width: 100%;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom: 50px solid #2fbfdf;
    transition: .3s;
    position: absolute;
    bottom: 0;
}
.price_area h1{
    color: #222;
    font-size: 44px;
}
.price_area h1 span{
    color: #06bdff;
    font-size: 24px;
}
.price_area h3{
    font-weight: 700;
}
.content_details{
    margin-bottom: 50px;
    transition: .3s;
    padding: 0 20px;
}
.icon_box{
    background: #ffffff;
    width: 70px;
    height: 70px;
    text-align: center;
    display: inline-block;
    padding: 15px;
    border:5px solid #2fbfdf;
    margin-bottom: 20px;
    border-radius: 50%;
    transition: .3s;
    overflow: hidden;
}
.icon_box i{
    font-size: 30px;
}
.content_details p{
    color: #444;
}

.column-outer:hover .head_area h1{color: #fff}
.column-outer:hover {box-shadow: 0px 20px 30px rgba(0,0,0,0.31); background: #2fbfdf;}
.column-outer:hover .border-style{border-top: 50px solid #2fbfdf;}
.column-outer:hover .border-style-2{border-bottom: 50px solid #06bdff;}
.column-outer:hover .head_area{background: #06bdff;}
.column-outer:hover .price_area{background: #2fbfdf;}
.column-outer:hover .price_area h1{color: #ffffff;}
.column-outer:hover .price_area h1 span{color: #06bdff}
.column-outer:hover .icon_box{border: 5px solid #06bdff;}
.column-outer:hover .icon_box{transform: scale(1.3);}


/* ================ Department ================== */

.dep_section.counter-section{
    text-align: center;
}
.dep_section .counter-icon{
    float: none;
    display: inline-block;
}
.dep_section .counter-item{
    float: none;
}
.dep_section .counter-info{
    float: none;
    padding: 20px 0 0;
}
article.news.dep_details figure {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
}

.blog_wrap .content{
    padding: 10px 15px; 
}
.blog_wrap .choose-us{
    margin-top: 50px;
}

.department_tabs ul{
    margin-bottom: 20px;
}
.department_tabs ul li{
    display: inline-block;
    margin-right: 30px;
}

.single_department .news img.service_small{
    float: right;
    width: 100%;
}
.small_para{
    padding-right: 20px;
}

.department_serv {
    margin-top: 80px;
}

/* ==================================== Check-Out Page Css ======================= */


.heading-box h2{
    font-size: 30px;
    margin-bottom: 30px;
    color: #7da500;
    font-weight: 700; 
}
.heading-box h2 span{
    color: #222;
}


.romana_check_out_form .common_input input,
.romana_check_out_form .common_input select {
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px;
}

.romana_check_out_form .select_option_one::after {
    color: #b8b8b8;
}

.check_form_left {
    margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .check_form_left {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .check_form_left {
        margin-right: 0px;
    }
}

.check_form_left h3 {
    margin-bottom: 50px;
    font-size: 24px;
}

.check_form_right {

    padding: 35px 30px 40px;
    background: #6e9100;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .check_form_right {
        padding: 35px 10px 40px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .check_form_right {
        padding: 35px 10px 40px;
    }
}

.check_form_right h3 {
    font-size: 24px;
    margin-bottom: 22px;
}

.product_order ul,
.romana_select_method ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.check_form_right .product_order ul li {
    padding: 8px 5px;
}

.check_form_right .product_order ul li:first-child {
    border-bottom: 1px solid #e3e3e3;
}

.check_form_right .product_order ul li:nth-child(2) {
    font-weight: 300;
    font-size: 15px;
    padding: 15px 5px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 8px;
}

.check_form_right .product_order ul li span {
    float: right;
}

.check_form_right .paypal_img {
    margin-top: 20px;
}

.check_form_right .common_btn {
    width: 100%;
    color: #fff;
    margin-top: 36px;
}
.check_form_right h2{
    color: #ffffff;
    text-transform: capitalize;
}

.romana_select_method {
    margin-top: 30px;
}

.romana_select_method li {
    margin-top: 20px;
}

.romana_select_method label {
    padding-left: 14px;
}
.address_box{
    padding-bottom: 50px !important;
}

.sign_up{
    padding: 0 0 50px;
}
.sign_up .news_letter input[type="text"]{
    color: #222;
}
.sign_up h4{
    color: #222;
    font-weight: 600;
    font-size: 22px;
}
.sign_up .news_letter input[type="phone"]{
    padding: 10px;
    display: block;
    width: 100%;
    border: 1px solid #cccccc;
    background: none;
    border-radius: 5px;
    font: 14px 'open sans', sans-serif;
    margin-bottom: 20px;
}


/*Cart List*/

.cart-list {
    position: relative;
}

.cart-list li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}

.cart-list li a {
    position: relative;
    color: #222222;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.cart-list li a .icon {
    position: relative;
    color: #888888;
    margin-right: 6px;
    font-size: 16px;
}

.cart-list li a:hover {
    color: #e7470c;
}

.cart-list li.cart a {
    color: #222222;
    font-weight: 600;
    font-size: 20px;
}

.cart-list li.cart a .icon {
    color: #222222;
    font-size: 32px;
}

.cart-list li.cart a .icon .total {
    position: absolute;
    top: -16px;
    right: -10px;
    width: 18px;
    height: 18px;
    color: #ffffff;
    border-radius: 50%;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    background-color: #e5a62d;
}



/* ==================================== Cart Page Css ======================= */

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .table_scroll {
        overflow-x: scroll;
    }
}

.padding_all {
    padding-top: 66px !important;
}

.cart_amount {
    margin-top: -12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_amount {
        margin-top: 4px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .cart_amount {
        margin-top: 0px;
    }
}

.table.table-striped.table-responsive a {
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
    height: 14px;
    line-height: 15px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 47%;
    width: 14px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .table.table-striped.table-responsive a {
        top: 52%;
        right: 25px;
    }
}

.table>tr>th {
    border-bottom: medium none;
    color: #fff;
    padding: 15px;
    vertical-align: bottom;
    padding-left: 20px;
}

.table>thead>tr>th {
    border-bottom: medium none;
    color: #fff;
    vertical-align: bottom;
    padding-left: 48px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    border-bottom: 1px solid #f6f6f6;
    padding-left: 48px;
    position: relative;
    padding-top: 28px;
    padding-bottom: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .table>tbody>tr>td,
    .table>tbody>tr>th {
        padding-left: 2px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .table>tbody>tr>td,
    .table>tbody>tr>th {
        padding-left: 20px;
    }
}

.table.table-striped.table-responsive p {
    margin-top: 37px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .table.table-striped.table-responsive p {
        font-size: 15px;
    }
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #ffff;
}

.table.table-striped.table-responsive img {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.cart_page_area .cart_btns {
    margin-top: 36px;
}

.cart_page_area .common_btn {
    background: #4daefe;
    color: #fff;
    width: 200px;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.11);
    height: 48px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .cart_page_area .common_btn {
        width: 0% !important;
        margin-top: 20px;
        line-height: 45px;
    }
}

.cart_page_area .hvr-bounce-to-right::before {
    background: #373737 !important;
}

.cart_page_area .cart_page_btn1 {
    background: #fff;
    border: 1px solid #e3e3e3;
    color: #8b8b8b;
    font-weight: 300;
    font-size: 15px;
    box-shadow: none;
    width: 300px !important;
    margin-right: 18px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_page_area .cart_page_btn1 {
        width: 200px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .cart_page_area .cart_page_btn1 {
        width: 99% !important;
    }
}

.cart_page_area .cart_page_btn3 {
    width: 150px !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .cart_page_area .cart_page_btn3 {
        width: 100% !important;
    }
}

.cart_page_btn2 {
    left: 43%;
    position: absolute;
    top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart_page_btn2 {
        left: 51%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_page_btn2 {
        left: 47%;
    }
}

.cart_amount>input {
    background: #fbfbfb;
    border: medium none;
    border-radius: 50px;
    height: 48px;
    padding: 6px 22px;
    width: 130px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.cart_wrpaer img {
    width: 93px
}

.padding_all .product-regulator {
    margin-bottom: 0;
}

.product-regulator button {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #0c1f38;
    height: 44px;
    padding: 11px 12px;
    display: inline-block;
}

.product-regulator .output {
    color: #7f7f7f;
    display: inline-block;
    height: 44px;
    padding: 11px 12px;
    text-align: center;
    vertical-align: top;
    width: 80px;
    border: 1px solid #e1e1e1;
}

.product-meta-details {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_amount>input {
        margin-top: -16px;
    }
}

@media (max-width: 767px) {
    .cart_amount>input {
        margin-top: -16px;
    }
}

.cart_totals_area {
    overflow: hidden;
    margin-top: 82px;
    padding: 30px;
}

.cart_totals_area ul {
    margin: 0;
}

@media (max-width: 767px) {
    .cart_totals_area {
        padding: 54px 25px 30px;
    }
}

.cart_totals_area h3 {
    margin-bottom: 40px;
}

.cart_totals_area li {
    overflow: hidden;
    padding-bottom: 14px;
}

.cart_totals_area li:last-child {
    border-top: 1px solid #dbdbdb;
    padding-top: 13px;
}

.cart_totals_area li span {
    float: right;
}

.cart_totals_area .common_btn {
    width: 250px !important;
    float: right;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .cart_totals_area .common_btn {
        width: 100% !important;
        float: none;
    }
    .cart_page_btn2 {
        left: 0;
        top: 88px;
    }
    .mt-20 {
        margin-top: 20px;
    }
}
.estimate-section{
    padding: 80px 0;
}
.margin_btm{
    margin-bottom: 30px;
}
.dark-bg {
    background-color: #2fbfdf;
}
.cart_wrpaer{
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    margin-bottom: 40px;
}
.cart_wrpaer table{
    margin-bottom: 0;
}
.common_btn{
    padding: 15px;
}
.cart_page_btn2 {
    left: 43%;
    position: absolute;
    top: 0;
}
.default-form .form-group.get_btn{
    padding: 0;
}
.cart-2{
    margin-top: 0;
}
.quantity input.qty{
    padding: 5px; 
}
.checkout_btn{
    margin-top: 50px;
}
.select_option_one select{
    width: 100%;
    padding: 10px;
}
.zip_code{
    padding: 10px; 
}
.get_btn{
    display: inline-block;
    float: right;
    margin-top: 15px;
}

/* ==================================== Homepage 8 ======================= */

.zero_padding{
    padding: 0;
}
.header_8{
    height: 110px;
    padding: 10px;
    position: relative;
}
.header_8:before{
    content: '';
    position: absolute;
    background: #33a9c6;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.slider_8{
    position: relative;
}
.slider_8:before{
    content: '';
    position: absolute;
    background-image: url(../image/slider/slider_left.png);
    width: 500px;
    height: 520px;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.slider_8:after{
    content: '';
    position: absolute;
    background-image: url(../image/slider/slider_right.png);
    width: 500px;
    height: 500px;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.header_8 .logo img{
    max-width: 100%;
    width: auto;
}
.header_8  nav{
    float: none;
    padding-right: 10px;
}
.indxeight{
    margin: 0 50px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px rgba(84, 84, 84,0.81);
}

.indxeight .tp-bgimg.defaultimg:before{
    content: none;
}
.indxeight .lyr2,
.indxeight .lyr3{
    color: #060202;
    font-family: "Poppins", sans-serif;
}
.indxeight .lyr4{
    color: #14677b;
    border-color: #14677b;
}
.indxeight .lyr4:hover{
    background: #14677b;
    color: #ffffff;
}

.technologist .heading{
    text-align: center;
    margin-bottom: 80px;
}
.technologist .heading:after{
    margin: 0 auto;
}
.services_box img{
    margin-bottom: 20px;
}
.services_box h6{
    font:600 18px 'Poppins', sans-serif;
    color: #444;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.services_box p{
    font:500 14px 'Poppins', sans-serif;
    color: #888;
}

.laborities_section{
    margin-bottom: 100px;
    position: relative;
}
.laborities_section:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-bottom: 100px solid #06bdff;
    right: 0;
    bottom: -20px;
}
.laboratory_left{
    background: url(../image/laboratory.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 715px;
}
.laboratory_services{
    background: #14677b;
    position: relative;
    padding: 90px 100px;
    height: 715px;
}
.laboratory_services:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 150px solid #1b6c7f;
    border-bottom: 150px solid transparent;
    left: 0;
    top: 0;
}
.lab_heading{
    margin-bottom: 50px;
    position: relative;
}
.lab_heading:before{
    position: absolute;
    content: 'Services';
    position: absolute;
    right: 0;
    top: -100%;
    margin: 0 auto;
    font:900 100px 'Poppins', sans-serif;
    color: #1b6c7f;
}
.laboratory_services .lab_heading h1{
    font:600 36px "Poppins", sans-serif;
    color: #ffffff;
    z-index: 999;
    position: relative;
}
.laboratory_services .lab_heading p{
    font:400 14px "Poppins", sans-serif;
    color: #ffffff;
    z-index: 99;
}
.lab_service{
    margin-bottom: 30px;
}
.lab_service .lab_icon img{
    max-width: 100%;
}
.lab_service .lab_icon{
    display: table-cell;
    vertical-align: top;
}
.lab_service .service_details{
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.lab_service .service_details h5{
    font:500 20px 'Poppins', sans-serif;
    color: #ffffff;
}
.lab_service .service_details p{
    font:400 14px 'Poppins', sans-serif;
    color: #ffffff;
    opacity: .3;
}


.stats_sec .heading{
    text-align: center;
    margin-bottom: 90px;
}
.stats_sec .heading:after{
    margin: 0 auto;
}
.stats_sec .heading h3{
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
}
.stats_sec .heading p{
    font:600 36px 'Poppins', sans-serif;
}

.stats{
    text-align: center;
}
.stats h5{
    font:600 18px 'Poppins', sans-serif;
    color: #444;
}
.stats p{
    font:300 30px 'Poppins', sans-serif;
    color: #444;
}
.facility_sec{
    position: relative;
    padding-bottom: 100px;
}
.facility_sec p.details{
    font: 400 14px 'Poppins', sans-serif;
    color: #888;
    margin-bottom: 30px;
}
.facility_sec ul{
    margin-bottom: 60px;
}
.facility_sec ul li{
    font: 400 14px 'Poppins', sans-serif;
    color: #222;
    margin-bottom: 15px;
}
.facility_sec ul li i{
    margin-right: 10px;
    color: #06bdff;
}

.facility_left{
    padding-left: 50px;
    position: relative;
    margin-bottom: 150px;
}
.facility_left img{
    max-width: 100%;
}
.lab_number{
    background: #06bdff;
    padding: 30px 60px;
    position: absolute;
    left: 0;
    bottom: 50px;
}
.facility_left:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid #0446d2;
    border-bottom: 50px solid transparent;
    left: 0;
    bottom: 115px;
    z-index: 99;
}
.facility_left:after{
    position: absolute;
    content: '\f879';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 10px;
    bottom: 140px;
    z-index: 99;
    color: #ffffff;
}
.facility_sec .lab_number p{
    font:400 24px 'Poppins', sans-serif;
    color: #ffffff;
}
.facility_sec .lab_number p span{
    vertical-align: middle;
}
.facility_sec .lab_number p span a{
    font: 700 36px "Poppins", sans-serif;
    color: #ffffff;
    margin-left: 30px;
}

.facility_sec h6{
    font:600 24px 'Poppins', sans-serif;
    color: #444;
    margin-bottom: 30px;
}
.facility_sec p{
    font:500 14px 'Poppins', sans-serif;
    color: #888;
}

.facility_sec:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../image/telescope.png);
    left: -10%;
    bottom: -20%;
    background-position: left;
    background-repeat: no-repeat;
    z-index: -1;
}


.progress_bar_wrap label{
    font:600 14px "Poppins", sans-serif;
    color: #444;
}
.progress {height: 5px; background: #eeeeee; overflow: visible}
.progress .bar {background: #14677b; position: relative; height: 5px; transition-duration: 5s;}



.facilty_right{
    position: absolute;
    right: 0;
    top: 10%;
}
.facilty_right img{
    width: 110px;
    display: block;
    margin-bottom: 20px;
}
.test_booking{
    padding: 80px 40px;
    background-color: #0446d2;
    text-align: center;
    margin-top: 50px;
}
.lab_test{
    padding: 30px 0;
}
.test_bg{
    background: url('../image/lab-test.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    padding: 50px 0;
}
.lab_test .button.pink{
    display: inline-block;
}
.test_booking h2{
    font:500 36px 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
}
.test_booking p{
    font:500 18px 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 40px;
}

.articles.news_wrap{
    background-color: #ffffff;
}
.articles.news_wrap .detail{
    background-color: #fcfcfc;
}
.articles.news_wrap .news figure{
    height: 300px;
}
.articles.news_wrap .detail .meta ul li, 
.articles.news_wrap .detail .meta ul li a,
.articles.news_wrap .detail .meta ul li span{
    color: #14677b;
    font:600 12px 'Poppins', sans-serif;
}
.articles.news_wrap .detail .meta ul li{
    margin-bottom: 20px;
}
.articles.news_wrap .detail h5{
    font:600 18px 'Poppins', sans-serif;
    color: #444;
}
.articles.news_wrap .detail p{
    font:500 14px 'Poppins', sans-serif;
    color: #888;
    margin-bottom: 30px;
}
.articles.news_wrap .detail{
    padding: 50px 40px;
}
.articles.news_wrap .detail a{
    color: #0446d2;
    font:400 14px 'Poppins', sans-serif;
    text-decoration: underline;
    text-transform: capitalize;
    transition: .4s;
}
.articles.news_wrap .detail a:hover{
    color: #06bdff;
}
.articles.news_wrap .news:hover .detail{
    background-color: #f6fbff;
}
.lab_testimonials{
    padding: 0 0 100px;
    position: relative;
}
.lab_testimonials:after{
    content: '';
    position: absolute;
    background-image: url(../image/slider/slider_right.png);
    width: 500px;
    height: 500px;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.labority_carousel.owl-carousel .owl-stage-outer{
    padding: 20px 0;
}
.lab_testi{
    text-align: center;
    padding: 60px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.61);
}
.lab_testi cite img{
    width: 30px !important;
    margin: 0 auto;
    margin-bottom: 20px;
}
.lab_testi p{
    font:500 16px 'Poppins', sans-serif;
    color: #444;
    margin-bottom: 30px;
}
.lab_testi h6{
    font:600 16px 'Poppins', sans-serif;
    color: #444;
}

/* ==================================== Homepage 9 ======================= */

.line {
    width: 50px;
    height: 2px;
    background: #d52924;
    margin: 30px auto;
}

.cd_top2 {
    background: #d52924;
}


/* ================ Header Start ================== */

/*Top Section*/

.header-09 .top_sec{
    padding: 30px 0;
}

.top_sec .logo {
    padding-top: 0px;
}

.top_sec .col-lg-3, .top_sec .col-lg-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.header-09 .location i {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    font-size: 20px;
    color: #222222;
}

.header-09 .location .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: -15px;
}

.header-09 .location h6{
    color: #444444;
    font-weight: 600;
    font-size: 14px;
}

.header-09 .location p{
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}

.header-09 .email i {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    font-size: 20px;
    color: #222222;
}

.header-09 .email h6{
    color: #444444;
    font-size: 14px;
    font-weight: 600;
}
        
.header-09 .email p{
    color: #444444;
    font-size: 14px;
    font-weight: 500;
}

.header-09 .email .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: -10px;
}

.header-09 .hbutn i{
    font-size: 16px;
    color: #ffffff;
}

.header-09 .hbutn{
    background-color: #0a3d85;
    color: #ffff;
    border-radius: 0;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 14px;
}

.header-09 .hbutn:hover{
    background-color: #d52924;
}

/*Menu Area*/

.header-09 .navigation-bar {
    position: absolute;
    z-index: 90;
    left: 0;
    right: 0;
    margin-left: 65px;
}

.header-09 .navbar-nav .nav-link {
    padding-right: 25px !important;
}

.header-09 .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}

.header-09 nav .navbar [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 34px;
    font-style: normal;
    margin-left: 0;
    color: #d52924;
}

.header-09 nav > ul > li > a:before {
    position: absolute;
    top: 22px;
    bottom: 0;
    right: 0;
    left: 25px;
    opacity: 0;
    font-family: Flaticon;
    font-size: 42px;
    font-style: normal;
    margin-left: 0;
    color: #d52924;
    content: "\f100";
    transition-duration: .5s;
}

.header-09 nav > ul > li > a:hover:before {
    opacity: 1;
 }

.header-09 nav > ul{
    border-bottom: 3px solid #d52924;
}

.header-09 nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 20px 10px;
}

 .header-09 nav ul li a{
    color: white;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

 .header-09 nav ul li a.active {
    color: #d52924;
}
 
 .header-09 nav ul li a:hover{
    color: #d52924;
}

.header-09 .navhead {
    margin-right: -29px;
    color: white;
    padding: 20px;
    background-color: #d52924;
    position: relative;
}

.header-09 .navhead .call-support{
    font-size: 18px;
    font-weight: 400;
}
.header-09 .navhead .cont-nmbr{
    font-size: 22px;
    font-weight: 600;
}

.header-09 .navhead:before {
    content: "";
    border-top: 73px solid transparent;
    border-right: 35px solid #d52924;
    position: absolute;
    left: -35px;
    bottom: 0px;
}

.header-09 .navbar .fa {
    color: white;
    font-size: 20px;
}

.header-09 .dropdown .btn{
    background-color: #1b2534;
    color: white;
}

.responsive_button2 {
    background: #d52924;
}

.responsive_nav2 ul li a:hover {
    background: #d52924;
}

/* ================ Header End ================== */

.main-slider2 .tp-bgimg.defaultimg:before {
    background: none;
}

.main-slider2 .lyr4:hover {
    background: #d52924;
}

/* ================ Features Area Start ================== */

.features-09{
    padding: 0 0 100px 0;
    margin: -30px 0 0 0;
    font-family: 'Poppins', sans-serif;
}

.features-09 [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 50px;
    font-style: normal;
    padding-bottom: 50px 0;
    margin-left: 0;
}

.features-09 i{
    padding-bottom: 50px;
}

.features-09 .line {
    width: 60px;
    height: 2px;
    background: #c3d5ef;
    margin: 20px 0 0 0;
}

.features-09 h6 {
    font-weight: 600;
    font-size: 18px;
    color: #222222;
    padding-top: 25px;
}

.features-09 p {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
}

.features-09 .feat {
    padding: 60px 20px 10px 20px;
    background-color: #f1f4f8;
    position: relative;
}

.features-09 .feat h5 {
    font-size: 26px;
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #cccccc;
}

.features-09 .feat:hover {
    background-color: #ffffff;
    box-shadow: 0 82px 150px 24px #f2f2f2;
}

.features-09 .feat:hover i{
    color: #d52924;
}

.features-09 .feat:hover h6{
    color: #0a3d85;
}

.features-09 .feat:hover h5{
    color: #0a3d85;
}

.features-09 .feat:hover:after{
    content: "";
    border-left: 10px solid transparent;
    border-bottom: 10px solid #d52924;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* ================ Features Area End ================== */

/* ================ About Area Start ================== */
.about_sec{
    background-image: url('../image/index9/about-bg-icon.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.about_sec h3{
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
}

.about_sec span{
    color: #0a3d85;
}

.about_sec .apara {
    padding-top: 15px;
}

.about_sec .apara h6{
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    line-height: 1.5;
}

.about-para{
    padding-top: 30px;
}

.about_sec .apara p{
    font-size: 14px;
    color: #444444;
    font-weight: 400;
}

.about_sec .apara ul{
    font-size: 14px;
    color: #444444;
    font-weight: 400;
    padding-top: 30px;
}

.about_sec .apara ul li {
    padding-bottom: 15px; 
}

.about_sec .apara ul li i {
    font-size: 11px;
    color: #d52924;
    margin-right: 10px;
}

.about_sec .aboutimg img {
    width: 100%;
}

.about_sec .aboutimg:after{
    content: "";
    border-bottom: 80px solid white;
    border-right: 80px solid transparent;
    position: absolute;
    bottom: 0;
}

/* ================ About Area End ================== */

/* ================ Stat Area Start ================== */

.stats_sec {
    padding: 140px 0;
    text-align: center;
    background: url(../image/index9/stat-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.stats_sec h2 {
    color: #0a3d85;
    font-weight: 600;
    font-size: 44px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.stats_sec h6 {
    color: #222222;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.stats_sec p{
    color: #565656;
    font-size: 14px;
    font-weight: 400;
}

/* ================ Stat Area End ================== */

/* ================ Services Area Start ================== */

.services_sec9{
    color: #ffffff;
}

.services_sec9 .no-gutters {
    padding-left: 0;
    padding-right: 0;
}

.services_sec9 .service-section {
    margin-right: -70px;
    margin-top: 40px;
}

.services_sec9 .sdata .service-head h4 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.services_sec9 .sdata .service-head p{
    color: #f4f5f8;
    font-size: 14px;
    font-weight: 300;
}

.services_sec9 .line {
    margin: 30px 0;
}

.services_sec9 .serimg {
    position: relative;
    width: auto;
    height: 100%;
}

.services_sec9 .sdata {
    background: #0a3d85;
    padding: 78px 30px 78px 60px;
    position: relative;   
}

.services_sec9 .service {
    padding-bottom: 30px;
}

.services_sec9 .service .icon_wrap {
    padding-right: 0;
    padding-left: 0;

}

.services_sec9 .service .head_wrap {
    padding-right: 0;
    padding-left: 0;
}

.services_sec9 .service-inner h6 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 10px;
}

.services_sec9 .service-inner p {
    font-size: 14px;
    font-weight: 400;
    color: #a5b0c8;
}

.services_sec9 [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 70px;
    font-style: normal;
    margin-left: 0;
}

.services_sec9 .simg:after {
    content: "";
    border-left: 54px solid transparent;
    border-bottom: 54px solid white;
    position: absolute;
    bottom: 0;
    right: -15px;
    left: auto;
}

.services_sec9 .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

/*Owl Navigation*/

.services_sec9 .owl-nav {
    text-align: right;
}

.services_sec9 .owl-nav .owl-prev {
    display: inline-block;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    right: 54px;
    font-size: 25px;
    color: #fff;
    padding: 15px 20px;
    background: #1553ab;
}

.services_sec9 .owl-nav .owl-next {
    display: inline-block;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 25px;
    color: #fff;
    padding: 15px 20px;
    background: #d52924;
}

.services_sec9 .owl-nav .owl-prev:before, .services_sec9 .owl-nav .owl-next:before {
    display: none;
}

/* ================ Services Area End ================== */

/* ================ Ground Transport Area End ================== */

.gtransport{
    padding: 100px 0 100px 0;
}

.gtransport h3{
    color: #222222;
    font-size: 36px;
    font-weight: 600;
}

.ground-head h4{
    color: #555555;
    font-size: 30px;
    font-weight: 400;
}

 .ground-head p{
    color: #565656; 
    font-size: 16px;
    font-weight: 400;
}

.grimg{
    position: relative;
}

.gihead h4 {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    bottom: 60px;
    left: 30px;
    right: auto;
}

.gihead h6 {
    font-size: 18px;
    font-weight: 600;
    color: #d52924;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: auto;
}

.gtransport .featurs{
    padding-top: 10px;
}

.gtransport .featurs i{
    padding: 15px;
    border: 1px solid #e5e5e5;
    color: #0a3d85;
    font-size: 24px;
}

.gtransport .featurs .feat:hover i{
    background-color: #d52924;
    color: #ffffff;
}

.gtransport .featurs .feat {
    padding-bottom: 50px; 
}

.gtransport .featurs h6{
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}

.gtransport .featurs p{
    font-size: 14px;
    font-weight: 400;
    color: #747474;
}

.grimg:after {
    content: "";
    border-left: 60px solid transparent;
    border-bottom: 60px solid white;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
}

/* ================ Ground Transport Area End ================== */

/* ================ Why Chosoe Us Area Start ================== */

.why_choose_us {
    background-color: #f1f4f8;
    padding: 90px 0;
}

.why_choose_us h3{
    color: #222222;
    font-size: 36px;
    font-weight: 600;
}

.why_choose_us p{
    color: #444444;
    font-size: 14px;
    font-weight: 400;
}

.wcu_feats{
    padding-top: 30px;
}

.wcu_feats h5 {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
}

.wcu_feat {
    background-color: #ffffff;
    padding: 40px 40px;
    vertical-align: middle;
    position: relative;
    margin-bottom: 30px;
}

.wcu_feat:hover {
    background: url(../image/index9/wcubg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.wcu_feat:before {
    content: "";
    border-right: 50px solid #f1f4f8;
    border-bottom: 140px solid transparent;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
}

.wcu_feat h6 {
    font-size: 26px;
    font-weight: 300;
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #cccccc;
}

.wcu_feat:hover h6, .wcu_feat:hover h5{
    color: #fff;
}

/* ================ Why Chosoe Us Area End ================== */

/* ================ Call to action Area Start ================== */

.call_to_action {
    background: url(../image/index9/ctabg.jpg) no-repeat;
    background-position-x: left;
    background-size: cover;
    padding: 90px 0;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.call_to_action:before {
    content: "";
    border-right: 50px solid transparent;
    border-bottom: 50px solid #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.call_to_action:after {
    content: "";
    border-left: 50px solid transparent;
    border-bottom: 50px solid #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.call_to_action h2{
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}

.call_to_action h6{
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}

.call_to_action .sec_bottom {
    padding-top: 50px;
}

.call_detail {
    text-align: right;
    line-height: 4;
}

.call_detail i{
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
}

.call_detail p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
}

.call_detail p span{
    font-size: 22px;
    font-weight: 600;   
}

.cta_btn i {
    font-size: 16px;
    margin-right: 5px;
}

.cta_btn a{
    background-color: #d52924;
    color: #ffffff;
    border-radius: 0;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
}

.cta_btn a:hover{
    background-color: transparent;
    border: 2px solid #d52924;
    color: #fff;
}

.cta_btn {
    text-align: left;
}

/* ================ Call to action Area End ================== */

/* ================ Testimonial Area Start ================== */

.testimonial_sec {
    padding: 100px 0 70px 0;
}

.testimonial_sec h4{
    font-size: 36px;
    font-weight: 600;
    color: #222222;
}

.testimonial_sec p {
    font-size: 14px;
    font-weight: 400;
    color: #5b5b5b;
    margin-bottom: 40px;
}

.testi_list h6 {
    font-size: 14px;
    color: #444444;
    font-weight: 600;
    padding-bottom: 20px;
}

.testi_list span {
    font-size: 12px;
    color: #444444;
    font-weight: 400;
    margin-left: 10px;
}

.testi_list i {
    font-size: 30px;
    color: #d52924;
}

.testi_list{
    padding-top: 30px;
}

.testi {
    background-color: #f1f4f8;
    padding: 40px 30px 40px 30px;
    position: relative;
    margin-bottom: 60px;
}

.testi a{
    border-radius: 50%; 
    border: none;
}

/* ================ Testimonial Area End ================== */

/* ================ Message Form Area Start ================== */

.msg_form{
    text-align: left;
}

.msg_form .no-gutters {
    padding-left: 0;
    padding-right: 0;
}

.msg_form .form h4{
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}

.msg_form .form p{
    font-size: 14px;
    color: #56595d;
    font-weight: 400;
}

.msg_form .line {
    margin-left: 0;
}

.msg_form img {
    width: 100%;
    height: 100%;
}

.msg_form .form {
    background-color: #020e1f;
    padding: 90px 0 90px 50px;
}

.msg_form .input_box {
    padding-left: 0;
}

.msg_form .button {
    font: 600 16px 'Poppins', arial, sans-serif;
    background: #d52924;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 24px;
}

.msg_form .button:hover {
    background: transparent;
    border: 2px solid #d52924;
}

/* ================ Message Form Area End ================== */

/* ================ Award Area Start ================== */

.award_wrap_second {
    margin: 90px 0;
}

.award_wrap_second .heading:after {
    background: #d52924;
}

.award_wrap_second .meta ul li a {
    color: #d52924;
    text-transform: capitalize;
}

.award_wrap_second .meta ul li span {
    color: #d52924;
}

/* ================ Award Area End ================== */

/* ================ Footer second Area Start ================== */

.footer_second .footer_detail ul li i {
    color: #fff;
}

.footer_second .button {
    background: #d52924;
}

.footer_second .footer_detail {
    background: #073577;
}

.footer_second .footer_detail ul li {
    color: #cccccc;
}

.footer_second .footer_detail span {
    color: #ccc;
}

.footer_second .footer_detail .button i {
    margin-right: 5px;
}

.footer_second .footer_widget h4:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #d52924;
    display: block;
    margin-top: 10px;
}

.footer_second .footer_widget .social a:hover {
    background: #d52924;
}

/* ================ Footer second Area End ================== */

/* ==================================== Services 02 Page ======================= */

/* ================ Menu 10 Area Start ================== */

.navigation-bar_10 {
    background-color: #222222;
    margin-left: 100px;
    position: relative;
}

.navigation-bar_10 nav {
    float: left;
}

.navigation-bar_10 .no-gutters {
    padding-right: 0;
    padding-left: 0;
}

.navigation-bar_10 nav {
    padding-left: 30px;
}

header .navigation-bar_10 nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 24px 15px;
}

.navigation-bar_10  nav ul li a{
    color: white;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

header .navigation-bar_10 nav ul li a.active {
    color: #d52924;
}
 
.navigation-bar_10  nav ul li a:hover{
    color: #d52924;
}

.navigation-bar_10 .navhead {
    color: #ffffff; 
    padding: 20px;
    background-color: #d52924;
    margin-right: -15px;
    position: relative;
}

.navigation-bar_10 .navhead .navhead-text{
    margin-left: 40px;
 }   

.navigation-bar_10 .navhead::before {
    content: "";
    border-top: 73px solid #222;
    border-right: 20px solid #d52924;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navigation-bar_10:before {
    content: '';
    position: absolute;
    border-left: 32px solid white;
    border-bottom: 73px solid transparent;
}

.navigation-bar_10 .navbar i {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.navigation-bar_10 .call-support{
    font-size: 18px;
    font-weight: 400;
}

.navigation-bar_10 .call-support-nmbr{
    font-size: 22px;
    font-weight: 600;
}

/* ================ Menu 10 Area End ================== */

/* ================ Breadcrumb Area Start ================== */

.ser_breadcrumb {
    background: url(../image/index9/Sslider.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.ser_breadcrumb .layer {
    background: none;
}

.ser_breadcrumb .ser_head {
    text-align: left;
}

.ser_breadcrumb i {
    font-size: 14px;
    color: #d52924;
    margin: 0 10px;
}

/* ================ Breadcrumb Area End ================== */

/* ================ Service Area Start ================== */

.service_sec2{
    padding: 0 0 100px 0;
}

.service_sec2 .no-gutters {
    padding-right: 0;
    padding-left: 0;
}

.service_sec2 .ser_head h2{
    font-size: 36px;
    font-weight: 600;
    color: #222222;
}

.service_sec2 .ser_head span{
    color: #0a3d85;
}

.service_sec2 .card {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: 9px 8px 12px 0px rgba(204, 204, 204, 1);
    margin-bottom: 40px;
}

.service_sec2 .card:after {
    content: "";
    border-left: 10px solid transparent;
    border-bottom: 10px solid #0a3d85;
    position: absolute;
    bottom: 0;
    right: 0;
}   

.service_sec2 .card:hover:after{
    border-bottom-color: #d52924; 
}

.service_sec2 .card-header {
    padding: 0;
    margin-bottom: 20px;
    color: inherit;
    background-color: transparent;
    border-bottom: none;
}

.service_sec2 .card-head h4{
    font-size: 22px;
    font-weight: 600;
    color: #222222;
}

.service_sec2 .card-head p{
    font-size: 14px;
    font-weight: 400;
    color: #676767;
}

.service_sec2 .card-btn .btn {
    display: inline-block;
    font-weight: 500;
    color: #222222;
    text-align: center;
    background-color: #f1f4f8;
    border: 1px solid transparent;
    padding: 10px 15px;
    font-size: 14px;
}

.service_sec2 .card:hover .btn{
    background-color: #d52924;
    color: #ffffff;     
}   

/* ================ Service Area End ================== */

/* ================ Stat Area End ================== */

.stats_sec2{
    padding-bottom: 20px;
    position: relative;
}

.stats_sec2:before {
    content: "";
    border-bottom: 251px solid #f1f4f8;
    border-right: 107px solid transparent;
    position: absolute;
    bottom: 18px;
    left: 183px;
    z-index: 99;
    display: none;
}

.stats_sec2:after {
    content: "";
    border-bottom: 252px solid #f1f4f8;
    border-left: 112px solid transparent;
    position: absolute;
    bottom: 20px;
    right: 195px;
    z-index: 99;
    display: none;
}

.stats_sec2 .stats_inner{
    background-color: #f1f4f8;
    position: relative;
}

.stats_sec2 .stats-head-outer:before{
    content: "";
    position: absolute;
    bottom: -28px;
    left: 235px;
    width: 17px;
    height: 305px;
    background: #fff;
    transform: rotate(-23deg);
    display: none;
}

.stats_sec2 .stats-head-outer:after{
    content: "";
    position: absolute;
    bottom: -28px;
    right: 235px;
    width: 17px;
    height: 365px;
    background: #fff;
    transform: rotate(23deg);
    display: none;
}

.stats_sec2 .stats-head-outer{
    background-color: #d52924;
    padding: 80px 140px;
}

.stats_sec2 .stats-head{
    text-align: center;
    color: #ffffff;
}

.stats_sec2 .stats-head h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
}

.stats_sec2 .stats-head h6 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 2px;
}

/* ================ Stat Area End ================== */

/* ================ Service sec 03 Area Start ================== */

.service_sec3 {
    padding: 60px 0;
    background: url(../image/index9/service2-bg.jpg) no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.ser3-head h3{
    font-weight: 600;
    font-size: 36px;
    color: #222222;
}

.ser3-head p{
    color: #444444;
    font-size: 14px;
    font-weight: 400;
}

.service_tab [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 60px;
    font-style: normal;
    color: #222222;
    margin-left: 0;
}

.service_tab {
    padding: 50px 20px;
    text-align: center;
    border: 1px solid #eeeeee;
    position: relative;
    margin-bottom: 40px;
}

.service_tab .line {
    height: 1px;
    background: #c3d5ef;
}

.service_tab:after{
    content: "";
    border-left: 10px solid transparent;
    border-bottom: 10px solid #eeeeee;
    position: absolute;
    bottom: 0;
    right: 0;
}

.service_tab:hover{
    background-color: #f1f4f8;
}

.service_tab:hover:after{
     border-bottom-color: #d52924; 
}

.service_tab h4 {
    font-size: 22px;
    font-weight: 600;
    color: #0a3d85;
    padding-bottom: 15px;
}

.service_tab p{
    font-size: 14px;
    color: #444444;
    font-weight: 400;
}

.msg_formdflt .form {
    background-color: #0a3d85;
}

.msg_formdflt .fhead p {
    color: #a5b0c8;
}

/* ================ Service sec 03 Area End ================== */


/* ==================================== Homepage 10 ======================= */

header.header_style_ten .logo a img{
    width: auto;
}

header.header_style_ten ul li i{
    color: #6da04e;
}

header.header_style_ten .button{
    background: #2f333c;
}

header.header_style_ten .button:hover {
    background: #6da04e;
    border-color: #6da04e;
}

header.header_style_ten .header_bottom {
    background: #6da04e;
}

header.header_style_ten .header_bottom nav ul li a.active {
    color: #2f333c;
}

header.header_style_ten .header_bottom nav ul li a:hover {
    color: #2f333c;
}

header.header_style_ten .header_bottom form a {
    background: #7fac64;
    width: 45px;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 48px;
    position: absolute;
    top: 12px;
    right: 0;
}

header.header_style_ten nav ul ul li a:hover {
    color: #6da04e !important;
}

header.header_style_ten .header_bottom form input[type="text"] {
    background: #fff;
    color: #7fac64;
}

header.header_style_ten .cart a{
    position: relative;
    font-size: 30px;
    color: #fff;
    line-height: 2.1;
}

header.header_style_ten .cart a b {
    font-size: 11px;
    font-weight: 500;
    color: #444444;
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 1.8;
    position: absolute;
    top: 10px;
    right: 0px;
    font-family: 'Poppins', Helvetica, sans-serif;
}

header.header_style_ten .cart a:hover b {
    background: #444444;
    color: #fff;
}

.responsive_button.rb_2 {
    background: rgb(109, 160, 78);
}

.responsive_nav.rn_2 ul li a:hover {
    background: rgb(109, 160, 78);
}


/* ================ Main Slider Style 02  ================== */

.main-slider.style_two .tp-bgimg.defaultimg:before {content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8,6,6,0.7);
}

.main-slider.style_two .lyr4:hover {
    background-color: #6da04e;
}

/* ================ Three COlumn Section  ================== */

.three_column_sec {
    position: relative;
    margin-top: -50px;
}

.three_column_sec .sec_inner:before {
    content: url(../image/index10/three_column_bg.png);
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    z-index: -1;
}

.three_column_sec .news_column {
    margin-bottom: 20px;
}

.three_column_sec .news_column h5 a{
    font-size: 20px;
    font-weight: 600;
    color: #444444;
}

.three_column_sec .news_column:hover .inner_column h5 a{
    color: #fff;
}

.three_column_sec .news_column h5 {
    margin-bottom: 15px;
}

.three_column_sec .news_column p {
    margin-bottom: 20px;
}

.three_column_sec .news_column:hover .inner_column p{
    color: #fff;
}

.three_column_sec .news_column a.read_more{
    font-size: 14px;
    font-weight: 500;
    color: #6da04e;
    border-bottom: 1px solid #6da04e;
}

.three_column_sec .news_column:hover .inner_column a.read_more{
    color: #fff;
    border-bottom: 1px solid #fff;
}

.three_column_sec .news_column .inner_column{
    padding: 35px 45px 45px 45px;
    background: #f8f8f8;
    -webkit-box-shadow: 1px 2px 10px rgba(252, 252, 252, .5);
    -moz-box-shadow: 1px 2px 10px rgba(252, 252, 252, .5);
    -ms-box-shadow: 1px 2px 10px rgba(252, 252, 252, .5);
    -o-box-shadow: 1px 2px 10px rgba(252, 252, 252, .5);
    box-shadow: 1px 2px 10px rgba(252, 252, 252, .5);
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.three_column_sec .news_column:hover .inner_column{
    background: #6da04e;
}

/* ================ About Section  ================== */

.about_sectwo .about_content{
    padding-left: 35px;
}

.about_sectwo .about_content .heading{
    margin-bottom: 30px;
}

.about_sectwo .about_content .heading h5{
    font-size: 14px;
    font-weight: 600;
    color: #6da04e;
    margin-bottom: 10px;
}

.about_sectwo .about_content .heading h3{
    font-size: 32px;
    font-weight: 800;
}

.about_sectwo .about_content .heading p{
    font-weight: 600;
}

.about_sectwo .about_content .heading:after{
    content: '';
    width: 30px;
    height: 2px;
    background: #6da04e;
    display: block;
    margin-top: 5px;
}

.about_sectwo .about_content .content{
    padding: 0;
}

.about_sectwo .about_content .content p{
    margin-bottom: 30px;
}

.about_sectwo .about_content .content h6{
    font-size: 20px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 20px;
}

.about_sectwo .about_content .bottom_box .alogo{
    margin-right: 10px;
    display: inline-block;
}

.about_sectwo .about_content .bottom_box .text{
    display: inline-block;
}

.about_sectwo .about_content .bottom_box .text h6{
    font-size: 18px;
    font-weight: 300;
    color: #444444;
    display: block;
}

.about_sectwo .about_content .bottom_box .text h4{
    font-size: 24px;
    font-weight: 500;
    color: #444444;
    display: block;
}

/* ================ Promotion Style two Section  ================== */

.promotion.style_two {
    background: url(../image/index10/promotion_bg.png) no-repeat;
    background-size: cover;
}

.promotion.style_two .inner_promotion {
    background: rgba(0, 0, 0, 0.3);
    padding: 60px 0;
}

.promotion.style_two .inner_promotion .button{
    display: inline-block;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
    line-height: 20px;
}

.promotion.style_two .inner_promotion .button:hover{
    background: #6da04e;
    border: 1px solid #6da04e;
}

/* ================ Services Three Section  ================== */

.service_three {
    background: url(../image/index10/services_bg.png) no-repeat;
    background-position-y: bottom;
    width: 100%;
    padding-bottom: 98px;
}

.services_two.service_three .service {
    background: #fff;
    border: 1px solid #eeeeee;
}

.services_two.service_three .service:hover {
    background: #f4fbf0;
    border: 1px solid #f4fbf0;
}

.services_two.service_three .service img{
    margin-bottom: 30px;
}

/*.services_two.service_three .service i {
    margin-bottom: 20px;
}

.services_two.service_three .service i {
    color: #6da04e;
    background: none;
}

.services_two.service_three .service:hover i {
    color: #6da04e;
}*/

.services_two.service_three .service:hover h5 {
    color: #444444;    
}

.services_two.service_three .service:hover p {
    color: #444444;
}

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

.counter_sec {
    background: url(../image/index10/counter_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.counter_sec .inner_sec{
    padding: 90px 0;
}

.counter_sec .inner_sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(109,160,78,0.8);
}

/*Counter Detail*/
.counter_sec .counter_detail h2{
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.counter_sec .counter_detail p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.counter_sec .counter_detail .btn_box{
    margin-top: 40px;
}

.counter_sec .counter_detail .button{
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
}

.counter_sec .counter_detail .button:hover{
    background: #444444;
    border: 1px solid #444444;
}

/*Counter*/

.cannabis_counter .P_circle{
    position: relative;
}

.cannabis_counter .success-stroke {
    stroke: #fff;
}

.cannabis_counter .P_circle img {
    position: absolute;
    top: 18%;
    right: 26%;
}

.cannabis_counter .circle-chart__background {
    stroke: #9fce82;
    stroke-width: 2;
    fill: none;
}

.cannabis_counter .detail h2{
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}

.cannabis_counter .detail p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.cannabis_counter .detail {
    padding-top: 30px;
}

/* ================ Shop Section  ================== */

/*Product item*/
.shop_section .item{
    margin-bottom: 40px;
}

.shop_section .product_detail{
    padding-top: 40px;
}

.shop_section .product_detail .category a{
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    border-bottom: 1px solid #c2c2c2;
}

.shop_section .product_detail .category:hover a{
    color: #6da04e;
    border-bottom: 1px solid #6da04e;
}

.shop_section .product_detail .name{
    line-height: 1;
}

.shop_section .product_detail .name a{
    font-size: 22px;
    font-weight: 600;
    color: #444444;
}

.shop_section .product_detail .name:hover a{
    color: #6da04e;
}

.shop_section .product_detail cite{
    font-size: 12px;
    font-weight: 400;
    color: #777777;
}

.shop_section .product_detail .price{
    font-size: 18px;
    font-weight: 600;
    color: #6da04e;
    margin-top: 20px;
}

/*Owl Dots*/

.shop_slider .owl-dots{
    text-align: center;
}

.shop_slider .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #dddddd;
    color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    -ms-transition: all 1s;
    -o-transition: all 1s;  
    transition: all 1s;
}

.shop_slider .owl-dots .owl-dot.active{
    background: #6da04e;
}

/* ================ Photo Gallery Section  ================== */

.photo_gallery .heading {
    background: #f4fbf0;
    padding: 55px 0;
    margin-bottom: 20px;
}

.photo_gallery .full_width_gallery .cstm_pd{
    padding-right: 10px;
    padding-left: 10px;
}

.photo_gallery .full_width_gallery .cstm_pd:first-child{
    padding-left: 0;
}

.photo_gallery .full_width_gallery .cstm_pd:last-child{
    padding-right: 0;
}

.gallery_item { 
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery_item img{
    float:left;
    width: 100%; 
}

.gallery_item .overlay { 
    visibility: hidden;
    -ms-transition: all .8s;
    -o-transition: all .8s;  
    transition: all .8s;
    background: rgba(49,52,56,.8);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; 
    text-align: center;
}

.gallery_item .overlay > a { 
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -10px;
    -ms-transition: all .8s;  
    -o-transition: all .8s; 
    transition: all .8s;
}

.gallery_item .overlay > a i {
    color: #fff;
    font-size: 21px;
}

.gallery_item:hover .overlay {
    visibility: visible;
}

.gallery_item:hover .overlay > a { 
    top: 45%; 
}

/* ================ News and Article Section  ================== */

.news_section{
    background: url(../image/index10/news_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 90px 0 90px 0;
}

/*News Block*/
.news_section .news_block{
    padding: 0;
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.news_section .news_block:hover{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.91);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.91);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.91);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.91);
    box-shadow: 0 0 20px rgba(0,0,0,0.91);
}

.news_section .news_block figure{
    vertical-align: baseline;
}

.news_section .news_block .news_detail{
    padding: 40px 40px;
    background: #fff;
}

.news_section .news_block .news_detail h5{
    margin-bottom: 20px;
}

.news_section .news_block .news_detail h5 a{
    font-size: 20px;
    font-weight: 700;
    color: #444444;
}

.news_section .news_block .news_detail h5:hover a{
    color: #6da04e;
}

.news_section .news_block .info li{
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}

.news_section .news_block .info li a{
    font-weight: 500;
    color: #6da04e
}

.news_section .news_block .info .admin{
    float: left;
}

.news_section .news_block .info .date{
    float: right;
}

.news_section .news_block hr{
    margin: 30px 0;
}

/* ================ Lab Testimonial Section  ================== */

.lab_testimonials.style_two .lab_testi {
    background: url(../image/index10/testimonial_bg.png) no-repeat;
    background-position-y: bottom;
}

.lab_testimonials.style_two h5{
    font-size: 20px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 30px;
}

.lab_testimonials.style_two h5:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 30px;
    color: #6da04e;
    font-size: 30px;
}

.lab_testimonials.style_two h5:after{
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 30px;
    color: #6da04e;
    font-size: 30px;
}

.lab_testimonials .lab_testi p {
    font-weight: 400;
}

.lab_testi h6 {
    font-weight: 400;
    text-transform: uppercase;
}

/* ================ Footer Style Two Section  ================== */

footer.style_two {
    background: #2f333c;
}

footer.style_two .footer_detail {
    background: #6da04e;
}

footer.style_two .footer_detail ul li i {
    color: #fff;
}

footer.style_two .button {
    background: #ffffff;
    color: #222222;
}

footer.style_two .button:hover {
    background: #222222;
    color: #fff;
}

footer.style_two .footer_widget h4:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #6da04e;
    display: block;
    margin-top: 5px;
}

footer.style_two .footer_widget .social a:hover{
    background: #6da04e;
}

/* ==================================== Services 03 Page ======================= */

.page_title.bg4 {
    background: url(../image/index10/header_bg.jpg) no-repeat;
    position: relative;
    background-size: 100% 100%;
    text-align: center;
}

.page_title.bg4 .layer {
    background: rgba(0,0,0,0.6);
}

.page_title.bg4 p{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.page_title.bg4 h1{
    font-size: 72px;
}

/* ================ Services Style Four Section  ================== */

.services_wrap.ss_four {
    background: #f4fbf0 url(../image/index10/ss_four.png) no-repeat;
    background-position-x: right;
    background-position-y: 50px;
    padding-top: 98px;
    position: relative;
}

.services_wrap.ss_four .service{
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.services_wrap.ss_four .service:hover {
    background: #fff;
    border: 1px solid #84b040;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/* ================ Pricing Table Style Two Section  ================== */

.column-outer.cos_two{
    background: transparent;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 40px 0;
    margin-bottom: 40px;
}

.column-outer.cos_two:hover {
    box-shadow: 0px 20px 30px rgba(0,0,0,0.31);
    background: #f4fbf0 !important;
}

.cos_two .head_area {
    text-align: center;
    background: transparent !important;
    transition: .3s;
}

.cos_two .head_area h1 {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

.cos_two .price_area {
    background: transparent !important;
    text-align: center;
    padding: 25px 0px 50px 0px;
    transition: .3s;
}

.cos_two .price_area h1 {
    font-size: 60px;
    font-weight: 700;
    color: #6da04e;
}

.column-outer.cos_two:hover .head_area h1 {
    color: #6da04e;
}

.cos_two .price_area h1 span {
    font-size: 60px;
    font-weight: 700;
    color: #6da04e;
}

.cos_two .price_area h3 {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
}

.column-outer.cos_two:hover .price_area h1 span {
    color: #6da04e !important;
}

.column-outer.cos_two:hover .price_area h1 {
    color: #6da04e;
}

.cos_two ul li {
    font: 400 16px 'Poppins', arial, sans-serif;
    padding-bottom: 10px;
    line-height: 2;
    color: #444444;
}

.cos_two .foot_area {
    padding-top: 50px;
}

.cos_two .foot_area .button{
    background: transparent;
    border: 2px solid #2f333c;
    font-size: 16px;
    font-weight: 600;
    color: #444444;
}

.cos_two:hover .foot_area .button{
    background: #6da04e;
    border: 2px solid #6da04e;
    color: #fff;
}

.cos_two .foot_area p {
    font-size: 12px;
    color: #666666;
    margin-top: 30px;
}

.btstwo{
    background: #6da04e;
}

/* ==================================== Contact 03 Page ======================= */

.page_title.c_two{
    margin-bottom: 0;
}

.cd_two .heading h3 span {
    color: #6da04e;
}

.cd_two .heading:after {
    background: #6da04e;
}

.contact_detail.cd_two .address {
    background: #6da04e;
}

.contact_detail.cd_two .button {
    background: #2f333c;
    color: #fff;
}

.contact_detail.cd_two .button:hover {
    background: #6eb643;
    border-color: #6eb643;
}
