


.loader {
    width: 100px;
    height: 80px;
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    margin: auto;

}
.loader .image {
    width: 100px;
    height: 160px;
    font-size: 40px;
    text-align: center;
    transform-origin: bottom center;
    animation: 3s rotate infinite;
    opacity: 0;
    color: #fbc521;
}
.loader span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

@keyframes rotate{
    0% {
        transform: rotate(90deg);
    }
    10% {
        opacity: 0;
    }
    35% {
        transform: rotate(0deg);
        opacity: 1;
    }
    65% {
        transform: rotate(0deg);
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        transform: rotate(-90deg);
    }
}







* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: 'Neon';
    src: url('../fonts/Neon.ttf');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Muller-ExtraBold';
    src: url('../fonts/Muller-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Muller-Thin';
    src: url('../fonts/muller-medium.otf');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Electronica';
    src: url('../fonts/Electronica.ttf');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'DOTLED';
    src: url('../fonts/DOTLED.ttf');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'MyGirlIsRetroDEMO';
    src: url('../fonts/MyGirlIsRetroDEMO.ttf');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'KOMIKAX';
    src: url('../fonts/KOMIKAX.ttf');
    font-weight: normal;
    font-style: normal
}

body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    margin: 0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: ''Raleway', sans-serif'
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    font-family: 'Raleway', sans-serif;
    font-weight: 300
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}



P {
    font-family: 'Muller-Thin'
}

.fa {
    font-family: 'FontAwesome';
    font-style: normal
}

.heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 40px;
    color: #000;
    text-align: center;
    margin-top: -16PX;
}

.heading span {
    color: #97009c;
    font-size: 18px;
    font-weight: 300
}

.para {
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    color: #333
}

.a-btn {
    text-decoration: none;
    border-radius: 40px;
    padding: 10px 20px;
    color: #000;
    background-color: #97009c;
    border: 1px solid transparent;
    font-weight: 400
}

.a-btn:hover {
    color: aqua
}

.loading-overlay {
    background: #fff;
    color: #fff !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999
}

.spinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 300px auto
}

#loading-text {
    display: block;
    position: absolute;
    top: 180%;
    left: 50%;
    color: #fff;
    font-weight: 400;
    width: 100px;
    height: 30px;
    margin: 20px 0 0 -45px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 20px
}

#loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #fbc521
}

#loading-content:after {
    content: "";
    position: absolute;
    border: 3px solid #fbc521;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px
}

#loading-content:before {
    content: "";
    position: absolute;
    border: 3px solid #fbc521;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px
}

#loading-content {
    border: 3px solid transparent;
    border-top-color: #fbc521;
    border-bottom-color: #fbc521;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite
}

#loading-content:before {
    border: 3px solid transparent;
    border-top-color: #fbc521;
    border-bottom-color: #fbc521;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 3s linear infinite
}

#loading-content:after {
    border: 3px solid transparent;
    border-top-color: #fbc521;
    border-bottom-color: #fbc521;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite
}

@-webkit-keyframes loaders {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: transparent
}

.navbar-brand {
    height: auto;
    display: block;
    font-size: 35px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #1e79f2;
    background: 0
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

.header .navbar-nav {
    margin: 0;
    float: right
}

.header .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    background: 0;
    margin-top: 30px
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus .header .navbar-nav li a.active {
    background: 0;
    color: #fc0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: .3s ease
}

.header .navbar-toggle {
    margin-top: 20px;
    padding: 10px
}
.circle__1{
    border-radius: 50%;
    height: 100px;
    width:  100px;
    margin: auto;
    border: solid #9E9E9E 5px;
    margin-top: 15px;
    margin-bottom: 58px;
    -webkit-animation-name: aura;
    -webkit-animation-duration: 3s;
    animation-name: aura;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes aura {
    0% {
        box-shadow: inset 0 0 50px #fff, inset 20px 0 80px #FFC107, inset -20px 0 80px #FFEB3B, inset 20px 0 200px #FFC107, inset -20px 0 300px #FFEB3B, 0 0 50px #fff, -10px 0 80px #FFC107, 10px 0 80px #FFEB3B;
    }
    50% {
        box-shadow: inset 0 0 50px #fff, inset 20px 0 80px #FFEB3B, inset -20px 0 80px #FFC107, inset 20px 0 200px #FFEB3B, inset -20px 0 300px #FFC107, 0 0 50px #fff, -10px 0 80px #FFEB3B, 10px 0 80px #FFC107;
    }
    100% {
        box-shadow: inset 0 0 50px #fff, inset 20px 0 80px #FFC107, inset -20px 0 80px #FFEB3B, inset 20px 0 200px #FFC107, inset -20px 0 300px #FFEB3B, 0 0 50px #fff, -10px 0 80px #FFC107, 10px 0 80px #FFEB3B;
    }
}
.circle__2{
    border-radius: 50%;
    height: 80px;
    width:  80px;
    margin: auto;
    border: solid #fff 2px;
    margin-top: 5px;
}
.explnr_parent{
    position: relative;
}
.explnr_div_cls{
    position: absolute;
    width: 100%;
    left: 0;
    top: 38px;
}
.explnr_cls{
    font-size: 28px;
    font-weight: 900;
    color: #0d1d25;
}

a.explnr_cls {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
	overflow: hidden;
	padding: 0 4px;
	height: 1em;
}

 a.explnr_cls span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
  color:#000;
}

 a.explnr_cls span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
        color: #051142;
}

 a.explnr_cls:hover span,
 a.explnr_cls:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}


.header .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px
}

.header ul.socail {
    list-style: none;
    position: absolute;
    top: 30px;
    right: 15px
}

.header ul.socail li {
    display: inline-block
}

.header.shrink {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 10px 25px -15px #999
}

.header.shrink .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333
}

.header.shrink .navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333
}

.header.shrink .navbar-nav li a:hover {
    color: #fbc521
}

.header.shrink .navbar-nav li.active a {
    color: #fbc521
}

.header.shrink .navbar-toggle {
    margin-top: 10px;
    padding: 10px
}

.header.shrink .navbar-toggle .icon-bar {
    background: #555;
    height: 3px
}

.home {
    height: 650px;
    overflow: hidden;
    background-image: url(../images/bg_new.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.home .overlay {
    -webkit-background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(29, 29, 29, 0.7));
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(29, 29, 29, 0.7));
    height: 650px
}

.home .overlay .row {
    height: 650px
}

.home .overlay .title {
    height: 650px;
    margin-top: 143px
}

.home .overlay .title span {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.25
}

.home .overlay .title p {
    line-height: 1.6em;
    color: #ddd;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0
}

.home .overlay .title .a-btn {
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: #fbc521;
    color: #000; padding:6px 0
}

.home .overlay .title .a-btn .fa {
    margin-right: 5px
}

.home .overlay .title .a-btn:hover {
    border: 1px solid #000;
    color: #000;
    background-color: #fff
}

.home .overlay .image img {
    margin-top: 100px;
    width: 535px
}

.about {
    margin-top: 40px;
    text-align: center
}
@media only screen and (max-width: 768px) {
.heading{
    margin-top: 14px;
}

.leadimg1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.p{
    display: flex;
    justify-content: center;
    align-items: center;
}

}
.about .item {
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.about .item .fa {
    color: #fff;
    font-size: 30px;
    background-color: #fbc521;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%
}

.about .item h3 {
    color: #333;
    font-weight: 800;
    font-size: 25px;
    margin: 20px 0 10px 0;
    font-weight: 700;
}

.about .item p {
    color: #555;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.about .words .a-btn {
    display: inline-block;
    margin-top: 10px
}

@media (max-width: 768px){
    .pin{
        justify-content: center;
        display: flex;
    }
}

.about .words .a-btn:hover {
    border: 1px solid #97009c;
    background-color: #fff;
    color: #333
}

.features {
    background-image: url(../images/bg-1.jpg);
    background-attachment: fixed;
    background-size: cover
}

.features .overlay {
    -webkit-background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
    padding: 15px 0
}

.features .heading {
    color: #fff
}

.features .para {
    color: #eee
}

.features ul .single-feature {
    padding-top: 30px
}

.features img {
    margin: auto;
    width: 275px
}

.features ul .single-feature .fa {
    clear: both;
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #fbc521
}

.features .left ul .single-feature .fa {
    float: right;
    margin-left: 20px
}

.features .right ul .single-feature .fa {
    float: left;
    margin-right: 20px
}

.features ul .single-feature .item {
    display: block;
    overflow: hidden
}

.features .left ul .single-feature .item {
    text-align: right
}

.features .right ul .single-feature .item {
    text-align: left
}

.features ul .single-feature .item h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px
}

.features ul .single-feature .item p {
    color: #ddd;
    font-size: 16px;
    line-height: 24px
}

.why {
    margin-top: 30px
}

.why .words,
.why .image {
    margin-bottom: 30px
}

.why .words p {
    font-weight: 400;
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px
}

.why .words .main-p {
    margin-bottom: 0px
}

.why .words .fa {
    font-size: 22px;
    color: #97009c;
    margin-right: 5px
}

.video {
    background-image: url(../images/explainer-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-align: center
}

.video .overlay {
    padding: 10px 0;
    -webkit-background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7))
}

.video h1 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 30px
}

.video .fa {
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    padding-left: 7px;
    padding-top: -5px
}

.video .fa:hover {
    background-color: #97009c;
    border: 1px solid #97009c
}

.description .image,
.description .item {
    margin-bottom: 30px
}

.description .item h2 {
    color: #333;
    font-size: 35px;
    margin-bottom: 20px
}

.description .item p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #555
}

.description .item .a-btn {
    margin-top: 10px;
    display: inline-block
}

.description .item .a-btn:hover {
    background-color: transparent;
    border: 1px solid #97009c;
    color: #97009c
}

.numbers {
    background-image: url(../images/pexels-photo-404280.jpg);
    background-attachment: fixed;
    background-size: cover;
    text-align: center
}

.numbers .overlay {
    padding: 70px 0;
    -webkit-background: linear-gradient(45deg, rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
    background: linear-gradient(45deg, rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7))
}

.numbers .item {
    margin-bottom: 30px
}

.numbers .item .fa {
    color: #fff;
    font-size: 40px
}

.numbers .item p {
    color: #eee;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300
}

.numbers .item h1 {
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    margin-top: 0
}

.screenshots {
    padding: 20px 0
}

.screenshots .item .image {
    position: relative
}

.screenshots .item .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0
}

.screenshots .item .image:hover .overlay {
    opacity: 1
}

.screenshots .item .image .overlay .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
    background-color: #555;
    border-radius: 50%
}

.screenshots .item .image .overlay .fa:hover {
    background-color: #97009c
}

.team {
    padding: 70px 0;
    text-align: center;
    background-color: #fff
}

.team .item {
    margin-bottom: 30px
}

.team .item img {
    margin: 0 auto;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.team .item .image {
    overflow: hidden
}

.team .item .image:hover img {
    transform: scale(1.05)
}

.team .item h5 {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px
}

.team .item span {
    color: #555;
    font-weight: 300;
    font-size: 16px;
    display: inline-block
}

.team .item p {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px
}

.team .item .image {
    position: relative
}

.team .item .social {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background: linear-gradient(45deg, rgba(25, 21, 105, 0.85), rgba(129, 46, 184, 0.65));
    background: linear-gradient(45deg, rgba(25, 21, 105, 0.85), rgba(129, 46, 184, 0.65));
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.team .item .image:hover .social {
    opacity: 1
}

.team .item a .fa {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 2px solid #eee;
    color: #97009c;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: transform .5s ease-in-out
}

.team .item a .fa-facebook {
    transform: translateX(30px);
    transition: transform .5s ease-in-out
}

.team .item a .fa-twitter {
    transform: translateX(15px);
    transition: transform .5s ease-in-out
}

.team .item a .fa-rss {
    transform: translateX(-30px);
    transition: transform .5s ease-in-out
}

.team .item a .fa-google-plus {
    transform: translateX(-15px);
    transition: transform .5s ease-in-out
}

.team .item:hover a .fa {
    transform: translateX(0)
}

.team .item a .fa:hover {
    color: #fff;
    background-color: #97009c;
    border: 1px solid #97009c
}

.team .item .image:hover a {
    transform: translateY(0)
}

.clients {
    text-align: center;
    background-image: url(../images/men-share-news-photos-video-on-the-smartphone-a-man-shows-a-friend-an-application-in-a-mobile-phone-friends-with-a-smartphone-technology_1321-27.17.d);
    background-attachment: fixed;
    background-position: center;
    background-size: cover
}

.clients .overlay {
    -webkit-background: linear-gradient(45deg, rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
    background: linear-gradient(45deg, rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.7));
    padding: 70px 0
}

.clients .item img {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 10px
}

.clients .item p {
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    margin: 0 10%;
    text-align: center
}

.clients .item .fa {
    color: #aaa;
    font-size: 20px
}

.clients .item h4 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0
}

.clients .item span {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #fff
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #aaa
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #97009c;
    background-color: #97009c
}

.price {
    padding: 10px 0;
    text-align: center
}

.price .item {
    box-shadow: 0 10px 35px 0 #ccc;
    margin-bottom: 30px;
    border: 1px solid #fbc521;
}

.price .item:hover {
    box-shadow: 0 15px 35px 0 #aaa
}

.price .item .price-box {
    margin-bottom: 20px;
    padding-top: 20px
}

.price .item .price-box p {
    font-size: 30px;
    font-weight: 700;
    color: #fff
}

.price .item .price-box span {
    color: #ddd
}

.price .item .price-box strong {
    font-weight: 500;
    font-size: 50px;
    color: #000
}

.price .item p {
    font-size: 16px;
    font-weight: 400;

}

.price .item p.last {
    margin-bottom: 30px
}

.price .item .a-btn {
    margin: 20px 10% 0 10%;
    background-color: #fbc521;
    color: #000
}

.price .item .a-btn:hover {
    border-color: #fbc521;
    background-color: #000;
    color: #fff
}

.download {
    background-image: url(../images/bg_new.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center
}
.leadimg1 img:hover
{
    transform: scale(1.1);
    transition: transform .2s;
}

.download .overlay {
    padding: 70px 0;
    -webkit-background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7))
}

.download .heading {
    color: #fff
}

.download p {
    color: #f3f3f3;
    margin-bottom: 30px
}

.download .a-btn {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    display: inline-block
}

.download .a-btn .fa {
    margin-right: 5px
}

.download .a-btn:hover {
    border: 1px solid #fff;
    color: #97009c;
    background-color: #fff
}

.our-faqs {
    padding: 0px 0
}

.our-faqs .image,
.our-faqs .box {
    margin-bottom: 30px
}

.our-faqs .image img {
    height: auto;
    margin-top: 30px;
    width: 85%
}

.our-faqs .title {
    font-weight: 600;
    color: #222;
    margin-top: 0
}

.our-faqs .box .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)
}

.our-faqs .box .item:last-of-type {
    border: 0
}

.our-faqs .box h3 {
    color: #fff;
    font-size: 20px;
    padding: 15px 10px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    cursor: pointer;
    -webkit-background: linear-gradient(45deg, rgba(250, 198, 37, 0.9), rgba(244, 151, 7, 0.9));
    background: linear-gradient(45deg, rgba(250, 198, 37, 0.9), rgba(244, 151, 7, 0.9))
}

.our-faqs .box p {
    display: none;
    margin-top: 10px;
    color: #555;
    line-height: 24px;
    font-size: 17px;
    font-weight: 400;
    padding: 10px;
    box-shadow: 0 1px 30px -2px #d3d3d3
}

.blog {
    padding: 70px 0
}

.blog .blog-area {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 5px 30px -5px #ccc
}

.blog .blog-area .image {
    position: relative;
    overflow: hidden
}

.blog .blog-area .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-background: linear-gradient(45deg, rgba(25, 21, 105, 0.8), rgba(129, 46, 184, 0.65));
    background: linear-gradient(45deg, rgba(25, 21, 105, 0.8), rgba(129, 46, 184, 0.65));
    transform: translateY(-101%);
    transition: all .3s ease-in
}

.blog .blog-area:hover .image .overlay {
    transform: translateY(0);
    opacity: 1
}

.blog .blog-area h1 {
    font-size: 22px;
    margin: 15px 0 10px 0;
    color: #333;
    font-weight: 600
}

.blog .blog-area h1:hover {
    color: #97009c
}

.blog .blog-area span {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #555;
    font-weight: 400
}

.blog .blog-area span .fa {
    color: #97009c;
    margin-right: 5px
}

.blog .blog-area p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #555
}

.blog .blog-area .a-btn {
    font-size: 13px;
    padding: 10px 15px
}

.blog .blog-area .a-btn:hover {
    background-color: transparent;
    border: 1px solid #97009c
}

.partners {
    padding: 70px 0
}

.partners img {
    opacity: .4;
    margin-bottom: 30px;
    max-width: 100%;
    cursor: pointer
}

.partners img:hover {
    opacity: 1
}

.contact {
    text-align: center;
    background-image: url(../images/pexels-photo-404280.jpg);
    background-attachment: fixed;
    background-size: cover
}

.contact .overlay {
    padding: 70px 0;
    -webkit-background: linear-gradient(45deg, rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.75));
    background: linear-gradient(45deg, rgba(25, 21, 105, 0.9), rgba(129, 46, 184, 0.75))
}

.contact .heading {
    color: #fff
}

.contact .para {
    color: #bbb
}

.contact-form {
    border-radius: 3px
}

.form-group {
    margin-bottom: 0;
    position: relative
}

.form-group .fa {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 20px;
    color: #555
}

.form-group .fa-send {
    color: #fff;
    opacity: 0;
    transform: translateX(20px);
    transition: all .5s ease-in-out
}

.form-group:hover .fa-send {
    color: #fff;
    opacity: 1;
    transform: translateX(0px)
}

.form-control {
    display: block;
    border: 0;
    width: 100%;
    height: 45px;
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    text-indent: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    background-image: none;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: none;
    margin-bottom: 30px;
    font-weight: 500
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #97009c
}

input[type="submit"] {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    background: #97009c;
    border: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    outline: 0;
    box-shadow: none;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 20px;
    overflow: hidden
}

.contact-form input[type='submit']:hover {
    border: 1px solid #97009c;
    background-color: transparent;
    outline: 0;
    color: #fff;
    box-shadow: none
}

.social-icon-div {
    background-color: #eee;
    padding: 20px 0;
    text-align: center
}

.social-icon-div h2 {
    font-size: 35px;
    font-weight: 500
}

.social-icon-div a {
    display: inline-block;
    margin-top: 20px;
    color: #97009c;
    margin-right: 10px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 50%
}

.social-icon-div a:hover {
    background-color: #97009c;
    color: #fff
}

.social-icon-div a .fa {
    transition: all .6s ease
}

.social-icon-div a:hover .fa {
    transform: rotate(360deg)
}

.social-icon-div p {
    color: #333;
    font-weight: 400
}

#scroll-top {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #fbc521;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 9999;
    display: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 5px 25px -6px #aaa
}

#scroll-top:hover {
    background-color: #000
}

#scroll-top i {
    line-height: 26px;
    font-size: 20px
}



@media (max-width: 768px) {
    #amazing {
        display: none;
    }
}

@media (max-width: 768px) {
    #Explainervideo {
        display: none;
    }
}


@media (max-width: 768px) {
    section[style="margin-top:50px"] {
        display: none;
    }
}
