/* - - - -  contact pop up - - - - */

.exitpopup-modal-window .sep_red{
    margin-bottom:0px;
}


.single-textarea{
     height: 100px;
}

#exitpopup-modal .exitpopup-modal-window .single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #def2ff!important;
    padding: 0 10px!important;
    height: 100px;
    resize: none;
}

#exitpopup-modal .exitpopup-modal-window .single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 0;
    outline: none;
    background: #def2ff!important;
    padding: 0 10px!important;
}



#exitpopup-modal .exitpopup-modal-window .primary-btn {
    padding: 0px 30px;
    text-align: center;
    border-radius: 30px;
    font-size: 12px;
    color: #e21e26;
    border: 2px solid #e21e26;
    background-color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top:30px;
    margin-right: -20px;
}

#exitpopup-modal .exitpopup-modal-window .primary-btn:hover {
    color: #fff;
    border: 2px solid #e21e26;
    background-color: #e21e26;
    box-shadow:none;
}


.single-input-text{
    color:red;
}


#exitpopup-modal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    z-index: -1000;
}
.hide_forever{
    display: none !important;
}
.popupbox_act {
    transform: scale(1) !important;
    transition: all 0.5s ease;
    top: 0 !important;
    opacity: 1 !important;
    z-index: 9999 !important;
}
#exitpopup-modal .underlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    -webkit-animation: fadein .7s;
    animation: fadein .7s;
    z-index: -1;
}
.exitpopup-modal-window {
    width: 450px !important;
    height: auto !important;
    border-radius: 10px;
    background: url(../images/form_bg.jpg) 50% 20%;
    background-size: 260%;
    margin: auto;
    position: relative;
}
#exitpopup-modal .modal-title {
    font-size: 20px;
    padding: 10px;
    margin: 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: #fff;

}
#exitpopup-modal h3 {
    color: #3498db;
    font-size: 22px;
    margin: .2em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px!important;
    margin-top:10px;
	padding-left:7%;
	padding-right:7%;
}

#exitpopup-modal .modal-body {
    font-size: 13px;
    text-align: left;
    padding: 1px 35px 30px;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    line-height: 20px!important;
}

#exitpopup-modal .modal-body u{
   color: #3498db; 
}


.close_btn {
    display: inline-block;
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    color: #44a6d9 !important;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background: #fff;
    border: 0;
    font-weight: inherit;
    font-size: 29px;
    font-family: 'Roboto', sans-serif;
    transform: rotate(45deg);
    line-height: 29px;
    padding-left: 7px;
}
.close_btn:hover {
    color: red !important;
}



/* - - - -  End contact pop up - - - - */



.nl-title{
    margin-top:100px;
    color:white;
}

.nl h4{
    text-align: center;
    margin-top: 15px;
	padding-left: 10%;
	padding-right:10%;
}

.nl {
    background-color:#e21e26;
    border-radius: 1000px 1000px 0px 0px;
    margin-bottom:-160px; 
    height: 550px;
    margin-top: 45px;
}

.pr-20 {
    padding-right: 20px;
}



body{
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
}
h1{
    text-transform: uppercase;
    font-size: 35px;
}
.pb-150{
    padding-bottom: 150px;
}
.pl-40 {
    margin-left: 24px;
}
.section-gap {
    padding: 40px 0;
}
.text-norm{
    font-weight: 500;
   
}

.text-norm-circle{
    padding-right:23%;
    padding-left:23%;
    font-weight: 400;
}

.smart{
    font-size:55px;
    font-weight: 700;
    color:#3498db;
    margin-bottom: -3px;
}

.smartsmall{
    font-size:35px;
    font-weight: 400;
    color:#3498db;
    padding-bottom: 18%;
}

.text-simple {
    font-weight: 600;
    padding-bottom: 36%;
}

#trailer {
    background:transparent url(../images/main_teaser.jpg) no-repeat center center;
    background-size:cover;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
    z-index: -1;
}

#trailer > video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    min-width: 100%; 
    min-height: 100%;
    width: auto; height: auto; 
}

.men{
    width: 100%;
    height: auto;
    
}

.feature-icon{
    width: 23%;
    height: auto;
    
}

.mb-10-red{
    font-size:26px;
    color:#e21e26;
    padding-bottom:8%;
    margin-top: 20px;
}

.text-white-title{
    margin-top: 30px;
    color:white;
}

@media (min-aspect-ratio: 16/9) {
     #trailer > video { height: 300%; top: -100%; }
 }
 @media (max-aspect-ratio: 16/9) {
     #trailer > video { width: 300%; left: -100%; }
 }
 @supports (object-fit: cover) {
     #trailer > video {
         top: 0; left: 0;
         width: 100%; height: 100%;
         object-fit: cover;
         min-height: 850px;
     }
 }
.is-sticky .default-header {
    box-shadow: -0px 0px 10px 0px rgba(158, 158, 158, 0.2);
    border-bottom: 1px solid aliceblue;
}

.footer-area h5{
	font-weight: 400;
    font-size:14px;
}
	
.navbar-nav a {
    font-weight: 500;
    padding: 10px;
    font-size: 14px;
}
.small_lett{
    text-transform: unset !important;
    color: #e21e26 !important;
}
.border{
    border-radius: 25px !important;
    border: 2px solid #e21e26 !important;
    padding: 5px 10px !important;
}
.navbar-nav a:hover {
    color: #e21e26;
}
.navbar-brand img{
    height: auto;
    width: 175px;
}
#home{
    height: 800px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.banner-left h1 {
    font-size: 55px;
    margin-bottom: 80px;
    text-transform: uppercase;
    margin-top: -18%;
    font-weight: 900;
}
.banner-left h2{
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 100px;
    margin-top: -18%;
    
}
.header-btn{
    padding: 20px 30px;
    border-radius: 40px;
    font-size: 18px;
    color: #ffffff;
    border: 5px solid #fff;
    background-color: rgba(255,255,255,0); 
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.0);
    letter-spacing: 1px;
    font-weight: 500;
}
.header-btn:hover{
    border: 5px solid #fff;
    color: #e21e26;
    background-color: rgba(255,255,255,1);
    font-weight: 500;
}

.header-btn-tech{
    padding: 30px 35px;
    border-radius: 6px;
    font-size: 18px;
    color: #3498db;
    background-color: #def2ff; 
    font-weight: 500;
    width: 280px;

}
.header-btn-tech:hover{
    color: #ffffff;
    background-color: #3498db;
    font-weight: 500;
    width: 280px;
}

.work-btn-red{
    padding: 20px 30px;
    border-radius: 40px;
    font-size: 18px;
    color: #ffffff;
    border: 5px solid #e21e26;
    background-color: #e21e26; 
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.0);
    font-weight: 500;
    letter-spacing: 1px;
}
.work-btn-red:hover{
    border: 5px solid #fff;
    color: #e21e26;
    background-color: rgba(255,255,255,1);
}


.sec_1{
    padding-bottom: 0px;
}
.sec_6{
    padding-top: 50px;
    padding-bottom: 30px;
}

.sec_7{
    padding-bottom: 0px;
    padding-top:0px;
}
 
.sep_red{
    height: 5px;
    width: 70px;
    background: #e21e26;
    border-radius: 3px;
    margin-bottom: 50px;
}



.sec_1 h3{
    font-size: 22px;
    line-height: 30px !important;
}
h3 .text-norm{
    color: #4f4f4f;
}


.sec_2.section-gap {
    padding: 80px 0 !important;
}
.sec_2 h2{
    font-size: 26px;
	font-weight: 900;
	color: #3498db;
	text-transform: uppercase;
}
.sec_2 img{
    height: 200px;
    width: 200px;
}
h4.text-norm-bullet{
    color: #1d1d1d;
    font-size: 18px;
    padding-left:11%;
    padding-right:11%;
    font-weight: 500;
    padding-bottom:5px;
}

h4.text-norm-bullet-big{
    color: #3498db;
    font-size: 20px;
    padding-left:15%;
    padding-right:15%;
    font-weight: 500;
    padding-bottom: 20%;
}
.sec_2 .col-lg-4 .sep_red{
    width: 25px;
    height: 2px;
}
.single-cat h4{
    line-height: 30px !important;
}

.single-cat-sol h4{
    line-height: 40px !important;
}


.newsletter .single-input{
    border-radius: 50px;
    line-height: 46px;
    
}

.mt-10 {
   margin-top: 20px; 
}


.sec_3 hr{
    margin-bottom: 20px;
}
.sep-right {
    border-right: 2px solid #3498db;
    height: 116px;
}
.sep-right h2, .sep_new h2{
    height: 120px;
    margin-top: -22px;
}
.sep_new{
    height: 116px;
}
.counter{
    font-size: 100px;
    font-weight: 300;
}
.counter span{
    font-size: 70px;
    position: absolute;
}

.features-icons{
	padding: 3%;
    box-shadow: 20px #000;
    box-shadow: 0px 0px 20px rgba(52, 152, 219, 0.0);
	background-color:white;
	border-radius:20px;
	max-width: 1110px;
	margin-bottom: 50px;
}
	

.sec_4 img{
    height: 74px;
    width: 74px;
}
.bullets h4{
    font-size: 20px;
    line-height: 29px !important;
}
.bullet_img {
    margin-top: -5px;
    position: relative;
}
.bullet_dots {
    transform: rotate(90deg);
    position: absolute;
    right: 5px;
    letter-spacing: 0px;
    top: 99px;
}
.bullet_2{
    margin-top: 75px;
}
.bullet_2 h2 {
    right:5px;
    top: 99px;
}
.bullet_3{
    margin-top: 75px;
}
.sec_4_txt{
    padding-right: 50px;
}
.sec_4 h2{
    font-size: 22px;
}

.sec_5 .container{
    max-width: 1640px;
}
.sec_5 h2 {
    border-bottom: 1px solid #3e68a8;
    font-size: 27px;
}
.sec_5 img{
    height: 50px;
    width: 50px;
	margin-left: -5px
}


.footer-area{
    background: #000;
}
.footer-area .footer-nav li a h5{
    color: #c3c3c3 !important;
}
.single-footer-widget img{
    height: 42px;
    width: 168px;
}
.footer-text {
    font-size: 14px;
    font-weight: normal;
    color: #848484 !important;
	margin-top:20px!important;
	text-align:center;
}

.footer-area .footer-nav li a h5:hover{
    color: #fff !important;;
}
.footer-nav{
    flex-wrap: wrap;
    justify-content: center;
}

.footerlogo{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#animation_container {
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
    background: transparent !important;
  }
  
 .soltech h4 {
	 color:#3498db!important;
 }


@media (max-width: 1400px){
.sec_5 h2{
    font-size: 20px!important;
 }
    .banner-left h2 {
    font-weight: 400;
    font-size: 31px;
    margin-bottom: 80px;
    
 }
    #home {
     height: 650px;
 }
    .men {
     width: 80%;
 }
    .banner-left h1 {
      margin-top: -15%;
 }
     #animation_container{   
      width: 230px!important;
      height: 230px!important;
    }
}



@media (max-width: 1200px){
.sec_5 h2{
    font-size: 20px!important;
 }
    .banner-left h2 {
    font-weight: 400;
    font-size: 31px;
    margin-bottom: 80px;
    
 }
  .men {
     width: 90%;
 }
    #home {
     height: 650px;
 }
    .banner-left h1 {
      margin-top: -17%;
 }
    .smartsmall{
      padding-bottom: 24%; 

}  
}


@media (max-width: 1180px){
    .smartsmall {
     padding-bottom: 14%;
 }
    .text-simple {
     padding-bottom: 45%;
 }
}


@media (max-width: 992px){
    

	.banner-left h1 {
     
        margin-top: -9%;
    }
    .container {
        max-width: 95%;
    }
	.single-cat h4{
    line-height: 22px !important;
} 
   
    .sec_2.section-gap {
        padding: 115px 0 !important;

}
    .counter {
        font-size: 80px!important;
}
	.pb-150 {
        padding-bottom: 30px;
}  
     #animation_container{   
       width: 300px!important;
       height: 300px!important;
       
 }
    h4.text-norm-bullet {
      padding-left: 20%;
      padding-right: 20%;
 }

    

    .thankoo{
        display: block !important;
        padding: 0 40px;
 }
	.form_logo img{
		width: 100px;
		height: 100px;
}
	.thanku_page{
		background-size: cover;
}
    .men{
            width: 33%; 
}

    .banner-left {
      margin-top: 60px;
      text-align: center!important;
}
   #home {
      height: 750px;
}
    .single-footer-widget{
     text-align: center;    
    
}
    .pl-40 {
    margin-left: 0px;
}
   .sec_7 .container{
     max-width: 100%;
     padding-right: 0px;
     padding-left: 0px;    
} 
    h1 {

    font-size: 25px;
}
.navbar-nav li{
	    padding: 10px 0;
}
.navbar-nav a {
    padding: 0px;
}
.exitpopup-modal-window {
    width: 85% !important;
}
}

@media (max-width: 767px){
    .sep-right {
        border-right: 0;
        height: 116px;
        margin-bottom: 45px;
    }
    .bullets h4{
        padding-bottom: 32px !important;
    }
    .sec_4 {
        max-height: 800px;
    }
    .footer-area div{
        text-align: center;
    }
    .single-footer-widget img{
        padding-left: 0px;
    }
	.navbar-light .navbar-toggler {
		border: 3px solid #E21E26 !important;
		border-radius: 10px !important;
	}
     .genric-btn{
        margin-top:20px;
    }
      .newsletter{
        max-width: 70%;
    }
        .smart {
     font-size: 40px;
    }
    .smartsmall {
     font-size: 30px;
     padding-bottom: 25%;
}
    .sec_1 h3 {
    font-size: 18px;
}
    .text-norm-circle {
      padding-right: 10%;
      padding-left: 10%;
}
    .text-simple {
      padding-bottom: 60%;
}
    
     .sec_1{
        background-size: 250%!important;

}
}

@media (max-width: 650px){
	
	.smartsmall {
      padding-bottom: 17%;
}
	.text-simple {
      padding-bottom: 51%;
}
    .sec_2{
      background-size: 560%!important;
}
    .counter {
      font-size: 55px!important;
}
    .sec_4_txt {
      padding-right: 0px;
}
    .nl .pt-60{
	  padding-top: 35px;    
}
}

@media (max-width: 570px){
	.banner-area .fullscreen {
		height: 450px !important;
	}
	h1 {
		font-size: 26px;
	}
	
	#home {
       height: 700px!important;
    }
	
	.section-gap {
		padding: 20px 0;
	}
	.sep_red {
		margin-bottom: 40px;
	}
	
	.numbers .pr-30{
		padding-right:0px!important;
		text-align:left;
	}
	
	.numbers h4{
		font-size:16px;
		text-align:left;
	}
	
	.numbers.mb-20{
		    margin-bottom: 0px;
	}
	
	.banner-left h2 {
		font-size: 28px;
        margin-bottom: 37px;
    }
	
	.pb-60{
		padding-bottom: 40px;
	}
    
	.banner-left h1 {
      font-size: 38px;
	  margin-bottom: 50px;
	  margin-top: -11%;
	}
	
    .banner-left {
      margin-top: 65px!important;
    }
    .men{
         width: 85%!important;
    }
        
	.face_img img{
		margin-top: -10px;
	}
    .bullet_img img{
        max-width: 60px;
        margin-left: -33px;
    }
	.bullets h4 {
		font-size: 16px;
		line-height: 24px !important;
	}
	.bullets h3 {
		padding-bottom: 0px;
	}
	.bullet_2 h2 {
		right: 0px;
	}
	.bullet_dots {
		right: 0px;
	}
	.sec_4_txt {
		padding-bottom: 40px;
		padding-right: 0px;
	}
	.sec_1 h3 {
		font-size: 16px;
		line-height: 30px !important;
	}
    .sec_5 h2 {
        font-size: 20px;
    }
	.footer-area .footer-nav li {
		width: 100%;
		padding-left: 30px;
		padding-bottom: 5px;
	}
	.col-lg-4 .single-footer-widget{
		padding-top: 20px;
	}
    .nl .single-cat h4{
            font-size: 15px;

}
    .smart {
       font-size: 32px;
       margin-top:40px;
	   margin-bottom: 0px;
}  
    .smartsmall {
       font-size: 32px;
	   padding-bottom: 10%;
    
}
   
    .sec_1 h3 {
      font-size: 18px;
      line-height: 27px !important;
	  padding-bottom: 26px;
}
    .text-simple {
      padding-bottom: 20%;
      font-size: 20px;
      padding-right: 15%;
      padding-left: 15%;
}

    .sec_1{
        background-size: 170%!important;
}
    .sec_2{
        background-size: 930%!important;
}

   .text-norm-circle {
    padding-right: 5%;
    padding-left: 5%;
}
    h4.text-norm-bullet {
      padding-left: 5%;
      padding-right: 5%;
}
    .sec_2.section-gap {
       padding: 65px 0 !important;
}
    .mb-10-red {
      margin-top: 50px;
      margin-bottom:30px;
}
    .counter {
      font-size: 33px!important;
      font-weight: 700;
}
    .counter span {
      font-size: 27px;
}
    .sep-right h2, .sep_new h2 {
      height: 120px;
      margin-top: 20px;
	  text-align:left;
}
    h4.text-norm-bullet-big {
      padding-left: 5%;
      padding-right: 5%;
	  font-size: 16px;
	
} 
    .single-cat h4 {
      line-height: 22px !important;
	  font-size:16px;
} 
    .newsletter {
       max-width: 85%;
}
}


/* - - - -  SIGN UP PAGE - - - - */

p {
   margin-bottom: -0.5rem; 
}

.sec_form{
    display: flex;
    align-items: center;
    height: 100vh;
}
.sign_up_page .row{
    margin: 0;
}
.sign_up_page{
    background: #d6eaf8;
}
.sign_up_page .form_header img{
    height: 45px;
    width: 195px;
}
.form_header{
    height: 170px;
    align-items: center;
    padding: 0 35px;
}
.sec_form .container{
    max-width: 800px;
    padding: 0;
}
.form_content{
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(152, 192, 220, 0.5);
    padding: 15px 35px 40px;
    border: 1px
}
form{
    width: 100%;
}
.sign_up_page form input, form textarea{
    border: 1px solid #3498db;
    padding-left: 10px !important;
    margin-bottom: 20px;
    font-size: 14px;
    background: #fff!important;
}
.form-select{
    margin-bottom: 20px;
}
select{
    height: 40px;
    border: 0;
    border: 1px solid #3498db;
    width: 100%;
    padding-bottom: 0;
    padding-left: 6px;
    font-weight: inherit;
    font-size: 14px;
    background: #fff!important;
    color:#777777;
}

#form_signup .form-textarea {
    border: 1px solid #3498db; !important;
    padding: 0 !important;
    margin-bottom: 20px;
    font-size: 14px;
}

select::placeholder{
    padding: 0;
    margin: 0;
}
.genric-btn.info-border {
    color: #fff;
    border: 1px solid #e21e26;
    background: #e21e26;
    border-radius: 25px;
}
.genric-btn.info-border:hover {
    background: #fff !important;
    color: #e21e26;
    border: 1px solid #e21e26;
}
.newsletter .genric-btn.info-border {
    color: #fff;
    border: 3px solid #ffffff;
    background: #e21e26;
    border-radius: 25px;
}
.newsletter .genric-btn.info-border:hover {
    background: #ffffff !important;
    color: #e21e26;
    border: 3px solid #ffffff;
}



.policy_link{
    width: 100%;
    padding-top: 20px;
    font-size: 15px;
    color: #383b3c;
}

/* - - - - END SIGN UP PAGE - - - - */


/* - - - -  THANK YOU PAGE - - - - */

.thanku_page{
	background-size: cover;
}

.thankoo{
    background: #3498db;
    height: 400px;
    align-items: center;
    padding: 0 30px;
	border-radius: 200px;
	
}
.thankoo h3{
	color: #fff !important;
	font-size: 45px;
	font-weight:600;
	text-align:center!important;
}

.thankoo p{
	color: #000!important;
	font-size: 18px;
	font-weight:400;
	text-align:center!important;
	margin-top: 40px;
}

.thankoo h4{
	font-size: 24px;
	font-weight:400;
	text-align:center;
}	
.thankoo-btn {
    margin-left: 270px;
    margin-top: -15px;
}
.thankoo-btn a{
    text-decoration: none;
    outline: 0;
    height: 120px;
    background-color: #e21e26;
    padding: 30px;
    padding: 70px 28px 70px 28px;
    color: white;
    border-radius: 90px;
    font-size: 14px;
    font-weight: 500;
}

.thankoo-btn a:hover{
    text-decoration: none;
    outline: 0;
    height: 120px;
    background-color: #fff;
    padding: 30px;
    padding: 70px 28px 70px 28px;
    color: #e21e26;
    border-radius: 90px;
    font-size: 14px;
    font-weight: 500;
}

.back_home_btn {
    text-align: center;
    margin-top: 0px;
    padding-top: 63px;
    font-weight: 500;
    background-color: #e21e26;
    width: 150px;
    height: 150px;
    border-radius: 75px;
}

.back_home_btn a{
	color:#ffffff;
}

.sec_form .container {
    max-width: 400px;

}
.thanku_page .row {
    margin-right: 0px;
    margin-left: 0px;
}


@media (max-width: 992px){
	.thankoo h3 {
      font-size: 30px;
	  margin-top: 90px;
	}
	.thankoo h4 {
      font-size: 20px;
 }
    .thankoo{
      height: 330px;
	  width: 330px;
	  margin: auto;
}
.thankoo p {
    font-size: 16px;
    margin-top: 30px;
}
    .thankoo-btn {
      margin: auto;
	  text-align: right;
}
    .thankoo-btn a{
      padding: 60px 20px 60px 20px;
      font-size: 13px;
	}
	  .thankoo-btn a:hover{
      padding: 60px 20px 60px 20px;
      font-size: 13px;
	}
}




