/*Google Fonts*/
@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,200&display=swap');

/*Basic Settings*/
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body{
    height: 100vh;
}

.wrapper{
    height: 100%;
    width: 100%;
}



/**********Homepage***************/

.Homepage p{
    margin-bottom: 0 !important;
}



.Homepage .banner_section{
    position: relative;

}

.Homepage .banner_section .carousel-inner{
    position: relative;
}
.Homepage .banner_section .carousel-item .title_box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
}
.Homepage .banner_section .carousel-item .title_box ._heading{
    font-size: 34px;
    font-weight: 600;
}
.Homepage .banner_section .carousel-item .title_box .description{
    font-size: 20px;
}
.Homepage .banner_section .carousel-item .title_box > div{
    text-align: center;
}
.Homepage .banner_section .navigation_panel{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
}
.Homepage .banner_section .navigation_panel .navigation_btns{
    display: flex;
    justify-content: space-between;
    width: 200px;
}

/*Icons*/
.icon{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.1em;
    height: 1.1em;
    vertical-align: middle;
}

.icon_leftArrow{
    background-image: url("../assets/img/home/arrow-left-circle.svg");
    font-size: 60px;
    height: 60px;
    width: 60px;
    filter: invert(1);
    cursor: pointer;
}
.icon_rightArrow{
    background-image: url("../assets/img/home/arrow-right-circle.svg");
    font-size: 60px;
    height: 60px;
    width: 60px;
    filter: invert(1);
    cursor: pointer;
}


.Homepage .brand-title{
    font-size: 24px;
}
.Homepage .brand-text{
    margin-top: 30px;
}




/*Industries served*/
.Homepage .gradient_bg{
    background: linear-gradient(180deg, #ffffff 0%, #EBEBEB 100%);
}

.Homepage .industries_served{

}

.Homepage .industries_served .customer-logos1.slider .content_item{
    
}
.Homepage .industries_served .customer-logos1.slider .content_item .overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    display: flex;
    align-items:center;
    justify-content: center;
}

.Homepage .industries_served .navigation_panel{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}
.Homepage .industries_served .navigation_panel .navigation_btns{
    display: flex;
    justify-content: space-between;
    width: 250px;
}

.Homepage .industries_served .navigation_panel .navigation_btns p{
    cursor: pointer;
    display: flex;
    align-items: center;
}

.Homepage .industries_served .navigation_panel .navigation_btns i{
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #172C54;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #172C54;
}



/*why_Qaoncloud*/

.Homepage .why_Qaoncloud{
    padding: 100px 10px 0 10px;
}
.Homepage .why_Qaoncloud .title_box{
    text-align: center;
}
.Homepage .why_Qaoncloud .titlebox ._heading{
    font-size: 24px;
    color: #172C54;
    font-weight: 600;
}
.Homepage .why_Qaoncloud .titlebox .description{
    font-size: 16px;
}
.Homepage .why_Qaoncloud .content_row{
    max-width: 1000px;
    margin: 0 auto;
}
.Homepage .why_Qaoncloud .content_row .item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.Homepage .why_Qaoncloud .content_row .item img{
    width: 150px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.Homepage .why_Qaoncloud .content_row .item .item_text{
    margin-top: 10px;
}
.Homepage .why_Qaoncloud .content_row .item:hover img{
    transform: scale(1.3);
}



/*howWeWork*/

.Homepage .howWeWork{
    padding: 100px 0 0 0;
}
.Homepage .howWeWork .img_column{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}
.Homepage .howWeWork .img_column img{
    position: absolute;
    top: -100px;
    max-width: 350px;
}
.Homepage .howWeWork .text_column{
    
}
.Homepage .howWeWork .text_column ._heading{
    color: #172C54;
    font-weight: 600;
}
.Homepage .howWeWork .text_column .description{
    margin-top: 10px;
    margin-bottom: 20px !important;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}





/*We Love to craft quality software*/

.Homepage .weLoveTo{
    /* background-color: #14274A; */
    background: url(../assets/img/home/financial-investment-concept-stack-coins-finance-investor-with-trading-graph-growth-banking.png ) rgba(23, 44, 84, 1);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 150px 0 100px 0;
  }
.Homepage .weLoveTo .heading{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
  }
.Homepage .weLoveTo .statistics{
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
  }
.Homepage .weLoveTo .statistics .stat{
    position: relative;
}
.Homepage .weLoveTo .statistics .stat img{
    width: 200px;
}
.Homepage .weLoveTo .statistics .stat .text_content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Homepage .weLoveTo .statistics .stat .text_content .stat_numbers{
    color: #172C54;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0 !important;
  }
.Homepage .weLoveTo .statistics .stat .text_content .stat_text{
    color: #172C54;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .Homepage .weLoveTo .statistics .stat
  {
    cursor: pointer;
  }
  .Homepage .weLoveTo .statistics .stat:hover > img{
      cursor: pointer;
    -webkit-animation: rotation 1s linear;
  }
  @-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}



.Homepage .statistics{
    padding: 0;
}
i#icon_leftArrow, i#icon_rightArrow {
    display: none;
}


/*Our key Clients*/
.Homepage .ourKeyClients{
    padding: 50px 0 0 0;
    text-align: center;
}
.Homepage .ourKeyClients ._heading{
    font-size: 30px;
    color: #172C54;
    font-weight: 700;
    margin-bottom: 50px;
}

/*Clients Testimonials*/
.Homepage .testimonial{
    padding: 50px 0 0 0;
}
.Homepage .testimonial ._heading{
    font-size: 30px;
    color: #172C54;
    font-weight: 700;
    margin-bottom: 50px;
}




.solution-icon-col > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

@media screen and (max-width:400px) {
    .Homepage .why_Qaoncloud .content_row .item img{
        width: 100px;
    }
    .Homepage .solution-icon-col h5{
        max-width: 110px;
    }
    
}
@media screen and (max-width:576px) {
    .Homepage .banner_section .title_box{
        padding: 0 5%;
    }
    .Homepage .banner_section .carousel-item .title_box ._heading {
        font-size: 16px;
    }
    .Homepage .banner_section .carousel-item .title_box .description {
        font-size: 12px;
    }
    .Homepage .brand-title{
        font-size: 20px;
    }
    .Homepage .banner_section .navigation_panel{
        bottom: 10px;
    }
    .Homepage .banner_section .navigation_panel .navigation_btns{
        max-width: 100px;
    }
    .Homepage .banner_section .navigation_panel .navigation_btns .icon_leftArrow,.icon_rightArrow{
        width: 30px;
        height: 30px;
    }
    
    .Homepage .solution-icon > a > img{
        max-width: 40px;
    }
    .Homepage .solution-icon-col > a > h5{
        font-size: 14px;
    }
    .Homepage .industries_served .navigation_panel .navigation_btns{
        max-width: 200px;
    }
    .Homepage .industries_served .navigation_panel .navigation_btns .icon_leftArrow,.icon_rightArrow{
        width: 30px;
        height: 30px;
    }

    .Homepage .howWeWork {
        padding: 50px 0 50px 0;
    }
    .Homepage .why_Qaoncloud{
        margin-top: 50px;
    }
    .Homepage .why_Qaoncloud .content_row {
        padding: 10px 0 50px 0 !important;
    }
    .Homepage .why_Qaoncloud .content_row .item .item_text{
        font-size: 14px;
    }

    .Homepage .weLoveTo{
        padding: 100px 0 100px 0;
    }
    .Homepage .weLoveTo .heading{
        font-size: 20px;
    }
    .Homepage .howWeWork .img_column img{
        position: unset;
        max-width: 100%;
    }
    .Homepage .profit-percentage p{
        font-size: 14px;
    }
    .Homepage .ourKeyClients ._heading{
        font-size: 20px;
    }
    .Homepage .testimonial ._heading{
        font-size: 20px;
    }
    .Homepage .testimonial .carousel-control-next{
        top: 10%;
        align-items: unset;
    }
    .Homepage .testimonial .carousel-control-prev{
        top: 10%;
        align-items: unset;
    }
}


@media screen and (min-width:576px) and (max-width:767px) {
    .Homepage .banner_section .carousel-item .title_box ._heading{
        font-size: 20px;
    }
    .Homepage .banner_section .carousel-item .title_box .description{
        font-size: 14px;
    }
    .Homepage .banner_section .navigation_panel{
        bottom: 10%;
    }
    .Homepage .banner_section .navigation_panel .navigation_btns {
        max-width: 100px;
    }
    .Homepage .banner_section .navigation_panel .navigation_btns .icon_leftArrow, .icon_rightArrow {
        width: 30px;
        height: 30px;
    }

    .Homepage .brand-title{
        font-size: 20px;
    }
    .Homepage .industries_served ._heading{
        font-size: 20px;
    }
    .Homepage .industries_served .navigation_panel .navigation_btns{
        width: 200px;
    }

    .Homepage .howWeWork .img_column img {
        position: relative;
        top: -45px;
        max-width: 100%;
    }
    .Homepage .howWeWork .text_column ._heading {
        font-size: 20px;
    }
    .Homepage .howWeWork .text_column .description {
        font-size: 12px;
    }

    .Homepage .weLoveTo{
        padding: 100px 10px;
    }

    .Homepage .weLoveTo .heading {
        font-size: 20px;
        font-weight: 600;
    }
    .Homepage .ourKeyClients ._heading{
        font-size: 20px;
    }
    .Homepage .testimonial ._heading{
        font-size: 20px;
    }
    .Homepage .testimonial .carousel-control-next{
        top: 10%;
        align-items: unset;
    }
    .Homepage .testimonial .carousel-control-prev{
        top: 10%;
        align-items: unset;
    }
}



@media screen and (min-width:768px) and (max-width:991px) {
    .Homepage .banner_section .carousel-item .title_box ._heading{
        font-size: 24px;
    }
    .Homepage .banner_section .carousel-item .title_box .description{
        font-size: 16px;
    }
    .Homepage .banner_section .navigation_panel{
        bottom: 10%;
    }
    .Homepage .banner_section .navigation_panel .navigation_btns {
        width: 100px;
    }
    .Homepage .banner_section .navigation_panel .navigation_btns .icon_leftArrow, .icon_rightArrow {
        width: 30px;
        height: 30px;
    }
    .Homepage .industries_served .navigation_panel .navigation_btns{
        width: 200px;
    }
    .Homepage .weLoveTo{
        padding: 100px 0;
    }
    .Homepage .weLoveTo .heading{
        font-size: 20px;
    }
    .Homepage .howWeWork .img_column img {
        position: relative;
        top: -40px;
        max-width: 100%;
    }
    .Homepage .ourKeyClients ._heading{
        font-size: 20px;
    }
    .Homepage .testimonial ._heading{
        font-size: 20px;
    }
    .Homepage .testimonial .carousel-control-next{
        top: 10%;
        align-items: unset;
    }
    .Homepage .testimonial .carousel-control-prev{
        top: 10%;
        align-items: unset;
    }
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

 .dropdown:hover .service-list {
    display: flex !important;
    margin-top: 0px;
    right: -20px;
    background: transparent;
    box-shadow: none;
    border: 0px;
    padding-top: 20px;
    padding-right: 15px;
 }
 .service-list > ul  >li, .single-dropdown > li > ul > li {
     list-style-type: none;
 }
 .single-dropdown{
     background: transparent;
     padding-top: 20px;
     border: 0px;
 }
 .single-dropdown > li{
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 3px 4px #00000030;
 }
 .single-dropdown > li > ul{
     padding: 0px;
 }
