@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&subset=cyrillic');
a.active.focus,a.active:focus,a.focus,a:active.focus,a:active:focus,a:focus,button.active.focus,button.active:focus,button.focus,button:active.focus,button:active:focus,button:focus,.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(255,255,255,0)!important;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	margin:0;padding:0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
figure{
    margin: 0;
}
textarea {
    resize: vertical;
}
a{
    transition: .3s ease;
}
a:focus, a:active, a:hover{
    outline: none;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    color:#282828;
	font-family:"Roboto", sans-serif;
}
h1{text-transform:uppercase;}
p{
    color:#727272;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
body{
	font-family:"Roboto", sans-serif;
	
}
a:focus{outline: 0;}
*:focus{outline:none;}

/* -------- Pre Loader -------- */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fefefe;
	z-index:9999;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url('../../images/preloader.gif');
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}

/* =========================
   Haeder
   ========================= */
header {
background: #F8FDFE;
box-shadow: 0px 13px 15px rgba(0, 0, 0, 0.0334579);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100px;
    z-index: 100;
}
@media only screen and (max-width: 780px) {
header {
height:110px;
}	
}

header nav {
    padding: 0 0 20px 0;
    margin-bottom: -20px !important;
	border-radius:0;
}
header nav .navbar-brand {
    padding: 0;
}
header nav .navbar-header {
    margin-top: 0px;
}
header nav ul.nav {
    margin-top: 25px !important;
}
myphon{
    margin-top: 10px !important;
}
header nav ul.nav li a {
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 500;
    color: #2364D4;
    padding: 0 0 5px;
}
header nav ul.nav li{
	padding: 0 12px;
}
header nav ul.nav li a:hover {
    color: #06c8ee;
    background: none;
}
header nav ul.nav li a:focus {
    background: none;
    outline: none;
}
header nav ul.nav li a:active {
    background: none;
    outline: none;
}
header nav ul.nav li.active a {
    color: #2154ab;
    border-bottom: 2px dotted #2154ab;
}
header nav ul.nav li:last-child {
    position: relative;
}
header nav ul.nav li:last-child a {
    padding-bottom: 20px;
	padding-right:0;
}
header nav ul.nav li:last-child a:hover + form {
    visibility: visible;
    opacity: 1;
}
header nav ul.nav li:last-child form {
    position: absolute;
    width: 200px;
    background: #2154ab;
    padding: 5px;
    right: -15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
header nav ul.nav li:last-child form input {
    float: left;
    width: 150px;
    display: block;
    height: 40px;
    border: none;
    padding: 0 10px;
}
header nav ul.nav li:last-child form button {
    float: left;
    width: 40px;
    display: block;
    height: 40px;
    border: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
header nav ul.nav li:last-child form button:hover {
    background: #2154ab;
    color: #fff;
}
header nav ul.nav li:last-child form:before {
    border-bottom: 20px solid #2154ab;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    position: absolute;
    right: 8px;
    top: -19px;
}
header nav ul.nav li:last-child form:hover {
    visibility: visible;
    opacity: 1;
}
header nav ul.nav li:last-child form:focus {
    visibility: visible;
    opacity: 1;
}
header nav ul.nav li:last-child form:active {
    visibility: visible;
    opacity: 1;
}
.sticky-wrapper.is-sticky nav {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 3px #ddd;
	transition: all 0.3s ease 0s;
	border-radius:0;
}
.sticky-wrapper nav {
	transition: all 0.3s ease 0s;
}
/*
	Intro
	===========*/
.intro {
    position: relative;
}
.intro #intro-carousel .carousel-inner .item figure {
    position: relative;
}
.intro #intro-carousel .carousel-inner .item figure img {
    width: 100%;
}
.intro #intro-carousel .carousel-inner .item figure figcaption {
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;
}
.intro #intro-carousel .carousel-inner .item figure figcaption h1 {
    font-size: 70px;
    font-family: "Oswald", sans-serif;
    width: 800px;
    font-weight: 300;
    color: #282828;
    margin-top: 120px;
}
.intro #intro-carousel .carousel-inner .item figure figcaption h1 span:first-child {
    color: #2154ab;
    font-weight: 600;
}
.intro #intro-carousel .carousel-inner .item figure figcaption h1 span:last-child {
    font-weight: 600;
    color: #282828;
}
.intro #intro-carousel .carousel-inner .item figure figcaption a {
  background: #2154ab none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  padding: 18px 40px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.intro #intro-carousel .carousel-inner .item figure figcaption a i {
    padding-left: 5px;
    position: relative;
    top: 1px;
}
.intro #intro-carousel .carousel-inner .item figure figcaption a:hover {
    text-decoration: none;
}
.intro #intro-carousel .carousel-inner .item figure figcaption a:before {
    background: #282828 none repeat scroll 0 0;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 3px;
}
.intro #intro-carousel .carousel-inner .item figure figcaption a:hover:before {
    width: 100%;
}
.intro #intro-carousel .left-slide,
.intro #intro-carousel .right-slide {
    bottom: 178px;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    right: 413px;
    z-index: 20;
    color: #282828;
	width:60px;
	height:35px;
}
.intro #intro-carousel .left-slide:hover,
.intro #intro-carousel .right-slide:hover {
    color: #2154ab;
}
.intro #intro-carousel .left-slide {
    margin-right: 70px;
}
.intro #intro-carousel .left-slide:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#282828;
	left:0;
	top:12px;
	transition:.3s ease;
}
.intro #intro-carousel .left-slide:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-left:5px solid #282828;
	border-bottom:5px solid #282828;
	left:0;
	transform:rotate(45deg);
	top:2px;
	transition:.3s ease;
}
.intro #intro-carousel .right-slide:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#282828;
	right:0;
	top:12px;
	transition:.3s ease;
}
.intro #intro-carousel .right-slide:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-right:5px solid #282828;
	border-bottom:5px solid #282828;
	right:0;
	transform:rotate(-45deg);
	top:2px;
	transition:.3s ease;
}
.intro #intro-carousel .left-slide:hover:before{
	background:#2154ab;
}
.intro #intro-carousel .left-slide:hover:after{
	border-color:#2154ab;
}
.intro #intro-carousel .right-slide:hover:before{
	background:#2154ab;
}
.intro #intro-carousel .right-slide:hover:after{
	border-color:#2154ab;
}
.intro .intro-bottom {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent url("../../images/bot-triangle.png") no-repeat scroll center bottom;
    height: 220px;
}
.intro-bottom > a{
	position:relative;
	display:inline-block;
	width:30px;
	height:45px;
}
.intro-bottom > a::before {
	border: 3px solid #2154ab;
	border-radius: 15px;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	left:0;
	top:0;
}
.intro-bottom > a::after {
	border-bottom: 3px solid #2154ab;
	color: #2154ab;
	content: "";
	font-family: "FontAwesome",sans-serif;
	font-size: 12px;
	font-weight: 600;
	height: 22px;
	left: 0;
	padding-top: 2px;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* Section Heading Style */
.section-number {
    border: 1px solid #2154ab;
    border-radius: 100px;
    color: #2154ab;
    display: inline-block;
    font-size: 25px;
    height: 40px;
    margin-left: 50px;
    text-align: center;
    width: 40px;
    position: relative;
    font-family: "Oswald", sans-serif;
}
.section-number:before {
    background: #2154ab none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -50px;
    position: absolute;
    top: 20px;
    width: 50px;
}
.section-number:after {
    background: #2154ab none repeat scroll 0 0;
    content: "";
    height: 138px;
    left: -50px;
    position: absolute;
    top: -117px;
    width: 1px;
}
h2.section-heading {
    font-size: 45px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 85px;
}

/* =========================
   About
   ========================= */
.top {
	background:url(../../images/top_bg.png) center top no-repeat;
    position: relative;
    padding: 117px 0 0 0;
}
.top i {
    color: #2154ab;
    font-size: 28px;
}
.top h1 {color:#265ebe}
.top h3 {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    margin: 20px 0;
    font-weight: 400;
}
.top a {
    font-size: 15px;
    text-transform: uppercase;
    color: #2154ab;
    font-weight: 400;
}

.top .top-column .top-single{
	margin-bottom:30px;
}


.top2 {
	background:url(../../images/midle_bg.png) center top no-repeat;
    position: relative;
    padding: 20px 0 10px 0;
}
.top2 i {
    color: #2154ab;
    font-size: 28px;
}
.top2 h1 {color:#265ebe}
.top2 h3 {
	display:inline-block;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    margin: 10px 0;
	padding-top:18px;
    font-weight: 600;
	color:#666;
}
.top2 h3 span {
	display:inline-block;
    font-size: 15px;
	font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.top2 a {
    font-size: 15px;
    text-transform: uppercase;
    color: #2154ab;
    font-weight: 400;
}

.top2 .top-column .top-single{
	margin-bottom:30px;
}

.top3 {
	background:url(../../images/top_bg.png) 75% 0% no-repeat;
    position: relative;
    padding: 20px 0 10px 0;
}
.top3 i {
    color: #2154ab;
    font-size: 28px;
}
.top3 h1 {color:#265ebe}
.top3 h3 {
	display:inline-block;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    margin: 10px 0;
	padding-top:18px;
    font-weight: 600;
	color:#666;
}
.top3 h3 span {
	display:inline-block;
    font-size: 15px;
	font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.top3 a {
    font-size: 15px;
    text-transform: uppercase;
    color: #2154ab;
    font-weight: 400;
}

.top3 .top-column .top-single{
	margin-bottom:30px;
}
.top-login{
	background:url(../../images/full_bg.png) 99% top repeat-y;
    position: relative;
    padding: 70px 0 50px 0;
}

.top-about{
	background:url(../../images/about_bg.png) 30% 0% repeat-y;
    position: relative;
    padding: 70px 0 0 0;
}

.top-about h1 {color:#265ebe;font-size:40px;letter-spacing:3px;}
.top-about h3 {
	display:inline-block;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    margin: 20px 0 30px 0;
	padding-top:16px;
    font-weight: 600;
	color:#666;
}

.top-about h3 span, .top-about h4 span  {
	color:#265ebe
}
.top-about h4 {line-height:25px;}
.top-about a {
    font-size: 15px;
    text-transform: uppercase;
    color: #2154ab;
    font-weight: 400;
}

.top-about.top-column .top-single{
	margin-bottom:30px;
}

.top-full{
	background:url(../../images/full_bg.png) top right repeat-y;
    position: relative;
    padding: 70px 0 50px 0;
}
.top-full i {
    color: #2154ab;
    font-size: 28px;
}
.top-full h1 {color:#265ebe;font-size:40px;letter-spacing:3px;}
.top-full h3 {
	display:inline-block;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    margin: 20px 0 30px 0;
	padding-top:16px;
    font-weight: 600;
	color:#666;
}

.top-full h3 span, .top-about h4 span  {
	color:#265ebe
}
.top-full h4 {line-height:25px;}
.top-full a {
    font-size: 15px;
    text-transform: uppercase;
    color: #2154ab;
    font-weight: 400;
}

.top-full.top-column .top-single{
	margin-bottom:30px;
}

   
.about {
    position: relative;
    padding-bottom: 0px;
	background:url(../../images/bgornament.png) top left;
}
.about i {
    color: #2154ab;
    font-size: 28px;
}
.about h3 {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    margin: 20px 0;
    font-weight: 400;
}
.about a {
    font-size: 15px;
    text-transform: uppercase;
    color: #2154ab;
    font-weight: 400;
}

.about .about-column .about-single{
	margin-bottom:30px;
}
/* =========================
   Creative Concept
   ========================= */
.creative-concept {
    position: relative;
    background: #F3F3F3;
    padding-top: 180px;
}
.creative-concept .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent url("../../images/top-triangle.png") no-repeat scroll center bottom;
    height: 250px;
}
.creative-concept .concept-text p {
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	margin-bottom: 50px;
}
.creative-concept .concept-image {
    margin-top: -150px;
}
.creative-concept .shape-bot {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent url("../../images/bot-triangle.png") no-repeat scroll center bottom;
    height: 220px;
}

/* =========================
   Services
   ========================= */
.services {
    padding-bottom: 100px;
}
.services .service-box {
    text-align: center;
}
.services .service-box i {
    font-size: 28px;
    color: #2154ab;
}
.services .service-box h3 {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    margin: 20px 0;
    font-weight: 400;
}
.services .service-box a {
    text-transform: uppercase;
    color: #2154ab;
    font-weight: 400;
}



/* =========================
   Portfolio
   ========================= */
.portfolio {
    background: #f3f3f3;
    position: relative;
    padding-top: 180px;
    padding-bottom: 180px;
}
.portfolio .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent url("../../images/top-triangle.png") no-repeat scroll center bottom;
    height: 250px;
}
.portfolio .portfolio-item {
    margin-bottom: 30px;
}
.portfolio .portfolio-item figure {
    position: relative;
}
.portfolio .portfolio-item figure:hover figcaption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio .portfolio-item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(255, 72, 72, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.portfolio .portfolio-item figure figcaption div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.portfolio .portfolio-item figure figcaption div a {
    font-size: 25px;
    color: #fff;
}
.portfolio .portfolio-item figure figcaption div p {
    font-size: 25px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    padding: 0 15px;
    margin-top: 10px;
}
.portfolio .portfolio-column:nth-child(3) {
    margin-top: 50px;
}
.portfolio .portfolio-column:nth-child(4) {
    margin-top: 100px;
}
.portfolio .portfolio-more {
    text-align: right;
}
.portfolio .shape-bot {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent url("../../images/bot-triangle.png") no-repeat scroll center bottom;
    height: 220px;
}

/* =========================
   Testimonial
   ========================= */
.testimonial {
    padding-bottom: 100px;
}
.testimonial #testimonial-carousel .owl-wrapper-outer {
    border-left: 1px solid #2154ab;
    border-bottom: 1px solid #2154ab;
    padding-bottom: 40px;
}
.testimonial #testimonial-carousel .client-image img {
    display: block;
    margin: 0 auto;
}
.testimonial #testimonial-carousel .client-content .client-info {
    position: relative;
    margin-top: 30px;
}
.testimonial #testimonial-carousel .client-content .client-info p.c-signature {
    font-family: 'Sacramento', cursive;
    font-size: 40px;
}
.testimonial #testimonial-carousel .client-content .client-info h2 {
    font-size: 15px;
    margin-bottom: 10px;
}
.testimonial #testimonial-carousel .client-content .client-info h3 {
    font-size: 15px;
    color: #2154ab;
    margin-top: 0;
}
.testimonial #testimonial-carousel .client-content .client-info ul.c-rating {
    position: absolute;
    right: 0;
    top: 45px;
}
.testimonial #testimonial-carousel .client-content .client-info ul.c-rating li {
    padding: 0;
    font-size: 20px;
    color: #2154ab;
}
.testimonial #testimonial-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 40px;
    left: 35%;
}
.testimonial #testimonial-carousel .owl-controls .owl-pagination .owl-page {
    border: 3px solid #282828;
    display: inline-block;
    height: 11px;
    margin-right: 10px;
    width: 11px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.testimonial #testimonial-carousel .owl-controls .owl-pagination .owl-page.active {
    background: #2154ab;
    border-color: #2154ab;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons {
    position: absolute;
    right: 15px;
    bottom: -100px;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-next {
    display: inline-block;
    width:60px;
	height:35px;
	position:relative;
}

.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-prev {
    display: inline-block;
    margin-right: 20px;
	width:60px;
	height:35px;
	position:relative;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-prev:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#282828;
	left:0;
	top:12px;
	transition:.3s ease;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-prev:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-left:5px solid #282828;
	border-bottom:5px solid #282828;
	left:0;
	transform:rotate(45deg);
	top:2px;
	transition:.3s ease;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-next:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#282828;
	right:0;
	top:12px;
	transition:.3s ease;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-next:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-right:5px solid #282828;
	border-bottom:5px solid #282828;
	right:0;
	transform:rotate(-45deg);
	top:2px;
	transition:.3s ease;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-next:hover:before{
	background:#2154ab;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-next:hover:after{
	border-color:#2154ab;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-prev:hover:before{
	background:#2154ab;
}
.testimonial #testimonial-carousel .owl-controls .owl-buttons .owl-prev:hover:after{
	border-color:#2154ab;
}

/* =========================
   Pricing Table
   ========================= */
.pricing-table {
    background: #f3f3f3;
    position: relative;
    padding-top: 180px;
    padding-bottom: 180px;
}
.pricing-table .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent url("../../images/top-triangle.png") no-repeat scroll center bottom;
    height: 250px;
}
.pricing-table .single-plan .pricing-wrapper {
    border: 1px solid #727272;
    background: #fff;
    border-radius: 10px;
    padding: 40px 60px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.pricing-table .single-plan .pricing-wrapper .pricing-head {
    text-align: center;
    margin-bottom: 50px;
}
.pricing-table .single-plan .pricing-wrapper .pricing-head h4 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.pricing-table .single-plan .pricing-wrapper .pricing-head span {
    font-size: 20px;
    font-weight: 300;
}
.pricing-table .single-plan .pricing-wrapper .pricing-currency {
    margin-bottom: 50px;
}
.pricing-table .single-plan .pricing-wrapper .pricing-currency p {
    text-align: center;
    font-size: 80px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.pricing-table .single-plan .pricing-wrapper .pricing-currency p sup {
    font-size: 40px;
    font-weight: normal;
    left: 10px;
}
.pricing-table .single-plan .pricing-wrapper .pricing-currency p sub {
    font-size: 22px;
    font-weight: normal;
    right: 17px;
    bottom: 0;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content ul li p span {
    float: right;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase {
    text-align: center;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
	background: #727272 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 30px;
	padding: 15px 40px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn i {
    padding-left: 5px;
    position: relative;
    top: 1px;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:hover {
    text-decoration: none;
    color: #fff;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #2154ab;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 3px;
}
.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:hover:before {
    width: 100%;
    color: #fff;
}
.pricing-table .single-plan:hover .pricing-wrapper {
    border: 1px solid #2154ab;
    box-shadow: 0 5px 54px rgba(246, 36, 89, 0.2);
}
.pricing-table .single-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #2154ab;
}
.pricing-table .single-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #727272;
}
.pricing-table .single-plan:nth-child(3) {
    margin-top: 50px;
}
.pricing-table .single-plan:nth-child(4) {
    margin-top: 100px;
}
.pricing-table .featured-plan .pricing-wrapper {
    border: 1px solid #2154ab;
    box-shadow: 0 5px 54px rgba(246, 36, 89, 0.2);
}
.pricing-table .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #2154ab;
}
.pricing-table .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #727272;
}
.pricing-table .container:hover .featured-plan .pricing-wrapper {
    border: 1px solid #727272;
    box-shadow: none;
}
.pricing-table .container:hover .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #727272;
}
.pricing-table .container:hover .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #2154ab;
}
.pricing-table .container:hover .featured-plan:hover .pricing-wrapper {
    border: 1px solid #2154ab;
    box-shadow: 0 5px 54px rgba(246, 36, 89, 0.2);
}
.pricing-table .container:hover .featured-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #2154ab;
}
.pricing-table .container:hover .featured-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #727272;
}
.pricing-table .shape-bot {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent url("../../images/bot-triangle.png") no-repeat scroll center bottom;
    height: 220px;
}

/* =========================
   Blog
   ========================= */
.blog {
    padding-bottom: 100px;
}
.blog .single-post h3 {
    margin: 40px 0 15px 0;
}
.blog .single-post h3 a {
    font-size: 20px;
    text-transform: uppercase;
    color: inherit;
    font-weight: 400;
}
.blog .single-post h3 a:hover {
    color: #2154ab;
}
.blog .single-post a.read-more-btn {
	background: #727272 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.blog .single-post a.read-more-btn i {
    padding-left: 5px;
    position: relative;
    top: 1px;
}
.blog .single-post a.read-more-btn:hover {
    text-decoration: none;
    color: #fff;
}
.blog .single-post a.read-more-btn:before {
    background: #2154ab;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 3px;
}
.blog .single-post a.read-more-btn:hover:before {
    width: 100%;
    color: #fff;
}
.blog .single-post:first-child {
    margin-bottom: 60px;
}
.blog .post-column:nth-child(3) {
    margin-top: 50px;
}
.blog .post-column:nth-child(4) {
    margin-top: 100px;
}

/* =========================
   Team
   ========================= */
.team {
    background: #f3f3f3;
    position: relative;
    padding-top: 180px;
    padding-bottom: 180px;
}
.team .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent url("../../images/top-triangle.png") no-repeat scroll center bottom;
    height: 250px;
}
.team .shape-bot {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent url("../../images/bot-triangle.png") no-repeat scroll center bottom;
    height: 220px;
}
.team #team-carousel .active {
    margin-top: 50px;
}
.team #team-carousel .active + .owl-item {
    margin-top: 100px;
}
.team #team-carousel .team-single figure {
	overflow: hidden;
	position: relative;
}
.team #team-carousel .team-single figure figcaption {
    background: rgba(255, 72, 72, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    visibility: hidden;
    opacity: 0;
}
.team #team-carousel .team-single figure figcaption h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin: 30px 0 10px 0;
    font-family: "Oswald", sans-serif;
    color: #fff;
}
.team #team-carousel .team-single figure figcaption h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #fff;
}
.team #team-carousel .team-single figure figcaption ul {
    text-align: center;
    margin: 50px 0;
}
.team #team-carousel .team-single figure figcaption ul li {
    margin-right: 20px;
}
.team #team-carousel .team-single figure figcaption ul li:last-child {
    margin-right: 0;
}
.team #team-carousel .team-single figure figcaption ul li a {
    font-size: 25px;
    color: #fff;
}
.team #team-carousel .team-single figure figcaption .skills {
    padding: 0 40px;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single {
    margin-bottom: 20px;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-one,
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-two,
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-three,
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-four {
    height: 6px;
    background: #cacaca;
    border-radius: 5px;
    position: relative;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-one:before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 5px;
    width: 80%;
    height: 100%;
    left: 0;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-one:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    top: -4px;
    left: 78%;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-two:before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 5px;
    width: 70%;
    height: 100%;
    left: 0;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-two:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    top: -4px;
    left: 68%;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-three:before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 5px;
    width: 90%;
    height: 100%;
    left: 0;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-three:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    top: -4px;
    left: 88%;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-four:before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 5px;
    width: 50%;
    height: 100%;
    left: 0;
}
.team #team-carousel .team-single figure figcaption .skills .skill-single .skill-four:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    top: -4px;
    left: 48%;
}
.team #team-carousel .team-single figure:hover figcaption {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.team #team-carousel .team-single .member-info {
    position: relative;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    top: 0;
}
.team #team-carousel .team-single .member-info h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin: 30px 0 10px 0;
    font-family: "Oswald", sans-serif;
}
.team #team-carousel .team-single .member-info h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.team #team-carousel .team-single:hover .member-info {
    top: -100px;
    visibility: hidden;
    opacity: 0;
}
.team #team-carousel .owl-controls .owl-buttons {
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 10;
}
.team #team-carousel .owl-controls .owl-buttons .owl-next {
    display: inline-block;
	position:relative;
	width:60px;
	height:35px;
}

.team #team-carousel .owl-controls .owl-buttons .owl-prev {
    display: inline-block;
	position:relative;
    margin-right: 20px;
	width:60px;
	height:35px;
}
.team #team-carousel .owl-controls .owl-buttons .owl-prev:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#282828;
	left:0;
	top:12px;
	transition:.3s ease;
}
.team #team-carousel .owl-controls .owl-buttons .owl-prev:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-left:5px solid #282828;
	border-bottom:5px solid #282828;
	left:0;
	transform:rotate(45deg);
	top:2px;
	transition:.3s ease;
}
.team #team-carousel .owl-controls .owl-buttons .owl-next:before{
	position:absolute;
	content:"";
	width:80%;
	height:5px;
	background:#282828;
	right:0;
	top:12px;
	transition:.3s ease;
}
.team #team-carousel .owl-controls .owl-buttons .owl-next:after{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	border-right:5px solid #282828;
	border-bottom:5px solid #282828;
	right:0;
	transform:rotate(-45deg);
	top:2px;
	transition:.3s ease;
}
.team #team-carousel .owl-controls .owl-buttons .owl-next:hover:before{
	background:#2154ab;
}
.team #team-carousel .owl-controls .owl-buttons .owl-next:hover:after{
	border-color:#2154ab;
}
.team #team-carousel .owl-controls .owl-buttons .owl-prev:hover:before{
	background:#2154ab;
}
.team #team-carousel .owl-controls .owl-buttons .owl-prev:hover:after{
	border-color:#2154ab;
}

/* =========================
   Video
   ========================= */
.video {
    padding-bottom: 180px;
}
.video .video-wrapper iframe {
    border: 0;
    display: block;
    margin: 0 auto;
}

/* =========================
   Contact Section
   ========================= */
.contact {
    background: #f3f3f3;
    position: relative;
    padding-top: 180px;
    padding-bottom: 180px;
}
.contact .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent url("../../images/top-triangle.png") no-repeat scroll center bottom;
    height: 250px;
}
.contact form div input {
    display: block;
    width: 50%;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #2154ab;
    border-left: 0;
    background: none;
    padding: 10px 0;
    box-shadow: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #282828;
    font-size: 20px;
    font-weight: 400;
}
.contact form div input:focus {
    border-color: #727272;
    box-shadow: none;
}
.contact form div input:active {
    border-color: #727272;
    box-shadow: none;
}
.contact form div input::-moz-placeholder {
    opacity: 1;
    color: #282828;
}
.contact form div input::-webkit-input-placeholder {
    opacity: 1;
    color: #282828;
}
.contact form div input[type="text"] {
    margin-bottom: 50px;
}
.contact form div input[type="email"] {
    float: right;
}
.contact form div textarea {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #2154ab;
    border-left: 0;
    background: none;
    padding: 60px 0 10px;
    box-shadow: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #282828;
    font-size: 20px;
    font-weight: 400;
    resize: none;
    height: 100px;
    margin-top: 20px;
}
.contact form div textarea::-moz-placeholder {
    opacity: 1;
    color: #282828;
}
.contact form div textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #282828;
}
.contact form div textarea:active {
    padding: 10px 0;
}
.contact form div textarea:focus {
    padding: 10px 0;
	border-color: #727272;
}
.contact form div button[type="submit"] {
	background: #2154ab none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: 500;
	margin-top: 50px;
	padding: 15px 45px;
	position: relative;
	text-transform: uppercase;
	width: auto;
	z-index: 1;
}
.contact form div button[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
}
.contact form div button[type="submit"]:before {
    background: #282828 none repeat scroll 0 0;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 3px;
}
.contact form div button[type="submit"]:hover:before {
    width: 100%;
    color: #fff;
}

/* =========================
   Footer
   ========================= */
footer {
    padding: 0 0 50px 0;
    background: #2154ab;
    position: relative;
}
footer .shape-top {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../../images/footer-shapes/footer-shape.png");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 80px;
    left: 0;
    position: absolute;
    top: -80px;
    width: 100%;
}
footer img.footer-logo {
    display: block;
    margin: 0 auto;
}
footer p.copyright-text {
    text-align: center;
    margin: 20px 0;
    color: #fff;
}
footer ul.footer-social {
    text-align: center;
}
footer ul.footer-social li {
    margin-right: 40px;
}
footer ul.footer-social li:last-child {
    margin-right: 0;
}
footer ul.footer-social li a {
    font-size: 18px;
    color: #fff;
}

/* =================
   Helper classes
   ================= */
   
/* Primary Button */
.primary-button {
	background: #2154ab none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 30px;
	padding: 15px 40px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.primary-button i {
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.primary-button:hover {
	text-decoration: none;
	color: #fff;
}
.primary-button:before {
	background: #282828 none repeat scroll 0 0;
	color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1;
	transition: .3s ease;
	border-radius: 3px;
}
.primary-button:hover:before {
	width: 100%;
	color: #fff;
}

/* Fade Effect */
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}

/* Hiidden Class */
.hidden {
	display: none !important;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #6698c6;
    opacity: 1;
    color: #fff;
}

.shablon{cursor:pointer;}
.shablonp{cursor:pointer;}

.p-2 {padding:5px!important;}
.p-3 {padding:10px!important;}
.p-4 {padding:15px!important;}
.p-5 {padding:20px!important;}

.mb-1 {margin-bottom:0.5rem!important;}
.mb-2 {margin-bottom:1.0rem!important;}
.mb-3 {margin-bottom:1.5rem!important;}
.mb-4 {margin-bottom:2.0rem!important;}
.mt-1 {margin-top:0.5rem!important;}
.mt-2 {margin-top:1.0rem!important;}
.mt-3 {margin-top:1.5rem!important;}
.mt-4 {margin-top:2.0rem!important;}

.ml-1 {margin-left:0.5rem!important;}
.ml-2 {margin-left:1.0rem!important;}
.ml-3 {margin-left:1.5rem!important;}
.ml-4 {margin-left:2.0rem!important;}
.mr-1 {margin-right:0.5rem!important;}
.mr-2 {margin-right:1.0rem!important;}
.mr-3 {margin-right:1.5rem!important;}
.mr-4 {margin-right:2.0rem!important;}

.pb-1 {padding-bottom:0.5rep!ipportant;}
.pb-2 {padding-bottom:1.0rep!ipportant;}
.pb-3 {padding-bottom:1.5rep!ipportant;}
.pb-4 {padding-bottom:2.0rep!ipportant;}
.pt-1 {padding-top:0.5rep!ipportant;}
.pt-2 {padding-top:1.0rep!ipportant;}
.pt-3 {padding-top:1.5rep!ipportant;}
.pt-4 {padding-top:2.0rep!ipportant;}

.pl-1 {padding-left:0.5rem!important;}
.pl-2 {padding-left:1.0rem!important;}
.pl-3 {padding-left:1.5rem!important;}
.pl-4 {padding-left:2.0rem!important;}
.pr-1 {padding-right:0.5rem!important;}
.pr-2 {padding-right:1.0rem!important;}
.pr-3 {padding-right:1.5rem!important;}
.pr-4 {padding-right:2.0rem!important;}