/* ------------------------------------------------
  Project:   Softino - Software Landing Page HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Border Radius
  7. Banner
  8. Background Position & Size
  9. Countdown
  10. Terms and Conditions
  11. Privacy Policy
  12. Clients Logo
  13. Contact
  14. Video
  15. Image Box
  16. Side Background
  17. Error Page
  18. List Icon
  19. Bg Animated Image
  20. How It Work
  21. Spinner
  22. Hexagon
  23. Timeline
  24. Other


/* ------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Charm:400,700');

body {font-family: "gilroy-light";font-weight: normal; font-style: normal; font-size: 15px; line-height: 1.5; color:#5f5f5f; letter-spacing: 1px;}


/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6{font-weight:normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 60px; font-style: normal; line-height: 70px; font-weight: bold; text-transform: capitalize; color: #000; letter-spacing: 0;}
h2 { font-size: 30px; font-style: normal; line-height: 40px; font-weight: 600; color: #000; text-transform: capitalize; margin-bottom: 10px; position: relative;}
h3 { font-size: 30px; font-style: normal; line-height: 36px; font-weight: 500;}
h4 { font-size: 24px; font-style: normal; margin-bottom: 10px; font-weight: 500; line-height: 30px; color: #000;}
h5 { font-size: 20px; font-style: normal; margin-bottom: 10px; font-weight: 500; line-height: 26px; color: #000;}
h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; color: #000;}
ul { margin: 0px; padding: 0px; }
u {text-decoration-style: wavy;}



/* ------------------------
    Helper class
------------------------*/
p{line-height: 1.7;}
.lead{font-weight: normal; font-size: 16px; line-height: 30px;}
.o-hidden{overflow: hidden;}
.o-x-hidden{overflow-x: hidden;}
.img-center{display: inline-block !important; max-width: 100%;}
.pos-r{position: relative;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
h1 span{color: #2575fc;}
section{padding: 80px 0;}
.section-title{margin-bottom:50px; position: relative;}
.section-title p{    font-size: 17px;
    line-height: 25px;
}
.align-item-middle{display: -webkit-flex; /* Safari */  -webkit-align-items: center; /* Safari 7.0+ */  display: flex; align-items: center;}
.align-item-middle > div{width: 100%;}
.la{line-height: inherit;}

.font-w-3{font-weight: 300;}
.font-w-4{font-weight: 400;}
.font-w-5{font-weight: 500;}
.font-w-6{font-weight: 600;}
.font-w-7{font-weight: 700;}
.font-w-8{font-weight: 800;}
.font-w-9{font-weight: 900;}

.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.letter-space-1{letter-spacing: 5px;}
.letter-space-2{letter-spacing: 10px;}
.letter-space-3{letter-spacing: 15px;}


/* ------------------------
    Text color
------------------------*/
.text-theme{color: #2575fc;}
.text-black{color:#1c1d3e !important;}
.text-grey{color:#999999;}
.text-rgba{color: rgba(255,255,255,0.8);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color: #ffffff !important;}
.dark-bg{background-color: #02060b;}
.grey-bg{background-color: #f3f5ff;}
.theme-bg{background-color: #2575fc;}
.transparent-bg{background-color: inherit !important;}
.grediant-bg{background-color: rgb(0,91,234); background-color: linear-gradient(90deg, rgba(0,91,234,1) 0%, rgba(37,117,252,1) 80%);}


/* ------------------------
    Border Radius
------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner{position: relative;}
[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.align-center{position: absolute; top: 50%; width: 100%; z-index: 9;}
.align-end{position: absolute; bottom: 0; width: 100%; z-index: 9;}
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item{height: 100%;}
.hero-bg {left: 0; position: absolute; top: 0;}
.fullscreen-banner .img-side{top: 50%; transform: translateY(-50%); left: -5%; height: auto;}

.banner h5{/*background: #ffb58c;*/ text-transform: uppercase; padding: 7px 15px; display: inline-block; border-top-left-radius: 7px; border-bottom-right-radius: 7px;}
.home-6 .banner .bnr-box{background: #5c2ec2;}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover{background-size: cover;}
.bg-contain{background-size: contain;}
.bg-pos-l{background-position: left;}
.bg-pos-r{background-position: right;}
.bg-pos-rt{background-position: right top;}
.bg-pos-lt{background-position: left top;}
.bg-pos-rb{background-position: right bottom;}
.bg-pos-lb{background-position: left bottom;}


/* ------------------------
    Countdown
------------------------*/
.countdown{margin:50px 0; padding:50px 0; display: table; width: 100%; border-top: 2px dashed rgba(255,255,255,0.5); border-bottom: 2px dashed rgba(255,255,255,0.5);}
.countdown > li{font-weight: 700; text-align: center; list-style-type: none; display: table-cell; width: auto;}
.countdown > li span{font-size:70px; font-weight:700; line-height:60px; display: inline-block;}
.countdown > li p{font-size:20px; display: inline-block; line-height:30px; margin-bottom: 0; color: #1c1d3e;}
.coming-soon .subscribe-form{margin: 0 auto;}


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}


/* ------------------------
    Clients Logo
------------------------*/
.clients-logo {background: #fff; padding: 50px 10px; width: 100%; text-align: center; border-radius: 7px;}


/* ------------------------
    Contact
------------------------*/
.contact-media{background: #ffffff; text-align: center; padding: 50px 30px; border-radius: 7px; border-bottom: 3px solid #2575fc;}
[class*='col-']:nth-child(2) .contact-media{border-bottom: 3px solid #e71039;}
.contact-media i{line-height: 70px; font-size: 70px; color: #2575fc; margin-bottom: 30px; display: inline-block;}
.contact-media span{font-size: 16px; color: #1c1d3e; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 15px;}
.contact-media p{margin-bottom: 0; line-height: 24px;}
.contact-media a{color: #1c1d3e;}
.contact-media a:hover{color: #2575fc;}

.form-group{margin-bottom: 20px; position: relative;}
 label{font-size: 14px; color: #1c1d3e}
.form-control{height: 50px; border-radius: 5px; font-size: 13px; color: #1c1d3e; background: #f0f0f0; border: 1px solid transparent;}
.theme-bg .form-control .dark-bg .form-control{background: none; border:5px solid rgba(255,255,255,0.1);}
.dark-bg .form-control, .theme-bg .form-control{color: #ffffff;}
.grey-bg .form-control{background: #ffffff}
textarea.form-control{height: 150px; border-radius: 5px;}
.form-control:focus{box-shadow: none; background: none; border-color: #2575fc;}
.theme-bg .form-control:focus{border-color: #2575fc;}
select.form-control {/*-moz-appearance: none; -webkit-appearance: none; appearance: none;*/ height: 50px !important;}
#map {width: 100%; height: 100%;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 600px !important;}
.help-block.with-errors {position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px;}

.form-control::-webkit-input-placeholder {color: #555;}
.form-control::-moz-placeholder {color: #555;}
.form-control:-ms-input-placeholder {color: #555;}
.form-control:-moz-placeholder {color: #555;}
.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {color: #ffffff;}

.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder{color: #ffffff;}
.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder{color: #ffffff;}
.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder{color: #ffffff;}


/* ------------------------
    Video
------------------------*/
.video-btn {position: relative; display: inline-block;}
.video-btn .play-btn {font-size: 30px; background: #2575fc; color: #fff; line-height: 50px; width: 70px; height: 70px; border: 10px solid rgba(0,0,0,0.1); -webkit-border-radius: 100%;
 border-radius: 100%; text-align: center; cursor: pointer; z-index: 9; position: relative; display: inline-block; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: color, background, border-color; transition-property: color, background, border-color; }
.video-btn-pos{position: absolute; position: absolute; left: 50%; top: 50%; width: auto !important; z-index: 99;}
.theme-bg .video-btn .play-btn, .dark-bg .video-btn .play-btn{background: #ffffff; border-color: #ddd; color: #2575fc;}
.html5-video {height: 100%; left: 0; opacity: 1; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -2;}
.html5-video video {width: 100%;}
.video-btn .spinner-eff {left: 50%; top: 50%;}


/* ------------------------
    Image Box
------------------------*/
.img-box{background: #ffffff; /* padding-top: 50px;  */overflow: hidden; position: relative; border-radius: 7px;}
.img-box img{width: 100%;}
.box-loader {border-radius: 100%; margin: 0 auto; position: absolute; top: 15px; left: 15px;}
.box-loader span{display: inline-block; width: 10px; height: 10px; border-radius: 100%; background: #2575fc; margin: 0 5px; opacity: 0;}
.box-loader span:nth-child(1){animation: opacitychange 1s ease-in-out infinite;}
.box-loader span:nth-child(2){animation: opacitychange 1s ease-in-out 0.33s infinite;}
.box-loader span:nth-child(3){animation: opacitychange 1s ease-in-out 0.66s infinite;}


/* ------------------------
    Side Background
------------------------*/
.img-side img{max-width: 100%}
.img-side.img-right {right: 0;}
.img-side.img-left {left: 0;}
.img-side {padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 9;}
.image-column {position: absolute; left: 0px; top: 50%;}
.image-column.right {left: inherit; right: 0;}


/* ------------------------
    Error Page
------------------------*/
.error-page {font-size: 350px; font-weight: bold; line-height: 250px; font-family: 'Charm', cursive;}
.error-page > span {display: inline-block; position: relative; color: #2575fc;}
.error-page > span {display: inline-block; position: relative; vertical-align: middle;}
.error-page > span:nth-of-type(1) {color: #2575fc; animation: colordancing 4s infinite;}
.error-page > span:nth-of-type(3) {color: #00c9ff; animation: colordancing2 4s infinite;}
.error-page > span:nth-of-type(2) {width: 250px; height: 120px; border-radius: 999px;}
.error-page > span:nth-of-type(2):before,
.error-page > span:nth-of-type(2):after {border-radius: 0%; content:""; position: absolute; top: 0; left: 0; width: inherit; height: inherit; border-radius: 999px; box-shadow: inset 30px 0 0 rgba(0,201,255, 0.4),
inset 0 30px 0 rgba(5,248,161, 0.4), inset -30px 0 0 rgba(255,8,68, 0.4), inset 0 -30px 0 rgba(255,81,47, 0.4); animation: shadowsdancing 4s infinite;}
.error-page > span:nth-of-type(2):before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);}
.screen-reader-text {position: absolute; top: -9999em; left: -9999em;}


/* ------------------------
    List Icon
------------------------*/
.list-icon li{position: relative; padding-left: 30px;}
.list-icon li i{position: absolute; left: 0; top: 0; color: #2575fc; font-size: 22px; line-height: 20px;}
.list-icon-2 li{padding-left: 20px; position: relative;}
.list-icon-2 li:before{content: ""; background: #2575fc; position: absolute; top: 8px; left: 0; width: 10px; height: 2px; border-radius: 4px;}
.custom-li{display: inline-block;}
.custom-li li {float: left; margin-bottom: 15px; width: calc(100% / 2);}


/* ------------------------
    Bg Animated Image
------------------------*/
.info-img:before {position: absolute; left: 0; top: 0; height: 330px; width: 100%; content: ""; background-image: url(../images/pattern/07.html); z-index: -1;}
.bg-effect::after {background: #fafaff; top: 0; content: ""; left: 25%; position: absolute; right: 0; z-index: -1; height: 100%; border-top-left-radius: 50%;}
.bg-effect.right::after{left: 0; right: 25%; border-top-left-radius: 0; border-top-right-radius: 50%;}
.bg-effect-2::before {background: #fff; top: -50px; content: ""; height: 120px; left: 0; overflow: visible; position: absolute; transform: skewY(4deg); width: 100%;}
.bg-effect-3::after {background: #fff; bottom: -50px; content: ""; height: 120px; left: 0; overflow: visible; position: absolute; transform: skewY(-4deg); width: 100%;}
.bg-effect-4::after {background: #2575fc; border-bottom-left-radius: 30px; border-top-left-radius: 30px; content: ""; height: 80%; right: -20%; position: absolute; top: 10%; transform: rotate(-5deg); width: 70%; z-index: -1;}
.bg-animation {position: absolute; top: -100px; left: 0;}
.wave-shape {position: absolute; width: 100%; height: auto; left: 0; top: 0;}
.wave-bg > use {animation: move-forever 20s linear infinite;}
.wave-bg > use:nth-child(1) {animation-delay: -2s;}
.wave-bg > use:nth-child(2) {animation-delay: -2s; animation-duration: 10s;}
.wave-bg > use:nth-child(3) {animation-delay: -4s; animation-duration: 8s;}
.wave-animation {display: block; width: 100%; height: 8em; max-height: 100vh; margin: 0; position: absolute; bottom: -40px;}


/* ------------------------
    How It Work
------------------------*/
.work-process{position: relative;}
.step-num {background: #fff; border-radius: 50%; box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4); color: #e71039; display: inline-block; font-size: 18px; font-weight: 600; height: 50px; right: 0; line-height: 55px; position: absolute; text-align: center; top: 0; width: 50px;}
.theme-bg .work-process h4, .theme-bg .work-process p{color: #ffffff;}
.step-icon {background: transparent; width:140px; height:140px; position: relative; border: 3px solid #fafaff; border-radius: 50%; line-height: 140px; font-size: 40px; text-align: center; color: #1c1d3e;}
.step-icon span {position: relative;}
.step-icon span::after, .step-icon span::before {border-radius: 50%; content: ""; height: 40px; position: absolute; width: 40px; z-index: -1;}
.step-icon span::after {display: none;background: #cdf3f6; height: 25px; left: -10px; top: 5px; width: 25px;}
.step-icon span::before {display: none; background: #d4f8e6; bottom: 0; right: -10px;}
.dark-bg .step-icon{color: rgba(255,255,255,0.9); background: none;}
.dark-bg .step-desc h4{color: #2575fc;}
.dark-bg .step-icon{border-color: rgba(255,255,255,0.1);}
.dark-bg .step-desc p{color: rgba(255,255,255,0.7);}
.step-num-box{position: relative; display: inline-block; margin-bottom: 20px;}
.work-process .box-loader{position: absolute; top: 30%; right: -15%; left: inherit;}
.work-process.style-2 {padding: 0; display: flex; align-items: center;}
.work-process.style-2:before{display: none;}
.work-process.style-2 .step-num-box {margin-bottom: 0; margin-right: 30px;}
.work-process.style-3 {padding: 70px 30px 0;}
.work-process.style-3 .step-num {background: none; box-shadow: none; color: rgba(255, 255, 255, 0.1); font-size: 120px; height: auto; left: 50%; line-height: 120px; margin-bottom: 0; position: absolute; top: 0; transform: translateX(-50%); width: auto;}
#svg-container {display: none; position: absolute; width: 100%; left: 52%;  z-index: -1; transform: translateX(-50%); width: 75%;}
#svgC {margin: 0 auto; width: 100%;}


/* ------------------------
    Spinner
------------------------*/
.spinner-eff {position: absolute; width: 200px; height: 200px; bottom: 0;}
.spinner-eff .spinner-circle {border-radius: 100px; position: absolute; left: 0; right: 0; margin: auto; transform: scale(1); transform-origin: center center;}
.spinner-eff .circle-1 {width: 100%; height: 100%; background-color: #60f691;  top: 0; animation: pulse 1.6s linear 0s infinite;}
.spinner-eff .circle-2 {width: 66.6%; height: 66.6%; background-color: #0cca4a; top: 16.5%; animation: pulse-2 1.6s linear 0s infinite;}


/* ------------------------
    Hexagon
------------------------*/
.hexagon-bg{position: absolute; left: 50%; top: 0; width: 100%; display: flex;}
.hexagon-bg.style-2{top: 50%;}
.hexagon {position: relative; margin: 0 auto; width: 10em; height: 17.32em; border-radius: 1em/.5em; background: #fafaff; transition: opacity .5s;}
.hexagon:before, .hexagon:after {position: absolute; width: inherit; height: inherit; border-radius: inherit; background: inherit; content: '';}
.hexagon:before {-webkit-transform: rotate(60deg); transform: rotate(60deg);}
.hexagon:after {-webkit-transform: rotate(-60deg); transform: rotate(-60deg);}
.hexagon:nth-child(2n+2){margin-top: 20px;}
.hexagon-bg.style-2 .hexagon{background: #ff0844; opacity: 0.050}


/* ------------------------
    Timeline
------------------------*/
.timeline {position: relative; margin: 0 auto;}
.timeline:after {content: ''; position: absolute; width: 5px; background: #fafaff; left: 50%; top: 0; bottom: 0; margin-left: -2px;}
.timeline--first:after {top: 20px;}
.timeline-title {text-align: center; position: relative; z-index: 1; padding-bottom: 20px;}
.timeline-title h2 {background: #ffffff; color: #2575fc; display: inline-block; padding: 10px 20px; border-radius: 7px; font-size: 24px; line-height: 30px;}
.timeline-inner {padding: 10px 30px 40px 30px; width: 50%; position: relative; background-color: inherit;}
.timeline-right {margin-left: 50%;}
.timeline-content {padding: 20px 30px; background: #ffffff; position: relative; border-radius: 7px;}
.timeline-content h3{font-size: 20px; color: #1c1d3e; font-weight: bold;}
.timeline-inner::before {content: ""; display: block; position: absolute; top: 0; right: -16px; margin: auto; height: 32px; width: 32px; border: 3px solid #2575fc; border-bottom: 3px solid transparent !important; border-radius: 50%; z-index: 9; background: #ffffff;
-webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite; animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;}
.timeline-inner::after {content: ""; position: absolute; top: 0; right: -3px; margin: auto; width: 6px; height: 6px; background: #e71039; border-radius: 50%; z-index: 9;
-webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite; animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;}
.timeline-right.timeline-inner::before{right: inherit; left: -16px;}
.timeline-right.timeline-inner::after{right: inherit; left: -3px;}
.timeline-content:before, .timeline-content:after{content: ""; background: #2575fc; border-radius: 7px; width: 0; height: 3px; position: absolute;}
.timeline-content:before{top: 0; left: 0;}
.timeline-content:after{bottom: 0; right: 0;}
.timeline-inner:hover .timeline-content:before, .timeline-inner:hover .timeline-content:after{width: 10%;}


/* ------------------------
    Other
------------------------*/
#canvas {width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.5;}
#confetti {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.blink-img{position: absolute; left: 50%; top: 50%; width: 100%;}
.morph-wrap {position: absolute; top: 0; left: -20%; bottom: 0; width: 70%; pointer-events: none; z-index: -1; transform: rotate(-90deg);}
.morph {position: relative; height: 130%; fill: #ffe2e1; flex: none; width: 150%;}
.login-form img{height: 100px;}
.remember-checkbox label{margin-bottom: 0;}
.round-shape {position: absolute; right: 10%; bottom: 0; height: 300px; width: 300px; border-radius: 50%; background: none; border:50px solid #2575fc; animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate; opacity: 0.050;}


#home{
  padding-top: 0 !important;
}

.sliderBg{
background-image: url('../img/homebg.jpg');
background-size: cover;
padding: 80px 0px !important;
position: relative;
top: 0;
transform: none;
/* margin-top: 91px; */
height: 100vh;
}
.sliderBg .align-items-center{
  display: none;
}
.sliderBg a{
  text-transform: uppercase;
}

#main-menu{
  padding-left: 50px;
}
.fullscreen-banner{
  height: auto !important;
}

.txt-up{
  text-transform: uppercase;
}

.services{
  padding: 30px 0px;
  background-color: #fff;
}
.services a{
  text-transform: uppercase;
}
.services img{
  max-width: 100%;
}
.services a{
  border: 0 !important;
  background-color: #f1f3f6  !important;
  border-radius: 100px !important;
  padding: 12px;
      width: 30%;
}

.services .nav-tabs{
  border: 0;
}
.services .nav-link.active{
background-color: #f1f3f6 ;
color: #fff !important; 
}

.btn.btn-theme.active {
    background: rgb(178,28,59);
    background: linear-gradient(90deg, rgb(77, 10, 24) 0%, rgb(176, 26, 55) 80%);
    color: #ffffff;
}
._sideTitle{
  position: absolute;
  left: 40px;
  top: 58px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 21px;
}
#nav-tabContent{
  position: relative;
}
ul{
  list-style-type: none;
}
._mobileApp h4{
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
._mobileApp ul li{
  margin-bottom: 10px;
}
._mobileApp ul li img{
  width: 120px;
}
footer{
  background-color: #080808;
  padding-bottom: 20px !important;
  margin-top: 0px !important;
}
footer a{
 color: #fff;
}
.secondary-footer{
  text-align: center;

font-size: 12px;
}
.anytimeSection{
  position: relative;
}
.anytimeSection:after{
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 40%;
  margin: 0 auto;
  background-color:  #000;
  right: 0;
  display: none;
 /*  opacity: 0.1; */
}
.HowItWorks{
  position: relative;
  background-color: #24243e;
  padding: 50px 0px;
}
.HowItWorks:before{
content: '';
position: absolute;
top: 0;
background-image: url('../img/work-top.png');
height: 100%;
width: 100%;
background-repeat: no-repeat;
right: 0;
background-position: top right;
background-size: 450px;z-index: 1;
display: none;
}
.HowItWorks:after{
content: '';
position: absolute;
bottom: 0;
background-image: url('../img/work-bottom.png');
height: 100%;
width: 100%;
background-repeat: no-repeat;
right: 0;
background-position: bottom left;
background-size: 200px;
z-index: 1;
display: none;
}
.HowItWorks .container{
  position: relative;
  z-index: 11;
}
.step-desc h4{
font-weight: 500;
letter-spacing: 0;
font-size: 20px;
font-family: arial;
}
.safety .img-box{
  border-radius: 0;
}
.step-desc p{
font-family: arial;
font-size: 16px;
line-height: 25px;
}

.fixed-header{
  position: relative !important;
}

._uibttn{
  float: right;
}




.navbar-nav a:focus , .navbar-nav li.active a{
  background-color: transparent !important;
}
.navbar-right li{
  float: left;
  margin-left: 5px;
}

.navbar-right li a:hover{
  background-color: #de1d1d;
}
.navbar-right li a{
   font-family: 'Poppins', sans-serif  !important;
   font-weight: 600;
  display: block !important;
  text-transform: uppercase;
}
.navbar-right li a span{
  color: #fff;
}
.navbar-right{
  margin-top: 20px;
}
.banner{
  padding-bottom: 0;
}
.navbar-collapse .nav.navbar-nav{
  display: none;
}

.HowItWorks h6 , .HowItWorks h2{
  color: #fff;

}
.HowItWorks h2{
font-weight: bold;
text-transform: uppercase; 
font-family: arial !important; 
}
.step-icon i{
  color: #fff;
}
.work-process h4 , .work-process p{
  color: #fff;
}
.mobileApp {
    margin-top: 50px;
    float: left;
    width: 100%;
}
.wota-pricing .list h2{
  text-align: center;
  text-transform: uppercase;
  color: #24243e;
  position: relative;
  font-size: 36px;
}
.wota-pricing .list h2:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0;
  height: 1px;
  width: 200px;
  margin: 0 auto;
  background-color: #f7a6b4;
}
.HowItWorks .title-effect{ opacity: 0.9;}
.HowItWorks .title-effect .bar{
  background: #a2112b;
}
.wota-pricing .list p{
  text-align: center;
}


#estimate-fare{
  padding-top:20px;
  padding-bottom: 0;
}
.wota-pricing form input{
  width: 100%;
 border: 0px solid
#24243e;
 font-family: 'Poppins', sans-serif  !important;
padding: 0;

background-color:
transparent;

border-radius: 8px !important;

font-size: 18px;

color:
#000;

font-weight: bold;

opacity: 1;

text-transform: capitalize;
}
.wota-pricing form .fare-form{
 max-width: 100%;
}

.wota-pricing #estimate-fare{
  max-width: 450px;
  margin: 0 auto !important;
}
.wota-pricing #estimate-fare #btnSubmit,
.wota-pricing #estimate-fare .btnSubmit
{
background-color:
#24243e;

font-family: 'Poppins', sans-serif !important;

text-transform: capitalize;

font-weight: bold;

letter-spacing: 1px;

border-radius: 8px;

padding: 14px 20px;

width: 100%;

max-width: 100%;

font-size: 18px;
}
.wota-pricing #estimate-fare #btnSubmit:hover{
  background-color: #9b112a;
}
#service_type{

font-family: 'Poppins', sans-serif !important;
border-radius: 5px;
background-color:
#6aa6ac;
color:
#fff;
font-weight: normal;
font-size: 16px;
height: auto !important;  
padding: 10px;
}
.wota-pricing form label
{
  margin-bottom: 0;

color:
#cacaca;

font-weight: normal;

position: relative;

}
.wota-pricing form input {
  top: -10px;
  font-size: 16px;
}
._tg-location{
border:1px solid #f7a6b4;
border-radius: 8px;
background-color:
transparent;
color:
#24243e;
position: relative;
padding: 20px 10px 10px 90px;
}
._tg-location::before{
 content: '';

position: absolute;

top: 46px;

left: 32px;

background-image: url('../img/dots.png');

height: 100%;

width: 100%;

background-repeat: no-repeat;
}
._tg-location .input-group{
  margin-top: 0; 
  position: relative;
}

._tg-location .input-group:after{
 content: '';
position: absolute;
top: 7px;
left: -60px;
height: 10px;
width: 10px;
background-color:
#be282a;
border-radius: 100%;
}
._tg-location .input-group:first-child{
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;

}
._tg-location .input-group:last-child:after{
  bottom: 25px;
  top: auto;
}
.contactUs h2{
  color: #24243e;
}
.contactform{
  max-width: 90%;
  margin: 0 auto;
}
.contactform form input{
  border: 1px solid #ddd;
  box-shadow: none;
  background-color: transparent;
}
.contactform form textarea{
  border: 1px solid #ddd;
  box-shadow: none;
  background-color: transparent;
  min-height: 189px;
max-height: 189px;
min-width: 100%;
max-width: 100%;
}
.contactform form input[type="submit"]{
  background:
#24243e;
border: 0;
color:
#fff;
font-weight: bold;
padding: 12px;
border-radius: 8px;
width: 120px;
font-size: 16px;
float: right;
transition: all 0.3s;

    font-family: 'Poppins', sans-serif !important;


}
.contactform form input[type="submit"]:hover{
  background-color: #9b112a;
}
.sitefooter{
  background-color: #000;
  color: #fff;
  padding: 30px 0px;
  position: relative;
}
.sitefooter p{
  color: #fff;
  margin: 0;
  font-size: 12px;
}
.languageSelect{
  width: 180px;
  margin: 0 auto;  position: relative;
}
.sitefooter select{
  margin: 20px 0px;
  width: 100%;
  padding: 4px 5px;
  border: 0;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
  color: #24243e;

  border-radius: 12px;
}

select {
   /* -webkit-appearance: none;
    -moz-appearance: none;
   
    text-overflow: '';*/
}
.languageSelect img
{
  position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
}



.login-box .btn-link{
  background:
transparent;
box-shadow: none;
color:
#6f88ec;
font-weight: 600;
letter-spacing: 1px;
}

.pd0{
  padding-left: 0;
  padding-right: 0;
}
.footerLinks{
  text-align: center;
}
.footerLinks li{
  display: inline-block;
  position: relative;
  margin: 2px 12px;
}
.footerLinks li:after{
  content: '';
  position: absolute;
  right:-12px;
  height: 10px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ddd;
}
.footerLinks li:last-child:after{display: none;}
.footerLinks li a:hover , .footerLinks li a:focus{
 color: #fff;
 opacity: 0.7;
}
.navbar-right{
  margin-right: 0;
}

.section-title h2 {

    margin-bottom: 15px;
    font-family: "gilroy-bold";

}

.anytimeSection .section-title h6 {
font-weight: bold;
color:
#24243e;
margin-bottom: 0;
font-family: "gilroy-bd";
}
.anytimeSection .section-title .title-effect .bar {
    background: 
    #24243e;
}

.mobileApp .owl-item img{
  width: 80%;
  margin: 0 auto;
}
._login , ._register{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
._login .log-overlay , ._register .log-overlay{
 /* background-color: #24243e;*/
}
.btn.btn-primary{
  background-color: #de1d1d;
  color: #fff;
  border-radius: 0;
}
.log-teal-btn{
  background-color:
#de1d1d;
color:
#fff;
}
.becomedriver{
 border: 1px solid
#000;
color:
#fff;
padding: 6px 20px;
text-transform: capitalize;
float: right;
border-radius: 6px;
background:
#000;
position: absolute;
z-index: 9999;
right: 100px;
top: 15px;
}
.becomedriver a{
  color: #fff;
}

.full-page-bg-inner{
  width: 100%
}

.dashboardmenu ul{
  text-align: center;
}
.dashboardmenu li{
    display: inline-block;
    position: relative;
}
.dashboardmenu li:after{
  content: '';

position: absolute;

right: 0;

height: 15px;

width: 1px;

background-color:
#b5b4b4;

top: 50%;

transform: translateY(-50%);
}
.dashboardmenu li:last-of-type:after{
  display: none;
}
.dashboardmenu{
  background-color: #f1f3f6;
  margin-bottom: 40px;
}
.dashboard-page .dash-left{
  border:0;
}
.side-menu ul li a
{
  padding: 10px;

border-top: 1px solid
#f1f1f1;

display: block;

color:
#000;

font-size: 14px;
-webkit-transition: all 0.4s;
transition: all 0.4s;
text-transform: uppercase;
}
.side-menu ul li a:hover{
  background-color: transparent;
  color: #e41339;
}
.dashboard_main form
{
  background:
#f1f3f6;

padding: 10px;

border: 1px solid
#ddd;
}
.maintitle {
    margin-bottom: 40px;
    margin-top: 20px;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #ececec ;
    padding-bottom: 20px;
}

.dashboard_main form i{
  position: absolute;
left: 16px;
z-index: 9;
top: 14px;
}
.dashboard_main form input{
padding-left: 40px;
}
.car-detail{
  padding: 0 20px;
}
div.img img {
  margin: 0 !important;
}
div.img{
  height: 90px;
width: 90px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background: #262626;
margin: 0 auto;
margin-bottom: 10px;
}

.car-radio .car-radio-inner img
{
  height: 50px;
}

.selectname p{
  margin: 0;
color: #fff;
font-size: 14px !important;
}
.selectname{
  margin-top: 10px !important;
float: left;
width: 100%;
}
.car-radio input:checked + label .name p{
  color: #fff;
}
.car-radio input:checked + label .name span
{
  background-color: transparent !important;
}
.car-radio input:checked + label div.img
{
  background-color: #000 !important;
}

._innerheader .header_pro{
  padding: 18px 0px;
}


._innerheader .header_pro li a{
  font-size: 16px;
font-weight: bold;
}
._innerheader
{
  box-shadow: 1px 1px 7px 0px #e1e1e1;
}

.btnbrand{
  background-color: #000;
  color: #fff !important;
}
.btnbrand:hover, .btnbrand:focus{
  color: #fff !important;
  background-color: #000 !important;;
}

.header-1.innerheader.maping{
  background-color: rgba(0,0,0,0.7);
}

.header-dm .navbar-right {
    margin-top: 8px !important;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: -1;
}
.header-dm .navbar-right li{
  line-height: 0;
}

.navbar-right {
    margin-top: 12px;
}
.gm-fullscreen-control{
  z-index: 999999999999999;
right: 30px;
bottom: 200px !important;
top: auto !important;
}



@media only screen  and (max-width: 767px){
   .full-page-bg-inner {

    padding: 30px 10px;

}
.loginText h2{
  font-size: 2.5em !important;
}
.log-blk-btn{
  padding: 20px 10px;
}
.loginText{
  padding-left: 0 !important;
  text-align: center;
}
.log-left{
  padding: 0 !important;
}


._login a.navbar-brand , ._register a.navbar-brand{
    float: none;
    height: auto !important;
    width: 100% !important;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.navbar-right{
  float: right;
}
/* .gmnoprint:last-child{
  left: -5px !important;
bottom: 55px !important;
} */
.header-dm #menu-toggle span i {
  
    left: 190px !important;
}
.sidebar{
  left: -70px !important;
}
.sidebar.active1{
  left: 0px !important;
}



}

.gm-style-iw-d h5{
    font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
}
.gm-style-iw-d p a{
 background:
#000;

color:
#fff !important;

padding: 2px 8px;

border-radius: 23px;

font-size: 12px;

margin-top: 10px;

display: inline-block;
transition: all 0.4s;
-webkit-transition: all 0.4s;
}
.gm-style-iw-d p a:hover{
    opacity: 0.8;
}


.dl-horizontal dt , .dl-horizontal dd{
  font-size: 16px !important;
  color: #000 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
  .login-box{
        display: block;
    }
    ._login, ._register{
        height: 100%;
    }
    .log-left h2{
        font-size: 42px;
    }
    .log-left{
        text-align: center;
    }
    .navbar-brand{
        float: none;
    }
    #map{
        height: 100vh !important;
    }
}



/* .gmnoprint:last-child{
  margin: 10px;
    z-index: 0;
    position: absolute;
    cursor: pointer;
    right: 60px !important;
    bottom: 14px !important;
    left: auto !important;
    top: auto !important;
} */



.loginText{
  display: inline-block;
  width: 100%;
  padding-left: 25px;
}
.loginText h2{
font-size: 4.5em;
color: #fff;
margin-top: 0;
width: 100%;
display: inline-block;
line-height: 1.1;
text-transform: inherit;
font-weight: 300;
}
.loginText p{
color: #fff;
}

