*{
	padding:0;
	margin:0;
}
body{font-family: 'Poppins', sans-serif;}
a, h1, h2, h3, h4, h5, h6, p, span {font-family: 'Poppins', sans-serif;}
a{text-decoration: none; color:#000;}

header{
    max-width: 120rem;
    margin: auto;
}
#navArea {
    display: flex;
    justify-content: space-between;
    padding: 0px 9%;
    position: fixed;
    width: 100%;
    top: 0px;
    background: #0000;
    transition: background 0.5s;
    max-width: 120rem;
    margin: auto;
    z-index: 3;
}

#navArea .logo img {
    height: 64px;
    transition: height 0.5s;
    padding-top: 10px;
}

#navArea ul {
    list-style: none;
    display: flex;
    align-items: center;
    width: 400px;
    justify-content: space-around;
    position: relative;
    left: -180px;
    top: 10px;
}
#navArea ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: color 0.5s;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 20px;
}

#navArea.is-sticky {
    background: #fff;
    border-bottom:1px solid #ccc;
    height: 63px;
}

#navArea.is-sticky a {
    color:#000;
}

#navArea.is-sticky .logo img {
    height:55px;
}
.first_box{
    display: flex;
    width: 100%;
    max-width: 120rem;
    margin:auto;
}
.first_inner1{
    background: #ede9e6;
    height: 780px;
    width: 50%;
    padding:90px 50px 50px 9%;
}
.first_inner2{
    background-image: url('https://www.webinfosys.net/admin_panel/imageslanding2/first_inner1.jpg');
    width:50%;
    height: 780px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.paraf{
    color: #ff3366;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 0.8575rem;
}
.heading1{
    font-size: 2.7rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #222;
    font-family: 'Montserrat', sans-serif;
}
.heading1 span{
    background-image: linear-gradient(120deg, #fed841 0%, #fed841 90%);
    background-repeat: no-repeat;
    background-size: 100% 0.22em;
    background-position: 0 105%;
    font-family: 'Montserrat', sans-serif;
}
.form_box{
    width: 100%;
    background: #fff;
    padding:20px 30px;
    position: relative;
}
.form_heading{
    color:#222;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.form_group{
    margin-bottom: 8px;
}
.form_group label{
    font-size: 14px;
}
.form_group input{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 13px;
}
.form_group textarea{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 13px;
}
.form_group button{
     border:1px solid #f04e26;
    width: 100%;
    padding: 8px;
    background: #f04e26;
    color:#fff;
    transition: .7s;
}
.youtube_box{
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.youtube_box svg{
    width: 80px;
    height: 80px;
    color:#ff3366;
    position: relative;
    transition: .5s;
    transform: scale(1.05);
}
.youtube_box svg:hover{
    transform: scale(1.00);
}
.youtube_box::before{
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    box-shadow: 0px 0px 0px 21px #ffffff6e;
}
.bg_about{
    padding: 70px 0px;
}
.about_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_inner1{
    width: 50%;
}
.img_abt{
    width: 80%;
}
.paraf {
    color: #ff3366;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 0.8575rem;
}
.paraw{
    display: inline-block;
    margin-top: 50px;
}
.about_inner1 h3{
    font-size: 2.3rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1.75rem;
    color: #222;
    font-family: 'Montserrat', sans-serif;
}
.about_inner1 p{
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.525;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.abt_ul{
    padding-left: 18px;
}
.watch_vdo{
    display: flex;
    gap: 10px;
    cursor: pointer;
}
.watch_vdo1 svg{
    width: 50px;
    height: 50px;
    color:#ff3366;
}
.watch_vdo1 h4{
    font-size: 0.965rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #333;
    margin-top:7px;
}
.watch_vdo1 h4 span{
    display: block;
    color: #999;
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-weight: 300;
    text-transform: lowercase;
    padding-top: 5px;
}
.bg_about_img{
    background-image: url('https://www.webinfosys.net/admin_panel/imageslanding2/about-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0px;
}
.heading2{
    margin-bottom: 1rem;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    width: 83%;
}
.heading2 span{
    font-family: 'Montserrat', sans-serif;
    color:#fcb80b;
    background-image: linear-gradient(120deg, #ff3366 0%, #ff3366 90%);
    background-repeat: no-repeat;
    background-size: 100% 0.22em;
    background-position: 0 105%;
}
.creation_box{
    margin-top: 70px;
}
.creation_box1{
    padding: 0px 30px 0px 0px;
}
.creation_box1 h2{
    color:#fff;
    font-size: 7rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1.5px;
    opacity: 0.1;
    position: relative;
    margin-bottom: -43px;
    margin-left: -15px;
    font-family: 'Montserrat', sans-serif;
}
.creation_box1 h5{
    color: #fff;
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
    font-family: 'Montserrat', sans-serif;
}
.creation_box1 p{
    color: #ccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.creation_box1 p strong{
    font-weight: 600;
    color:#fff;
}
.bg_counter{
    padding: 70px 0px;
    background: #f1f1f1;
    margin-bottom: 50px;
}
#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
#counter .item{
  width: 241px;
  margin: 10px;
  text-align: center;
  position: relative;
} 
#counter .item span{
    color: #ff3366;
    font-size: 3.5rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0,5px;
    margin-bottom: 10px;
}
#counter .item .count{
    color: #ff3366;
    font-size: 3.5rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: inline;
}
#counter .item h3{
    font-size: 0.925rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.photograph{
    display: flex;
    width: 100%;
    margin-top: 50px;
}
.photograph_inner1, .photograph_inner2, .photograph_inner3{
    width: 100%;
}
.photograph_inner1 .img_bx1, .photograph_inner1 .img_bx2, .photograph_inner1 .img_bx3{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.photograph_inner1 .img_bx1 img, .photograph_inner1 .img_bx2 img, .photograph_inner1 .img_bx3 img{
    width: 100%;
    height: 400px;
    overflow: hidden;
    transition: .5s;
}
.photograph_inner2 .img_bx1{
    width: 100%;
    height: 500px;
    position: relative;
     overflow: hidden;
}
.photograph_inner2 .img_bx1 img{
    width: 100%;
    height: 500px;
     overflow: hidden;
     transition: .5s;
}
.photograph_inner2 .img_bx2{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.photograph_inner2 .img_bx2 img{
    width:100%;
    height: 350px;
    overflow: hidden;
    transition: .5s;
}
.photograph_inner2 .img_bx3{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.photograph_inner2 .img_bx3 img{
    width:100%;
    height: 350px;
    overflow: hidden;
    transition: .5s;
}
.img_overlay{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: #00000057;
    transition: .5s;
}
.img_bx1:hover .img_overlay{
    background: #0000;
}
.img_bx2:hover .img_overlay{
    background: #0000;
}
.img_bx3:hover .img_overlay{
    background: #0000;
}
.content_overlay{
    position: absolute;
    width: 100%;
    bottom: 50px;
    padding: 0px 50px;
}
.content_overlay p {
    color: #f04e26;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.content_overlay h5{
    color: #fff;
    line-height: 1.4;
    border-bottom: 5px solid #f4c744;
    margin-bottom: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.img_bx1:hover img{
    transform: scale(1.2);
}
.img_bx2:hover img{
    transform: scale(1.2);
}
.img_bx3:hover img{
    transform: scale(1.2);
}
.bg-services{
    padding: 70px 0px;
    padding-bottom: 0;
}
.why_choose{
    margin-bottom: 15px;
}
.servicepara{
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 1.325rem;
    font-family: 'Montserrat', sans-serif;
    color:#666;
    font-size: 300;
}
.service_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top:50px;
}
.service_inner{
    width: 33%;
    text-align: center;
    padding: 50px;
}
.service_inner1{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.service_inner2{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.service_inner3{
    border-bottom:1px solid #ccc;
}
.service_inner4{
    border-right:1px solid #ccc;
}
.service_inner5{
    border-right:1px solid #ccc;
}
.service_inner img{
    width: 85px;
    margin-bottom: 20px;
}
.service_inner h4{
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
    font-family: 'Montserrat', sans-serif;
}
.service_inner p{
    color: #666;
    font-size: 1.085rem;
    line-height: 1.525;
    font-family: 'Montserrat', sans-serif;
}
.parallax {
  /* The image used */
  background-image: url("https://www.webinfosys.net/admin_panel/imageslanding2/banner-2.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
/*  background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_box1{
    padding:90px 0px;
}
.parallax_heading{
    font-size: 4.5rem;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.parallax_heading span{
    display: inline-block;
    color: #333;
    padding: 1px 10px;
    background-color: #fed841;
    font-family: 'Montserrat', sans-serif;
}
.parallaxPara{
    width: 60%;
    color:#fff;
    font-size: 1.325rem;
    line-height: 1.525;
    font-family: 'Montserrat', sans-serif;
}
.parallax_btm{
    padding:70px 0px;
    height: 750px;
}
.carousel_section{
    margin-top: 50px;
}
.owl-carousel{
    display: block !important;
}
.inner_banner{
    text-align: center;
}
.inner_banner img{
    width:110px !important;
    height: 110px !important;
    border-radius: 50%;
    margin: auto;
    margin-bottom:20px;
}
.inner_banner h5{
    margin-bottom: 3px;
    font-size: 1.1875rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.inner_banner span{
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    font-family: 'Montserrat', sans-serif;
}
.inner_banner p{
    color: #666;
    font-size: 1.10em;
    line-height: 1.4;
    font-weight: 300;
    font-style: italic;
    padding: 15px 5% 0;
    font-family: 'Montserrat', sans-serif;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ff3366 !important;
}
.bg_news{
    background-color: #f0f0f0;
    padding:70px 0px;
}
.new_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:50px;
    gap: 27px;
}
.new_inner1{
    width: 31.5%;
}
.new_inner1 img{
    width:100%;
    height: 350px;
}
.news_date{
    font-size: 1.085rem;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0px 15px 0px;
    line-height: 1.525;
    color:#666;
}
.news_date span{
    color:#ff3366;
}
.new_heading{
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
    color: rgb(34, 34, 34);
    text-align: center;
    padding-top:20px;
}
.newspara{
    font-size: 1.085rem;
    line-height: 1.525;
    margin-bottom: 1rem;
    color:#666;
}
.bg_brand{
    padding:70px 0px;
}
.brand_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:50px;
}
.brand_log{
    width: 18%;
}
.brand_log img{
    width: 80%;
}
footer{
    padding:70px 0px 30px 0px;
    background-color: #222;
}
.footer_heading{
    color: #fff;
}
.footer_box{
    padding:50px 50px 0px 0px;
}
.footer_box img{
    margin-bottom: 25px;
}
.footer_box h3{
    margin-bottom: 25px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
}
.footer_box p{
    color:#ccc;
}
.footer_box span{
   color:#ccc; 
}
.footer_bottom{
    border-top:.5px solid #444;
    padding-top:30px;
    margin-top:50px;
}
.footer_bottom p{
    color:#ccc;
}
.footer_box a{
    color:#ccc;
}
.our_technologyies{
    padding-top:50px;
}
.our_technologyies img{
    box-shadow: 0px 0px 10px 0px #ccc;
}
.icon_bar{
    display: none;
}
.close_box{
    display: none;
}

/* responsive css */
@media screen and (max-width:767px) and (min-width:200px){
    .icon_bar{
        display: inline-block;
        float: right;
        margin-top: 5px;
        font-size: 33px;
    }
    #navArea{
        padding:0px 15px;
        flex-wrap: wrap;
    }
    #navArea ul{
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        left: 0;
        padding: 20px;
        top: 0;
        border-bottom: 1px solid #ccc;
    }
    #navArea ul li a{
        color:#222;
        padding: 10px 0px;
    }
    #navArea ul li{
        color:#222;
        padding: 10px 0px;
    }
    #navArea ul li span{
        display: block;
        position: absolute;
        right: 20px;
        top: 0px;
        font-size: 43px;
        -webkit-text-stroke: 5px #fff;
        color: #f50404;
    }
    .logo{
        width: 100%;
    }
    .main{
        overflow-x:hidden;
    }
    .first_box{
        flex-wrap: wrap;
    }
    .first_inner1{
        width:100%;
        padding: 50px 15px;
        padding-bottom: 20px;
        height: auto;
        padding-top: 77px;
    }
    #navArea .logo img{
        height: 55px;
    }
    #navArea.is-sticky .logo img {
        height: 50px;
    }
    .heading1{
        font-size: 27px;
    }
    .first_inner2{
        width: 100%;
        height: 350px;
    }
    .bg_about{
        padding: 30px 0px;
    }
    .img_abt{
        width: 100%;
    }
    .about_inner1{
        width: 100%;
    }
    .about_inner1 h3{
        font-size:27px;
    }
    .heading2{
        font-size:27px;
    }
    .bg_counter{
        padding:30px;
    }
    #counter .item .count{
        font-size:37px;
    }
    .parallax_btm{
        height: 810px;
    }
    .photograph{
        flex-wrap: wrap;
    }
    .service_inner{
        width: 100%;
        padding: 20px 15px;
    }
    .heading2{
        width:100%;
    }
    .creation_box{
        margin-top: 0;
    }
    .servicepara{
        width: 100%;
    }
    .service_inner1{
        border-right: 0;
        border-bottom: 0;
    }
    .service_inner2{
        border-right: 0;
        border-bottom: 0;
    }
    .service_inner4{
        border-right: 0;
        border-bottom: 0;
    }
    .service_inner5{
        border-right: 0;
        border-bottom: 0;
    }
    .parallax_box1{
        padding:30px 0px;
    }
    .parallax_heading{
        font-size:27px;
    }
    .parallaxPara{
        width: 100%;
    }
    .new_inner1{
        width: 100%;
    }
    .brand_box{
        justify-content: center;
    }
    .brand_log{
        width: 30%;
    }
    .footer_box{
        padding:20px 0px 0px 0px;
    }
    #counter .item span{
        font-size: 37px;
    }
}
@media screen and (max-width:1024px) and (min-width:768px){
    .heading1{
        font-size: 24px;
    }
    #navArea ul{
        left:0px;
    }
    #navArea ul li a{
        padding: 0px 10px !important;
    }
    .heading2{
        width: 100%;
        font-size: 2rem;
    }
    .first_inner1{
        height: 700px;
    }
    .form_heading{
        font-size:14px;
    }
    .first_inner2{
        height: 700px;
    }
    .about_inner1 h3{
        font-size:27px;
    }
    .creation_box{
        margin-top:20px;
    }
    .photograph_inner1 .img_bx1, .photograph_inner1 .img_bx2, .photograph_inner1 .img_bx3{
        height: 250px;
    }
    .photograph_inner1 .img_bx1 img, .photograph_inner1 .img_bx2 img, .photograph_inner1 .img_bx3 img{
        height: 250px;
    }
    .content_overlay h5{
        font-size: 14px;
    }
    .content_overlay{
        padding:0px 20px;
    }
    .photograph_inner2 .img_bx1{
        height: 310px;
    }
    .photograph_inner2 .img_bx1 img{
        height: 310px;
    }
    .photograph_inner2 .img_bx2{
        height: 220px;
    }
    .photograph_inner2 .img_bx2 img{
        height: 220px;
    }
    .photograph_inner2 .img_bx3{
        height: 220px;
    }
    .photograph_inner2 .img_bx3 img{
        height: 220px;
    }
    .service_inner{
        padding:20px;
    }
    .parallax_heading{
        font-size: 3.5rem;
    }
    .parallax{
        background-position: bottom;
    }
    .bg_news{
        margin-top:141px;
    }
    .new_inner1{
        width: 47.5%;
    }
}
/* responsive css */