/*
|------------------------------------------------------
| CSS INDEX
|------------------------------------------------------

1. GLOBAL STYLESHEET

2. NAVBAR SECTION

3. HEADER SECTION

4. ABOUT SECTION

5. PRODUCTS SECTION

6. RESEARCH SECTION

7. TRUST SECTION

8. MISSION SECTION

9. CONNECT SECTION

10. FOOTER


/*==========================================================

                    1. START GLOBAL STYLESHEET

===========================================================*/
/*
	Import
	------------------------------------------------
*/
/*
	@package portfeed
*/
/*
	Mixins
	------------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

a:hover,
a:focus,
a {
  text-decoration: none; }

body {
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

section {
  padding: 70px 0; }

hr {
  color: #e5dfdf;
  opacity: 1; }

p {
  color: #777777;
  font-weight: 500;
  font-size: 17px; }

.title {
  text-transform: uppercase;
  margin-bottom: 50px; }
  .title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #131313; }

.image img {
  width: 90%; }

/*==========================================================

                    2. START NAVBAR STYLESHEET

===========================================================*/
.navbar {
  box-shadow: 0 0 15px rgba(214, 214, 214, 0.15);
  background-color: #fff;
  height: 90px; }
  .navbar .nav-item {
    margin: 0 15px;
    position: relative; }
    .navbar .nav-item.active-nav a {
      color: #002d62;
      font-weight: bold; }
    .navbar .nav-item a {
      font-size: 14px;
      color: #1e1e1e;
      font-weight: 600;
      text-transform: uppercase; }
  .navbar .btn-nav {
    padding: 8px 35px;
    border-radius: 50px;
    margin-left: 25px; }
    .navbar .btn-nav a {
      color: #fff;
      font-size: 14px;
      font-weight: 600; }
  .navbar a .bg_logo {
    background-image: url(../images/logo.jpg);
    /* Here The Logo */
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: center;
    width: 185px;
    height: 85px;
    display: inline-block; }

.navbar-toggler {
  width: 50px;
  height: 45px;
  display: inline-block;
  position: fixed;
  top: 7px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border: none; }
  .navbar-toggler .menu {
    width: 30px;
    height: 21px;
    position: relative;
    top: 0;
    left: 0; }
    .navbar-toggler .menu .line1,
    .navbar-toggler .menu .line2,
    .navbar-toggler .menu .line3 {
      position: absolute;
      background-color: #333;
      width: 100%;
      height: 2px;
      left: -2px;
      border-radius: 15px;
      -webkit-transition: all 320ms cubic-bezier(0.42, 0, 0.38, 1.54);
      -moz-transition: all 320ms cubic-bezier(0.42, 0, 0.38, 1.54);
      -ms-transition: all 320ms cubic-bezier(0.42, 0, 0.38, 1.54);
      -o-transition: all 320ms cubic-bezier(0.42, 0, 0.38, 1.54);
      transition: all 320ms cubic-bezier(0.42, 0, 0.38, 1.54); }
    .navbar-toggler .menu .line1 {
      top: 2px; }
    .navbar-toggler .menu .line2 {
      top: 10px; }
    .navbar-toggler .menu .line3 {
      top: 18px; }

.navbar-toggler .menu.toggle .line1,
.navbar-toggler .menu.toggle .line2,
.navbar-toggler .menu.toggle .line3 {
  top: 10px; }
.navbar-toggler .menu.toggle .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.navbar-toggler .menu.toggle .line2,
.navbar-toggler .menu.toggle .line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*==========================================================

                    3. START HEADER STYLESHEET

===========================================================*/
.home .logo-header {
  background-image: url(../images/logo-header.png);
  /* Here The image of logo-header */
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 190px;
  display: inline-block; }
.home .title-header {
  position: relative;
  margin-top: 130px;
  margin-bottom: 40px; }
  .home .title-header h4 {
    font-weight: 600;
    color: #354f52; }

/*==========================================================

                    4. START ABOUT STYLESHEET

===========================================================*/
.about {
  margin-bottom: 70px; }
  .about .content {
    width: 50%;
    margin: auto; }
    .about .content span {
      font-weight: bold; }
    .about .content img {
      margin-top: -15px;
      margin-bottom: 20px;
      width: 110px; }

/*==========================================================

                    5. START PRODUCTS STYLESHEET

===========================================================*/
.product .jognog .content img {
  width: 40%; }
.product .jognog .content p {
  margin-bottom: 20px; }
.product .jognog .content p.last {
  width: 80%;
  margin-bottom: 30px; }
.product jognog,
.product .payustolearn {
  margin-top: 70px; }
.product .nogwars {
    margin-bottom: 70px;
}
.product .content img {
  width: 55%;
  margin-bottom: 30px; }
.product .content p {
  width: 80%;
  margin-bottom: 30px; }
.product .content a {
  color: #40b223;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  .product .content a:hover {
    font-size: 19px; }

/*==========================================================

                    6. START RESEARCH & TRUST STYLESHEET

===========================================================*/
.trust .infos .content .parag,
.research .infos .content .parag {
  width: 80%;
  margin-bottom: 20px; }
  .trust .infos .content .parag .col-11,
  .research .infos .content .parag .col-11 {
    margin-left: -10px; }
  .trust .infos .content .parag svg,
  .research .infos .content .parag svg {
    color: #354f52;
    font-size: 17px; }
  .trust .infos .content .parag p,
  .research .infos .content .parag p {
    display: inline; }

/*==========================================================

                    8. START MISSION & CONNECT STYLESHEET

===========================================================*/
.mission p {
  margin: 0; }

.connect .infos,
.mission .infos {
  position: relative; }
  .connect .infos .content,
  .mission .infos .content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.connect a,
.mission a {
  display: inline-block;
  margin-bottom: 15px;
  color: #002d62; }
.connect h5,
.mission h5 {
  font-size: 19px;
  color: #777777; }
.connect a,
.connect h5,
.mission a,
.mission h5 {
  font-weight: 700; }
.connect p,
.mission p {
  width: 60%; }

/*==========================================================

                    10. START FOOTER STYLESHEET

===========================================================*/
footer {
  background-color: #1a1a1a; }
  footer .footer-content {
    padding: 30px 0; }
    footer .footer-content p {
      font-size: 14px;
      color: #fff;
      margin: auto; }
    footer .footer-content a {
      font-weight: 700;
      color: #fff; }

/*# sourceMappingURL=main.css.map */
