@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    font-size: 16px;
}

body {
    font-family: 'Poppins';
    background-color: #ffffff;
    color: #222222;
}

a{
    text-decoration: none;
}
ul{
    list-style-type: none;
    padding-left: 0;
}
body img{
    width: 100%;
}

body .white-color{
    color: #ffffff !important;
}
body .black-color{
    color: #000000 !important;
}
body .blue-color{
    color: #3a66ae !important;
}
body .orange-color{
    color: #ef7f1a !important;
}
body .b-right-gray{
    border-right: 2px solid #d7e3eb;
}
body .h-80{
    height: 80%;
}
body .h-90{
    height: 80%;
}
body .padding-tb-80{
    padding: 80px 0;
}
body .padding-tb-60{
    padding: 60px 0;
}
body .padding-tb-50{
    padding: 50px 0;
}
body .font-13{
    font-size: 13px !important;
}

body .title{
    font-size: 40px;
    font-weight: 700;
    color: #394556;
    margin-bottom: 0;   
    position: relative; 
}
body .sub-title{
    font-size: 18px;
    font-weight: 500;
    color: #394556;
    position: relative;
    display: inline-block;
    padding-right: 16px;
}
body .sub-title::before{
    content: "";
    width: 70px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 100%;
    background-color: #00ccff;
    transition: all 0.3s ease-in-out;
}
body h3{
    font-size: 24px;
    font-weight: 600;
    color: #394556;
    margin-bottom: 16px;    
    line-height: 28px;
}
body h5{
    font-size: 20px;
    font-weight: 600;
    color: #394556;
    margin-bottom: 12px;
    line-height: 30px;    
}
body h6{
    font-size: 18px;
    font-weight: 600;
    color: #394556;
    margin-bottom: 12px;  
    line-height: 24px;  
}

body .psg{
    font-size: 14px;
    line-height: 24px;
    color: #5b6674;
    font-weight: 500;
}
body .section-info{
    padding-bottom: 40px;
}

body .btn{
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 5px;
    border: 0;
    transition: all 0.3s ease-in-out;
}

body .btn-primary{
    color: #ffffff;
    background-color: #3a66ae;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid #3a66ae;
}
body .btn-primary:hover{
    background-color: #ef7f1a !important;
    border-color: #ef7f1a !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}
body .btn-secondary{
    background-color: #ef7f1a;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 20px 0 rgb(86 90 207 / 30%);
}
body .btn-secondary:hover{
    background-color: #3a66ae !important;
    border-color: #3a66ae !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}



body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next{
	height: 2.5rem;
    width: 2.5rem;
    line-height: 48px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -1.2rem;
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgb(31 34 120 / 14%);
}
body .owl-carousel .owl-nav button.owl-prev span,
body .owl-carousel .owl-nav button.owl-next span{
	display:inline-block;
	font-size:2rem;
	line-height:1rem;
	color: #565acf;
}
body .owl-carousel .owl-nav button.owl-prev{
	left: 15px;
}
body .owl-carousel .owl-nav button.owl-next{
	right: 15px;
}
body .owl-dots{
	display: none;
}

body  .header-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
body .header-wrapper {
    -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}
body .header-wrapper.active .header{
    background-color: #e2edff;
    transition: all 0.5s ease-in-out;
}

body .header-wrapper.active .sub-header{
    display: none;
    transition: all 0.5s ease-in-out;
}


body .sub-header{
    background-color: #3a66ae;
    border-bottom: 1px solid #dbdbdb;
    transition: all 0.5s ease-in-out;
}
body .sub-header .sub-header-contact-link p{
    margin-bottom: 0;
    padding: 12px;
    font-size: 14px;
    color: #ffffff;
}
body .sub-header .sub-header-contact-link .contact-link{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    padding: 0 10px;
}
body .sub-header .sub-header-contact-link .contact-link i{
    transition: all 0.3s ease-in-out;
}
body .sub-header .sub-header-contact-link .contact-link:hover{
    color: #ef7f1a;
    transition: all 0.3s ease-in-out;
}
body .sub-header .sub-header-contact-link .contact-link:hover i{
    transform: translateX(8px);
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

body .sub-header-social-info{
    position: relative;
    z-index: 1;
    padding: 8px;
}
body .sub-header .sub-header-social-info::after{
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 0;
    transform: skew(-20deg);
}
body .sub-header-social-info p{
    font-size: 14px;
    color: #303949;
    z-index: 1;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 25px;
    border-right: 1px solid gray;
    padding-right: 25px;
}
body .sub-header-social-info ul{
    margin-bottom: 0;
}
body .sub-header .social-info{
    z-index: 1;
}
body .sub-header .social-info p{
    margin-right: 10px;
    font-size: 12px;
    border-right: 0;
    padding-right: 0;
}
body .sub-header .social-info ul li a{
    padding: 5px 8px;
    font-size: 13px;
    background-color: #ffffff;
    color: #000000 !important;
    line-height: 20px;
    cursor: pointer;
    height: auto;
}
body .sub-header .social-info ul li a:hover{
    color: #ef7f1a !important;
}


body header{
    width: 100%;
    z-index: 99;
    padding: 0;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 2px 4px 14px 0px #00000026;
    box-shadow: 2px 4px 14px 0px #00000026;
    z-index: 99;
    position: relative;
}

body header .navbar{
    padding: 5px 0;
}
body header .navbar .navbar-brand{
    margin-right: 30px;
}
body header .navbar .navbar-brand img{
    width: 130px;
}
body header .navbar .navbar-toggler{
    background-color: #ffffff;
}
body header .navbar .navbar-nav .nav-item .nav-link{
    color: #434f62;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
header .navbar .navbar-nav .nav-item .nav-link::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3a66ae;
    transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item:hover .nav-link::before{
    width: 100%;
    transition: all 0.3s ease-in-out;
}  
header .navbar .navbar-nav .nav-item .nav-link.active::before{
    width: 100%;
    transition: all 0.3s ease-in-out;
} 
body header .navbar .navbar-nav .nav-item .nav-link:hover{
    color: #3a66ae;
    transition: all 0.3s ease-in-out;
}
body header .navbar .navbar-nav .nav-item .nav-link.active{
    color: #3a66ae;
    transition: all 0.3s ease-in-out;
}

body header .navbar .header-contact-info{
    margin-right: 20px;
}
body header .navbar .header-contact-info .contact-img{
    background: #ddeaff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
}
body header .navbar .header-contact-info .contact-img img{
    width: 24px;
}
body header .navbar .header-contact-info .contact-info p{
    font-size: 14px;
    margin-bottom: 3px;
}
body header .navbar .header-contact-info .contact-info h5{
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
}

body .banner{
    padding-top: 135px;
    padding-bottom: 50px;
}
body .banner .banner-info .banner-title{
    font-size: 45px;
    color: #394556;
    font-weight: 700;
}
body .about-section{
    background-color: #fffaf5;
}



body .product-section{
    /* background-color: #f2f5f9; */
}
body .product-section .product-box{
    width: 100%;
    padding: 5px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
body .product-section .product-box .product-img{
    width: 100%;
    border-radius: 10px;
    background-color: #ebf2ff;
}
body .product-section .product-box .product-img img{
    width: 100%;
}
body .product-section .product-boy-img img{
    width: 55%;
}

body .Features-section{
    /* background-image: url(../images/adversiment-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background-color: #2e518b;
}

body .Features-section .Features-box{
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(31 34 120 / 10%);
}
body .Features-section .Features-box .Features-img{
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}
body .Features-section .Features-box .Features-img img{
    width: 100%;
}



body .Why-Choose-info-box{
    padding: 40px 20px;
    border-radius: 10px;
    border: 2px solid #c1ccdf;
    text-align: center;
    -webkit-box-shadow: 2px 4px 14px 0px #d8e0ee;
    box-shadow: 2px 4px 14px 0px #d8e0ee;
}
body .Why-Choose-info-box .Why-Choose-img img{
   width: 60px;
}
body .Why-Choose-info-box h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 0;
    color: #2e3b4f;
}


body .bizanalyst-section{
    background-color: #f2f5f9;
}

body .advertise-section{
    background-image: url(../images/adversiment-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body .advertise-section .phone-icon-box{
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 100px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 40px;
}
body .advertise-section .phone-icon-box i{
    font-size: 26px;
    transform: rotate(90deg);
    color: #3a66ae;
}
body .advertise-section h2{
    font-size: 60px;
    margin-top: 20px;
}


body .Working-section{
    
}
body .Working-section .Working-box{
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 60px 0 rgb(31 34 120 / 10%);
    border: 2px solid #3a66ae;
    margin-top: 50px;
}
body .Working-section .Working-count{
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: #3a66ae;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 60px 0 rgb(31 34 120 / 10%);
    font-size: 32px;
    margin-top: -60px;
}
body .Working-section .Working-box.box-1{
    border-color: #00c8a1;
}
body .Working-section .Working-box.box-2{
    border-color: #d005d9;
}
body .Working-section .Working-box.box-3{
    border-color: #06aae1;
}

body .Working-section .Working-box.box-1 .Working-count{
    background-color: #00c8a1;
}
body .Working-section .Working-box.box-2 .Working-count{
    background-color: #d005d9;
}
body .Working-section .Working-box.box-3 .Working-count{
    background-color: #06aae1;
}

body .We-Stand-section{
    background-color: #f2f5f9;
}
body .We-Stand-section .WeStand-box{
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 10px;
}
body .We-Stand-section .WeStand-box img{
    width: 60px;
    margin-bottom: 10px;
}
body .We-Stand-section .WeStand-box h6{
    font-size: 16px;
    font-weight: 600;
}


body .MissionVision-section .MissionVision-box{
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid #c1ccdf;
    -webkit-box-shadow: 2px 4px 14px 0px #d8e0ee;
    box-shadow: 2px 4px 14px 0px #d8e0ee;
}
body .MissionVision-section .MissionVision-box img{
    width: 80px;
    margin-bottom: 30px;
}




body .achievements-section{
    background-color: #3a66ae;
}
body .achievements-section .achievements-box{
    text-align: center;
    width: 100%;
    padding: 40px 16px;
    border-radius: 10px;
    box-shadow: 0 10px 60px 0 rgb(31 34 120 / 10%);
    background-color: #ffffff;
    text-align: center;
}
body .achievements-section .achievements-box .achievements-img{
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: #dce9ff;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    margin-bottom: 20px;
}
body .achievements-section .achievements-box img{
    width: 40px;
}
body .achievements-section .achievements-box h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
body .achievements-section .achievements-box p{
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
    color: #687488;
}

body .services-section .service-box{
    position: relative;
    box-shadow: 0 10px 30px 0 rgb(31 34 120 / 10%);
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    transition: all .5s;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #c8d0de;
}
body .services-section .service-box::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #3a66ae;
    transform: translateY(101%);
    transition: all 0.3s ease-in-out;
}
body .services-section .service-box img{
    width: 130px;
    margin-bottom: 20px;
    border-radius: 10PX;
}
body .servicesCollapse-content .card-body{
    background-color: transparent;
    border: 0;
    padding: 0;
}
body .btn-view{
    font-size: 14px;
    font-weight: 500;
    color: #3a66ae;
    padding: 8px 18px;
    border: 1px solid #c8d2e3;
    border-radius: 35px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
body .services-section .service-box:hover::before{
    height: 100%;
    transform: translateY(0);  
    transition: all 0.3s ease-in-out;  
}
body .services-section .service-box:hover h6{
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;  
}
body .services-section .service-box:hover p{
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;  
}
body .services-section .service-box:hover .btn-primary{
    background-color: #FFFFFF;
    color: #158694;
    transition: all 0.3s ease-in-out;  
}
body .services-section .service-box:hover .btn-view{
    background-color: #FFFFFF;
    color: #158694;
    border-color: #158694;
    box-shadow: 0 10px 60px 0 rgb(31 34 120 / 10%);
    transition: all 0.3s ease-in-out;  
}


body .Pricing-section{
    background-color: #f2f5f9;
}

body .Pricing-tab .nav-pills {
    background-color: white;
    border-radius: 35px;
    border: 1px solid #3a66ae;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgb(54 54 54 / 27%);
    margin-bottom: 30px;
}
body .Pricing-tab .nav-pills .nav-item{
    width: 100%;
}
body .Pricing-tab .nav-pills .nav-item .nav-link{
    width: 100%;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding: 12px;
}
body .Pricing-tab .nav-pills .nav-item .nav-link:hover{
    background-color: #ffffff;
    color: #ef7f1a;
}
body .Pricing-tab .nav-pills .nav-item .nav-link.active{
    background-color: #3a66ae;
    color: #ffffff;
}
body .Pricing-tab .tab-content{
    padding-top: 30px;
}

body .Pricing-section .Pricing-box{
    border: 1px solid #dbdfef;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(201,201,201,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(201,201,201,1);
    box-shadow: 0px 0px 15px 0px rgba(201,201,201,1);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}
body .Pricing-section .Pricing-box.Pricing-hightlight-box{
    border-color: #3a66ae;
}
body .Pricing-section .Pricing-box:hover{
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
    border-color: #ef7f1a;
}

body .Pricing-section .Pricing-box .Pricing-img img{
    width: 50px;
}
body .Pricing-section .Pricing-box .Pricing-title{
    font-size: 24px;
    font-weight: 600;
    color: #3a66ae;
    margin-bottom: 20px;
}
body .Pricing-section .Pricing-box .Pricing-amount{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 7px;
}
body .Pricing-section .Pricing-box .Pricing-amount span{
    font-size: 18px;
    font-weight: 500;
    margin-left: 7px;
    color: #ef7f1a;
}
body .Pricing-section .Pricing-box .Pricing-GST-amount{
    font-size: 13px;
}
body .Pricing-section .Pricing-box .Pricing-feature-info li{
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 9px;
}
body .Pricing-section .Pricing-box .Pricing-feature-info li img{
    width: 17px;
    margin-right: 5px;
}
body .bizanalyst-year-btn .btn-group{
    background-color: white;
    border-radius: 35px;
    border: 1px solid #3a66ae;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgb(54 54 54 / 27%);
    margin-bottom: 30px;
}
body .bizanalyst-year-btn .btn-group .btn-outline-primary{
    border-right: 1px solid gray;
}
body .bizanalyst-year-btn .btn-group .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: #3a66ae;
}

body .partner-section{
    background-image: url(../images/partner-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
body .partner-section .partner-box{
    margin-bottom: 20px;
}


body .footer-section{
    background-image: url('../img/footer-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ffffff;
}

body .footer-logo{
    width: 150px;
}
body .footer-info h5{
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 8px;
}
body .footer-info ul li{
    font-size: 14px;
    font-weight: 500;
    padding: 2px;
    cursor: pointer;
    color: #3a66ae;
    transition: all 0.3s ease-in-out;
}
body .footer-info ul li:hover{
    color: #ef7f1a;
    transition: all 0.3s ease-in-out;
}
body .footer-info ul li a{
    color: #3a66ae;
    transition: all 0.3s ease-in-out;
}
body .footer-info ul li a:hover{
    color: #ef7f1a;
    transition: all 0.3s ease-in-out;
}
body .social-info li a{
    font-size: 15px;
    background-color: #3a66ae;
    color: #ffffff !important;
    display: block;
    text-align: center;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
body .social-info li a:hover{
    background-color: #ef7f1a;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
body .footer-info .footer-contact-info p{
    color: #1C2539;
    font-weight: 500;
    font-size: 14px;
}
body .footer-info .footer-contact-info span{
    color: #828283;
    font-weight: 500;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}
body .footer-bottom{
    background-color: #3a66ae;
    padding: 16px 0;
    margin-top: 50px;
}
body .footer-bottom p{
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0;
}


/* sub banner section */


body .sub-banner{
    background-image: url('../images/sub-banner1.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
    margin-top: 100px;
}
body .sub-banner .banner-wrapper{
    padding-top: 160px;
    padding-bottom: 60px;
}
body .sub-banner .banner-info .banner-title{
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
}










@media (min-width: 576px) and (max-width: 767px){
    body .padding-tb-80{
        padding: 60px 0;    
    }
    body .title{
        font-size: 26px;
    }
    body .sub-title{
        font-size: 16px;
    }
    body .psg{
        font-size: 15px;
    }
    body .sub-header{
        display: none;
    }
    body header .navbar .navbar-brand img{
        width: 100px;
    }
    body header .navbar .header-contact-wrapper{
        display: none !important;
    }
    body .banner {
        padding-top: 85px;
    }
    body .product-section .product-boy-img{
        display: none !important;
    }
    body .advertise-section h2{
        font-size: 32px;
    }
}

@media (min-width: 320px) and (max-width: 578px){
    
    body .padding-tb-80{
        padding: 60px 0;    
    }
    body .title{
        font-size: 26px;
    }
    body .sub-title{
        font-size: 16px;
    }
    body .psg{
        font-size: 15px;
    }
    body .sub-header{
        display: none;
    }
    body header .navbar .navbar-brand img{
        width: 100px;
    }
    body header .navbar .header-contact-wrapper{
        display: none !important;
    }
    body .banner {
        padding-top: 85px;
    }
    body .product-section .product-boy-img{
        display: none !important;
    }
    body .advertise-section h2{
        font-size: 32px;
    }
}
