/*======================*/
/*fonts csss start */
/*==================*/
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype'),
        url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../fonts/RobotoCondensed-Bold.eot');
    src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Bold.woff') format('woff'),
        url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'),
        url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/oboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Light.eot');
    src: url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Light.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Light.woff') format('woff'),
        url('../fonts/RobotoCondensed-Light.ttf') format('truetype'),
        url('../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}




.main-wrapper {
    max-width: 1920px;
    width: 100%; height: 100%;
    margin: 0 auto;
}


/*====================*/
video#video-background {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
a.scroll-btn.js-scroll-trigger {
    position: absolute;
    right: 100px;
    bottom: 15px;
    background: #000;
    border-radius: 100%;
    border: solid 1px#fff;
    padding: 7px;
    width: 40px;
    height: 40px;
    color: #fff;
}

body, html {   font-family: 'Roboto';
	width: 100%;
	height: 100%
}
body {     letter-spacing: normal;
}
a {
	-webkit-transition: all .35s;
	transition: all .35s
}
a:focus, a:hover {
}
hr {
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34,34,34,.1)
}
label { font-family: 'Roboto-Medium';}
hr.light {
	border-color: #fff
}
h1, h2, h3, h4, h5, h6 {letter-spacing: 1px;
}
p {
	    font-size: 15px;
    line-height: 1.5;     
    margin-bottom: 10px;
    letter-spacing: .01em;
}
a.learn-more-btn {     font-size: 18px;
    color: #000;text-decoration: none;     
}
section{
	padding: 100px 0; height:100vh;
}
.masthead .title.b-title i {
    border-radius: 100%;
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #595959;
    /* float: left; */
    line-height: 0px;
    margin: 10px 5px;
}
section h2 {
	font-size: 50px
}
#mainNav {
	border-color: rgba(34,34,34,.05);
	background-color: #fff;
	-webkit-transition: all .35s;
	transition: all .35s;

	letter-spacing: 1px
}
#mainNav .navbar-brand {

	letter-spacing: 1px
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #fcbd20
}
#mainNav .navbar-toggler {
    font-size: 14px;
    font-weight:bold;
     padding: 10px 10px;
    outline: none;
    color: #fff; cursor:pointer;
    background: #ed1f24;
}
#mainNav .navbar-nav>li>a {
	    font-size: 16px; 
    font-family: 'Roboto-Medium';
	letter-spacing: normal;
    text-transform: capitalize;
}
#mainNav .navbar-nav>li>a.active {
	color: #ed1f24!important;
	background-color: transparent
}
#mainNav .navbar-nav>li>a.active:hover {
	background-color: transparent
}
#mainNav .navbar-nav>li>a, #mainNav .navbar-nav>li>a:focus {
	color: #222
}
#mainNav .navbar-nav>li>a:focus:hover, #mainNav .navbar-nav>li>a:hover {
	color: #fdcc52
}
@media (min-width:992px) {
#mainNav {
	border-color: transparent;
	background-color: transparent
}
	
#mainNav .navbar-brand {
	color: fade(white, 70%)
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #ed1f24
}
#mainNav .navbar-nav>li>a, #mainNav .navbar-nav>li>a:focus {
	color: rgba(0,0,0,1); 
}
#mainNav .navbar-nav>li>a:focus:hover, #mainNav .navbar-nav>li>a:hover {
	color: #ed1f24
}
#mainNav.navbar-shrink { padding: 0;
	border-color: rgba(34,34,34,.1);
	background-color: #fff; box-shadow: 2px 2px 2px rgba(58,58,58,.2);
}
#mainNav.navbar-shrink .navbar-brand {
	color: #fff;
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
	color: #ed1f24
}

#mainNav.navbar-shrink .navbar-nav>li>a:focus:hover, #mainNav.navbar-shrink .navbar-nav>li>a:hover {
	color: #ed1f24
}
}
.navbar-brand img {
/*    width: 100px;*/
}

header.masthead .header-content {
	max-width: 500px;
	margin-bottom: 100px;
	text-align: center
}
header.masthead .header-content h1 {
	font-size: 30px
}
header.masthead .device-container {
	max-width: 325px;
	margin-right: auto;
	margin-left: auto
}
header.masthead .device-container .screen img {
	border-radius: 3px
}
@media (min-width:992px) {
header.masthead .header-content {
	margin-bottom: 0;
	text-align: left
}
header.masthead .header-content h1 {
	font-size: 50px
}
header.masthead .device-container {
	max-width: 325px
}
}
section.download {     background-attachment: fixed;
    position: relative;
    width: 100%;
    padding-bottom: 0;     padding-top: 100px;
    color: #fff;
      background-image: url(../img/donload-ser-bg-2.png) !important;
    background-color: #ed1f24 !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    background-size: 100% auto;
}
section.download ul li a {
   border: solid 2px #fff;
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    padding: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
  -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg);
	transform: rotate(360deg);
    outline: none;
}

section.download ul li a:hover {
    background: #fff;
    color: #ed1f24;
   -ms-transform: rotate(-360deg); -webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
section.download h2 {
	font-size: 50px;
	margin-top: 0
}
section.download .badges .badge-link {
	display: block;
	margin-bottom: 25px
}
section.download .badges .badge-link:last-child {
	margin-bottom: 0
}
section.download .badges .badge-link img {
	height: 60px
}
section.download ul li {
    list-style-type: none; margin: 0 2px;
    display: inline-block;
}
@media (min-width:768px) {
section.download .badges .badge-link {
	display: inline-block;
	margin-bottom: 0
}
}
@media (min-width:768px) {
section.download h2 {
	font-size: 42px
}
}
section.features .section-heading {
	margin-bottom: 70px; position: relative;
}
section.features .section-heading h2 {
	margin-top: 0;     margin-bottom: 50px;
}
.section-heading h2 {font-size: 35px;
}
section.features .section-heading p {
	margin-bottom: 0;  color: #414141;
}
section.features .device-container, section.features .feature-item {
	max-width: 325px;
	margin: 0 auto
}
section.features .device-container {
	margin-bottom: 100px
}
@media (min-width:992px) {
section.features .device-container {
	margin-bottom: 0
}
}
section.features .feature-item {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center
}
section.features .feature-item h3 {
	font-size: 30px
}
section.features .feature-item i {
	font-size: 80px;
	display: block;
	margin-bottom: 15px;
	background: -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
	background: linear-gradient(to left, #7b4397, #dc2430);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
section.cta {
	position: relative;
	padding: 50px 0;
	background-image: url(../img/bg-cta.jpg);
	background-position: center;
}
div#aboutus {
    padding-top: 100px;
}
section.cta .cta-content {
	position: relative;
	z-index: 1
}
section.cta .cta-content h2 {
	font-size: 50px;
	max-width: 450px;
	margin-top: 0;
	margin-bottom: 25px;
	color: #fff
}
@media (min-width:768px) {
section.cta .cta-content h2 {
	font-size: 80px
}
}
section.cta .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}
section.contact {
	text-align: center
}
section.contact h2 {
	margin-top: 0;
	margin-bottom: 25px
}
section.contact h2 i {
	color: #dd4b39
}
section.contact ul.list-social {
	margin-bottom: 0
}
section.contact ul.list-social li a {
	font-size: 40px;
	line-height: 80px;
	display: block;
	width: 80px;
	height: 80px;
	color: #fff;
	border-radius: 100%
}
section.contact ul.list-social li.social-twitter a {
	background-color: #1da1f2
}
section.contact ul.list-social li.social-twitter a:hover {
	background-color: #0d95e8
}
section.contact ul.list-social li.social-facebook a {
	background-color: #3b5998
}
section.contact ul.list-social li.social-facebook a:hover {
	background-color: #344e86
}
section.contact ul.list-social li.social-google-plus a {
	background-color: #dd4b39
}
section.contact ul.list-social li.social-google-plus a:hover {
	background-color: #d73925
}
footer {     float: left;
    width: 100%; position:relative;
	padding: 25px 0;
	text-align: center;
	color: rgba(255,255,255,.3);
	background-color: #000;
}
footer p {
    font-size: 12px;
    margin: 0;
    color: #fff;
}
footer ul {
	margin-bottom: 0
}
footer ul li a {
    font-size: 14px;
    letter-spacing: 1px;
	color: rgba(255,255,255,1)
}
footer ul li a.active, footer ul li a:active, footer ul li a:focus, footer ul li a:hover {
	text-decoration: none;     color: #f00;
}

.text-primary {
	color: #fdcc52
}
.no-gutter>[class*=col-] {
padding-right:0;
padding-left:0
}
.btn-outline {
	color: #fff;
	border: 1px solid;
	border-color: #fff
}
.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
	color: #fff;
	border-color: #ff0000;
	background-color: #ff0000
}
.btn {
	border-radius: 30px; 
	letter-spacing: 2px;
	text-transform: uppercase
}
.btn-xl {font-size: 16px;
	padding: 15px 45px
}
.b-title { font-size:60px; color:#595959;}
.masthead .title.b-title {
    /*padding-top: 200px;*/
    padding-top: 70px;
}
.event {
    margin-top: 95px;
}
.navbar .navbar-nav li.nav-item { }
.navbar .navbar-nav li.nav-item { padding: 0 0px;
    margin-left: 5px;
    border-radius: 50px;
}
.navbar .navbar-nav li.nav-item:hover a {}	

/*===================================*/
/*Smartest user friendly app*/
/*===================================*/
.download ul {
    margin: 15px 0 0;
}
.no-of-user { transform:translateY(-50%);top:50%; right:100px; border-radius:100%; position:absolute; width:272px; height:272px; padding:20px; background:#b7b7b7;color:#fff; }
.no-of-user .user-no {        line-height: 45px;
    font-size: 75px;
    color: #fff;
   font-family: 'RobotoCondensed-Bold';
    
    margin-top: 50px; letter-spacing: -1px; }
.no-of-user .disc { font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}

/*===================================*/
/*features*/
/*===================================*/
.features {position: relative;
    width: 100%;
    padding-bottom: 0;
    color: #fff;
    background-image: url(../img/about-app-bg-2.png) !important;
    background-color: #fff !important;
       background-repeat-x: repeat;
    background-position: center bottom;
    width: 100%;
    background-size: 100%;
    background-color: #333333 !important;
    background-attachment: fixed;}
.features:before {
content: "";
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: -0;
    background-image: url(../img/smart-way-2.png) !important;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.learn-more-text p { color: #000; }
.learn-more-text {
    margin-top: 30px;
    text-align: center;
    background: rgba(255,255,255,.5);
    padding: 17px;
    box-shadow: 0px 0px 7px 0px #ccc;
    float: left;
    width: 100%;
}
.learn-more-text.IOT p {
    color: #000;
    width: 100%;
}
.car img {
    width: 100px;
    float: left;
    margin-right: 10px;
}
.learn-more-text.IOT {
    margin-top: 30px;
}
.features .section-heading h2 { color: #000000;}
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content {
    position: relative;
    padding: 25px; text-align: justify;
    text-align-last: left;

    border-radius: 10px;
    color: #fff;
    margin: 5px auto;
    background-color: #cf0b0c;
}
.design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}
.design-process-content h3 {     color: #fff;     font-size: 20px;
    font-family: 'RobotoCondensed-Bold';
    margin-bottom: 0px;
    font-size: 18px;
}
.design-process-content p {
    line-height: normal;
    color: #fff;     font-size: 16px;
    margin-bottom: 0;     
    margin-top: 10px;
}
.design-process-section .tab-content {
    text-align: center;     margin-top: 30px;
}
.design-process-section .tab-pane.active:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #cf0b0c;
    content: "";
    position: absolute;
    /* vertical-align: baseline; */
    /* margin-bottom: -30px; */
    /* line-height: 0; */
    top: -20px;
    left: 37%; 
    transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);
}

#iot.active:before {
    left: 13%;
}


#ai.active:before {
    left: 37%;
    
}

#rupees.active:before {
     left: 62%;
}


#setting.active:before {
    left: 87%;
    
}

.tab-pane.active {
    position: relative;
}
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0 auto;
    border: none;
    z-index: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.process-model li span img {
    margin: 25px;
    position: relative;
    z-index: 9;
}
.process-model li::after {
      background: #b7b7b7 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    margin: 0 auto;
    position: absolute;
    top: 33px;
    width: 80%;
    left: 0;
    right: 0;
    top: 30%;
    z-index: -1;
    border-radius: 12px;
    transform: translateY(-50%);;
}
.process-model li.visited::after {
    background: #57b87b;
}
/*
.process-model li:last-child::after {
    width: 0;
} 
*/
.process-model li { position: relative;
    z-index: 99;  
    display: inline-block;
    width: 24%;
    text-align: center;
    float: none;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;

}
.process-model li a {
    padding: 0;
    border: none; text-decoration: none;
    color: #606060; margin-bottom: 0px;
    float: left;
    width: 100%;
}
.process-model li.active,
.process-model li.visited {
    color: #414141;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #000; text-decoration: none;
}
.process-model li.active p,
.process-model li.visited p {
    color: #414141;
}
.process-model li span { 
    display: block;
    height: 120px; position: relative;
    width: 120px;
    text-align: center;     position: relative;
    margin: 0 auto 40px;
    background: #3a3a3a;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}
.process-model li h4 { font-family: 'RobotoCondensed-Bold';
    margin: 0;padding: 0;  color: #000;
}
.process-model li p {
    margin: 0;
    padding: 0;
}
.process-model li a.learn-more-btn { color: #0072bc; }
/*
.process-model li.active span:after {
    position: absolute;
    content: "";
    width: 140%;
    height: 140%;
    background: rgba(207,11,12,.2);
    border-radius: 100%;
    right: 0;
    left: -20px;
    top: -20px;
    bottom: 0;
}
.process-model li.active span:before {
    position: absolute;
    content: "";
    width: 120%;
    height: 120%;
    background: rgba(207,11,12,.4);
    border-radius: 100%;
    right: 0;
    left: -10px;
    top: -10px;
    z-index: -1;
    bottom: 0;
}
.process-model li span:after {

    background: rgba(58,58,58,.4);
  position: absolute;
    content: "";
    width: 140%;
    height: 140%;
   
    border-radius: 100%;
    right: 0;
    left: -20px;
    top: -20px;
    bottom: 0;
}
.process-model li span:before {
position: absolute;
    content: "";
   width: 120%;
    height: 120%;
    background: rgba(58,58,58,.2);
    border-radius: 100%;
    right: 0;
    left: -10px;
    top: -10px;
    z-index: -1;
    bottom: 0;
}
*/

.process-model li.active span, .process-model li.visited span  {
    background: #cf0b0c;
    border-color: #e68080;
}
.process-model li p {
    font-size: 16px;color: #000;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;

}
.process-model.contact-us-tab li::after  {
    display: none; 
}
.process-model.contact-us-tab li.visited span {
    border-color: #e5e5e5; 
}


/*===================================*/
/*About App*/
/*===================================*/

section.about-app {
    position: relative;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 0;
    color: #fff;
    background-image: url(../img/about-app-bg.png) !important;
    background-color: #ee2025 !important;
    background-repeat: no-repeat;
    background-position:100%;
    width: 100%;
    background-size: 100% auto;
} 
.slider-wrapper {  z-index: 999;
     width: 240px;
    margin:calc(calc(calc(155px) * 2.021) * .1) auto 0;
/*
    position: absolute;
    top: -11px;
    right: 0;
    left: 0;
*/
}

@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
/*
  .slider-wrapper {
    width: 80%;
  }
*/
}
.slider {
  width: 100%;
}

@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
.sy-box.sy-loading {
  background: url("/images/sy-loader.gif") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
  background-size: 32px;
  min-height: 40px;
}

.sy-box.sy-loading .sy-slides-wrap,
.sy-box.sy-loading .sy-pager {
  visibility: hidden;
}

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

.sy-list.horizontal {
  -webkit-transition: left ease;
  -o-transition: left ease;
  transition: left ease;
}

.sy-list.vertical {
  -webkit-transition: top ease;
  -o-transition: top ease;
  transition: top ease;
}

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.slide.kenburns {
  width: 140%;
  left: -20%;
}

.sy-slide.kenburns.useCSS {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-name: left-right;
  -o-animation-name: left-right;
  animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-name: right-left;
  -o-animation-name: right-left;
  animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sy-slide.sy-active {
  z-index: 3;
}

.sy-slide > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

.sy-slide > a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.sy-slide > a > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

/* captions */
.sy-caption-wrap {
  position: absolute;
  width: 100%;
  max-width: 400px;
  text-align: center;
  top: calc(calc(240px + 20px) * 2.021);
  /* POSITION CAPTION */
  z-index: 12;
  left: 50%;
}

.sy-caption-wrap .sy-caption {
  position: relative;
  left: -50%;
  color: #000;
}

.sy-caption-wrap .sy-caption a:link,
.sy-caption-wrap .sy-caption a:visited {
  color: #e24b70;

  text-decoration: none;
}

.sy-caption-wrap .sy-caption a:hover,
.sy-caption-wrap .sy-caption a:focus {
  text-decoration: underline;
}

@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  .sy-caption-wrap {
    left: 0;
    bottom: 0.4em;
  }

  .sy-caption-wrap .sy-caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.92em;
    border-radius: 0;
  }
}
/* pagination bubbles */
.sy-pager {
  clear: both;
  display: none;
  width: 100%;
  margin: 0 auto 20px;
  /* POSITION PAGER */
  padding: 0;
  list-style: none;
  text-align: center;
}

.sy-pager li {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 1em 0 0;
  border-radius: 50%;
}

.sy-pager li.sy-active a {
  background-color: #e24b70;
}

.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ccc;
  text-indent: -9999px;
  -webkit-background-size: 2em 2em;
  background-size: 2em;
  border-radius: 50%;
}

.sy-pager li a:link,
.sy-pager li a:visited {
  opacity: 1.0;
}

.sy-pager li a:hover,
.sy-pager li a:focus {
  opacity: 0.6;
}

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%;
}

.sy-filler.ready {
  -webkit-transition: padding 600ms ease;
  -o-transition: padding 600ms ease;
  transition: padding 600ms ease;
}

.phone { 
    width: calc(250px + 20px);
    height: calc(calc(250px + 30px) * 2.021);
    position: absolute;
    background-image: url(../img/ios-devices.png);
    background-size: cover;
    box-sizing: border-box;
    top: -68px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.android-phone {
    float: left;     margin-top: 25px;
}

.sy-controls {
    display: none;
}
.sy-caption-wrap {
    display: none;
}
.devices-box {
   width: 100%;
    transform: translateY(75%);
    -ms-transform: translateY(75%);
    -webkit-transform: translateY(75%);
    bottom: auto;
    /* height: 100%; */
}
.about-app-bot {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
}
.downloadapp-sec {  position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;     background-attachment: fixed;
    color: #fff;
    background-image: url(../img/download-app-bg.png) !important;
    background-color: #fff !important;
    background-repeat:repeat;
    background-position: 0 -150px;
    width: 100%;
    background-size: 100% auto; }



.doanload-app-area a.btn {
    width: 100%;
    max-width: 220px;
    display: block;
    background: #ff0000;
    margin: 0 auto 20px;
    font-size: 18px;
    cursor: inherit !important;
    color: #fff;
    border: none;
    padding: 15px !important;
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
}
.doanload-app-area a.btn:hover {  color: #fff;}
span.app-logo {
    display: block;
    margin: 0 auto;
}
.doanload-app-area .badges ul li img {
    width: 100%;
}
.doanload-app-area video#applogo {
    position: relative;
    width: 100px;
    height: auto;
    z-index: 99;
    background: #fff;
    border-radius: 10px;
}
.doanload-app-area {     height: auto !important;
    padding: 50px 50px;
    color: #000;
    float: left;
    /* box-shadow: 3px 3px 3px #777; */
    width: 100%;
    background: #fcfcfc;
    border-radius: 0;
    margin-top: 0;
    border-top: solid 1px #777;
}
.doanload-app-area .badges {
    float: left;
    width: 100%;
}
.doanload-app-area .badges ul { margin: 0; padding: 0;}
.doanload-app-area .badges ul li {
    display: inline-block;
    width: 180px;
}
.doanload-app-area h4 {     float: left;
    width: 100%;
    color: #ed2024;font-size: 24px;
}
.doanload-app-area p { font-size: 16px;
    line-height: 25px;letter-spacing: normal;}
.doanload-app-area strong {
    font-size: 16px;
    margin: 0px 0 15px;
    float: left;
}
.doanload-app-area span.app-logo img {
    width: 100%;
    max-width: 160px;
}

/*===================================*/
/*contact area*/
/*===================================*/
section.contact ul { padding: 0; margin: 0;}
section.contact { position: relative;     float: left;
    width: 100%;     padding-top: 10%;
    color: #fff; background-attachment: fixed;
    background-image: url(../img/contact-bg.png) !important;
    background-color: #ff0000 !important;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    background-size: 100% auto;}

section.contact .office-add-details {
    padding: 50px 30px 100px;
    color: #000;     font-size: 18px;
    float: left;
    box-shadow: 2px -1px 45px 30px #ccc;
    width: 100%;
    background: #fff;
    border-radius: 15px;
}
section.contact .office-add-details p { font-size: 14px; margin: 30px auto 30px;} 


section.contact .title {    margin: 0 0 20px; font-size: 30px; text-transform: capitalize;}

section.contact strong {
    width: 100%;
    float: left;
}
section.contact .social-media {}
.contact-details ul li a { color: #000000; margin: 0; padding: 0;}
.contact-details ul li {
    margin-bottom: 15px;
    
    letter-spacing: 1px;
    font-size: 14px !important;
    line-height: 35px;
}
.contact-details {
    padding: 20px 0 35px;
    float: left;
}
section.contact .contact-details li i {margin-right: 10px;}
section.contact .office-add-details>ul>li {    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    
    letter-spacing: 1px;}
section.contact .office-add-details>ul>li>a {
    width: 40px; color: #000;
    height: 40px;     margin-left: 5px;
    margin-right: 5px;
    border: solid 2px #000;
    border-radius: 100%;
    display: inline-block;
    line-height: 37px;
}
section.contact .office-add-details>ul>li>a:hover { color: #fff;
    background: #000;
}
.contact-details ul {
    float: left;
    text-align: left;
    width: 100%;
}
section.contact .contact-details li {display: -webkit-box;      width: 100%;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
display: flex;}
section.contact .contact-details li i {    width: 40px; color: #000;
    height: 40px;
    border: solid 2px #000;
    border-radius: 100%; text-align: center;
    display: inline-block;
    line-height: 37px;}

.contact-wrap {
  width: 100%;

  display: flex;
  flex-direction: column;
}
.form-wrapper {
  padding: 0;
  font-size: 1rem;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-div {
  box-sizing: border-box;
  background-color: transparent;
  width: 100%;
  padding: 0;
  max-width: 50em;
  min-height: 25em;
}
.input-wrap {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.feedback-input {
  box-shadow: none;
  border-radius: 0;
  background-clip: padding-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-bottom: 2px solid #333;
  color: #333;
  text-align: left;
  font-size: 1rem;

  font-family: 'Roboto', sans-serif;
  background-color: transparent;
  padding: 1em;
  margin: 0 0 2em 0;
  width: 100%;
}
.input-wrap .feedback-input:last-child {
  margin-left: 2em;
}
.feedback-input:focus {
  border: 2px solid #333;
  background-color: transparent;
  outline: none;
}
textarea {
  font-size: 1rem;
  height: 10em;
  overflow: hidden;
  resize: none;
}
.message {
  text-align: left;
  margin: 0;
}
.checkbox-wrap {
  padding: 0;
  margin: 1em 0;
  text-align: center;
  position: relative;
}
.checkbox {
  visibility: hidden;
}
.captcha {
  padding: 0;
  color: #333;
  position: relative;
}
.captcha:before {
  background-color: transparent;
  border: 2px solid rgba(0,0,0, 1);
  border-radius: 100%;
  content: '';
  position: absolute;
  top: 2px;
  left: -25px;
  z-index: 1;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.checkbox:checked ~ .captcha:before {
  background-color: #333;
}
.send-button {
  font-size: 1rem;
  border: 2px solid #333;
  cursor: pointer;
  min-width: 11.5em;
  letter-spacing: 1px;
  background-color: transparent;

  padding: 0.75em 0.3em;
  margin: 0 auto;
  color: #333;

  outline: none;

  display: flex;
  justify-content: center;
}
.send-button:hover {
  background-color: #333;
  color: #fff;
}
::-webkit-input-placeholder {
  color: #333;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}  
::input-placeholder {
  color: #333;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
::-webkit-input-placeholder {
  color: #333;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
:-ms-input-placeholder {
  color: #333;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
::placeholder {
  color: #333;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}

@media only screen and (max-width: 426px) {
  .input-wrap {
    flex-direction: column;
  }
  .input-wrap .feedback-input:last-child {
    margin-left: 0;
  }
}
section.contact .white-bg {
    padding: 30px 30px 30px;
    color: #000;
    font-size: 18px;
    float: left;
    box-shadow: 2px -1px 45px 30px rgba(0,0,0,.1);
    width: 100%;
    background: #fff;
    border-radius: 15px;
}

section.contact .form-group { display: -moz-box;
display: -ms-flexbox;     margin-bottom: 8px;
display: -webkit-flex; 
display: flex;}



.radio-btn input[type="radio"] {
  display: none;
}

.radio-btn input[type="radio"] + label {
 color: #292321;  cursor: pointer;
 
  font-size: 18px;
}

.radio-btn input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 5px;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.radio-btn input[type="radio"] + label span {
  background-color: #ebebeb;
}

.radio-btn input[type="radio"]:checked + label span {
  background-color: #eb1e24;
}

.radio-btn input[type="radio"] + label span,
.radio-btn input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

.radio-btn.radio-btn-box input[type="radio"] {
  display: none;
}

.radio-btn.radio-btn-box input[type="radio"] + label {
  color: #292321;  cursor: pointer;
 
  font-size: 18px;
}

.radio-btn.radio-btn-box input[type="radio"] + label{
  display: inline-block; 
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 12px;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.radio-btn.radio-btn-box input[type="radio"] + label {
  background-color: #ebebeb;
}

.radio-btn.radio-btn-box input[type="radio"]:checked + label {
  background-color: #eb1e24;
}

.radio-btn.radio-btn-box input[type="radio"] + label,
.radio-btn.radio-btn-box input[type="radio"]:checked + label {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
section.contact .radio-btn { margin-right: 15px;     direction: rtl;
    /* display: inline-block; */
    text-align: left;
    float: left;
}
section.contact  .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ebebeb;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

section.contact .radio-btn-box input[type="radio"] + label {
    display: inline-block;
    width: auto;
    height: auto;
    margin: -1px 4px 0 12px;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50px;
    padding: 5px 15px;
    color: #000;
}
section.contact .registrationform label.control-label {
       font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 40px;
}
section.contact .textarea-area {
    height: auto !important;
    border-radius: 5px !important;
}
.btn-primary {
    color: #fff; padding: 5px 15px;
    background-color: #eb1e24; text-transform:capitalize;
	font-size:16px; border:solid 1px #eb1e24;
}
.btn-primary:hover {
    color: #eb1e24;
    background-color: #fff;
  border:solid 1px #eb1e24;
}
.registrationform .btn-primary { margin-top:10px;}



.play-btn {
        position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #ed2024;
      width: 100px;
    height: 100px;
    border-radius: 100%;
    font-size: 28px;
    padding: 28px 44px;
    /* text-align: center; */
    color: #fff !important;
}
header.masthead.main a#play_button {
    bottom: 20px !important;
    transform: none;
    top: auto;
    left: 18px !important;
    right: auto;
    width: 70px;
    height: 70px;
    font-size: 15px;
    padding: 26px 31px;     z-index: 0;
}

.process-model li span svg {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    height: 200px;
    position: absolute;
   top: -40px;     z-index: -1;
    left: -40px;
}
.process-model li span svg .circles {
  -webkit-transform-origin: center;
  transform-origin: center;
}

.process-model li span svg .pin {
  opacity: 0;
  -webkit-transform: translate(41px, 0);
          transform: translate(41px, 0);
}

.process-model li span .circle1,.process-model li span .circle2,.process-model li span .circle3 {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.process-model li span svg .circles {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.process-model li span svg .circle3 {
  -webkit-animation: circlePin ease 1s 0.7s forwards, circlePin2 ease 3s 4s infinite;
          animation: circlePin ease 1s 0.7s forwards, circlePin2 ease 3s 4s infinite;
}

.process-model li span svg .circle2 {
  -webkit-animation: circlePin ease 1s 1s forwards, circlePin2 ease 3s 4.3s infinite;
          animation: circlePin ease 1s 1s forwards, circlePin2 ease 3s 4.3s infinite;
}

.process-model li span svg .circle1 {
  -webkit-animation: circlePin ease 1s 1.3s forwards, circlePin2 ease 3s 4.6s infinite;
          animation: circlePin ease 1s 1.3s forwards, circlePin2 ease 3s 4.6s infinite;
}

.process-model li.active span svg {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    height: 200px;
    position: absolute;
   top: -40px;
    left: -40px;
}
.process-model li.active span svg .circles {
  -webkit-transform-origin: center;
  transform-origin: center;
}

.process-model li.active span svg .pin {
  opacity: 0;
  -webkit-transform: translate(41px, 0);
          transform: translate(41px, 0);
}

.process-model li.active span .circle1,.process-model li.active span .circle2,.process-model li.active span .circle3 {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.process-model li.active span svg .circles {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.process-model li.active span svg .circle3 {
  -webkit-animation: circlePin ease 1s 0.7s forwards, circlePin2 ease 3s 4s infinite;
          animation: circlePin ease 1s 0.7s forwards, circlePin2 ease 3s 4s infinite;
}

.process-model li.active span svg .circle2 {
  -webkit-animation: circlePin ease 1s 1s forwards, circlePin2 ease 3s 4.3s infinite;
          animation: circlePin ease 1s 1s forwards, circlePin2 ease 3s 4.3s infinite;
}

.process-model li.active span svg .circle1 {
  -webkit-animation: circlePin ease 1s 1.3s forwards, circlePin2 ease 3s 4.6s infinite;
          animation: circlePin ease 1s 1.3s forwards, circlePin2 ease 3s 4.6s infinite;
}

.process-model li.active .circles {fill:#ff0000;}

@-webkit-keyframes wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes circlePin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes circlePin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes circlePin2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes circlePin2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(41px, 0);
            transform: translate(41px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(41px, 8px);
            transform: translate(41px, 8px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(41px, 0);
            transform: translate(41px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(41px, 8px);
            transform: translate(41px, 8px);
  }
}

.container section {
  width: 100%;
  height: 100vh;
  flex: 1;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.container section:nth-child(1) .image {
  background-image: url(https://images.unsplash.com/photo-1463412855783-af97e375664b?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(2) .image {
  background-image: url(https://images.unsplash.com/photo-1462819067004-905a72ea3996?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(3) .image {
  background-image: url(https://images.unsplash.com/photo-1461770354136-8f58567b617a?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(4) .image {
  background-image: url(https://images.unsplash.com/photo-1461080639469-66d73688fb21?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(5) .image {
  background-image: url(https://images.unsplash.com/photo-1460804198264-011ca89eaa43?iq=100&fm=jpg&w=1000);
}
.container section:nth-child(6) .image {
  background-image: url(https://images.unsplash.com/photo-1463123081488-789f998ac9c4?iq=100&fm=jpg&w=1000);
}
.container section .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  opacity: 0.4;
}
.container section .stuff {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  max-width: 70%;
  justify-content: center;
  text-align: center;
  z-index: 1000;
  color: #e67e22;
  margin: 0 auto;
  font-size: 26px;
  position: relative;
}
.container section .stuff h2 {
  margin: 0px;
}
.container section .stuff:before, .container section .stuff:after {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #d35400;
  content: "";
  margin: 30px 0;
}

.at-twitter {
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #f1c40f;
  z-index: 5000;
}
.at-twitter:visited {
  color: #f1c40f;
}

.pins-img.image {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.pins-img ul { direction: rtl;
    display: flex;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.pins-img ul li {width: 100%;}
.pins-img ul li:nth-child(1) {}
.pins-img ul img {
    position: absolute;
    bottom: 30px;
}
.pins-img ul li:nth-child(4) img {
    width: 80px;
}
.pins-img ul li:nth-child(5) img {
    width: 50px;
}
.pins-img ul li:nth-child(6) img {
    width: 130px;
}
.pins-img ul li:nth-child(7) img {
    width: 100px;
}
.pin {
	animation: bounce 0.8s ease-in infinite alternate;
}

@keyframes bounce {
	0% {
		transform: translateY(-1rem)
	}
	90% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(0) scale(1,1)
	}
}

/*social media hover effects */

/*cursure hover effects */
html:hover .cursor {
  opacity: 1;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.cursor--hover .cursor-inner {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.cursor--hover .cursor-outer {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  border-color: #000;
  opacity: 1;
}

.cursor-move-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
}

.cursor-move-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cursor-inner {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.cursor-outer {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  box-sizing: border-box;
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

button.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 12rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #000;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff; 
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button.learn-more:hover .circle {
  width: 100%;
}
button.learn-more:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
button.learn-more:hover .button-text {
  color: #fff;
}

/*-----------------------------*/
/*about us page*/
/*-----------------------------*/

/* psuedo element animations */
@-webkit-keyframes downloadBounce {
  to {
    -webkit-transform: translateY(0px) rotate(50deg);
  }
}
@-moz-keyframes downloadBounce {
  to {
    -moz-transform: translateY(0px) rotate(50deg);
  }
}
@keyframes downloadBounce {
  to {
    -webkit-transform: translateY(0px) rotate(50deg);
    -moz-transform: translateY(0px) rotate(50deg);
    -ms-transform: translateY(0px) rotate(50deg);
    -o-transform: translateY(0px) rotate(50deg);
    transform: translateY(0px) rotate(50deg);
  }
}
@-webkit-keyframes downloadBounce2 {
  to {
    -webkit-transform: translateY(0px) rotate(-50deg);
  }
}
@-moz-keyframes downloadBounce2 {
  to {
    -moz-transform: translateY(0px) rotate(-50deg);
  }
}
@keyframes downloadBounce2 {
  to {
    -webkit-transform: translateY(0px) rotate(-50deg);
    -moz-transform: translateY(0px) rotate(-50deg);
    -ms-transform: translateY(0px) rotate(-50deg);
    -o-transform: translateY(0px) rotate(-50deg);
    transform: translateY(0px) rotate(-50deg);
  }
}
body {
  -webkit-font-smoothing: antialiased;
}

.downloadapp-sec .download {     margin-top: 50px;
  /* rounded corner overflow mask fix */
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
     background: #ed2024;
    border: 2px solid #ed2024;
  color: white;
  padding: 26px 0 26px 28px;
  width: 220px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.downloadapp-sec .download:first-of-type {
  margin-right: 20px;
}
.downloadapp-sec .download span {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.downloadapp-sec .download span:after, .download span:before {
  content: '';
  width: 1px;
  height: 16px;
  background: #F04158;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transition: all 10ms ease-out;
  -moz-transition: all 10ms ease-out;
  transition: all 10ms ease-out;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translateY(0) rotate(0deg);
  -moz-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  -o-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
  -webkit-animation: 0;
  -moz-animation: 0;
  animation: 0;
}
.downloadapp-sec .download svg {
  z-index: 0;
  fill: white;
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.04857);
  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(0.04857);
  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(0.04857);
  -o-transform: translate(-50%, -50%) rotate(0deg) scale(0.04857);
  transform: translate(-50%, -50%) rotate(0deg) scale(0.04857);
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  height: 700px;
}
.downloadapp-sec .download:hover {
  padding: 26px 0;
  color: #ed2024;
}
.downloadapp-sec .download:hover svg {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(60deg) scale(1);
  -moz-transform: translate(-50%, -50%) rotate(60deg) scale(1);
  -ms-transform: translate(-50%, -50%) rotate(60deg) scale(1);
  -o-transform: translate(-50%, -50%) rotate(60deg) scale(1);
  transform: translate(-50%, -50%) rotate(60deg) scale(1);
}
.downloadapp-sec .download:hover span {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: -webkit-transform 400ms ease-out 400ms;
  -moz-transition: -moz-transform 400ms ease-out 400ms;
  transition: transform 400ms ease-out 400ms;
}
.downloadapp-sec .download:hover span:after, .download:hover span:before {
  opacity: 1;
  -webkit-transition: all 400ms ease-out 400ms, -webkit-transform 300ms ease-in 100ms;
  -moz-transition: all 400ms ease-out 400ms, -moz-transform 300ms ease-in 100ms;
  transition: all 400ms ease-out 400ms, transform 300ms ease-in 100ms;
}
.downloadapp-sec .download:hover span:after {
  -webkit-transform: translateY(7px) rotate(50deg);
  -moz-transform: translateY(7px) rotate(50deg);
  -ms-transform: translateY(7px) rotate(50deg);
  -o-transform: translateY(7px) rotate(50deg);
  transform: translateY(7px) rotate(50deg);
  -webkit-animation: downloadBounce 800ms linear alternate infinite;
  -moz-animation: downloadBounce 800ms linear alternate infinite;
  animation: downloadBounce 800ms linear alternate infinite;
}
.downloadapp-sec .download:hover span:before {
  -webkit-transform: translateY(7px) rotate(-50deg);
  -moz-transform: translateY(7px) rotate(-50deg);
  -ms-transform: translateY(7px) rotate(-50deg);
  -o-transform: translateY(7px) rotate(-50deg);
  transform: translateY(7px) rotate(-50deg);
  -webkit-animation: downloadBounce2 800ms linear alternate infinite;
  -moz-animation: downloadBounce2 800ms linear alternate infinite;
  animation: downloadBounce2 800ms linear alternate infinite;
}
/*====================================*/
/*Css changes as per mockup design. */
/*====================================*/
.app-details {
    text-align: justify;
    text-align-last: left;
}
section.services-section {
     height: 100vh; 
    background-image: url(../images/about-text.png);
    background-repeat: no-repeat;
    background-size: 100% auto; background-attachment: fixed;
    background-position: center bottom;
}
.services-section .box{
position: inherit;
    top: auto; text-align: justify;
    text-align-last: center;
    left: auto;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 500px;
    transform-style: preserve-3d;
    perspective: 2000px;
    transition: 0.5s;
    margin: 50px auto 0;
    display: block;
}
.services-section .box:after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-top: 10px solid #000;
  border-left: 10px solid #000;
  box-sizing: border-box;
}
.services-section .box:before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-right: 10px solid #231f20;
  border-bottom: 10px solid #231f20;
  box-sizing: border-box;
}

.services-section .text{
    position: absolute;
    top: 20px;     box-shadow: 3px -16px 60px #d6d6d6;
    left: -20px;
    background: rgb(237, 32, 36);
    width: calc(100% + 40px);
    height: calc(100% - 40px);
    transition: 0.5s;
      
}
section.download p {
    font-size: 20px;
}
.services-section .text .quote h1 {     color: #fff;
    font-size: 30px;
    font-family: 'RobotoCondensed-Bold';}
.services-section .text .quote{
  position: absolute;
  top: 50%; z-index: 9;
  left: 0; 
  width: 100%;
  transform: translateY(-50%);
  padding:100px;
  box-sizing: border-box;
}
.services-section h3 span { font-size: 26px}
.services-section h3 {    font-size: 16px;
    font-weight: 800; color: #fff;
    text-transform: uppercase;}
.services-section.quote h1 {color: #fff;}
.services-section .text .quote p {color: #fff;     line-height: 25px;}
.mission-blog {
   background: #ffffff;
    box-shadow: 1px 1px 1px #ddd;
    padding: 50px 40px 0;
    margin-top: 50px;
    height: 225px;
}
.services-section .mission-blog h2,.services-section .mission-blog p {
    color: #000;
 text-align: justify;
    text-align-last: left;
}
.services-section h2 {
    font-size: 30px; font-family: 'RobotoCondensed-Bold';
}

/*======================*/
/*chat box css start */
/*-----------------------*/
#chat-trigger {
  display: none;
}
#chat-trigger:checked ~ .chat-box-inside {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  transition-delay: 0.5s;
}
#chat-trigger:checked ~ .chat-box-inside .chat-header-icon {
  width: 300px;
  border-radius: 0;
  box-shadow: 0 0 0 0 transparent;
  transition: 0.5s border-radius ease-in-out 0s, 0.5s width ease-in-out 0s, 0.5s box-shadow ease-in-out 0.5s;
}
#chat-trigger:checked ~ .chat-box-inside .chat-header-icon .close-icon {
  opacity: 1;
  transition: 0.5s opacity ease-in-out 0.5s, 0.25s color ease-in-out 0s;
}
#chat-trigger:checked ~ .chat-box-inside .chat-header-icon .user-name {
  left: 0;
  opacity: 1;
  transition: 0.5s left ease-in-out 0.5s, 0.5s opacity ease-in-out 0.65s;
}
#chat-trigger:checked ~ .chat-box-inside .chat-area {
  height: 400px;
  width: 300px;
  transition: 0.5s height ease-in-out 0.5s, 0.5s width linear 0s;
}
#chat-trigger:checked ~ .chat-box-inside .chat-area .chat-content {
  width: 300px;
  transition: 0s width 0.5s, 0.25s left ease-in-out;
}
#chat-trigger:checked ~ .chat-box-inside .chat-area .chat-buttons {
  width: 300px;
  transition: 0s width 0.5s;
}
#chat-trigger:checked ~ .chat-box-inside .quote-icon-close {
  left: -70px;
  opacity: 1;
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
  transition: 0.25s background-color ease-in-out 0s, 0.5s box-shadow ease-in 0s, 0s opacity ease-in 0s, 0.5s left ease-in 0s;
}
.chat-box-inside {
  position: fixed;
  right: 20px;
  bottom: 10px;
  box-shadow: 0 0 0 0 transparent;
  transition: 0.5s box-shadow ease-in-out;
  transition-delay: 0s;
}
.chat-box-inside .chat-header-icon {
 position: relative;
    display: block;
    height: 57px;
    width: 60px;
    overflow-x: hidden;
    background-color: #ed2024;
    color: #d2ebde;
    border-radius: 50px;
    box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
    transition: 0.5s border-radius ease-in-out 0.5s, 0.5s width ease-in-out 0.5s, 0.5s box-shadow ease-in-out 0s;
}
.chat-box-inside .chat-header-icon .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
font-size: 24px;
    line-height: 50px;
  opacity: 0;
  transition: 0.5s opacity ease-in-out 0s, 0.25s color ease-in-out 0s;
}
.chat-box-inside .chat-header-icon .close-icon:hover {
  cursor: pointer;
  color: #fff;
}
.chat-box-inside .chat-header-icon .user-name {
  position: absolute;
  top: 0;
  left: -125px;
  bottom: 0;
  padding-left: 10px;
  min-width: 40px;
     color: #ffffff;
    font-size: 20px;
    line-height: 55px;
  opacity: 0;
  transition: 0.5s left ease-in-out 0.15s, 0.5s opacity ease-in-out 0s;
}
.chat-box-inside .chat-area {
  display: block;
  position: relative;
  overflow: hidden;
  width: 0%;
  height: 0px;
  background: #fff;
  border-bottom: 0px solid transparent;
  transition: 0.4s height ease-in-out 0s, 0.5s width linear 0.5s;
}
.chat-box-inside .chat-area [name='chat-switch'] {
  display: none;
}
.chat-box-inside .chat-area #contacts:checked ~ .chat-content .scroll-container {
  left: 0%;
}
.chat-box-inside .chat-area #contacts:checked ~ .chat-buttons .contacts:hover {

  background-color: #fff;
}
.chat-box-inside .chat-area #contacts:checked ~ .chat-buttons .contacts i {
  background-position: -80px 1px;
}
.chat-box-inside .chat-area #contacts:checked ~ .chat-buttons .active-line {
  left: 0;
}
.chat-box-inside .chat-area #conversations:checked ~ .chat-content .scroll-container {
  left: -100%;
}
.chat-box-inside .chat-area #conversations:checked ~ .chat-buttons .conversations:hover {
  background-color: #fff;
}
.chat-box-inside .chat-area #conversations:checked ~ .chat-buttons .conversations i {
  background-position: -40px 1px;
}
.chat-box-inside .chat-area #conversations:checked ~ .chat-buttons .active-line {
  left: 33.3333%;
}
.chat-box-inside .chat-area #calls:checked ~ .chat-content .scroll-container {
  left: -200%;
}
.chat-box-inside .chat-area #calls:checked ~ .chat-buttons .calls:hover {
  background-color: #fff;
}
.chat-box-inside .chat-area #calls:checked ~ .chat-buttons .calls i {
  background-position: -120px 1px;
}
.chat-box-inside .chat-area #calls:checked ~ .chat-buttons .active-line {
  left: 66.6667%;
}
.chat-box-inside .chat-area .chat-content {
  position: relative;
  left: 0%;
  width: 0;
  height: 259px;
  overflow: hidden;
  transition: 0s width linear 0.5s, 0.25s left ease-in-out;
}
.chat-box-inside .chat-area .chat-content .scroll-container {
  position: relative;
  width: 300%;
  height: 100%;
  transition: 0.25s left ease-in-out;
}
.chat-box-inside .chat-area .chat-content .contact-content {
  float: left;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}
.chat-box-inside .chat-area .chat-content .contact-content .overflow {
  width: 100%;
  height: 125%;
}
.chat-box-inside .chat-area .chat-content .conversation-content {
  float: left;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}
.chat-box-inside .chat-area .chat-content .conversation-content .nameMsg {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}
.chat-box-inside .chat-area .chat-content .conversation-content .nameMsg .name,
.chat-box-inside .chat-area .chat-content .conversation-content .nameMsg .msg {
  display: block;
}
.chat-box-inside .chat-area .chat-content .conversation-content .nameMsg .name {
  margin-bottom: 5px;
}
.chat-box-inside .chat-area .chat-content .conversation-content .nameMsg .msg {
  font-size: 11px;
  color: #808080;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-box-inside .chat-area .chat-content .conversation-content .time {
  display: inline-block;
  width: 67px;
  text-align: right;
  color: #404040;
  font-size: 12px;
}
.chat-box-inside .chat-area .chat-content .calls-content {
  float: left;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}
.chat-box-inside .chat-area .chat-content .calls-content .namePhone {
  display: inline-block;
  vertical-align: middle;
}
.chat-box-inside .chat-area .chat-content .calls-content .namePhone .name {
  display: block;
  margin-bottom: 5px;
}
.chat-box-inside .chat-area .chat-content .calls-content .namePhone .tel {
  display: block;
  color: #808080;
  font-size: 10px;
}
.chat-box-inside .chat-area .chat-content .user {
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  transition: 0.5s background-color ease-in-out;
}
.chat-box-inside .chat-area .chat-content .user .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  margin-right: 5px;
 
  background-position: 0 0;
}
.chat-box-inside .chat-area .chat-content .user .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #404040;
}
.chat-box-inside .chat-area .chat-content .user:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
.chat-box-inside .chat-area .chat-buttons {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 41px;
  border-top: 1px solid #ebebeb;
  transition: 0s width linear 0.5s;
}
.chat-box-inside .chat-area .chat-buttons label {
  float: left;
  width: 33.3333%;
  background-color: #fff;
  transition: 0.5s background-color ease-in-out;
}
.chat-box-inside .chat-area .chat-buttons label:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.chat-box-inside .chat-area .chat-buttons .contacts i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url('https://i.imgur.com/0pA4Loz.png');
  background-position: -80px 40px;
}
.chat-box-inside .chat-area .chat-buttons .conversations i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url('https://i.imgur.com/0pA4Loz.png');
  background-position: -40px 40px;
}
.chat-box-inside .chat-area .chat-buttons .calls i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url('https://i.imgur.com/0pA4Loz.png');
  background-position: -120px 40px;
}
.chat-box-inside .chat-area .chat-buttons .active-line {
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 33.3333%;
  background-color: #1E9C5A;
  transition: 0.25s left ease-in-out;
}
.chat-box-inside .chat-area .chat-buttons .clear {
  clear: both;
}
.chat-box-inside .quote-icon-close {
  position: absolute;
  bottom: -10px;
  left: 0px;
  height: 60px;
  width: 60px;
background-color: #ffffff;     border: solid 1px #ed2024;
  border-radius: 50px;
/*  background-image: url('https://i.imgur.com/0pA4Loz.png');*/
  background-position: 0 40px;
  box-shadow: 0 0 0 0 transparent;
  transition: 0.25s background-color ease-in-out 0s, 0.5s box-shadow ease-out 0s, 0.4s left linear 0.4s;
}
.chat-box-inside .quote-icon-close:hover {
  cursor: pointer;
  /* background-color: mix(@green, @white, 90%); */
}
.quote-icon-close i.fa-comments-o {
    text-align: center;
    padding: 18px;
    font-size: 25px;
    color: #ed2024;
    /* background: #fff; */
}


.chat-body div.caht-box {
    position: absolute;
    top: auto; 
    z-index: 9;
    width: 350px;
    height: 350px;
    right: 0;
    bottom: 80px;
}
.chat-body iframe.caht-box {
    float: right !important;     border: none;
    position: absolute;
}
.chat-body .chat-bg {padding:0; }
.chat-body .chat-header { display: none !important;}
.chat .chat-header {
    padding: 10px;
    border-bottom: 2px solid white;
    display: none;
}
.chat-header.clearfix {
    display: none;
}
.caht-box {}
/*---------close--------------*/



/*==========================*/
/*about section new */
/*==========================*/
.about-sec-new {}
section.about-sec-new {
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background-attachment: fixed;
    color: #fff;
    background-image: url(../img/download-app-bg.png) !important;
    background-color: #fff !important;
    background-repeat: repeat;
    background-position: 0 -150px;
    width: 100%;
    background-size: 100% auto;
}

/*=========close=================*/



/*==========close===============*/
#for_iframe .chat-box-inside iframe .chat-bg {padding: 0;}
#for_iframe .chat-box-inside iframe .chat-bg .container {
    margin: 0 auto;
    width: 100%;}

/*============================*/
/*header vedoe css start */
/*=========================*/
body.all_page .downloadapp-sec {}
body.all_page .masthead { display: none;}
video {
     position: relative; 
    transition: 1s opacity;
 margin-top: 70px; margin-bottom: -7px;
   
}
.applogo img {
    width: 100%;
    /* border-radius: 100%; */
    /* background: #000 !important; */
    /* opacity: .5; */
    margin-bottom: 25px;
}
header.masthead.main .text-cntainer {
    display: none;
}
header.masthead #video_container {display: none;}

header.masthead.main #video_container {display: block;}
header.masthead.main  { background: none; height: auto !important;     margin-top: 100px;}
header.masthead {     background-size: 100%;    position: relative; background-image: url("../img/home-header-bg.png"); background-repeat: no-repeat; background-position: center bottom;     height: 100%;
    width: 100%;	padding-top: 0;     
	padding-bottom: 0}

/*============================*/

/*====================*/
/*inner page*/
/*====================*/
.all_page section.about-page.terms-con-page {
    height: auto !important; padding: 80px 0 0 !important;
}
body.all_page nav.navbar { background:#fff !important;}
.terms-con-page.about-page .hero {
    height: 250px;     position: relative;
    background-image: url(../img/donload-ser-bg-1.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.terms-con-page.about-page .hero:before {
    background: rgba(237, 32, 35,.8);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.container-fluid {
    padding: 0;
}

.mission {
    margin-top: 50px;
}

section.about-page {
    margin-top: 0px;
}
.about-page .hero h1 {
    color: #fff;
    font-size: 48px;
}
.about-page .hero p {
    color: #ebf0f5;
    font-size: 14px;
}
.about-page .hero strong {
    color: #fff !important;
}

.about-page h2 {     margin-bottom: 15px;
    color: #333333;
    font-size: 30px;
}
.about-page .mission span {
    margin-bottom: 25px;
    /*float: left;*/
}
.about-page p {
    color: #333333;
    font-size: 14px;
    padding-bottom: 10px;
}
/*===============================*/
/*earms and condiation css start*/
#item-list ul {
    padding: 0;
    margin: 20px 0;
    font-family: Arial, sans serif;
    color: #555;
}

#item-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 10px;
    overflow: hidden;
}

#item-list ul:last-child {
    border-bottom: 1px solid #ddd;
}

#item-list ul > li:hover {
    background: #efefef;
}

.button {
    padding: 8px 12px;
    font-size: 14px;
    background: #ccc;
    display: block;
    width: 200px;
    border-radius: 3px;
    cursor: pointer;
}

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

h2 {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 18px;
}

span {
    font-size: 14px;
}

.detail {
    margin: 20px 0 0 0;
    display: none;
    line-height: 22px;
}

.right-arrow {
    width: 10px;
    height: 10px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 15px 0 0;
}

.icon {
    height: 50px;
    width: 50px;
    float: left;
    margin: 0 15px 0 0;
}

.london {
    background: url("http://placehold.it/50x50") top left no-repeat;
}

.newyork {
    background: url("http://placehold.it/50x50") top left no-repeat;
}

.paris {
    background: url("http://placehold.it/50x50") top left no-repeat;
}

#knowparking .section-heading h2 strong { color: #000; 
    font-size: 45px; }

.loder-logo-img { width: 150px !important;
    display: block;
    margin: 0 auto;
    position: absolute;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;     border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);}


