
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700|Open+Sans:300,400');

/*------------------------------------------
			02. GENERAL CSS(body, header, btn, form, list, link, img, middle title, section bg, margin, padding, icon color)
-------------------------------------------*/
body {

    font-weight: 400;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #787878;
    font-size: 15px;
    line-height: 1.75em;
    overflow-x: hidden;
    text-align: left;
}


/*header*/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    padding: 0;
    color: #2c3e50;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

b, strong {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}


.clearfix{
    clear: both;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*form*/
.slider-action-btn .btn{padding:0px!important; }
/*.form-control {
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    height: 35px;
    box-shadow: none;
}*/

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.submit-btn {
    margin-bottom: 0;
}

/*list*/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*link*/
a {
    color: #281483;
    text-decoration: none;
    transition: all 0.3s ease;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none;
}

a:hover,
a:focus {
    color: #003bb1;
    outline: none;
    text-decoration: none;
}

/*img*/
img {
    max-width: 100%
}

.alert {
    padding: 10px;
}

/*section heading one*/
.headingOne {
    margin-bottom: 30px;
}

.headingOne h2 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 15px;
    background: #281483;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.section-title{
    position: relative;
}
.section-title h4{
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    margin-bottom: 20px;
}
.section-title h4:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: #281483;
}

/*section bg*/
.bg-secondary {
    background: #f9f9f9 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-color {
    background: #281483 !important;
}

/*text color*/
.white-text {
    color: #fff !important;
}

.color-text {
    color: #281483 !important;
}

.gray-text {
    color: #4a4a4a !important;
}

/*margin, padding*/
.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.delivery-service {
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    top: 10px;
}.delivery-service img{width: 100%!important;}

/*hero new style*/
.hero-content-wrap{
    display: table;
    height: 550px;
    width: 100%;
}

.hero-content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 200;
}
.hero-content h1{
    font-size:28px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    margin-top:20px;
}
.hero-content p{
    font-size:75px;
    color: #fff;
    margin-top:30px;
    line-height: 80px;
}
.hero-content p span{
    font-weight: 900!important;
        font-size:80px;
}
/*white indicator*/

.white-indicator .owl-nav{
    position: absolute;
    margin-top: 0;
    left: 0;
}
.white-indicator .owl-nav button{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease-in;
}
.white-indicator.owl-theme .owl-nav [class*=owl-]{
    background: rgba(134, 151, 145, 0.22);
    color: #fff;
    margin: 2px;
}
.white-indicator.owl-theme .owl-nav [class*=owl-]:hover{
    background: rgba(249, 249, 249, 0.21);
    color: #281483;
}
.white-indicator .owl-nav button span{
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.white-indicator .owl-nav button:focus{
    outline: none;
}
.hero-img img{
    max-height: calc(100% + 5em);
}
.max-none img{
    max-width: none;
}
.zindex{
    z-index: 9;
    position: relative;
}
.bottom-relative{
    position: relative;
    z-index: -1;
}

.section-circle {
    position: relative;
}
@media (min-width: 768px){
    .section-hero {
        min-height: 500px;
    }
    .section-lg {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .section-circle {
        position: relative
    }
}

.section-circle .stars-and-coded {
    margin-top: 8rem
}

.section-circle .shape {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%
}

.section-circle .shape span {
    position: absolute;
}
.section-circle .circle-animation span{
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s linear;
}

.section-circle .shape-primary {
  background: url("../img/bg.jpg");
}
/*
.section-circle .shape-primary :nth-child(1) {
    background: #53f
}

.section-circle .shape-primary :nth-child(2) {
    background: #4553ff
}

.section-circle .shape-primary :nth-child(3) {
    background: #4f40ff
}

.section-circle .shape-primary :nth-child(4) {
    background: #25ddf5
}

.section-circle .shape-primary :nth-child(5) {
    background: #1fa2ff
}
*/

.section-circle .shape-style-1 span {
    width: 120px;
    height: 120px;
    border-radius: 100px 130px 100px 315px;
}

.section-circle .shape-style-1 .span-200 {
    width: 200px;
    height: 200px
}

.section-circle .shape-style-1 .circle-150 {
    width: 150px;
    height: 150px
}

.section-circle .shape-style-1 .circle-100 {
    width: 100px;
    height: 100px
}

.section-circle .shape-style-1 .circle-75 {
    width: 75px;
    height: 75px
}

.section-circle .shape-style-1 .circle-50 {
    width: 50px;
    height: 50px
}
/*
.section-circle .shape-style-1 :nth-child(1) {
    bottom: auto;
    left: -3%;
    top: -20px;
    background: rgba(255, 255, 255, .1)
}

.section-circle .shape-style-1 :nth-child(2) {
    top: 15%;
    right: 10%;
    background: rgba(255, 255, 255, .1)
}

.section-circle .shape-style-1 :nth-child(3) {
    top: 280px;
    right: 5.66666%;
    background: rgba(255, 255, 255, .3)
}

.section-circle .shape-style-1 :nth-child(4) {
    top: 320px;
    right: 7%;
    background: rgba(255, 255, 255, .15)
}

.section-circle .shape-style-1 :nth-child(5) {
    top: 38%;
    right: auto;
    left: 1%;
    background: rgba(255, 255, 255, .05)
}

.section-circle .shape-style-1 :nth-child(6) {
    top: 65%;
    right: auto;
    left: 35%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, .15)
}

.section-circle .shape-style-1 :nth-child(7) {
    right: 40%;
    bottom: 45%;
    background: rgba(255, 255, 255, .04)
}

.section-circle .shape-style-1 :nth-child(8) {
    right: 6%;
    bottom: 100px;
    background: rgba(255, 255, 255, .2)
}

.section-circle .shape-style-1 :nth-child(9) {
    right: 5%;
    bottom: 12%;
    background: rgba(255, 255, 255, .1)
}

.section-circle .shape-style-1 :nth-child(10) {
    right: auto;
    bottom: 11%;
    left: 15%;
    background: rgba(255, 255, 255, .05)
}
*/
@media (max-width:991.98px) {
    .section-circle .shape-style-1 span {
        height: 120px
    }
}

@media (max-width:767.98px) {
    .section-circle .shape-style-1 span {
        height: 90px
    }
}

div#main {
  background: #2aa7e1;
  background: url("../img/bg.jpg");
   height: 100vh;
   position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-content img{width: 40%;
margin-top: 20px;}

.slider-action a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
     padding-top: 20px;
      padding-right: 20px;
      letter-spacing: 1px;

}

/*app mokup slider css*/
.mobile-slider-area{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 9;
    margin-top: 50px;
}
.mobile-slider-area img {
    margin: 0 auto;
}

.mobile-slider {
    border-radius: 26px;
    overflow: hidden;
    position: absolute;
    left: 20%;
    top: 13px;
    width: 60%;
}

.mobile-slider::before {
    background: rgba(0, 0, 0, 0) url("../img/mockup_top.png") no-repeat scroll center center / cover;
    border-radius: 0 0 50px 50px;
    content: "";
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 9;
}

.mobile-slider.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}

@media only screen and (min-width: 1920px) {
    .mobile-slider {
        border-radius: 33px;
        height: 90%;
        left: 0;
        margin: 20px auto auto;
        right: 0;
        top: 0;
        width: 86%;
    }
    .mobile-slider-area img{
        width: 100%;
    }
    .mobile-slider::before {
        height: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mobile-slider {
        border-radius: 23px;
        height: 94%;
        left: 0;
        margin: 17px auto auto;
        right: 0;
        top: 0;
        width: 86%;
    }
    .mobile-slider::before {
        height: 24px;
    }
    .welcome-text h1 {
        font-size: 48px;
    }
    .mobile-slider-area img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome-text {
        text-align: center;
    }

}

@media only screen and (max-width: 767px) {
    .welcome-text {
        text-align: center;
    }
    .welcome-text h1 {
        font-size: 26px;
    }
    .welcome-area .download-button {
        display: none;
    }
    .download-button a:first-child {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .welcome-text h1 {
        font-size: 32px;
    }
    .welcome-area .download-button {
        display: block;
    }
    .download-button a:first-child {
        margin-bottom: inherit;
    }
}



.phone-carousel .phone {
    position: relative;
    z-index: 5;
    width: 100%
}

.phone-carousel .phone .header-slider {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 5% 11.75% 0 11.75%;
    border-radius: 30px;
}

.phone-carousel .phone .header-slider .item img {
    cursor: -webkit-grab;
    border-radius: 35px;
}
.phone-carousel .owl-theme .owl-nav{
    margin-top: 20px;
}
.phone-carousel .owl-theme .owl-nav button{
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 1px;
    color: #fff;
    background: #281483;
}
.phone-carousel .owl-theme .owl-nav button.owl-next{
    border-radius: 0 30px 30px 0;
}
.phone-carousel .owl-theme .owl-nav button.owl-prev{
    border-radius: 30px 0 0 30px;
}
.phone-carousel .owl-theme .owl-nav button:hover{
    background: #281483;
}
.phone-carousel .owl-theme .owl-nav button:focus, .phone-carousel .owl-theme .owl-nav button:active{
    outline: none;
    background: #281483;
    color: #fff;
    border: none;
}
.phone-carousel .owl-theme .owl-dots {
    position: absolute;
    top: 48%;
    left: 0;
    margin: 0!important
}

.phone-carousel .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid transparent;
    margin: 0 4px 7px 4px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.phone-carousel .owl-theme .owl-dots .owl-dot.active {
    background-color: transparent;
    border-color: #fff;
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -ms-transform: scale(1.35);
    -o-transform: scale(1.35);
    transform: scale(1.35)
}

.phone-carousel .owl-theme .owl-dots .owl-dot span {
    display: none
}

.slider-indicator{
    padding: 0 20px;
    text-align: center;
    position: relative;
    display: block;
    z-index: 10;
    margin-top: 5px;
}
.slider-indicator ul li{
    display:inline-block;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    -webkit-transition:linear .1s;
    transition:linear .1s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.slider-indicator ul li:focus,.slider-indicator ul li:hover{
    color:#281483
}

.indicator-color ul li{
    background: #f9f9f9;
    color: #281483;
    border-radius: 2px;
}
.indicator-color ul li:hover{
    color: #fff;
    background: #281483;
}
.phone-carousel .phone .header-slider:before{
    background: rgba(0, 0, 0, 0) url(../img/mockup_top.png) no-repeat scroll center center / cover;
    border-radius: 0 0 50px 50px;
    content: "";
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 50%;
    z-index: 9;
}

.privacy-policy h4{ color: #38b267; margin-top: 50px; }
.privacy-policy h5{ color: #000; }
.privacy-policy p{color: #222; line-height: 30px; font-size: 16px; letter-spacing: 0.5px;}
  .info-inner h3 {
    color: #38b267;
    font-size: 18px;
    margin-bottom:0px;
  }
/*  .info-inner {
    margin-bottom: 20px;
}*/
  .info-inner li {
    display: block;
    line-height: 32px;
  }
  .info-inner li a, p {
    color: #000;
    letter-spacing: 1px;
     margin-bottom: 10px;
  }
  .contact-form h2 {
    padding: 0 0px 20px 15px;
    color: #38b267;
     font-size: 21px;
    margin: 0px;
  }
  .contact-form .form-control {
    height: 45px;
  }
  .contact-form textarea.form-control {
    height: 150px;
    border-radius: 5px;
  }


.contact_form{    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid#ccc;
}


section.contact {
    margin-top: 50px;
}
.form-info.text-center.section {
    margin-top: 50px;
}
button.submit-btn {
    display: inline-block;
    background: #38b267;
    color: #fff;
    padding: 14px 25px;
    text-transform: uppercase;
    font-size: 16px;
    border: 0px solid;
    font-weight: 500;
    position: relative;
    border-radius: 3px;
    outline: none;
}
button.submit-btn:hover{background: #000; color: #fff;}
footer {
    background: #000;
    color: #fff;
    padding: 10px 0px;
     text-align: center;
}