@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body{
  	font-family: 'Open Sans', sans-serif;
    position: relative;
  }
  /*header .fixed-top{
  	background: linear-gradient(to right, #fff , #303983);
  }*/
  .bg-dark {
   background: linear-gradient(to right, #fff , #303983) ! important;
}
  .content-part{
    padding: 70px 0px 0px;

  }
  button .fa{
    color: #fff;
    font-size: 24px;
    background-color: rgba(0,0,0,.3);
    padding: 10px;
    border: 1px solid #fff;
  }
  .navbar-nav .nav-item a{
  	color: #5e6fef;
  }
  .section1{
  	background: linear-gradient(to right, #fff , #303983);
  }
  .section1 h1{
  	font-size: 72px;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
  }
  .section1 p{
  	text-align: center;
	line-height: 2;
	color: #3d3d3d;
	font-size: 18px;
  }

  .section1 ul li{
    list-style: none;
    display: inline-block;
  }
  .section2 h1{
	color: #303983;
	text-align: center;

  }
  .section2 p{
  	text-align: center;
	line-height: 2;
	color: #3d3d3d;
	font-size: 18px;
  }
  .section2 .left h4{
  	text-align: right;
	color: #303983;
	font-size: 18px;
  }
  .section2 .left .fa{
  	color: #fff;
	background: #0c71b7;
	padding: 10px;
	border-radius: 5px;
  }
    .section2 .center h4{
  	text-align: right;
	color: #0c71b7;;
	font-size: 18px;
  }
  .section2 .center .fa{
  	color: #fff;
	background: #303983;
	padding: 10px;
	border-radius: 5px;
  }
  .section2 .left p{
  	text-align: left;
  	font-size: 14px;
  	line-height: 1.5;
  }
  .section2 .left {
    padding-top: 70px;
}

.section2 .right h4{
  	text-align: left;
	color: #303983;
	font-size: 18px;
  }
  .section2 .right .fa{
  	color: #fff;
	background: #eb681f;
	padding: 10px;
	border-radius: 5px;
  }
  .section2 .right p{
  	text-align: left;
  	font-size: 14px;
  	line-height: 1.5;
  }
  .section2 .right {
    padding-top: 70px;
}
.section3{
  background-color: #ebebeb;
  /*padding: 15px 0px;*/
}
.section3 ul{
  -webkit-padding-start:0px;
}
.section3 ul li{
  list-style: none;
  float: left;
}
.section3 h1{
  color: #303983;
  text-align: center;

  }
  .section3 p{
    text-align: center;
  line-height: 2;
  color: #3d3d3d;
  font-size: 18px;
  }
  .section3 .left h1{
    font-size: 72px;
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
  }
  .section3 .left p{
    text-align: left;
  line-height: 1.5;
  color: #3d3d3d;
  font-size: 18px;
  }
  .section4{
    background-color: #303983;
  }
  .section4 h1{
  color: #fff;
  text-align: center;

  }
  .section4 p{
    text-align: center;
  line-height: 2;
  color: #eb681f;
  font-size: 18px;
  }
  #section5{
    background-color: rgba(0,0,0,.8);
    /* padding: 70px 0px 0px; */
  }
  .section5 .news{
    background: url(../images/bg-news.png);
  }
  .section5 ul li{
    list-style: none;
    display: inline-block;
  }
  .section5 .news h1{
  color: #fff;
  text-align: center;
  }
  .section5 .news p{
  color: #eb681f;
  text-align: center;
  }
  .section5 .contact{
    background-color: #2b2b2b;
  }
  .section5 .contact .left h5{
    color: #fff;
    font-size: 22px;
  }
  .section5 .contact .left p{
    color: #fff;
  }
  .section5 .contact .right h5{
    color: #fff;
    font-size: 22px;
  }
  .section5 .contact .right input{
    width: 100%;
    background-color: #202020;
    border:.5px solid #ccc;
    padding: 5px;
    color: #fff;
  }
  .section5 .contact .right label{
    width: 100%;
    padding: 5px;
    color: #fff;
  }
  .section5 .contact .right textarea{
    width: 100%;
    background-color: #202020;
    border:.5px solid #ccc;
    color: #fff;
    resize: none;
    padding: 5px;
  }
  .section5 .footer{
    background-color: #303983;
  }
  .section5 .footer h1{
    color: #fff;
    text-align: center;
  }
  .section5 .footer .social a{
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 8px 10px;
  }
  .section5 .footer .social a:hover{
  	background-color: #fff;
  }
  .section5 .footer .social a:hover .fa{
  	color: #303983;
  }
  .section5 .footer .social a .fa{
    font-size: 20px;
    color: #fff;
  }
.button:hover  {
  transform: scale(1.1);
  transition: transform 2s;
}
input[type="submit"]{
	width: 20% ! important; 
	background-color:#303983 ! important;
	cursor: pointer; 
}
input[type="submit"]:hover{
	background-color: #fff ! important;
	color: #303983 ! important;
	border: .5px solid ! important;
}
@media (max-width: 1080px) {
  .section2 .left, .section2 .right {
    padding-top: 0px;
}
}
@media (max-width: 568px) {
  .navbar-nav .nav-item a {
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.5);
}
}
@media (max-width: 320px) {
 .section3 .left h1{
    font-size: 60px;
  } 
}