@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;300;500;600;700;900;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+VIC:wght@100..400&display=swap');
img{
    
    max-width:100%;
    
}


.right-text{
    text-align: right;
}
body{
    overflow-x: hidden}

.right-text{
    
    text-align: right;
    
}
header{
    z-index: 9;
    width: 100%;
    /* padding-top: 5px; */
    position: fixed;
    /* background: #0202020f; */
}
.logo-header{
        width:65%;
      }

.affix .logo-header {
    transition: 0.5s;
    width: 36%;
    display: block;
}

.affix .nav>li>a{
    padding: 19px 0px;
     transition: 0.5s;
}
.affix .navbar-nav li.active a{
    color:#000 !important;
}


.affix .navbar-default .navbar-nav>li>a{
    
    color:#000;
    
}
.mar-20{
    margin-top: 20px;
}
.mt-50{
    margin-top: 50px;
}
.mt-100{
    margin-top: 100px;
}
.wel-back{
padding: 50px 0px;
background: #f9f9f8;
position: relative;

}
.wel1{
    position: absolute;
    bottom: 0;
    left: 0;
}
.wel2{
    position: absolute;
    bottom: 0;
    right: 0;
}
.wel3{
    position: absolute;
    top: 0;
    right: 0;
}
.welone{
    position: absolute;
    bottom: 0;
    left: 0;
}
.welcome{
    position: relative;
}
.welimg{
    position: absolute;
    top: 0;
    right: 10%;
}

.section-title{
    margin-top: 50px;
}


.heading h1{     
    margin-top: 5px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #000;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 25px;
   
}

.heading h1 span{
      color: #b1c903;
    font-weight: 800;
    
}

.sub-head{
    font-size: 25px;
    font-family: "Playwrite AU VIC", cursive;
    color: #f00;
    opacity: 0.8;
}
.sub-head2{
    font-size: 25px;
    font-family: "Playwrite AU VIC", cursive;
    color: #fff;
    opacity: 0.5;
}

.read-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    /* height: 69px; */
    border: none;
    background: #0e0e0e;
   
    padding: 8px 20px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    transition: all ease 400ms;
  
}
.read-btn a{
    color: #fff;
}

.read-btn:before {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    content: '';
    z-index: -1;
    width: 0;
    overflow: hidden;
    border-radius: inherit;
    background: #f00;
    transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
  }
.read-btn:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.read-btn:hover {
    color: #fff;
}

.white-bg-btn{
    background: #fff;
    color:  #f00;
}

.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #ffffff;
    font-size: 24px;
    line-height: 39px;
    width: 45px;
    height: 45px;
    border: 1px solid #f50712;
    background: #ed1b24;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    /* border-radius: 25px; */
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.pointback{
    background: url('../img/pointback.jpg') no-repeat;
    background-size: cover;
    padding: 30px 0px;
}
.point{
    display: flex;
}

.point-left{
    width:20%;
}

.point-right{
    width:80%;
}

.point-left i{
    background: #f00;
    color: #fff;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 10px;
    font-size: 25px;
    border: 1px dashed #fff;
}

.point-right h2{
    font-size: 22px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #000;
    margin: 0px 0px 15px;
}


.product-back{
    margin:30px 0px;
}

.prolist{
    display: inline-block;
    margin: 10px;
    width: 23%;
    box-shadow: 0 10px 36px 0 rgba(54, 68, 75, .18);
    border-radius: 10px;
    overflow: hidden;
}

.prolist img{
    transition: 0.5s;
}

.prolist img:hover{
    transform: scale(1.1);
}

.pro-content {
    padding: 5px 10px;
    text-align: center;
    background: #ffffff;
    border-top: 1px dashed #f1d6d6;
    margin-top: 15px;
}
.pro-content h2{
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px;
    font-family: "Noto Serif JP", serif;
    color: #000;

}
.explore{
    text-transform: uppercase;
    color: #111;
}





.feature-back{
    background-color: #e8fff5;
    background-image: url(feature-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.feature-section{
    display: flex;
    justify-content: space-between;
}
.feature-wrap{
    background: #183833;
    border-radius: 238px;
    padding: 70px 30px 0px;
    color: #fff;
    text-align: center;
}

.feature-wrap h3{
font-family: "Noto Serif JP", serif;
font-weight: 600;
font-size: 40px;
margin-bottom: 20px;
}
.feature-wrap  p{
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 30px;
}



.feature-point{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.f-img {
    width:25%;
    margin-right: 15px;
}
.f-content{
    width:75%;
}

.f-img img{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
  
}
img{
    max-width: 100%;
}
.f-content h3{
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 15px;
    font-family: "Noto Serif JP", serif;
}

.infraback{
    margin: 50px 0px;
}

.infra{
    border-radius: 10px;
    overflow: hidden;
       position: relative;
    box-shadow: 0 10px 17px 4px rgb(102 102 102 / 47%)
}

.mm{
    position: absolute;
    left: 0;
    
}
.pit{
    font-size: 15px;
    background: #eaf0d9;
    border-left: 4px solid #cddaa9;
    padding: 5px 5px 5px 20px;
    font-weight: 500;
}
.infra2{
    position: absolute;
    top: 35%;
    right: 6%;
    width: 47%;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

footer {
    background: url(../img/footer.jpg) no-repeat;
    margin-top: 50px;
    position: relative;
font-weight: 500;}

  .copyright {
    padding: 15px 0px;
    position: relative;
    /* color: #fff; */
    margin-top: 30px;
    /* background: #fce8df00; */
    border-top: 1px solid #e2c9c9;
}
.copyrights-text {
    margin: 0px;
    font-size: 14px;
}

.foo-head h1 {
font-size: 21px;
margin-top: 25px;
padding-bottom: 6px;
font-weight: 800;
margin-bottom: 25px;
font-family: "Noto Serif JP", serif;

}

.f-widget2 h2{
    font-size: 20px;
}

.location {
    padding: 0px;
}

.location li {
    list-style: none;
       line-height: 25px;
    margin-bottom: 12px;
    position: relative;
       font-size: 14px;
}

.f-head2 li i {
    position: absolute;
    font-size: 18px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 0px;
    text-align: center;
}

.f-widget2 {
    padding: 0px;
    margin: 0px;
}
.f-widget2 li {
    list-style: none;
    line-height: 25px;
    margin-bottom: 10px;
}
.f-widget2 li i {
    transition: 0.5s;
       padding-right: 14px;
}
.f-widget2 li a{
    color: #000;
}
.wgt-social {
    padding-left: 0;
}
.wgt-social li {
    list-style: none;
    margin-bottom: 0;
}
.wgt-social li a {
    letter-spacing: 3px;
    font-weight: 400;
    /* font-family: Raleway; */
    color: #000;
    font-size: 14px;
    line-height: 40px;
}
.wgt-social li i {
    font-size: 16px;
    color: #ffffff;
    /* padding-right: 5px; */
    width: 30px;
    background: #ff0000;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    margin-right: 10px;
}


@keyframes floatingx {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(15px, 0);
    }
    to {
        transform: translate(0, -0px);
    }
}


.floating1 {
    animation-name: floatingx;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    
   
}



@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, -0px);
    }
}


.floating2 {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
}



.quote{
    font-size: 16px;
    padding: 0px 0px 0px 40px;
    line-height: 25px;
    position: relative;
    /* width: 65%; */
    margin: 20px auto 0px auto;
    margin-bottom: 10px;
    font-weight: 600;
}
.quote:before {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f10d";
    position: absolute;
    font-size: 23px;
    color: #f00;
    left: 0;
    top: 0;
}