@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800&family=Hind+Siliguri:wght@300;400;500;600;700&family=Russo+One&display=swap');
:root{
    --mainColor: #00aeef;
    --seconderyColor:#00aeef6e;
    --thiredColor:rgb(179 225 241);
    --white:#ffffff;
    --whitest: #fffff;
    --dark:#090909;
    --black:#000000;
    --headerEnglishFonts:
    'Hind Siliguri', sans-serif;
    --BanglaFonts :
    'Russo One', sans-serif;
    --BanglaDigFonts:
    'Baloo Da 2', sans-serif;
    --h2Size:34px;
    --h3Size: 20px;
    --h4Size: 16px;
    --pSize:13px;
    --h2Bottom: 16px;
    --bgOne: #8f89894f;  
}
@media(max-width:1080px){
    :root{
        --h2Size: 3vw;
        --h3Size: 1.6vw;
        --h4Size: 3px;
        --pSize: 1.1vw;
        --h2Bottom: 10px;
    }
}
*{
    margin: 0;
    padding: 0;
}
#toast-container{
    z-index: 9999999999999999999!important;
}
body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
main{
    overflow: hidden;
}
.container{}
img{
    width: 100%;
}
ul{
    margin-bottom: 0;
}
h1{}
h2{
    font-size: 34px;
    font-weight: 300;
}
h3{}
h4{
    margin: 0;
    font-size: var(--h2Size);
}
h5{}
h6{
    margin: 0;
}
p{
    padding-bottom: 10px;
    font-size: var(--pSize);
    margin-bottom: 0px;
}
/* Popup Start  */
.popup{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    width: 80%;
    max-width: 450px;
}
.popup-content{
    background: white;
    padding: 20px;
    border: 1px solid #ccc;

}
#demoForm input{
    width: 100%;
    margin-bottom: 27px;
    font-family: 'Russo One';
    letter-spacing: 2px;
    padding: 6px;
}
#demoForm label{
    font-family: 'Hind Siliguri';
    font-size: 31px;
    font-weight: bold;
}
.background-effect{
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 1000vw;
    height: 1000vh;
    z-index: 9999999;
    background-color: #0000008c;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.submit_btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #3498db;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .submit_btn:hover {
    background-color: #2980b9;
  }
/* Popup End  */
mark{
    color: var(--mainColor);
    font-weight: bold;
    border-radius: 5px;
    padding-left: 11px;
    padding-right: 10px;
}
.cus_btn{
    padding: 0;
}
.cus_btn a{
    background-color: var(--mainColor);
    padding: 10px 15px;
    color: var(--white);
    font-family: var(--BanglaFonts);
    letter-spacing: 0.6px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    position:relative;
    border:1px solid var(--mainColor);
    transition: all 0.5s ease;
}
.cus_btn a:after{
    background-color:var(--white);
    content:"";
    position:absolute;
    top:0;
    left:0;
    width: 0%;
    height:100%;
    transition: all 0.5s ease;
}
.cus_btn a:hover{}
.cus_btn a:hover:after{
    width:100%;
}
.cus_btn a:hover span{
    color:var(--mainColor);
}
.cus_btn a span{
    position:relative;
    z-index:5;
    transition: all 0.5s ease;
}

.topnav {
    overflow: hidden;
    display: block;
  }
  .topnav ul>li {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }  
  .topnav ul>li:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav ul>li.active {
    background-color: #04AA6D;
    color: white;
  }
  .topnav.responsive{
    display: block;
  }
  
.Responsive_icon {
    display: none;
  }
  
  @media screen and (max-width: 1080px) {
    .topnav ul>li {display: none;}
    .topnav .Responsive_icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 1080px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .Responsive_icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
  .res_m{
    display: none;
  }
  .res_d{
    display: inline-block;
  }
/* Global Css responsive  */
@media(max-width:1080px){
    .cus_btn{}
    .cus_btn a{
    font-size: 1.2vw;
    padding: 1vw 1.5vw;
}
}
@media(max-width:768px){
    .res_m{
        display: block;
    }
    .res_d{
        display: none;
    }
    .topnav{
        display: none;
    }
    nav a.Responsive_icon{
        display: block;
        position: absolute;
        top: -1vw;
        right: -6vw;
        font-size: 6vw;
    }
    p{
        font-size: 2.6vw;
    }
}
@media(max-width:575px){
    nav a.Responsive_icon{
        position: absolute;
        top: -35px;
        right: 4vw;
    } 
    p{
        
    }
    
}



/* Main CSS Start From Here  */
.header_top{
    background-color: var(--mainColor);
    z-index: 9999999;
    position: relative;
}
.header_top>.container{}
.header_top .row{}
.header_top_left{
}
.header_top_left ul{
    list-style-type: none;
    text-align: left;
}
.header_top_left ul li{
    display: inline-block;
}
.header_top_left ul li a{
    text-decoration: none;
    color: var(--white);
    font-size: 26px;
}
.header_top_left ul li a span{}
.header_top_right{
}
.header_top_right ul{
    text-align: right;
    list-style: none;
}
.header_top_right ul li{
    display: inline-block;
}
.header_top_right ul li a{
    color: var(--white);
    text-decoration: none;
}
.header_top_right ul li a span{
    font-size: 30px;
    padding-right: 14px;
}
/* Responsive Start From Here  */
@media screen and (max-width:1080px){
    .header_top{}
    .header_top>.container{}
    .header_top .row{}
    .header_top_left{}
    .header_top_left ul{}
    .header_top_left ul li{}
    .header_top_left ul li a{}
    .header_top_left ul li a span{}
    .header_top_right{}
    .header_top_right ul{}
    .header_top_right ul li{}
    .header_top_right ul li a{}
    .header_top_right ul li a span{}
}
/* Header Button Start From Here  */
.header_bottom{
    /* background-color: var(--seconderyColor); */
    box-shadow: 10px -3px 50px var(--black);
    background: var(--white);
    background: linear-gradient(0deg, rgb(210 213 213) 0%, rgba(117,211,246,1) 83%, rgba(0,174,239,1) 100%);
    position: relative;
    z-index: 999999;
    width: 100%;
}
.header_bottom>.container{}
.header_bottom .row{
    align-items: center;
    box-sizing: border-box;
}
.header_bottom_left{}
.header_bottom_left .company_logo{}
.header_bottom_left .logo{
    width: 5vw;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header_bottom_left .logo img{}
.header_bottom_right{}
.header_bottom_right nav{
    text-align: right;
}
.header_bottom_right nav ul{
    list-style-type: none;
}
.header_bottom_right nav ul li{
    display: inline-block;
}
.header_bottom_right nav ul li a{
    text-decoration: none;
    color: var(--black);
    padding: 14px 10px;
    text-transform: uppercase;
    font-family: var(--BanglaFonts);
}
.header_bottom_right nav ul li a span{}
.header_bottom_client_area{
}
.header_bottom_btn{text-align: right;width: 100%;}
.header_bottom_btn a{}
.header_bottom_btn a span{}
/* Responsive Start  */
@media(max-width:1080px){
    .header_bottom{}
    .header_bottom>.container{}
    .header_bottom .row{}
    .header_bottom_left{}
    .header_bottom_left .company_logo{}
    .header_bottom_left .logo{}
    .header_bottom_left .logo img{}
    .header_bottom_right{}
    .header_bottom_right nav{}
    .header_bottom_right nav ul{}
    .header_bottom_right nav ul li{}
    .header_bottom_right nav ul li a{
    padding: 1.4vw 1.2vw;
    font-size: 1.9vw;
}
    .header_bottom_right nav ul li a span{}
    .header_bottom_client_area{}
    .header_bottom_btn{}
    .header_bottom_btn a{}
    .header_bottom_btn a span{}
}
@media(max-width:768px){
    .header_bottom{}
    .header_bottom>.container{}
    .header_bottom .row{}
    .header_bottom_left{}
    .header_bottom_left .company_logo{}
    .header_bottom_left .logo{
    width: 13vw;
}
    .header_bottom_left .logo img{}
    .header_bottom_right{}
    .header_bottom_right nav{}
    .header_bottom_right nav ul{}
    .header_bottom_right nav ul li{
    display: inline;
}
    .header_bottom_right nav ul li a{}
    .header_bottom_right nav ul li a span{}
    .header_bottom_client_area{}
    .header_bottom_btn{}
    .header_bottom_btn a{}
    .header_bottom_btn a span{}
}
/* Footer Start CSS  */
footer{
    background-color: var(--bgOne);
    padding-top: 80px;
}
.footer_top{
    padding-bottom: 80px;
}
.footer_top>.container{}
.footer_top>.container .row{}
.footer_top1{}
.footer_top_logo{text-align: center;margin-bottom: 28px;}
.footer_top_logo img{
    width:50%;
}
.footer_top1 h4{
    font-size: var(--h4Size);
    line-height: 1.9;
}
.footer_top1 h4 mark{
    background-color: var(--mainColor);
    color: var(--white);
}
.footer_top2{
}
.footer_top2 h4,
.footer_top3 h4,
.footer_top4 h4{
    font-size: 28px;
    padding-bottom: 30px;
    color: var(--black);
}
.footer_top2 ul,
.footer_top3 ul,
.footer_top4 ul{
    list-style-type: none;
}
.footer_top2 ul li,
.footer_top3 ul li,
.footer_top4 ul li{
    line-height: 2.5;
}
.footer_top2 ul li a,
.footer_top3 ul li a,
.footer_top4 ul li a{
    color: var(--mainColor);
    display: block;
    font-size: 18px;
    font-family: var(--BanglaDigFonts);
}
.footer_top2 ul li a i,
.footer_top3 ul li a i,
.footer_top4 ul li a i{
    font-size: 16px;
    padding-right: 12px;
    display: inline-block;
    color: black;
}
.footer_top3{}
.footer_top3 h4{}
.footer_top3 ul{
}
.footer_top3 ul li{}
.footer_top3 ul li a{}
.footer_top4{}
.footer_top4 h4{}
.footer_top4 ul{
}
.footer_top4 ul li{}
.footer_top4 ul li a{}
section.footer_copywright{
    background-color: var(--mainColor);
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer_copywright>.container{}
.footer_copywright .row{}
.fnhsf_left{}
.fnhsf_left h6{
    color: var(--white);
}
.fnhsf_right{
    text-align: right;
}
.fnhsf_right h6{
    color: var(--white);
}
@media(max-width:1280px) {
    footer{}
    .footer_top{}
    .footer_top>.container{}
    .footer_top>.container .row{}
    .footer_top1{}
    .footer_top_logo{}
    .footer_top_logo img{}
    .footer_top1 h4{
    font-size: 1.4vw;
}
    .footer_top1 h4 mark{}
    .footer_top2{}
    .footer_top2 h4,
    .footer_top3 h4,
    .footer_top4 h4{
    text-align: center;
    padding-top: 15px;
}
    .footer_top2 ul,
    .footer_top3 ul,
    .footer_top4 ul{}
    .footer_top2 ul li,
    .footer_top3 ul li,
    .footer_top4 ul li{}
    .footer_top2 ul li a,
    .footer_top3 ul li a,
    .footer_top4 ul li a{
        font-size: 1.5vw;
    }
    .footer_top2 ul li a i,
    .footer_top3 ul li a i,
    .footer_top4 ul li a i{
    font-size: 1.5vw;
    padding-right: 1vw;
}
    .footer_top2 h4{}
    .footer_top2 ul{}
    .footer_top2 ul li{}
    .footer_top2 ul li a{}
    .footer_top3{}
    .footer_top3 h4{}
    .footer_top3 ul{}
    .footer_top3 ul li{}
    .footer_top3 ul li a{}
    .footer_top4{}
    .footer_top4 h4{}
    .footer_top4 ul{}
    .footer_top4 ul li{}
    .footer_top4 ul li a{}
    section.footer_copywright{}
    .footer_copywright>.container{}
    .footer_copywright .row{}
    .fnhsf_left{}
    .fnhsf_left h6{}
    .fnhsf_right{}
    .fnhsf_right h6{}

    
}
@media(max-width:768px) {
    footer{}
    .footer_top{}
    .footer_top>.container{}
    .footer_top>.container .row{}
    .footer_top1{}
    .footer_top_logo{}
    .footer_top_logo img{}
    .footer_top1 h4{
    text-align: center;
    font-size: 6vw;
}
    .footer_top1 h4 mark{
    display: block;
}
    .footer_top2{}
    .footer_top2 h4{}
    .footer_top2 h4,
    .footer_top3 h4,
    .footer_top4 h4{
    text-align: center;
    padding-top: 5vh;
    font-size: 9vw;
}
    .footer_top2 ul,
    .footer_top3 ul,
    .footer_top4 ul{}
    .footer_top2 ul li,
    .footer_top3 ul li,
    .footer_top4 ul li{}
    .footer_top2 ul li a,
    .footer_top3 ul li a,
    .footer_top4 ul li a{
    font-size: 5vw;
}
    .footer_top2 ul li a i,
    .footer_top3 ul li a i,
    .footer_top4 ul li a i{
    font-size: 6vw;
    padding-right: 6vw;
}
    .footer_top2 ul{}
    .footer_top2 ul li{}
    .footer_top2 ul li a{}
    .footer_top3{}
    .footer_top3 h4{}
    .footer_top3 ul{}
    .footer_top3 ul li{}
    .footer_top3 ul li a{}
    .footer_top4{}
    .footer_top4 h4{}
    .footer_top4 ul{}
    .footer_top4 ul li{}
    .footer_top4 ul li a{}
    section.footer_copywright{}
    .footer_copywright>.container{}
    .footer_copywright .row{}
    .fnhsf_left{}
    .fnhsf_left h6{
    text-align: center;
    padding-bottom: 3vh;
    font-size: 4vw;
}
    .fnhsf_right{}
    .fnhsf_right h6{
    text-align: center;
    padding-bottom: 0;
    font-size: 4vw;
}
}

/* SEction Start CSS  */
.hero{}
.background-overlayer{
    width: 100%;
    height: 100%;
    background-color: #0000007a;
    display: block;
    position: absolute;
}
.hero_slides{}
.hero_slide{}
.hero_slide_wrap{
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.hero_slide .container{
    position: relative;
    z-index: 50;
    box-sizing: border-box;
    display: flex;
}
.hero_slide_left{
    width: 65%;
    color: white;
}
.hero_slide_left h2{}
.hero_slide_left h4{
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Russo One';
}
.hero_slide_right{
    width: 45%;
    position: relative;
}
.hero_slide_rightimg{}
.hero_slide h1{
    padding-top: 18vh;
    font-size: 71px;
    text-transform: uppercase;
    font-family: 'Russo One';
}
.hero_slide img{
    width: 28vw!important;
    position: absolute;
    right: 0;
    top: 16vh;
}
@media(max-width:1080px){
    .hero{}
    .background-overlayer{}
    .hero_slides{}
    .hero_slide{}
    .hero_slide_wrap{}
    .hero_slide .container{}
    .hero_slide_left{}
    .hero_slide_left h2{}
    .hero_slide_left h4{}
    .hero_slide_right{}
    .hero_slide_rightimg{}
}
/* section 2 Start From Here  */
.fnhs2{
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    background-color: var(--bgOne);
}
.fnhs2>.container{}
.fnhs2 .row{}
.fnhs2_left{}
.fnhs2_slider{}
.fnhs2_slides{}
.fnhs2_slide{}
.fnhs2_img{
    width: 400px;
}
.fnhs2_img img{}
.fnhs2_right{}
.fnhs2_right h2{
    color: var(--mainColor);
    font-weight: 300;
    font-family: var(--headerEnglishFonts);
    font-size: var(--h2Size);
    padding-bottom: 14px;
}
.fnhs2_right h4{
    font-size: var(--h3Size);
    color: var(--black);
    padding-bottom: 20px;
}
.fnhs2_right h2 br{}
.fnhs2_right article{
    font-family: var(--BanglaFonts);
}
.fnhs2_right article p{}
.fnhs2_right article p br{}
.fnhs2_right_btn{}
.fnhs2_right_btn a{}
.fnhs2_right_btn a:hover{
}
.fnhs2_right_btn a span{
    text-transform: uppercase;
    transition: all 0.5s ease;
}
@media(max-width:1080px){
    .fnhs2{}
    .fnhs2>.container{}
    .fnhs2 .row{}
    .fnhs2_left{}
    .fnhs2_img{
    width: 100%;
}
    .fnhs2_img img{}
    .fnhs2_right{}
    .fnhs2_right h2{
    padding-bottom: 3vh;
    margin-bottom: 0;
}
    .fnhs2_right h4{
    padding-bottom: 5vh;
    margin-bottom: 0px;
}
    .fnhs2_right h2 br{}
    .fnhs2_right article{}
    .fnhs2_right article p{}
    .fnhs2_right article p br{}
    .fnhs2_right_btn{}
    .fnhs2_right_btn a{}
    .fnhs2_right_btn a:hover{}
    .fnhs2_right_btn a span{
    font-size: 1.5vw;
}
}
@media(max-width:767px){
    .fnhs2{}
    .fnhs2>.container{}
    .fnhs2 .row{}
    .fnhs2_left{
    order: 2;
    margin-top: 9vw;
}
    .fnhs2_img{}
    .fnhs2_img img{}
    .fnhs2_right{}
    .fnhs2_right h2{
    text-align: center;
    font-size: 7vw;
}
    .fnhs2_right h4{
    text-align: center;
    font-size: 4vw;
}
    .fnhs2_right h2 br{}
    .fnhs2_right article{
    text-align: center;
    padding-bottom: 4vw;
}
    .fnhs2_right article p{}
    .fnhs2_right article p br{}
    .fnhs2_right_btn{
    display: block;
}
    .fnhs2_right_btn a{padding: 2vw 5vw;}
    .fnhs2_right_btn a:hover{}
    .fnhs2_right_btn a span{
    font-size: 5vw;
}
}
/* Section 3 */
.fnhs3{
    padding-top: 70px;
    padding-bottom: 70px;
}
.fnhs3>.container{}
.fnhs3 .row{}
.fnhs3_head{
    padding-bottom: 22px;
}
.fnhs3_head h2{
    text-align: center;
    color: var(--dark);
    font-size: var(--h2Size);
}
.fnhs3_head h2 mark{
    color: var(--mainColor);
}
.fnhs3_head h4{
    text-align: center;
    color: var(--dark);
    font-size: var(--h2Bottom);
}
.fnhs3_head h4 mark{
    color: var(--mainColor);
}
.fnhs3 .row.fnhs3_boxes{}
.fnhs3_boxes>div{}
.fnhs3_box_content{
    border: 1px solid var(--mainColor);
    background-color: var(--thiredColor);
    padding: 15px 20px;
    margin-bottom: 25px;
}
.fnhs3_box_img{
    text-align: center;
    margin-bottom: 35px;
}
.fnhs3_box_img img{
    width: 71%;
    display: inline-block;
}
.fnhs3_box_content h4{
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}
.fnhs3_box_content article{
    text-align: center;
}
.fnhs3_box_content article p{
    margin: 0;
}
@media(max-width:1080px){
    .fnhs3{}
    .fnhs3>.container{}
    .fnhs3 .row{}
    .fnhs3_head{}
    .fnhs3_head h2{}
    .fnhs3_head h2 mark{}
    .fnhs3_head h4{}
    .fnhs3_head h4 mark{}
    .fnhs3 .row.fnhs3_boxes{}
    .fnhs3_boxes>div{}
    .fnhs3_box_content{}
    .fnhs3_box_img{}
    .fnhs3_box_img img{}
    .fnhs3_box_content h4{}
    .fnhs3_box_content article{}
    .fnhs3_box_content article p{}
}
@media(max-width:768px){
    .fnhs3{}
    .fnhs3>.container{}
    .fnhs3 .row{}
    .fnhs3_head{}
    .fnhs3_head h2{
    font-size: 9vw;
    padding-bottom: 3vh;
}
    .fnhs3_head h2 mark{}
    .fnhs3_head h4{
    font-size: 4.5vw;
    line-height: 1.5;
}
    .fnhs3_head h4 mark{
    background-color: var(--mainColor);
    color: var(--white);
}
    .fnhs3 .row.fnhs3_boxes{}
    .fnhs3_boxes>div{}
    .fnhs3_box_content{}
    .fnhs3_box_img{}
    .fnhs3_box_img img{}
    .fnhs3_box_content h4{
    font-size: 9vw;
}
    .fnhs3_box_content article{}
    .fnhs3_box_content article p{
    font-size: 5vw;
}
}
/* SEction 4 Start From Here  */
.fnhs4{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--bgOne);
}
.fnhs4>.container{}
.fnhs4 .row{}
.fnhs4_head{}
.fnhs4_head h2{
    text-align: center;
    font-size: var(--h2Size);
    padding-bottom: 15px;
}
.fnhs4_head h2 mark{
    background-color: var(--blue);
    color: white;
}
.fnhs4_head h4{
    text-align: center;
    color: var(--dark);
    font-size: var(--h2Bottom);
    padding-bottom: 50px;
}
.fnhs4_body{
    justify-content: space-between;
}
.fnhs4_body>div{
}
/* Pricting Table  */
.fnhs4 .pricingTable{
    color: var(--seconderyColor);
    text-align: center;
    padding: 40px 25px 110px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    cursor:pointer;
    background-color: var(--seconderyColor);
}
.fnhs4 .pricingTable:hover{
    box-shadow: 20px 30px 40px var(--seconderyColor);
}
.fnhs4 .pricingTable:before,
.fnhs4 .pricingTable:after{
    content: '';
    background-color: var(--secondary);
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 85%);
}
.fnhs4 .pricingTable:after{
    background-color: #fff;
    width: 100%;
    height: calc(100% - 30px);
    clip-path: polygon(0 0, 100% 26%, 100% 100%, 0 80%);
}
.fnhs4 .pricingTable .pricingTable-header{ margin: 0 0 15px; }
.fnhs4 .pricingTable .price-value{
    color: #fff;
    background-color: var(--secondary);
    width: 130px;
    height: 130px;
    padding: 33px 0;
    margin: 0 auto 8px;
    border-radius: 50%;
    border: 5px solid #fff;
}
.fnhs4 .pricingTable .price-value .amount{
    font-size: 21px;
    font-weight: 800;
    line-height: 33px;
    display: block;
    font-family: var(--BanglaDigFonts);
}
.fnhs4 .pricingTable .price-value .duration{
    font-size: 15px;
    font-weight: 300;
}
.fnhs4 .pricingTable .title{
    color: #333;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0 20px 10px;
    margin: 0;
    border-bottom: 3px dashed var(--secondary);
    display: inline-block;
}
.fnhs4 .pricingTable .pricingTable-signup a{
    color: #fff;
    background-color: #333;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 0 0 10px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.fnhs4 .pricingTable .pricingTable-signup a:hover{
    color: #fff;
    background-color: var(--secondary);
}
.fnhs4 .pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.fnhs4 .pricingTable .pricing-content li{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: .5px;
    padding: 0 0 0 28px;
    margin: 0 0 3px;
    position: relative;
}
.fnhs4 .pricingTable .pricing-content li:last-child{ margin: 0; }
.fnhs4 .pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #333;
    font-family: "Font Awesome 5 free";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 0;
}
.fnhs4 .pricingTable .pricing-content li.disable:before{ content: "\f00d"; }
.fnhs4 .pricingTable.popular{ --secondary: var(--mainColor); }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}
/* PRicing Table End  */
@media(max-width:1080px){
    .fnhs4{}
    .fnhs4>.container{}
    .fnhs4 .row{}
    .fnhs4_head{}
    .fnhs4_head h2{
    margin-bottom: 0;
    padding-bottom: 5vh;
}
    .fnhs4_head h2 br{}
    .fnhs4_head h4{
    padding-bottom: 10vh;
}
    .fnhs4_body{}
    .fnhs4_body>div{}
    /* table price  */
    .fnhs4 .pricingTable{}
    .fnhs4 .pricingTable:hover{}
    .fnhs4 .pricingTable:before,
    .fnhs4 .pricingTable:after{}
    .fnhs4 .pricingTable:after{}
    .fnhs4 .pricingTable .pricingTable-header{}
    .fnhs4 .pricingTable .price-value{}
    .fnhs4 .pricingTable .price-value .amount{}
    .fnhs4 .pricingTable .price-value .duration{}
    .fnhs4 .pricingTable .title{
    font-size: 2vw;
}
    .fnhs4 .pricingTable .pricingTable-signup a{}
    .fnhs4 .pricingTable .pricingTable-signup a:hover{}
    .fnhs4 .pricingTable .pricing-content{}
    .fnhs4 .pricingTable .pricing-content li{}
    .fnhs4 .pricingTable .pricing-content li:last-child{}
    .fnhs4 .pricingTable .pricing-content li:before{}
}
@media(max-width:767px){
    .fnhs4{}
    .fnhs4>.container{}
    .fnhs4 .row{}
    .fnhs4_head{}
    .fnhs4_head h2{
    font-size: 7vw;
    line-height: 1.5;
}
    .fnhs4_head h2 br{}
    .fnhs4_head h4{
    font-size: 4vw;
}
    .fnhs4_body{}
    .fnhs4_body>div{}
    /* table price  */
    .fnhs4 .pricingTable{}
    .fnhs4 .pricingTable:hover{}
    .fnhs4 .pricingTable:before,
    .fnhs4 .pricingTable:after{}
    .fnhs4 .pricingTable:after{}
    .fnhs4 .pricingTable .pricingTable-header{}
    .fnhs4 .pricingTable .price-value{}
    .fnhs4 .pricingTable .price-value .amount{}
    .fnhs4 .pricingTable .price-value .duration{}
    .fnhs4 .pricingTable .title{}
    .fnhs4 .pricingTable .pricingTable-signup a{
    font-size: 2vw;
}
    .fnhs4 .pricingTable .pricingTable-signup a:hover{}
    .fnhs4 .pricingTable .pricing-content{}
    .fnhs4 .pricingTable .pricing-content li{
    font-size: 2vw;
}
    .fnhs4 .pricingTable .pricing-content li:last-child{}
    .fnhs4 .pricingTable .pricing-content li:before{}
}
@media(max-width:575px){
    .fnhs4{}
    .fnhs4>.container{}
    .fnhs4 .row{}
    .fnhs4_head{}
    .fnhs4_head h2{}
    .fnhs4_head h2 br{}
    .fnhs4_head h4{}
    .fnhs4_body{}
    .fnhs4_body>div{}
    /* table price  */
    .fnhs4 .pricingTable{}
    .fnhs4 .pricingTable:hover{}
    .fnhs4 .pricingTable:before,
    .fnhs4 .pricingTable:after{}
    .fnhs4 .pricingTable:after{}
    .fnhs4 .pricingTable .pricingTable-header{}
    .fnhs4 .pricingTable .price-value{}
    .fnhs4 .pricingTable .price-value .amount{}
    .fnhs4 .pricingTable .price-value .duration{}
    .fnhs4 .pricingTable .title{
    font-size: 9vw;
}
    .fnhs4 .pricingTable .pricingTable-signup a{
    font-size: 7vw;
}
    .fnhs4 .pricingTable .pricingTable-signup a:hover{}
    .fnhs4 .pricingTable .pricing-content{}
    .fnhs4 .pricingTable .pricing-content li{
    font-size: 4vw;
    line-height: 2.5;
}
    .fnhs4 .pricingTable .pricing-content li:last-child{}
    .fnhs4 .pricingTable .pricing-content li:before{}
}
/* Section 5.1 Product Start  */
.fnhs5_1{
    padding-top: 80px;
    padding-bottom: 80px;
}
.fnhs5_1 h2{
    text-align: center;
    color: var(--mainColor);
    font-size: var(--h2Size);
    padding-bottom: 10px;
}
.fnhs5_1 h4{
    font-size: var(--h2Bottom);
    text-align: center;
    padding-bottom: 30px;
}
.fnhs5_1>.container{}
.fnhs5_1_body{}
.fnhs5_1_body>div{}
.fnhs5_1_body .bd-image{}
.fnhs5_1_body .bd-image img{}
.fnhs5_1_body .bd-image a{}
.fnhs5_1_body .bd-image a .mask{}
.fnhs5_1_body .bd-image a .d-flex{}
.fnhs5_1_body .bd-image a .d-flex h5{}
.fnhs5_1_body .bd-image a .d-flex h5 span{}
.fnhs5_1_body .bd-image a .hover-overlay{}
.fnhs5_1_body .bd-image a .hover-overlay .mask{}
.fnhs5_1_btn{}
.fnhs5_1_btn>div{}
.fnhs5_1_btn .ntn{}
.fnhs5_1_btn .ntn a{}
.fnhs5_1_btn .ntn a span{}
.fnhs5_1_card{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 30px;
}
.fnhs5_1_card_img{
    width: 180px;
    height: auto;
    padding: 3rem 0;
    transition: .5s;
}
.fnhs5_1_card_name{
    position: absolute;
    left: -25%;
    top: 0;
    width: 2.5rem;
    height: 100%;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    background-color: var(--dark);
    color: #fff;
    font-weight: bold;
    transition: .5s;
}
.fnhs5_1_card_name h5{
    padding-right: 7px;
}
.card_icon{
    font-size: 1.5rem;
    color: var(--dark-color);
}
.card_icon:hover{
    color: var(--accent-color);
}
.fnhs5_1_card_precis{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: .5s;
}
.card_preci{
    display: block;
    text-align: center;
}
.card_preci-before{
    font-size: var(--smaller-font-size);
    color: var(--accent-color);
    margin-bottom: .25rem;
}
.card_preci-now{
    font-size: var(--h3-font-size);
    font-weight: bold;
}
/*Move left*/
.fnhs5_1_card:hover{
    box-shadow: 0 .5rem 1rem #D1D9E6;
}
.fnhs5_1_card:hover .fnhs5_1_card_name{
    left: 0;
}
.fnhs5_1_card:hover .fnhs5_1_card_img{
    transform: rotate(30deg);
    margin-left: 3.5rem;
}
.fnhs5_1_card:hover .fnhs5_1_card_precis{
    margin-left: 3.5rem;
    padding: 0 1.5rem;
}
@media(max-width:1080px){
    .fnhs5_1{}
    .fnhs5_1 h2{}
    .fnhs5_1 h4{}
    .fnhs5_1>.container{}
    .fnhs5_1_body{}
    .fnhs5_1_body>div{}
    .fnhs5_1_body .bd-image{}
    .fnhs5_1_body .bd-image img{}
    .fnhs5_1_body .bd-image a{}
    .fnhs5_1_body .bd-image a .mask{}
    .fnhs5_1_body .bd-image a .d-flex{}
    .fnhs5_1_body .bd-image a .d-flex h5{}
    .fnhs5_1_body .bd-image a .d-flex h5 span{}
    .fnhs5_1_body .bd-image a .hover-overlay{}
    .fnhs5_1_body .bd-image a .hover-overlay .mask{}
    .fnhs5_1_btn{}
    .fnhs5_1_btn>div{}
    .fnhs5_1_btn .ntn{}
    .fnhs5_1_btn .ntn a{}
    .fnhs5_1_btn .ntn a span{}
}
@media(max-width:767px){
    .fnhs5_1{}
    .fnhs5_1 h2{
    font-size: 10vw;
}
    .fnhs5_1 h4{
    font-size: 4vw;
}
    .fnhs5_1>.container{}
    .fnhs5_1_body{}
    .fnhs5_1_body>div{}
    .fnhs5_1_body .bd-image{}
    .fnhs5_1_body .bd-image img{}
    .fnhs5_1_body .bd-image a{}
    .fnhs5_1_body .bd-image a .mask{}
    .fnhs5_1_body .bd-image a .d-flex{}
    .fnhs5_1_body .bd-image a .d-flex h5{}
    .fnhs5_1_body .bd-image a .d-flex h5 span{}
    .fnhs5_1_body .bd-image a .hover-overlay{}
    .fnhs5_1_body .bd-image a .hover-overlay .mask{}
    .fnhs5_1_btn{}
    .fnhs5_1_btn>div{}
    .fnhs5_1_btn .btn{
    text-align: center;
    display: block;
}
    .fnhs5_1_btn .btn a{display: inline-block;}
    .fnhs5_1_btn .btn a span{
    font-size: 3vw;
}
}
@media(max-width:575px){
    .fnhs5_1{}
    .fnhs5_1 h2{}
    .fnhs5_1 h4{
}
    .fnhs5_1>.container{}
    .fnhs5_1_body{}
    .fnhs5_1_body>div{}
    .fnhs5_1_body .bd-image{}
    .fnhs5_1_body .bd-image img{}
    .fnhs5_1_body .bd-image a{}
    .fnhs5_1_body .bd-image a .mask{}
    .fnhs5_1_body .bd-image a .d-flex{}
    .fnhs5_1_body .bd-image a .d-flex h5{}
    .fnhs5_1_body .bd-image a .d-flex h5 span{}
    .fnhs5_1_body .bd-image a .hover-overlay{}
    .fnhs5_1_body .bd-image a .hover-overlay .mask{}
    .fnhs5_1_btn{}
    .fnhs5_1_btn>div{}
    .fnhs5_1_btn .btn{}
    .fnhs5_1_btn .btn a{}
    .fnhs5_1_btn .btn a span{
    font-size: 5vw;
    padding: 3vw 5vw;
}
}
/* SEction 5 Start From Here  */
.fnhs5{
    padding-top: 80px;
    padding-bottom: 80px;
}
.fnhs5>.container{}
.fnhs5>.container .row{
    align-items: center;
}
.fnhs5_c1{}
.fnhs5_c1 .total_client,
.fnhs5_c2 .total_review,
.fnhs5_c3 .total_meetings{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid var(--mainColor);
    border-radius: 27% 0;
    color: var(--white);
    position:relative;
    overflow: hidden;
}
.fnhs5_c1 .total_client:after,
.fnhs5_c2 .total_review:after,
.fnhs5_c3 .total_meetings:after{
    content:"";
    position:absolute;
    background-color: var(--mainColor);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -7;
}
.fnhs5_c1 .total_client:before,
.fnhs5_c2 .total_review:before,
.fnhs5_c3 .total_meetings:before{
    content:"";
    position:absolute;
    background-color: var(--white);
    width: 100%;
    height: 43%;
    top: 0;
    right: 0;
    z-index: -3;
}
.fnhs5_c1 .total_client span.counter-value,
.fnhs5_c2 .total_review span.counter-value,
.fnhs5_c3 .total_meetings span.counter-value{
    font-size: 40px;
    font-family: var(--BanglaDigFonts);
    color: var(--dark);
}
.fnhs5_c1 .total_client span.icon,
.fnhs5_c2 .total_review span.icon,
.fnhs5_c3 .total_meetings span.icon{
    font-family: var(--BanglaDigFonts);
    font-size: 40px;
    color: var(--dark);
}
.fnhs5_c1 .total_client h4,
.fnhs5_c2 .total_review h4,
.fnhs5_c3 .total_meetings h4{
    font-size: 23px;
    padding-top: 2vw;
}
.fnhs5_c1 .total_client h4 i,
.fnhs5_c2 .total_review h4 i,
.fnhs5_c3 .total_meetings h4 i{
    display: block;
    font-size: 40px;
    padding-bottom: 10px;
}
.fnhs5_c2{}
.fnhs5_c2 .total_review{}
.fnhs5_c2 .total_review span.counter-value{}
.fnhs5_c2 .total_review span.icon{}
.fnhs5_c2 .total_review h4{}
.fnhs5_c2 .total_review h4 i{}
.fnhs5_c3{}
.fnhs5_c3 .total_meetings{}
.fnhs5_c3 .total_meetings span.counter-value{}
.fnhs5_c3 .total_meetings span.icon{}
.fnhs5_c3 .total_meetings h4{}
.fnhs5_c3 .total_meetings h4 i{}
.fnhs5_c4{}
.fnhs5_sliders{
    border: 1px solid var(--mainColor);
}
.fnhs5_slides{}
.fnhs5_slide{
    padding-top: 20px;
    color: var(--mainColor);
    padding-bottom: 75px;
}
.fnhs5_slide_img{
    text-align: center;
}
.fnhs5_slide_img img{}
.fnhs5_slide_img i{
    font-size: 57px;
    margin-bottom: 20px;
}
.fnhs5_slide h4{
    text-align: center;
    font-size: var(--h2Size);
}
.fnhs5_slide article{
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 11px;
    background-color: var(--seconderyColor);
    width: 76%;
    margin: 0 auto;
    margin-top: 19px;
    color: var(--dark);
}
.fnhs5_slide article p{}
@media(max-width:1080px){
    .fnhs5{}
    .fnhs5>.container{}
    .fnhs5>.container .row{}
    .fnhs5_c1{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 15vh;
    }
    .fnhs5_c1 .total_client{}
    .fnhs5_c1 .total_client span.counter-value{}
    .fnhs5_c1 .total_client span.icon{}
    .fnhs5_c1 .total_client h4{}
    .fnhs5_c1 .total_client h4 i{}
    .fnhs5_c2{
    width: 53%;
    margin: 0 auto;
    margin-bottom: 15vw;
}
    .fnhs5_c2 .total_review{}
    .fnhs5_c2 .total_review span.counter-value{}
    .fnhs5_c2 .total_review span.icon{}
    .fnhs5_c2 .total_review h4{}
    .fnhs5_c2 .total_review h4 i{}
    .fnhs5_c3{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 15vh;
}
    .fnhs5_c3 .total_meetings{}
    .fnhs5_c3 .total_meetings span.counter-value{}
    .fnhs5_c3 .total_meetings span.icon{}
    .fnhs5_c3 .total_meetings h4{}
    .fnhs5_c3 .total_meetings h4 i{}
    .fnhs5_c4{}
    .fnhs5_sliders{}
    .fnhs5_slides{}
    .fnhs5_slide{}
    .fnhs5_slide_img{}
    .fnhs5_slide_img img{}
    .fnhs5_slide_img img i{}
    .fnhs5_slide h4{}
    .fnhs5_slide article{}
    .fnhs5_slide article p{}
}
@media(max-width:767px){
    .fnhs5{}
    .fnhs5>.container{}
    .fnhs5>.container .row{}
    .fnhs5_c1{}
    .fnhs5_c1 .total_client{}
    .fnhs5_c1 .total_client span.counter-value{}
    .fnhs5_c1 .total_client span.icon{}
    .fnhs5_c1 .total_client h4{}
    .fnhs5_c1 .total_client h4 i{}
    .fnhs5_c2{}
    .fnhs5_c2 .total_review{}
    .fnhs5_c2 .total_review span.counter-value{}
    .fnhs5_c2 .total_review span.icon{}
    .fnhs5_c2 .total_review h4{}
    .fnhs5_c2 .total_review h4 i{}
    .fnhs5_c3{}
    .fnhs5_c3 .total_meetings{}
    .fnhs5_c3 .total_meetings span.counter-value{}
    .fnhs5_c3 .total_meetings span.icon{}
    .fnhs5_c3 .total_meetings h4{}
    .fnhs5_c3 .total_meetings h4 i{}
    .fnhs5_c4{}
    .fnhs5_sliders{}
    .fnhs5_slides{}
    .fnhs5_slide{}
    .fnhs5_slide_img{}
    .fnhs5_slide_img img{}
    .fnhs5_slide_img img i{}
    .fnhs5_slide h4{
    font-size: 8vw;
}
    .fnhs5_slide article{
}
    .fnhs5_slide article p{}
}
@media(max-width:575px){
    .fnhs5{}
    .fnhs5>.container{}
    .fnhs5>.container .row{}
    .fnhs5_c1{}
    .fnhs5_c1 .total_client{}
    .fnhs5_c1 .total_client span.counter-value{}
    .fnhs5_c1 .total_client span.icon{}
    .fnhs5_c1 .total_client h4{}
    .fnhs5_c1 .total_client h4 i{}
    .fnhs5_c2{}
    .fnhs5_c2 .total_review{}
    .fnhs5_c2 .total_review span.counter-value{}
    .fnhs5_c2 .total_review span.icon{}
    .fnhs5_c2 .total_review h4{}
    .fnhs5_c2 .total_review h4 i{}
    .fnhs5_c3{}
    .fnhs5_c3 .total_meetings{}
    .fnhs5_c3 .total_meetings span.counter-value{}
    .fnhs5_c3 .total_meetings span.icon{}
    .fnhs5_c3 .total_meetings h4{}
    .fnhs5_c3 .total_meetings h4 i{}
    .fnhs5_c4{}
    .fnhs5_sliders{}
    .fnhs5_slides{}
    .fnhs5_slide{}
    .fnhs5_slide_img{}
    .fnhs5_slide_img img{}
    .fnhs5_slide_img img i{}
    .fnhs5_slide h4{}
    .fnhs5_slide article{}
    .fnhs5_slide article p{}
}
@media(max-width:350px){
    .fnhs5_c1,
    .fnhs5_c3,
    .fnhs5_c2{
        width: 100%;
    }
}
/* Section 6 Start From Here  */
.fnhs6{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--bgOne);
}
.fnhs6>.container{}
.fnhs6>.container .row{}
.fnhs6_header{}
.fnhs6_header>div{}
.fnhs6_header div h2{
    text-align: center;
    color: var(--mainColor);
    font-size: var(--h2Size);
}
.fnhs6_header div h4{
    text-align: center;
    color: var(--dark);
    font-size: var(--h2Bottom);
}
.fnhs6_body{}
.fnhs6_body>div{}
.fnhs6_slider{}
.fnhs6_slides{}
.fnhs6_slide{}
@media(max-width:1080px){
    .fnhs6{}
    .fnhs6>.container{}
    .fnhs6>.container .row{}
    .fnhs6_header{}
    .fnhs6_header>div{}
    .fnhs6_header div h2{}
    .fnhs6_header div h6{}
    .fnhs6_body{}
    .fnhs6_body>div{}
    .fnhs6_slider{}
    .fnhs6_slides{}
    .fnhs6_slide{}
}
@media(max-width:767px){
    .fnhs6{}
    .fnhs6>.container{}
    .fnhs6>.container .row{}
    .fnhs6_header{}
    .fnhs6_header>div{}
    .fnhs6_header div h2{
    font-size: 7vw;
}
    .fnhs6_header div h4{
    font-size: 4vw;
    margin-bottom: 5vh;
}
    .fnhs6_body{}
    .fnhs6_body>div{}
    .fnhs6_slider{}
    .fnhs6_slides{}
    .fnhs6_slide{}
}
@media(max-width:575px){
    .fnhs6{}
    .fnhs6>.container{}
    .fnhs6>.container .row{}
    .fnhs6_header{}
    .fnhs6_header>div{}
    .fnhs6_header div h2{}
    .fnhs6_header div h6{}
    .fnhs6_body{}
    .fnhs6_body>div{}
    .fnhs6_slider{}
    .fnhs6_slides{}
    .fnhs6_slide{}
}
/* Section 7 Start From Here */
.fnhs7{
    padding-top: 80px;
    padding-bottom: 80px;
}
.fnhs7>.container{}
.fnhs7>.container>.row{}
.fnhs7_header_content{}
.fnhs7_header_content h2{
    text-align: center;
    color: var(--mainColor);
    font-size: var(--h2Size);
    padding-bottom: 10px;
}
.fnhs7_header_content h4{
    text-align: center;
    color: var(--dark);
    font-size: var(--h2Bottom);
    padding-bottom: 40px;
}
.fnhs7_slider{}
.fnhs7_slide{}
.fnhs7_content{}
.fnhs7_content img{}
@media(max-width:1080px){
    .fnhs7{}
    .fnhs7>.container{}
    .fnhs7>.container>.row{}
    .fnhs7_header_content{}
    .fnhs7_header_content h2{}
    .fnhs7_header_content h4{}
    .fnhs7_slider{}
    .fnhs7_slide{}
    .fnhs7_content{}
    .fnhs7_content img{}  
}
@media(max-width:767px){
    .fnhs7{}
    .fnhs7>.container{}
    .fnhs7>.container>.row{}
    .fnhs7_header_content{}
    .fnhs7_header_content h2{
    font-size: 5vw;
}
    .fnhs7_header_content h4{
    font-size: 3vw;
}
    .fnhs7_slider{}
    .fnhs7_slide{}
    .fnhs7_content{}
    .fnhs7_content img{}  
}
@media(max-width:575px){
    .fnhs7{}
    .fnhs7>.container{}
    .fnhs7>.container>.row{}
    .fnhs7_header_content{}
    .fnhs7_header_content h2{
    font-size: 7vw;
}
    .fnhs7_header_content h4{
    font-size: 4vw;
}
    .fnhs7_slider{}
    .fnhs7_slide{}
    .fnhs7_content{}
    .fnhs7_content img{}  
}



/*** 
=============================================
    service Style1 Area Css
=============================================
***/
.service-style1-area{
    position: relative;
    display: block;
    padding: 115px 0 5px;
    overflow: hidden;
    z-index: 1;
}
.service-style1-area_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;    
}
.service-style1-area_bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f2026;
    opacity: .80; 
}

.service-style1-area .shape1{
    position: absolute;
    top: -20px;
    left: -10px;
}
.service-style1-area .shape2{
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.single-service-style1{
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 111px;
}
.single-service-style1 .icon{
    position: absolute;
    top: 4px;
    left: 0;
    width: 70px;    

}
.single-service-style1 .icon img{
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-service-style1:hover .icon img{
    transform: rotateY(180deg)
}

.single-service-style1 .title{
    position: relative;
    display: block;
    padding-left: 30px;
}
.single-service-style1 .title h3{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;    
}
.single-service-style1 .title h3 a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .title h3 a:hover{
    color: var(--thm-base);
}

.single-service-style1 .title .inner-text{
    position: relative;
    display: block;
    margin-top: 21px;
    padding-left: 20px;
}
.single-service-style1 .title .inner-text:before{
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 4px;
    background: var(--thm-base);
    content: "";
}
.single-service-style1 .title .inner-text p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}



/*** 
=============================================
    Service Style2 Area Css
=============================================
***/
.service-style2-area{
    position: relative;
    overflow: hidden;
    display: block;
    padding: 120px 0 5px;
    background: #f3f3f4;
    z-index: 1;
}
.service-style2-area .sec-title{
    padding-bottom: 60px;
}
.service-style2-area .single-service-style1 .title h3 a {
    color: var(--thm-black);
}
.service-style2-area .single-service-style1 .title h3 a:hover {
    color: var(--thm-base);
}



/*** 
=============================================
    Software List Css
=============================================
***/
.service-style3-area{
    position: relative;
    display: block;
    background: #f3f3f4;
    padding: 120px 0 90px;
}
.service-style3-area.pdtop0{
    padding-top: 0;
}


.single-service-style3{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 30px 52px;
    margin-bottom: 30px;
    transition: all 0.1s ease-in-out 0.1s;
}
.single-service-style3:hover{
    transform: translateY(-10px);
    transition: all 0.5s ease-in-out 0.1s;
}

.single-service-style3 .icon{
    position: relative;
    display: block;
    margin-bottom: 42px;
}
.single-service-style3 .icon img{
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    transition: all 0.5s ease-in-out 0.1s;
}
.single-service-style3:hover .icon img{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out 0.1s;
}

.single-service-style3 .title{
    position: relative;
    display: block;
}
.single-service-style3 .title h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.single-service-style3 .title h3 a{
    color: #1f2026;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style3:hover .title h3 a{
    color: var(--thm-base);
}
.single-service-style3 .title .border-box {
    position: relative;
    display: block;
    background: var(--thm-base);
    width: 10px;
    height: 4px;
    margin: 0 auto;
}
.single-service-style3 .title .inner-text{
    position: relative;
    display: block;
    margin-top: 23px;
}
.single-service-style3 .title .inner-text p{
    margin: 0;
}

/*** 
=============================================
    End Software List Css
=============================================
***/