*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
    --baseColor: #25b1fa;
    --titleFont: 'DM Serif Text', serif;
    --baseFont: 'PT Sans', sans-serif;

}
p,
span,
a,
h5,
h6 {
    font-family: var(--baseFont)
}
header{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 0;
}
.navbar-brand img {
    width: 75%
}
.navbar-light .navbar-nav .nav-link {
    /*color: rgb(69 165 0);*/
    color: #fff
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(243 144 46);
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(1 202 243);
}



/* banner */
.main-slider .item .slider-img {
    background-size: 100%;
    height: 100vh
}

.owl-carousel .owl-slide {
    position: relative;
    height: 75vh;
    background-color: lightgray;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat; 
}
.owl-carousel .owl-slide::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #00000087, transparent);
}
.owl-slide-text{
      text-align: center;
    position: relative;
    z-index: 1;
    color: #ddd;
}
.owl-slide-text h2{
  font-size: 40px;
  color: #fff;
}
.banner{
  position: relative;
}
.main-slider.owl-carousel .owl-nav button.owl-prev{
    height: 40px;
    width: 40px;
    background: #50ad00 !important;
    border-radius: 4px;
    top: 44%;
}
.main-slider.owl-carousel .owl-nav button.owl-next{
    height: 40px;
    width: 40px;
    background: #50ad00 !important;
    border-radius: 4px;
    right: 1%;
    top: 44%;
}
.main-slider.owl-carousel .owl-nav button.owl-next, .main-slider.owl-carousel .owl-nav button.owl-prev{
  font-size: 1.4em;
  color: #fff
}

/* about */
.about{
	padding: 50px 0;
  position: relative;
}

.about-junior-guru-content p{
  line-height: 1.8
}


.about span {
    display: inline-block;
}
.shape-square {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #182bd5;
    top: 8%;
    right: 5%;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
    -webkit-animation: rotating 20s linear infinite;
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.shape-triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 12%;
    left: 45%;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transition: all .0s;
    -o-transition: all .0s;
    transition: all .0s;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 50px solid #ff7f01;
    -webkit-animation: right-to-left 20s linear infinite;
    z-index: -1;
}
@-webkit-keyframes right-to-left {
    0% { margin-left: 0;}
    50%{ margin-left : -100px;}
    100%{ margin-left: 0;}
}

.shape-plus {
    position: absolute;
    top: 18%;
    left: 16%;
    border-radius: 1px;
    background: #25acff;
    height: 40px;
    width: 5px;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-animation: rotating 20s linear infinite;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    z-index: -1;
}
.shape-plus:after {
    border-radius: 1px;
    background-color: #25acff;
    content: "";
    height: 5px;
    position: absolute;
    top: 17px;
    width: 40px;
    left: -17px;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
}
.shape-circle {
    position: absolute;
    bottom: 50px;
    left: 70px;
    width: 60px;
    height: 60px;
    border: 5px solid #f26c95;
    border-radius: 50%;
    -webkit-animation: heartBeat 10s linear infinite;
    animation: heartBeat 10s linear infinite;
}


/* download app */

.floating-download-btn{
    height: 70px;
    width: 70px;
    background: linear-gradient(45deg, #283e2d, #21b543);
    position: fixed;
    right: 0;
    bottom: 10%;
    border-radius: 50%;
    text-align: center;
    z-index: 999;
    opacity: 0
}
.floating-download-btn p{
    position: absolute;
    font-size: 13px;
    color: #000;
    bottom: -47px;
    line-height: 1.2;
    font-weight: bold;
}
.floating-download-btn.addbtn{
    opacity: 1
}
.floating-download-btn img{
    width: 62%;
    margin-top: 14px;
    margin-left: 13%;
}
.download-app{
    background: white;
    border-radius: 8px;
    padding: 7px 30px;
    text-align: center;
    margin-top: 30px;
}
.download-app img{
        width: 77%;
}




/*** 

====================================================================
  Screenshots Section
====================================================================

***/

.screenshots-section {
    position: relative;
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 24px;
    background: #ffc107;
}

.screenshots-section .pattern-layer {
    position: absolute;
    right: 20%;
    bottom: -20px;
    width: 255px;
    height: 376px;
    background-repeat: no-repeat;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.screenshots-section .carousel-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 30px;
    z-index: 2;
}

.screenshots-section .carousel-container:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    z-index: 2;
    background-color: #ffc107;
}

.screenshots-section .carousel-container:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    z-index: 20;
    background-color: #ffc107;
}

.screenshots-section .carousel-outer {
    position: relative;
    width: 429px;
    height: 700px;
    margin: 0 auto;
    padding: 82px 70px;
    background: url(../images/iphone-mockup-one.png) center top no-repeat;
}

.screenshots-section .carousel-outer .owl-carousel {
    z-index: auto;
}

.screenshots-section .carousel-outer .mockup-layer {
    position: absolute;
    width: 429px;
    left: 0px;
    top: 0px;
    z-index: 20;
}

.screenshots-section .carousel-outer .mockup-layer:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -27px;
    width: 70px;
    height: 703px;
    background: url(../images/iphone-mockup-two.png) left top no-repeat;
    z-index: 20;
}

.screenshots-section .carousel-outer .mockup-layer:after {
    content: '';
    position: absolute;
    right: 0px;
    top: -27px;
    width: 70px;
    height: 703px;
    background: url(../images/iphone-mockup-two.png) right top no-repeat;
    z-index: 20;
}

.screenshots-section .owl-stage-outer {
    overflow: visible;
}

.screenshots-section .slide .image img {
    width: 100%;
    display: block;
    border-radius: 5px;
    z-index: 99999999;
}

.screenshots-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 78px;
}

.screenshots-section .owl-dots .owl-dot {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0px 7px;
    display: inline-block;
    background-color: #50ad0069;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.screenshots-section .owl-dots .owl-dot.active,
.screenshots-section .owl-dots .owl-dot:hover {
    background-color: #50ad00;
}

.screenshots-section .owl-nav {
    display: none;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

/* Bob Up Down*/
@-webkit-keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.sec-title h2 {
    font-size: 2.5em
}

.sec-title span {
    font-size: 1.7em;
}
/* footer */
footer{
    background: url(../images/footer-bg.jpg);
    padding: 30px 0 6px;
    background-repeat: repeat;
}

.footer-logo img{
  width: 34%
}

footer .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
    justify-content: center;
}
footer .navbar-nav .nav-item {
    margin-right: 20px;
}
footer .navbar-nav .nav-item a {
    color: #3a6d0f;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 17px;
}
.inner-footer{
      padding-top: 20px;
}
.socail-link{
  float: right;
}
.socail-link ul li{
    display: inline-block;
    padding: 4px 11px;
    background: #50ad00;
    margin: 0px 3px;
}
.socail-link ul li:hover{
  background: #f27f0d
}
.socail-link ul li i {
  color: #fff
}
.copyright{
    text-align: center;
}
.copyright p{
    font-size: 85%;
    color: #f78410;
    font-weight: 600;
}
.copyright p a{
    color: #f78410;
    font-weight: 600;
}


/* responsive */
@media (min-width: 320px) and (max-width: 768px){
  footer{
    text-align: center;
  }
  .socail-link {
    float: none;
  }
  .shape-square{
    z-index: -1
  }
  .screenshots-section .carousel-container:before{
    display: none;
  }
  .screenshots-section .carousel-container:after{
    display: none;
  }
  .screenshots-section .carousel-outer {
    width: 318px;
    height: auto;
    padding: 0px 15px 0px;
    background-image: none;
}
.screenshots-section .carousel-container {
    padding: 0px;
}
.screenshots-section .pattern-layer{
    display: none;
}
.screen-mobile-image{
        width:290px;
    }
    .screenshots-section-four .carousel-outer .mockup-layer:before,
    .screenshots-section-four .carousel-outer .mockup-layer:after,
    .screenshots-section-three .outer-container .carousel-column .inner-column .mockup-layer,
    .screenshots-section-three .outer-container .carousel-column .inner-column .mockup-layer::before,
    .screenshots-section .carousel-outer .mockup-layer:before{
        display: none;
    }
    .screenshots-section {
    position: relative;
    overflow: hidden;
    background: url(../images/screenshot-bg.png);
        background-size: unset;
            background-position: 50%;
                background-repeat: no-repeat;
}
}