/**
* template:  PLUMPRO

TABLE OF CONTENTS

        + Global
        + Header
        + Header Img
        + Excellence
        + About
        + Service
        + Progress
        + Team
        + Appointment 
        + Testimonials
        + Contact

*/

@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;900&display=swap');


/*************************************************************
*
*                  GLOBAL
*
**************************************************************/


@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20000;
	background-color: #082d53;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #797979;
	line-height: 1.4;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	text-transform: capitalize;
	color: #111;
	line-height: 1.2;
}

h1 {
	font-size: 80px;
	margin-bottom: 50px;
}

h2 {
	font-size: 60px;
	margin-bottom: 30px;
}

h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.suptitle {
	text-transform: uppercase;
	font-weight: 600;
	color: #2b9cbe;
	position: relative;
	display: inline-block;
}

.suptitle:after {
	position: absolute;
	right: -60px;
	top: 50%;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #2b9cbe;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

a {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	text-decoration: none;
	display: inline-block;
}

img {
	max-width: 100%;
	display: block;
	height: auto;
}

.btn {
	padding: 20px 30px;
	text-transform: uppercase;
	background-color: #f9bb27;
	color: #ffffff;
	border-radius: 3px;
}

.btn:hover {
	background-color: #ffd974;
	color: #111111;
}

.bg-darkblue {
	background-color: #082d53;
}

.bg-blue {
	background-color: #2b9cbe;
}

.bg-gray {
	background-color: #f8f8f8;
}

.ptb-100 {
	padding-bottom: 100px;
	padding-top: 100px;
}

.fixedmenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}

#scroll-top {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	background-color: #f9bb27;
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10000;
}

#scroll-top:hover {
	background-color: #2b9cbe;
	color: #ffffff;
}

#openmenu {
	font-size: 30px;
	color: #082d53;
	display: none;
}

#closemenu {
	display: none;
	color: #ffffff;
	font-size: 30px;
}

#openmenu:hover {
	color: #f9bb27;
}

.res {
	margin: 10px 0;
	height: 10px;
}

.res .error {
	color: #ff0000;
}

.res .send {
	color: #fff;
}


/*************************************************************
*
*                  HEADER
*
**************************************************************/


.top-header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-header-contacts i {
	margin-right: 10px;
}

.top-header-social li {
	margin-left: 20px;
}

.top-header-social li a {
	color: #f8f8f8;
	font-size: 16px;
}

.top-header-social li a:hover {
	color: #f9bb27;
}

.bottom-header-wrapper {
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bottom-header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu li {
	float: left;
	margin-left: 20px;
}

.menu li a {
	font-size: 16px;
	font-weight: 600;
	color: #111;
}

.menu li a:hover {
	color: #f9bb27;
}

.wrapper-phone-header {
	margin-left: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #082d53;
}

.wrapper-phone-header i {
	font-size: 30px;
	margin-right: 10px;
}

.wrapper-phone-header a {
	color: #082d53;
	font-size: 25px;
	font-weight: 900;
	float: right;
}

.wrapper-phone-header a:hover {
	color: #f9bb27;
}

.wrapper-phone-header p {
	color: #082d53;
	clear: both;
}


/*************************************************************
*
*                  HEADER IMG
*
**************************************************************/


.wrapper-header-img {
	min-height: 640px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/*************************************************************
*
*                  EXCELLENCE
*
**************************************************************/


.wrapper-excellence {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.single-excellence {
	width: 50%;
	color: #fff;
	padding: 60px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-excellence img {
	margin-right: 20px;
}

.single-excellence>div {
	width: calc(100% - 78px);
}

.single-excellence h2 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #ffffff;
}


/*************************************************************
*
*                  ABOUT
*
**************************************************************/


.wrapper-about {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 0;
	padding-right: 0;
}

.about-img,
.about-content {
	width: 50%;
}

.about-img {
	position: relative;
}

.about-img img {
	width: 100%;
}

.about-content {
	padding: 60px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.about-content p {
	margin-bottom: 20px;
}

.reviews {
	background-color: #ffffff;
	padding: 20px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	-webkit-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	transform: translateX(-10%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	border-left: 3px solid #082d53;
	border-radius: 3px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.reviews:hover {
	border-color: #f9bb27;
}

.reviews i {
	font-size: 40px;
	color: #f9bb27;
	margin-right: 10px;
}

.reviews-num {
	font-size: 30px;
	font-weight: 600;
	color: #111;
}


/*************************************************************
*
*                  SERVICE
*
**************************************************************/


.wrapper-services {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 0px;
	padding-right: 0px;
}

.wrapper-services article {
	width: calc(25% - 30px);
	margin: 0 15px 30px 15px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f8f8f8;
	-webkit-box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	border-bottom: 3px solid #082d53;
	border-radius: 3px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-services article:hover {
	border-color: #f9bb27;
}

.wrapper-services article img {
	margin: 0 auto;
	margin-bottom: 20px;
}


/*************************************************************
*
*                  PROGRESS
*
**************************************************************/


.wrapper-progress {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 60px;
	padding-bottom: 60px;
}

.progress-title,
.progress-wrapper-blocks {
	width: 50%;
}

.progress-title h2 {
	color: #ffffff;
	margin-bottom: 0px;
}

.progress-wrapper-blocks {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.progress-single {
	width: 50%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #ffffff;
}

.progress-single img {
	margin-right: 20px;
}

.progress-num {
	font-size: 40px;
	font-weight: 600;
}


/*************************************************************
*
*                  TEAM
*
**************************************************************/


.team-content {
	padding: 50px 30px 30px 30px;
	background-color: #f8f8f8;
	position: relative;
	text-align: center;
	border-bottom: 3px solid #082d53;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.team-content:hover {
	border-color: #f9bb27;
}

.team-content h3 {
	margin-bottom: 10px;
}

.social-team {
	position: absolute;
	left: 50%;
	top: 0;
	background-color: #f9bb27;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%), 0 11px 15px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%), 0 11px 15px -7px rgb(0 0 0 / 20%);
}

.social-team li a {
	font-size: 16px;
	color: #111;
}

.social-team li a:hover {
	color: #ffffff;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 5px;
	margin: 5px 7px;
	background: #082d53;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #f9bb27;
}


/*************************************************************
*
*                  APPOINTMENT
*
**************************************************************/


.appointment-img,
.appointment-content {
	width: 50%;
}

.appointment-img img {
	width: 100%;
}

.appointment-content {
	padding: 60px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.appointment-content p {
	color: #ffffff;
	margin-bottom: 20px;
}

.wrapper-form {
	margin-top: 50px;
}

.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-input p {
	width: 48%;
}

.wrapper-input input,
.wrapper-input textarea {
	width: 100%;
	display: block;
	border: none;
	outline: none;
	padding: 0px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	color: #797979;
	border-radius: 3px;
}

.wrapper-input textarea {
	margin-bottom: 20px;
	height: 150px;
}

.wrapper-input input:focus,
.wrapper-input textarea:focus {
	background-color: #f8f8f8;
}

.wrapper-input input::-webkit-input-placeholder,
.wrapper-input textarea::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #111111;
}

.wrapper-input input::-moz-placeholder,
.wrapper-input textarea::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #111111;
}

.wrapper-input input:-ms-input-placeholder,
.wrapper-input textarea:-ms-input-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #111111;
}

.wrapper-input input::-ms-input-placeholder,
.wrapper-input textarea::-ms-input-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #111111;
}

.wrapper-input input::placeholder,
.wrapper-input textarea::placeholder {
	font-family: 'Poppins', sans-serif;
	color: #111111;
}

#sendform {
	color: #111111;
	cursor: pointer;
}


/*************************************************************
*
*                 TESTIMONIALS
*
**************************************************************/


.wrapper-testimonials-carousel .item {
	padding: 50px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f8f8f8;
	border-bottom: 3px solid #082d53;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;

}

.wrapper-testimonials-carousel .item:hover {
	border-color: #f9bb27;
}

.wrapper-author {
	margin-top: 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-author img {
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
	display: block;
	margin-right: 20px;
	-webkit-box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	border: 3px solid #ffffff;
}

.wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 16px;
}


/*************************************************************
*
*                CONTACT
*
**************************************************************/


#contact h2 {
	color: #ffffff;
}

.wrapper-contacts {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-contacts>div {
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 30px;
	color: #ffffff;
}

.wrapper-contacts>div h3,
.wrapper-contacts>div a {
	color: #ffffff;
}

.wrapper-contacts>div a:hover {
	color: #ffd974;
}

.wrapper-map iframe {
	width: 100%;
	height: 350px;
}

.wrapper-copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
	font-size: 12px;
}