/**************************************
 * Generale Style
 *************************************/


@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("pe-icon-7-stroke.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("jquery.fancybox.min.css");

body {
	background: #ffffff;
	color: #333;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	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: 'Ubuntu', sans-serif;
	font-weight: normal;
	color: #333;
}
input{
  border:none;
}
a {
	color: #02A8F3;
	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: #02A8F3;
	-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 {
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	font-family: 'Ubuntu', sans-serif;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #02A8F3;
}
.btn:focus {
	outline: none !important;
	box-shadow: none;
}
button:focus {
	outline: 0 none;
	box-shadow: none;
}
.button:focus {
	outline: none;
	box-shadow: none;
}
.button {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	letter-spacing: 0.7px;
	font-weight: 500;
	border: 0;
	border-radius: 5px;
	background: #02A8F3;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
}
.button span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button:hover > span{
	opacity: 0;
	color: #fff;
	-webkit-transform: translate(0px,40px);
	transform: translate(0px,40px);
}
.button::after{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	padding: 10px 30px;
}
.button:hover::after{
	opacity: 1;
	color: #fff;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
form ::-webkit-input-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
form :-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
form label.error {
  display: none !important;
}
form input,
form textarea,
form select {
  display: inline-block;
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  line-height: 60px;
  height: 60px;
  padding: 0 15px;
  font-size: 1em;
  font-weight: 300;
}
form input:focus,
form textarea:focus,
form select:focus {
  border-color: #5268f2;
}
form input.error,
form textarea.error,
form select.error {
  border-color: #E76767;
}
form textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  resize: none;
  height: auto;
  min-height: 150px;
}
form .controls {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  margin: 0;
  padding-right: 0;
}
form .controls button,
form .controls input {
  width: 100%;
}
@media (max-width: 991px) {
  form input,
  form textarea,
  form select {
    line-height: 46px;
    height: 46px;
  }
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.section-padding {
	padding: 50px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 75px;
}
.section-title h2 {
	font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    color: #404040;
    margin-bottom: 15px;
}
.small-title {
	color: #FF9800;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    background: #02A8F3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-top-50 {
	margin-top: 50px;
}
.back-to-top {
	position: fixed;
    display: none;
    background: #02A8F3;
    color: #fff;
    width: 38px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    border-radius: 8px;
    right: 25px;
    bottom: 20px;
    transition: background 0.5s;
    z-index: 11;
}
.back-to-top i {
	padding-top: 8px;
	color: #fff;
}
.position-relative {
    position: relative;
}
.left-bg {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #f8f8f9;
    opacity: 1;
    left: 0;
    top: 0;
    display: block;
    z-index: -3;
}
.right-bg {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #f8f8f9;
    opacity: 1;
    right: 0;
    top: 0;
    display: block;
    z-index: -3;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
    line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 50%;
    background: #02A8F3;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #ff8a00;
}

/**************************************
 Preloader Style
 *************************************/
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 9999;
}
.loader-wrapper .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/**************************************
  Popup
 *************************************/
.popup-full.active, .popup-full2.active, .popup-full3.active {
    display: block;
    background-color: rgba(0,0,0, .75);
}
.popup-full, .popup-full2, .popup-full3 {
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    display: none;
}
.card-div-all {
    width: 50%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    overflow: hidden;
    z-index: 9999;
}
.card-div {
    overflow-y: scroll;
    width: calc(100% + 1.1rem);
    height: 100%;
}
.top-card {
  position: fixed;
    width: 100%;
    height: 4rem;
    background-color: rgba(17, 38, 63, .85);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-card {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 1%;
    background-image: url(../img/logo-png.png);
    width: 3rem;
    height: 3rem;
    z-index: 51;
    background-size: cover;
}
.pop_card_name {
    font-size: 1.1rem;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    max-width: 80%;
    font-family: 'Russo One', sans-serif;
}
.top-card .cancel {
    width: 1.4rem;
    height: 1.4rem;
    cursor: pointer;
    margin-top: -0.3rem;
    position: absolute;
    right: 0;
}
.img-card {
    background-size: cover;
    width: 100%;
    height: 20rem;
}
.popup-full .img-card {
  background-image: url(../img/blog/1.jpg);
}
.popup-full2 .img-card {
  background-image: url(../img/blog/2.jpg);
}
.popup-full3 .img-card {
  background-image: url(../img/blog/3.jpg);
}
.pop-text, .pop-title, .pop-ul{
    padding-right: 1.1rem;
    padding-left:1.1rem;
  }
.pop-ul li{
    font-family: 'Vollkorn', serif;
    font-size: 1.1rem;
}
.pop-title {
	padding-top: 2rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-family: 'Russo One', sans-serif;
	text-align: center;
}
.pop-block{
	width: 90%;
	margin:0 auto;
}
.pop-text {
    font-size: 1.1rem;
    margin-top: 1rem;
    font-family: 'Vollkorn', serif;
    text-align: justify;
}
.last-child {
  padding-bottom: 3rem;
}
.pop-ul {
    list-style: circle;
    padding-left: 2rem;
    margin-top: 1rem;
}
/**************************************
 Navber Style
 *************************************/
.nav{
  height: 100px;
}
.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;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
}
.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}
.navbar-b.navbar-trans .nav-link:hover {
	color: #000;
}
.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: #000;
}
.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: #000000;
}
.navbar-b.navbar-reduce .nav-link:hover {
	color: #000;
}
.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: #000;
}
.nav-item a:after {
    background-color: #02A8F3;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.nav-item a:hover:after,
.nav-item a:focus:after {
    width: 100%;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}
.navbar-brand img{
  width: 4rem;
}
.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}
.navbar-b .navbar-brand {
	color: #000;
	font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
	font-family: 'Ubuntu', sans-serif;
}
.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: #02A8F3;
	color: #fff;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #02A8F3;
}
.navbar-toggler {
	position: relative; 
	z-index: 99;
}
.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;
}
.navbar-collapse {
  flex-grow: 0;
}
.header-contact {
    margin-right: 90px;
}
.header-contact li {
    display: inline-block;
}

.header-button {
    margin-left: 30px;
    cursor: pointer;
}
.header-button li {
    display: inline-block;
    margin-left: 15px;
}
.header-button li .nav-btn {
    background: #ffffff;
    padding: 8px 20px;
    color: #000;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.07);
}
.header-button li .nav-btn:hover {
    color: #fff;
    background: #02A8F3;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /* box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.07); */
    border-bottom: 1px solid #f7f7f7;
	background: #fff;
}
/**************************************
 * Home Section Style
 *************************************/
.home-area {
	height: 100vh;
	background: url(../img/header-bg.png) no-repeat center right;
  background-size: 50%;
}
.home-content-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.home-content img {
  display: none;
}
.home-area .home-content h1 {
    font-size: 40px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
}
.home-area .home-content p {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
}
.home-content-image img {
	margin-top: 60px;
	width: 90%;
}
.button.button-1 {
    margin-left: 10px;
}

/**************************************
 * FAQ
 *************************************/
.faq .for-title {
  margin: 0 0 55px;
}
.faq #accordion {
  overflow: hidden;
  border: 1px solid #dff0f7;
}
.faq #accordion .card {
  border: none;
}
.faq #accordion .card .card-header {
  border: none;
  background: none;
  padding: 0;
}
.faq #accordion .card .card-header a {
  display: block;
  padding: 30px 200px 30px 30px;
  background-color: #f4f6ff;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  position: relative;
}
.faq #accordion .card .card-header a::before {
  content: '⚊';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 30px;
  height: 30px;
  color: #818992;
  font-size: 2em;
  font-weight: 700;
}
.faq #accordion .card .card-header a.collapsed {
  background: #fff;
  font-weight: 300;
  border-color: #f4f6ff;
}
.faq #accordion .card .card-header a.collapsed::before {
  content: '+';
}
.faq #accordion .card .card-header a.c-last {
  border: none;
}
.card-header a {
  color: #02A8F3;
}
.faq #accordion .card .card-header a:hover {
  background-color: #dff0f7;
}
.faq #accordion .card .card-body {
  border: 1px solid #dff0f7;
}
.faq #accordion .card .card-body li:not(:first-of-type) {
  margin-top: 25px;
}
.faq #accordion .card .card-body.c-last {
  border: none;
}
@media (max-width: 767px) {
  .faq {
    padding: 0 0 40px;
  }
  .faq .for-title {
    margin: 0 0 40px;
  }
  .faq #accordion .card .card-header a {
    padding: 20px 50px 20px 20px;
  }
  .faq #accordion .card .card-header a::before {
    right: 15px;
  }
  .navbar-nav{
  	margin-top: 1.5rem;
  	text-align: center;
  }
  .navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
  	color: #fff;
  }
}

/**************************************
 * Feedbacks
 *************************************/
.team-block{
  position:relative;
}
.team-area .section-title {
  text-align: center;
  margin-bottom: 35px;
}
.team-block .inner-box{
  position:relative;
  padding: 35px 65px 20px 0px;
  margin-top: 30px;
}
.team-block .inner-box:before{
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  left:70px;
  bottom:0px;
  border-radius:10px;
  background-color:#f5f5f5;
  -webkit-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  transition:all 600ms ease;
}
.team-block .inner-box::after{
  position:absolute;
  content:'';
  top:0px;
  left:70px;
  bottom:0px;
  width:0%;
  border-radius:10px;
  -webkit-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  transition:all 600ms ease;
  background:#585be8;
}
.team-block .inner-box:hover::after{
  width:81%;
}
.team-block .inner-box .social-icons{
  position:absolute;
  right:25px;
  top:100px;
  z-index:1;
}
.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .social-icons li a,
.team-block .inner-box:hover .lower-content .designation{
  color:#ffffff;
}
.team-block .inner-box .image{
  position:relative;
  z-index:1;
  border-radius:10px;
  background-color:#ffffff;
  box-shadow:inset 0px 0px 35px rgba(0,0,0,0.20);
}
.team-block .inner-box .image img{
  width:100%;
  display:block;
  border-radius: 5px;
}
.team-block .inner-box .lower-content{
  position:relative;
  text-align:left;
  z-index:1;
  padding: 15px 15px 0px 100px;
}
.team-block .inner-box .lower-content h3{
  position:relative;
  color:#585be8;
  font-size:18px;
  font-weight:600;
  line-height:1.3em;
}
.team-block .inner-box .lower-content h3 a{
  position:relative;
  color:#585be8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-block .inner-box .lower-content .designation{
  position:relative;
  margin-top:5px;
  color:#444;
  font-size:14px;
}
.fancy-link {
  display: block;
  position: relative;
}
.fancy-link::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.57) url(../img/loop.svg) no-repeat center center / 70px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.fancy-link:hover::before {
  opacity: 1;
  visibility: visible;
}
/**************************************
 * Call
 *************************************/
.callBottom {
  width: 60px;
  height: 60px;
  background: #02A8F3;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 30px;
  color: #fff;
  z-index: 100;
}
.callBottom a {
  display: block;
  text-decoration: none;
  outline: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.callBottom:before {
  border: none;
  animation: 4s linear 0s normal none infinite running spin;
  border-color: #02A8F3 transparent transparent;
  border-radius: 50%;
  border-right: 3px solid transparent;
  border-style: solid;
  border-width: 3px;
  bottom: -15px;
  content: "";
  left: -15px;
  position: absolute;
  right: -15px;
  top: -15px;
}
.callBottom:after {
  border: none;
  animation: 2s linear 0s normal none infinite running spin;
  border-color: #02A8F3 transparent transparent;
  border-image: none;
  border-radius: 50%;
  border-right: 2px solid transparent;
  border-style: solid;
  border-width: 2px;
  bottom: -5px;
  content: "";
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**************************************
 * Modal block
 *************************************/
.modal #modal_contact .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 20;
}
.close {
  position: absolute;
  right: 10px;
}
.modal-body{
  margin-top: 20px;
}
.modal#modal_contact .modal-dialog .modal-content .modal-body .form-block {
  max-width: 400px;
  margin: auto;
}
.modal#modal_contact .modal-dialog .modal-content .modal-body .form-block .for-btn {
  text-align: center;
}
@media (max-width: 991px) {
  body,
  html {
    font-size: 16px;
  }
  body.modal-open .wrapper {
    display: none;
  }
}
.min-title {
  font-size: 46px;
  line-height: 1.3;
}
.min-title.min {
  font-size: 38px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .min-title {
    font-size: 40px;
  }
  .min-title.min {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  .min-title {
    font-size: 30px;
  }
  .min-title.min {
    font-size: 24px;
  }
}
.modal .for-title{
  margin-bottom: 0;
  padding: 20px 0;
}
.text-center {
    text-align: center!important;
}
/**************************************
 * Thanks
 *************************************/
.thanks .header {
  background: none;
}
.thanks .main {
  padding: 190px 0 160px;
  background: url("../img/success-bg.jpg") no-repeat right bottom;
}
.thanks .main .title-block .txt {
  flex: 1;
  margin: 0 0 0 30px;
}
.thanks .main .title-block .txt .gray {
  margin: 10px 0 30px;
}
@media (min-width: 1600px) {
  .thanks .main {
    background-position: right 100px bottom;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .thanks .main {
    background-position: right -100px bottom;
    background-size: 800px;
    padding: 160px 0 230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .thanks .main {
    background-size: 500px;
    padding: 30px 0 155px;
  }
}
@media (max-width: 767px) {
  .thanks .main {
    background-position: center bottom;
    background-size: 520px;
    padding: 0 0 50px;
  }
  .thanks .main .title-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .thanks .main .title-block .icon img {
    max-width: 50px;
  }
  .thanks .main .title-block .txt {
    margin: 20px 0 0;
  }
  .thanks .main .title-block .txt .for-btn {
    margin: 350px 0 0;
  }
  .thanks .main .title-block .txt .for-btn a {
    width: 100%;
  }
}

/**************************************
 * Pricing Section Style
 *************************************/
.price-area {
   
}
.price-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 0 40px rgba(0, 0, 0, .2) inset;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .2) inset;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
  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;
}
.pricing-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);
}
.pricing-item.active .pricing-header {
  position: relative;
  overflow: hidden;
}
.pricing-item.active .pricing-header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  background-image: linear-gradient(135deg, #02A8F3 0%, #5C83E3 100%);
}
.pricing-item.active .pricing-header .pricing-title {
  color: #fff;
}
.pricing-item.active .pricing-header .number {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}
.pricing-item.active .pricing-header .number:before {
  border-bottom: 14px solid #fff;
}
.pricing-item.active .pricing-header .number:after {
  border-top: 14px solid #fff;
}
.pr-header-1{
  background: #eff0f1 url(../img/csb-bg-1.jpg) no-repeat 0 52%;
}
.pr-header-2{
  background: #eff0f1 url(../img/csb-bg-2.jpg) no-repeat 58% 39%;
}
.pr-header-3{
  background: #eff0f1 url(../img/csb-bg-3.jpg) no-repeat 0 25%;
}
.pricing-item .pricing-header {
  border-bottom: 1px solid #eff0f1;
  text-align: center;
  height: 220px;
  display: block;
  position: relative;
}
.pricing-item .pricing-header .pricing-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  color: #3B566E;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: perspective(1px) translateY(0%);
}
.pricing-item .pricing-body {
  margin-bottom: 30px;
}
.pricing-item .pricing-body .number {
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
  margin-top: -40px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.pricing-item .pricing-body .number span {
  font-weight: 400;
  font-size: 16px;
  color: #02A8F3;
  display: block;
}
.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 600;
  font-size: 20px;
  color: ##02A8F3;
  position: relative;
  top: -15px;
}
.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 700;
  font-size: 34px;
  color: ##02A8F3;
  letter-spacing: 2.12px;
}
.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 700;
  font-size: 14px;
  color: ##02A8F3;
  letter-spacing: 0.88px;
}
.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #CCDCEA;
  letter-spacing: 0.88px;
  text-decoration: line-through;
}
.pricing-item .pricing-body .list li.active {
  color: #3B566E;
  text-decoration: none;
}
.pricing-item .pricing-footer {
  text-align: center;
}
.pricing-item .pricing-footer a {
    margin-bottom: 40px;
    margin-top: 0;
}

/**************************************
 * Work
 *************************************/
#work {
  height: 570px;
}
.for-title {
  margin: 0 0 80px;
}
.wk-block a {
  padding: 12px 50px;
  margin-bottom: 5px;
}
.wk-block .icon {
  height: 50px;
  opacity: .5;
  transition: opacity .3s;
}
.wk-block .icon:hover {
  opacity: 1;
}
.wk-block .min-t {
  margin: 0 0 20px;
}
.wk-block .cl-btn {
  margin: 20px 0 0;
}
.justify-cont {
  justify-content: space-between;
}
.num {
  color: #1C4958;
  font-size: 29px;
  background: url(../img/line-arrow.png) right 20px center no-repeat;
  margin-top: 20px;
  margin-bottom: 20px;
}
.num span {
  color: #1C4958;
  font-size: 29px;
  background: #fff;
  padding-right: 10px;
}
.num-last {
  background: 0 0;
}
p.big {
  font-size: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .work .wk-block {
    margin: 0 0 45px;
  }
}
@media (max-width: 767px) {
  .work .for-title {
    margin: 0 0 40px;
  }
  .work .wk-block {
    margin: 0 0 40px;
  }
  .work .wk-block, .icon {
    height: auto;
    margin-bottom: 15px;
  }
  .work .wk-block, .min-t {
    margin: 0 0 20px;
    font-size: 25px;
  }
}

/**************************************
 * Contacts
 *************************************/
.contacts {
  padding: 70px 0;
  position: relative;
}
.contacts .map-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contacts .ct-block {
  box-shadow: 0 14px 28px 1px rgba(117,117,117,0.5);
  border-radius: 7px;
  background-color: #ffffff;
  padding: 50px 50px 50px;
}
.contacts .ct-left {
  color: #fff;
  box-shadow: 0 14px 57px 2px rgba(25,40,129,0.5);
  border-radius: 7px;
  background-color: #02A8F3;
  padding: 50px;
}
.ct-left .min-t, .mid-txt p, .mid-txt p a {
  color: #fff;
}
.contacts .ct-left .mid-txt {
  margin: 40px 0;
}
.contacts .ct-left .w-time {
  margin: 40px 0 0;
  color: #fff;
}
.tels p a{
  color: #fff;
}
@media (min-width: 992px) {
  .contacts .ct-left {
    margin-left: -130px;
  }
}
.contacts .ct-right .for-title {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .contacts {
    padding: 0 0 40px;
  }
  .contacts .ct-block {
    padding: 0;
    box-shadow: none;
  }
  .contacts .ct-block .col-left {
    order: 1;
  }
  .contacts .ct-block .ct-left {
    margin: 40px 0 0;
    padding: 30px;
  }
}

/**************************************
 * Clients Section Style
 *************************************/
.brand-logo-area .section-title {
    text-align: center;
    margin-bottom: 25px;
}
.brand-logo {
    text-align: center;
    background:  #f7f7f7;
    margin-top: 30px;
    padding: 20px;
}
.brand-logo img {
    opacity: .33;
    max-height: 300px;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}
.brand-logo img:hover {
    opacity: 1;
	transform:scale(1.1,1.1);
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

/**************************************
 * blog-area Section Style
 *************************************/
.blog-area {
    background: #f7f7f7;
}
.blog-area .item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(218,225,232,.7);
    box-shadow: 0 5px 30px rgba(218,225,232,.7);
}
.blog-area .post-img {
    overflow: hidden;
}
.blog-area .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.blog-area .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog-area .item .content {
    padding: 25px 20px;
}
.blog-area .item .content h5 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin-bottom: 5px;
    display: block;
}
.blog-area .item .content h5 a:hover {
    color: rgba(88, 91, 232, 1);
}
.blog-area .item .content .blog-author-date p {
    color: #7d7d7d;
    font-size: 12px;
    letter-spacing: .7px;
    display: inline-block;
}
.blog-area .item .content .blog-author-date p {
  margin-right: 10px;
  position: relative;
}
.blog-area .item .content .blog-author-date p:after {
  content: '/';
  position: relative;
  margin-left: 10px;
}
.blog-area .item .content .blog-author-date p:last-child {
  margin-right: 0;
}
.blog-area .item .content .blog-author-date p:last-child:after {
  display: none;
}
.blog-area .item .content .blog-author-date {
    margin-bottom: 10px;
    display: block;
}
.blog-area .item .content .blog-more {
    margin-top: 10px;
    display: block;
    font-weight: 600;
    color: rgba(88, 91, 232, 0.7);
}
.blog-area .item .content .blog-more:hover {
    color: #02A8F3;
}

/**************************************
 * Footer Section Style
 *************************************/
.footer-area {
    color: #fff;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.footer-top {
    padding: 100px 0;
}
.footer-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
	color: #fff;
}
.footer-top .footer-nav-link li {
    margin-top: 10px;
    cursor: default;
}
.footer-top .footer-nav-link li a i {
    margin-right: 7px;
    font-size: 16px;
    color: #fff;
}
.footer-top .footer-nav-link li a {
    color: #fff;
	font-weight: 500;
	transition: .3s;
}
.footer-top .footer-nav-link li a:hover {
    margin-left: 10px;
}
.footer-social-icons li {
    display: inline-block;
    margin-right: 5px;
}
.footer-social-icons li a {
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    background: #545353;
    border-radius: 30px;
}
.footer-social-icons li a:hover {
    color: #fff;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.footer-social-icons {
    margin-top: 15px;
}
.footer-address p {
    margin-bottom: 15px;
}
.footer-address p:last-child {
    margin-bottom: 0;
}
.footer-bottom {
    padding: 30px 0;
    background: #2a2a2a;
}
.footer-content p {
    color: #fff;
}
.copyright p {
    color: #fff;
}

/**************************************
 * Media fixed Section Style
 *************************************/
@media (max-width: 1024px) {
  .navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item{
    padding-right: 0;
  }
  .footer-top {
    padding: 40px 0;
  }
  .feedbacks .feedbacks-slider .slick-arrow.slick-prev {
    left: 30%;
  }
  .feedbacks .feedbacks-slider .slick-arrow.slick-next {
    right: 30%;
  }
  .section-padding {
    padding: 20px 0;
  }
  .pop_card_name {
    font-size: 0.9rem;
  }
  .pop-title {
    font-size: 1.2rem;
  }
  .pop-text,  .pop-ul{
    font-size: 0.8rem;
  }
}

@media (max-width: 1200px) {
  .navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item{
    padding-right: 0;
  }
  .header-button{
    margin-left: 0;
  }
  .nav .container{
    padding: 0;
  }
  .img-card{
    height: 15rem;
  }
}

@media (max-width: 767px) {
  .home-content h1 {
    text-align: center;
  }
  .navbar-collapse{
    background-color: rgba(17, 38, 63, .85);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .home-content img {
    display: block;
  }
  .navbar-b.navbar-reduce .nav-link, .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: #fff;
  }
  .nav-item a:after {
    background-color: #fff
  }
  .header-button{
    display: none;
  }
  .navbar-b, .navbar-b.navbar-reduce{
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav {
    height: 80px;
  }
  #work{
    height: 100%;
  }
  .feedbacks .feedbacks-slider .slick-arrow.slick-prev{
    left: 0;
  }
  .feedbacks .feedbacks-slider .slick-arrow.slick-next{
    right: 0;
  }
  .post-img img{
    width: 100%;
  }
  .home-content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .img-card{
    height: 12rem;
  }
  .card-div {
    width: calc(100% + 1rem);
  }
  .pop-title {
    padding-left: 0;
    text-align: center;
  }
  .pop-text {
    padding-left:1rem;
  }
}

@media only screen and (max-width: 667px) {
  .pop-title {
    font-size: 1rem;
  }
  .pop-text, .pop-ul {
    font-size: 0.7rem;
  }
  .pop_card_name {
    font-size: 0.9rem;
    max-width: 60%;
  }
  .card-div-all {
    width: 65%;
  }
}
@media only screen and (min-width: 376px) and (max-width: 667px) {
  .section-padding {
    padding: 20px 0;
  }
  .feedbacks .feedbacks-slider .slick-arrow.slick-prev{
    left: 20px;
    bottom: -8px;
  }
  .feedbacks .feedbacks-slider .slick-arrow.slick-next{
    right: 20px;
    bottom: -8px;
  }
  .nav {
    height: 65px;
  }
  .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .card-div-all {
    width: 100%;
    height: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 376px) {
  .pop_card_name {
    font-size: 0.7rem;
    max-width: 70%;
  }
}

