/*-------------------------------------------------------------------- start table of content --------------------------------------------------------------------*/
/* 01. common css */
/* 02. navbar css */
/* 03. home */
/* 04. about */
/* 05. explain */
/* 06. features */
/* 07. Share */
/* 08.video */
/* 09. Pricing */
/* 10. screenshots */
/* 11. blog */
/* 12. contact */
/* 13. footer */
/* 14. responsive */
/* 15. preloader */
/*-------------------------------------------------------------------- end table of content --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 1. start common css --------------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: 400;
    font-size: 17px;
    color: #273044;
}
h1 {
    font-size: 50px;
    line-height: 63px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #fff;
}
h2 {
    line-height: 56px;
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 600;
}
h3 {
    font-size: 27px;
    line-height: 39px;
    font-weight: 600;
}
h4 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 15px;
    font-weight: 700;
}
h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}
ul {
    padding: 0;
}
li {
    list-style: none;
    margin-bottom: 10px;
}
p{
    color: #333;
}
a {
    color: inherit;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
img{
    max-width: 100%;
    height: auto;
}
a, a:active, a:focus, a:hover {
    text-decoration: none;
}
.c-white{
    color: #fff;
}
.c-bold{
    color: #ff2600;
}
/*-------------------------------------------------------------------- 1. end common css --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 2. start navbar --------------------------------------------------------------------*/
.menubar-main {
    max-width: 170px;
    width: 100%;
    position: fixed;
    top: 50%;
    right: -170px;
    z-index: 9999;
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.menubar-main:hover {
    right: 0;
}
.menu-title {
    color: #ffffff;
    padding: 20px 0;
    font-size: 25px;
    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
}
.menu-list {
    background: #ffffff;
    padding: 25px 30px 27px;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}
.menu-list a {
    margin: 5px;
    display: inline-block;
}
.menu-list a img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.menu-list a:hover img {
    transform: scale(1.1);
}
.menu-icon {
    top: 50%;
    left: -45px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
}
.menu-icon i {
    color: #ffffff;
    font-size: 21px;
    line-height: 45px;
}
/*-------------------------------------------------------------------- 2. end navbar --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 3. start home --------------------------------------------------------------------*/
.hero {
    position: relative;
    padding-top: 20px;
}
.hero.style-wave-2 {
    padding-bottom: 0;
    max-height: 750px;
}
.hero-single {
    height: 450px;
}
.hero-single .intro-text {
    margin-top: 0;
}
.p-rela-z-index{
    position: relative;
    z-index: 3;
}
.banner-glossy {
    background: #fff url("/assets/img/header-bg.jpg");
}

.banner-wave {
    background: #fff url(../image/banner-2.jpg);
}
.banner-glossy, .banner-wave {
    background-size: cover;
    /*background-position: center bottom;*/
}
.hero .hero-content.intro-center {
    position: static;
    padding-top: 150px;
}
.home-logo{
    text-align: center;
    margin-bottom: 50px;
}
.hero-content .sub-input .btn {
    right: 8px;
}
}
.hero-content .intro-text .intro-heading {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 60px;
}
.btn-holder {
    margin-top: 11px;
}
.bg-animate .rect1 {
    position: absolute;
    top: 0;
    left: 100px;
    -webkit-animation: mover 15s infinite linear;
    animation: mover 15s infinite linear;
}
.intro-text {
    margin-top: 65px;
}
.spce.md {
    height: 40px;
}
.bg-animate {
    position: relative;
}
.section-padding{
    padding: 100px 0;
}
.bg-animate .rect2 {
    position: absolute;
    top: 0;
    left: -3%;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.bg-animate .rect3 {
    position: absolute;
    top: 60%;
    left: 40%;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/* button style */
.btn {

    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}
.btn:hover{
    color:#dedbd2;
}
.btn:hover::before{
    opacity: 0;
}
.btn {
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 0;
    color: #fff;
    padding: 14px 28px;
    background: 0 0;
    font-weight: 600;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 70px;
    border: 0;
    margin-top: 14px;
    margin-right: 10px;
    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
}
.btn span {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-transform: uppercase;
}
.btn i {
    margin-right: 7px;
    font-size: 17px;
    z-index: 1;
    position: relative;
}
[class*="grdnt-"].btn.fill {
    color: #ff2600;
}
.btn.grdnt-purple.fill:hover{
    color: #fff;
}
@-webkit-keyframes mover {
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*-------------------------------------------------------------------- 3. end home --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 4. start about --------------------------------------------------------------------*/
#about{
    text-align: center;
    padding-top: 90px;
    padding-bottom: 100px;
}
.icon-sm {
    font-size: 2em;
}
.about-title{
    margin-bottom: 50px;
    margin-top: -10px;
}
.box{
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem !important;
    padding: 21px;
    transition: all .2s ease-out;
}
.box:hover{
    transition: all .2s ease-out;
    will-change: transform;
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}
.box h2{
    font-size: 21px;
}
[class*="grdnt-"].btn.fill:before {
    position: absolute;
    content: "";
    background: #fff;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50px;
}
[class*="icon-bg-"], [class*="icon-bg"] {
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-bg {
    width: 100px;
    height: 100px;
    margin-bottom: 17px;
}
.icon-bg-md {
    width: 60px;
    height: 60px;
}
.icon-shape {
    background: url(../image/icon-bg.png) no-repeat;
}
.bg-light {
    background: url(../image/bg-light.png) no-repeat;
    background-size: auto;
    background-size: 100%;
    background-position: top center;
}
.bg-light .section-text {
    padding-top: 200px;
}
.bg-shape {
    background: url(../image/shape-bg.png) no-repeat;
}
.bg-shape, .bg-shape-2, .icon-shape {
    background-size: auto;
    background-size: 90%;
    background-position: center center;
}
/*-------------------------------------------------------------------- 4. end about --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 5. start explain --------------------------------------------------------------------*/
#explain {
    padding-bottom: 100px;
    background: url(../image/facts-bg.jpg) no-repeat scroll center top / cover;
}
.phone-screen{
    position: relative;
}
.single-angle-part h2{
    color: #fff;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 2px;
    font-weight: 500;
}
.facts-right-part{
    padding-top: 100px;
}
.single-angle-part {
    padding: 13px 10px 0px 40px;
    border: 2px solid #fff;
    border-radius: 40px;
    border-top-right-radius: 0px;
}
.fats-a-lot-para{
    margin: 25px 0 40px;
}
.left-fac-part{
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
}
.padd-section {
    padding: 100px 0 10px;
    z-index: 99;
    position: relative;
}
/*facts*/
#facts{
    padding: 40px 0 100px;
}
#facts .container{
    max-width: 1170px;
}
.first-md-6{
    margin-bottom: 30px;
}
.second-md-6 .single-education-facts{
    margin-top: -210px;
}
#facts .continue{
    margin-top: 37px;
    margin-left: 4px;
}
.left-fac-part{
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
}
.right-fac-part{
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    margin-left: 3%;
}
.single-education-facts{
    background: #fff;
    padding: 33px 19px 27px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.link-facts {
    margin-top: 50px;
    display: block;
}
p.continue {
    margin-top: 35px;
    font-weight: 900;
}
p.continue a:hover {
    color: #fff;
}
p.continue a:hover span {
    margin-left: 7px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
/*-------------------------------------------------------------------- 5. end explain --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 6. start features --------------------------------------------------------------------*/
.feature-i-title{
    margin-top: 20px;
}
.fe-para{
    margin-bottom: 25px;
}
.icon-box{
    margin: 0 0 40px 0;
}
.icon-box-icon i{
    text-align: center;
    display: inline-block;
    font-size: 23px;
    position: relative;
    color: #fff;
    z-index: 2;
    line-height: 50px;
    webkit-transition: all 0.08s ease-in;
    -moz-transition: all 0.08s ease-in;
    -ms-transition: all 0.08s ease-in;
    -o-transition: all 0.08s ease-in;
    transition: all 0.08s ease-in;
}
.icon-box-icon{
    float: left;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    line-height: 50px;
    margin-top: 2px;
    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
    text-align: center;
}
.icon-box-content {
    margin-left: 65px;
}
.icon-box-content h3{
    font-size: 16px;
    color: #222;
    margin: 0 0 10px 0;
}
.icon-box-content p{
    font-size: 14px;
    line-height: 22px;
}
/*-------------------------------------------------------------------- 6. end features --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 7. start Share --------------------------------------------------------------------*/
#share{
    padding-top: 99px;
}
.share-social{
    margin-left: -10px;
    margin-bottom: 25px;
}
.angle-image{
    position: relative;
    z-index: 1;
}
.share-para{
    color: #333;
    margin-bottom: 26px;
}
.share-social li{
    display: inline-block;
    margin-left: 10px;
}
.share-social li a{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    border-radius: 4px;
    border: 1px solid #fff;
    display: inline-block;
    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
}
.share-social li a:hover{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #ff8200;
    border-color: #ff8200;
}
/*-------------------------------------------------------------------- 7. end Share --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 8. start video --------------------------------------------------------------------*/
.Pizza-video{
    position: relative;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
}
.Pizza-video .container{
    background: url(../image/video-bg.png) no-repeat scroll center center / cover;
    border-radius: 10px;
}
.Pizza-video .btn span {
    font-size: 16px;
}
.subs-form-text{
    padding-left: 30px;
}
label {
    color: #fff;
    padding-top:15px;
}
.video-content{
    position: relative;
    padding: 150px 0;
}
.subscribe-form {
    margin-top: 35px;
    width: 388px;
}
.subscribe-form input {
    height: 54px;
    padding: 0 16px;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.subscribe-form input, .subscribe-form .subscribe-btn {
    border: 0;
}
.subscribe-btn {
    height: 54px;
    font-size: 16px;
    color: #fff;
    padding: 0 24px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: linear-gradient(30deg, #f8116d 20%, #6541c1 80%);
}
.subscribe-form input:focus, .subscribe-form .subscribe-btn:focus {
    outline: none;
}
.video-play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-btn {
    height: 80px;
    width: 80px;
    color: #fff;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    font-size: 30px;
    margin-top: -45px;
    text-align: center;
    box-shadow: 0 0 0 0 hsla(182, 74%, 86%, 0.7);
    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
    animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
}
.play-btn:hover{
    color: #fff;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
@keyframes pulse {
    100% {
        box-shadow: 0 0 0 45px hsla(182, 74%, 86%, 0);
    }
}
@keyframes pulse {
    100% {
        box-shadow: 0 0 0 45px hsla(182, 74%, 86%, 0);
    }
}
.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
}
.video-overlay.open {
    position: fixed;
    z-index: 1050;
    opacity: 1;
}
.video-overlay-close {
    position: absolute;
    z-index: 1000;
    left: 77%;
    top: 16%;
    padding: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 1;
    color: #f5f5f5 !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.video-overlay-close:hover {
    color: #6541c1 !important;
}
.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
/*-------------------------------------------------------------------- 8. end video --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 9. start pricing --------------------------------------------------------------------*/
.pricing-area {
    padding: 85px 0 100px;
}
.pricing-area .section-title{
    padding-bottom: 40px;
}
.pricingTable{
    text-align: center;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    margin-top: -19px;
}
.pricingTable svg{
    margin-left: -1px;
}
.pricingTable .pricing-content{
    padding: 30px 0 30px;
    position: relative;
}
.pricingTable .title{
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.pricingTable .pricing-content ul{
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.pricingTable .pricing-content ul li{
    font-size: 18px;
    line-height: 40px;
    text-transform: capitalize;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 8px 50px;
    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border: 1px dashed transparent;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    color: #8255A6;
    background: #fff;
    border: 1px dashed #8255A6;
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
/*-------------------------------------------------------------------- 9. end Pricing --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 10. start screenshots --------------------------------------------------------------------*/
.section-title {
    text-align: center;
    padding-bottom: 35px;
    position: relative;
    display: block;
}
.scr-img{
    border-radius: 50px;
}
#screenshots{
    position: relative;
    background: url(../image/screen.jpg) no-repeat scroll top right / cover;
}
#screenshots:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
}
.single-screen-item img{
    width: 227px !important;
    border-radius: 5px;
}

.tes-all{
    margin-left: 150px;
}
.tes-all h2{
    position: relative;
}
.tes-all h2:before{
    content: "";
    position: absolute;
    top: 63px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #fff;
}
#screenshots .col-md-4 {
    float: left;
}
#screenshots .sc-item {
    height: 500px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.owl-dot:focus{
    outline: none;
}
.tes-item img{
    border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff2600;

}
#screenshots .sc-item div {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
#screenshots .sc-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 5px;
}
#screenshots .sc-item:hover .front {
    z-index: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#screenshots .sc-item:hover .back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

#screenshots .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.single-tes-item{
    margin-top: 25px;
}
.scre{
    margin-top: -7px;
}
.screnn{
    margin-top: 20px;
    margin-bottom: 22px;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
}
/*-------------------------------------------------------------------- 10. end end screenshots --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 11. start blog --------------------------------------------------------------------*/
.section-text {
    max-width: 600px;
    margin: 0 auto 40px;
}
#blog{
    padding: 87px 0 10px;
}
.post-meta li, .social-holder a {
    display: inline-block;
}
.post-col {
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.post-col .post-content {
    padding: 40px 30px;
    background: #fff;
}
.post-meta {
    margin: 0;
}
.post-meta li {
    margin: 0 15px 15px 0;
    font-size: 0.895em;
}
.post-meta li:first-child {
    margin-right: 30px;
}
.post-meta li a {
    font-size: 0.975em;
    color: #8c96a9;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.post-meta li span {
    margin-right: 7px;
    color:#ff2600;
}
.post .post-col a img {
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.post .post-col:hover a img {
    opacity: 0.7;
}
/*-------------------------------------------------------------------- 11. end end blog --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 12. start contact --------------------------------------------------------------------*/
input#name, input#email {
    font-size: 19px;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}
.form-control {
    height: 60px;
    padding: 6px 19px;
    border: none;
}
.form-notipecation {
    width: 100%;
    border-radius: 4px;
    border: none;
    font-size: 19px;
    margin-top: 5px;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}
.section-padding button{
    margin-top: 0px;
}
.alert {
    margin-top: 27px;
}
.form-textarea-area {
    width: 100%;
    border-radius: 4px;
    padding: 12px 19px;
    border: none;
    font-size: 19px;
    margin-top: 5px;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}
.textarea#message {
    margin-top: 7px;
}
.form-text-ar:focus{
    outline: none;
}
.contact-title{
    position: relative;
    margin-bottom: 40px;
}
.contact-title:after{
    position: absolute;
    content: url(../image/contact-indecate.png);
    top: 3px;
    margin-left: 10px;
}
.con-sub-title{
    margin: 85px 0 27px;
}
.text{
    margin-left: 23px;
    color: #333;
}
.our-con-info{
}
.our-con-info li{
    margin-bottom: 25px;
}
.our-con-info li p{
    overflow: hidden;
    color: #333;
}
.our-con-info li a {
}
.our-con-info li i{
    width: 40px;
    float: left;
    color: #ff2600;
    font-size: 20px;
    margin-top: 7px;
}
.sub-input .custom-form {
    position: relative;
}
.sub-input .custom-form .form-control {
    height: 50px;
    background-color: #fff;
    border-radius: 70px;
    padding: 0 0 0 20px;
    font-size: 14px;
    box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0);
    border: 1px solid #dedede;
}
.custom-form .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0);
}
.sub-input .result-box {
    font-size: 24px;
}
.sub-input .custom-form .btn {
    position: absolute;
    margin: 0;
    top: 3px;
    right: 3px;
    bottom: 3px;
    box-shadow: 0 0 0 transparent;
}
.bg-bluelight {
    background: #f2f5ff;
}
/*-------------------------------------------------------------------- 12. end contact --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 13. start footre --------------------------------------------------------------------*/
#footre{

    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
    padding: 101px 0;
}
.footre-icon{
    font-size: 0px;
    margin-top: -17px;
    margin-left: -6px;
}
.foo{
    margin-top: 27px;
}
.footre-icon li{
    display: inline-block;
    margin-left: 6px;
}
.footre-icon li a {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    margin-top: 35px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 21px;
    display: inline-block;
    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
}
.footre-icon li a:hover{
    width: 42px;
    height: 42px;
    text-align: center;
    margin-top: 35px;
    background: #fff;
    color: #ff2600;
    border-color: #ff2600;
}
.footre-ling{
    margin-top: 26px;
}
.footre-ling {
    margin-top: 20px;
}
/*-------------------------------------------------------------------- 13. end footre --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 14. start responsive css --------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px){
    #about .fea-img-part{
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    #about .fea-text-part{
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    #home .col-md-5, #home .col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 991px){
    .pricing-area .col-lg-4:nth-child(3) .pricingTable{
        margin-top: 30px;
    }
    .hero {
        position: relative;
        padding-top: 63px;
        padding-bottom: 90px;
    }
    .intro-text {
        margin-top: 0px;
    }
    .single-angle-part {
        padding: 13px 10px 0px 25px;
    }
    #share {
        padding-top: 63px;
    }
}
@media (max-width: 767px){
    .intro-text {
        margin-top: -20px;
    }
    .slide-side.text-right {
        margin-top: 40px;
        text-align: center !important;
    }
    .phone-screen {
        height: 550px;
        margin-top: 60px;
    }
    .hero {
        padding-bottom: 0px;
    }
    .facts-right-part {
        padding-top: 164px;
    }
    #explain {
        padding-bottom: 60px;
    }
    .about-title {
        margin-top: -17px;
        margin-bottom: 40px;
    }
    #about {
        padding-top: 65px;
        padding-bottom: 70px;
    }
    .box {
        margin-top: 3px;
    }
    .left-fac-part {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-padding {
        padding: 70px 0;
    }
    .home-logo {
        margin-bottom: 73px;
    }
    .padd-section {
        padding: 70px 0 0;
    }
    .feature-i-title {
        margin-top: 40px;
    }
    #share {
        padding-top: 27px;
    }
    .pricing-area {
        padding: 63px 0 100px;
    }
    #screenshots {
        margin-top: -25px;
    }
    #blog {
        padding: 70px 0 10px;
    }
    .section-padding {
        padding: 63px 0 63px;
    }
    #footre {
        padding: 60px 0;
    }
    #about .col-md-4{
        width: 575px;
        margin: 0 auto;
    }
    .middle-part-it{
        margin: 30px auto !important;
    }
    .tes-all {
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .video-content {
        padding: 100px 0 90px;
    }
    #screenshots::before {
        height: 63%;
        width: 100%;
    }
    .post.row{
        margin: 0 100px;
    }
    #contact {
        padding-top: 0;
        margin-top: -15px;
    }
}
@media (max-width: 575px){
    .box-explain .col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menubar-main {
        max-width: 150px;
        right: -150px;
    }
    .menu-list {
        padding: 17px 10px 17px;
    }
    .menu-icon {
        left: -40px;
        width: 40px;
        height: 40px;
    }
    .menu-icon i {
        font-size: 20px;
        line-height: 40px;
    }
    .middle-price{
        margin-top: 50px;
    }
    .subs-form-text {
        padding-left: 0;
        text-align: center;
    }
    .post.row{
        margin: 0 0;
    }
    .single-angle-part {
        padding: 13px 10px 0px 20px;
    }
    .video-content {
        padding: 63px 0 163px;
    }
    .video-play-btn {
        margin-top: 70px;
    }
    .subscribe-form {
        margin-top: 35px;
        max-width: 388px;
        width: 100%;
        margin: 35px auto 0;
    }
    .bg-color-section.section-padding {
        padding: 70px 0 50px;
    }
    .home-logo {
        margin-bottom: 63px;
    }
}
@media (max-width: 360px){
    .phone-screen {
        height: 463px;
    }
}
/*-------------------------------------------------------------------- 14. end responsive --------------------------------------------------------------------*/
/*-------------------------------------------------------------------- 15. start preloader --------------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 3000;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../image/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
/*-------------------------------------------------------------------- 15. end preloader --------------------------------------------------------------------*/
