@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&subset=cyrillic');

/* Table of Content
==================================================
  1. COMMON STYLES
  2. SECTION HOME 
  3. SECTION ABOUT
  4. SECTION VIDEO
  5. SECTION TESTIMONIAL
  6. SECTION FEATURES 
  7. SECTION CALL TO ACTION
  8. SECTION APPS SCREEN 
  9. SECTION FUN FACTS 
  10. SECTION DOWNLOAD 
  11. SECTION CONTACT 
  12. SECTION SUBSCRIBE
  13. SECTION FOOTER 

*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.section_title {
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 600;
}
.section_title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 600;
}
.section_title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #40A2FD;
    left: 50%;
    margin-left: -30px;
}
.section_title p {
    text-align: center;
    margin-top: 40px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width:768px) {
 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px!important;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
}   
}
/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/

.header h2 {
    height: 0px;
    margin: 0px;
}
.navbar {
    margin-top: 0px;
}
.navbar-brand {
    padding: 9px 15px;
}
.navbar-default {
    background-color: rgba(13,41,59,0.85)!important;
    }
@media(min-width:768px) {
    .navbar-default {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 110;
    background-color: rgba(13,41,59,0.85); 
    }
    .navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    }
    .navbar-default .navbar-nav>li>a:hover {
    color: #12C5F3;
    }
    .navbar-default .navbar-nav>li>a:focus {
    color: #12C5F3;
    }
    
    .navbar-brand img {
    padding-top: 0px;
   height: 35px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    }
    .navbar-default .navbar-nav>li>a {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    }
    .navbar-nav>li>a {
    padding-top: 15px;
    color: #FFFFFF;
    }
}
@media (max-width: 768px) {
    logo{
    padding: 50px 0 50px;
    max-width: 300px;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}
    
    h1,.home_text{
        text-align: center;
    }

    .navbar .navbar-default .navbar-fixed-top {
    background-color: rgba(13,41,59,1)!important;
          
    }
    .navbar-nav>li>a {
    color: #FFFFFF!important;
    text-align: center;
    }
    .navbar-nav>li>a:hover {
color: #12C5F3;
    }
    .navbar-brand img { padding-top: 0px;
   height: 30px;} 
    
    .navbar-default {
    background-color: rgba(13,41,59,0.85);
      /*  background-color: #fff !important; */
    }
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #12C5F3;
}
.header {
    background-color: #0d293b;
   
}
.header .section_overlay {
  
}
.logo{
    padding-bottom: 50px;
    max-width: 300px;
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}
.home_text{
    text-align: left;
    
}

.home-img img{
    width: 100%;
}

@media (max-width: 480px) {
    .home-img{
    padding: 10% 10% 0;
    text-align: right;
    margin-top: 20px;        
}
}
@media screen and (min-width: 481px) and  (max-width: 768px){
    .home-img{
    padding: 15% 0% 0;
    text-align: right;
    margin-top: 20px;        
}
}
@media screen and (min-width: 769px) and  (max-width: 991px){
    .home-img{
    padding: 15% 0% 0;
    text-align: right;
    margin-top: 20px;        
}
}
@media screen and (min-width: 992px) and  (max-width: 1200px){
    .home-img{
    padding: 5% 10% 0;
    text-align: right;
    margin-top: 20px;        
}
}
@media (min-width: 1201px){
    .home-img{
    padding: 0 15% 0;
    text-align: right;
    margin-top: 20px;        
}
}
.home_text h1 {
    color: #44DFFF;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
  
}
.home_text p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 400;
}
.download-btn {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    
}
.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #f39c12;
    color: #f39c12;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-btn:hover {
    background-color: #f39c12;
    color: #fff;
}
.tour,
.tourr:focus,
tour:active,
tour:visited {
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border: thin solid rgba(34,210,255,1.00);
    text-align: center;
    width: 50px;
    margin: 50px auto;
    height: 50px;
    border-radius: 50%;
    display: block;
}
.tour:hover {
    color: #fff;
    text-align: center;
}
.tour i {
    font-size: 36px;
    color: #31CFFF;
    text-align: center;
}


/*---------------------------------------
   SECTION ABOUT              
-----------------------------------------*/



.about {
    background-color: rgba(43,125,235,0.51);
}
.inner_about_title {
    padding-bottom: 20px;
}
.inner_about_title h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    color: #0d293b;
}
.inner_about_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background-color: #40A2FD;
    height: 1px;
}
.inner_about_title h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    color: #0d293b;
}
.inner_about_title h3:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background-color: #40A2FD;
    height: 1px;
}
.inner_about_title p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.inner_about_desc {} 
.about_phone img {} 
.reg-button a  {
    background-color: #124778;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 1em;
    border-radius: 3em;
    color: #FFFFFF;
    max-width: 400px;
    margin-bottom: 50px;
}
    .reg-button a:hover  {
    background-color: #2784D9;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .about_phone img {
    margin-top: 100px;
    width: 100%
    }
}
@media(max-width:768px) {
    .inner_about_title h3 {
    text-align: center;    
}
    .inner_about_title h3:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #40A2FD;
    left: 50%;
    margin-left: -30px;
}
}
/*---------------------------------------
   SECTION VIDEO              
-----------------------------------------*/

.about02_area {
    background-color: #EDEDED;
    padding-bottom: 0px;
    padding-top: 50px;
}
.about02_title {
    padding-bottom: 30px;
}
.about02_title h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    margin-top: 0px;
    color: #0d293b;
    text-align: center;
}
.about02_title h3:after {
     content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #40A2FD;
    left: 50%;
    margin-left: -30px;
}
.about02_title p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
    color: #333;
    font-weight: 400;
    text-align: center;
}
/*---------------------------------------
   SECTION TESTIMONIAL              
-----------------------------------------*/

#owl-demo .item {
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 50px;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.carousel-indicators {
    bottom: -8px;
}
div.carousel-inner .item img {
    border: 2px solid #f39c12;
    border-radius: 50%;
    padding: 3px;
}
/*---------------------------------------
   SECTION FEATURES              
-----------------------------------------*/

.whoweare {
    background-color: rgba(43,125,235,0.3)
}
/*---------------------------------------
   SECTION FEATURES              
-----------------------------------------*/

.whoweare h2 {
    color: rgba(31,153,253,1.00);
}
.whoweare_inner {
    padding-bottom: 70px;
}
.whoweare_inner h2 {
}
.whoweare_inner p {

}

.whoweare_img {} .whoweare_img img {
    width: 100%;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .feature_img {
        margin-top: 35px;
    }
}



/*---------------------------------------
   SECTION APPS SCREEN             
-----------------------------------------*/
.extends {
    padding-bottom: 50px;
    background-color: #FFFFFF;
}
.extends h4 {
    color: rgba(28,187,255,1.00);
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}
.extends p {
    text-align: center;
}
.extends_screen {
    background: #f1f1f1;
    padding-bottom: 96px;
}
.screen_slider {
    padding-top: 50px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #f39c12;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #f39c12;
}
/*---------------------------------------
   SECTION FUN FACTS              
-----------------------------------------*/

.partners {
    background-color: #0d293b;
    padding-bottom: 20px;
    display: block;
}
/*---------------------------------------
   SECTION FUN FACTS              
-----------------------------------------*/

.partners h2  {
    background-color: #0d293b;
    color: rgba(59,197,255,1.00);
    margin-bottom: 40px;
}

.partners i {

}
.partners .icon {
    margin-top: 20px;
}

.partners p {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    padding-top: 0px;
}
.fas.fa-check {
    color: #FCAB12;
    font-size: 150%;
}

.margin-top {
    margin-top: 40px;
}
.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}
.last {
    border-right: 1px solid #0F1217;
}
.clients {
    padding-bottom: 50px;
}
.row.client-logos .col-md-2 {
    margin-bottom: 50px;
}

.clients img {
    width: 100%;
}
.clients img {
   opacity:0.7; 
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
.clients img:hover {
   opacity:1; 
  -webkit-filter: grayscale(0);
  filter: none;
}

/*---------------------------------------
   SECTION CONTACT              
-----------------------------------------*/

.contact {
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.map-responsive{
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
   
}
.map-responsive iframe{
    left: 0;
    bottom: 0;
    height: 100%!important;
    width: 100%;
    position: absolute;

}
.contact_form {
    margin-bottom: 40px;
} 
.contact_form .form-control {
    display: block;
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #1D1D1D;
    background-color: transparent;
    border: 1px solid #aeaeae;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 5px;
    opacity: .8;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
    margin-top: 10px;
}
.contact_form .form-control:focus {
    border: 1px solid #12CCF3;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
}


.form-control:-webkit-input-placeholder {
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 19+ */
    
    color: red;
}
.form-control:-ms-input-placeholder {
    color: red;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    background-color: transparent;
    border: 1px solid #1CBBFF;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #1CBBFF;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
    margin-top: 5px;
    margin-bottom: 20px;
}
.submit-btn:hover {
    background-color: #12B7F3;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.error_strings {
    font-size: 13px;
    color: #FF0308;
    line-height: 1.2;

}

#contactForm_errorloc ul, #contactFormMob_errorloc ul,  {
	padding: 10px 0;
	margin: 5px 0 5px 15px;
	
}
#contactForm_errorloc ul li {
    padding: 0;
    margin: 0 0 10px;
    color: #FF0004;
    list-style-position: inside;
    list-style-type: circle;
    font-weight: 400;
}

#contactForm_name_errorloc,
#contactForm_email_errorloc, #contactForm_message_errorloc {
    padding: 0;
    margin: 0;
    color: #FF0004;
    font-weight: 400;
    font-size: 13px;
}


.error {
    color: #EF0D0D;
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}
.error i {
    padding-right: 10px;
    font-size: 18px
}
#Success {
    color: #4DB849;
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
}
#Success i {
    padding-right: 10px;
    font-size: 18px;
    color: #4DB849
}
.contact_form .form-control {
    color: #3d3d3d;
}
#message {
    height: 117px;
    resize: none;
}
.social_icons {

}

.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social_icons ul li {
    list-style: none;
    display: inline;
    padding-left: 10px
}
.social_icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #B7B7B7;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social_icons ul li a:hover {
    background-color: #39C5F8;
    border: 1px solid #FFFFFF;
    color: #fff
}
.social_icons ul li a i {
    font-size: 20px;
}

/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

.copyright {
    background-color: #1A1D22;
    padding-bottom: 65px;
    padding-top: 65px;

}
.copyright h2 {
    height: 0px;
    margin: 0px;
}
.copy_right_text {

}
.copy_right_text p {
    color: #8C8B8A;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}
.copy_right_text p a {
    text-decoration: none;
}
.copy_right_text p span {
    font-weight: 400;
}
.scroll_top {
    display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;
}
.scroll_top a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background-color: rgba(1,177,231,0.78);
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll_top a i {
    color: #fff;
    font-size: 25px;
}

.spn_hol {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 50000;
    opacity: 1;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
#thankyou {
    background-color: #0d293b;
    height: 100%;
    position: absolute;
    width: 100%;
}
#thankyou h3 {
    color: #FFFFFF;
}


@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
#thankyou .logo {
    width: 200px;

}

#thankyou .logo img {
    width: 100%;

}
