

/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ebada2;
  overflow-x: hidden;
}



.contact_section {
  position: relative;
  background-color: #ebada2;
  padding-top: 75px;
  padding-bottom: 75px;
}

.contact_section .heading_container {
  margin-bottom: 25px;

}

.contact_section .heading_container h2 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #faf4e4;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #33333392;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #33333392;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #33333392;
}

.contact_section .form_container input::placeholder {
  color: #33333392;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #fb3b1e;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #fb3b1e;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  text-decoration-line: none;
}


.info_section {
  background-color: #191e1f;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%;
  text-decoration: none;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: #f89646;
  text-decoration: none;
}



.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
  
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: rgb(255, 1, 1);
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid rgb(255, 0, 0);
  -webkit-transition: all .2s;
  transition: all .2s;

}
.page-wrapper{
  padding-bottom: 200px;
}
.info_section .info_form button:hover {
  background-color: transparent;
  color: #800000;
}

.info_section .info_form .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  justify-content: center;
  align-content: center;
  align-items: center;
  

  
}

.info_section .info_form .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  border: 1px solid rgb(190, 107, 107);
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_form .social_box1 a:hover {
  color: #4658f8;
  border-color: #4658f8;
  text-decoration: none;
}
.info_section .info_form .social_box2 a:hover {
  color: red;
  border-color: red;
  text-decoration: none;
}
.info_section .info_form .social_box3 a:hover {
  color: #f89646;
  border-color: #f89646;
  text-decoration: none;
}
.info_section .info_form .social_box4 a:hover {
  color: #f846e9;
  border-color: #f846f8;
  text-decoration: none;
}



#header {
  -moz-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background: #2e3842;
  height: 3em;
  left: 0;
  line-height: 3em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

  #header h1 {
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    height: inherit;
    left: 1.25em;
    line-height: inherit;
    position: absolute;
    top: 0;
  }

    #header h1 a {
      border: 0;
      display: block;
      height: inherit;
      line-height: inherit;
    }

      @media screen and (max-width: 736px) {

        #header h1 a {
          font-size: 0.8em;
        }

      }

  #header nav {
    height: inherit;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0;
  }

    #header nav > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      white-space: nowrap;
    }

      #header nav > ul > li {
        display: inline-block;
        padding: 0;
      }

        #header nav > ul > li > a {
          border: 0;
          color: #000000;
          display: block;
          font-size: 0.8em;
          letter-spacing: 0.225em;
          padding: 0 1.5em;
          text-transform: uppercase;
        }

          #header nav > ul > li > a.menuToggle {
            outline: 0;
            position: relative;
          }

            #header nav > ul > li > a.menuToggle:after {
              background-image: url("images/bars.svg");
              background-position: right center;
              background-repeat: no-repeat;
              content: '';
              display: inline-block;
              height: 3.75em;
              vertical-align: top;
              width: 2em;
            }

            @media screen and (max-width: 736px) {

              #header nav > ul > li > a.menuToggle {
                padding: 0 1.5em;
              }

                #header nav > ul > li > a.menuToggle span {
                  display: none;
                }

            }

          @media screen and (max-width: 736px) {

            #header nav > ul > li > a {
              padding: 0 0 0 1.5em;
            }

          }

        #header nav > ul > li:first-child {
          margin-left: 0;
        }

  #header.alt {
    background: transparent;
  }

    #header.alt h1 {
      pointer-events: none;
      opacity: 0;
    }
    .wrapper {
      padding: 6em 0 4em 0 ;
    }
    
      .wrapper > .inner {
        width: 60em;
        margin: 0 auto;
      }
    
        @media screen and (max-width: 1280px) {
    
          .wrapper > .inner {
            width: 85%;
          }
    
        }
    
        @media screen and (max-width: 980px) {
    
          .wrapper > .inner {
            width: 83%;
          }
    
        }
    
        .wrapper.style1 {
          background-color: #db2d1dec;
          color: #ffffff;
        }
    
    #two {
      background-color: #000000;
      padding: 6em 0 4em 0;
      width:100% ;
    }
    
    
    
       	.logo img{
			max-width:100%;
				
				height: 60px; 
				display: flex;
				align-items: center;
				overflow-y: auto;
				position: fixed;
				padding: 15px 15px;
			    z-index: 100002;
				
			}
		.block {
			background-color: #faf4e4;
			width: 100%;
			height: 55px;
		}
    
    /* Page Wrapper + Menu */
    
      #page-wrapper {
        -moz-transition: opacity 0.5s ease;
        -webkit-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        opacity: 1;
        padding-top: 3em;
      }
    
        #page-wrapper:before {
          background: rgba(0, 0, 0, 0);
          content: '';
          display: block;
          display: none;
          height: 100%;
          left: 0;
          position: fixed;
          top: 0;
          width: 100%;
          z-index: 10001;
        }
    
      #menu {
        -moz-transform: translateX(20em);
        -webkit-transform: translateX(20em);
        -ms-transform: translateX(20em);
        transform: translateX(20em);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        -webkit-overflow-scrolling: touch;
        background: #ffffff;
        color: #000000;
        height: 100%;
        max-width: 80%;
        overflow-y: auto;
        padding: 3em 2em;
        position: fixed;
        right: 0;
        top: 0;
        width: 20em;
        z-index: 10002;
      }
    
        #menu ul {
          list-style: none;
          padding: 0;
        }
    
          #menu ul > li {
            border-top: solid 1px rgba(0, 0, 0, 0.125);
            margin: 0.5em 0 0 0;
            padding: 0.5em 0 0 0;
          }
    
            #menu ul > li:first-child {
              border-top: 0 !important;
              margin-top: 0 !important;
              padding-top: 0 !important;
            }
    
            #menu ul > li > a {
              border: 0;
              color: inherit;
              display: block;
              font-size: 0.85em;
              letter-spacing: 0.225em;
              outline: 0;
              text-decoration: none;
              text-transform: uppercase;
              line-height: 3em;
            }
    
              @media screen and (max-width: 736px) {
    
                #menu ul > li > a {
                  line-height: 3em;
                }
    
              }
    
        #menu .close {
          background-image: url("images/close.svg");
          background-position: 4.85em 1em;
          background-repeat: no-repeat;
          border: 0;
          cursor: pointer;
          display: block;
          height: 3em;
          position: absolute;
          right: 0;
          top: 0;
          width: 7em;
        }
    
        @media screen and (max-width: 736px) {
    
          #menu {
            padding: 3em 1.5em;
          }
    
        }
    
      body.is-menu-visible #page-wrapper {
        opacity: 0.35;
      }
    
        body.is-menu-visible #page-wrapper:before {
          display: block;
        }
    
      body.is-menu-visible #menu {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
      }
      

      .team-content-area {
        position: relative;
        z-index: 1;
        padding: 40px;
        -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        text-align: center;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #eabcbc;
     
    }
        .team-content-area .member-thumb {
          margin: 0 auto 40px;
          width: 165px; }
          .team-content-area .member-thumb img {
          -webkit-transition-duration: 500ms;
          -o-transition-duration: 500ms;
          transition-duration: 500ms;
          width: 100%;
          border-radius: 50%; }
        .team-content-area h5 {
          -webkit-transition-duration: 500ms;
          -o-transition-duration: 500ms;
          transition-duration: 500ms;
          font-size: 20px;
          font-weight: 500;
          margin-bottom: 0; }
        .team-content-area span {
          -webkit-transition-duration: 500ms;
          -o-transition-duration: 500ms;
          transition-duration: 500ms;
          color: #000000;
          font-size:  14px;
          text-transform: uppercase; 
        }
        .team-content-area .member-social-info {
          position: relative;
          z-index: 1;
          margin-top: 30px; }
          .team-content-area .member-social-info a {
          color: #636363;
          font-size: 16px;
          margin: 0 10px;
          -webkit-transition-duration: 500ms;
          -o-transition-duration: 500ms;
          transition-duration: 500ms; }
          
          .team-content-area:hover h5,
          .team-content-area:hover span, .team-content-area:focus h5,
          .team-content-area:focus span {
          color: #c61919; }
          .team-content-area:hover .member-social-info a, .team-content-area:focus .member-social-info a {
          color: #d91313; }
          .team-content-area:hover .member-social-info a:hover, .team-content-area:hover .member-social-info a:focus, .team-content-area:focus .member-social-info a:hover, .team-content-area:focus .member-social-info a:focus {
            color: #000000; }
.container1{
justify-content: center;

align-content: center;
align-items: center;
text-align: center;
box-shadow: #eaeaea;
}		

.row1{
  width: 80%;
  justify-content: center;
  margin-left: 10%;
}

#new{
 min-width: 80%; 
 justify-content: center;
}