body {
  background: #fffeff !important;
}

/* custom font face */


@font-face {
  font-family: "GraphikWide-Light";
  src: url("fonts/GraphikWide-Light.otf") format("opentype");
}

@font-face {
  font-family: "Graphik-Super";
  src: url("fonts/Graphik-Super.otf") format("opentype");
}

@font-face {
  font-family: "Graphik-Medium";
  src: url("fonts/Graphik-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Graphik-Thin";
  src: url("fonts/Graphik-Thin.otf") format("opentype");
}


h1
{
  font-family: 'GraphikWide-Light', sans-serif; 
  font-weight: 800;
  line-height: 0.5;
}

h2
{
  font-family: 'GraphikWide-Light', sans-serif; 
    font-size: 120px;
    line-height: 60px;
}



h3
{
  font-family: 'Graphik-Super', sans-serif;  
    font-size: 110px;
    font-weight:bolder;
    line-height: 95px;
}

h4
{
  font-family: 'Graphik-Medium', sans-serif; 
    font-size: 20px;
    line-height: 15px;
}

h5
{
  font-family: 'Graphik-Medium', sans-serif; 
    font-size: 30px;
    line-height: 10px;
    font-weight:bolder;
}

p
{
  font-family: 'Graphik-Thin', sans-serif; 
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

ul > li
{
  font-family: 'Graphik-Thin', sans-serif; 
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.red {
    color:#d0001b;
}

/* navigation */

.navigation {
    background-color: #d0001b;
  height: 80px;
}

.nav {
  height: 80px;
  width: 100%;
  background-color: #d0001b;
  position: relative;
    z-index:500;
    max-width:960px;
    margin:0 auto;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 5px 10px 20px 10px;
    font-family: 'Graphik-Medium', sans-serif; 
    font-size: 10px;
    font-weight: 400;
}

.nav > .nav-header > .nav-title > a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #efefef;
    font-family: 'Graphik-Medium', sans-serif; 
    font-size: 10px;
    font-weight: 400;
}

.nav > .nav-header > .nav-title > a:hover {
    color: #efefef;
    text-decoration: none;
    font-family: 'Graphik-Medium', sans-serif; 
    font-size: 10px;
    font-weight: 400;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 12px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 30px 10px 30px 10px;
  padding: 30px 10px 30px 10px;
  text-decoration: none;
  color: #efefef;
    font-family: 'Graphik-Medium', sans-serif; 
    font-size: 13px;
    font-weight: 400;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #efefef;
  text-decoration: none;
    font-family: 'Graphik-Medium', sans-serif; 
    font-size: 13px;
    font-weight: 400;
}

.nav > #nav-check {
  display: none;
}

@media (max-width:600px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 20px;
    height: 8px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

/* end navigation */

/* fade slide */

.lower-nav {
    position:absolute;
    z-index:9999 !important;
    top:600px;
    left:26%;
    width:30%;
}

.lower-nav > a {
   color:#ffffff; 
  text-decoration: none;
    font-family: 'Graphik-Medium', sans-serif; 
    font-size: 20px;
    font-weight: 400;
}

.lower-nav > a:hover {
   color:#ffffff; 
  text-decoration: none;
    font-family: 'Graphik-Medium', sans-serif; 
    font-size: 20px;
    font-weight: 400;
    opacity: 0.5;
    
	-webkit-transition:0.2s ease all;
	   -moz-transition:0.2s ease all;
	    -ms-transition:0.2s ease all;
	     -o-transition:0.2s ease all;
	        transition:0.2s ease all;
}


.slider {
    z-index:-10 !important;
}

.slider-container {
    margin: 0 auto;
    width:960px;
    top:130px;
    left:25%;
    position:absolute;
    z-index:9999 !important;
}

#particles-js{
    display:block;
    position: relative;
    width: 100%; 
    height: 100vh;
    background: #d0001b;
}

.particles-header {
    margin: 0 auto;
    width:960px;
    height:310px;
    top:130px;
    z-index:999;
    display:block;
}

.title {
    margin: 0 auto;
    display:block;
    text-align: center;
    margin-top:-230px;
    width:600px;
    height:auto;
    text-align: justify;
      padding-left:15px;
      padding-right:15px;
}

  .services {
    width:100%;
    height:100%;
    display:block;
    position:relative;
    margin-bottom:280px;
      padding-left:15px;
      padding-right:15px;
 }


  .services-container {
    margin: 0 auto;
    display:block;
    width:450px;
    text-align: justify;
 }

.white {
    color:#ffffff;
}



/* FOOTER */
.footer {
  background: #d0001b;
  display: block;
 }

 .inner-footer {
    margin:0 auto;
  width: 960px;
   padding: 30px 10px;
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
   justify-content: center;
 }

.footer-items {
  width: 25%;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
}

.footer-items p {
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
  color: #fff;
}

.footer-items h1 {
  color: #fff;
}

.border1 {
  height: 3px;
  width: 40px;
  background: #ff9800;
  color: #ff9800;
  background-color: #ff9800;
  border: 0px;
}

ul.serv {
  color: #000000;
    list-style-type: disc;
}

ul {
  list-style: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;  
 }

ul a {
  text-decoration: none;
  outline: none;
  color: #fff;
  transition: 0.3s;
}

ul a:hover {
  color: #ff9800;
}

ul li {
  margin: 10px 0;
  height: 25px;
}

li i {
  margin-right: 20px;
}

.social-media {
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 20px;
}

.social-media a {
  text-decoration: none;
}

.social-media i {
  height: 25px;
  width: 25px;
  margin: 2px 2px;
  padding: 2px;
  color: #fff !important;
  transition: 0.5s;
}

.social-media i:hover {
  transform: scale(1.5);
}

.footer-bottom {
  padding: 10px;
  background: #00121b;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/* for tablet mode view */

@media screen and (max-width: 1275px) {
  .footer-items, .social-media {
    width: 50%;
  }
}

/* for mobile screen view */

@media screen and (max-width: 660px) {
  .footer-items, .social-media {
    width: 100%;
  }
}

label {
	width:100%;
}

form input {
	margin:15px 0;
	padding:15px 10px;
	width:70%;
	outline:none;
	float:left;
	border:4px solid #020202;
	border-radius:20px;
	display:inline-block;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
    -webkit-transition:0.2s ease all;
	   -moz-transition:0.2s ease all;
	    -ms-transition:0.2s ease all;
	     -o-transition:0.2s ease all;
	        transition:0.2s ease all;
}


button[type=submit] {
	padding:15px 50px;
	width:auto;
	background:#d0001b;
	border:none;
	border-radius:20px;
	color:white;
	cursor:pointer;
	display:inline-block;
	clear:left;
	-webkit-transition:0.2s ease all;
	   -moz-transition:0.2s ease all;
	    -ms-transition:0.2s ease all;
	     -o-transition:0.2s ease all;
	        transition:0.2s ease all;
}

button[type=submit]:hover {
	opacity:0.8;
}

button[type=submit]:active {
	opacity:0.4;
}




/* for tablet mode view */

@media screen and (max-width: 1275px) {
  .title, .slider, .slider-container {
    width: 50%;
  }
    
  h2
    {
        font-family: 'GraphikWide-Light', sans-serif; 
        font-size: 40px;
        line-height: 20px;
    }

    h3
    {
      font-family: 'Graphik-Super', sans-serif;  
        font-size: 30px;
        font-weight:bolder;
        line-height: 15px;
    }  
    
}

/* for mobile screen view */

@media screen and (max-width: 660px) {
  .title, .slider, .slider-container {
    width: 100%;
  }
    
    
    
   h2
    {
        font-family: 'GraphikWide-Light', sans-serif; 
        font-size: 40px;
        line-height: 20px;
    }

    h3
    {
      font-family: 'Graphik-Super', sans-serif;  
        font-size: 30px;
        font-weight:bolder;
        line-height: 15px;
    } 
    
}
}