/*!
Theme Name: SR-TMX-TMT
Theme URI: http://underscores.me/
Author: WEBPLUS
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sr-tmx-tmt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SR-TMX-TMT is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
a {
    text-decoration: none;
}
.dropdown-item.active{  
    background-color: #fff;
}
.spinner-border {
    position: absolute;
    top: -27px;
    right: 31%;
    width: 1rem;
    height: 1rem;
}

/* 25-10-2023 */
.animation_image.spinner-loader.text-center.pt-2 {
    position: relative;
}
.header_topbar .notranslate .option {
    position: absolute;
    right: 10px;
}
.header_topbar .notranslate .option a img{
    display: contents;
}
.header_topbar .notranslate .selected a img{
    display: contents;
}
.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }

/* 27-10-2023 */
.home_about_scssn2 {
    display: block;
    position: relative;
    background: #edf3f9;
}
.home_about_scssn2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('../subimages/about_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    max-width: 630px;
}
.home_about_content2 {
    display: block;
    background: #edf3f9;
    position: relative;
    padding: 1rem 0 3rem 0;
    margin-top: 25px;
}

.home_about_scssn2 p {
    font-size: 17px;
    text-align: justify;
}

.home_about_scssn2 ul li {
    position: relative;
    padding: 6px 10px 7px 34px;
    font-size: 17px;
    font-weight: 500;
    color: #444444;
    margin: 0;
    line-height: 1.6;
}

.home_about_scssn2 ul li:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 15px;
    background-image: url('../subimages/bullet.svg');
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

.home_about_scssn2 .title h1,.home_about_scssn2 .title h2 {
    font-size: 30px;
    line-height: 1.3;
    background: transparent;
    color: #333333;
    font-weight: 800;
}

.home_about_scssn2 .title:before {
    display: none;
}

.home_about_scssn2 .title h2 {
    max-width: 950px;
    font-size: 24px;
}    
.page-id-1135 .heading{display:none;}