
/*======================
	01. Google fonts
========================*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&amp;display=swap');

/*======================
   02. Basic css
========================*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav {
	margin: 0px;
	padding:0;
}

body {
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	background-color: #fff;
	color: #172541;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-weight: 400;
}

h2,
h3 {
	font-weight: 700;
}

ol,
ul {
	list-style: none;
}

a {
	color: #172541;
}

a:hover {
	text-decoration: none;
	color: #172541;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: 0;
}

input { font-size:15px; color: #000 !important; text-indent: 10px; }


/*======================
   03. Header area
========================*/

header {
	position: fixed;
	height: 70px;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
	margin-top: -1px;
	background:#f2f2f2;
    box-shadow: 0 2px 4px rgba(0,0,0,.24);
}

.logo img {
	width: 95px;
}

.dfault-white {
	display: none;
}

.main-menu ul li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.main-menu ul li a i {
	font-size: 14px;
	margin-left: 5px;
}

.main-menu ul li:last-child {
	padding-right: 0;
}

.main-menu ul li a {
	font-size: 17px;
	font-weight: 500;
	border-bottom: 2px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#menu li a.active,
#menu li a:hover {
	border-bottom: 2px solid #fe4c1c;
}

.main-menu ul li .submenu {
	background: #172541;
	top: 0;
	opacity: 0;
	position: absolute;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 210px;
	z-index: 9;
	-webkit-box-shadow: 1px 8px 13px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 8px 13px 0px rgba(0, 0, 0, 0.1);
	margin-top: 49px;
	overflow: hidden;
	padding: 15px 0 15px 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.main-menu ul li:hover ul.submenu {
	visibility: visible;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.main-menu ul li ul.submenu li {
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 0;
}

.main-menu ul li ul.submenu li a {
	padding: 6px 0;
	display: inline-block;
	color: #f2f2f2;
	font-size: 15px;
}


/* sticky menu */

.sticky-menu {
	width: 100%;
	background: #f2f2f2;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.24);
	box-shadow:0 2px 4px rgba(0,0,0,.24);
	z-index: 999999;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.sticky-menu .main-menu ul li a {
	color: #f2f2f2;
}

.sticky-menu .logo .dfault-logo {
	display: none;
}

.sticky-menu .logo .dfault-white {
	display: block;
    margin: 0px;
}

.nav-link {
	padding: 0;
}


/*======================
   04. Shape area
========================*/

.landing-wrapper {
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat !important;
	position: relative;
	overflow: hidden;
}

.shape {
	position: absolute;
}

.shape_one {
	top: 518px;
	left: 0;
}

.shape_two {
	left: 76px;
	top: 175px;
}

.shape_four {
	top: 113px;
	left: 286px;
}

.shape_five {
	right: 446px;
	top: 111px;
}


/*======================
   05. Home area
========================*/

.home-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top:96px;
}
.toggle2 {width: auto !important;
    height: auto !important;
    padding: 10px 20px !important;
    color: #fff !important;
    position: relative !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    left: 20%;}
    .toggle3 { color: #0C76BD !important }

.home-text h2 {    
	font-size: 43px;
    line-height: 46px;
    margin-bottom: 25px;
    font-weight: 600;
}

.home-text h2 br {
	display: none;
}

.home-text p {
	line-height: 34px;
	margin-bottom: 30px;
	max-width: 453px;
}
.home-img img { width: 80% !important; }
.btn_info {
	background: none;
	border: 2px solid #dddddd;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #172541;
	margin-left: 15px;
}

.btn_info:hover {
	background: #fe4c1c;
	color: #ffffff;
	border: 2px solid transparent;
}

.home-img img {
	-webkit-animation: 4s linear Zoom infinite;
	animation: 4s linear Zoom infinite;
	width: 100%;
}

.call-btn{ margin-top: 9px; }
#contact-form { padding-bottom: 60px !important; }
/*======================
   06. Client area
========================*/
.client-bar { padding-top:40px; }

.client_active .owl-item img {
	width: auto;
}

.client_active .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.client_active {
	border-bottom: 2px solid #f1f1f1;
	padding: 30px 0;
}


/*======================
   08. About area
========================*/

.single_about h2 {
	font-size: 37px;
	line-height: 50px;
	margin-bottom: 20px;
	max-width: 490px;
}

.about_text_2 {
	max-width: 704px;
}

.about_img {
	position: relative;
	padding: 30px 30px 0 0;
	overflow: hidden;
	z-index: 1;
}

.about_img::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 300px solid #0C76BD;
	border-left: 250px solid transparent;
	z-index: -1;
	top: 0;
	right: 0;
}

.about_img img {
	width: 100%;
}


/*======================
   12. Testimonial area
========================*/

.testimonial_area .title_2 {
	max-width: 600px;
}

.testimonial_img {
	position: relative;
	padding: 0 0 23px 21px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.testi_name p {
	font-size: 17px;
}

.testi_name span {
	font-weight: 600;
}

.testimonial_area .owl-dots {
	margin-top: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 18px;
}

.testimonial_area .owl-dots .owl-dot,
.testimonial_area .owl-dots.active {
	border: 2px solid #0C76BD;
	border-radius: 50%;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	height: 13px;
	margin: 0 5px;
	width: 13px;
}

.testimonial_area .owl-dots .active {
	width: 18px;
	height: 18px;
	background: #0C76BD;
}
.call-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 5px 30px; text-align: center;}

.call-btn span {
    font-weight: 300;
    font-size: 12px;}
    .flag img { width: 30px; }
    .flag {    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -8px;}
    .flag2{ display: none; }
/*======================
   14. Newsletter area
========================*/

.newsletter_padd {
	padding: 50px 30px;
	
	background: #f2f2f2;
}

.fix_bar {
	height: 100%;
}

.newsletter_area {
	position: relative;
	margin-top: 110px;
}

.newsletter_area::before,
.newsletter_area::after {
	content: "";
	position: absolute;
	height: 50%;
	left: 0;
	width: 100%;
}

.newsletter_area::before {
	top: 0;
}

.newsletter_area::after {
	background: #0C76BD;
	bottom: 0;
	z-index: -1;
}

.subscribe_newsletter h3 {
	font-size: 28px;
	margin-bottom: 20px;
}

.newsletter_from form {
	position: relative;
}

.newsletter_from input {
	width: 100%;
	border-radius: 50px;
	height: 65px;
	padding: 0 188px 0 25px;
	border: 1px solid #f2f2f2;
}
.newsletter_padd button { float: right }
.newsletter_from input::-webkit-input-placeholder {
	color: #172541;
	font-size: 16px !important;
}

.newsletter_from input::-moz-placeholder {
	color: #172541;
	font-size: 16px !important;
}

.newsletter_from input:-ms-input-placeholder {
	color: #172541;
	font-size: 16px !important;
}

.newsletter_from input::-ms-input-placeholder {
	color: #172541;
	font-size: 16px !important;
}

.newsletter_from input::placeholder {
	color: #172541;
	font-size: 16px !important;
}




/*======================
   16. Third page area 
========================*/

.home-wrapper-box {
	padding-top: 70px;
}

.about-wrapper header .main-menu ul li a {
	color: #f2f2f2;
}

.about-wrapper header.sticky-menu {
	visibility: visible;
	opacity: 1;
}

.about-wrapper {
	height: 400px;
	background-size: cover;
	background-position: center;
	width: 100%;
	background-color: #504d4d;
	background-repeat: no-repeat;
}

.home-wrapper-box .row {
	height: 264px;
}

.home-header h2 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.home-header span {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.home-header span a {
	color: #fff;
}

.about-home-text ul li {
	display: inline-block;
	color: #fe4c1c;
	text-transform: capitalize;
	font-size: 15px;
	position: relative;
	margin-left: 10px;
	padding-left: 10px;
}

.about-home-text ul li a {
	color: #fe4c1c;
}

.about-home-text ul li::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	background: #fe4c1c;
	left: -2px;
	top: 3px;
}

.about-home-text ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.about-home-text ul li:first-child::before {
	display: none;
}

.about-home-text {
	background: #f5f5f5;
	padding: 20px 0 20px 30px;
	border-radius: 30px 30px 0 0;
}


/*======================
   17. Let create area 
========================*/

.let-area {
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	padding: 80px 0px;
}

.let-create h2 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 45px;
	color: #fff
}

.let-create span {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

.button2 { background:#fff !important; color: #0C76BD;    padding: 11px 30px;
     font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 2px solid transparent;}

/*======================
   18. Blog left page area 
========================*/

.blog-left-area img {
	width: 100%;
}

.blog-left-area h3 {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.meta-name-box {
	padding: 30px 35px;
	-webkit-box-shadow: 1px 0px 20px 1px #eae7e7;
	box-shadow: 1px 0px 20px 1px #eae7e7;
}

.meta-name p {
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
	display: inline-block;
}

.meta-name p::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 2px;
	background: #d57301;
	left: -35px;
	top: 50%;
}

.meta-icon {
	position: relative;
}

.meta-icon::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	right: 0;
	margin: 0 auto;
	width: 95%;
	height: 1px;
	background-color: #fe4c1c;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.meta-icon p {
	display: inline-block;
	background: #fff;
	padding: 0 6px;
}

.meta-icon a i {
	height: 30px;
	width: 30px;
	font-size: 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fe4c1c;
	border: 1px solid #fe4c1c;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin: 0 6px;
}

.meta-icon a i:hover {
	background: #fe4c1c;
	color: #fff;
}

.blog-left-area p {
	font-size: 14px;
}

.blog-cat-header {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-right: 55px;
	display: inline-block;
	margin-bottom: 25px;
}

.blog-cat-header::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background: #fe4c1c;
	top: 50%;
	right: 0;
}

.blog-search-box form {
	position: relative;
	overflow: hidden;
}

.blog-search-box input {
	width: 100%;
	height: 40px;
	border: 1px solid #c1c1c1;
	padding: 0 30px 0 20px;
	border-radius: 8px;
}

.blog-search-box button {
	position: absolute;
	top: 7px;
	right: 5px;
	color: #464646;
	border: none;
	background: none;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.cat-list {
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.cat-list:hover {
	border-bottom: 1px solid #fe4c1c;
}

.cat-list:hover .cat-text i,
.cat-list:hover .cat-text a,
.cat-list:hover .cat-num span {
	color: #fe4c1c;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.cat-text i {
	font-size: 14px;
}

.cat-text a {
	font-size: 15px;
	text-transform: capitalize;
	display: inline-block;
	padding-left: 10px;
}

.recent-box a img {
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 5px;
}

.recent-box span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.blog-cat-header.tag_txt {
	margin-bottom: 20px;
}

.blog-left-area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-left-area ul li {
	margin: 10px 10px 0 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.blog-left-area ul li a {
	padding: 8px 15px;
	background: #f6f6f6;
	border-radius: 5px;
	font-size: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.blog-left-area ul li a:hover {
	background: #fe4c1c;
	color: #fff;
}

.media.comment-box1 {
	font-size: 14px;
}

.comment-box1 img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.long {
	color: #d57301;
}

.comment-icon span {
	text-transform: uppercase;
	padding-left: 10px;
}
.titl { font-weight: 600; font-size: 22px;margin-bottom: 15px; }
.from-box input, .from-box select,
.from-box textarea {
	width: 100%;
    height: 44px;
    background: transparent;
    padding-left: 15px;
    border:none;
    font-weight: 300;
    color: #000 !important;

}
:focus {outline:none;}
.from-box textarea {
	height: 97px;
	padding-top: 10px;
	resize: none;
}
.bottom-btn { position: fixed; width: 100%; border-radius: 0px; bottom:0px; display: none; }
*::-webkit-input-placeholder {
	color: #000;
	font-size: 14px;
	opacity: 1;
	font-family: 'Montserrat', sans-serif;
}

*::-moz-placeholder {
	color: #000;
	font-size: 14px;
	opacity: 1;
	font-family: 'Montserrat', sans-serif;
}

*:-ms-input-placeholder {
	color: #000;
	font-size: 14px;
	opacity: 1;
	font-family: 'Montserrat', sans-serif;
}

*::-ms-input-placeholder {
	color: #000;
	font-size: 14px;
	opacity: 1;
	font-family: 'Montserrat', sans-serif;
}

*::placeholder {
	color: #000;
	font-size: 14px;
	opacity: 1;
	font-family: 'Montserrat', sans-serif;
}

.blog_btn {
	border-radius: 0;
}


/*======================
   19. contact area 
========================*/
#contact-form {
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
}

.contact-area {
    padding: 60px 0 90px 0;
}

.success,
.error {
	font-weight: 500;
}

.success {
    color: #07ef07;
}

.error {
    color: #fe4c1c;
}
.logo img { width: 235px; }

/*======================
   07.	Service area
========================*/

.single_service {
	padding:10px 0px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 1px 2px #f9f7f7;
	box-shadow: 1px 1px 1px 2px #f9f7f7;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	height: 100%;
}

.single_service:hover {
	-webkit-box-shadow: 1px 1px 11px 5px #f7f6f6;
	box-shadow: 1px 1px 11px 5px #f7f6f6;
}


.single_service img {
    width: 60px;
    height: 60px;
}

.single_service h3 {
    font-size: 18px;
    line-height: 35px;
    margin:11px 0 11px 0;
    font-weight: 400;
}

.single_service p {
	line-height: 30px;
	padding-bottom: 40px;
	max-width: 250px;
	margin: 0 auto;
}

.service_btn {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-transform: capitalize;
	text-decoration: underline;
	font-weight: 600;
	margin-bottom: -5px;
	display: block;
}

.single_service:hover .service_btn {
	color: #fe4c1c;
}

.service-area-2 .second_service {
	padding: 0 20px 20px 20px;
	background: #ffffff;
	border: 2px solid transparent;
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-area-2 .second_service:hover {
	border: 2px solid #fe4c1c;
	-webkit-box-shadow: 1px 1px 28px 2px #dadada;
	box-shadow: 1px 1px 28px 2px #dadada;
}

.service-area-2 .second_service i {
	margin: 30px 0 20px 0;
	padding: 15px 20px;
	border: 2px solid #dddddd;
	font-size: 30px;
	line-height: 24px;
	display: inline-block;
	color: #fe4c1c;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.service-area-2 .second_service:hover i {
	border: 2px solid #fe4c1c;
	background: #fe4c1c;
	color: #fff;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.service-area-2 .second_service h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-transform: uppercase;
}

.service-area-2 .second_service p {
	font-size: 14px;
}


/*======================
   11. Pricing area
========================*/

.plan-head {
	position: relative;
	overflow: hidden;
	padding: 50px 0 30px 15px;
}

.choose-plan:hover .plan-head::before {
	background: #0C76BD;
}

.choose-plan:hover .plan-head::after {
	background: #172541;
}

.choose-plan:hover .choose-btn {
	background: #fe4c1c;
}

.choose-plan:hover .plan-text {
	background: #f7fcff;
}

.plan-head::before {
	content: "";
	position: absolute;
	background: #172541;
	width: 175%;
	height: 255px;
	top: 14px;
	right: 0;
	-webkit-transform: rotate(13deg);
	-ms-transform: rotate(13deg);
	transform: rotate(13deg);
	z-index: -9999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.plan-head::after {
	content: "";
	position: absolute;
	background: #0C76BD;
	width: 178%;
	height: 255px;
	top: 13px;
	left: 0;
	-webkit-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	transform: rotate(-13deg);
	z-index: -999999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.plan-head h3 {
	font-size: 26px;
	color: #fff;
	line-height: 36px;
    margin-top: 37px;
    font-weight: 500;
}

.plan-head span {
	color: #fff;
}

.plan-text {
	padding: 50px 55px;
	border: 1px solid #dddddd;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.plan-text ul li {
	font-size: 18px;
	padding-bottom: 20px;
}

.plan-text h2 {
	font-size: 30px;
	padding-bottom: 30px;
}

.plan-text h2 .plan-height {
	font-size: 19px;
}

.plan-text h2 .plan-color {
	color: #ff5733;
}

.choose-btn {
	background: #172541;
}



.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #000;
  text-align: center;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box textarea { padding-left:10px !important; }
.login-box .user-box input, .login-box .user-box select, .login-box .user-box textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #000;
  margin-bottom: 14px;
  border: none;
  border: 1px solid #d3d3d3;
  outline: none;
  background: #fff;
  border-radius: 4px;
}
 .login-box .user-box select{
  padding-left: 10px;}
.login-box .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0 10px 10px;
  font-size: 13px;
  color: #000;
  pointer-events: none;
  transition: .5s;
  font-weight: 400;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label,
.login-box .user-box select:focus ~ label,
.login-box .user-box select:valid ~ label,
.login-box .user-box textarea:focus ~ label,
.login-box .user-box textarea:valid ~ label {
      top: -13px;
    left: 0;
    color: #000;
    font-size: 12px;
    padding: 0px 5px;
    background: #fff;
    margin-left: 10px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #03e9f4;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px
}

.login-box a:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4,
              0 0 25px #03e9f4,
              0 0 50px #03e9f4,
              0 0 100px #03e9f4;
}

.login-box a span {
  position: absolute;
  display: block;
}

.login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}

.select-text {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 350px;
	padding: 10px 10px 10px 0;
	font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

/* Remove focus */
.select-text:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

	/* Use custom arrow */
.select .select-text {
	appearance: none;
	-webkit-appearance:none
}

.select:after {
	position: absolute;
	top: 18px;
	right: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #d3d3d3;
	pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
	color: rgba(0,0,0, 0.26);
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
	color: #2F80ED;
	top: -20px;
	transition: 0.2s ease all;
	font-size: 14px;
}


.select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #2F80ED;
	transition: 0.2s ease all;
}

.select-bar:before {
	left: 50%;
}

.select-bar:after {
	right: 50%;
}

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
.box {
  width: 20%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.overlayclose {
  position: fixed;
  top: 0;
}
.overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}

.popup {
  margin: 30px auto;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
      top: 0px;
    right: 2px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup #contact-form { border:none !important; }

@media screen and (max-width: 700px){
  .box{
    width: 85%;
  }
  .popup{
    width: 85%;
  }
}


.sidebar-contact{    z-index: 9999;
  position:fixed;
  top:50%;
  right:-320px;
  transform:translateY(-50%);
  width:320px;
  height:auto;
  padding:20px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
  padding-left: 16px;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.sidebar-contact h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 13px;
}
.sidebar-contact .country-select.inside .selected-flag { border:none; }
.sidebar-contact .country-select { margin-bottom:10px; }
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  top:20%;
  left:-48px;
  line-height:48px;
}

@media(max-width:768px)
{
  .sidebar-contact{
    width:80%;
    height:100%;
    right:-80%;
        z-index: 999999;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
 
}
.sidebar-contact .select-text{ border:1px solid rgba(0,0,0,.5) !important; width: 100%; color: #000; padding:5px 10px 5px 17px;  font-size: 14px; margin-bottom: 10px; }