body {
  font: 14px/27px "Open Sans", sans-serif;
  background-color: #fff;
  color: #464646;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  color: #464646;
  font-weight: 300;
}

h1 {
  margin-bottom: 16px;
  font-size: 60px;
  line-height: 84px;
}

h2 {
  margin-bottom: 14px;
  font-size: 44px;
  line-height: 64px;
}

h3 {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 48px;
}

h4 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
}

h5 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 30px;
}

h6 {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 26px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: #464646;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  color: #668aff;
  text-decoration: none;
}


p {
  margin-bottom: 20px;
}


a {
  color: #668aff;
}

a:hover,a:focus {
  outline: 0;
  color: #668aff;
}


img {
  max-width: 100%;
  height: auto;
}


address {
  line-height: inherit;
}


input,textarea {
  display: block;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  background-color: transparent;
}

label {
  font-weight: normal;
}

input[class^="col-"],textarea[class^="col-"] {
  padding: 10px 20px;
}

textarea:focus,input[type="url"]:focus,input[type="tel"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="week"]:focus,input[type="month"]:focus,input[type="text"]:focus,input[type="color"]:focus,input[type="email"]:focus,input[type="image"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="password"]:focus {
  border-color: #464646;
  box-shadow: none;
  outline: 0;
}

button,input[type="reset"],input[type="submit"],input[type="button"] {
  padding: 10px 30px;
  border: none;
  background-color: #464646;
  color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

button:hover,input[type="reset"]:hover,input[type="submit"]:hover,input[type="button"]:hover {
  background-color: #668aff;
}

button,input[type="reset"]:focus,input[type="submit"]:focus,input[type="button"]:focus {
  box-shadow: none;
  outline: 0;
}

::-moz-placeholder {
  color: #464646;
  font-size: 13px;
  font-style: italic;
}

::-webkit-input-placeholder {
  color: #464646;
  font-size: 13px;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #464646;
  font-size: 13px;
  font-style: italic;
}



.txt-def-color {
  color: #668aff !important;
}


.last,.no-margin-bottom {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 68px;
  }

  h2 {
    font-size: 36px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 54px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .last {
    margin-bottom: 20px !important;
  }
}

.waves {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  -webkit-user-select: none;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/*new */
	.waves .waves-ripple {
		position: absolute;
		z-index: -1;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-left: -10px;
		opacity: 0;
		pointer-events: none;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.4s ease-out;
				transition: all 0.4s ease-out;
	}

.headline {
  margin-bottom: 70px;
}

.headline h2 {
  margin-bottom: 0;
}

.headline p {
  margin-bottom: 0;
  font: 13px/24px "Montserrat", sans-serif;
}

.title {
  margin-bottom: 50px;
}

.title:after {
  display: block;
  width: 90px;
  height: 6px;
  border-radius: 3px;
  background-color: #668aff;
  content: "";
}

.text-center.title:after {
  margin: 0 auto;
}



.alert {
  padding: 15px 30px;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.alert.alert-info {
  background-color: #464646;
}


ul {
  padding: 0;
  list-style-position: inside;
}

li > ul {
  margin-bottom: 0;
  margin-left: 20px;
}


.plus-list {
  list-style: none;
  margin-bottom: 20px;
  color: #464646;
  font-weight: 500;
}

.plus-list li:before {
  margin-right: 10px;
  color: #668aff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  content: "+";
  float: left;
}

.plus-list-white {
  list-style: none;
  margin-bottom: 20px;
  color: white;
  font-weight: 500;
}

.plus-list-white li:before {
  margin-right: 10px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  content: "+";
  float: left;
}

.btn {
  position: relative;
  overflow: hidden;
  padding: 7px 30px 8px 30px;
  border: none;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: 15px;
  font: 13px/24px "Montserrat", sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

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

.btn i {
  margin-left: 10px;
  margin-right: -5px;
}

.btn-lg {
  padding: 9px 40px 10px 40px;
  font-size: 15px;
}

.btn-xs {
  padding: 5px 20px 6px 20px;
  font-size: 11px;
}

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

.btn:hover {
  border-radius: 0;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}



.btn-def {
  background-color: #668aff;
  color: #fff;
}

.btn-def:hover,.btn-def:focus {
  color: #fff;
}


.text-box {
  padding: 35px 50px;
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #141414;
  color: #fff;
  background-size: cover;
}

.text-box > img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-box a,.text-box h1,.text-box h2,.text-box h3,.text-box h4,.text-box h5,.text-box h6 {
  color: inherit;
}

.text-box > *:last-child {
  margin-bottom: 0;
}


.text-boxes-list {
  margin: 50px 0 90px;
  list-style: none;
}

.text-boxes-list > li {
  position: relative;
  float: left;
  width: 33.33333%;
}

.text-boxes-list.col-3 > li {
  width: 33.33333%;
}

.text-boxes-list.col-4 > li {
  width: 25%;
}

.text-boxes-list > li .text-box {
  padding: 15% 10%;
  margin-bottom: 0;
}

.text-boxes-list.col-4 > li .text-box {
  padding: 20% 5%;
}

.text-boxes-list:after {
  display: table;
  content: " ";
  clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-boxes-list.col-4 > li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .text-boxes-list > li,  .text-boxes-list.col-3 > li,  .text-boxes-list.col-4 > li {
    float: none;
    width: 100%;
  }
}
	#contact-form label.error,
	#contact-form #name-error,
	#contact-form #email-error,
	#contact-form #subject-error,
	#contact-form #message-error,
	#contact-form input:focus ~ label.error,
	#contact-form textarea:focus ~ label.error {
		position: relative;
		top: auto;
		color: #ff3369;
		font-style: normal;
	}


.panel {
  box-shadow: none;
  background-color: transparent;
}

.panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.panel-title a,.panel-title a:focus {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  padding: 12px 45px;
  margin-bottom: 15px;
  background-color: #668aff;
  color: #fff;
  font: 14px/27px "Montserrat", sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.panel-title a:before {
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 14px;
  content: "+";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.panel-title a[aria-expanded="true"]:before {
  content: "-";
}

.panel-title a:hover,.panel-title a[aria-expanded="true"] {
  background-color: #19496e;
  color: #fff;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding: 25px 25px 40px;
}

.panel-body *:last-child {
  margin-bottom: 0;
}


.panel-group.acc .panel-title a,.panel-group.acc .panel-title a:focus {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  color: #464646;
}

.panel-group.acc .panel-title a:hover,.panel-group.acc .panel-title a[aria-expanded="true"] {
  border-color: #668aff;
  background-color: #668aff;
  color: #fff;
}

.panel-group.acc .panel-title a:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #668aff;
  border-radius: 50%;
  color: #668aff;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.panel-group.acc .panel-title a:hover:before,.panel-group.acc .panel-title a[aria-expanded="true"]:before {
  border-color: #fff;
  color: #fff;
}


.nav-tabs {
  border-bottom: none;
}

.nav-tabs > li {
  width: 25%;
  margin: 0;
  padding-right: 3px;
}

.nav-tabs > li:last-child {
  padding-right: 0;
}

.nav-tabs.items-3 > li {
  width: 33.333333%;
}

.nav-tabs.items-4 > li {
  width: 25%;
}

.nav-tabs.items-5 > li {
  width: 20%;
}

.nav-tabs.items-6 > li {
  width: 16.666667%;
}

.nav-tabs > li:last-child {
  margin-right: 0;
}

.nav-tabs > li > a {
  display: block;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #464646;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.nav-tabs > li > a small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}

.nav-tabs > li > a:focus {
  border-color: transparent;
  background-color: transparent;
}

.nav-tabs > li > a:hover,.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
  border: none;
  background-color: rgba(98, 95, 217, 0.6);
}

.tab-content {
  margin: 90px 0 30px 0;
}

.tab-content .tab-pane > *:last-child {
  margin-bottom: 0;
}

.tab-content:after {
  display: table;
  content: " ";
  clear: both;
}


@media (min-width: 768px) and (max-width: 991px) {
  .nav-tabs > li > a {
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .nav-tabs > li,  .nav-tabs.items-3 > li,  .nav-tabs.items-4 > li,  .nav-tabs.items-5 > li,  .nav-tabs.items-6 > li {
    width: 100%;
  }
}


.map {
  height: 300px;
  margin-bottom: 50px;
}

.map img {
  max-width: none;
}

@media (max-width: 767px) {
  .map {
    height: 400px !important;
  }
}


.social-media {
  margin-bottom: 20px;
}

.social-media a {
  display: inline-block;
  margin-right: 18px;
  font-size: 16px;
  line-height: 32px;
  color: #838383;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.social-media a:last-child {
  margin-right: 0;
}

.social-media a.facebook:hover {
  color: #0e59a0;
}

.social-media a.twitter:hover {
  color: #0ea4ff;
}

.social-media a.pinterest:hover {
  color: #d73532;
}

.social-media a.google:hover {
  color: #da4835;
}

.social-media a.linkedin:hover {
  color: #018faf;
}

.social-media a.youtube:hover {
  color: #cc181e;
}

.social-media a.android:hover {
  color: #98cb02;
}

.social-media a.apple:hover {
  color: #a6b1b7;
}

.social-media a.css3:hover {
  color: #3289ce;
}

.social-media a.html5:hover {
  color: #e54c1f;
}

.social-media a.share:hover {
  color: #252525;
}

.social-media a.edge:hover {
  color: #2c74be;
}

.social-media a.medium:hover {
  color: #00ab6c;
}

.social-media a.email:hover {
  color: #689c49;
}


.social-media.default-color a:hover {
  color: #668aff;
}


.price-plan {
  position: relative;
  padding: 75px 25px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  margin-bottom: 50px;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.price-plan-header {
  margin-bottom: 40px;
}

.price-plan-header h3 {
  margin-bottom: 30px;
  font-size: 55px;
  line-height: 60px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.price-plan-header h2 small {
  color: #464646;
  font-size: 14px;
  line-height: 14px;
}

.price-plan-header h6 {
  margin-bottom: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.price-plan ul {
  margin-bottom: 45px;
  list-style: none;
}

.price-plan ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}

.price-plan ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.price-plan .btn {
  margin-bottom: 0;
}

.price-plan:hover,.price-plan.recommended {
  border-color: #668aff;
  -webkit-transition: all 0.25s 0.1s;
  transition: all 0.25s 0.1s;
}

.price-plan:hover .price-plan-header h1,.price-plan.recommended .price-plan-header h1 {
  color: #668aff;
}

@media (min-width: 1200px) {
  .price-plan {
    padding: 75px 50px;
  }
}


.full-section {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  margin-bottom: 100px;
  background: no-repeat center center;
}

.full-section-container {
  position: relative;
  z-index: 3;
}


.parallax {
  background-attachment: fixed;
  background-size: cover !important;
}

.half-image-left,.half-image-right {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 50%;
  background: no-repeat center center;
  background-size: cover;
}

.half-image-left {
  left: 0;
}

.half-image-right {
  right: 0;
}

.half-image-left img,.half-image-right img {
  display: none;
}

.section-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20vw;
  line-height: 12vw;
  color: #f3f4fe;
}

.section-image {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-image.image-right {
  left: auto;
  right: 20px;
}


.full-section.dark-section {
  background-color: #000;
  color: #fff;
}

.full-section.dark-section a,.full-section.dark-section h1,.full-section.dark-section h2,.full-section.dark-section h3,.full-section.dark-section h4,.full-section.dark-section h5,.full-section.dark-section h6 {
  color: inherit;
}

.full-section.dark-section a:hover {
  color: #668aff;
}

.full-section.dark-section .btn-def:hover,.full-section.dark-section .btn-def:focus,.full-section.dark-section .btn-def-2:hover,.full-section.dark-section .btn-def-2:focus {
  color: #fff;
}

.full-section.dark-section .about-me:hover > a:hover {
  color: inherit;
}

.full-section.dark-section .about-me:hover > a:hover:after {
  border-bottom-color: inherit;
}

.full-section.dark-section .about-me-thumbnail > a:hover {
  color: #fff;
}

.full-section.dark-section .panel-title a:hover,.full-section.dark-section .panel-title a[aria-expanded="true"] {
  color: #fff;
}

.full-section.dark-section .plus-list {
  color: inherit;
}

.full-section.dark-section .service-box-content > a:after {
  border-color: inherit;
}

.full-section.dark-section .service-box.style-6 .service-box-content h6 small {
  color: inherit;
}

.full-section .service-box.style-8 .service-box-content {
  padding: 0 30px 30px;
}

.full-section.dark-section .service-box.style-11 > i {
  color: inherit;
}

.full-section.dark-section .service-box.style-11:hover > i {
  color: #668aff;
}

.full-section.dark-section .nav-tabs > li > a {
  background-color: rgba(255, 255, 255, 0.1);
}

.full-section.dark-section .nav-tabs.style-2 > li > a {
  background-color: transparent;
}

.full-section.dark-section .nav-tabs > li > a:hover,.full-section.dark-section .nav-tabs > li.active > a,.full-section.dark-section .nav-tabs > li.active > a:hover,.full-section.dark-section .nav-tabs > li.active > a:focus {
  background-color: rgba(102,138,255,0.6);
  color: #fff;
}

.full-section.dark-section .tabs.style-2 .nav-tabs > li > a:hover,.full-section.dark-section .tabs.style-2 .nav-tabs > li.active > a,.full-section.dark-section .tabs.style-2 .nav-tabs > li.active > a:hover,.full-section.dark-section .tabs.style-2 .nav-tabs > li.active > a:focus {
  background-color: rgba(102,138,255,0.6);
}

.full-section.dark-section .tabs.style-3 .nav-tabs > li > a,.full-section.dark-section .tabs.style-3 .nav-tabs > li > a:hover,.full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a,.full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a:hover,.full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a:focus {
  background-color: transparent;
}

.full-section.dark-section .tabs.style-3 .nav-tabs > li > a:hover {
  color: #668aff;
}

.full-section.dark-section .tabs.style-3 .nav-tabs > li.active > a:hover {
  color: inherit;
}

.full-section.dark-section #contact-form input:focus ~ label,.full-section.dark-section #contact-form textarea:focus ~ label,.full-section.dark-section #contact-form input:valid ~ label,.full-section.dark-section #contact-form textarea:valid ~ label {
  color: inherit;
}

.full-section.dark-section .contact-box h6 {
  color: #668aff;
}

.full-section.dark-section .image-box-2 .image-box-details .price small {
  color: #fff;
}

@media (min-width: 1400px) {
  .section-image {
    left: 5%;
  }

  .section-image.image-right {
    right: 5%;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .half-image-left,  .half-image-right {
    position: relative;
    width: 100%;
    background-image: none !important;
  }

  .half-image-right img,  .half-image-left img {
    display: block;
    margin-top: -100px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .half-image-left,  .half-image-right {
    position: relative;
    width: 100%;
    background-image: none !important;
  }

  .half-image-right img,  .half-image-left img {
    display: block;
    margin-top: -100px;
    margin-bottom: 70px;
  }

  .section-title {
    display: none;
  }
}


.rev_slider_wrapper {
  margin-bottom: 100px;
  height: 940px;
}


.tp-caption.title-white {
  font: 60px/60px "Montserrat", sans-serif;
  color: #fff;
}

.tp-caption.title-big {
  font: 700 100px/115px "Montserrat", sans-serif;
}

.tp-caption.title-big-white {
  color: #fff;
  font: 400 92px/110px "Montserrat", sans-serif;
}

.tp-caption.text {
  font-size: 24px;
  font-weight: 300;
}

.tp-caption.text-big {
  font-size: 30px;
  line-height: 48px;
  font-weight: 300;
}

.tp-caption.text-big-white {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}

.tp-caption.text-small-white {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.tp-caption.icons {
  color: #668aff;
  font: 14px/27px "Montserrat", sans-serif;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}

.tp-caption.icons i {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tp-caption .btn {
    padding: 3px 17px 4px 17px;
    font-size: 10px;
  }

  .tp-caption.icons i {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .tp-caption .btn {
    padding: 1px 8px 0 8px;
    font-size: 4px;
    line-height: 12px;
  }

  .tp-caption.icons i {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 16px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .tp-caption .btn {
    padding: 4px 12px 4px 12px;
    font-size: 6px;
  }
}

.wow {
  visibility: hidden;
}

.footer {
  margin-bottom: 75px;
}

.footer-title {
  margin-bottom: 30px;
  font: 400 13px/18px "Montserrat", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}


.footer-text div > *:last-child {
  margin-bottom: 0;
}


.footer-pages ul {
  margin-bottom: 0;
  list-style: none;
}

.footer-pages ul li {
  margin-bottom: 5px;
}

.footer-pages ul li:last-child {
  margin-bottom: 0;
}

.footer-pages ul li a {
  color: #464646;
  font-size: 13px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.footer-pages ul li a:hover {
  text-decoration: none;
  color: #668aff;
}

.footer-contact ul {
  margin-bottom: 0;
  list-style: none;
}

.footer-contact ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 35px;
  line-height: 24px;
}

.footer-contact ul li:last-child {
  margin-bottom: 0;
}

.footer-contact ul li i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #668aff;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.footer-contact ul li a {
  color: #838383;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact ul li {
    padding-left: 0;
  }

  .footer-contact ul li i {
    display: none;
  }
}


.footer-social .social-media {
  margin-bottom: 0;
}


#main-container {
  overflow: hidden;
  background-color: #fff;
}

#header {
  position: absolute;
  z-index: 8020;
  top: 20px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#header .container-fluid {
  padding: 0 30px;
}


@media (max-width: 991px) {
  #header {
    position: relative;
    top: 0;
    background-color: rgba(0, 0, 0, 0.85);
    border-bottom: none;
  }

  #header .container-fluid {
    padding: 0 15px;
  }
}

#logo {
  max-width: 100%;
  margin: 18px 0 20px 0;
}

#logo a {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}



@media (max-width: 767px) {
  #logo {
    margin-right: 60px;
  }
}


.menu,.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu {
  float: right;
  margin-top: 9px;
}

.menu > li {
  float: left;
}

.menu li a {
  display: block;
  padding: 5px 20px;
  color: #464646;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.menu > li > a {
  position: relative;
  padding: 10px 40px 19px 10px;
  margin-right: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.menu > li:last-child > a {
  margin-right: 0;
}

.menu li.dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 2000;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

.menu li.dropdown ul ul {
  top: 0;
  left: 100%;
}

.menu li.dropdown:hover > ul {
  display: block;
}

.menu li a:hover,.menu li.active > a {
  text-decoration: none;
  color: #668aff;
}

.menu ul li > a:hover {
  background-color: #668aff;
  color: #fff;
}

@media (min-width: 1200px) {
  .menu > li > a {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .menu,  #menu,  #menu-left,  #menu-right {
    display: none;
  }
}

#mobile-menu-button {
  float: right;
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  background-color: #668aff;
  color: #fff;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
}

#mobile-menu,#mobile-menu ul {
  list-style: none;
  display: none;
  margin: 0;
  background-color: #668aff;
  color: #fff;
}

#mobile-menu {
  border-bottom: 1px solid #fff;
}

#mobile-menu li {
  position: relative;
}

#mobile-menu li a {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}


#mobile-menu > li > a {
  font-size: 15px;
}

#mobile-menu ul a {
  padding-left: 40px;
}

#mobile-menu ul ul a {
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #mobile-menu-button {
    display: block;
    margin-top: 12px;
  }

}

@media (max-width: 767px) {
  #mobile-menu-button {
    position: absolute;
    top: -53px;
    right: 15px;
    display: block;
  }
}


#header-sticky {
  position: fixed;
  z-index: 8000;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

#header-sticky .container-fluid {
  padding: 0 30px;
}

@media (max-width: 991px) {
  #header-sticky {
    visibility: hidden;
  }
}


#page-header {
  position: relative;
  overflow: hidden;
  padding: 200px 0 150px;
  margin-bottom: 100px;
  background: #668aff no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#page-header h1 {
  margin-bottom: 0;
  color: #fff;
}



@media (max-width: 991px) {
  #page-header {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  #page-header {
    padding: 50px 0;
  }
}

/*start*/
#footer {
  padding: 75px 0 45px;
  background-color: #fafafa;
}

#footer.default-color {
  padding-top: 30px;
  padding-bottom: 0;
  background-color: #668aff;
  color: #fff;
}

#footer.default-color a,#footer.default-color h1,#footer.default-color h2,#footer.default-color h3,#footer.default-color h4,#footer.default-color h5,#footer.default-color h6 {
  color: inherit;
}

#footer .footer {
  margin-bottom: 30px;
}

#footer .footer-title {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.3px;
}

#footer .footer-pages {
  float: left;
  width: 30%;
  padding-right: 30px;
}

#footer .footer-pages:last-child {
  padding-right: 0;
}

#footer .footer-pages ul li a {
  position: relative;
  font-size: 14px;
}

#footer .footer-pages ul li a:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid transparent;
  content: "";
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#footer .footer-pages ul li a:hover {
  color: #464646;
}

#footer .footer-pages ul li a:hover:after {
  border-bottom-color: #668aff;
}

#footer.default-color .footer-social .social-media a {
  margin-right: 80px;
}

#footer.default-color .footer-social .social-media a:last-child {
  margin-right: 0;
}

#footer .footer-text + .footer-social {
  margin-top: 150px;
}

#footer .footer-text + .footer-social .social-media a {
  margin-right: 50px;
}

#footer .footer-text + .footer-social .social-media a:last-child {
  margin-right: 0;
}


.footer-dark #footer {
  background-color: #232323;
  color: #464646;
}

.footer-dark #footer h1,.footer-dark #footer h2,.footer-dark #footer h3,.footer-dark #footer h4,.footer-dark #footer h5,.footer-dark #footer h6,.footer-dark #footer a:hover {
  color: #fff;
}

.footer-dark #footer .footer-pages ul li a:hover {
  color: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-pages {
    width: 33.33333%;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  #footer .footer-title {
    margin-bottom: 20px;
  }

  #footer .footer-pages {
    width: 100%;
    padding-right: 0;
  }

  #footer .footer-text div {
    text-align: left;
  }

  #footer .footer-text + .footer-social {
    margin-top: 30px;
  }

  #footer .footer-text + .footer-social .social-media {
    text-align: left;
  }

  #footer.default-color .footer-social .social-media a {
    margin-right: 40px;
  }
}


#footer-top {
  padding: 100px 0;
  background-color: #08070f;
  color: #464646;
}

#footer-top a {
  color: inherit;
}

#footer-top a:hover {
  color: #668aff;
}

#footer-top h1,#footer-top h2,#footer-top h3,#footer-top h4,#footer-top h5,#footer-top h6 {
  color: #fff;
}

#footer-top .footer:last-child {
  margin-bottom: 0;
}

#footer-top .footer-title {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.3px;
}

#footer-top .footer-contact ul li {
  padding-left: 30px;
}

#footer-top .footer-contact ul li i {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #668aff;
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer-top .footer-contact ul li {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #footer-top [class^="col-"] + [class^="col-"] {
    margin-top: 50px;
  }
}

#footer-bottom {
  padding: 50px 0;
  background-color: #0c0c0c;
}

#footer + #footer-bottom {
  padding: 20px 0;
}

#footer.default-color + #footer-bottom {
  padding: 50px 0;
}

#footer-bottom .container + .container {
  margin-top: 50px;
}

#footer-bottom .footer:last-child {
  margin-bottom: 0;
}

#footer-bottom .footer-pages ul {
  margin-top: 12px;
  text-align: right;
}

#footer-bottom .footer-pages ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

#footer-bottom .footer-pages ul li:last-child {
  margin-right: 0;
}

#footer-bottom .footer-pages ul li a {
  position: relative;
  font-size: 16px;
}

#footer-bottom .footer-contact li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  padding-left: 30px;
}

#footer-bottom .footer-contact li:last-child {
  margin-right: 0;
}

#footer-bottom .footer-contact li i {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #668aff;
}

#footer-bottom .footer-social .social-media {
  text-align: right;
}

@media (min-width: 1200px) {
  #footer-bottom .container-fluid {
    padding: 0 75px;
  }
}

@media (max-width: 767px) {
  #footer-bottom [class^="col-"] + [class^="col-"] {
    margin-top: 20px;
  }

  #footer-bottom .container + .container {
    margin-top: 20px;
  }

  #footer-bottom .footer-pages ul {
    text-align: left;
  }

  #footer-bottom .footer-contact ul {
    text-align: center;
  }

  #footer-bottom .footer-social .social-media {
    text-align: center;
  }
}

.about-me {
  border-top: 3px solid #668aff;
  margin-bottom: 50px;
}

.about-me-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.about-me-details h4 {
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.about-me-details h6 {
  margin-bottom: 0;
  color: #464646;
  font: 12px/24px "Montserrat", sans-serif;
  text-transform: uppercase;
}

.about-me-details > a {
  display: inline-block;
  margin-top: 20px;
  color: #464646;
  font: 12px/16px "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.about-me-details > a:after {
  display: block;
  border-bottom: 1px solid #464646;
  content: "";
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.about-me:hover .about-me-thumbnail > a {
  bottom: 0;
  opacity: 1;
}

.about-me:hover .about-me-thumbnail > a:hover {
  opacity: 0.75;
}

.about-me:hover .about-me-details h4 {
  color: #668aff;
}

.about-me:hover .about-me-details > a {
  color: #668aff;
}

.about-me:hover .about-me-details > a:after {
  border-bottom-color: #668aff;
}

.about-me:hover .about-me-details > a:hover {
  color: #464646;
}

.about-me:hover .about-me-details > a:hover:after {
  border-bottom-color: #464646;
}

.service-box {
  margin-bottom: 50px;
}

.service-box-content > *:last-child {
  margin-bottom: 0;
}

.service-box-content > a {
  display: inline-block;
  color: #464646;
  font: 12px/16px "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.service-box-content > a:after {
  display: block;
  border-bottom: 1px solid #464646;
  content: "";
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.service-box-content > a:hover {
  color: #668aff;
}

.service-box-content > a:hover:after {
  border-color: #668aff;
}

.service-box.service-features h6 {
  padding-top: 12px;
  margin-bottom: 10px;
  font: 14px/27px "Montserrat", sans-serif;
  text-transform: uppercase;
}

.service-box.service-features > i {
  float: left;
  margin-right: 30px;
  font-size: 32px;
  line-height: 32px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.service-box.service-features.big-icon > i {
  margin-right: 20px;
  font-size: 48px;
  line-height: 48px;
}

.service-box.service-features.big-icon h6 {
  margin-bottom: 25px;
}

.service-box.service-features.big-icon p + h6 {
  padding-top: 0;
}

.service-box.service-features > img {
  float: left;
  margin-right: 30px;
}

.service-box.service-features:hover > i {
  color: #668aff;
}

.service-box.types-of-service a {
  display: block;
  padding: 30px 20px 20px;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.service-box.types-of-service .service-box-content i {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 52px;
  line-height: 52px;
}

.service-box.types-of-service .service-box-content img {
  display: inline-block;
  margin-bottom: 15px;
}

.service-box.types-of-service .service-box-content h6 {
  font: 16px/27px "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.service-box.types-of-service a:hover {
  border-color: #668aff;
  background-color: #668aff;
  color: #fff;
}

.service-box.types-of-service a:hover .service-box-content h6 {
  color: #fff;
}
/*start*/

#contact-form {
  position: relative;
  margin-bottom: 50px;
}

#alert-area {
  margin-bottom: 40px;
}

#contact-form p {
  position: relative;
}

#contact-form textarea,#contact-form input[type="text"] {
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #e1e1e1;
}

#contact-form textarea:focus,#contact-form input[type="text"]:focus {
  border-color: #464646;
}

#contact-form label {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  font-size: 12px;
  font-style: italic;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#contact-form input:focus ~ label,#contact-form textarea:focus ~ label,#contact-form input:valid ~ label,#contact-form textarea:valid ~ label {
  top: -20px;
  color: #464646;
  font-style: normal;
}

#contact-form p:after {
  display: table;
  content: " ";
  clear: both;
}

.contact-box {
  padding: 40px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.contact-box h6 {
  margin-bottom: 15px;
  color: #668aff;
  font: 14px/27px "Montserrat", sans-serif;
  text-transform: uppercase;
}

.contact-box > *:last-child {
  margin-bottom: 0;
}

.contact-box:hover {
  border-color: #668aff;
}