.m-b-16 {
    margin-bottom: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.text-c {
    text-align: center;
}

.justify-c-c {
    justify-content: center;
}

.display-f {
    display: flex;
}

.align-i-c {
    align-items: center;
}

/* Logo CSS */
.itsn-site-logo {
    height: auto;
    width: 55px;
}

.itsn-p-tag {
    color: #888888 !important;
    line-height: 130%;
}

/* Pro section flag  */
.flag-section img {
    width: auto;
    float: right;
    height: 45px;
}

.itsn-img-resp {
    max-width: 100%;
    height: 370px;
    display: block;
    width: 100%;
    object-fit: fill;
}

.t-white {
    color: #FBEFED;
}

.t-black {
    color: #888888;
}

.t-yellow {
    color: #DFBE10
}

.itsn-form-fill-btn {
    color: #DFBE10
}



.itsn-readmoreCenter {
    text-align: center;
}

.read-moregaping {
    margin: 20px 0px;
}

.itsn-readmoreCenter a {
    border: 2px solid #DFBE10;
    padding: 8px 20px;
    position: relative;
    font-weight: 600;
    color: #FBEFED;
    text-transform: uppercase;
    border-right: 15px solid #DFBE10;
}

.itsn-readmoreCenter a::after {
    /*content: '';*/
    /*position: absolute;*/
    width: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0px;
    background: #DFBE10;
}

.itsn-readmoreCenter a:hover::after {
    top: -2px;
    bottom: -2px;
    right: -2px;
    background-color: #FBEFED;
    ;
}

.itsn-readmoreCenter a span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    right: -5px;
    width: 15px;
    background: #DFBE10;
    z-index: 0;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
}

.itsn-readmoreCenter a:hover {
    border-color: #1C294F;

    & span {
        color: #1C294F;
    }
}

.itsn-readmoreCenter a:hover span::after {
    top: 0px;
    bottom: -1px;
    background-color: #1C294F;
    ;
    /* 	border-left: 2px solid #FBEFED;; */
}

@media only screen and (max-width: 479px) {
    .logo-bg a img {
        width: 55px;
    }
}

/* Mbl  */
@media only screen and (max-width: 479px) {
    .flag-section img {
        width: 45px;
    }
}

@media only screen and (max-width: 450px) {
    .itsn-itsn-readmoreCenter a {
        font-size: 12px;
    }
}

@media (min-width:992px) {

    .nav-sec {
        background-color: rgba(0, 0, 0, 0.6);
        border-color: transparent;
        border-radius: 0px;
        padding: 10px 0px;
    }

    .main-header {
        position: absolute;
        width: 100%;
    }

    /* .banner-bg {
		margin-top: -4.5rem;
	} */
    /* 
	.itsn-homepage-slider-img {
		background-position: center;
		background-size: cover;
		height: 100vh;
		width: auto;
	} */

    .affix .nav-sec {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .subpage_banner {
        height: clamp(25rem, 15.63vi + 21.88rem, 40.63rem);
    }

    .section_title {
        text-align: start;
    }
}



/* loader css  */
/* .preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #f8f8f8;
}

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 140px;
    width: 140px;
    margin-left: -70px;
    margin-top: -80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/logo.png);
    background-size: 140px;
    content: ""
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    color: #DFBE10;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none
} */

/* Pagination styling */
.pagination {
    font-size: 18px;
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
}

.pagination ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
}

.itsn-fan-button {
    background-color: #DFBE10;
    color: white;
    border: none;
    padding: 7px 30px 10px 30px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Titillium Web', sans-serif;
    outline: none;
    border-radius: 0;
    height: 50px;
    text-transform: uppercase;
}

.itsn-fan-button:hover {
    background-color: #1C294F;
    color: white;
    transition-duration: 0.5s;
}

.work-img .itsn-work-hero-img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 991px) {
    .slider-title {
        display: block; 
    }
}
@media (max-width: 767px) {
    .slider-text {
        margin-top: -25px;
    }
}


.itsn-homepage-slider-img {
    height: 50vh;
}

@media (min-width: 992px) {
    .itsn-homepage-slider-img {
        height: 100vh;
    }
}