
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poppins:400,500,600,700');

body {
    padding: 0;
    margin: 0;
    
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    position: relative;
    overflow-x: hidden;
}
.side-icon li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 10px;
    background: linear-gradient(80deg, rgba(221,1,73) 10%, rgba(9,101,170) 120%);
    margin-bottom: 5px;
    border-radius: 50% 0 0 50%;
    transition: all 0.3s;
    line-height: 0;
}
.side-icon li img {
    transition: all 0.5s linear;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #008aff;
}
i.fa.fa-whatsapp {
    font-size: 28px !important;
    color: #fff;
}
.side-icon {
    width: 65px;
    padding: 5px 0 5px 5px;
    position: fixed;
    top: 50%;
    right: -5px;
    z-index: 999;
    transform: translate(0,-50%);
}
.wrap-sticky:before, .wrap-sticky:after, .team:before, .team:after {
	display:block;
	clear:both;
	content:"";
}
.team {
	margin-bottom:20px;
	border:3px double #fff;
	padding:10px;
}
.team img {
	width:200px;
	float:left;
	margin-right:20px;
}
.dr img {
	width:100%;
	border:2px solid #fff;
}
.error {
	color:#f00;
	font-size:13px;
}
html {
    height: 100%;
    width: 100%;
    font-size: 16px;
}
.about h4 {
	line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
}
.about h3 {
    background: #fff;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    padding: 0px 10px;
    border-radius: 5px;
}
ol,ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a,a:hover,a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
h1,h2,h3,h4 {
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

h1,.h1 {
    font-size: 36px;
}
.col-md-12 img {
    width: 100% !important;
}
.col-md-4 img {
    width: 100% !important;
}
h2,.h2 {
    font-size: 27px;
    text-transform: capitalize;
}
h3,.h3 {
    font-size: 1.5rem;
}
h4,.h4 {
    font-size: 1.25rem;
}
h5,.h5 {
    font-size: 1.125rem;
}
h6,.h6 {
    font-size: 1rem;
}
.disc {
	margin-left:18px;
}
.disc li {
	list-style:disc;
}
p {
    font-size: 0.9375rem;
}
p.title {
    font-size: 1rem;
}
.container {
    width: 1170px;
    max-width: 100%;
}
section {
    position: relative;
}


/* Helper Classes & Shorcodes */

.padding {
    padding:30px 0;
}
.padding_top {
    padding-top: 20px;
}
.padding_bottom {
    padding-bottom: 20px;
}
.padding_half {
    padding: 10px 0;
}
.padding_bottom_half {
    padding-bottom: 10px;
}
.padding_top_half {
    padding-top: 10px;
}
.margin_bottom {
    margin-bottom: 20px;
}
.margin_top {
    margin-top: 20px;
}
.heading_space {
    margin-bottom: 10px;
}
.bottom5 {
    margin-bottom: 5px;
}
.bottom10 {
    margin-bottom: 10px;
}
.top10 {
    margin-top: 10px;
}
.bottom15 {
    margin-bottom: 15px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom25 {
    margin-bottom: 25px;
}
.top25 {
    margin-top: 25px;
}
.bottom30 {
    margin-bottom: 30px;
}
.top30 {
    margin-top: 30px;
}
.bottom35 {
    margin-bottom: 35px;
}
.top40 {
    margin-top: 40px;
}
.bottom40 {
    margin-bottom: 40px;
}
.bottom45 {
    margin-bottom: 45px;
}
.top50 {
    margin-top: 50px;
}
.bottom0 {
    margin-bottom: 0;
}
.nomargin {
    margin: 0;
}
.nopadding {
    padding: 0;
}
.bglight {
    background: #fbfbfb;
}
.bgdefault {
    background: #008dc6;
}
.whitecolor {
    color: #ffffff;
}
.darkcolor {
    color: #222222;
}
.colorblack {
    color: #232323;
}
.defaultcolor {
    color: #ff5a43;
}

.hd {
    border-bottom: 3px solid #ff5a43;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.heading {
    border-bottom: 3px solid #ff5a43;
    display: inline-table;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.heading.whitecolor {
    border-bottom: 3px solid #fff;
}
hr {
    border-color: #eaeaea;
    margin: -1px 0 0;
}


/*img wrap*/
.image {
    overflow: hidden;
	height: 270px;
}
.image, .image img {
    position: relative;
}
.image img {
    width: 100%;
}


/*to align elements*/
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.center-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

/* Social Icons */
ul.social li,
ul.social_simple li {
    display: inline-block;
}
ul.social li a {
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 32px;
    margin: 1px;
    position: relative;
    text-align: center;
    width: 34px;
    z-index: 2;
}
ul.social.white li a {
    border: 1px solid #fff;
}
ul.social_simple.white li a,
ul.social.white li a {
    color: #fff;
}
ul.social li a:hover,
ul.social li a:focus {
    color: #fff;
    border: 1px solid #ff5a43;
}
ul.social_simple li a {
    display: block;
    font-size: 17px;
    line-height: 1;
    margin: 7px 5px;
}
ul.social li a:after{
	background: #ff5a43; 
	border:1px solid #ff5a43;
   position: absolute;
   width: 100%;
   height: 100%;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
   box-sizing: content-box;
  top:-1px;
  left:-1px;
  z-index: -1;
 -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -webkit-transition:opacity 0.3s, -webkit-transform 0.2s;
  transition:opacity 0.3s, -webkit-transform 0.2s;
  -o-transition:opacity 0.3s, -o-transform 0.2s;
  transition:transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s, -webkit-transform 0.2s, -o-transform 0.2s;
  
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
ul.social li a:hover::after, 
ul.social li a:focus::after{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}


/*Back to Top Button*/
.back-top {
    background: #515A5F;
    color: #fff;
    bottom: 30px;
    -webkit-box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
    box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
    font-size: 20px;
    height: 38px;
    line-height: 34px;
    position: fixed;
    text-align: center;
    width: 38px;
    z-index: 1600;
    opacity: 0;
    right: 2rem;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.back-top-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.back-top:hover,
.back-top:focus {
    color: #fff;
}


/* ---- Buttons ---- */
.button {
	text-align: center;
    display: block;
    width: 120px;
    margin: 0px auto;
    padding: 10px;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	border: 2px solid transparent;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform: capitalize;
	font-size: 14px;
  	font-weight: bold;
}
.button > i {
    font-size: 16px;
    vertical-align: middle;
}
.button.dark, .button.light,
.button.dark, .button.active {
    color: #ffffff;
}
.button.active {
    background: #ff5a43;
}
.button.light {
    background: #008dc6;
}
.button.red {
    background: #ff5a43;
    color: #fff;
}
.button.red:hover{
    background: #222;
    border-color: #222;
}
.button.white {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #515A5F;
}
.button:hover, 
.button:focus {
    background: #ff5a43;
    border: 2px solid #ff5a43;
    color: #fff;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
    }
}
@-moz-keyframes hvr-ripple-out {
    100% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
    }
}
@-o-keyframes hvr-ripple-out {
    100% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out {
    100% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
    }
}

.readmore {
    display: inline-block;
    font-size: 13px;
    position: relative;
    padding: 0 5px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.readmore::before {
	content: "";
	opacity: 0;
	visibility: hidden;
	height: 2px;
	width: 20px;
	display: inline-block;
	background: #ff5a43;
	vertical-align: middle;
}
.readmore:hover::before {
    opacity: 1;
    margin-right: 5px;
    visibility: visible;
}

/* Helper Classes ends */


/* transitions*/
a, *:before, *:after, img, input, nav, span,
button, .overlay, .icon-item, .icon-item > span,
.owl-carousel .owl-prev, .owl-carousel .owl-next {
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

/* ------ Topbar Starts ------ */
.topbar {
    position: relative;
    top: 0;
    width: 100%;
    background: #008dc6;
    color: #fff;
}
.topbar .topbar-cell {
    display: inline-block;
    font-size: 12px;
    margin: 0.625rem 0;
    padding-right: 1rem;
}
.topbar .topbar-cell i {
    margin-right: 3px;
    font-size: 14px;
}
.topbar .topbar-cell p {
    margin: 0;
    font-size: 12px;
}
.topbar ul, .topbar ul li {
    display: inline-block;
}
.topbar ul li {
    border-left: 1px solid #0273a1;
}
.topbar ul li a {
	padding: 0.5rem 0.875rem;
	display: block;
}
.topbar ul li a:hover,
.topbar ul li a:focus {
    background: #0273a1;
}

/* ------ Topbar Starts ------ */


/* ------ Headers Starts ------ */
nav.navbar.navbar-default {
    border-bottom: none;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    padding: 4px 0;
}
nav.navbar.bootsnav.sticked {
    padding: 2px;
    box-shadow: 0px 1px 3px #000;
}
nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent !important;
    float: right;
    margin-right: 0;
    margin-top: 12px;
    color: #222;
    line-height: 1;
}
.navbar-right {
    margin-right: 0;
}
.t-b {
	border:3px double #fff;
	padding:10px;
}
.drh {
	width:100%;
}
.navbar-brand {
    height: auto;
    padding: 0px;
    margin-left: 0 !important;
}
.navbar-brand > img {
    width: 380px;
}
nav.navbar.bootsnav ul.nav > li {
	margin: 0 14px;
}
nav.navbar.bootsnav ul.nav > li > a {
	font-weight: 400;
	padding: 20px 0;
	font-size: 16px;
	text-transform: capitalize;
	border: none;
	color: #333;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a {
    color: #fb2415;
}

/*DropDowns*/
.dropdown-menu.animated,
.collapse navbar-collapse .animated {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
}
.navbar-right .dropdown-menu {
    left: 0;
}
.dropdown-menu {
    border: none !important;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .6);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .6);
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a,
.dropdown-menu > li > a, ul.menu-col li {
    padding: 3px 16px;
    font-size: 13px;
    position: relative;
    font-weight: 300;
    margin: 0;
    border: none;
    color: #555555;
}
.wrap-sticky {
	height:auto !important;
}
.dropdown-menu li a::after {
    content: "\f105";
    font-family: "FontAwesome";
    opacity: 0;
    position: absolute;
    left: 10px;
}
.dropdown-menu li a:hover{
    margin-left:5px;
}
.dropdown-menu li a:hover::after {
    opacity: 1;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
    content: "\f107";
    font-family: "FontAwesome";
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover,
.dropdown-menu > li > a, ul.menu-col li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:focus,
.dropdown-menu > li > a, ul.menu-col li a:focus {
    color: #ff5a43;
}
nav.bootsnav .megamenu-content .title {
    padding: 5px 14px;
    font-weight: 600;
}

/*Side Items*/
.side_item {
    display: inline-block;
    float: right;
    margin: 5px 0 0 1.5rem;
    position: relative;
}

@media screen and (max-width: 1200px) {
    /*Header*/
    nav.navbar.bootsnav ul.nav > li {
        margin: 0 0.75rem;
    }
    nav.navbar.bootsnav ul.nav > li a {
        font-size: 13px;
    }
}
@media screen and (max-width: 992px) {
    nav.navbar.bootsnav.brand-center .navbar-toggle {
        display: inline-block;
    }
    nav.navbar.bootsnav .navbar-brand {
        float: none !important;
    }
    nav.navbar.bootsnav .navbar-brand > img {
        display: inline-block;
    }
    /*nav.navbar.bootsnav .navbar-brand {
        height: auto;
        padding: 11px 10px 11px 5px;
        margin-left: 0 !important;
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
        display: block;
    }*/
    nav.navbar.bootsnav ul.nav > li {
        margin: 0;
    }
    nav.navbar.bootsnav ul.nav > li a {
        padding: 14px 2px;
    }
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
        display: none;
    }
    nav.navbar.bootsnav .navbar-toggle {
        float: left;
    }
}
@media screen and (max-width: 767px) {
    .topbar {
        text-align: center;
    }
}
@media screen and (max-width: 320px) {
    .navbar-brand > img {
        width: 90px;
    }
    .topbar {
        text-align: center;
    }
}
/*-----  Headers Ends ------ */


/* ------ main Slider Starts ------ */
.rev_slider h2{
    font-size: 3rem;
}
.rev_slider p{
    font-size: 1.125rem;
}
/* ------ main Slider ends ------ */


/* ------ OWL slider ------ */
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    background: #008dc6;
    color: #fff;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-top: -34px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 52px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.owl-carousel .owl-prev {
    left: -10px;
}
.owl-carousel .owl-next {
    right: -10px;
}
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    visibility: visible;
    opacity: 1;
}
.owl-carousel:hover .owl-prev {
    left: 0;
}
.owl-carousel:hover .owl-next {
    right: 0;
}
.owl-carousel .owl-prev:before,
.owl-carousel .owl-next:before {
    content: '';
    position: absolute;
    border: #ff4157 solid 2px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.owl-carousel .owl-prev:hover:before,
.owl-carousel .owl-prev:focus:before,
.owl-carousel .owl-next:hover::before,
.owl-carousel .owl-next:focus::before {
    -webkit-animation-name: hvr-ripple-out;
    -moz-animation-name: hvr-ripple-out;
    -o-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    opacity: 1;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background: #ff4157;
    color: #fff;
}

/*owl main home banner*/
.home-fader .item{
    position: relative;
}
.home-fader .item .owl-caption {
    position: absolute;
    width: 100%;
    z-index: 5;
}

/* ------ OWL Slider ends ------ */


/* ------ Page Header starts ------ */
.page-header {
    border: none;
    margin: 0;
    padding: 9rem 0 6.5rem;
    background: url(../images/page-header.jpg) no-repeat;
}
.contact-header {
    background: url(../images/page-header-contact.jpg) no-repeat;
}
.page-header,
.contact-header {
    background: url(../images/page-header.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
/*.page-header h2 {
    font-size: 1.875rem;
    font-weight: bold;
}*/
.page-header .page-content {
    background: rgba(255, 255, 255, .9);
    max-width: 430px;
    padding: 3rem;
    margin-bottom: 5.75rem;
}
.page-header .link-wrap {
    background: rgba(0, 174, 239, 0.7);
    padding: 1.5rem 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}
.breadcrumb li {
    font-size: 13px;
    text-transform: capitalize;
    margin-right: 5px;
}
.breadcrumb li a {
    color: #fff;
}
.breadcrumb li.active,
.breadcrumb li a:hover,
.breadcrumb li a:focus {
    color: #ff5a43;
}

/* ------ Page Header ends ------ */


/* ------ About Us starts ------ */
blockquote {
    background: #fbfbfb;
    border-color: #008dc6;
    font-style: italic;
    margin: 0;
    padding: 1.25rem;
    font-weight: 500;
}

/*half blocks*/
.equalizer {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: table;
}
.equalizer .equal-cell {
    display: table-cell;
    vertical-align: middle;
}
.equal-inner {
    padding: 4.5rem 3rem;
}

@media screen and (max-width: 767px) {
    .equalizer .equal-cell {
        display: block;
        width: 100%;
    }
}


/* ------ About Us ends ------ */


/* ------ Service starts ------ */

/*services home page*/
#service-slider h5 {
	text-align:center;
	margin:10px 0px;
}
.service-item .service-bottom {
    background: #008dc6;
    border-top: 4px solid #ff5a43;
    padding:.5rem 1rem;
}
.service-item .service-bottom h5 {
    font-weight: 500;
}

/*service icon box*/
.icon-item {
    position: relative;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 3rem 1rem;
    text-align: center;
}
.icon-item > span {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 40px;
    text-align: center;
    background: #008dc6;
    position: relative;
    color: #fff;
}
.icon-item h4 {
    text-transform: capitalize;
}
.icon-item:hover {
    background: #008dc6;
    color: #fff;
}
.icon-item:hover h4 {
    color: #fff;
}
.icon-item:hover > span {
    background: #fff;
    color: #008dc6;
}

/* ------ Service starts ------ */


/* ------ Parallax backgrounds starts ------ */
#parallax-home {
    background: url(../images/parallax-overlay.jpg) no-repeat;
    background-attachment: fixed !important;
    background-position: center center !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
ul.hours_wigdet li {
    border-bottom: 2px dashed #929292;
    padding: 10px 0;
    font-size: 1.125rem;
}
.about p {
	line-height:30px;
    text-align: justify;
    color: #fff;
}
.about ul li {
	list-style:disc;
	line-height:30px;
    text-align: justify;
    color: #fff;
}
.opd {
	text-align:center;
	margin-top:20px;
}
.opd p {
	text-align:center;
}
ul.hours_wigdet.whitecolor li {
    color: #fff;
    border-bottom: 2px dashed #fff;
}

ul.hours_wigdet li:first-child {
    padding-top: 0;
}
ul.hours_wigdet li > span {
    float: right;
    font-weight: 600;
}
.iconic-box i {
    font-size: 36px;
}
.iconic-box h4 {
    font-weight: bold;
}

/*Video Background*/
#bg-videosimple {
    background: url(../images/bg-newslatter.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

/*Counters*/
#counter-bg {
    background: url(../images/bg-counters.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
#counter-bg::before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 174, 239, .8);
    position: absolute;
}
.counters .count_nums {
    font-weight: bold;
}


/* ------ Parallax ends ------ */


/* ------ Our Team / Doctors ------ */
.staff-item {
    position: relative;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.staff-item:hover {
    -webkit-box-shadow: 0 10px 14px -10px #090505;
    box-shadow: 0 10px 14px -10px #090505;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.staff-item .staff-oppupation {
    padding: 2.25rem 0.5rem;
    border-bottom: 3px solid #c5c5c5;
}
.staff-item .staff-oppupation h5 {
    font-weight: 500;
}
.staff-item .staff-oppupation span {
    font-size: 12px;
}
.staff-item.floated h3 {
    font-weight: bold;
}
.staff-item.floated .staff-oppupation {
    padding: 4rem 2.5rem;
    background: #fff;
}
.overlay {
    position: absolute;
    background: rgba(0, 174, 239, .9);
    color: #fff;
    padding: 1rem;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.overlay h6 {
    font-weight: bold;
    margin: 2px 0;
}
.staff-item:hover .staff-oppupation {
    border-bottom: 3px solid #008dc6;
}
.staff-item:hover .overlay {
    opacity: 1;
    visibility: visible;
}

/*Doctor info*/
.doctor-detail blockquote {
    border: none;
    background: transparent;
    font-size: 1rem;
    position: relative;
    padding: 5px 45px;
    font-family: 'Open Sans', sans-serif;
}
.doctor-detail blockquote::before {
    content: "\f10d";
    left: 0;
    top: 0;
}
.doctor-detail blockquote::after {
    content: "\f10e";
    right: 0;
    bottom: 0;
    text-align: right;
}
.doctor-detail blockquote::before,
.doctor-detail blockquote::after {
    font-family: FontAwesome;
    color: #ff5a43;
    width: 40px;
    position: absolute;
    font-size: 20px;
}
.doctor-info li {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
}
.doctor-info li > span,
.doctor-info li .text {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.doctor-info li > span {
    font-weight: bold;
    padding-right: 15px;
    width: 110px;
}
.doctor-info li .text p {
    margin: 0 0 5px 0;
    font-size: 15px;
}

/* ------ Our Team ------ */


/* ------ News & Blog ------ */
/*blog home page*/
.news-item .news-bottom {
    background: #fafafa;
    border-top: 4px solid #ff5a43;
    padding: 2rem 1.5rem;
}
.news-item .news-bottom h4 {
    /*font-weight: 600;*/
}
.news-item.blog-cols {
    -webkit-box-shadow: 0 0 2px 0 rgba(130, 121, 121, 0.6);
    box-shadow: 0 0 2px 0 rgba(130, 121, 121, 0.6);
    background: #fff;
}
.blog-cols .news-bottom {
    background: transparent;
    border: none;
    padding: 1.5rem 1rem 1.5rem 0;
}
.news-item:hover .news-bottom h6 {
    color: #ff5a43;
}

/*comments about posts*/
.share-meta {
    display: block;
}
.share-meta a {
    display: inline-block;
    font-size: 12px;
    margin: 0 12px;
}
.share-meta a:first-child {
    margin-left: 0;
}
.share-meta a:last-child {
    margin-right: 0;
}
.share-meta a > i {
    margin-right: 3px;
    color: #ff5a43;
}

/*Date About a POst*/
.blog-date {
    background: #fff;
    border-top: 4px solid #ff5a43;
    -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.15);
    display: inline-block;
    font-size: 12px;
    margin-top: -75px;
    overflow: hidden;
    padding: 0.625rem 0.875rem;
    position: absolute;
    right: 1rem;
    text-align: center;
    width: 64px;
    z-index: 3;
}

/*Blog pagination*/
.pagination-wrapp .navi-post {
    position: relative;
    display: inline-block;
    padding: 0.75rem 2rem;
    font-size: 13px;
    font-weight: bold;
    background: #eaeaea;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: transparent solid 4px;
}
.pagination-wrapp .navi-post:before {
    content: '';
    position: absolute;
    border: #ff5a43 solid 4px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.pagination-wrapp .navi-post:hover:before,
.pagination-wrapp .navi-post:focus:before {
    -webkit-animation-name: hvr-ripple-out;
    -moz-animation-name: hvr-ripple-out;
    -o-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    opacity: 1;
}
.pagination-wrapp .navi-post:hover,
.pagination-wrapp .navi-post:focus {
    background: #ff5a43;
    border: 4px solid #ff5a43;
    color: #fff;
}

/*quotes*/
.news-item blockquote {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    background: transparent;
}

/*Sidebar elements*/
.widget {
    background: #fff;
    padding: 1.875rem 0.875rem;
    -webkit-box-shadow: 0 0 2px 0 rgba(130, 121, 121, 0.6);
    box-shadow: 0 0 2px 0 rgba(130, 121, 121, 0.6);
}
.widget .footer_email input.email {
    background: #f9f9f9;
}

/*archive post*/
.our-archives {
    display: table;
    position: relative;
    overflow: hidden;
}
.our-archives .arch-object,
.our-archives .arch-body {
    display: table-cell;
    vertical-align: middle;
}
.our-archives .arch-object {
    width: 70px;
}
.our-archives .arch-object > img {
    width: 100%;
}
.our-archives .arch-body {
    padding-left: 15px;
}
.our-archives .arch-body h4 {
    font-size: 14px;
}
.our-archives:hover h4 {
    color: #008dc6;
}

/*tags*/
.our-tags li {
    display: inline-block;
}
.our-tags li a {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    margin: 2px 0;
    padding: 5px 16px;
    border: 1px solid #acacac;
    display: block;
    position: relative;
}
.our-tags li a:hover,
.our-tags li a:focus {
    border-color: #008dc6;
    background: #008dc6;
    color: #fff;
}

/*Tweets fading*/
.tweet-box {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    position: relative;
    padding: 1.875rem 0.875rem;
    margin-bottom: 20px;
}
.tweet-box::before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #f7f7f7;
    bottom: -21px;
    left: 0;
}
.tweet-box .tweet-name {
    color: #008dc6;
    font-weight: 600;
    display: inline-block;
    font-size: 12px;
}

/*Paginations*/
.pagination li {
    display: inline-block;
    margin: 0 3px;
}
.pagination li a {
    display: block;
    padding: 0;
    background: #eaeaea;
    height: 36px;
    width: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    border: 2px solid transparent;
    color: #222222;
    float: none;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
}
.pagination li a:hover, .pagination li a:focus,
.pagination li.active a:hover,
.pagination li.active a:focus {
    background: #008dc6;
    color: #fff;
    border: 2px solid #008dc6;
}
.pagination li.active a {
    background: #ff5a43;
    border: 2px solid #ff5a43
}

@media screen and (max-width: 992px) {
    #ourblog h2 {
        font-size: 1.5rem;
    }
    .blog_item .swiper-container,
    .blog_item .swiper-container .blog_slider > img {
        height: 330px;
    }
    .blog_slider .blog_inner {
        padding: 1.25rem 1rem;
    }
    .blog_item h3 {
        font-size: 1.22rem;
    }
}

/* ------ Our Blog ------ */


/* ------ Customers / Clients ------ */

#clients-home {
    background: url(../images/bg-clients.jpg) no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.testimonial-bg{
    background: rgba(255,255,255,.6);
    padding: 3.5rem 2rem;
}
#testimonial-slider .client-name{
    text-transform: capitalize;
    color: #008dc6;
    margin-bottom: 5px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
}
#testimonial-slider .client-profession {
    display: block;
    font-size: 12px;
}
#testimonial-slider p{
    font-size: 17px;
}
/* ------ Customers / Clients ends ------ */


/* ------ Form contact / appointment / login starts ------ */

#appointment-bg {
    background: url(../images/bg-appointment.jpg) no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    border-top: 4px solid #ff5a43;
    padding: 3rem 1.875rem;
}
.appoint-doctor {
    background: url(../images/bg-contact.jpg) no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.appoint-parallax {
    background: url(../images/appointment.jpg) no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left center;
    background-attachment: fixed;
    width: 50%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}
.login-box {
    background: #fff;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem;
}
.login-box::before {
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #eaeaea;
    position: absolute;
}
.callus .form-group {
    margin-bottom: 10px;
}
.form-n {
	margin:0px 0px 20px;
	text-align:center;
}
.small-space.form-group {
    margin-bottom: 0.875rem;
}
.callus .form-group:last-child {
    margin-bottom: 0;
}
.callus .row {
    margin-right: -5px;
    margin-left: -5px;
}
.callus .col-sm-12,
.callus .col-sm-6,
.callus .col-sm-4,
.callus .col-sm-3 {
    padding-left: 5px;
    padding-bottom: 5px;
}
.callus .form-control {
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #d3d3d3;
    font-size: 14px;
    height: 44px;
    padding: 12px;
    position: relative;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    -moz-transition: border .3s ease;
    transition: border .3s ease;
}
.form-control:focus {
    border: 1px solid #008dc6;
}
textarea {
    min-height: 140px;
    resize: none;
}

/*select*/
.bootstrap-select .btn-default {
    background-color: transparent;
    border: none;
    outline: none;
    height: 44px;
    padding: 12px;
    top: 0;
    position: absolute;
    left: 0;
}
.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.bootstrap-select .dropdown-toggle:focus {
    outline: none;
    background-color: transparent;
    color: #555 !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle {
    outline: none !important;
}
.btn-group.open .dropdown-toggle,
.btn-group.open .dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 0;
}

/*checkbox*/
.control-checkbox {
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-left: 30px;
    position: relative;
}
.control-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.control-checkbox .control_indicator {
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
}
.control-radio .control_indicator {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.control-checkbox:hover input ~ .control_indicator,
.control-checkbox input:focus ~ .control_indicator {
    background: #ccc;
}
.control-checkbox input:checked ~ .control_indicator {
    background: #008dc6;
}
.control-checkbox:hover input:not([disabled]):checked ~ .control_indicator,
.control-checkbox input:checked:focus ~ .control_indicator {
    background: #008dc6;
}
.control-checkbox .control_indicator:after {
    position: absolute;
    display: none;
    content: '';
}
.control-checkbox input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    -o-border-image: none;
    -webkit-border-image: none;
    -moz-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 13px;
    left: 7px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
}
.appoint-doctor .form-control {
    background: rgba(255, 255, 255, .45);
    color: #fff;
}
.login-here .form-control {
    border: none;
    border-bottom: 1px solid #d3d3d3;
}
.login-here .button {
    width: 100%;
}

/*Contact Box*/
.contact-info {
    border: 2px solid #008dc6;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    padding: 0 1rem 2.5rem 1rem;
    text-align: center;
}
.contact-info h2 {
    font-weight: bold;
    text-transform: lowercase;
    font-size: 18px;
}
.contact-info span {
    background: #fff;
    display: inline-block;
    position: relative;
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
    width: 140px;
    z-index: 2;
}
.contact-info i {
    background: #008dc6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 45px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
}

/*map on contact*/
.wrapper-map {
    border: 5px solid #eaeaea;
}
#googleMap {
    height: 360px;
    width: 100%;
}

/*contact metas*/
.findus .address {
    overflow: hidden;
}
.findus .address p {
    margin: 0;
}
.findus .address > span,
.findus .address .text {
    display: table-cell;
}
.findus .address > span {
    background: #f7f7f7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    border: 1px solid #eaeaea;
    text-align: center;
    font-size: 24px;
    line-height: 64px;
}
.findus .address:hover > span {
    background: #008dc6;
    color: #fff;
}
.findus .address .text {
    vertical-align: middle;
    padding-left: 10px;
}
.block {
    display: block;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    #contactus .bghalf {
        position: absolute;
    }
}

/* ------ Form contact / appointment ends ------ */


/* ------ Logos Starts ------ */
.logo-img{
    position: relative;
    padding: 1rem;
    text-align: center;
    height: 130px;
}
.logo-img > img{
    display: inline-block !important;
    width: auto !important;
    position: absolute;
    left: 50%; right: 50%;
    top: 50%; bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/* ------ Logos ends ------ */

/* ------ Error 404 Starts ------ */
.error-content h1 {
    font-size: 2.5rem;
    font-weight: 300;
}
.error-content .image {
    margin: 3rem 0;
}
.error-content .error-opps {
    display: inline-block;
    max-width: 300px;
}

/* ------ Error 404 ends ------ */


/* ------ FAQ Starts ------ */
.faq-box {
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.faq-box .center-block {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.faq-wrapp .panel-default > .panel-heading {
    background-color: #008dc6;
}
.faq-wrapp .panel-title > a {
    display: block;
    position: relative;
    padding: 7px;
}
.faq-wrapp .panel-title a:before {
    content: "\f068";
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    right: 0;
}
.faq-wrapp .panel-title a.collapsed:after {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    right: 0;
}
.faq-wrapp .panel-title a.collapsed:before {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    right: 0;
    display: none;
}
.faq-wrapp .panel-default > .panel-heading {
    color: #fff;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.faq-wrapp .panel-group .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
}
.faq-wrapp .panel-body {
    background: #008dc6;
    border: none !important;
    color: #fff;
}
/* ------ FAQ ends ------ */


/* ------ Footer Starts ------ */
.footer-bg{
    background: #000;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: #fff;
    padding: 25px 0px;
}
.footer-logo {
    display: inline-block;
}
.footer-address {
    margin-left: 30px;
}
.footer-address > i {
	font-size: 24px;
	margin-left: -40px;
	vertical-align: middle;
	width: 40px;
	text-align: left;
}
.instagram-feed .row {
    margin-left: -2px;
    margin-right: 2px;
}
.instagram-feed [class*="col-"] {
    padding-left: 2px;
    padding-right: 2px;
}
.instagram-feed .instagram-item {
    width: 100%;
    display: block;
    margin: 2px 0;
}
.instagram-feed .instagram-item > img {
    width: 100%;
}
.footer_email {
    display: table;
}
.footer_email .form-group {
    margin-bottom: 0;
}
.footer-col .footer_email input.email {
    background: #fff;
}
.footer_email input.email {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    height: 40px;
    max-width: 170px;
    left: 0;
    top: 0;
    padding: 12px;
    display: table-cell;
}
.footer_email .btn-newes {
	color: #fff;
	height: 40px;
	top: 0px;
	display: table-cell;
	padding: 5px 1.5rem;
	right: 5px;
	vertical-align: top;
}
.footer-col ul.hours_wigdet li {
    font-size: 14px;
    padding: 10px;
}
.footer-col ul.hours_wigdet li:first-child {
    padding-top: 0;
}
.copyright {
    padding-top: 1.5rem;
    border-top: 1px solid #cdcbcb;
    font-size: 12px;
}
.copyright .footer_email input.email {
    width: 400px;
    max-width: 75%;
}

.footer-col ul.widget_links li {
	margin-top: 10px;    
}
.footer-col ul.widget_links li a {
	font-size: 14px;
}
.footer-col ul.widget_links li a::before {
	content: "\f105";
	font-family: fontawesome;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 9px;
}
.footer-col ul.widget_links li a:hover,
.footer-col ul.widget_links li a:focus {
    color: #ff5a43;
}

/* ------ Footer ends ------ */


/* ------ PreLoader ------ */
.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1200;
    background: #fff;
    overflow: hidden;
}
.preloader {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: -o-transform .2s;
  -moz-transition: transform .2s, -moz-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
  pointer-events: none;
}
.preloader .artifact {
  position: absolute;
}
.preloader .cross {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-animation: spin 1.45s infinite linear reverse;
  -moz-animation: spin 1.45s infinite linear reverse;
  -o-animation: spin 1.45s infinite linear reverse;
  animation: spin 1.45s infinite linear reverse;
}
.preloader .cross:before, .preloader .cross:after {
  content: '';
  width: 15px;
  height: 40px;
  background: #ff5a43;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.preloader .cross:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.preloader .semi-circle {
  width: 110px;
  height: 110px;
  border: 10px solid;
  border-color: transparent #008dc6 #008dc6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  margin-top: -55px;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.preloader.is-hidden {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.preloader.is-hidden .artifact {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ------ PreLoader Ends ------ */


@media screen and (max-width: 1199px) {
   html {
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {

    html {
        font-size: 14px;
    }
    h2,.h2 {
        font-size: 2.5rem;
    }
    .button {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 13px;
    }
    .button {
        font-size: 13px;
    }
    
}
@media screen and (max-width: 480px) {
    .button {
        font-size: 12px;
    }
	.navbar-brand > img {
    width: 100%;
	}
}

