/* ----------------------------------------------------------------------
Template Name : Agency | Creative Digital Agency - App Landing Page
Author        : Seniman Koding
Version       : 1.0
Copyright     : 2019
* ----------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------

01. Imported CSS
02. Default CSS
03. Preloader CSS
04. Nav CSS
05. Header CSS
06. Services CSS
07. About CSS
08. Why Choose Us CSS
09. CTA CSS
10. Portfolio CSS
11. Client CSS
12. Our Team CSS
13. Pricing Area CSS
14. Blog CSS
15. Contact CSS
16. Copyright CSS
17. Scroll Top CSS

*/



/* Imported CSS */
@import "https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900";
/* End Imported CSS*/


/* Default CSS */
body {
	font-family: "Roboto", sans-serif;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.7;
	margin: 0;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus,
button:focus {
	outline: medium none
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
a:focus,
a:hover {
	text-decoration: none;
	transition: 0.5s;
}

.title-section {
  padding-bottom: 50px;
  text-align: center;
}
.title-section-main {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.title-section-main::after {
  content: '';
  width: 60px;
  height: 2px;
  background: #007bff;
  position: absolute;
  opacity: 0;
  left: calc(50% - 30px);
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  bottom: 0;
}
.title-section-desc {
  font-size: 16px;
  padding-top: 15px;
  color: #666;
  max-width: 60%;
  display: block;
  margin: 0 auto;
  line-height: 1.7;
}
.owl-carousel {
  margin: auto;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  margin-right: 10px;
  background-color: #ddd;
}
.owl-dots .owl-dot.active {
  background-color: #ccc;
  width: 25px;
  height: 10px;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
/* End Default CSS */

/* Preloader CSS */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}
.loader {
  position: absolute;
  top: 40%;
  left: 48%;
  border: 8px solid #f5f5f5;
  border-radius: 50%;
  border-top: 8px solid #ccc;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* End Preloader CSS */


/* Preloader CSS */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}
.loader {
  position: absolute;
  top: 40%;
  left: 48%;
  border: 8px solid #f5f5f5;
  border-radius: 50%;
  border-top: 8px solid #ccc;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* End Preloader CSS */


/* Nav CSS */
.navbar {
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 17px;
	padding-bottom: 17px;
	background: #fff;
	z-index: 1030;
  border-bottom: 1px solid #ecf2f8;
}
.navbar img {
	height: 35px;
  width: auto;
  margin-top: 11px;
}
.navbar ul li {
	padding-right: 14px;
}
.navbar li a {
	color: #222;
	text-transform: capitalize;
	font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
  transition: 0.5s;
}
#navbar .active {
  position: relative;
}
#navbar .active::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #666;
  position: absolute;
  bottom: -5px;
  opacity: 0;
  left: calc(50% - 20px);
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  bottom: 0;
}
.navbar-top {
	box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
}

.navbar-agency ul ul {
  position: absolute;
  min-width: 150px;
  background: #fff;
  border-radius: 2px;
  display: none;
}

.navbar-agency ul ul li {
  display: block;
  background: #fff;
}

.navbar-agency ul li:hover ul {
  display: block;
}
.navbar-agency .dropdown-toggle::after {
  display: none;
}
.navbar-agency .navbar-brand {
  padding-top: 0rem;
} 
.navbar-top {
	box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
  -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
  -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
}
/* End Nav CSS */


/* Header CSS */
#header {
  padding-top: 125px;
  padding-bottom: 80px;
}
.header-text {
  padding-top: 50px;
}
.header-text-parent {
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #666;
  font-size: 13px;
}
.header-text-title {
  font-size: 45px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.header-text-desc {
  padding-bottom: 20px;
}
.header-text-desc p {
  color: #666;
}
.header-text-cta {
  padding-top: 20px;
}
.header-text-cta a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.header-text-cta a:nth-child(1) {
  color: #fff;
  background: #007bff;
  font-size: 14px;
  padding: 11px 29px;
  border: 1px solid #007bff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
}
.header-text-cta a:nth-child(1):hover {
  background: transparent;
  color: #007bff;
}
.header-text-cta a:nth-child(2) {
  color: #007bff;
  background: transparent;
  font-size: 14px;
  padding: 11px 29px;
  border: 1px solid #007bff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
}
.header-text-cta a:nth-child(2):hover {
  background: #007bff;
  color: #fff;
}
.header-img img {
  display: block;
  margin: 0 auto;
}
/* End Header CSS */


/* Services CSS */
#services {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f7faff;
}
.services-detail {
  padding-top: 40px;
}
.services-detail-box {
  border: 2px solid #f5f5f5;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 40px 10px;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
  margin-bottom: 40px;
  transition: 1s;
}
.services-detail-box:hover .sdb-icon {
  background: #007bff;
  transition: 1s;
}
.services-detail-box:hover .sdb-icon i {
  color: #fff;
  transition: 1s;
}
.services-detail-box .sdb-icon {
  font-size: 35px;
  background: #f5f5f5;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.services-detail-box .sdb-icon i {
  line-height: 85px;
  color: #007bff;
}
.services-detail-box .sdb-title {
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 10px;
  margin-top: 30px;
  letter-spacing: 1px;
}
.services-detail-box .sdb-desc {
  color: #666;
  font-weight: 400;
  padding: 7px;
  font-size: 15px;
  line-height: 1.7;
}
/* End Services CSS*/


/* About CSS */
#about {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-text {
  padding-top: 40px;
}
.about-text-title {
  font-size: 26px;
  padding-bottom: 20px;
  font-weight: 500;
}
.about-text-desc p {
  color: #666;
}
.about-text-cta {
  padding-top: 40px;
}
.about-text-cta a {
  color: #fff;
  background: #007bff;
  font-size: 14px;
  padding: 11px 29px;
  border: 1px solid #007bff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
}
.about-text-cta a:hover {
  background: transparent;
  color: #007bff;
}

.video-play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  color: #007bff;
  display: block;
  font-size: 40px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-top: 5px;
  padding: 0 0 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  z-index: 10;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 25px;
  top: 15%;
  left: 15%;
}
.about-mobile {
  display: none;
}
/* End About CSS */


/* Why Choose Us CSS */
#why-choose-us {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f7faff;
}
.why-choose-us-text {
  padding-top: 30px;
}
.why-choose-us-text-title {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  padding-bottom: 10px;
}
.why-choose-us-text-parent {
  padding-bottom: 20px;
}
.why-choose-us-text-child ul li {
  color: #666;
  padding-bottom: 10px;
  position: relative;
}
.why-choose-us-text-child ul li .fa {
  position: absolute;
  left: 0;
  padding-top: 5px;
  color: #007bff;
}
.why-choose-us-text-child ul li p {
  padding-left: 25px;
}
/* End Choose Us CSS */


/* CTA CSS */
#cta {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #21c5c7;
  color: #fff;
  text-align: center;
}
.cta-text {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 40px;
}
.cta-text p {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
}
.cta-action a {
  color: #21c5c7;
  background: #fff;
  font-size: 14px;
  padding: 15px 35px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
}
.cta-action a:hover {
  background: #21c5c7;
  color: #fff;
}
/* End CTA CSS */


/* Portfolio CSS */
#portfolio {
  padding-top: 80px;
  padding-bottom: 80px;
}


.opd-filter {
  text-align: center;
}
.opd-filter .filter-button {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  background: none;
  border: none;
  color: #333;
  margin: 5px;
  position: relative;
}


.filter-data::after {
  content: '';
  width: 20px;
  height: 1px;
  background: #666;
  position: absolute;
  bottom: -5px;
  opacity: 0;
  left: calc(50% - 10px);
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  bottom: 0;
}


.our-projects-detail .projects {
  padding-top: 25px;
}
.our-projects-detail .thumbnail {
  position: relative;
  margin-bottom: 30px;
}
.our-projects-detail .thumbnail-img {
  position: relative;
  overflow: hidden;
}
.our-projects-detail .thumbnail-img img {
  max-width: 100%;
  transition: transform 0.5s;
}
.our-projects-detail .thumbnail:hover .thumbnail-img img {
  transform: scale(1.1);
}
.our-projects-detail .thumbnail:hover .caption {
  opacity: 1;
}

.our-projects-detail .caption {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  background: rgba(0,0,0,0.5);
  text-align: center;
  opacity: 0;
  color: #fff;
  transition: 1s;
  padding: 50px 10px 10px 10px;
}
/* End Portfolio CSS */


/* Client CSS */
#client {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f7faff;
}
.client-title {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.client-desc p {
  padding-bottom: 7px;
}
.client-coments {
  padding-top: 20px;
}
.ccr-detail-text {
  background: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.ccr-detail-text:after {
  content: "";
  position: absolute;
  top: calc(100% - 14.5px);
  left: 25px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-width: 0px 2px 2px 0px;
  border-color: #f5f5f5;
  border-style: solid;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ccr-detail-text p {
  font-size: 14px;
}
.ccr-detail-info {
  padding-top: 50px;
}
.ccr-detail-info img {
  float: left;
  width: 80px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
}
.ccr-detail-info .cdi-detail {
  padding-left: 110px;
  padding-top: 10px;
}
.ccr-detail-info .cdi-detail .cdi-detail-name {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}
.ccr-detail-info .cdi-detail .cdi-detail-position {
  font-size: 14px;
  text-transform: capitalize;
  color: #666;
}

.client-counter-parent {
  margin-left: 20px;
}
.client-counter-parent .ccp-mt {
  margin-top: 20px;
}
.client-counter {
  background: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
  border-radius: 10px;
  padding: 40px 20px 40px 20px;
  text-align: center;
  margin-bottom: 12px;
}
.client-counter-icon i {
  font-size: 40px;
  color: #007bff;
}
.client-counter-number {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 20px;
}
.client-counter-text {
  text-transform: capitalize;
  font-size: 20px;
  color: #666;
}
/* End Client CSS */


/* Our Team CSS */
#our-team {
  padding-top: 80px;
  padding-bottom: 80px;
}
.our-team-detail-carausel {
  display: block;
  margin: 0 auto;
}
.otd-carausel {
  border: 2px solid #f5f5f5;
  border-radius: 20px;
  text-align: center;
  padding: 40px 10px;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
  margin: 5px 10px;
}
.otd-carausel-img img {
  border-radius: 50%;
  width: 140px;
  height: auto;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
  display: block;
  margin: 0 auto;
}
.otd-carusel-nama {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 5px;
}
.otd-carausel-position {
  text-transform: capitalize;
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
}
.otd-carausel-sosmed i {
  margin: 5px 8px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 18px;
  color: #007bff;
  transition: .4s;
}
.otd-carausel-sosmed i:hover {
  background: #007bff;
  color: #fff; 
}
/* End Our Team CSS */


/* Pricing Area CSS */
#pricing-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f7faff;
}

.pricing-wrap {
  -webkit-box-shadow: 0 0 30px #ddd;
  box-shadow: 0 0 30px #ddd;
  padding: 50px 50px 60px;
  border-radius: 6px;
  background-color: #fff
}

.wrapper-full {
  margin: 30px 0 0;
}

.pricing-tbl-single {
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
  padding: 50px 0;
}

.pricing-tbl-single.popular {
  border: 3px solid transparent;
  -o-border-image: linear-gradient(-90deg, #0072fe 0%, #b8d0e8 100%);
  border-image: -webkit-gradient(linear, right top, left top, from(#0072fe), to(#b8d0e8));
  border-image: linear-gradient(-90deg, #0072fe 0%, #b8d0e8 100%);
  border-image-slice: 1;
}

.pricing-tbl-single h4 {
  font-weight: 600;
}

.pricing-tbl-single h2 {
  font-weight: 700;
  color: #0072fe;
}

.pricing-tbl-single li {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
}

.pricing-tbl-single a {
  display: inline-block;
  background: #0072fe;
  padding: 10px 20px;
  color: #fff;
  font-size: 13px;
  margin: 20px 0 0;
  border: 1px solid #007bff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
}
.pricing-tbl-single a:hover {
  background: transparent;
  color: #007bff;
}

.pricing-tbl-single a:hover {
  background-size: 200% auto;
}

.toggle,
.toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.toggler {
  color: #ddd;
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: bold;
}

.toggler-is-active {
  color: #0072fe !important;
}

.switch {
  display: block;
}

.toggle {
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 100px;
  background-image: linear-gradient(-50deg, #0072fe 0%, #b8d0e8 100%);
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: .08s, 0s;
  transition-delay: .08s, 0s;
}

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, .08s;
  transition-delay: 0s, .08s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.inactive {
  display: none;
}

.wrapper-full .pricing-tbl-single {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 0.5s;
  animation: cd-rotate 0.5s;
}

.wrapper-full.inactive .pricing-tbl-single {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
  opacity: 0;
}

.wrapper-full .pricing-content {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate-back 0.5s;
  animation: cd-rotate-back 0.5s;
}

.wrapper-full.inactive .pricing-content {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse-back 0.5s;
  animation: cd-rotate-inverse-back 0.5s;
  opacity: 0;
}

@-webkit-keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}
/* End Pricing Area CSS */


/* Blog CSS */
#blog {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-detail {
  padding-top: 40px;
}
.blog-box {
  position: relative;
  background: #f4f5f8;
  border-radius: 4px;
  box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
  margin-bottom: 40px;
}
.blog-img {
  position: relative;
}
.blog-img img {
  max-width: 100%;
}
.blog-img-date {
  position: absolute;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  background: #21c5c7;
  top: 0;
  right: 0
}
.blog-description {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.blog-description p {
  font-size: 14px;
  color: #888;
  height: 70px;
}
.blog-box-title {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  height: 70px;
}
.blog-box-title a {
  line-height: 1.2;
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}
/* End Blog CSS*/

/* Contact CSS */
#contact {
  background: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
}
.detail-contact {
  padding-top: 40px;
}
.detail-contact .form-control {
  margin-bottom: 15px;
  height: 50px;
  border: medium none;
  border: 1px solid #f3f2f2;
  box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
  border-radius: 0px;
}
.detail-contact textarea.form-control {
  height: 200px;
  resize: none;
}
.detail-contact ::placeholder {
  color: #a2a1a1;
}
.detail-contact .btn {
  color: #fff;
  font-size: 14px;
  background: #0072fe;
  padding: 9px 55px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #0072fe;
}
.detail-contact .btn:hover {
  background: transparent;
  color: #0072fe;
  transition: 1s;
}

.detail-contact-info {
  margin-left: 50px;
}
.detail-contact-info .item-info {
  position: relative;
  margin-bottom: 20px;
}
.detail-contact-info .item-info i {
  position: absolute;
  left: 0;
  font-size: 30px;
  padding-top: 5px;
}
.item-info-fa {
  color: #0072fe;
}
.detail-contact-info .item-info p {
  padding-left: 45px;
}
.detail-contact-info .item-info a {
  color: #888;
}
.detail-contact-info .item-info p:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
}
.detail-contact-info .item-info p:nth-child(3) {
  font-size: 15px;
  color: #888;
}
/* End Contact CSS*/


/* Copyright CSS */
#copyright {
  background: #212529;
  color: #fff;
  text-align: center;
  margin-bottom: -50px;
}
.copyright-social {
  padding-top: 20px;
}
.copyright-social a {
  color: #fff;
}
.copyright-social ul li {
  font-size: 20px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
.copyright-detail {
  padding: 20px 0;
}
.copyright-detail p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5;
}
.copyright-detail a {
  color: #999;
}
/* End Copyright CSS */


/* Scroll Top CSS */
.scroll-up {
  position: fixed;
  bottom: 55px;
  right: 30px;
  color: #748182;
  cursor: pointer;
  z-index: 10;
  display: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.scroll-up .top-one {
  display: block;
  height: 30px;
  margin-bottom: 5px;
  width: 1px;
  background: #748182;
  margin-left: 12px;
}
.scroll-up .top-two { 
  text-orientation: mixed;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
  transform: rotate(180deg);
}
.scroll-up:hover .top-two {
  color: #748182;
}
.scroll-up .top-three {
  display: block;
  height: 0px;
  margin-bottom: 5px;
  width: 1px;
  background: #212529;
  margin-left: 12px;
    
}
.scroll-up:hover .top-three {
  height: 30px;
  background: #748182;
}
.scroll-up:hover .top-one {
  height: 0px;
}
/* End Scroll Top */
