*{
	margin: 0;
    padding: 0;
}
a {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,a,p{
	font-family: 'Montserrat', sans-serif;
}
.container {
	width: 80%;
	margin: 0 auto;
}

body{
    font-family: montserrat;
}
nav{
    height: 80px;
}
.logo{
    font-size: 35px;
    padding: 0 10px;
    line-height: 80px;
}
nav ul {
    float: right;
    margin-right: 20px;

}
nav ul li{
    list-style: none;
    display: inline-block;
    margin: 0px 8px;
    line-height: 80px;
}
nav ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 7px 10px;
    border-radius: 3px;
    color: #2f3640;
    transform: .5s;

}
a.active, a:hover{
    border: 1px solid #2f3640;
    transform: .5s;
}
nav #icon{
    color: #2f3640;
    font-size: 30px;
    line-height: 80px;
    float: right;
    margin-right: 40px;
    cursor: pointer;
    display: none;

}
	/*-- Main-Content Start From Here */

.content{
	text-align: center;
	margin: 40px 0px;
}
.content h1{
	font-size: 42px;
		line-height: 60px;
		color: #162d5b;
}
.content span{
	color: #008aff;
}
.content P{
	font-size: 14px;
	margin-top: 20px;
	line-height: 25px;
}


/*-- Content2 Start From Here */

.content-2{
display: flex;	
margin: 80px 0px;
	
}
.c-1{
  width: 50%;
	text-align: right;

}
.c-1 h1{
	color: #f15a6a;
	font-size: 52px;
}
.c-1 p{
	line-height: 25px;
  padding-left: 100px;
}

.c-2{
  width: 50%;
}
.c-2 h1{
	color: #0f2656;
	font-size: 52px;
	padding-left: 30px;
	padding-right: 150px;
	line-height: 70px;
}
/*-- Content2 End From Here */

/*-- Section-3 Start From Here */
.sec-3{

}
.box{
	display: flex;
	justify-content: space-evenly;
	margin: 60px 0px;
}
.box p {
	line-height: 25px;
	font-size: 15px;
}

.box-1{
	height: auto;
	width: 25%;
	padding: 20px 25px;
	background: #fdebed;

}
.box-2{
	height: auto;
	width: 25%;
	padding: 20px 25px;
	background: #ebf9f4;
}
.box-3{
	height: auto;
	width: 25%;
	padding: 20px 25px;
	background: #fff7e8;
}


/*-- Section-3 End From Here */

/*-- Footer Start From Here */
.footer{
	text-align: center;
	padding: 40px 0px;
	background: #008aff;
	width: 100%;
}
.footer p{
	color: #ebf9f4;
}
.f-span{
	color: #fff;
	font-weight: 800;
	letter-spacing: 5px;
}


/*-- Footer End From Here */













/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    /* CSS */
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    /* CSS */
    nav ul li{
      margin: 0px 5px;
    }
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    /* CSS */
    .logo{
        font-size: 32px;
        padding-left: 60px;
    }
    nav ul li{
      margin: 0px 5px;
    }
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
    
    /* CSS */
    .logo{
        font-size: 32px;
        padding-left: 60px;
  }
  nav ul li{
    margin: 0px 5px;
  }

  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 797px) {
    
    /* CSS */
    nav #icon{
        display: block;

    }
    nav ul {
        position: fixed;
        width: 100%;
        height: 50vh;
        background: #2f3640;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
      margin: 0px 5px;
    }
    nav ul li{
        display: block;
        margin: 30px 0px;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
        color: #fff;
  }
  a.active, a:hover{
      border: none;
      color: #3498db;
  }
  nav ul.show{
      left: 0;
  }
  .content h1{
	font-size: 32px;
		line-height: 40px;
}
  .c-2 h1{
	font-size: 28px;
	padding-left: 20px;
	line-height: 40px;
  }
  .c-1 h1{
	font-size: 32px;
}
.c-1 p{
	padding-left: 20px;
}
.box{
	display: block;
}
.box-1{
	width: 80%;
	padding: 20px 0px;
  text-align: center;
  margin-left: 10%;

}
.box-2{
	width: 80%;
  margin: 20px 0px;
	padding: 20px 0px;
  text-align: center;
  margin-left: 10%;

}
.box-3{
	width: 80%;
	padding: 20px 0px;
  text-align: center;
  margin-left: 10%;
}
.img1{
  width: 100%;
  height: auto;
}

}
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    /* CSS */
    nav #icon{
        display: block;

    }
    nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2f3640;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 20px 0px;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
        color: #fff;
  }
  a.active, a:hover{
      border: none;
      color: #3498db;
  }
  nav ul.show{
      left: 0;
  }
  .content h1{
	font-size: 28px;
		line-height: 30px;
}
  .c-2 h1{
	font-size: 22px;
	padding-left: 0px;
	padding-right: 10px;
	line-height: 30px;
}
.c-1 h1{
	font-size: 32px;
}
.c-1 p{
	padding-left: 10px;
}
.box{
	display: block;
}
.box-1{
	width: 100%;
	padding: 20px 0px;
  text-align: center;

}
.box-2{
	width: 100%;
 margin: 20px 0px;
 padding: 20px 0px;
 text-align: center;

}
.box-3{
	width: 100%;
	padding: 20px 0px;
  text-align: center;
}
.img1{
  width: 100%;
  height: auto;
}

}
