/* ==========================================================================
   1.0 Header
   ========================================================================== */


   @font-face {
    font-family: cairo;
    src: url(../fonts/Cairo-VariableFont_slnt\,wght.ttf);
}


   .header{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.2s ease 0s;
}
.fixed-top.header{
    padding: 5px 0;
	border-bottom: 1px solid #ddd;
    transition: all 0.2s ease 0s;
}
.fixed-top.transparent-header{
	background-color: #fff;
}
.transparent-header ul.nav > li > a{
	color: #111;
	opacity: 0.6;
}
.transparent-header ul.nav > li > a:focus,
.transparent-header ul.nav > li > a:hover,
.transparent-header ul.nav > li.active > a{
	color: #111;
	opacity: 1;
}
.fixed-top.transparent-header ul.nav > li > a{
	color: #333;
	opacity: 0.6;
}
.fixed-top.transparent-header ul.nav > li > a:focus,
.fixed-top.transparent-header ul.nav > li > a:hover,
.fixed-top.transparent-header ul.nav > li.active > a{
	color: #333;
	opacity: 1;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
/* .navbar-header{
    padding: 12px 0;
} */
.navbar-header .brand{
	font-size: 25px;
	color: #333;
    font-family: "cairo";
	font-weight: 700;
}
.nav-btn {
	background-color: transparent;
	font-size: 22px;
    margin: 3px 15px 0 0;
	padding: 10px;
	border-radius: 1px;
	color: #777;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
/* Nav Menu */
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
	color: #777;
    font-family: "cairo";
        text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
ul.nav > li > a:focus,
ul.nav > li > a:hover,
ul.nav > li.active > a{
    background: none;
    color: #333;
}

/* ==========================================================================
   2.0 Hero Section
   ========================================================================== */
.hero-block .hero-content{
    display: inline-block;
    border: 2px solid #999;
    width: 60%;
    text-align: right;
}


.hero-content{
    width: 60%;
    text-align: right;
}

.hero-content img{
    width: 200px;
}


.hero-block .hero-content .hero-inner{
    background-color: rgba(255,255,255,0.6);
    display: inline-block;
    padding: 70px;
    margin: 10px;
}
.app-mockup{
    display: block;
    background-image: url(../img/hero-s.png);
    background-repeat: no-repeat;
    background-position: left 50px;
    width: 100%;
    height: 120%;
    position: absolute;
    top: 42px;
    right: -7px;
}

/* ==========================================================================
   3.0 About Section
   ========================================================================== */
.video-box{
    margin-top: 125px;
    overflow: hidden;
}
.video-box .video-icon {
    display: inline-block;
    margin-left: 15px;
    border-left: 2px solid #2e95b4;
    padding-left: 15px;
    float: right;
}
.video-box .video-icon a{
    width: 55px;
    height: 55px;
    border: 1px solid #2e95b4;
    color: #2e95b4;
    line-height: 53px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.video-box .video-icon a:hover{
    text-decoration: none;
}
.video-content{
    float: right;
}

/* ==========================================================================
   4.0 Documentation Section
   ========================================================================== */
.doc-section{}
.doc-mockup .doc-mockup-1{
    width: 50%;
    z-index: -1;
}
.doc-mockup .doc-mockup-2{
    width: 40%;
    position: absolute;
    right: 140px;
    bottom: 0;
}

/* ==========================================================================
   5.0 Feature Section
   ========================================================================== */
.feature-moc{
    width: 110%;
}
.icon-wrap{
    margin: 0 auto;
    position: relative;
    border: 1px solid #fff;
}
.icon-wrap span{
    font-family: "cairo";
    display: block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #FFF;
    color: #111;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.box-hover{
    transition: all 0.5s ease-in-out;
}
/* ==========================================================================
   6.0 Pricing
   ========================================================================== */
.pricing-head{}
.pricing-list{}
.pricing-list li{
    display: block;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 30px 10px 30px;
    position: relative;
}
.pricing-list li:last-child{
    margin: 0;
}
.pricing-list li:before{
    background-color: transparent;
    color: #2e95b4;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: "cairo";
    content: "\e64c";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 3px;
}
.pricing-box.mid{
    border: 1px solid #2e95b4;
    transition: 0.3s ease-in-out
}
.pricing-head i{
    font-size: 32px;
}

/* ==========================================================================
    7.0 Download Section
   ========================================================================== */
.download-mock-up{
    background-image: url(../img/phone-4.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 700px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50px;
    left: 0;
}

/* ==========================================================================
   8.0 Blog
   ========================================================================== */

.article-box{
	padding-bottom: 5px;
}
.entry-content-top {
    position: relative;
}
.entry-content-top .comment{
    position: relative;
}
.entry-content-top .comment:before{
    background-color: #111;
    position: absolute;
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 50%;
    right: -16px;
    bottom: 10px;
}
.entry-content-top:before{
    background-color: #ddd;
    position: absolute;
    content: '';
    height: 1px;
    width: 300px;
    right: 0;
    bottom: 10px;
}
.read-more{
    color: #333;
}
.read-more:hover{
    text-decoration: underline;
    opacity: 1;
    color: #333;
}

/* 9.0 Subscribe Form
   ==========================*/
.subscribe-box{}
.subscribe-form{}
.subscribe-form .email-field{
	background-color: #fff;
	border: none;
	color: #444;
	font-size: 13px;
	line-height: 55px;
	padding: 0 15px;
	float: right;
	width: 70%;
	margin-left: 1%;
}
.subscribe-form button{
	padding: 15px 30px;
}
.subscribe-form .submit i{
	display: block;
	line-height: 59px;
	transition: all 0.3s ease-in-out;
}
.subscribe-form .submit:hover i{
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}
.subscribe-form input::-webkit-input-placeholder{
   color: #888 !important;
}
.subscribe-form input:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;
}
.subscribe-form input::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;
}
.subscribe-form input:-ms-input-placeholder{
   color: #888 !important;
}
.subscribe-form.form-light .email-field{
    border: 1px solid #ddd;
}
.subs-custom .email-field.fs-input-error,
.subscribe-form .email-field.fs-input-error{
    border: 1px solid red;
}

/* ==========================================================================
   10.0 Footer
   ========================================================================== */
.footer-social{}
.footer-social li{
    display: inline-block;
    margin-right: 10px;
}
.footer-social li a{
    font-size: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #2e95b4;
    color: #2e95b4;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}
.footer-social li a:hover{
    text-decoration: none;
    background-color: #2e95b4;
    color: #fff;
}


/* ==========================================================================
   11.0 Scroll To Top
   ========================================================================== */
.scroll-to-top{
	display: block;
	text-align: center;
	background-color: #2e95b4;
	font-size: 12px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 999;
}
.scroll-to-top:hover{
    color: #fff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	text-decoration: none;
}


.download-image img{
    width:200px;
}


.widget-section h4{
    color: #4cf1f5;
}



.widget-section ul li a{
    color: #fff;
}


.widget-section ul li a:hover{
    color: #4cf1f5;
    text-decoration: none;


}

footer .download-image{
    display: flex;
}


/*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/

#contact {
    background: #fff;
}




.show>.btn-light.dropdown-toggle {
    background-color: transparent;
}

.bootstrap-select .dropdown-toggle .filter-option {
    line-height: 30px;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: right;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: right;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

select.mobile-device {
    position: absolute !important;
    top: 0;
    right: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select>.btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 100% 0;
    font-size: 15px;
    height: 33px;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0;
    width: 100%;
    color: #bcbcbc !important;
}

.contact_form {
    padding: 40px 15px;
}

.contact_form .form-control {
    background-color: transparent;
    margin-bottom: 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    outline: 0 none;
    padding: 5px 14px 20px 20px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
    border: none;
    border-radius: 0px;
    direction: rtl;
    text-align: right;
    border-bottom: 1px solid #2e95b4;
}





.contact_form textarea {
    color: #2e95b4;
    height: 160px !important;
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #000 !important;
}

.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #000;
}

.contact_form .form-control::-ms-input-placeholder {
    color: #000;
}


.join_form .form-control::-webkit-input-placeholder {
    color: #2e95b4;
}

.join_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #2e95b4;
}

.join_form .form-control::-ms-input-placeholder {
    color: #2e95b4;
}



.pdi {
    padding: 0px 15px;
}

body.app_version .bootstrap-select .btn-light:hover {
    background: none;
}

.dropdown-toggle::after {
    display: none;
}

#support .section-title h3 {
    color: #ffffff;
}

.info-box {
    display: inline-block;
}

.info-box i {
    font-size: 30px;
    color: #ffffff;
}

.tooltip-inner {
    background: #2e529e;
    color: #fff;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-bottom-color: #2e529e;
}




.get-btn {
    border: none;
    padding: 10px 18px;
    background: #2e95b4;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.get-btn:hover {
    color: #ffffff;
}
