s/*
Author       : Tech Trek.
Template Name: Cleveland - Responsive Health And Medical Html Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE 
    02. START HEADER STYLE 
	03. START SLIDER STYLE
	04. START ABOUT STYLE
	05. START GALLERY STYLE
	06. START COUNTER STYLE
	07. START SERVICE STYLE
	08. START DOCTOR STYLE
	09. START CALL TO ACTION STYLE
	10. START FAQ & TESTIMONIAL STYLE
	11. START APPOINTMENT SECTION STYLE
	12. START BLOG SECTION STYLE
	13. START CLIENT SECTION STYLE
	14. START FOOTER SECTION STYLE
	15. START ABOUT PAGE STYLE
	16. START SINGLE SERVICE PAGE STYLE
	17. START GALLERY PAGE STYLE
	18. START APPOINTMENT PAGE STYLE
	19. START FAQ PAGE STYLE
	20. START REPORT PAGE STYLE
	21. START ERROR PAGE STYLE
	22. START BLOG PAGE STYLE
	23. START BLOG SINGLE PAGE STYLE
	24. START CONTACT PAGE STYLE
	25. START HOME 2 PAGE STYLE
	26. START HOME 3 PAGE STYLE
	27. START SHOP PAGE STYLE
	28. START SINGLE PRODUCT PAGE STYLE
	29. START PRODUCT CHECKOUT PAGE STYLE
	30. START CART PAGE STYLE
	=============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #777777;
    line-height: 1.9em;
    font-weight: 400;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}
html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
a {
    color: #034ea2;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:focus,
a:hover {
    color: #034ea2;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    line-height: 26px;
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

/*START PRELOADER DESIGN*/
#page-preloader {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
.preloader-wrench {
	background: rgb(255,255,255);
	color: rgb(0,0,0);
	font: 34px "Helvetica Neue", sans-serif;
	line-height: 213px;
	text-align: center;
	position: relative;
	display: block;
	height: 58px;
	position: relative;
	width: 58px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -35px;
}
.preloader-wrench::before, .preloader-wrench::after {
	position: absolute;
	font-smoothing: none;
		-o-font-smoothing: none;
		-ms-font-smoothing: none;
		-webkit-font-smoothing: none;
		-moz-font-smoothing: none;
}
.preloader-wrench::before {
	animation: preloader-spin 2.2s linear infinite;
		-o-animation: preloader-spin 2.2s linear infinite;
		-ms-animation: preloader-spin 2.2s linear infinite;
		-webkit-animation: preloader-spin 2.2s linear infinite;
		-moz-animation: preloader-spin 2.2s linear infinite;
	box-shadow: 0 0 0 2px rgb(0,0,0);
	color: rgb(255,255,255);
	content: "+";
	font-size: 225px;
	height: 55px;
	line-height: 0;
	left: 0;
	top: 0;
	text-indent: -36px;
	transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
	width: 55px;
}
.preloader-wrench::after {
	content: "";
	background: rgba(3,78,162,0.95);
	height: 30px;
	width: 30px;
	position: absolute;
	top: 13px;
	left: 13px;
}

@keyframes preloader-spin {
	0% {
		transform: scale(1) rotate(0deg) translateZ(0);
	}
	10%, 20% {
		transform: scale(1.4) rotate(0deg) translateZ(0);
	}
	30%, 45% {
		transform: scale(1.4) rotate(-90deg) translateZ(0);
	}
	55%, 100% {
		transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-o-keyframes preloader-spin {
	0% {
		-o-transform: scale(1) rotate(0deg) translateZ(0);
	}
	10%, 20% {
		-o-transform: scale(1.4) rotate(0deg) translateZ(0);
	}
	30%, 45% {
		-o-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}
	55%, 100% {
		-o-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-ms-keyframes preloader-spin {
	0% {
		-ms-transform: scale(1) rotate(0deg) translateZ(0);
	}
	10%, 20% {
		-ms-transform: scale(1.4) rotate(0deg) translateZ(0);
	}
	30%, 45% {
		-ms-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}
	55%, 100% {
		-ms-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-webkit-keyframes preloader-spin {
	0% {
		-webkit-transform: scale(1) rotate(0deg) translateZ(0);
	}
	10%, 20% {
		-webkit-transform: scale(1.4) rotate(0deg) translateZ(0);
	}
	30%, 45% {
		-webkit-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}
	55%, 100% {
		-webkit-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-moz-keyframes preloader-spin {
	0% {
		-moz-transform: scale(1) rotate(0deg) translateZ(0);
	}
	10%, 20% {
		-moz-transform: scale(1.4) rotate(0deg) translateZ(0);
	}
	30%, 45% {
		-moz-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}
	55%, 100% {
		-moz-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

/*END PRELOADER DESIGN*/

/*START SCROLL TO TOP*/
.topcontrol {
    background: #034ea2;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.topcontrol {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
}
.topcontrol:before {
  position: absolute;
  content: "";
  border: white solid 2px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.topcontrol:hover:before {
  opacity: 1;
}
.topcontrol:hover {
    color: #fff;
}
/*END SCROLL TO TOP*/


/* HELPER CLASSES */
.section-padding {
    padding: 25px 0;
    position: relative;
    float: left;
    width: 100%;
}
.section-back-image {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.section-back-image-2 {
    background-size: cover;
    background-position: center center;
}
.bg-gray {
    background-color: #f9f9f9 !important;
}
.bg-gray-2 {
    background-color: #f5f5f5 !important;
}
.bg-dark {
    background-color: #333 !important;
}
.bg-theme {
    background-color: #034ea2 !important;
}
.custom-color-1 {
	color: #d14836 !important;
}
.custom-color-2 {
	color: #1da1f2 !important;
}
.overlay,
.overlay-2 {
    position: relative;
    z-index: 1;
}
.overlay:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background: -moz-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
	background: -webkit-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
    background: linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
}
.overlay-2:before {
	background: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

/*START SECTION TITLE DESIGN*/

.section-title {
    margin-bottom: 20px
}
.section-title h3 {
  color: #333;
  font-size: 35px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 20px;
}
.section-title h3:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  background: #333;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -6px;
}
.section-title span {
  color: #034ea2;
}
.section-title span.line {
  height: 10px;
  width: 10px;
  background: #333;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
}
.section-title p {
  margin-top: 25px;
}
.section-title.section-title-left span.line {
	margin: 0 30px;
}
.section-title.section-title-left h3:after {
	margin: 0;
}



/*END SECTION TITLE DESIGN*/

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

/* top area */
.top-area {
  background: #F6F6F6;
}
.top-area p {
	color: #666;
	font-weight: 500;
	line-height: 58px;
}
.main-header .top-area .info-menu {
	float: right;
}
.main-header .top-area .info-menu li {
	display: inline-block;
}
.main-header .top-area .info-menu li a {
	display: block;
	color: #333;
	margin-right: 24px;
	line-height: 50px;
}
.header-social {
  text-align: left;
}
.header-social ul li {
  display: inline-block;
}
.header-social ul li a {
  font-size: 16px;
  color: #666;
  padding: 11px;
}
.header-social ul li a:hover {
  color: #034ea2;
}
.header-social ul li a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	background: transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.header-social ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.header-social ul li a:hover:before, .header-social ul li afocus:before, .header-social ul li a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* logo area */

.logo-area {
	padding: 40px 0;
}

.logo-area .header-info-box {
	position: relative;
	float: left;
	margin-left: 61px;
	padding: 0 0 0 40px;
}
.logo-area .header-info-box .header-info-icon {
	position: absolute;
	left: 0;
	top: 5px;
	color: #034ea2;
	font-size: 20px;
	text-align: left;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.logo-area .header-info-box h6 {
	margin: 5px 0 0;
}
.logo-area .header-info-box p {
    color: #666;
} 
.logo-area .header-info-box:last-child {
    padding-left: 12px;
    border: none;
}
.logo-area .navbar-form {
	border: 0 none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	width: auto;
}
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.logo-area .navbar-form .form-control {
	height: 45px;
	width: 225px;
	background: #fff;
	border-radius: 0;
}
.logo-area form .btn {
	color: #fff;
	background-color: #333;
	height: 45px;
	width: 50px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0;
}
.logo-area form .form-group i {
	position: absolute;
	right: 15px;
	top: 33%;
}
.header-quote-btn {
  padding: 12px 57px;
  background: #333;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header-quote-btn:hover,
.header-quote-btn:focus {
  color: #fff;
}
.header-quote-btn:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #034ea2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header-quote-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* menu style */

.sticky-menu {
	position: relative;
	z-index: 999;
	width: 100%;
}
.mainmenu-area.menu-animation {
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.mainmenu-area {
  background: #333;
  width: 100%;
  position: relative;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.mainmenu-area .navbar {
  padding: 0;
}
.mainmenu-area .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 30px;
}
.mainmenu-area .navbar-nav .active .nav-link {
  background-color: #034ea2;
}
.mainmenu-area .navbar-nav .nav-link:hover {
  background-color: #034ea2;
}
.mainmenu-area .navbar-nav .dropdown .nav-link:after {
	position: absolute;
	content: "\eb89";
	font-family: 'IcoFont' !important;
	top: auto;
	right: auto;
	font-size: 14px;
	padding-left: 10px;
}
.dropdown-menu {
	display: block;
	min-width: 235px;
	padding: 0;
	top: 130%;
	visibility: hidden;
	opacity: 0;
	border-radius: 0;
	border: none;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
}
.dropdown-menu:before {
	position: absolute;
	content: "\eb28";
	font-family: 'IcoFont' !important;
	color: #fff;
	font-size: 40px;
	top: -19px;
	left: 20%;
	z-index: 1;
}
.mainmenu-area .navbar ul li:hover .dropdown-menu {
	top: 115%;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.dropdown-menu li:not(:last-child) > a {
	border-bottom: 1px solid #ddd;
}

.dropdown-menu li a {
	color: #333;
	clear: both;
	display: block;
	line-height: 1.42857;
	text-transform: capitalize;
	padding: 12px 0 11px 20px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.dropdown-menu li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #034ea2;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.dropdown-menu li a:hover:before, .dropdown-menu li a:focus:before, .dropdown-menu li a:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
	color: #fff;
}
.mainmenu-area .navbar-nav .dropdown.quick-search .nav-link {
	padding: 15px 65px;
	letter-spacing: 2px;
}

/* header 2 css */

.header-2 .header-social ul li {
	float: left;
}
.header-2 .header-quote-btn {
	padding: 15px 57px;
	background: #fff;
	color: #333;
}
.header-quote-btn {
	padding: 12px 57px;
	background: #333;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.header-quote {
  display: inline-block;
}
.header-quote-btn:hover {
  color: #fff;
}
.header-quote-btn:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #034ea2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header-quote-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.header-2 .mainmenu-area {
  background: #fff;
}
.header-2 .mainmenu-area .navbar-nav .nav-link {
  color: #333;
}
.header-2 .mainmenu-area .navbar-nav .active .nav-link {
	background: #034ea2;
	color: #fff;
}
.header-2 .mainmenu-area .navbar-nav .nav-link {
	padding: 15px 27px;
}
.header-2 .mainmenu-area .navbar-nav .nav-link:hover {
	background-color: #034ea2;
	color: #fff;
}
.header-2 .logo-area {
	padding: 20px 0;
}
.header-2 .dropdown-menu:before {
	color: #eee;
}

/* header 3 */

.header-3 .logo-area .header-info-box:last-child {
	padding-left: 35px;
}
.header-3 .logo-area .header-info-box {
	margin-left: 70px;
}
/* header 4 */
.header-4 .mainmenu-area .navbar-nav .nav-link {
	padding: 15px 24px;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER STYLE
* ----------------------------------------------------------------------------------------
*/



s
/*
* ----------------------------------------------------------------------------------------
* 03. START SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

.slider-section {
	float: left;
	width: 100%;
	margin-top: -1px;
}
.home-slide-overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
	background: -moz-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
	background: -webkit-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
    background: linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
}
.home-single-slide {
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    display: table;
    height: 600px;
    width: 100%;
}
.home-single-slide-inner {
    display: table-cell;
    vertical-align: middle;
}
.home-single-slide-dec {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-single-slide p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.home-single-slide p:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: #fff;
  left: 0;
  top: 32px;
  display: block;
}
.home-single-slide h2 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.home-single-slide span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0;
}
.home-single-slide span i {
  padding-right: 5px;
}

.home-btn-1 {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
  margin-right: 15px;
}
.home-btn-1 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.home-btn-1:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #034ea2;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.home-btn-1:hover:before, .home-btn-1:focus:before, .home-btn-1:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.home-btn-1:hover, .home-btn-1:focus, .home-btn-1:active {
	color: #034ea2 !important;
}

.home-btn-2 {
  color: #034ea2 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
}
.home-btn-2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.home-btn-2:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #034ea2;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.home-btn-2:hover:before, .home-btn-2:focus:before, .home-btn-2:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.home-btn-2:hover, .home-btn-2:focus, .home-btn-2:active {
	color: #fff !important;
}

.home-slides.owl-theme .owl-nav {
	margin-top: 0;
}
.home-slides.owl-theme .owl-nav div {
    font-weight: 600;
	background: transparent;
	opacity: 0;
    visibility: hidden;
	padding: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.home-slides.owl-theme .owl-nav div i {
	font-size: 40px;
	display: inline-block;
	position: relative;
	top: 10px;
}
.home-slides.owl-theme .owl-nav div:hover {
    background: transparent;
}
.home-slides.owl-theme .owl-nav div {
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.home-slides.owl-theme .owl-nav .owl-prev {
    left: -80px;
}
.home-slides:hover.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.home-slides.owl-theme .owl-nav .owl-next {
    right: -80px;
}
.home-slides:hover.owl-theme .owl-nav .owl-next {
    right: 0px;
}
.home-slides:hover.owl-theme .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.owl-theme.home-slides .owl-dot {
	color: #333;
	font-size: 16px;
	display: inline-block;
	background: #fff;
	padding: 0px 8px;
	margin: 0 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.owl-theme.home-slides .owl-dot:hover {
	background: #333;
	color: #ffff;
}
.owl-theme.home-slides .owl-dot.active {
	background: #333;
	color: #ffff;
}
.owl-theme.home-slides .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
}

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 10;
	overflow: hidden !important;
	margin-top: -1px;
}
.tp-banner-container h2 {
	margin: 20;
	text-transform: 0;
	font-weight: 700;
	font-size: 40px;
}
.tp-banner-container p {
	color: #333;
	text-transform: 0;
}



.single-about-icon {
  position: relative;
}
.single-about-icon img {
  display: inline-block;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.single-about:hover .single-about-icon img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.single-about h5 {
	margin: 22px 0;
	text-transform: uppercase;
}

/* about slider */
.about-slider.owl-theme .owl-nav {
	margin-top: 0;
}
.about-slider.owl-theme .owl-nav div {
	font-size: 30px;
	color: #fff;
    background: #034ea2;
	height: 50px;
	width: 50px;
	line-height: 50px;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	-webkit-transition: 0.5s cubic-bezier(0.91, .27, .52, .84);
	transition: 0.5s cubic-bezier(0.91, .27, .52, .84);
}
.about-slider.owl-theme .owl-nav div:hover {
    background: #333;
}
.about-slider.owl-theme .owl-nav div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about-slider.owl-theme .owl-nav .owl-prev {
    left: -5%;
}
.about-slider:hover.owl-theme .owl-nav .owl-prev {
    left: -10%;
}
.about-slider.owl-theme .owl-nav .owl-next {
    right: -5%;
}
.about-slider:hover.owl-theme .owl-nav .owl-next {
    right: -9%;
}
.about-slider:hover.owl-theme .owl-nav div {
    opacity: 1;
    visibility: visible;
}



.submit-req-btn {
	color: #fff;
	text-transform: 0;
	font-weight: 600;
	background: #034ea2;
	padding: 4px 25px;
	border-radius: 3px;
	margin-top: 20px;
}
.submit-req-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: #034ea2;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.submit-req-btn:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  border-radius: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.submit-req-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.submit-req-btn:hover {
  color: #fff;
}

.section-title-faq p {color: #333;}






/* container width small device */
@media only screen and (max-width: 480px) {
.container,.auto-container {
	width: 90
	%;
}
}
@media only screen and (max-width: 360px) {
.container,.auto-container {
	width: 90%;
}

}
/*EMPLOYEE EMPLOYEER BOX*/

.div-employees {
  background-color: lightgrey;
  width: 300px;
  border: 15px solid green;
  padding: 50px;
  margin: 20px;
}
}