@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=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 {

    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: #2fc0df;
}

a:hover,
a:active {
    outline: 0;
}

hr {
    margin: 50px 0;
}

::-moz-selection {
    background: #222b44;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #222b44;
    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("../images/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: #e16297;
    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: 30px;
}

.layer {
    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='#e16297', endColorstr='#2fbfdf', GradientType=1);
}


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

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

.button.pink {
    padding: 16px 24px;
}

.button.blue {
    background: #2fc0df;
}

.button img {
    vertical-align: middle;
    margin-right: 8px;
}

.button.borderd {
    background: none;
    border: 1px solid #fff;
    padding: 12px 24px;
}

.button.borderd i {
    margin-left: 8px;
}

.button {
    border: 0;
}

.button:hover {
    background: #2fc0df;
    color: #fff;
    border-color: #2fc0df;
}

.button.blue:hover {
    background: #e16297;
}

.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: #2fc0df;
}

.heading.hp5 h3 span {
    color: #5787f2;
}

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

.heading p {
    color: #444444;
    padding-bottom: 20px;
}

.heading.hp5:after {
    background: #5787f2
}


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

.top_bar .bar_inner {
    border-bottom: 1px solid #eeeeee;
    height: 55px;
    line-height: 55px;
}

.top_bar ul li {
    display: inline-block;
    margin-right: 25px;
    color: #444444;
}

.top_bar ul li i {
    display: inline-block;
    margin-right: 8px;
    color: #2fc0df;
}

.bar_inner span {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.top_bar.color-chang {
    background-color: #222b44;
}

.top_bar.color-chang .bar_inner {
    border-bottom: 0;
}

.bar_inner span strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: lowercase;
    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: 5px;
}

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;
}

nav {
    float: right;
    padding-right: 30px;
}

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: #2fc0df;
}

nav ul ul li a {
    font-weight: 400;
    font-size: 12px;
}

header form {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    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 #222b44;
    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: #2fc0df;
    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 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 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:2px 4px;
    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: #e16297;  }
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-toggle {
    margin-top: 15px;
    padding: 0px;
}

.responsive_button .icon-bar {
    background: #fff;
}

.responsive_nav {
    width: 100%;
    visibility: hidden;
    position: absolute;
    z-index: 999;
    margin-top: -10px;
}

.responsive_nav.navbar-collapse.collapse.in {
    visibility: visible;
    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(125, 165, 0);
}

.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='#e16297', 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: #2fc0df;
    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.style2 .tp-bgimg.defaultimg:before {
    background: rgba(0, 0, 0, 0.3);
}

.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: #2fc0df;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 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: #2fc0df;
    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;
}


/*------------------------------------------------------------------
    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: #2fc0df;
    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: #e16297;
    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%;
}

.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='#e16297', 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: #e16297;
    display: inline-block
}

.features_three {
    background: url("../http://via.placeholder.com/891x660") no-repeat left bottom #f2f7fb;
    background-size: 700px;
}

.features_three .detld {
    padding: 90px 0px
}

.features_three ul {
    margin-top: 40px;
    margin-bottom: 40px;
}

.features_three ul li {
    color: #888888;
    line-height: 36px;
}

.features_three ul li i {
    color: #e16297;
    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: 18px;
    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='#e16297', 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='#e16297', endColorstr='#2fbfdf', GradientType=1);
}


/*------------------------------------------------------------------
    14- Teams
-------------------------------------------------------------------*/

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

.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(225, 98, 151, 0.76);
}

.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: #e16297;
}

.team_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;
}


/*------------------------------------------------------------------
    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: #e16297;
    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;
    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: #e16297;
    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: #2fc0df;
}

.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: #e16297;
    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: 76.6%;
    height: 44px;
    padding: 0px 20px 0px 20px;
    border: 0px;
    font: 400 12px 'Montserrat', arial, sans-serif;
}

.side_widget form button {
    background: #e16297;
    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: 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='#e16297', endColorstr='#2fbfdf', GradientType=1);
    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: #e16297;
    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: #2fc0df;
    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
-------------------------------------------------------------------*/

.container.test_slider > div {
    padding-top: 45px;
}

.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;
}

.testi_d > a {
    position: absolute;
    top: -43px;
    left: 50%;
    margin-left: -43px;
    height: 86px;
    width: 86px;
    overflow: hidden;
    display: block;
    border-radius: 100px;
    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
}


/*------------------------------------------------------------------
    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: #e16297;
    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: #e16297;
}

.meta ul li span {
    color: #e16297;
}

.news_wrap {
    padding: 0px 0px 30px;
    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: 5px;
}

.news_wrap .news .detail {
    background: #fff;
    padding: 40px 20px;
}

.news_wrap .button {
    color: #444;
    border-color: #ccc;
    margin-top: 10px;
    display: inline-block;
}

.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: #2fc0df;
    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;
}

.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: #e16297;
    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: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 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: #2fc0df;
    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: 99%;
    text-align: center;
    line-height: 400px;
}

.project_two .item_inner .overlay {
    line-height: 300px;
}

.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: 40%;
}

.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: 15px;
    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: 8px;
}

.footer_detail ul li i {
    display: inline-block;
    margin-right: 8px;
    color: #2fc0df;
}

.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: #e16297;
    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: #e16297;
}

.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 55px;
    margin-bottom: 20px;
    min-height: 440px;
}

.shop figure {
    margin-bottom: 65px;
}

.shop h5 {
    margin-bottom: 20px;
}

.shop h5 a {
    font-size: 14px;
    color: #444444;
    font-weight: 600;
}

.shop span {
    margin-bottom: 20px;
    color: #2fc0df;
    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: #e16297;
    color: #fff;
    border-color: #e16297;
}

.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: #2fc0df;
    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: #e16297;
    color: #fff;
    border-color: #e16297;
}

.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: #e16297;
    margin-right: 10px;
}

.shop_cates li div h3 {
    color: #2fc0df;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.shop_wrap .heading a {
    border-radius: 4px;
    background: #2fc0df;
    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: #2fc0df;
}

.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: #e16297;
    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: #e16297;
    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: #e16297;
}

.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("../../../../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: transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
}

.stat:hover img,
.testi_d:hover > a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.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: 50px 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: 20px;
    position: relative;
    padding-bottom: 20px;
}

.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: #969696;
}


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

.practice-details {
    float: left;
    width: 100%;
}

.practice-bar {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 50px;
}

.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: fontawesome;
    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: 90px 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: fontawesome;
    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;
}

.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;
}