﻿
  
  @font-face {
      font-family: 'Plain-Regular';
      src: url('../fonts/Plain-Regular.woff2') format('woff2'),
          url('../fonts/Plain-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain-Light';
      src: url('../fonts/Plain-Light.woff2') format('woff2'),
          url('../fonts/Plain-Light.woff') format('woff');
      font-weight: bold;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain-Bold';
      src: url('../fonts/Plain-Bold.woff2') format('woff2'),
          url('../fonts/Plain-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
  }

  :root {
    --primary-color:        #057a8d;
    --secondary-color:      #f1c111;
    --white-color:          #ffffff;
    --dark-color:           #171819;
    --project-bg:           #f0f8ff;
    --menu-bg:              #0c8195;

    --title-color:          #15141a;
    --gray-color:           #909090;
    --link-color:           #404040;
    --p-color:              #666262;

    --base-font-family:     'Plain-Light', sans-serif;
    --title-font-family:    'Plain-Regular', sans-serif;
    --font-bold-family:     'Plain-Bold', sans-serif;
    --font-weight-bold:     bold;

    --h1-font-size:         42px;
    --h2-font-size:         32px;
    --h3-font-size:         24px;
    --p-font-size:          18px;
    --base-font-size:       16px;
    --menu-font-size:       14px;

    --border-radius-large:  100px;
    --border-radius-small:  5px;
  }

  body {
    background: var(--white-color);
    font-family: var(--base-font-family);
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: var(--title-font-family);
    line-height: inherit;
  }

  h1 {
    color: var(--title-color);
    font-size: var(--h1-font-size);
  }

  h2 {
    font-size: var(--h2-font-size);
    font-weight: 100;
  }

  h3 {
    font-size: var(--h3-font-size);
    font-weight: 100;
    margin-bottom: 0;
  }

  h4 {
    color: var(--gray-color);
    font-family: var(--base-font-family);
    font-size: var(--p-font-size);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    line-height: 1.5em;
  }

  b, 
  strong {
    letter-spacing: 0;
    color: var(--secondary-color);
  }


  


  

  

  /*---------------------------------------
    MENU             
  -----------------------------------------*/

  .navbar {
    background: #222e50ff;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 1.5em;
  padding: 10px;
 border-bottom: 7px solid #e0a93dff;
  }

/*---------------text_menu------------------------*/
  .nav-link {
    color: var(--white-color);
    font-size: 15px;
    letter-spacing: 0.4px;
    margin: 0 1.6em;
    padding: 0.6em;
    font-weight: bold;
  }

  .nav-link.active,
  .nav-link:hover {
    color: var(--secondary-color);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link.contact {
    border: 2px solid var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--secondary-color);
    font-family: var(--font-bold-family);
    padding: 0.6em 2em 0.8em 2em;
  }

  .navbar-expand-lg .navbar-nav .nav-link.contact:hover,
  .navbar-expand-lg .navbar-nav .nav-link.contact.active {
    background: var(--secondary-color);
    color: var(--white-color);
  }

  .navbar-nav .navbar-toggler-icon {
    background: none;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
  }


  /*---------------------------------------
     main-blue           
  -----------------------------------------*/

  .main-blue {
    position: relative;
    height: 100%;
    padding: 5em 0;
    overflow: hidden;
  }

  .main-blue-bg {
    background: #057a8d;
  }

  .main-blue-image {
    position: relative;
    top: 2em;
  }
  .main-blue-image {

  }

  .text-white{
font-size: 30px;
  font-weight: 800;
  outline: none;
  text-transform: uppercase;
  background: linear-gradient(135deg, white 0%, #ffc107 25%, #ffc107 50%, #ffc107 75%, #5335cf 100%);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  animation: animate 10s linear infinite;
  font-style: italic;
  }

.main-text{
margin: 0px;
padding: 0px;
  background: #057a8d;
}
.main-text p{
  color: white;
  padding-right: 2em;
  font-style: italic;
}



/** choose  section **/

/** choose  section **/

.choose {
  
     background-color: #242323;
     padding: 90px 0 0px 0;
     position: relative;
}

.choose::after {
     position: absolute;
     content: "";
     bottom: 0;
     left: 0px;
     width: 100%;
     height: 195px;
     background: url(../images/choose_bottom_cross.png);
     background-repeat: no-repeat;
     display: block;
     background-position: center center;
}

.choose .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.choose .titlepage h2 {
     color: #fff;
}

.choose .titlepage p {
     color: #fff;
     display: block;
     font-size: 17px;
     padding-top: 20px;
     line-height: 32px;
}

.choose_img {
     background-color: #fff;
     padding: 20px;
     margin-left: 30px;
     margin-right: 40px;
}

.choose_img figure {
     margin: 0;
     margin-left: -50px;
}

.choose_img figure img {
     width: 100%;
}

.padding_with {
     max-width: 653px;
     float: right;
     width: 100%;
}

.choose_box {
     display: flex;
}

.choose_box i {
     float: left;
}

.choose_box i img {
     float: left;
     background-color: #f4cb1e;
     width: 20px;
     padding: 10px;
     border-radius: 60px;
}

.choose_text {
     float: right;
     padding-left: 20px;
}

.choose_text h3 {
     color: white;
     font-size: 20px;
     line-height: 28px;
     font-weight: 600;
     padding-bottom: 10px;
}

.choose_text p {
     color: white;
     font-size: 17px;
     line-height: 30px;
}

.padding_bottom {
     padding-bottom: 30px;
}


/** end choose  section **/






/** end choose  section **/

  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  .site-footer {
    background:#025d66;
   width: 100%;
   height: 200px;
   padding: 2em 5em;
  background-color: #27374D;
border-top: 7px solid #e0a93dff;
  }

.footer-text{
  font-size: 20px;
  color: white;
  text-align: center;

}

.fni{
  width:700px;
 height: 100px;
margin-right: 150px;
display: block;
  margin-left: auto;
  margin-right: auto;

}
  .site-footer a {
    color: var(--p-color);
  }

  .site-footer a:hover,
  .footer-icon {
    color: var(--secondary-color);
  }

  



  /*---------------------------------------
     team             
  -----------------------------------------*/


  .header_text{
font-size: 40px;
  font-weight: 800;
  outline: none;
  font-style: italic;
  font-style: bold;
 text-align: center;
 margin-top: 1em;
 margin-bottom: 3em;
 color: #222e50ff;
 text-shadow: 2px 1px 2px #222e50ff;
 text-decoration-line: underline;
  }



/** Our section **/

.padd_left0 {
     padding-left: 0;
}

.Our {
     background-color: #ccccccff;

     
     padding: 60px 0px;
   min-height: 800px;
}

.Our .titlepage h2 {
     color: #222e50ff;
     margin-bottom: 20px;
     padding-bottom: 10px;
}

.Our .titlepage h2::after {
     border-bottom: #fff solid 1px;
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     max-width: 500px;
     margin: 0 auto;
}

.Our .titlepage span {
     color: #fff;
}

.yellow {
     color: #f99b1d;
}

.Our_box i {
     
     width: 170px;
     height: 170px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     border-radius: 85px;
     transition: ease-in all 0.1s;
     cursor: pointer;
}
.Our_box img{
  
  border: #fff solid 4px;
     width: 160px;
     height: 160px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     border-radius: 85px;
     transition: ease-in all 0.1s;
     cursor: pointer;
}


.Our_box {
     text-align: center;
}

.Our_box h4 {
     color: #222e50ff;
     text-transform: uppercase;
     font-size: 26px;
     line-height: 30px;
     font-weight: 400;
     padding: 0;
     padding-top: 35px;
     font-weight: bold;
     font-family: Times New Roman;
}

.Our_box p {
     color:#222e50ff;
     font-size: 20px;
     line-height: 28px;
     padding: 25px 0;
     font-weight: bold;
      font-family: Times New Roman;
}

.Our .read_more {
     margin: 0 auto;
     display: block;
}

.Our ol li a{
  color: #222e50ff;
}

ol li{
text-align: justify;
color: #222e50ff;
text-decoration: none;
font-size: 20px;
font-family: Times New Romen;
font-weight: bold;
}
ul li a{
  color: red;
}

.titlepage h3{
  text-align: left;
   text-decoration: underline;
   font-size: 25px;
   color: #222e50ff;
   font-family: Times New Romen;
}
#news_p{
  color:#222e50ff;
  font-family: Times New Romen;
  font-size: 20px; 
  padding-right: 40px;
}

/** end Our section **/


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (min-width: 1200px) {

    .about-info h2 {
      max-width: 70%;
    }
  }

  @media screen and (min-width: 991px) {

    .project h2 {
      max-width: 32%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 991px) {

    .hero {
      padding-top: 14em;
    }

    .hero-text {
      bottom: 2em;
    }

    .navbar {
      padding: 1em;
    }

    .navbar-collapse {
      text-align: center;
      padding: 2.5em 0;
    }

    .nav-link {
      display: inline-block;
    }

    .navbar-expand-lg .navbar-nav .nav-link.contact {
      margin: 1em 0;
    }

    .copyright-text, 
    .footer-link, 
    .site-footer .social-icon {
      margin-top: 3em;
      padding: 0;
      text-align: left;
    }
  }

  @media screen and (max-width: 767px) {

    h1 {
      font-size: 36px;
    }

    h2 {
      font-size: 28px;
    }

    h3 {
      font-size: 22px;
    }

    .project-info {
      right: 0;
      left: 0;
      margin: 0 auto;
    }

    .footer-link, 
    .site-footer .social-icon {
      margin-top: 1em;
    }

    .copyright-text {
      margin: 2.5em 0 1em 0;
    }

    .footer-link li {
      margin-left: 0;
    }
  }


#tree_section{
width: 100%;
height: 800px;
background-image: url("../images/bit9.png");
background-size: cover;
}

#tree_section h1{
  color: #3f2774ff;
  font-weight: 800;
  padding: 40px 0px 0px 80px;

}
#header_text p{
  color: white;
}
