/* ----------------------------------------------------------------------
Author        : Wahyu Development
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. Counter CSS
12. Tutorial CSS
13. FAQ CSS
14. Contact CSS
15. Copyright CSS
16. 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: 7px;
	padding-bottom: 7px;
	background: #fff;
	z-index: 1030;
  border-bottom: 1px solid #ecf2f8;
}
.navbar img {
	height: 55px;
  width: auto;
}
.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: 3px;
  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;
  padding-bottom: 10px;
}
.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: 20%;
  left: 5%;
}
.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;
}

#portfolio .row {
  padding-top: 40px;
}
.services-detail {
  text-align: center;
  background: #f9f9f9;
  padding: 50px 5px;
  transition: transform 1s;
  margin-bottom: 40px;
  border: 1px solid #f3f2f2;
    border-radius: 5px;
}
.services-detail:hover{
    -webkit-box-shadow: 0 11px 10px rgba(102, 113, 228, 0.30);
    -moz-box-shadow: 0 11px 10px rgba(102, 113, 228, 0.30);
    -o-box-shadow: 0 11px 10px rgba(102, 113, 228, 0.30);
    box-shadow: 0 11px 10px rgba(102, 113, 228, 0.30);
    transform: translate(0, -5px);
}
.services-detail:hover hr {
  width: 100px;
}
.services-detail-icon {
  padding-bottom: 20px;
}
.services-detail-icon img {
  max-height: 70px;
  display: block;
  margin: 0 auto;
}
.secrvices-detail-text p:nth-child(1) {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.secrvices-detail-text hr {
  width: 60px;
  background: #4770d9;
  margin-bottom: 20px;
  transition: 1s;
}
.secrvices-detail-text p:nth-child(3) {
  color: #555;
}
/* End Portfolio CSS */


/* Counter CSS */
#counter {
  background-image: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url(../img/2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
.counter-detail {
  margin-bottom: 30px;
}
.counter-detail-number .counter {
  font-size: 40px;
    font-weight: 600; 
}
.counter-title-distance {
  display: inline-flex;
    height: 3px;
    width: 40px;
    background: #4770d9;
    margin-left: 8px;
    top: -.6em;
    position: relative;
}
.counter-detail-text p {
  margin-top: 6px;
    color: #f9f9f9;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 10px;
    background: rgba(117, 109, 109, 0.5);
}
/* End Counter CSS*/



/* Tutorial CSS */
#client {
  padding-top: 80px;
  padding-bottom: 80px;
}
.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: 20px;
  margin-bottom: 12px;
}
.client-counter-icon i {
  font-size: 40px;
  color: #007bff;
}
.client-counter-number {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.client-counter-text {
  text-transform: capitalize;
  font-size: 20px;
  color: #666;
}
/* End Tutorial CSS */


/* FAQ CSS */
.faq {
  padding-top: 40px;
  padding-bottom: 70px;
}
.faq .row {
  padding-top: 10px;
}

.tm-accordion .card {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.tm-accordion .card:not(:last-child) {
  margin-bottom: 15px;
}

.tm-accordion .card:first-child .card-header button::after {
  display: none;
}

.tm-accordion .card-header {
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
}

.tm-accordion .card-header button {
  font-size: 17px;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 10px 10px 50px;
  color: #3c424f;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none !important;
  border: 0;
  position: relative;
  white-space: inherit;
  background: #F5F9FB;
  border-radius: 100px;
  text-transform: none !important;
}

.tm-accordion .card-header button::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -14px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  border-radius: 100px;
  background: -webkit-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(left, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(left, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.link-faq .card p {
  font-size: 15px;
  color: #666;
}
.tm-accordion .card-header button.collapsed::before {
  content: "\f105";
  font-family: FontAwesome;
}

.tm-accordion .card-header button:not(.collapsed) {
  background: -webkit-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, right top, left top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  color: #ffffff;
}

.tm-accordion .card-header button:not(.collapsed):before {
  content: "\f107";
  font-family: FontAwesome;
  background: #ffffff;
  color: #0E8FE3;
}

.tm-accordion .card-body {
  padding: 15px 0 5px 50px;
  position: relative;
}
.card-body ul {
    margin-left: 15px;
    margin-top: 10px;
}
.card-body ul li {
    list-style-type: decimal;
    font-size: 14px;
    padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .tm-accordion .card-header button {
    font-size: 15px;
  }
}
/* End FAQ 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 */