

@import url("/vendors/fonts/stylesheet.css");
/*-----------------------*/
/*--BASIC SETUP-*/
/*-----------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    color: rgb(82, 82, 82);
    font-family:'Matter',‘Roboto’, 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}
.header {
    background: url('img/bg.jpg') center/cover no-repeat, linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));

    /*background-image: url("../img/30.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
}

/*MAnager's Address*/
    .encapsulate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.encapsulate > .heading {
    width: 100vw;
    height: 70px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #00000000;
    text-align: center;
}
.encapsulate > .heading > .title {
    color: rgb(2, 2, 138);
}
.encapsulate > .founder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
}
.encapsulate > .founder > .ceo,
.encapsulate > .founder > .address,
.encapsulate > .founder > .message
 {
    flex-basis: 32%;
    width: 30%;
}
.encapsulate > .founder > .message {
    padding: 20px;
}
.encapsulate > .founder  > .message > .message-text {
    line-height: 1.5;
    margin-bottom: 20px;
}
.salutation {
    font-weight: bold;
}
@media only screen and (max-width: 1024px) {
    .encapsulate > .founder {
        flex-direction: column;
        /* padding: auto 20px; */
        box-sizing: border-box;
    }
    .encapsulate > .founder > .ceo,
    .encapsulate > .founder > .address,
    .encapsulate > .founder > .message {
        /* flex-basis: 32%; */
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }
}

/*End of Manger's Address*/

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}



/*-----------------------*/
/*--REUSABLE COMPONENT-*/
/*-----------------------*/

.row{
    max-width: 1140px;
    margin: 0 auto;
}

section{
    padding: 80px 0;
    font-weight: 300;
    font-size: 90%;
}


/*-----------------------*/
/*--BOTTONS-*/
/*-----------------------*/

.btn:link,
.btn:visited{
display: inline-block;
padding: 10px 30px;
text-decoration:none;
transition: border 0.2s, colour 0.2s;
font-size: 90%;
font-size: 16px;
}


.btn-full:link,
.btn-full:visited{
    background-color: #549BC4;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited{
    background-color: #fff;
    color: #549BC4;
}

.btn-full:hover,
.btn-full:active{

border: 1px solid ;
}

.btn-ghost:hover,
.btn-ghost:active{

border: 1px solid;
}





/*-----------------------*/
/*--HEADERS -*/
/*-----------------------*/




header{
    background-image:linear-gradient(rgb(0,0,0,0.6),rgb(0,0,0,0.6)),url(img/bg1.jpg);
     background-size: cover;
     background-position: center;
     height: 100vh;
}

.hero-text-box{
    position: absolute;
    width: 1140px;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50% );
}

h1,
h2,
h3{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;

}
.green{
    color: green;
    font-weight: 500;
}

h1{
    text-transform: none;
    margin-top: 0;
    margin-bottom: 20px;
    color:#fff;
    font-size: 300%;
}

.hero-text-box h1 .line-text{
    font-size: 20px;
    font-weight:500;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
}



h2{
font-size: 180%;
word-spacing: 2px;
text-align: center;
margin-bottom: 30px;
}

h2:after{
display: block;
height: 2px;
background-color: #549BC4;
content: " ";
width: 100px;
margin: 0 auto;
margin-top: 30px;
}

h3{
    font-size: 110%;
    margin-bottom: 15px;
    color:#549BC4;

}



.services{
    padding: 1px 10px;
}



.services p{
    font-size: 90%;
    line-height: 145%;
    /* letter-spacing: 1px; */
    word-spacing: 3px;
}

.modal p{
padding: 5px 0px 15px 0px;
}

/* Paragraph*/
.long-copy{
    line-height: 145%;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 15px;
}

.logo{
    height: 100px;
    width: auto;
    float: left;
margin-top: 20px;
}

.logoc{display: none;
    height: 55px;
    width: auto;
    float: left;
    margin: 5px 0;
}




.main-nav{
    float:right;
    list-style: none;
    margin-top: 50px;
}

.main-nav li{
    display: inline;
    margin-left: 40px;;
}

.main-nav li a:link,
.main-nav li a:visited{
    padding: 8px 0;
    text-decoration:none;
    color: #fff;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active{
   border-bottom: 2px solid green;
}

/* .img{
    max-width: 100px;
} */



/*------Images------*/

.serviceimg{
    display: block;
max-width: 100%;
padding: 10px 0;
margin-bottom: 10px;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }


  /*........cites............*/
  .box img{
     width: 100%;
     height: auto;
     margin-bottom: 15px; 
  }

  .section-visas{
      background-color: rgb(243, 242, 242);
  }


  *-------------------------------*/
/*Icons*/
/*-------------------------------*/

.icon-big{
    color: #0a3eff;
    display: block;
    font-size: 350%;
    margin-bottom: 10px ;
}

/*Sticky */
/*-------------------------------*/

.sticky{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 2px  #efefef;
    z-index: 999;
}

.sticky  .main-nav{margin-top: 18px; }


.sticky  .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 18px 0;  
    color: #549BC4;
    
}

.sticky .logoc{display: block; }
.sticky .logo{display: none; }



.sticky .main-nav{margin-top: 15px;}


/*-------------------------------*/

/*-------------------------------*/
/* Mobile Nav */
/*-------------------------------*/


.mobile-nav-icon{
     float: right;
margin-top: 20px !important;
font-size: 150% !important;
cursor: pointer;
display: none;
}

.mobile-nav-icon i{
    font-size: 200% !important;
    color: #fff  ;
}







/*-------------------------------*/
/*Testimonial */
/*-------------------------------*/

.section-testimonies{
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0.8)),to(rgba(0,0,0,0.8))), url(img/9.jpg);
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(img/9.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;

}



blockquote{
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
margin-top: 40px;;
}


blockquote:before{
    content:"\201C";
    font-size: 500%;
    display:block; 
    position: absolute;
    top:-5px;
    left: -3px;
    }


cite{
    font-size: 90%;
    margin-top: 25px;
    display:block;
}


/*-------------------------------*/
/*Contact form*/
/*-------------------------------*/

.contact-form{
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
textarea{
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
textarea{
    height: 100px;
}

*:focus{outline: none;}


/*-------------------------------*/
/*Footer*/
/*-------------------------------*/

footer{
    background-color: #333;
    padding: 40px;
   font-size: 80%;
}

.footer-nav{
    list-style: none;
    float: left;
}

.social-links{
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li{
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child
{
    margin-right: 0px;
}


.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:visited,
.social-links li a:link,
.footer-location li a:link,
.footer-location li a:visited{
text-decoration: none;
border: 0;
color: #888;
-webkit-transform: color 0.2s;
transform: color 0.2s;
}

.footer-nav li a:active,
.footer-nav li a:hover,
.footer-location li a:hover,
.footer-location li a:active,
.footer-location:hover
{
    color: #ddd;
}

footer p{
    color: #888;
    text-align: center;
    margin-top: 20px;
   
}

.footer-location{
    list-style: none;
}

.footer-location li{
    display: inline-block;
}

.footer-location {
    text-align: center;
    margin-top: 10px;
 
}



.social-links  li,
.social-links  li{
    font-size: 160%;
}

.ion-social-facebook:hover{
   color: #000;
}

.ion-social-facebook
{
color: #3b5998;
}


.ion-social-instagram
{
color: #517fa4;
}

.ion-social-whatsapp
{
color: #25d366;
}

.ion-social-twitter{
color: #00aced;
}



/*-------------------------------*/
/*Parragraph*/
/*-------------------------------*/



.location-box:first-child{
text-align: right;
 
margin-top: 30px;
}

.location-box:last-child{
    margin-top: 70px;
padding-left: 3%;
}
 
.map-view{width: 100%;}

.location-contact{
    margin-bottom: 40px;
}

.location-contact div{
    border: 2px solid green;
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 150%;
    margin-right: 20px;
}






/*-------------------------------*/
/* floating whatsapp*/
/*-------------------------------*/





.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/*-------------------------------*/
/* Products */
/*-------------------------------*/



.section-products{
    padding: 0;
}

.products-showcase{
     list-style: none;
     width: 100%;
}


.products-showcase li{
   display: block;
   float: left;
   width: 25%;
}

.product-photo{
    width: 100%; 
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.product-photo img{
    opacity: 0.7;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
    transition: opacity 0.5s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.5s;
    transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
    -ms-transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
}

.product-photo img:hover{
    opacity: 1;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    
}
