/*
Margin
Padding
Width
Height
Text
Backcground
Custom
*/
.mg-t-0 {
    margin-top: 0 !important;
}
.mg-b-0 {
    margin-bottom: 0;
}

.mg-b-15 {
    margin-bottom: 15px !important;
}

.mg-b-25 {
	margin-bottom: 25px !important;
}

.mg-b-50 {
    margin-bottom: 50px !important;
}

/* ================================================ */
.pd-t-25 {
	padding-top: 25px;
}
.pd-t-100 {
	padding-top: 100px;
}
.pd-b-0 {
    padding-bottom: 0;
}
.pd-b-25 {
    padding-bottom: 25px;
}
.pd-l-15 {
    padding-left: 15px;
}

/* ================================================ */
.wd-100p {
	width: 100%;
}
.wd-500 {
	width: 500px;
}

/* ================================================ */
.ht-100p {
    height: 100%;
}

/* ================================================ */
.text-white {
	color: #ffffff;
}

.text-justify {
	text-align: justify;
}

.text-bold {
	font-weight: bold;
}

.text-weight-500 {
    font-weight: 500;
}

.text-family-unset {
    font-family: unset;
}

.lh-normal {
    line-height: normal !important;
}
/* ================================================ */
.justify-containt-center {
    justify-content: center;
}


/* ============================================================================================================================= */
.d-block {
    display: block;
}
.d-unset {
    display: unset !important;
}

.align-self-center {
    align-self: center !important;
}

.flex-direction-column {
    flex-direction: column;
}
/*Extra small devices (portrait phones, less than 576px)*/

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    .text-sm-right {
        text-align: right !important;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .d-md-flex {
        display: flex;
    }

    .mg-md-b-0 {
        margin-bottom: 0 !important;
    }

    .text-md-right {
        text-align: right !important;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .flex-direction-lg-unset {
        flex-direction: unset !important;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }


/* ================================================ */
.bg-thm-black {
	background-color: #162171 !important;
}

/* ================================================ */
.site-header-two .main-nav__main-navigation .main-nav__navigation-box>li::before {
	background-image: linear-gradient(180deg, #00a0e8 0%, #00b0ff 100%);
}

.site-header-one .bg-thm-black .side-menu__toggler {
	color: #ffffff;
}

.about-four__box-wrap {
	margin-top: -50px;
}
.about-four__box-wrap::before {
	background-image: unset;
	height: unset;
}

.about-three__list li+li {
	margin-top: unset;
}
.about-three__list li {
	padding-left: 20px;
}
.about-three__list li>i {
	left: 0;
}

.service-four__images {
	width: 500px;
}

.service-five__box {
	padding: 50px 25px;
}
.service-five__box p {
	line-height: 20px;
}

/*======================================*/
@media (max-width: 1199px) {
    .banner-one__images {
        top: unset;
        width: 100%;
    }
    .service-four__content {
        padding-left: 0;
    }

    /*.about-four .about-two__content {
        padding-top: 100px;
    }*/
}

@media (max-width: 480px) {
    .banner-one__content {
        padding-top: 25px;
    }
    .banner-one__content h3 {
        font-size: 20pt;
        line-height: normal;
    }
    .banner-one__content p {
    	font-size: 12pt;
    	line-height: 20px;
    }
    .banner-one .thm-btn {
    	padding: 10px 25px;
    	font-size: 9pt;
    	font-weight: normal;
    }
    .service-one {
    	padding-top: 25px;
    }
    .service-one__single {
    	padding: 15px;
    	margin-bottom: 25px;
    }

    .service-one__home-three .service-one__single {
    	padding: 15px;
    }

    .block-title h3 {
    	font-size: 20pt;
    	margin-bottom: 0;
    }
    .about-two,
    .about-four .container {
    	padding-top: 25px;
    }
    .about-one__content .block-title {
    	margin-bottom: 0;
    }
    .about-one__content>p {
    	font-size: 12pt;
    	line-height: normal;
    }

    .block-title {
        margin-bottom: 15px;
    }
    .block-title p {
    	font-size: 12pt;
    	line-height: normal;
    }

    .about-three {
        padding-top: 0;
        padding-bottom: 0; 
    }

    .about-four__title {
    	font-size: 16pt;
    }

    [class*=col-]:nth-child(2) .service-five__box {
        margin-top: 0;
    }

    .about-two__content .banner-one__btn-block {
        text-align: center;
    }

    .service-details {
    	padding: 25px 0;
    }
    .service-sidebar {
    	margin-top: 25px;
    }

    .blog-one {
    	padding: 25px 0;
    }
    .blog-one__single {
    	margin-bottom: 25px;
    }

    .contact-one {
    	padding-bottom: 25px;
    }
    .contact-info-one {
    	padding-top: 25px;
    }
    .contact-info-one__single {
    	flex-direction: unset;
    }
    .contact-info-one__single i {
    	width: 50px;
    	height: 50px;
    	margin-right: 10px;
    }
    .contact-info-one__content {
    	padding: 0;
    }
    .contact-info-one__content h3 {
    	margin-bottom: 0;
    }
    .contact-info-one__content h4 {
    	font-size: 12pt;
    }


    .site-footer__two .site-footer__upper {
    	padding-top: 115px;
    }
}

/* Custom Service */
.custom-service {
    text-align: center;
    position: relative;
    margin: 0 15px;
}
.custom-service img {
    width: 100%;
}
.custom-service .custom-service-box {
    background: rgb(255 255 255 / 75%);
    padding: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 95%;
}
.custom-service .custom-service-btn {
    border: 1px solid blue;
    color: blue;
    padding: 5px 15px;
    font-size: 10pt;
    cursor: pointer;
    border-radius: 3px;
}
.custom-service .custom-service-btn:hover {
    background-color: blue;
    color: white;
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .custom-service img {
        width: 200px;
    }
}
@media (min-width: 992px) {
    .custom-service img {
        width: 300px;
    }
}

.custom-purpose-title {
    margin: 0;
    color: #291a55;
    font-family: var(--thm-font);
    font-weight: bold;
    margin-bottom: 15px;
}