 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;1,400&display=swap');
html{
    scroll-behavior: smooth;
}

body{
    margin:0;
    line-height: 1.5;
    /*background-color: #000;*/
   

   font-family: Source Sans Pro;
}
*{
    box-sizing: border-box;
    margin:0;
}
:before,:after{
  box-sizing: border-box;
}

.row{
    display: flex;
    flex-wrap: wrap;
}
.header{
    left:0;
    width: 100%;
    z-index: 99;
    padding:17px 75px;
    background-color: transparent;
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}
/*.header .row{
    justify-content: space-between;
    align-items: center;
}*/
.header .logo a{
    font-size: 30px;
    text-decoration: none;
    color:#fff;
    font-weight: 600;
}
.header .logo img{
    width: 160px;
    height: auto;
}
.header .login{ 
    position: relative;
    right:70px;
}
.header .login .logbt{
  top: 1px;
  border-radius: 0;
  background-color: transparent;
  border-color: #fff;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 3px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;

}
.header .top-buttn .head-buttn a {
  color: #fff;
}
.header .top-buttn .head-buttn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.8s;
}


/*top button*/
.header  .top-bt{
position: fixed;
}
.header  .top-button {
  position: fixed;
  border-radius: 0;
  background-color: #ff0000;
  border: none;
  color: #0000;
  text-align: center;
  font-size: 17px;
  padding: 3px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 3px;
  right:70px;
}
.header .top-button a{
  color: #fff;
}

.header .top-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}




/*btn*/
.header .login{ 
    position: relative;
    right:70px;
}
.header .login .logbt{
  top: 1px;
  border-radius: 0;
  background-color: transparent;
  border-color: #fff;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 3px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;

}
.header .top-buttn .head-buttn a {
  color: #fff;
}
.header .top-buttn .head-buttn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.8s;
}

/*end btn*/

/* home section */
/*.home-section{
    display: block;
    width: 100%;
    min-height: 60vh;
    background-color: #000;
    background-size: cover;
    background-position: center top;
}
*/

/*styling open close button*/
.nav-button {
    display:inline;
    position:fixed;
    margin-left: 78rem;
    top:17px;
    z-index:999;
    font-size:30px;
}
.nav-button a {
    text-decoration:none;
}

.btn-open:after {
    color:#000;
    content:"\f0c9";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
    color:#828181;
}
.btn-close:after {
    color:#fff;
    content:"\f00d";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
    color: #828181;
}
/*overlay*/
.nav-overlay {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    width:100%;
    background:#000;
    overflow:auto;
    z-index:99;
}
.wrap {
    color:#e9e9e9;
    text-align:center;
    max-width:100%;
    margin:0 auto;
}
.wrap ul.wrap-nav {
    text-transform:capitalize;
    padding:120px 0px 0px;
}
.wrap ul.wrap-nav li {
    font-size:20px;
    display:inline-block;
    vertical-align:top;
    width:11.5%;
    position:relative;
}
.wrap ul.wrap-nav li a {
    color:#fff;
    display:flex;
    padding:30px 0;
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
    color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
    padding:20px 0;
}
.wrap ul.wrap-nav ul li {
    display:block;
    font-size:13px;
    width:100%;
    color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
    color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
    color:#34B484;
}

/*---footer--*/
.footer-cont{
    padding: 0px 60px;
}
#as-footer {
    background-color: #f0f0f0;
    padding:40px 0 30px 0;
}
#as-footer h1 {
     color:#000;
     font-weight:500;
}
 #as-footer h3 {
     color:#000;
     font-size:18px;
     font-weight:530;
}
 #as-footer ul li {
     line-height:35px;
}
 #as-footer a, #as-footer p {
     color:#000;
     font-size:13px;
     font-weight:0;
}
 #as-footer a {
     color:#000;
     text-decoration:none;
}
 #as-footer a:hover {
     color:#000;
}
 #as-footer .as_copy {
     padding-top:40px;
     border-top: 2px solid #000;
}
.list-inline-item {
    border-radius:50%;
    text-align`: center;
    text-decoration: none;
    background-color: #000;
}

.list-inline-item  .fa-cog{
  color: white;
}
.vertical-line{
   border-right: 2px solid #8a8a8a;
}


/*------------------------------------------ @media screen -------------------------------------------------------*/
@media screen and (max-width:48em) {

.header{
    position: fixed;
    left:0;
    width: 100%;
    z-index: 99;
    padding:10px 40px;
    background-color: transparent;
}
.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  height:70px;
}
.header .logo img{
    width: 130px;
    height: auto;
}
    .nav-button {
     display: inline;
     position: absolute;
     margin-left: 19rem;
     top: 25px;
     z-index: 999;
     font-size: 25px;
    }
     .header  .top-button{
    display: none;
  }

    .wrap ul.wrap-nav>li {
        width:100%;
        padding:20px 10px;
        border-bottom:1px solid #575757;
    }
    .wrap ul.wrap-nav {
        padding:30px 10s0px 0px;
    }  
    .footer-cont{
        padding: 0px 25px;
    } 
}

@media screen and (max-width: 300px) and (max-device-height: 281px)  {
    .header{
    position: fixed;
    left:0;
    width: 100%;
    z-index: 99;
    padding: 10px 40px;
    background-color: transparent;
}
.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  height: 70px;
}

.header .logo img{
    width: 130px;
    height: auto;
}
    .nav-button {
     display: inline;
     position: absolute;
     margin-left: 19rem;
     top: 25px;
     z-index: 999;
     font-size: 25px;
    }
     .header  .top-button{
    display: none;
  }
  .footer-cont{
        padding: 0px 25px;
    }
    
}



@media screen and (max-width: 366px) and (max-device-height: 499px)  {\
        .header{
    position: fixed;
    left:0;
    width: 100%;
    z-index: 99;
    padding: 20px 40px;
    background-color: transparent;
}
.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  height: 60px;
}
    .header .logo img{
        width: 130px;
        height: auto;
    }
    .nav-button {
        display: inline;
        position: absolute;
        margin-left: 19rem;
        top: 25px;
        z-index: 999;
       font-size: 25px;
    }
    .footer-cont{
        padding: 0px 25px;
    }
 
}
/*------------------------------------------ End @media screen-------------------------------------------------------*/

