/* ----------------------------------------------------------------------
Template Name : Bunglon | Creative Digital Agency - App Landing Page
Author        : Seniman Koding
Version       : 1.0
Copyright     : 2019
* ----------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------

01. Imported CSS
02. Default CSS
03. Switcer CSS
04. Preloader CSS
05. Nav CSS
06. Slider CSS
07. Services CSS
08. Why Choose Us CSS
09. Our Projects CSS
10. CTA Center CSS
11. Team CSS
12. Client CSS
13. Contact CSS
14. Footer CSS
15. Copyright CSS
16. Scrool 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;
}
.title-section-desc {
    text-align: justify;
    font-size: 16px;
    padding-top: 15px;
    color: #666;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 1.7;
}

#visi-misi {
    padding: 60px 0;
}

.visi-misi-image img {
    width: 100%;
    border-radius: 10px;
}

.visi-box,
.misi-box {
    background: #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

    .visi-box h3,
    .misi-box h3 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .misi-box ul {
        padding-left: 20px;
        margin: 0;
    }

    .misi-box li {
        margin-bottom: 8px;
    }


.yu2fvl {
    z-index: 9999;
    top: 0;
}

.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}

.yu2fvl-overlay {
  z-index: 9998;
  background: #000;
  opacity: 0.8;
}

.yu2fvl-close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  border: 0;
  background: none;
  cursor: pointer;
}

.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;
}

.color-bg {
  background: #0985f9;
  transition: 0.5s;
}
.color-text {
  color: #0985f9;
  transition: 0.5s;
}
/* End Default CSS */


/* Switcer CSS */
.switcher {
    position: fixed;
    top: 35%;
    left: -184px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
            box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.switcher h5 {
    text-transform: capitalize;
    font-weight: bold;
    color: #333;
}

.switcher .switcher-color {
    max-width: 151px;
    margin: auto;
}

.switcher .switcher-color span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px;
    cursor: pointer;
}

.sc-active {
    -webkit-box-shadow: 0 0 0 2px #101010;
    box-shadow: 0 0 0 2px #101010;
    border: 1px solid #333;
}

.switcher .switcher-color span:first-child {
    background: #0985f9;
}

.switcher .switcher-color span:nth-child(2) {
    background: #6ba229;
}

.switcher .switcher-color span:nth-child(3) {
    background: #fd0303;
}

.switcher .switcher-color span:nth-child(4) {
    background: #ff9c00;
}
.switcher .cog {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: -40px;
    background-color: #fff;
    cursor: pointer;
    color: #333;
    box-shadow: 2px 0 8px 0 rgba(0,0,0,.15);
}

.switcher .cog i {
    -webkit-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear;
}
@-webkit-keyframes rotate {
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}

@keyframes rotate {
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
.switcher.active {left: 0;}
/* End Switcer 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: 10px;
	padding-bottom: 10px;
	background: #fff;
	z-index: 1030;
}
.navbar img {
	height: 35px;
  width: auto;
  margin-top: 11px;
}
.navbar ul li {
	padding-right: 14px;
}
.navbar li a {
	color: #444;
	text-transform: uppercase;
	font-size: 12px;
    font-weight: 600;
    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 .social-media {
	padding-left: 40px;
}
.navbar .social-media li {
	display: inline-block;
}
.navbar .social-media li a:hover {
	color: #ff9c00;
}

.na-dropdown {
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}
.na-dropdown li a {
	font-size: 13px;
	color: #777;
	text-transform: capitalize;
	font-weight: 400;
}
.na-dropdown li a:hover {
	color: #ff9c00;
}
.navbar-bunglon ul ul {
      position: absolute;
      min-width: 150px;
      background: #fff;
      border-radius: 2px;
      display: none;
}

.navbar-bunglon ul ul li {
      display: block;
      background: #fff;
}

.navbar-bunglon ul li:hover ul {
      display: block;
}
.navbar-bunglon .dropdown-toggle::after {
    display: none;
}
.navbar-bunglon .navbar-brand {
    padding-top: 0rem;
} 
.dropdown-pos-child {
	margin-left: 153px;
	margin-top: -35px;
	min-width: 190px !important;
}
.dpc-hidden {
	display: none !important;
}
.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;
}
.head-nav {
	height: 75px;
}
/* End Nav CSS */



/* Carausel CSS */
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carausel-bunglon .carousel-caption {
	text-align: left;
	color: #333;
	top: 20%;
    left: 9%;
    max-width: 580px;
}
.carausel-bunglon .carousel-control-next, .carousel-control-prev {
	width: 8%;
	opacity: 0;
}
.carausel-bunglon:hover .carousel-control-next,
.carausel-bunglon:hover .carousel-control-prev {
	opacity: 1;
}
.carausel-bunglon .carousel-indicators li {
	margin-bottom: 20px;
	background-color: #444;
}
.carausel-bunglon .carousel-caption-title {
	padding-bottom: 20px;
}
.carausel-bunglon .carousel-caption-title p {
	font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}
.carausel-bunglon .carousel-caption-description p {
	font-size: 18px;
}
.carausel-bunglon .carousel-caption-cta {
	padding-top: 50px;
}
.carausel-bunglon .carousel-caption-cta a {
	color: #fff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.carausel-bunglon .carousel-caption-cta a:hover {
	background: linear-gradient(to right, #ffa901, #f98b0f);
}
/* End Carausel CSS */


/* Services CSS */
#services {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.services-detail {
	padding-top: 40px;
}
.services-detail-box {
    border: 2px solid #f5f5f5;
    border-radius: 15px;
    text-align: center;
    padding: 40px 10px;
    box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
    margin-bottom: 40px;
}
.services-detail-box .sdb-icon {
	font-size: 40px;
	background: #f5f5f5;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
.services-detail-box .sdb-icon i {
	line-height: 85px;
}
.services-detail-box .sdb-title {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
	padding-bottom: 10px;
	margin-top: 30px;
}
.services-detail-box .sdb-desc {
	color: #666;
	font-weight: 400;
	padding: 7px;
	font-size: 15px;
    line-height: 1.7;
}
/* End Services CSS*/


/* Why Choose Us CSS */
#why-choose-us {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f5f5f5;
}
.video-play-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    color: #6ba229;
    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%;
}

.why-choose-us-text {
	padding-left: 30px;
}
.wcut-title {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.wcut-desc p {
	padding-bottom: 7px;
}
.wcut-detail {
	padding-top: 5px;
}
.wcut-detail-list {
	position: relative;
	margin-bottom: 20px;
}
.wcut-detail-list i {
	position: absolute;
	left: 0;
	font-size: 20px;
	padding-top: 3px;
}
.wcut-detail-list p {
	padding-left: 20px;
}
/* End Why Choose Us CSS */


/* Our Projects CSS */
#our-projects {
	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 Projects CSS */


/* CTA Center CSS */
#cta-center {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: linear-gradient(rgba(255, 255, 255,0.50), rgba(255, 255, 255,0.50)), url(../img/cta-center.jpg);
    text-align: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#cta-center .container {
	width: 60%;
}
.cta-center-text {
	padding-bottom: 40px;
}
.cta-center-text p {
	font-size: 25px;
	font-weight: 500;
}
.cta-center-action a {
	font-weight: 600;
  color: #fff;
  padding: 12px 35px;
  text-transform: uppercase;
  border-radius: 50px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
}
/* End CTA Center CSS */


/* Team CSS */
#team {
  padding-top: 80px;
  padding-bottom: 80px;
}
#team .row {
  display: block;
  margin: 0 auto;
}
.team-detail {
  padding-top: 40px;
}
.tdb-info {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}
.tdb-info-name {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}
.tdb-info-position {
  text-transform: capitalize;
  font-size: 14px;
  color: #666;
}
.tdb-img {
  position: relative;
}
.tdb-img img {
  display: block;
  margin: 0 auto;
}
.tdb-img-hover {
  position: absolute;
  top: 45%;
  left: 15%;
  right: 15%;
  opacity: 0;
  text-align: center;
}
.tdb-img-hover ul {
  text-align: center;
  position: relative;
}
.tdb-img-hover ul li {
  display: inline-flex;
  font-size: 25px;
  margin: 4px;
}
.team-detail-box {
  margin: 5px;
}
.team-detail-box:hover img {
  opacity: .2;
  transition: 1s;
}
.team-detail-box:hover .tdb-img-hover {
  opacity: 1;
}
/* End Team CSS*/


/* Client CSS */
#client {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5;
}
.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%;
}
.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;
}
.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*/


/* Contact CSS */
#contact {
  padding-top: 80px;
  padding-bottom: 60px;
} 
.contact-title p {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.detail-contact .form-control {
  margin-bottom: 15px;
  height: 50px;
  background: transparent;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #222;
  -o-border-image: none;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 2px;
  box-shadow: none;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -webkit-transition: all 1s ease 0s;
  transition: 1s;
}
.detail-contact .form-control:focus,
.detail-contact .form-control:hover {
  border-color: currentcolor currentcolor #4770d9;
}
.detail-contact textarea.form-control {
  height: 150px;
  resize: none;
}
.detail-contact ::placeholder {
  color: #a2a1a1;
}
.detail-contact .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 11px 36px;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    margin-top: 30px;
    transition: 1s;
}
.detail-contact .btn:hover {
  color: #4770d9;
  background: transparent;
}
#contact .detail-contact {
  width: 80%;
  margin: 0 auto;
}
/* End Contact*/


/* Footer CSS */
#footer {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../img/footer.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer-detail i {
  font-size: 30px;
  margin-bottom: 15px;
}
.footer-detail p:nth-child(2) {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.footer-detail p:nth-child(3) {
  font-weight: 300;
  letter-spacing: 1px;
}
/* End Footer */


/* 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 */


/* Scrool Top CSS */
.scroll-top {
  position: fixed;
  bottom: 55px;
  right: 30px;
  z-index: 10;
  display: none;
}
.scroll-top .fa {
  color: #fff;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  padding-left: 12px;
}

/* End Scrool Top CSS


