npm install @fontsource/source-sans-pro
npm install @fontsource/source-sans-pro
import "@fontsource/source-sans-pro"; // Defaults to weight 400
import "@fontsource/source-sans-pro/400.css"; // Specify weight
import "@fontsource/source-sans-pro/400-italic.css"; // Specify weight and style


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


------------------------------------------------------*/
#one {
width: 50%;
	background-color: blue;
}

#two {
width: 50%;
	float:right;
	background-color: red;
}

#three {
width:100%;
	float:right;
	background-color: yellow;
}




#space{
	height: 200px;
    width:100%;
	float: inherit;
	background-color:red;
  
}





	.textgray {
color: #999;
font-weight: 300;
font-size: 13px;
}
	





	
	.reduce{
   width: 50%;
}

.div1{ background:url(../images/barco.jpg);
background-size:cover;
height:600px;
width:100%;
}





. {
	color:white;
}



*{
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
           box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
  font-family: 'poppins', sans-serif;
}

a:focus,
a:hover{
    outline: none;
    text-decoration: none;
}

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5{
    font-weight: 500;
}

  h3{
    color:#0E3033;font-weight: 500;
}




.heading{
    position: relative;
    font-weight: 600;
    font-size: 48px;
	line-height:54px;
	letter-spacing:2px;
    color: #0E3033;
    margin-bottom: 60px;
    text-align: left;
}

.heading1{
    position: relative;
    font-weight: 600;
    font-size: 20px;
	line-height:26px;
	letter-spacing:2px;
    color: #CCC;
    margin-bottom: 60px;
    text-align: center; text-transform:uppercase;
	
	
}

.heading2{
    position: relative;
    font-weight: 600;
    font-size: 20px;
	line-height:26px;
	letter-spacing:2px;
    color: #5F6C70;
    text-align: center; text-transform:uppercase;
	

}


.heading4{
    position: relative;
    font-weight: 600;
    font-size: 48px;
	line-height:54px;
	letter-spacing:2px;
    color: #0E3033;
    margin-bottom: 60px;
    text-align:left;

}






.heading:after{
    content: "";
	    text-align: left;

    position: absolute;
    width: 100px;
    height: 0px;
    background-color: #0E3033;
    left: 50%;
    bottom: -10px;
    margin-left: -50px;
}

.heading span{
    color: #0E3033;
	    text-align: left;

}

.a-btn{
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;color: white;
    background-color: #145B67;
}
.a-btn:hover{
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;color: white;

background-color: #5891A0;

}

}
.a {;}
/*----------------------------------------------------
Start Section baner
----------------------------------------------------*/
.baner{
    padding: 70px 0;
    text-align: center;
}

.baner h1{
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: 600;
    color: #3b41e2;
}

.baner .image{
    margin-bottom: 50px;
    padding: 0px;
}

.baner p{
    text-decoration: none;
    color: #3b41e2;
    font-weight: 600;
    font-size: 18px;
    margin: 20px;
    display: block;
}

.baner p:hover{
    color: #222;
}
/*----------------------------------------------------
end Section baner
----------------------------------------------------*/

/*----------------------------------------------------
Start Section Loading
----------------------------------------------------*/
.loading-overlay {
  background:#222;
  color:#222;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999
}

.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 300px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
      -webkit-animation-delay: -1.0s;
              animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
       -webkit-transform: scale(0.0);
               transform: scale(0.0);
}
    
  50% {
       -webkit-transform: scale(1.0);
               transform: scale(1.0);
}
}

@keyframes bounce {
  0%, 100% { 
              transform: scale(0.0);
      -webkit-transform: scale(0.0);
  } 50% { 
              transform: scale(1.0);
      -webkit-transform: scale(1.0);
  }
}

/*----------------------------------------------------
End Section Loading
----------------------------------------------------*/

/*----------------------------------------------------
Start Section header
----------------------------------------------------*/
.header { 
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-radius: 0; 
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    background-color: transparent;
} 

.navbar-brand{
    height: auto;
    display: block;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; 
} 

.navbar-brand:hover, 
.navbar-brand:focus {
    color: #0060e2;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav { 
    margin: 0;
    float: right;
}  

.header .navbar-nav li a {
    padding: 30px 15px;
    color: #145B67;
    font-size: 14px;
    font-weight: 500;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus{
    background: none;
} 

.header .navbar-nav li.active a {
   padding: 30px 15px;
color: #145B67;
font-size: 14px;
font-weight: 500;

}

.header .navbar-toggle { 
    margin-top: 20px;
    padding: 10px;
}

.header .navbar-toggle .icon-bar {
    background: #145B67;
    height: 3px; 
}
 
.header.shrink {
	display:none;
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 10px 25px -15px #999;
} 

.header.shrink .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #0060e2;
}

.header.shrink .navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #555;
}

.header.shrink .navbar-nav li.active a {
     color: #0060e2;
}

.header.shrink .navbar-toggle { 
    margin-top: 10px;
    padding: 10px;
}

.header.shrink .navbar-toggle .icon-bar{
    background-color: #333;
}
/*----------------------------------------------------
end Section header
----------------------------------------------------*/

/*----------------------------------------------------
start section home for default page
----------------------------------------------------*/
.home{
    height: 600px;
    background-image: url('../images/pexels-photo-515167.jpeg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.home .overlay{
    background-color: rgba(0, 0, 0, 0.65);
    height: 600px;
    padding: 70px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home .overlay .title h1{
    font-size: 45px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}

.home .overlay .title p{
    line-height: 1.6em;
    color: #ddd;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.home .overlay .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: #0060e2;
    color: #fff;
}

.home .overlay .title .a-btn:hover{
    border: 1px solid #0060e2;
    color: #fff;
    background-color: transparent;
}
/*----------------------------------------------------
end section home for default page
----------------------------------------------------*/

/*----------------------------------------------------
start section slider for slider page
----------------------------------------------------*/



.slider11{
    height:100%;
	background:url(../images/about.jpg) no-repeat;
	background-size:cover;
	background-position: bottom;

	}
	
.slider11 .item .title h1{
    font-size: 65px; font-weight:600;
    color: #0E3033;
    letter-spacing: 1px;
	text-transform:uppercase;
	line-height:66px;
   
    margin: 0;
}

.slider11 .item .title h3{
    font-size: 14px;
    color: #394C4C;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider11 .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider11 .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider11 .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider11 .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}


	
.slider11 .container-fluid{
    padding: 0;
}

.slider11 .item{
    height:500px;
	padding-top: 300px;
}

.slider11 .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}









.slider10{
    height:100%;
	background:url("../images/industrial.jpg") no-repeat;
	background-size:cover;

	}
	
.slider10 .item .title h1{
    font-size: 65px; font-weight:600;
    color: #0E3033;
    letter-spacing: 1px;
	text-transform:uppercase;
	line-height:66px;
   
    margin: 0;
}

.slider10 .item .title h3{
    font-size: 14px;
    color: #394C4C;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider10 .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider10 .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider10 .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider10 .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}


	
.slider10 .container-fluid{
    padding: 0;
}

.slider10 .item{
    height:700px;
}

.slider10 .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}





.slider9{
    height:100%;
	background:url(../images/deicing.jpg) no-repeat;
	background-size:cover;

	}
	
.slider9 .item .title h1{
    font-size: 65px; font-weight:600;
    color: #0E3033;
    letter-spacing: 1px;
	text-transform:uppercase;
	line-height:66px;
   
    margin: 0;
}

.slider9 .item .title h3{
    font-size: 14px;
    color: #394C4C;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider9 .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider9 .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider9 .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider9 .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}


	
.slider9 .container-fluid{
    padding: 0;
}

.slider9 .item{
    height:700px;
}

.slider9 .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}







.slider8{
    height:100%;
	background:url(../images/xx-coarse.jpg) no-repeat;
	background-size:cover;

	}
	
.slider8 .item .title h1{
    font-size: 65px; font-weight:600;
    color: #0E3033;
    letter-spacing: 1px;
	text-transform:uppercase;
	line-height:66px;
   
    margin: 0;
}

.slider8 .item .title h3{
    font-size: 14px;
    color: #394C4C;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider8 .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider8 .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider8 .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider8 .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}


	
.slider8 .container-fluid{
    padding: 0;
}

.slider8 .item{
    height:700px;
}

.slider8 .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}








.slider7{
    height:100%;
	background:url(../images/x-coarse.jpg) no-repeat;
	background-size:cover;

	}
	
.slider7 .item .title h1{
    font-size: 65px; font-weight:600;
    color: #0E3033;
    letter-spacing: 1px;
	text-transform:uppercase;
	line-height:66px;
   
    margin: 0;
}

.slider7 .item .title h3{
    font-size: 14px;
    color: #394C4C;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider7 .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider7 .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider7 .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider7 .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}


	
.slider7 .container-fluid{
    padding: 0;
}

.slider7 .item{
    height:700px;
}

.slider7 .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}







.slider6{
    height:100%;
	background:url(../images/coarse.jpg) no-repeat;
	background-size:cover;

	}
	
.slider6 .item .title h1{
    font-size: 65px; font-weight:600;
    color: #0E3033;
    letter-spacing: 1px;
	text-transform:uppercase;
	line-height:66px;
   
    margin: 0;
}

.slider6 .item .title h3{
    font-size: 14px;
    color: #394C4C;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider6 .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider6 .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider6 .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider6 .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}


	
.slider6 .container-fluid{
    padding: 0;
}

.slider6 .item{
    height:700px;
}

.slider6 .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}





.slider5{
    height:100%;
	background:url(../images/medium.jpg) no-repeat;
	background-size:cover;

	}
	
.slider5 .item .title h1{
    font-size: 65px; font-weight:600;
    color: #0E3033;
    letter-spacing: 1px;
	text-transform:uppercase;
	line-height:66px;
   
    margin: 0;
}

.slider5 .item .title h3{
    font-size: 14px;
    color: #394C4C;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider5 .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider5 .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider5 .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider5 .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}


	
.slider5 .container-fluid{
    padding: 0;
}

.slider5 .item{
    height:700px;
}

.slider5 .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}









.slider4{
    height:100%;
	background:url(../images/fine.jpg) no-repeat;
	background-size:cover;

	}
	
.slider4 .item .title h1{
    font-size: 65px; font-weight:600;
    color: #0E3033;
    letter-spacing: 1px;
	text-transform:uppercase;
	line-height:66px;
   
    margin: 0;
}

.slider4 .item .title h3{
    font-size: 14px;
    color: #394C4C;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider4 .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider4 .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider4 .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider4 .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}


	
.slider4 .container-fluid{
    padding: 0;
}

.slider4 .item{
    height:700px;
}

.slider4 .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}










.slider3{
    height:100%;
	background:url(../images/03.jpg) no-repeat;
	background-size:cover;

	}
	
.slider3 .item .title h1{
    font-size: 65px; font-weight:600;
    color: #0E3033;
    letter-spacing: 1px;
	text-transform:uppercase;
	line-height:66px;
   
    margin: 0;
}

.slider3 .item .title h3{
    font-size: 14px;
    color: #AABBBC;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider3 .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider3 .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider3 .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider3 .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #0060e2;
}



	
.slider3 .container-fluid{
    padding: 0;
}

.slider3 .item{
    height:700px;
}

.slider3 .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}



.slider2{
    height:100%;
	background:url(../images/02.jpg) no-repeat;
	background-size:cover;

	}
	
.slider2 .item .title h1{
    font-size: 65px; font-weight:600;
    color: #0E3033;
    letter-spacing: 1px;
	text-transform:uppercase;
	line-height:66px;
   
    margin: 0;
}

.slider2 .item .title h3{
    font-size: 14px;
    color: #AABBBC;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider2 .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider2 .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider2 .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider2 .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #0060e2;
}



	
.slider2 .container-fluid{
    padding: 0;
}

.slider2 .item{
    height:700px;
}

.slider2 .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}


	
	
.slider{
    height:100%;
	background:url(../images/01.jpg) no-repeat;
	background-size:cover;

	}

.slider .container-fluid{
    padding: 0;
}

.slider .item{
    height:700px;
}

.slider .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}

.slider .first{
    background-image: url(../images/pexels-photo-515167.jpeg);
    background-position: top;
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider .second{
    background-image: url(../images/pexels-photo-380769.jpeg);
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider .third{
    background-image: url(../images/pexels-photo-265101.jpeg);
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .item .title h1{
    font-size: 65px; font-weight:600;
    color: #0E3033;
    letter-spacing: 1px;
	text-transform:uppercase;
	line-height:66px;
   
    margin: 0;
}

.slider .item .title h3{
    font-size: 14px;
    color: #AABBBC;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #0060e2;
}



.slider1{
    height:100%;
	background:url(../images/catalog.png) no-repeat;
	background-size:cover;
	background-position:center;

	}

.slider1 .container-fluid{
    padding: 0;
}

.slider1 .item{
    height:700px;
}

.slider1 .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
/*    background-color: rgba(0,0,0,0.7);
*/    height: 100%;
    color: #fff;
    cursor: e-resize
}

.slider1 .first{
    background-image: url(../images/pexels-photo-515167.jpeg);
    background-position: top;
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider1 .second{
    background-image: url(../images/pexels-photo-380769.jpeg);
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider1 .third{
    background-image: url(../images/pexels-photo-265101.jpeg);
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider1 .item .title h1{
    font-size: 65px;
    color: #0E3033;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}

.slider1 .item .title h3{
    font-size: 14px;
    color: #AABBBC;
    letter-spacing: 8px;
    font-weight: 400;
    margin: 0;
	text-transform:uppercase;
}



.slider1 .item .title p{
    line-height: 1.6em;
    color: #202C33;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.slider1 .item .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
	font-size:12px;
    margin-right: 20px;
    background-color: #145B67;
    color: #fff;
}

.slider1 .item .title .a-btn:hover{
    color: #fff;
    background-color: #5891A0;
}

.slider1 .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}



/*----------------------------------------------------
end section slider for slider page
----------------------------------------------------*/

/*----------------------------------------------------
start section video-container for video page
----------------------------------------------------*/
.video-container1{
    height:500px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
 
.video-background{
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100
}

.video-container1 .overlay{
    background-color:rgba(0,0,0,0.0);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 500px;
    width: 100%;
    text-align: center;      
}



.video-container1 .overlay .title h1{
 
	position: relative;
font-size: 25px;
font-weight: 600;
color:#FFFFFF;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 30px;
margin: 0;
	
	
	
}
.video-container1 .overlay .title h3{
 

	position: relative;
font-size: 14px;
color: #AABBBC;
letter-spacing: 8px;
font-weight: 400;
margin: 0;
text-transform: uppercase;

	
	
}


.video-container1 .overlay .title h5{
	
	position: relative;
font-size: 36px;
color: #FAFAFA;
letter-spacing: 3px;
	line-height: 38px;
font-weight: 700;
margin: 0;
text-transform: uppercase;

	
	
}



.video-container1 .overlay .title p{
 line-height: 1.6em;
color: #202C33;
font-size: 16px;
font-weight: 300;
margin-top: 20px;
}
.video-container1 .overlay .title .a-btn{
  font-weight: 400;
display: inline-block;
margin-top: 30px;
font-size: 12px;
margin-right: 20px;
background-color: #145B67;
color: #fff;
}

.video-container1 .overlay .title .a-btn:hover{
   color: #fff;
background-color: #5891A0;
}







.video-container{
    height:800px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
 
.video-background{
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100
}

.video-container .overlay{
    background-color:rgba(0,0,0,0.0);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 800px;
    width: 100%;
    text-align: center;      
}
.video-container .overlay .title h1{
 
	
	
	position: relative;
font-size: 65px;
font-weight: 600;
color: #0E3033;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 66px;
margin: 0;
	
	
	
}
.video-container .overlay .title h3{
 
	
	
	position: relative;

font-size: 14px;
color: #AABBBC;
letter-spacing: 8px;
font-weight: 400;
margin: 0;
text-transform: uppercase;

	
	
}


.video-container .overlay .title h5{
 
	
	
	position: relative;

font-size: 36px;
color: #FAFAFA;
letter-spacing: 3px;
	line-height: 38px;
font-weight: 700;
margin: 0;
text-transform: uppercase;

	
	
}









.video-container .overlay .title p{
 line-height: 1.6em;
color: #202C33;
font-size: 16px;
font-weight: 300;
margin-top: 20px;
}
.video-container .overlay .title .a-btn{
  font-weight: 400;
display: inline-block;
margin-top: 30px;
font-size: 12px;
margin-right: 20px;
background-color: #145B67;
color: #fff;
}

.video-container .overlay .title .a-btn:hover{
   color: #fff;
background-color: #5891A0;
}
/*----------------------------------------------------
end section video-container for video page
----------------------------------------------------*/

/*----------------------------------------------------
Start Section about
----------------------------------------------------*/
.about{
    padding: 70px 0;
	background-color:#fff;
}
.about2{
    padding: 70px 0;
	background-color:#fff;
}



.about .words,
.about .image{
    margin-bottom: 30px;
}

.about .words h2{
    margin-bottom: 20px;
}

.about .words .para{
    margin-bottom: 20px;
}

.about .words .item{
    margin-bottom: 20px;
}

.about .words p .fa{
    color: #0060e2;
    font-size: 15px;
}

.about .words p{
    color: #626363;
	text-align:left;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7em;
	  font-family: 'Source Sans Pro', sans-serif;

}


/*----------------------------------------------------
end Section about
----------------------------------------------------*/

/*----------------------------------------------------
Start Section overview
----------------------------------------------------*/
.overview{
    position: relative;
   
    background:url(../images/blue.jpg);
	background-size:cover;
    color: #fff;
}

.overview .left{
    background-image: url(../images/pexels-photo-380769.jpeg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: local;
    background-position: top;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.overview .left .icon{
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: #0060e2;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-right: -35px;
}

.overview .left .icon:hover{
    color: #ddd;
}

.overview .right{
    float: right;
    text-align: center;
}

.overview .right .heading{
    color: #fff;
}

.overview .right p{
    color: #eee;
    margin-bottom: 30px;
}

.mission .item .icon{
    font-size: 35px;
}

.mission .item h2{
    font-size: 25px;
}

.mission .item p{
    color: #f5f5f5;
    font-size: 14px;
    line-height: 1.6em;
    margin: 20px 10%;
}

.mission .item{
    margin: 0 auto;
}
/*----------------------------------------------------
end Section overview
----------------------------------------------------*/

/*----------------------------------------------------
start Section services 



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

#pleca{
	width:100%;
	
	background-color:#AFD7E2;
	
}


#services4{
	width:50%;
	float: left;
	height:400px;
	padding-top:130px;
	padding-right:100px;
	padding-left:100px;
	background-color:#AFD7E2;
	color:#5F6C70;
	background-size:cover;
	line-height:120px;
	font-size:60px;
	text-align:center;
	
}
#services1{
	width:100%;
	height:500px;
	padding-top:120px;
	padding-bottom:50px;
	padding-right:100px;
	padding-left:200px;
	background:url(../images/barco.jpg);
	background-size:cover;
	line-height:120px;
	font-size:60px;
	text-align:center;	margin-bottom: 10%;

	
}

#services9{
	width:100%;
	height:300px;
	padding-right:100px;
	padding-left:100px;
	line-height:120px;
	font-size:60px;
	text-align:center;	margin-bottom: 10%;
	

	
}




#services5{
	width:100%;
	height:600px;
	padding-top:120px;
	padding-bottom:50px;
	padding-right:100px;
	padding-left:200px;
	background:url(../images/salts.jpg);
	background-size:cover;
	line-height:120px;
	font-size:60px;
	text-align:center;
	
}

#services6{
	width:100%;
	height:450px;
	padding-top:50px;
	padding-right:100px;
	padding-left:200px;
	background-size:cover;
	font-size:60px;
	text-align:center;
	
}
#services7{
	width:100%;
	height:450px;
	padding-top:50px;
	padding-right:100px;
	padding-left:200px;
	background-size:cover;
	font-size:60px;
	text-align:center;
	
}




#services{
	width:50%;
	float: right;
	height:400px;
	padding-top:120px;
	padding-bottom:50px;
	padding-right:100px;
	padding-left:200px;
	background-color:#145B67;
	line-height:120px;
	font-size:60px;
	text-align:center;
	margin-bottom: 10%;
	
}

.services .item{
   
}

.services .item .icon{
    font-size: 30px;
    color: #0060e2;
    text-align: center;
    border-radius: 50%;
}

.services .item:hover {
    box-shadow: 0 5px 30px -5px #ccc;
    border: 1px solid transparent;
}

.services .item h3{
    color: #333;
    font-size: 25px;
}

.services .item:hover h3{
    color: #0060e2;
}

.services .item p{
    color: #888;
    font-size: 14px;
}
/*----------------------------------------------------
end Section services
----------------------------------------------------*/

/*----------------------------------------------------
Start Section team
----------------------------------------------------*/
.team{
    text-align: center;
    background-color: #fff;
}

.team .area{
    position: relative;
}

.team .item{
    margin: 20px;
    padding: 50px 20px;
}

.team .item:focus{
    outline: none;
}

.team .item img{
    margin: 0 auto;
}

.team .item h5{
    color: #0E3033;
    font-size: 25px;
    margin-bottom: 5px;
}

.team .item span{
    color: #999;
    font-weight: 300;
    font-size: 13px;
}

.team .item p{
    color: #666;
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
}

.team .item a{
  
}

.team .item a:hover{
    background-color: #5891A0;;
    color: #fff;
}

.team .controllers .prev{
    position: absolute;
    top: 60%;
    left: -30px;
}

.team .controllers .next{
    position: absolute;
    top: 60%;
    right: -30px;
}

.team .controllers span{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #145B67;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
}

.team .controllers span:hover{
    background-color: #333;
}
/*----------------------------------------------------
end Section team
----------------------------------------------------*/

/*----------------------------------------------------
start my-portfolio section   
 ----------------------------------------------------*/
.my-portfolio{
    padding: 70px 0;
    width: 100%;
    text-align: center;
}

.my-portfolio ul{
    list-style: none;
    margin-bottom: 30px;
}

.my-portfolio ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    color: #555;
    font-weight: 300;
    border: 1px solid transparent;
}

.my-portfolio .selected{
 
}

.my-portfolio .work-area{
    position: relative;
    margin-bottom: 30px;
}

.my-portfolio .textgray{
    position: relative;
    margin-bottom: 30px;
	color: #999;
font-weight: 300;
font-size: 13px;
}

.my-portfolio .text{
    position: relative;
    margin-bottom: 30px;
color: #666;
font-weight: 300;
font-size: 14px;
	
}

.my-portfolio .head{
    position: relative;
    margin-bottom: 30px;
color: #0E3033;
font-size: 25px;
margin-bottom: 5px;
	font-weight: 600;
}






.my-portfolio .work-area .image{
    overflow: hidden
}

.my-portfolio .work-area .image img{
    width: 80%;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.my-portfolio .work-area:hover .image img{
    transform: scale(1.05);
}

.my-portfolio .work-area .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.my-portfolio .work-area .overlay .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out; 
       -moz-transition: all 0.3s ease-in-out; 
         -o-transition: all 0.3s ease-in-out; 
            transition: all 0.3s ease-in-out;
}

.my-portfolio .work-area .overlay i:hover{
 
}

.my-portfolio .work-area:hover .overlay{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
} 
/*----------------------------------------------------
end my-portfolio section 
----------------------------------------------------*/

/*----------------------------------------------------
start clients section 
----------------------------------------------------*/
.clients{
   padding: 70px 0;
}

.clients .overlay .item  img{
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 0 auto;
}

.clients .overlay .item p{
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    margin-left: 10%;
    padding-left: 5%;
    margin-top: 50px;
    border-left: 3px solid #aaa
    
}

.clients .overlay .item .icon{
    color: #0060e2;
    font-size: 20px;
}

.clients .overlay .item h4{
    font-weight: 600;
    font-size: 17px;
    color: #0060e2;
    margin-left: 15%
}

.clients .overlay .item .star{
    margin-left: 15%;
}
/*----------------------------------------------------
end clients section 
----------------------------------------------------*/

/*----------------------------------------------------
start help section 
----------------------------------------------------*/
.help{
    padding: 70px 0;
	background-color:#fff;
}

.help .box{
    padding: 0;
}

.help .colored{
    background-color: #EFEFEF; 
}

.help .box img{
    width: 100%;
}

.help .box .item{
    padding: 50px;
    min-height: 388px;
}

.help .box .item h3{
    font-size: 22px;
    color: #0B2B38;
    font-weight: 600;
}

.help .box .item p{
    font-size: 15px;
    margin: 30px 0;
    color: #0B2B38;
}

.help .box .item .a-btn{
    background-color: #145B67;    color: #fff;
	font-size:12px;
}

.help .box .item .a-btn:hover{
color: #fff;
    background-color: #5891A0;
}




/*----------------------------------------------------
end help section 
----------------------------------------------------*/

/*----------------------------------------------------
start price section 
----------------------------------------------------*/
.price{
    padding: 70px 0;
    text-align: center;
    background-color: #f8f8f8;
}

.price .item{
    box-shadow: 0px 10px 35px -5px #bbb;
    margin-bottom: 30px;
    padding: 0 0 50px  0;
    background-color: #fff;
}

.price .item .price-box{
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #0060e2;
}

.price .item .price-box p{
    font-size: 30px;
    color: #fff;
    padding-top: 50px;
}

.price .item .price-box span{
    color: #ccc;
}

.price .item .price-box strong{
    font-weight: 900;
    font-size: 50px;
    color: #fff;
}

.price .item p{
    color: #333;
    font-size: 16px;
    line-height: 1.6
}

.price .item .a-btn{
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
}

.price .item .a-btn:hover{
    background-color: transparent;
    color: #333;
    border: 1px solid #0060e2;
}
/*----------------------------------------------------
end price section 
----------------------------------------------------*/

/*----------------------------------------------------
start blog Section
----------------------------------------------------*/
.blog{
    padding: 70px 0;
}

.blog .blog-area{
    box-shadow: 0 10px 20px -2px #ddd;
    margin-bottom: 30px;
}

.blog .blog-area .details{
    padding: 10px;
}

.blog .blog-area:hover{
    box-shadow: 0 10px 20px -2px #bbb;
}

.blog .blog-area img{
    width: 100%;
}

.blog .blog-area .details h5 span{
    margin-right: 10px;
    color: #888;
}

.blog .blog-area .details a{
    color: #0060e2;
}

.blog .blog-area .details a:hover{
    color: #333;
}

.blog .blog-area .details h2{
    font-size: 25px;
}

.blog .blog-area .details p{
    color: #888;
    font-size: 15px;
}

.blog .blog-area .details h4 img{
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.blog .blog-area .details h4{
    font-weight: 700;
    color: #555;
    font-size: 13px;
}
/*----------------------------------------------------
end blog Section
----------------------------------------------------*/

/*----------------------------------------------------
start partners Section
----------------------------------------------------*/
.partners{
    padding: 70px 0;
}

.partners img{
    opacity: 0.4;
    margin-bottom: 30px;
    max-width: 100%;
    cursor: pointer;
}

.partners img:hover{
    opacity: 1
}
/*----------------------------------------------------
end partners Section
----------------------------------------------------*/

/*----------------------------------------------------
start contact-me Section
----------------------------------------------------*/
.contact {
    padding: 70px 0;
    background-color: #f7f7f7;
    text-align: center;
}

.contact-form {
    margin-bottom: 30px;
}

.form-group{
    margin-bottom: 0;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #222;
    text-indent: 20px;
    background-color: #eee;
    background-image: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 30px;
    font-weight: 300;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit'] {
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    background:#145B67;
    border: none;
    -webkit-transition:all .1s ease-in-out;
       -moz-transition:all .1s ease-in-out;
         -o-transition:all .1s ease-in-out;
            transition:all .1s ease-in-out;
    outline: none;
    box-shadow: none;
    font-weight: 300;
    border: 1px solid transparent;
    border-radius: 20px;
}

.contact-form input[type='submit']:hover {
	background:#5891A0;
        color: #222;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
	
	
}


.contact .box .item{
    margin-bottom: 30px;    
}

.contact .box .item .icon{
    font-size: 30px;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #0060e2;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50%;
}

.contact .box .item p{
	padding:0 0 0 40px;
    color: #0B2B38;
    font-size: 15px;
	text-align:left;
}
/*----------------------------------------------------
end contact-me Section
----------------------------------------------------*/

/*----------------------------------------------------
start social-icon-div
----------------------------------------------------*/
 .copyright{
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #888;
}

.copyright p{
    color: #333;
    font-weight: 400;
	font-size:12px;
}
/*----------------------------------------------------
end social-icon-div
----------------------------------------------------*/

/*----------------------------------------------------
start scroll-top div
----------------------------------------------------*/
#scroll-top {
    width:40px;
    height:40px;
    line-height: 40px;
    color:#fff;
    background-color:#0060e2;
    text-align:center;
    position:fixed;
    right:15px;
    bottom:10px;
    z-index:9999;
    display: none;
    cursor:pointer;
    border-radius: 50%;
}

#scroll-top:hover {
    background-color:#333;
}

#scroll-top .icon{
    line-height: 15px;
}
/*----------------------------------------------------
end scroll-top div
----------------------------------------------------*/

@media (max-width:320px){
  


.heading1 {
position: relative;
font-weight: 600;
font-size: 5px;
line-height: 34px;
letter-spacing: 2px;
color: #CCC;
margin-bottom: 60px;
text-align: center;
text-transform: uppercase;
}


}




 