
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("fontawesome5.min.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");

body {
	background: #ffffff;
	color: #858585;
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Karla', sans-serif;
	font-weight: normal;
	color: #000;
}

.col-md-12 .sub-banner-content .docs{
    font-size: xx-large;
    font-family: 'Comfortaa';
    font-weight: 600;
    color: #000;
}

.curent_post{
    margin-bottom: 20px;
    border:1px solid #d7d7d7;
    padding:20px;
}

.post_tags{
    text-transform: uppercase;
    color: #9f9d9d;
    font-weight: 600;
}

.posts_content h2{
    margin: 2rem 0 1rem 0;
    font-family: 'Comfortaa';
    font-size: x-large;
    font-weight: 600;
    line-height: 2rem;
}

.posts_content h3{
    margin: 2rem 0 1rem 0;
    font-family: 'Comfortaa';
    font-size: large;
    font-weight: 600;
    line-height: 2rem;
}

.posts_content p{
    font-size: medium;
    margin-top: 8px;
}

.posts_content a{
    color: #db870a;
}

.posts_content ol li{
    font-size: medium;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-weight: 500;
    font-style: normal;
    list-style: circle;
    margin-left: 20px;
    line-height: 1.5rem;
}

.posts_content ul li{
    font-size: medium;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-weight: 500;
    font-style: normal;
    list-style: circle;
    margin-left: 20px;
    line-height: 1.5rem;
}

.mydocs p{
    margin-bottom: 2rem;
}

.mydocs h2{
    font-size: large;
    margin: 2rem 0 1rem 0;
    font-family: sans-serif;
}

.mydocs h3{
    font-size: large;
    margin: 2rem 0 1rem 0;
    font-family: sans-serif;
}

.mydocs ol li {
    font-size: x-large;
    margin-bottom: 0.5rem;
}

.mydocs ul li {
    margin-bottom: 1rem;
    font-family: sans-serif;
    line-height: 25px;
    list-style: circle;
    font-size: initial;
    padding-left: 5px;
    margin-left: 5%;
}

.mydocs  a{
        color: #db870a;
}

.none {
    display: none !important;
}



.tags{
    margin-bottom: 15px;
    display: inline-block;
}

a {
	color: #FF9800;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	max-width: 100%;
}

a:hover {
	color: #8378e2;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
	color: #2d83ea !important;
	text-decoration: none;
	box-shadow: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #333;
	line-height: 25px;
	font-family: sans-serif;
	opacity: 0.7;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #8378e2;
}

.btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

/*
.button {
	display: inline-block;
	padding: 6px 27px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 1px;
	box-shadow: 8px 10px 20px 0 rgba(0, 0, 0, 0.22);
	border-radius: 30px;
	font-weight: 400;
	background: linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%) !important;
	border: 1px solid #8378e2;
	background: #8378e2;
	transition: all 300ms ease;
	cursor: pointer;
	color: #fff;
	font-family: 'Comfortaa', cursive;
} 

.button:focus {
	outline: 0;
	box-shadow: none;
}

.button:hover {
	background-color: transparent;
	color: #ffffff;
	transition: all 300ms ease;
	box-shadow: none;
}

a.button:hover {
	color: #ffcf00 !important;
}
*/

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.blog_navi {
    margin:3rem 0;
}

.blog_navi ul li {
    list-style: none;
    display: inline-block;
    font-size: large;
    margin-left: 10px;
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
}

.section-padding {
	padding: 50px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
	font-weight: 700;
	font-family: 'Comfortaa', cursive;
	font-size: 35px;
	line-height: 30px;
	color: #000000;
}
.section-title .sub-heading {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    color: #707070;
    text-transform: uppercase;
    display: block;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

#zio {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out; 
    -moz-animation: bounce 3s infinite ease-in-out; 
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}

@keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}


.owl-theme .owl-dots {
	text-align: center;
	margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	outline: none;
}

.owl-theme .owl-dots .owl-dot span {
	width: 40px;
	height: 4px;
	margin: 5px 5px;
	background: #cde1f8;
	border: 0px solid #cde1f8;
	display: block;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
	border-radius: 25px;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #1B1B1B;
	border-radius: 25px;
}

.back-to-top {
	position: fixed;
    display: none;
    color: #fff;
    background: #2096c2;
    width: 38px;
    height: 40px;
    line-height: 1;
    font-size: 15px;
    right: 15px;
    bottom: 15px;
    text-align: center;
    border-radius: 5px;
    transition: background 0.5s;
    z-index: 11;
    background: linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%) !important;
}
.back-to-top i {
	padding-top: 12px;
	color: #fff;
}
/**************************************
 * 02.Preloader Style
 *************************************/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #418fec;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/**************************************
 * 03.Navber Style
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #000;
/*	text-transform: capitalize; */
	font-weight: 600;
	letter-spacing: 0.3px;
	font-family: 'Comfortaa', sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #2d83ea;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #2d83ea !important;
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: #333;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #333;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #2d83ea;
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: #2d83ea;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #000000;
}
.navbar-b.navbar-reduce .navbar-brand span{
	color: #FF9800;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Comfortaa', cursive;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #8378e2;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #8378e2;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #000;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.intro {
	height: 90vh;
	position: relative;
	text-align: left;
	/* background: url(../img/header-hero.jpg); */
	background: linear-gradient(150deg, #1f8df287 15%, rgb(209 217 224 / 90%) 50%, #2fa0e4 94%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index:1;
}

.intro:after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .9;
	z-index: -1;
	background: linear-gradient(-48deg, rgba(255, 255, 255, 0.7) -30%, hsla(0, 0%, 100%, 0.55) 60%) !important;
}
.home-content-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.home-content h1 {
    font-size: 38px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Comfortaa', cursive;
}

.gr-color {
    color: inherit;
    background: -moz-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-30%, #0DCBE5), color-stop(60%, #365899));
    background: -webkit-linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: -o-linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: -ms-linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0DCBE5', endColorstr='#365899',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-content p {
	margin-bottom: 30px;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	font-family: Sans-Serif;
	opacity: 0.6;
}
.home-content-image img {
    width: 100%;
    margin-top: 82px;
}
.home-content .home-btn {
    margin-right: 10px;
}

/**************************************
 * 05.Counter Section Style
 *************************************/
 .counter-area {
	background-color: #f4f6f9;
	padding: 50px 0;
	text-align: -webkit-center;
}

.single-counter {
    width: 70%;
	margin: 0 auto;
}
.counter-contents {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	width: 100%;
}

.os_center{
    text-align: -webkit-center;
}

.counter-number{
    font-size: 40px;
    margin: 0;
    font-weight: 900;
    line-height: 1.3;
    padding-left: 15px;
    vertical-align: middle;
    color: #365899;
    color: inherit;
    font-family: 'Comfortaa', cursive;
    background: -moz-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-30%, #0DCBE5), color-stop(60%, #365899));
    background: -webkit-linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: -o-linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: -ms-linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0DCBE5', endColorstr='#365899',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.verh_os{
    margin-right: 10%;
    position: relative;
    display: inline-block;
}

.counter-number_2 {
    margin-left: 10px;
}

.verh_os:last-child{
    margin-right: 0;
}

.counter-number_2 a{
    font-size: x-large;
    margin: 0;
    font-weight: 900;
    vertical-align: middle;
    background: linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: sans-serif;
    line-height: 1.1;
    opacity: 0.8;
}


.counter-number_2 a:hover{
    background: linear-gradient(177deg, #000 -30%, #000 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.7;
}


/*
.counter-number:after{
content: "+";
} */

.counter-heading {
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: 600;
    color: #353535;
}

.gpu_button{
    text-align: center;
    margin-top: 5%;
}

/**************************************
 * 06.Choose Section Style
 *************************************/
.chose-us-icon img {
    width: 65px;
    background: #ebeff5;
    padding: 15px;
    border-radius: 50%;
}

.chose-us-content {
    text-align: center;
    background: #fff;
    padding: 30px 30px;
    border: 2px solid #fbfbfb;
    border-radius: 5px;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    text-align: center;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
}
.chose-us-content:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
}
.chose-us-icon {
    border: 15px solid #f7faff;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 25px;
}

.chose-us-info h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Comfortaa';
}

.chose-us-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Comfortaa';
}


/**************************************
 * 07.About Section Style
 *************************************/
 .about-area {
    background: #f4f6f9;
}
.about-text-info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.about-text-info p:first-child {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.about-text-info h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
    font-family: 'Comfortaa';
}

.about-text-info p {
    margin-bottom: 30px;
}

/**************************************
 * 08.Services Section Style
 *************************************/
.services-area {
    background: #fff;
}
.services-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}
.services-item {
    background: #fff;
    padding: 30px 30px;
    border: 2px solid #fbfbfb;
    margin-top: 30px;
    border-radius: 5px;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    text-align: center;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
}
.services-item:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
}
.services-icon i {
    font-size: 35px;
    transition: all 0.3s;
    font-size: 20px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}
.services-icon i:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 30px;
    background: #673AB7;
    z-index: -1;
    background: linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%) !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.services-item:hover .services-icon i:after {
    transform: rotate(0deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.services-info h3 {
    font-size: 18px;
    font-weight:600;
    margin-bottom: 10px;
    font-family: 'Comfortaa';
}
.services-price-btn {
    margin-top: 10px;
}

.services-price-btn .button {
    margin-top: 15px;
}

/**************************************
 * 09.Price Section Style
 *************************************/
.price-area {
    background: #f4f6f9;
}
.price-item {
    padding: 50px 30px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.price-item:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
}
.price-area .price-item.active {
    -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.price-area .price-item .type {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.price-area .price-item .type:after {
    content: '';
    width: 100px;
    height: 1px;
    background: #0DCBE5;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 50px);
	background: linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
}
.price-area .price-item .type h3 {
    color: inherit;
    background: -moz-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-30%, #0DCBE5), color-stop(60%, #365899));
    background: -webkit-linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: -o-linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: -ms-linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    background: linear-gradient(-48deg, #0DCBE5 -30%, #365899 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0DCBE5', endColorstr='#365899',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: xx-large;
	font-weight: 700;
}
.price-area .price-item .value {
    margin: 35px 0;
}
.price-area .price-item .value h4 {
    font-weight: 700;
    font-size: 65px;
}
.price-area .price-item .value h4 span {
    font-size: 15px;
    margin-right: 5px;
}
.price-area .price-item .value p {
    font-size: medium;
    margin-top: 5px;
    color: #2d83ea;
    display: inline-block;
    padding: 2px 15px;
    background: rgba(54, 88, 153, 0.15);
    border-radius: 30px;
    letter-spacing: 1px;
}
.price-area .price-item .feat li {
    color: #555;
    font-weight: 500;
    padding: 0 50px;
    margin-bottom: 10px;
}
.price-area .price-item .feat li span {
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px dashed #eee;
}

.price-area .price-item .price-order-btn {
    margin-top: 40px;
}

/**************************************
 * 10.Feature Section Style
 *************************************/
.feature-area .section-title {
    margin-bottom: 35px;
}
.different-feature-item .item {
    margin-top: 30px;
}
.feature-icon img {
    width: 35px;
}

.feature-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(59, 77, 177, 0.07);
    padding: 10px;
    border-radius: 50%;
}

.feature-item {
    position: relative;
}

.feature-info {
    padding-left: 75px;
}

.feature-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Comfortaa';
}

/**************************************
 * 11.Testimonial Section Style
 *************************************/
.testimonial-area {
    background: #f4f6f9;
}

.single-testimonial .testi-content-inner {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.1);
    box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.1);
    padding: 30px 15px;
    border-radius: 3px;
    margin: 30px 0;
}

.single-testimonial .testimonial-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-testimonial .testimonial-bio .avatar img {
	border-radius: 50%;
    border: 10px solid #f4f6f9;
    width: 85%;
	margin: 0 auto;
}
.single-testimonial .testimonial-bio .bio-info {
	margin-left: 10px;
    text-align: left;
}
.single-testimonial .testimonial-bio .bio-info .name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}
.single-testimonial .testimonial-bio .bio-info span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.single-testimonial .testimonial-content {
    margin-bottom: 25px;
}
.single-testimonial .testimonial-content p {
    font-size: 16px;
    text-align: left;
    font-family: sans-serif;
    opacity: 0.6;
}
.single-testimonial .testi-content-inner .testimonial-say-title-rating {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
.single-testimonial .testi-content-inner .rating {
    display: inline-block;
    float: right;
}
.single-testimonial .testi-content-inner .rating li {
    display: inline-block;
    font-size: 15px;
    color: #fdae04;
}

.single-testimonial .testi-content-inner .say-title {
    display: inline-block;
    float: left;
}
.single-testimonial .testi-content-inner .say-title h3 {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Comfortaa';
}

/**************************************
 * 12.Faq Section Style
 *************************************/
.faq-section{
    position: relative;
    display: block;
    overflow: hidden;
	padding: 100px 0;
}
.faq-section .section-title {
    text-align: left;
    margin-bottom: 60px;
}

.faq-section .section-title h2 {
    margin-bottom: 15px;
}
.faq-section .panel{
    -webkit-box-shadow: 0 1px 2px rgba(212, 212, 212, 0.35);
    box-shadow: 0 1px 2px rgba(212, 212, 212, 0.35);
}
.faq-img {
    text-align: center;
    margin: 0 auto;
}

#accordion .panel {
    border: 0;
    border-radius: 0;
    margin: 0 0 25px 0;
    position: relative;
}

#accordion .panel:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -2px;
    background: linear-gradient(150deg,#365899 15%,#2093c0 70%,#2097c3 94%);
}

#accordion .panel-heading {
    padding: 0;
    background: #f9f9f9;
    position: relative;
}

#accordion .panel-title a {
    display: block;
    padding: 15px 15px 15px;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    margin: 0;
    position: relative;
    text-decoration: none;
	color: #000000;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f068";
    font-family: fontawesome;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: linear-gradient(150deg,#365899 15%,#2093c0 70%,#2097c3 94%);
    -webkit-background-clip: text;
    color: transparent;
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
}

#accordion .panel-body {
    padding: 10px 15px 10px;
    border: 0;
    background: #f9f9f9;
    border-top: 1px solid #fff;
}

#accordion .panel-body p {
    margin: 0;
	padding: 12px 35px 12px 0;
}


.item:hover .info p,.item:hover .info .icon i {
  opacity: 1;
}


/**************************************
 * 13.Help Section Style
 *************************************/
.support-area {
    background: #f4f6f9;
}
.support-info {
    text-align: center;
}

.support-info h2 {
    font-size: xx-large;
    font-weight: 800;
    text-transform: inherit;
    font-family: 'Comfortaa', cursive;
    color: #000;
    margin-bottom: 20px;
}

.support-info p {
    color: #000;
    margin-bottom: 30px;
    font-size: 16px;
}

.support-info .button {
    margin-right: 25px;
    color: #333;
}

/**************************************
 * 14.Footer Section Style
 *************************************/
.footer {
    padding: 70px 0;
    background: #fff;
}
.border-shadow-2 {
    border: 0;
    height: 15px;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    position: relative;
    background: radial-gradient(ellipse at bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 70%);
    width: 50% !important;
    margin: 0 auto;
}
.footer-colm-1 {
    padding: 0 25px;
}
.footer-logo {
    margin-bottom: 20px;
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: 'Comfortaa', cursive;
}
.footer-colm-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-content .footer-colm-4 p a {
    color: #333;
    font-weight: 600;
}
.footer-colm-4 .footer-social-icon li a {
    color: #fff;
    background: #365899;
    border-radius: 50%;
    width: 30px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}
.footer-colm-4 .footer-social-icon li a:hover {
    color: #ffffff;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer-colm-4 .footer-social-icon li {
    display: inline-block;
    margin-right: 10px;
}

ul.footer-nav li a {
    padding-bottom: 10px;
    display: block;
    color: #333;
}

.footer-colm-4 .footer-social-icon {
    margin-top: 15px;
}
.copyright-text{
	margin-top: 15px;
	font-size: 14px;
}

.copyright-text p {
    color: #333;
}

/**************************************
 * 15.Contact-Page Style
 *************************************/
.navbar-b.navbar-trans.contact-page-nav .nav-link {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-family: 'Comfortaa', sans-serif;
}
.navbar-b.contact-page-nav.navbar-reduce .nav-link {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-family: 'Comfortaa', sans-serif;
}
.contact-page-nav .navbar-brand {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Comfortaa', cursive;
}

#contact {
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	background: #f9f9f9;
    background-size: 50%;
}
#contact:after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
    background: rgb(249, 250, 252);
}
#contact .contact-form {
    margin-top: 50px;
}
.contact-info-title {
    margin-bottom: 20px;
}
.contact-info-title h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.contact-address {
    background: #2e44bd;
    padding: 20px 5%;
    border-radius: 5px;
	position: relative;

}
.contact-address::before {
	content: "";
    position: absolute;
    left: 0px;
    bottom: -65px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.1);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.contact-address::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.15);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.contact-address ul li {
    padding: 1px 0;
}
.contact-address ul li i {
	margin-right: 5px;
    display: inline-block;
    padding-top: 12px;
    background: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 10px;
}

.ulcont{
    margin-top: 20px;
    font-size: larger;
    text-transform: uppercase;
}


.ulcont li{
    color: #4d4e4f !important;
}

.ulcont li>a{
    font-weight: 800;
}



.sended{
    margin: 50px 0px;
    color: #333;
    line-height: normal;
    font-family: sans-serif;
    opacity: 0.7;
    font-size: x-large;
    text-align: center;
}

.chose-us-info ul li{
    list-style: circle;
    text-align: left;
    line-height: 1.8rem;
    font-family: sans-serif;
}

.p_contact_text{
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 15px;
    color: #040505;
    padding: 0 5px 0 10px;
}

.p_contact{
    margin: 20px 0 40px 0;
    font-size: xx-large;
    font-family: 'Comfortaa';
    font-weight: 800;
    line-height: normal;
}

.contact_myblock{
    min-width: 100% !important;
}

.contact-address ul li a {
    color: #ff631e;
}
.contact-address span {
    overflow: hidden;
   /* display: block; */
    font-weight: 600;
    color: #ffffff;
    line-height: normal;
    font-size: larger;
}

.icon-color i{
	color: #ff9800;
}
.form-group {
    margin-bottom: 0;
}
.form-control {
	height: 45px;
	width: 100%;
	background: #fff;
	border: none;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 35px;
	letter-spacing: 1px;
	font-size: 13px;
	border-radius: 0;
	box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.05);
}
.contact-form button {
    margin-top: 0;
}
.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}	  
.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}
.sub-banner {
	height: 50vh;
	position: relative;
	text-align: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index:1;
}

.sub-banner:after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
    z-index: -1;
    background: linear-gradient(150deg, #1f8df2a3 15%, rgb(103 131 155 / 90%) 50%, #2fa0e4 94%);
}
.sub-banner .sub-banner-content ul>li {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: #b7b7b7;
	font-weight: 700;
}
.sub-banner .sub-banner-content ul>li:first-child {
    padding-left: 0;
}
.sub-banner .sub-banner-content ul>li:before {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
	color: #fff;
    font-size: 10px;
    font-weight: 600;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-banner .sub-banner-content ul>li:last-child:before {
	display: none;
}
.sub-banner-content {
    text-align: center;
}

.sub-banner-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
	font-family: 'Comfortaa', cursive;
}

.sub-banner .sub-banner-content ul>li a {
    color: #fff;
}
.map-area {
    margin-bottom: -10px;
}
.map-area #map iframe {
    width: 100%;
    height: 400px;
    border: 0;
}
/* Wave */
._diagonals {
    position: relative;
    padding: calc(4.722222% + 100px) 0; /* 68/1440 */
}
._diagonals::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 4.722222%; /* 68/1440 */
    background: url(../img/wave-white.svg) 0 0 /100% 100% no-repeat;
}
._diagonals::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 4.722222%; /* 68/1440 */
    background: url(../img/wave-silver.svg) 0 0 /100% 100% no-repeat;
}
/* Header menu */
.navbar-nav {
    align-items: center;
}
/* BUTTON-TRANSOTION */
.button {
    transition: all .1s ease !important;
}
a {
    transition: all 0.3s ease 0s;
}
a:hover {
    transition: all 0.3s ease 0s;
}

.lang{
    display: inline-flex;
}

@media screen and (max-width: 900px) {
    .lang {
    display: block;
    position: absolute;
    bottom: 120px;
    }
.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item{    
    margin-bottom: 10px;
}  
}

.button_lang{
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: x-small;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid #C1BFB6;
    background: #ffffff;
    transition: all 500ms ease;
    cursor: pointer;
    color: #404040;
    font-family: 'Comfortaa', cursive;
    box-shadow: 8px 10px 20px 0 rgba(0, 0, 0, 0.22);
}

.knopki{
    margin: 30px 0 0 0;
}

.knopa{
    font-weight: 700 !important;
    font-size: 18px !important;
    background: #2470ca !important;
    color: #fff !important;
}

.knopki a:hover{
    color: black !important;
}

.dzisko p{
    color: #000;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8rem;
}

.dzisko h2{
    font-family: 'Comfortaa', cursive;
    font-size: 35px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: normal;
}

.dzisko h3{
    margin-bottom: 12px;
    font-family: 'Comfortaa', cursive;
    font-weight: normal;
    color: #000;
    font-size: 1.3rem;
}

.dzisko ul{
    color: #000;
    font-size: 16px;
    line-height: 1.8rem;
}

.dzisko li{
    opacity: 0.7;
    margin-bottom: 10px;
    color: #000;
    font-family: sans-serif;
    padding-left: 20px;
}

/* Dropdown */
@media (min-width: 768px) {
    .dropdown {
        position: relative;
        display: flex;
        align-items: center;
    }

    .dropdown::after {
        content: '';
        display: inline-block;
        margin-left: -5px;
        width: 15px;
        height: 15px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        transition: transform .3s;
    }
    
    .dropdown__content {
        position: absolute;
        min-width: 100%;
        top: calc(100% + 5px);
        left: 0;
        padding: 5px;
        border-radius: 5px;
        background-color: #fff;
        opacity: 0;
        transform: translateX(-10px);
        transition: transform .3s, opacity .3s, visibility .3s;
        visibility: hidden;
        white-space: nowrap;
    }

    .dropdown:hover::after,
    .dropdown._active::after {
        transform: rotate(180deg);
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgb(45, 131, 234)" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>');
    }
    
    .dropdown:hover .dropdown__content,
    ._active .dropdown__content {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }
}

.dropdown__content .nav-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .dropdown {
        text-align: center;
    }
    .dropdown__content {
        padding-top: 10px;
    }
}