/*
Theme Name: My Theme
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
Tested up to: 5.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

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

.logo img {
    width: 15vh;
    border-radius: 100px;
}

.mobile-logo img {
    width: 90px;
    border-radius: 100px;
}

.footer-middle-item img {
    width: 124px;
    border-radius: 100px;
}

.first-result h3 {
    text-align: center;
    color: black;
}
.headingh3 {
    background-color: #f7c225;
    padding: 16px;
/*     margin-bottom: 30px; */
}

.first-sec, .second-sec {
    text-align: center;
	border: 3px solid #f7c225;
}

/* .first-result {
    border: 3px solid #f7c225;
} */

.first-result h4{
    margin-top:10px;
}

a.scrollToTop {
    color: red;
    font-size: 22px;
    font-weight: 700;
}
.achievement-area .tab-content .table thead tr th {
    border: 1px solid;
	font-size: 14px;
}
.live-result img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
	border-radius:10px;
}
img.result-banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.number-result table tr, td {
    color: #fff;
}
.table-bordered>:not(caption)>*>* {
    border-width: 2px 2px;
}
.number-result .table thead {
    background-color: #f7c225;
}
.number-result .table thead tr th {
    color: #000;
}
.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #05284a;
}
@media only screen and (max-width: 768px) {
.first-sec, .second-sec {
  width: 50%;
padding: 0;	
}	
.first-result h4{
    font-size:16px;
}
.first-result h3{
    font-size:18px;
}		
.table.text-white {
  width: 48%;
}	
.achievement-area ul {
  width: 320px;
  padding: 0px;
}	
	
.header-section {
  position: absolute;
  top: 0px;
}	
	.banner {
		margin-top: 88px;
	}	
	
.achievement-area .tab-content .table thead tr th {
  padding: 20px 2px;
	}
	.achievement-area .tab-content .table thead tr th {
    font-size: 12px;
}
	
.page-id-1277 .achievement-area .tab-content .table thead tr th {
  padding: 20px 15px;
	}
	.page-id-1277 .achievement-area .tab-content .table thead tr th {
    font-size: 15px;
}
	
.achievement-area .tab-content .table tbody tr td {
  padding: 8px 8px !important;	
	}
}	
@media (min-width: 992px) {
    .banner {
        background-position: top;
        padding: 350px 0 350px;
    }
}

@media (max-width: 991px) {
  .achievement-area {
    width: 400px;
  }
}
