	.des {
		display:block;
	}
	.mob {
		display: none;
	}
/* Navigation Top */
	.navig {
		background: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
		position:relative;
		z-index: 99999;
		top: 0px;
	}
	.navig .go_main {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #707070;
		margin-bottom: 0rem;
		text-transform: uppercase;
	}
	.navig .go_main img{
		width: 20px;
		height: 16px;
		margin-right: 15px;
	}
	.navig .logo {
		width: 207.4px;
		float: left;
	}
	.navig .top-btn-nav {
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #FE5000;
		padding: 20px 40px;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FE5000 !important;
		text-transform: uppercase;
		margin-bottom: 0rem;
		text-align: center;
		width: 50%;
		float: right;
	}

	/* Container for the image and content */
		.top-text {
			font-size: 2.887vw;
			font-family: 'Poppins', sans-serif;
			color: #FE5000;
			font-weight: 600; /* SemiBold typically corresponds to 600 */
			letter-spacing: -0.025em; /* 25 is often a percentage or a raw value that needs conversion. -25 is a tight spacing, so -0.025em is a good guess. */
			line-height: 1.2; /* Line height of 66px relative to the 55px font-size is 66/55 = 1.2. */
			text-align: left;
		}
		.main-text {
			font-family: 'Poppins', sans-serif;
			color: #FE5000;
			font-weight: 600; /* SemiBold */
			font-size: 6.454vw;
			letter-spacing: -0.025em; /* AV -25 */
			line-height: 1.204; /* 171 / 142 = ~1.204 */
			text-align: left;
		}
		.banner-desc {
			font-family: 'Poppins', sans-serif;
			font-size: 2.1vw; /* (40 / 1920) * 100 = 2.0833 */
			font-weight: 700; /* Bold */
			letter-spacing: -0.025em; /* AV -25 */
			line-height: 1.2; /* 48 / 40 = 1.2 */
			text-align: left;
			color: #000000;
		}
        .hero-container {
            position: relative;
            overflow: hidden; /* Ensures the image and overlay stay within the rounded corners */
        }

        /* The full-width image that is layered underneath the content */
        .hero-background-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }

        /* Overlay to make text readable */
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        /* The content with the two-column layout */
        .hero-content {
            position: relative;
            z-index: 2;
            padding: 2rem;
            color: #ffffff; /* Default text color is white for readability */
        }
        
        .text-column {
            text-align: center;
        }

        @media (min-width: 768px) {
            .text-column {
                text-align: left;
            }
        }
	/* Main Banner */
	.main-banner {
		background-position: center center; /* Position at bottom center */
		background-size: 100% auto; /* Full width, auto height */
		background-repeat: no-repeat; /* Prevent image repeating */
	}
	.main-banner .title {
		font-family: 'Poppins', sans-serif;
		font-size: 48px;
		line-height: 60px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
		letter-spacing: -2px;
	}
	.main-banner .title span{
		color: #FE5000;
	}
	.main-banner .subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 400;
		color: #D1D1D1;
		margin-bottom: 2rem;
	}
	.main-banner .bnr-cta {
		background: #FE5000;
		font-size: 20px;
		line-height: 30px;
		font-weight: 700;
		color: #FFFFFF;
		padding: 15px 20px;
		text-transform: uppercase;
		border:none;
		border-radius: 3px;
		margin-top: 2rem;
	}
	
	.main-banner .bnr-cta:hover{
		background: transparent;
		border: 1px solid #FE5000;
		color: #FE5000;
	}
	/* ISG Report Section */
	.isg-report {	
		padding: 3rem 2rem;
		position:relative
	}
	.isg-report .re-des {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		line-height: 36px;
		font-weight: 400;
		color: #000000;
		text-align: left;
		margin-bottom: 2.5rem;
	}
	.isg-report .re-des span{
		font-weight: 600;
	}
	.isg-report img {
		width:100%;
	}
	.isg-report .owl-theme .custom-nav {
	  position: absolute;
	  top: 50%;
	  left: 0;
	  right: 0;
	}
	.isg-report .owl-theme .custom-nav .owl-prev, .isg-report .owl-theme .custom-nav .owl-next {
	  position: absolute;
	  height: 100px;
	  color: inherit;
	  background: none;
	  border: none;
	  z-index: 100;
	}
	.isg-report .owl-theme .custom-nav .owl-prev i {
		font-size: 2.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 8px;
		left: 17px;
	}
	.isg-report .owl-theme .custom-nav .owl-next i {
		font-size: 2.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 8px;
		left: 22px;
	}
	.isg-report .owl-theme .custom-nav .owl-prev {
		left: 120px;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 28px 28px;
		border-radius: 50px;
		height: 34px;
	}
	.isg-report .owl-theme .custom-nav .owl-next {
		right: 120px;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 28px 28px;
		border-radius: 50px;
		height: 34px;
	}
	.isg-report .owl-dots {
		display: none !important;
	}
	.isg-report .owl-theme .item .sol-card {
		margin-right: 2rem;
	}
	.isg-report .sol-card .sol-title {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 700;
		color: #FE5000;
		text-align: left;
		margin-bottom: 1rem;
	}
	.isg-report .sol-card .sol-desc {
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight: 400;
		color: #707070;
		text-align: left;
		margin-bottom: 0rem;
	}
	/* Tredence Strength Start */
	.tred-strength {
		background: #000F24;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.tred-strength .title {
		font-family: 'Poppins', sans-serif;
		font-size: 48px;
		font-weight: 600;
		color: #FE5000;
		text-transform: uppercase;
		letter-spacing: -3px;
		margin-bottom: 2rem;
	}
	.tred-strength .des-t {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 400;
		line-height: 36px;
		color: #FFFFFF;
		margin-bottom:2rem;
	}
	.tred-strength .isg-block {
		background: RGBA(45,80,130,0.25);
		border: 1px solid #82CEE5;
		border-radius: 4px;
		padding: 30px 40px;
	}
	.tred-strength .col-md-5 {
		width: 42%;
		margin: 15px 0px 15px 0px;
	}
	.tred-strength .col-md-7 {
		width: 55.333333%;
		margin: 15px 30px 15px 0px;
	}
	.tred-strength .col-md-12 {
		margin: 15px 0px 15px 0px;
	}
	.tred-strength .isg-block img {
		width: 40px;
		margin-bottom:1rem;
	}
	.tred-strength .isg-block .block-title {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 600;
		line-height: 36px;
		color: #FE5000;
	}
	.tred-strength .isg-block .block-des {
		font-family: 'Poppins', sans-serif;
		font-size: 21px;
		font-weight: 400;
		line-height: 30px;
		color: #FFFFFF;
	}
	
	.tred-rep {
		background: #2D5082;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.tred-rep .title {
		font-family: 'Poppins', sans-serif;
		font-size: 36px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
		letter-spacing: -3px;
		margin-bottom: 1.5rem;
	}
	.tred-rep img {
		width: 100%;
	}
	.tred-rep .dnld-btn {
    border: 1px solid #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0rem;
    margin-top: 1.5rem;
    text-transform: uppercase;
    padding: 10px 30px;
    width: 45%;
    text-align: center;
}
	.tred-rep .dnld-btn:hover {
		background: #FFFFFF;
		color: #2d5082;
	}
	.why-tred {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.why-tred .title {
		font-family: 'Poppins', sans-serif;
		font-size: 48px;
		font-weight: 700;
		color: #001638;
		text-transform: uppercase;
		letter-spacing: -3px;
		margin-bottom: 1.5rem;
	}
	.why-tred .desc, .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 400;
		color: #404041;
		margin-bottom: 1.5rem;
	}
	.why-tred .subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 36px;
		font-weight: 600;
		color: #001638;
		margin-bottom: 1.5rem;
	}
	.why-tred .wt-de {
		border: 1px solid #6DCDB7;
		padding: 2rem 20px;
	}
	.why-tred .col-md-6 {
		width:49%;
		margin: 0.5%;
	}
	.why-tred .wt-de img {
		width: 100%;
	}
	.why-tred .til {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 400;
		color: #000000;
		padding: 0.5rem 1rem;
	}
	.why-tred .til span {
		font-weight: 600;
	}
	.why-tred .wt-bb {
		background: #6DCDB8;
		border: 1px solid #6DCDB7;
		
	}
	.why-tred .wt-bb:hover {
		background: #3E9E89;
		border: 1px solid #3E9E89;
	}
	.why-tred .wt-bb h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 500;
		color: #FFFFFF;
		text-transform: uppercase;
		margin-bottom: 0px;
		margin: auto;
		padding: 5rem;
	}
	.why-tred .wt-bb h5 img{ 
		width: 49.44px;
		padding-left: 10px;
	}
	.why-tred .wt-bb:hover h5 img {
		margin-left: 25px;
	}
	.tred-stat {
		position: relative;
		top: -15vh;
	}
	.tred-stat .top-sec {
		background: linear-gradient(45deg, #001638 0 50%, #0D2348 50% 100%);
		padding: 1.5rem 0px;
		position: relative;
		bottom: -16vh;
		z-index: 9999;
	}
	.tred-stat .top-sec .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 400;
		color: #FFFFFF;
		padding: 1.5rem 0;
	}
	.tred-stat .top-sec .b-btn {
		background: #FE5000;
		padding: 15px 20px;
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight: 500;
		color: #FFFFFF;
		float: right;
		text-transform: uppercase;
	}
	.tred-stat .top-sec .b-btn:hover {
		background: transparent;
		border: 1px solid #FE5000;
	}
	.tred-stat .stat {
		background: #EBFFFB;
		padding-bottom: 3rem;
		padding-top: 20vh;
		position: relative;
		top: 10%;
	}
	.tred-stat .stat .stat-desc {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 500;
		color: #000000;
		margin-bottom: 2.5rem;
	}
	.tred-stat .stat .stat-bck {
		border-left: 7px solid #6DCDB8;
	}
	.tred-stat .stat .stat-bck h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 72px;
		font-weight: 600;
		color: #FE5000;
		padding-left: 15px;
		margin-bottom: 0px;
	}
	.tred-stat .stat .stat-bck p {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 400;
		color: #000000;
		padding-left: 15px;
		margin-bottom: 0px;
	}
	.explore {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.explore .title {
		font-family: 'Poppins', sans-serif;
		font-size: 48px;
		font-weight: 700;
		color: #0A2044;
		text-transform: uppercase;
	}
	.explore h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 600;
		color: #212121;
		margin-top: 1rem;
	}
	.explore p {
		font-family: 'Poppins', sans-serif;
		font-size: 21px;
		font-weight: 400;
		color: #404041;
	}
	.explore img {
		width: 100%;
	}
	.download-report {
		background: #000000;
		padding: 4rem 0px;
	}
	.download-report .title {
		font-family: 'Poppins', sans-serif;
		font-size: 42px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
	}
	.download-report input[type="email"], .download-report input[type="text"],.download-report input[type="tel"] {
		height: 60px;
		font-family: 'Poppins', sans-serif;
		font-size: 22px;
		font-weight: 400;
		color: #707070;
		background: #FFFFFF;
		border: none;
		width: 100%;
		padding: 10px 20px !important
	}
	.download-report .hs-button.primary.large {
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight: 500;
		color: #FFFFFF;
		background: #FE5000 !important;
		text-transform: uppercase;
		border-radius: 0px !important;
		background-image: linear-gradient(90deg,#fe5000,#fe5000) !important;
		padding: 10px 40px !important;
		margin-top: 1.5rem !important;
	}
	.download-report .actions {
		text-align: left !important;
	}
	/* Copy Right Start*/ 
	.cop {
		background: #191919;
		padding: 2rem 0rem;
	}
	.copyright {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #FFFFFF;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
@media only screen and (max-width: 1920px) {
	.des {
		display:block;
	}
	.mob {
		display: none;
	}
	
	/* Navigation Top */
	.navig {
		background: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navig .go_main {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #707070;
		margin-bottom: 0rem;
		text-transform: uppercase;
	}
	.navig .go_main img{
		width: 20px;
		height: 16px;
		margin-right: 15px;
	}
	.navig .logo {
		width: 207.4px;
	}
	.navig .top-btn-nav {
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #FE5000;
		padding: 20px 40px;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FE5000 !important;
		text-transform: uppercase;
		margin-bottom: 0rem;
		text-align: center;
		width: 50%;
		float: right;
	}
	
}

@media only screen and (max-width: 1660px) {
	.des {
		display:block;
	}
	.mob {
		display: none;
	}
	/* Navigation Top */
	.navig {
		background: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navig .go_main {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #707070;
		margin-bottom: 0rem;
		text-transform: uppercase;
	}
	.navig .go_main img {
		width: 16px;
		height: 12px;
		margin-right: 15px;
	}
	.navig .logo {
		width: 180px;
	}
	.navig .top-btn-nav {
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #FE5000;
		padding: 15px 30px;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FE5000 !important;
		text-transform: uppercase;
		margin-bottom: 0rem;
		text-align: center;
		width: 58%;
		float: right;
	}
	.main-banner .title {
        font-family: 'Poppins', sans-serif;
        font-size: 38px;
        line-height: 48px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -3px;
    }
	.main-banner .subtitle {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 1rem;
    }
	.main-banner .bnr-cta {
        background: #FE5000;
        font-size: 15px;
        line-height: 29px;
        font-weight: 500;
        color: #FFFFFF;
        padding: 10px 20px;
        text-transform: uppercase;
        border: none;
        border-radius: 3px;
        margin-top: 1.2rem;
    }
	.isg-report {
		padding: 2rem 2rem;
		position: relative;
	}
	.isg-report .re-des {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        color: #000000;
        text-align: left;
        margin-bottom: 2.5rem;
    }
	.isg-report .owl-theme .custom-nav .owl-prev {
		left: 120px;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 23px 24px;
		border-radius: 50px;
		height: 29px;
	}
	.isg-report .owl-theme .custom-nav .owl-prev i {
		font-size: 2.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 4px;
		left: 13px;
	}
	.isg-report .owl-theme .custom-nav .owl-next {
		right: 120px;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 23px 23px;
		border-radius: 50px;
		height: 34px;
	}
	.isg-report .owl-theme .custom-nav .owl-next i {
		font-size: 2.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 3px;
		left: 18px;
	}
	.tred-strength .title {
		font-family: 'Poppins', sans-serif;
		font-size: 36px;
		font-weight: 600;
		color: #FE5000;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1.5rem;
	}
	.tred-strength .des-t {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 400;
		line-height: 32px;
		color: #FFFFFF;
		margin-bottom: 2rem;
	}
	.tred-strength .isg-block img {
		width: 35px;
		margin-bottom: 1rem;
	}
	.tred-strength .isg-block .block-title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		line-height: 30px;
		color: #FE5000;
	}
	.tred-strength .isg-block {
		background: RGBA(45,80,130,0.25);
		border: 1px solid #82CEE5;
		border-radius: 4px;
		padding: 25px 30px;
	}
	.tred-strength .isg-block .block-title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		line-height: 30px;
		color: #FE5000;
	}
	.tred-strength .isg-block img {
		width: 35px;
		margin-bottom: 1rem;
	}
	.tred-strength .isg-block {
		background: RGBA(45,80,130,0.25);
		border: 1px solid #82CEE5;
		border-radius: 4px;
		padding: 25px 30px;
	}
	.tred-strength .col-md-12 {
		margin: 10px 0px 15px 0px;
	}
	.tred-strength .col-md-7 {
		width: 52.333333%;
		margin: 15px 30px 15px 0px;
	}
	.tred-strength .col-md-5 {
		width: 42%;
		margin: 15px 0px 15px 15px;
	}
	.tred-rep .title {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin-bottom: 1.5rem;
    }
	.tred-rep .dnld-btn {
        border: 1px solid #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 0rem;
        margin-top: 1.5rem;
        text-transform: uppercase;
        padding: 10px 30px;
        width: 50%;
    }
	.why-tred .title {
		font-family: 'Poppins', sans-serif;
		font-size: 34px;
		font-weight: 700;
		color: #001638;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1.5rem;
	}
	.why-tred .desc, .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 19px;
		font-weight: 400;
		color: #404041;
		margin-bottom: 1.5rem;
	}
	.why-tred .subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 600;
		color: #001638;
		margin-bottom: 1rem;
	}
	.why-tred .til {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        padding: 0.5rem 1rem;
    }
	.why-tred .wt-de {
		border: 1px solid #6DCDB7;
		padding: 1rem 20px;
	}
	.why-tred .wt-bb h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 19px;
		font-weight: 500;
		color: #FFFFFF;
		text-transform: uppercase;
		margin-bottom: 0px;
		margin: auto;
		padding: 3rem;
	}
	.tred-stat .top-sec .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 22px;
		font-weight: 400;
		color: #FFFFFF;
		padding: 1.5rem 0;
	}
	.tred-strength .isg-block .block-des {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #FFFFFF;
    }
	.tred-stat .top-sec .b-btn {
		background: #FE5000;
		padding: 15px 20px;
		font-family: 'Poppins', sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #FFFFFF;
		float: right;
		text-transform: uppercase;
	}
	.tred-stat .stat .stat-desc {
		font-family: 'Poppins', sans-serif;
		font-size: 21px;
		font-weight: 500;
		color: #000000;
		margin-bottom: 2rem;
	}
	.tred-stat .stat .stat-bck h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 50px;
		font-weight: 600;
		color: #FE5000;
		padding-left: 15px;
		margin-bottom: 0px;
	}
	.tred-stat .stat .stat-bck p {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #000000;
		padding-left: 15px;
		margin-bottom: 0px;
	}
	.tred-stat .stat .stat-bck {
		border-left: 5px solid #6DCDB8;
	}
	.explore .title {
		font-family: 'Poppins', sans-serif;
		font-size: 35px;
		font-weight: 700;
		color: #0A2044;
		text-transform: uppercase;
	}
	.explore img {
		width: 100%;
	}
	.explore h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 22px;
		font-weight: 600;
		color: #212121;
		margin-top: 1rem;
	}
	.explore p {
		font-family: 'Poppins', sans-serif;
		font-size: 17px;
		font-weight: 400;
		color: #404041;
	}
	.download-report .title {
		font-family: 'Poppins', sans-serif;
		font-size: 32px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
	}
	.download-report input[type="email"], .download-report input[type="text"], .download-report input[type="tel"] {
		height: 56px;
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #707070;
		background: #FFFFFF;
		border: none;
		width: 100%;
		padding: 10px 20px !important;
	}
	.download-report .hs-button.primary.large {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #FFFFFF;
		background: #FE5000 !important;
		text-transform: uppercase;
		border-radius: 0px !important;
		background-image: linear-gradient(90deg,#fe5000,#fe5000) !important;
		padding: 10px 40px !important;
		margin-top: 1.5rem !important;
	}
	.copyright {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FFFFFF;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 1440px) {
	.des {
		display:block;
	}
	.mob {
		display: none;
	}
	/* Navigation Top */
	.navig {
		background: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navig .go_main {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #707070;
		margin-bottom: 0rem;
		text-transform: uppercase;
	}
	.navig .go_main img {
		width: 16px;
		height: 12px;
		margin-right: 15px;
	}
	.navig .logo {
		width: 180px;
	}
	.navig .top-btn-nav {
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #FE5000;
		padding: 15px 30px;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FE5000 !important;
		text-transform: uppercase;
		margin-bottom: 0rem;
		text-align: center;
		width: 58%;
		float: right;
	}
	.main-banner .title {
        font-family: 'Poppins', sans-serif;
        font-size: 37px;
        line-height: 48px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -3px;
    }
	.main-banner .subtitle {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 1rem;
    }
	.main-banner .bnr-cta {
        background: #FE5000;
        font-size: 15px;
        line-height: 29px;
        font-weight: 500;
        color: #FFFFFF;
        padding: 10px 20px;
        text-transform: uppercase;
        border: none;
        border-radius: 3px;
        margin-top: 1.2rem;
    }
	.isg-report {
		padding: 2rem 2rem;
		position: relative;
	}
	.isg-report .re-des {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        color: #000000;
        text-align: left;
        margin-bottom: 2.5rem;
    }
	.isg-report .owl-theme .custom-nav .owl-prev {
		left: 120px;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 23px 24px;
		border-radius: 50px;
		height: 29px;
	}
	.isg-report .owl-theme .custom-nav .owl-prev i {
		font-size: 2.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 4px;
		left: 13px;
	}
	.isg-report .owl-theme .custom-nav .owl-next {
		right: 120px;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 23px 23px;
		border-radius: 50px;
		height: 34px;
	}
	.isg-report .owl-theme .custom-nav .owl-next i {
		font-size: 2.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 3px;
		left: 18px;
	}
	.tred-strength .title {
		font-family: 'Poppins', sans-serif;
		font-size: 36px;
		font-weight: 600;
		color: #FE5000;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1.5rem;
	}
	.tred-strength .des-t {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 400;
		line-height: 32px;
		color: #FFFFFF;
		margin-bottom: 2rem;
	}
	.tred-strength .isg-block img {
		width: 35px;
		margin-bottom: 1rem;
	}
	.tred-strength .isg-block .block-title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		line-height: 30px;
		color: #FE5000;
	}
	.tred-strength .isg-block {
		background: RGBA(45,80,130,0.25);
		border: 1px solid #82CEE5;
		border-radius: 4px;
		padding: 25px 30px;
	}
	.tred-strength .isg-block .block-title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		line-height: 30px;
		color: #FE5000;
	}
	.tred-strength .isg-block img {
		width: 35px;
		margin-bottom: 1rem;
	}
	.tred-strength .isg-block {
		background: RGBA(45,80,130,0.25);
		border: 1px solid #82CEE5;
		border-radius: 4px;
		padding: 25px 30px;
	}
	.tred-strength .col-md-12 {
		margin: 10px 0px 15px 0px;
	}
	.tred-strength .col-md-7 {
		width: 52.333333%;
		margin: 15px 30px 15px 0px;
	}
	.tred-strength .col-md-5 {
		width: 42%;
		margin: 15px 0px 15px 15px;
	}
	.tred-rep .title {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin-bottom: 1.5rem;
    }
	.tred-rep .dnld-btn {
        border: 1px solid #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 0rem;
        margin-top: 1.5rem;
        text-transform: uppercase;
        padding: 10px 30px;
        width: 50%;
    }
	.why-tred .title {
		font-family: 'Poppins', sans-serif;
		font-size: 34px;
		font-weight: 700;
		color: #001638;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1.5rem;
	}
	.why-tred .desc, .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 19px;
		font-weight: 400;
		color: #404041;
		margin-bottom: 1.5rem;
	}
	.why-tred .subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 600;
		color: #001638;
		margin-bottom: 1rem;
	}
	.why-tred .til {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        padding: 0.5rem 1rem;
    }
	.why-tred .wt-de {
		border: 1px solid #6DCDB7;
		padding: 1rem 20px;
	}
	.why-tred .wt-bb h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 19px;
		font-weight: 500;
		color: #FFFFFF;
		text-transform: uppercase;
		margin-bottom: 0px;
		margin: auto;
		padding: 3rem;
	}
	.tred-stat .top-sec .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 22px;
		font-weight: 400;
		color: #FFFFFF;
		padding: 1.5rem 0;
	}
	.tred-strength .isg-block .block-des {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #FFFFFF;
    }
	.tred-stat .top-sec .b-btn {
		background: #FE5000;
		padding: 15px 20px;
		font-family: 'Poppins', sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #FFFFFF;
		float: right;
		text-transform: uppercase;
	}
	.tred-stat .stat .stat-desc {
		font-family: 'Poppins', sans-serif;
		font-size: 21px;
		font-weight: 500;
		color: #000000;
		margin-bottom: 2rem;
	}
	.tred-stat .stat .stat-bck h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 50px;
		font-weight: 600;
		color: #FE5000;
		padding-left: 15px;
		margin-bottom: 0px;
	}
	.tred-stat .stat .stat-bck p {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #000000;
		padding-left: 15px;
		margin-bottom: 0px;
	}
	.tred-stat .stat .stat-bck {
		border-left: 5px solid #6DCDB8;
	}
	.explore .title {
		font-family: 'Poppins', sans-serif;
		font-size: 35px;
		font-weight: 700;
		color: #0A2044;
		text-transform: uppercase;
	}
	.explore img {
		width: 100%;
	}
	.explore h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 22px;
		font-weight: 600;
		color: #212121;
		margin-top: 1rem;
	}
	.explore p {
		font-family: 'Poppins', sans-serif;
		font-size: 17px;
		font-weight: 400;
		color: #404041;
	}
	.download-report .title {
		font-family: 'Poppins', sans-serif;
		font-size: 32px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
	}
	.download-report input[type="email"], .download-report input[type="text"], .download-report input[type="tel"] {
		height: 56px;
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #707070;
		background: #FFFFFF;
		border: none;
		width: 100%;
		padding: 10px 20px !important;
	}
	.download-report .hs-button.primary.large {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #FFFFFF;
		background: #FE5000 !important;
		text-transform: uppercase;
		border-radius: 0px !important;
		background-image: linear-gradient(90deg,#fe5000,#fe5000) !important;
		padding: 10px 40px !important;
		margin-top: 1.5rem !important;
	}
	.copyright {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FFFFFF;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 1366px) {
	.des {
		display:block;
	}
	.mob {
		display: none;
	}
	/* Navigation Top */
	.navig {
		background: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navig .go_main {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #707070;
		margin-bottom: 0rem;
		text-transform: uppercase;
	}
	.navig .go_main img {
		width: 16px;
		height: 12px;
		margin-right: 15px;
	}
	.navig .logo {
		width: 180px;
	}
	.navig .top-btn-nav {
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #FE5000;
		padding: 15px 30px;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FE5000 !important;
		text-transform: uppercase;
		margin-bottom: 0rem;
		text-align: center;
		width: 58%;
		float: right;
	}
	.main-banner .title {
        font-family: 'Poppins', sans-serif;
        font-size: 37px;
        line-height: 48px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -3px;
    }
	.main-banner .subtitle {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 1rem;
    }
	.main-banner .bnr-cta {
        background: #FE5000;
        font-size: 15px;
        line-height: 29px;
        font-weight: 500;
        color: #FFFFFF;
        padding: 10px 20px;
        text-transform: uppercase;
        border: none;
        border-radius: 3px;
        margin-top: 1.2rem;
    }
	.isg-report {
		padding: 2rem 2rem;
		position: relative;
	}
	.isg-report .re-des {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        color: #000000;
        text-align: left;
        margin-bottom: 2.5rem;
    }
	.isg-report .owl-theme .custom-nav .owl-prev {
		left: 120px;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 23px 24px;
		border-radius: 50px;
		height: 29px;
	}
	.isg-report .owl-theme .custom-nav .owl-prev i {
		font-size: 2.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 4px;
		left: 13px;
	}
	.isg-report .owl-theme .custom-nav .owl-next {
		right: 120px;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 23px 23px;
		border-radius: 50px;
		height: 34px;
	}
	.isg-report .owl-theme .custom-nav .owl-next i {
		font-size: 2.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 3px;
		left: 18px;
	}
	.tred-strength .title {
		font-family: 'Poppins', sans-serif;
		font-size: 36px;
		font-weight: 600;
		color: #FE5000;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1.5rem;
	}
	.tred-strength .des-t {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 400;
		line-height: 32px;
		color: #FFFFFF;
		margin-bottom: 2rem;
	}
	.tred-strength .isg-block img {
		width: 35px;
		margin-bottom: 1rem;
	}
	.tred-strength .isg-block .block-title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		line-height: 30px;
		color: #FE5000;
	}
	.tred-strength .isg-block {
		background: RGBA(45,80,130,0.25);
		border: 1px solid #82CEE5;
		border-radius: 4px;
		padding: 25px 30px;
	}
	.tred-strength .isg-block .block-title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		line-height: 30px;
		color: #FE5000;
	}
	.tred-strength .isg-block img {
		width: 35px;
		margin-bottom: 1rem;
	}
	.tred-strength .isg-block {
		background: RGBA(45,80,130,0.25);
		border: 1px solid #82CEE5;
		border-radius: 4px;
		padding: 25px 30px;
	}
	.tred-strength .col-md-12 {
		margin: 10px 0px 15px 0px;
	}
	.tred-strength .col-md-7 {
		width: 52.333333%;
		margin: 15px 30px 15px 0px;
	}
	.tred-strength .col-md-5 {
		width: 42%;
		margin: 15px 0px 15px 15px;
	}
	.tred-rep .title {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin-bottom: 1.5rem;
    }
	.tred-rep .dnld-btn {
        border: 1px solid #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 0rem;
        margin-top: 1.5rem;
        text-transform: uppercase;
        padding: 10px 30px;
        width: 50%;
    }
	.why-tred .title {
		font-family: 'Poppins', sans-serif;
		font-size: 34px;
		font-weight: 700;
		color: #001638;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1.5rem;
	}
	.why-tred .desc, .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 19px;
		font-weight: 400;
		color: #404041;
		margin-bottom: 1.5rem;
	}
	.why-tred .subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 600;
		color: #001638;
		margin-bottom: 1rem;
	}
	.why-tred .til {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        padding: 0.5rem 1rem;
    }
	.why-tred .wt-de {
		border: 1px solid #6DCDB7;
		padding: 1rem 20px;
	}
	.why-tred .wt-bb h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 19px;
		font-weight: 500;
		color: #FFFFFF;
		text-transform: uppercase;
		margin-bottom: 0px;
		margin: auto;
		padding: 3rem;
	}
	.tred-stat .top-sec .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 22px;
		font-weight: 400;
		color: #FFFFFF;
		padding: 1.5rem 0;
	}
	.tred-strength .isg-block .block-des {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #FFFFFF;
    }
	.tred-stat .top-sec .b-btn {
		background: #FE5000;
		padding: 15px 20px;
		font-family: 'Poppins', sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #FFFFFF;
		float: right;
		text-transform: uppercase;
	}
	.tred-stat .stat .stat-desc {
		font-family: 'Poppins', sans-serif;
		font-size: 21px;
		font-weight: 500;
		color: #000000;
		margin-bottom: 2rem;
	}
	.tred-stat .stat .stat-bck h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 50px;
		font-weight: 600;
		color: #FE5000;
		padding-left: 15px;
		margin-bottom: 0px;
	}
	.tred-stat .stat .stat-bck p {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #000000;
		padding-left: 15px;
		margin-bottom: 0px;
	}
	.tred-stat .stat .stat-bck {
		border-left: 5px solid #6DCDB8;
	}
	.explore .title {
		font-family: 'Poppins', sans-serif;
		font-size: 35px;
		font-weight: 700;
		color: #0A2044;
		text-transform: uppercase;
	}
	.explore img {
		width: 100%;
	}
	.explore h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 22px;
		font-weight: 600;
		color: #212121;
		margin-top: 1rem;
	}
	.explore p {
		font-family: 'Poppins', sans-serif;
		font-size: 17px;
		font-weight: 400;
		color: #404041;
	}
	.download-report .title {
		font-family: 'Poppins', sans-serif;
		font-size: 32px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
	}
	.download-report input[type="email"], .download-report input[type="text"], .download-report input[type="tel"] {
		height: 56px;
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #707070;
		background: #FFFFFF;
		border: none;
		width: 100%;
		padding: 10px 20px !important;
	}
	.download-report .hs-button.primary.large {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #FFFFFF;
		background: #FE5000 !important;
		text-transform: uppercase;
		border-radius: 0px !important;
		background-image: linear-gradient(90deg,#fe5000,#fe5000) !important;
		padding: 10px 40px !important;
		margin-top: 1.5rem !important;
	}
	.copyright {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FFFFFF;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 1280px) {
	.des {
		display:block;
	}
	.mob {
		display: none;
	}
	/* Navigation Top */
	.navig {
		background: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navig .go_main {
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #707070;
		margin-bottom: 0rem;
		text-transform: uppercase;
	}
	.navig .go_main img {
		width: 16px;
		height: 12px;
		margin-right: 15px;
	}
	.navig .logo {
		width: 160px;
	}
	.navig .top-btn-nav {
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #FE5000;
		padding: 15px 30px;
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #FE5000 !important;
		text-transform: uppercase;
		margin-bottom: 0rem;
		text-align: center;
		width: 53%;
		float: right;
	}
	.main-banner {
	}
	.main-banner .title {
        font-family: 'Poppins', sans-serif;
        font-size: 34px;
        line-height: 44px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -1px;
    }
	.main-banner .subtitle {
        font-family: 'Poppins', sans-serif;
        font-size: 19px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 1rem;
    }
	.isg-report .re-des {
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		line-height: 27px;
		font-weight: 400;
		color: #000000;
		text-align: left;
		margin-bottom: 2.5rem;
	}
	.isg-report .owl-theme .custom-nav .owl-next {
		right: 100px;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 23px 23px;
		border-radius: 50px;
		height: 34px;
	}
	.isg-report .owl-theme .custom-nav .owl-prev {
		left: 100px;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 23px 24px;
		border-radius: 50px;
		height: 29px;
	}
	.tred-strength .title {
		font-family: 'Poppins', sans-serif;
		font-size: 32px;
		font-weight: 600;
		color: #FE5000;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1.5rem;
	}
	.tred-strength .des-t {
		font-family: 'Poppins', sans-serif;
		font-size: 21px;
		font-weight: 400;
		line-height: 32px;
		color: #FFFFFF;
		margin-bottom: 2rem;
	}
	.tred-strength .isg-block img {
		width: 30px;
		margin-bottom: 1rem;
	}
	.tred-strength .isg-block .block-title {
		font-family: 'Poppins', sans-serif;
		font-size: 22px;
		font-weight: 600;
		line-height: 30px;
		color: #FE5000;
	}
	.tred-strength .isg-block .block-des {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 27px;
		color: #FFFFFF;
	}
	.tred-rep .title {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin-bottom: 1rem;
    }
	.tred-rep .dnld-btn {
        border: 1px solid #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 0rem;
        margin-top: 1.5rem;
        text-transform: uppercase;
        padding: 10px 40px;
        width: 50%;
    }
	.why-tred .title {
		font-family: 'Poppins', sans-serif;
		font-size: 32px;
		font-weight: 700;
		color: #001638;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1rem;
	}
	.why-tred .desc, .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 17px;
		font-weight: 400;
		color: #404041;
		margin-bottom: 1.5rem;
	}
	.why-tred .subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 26px;
		font-weight: 600;
		color: #001638;
		margin-bottom: 1rem;
	}
	.why-tred .til {
        font-family: 'Poppins', sans-serif;
        font-size: 17px;
        font-weight: 400;
        color: #000000;
        padding: 0.5rem 0rem;
    }
	.why-tred .wt-bb h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #FFFFFF;
		text-transform: uppercase;
		margin-bottom: 0px;
		margin: auto;
		padding: 2rem;
	}
	.tred-stat .top-sec .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 19px;
		font-weight: 400;
		color: #FFFFFF;
		padding: 1.5rem 0;
	}
	.tred-stat .top-sec .b-btn {
		background: #FE5000;
		padding: 15px 20px;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FFFFFF;
		float: right;
		text-transform: uppercase;
	}
	.tred-stat .stat .stat-desc {
		font-family: 'Poppins', sans-serif;
		font-size: 19px;
		font-weight: 500;
		color: #000000;
		margin-bottom: 2rem;
	}
	.tred-stat .stat .stat-bck h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 40px;
		font-weight: 600;
		color: #FE5000;
		padding-left: 10px;
		margin-bottom: 0px;
	}
	.tred-stat .stat .stat-bck p {
		font-family: 'Poppins', sans-serif;
		font-size: 17px;
		font-weight: 400;
		color: #000000;
		padding-left: 12px;
		margin-bottom: 0px;
	}
	.explore .title {
		font-family: 'Poppins', sans-serif;
		font-size: 32px;
		font-weight: 700;
		color: #0A2044;
		text-transform: uppercase;
	}
	.explore h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight: 600;
		color: #212121;
		margin-top: 1rem;
	}
	.explore p {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #404041;
	}
	.download-report .title {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
	}
	.download-report input[type="email"], .download-report input[type="text"], .download-report input[type="tel"] {
		height: 48px;
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
		font-weight: 400;
		color: #707070;
		background: #FFFFFF;
		border: none;
		width: 100%;
		padding: 10px 20px !important;
	}
	.download-report .hs-button.primary.large {
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FFFFFF;
		background: #FE5000 !important;
		text-transform: uppercase;
		border-radius: 0px !important;
		background-image: linear-gradient(90deg,#fe5000,#fe5000) !important;
		padding: 10px 40px !important;
		margin-top: 1.5rem !important;
	}
	.copyright {
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #FFFFFF;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 1140px) {
	.des {
		display:block;
	}
	.mob {
		display: none;
	}
	/* Navigation Top */
	.navig {
		background: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navig .go_main {
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #707070;
		margin-bottom: 0rem;
		text-transform: uppercase;
	}
	.navig .go_main img {
		width: 16px;
		height: 12px;
		margin-right: 15px;
	}
	.navig .logo {
		width: 160px;
	}
	.navig .top-btn-nav {
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #FE5000;
		padding: 15px 30px;
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #FE5000 !important;
		text-transform: uppercase;
		margin-bottom: 0rem;
		text-align: center;
		width: 53%;
		float: right;
	}
	
}

@media only screen and (max-width: 1024px) {
	.des {
		display:block;
	}
	.mob {
		display: none;
	}
	/* Navigation Top */
	.navig {
		background: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navig .go_main {
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #707070;
		margin-bottom: 0rem;
		text-transform: uppercase;
	}
	.navig .go_main img {
		width: 16px;
		height: 12px;
		margin-right: 15px;
	}
	.navig .logo {
		width: 160px;
	}
	.navig .top-btn-nav {
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #FE5000;
		border: 1px solid #FE5000;
		padding: 12px 22px;
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #FE5000 !important;
		text-transform: uppercase;
		margin-bottom: 0rem;
		text-align: center;
		width: 60%;
		float: right;
	}
	.main-banner .title {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        line-height: 37px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -1px;
    }
	.main-banner .subtitle {
        font-family: 'Poppins', sans-serif;
        font-size: 17px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 1rem;
    }
	.main-banner .bnr-cta {
        background: #FE5000;
        font-size: 12px;
        line-height: 21px;
        font-weight: 500;
        color: #FFFFFF;
        padding: 10px 20px;
        text-transform: uppercase;
        border: none;
        border-radius: 3px;
        margin-top: 1.2rem;
    }
	.isg-report .re-des {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #000000;
        text-align: left;
        margin-bottom: 2.5rem;
    }
	.tred-strength .title {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-weight: 600;
        color: #FE5000;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin-bottom: 1.5rem;
    }
	.tred-strength .des-t {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        color: #FFFFFF;
        margin-bottom: 2rem;
    }
	.tred-strength .isg-block .block-title {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
        color: #FE5000;
    }
	.tred-strength .isg-block .block-des {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: #FFFFFF;
    }
	.tred-rep .title {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin-bottom: 1rem;
    }
	.tred-rep .dnld-btn {
        border: 1px solid #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 0rem;
        margin-top: 1.5rem;
        text-transform: uppercase;
        padding: 10px 40px;
        width: 60%;
    }
	.why-tred .title {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #001638;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin-bottom: 1rem;
    }
	.why-tred .desc, .desc {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #404041;
        margin-bottom: 1.5rem;
    }
	.why-tred .til {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        padding: 0.5rem 0rem;
    }
	.why-tred .wt-bb h5 {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #FFFFFF;
        text-transform: uppercase;
        margin-bottom: 0px;
        margin: auto;
        padding: 2rem;
    }
	.download-report .title {
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
    }
	.download-report {
		background: #000000;
		padding: 2rem 0px;
	}
}
@media only screen and (max-device-width: 786px)  {
	.des {
		display:none;
	}
	.mob {
		display: block;
	}
	
	/* Navigation Top */
	.navig {
		background: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navig .go_main {
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #707070;
		margin-bottom: 0rem;
		text-transform: uppercase;
	}
	.navig .go_main img {
		width: 16px;
		height: 12px;
		margin-right: 15px;
	}
	.navig .logo {
		width: 150px;
	}
	.navig .top-btn-nav {
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #FE5000;
		padding: 10px 15px;
		font-family: 'Poppins', sans-serif;
		font-size: 11px;
		font-weight: 500;
		color: #FE5000 !important;
		text-transform: uppercase;
		margin-bottom: 0rem;
		text-align: center;
		width: 100%;
		float: right;
	}
	.main-banner {
		background-size: 100%;
		margin-top: 0rem;
		padding-top: 0rem;
		padding-right:0px !important;
		padding-left:0px !important;
	}

	.main-banner .banner-title {
		padding: 20px 30px;
	}
	.main-banner .title {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		line-height: 35px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
	.main-banner .subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #FFFFFF;
		margin-bottom: 1rem;
	}
	.main-banner .bnr-cta {
		background: #FE5000;
		font-size: 13px;
		line-height: 23px;
		font-weight: 500;
		color: #FFFFFF;
		padding: 10px 20px;
		text-transform: uppercase;
		border: none;
		border-radius: 3px;
		margin-top: 1.5rem;
	}
	.isg-report .re-des {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		color: #000000;
		text-align: left;
		margin-bottom: 1.5rem;
	}
	.isg-report .owl-theme .custom-nav .owl-prev {
		left: 0px;
		top: 8vh;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 13px 13px;
		border-radius: 50px;
		height: 29px;
	}
	.isg-report .owl-theme .custom-nav .owl-prev i {
		font-size: 1.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 4px;
		left: 11px;
	}
	.isg-report .owl-theme .custom-nav .owl-next i {
		font-size: 1.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 4px;
		left: 13px;
	}
	.isg-report .owl-theme .custom-nav .owl-next {
		right: 0px;
		top: 8vh;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 13px 13px;
		border-radius: 50px;
		height: 26px;
	}
	.isg-report .owl-theme .item .sol-card {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	.isg-report .owl-theme .custom-nav .owl-next i {
		font-size: 1.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 1px;
		left: 11px;
	}
	.isg-report .owl-theme .custom-nav .owl-prev i {
		font-size: 1.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 1px;
		left: 9px;
	}
	.tred-strength {
		background: #000F24;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.tred-strength .title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		color: #FE5000;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1rem;
	}
	.tred-strength .des-t {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
		color: #FFFFFF;
		margin-bottom: 1rem;
	}
	.tred-strength .isg-block img {
		width: 27px;
		margin-bottom: 1rem;
	}
	.tred-strength .col-md-5 {
		width: 100%;
		margin: 15px 15px 15px 15px;
	}
	.tred-strength .isg-block {
		background: RGBA(45,80,130,0.25);
		border: 1px solid #82CEE5;
		border-radius: 4px;
		padding: 15px 20px;
	}
	.tred-strength .col-md-7 {
		width: 100%;
		margin: 15px 15px 15px 15px;
	}
	.tred-rep .title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1rem;
	}
	.tred-rep {
		background: #2D5082;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.tred-rep .dnld-btn {
		border: 1px solid #FFFFFF;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FFFFFF;
		margin-bottom: 2rem;
		margin-top: 1rem;
		text-transform: uppercase;
		padding: 10px 40px;
		width: 72%;
	}
	.why-tred {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.why-tred .title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 700;
		color: #001638;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1rem;
	}
	.why-tred .desc, .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #404041;
		margin-bottom: 1.5rem;
	}
	.why-tred .subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight: 600;
		color: #001638;
		margin-bottom: 1rem;
	}
	.why-tred .wt-de {
		border: 1px solid #6DCDB7;
		padding: 1rem 20px;
		margin-bottom: 0.5rem;
	}
	.why-tred .til {
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
		font-weight: 400;
		color: #000000;
		padding: 0.5rem 0rem;
	}
	.why-tred .wt-bb h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #FFFFFF;
		text-transform: uppercase;
		margin-bottom: 0px;
		margin: auto;
		padding: 2rem;
	}
	.tred-stat .top-sec {
		background: linear-gradient(45deg, #001638 0 50%, #0D2348 50% 100%);
		padding: 1.5rem 22px;
		position: relative;
		bottom: 0;
		z-index: 9999;
	}
	.tred-stat .top-sec .b-btn {
		background: #FE5000;
		padding: 12px 18px;
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #FFFFFF;
		float: left;
		text-transform: uppercase;
	}
	.tred-stat .top-sec .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #FFFFFF;
		padding: 0.5rem 0;
	}
	.tred-stat {
		position: relative;
		top: 0vh;
	}
	.tred-stat .stat .stat-desc {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #000000;
		margin-bottom: 2rem;
		padding: 15px 15px;
	}
	.mob .stat .col-md-3 {
		margin: 15px;
	}
	.tred-stat .stat {
		background: #EBFFFB;
		padding-bottom: 3rem;
		padding-top: 4vh;
		position: relative;
		top: 10%;
	}
	.mob .stat .sy {
		margin: 15px !important;
	}
	.tred-stat .stat .stat-bck p {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #000000;
		padding-left: 12px;
		margin-bottom: 0px;
	}
	.tred-stat .stat .stat-bck {
		border-left: 5px solid #6DCDB8;
		margin-bottom: 1rem;
	}
	.explore .title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 700;
		color: #0A2044;
		text-transform: uppercase;
		margin-bottom: 1rem;
	}
	.explore {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.download-report {
		background: #000000;
		padding: 2rem 0px;
	}
	.download-report .title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
	}
	.download-report input[type="email"], .download-report input[type="text"], .download-report input[type="tel"] {
		height: 45px;
		font-family: 'Poppins', sans-serif;
		font-size: 13px;
		font-weight: 400;
		color: #707070;
		background: #FFFFFF;
		border: none;
		width: 100% !important;
		padding: 10px 20px !important;
	}
	.download-report .hs-button.primary.large {
		font-family: 'Poppins', sans-serif;
		font-size: 11px;
		font-weight: 500;
		color: #FFFFFF;
		background: #FE5000 !important;
		text-transform: uppercase;
		border-radius: 0px !important;
		background-image: linear-gradient(90deg,#fe5000,#fe5000) !important;
		padding: 10px 20px !important;
		margin-top: 1.5rem !important;
	}
}
@media only screen and (min-device-width: 300px) and (max-device-width: 1024px) and (orientation:portrait) {
	.des {
		display:none;
	}
	.mob {
		display: block;
	}
	
	/* Navigation Top */
	.navig {
		background: #FFFFFF;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navig .go_main {
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #707070;
		margin-bottom: 0rem;
		text-transform: uppercase;
	}
	.navig .go_main img {
		width: 16px;
		height: 12px;
		margin-right: 15px;
	}
	.navig .logo {
		width: 150px;
	}
	.navig .top-btn-nav {
		background: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #FE5000;
		padding: 10px 15px;
		font-family: 'Poppins', sans-serif;
		font-size: 11px;
		font-weight: 500;
		color: #FE5000 !important;
		text-transform: uppercase;
		margin-bottom: 0rem;
		text-align: center;
		width: 100%;
		float: right;
	}
	.top-text {
		font-size: 5.887vw;
		font-family: 'Poppins', sans-serif;
		color: #FE5000;
		font-weight: 600;
		letter-spacing: -0.025em;
		line-height: 1.2;
		text-align: left;
	}
	.main-text {
		font-family: 'Poppins', sans-serif;
		color: #FE5000;
		font-weight: 600;
		font-size: 12.454vw;
		letter-spacing: -0.025em;
		line-height: 1.204;
		text-align: left;
	}
	.banner-desc {
		font-family: 'Poppins', sans-serif;
		font-size: 4.1vw;
		font-weight: 700;
		letter-spacing: -0.025em;
		line-height: 1.2;
		text-align: left;
		color: #000000;
	}
	.main-banner {
		background-size: 100%;
		margin-top: 0rem;
		padding-top: 0rem;
		padding-bottom: 2rem;
		padding-right:0px !important;
		padding-left:0px !important;
	}

	.main-banner .banner-title {
		padding: 20px 30px;
	}
	.main-banner .title {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		line-height: 35px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
	.main-banner .subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #FFFFFF;
		margin-bottom: 1rem;
	}
	.main-banner .bnr-cta {
		background: #FE5000;
		font-size: 13px;
		line-height: 23px;
		font-weight: 500;
		color: #FFFFFF;
		padding: 10px 20px;
		text-transform: uppercase;
		border: none;
		border-radius: 3px;
		margin-top: 1.5rem;
	}
	.isg-report .re-des {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		color: #000000;
		text-align: left;
		margin-bottom: 1.5rem;
	}
	.isg-report .owl-theme .custom-nav .owl-prev {
		left: 0px;
		top: 8vh;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 13px 13px;
		border-radius: 50px;
		height: 29px;
	}
	.isg-report .owl-theme .custom-nav .owl-prev i {
		font-size: 1.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 4px;
		left: 11px;
	}
	.isg-report .owl-theme .custom-nav .owl-next i {
		font-size: 1.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 4px;
		left: 13px;
	}
	.isg-report .owl-theme .custom-nav .owl-next {
		right: 0px;
		top: 8vh;
		border: 1px solid #FE5000;
		background: #FFFFFF;
		padding: 13px 13px;
		border-radius: 50px;
		height: 26px;
	}
	.isg-report .owl-theme .item .sol-card {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	.isg-report .owl-theme .custom-nav .owl-next i {
		font-size: 1.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 1px;
		left: 11px;
	}
	.isg-report .owl-theme .custom-nav .owl-prev i {
		font-size: 1.5rem;
		font-weight: 500;
		color: #FE5000;
		position: absolute;
		top: 1px;
		left: 9px;
	}
	.tred-strength {
		background: #000F24;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.tred-strength .title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		color: #FE5000;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1rem;
	}
	.tred-strength .des-t {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
		color: #FFFFFF;
		margin-bottom: 1rem;
	}
	.tred-strength .isg-block img {
		width: 27px;
		margin-bottom: 1rem;
	}
	.tred-strength .col-md-5 {
		width: 100%;
		margin: 15px 15px 15px 15px;
	}
	.tred-strength .isg-block {
		background: RGBA(45,80,130,0.25);
		border: 1px solid #82CEE5;
		border-radius: 4px;
		padding: 15px 20px;
	}
	.tred-strength .col-md-7 {
		width: 100%;
		margin: 15px 15px 15px 15px;
	}
	.tred-rep .title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1rem;
	}
	.tred-rep {
		background: #2D5082;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.tred-rep .dnld-btn {
		border: 1px solid #FFFFFF;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #FFFFFF;
		margin-bottom: 2rem;
		margin-top: 1rem;
		text-transform: uppercase;
		padding: 10px 40px;
		width: 72%;
	}
	.why-tred {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.why-tred .title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 700;
		color: #001638;
		text-transform: uppercase;
		letter-spacing: -1px;
		margin-bottom: 1rem;
	}
	.why-tred .desc, .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #404041;
		margin-bottom: 1.5rem;
	}
	.why-tred .subtitle {
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight: 600;
		color: #001638;
		margin-bottom: 1rem;
	}
	.why-tred .wt-de {
		border: 1px solid #6DCDB7;
		padding: 1rem 20px;
		margin-bottom: 0.5rem;
	}
	.why-tred .til {
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
		font-weight: 400;
		color: #000000;
		padding: 0.5rem 0rem;
	}
	.why-tred .wt-bb h5 {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #FFFFFF;
		text-transform: uppercase;
		margin-bottom: 0px;
		margin: auto;
		padding: 2rem;
	}
	.tred-stat .top-sec {
		background: linear-gradient(45deg, #001638 0 50%, #0D2348 50% 100%);
		padding: 1.5rem 22px;
		position: relative;
		bottom: 0;
		z-index: 9999;
	}
	.tred-stat .top-sec .b-btn {
		background: #FE5000;
		padding: 12px 18px;
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #FFFFFF;
		float: left;
		text-transform: uppercase;
	}
	.tred-stat .top-sec .desc {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #FFFFFF;
		padding: 0.5rem 0;
	}
	.tred-stat {
		position: relative;
		top: 0vh;
	}
	.tred-stat .stat .stat-desc {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #000000;
		margin-bottom: 2rem;
		padding: 15px 15px;
	}
	.mob .stat .col-md-3 {
		margin: 15px;
	}
	.tred-stat .stat {
		background: #EBFFFB;
		padding-bottom: 3rem;
		padding-top: 4vh;
		position: relative;
		top: 10%;
	}
	.mob .stat .sy {
		margin: 15px !important;
	}
	.tred-stat .stat .stat-bck p {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #000000;
		padding-left: 12px;
		margin-bottom: 0px;
	}
	.tred-stat .stat .stat-bck {
		border-left: 5px solid #6DCDB8;
		margin-bottom: 1rem;
	}
	.explore .title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 700;
		color: #0A2044;
		text-transform: uppercase;
		margin-bottom: 1rem;
	}
	.explore {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.download-report {
		background: #000000;
		padding: 2rem 0px;
	}
	.download-report .title {
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
	}
	.download-report input[type="email"], .download-report input[type="text"], .download-report input[type="tel"] {
		height: 45px;
		font-family: 'Poppins', sans-serif;
		font-size: 13px;
		font-weight: 400;
		color: #707070;
		background: #FFFFFF;
		border: none;
		width: 100% !important;
		padding: 10px 20px !important;
	}
	.download-report .hs-button.primary.large {
		font-family: 'Poppins', sans-serif;
		font-size: 11px;
		font-weight: 500;
		color: #FFFFFF;
		background: #FE5000 !important;
		text-transform: uppercase;
		border-radius: 0px !important;
		background-image: linear-gradient(90deg,#fe5000,#fe5000) !important;
		padding: 10px 20px !important;
		margin-top: 1.5rem !important;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
	  .main-banner .title {
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        line-height: 37px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -1px;
    }
	.main-banner .subtitle {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 1rem;
    }
	.isg-report .re-des {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        color: #000000;
        text-align: left;
        margin-bottom: 1.5rem;
    }
	.tred-strength .col-md-7 {
        width: 52.333333%;
        margin: 15px 19px 15px 0px;
    }
	.tred-rep .title {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin-bottom: 1rem;
    }
	.tred-rep .dnld-btn {
        border: 1px solid #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 0rem;
        margin-top: 1.5rem;
        text-transform: uppercase;
        padding: 10px 16px;
        width: 60%;
    }
	.why-tred .wt-de img {
		width: 180%;
	}
	.why-tred .til {
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 400;
        color: #000000;
        padding: 0.5rem 0rem;
    }
	.why-tred .wt-bb h5 {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #FFFFFF;
        text-transform: uppercase;
        margin-bottom: 0px;
        margin: auto;
        padding: 2rem;
    }
	.why-tred .wt-bb h5 img {
		width: 36.44px;
		padding-left: 10px;
	}
}
