/*
Theme Name: Mobilitpro Theme
Text Domain: mobilitpro
Theme URI: http://www.tipoos.com
Description: Mobilitpro Theme
Author: Tipoos
Author URI: http://www.tipoos.com
Version: 1.0
*/

/* = CSS Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
input, textarea {
  outline: none;
  box-sizing: border-box;
}

/* Fonts */

/* =General
-------------------------------------------------------------- */

body {
  color: #000000;
  font-family: "Open Sans", serif;
  overflow-x: hidden;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #106385;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 18px;
}
ul {
  margin-bottom: 20px;
  line-height: 22px;
  /*font-size: 18px;*/
}
blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-style: italic;
}
h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.single-property > main > .container {
  margin-bottom: 45px;
}
section {
}

/* Columns grid */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .spacer {
  float: left;
}
.col-2 {
  width: 16.6666% !important;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333%;
}
.col-6 {
  width: 50%;
}
.col-8 {
  width: 66.6666%;
}
.col-12 {
  width: 100% !important;
}
.col {
  display: block;
  min-height: 1px;    /*padding-left: 15px;
          padding-right: 15px;*/
  position: relative;
}
.textcenter {
  text-align: center;
}

/* =Top Part
-------------------------------------------------------------- */
header .logo {
  float: left;
}
header nav {
  float: right;
  margin-top: 30px;
}
header .navigation {
  padding: 15px 0;
}
header nav ul li {
  float: left;
  position: relative;
}
header nav ul li:first-child::before {
  content: none;
}
header nav ul li::before {
  content: "|";
  position: absolute;
  left: -5px;
  top: 0;
}
header nav ul li.current-menu-item {
  border-bottom: 3px solid #1DB0ED;
}
header nav ul li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  padding: 0 13px;
}

/* Drop down menu */
header nav ul li:hover ul{
  opacity:1;
  z-index: 2;
}
header nav ul ul {
  opacity:0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 170px;
  z-index: 10;
  margin: 0;
  padding-top: 10px;
  z-index:-1;
  -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
header nav ul ul li {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 0;
}
header nav ul ul li::before {
  content: none;
}
header nav ul ul li a {
  padding: 7px 0 7px 13px;
  margin: 0;
  border-right: none;
  display: block;
  text-transform: none;
}

/* =Page
-------------------------------------------------------------- */
#top-cover {
  position: relative;
  max-height: 705px;
}
#top-cover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  bottom: 0;
  width: 100%;
  height: 50px;
  left: 0;
  right: 0;
  background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
  background: radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
}
#top-cover .slogan {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 10%;
  color: #ffffff;
  font-size: 48px;
  line-height: 65px;
  padding: 15px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 1;
}
#top-cover .controllers {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
#top-cover .controllers a {
    display: inline-block;
    color: #333333;
    padding: 5px 5px;
    cursor: pointer;
    border: 1px solid #333333;
    background: #fff;
}
.top-slider {
  position: relative;  /*height: 465px;*/
}
.top-slider .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.top-slider .item {
  position: relative;
}
.top-slider .arrow-controls .owl-prev {
  width: 34px;
  height: 59px;
  background: url("images/controls-gallery.png") no-repeat;
  left: 15px;
  top: 0;
  text-indent: -9999px;
  position: absolute;
  cursor: pointer;
}
.top-slider .arrow-controls .owl-next {
  width: 34px;
  height: 59px;
  background: url("images/controls-gallery.png") no-repeat;
  background-position: -109px 0;
  right: 15px;
  top: 0;
  text-indent: -9999px;
  position: absolute;
  cursor: pointer;
}
.site-main {
  padding: 25px 0 85px 0;
}

/* Clients Logos */
.clients-logos {
  background: #ebebeb;
  padding: 30px 0;
}
.clients-logos ul {
  align-items: center !important;
  display: flex !important;
  justify-content: flex-start !important;
}
.clients-logos .owl-item {
  display: inline-block !important;
  float: none;
  text-align: center;
}
.clients-logos ul li {
  display: inline-block !important;
  vertical-align: middle !important;
  text-align: center;
}
.clients-logos .controllers {
    position: absolute;
    left: 0;
    bottom: -28px;
    z-index: 2;
}
.clients-logos .controllers a {
    display: inline-block;
    color: #333333;
    padding: 5px 5px;
    cursor: pointer;
    border: 1px solid #333333;
    background: #fff;
    margin-right: 5px;
    font-size: 14px;
}

/* Conent */
.entry-header h1 {
  color: #106385;
  font-size: 48px;
  margin-bottom: 50px;
  margin-top: 25px;
  text-align: center;  /*text-transform: uppercase;*/
}
.entry-content {
  color: #000000;
}
.entry-content h3 {
  margin-bottom: 10px;
  font-weight: 800;
}
.entry-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 800;
}
.entry-content ul {
  margin-left: 25px;
  margin-bottom: 20px;
}
.entry-content ul li {
  position: relative;
}
.entry-content ul li::before {
  background: #106385 none repeat scroll 0 0;
  content: "";
  height: 10px;
  left: -17px;
  position: absolute;
  top: 7px;
  width: 10px;
}

.entry-content ol {
  margin-left: 25px;
  list-style-type: decimal;
  margin-bottom: 20px;
}
.entry-content ol li {
    line-height: 22px;
    margin-bottom: 5px;
}
.entry-content ul li {
  position: relative;
    line-height: 22px;
    margin-bottom: 5px;
}

.entry-content table {
    width: 100%;
    margin-bottom: 20px;
}

.entry-content th, .entry-content td {
    border: 1px solid #a2a1a0;
    padding: 10px;
}

.entry-content th {
    background: #D9D9D9;
}

.entry-content td {
    /*color: #787878;*/
}

.entry-content thead tr {
    border-bottom: none;
}

.entry-content tr {
    border-bottom: 1px solid #a2a1a0;
}

.entry-content tr:last-child {
    border-bottom: 0;
}

/* Homepage */
#home-top-logos {
  background: #ffffff;
  padding: 20px 0 20px;
  margin-top: 30px;
}
#home-top-logos ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#home-top-logos ul li {
  display: inline-block;
  margin: 0 10px;
}
#home-top-logos ul li {
  display: inline-block;
}
#home-top-logos ul li span {
  font-size: 24px;
  color: #106385;
  font-weight: 800;
}

/* Top Content */
#top-content {
  padding: 40px 0;
  background: #EBEBEC;
  line-height: 28px;
}

/* Main Services */
#main-services {
  padding: 50px 0;
  background: #ffffff;
}
#main-services .service-box {
  padding: 20px;
  background: #e8f7fd;
  width: 880px;
  margin-bottom: 40px;
  font-size: 20px;
  position: relative;
  padding-left: 20%;
  min-height: 145px;
}
#main-services .service-box p {
  line-height: 30px;
}
#main-services .service-box h5, #main-services .service-box h1, #main-services .service-box h2 {
  font-size: 20px;
  color: #106385;
  text-decoration: underline;
  font-weight: 800;
  margin-bottom: 20px;
}
#main-services .service-box a.read-more {
  color: #000;
  float: right;
font-size: 18px;
}
#main-services .service-box .blue-icon {
  background-color: #1DB0ED;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100%;
  width: 18%;
  position: absolute;
  top: 0;
  left: 0;
}
#main-services .service-box:nth-child(odd) {
  float: left;
}
#main-services .service-box:nth-child(even) {
  float: right;
  padding-left: 2%;
  padding-right: 20%;
}
#main-services .service-box:nth-child(even) .blue-icon {
  left: auto;
  right: 0;
}

/* Vision */
.vision-strip {
  padding: 0;
}
.vision-strip::before {
  background: #ebebec none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -448px;
  position: absolute;
  right: 0;
  top: 0;
  width: 2000px;
  z-index: -1;
}
.vision-strip h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  margin: 5px 0;
}

/* Services */
.downside::before {
  background: #afafaf none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -448px;
  position: absolute;
  right: 0;
  top: 0;
  width: 2000px;
  z-index: -1;
}
.downside .visit-us a {
  display: table-cell;
  color: #000000;
}
.downside .elementor-widget-wrap {
  display: table;
  height: 100%;
}
.downside .visit-us {
  display: table-cell;
  font-size: 24px;
  line-height: 30px;
  vertical-align: middle;
}
.downside .visit-us a {
  text-decoration: underline;
}

/* Single Service Page */
.top-area {
  margin-bottom: 25px;
}
.top-area span {
  display: inline-block;
  vertical-align: top;
}
.top-area span.blue-icon {
  background-color: #1DB0ED;
  background-repeat: no-repeat;
  background-position: center center;
  height: 145px;
  width: 145px;
}
.top-area h2,.top-area .p-title {
  display: inline-block;
  vertical-align: top;
  color: #106385;
  text-transform: uppercase;
  line-height: 145px;
  padding: 0 20px;
  position: relative;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.top-area h2::after,.top-area .p-title::after {
    position: absolute;
    width: 2px;
    height: 25px;
    background: #106385;
    top: 42%;
    right: 0;
    content: "";
}
.top-area h3, .top-area h1 {
    display: inline-block;
    vertical-align: top;
    color: #1db0ed;
    line-height: 145px;
    padding: 0 20px;
    font-size: 25px;
    font-weight: 500;
}

.more-services{
  
}
.more-services ul {
  /*align-items: center;
  display: flex;
  justify-content: space-between;*/
  text-align: left;
  margin: 0 -15px;
}
.more-services ul li {
    display: inline-block;
    width: 30%;
    margin: 0 15px;
}
.more-services ul li span {
  background-repeat: no-repeat;
  background-position: center center;
    border: 1px solid #c0bfbf;
    width: 100%;
    min-height: 103px;
    display: block;
}
.more-services ul li a.more-services {
  float: right;
  font-size: 20px;
  color: #1db0ed;
  margin-top: 8px;
}

/* Product Page */
.product-top-area{
  
}
.product-top-area img{
  display: inline-block;
  vertical-align: top;
}
.product-top-area .slogan {
  display: inline-block;
  color: #106385;
  font-size: 34px;
  width: 78%;
  font-weight: 600;
  padding: 0 40px;
  line-height: 38px;
}
.product-main-text{
  padding: 30px 0;
}
.product-bottom-text{
  padding: 30px 0;
}
.video-section{
  background: #afafaf;
  padding: 15px 0;
}
.video-section .video-url{
  display: table;
  width: 100%;
  height: 480px;
}
.video-section .video-url-text{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/* Responsive Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Contact Form */
#contact-form-page {
  padding: 0 20px;
}
#contact-form-page input[type="text"], #contact-form-page input[type="email"] {
  width: 100%;
  border: 1px solid #cecece;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 12px;
  font-size: 18px;
  color: #ababab;
  margin-bottom: 20px;
  background: #FCFCFC;
}
#contact-form-page::-webkit-input-placeholder {
  color: #ababab;
  opacity: 1;
}
#contact-form-page:-moz-placeholder {
  color: #ababab;
  opacity: 1;
}
#contact-form-page::-moz-placeholder {
  color: #ababab;
  opacity: 1;
}
#contact-form-page:-ms-input-placeholder {
  color: #ababab;
  opacity: 1;
}
#contact-form-page textarea {
  background: #FCFCFC;
  font-family: "Open Sans", serif;
  width: 100%;
  border: 1px solid #cecece;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 12px;
  font-size: 18px;
  color: #ababab;
  margin-bottom: 20px;
  height: 124px;
}
#contact-form-page .wpcf7-submit {
  padding: 15px 50px;
  background: #106385;
  color: #ffffff;
  border: none;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  float: right;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#contact-form-page span.wpcf7-not-valid-tip {
  /*display: none;*/
}
#contact-form-page div.wpcf7-validation-errors {
  border: 2px solid #f7e700;    /* margin-top: 30px; */
  clear: both;
}
#contact-form-page .wpcf7-not-valid {
  /*background: #ffdbdb !important;*/
  border: 1px solid #ff0000 !important;
}
.feature.map {
  height: 100%;
}
.feature.map iframe {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

/* =Footer
-------------------------------------------------------------- */
footer {
  background: #000000;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
footer p {
  font-size: 16px;
}
footer .footer-wrap {
  line-height: 35px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer .social {
  display: inline-block;
  margin: 0 5px;
}
footer .social ul li {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("images/social.png") no-repeat;
}
footer .social ul li.facebook {
  background-position: 0 0;
}
footer .social ul li.linkedin {
  background-position: -75px 0;
}
footer .social ul li.twitter {
  background-position: -150px 0;
}
footer .social ul li a {
  display: block;
  text-indent: -9999px;
  height: 100%;
}
footer #menu-footer-menu li {
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
    position: relative;
}

/* =Elementor Override
-------------------------------------------------------------- */
.elementor-element.elementor-element-i4se0s8 > .elementor-element-populated {
  background-color: transparent !important;
  padding: 0 !important;
}
.elementor-column-gap-default .elementor-element-populated {
  padding: 0 !important;
}

/* =WPML stylings
-------------------------------------------------------------- */
.languages-selector{
  float: right;
  margin-top: 33px;
}
.languages-selector img{
  float: left;
  margin-right: 5px;
}
.languages-selector a{
  margin-left: 5px;
}