/*---------------------------------------------------------------
>>> TABLE OF CONTENTS:
-----------------------------------------------------------------
/*---------------------------------------------------------------
1.0 Reset
---------------------------------------------------------------*/

/*---------------------------------------------------------------
2.0 Header
---------------------------------------------------------------*/

/*---------------------------------------------------------------
3.0 Banner
---------------------------------------------------------------*/

/*---------------------------------------------------------------
4.0 Inner Sections
---------------------------------------------------------------*/

/*---------------------------------------------------------------
5.0 Footer
---------------------------------------------------------------*/

/*---------------------------------------------------------------
6.0 Responsive
---------------------------------------------------------------*/

/*---------------------------------------------------------------
1.0 Reset
---------------------------------------------------------------*/

html,
body {
    width: 100%;
    height: 100%;
}

.wrapper {
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
}

ul,
ol {
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
}

ol {
    margin-left: 1.1em;
}

address {
    margin-bottom: 0;
}

img {
    height: auto;
    max-width: 100%;
}

.center-block {
    float: none;
}


/*---------- Heading ----------*/

h1 {
    font-size: 55px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 30px;
    font-weight: 700;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #020201;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
}

span {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
blockquote,
pre,
#calendar_wrap caption,
    {
    word-break: break-word;
    word-wrap: break-word;
}

/*---------- Form ---------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #dda631;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    border: 1px solid #dda631;
    transition: all 0.3s ease-in-out 0s;
    text-transform: capitalize;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
}

button:hover,
button:focus,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="password"]:hover,
input[type="password"]:focus {
    background: #fff;
    border: 1px solid #dda631;
    color: #dda631;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
}

input[type="text"] {
    text-transform: capitalize;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
.form-control {
    border: 1px solid #bababa;
    color: #020201;
    padding: 20px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"] {
    vertical-align: middle;
    height: 55px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea.form-control:focus,
select:focus {
    outline: 0;
    border-color: #dda631;
    box-shadow: none;
}

label {
    font-size: 14px;
    color: #3b3b3f;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    background: #ffffff;
    border: medium none;
    padding: 10px 16px;
    font-size: 20px;
    /*    color: #bfbebe;*/
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    height: 50px;
    background: url("../images/select-arrow.png") no-repeat scroll 97% center !important;
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
}

select::-ms-expand {
    display: none;
}

select option {
    padding: 4px;
}

.slick-slide {
    outline: none;
}


.form-control::-webkit-input-placeholder { color:#020201; opacity: 0.5; }
.form-control::-moz-placeholder { color:#020201; opacity: 0.5;}
.form-control:-ms-input-placeholder { color:#020201; opacity: 0.5; }
input:-moz-placeholder { color:#020201; opacity: 0.5; }

/*---------- 2.1.3 Links ----------*/

a {
    transition: all 0.5s ease 0s;
    font-family: 'Lato', sans-serif;
    color: #020201;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #dda631;
}

/*---------- 2.2 Table -----------*/

table,
th,
td {
    border: 1px solid #eaeaea;
}

table {
    width: 100%;
}

th,
td {
    padding: 0.4375em;
}

table,
dd,
address {
    margin: 0 0 1.75em;
}

/*----- Custom Classes -----*/

.j-content {
    justify-content: space-between;
}

.align-center {
    align-self: center;
}

.mrgn-btm-xs {
    margin-bottom: 30px;
}

.mrgn-btm-sm {
    margin-bottom: 50px;
}

.mrgn-btm-lg {
    margin-bottom: 70px;
}

.bdr-grey {
    border: 1px solid #d4d4d4;
}

.overlay-holder {
    display: inline-block;
    height: auto;
    padding: 10px;
    vertical-align: middle;
    width: 97%;
}

/*----- Preloader -----*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 999999999;
}

#loader {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

#box {
    width: 50px;
    height: 50px;
    background: #dda631;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1);
    }
}

@keyframes loader {
    0% {
        left: -100px
    }
    100% {
        left: 110%;
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}

/*---------------------------------------------------------------
2.0 Header
---------------------------------------------------------------*/

/*----- Ajax Loader ------*/

.get-in-touch-form .form-group:last-child {
    position: relative;
}

div.wpcf7 .ajax-loader {
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 35%;
    top: 50%;
    transform: translateY(-50%);
}

div.wpcf7-mail-sent-ok,
.response {
    background: rgba(115, 208, 156, 0.8) none repeat scroll 0 0;
    border: 1px solid #2da725;
    color: #ffffff;
    float: left;
    font-size: 15px;
    margin: 15px 0 0;
    padding: 6px !important;
    text-align: center;
    width: 100%;
}

label.error {
    display: none !important;
}

.form-control.wpcf7-not-valid,
.search-form .error,
.error {
    border: 1px solid #ff0000 !important;
}
/*

#gallery_video .error {
    border: medium none !important;
}
*/

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-validation-errors {
    background: #e9c8c8 none repeat scroll 0 0;
    border: 2px solid #e5aaaa;
    color: #d73434;
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 6px;
    text-align: center;
    width: 100%;
}

/*----- Header-Top -----*/

.rmm-button {
    display: none;
}

.logo-wrap {
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 16px;
    width: 130px;
    z-index: 1;
}

.logo-wrap a {
    display: inline-block;
}

.header-menu .primary-menu ul li:nth-child(8) .sub-menu {
    left: auto;
    right: -37px;
}

.header-menu .primary-menu ul li:nth-child(8) .sub-menu .sub-menu {
    left: auto;
    right: 230px;
}

.header-wrapper .header-top {
    border-bottom: 2px solid rgba(200, 200, 200, 0.5);
    padding: 50px 0;
    position: relative;
}

.header-top .form-group {
    margin-bottom: 0px;
    position: relative;
}

.header-wrapper .logo-wrap .logo {
    display: inline-block;
    margin: 25px 0;
    overflow: hidden;
}

.header-wrapper .header-top li a {
    display: inline-block;
}

.header-wrapper .header-top li img {
    width: 98px;
    height: 28px;
}

.header-menu .primary-menu ul li {
    position: relative;
    display: inline-block;
}

.header-menu .main-navigation ul ul {
    display: block !important;
}

.header-bottom .search-form {
    display: none;
}

.header-menu .primary-menu .main-menu > li > a,
.header-menu .primary-menu .main-menu1 > li > a {
    display: inline-block;
    text-transform: uppercase;
    color: #020201;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 25px;
    border-bottom: 3px solid transparent;
    line-height: 65px;
}

.header-menu .primary-menu ul li .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-width: 230px;
    text-align: left;
    z-index: 99;
    left: -15px;
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #ffffff;
    pointer-events: none;
}

.header-menu .primary-menu ul li .sub-menu li {
    display: block;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.header-menu .primary-menu ul li .sub-menu {
    margin-left: 0;
}

.header-menu .primary-menu .main-menu li.current-menu-item a,
.header-menu .primary-menu .main-menu li.current-menu-parent a,
.header-wrapper .main-menu li:hover a {
    transition: all 0.5s ease-in-out 0s;
}

.header-menu .primary-menu .main-menu > li.current-menu-item > a,
.header-menu .primary-menu .main-menu > li.current-menu-parent > a {
    color: #dda631;
}

.header-menu .primary-menu .main-menu li.current-menu-parent li.current-menu-item {
    background: #dda631;
}

.header-menu .primary-menu .main-menu li.current-menu-parent .current-menu-item > a {
    color: #ffffff;
}

.header-menu .primary-menu .main-menu > li.current-menu-item > a::after,
.header-menu .primary-menu .main-menu > li.current-menu-parent > a::after,
.header-wrapper .main-menu > li:hover > a::after,
.header-menu .primary-menu .main-menu1 > li.current-menu-item > a::after,
.header-menu .primary-menu .main-menu1 > li.current-menu-parent > a::after,
.header-wrapper .main-menu1 > li:hover > a::after {
    content: "";
    display: inline-block;
    height: 3px;
    width: 100%;
    background: #dda631;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
}

.header-menu .primary-menu ul li .sub-menu li a {
    color: #000000;
    font-size: 16px;
    display: block;
    padding: 13px 15px;
    -webkit-transition: padding 0.3s ease-in-out 0s;
    -o-transition: padding 0.3s ease-in-out 0s;
    transition: padding 0.3s ease-in-out 0s;
}

.header-menu .primary-menu ul li .sub-menu li:hover {
    background: #dda631;
}

.header-menu .primary-menu ul li > .sub-menu > li:hover > a {
    color: #ffffff;
}

.header-menu .primary-menu ul li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    pointer-events: auto;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.header-menu .primary-menu ul li > .sub-menu > li > .sub-menu {
    left: 100%;
    top: 0;
}

.header-menu .primary-menu ul li.border-top.active > a:before {
    top: 0;
}

.header-menu .primary-menu ul li.border-bottom.active > a:before {
    bottom: 0;
}

.header-menu .primary-menu > ul > li {
    display: inline-block;
    margin: 0 36px;
    position: relative;
}

.header-menu .primary-menu > ul > li:last-child {
    margin-right: 0px;
}

.header-menu .primary-menu ul li:last-child .sub-menu {
    left: auto;
    right: -37px;
}

.header-menu .primary-menu ul li:last-child .sub-menu .sub-menu {
    left: auto;
    right: 230px;
}

.header-menu .main-navigation {
    margin: 0px;
}

.header-menu .main-navigation ul,
.header-menu .main-navigation ul li {
    border: none;
}

/*----- Sticky Header -----*/

.fixed-header .sticky-header {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-name: fadeInDown;
    animation-timing-function: linear;
    background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") repeat scroll 0 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 500ms ease 0s;
    z-index: 999;
}


/*---------- Search Form ----------*/

.header,
.banner-wrapper {
    background-size: cover !important;
    background-position: center center !important;
}

.header-wrapper .search-form {
    position: relative;
}

.header-wrapper .search-form-title,
.responsive-header .search-form-title {
    background: #dda631 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 25px;
    height: 55px;
    padding: 14px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 63px;
    font-family: FontAwesome;
}

.header-wrapper .search-form-title i,
.responsive-header .search-form-title i {
    vertical-align: top;
}

.header-wrapper .search-form-title:hover,
.responsive-header .search-form-title:hover {
    background: #1d1d1d;
}

.header-wrapper .search-form input[type="text"] {
    background: transparent none repeat scroll 0 0;
    font-style: italic;
    padding: 10px 80px 10px 22px;
    width: 338px;
}

/*----- Contact Info -----*/

.contact-info-wrap span:first-child {
    fill: #dda631;
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.contact-info-wrap span:nth-child(2) {
    color: #020201;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.contact-info-wrap span:nth-child(2):hover {
    color: #dda631;
}

.contact-info-wrap .icon svg {
    height: 20px;
    width: 20px;
}

.contact-info-wrap li {
    margin-right: 10px;
}

.contact-info-wrap li:last-child {
    margin-right: 0px;
}

/*----- Social Icons -----*/

.special-link-wrap {
    margin-left: auto;
    overflow: hidden;
}

.social-icon-wrap {
    margin-left: 30px;
}

.social-icon-wrap li a {
    border: 2px solid #2d2d2d;
    border-radius: 100%;
    color: #2d2d2d;
    font-size: 16px;
    height: 30px;
    padding: 2px 0 0;
    text-align: center;
    width: 30px;
}

.social-icon-wrap li a:hover {
    border-color: #dda631;
    color: #dda631;
}

/*---------------------------------------------------------------
3.0 Banner
---------------------------------------------------------------*/

.banner-wrapper .carousel-inner,
.banner-wrapper .carousel,
.banner-wrapper .item,
.banner-wrapper .col-sm-12,
.banner-wrapper .container,
.banner-wrapper .row {
    height: 100%;
}

.banner-wrapper {
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 75px;
}

.banner-wrapper .carousel-indicators {
    position: absolute;
    bottom: -46px;
    z-index: 1;
}

.calender-sec .ui-datepicker-calendar tbody td.ui-datepicker-current-day .ui-state-default {
    background: #e6e6e6 !important;
}

.calender-sec .avail .ui-state-default {
    background: #dda631 !important;
}

.grid-item .img-sec img,
.calendar-wrapper .img-sec img {
    width: 100%;
}

.banner-wrapper .carousel-inner .carousel-item.carousel-video iframe {
    height: 650px;
    width: 100%;
}

.banner-wrapper .carousel-inner .carousel-item.carousel-video .banner_caption {
    top: 0%;
}

.banner-wrapper .carousel.slide {
    position: relative;
}

.banner-wrapper .carousel-inner .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
    height: 100%;
}

.banner-wrapper .banner_caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.carousel-video .banner_caption {
    transform: inherit;
}

.banner-wrapper .banner_caption h1 {
    color: #f2f0e7;
    letter-spacing: 2px;
}

.banner-wrapper .banner_caption span {
    color: #f2f0e7;
    font-family: "Lato", sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 45px;
}

.banner-wrapper .banner_caption .read-more {
    background: #dda631 none repeat scroll 0 0;
    border: 1px solid #dda631;
    color: #f2f0e7;
    font-size: 23px;
    height: 73px;
    padding: 18px;
    width: 234px;
}

.banner-wrapper .carousel-indicators li,
.banner-wrapper .carousel-indicators li.active {
    margin: 0 6px!important;
}

.banner-wrapper .carousel-indicators li {
    border-color: #7a757a;
    background: #7a757a;
    height: 15px;
    width: 15px;
    margin: 0px;
    border-radius: 100%;
    cursor: pointer;
}

.banner-wrapper .carousel-indicators li.active {
    background: #d1b55d;
}

/*----- Button Hover -----*/

.banner-wrapper .banner_caption .read-more:hover,
.chess-community-sec .register:hover,
.button-sec a:hover,
.widget_newsletter button:hover {
    background: #1d1d1d;
}

.banner-wrapper .banner_caption .read-more:hover {
    transform: translateY(-6px);
}

/*----- Border -----*/

.bdr-btm {
    border-bottom: 1px solid #cccccc;
}

/*---------------------------------------------------------------
4.0 Inner Sections
---------------------------------------------------------------*/

/*---------- Page Title Bar ----------*/

.page-title-bar-wrap {
    padding-bottom: 60px;
}

.page-title-bar {
    background-position: center!important;
    background-size: cover!important;
    height: 300px;
    position: relative;
}

.page-title-bar h1 {
    color: #ffffff;
    left: 0;
    letter-spacing: 2px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

/*----- Heading Section -----*/

.section-title h2 {
    text-transform: uppercase;
    color: #1d1d1d;
    letter-spacing: 1px;
}

.section-title h3 {
    text-transform: uppercase;
    color: #020201;
    letter-spacing: 1px;
}

/*----- Chess Community Section -----*/

.chess-community-sec,
.pay-and-win-wrap,
.contact-information,
.commissions-wrapper,
.detail-single-wrapper,
.about-us-section,
.events-section,
.events-detail-section,
.financial-section,
.interviews-detail-wrap,
.qus-ans-tab-wrap,
.status-tab-wrap,
.survey-wrapper,
.grid-wrapper,
.listing-wrapper,
.calendar-wrapper,
.chess-listing-wrapper,
.rules-of-chess-wrapper,
.federation-wrapper,
.after-login-section,
.board-member-section,
.records-wrap,
.single-detail-wrap {
    padding: 70px 0;
}

.chess-community-sec .section-title {
    margin-bottom: 58px;
}

.chess-community-sec .row {
    margin-bottom: 50px;
}

.chess-community-sec .register {
    background: #dda631;
    color: #ffffff;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    width: 296px;
    height: 73px;
    padding: 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.community-info .img-sec a {
    border: 1px solid #dda631;
    border-radius: 100%;
    display: inline-block;
    height: 125px;
    padding-top: 36px;
    text-align: center;
    width: 125px;
}

.community-info .img-sec a:hover {
    transform: scale(1.1, 1.1);
}

.chess-community-sec .community-info .img-sec {
    margin-bottom: 20px;
}

.community-info h5 a {
    color: #020201;
    letter-spacing: 1px;
    line-height: 30px;
}

.community-info h5 a:hover {
    color: #dda631;
}

.chess-community-sec .community-info {
    margin: 0 55px;
}

.chess-community-sec .community-info svg {
    height: 55px;
    width: 55px;
}

.chess-community-sec .community-info svg path,
.chess-community-sec .community-info svg rect,
.chess-community-sec .community-info svg circle,
.online-academy-wrap .img-sec svg path,
.online-academy-wrap .img-sec svg rect {
    fill: #dda631;
}

/*----- Survey section -----*/

.surveys-wrapper {
    padding: 65px 0;
}

.community-info-wrap .img-sec {
    float: left;
    width: 20%;
    margin-right: 15px;
    align-self: center;
}

.community-info-wrap .title-sec {
    float: left;
    width: 85%;
    align-self: center;
}

.community-info-wrap .title-sec h5 a {
    font-weight: 700;
    letter-spacing: 1px;
}

.online-academy-wrap .community-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.online-academy-wrap .community-info:last-child {
    margin-bottom: 0;
}

.online-academy-wrap .img-sec svg {
    height: 60px;
    width: 60px;
}

.online-academy-wrap .community-info .img-sec a {
    height: 105px;
    width: 105px;
    padding-top: 22px;
}

/*----- Play Section ----*/

.play-wrap .play-sec {
    padding: 20px 30px 30px;
}

.play-wrap .play-sec p {
    color: #323232;
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 600;
}

/*----- Button Section -----*/

.button-sec-wrap {
    padding: 66px 0;
    overflow: hidden;
}

.button-sec a {
    background: #dda631 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    height: 68px;
    text-transform: uppercase;
    width: 338px;
    padding: 15px;
    text-align: center;
    display: inline-block;
}

/*----- Gallery Section -----*/

.gallery-sec-wrap {
    padding: 64px 0;
}

.gallery-sec-wrap .slider-for {
    margin-bottom: 20px;
}

.gallery-sec-wrap .slider-nav .img-sec-thumb {
    height: 85px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.gallery-sec-wrap .slider-nav a,
.gallery-sec-wrap .slider-nav .slick-current a {
    position: relative;
    display: inline-block;
}

.gallery-sec-wrap .slider-nav a::before,
.gallery-sec-wrap .slider-nav .slick-current a::before {
    background: rgba(221, 166, 49, 0.8) none repeat scroll 0 0 !important;
    bottom: 0 !important;
    content: "" !important;
    display: inline-block;
    left: 0 !important;
    opacity: 0;
    overflow: hidden;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    transition: all 0.3s ease-in-out 0s;
    width: 100% !important;
}

.gallery-sec-wrap .slider-nav .slick-current a::before {
    opacity: 1;
}

.youtube-wrap .video-wrap a {
    display: block;
}

.youtube-wrap .video-wrap a img {
    width: 100%;
    height: auto;
}

.youtube-wrap .video-wrap a {
    height: 450px;
    overflow: hidden;
}

.gallery-sec-wrap .slider-nav a:hover:before {
    opacity: 1;
}

.gallery-sec-wrap .slider-nav .slick-list {
    padding: 0 10px;
}

.gallery-sec-wrap .slick-dots {
    margin: 23px auto 13px;
    text-align: center;
    width: 100%;
}

.gallery-sec-wrap .slick-dots li {
    display: inline-block;
}

.gallery-sec-wrap .slick-dots li button {
    border-radius: 100%;
    background: #7a757a;
    height: 12px;
    width: 12px;
    margin: 0 3px;
    padding: 0;
    text-indent: -999999px;
    border: 1px solid #7a757a;
    vertical-align: middle;
}

.gallery-sec-wrap .slick-dots li.slick-active button {
    background: #dda631;
    border-color: #dda631;
}

.slider-wrapper {
    padding: 23px 23px 13px;
    height: 450px;
}

.slider-wrapper .slick-list iframe,
.slider-wrapper .slick-list img {
    width: 100%;
    margin-bottom: 0px;
}


/*----- Gallery Popup Section -----*/

.lb-dataContainer {
    position: absolute;
    right: 0;
    top: -35px;
    right: 8% !important;
}

#lightbox .lb-closeContainer a {
    background-color: #dda631 !important;
    border: 4px solid #ffffff !important;
    border-radius: 100% !important;
    color: #dda631 !important;
    height: 50px !important;
    opacity: 1 !important;
    width: 50px !important;
    background-position: center center;
}

#lightbox .lb-outerContainer {
    background: #dda631 none repeat scroll 0 0 !important;
    border-radius: 0px !important;
    width: 80% !important;
    margin: 0 auto !important;
    padding: 40px !important;
    height: auto !important;
}

.lb-outerContainer img {
    width: 100% !important;
    height: auto !important;
}

/*----- Advertiesment Section -----*/

.adver-sec-wrap {
    padding: 70px 0;
}

.commercial-wrap .adver-sec {
    text-align: center;
    padding: 10px;
}

.commercialasd .img-sec {
    background-repeat: no-repeat !important;
    height: 300px;
    background-position: center !important;
    background-size: cover !important;
}

.commercialasd .img-sec a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

/*----- Best Play Wrap -----*/

.best-player-wrap {
    border: 1px solid #bdbdbd;
    margin-left: 140px;
}

.best-player-wrap .section-title {
    padding: 20px 40px;
    border-bottom: 1px solid #bdbdbd;
}

.best-player-wrap .section-title h3 {
    margin-bottom: 0;
}

.best-player-wrap ul {
    padding: 20px 40px;
}

.best-player-wrap ul li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
    display: block;
    width: 100%;
}

.best-player-wrap ul li:last-child {
    border-bottom: none;
}

.best-player-wrap ul li .img-sec {
    display: inline-block;
    margin-right: 20px;
    width: 11%;
    height: 53px;
}

.best-player-wrap ul li .img-sec img{
  max-width: 100%;
  max-height: 100%;
}


.best-player-wrap ul li .content-sec {
    margin: 0 auto;
    text-align: left;
    width: calc(100% - 23%);
    display: inline-block;
    vertical-align: middle;
}

.best-player-wrap ul li h5 {
    letter-spacing: 2px;
    margin-bottom: 0;
}

.best-player-wrap ul li span a {
    color: #020201;
    display: inline-block;
}

.best-player-wrap ul li span a:hover {
    color: #dda631;
}

/*----- Grid Section -----*/

.grid-item-wrapper .grid-content {
    background: #f5f5f5;
}

.grid-item-wrapper .grid-content h5 {
    font-size: 17px;
    margin-bottom: 0;
}

.grid-item-wrapper .grid-content h5 a {
    color: #020201;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 15px 25px;
}

.grid-item-wrapper .grid-content h5 a:hover {
    color: #dda631;
}

.grid-item-wrapper .grid-item {
    display: block;
}

.event-wrap .grid-item-wrapper {
    position: relative;
}

.event-wrap .grid-item-wrapper .view-all-sec {
    position: absolute;
    right: 0;
    top: 0;
}

.event-wrap .grid-item-wrapper .view-all-sec a {
    color: #020201;
}

.event-wrap .grid-item-wrapper .view-all-sec a:hover {
    color: #dda631;
}

/*----- Event Section -----*/

.event-wrap {
    padding: 65px 0 40px;
}

/*----- Latest News Section -----*/

.latest-news-wrapper {
    padding: 64px 0;
}

.latest-news-wrapper .img-sec {
    position: relative;
}

.latest-news-wrapper .overlay-content {
    background: #dda631 none repeat scroll 0 0;
    height: 70px;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 74px;
}

.latest-news-wrapper .overlay-content span {
    color: #ffffff;
}

.latest-news-wrapper .overlay-content span:first-child {
    font-size: 38px;
    font-weight: 700;
    line-height: 30px;
}

.latest-news-wrapper .overlay-content span:nth-child(2) {
    font-size: 19px;
    font-weight: 400;
}

.latest-news-wrapper .content-sec {
    background: #f5f5f5 none repeat scroll 0 0;
}

.latest-news-sec .content-sec,
.grid-item-wrapper .grid-item .grid-content {
    transition: all 0.4s ease-in-out 0s;
}

.latest-news-sec:hover .content-sec,
.grid-item-wrapper .grid-item:hover .grid-content {
    transform: translateY(-10px);
}

.latest-news-wrapper .content-sec h5 a {
    color: #020201;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 29px;
    margin-bottom: 0;
    padding: 10px 25px;
}

.latest-news-wrapper .content-sec h5 a:hover {
    color: #dda631;
}

/*----- Asian Tourist Attractions -----*/

.asian-tourist-wrap {
    padding: 90px 0px 20px;
}

.asian-tourist-wrap .content-sec h6 a {
    color: #020201;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.asian-tourist-wrap .content-sec h6 a:hover {
    color: #dda631;
}

.asian-tourist-wrap .grid-item a,
.interviews-wrap .team-grid-item a {
    display: block;
}

/*----- Asian Tourist Attractions Internal -----*/

.asian-detail-single-content h4 {
    color: #020201;
    font-weight: 600;
    letter-spacing: 2.5px;
    margin-bottom: 22px;
}

.asian-detail-single-content p {
    margin-bottom: 30px;
}

/*----- Survey Section -----*/

.survey-wrapper .survey-section h5 {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 18px
}

.survey-wrapper .survey-section,
.listing-wrapper .post-sec,
.chess-listing-wrapper .row,
.rules-of-chess-wrapper .post-sec {
    border-bottom: 1px solid #e8e7e6;
    margin-bottom: 40px;
    padding-bottom: 35px;
}

.listing-wrapper .post-sec .content-sec {
    white-space: normal;
    word-break: break-all;
}

.survey-wrapper .survey-section:last-child,
.listing-wrapper .post-sec:last-child,
.chess-listing-wrapper .row:last-child,
.rules-of-chess-wrapper .post-sec:last-child {
    border-bottom: medium none;
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.survey-wrapper .survey-section .meta-info {
    margin-bottom: 30px;
}

.survey-wrapper .survey-section .meta-info span,
.survey-wrapper .survey-section .meta-info a {
    color: #767676;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.survey-wrapper .survey-section .meta-info span::after {
    background: #767676;
    content: "";
    display: inline-block;
    height: 15px;
    width: 1px;
    margin: 0 5px 0 9px;
}

.survey-wrapper .survey-section .meta-info span:last-child::after {
    background: none;
}

.survey-wrapper .survey-section .meta-info a:hover {
    color: #dda631;
}

.survey-list .radio label {
    color: #020201;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.survey-list .radio input[type="radio"] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    display: block !important;
    float: left !important;
    position: relative;
    top: 10px;
    margin-right: 15px;
}

.survey-list .radio input[type="radio"]:focus {
    outline: inherit;
}

/*----- GridSection -----*/

.team-grid-item .content-sec h5 a {
    color: #020201;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20.46px;
}

.team-grid-item .content-sec h5 a:hover {
    color: #dda631;
}

.grid-wrapper .gallery-grid-content svg,
.listing-wrapper .list-content svg,
.interview-slider-wrap .interview-grid-content svg,
.chess-listing-wrapper .list-content svg {
    height: 50px;
    width: 50px;
    fill: #ed2324;
}

.grid-wrapper .gallery-grid-item,
.listing-wrapper .list-item,
.interview-slider-wrap .interview-grid-item,
.chess-listing-wrapper .list-item {
    position: relative;
    overflow: hidden;
}

.grid-wrapper .gallery-grid-item {
    height: 300px;
}

.grid-wrapper .gallery-grid-content,
.listing-wrapper .list-content,
.chess-listing-wrapper .list-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    background: rgba(27, 24, 24, 0.5);
    transform: scale(1, 1);
}

.chess-listing-wrapper .list-content {
    opacity: 1;
}

.chess-listing-wrapper .content-sec p {
    margin-bottom: 0px;
}

.grid-wrapper .gallery-grid-item:hover .gallery-grid-content,
.listing-wrapper .list-item:hover .list-content {
    opacity: 1;
    cursor: pointer;
    transform: scale(1.3, 1.3);
}

.grid-wrapper .gallery-grid-content::before,
.listing-wrapper .list-content::before,
.chess-listing-wrapper .list-content::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.grid-wrapper .row {
    margin-bottom: 15px;
}

.load-more-wrap {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.load-more-wrap a {
    display: inline-block;
    background: #eba438;
    color: #ffffff;
    width: 250px;
    height: 70px;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-size: 700;
    letter-spacing: 1px;
    border: 1px solid #eba438;
    font-size: 25px;
}

.load-more-wrap a:hover {
    background: #ffffff;
    color: #eba438;
}

/*----- Calender Section -----*/

.calender-wrap {
    margin-right: 40px;
}

.calender-sec .ui-widget-header {
    background: none;
    border: none;
    color: #020201;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0px !important;
    margin-bottom: 20px;
}

.calender-sec .ui-widget-content .ui-state-default,
.calender-sec .ui-widget-header .ui-state-default {
    border: medium none;
    border-radius: 100%;
    color: #020201;
    font-size: 26px;
    font-weight: normal;
    height: 45px;
    padding: 2px;
    text-align: center;
    width: 45px;
    display: inline-block;
}

.map-sec .acf-map {
    margin-top: 0;
    margin-bottom: 0;
}

.calender-sec .ui-state-disabled,
.calender-sec .ui-widget-content .ui-state-disabled,
.calender-sec .ui-widget-header .ui-state-disabled {
    opacity: 1;
}

.calender-sec .ui-state-disabled .ui-state-default,
.calender-sec .ui-widget-content .ui-state-disabled .ui-state-default,
.calender-sec .ui-widget-header .ui-state-disabled .ui-state-default {
    background: none;
}

.calender-sec .ui-widget-header .ui-icon {
    background-image: none;
}

.calender-sec .ui-datepicker a {
    color: #dda631;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 30px;
    height: auto;
    padding: 0;
    top: -7px;
    text-align: center;
}

.calender-sec .ui-datepicker .ui-datepicker-prev::before {
    content: "\f104";
}

.calender-sec .ui-datepicker .ui-datepicker-next::after {
    content: "\f105";
}

.calender-sec .ui-datepicker .ui-datepicker-prev {
    left: 88px;
}

.calender-sec .ui-datepicker .ui-datepicker-next {
    right: 88px;
}

.calender-sec .ui-datepicker th {
    padding: 0px;
}

.calender-sec .ui-datepicker-calendar tr th,
.calender-sec .ui-datepicker-calendar tr td {
    text-align: center !important;
}

.calender-sec .ui-datepicker-calendar tr th span {
    font-size: 35px;
    font-weight: 300;
    color: #020201;
    text-transform: lowercase;
}

.calender-sec {
    height: 559px;
    padding: 60px 30px;
}

.calender-sec .ui-datepicker table {
    border: none;
}

.calendar-wrapper .content-sec p {
    margin-bottom: 30px;
    overflow: hidden;
}

.calendar-wrapper .row:nth-child(5) {
    border-bottom: inherit;
}

.calendar-wrapper .border-bottom {
    border-bottom: 1px solid #e8e7e6;
    margin-bottom: 50px;
    padding-bottom: 45px;
}

.calendar-wrapper .border-bottom:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.calender-sec .ui-datepicker-inline {
    border: medium none;
    border-radius: 0 !important;
    padding: 0;
    width: 100%;
}

.calender-sec .ui-datepicker-prev.ui-corner-all,
.calender-sec .ui-datepicker-next.ui-corner-all {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0 none !important;
    opacity: 1 !important;
}

.alert.alert-danger {
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

/*----- Article Section -----*/

.listing-wrapper .content-sec h4,
.calendar-wrapper .content-sec h4,
.calendar-wrapper .content-sec p,
.chess-listing-wrapper .content-sec h4 {
    margin-bottom: 20px;
}

.listing-wrapper .content-sec p {
    margin-bottom: 30px;
}

.listing-wrapper .content-sec h4 a,
.calendar-wrapper .content-sec h4 a,
.chess-listing-wrapper .content-sec h4 a {
    color: #020201;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.listing-wrapper .content-sec h4 a:hover,
.calendar-wrapper .content-sec h4 a:hover,
.chess-listing-wrapper .content-sec h4 a:hover {
    color: #eba438;
}

.listing-wrapper .meta-info span {
    font-size: 20px;
    font-weight: 300;
    color: #020201;
    display: inline-block;
    text-transform: capitalize;
}

.listing-wrapper .meta-info span:nth-child(2) {
    border-left: 1px solid #cccccc;
    margin-left: 35px;
    padding-left: 35px;
}

.listing-wrapper .meta-info span a {
    font-weight: 600;
    color: #020201;
    letter-spacing: 1px;
}

.listing-wrapper .meta-info span a:hover {
    color: #eba438;
}

.chess-listing-wrapper {
    margin: 0 auto;
    width: 77%;
    overflow: hidden;
}

.chess-listing-wrapper .row div:first-child {
    padding-left: 0;
}

.listing-wrapper .post-sec:last-child,
.chess-listing-wrapper .row:last-child,
.rules-of-chess-wrapper .row:last-child {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.rules-of-chess-wrapper .post-sec .content-sec p iframe {
    margin-top: 15px;
}

.approve-wrap {
    overflow: hidden;
}

.approve-wrap li a {
    background: #eba438 none repeat scroll 0 0;
    border: 2px solid #eba438;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    height: 53px;
    letter-spacing: 2px;
    padding: 9px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 221px;
}

.approve-wrap li a:hover {
    background: #ffffff;
    color: #eba438;
}

.approve-wrap li:last-child {
    margin-left: 18px;
}

.listing-wrapper .img-sec img,
.grid-img img {
    width: 100%;
}

/*----- Search Form -----*/

.search-form-wrap {
    background: #303030;
    padding: 50px 0;
}

.search-form-wrap form .form-group {
    float: left;
    margin-bottom: 0;
    margin-right: 1.5%;
    width: 25.8%;
}

.search-form-wrap form .form-control {
    background: transparent none repeat scroll 0 0;
    border-color: #737373;
    color: #ffffff;
    height: 66px !important;
    padding: 10px 50px 10px 25px;
    font-size: 20px;
}

.search-form-wrap form select.selectpicker {
    color: #ffffff !important;
    opacity: 0.6 !important;
}

.search-form-wrap form select.form-control option {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
}

.search-form-wrap form select {
    background: url('../images/select.png') no-repeat scroll right !important;
}

.search-form-wrap form .form-control:focus {
    border-color: #eba438;
}

.search-form-wrap .form-control::-moz-placeholder {
    color: #ffffff !important;
}

.search-form-wrap .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

.search-form-wrap form .form-group:last-child {
    margin-right: 0;
    width: 18%;
}

.search-form-wrap form .form-group button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #eba438;
    color: #eba438;
    font-size: 25px;
    font-weight: 700;
    height: 66px;
    letter-spacing: 1px;
    padding: 12px;
    text-transform: uppercase;
    width: 100%;
}

.search-form-wrap form .form-group button:hover {
    background: #eba438;
    color: #ffffff;
}

/*----- Subscription Section -----*/

.subscription-sec ul {
    display: inline-flex;
}

.subscription-sec li a {
    background: #eba438;
    width: 221px;
    height: 62px;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border: 2px solid #eba438;
    display: inline-block;
    position: relative;
    transition: all 0.1s ease-in-out 0s;
}

.subscription-sec li a:hover {
    background: #ffffff;
    color: #eba438;
}

.subscription-sec li a:hover svg path,
.subscription-sec li a:hover svg polygon {
    fill: #eba438;
}

.subscription-sec .download svg {
    height: 35px;
    vertical-align: top;
    width: 40px;
    margin-top: -3px;
    margin-right: 5px;
}

.subscription-sec .download svg path,
.subscription-sec .download svg polygon {
    fill: #ffffff;
}

/*----- Login / Register -----*/

.modal {
    text-align: center;
}

.modal::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}

.modal-open .modal {
    overflow-x: visible !important;
}

.modal-dialog {
    display: inline-block;
    margin: 30px auto;
    max-width: 705px;
    vertical-align: middle;
    width: 90%;
}

.form-wrap .modal-content {
    background-color: #dda631;
    background: rgba(0, 0, 0, 0) linear-gradient(to left top, #e0af46 50%, #dda631 50%) repeat scroll 0 0;
    border-radius: 0;
    padding: 55px 100px;
}

#video .form-wrap .modal-content {
    padding: 50px;
}

.form-section form {
    text-align: left !important;
}

.form-wrap .modal-body {
    padding: 0;
}

.form-wrap .modal-header {
    border-bottom: none;
    padding: 0px;
    position: relative;
}

.form-wrap .modal-content .modal-body .form-control {
    border-color: #ffffff;
    color: #ffffff;
    background: transparent;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px !important;
}

.form-wrap .modal-body form input[type="submit"] {
    width: 204px;
    height: 65px;
    background: #ffffff;
    color: #dda631;
    font-size: 26px;
    font-weight: 700;
    border: 2px solid #ffffff;
    border-radius: 0px;
    text-align: center;
    margin: 20px auto 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0px;
}

.form-wrap .modal-body form span a {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    border-bottom: 1px solid #ffffff;
    text-transform: capitalize;
}

.form-wrap .modal-body form span a:hover {
    color: #000000;
}

.form-wrap .modal-content .modal-body input[type="submit"]:hover {
    background: transparent;
    color: #ffffff;
}

.form-wrap .modal-content .modal-body .form-control:focus {
    border-color: #000000;
}

.form-wrap .modal-content .modal-body .form-control::-moz-placeholder,
.get-in-touch-form .form-control::-moz-placeholder {
    color: #ffffff !important;
    opacity: 0.6;
}

.form-wrap .modal-content .modal-body .form-control::-webkit-input-placeholder,
.get-in-touch-form .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
    opacity: 0.6;
}

.form-wrap .modal-content .modal-body label {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
}

.modal-dialog.form-wrap {
    max-width: 704px;
}

.modal {
    z-index: 9999999;
}

.form-wrap .modal-content .modal-body h3 {
    font-size: 36.18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
}

.form-wrap .modal-header {
    padding: 0;
    border: none;
    position: absolute;
    right: -20px;
    top: -20px;
}

.form-wrap .modal-header .close {
    background: #ffffff none repeat scroll 0 0;
    border: 4px solid #dda631;
    border-radius: 100%;
    height: 50px;
    opacity: 1;
    padding: 0;
    width: 50px;
    color: #dda631;
    margin: 0px;
}

#video iframe {
    height: 339px;
    margin: 0;
    width: 100%;
}

.form-wrap .modal-header .close:hover {
    background: #dda631;
    color: #ffffff;
    border-color: #ffffff;
}

.form-wrap .modal-header .close span {
    font-size: 35px;
    line-height: 0.8;
}

#signup .form-wrap .modal-body form input[type="submit"] {
    margin-bottom: 0px;
}

/*----- Software Assistance -----*/

.assistance-wrap {
    padding: 60px 0;
}

/*----- Get In Touch -----*/

.get-in-touch-form {
    background: #1b1818;
    padding: 30px 50px;
    overflow: hidden;
}

.get-in-touch-form .ajax-loader {
    background-color: #ffffff;
    border-radius: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.get-in-touch-form h3 {
    font-weight: 500;
    color: #ffffff;
    font-size: 45px;
    margin-bottom: 30px;
}

.get-in-touch-form .form-control {
    background: transparent none repeat scroll 0 0;
    border-color: #8c8a8a;
    color: #ffffff !important;
    padding: 2px 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

.get-in-touch-form input.form-control {

  line-height: 1;
    height: 46px;
}

.get-in-touch-form textarea.form-control {
    height: 97px;
    resize: none;
    margin-bottom: 20px;
    padding-top: 10px;
}

.get-in-touch-form .form-group:first-child,
.get-in-touch-form .form-group:nth-child(3) {
    padding-right: 8px;
}

.get-in-touch-form .form-group:nth-child(2),
.get-in-touch-form .form-group:nth-child(4) {
    padding-left: 8px;
}

.get-in-touch-form .form-group input[type="submit"] {
    width: 220;
    height: 64px;
    font-size: 20px;
    font-weight: 500;
    width: 220px;
    text-transform: uppercase;
}

/*----- Pay & Win -----*/

.pay-and-win-wrap .content-section iframe {
    height: 440px;
    width: 100%;
}

/*----- Contact Info -----*/

.contact-information .get-in-touch-form {
    width: 60%;
}

.contact-information .contact-info {
    background: #dda631 none repeat scroll 0 0;
    margin-right: -15px;
    margin-top: 55px;
    overflow: visible;
    padding: 50px 44px;
    position: relative;
    width: 41%;
    z-index: 1;
}

.contact-information .contact-info-sec {
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
}

.contact-information .icon svg {
    height: 100%;
    margin-right: 15px;
    vertical-align: middle;
    width: 100%;
    display:block;
    max-height: 100%;
}

.contact-information .contact-info li {
    border-bottom: 1px solid #f5d29c;
    list-style: outside none none;
    margin-bottom: 25px;
    padding-bottom: 11px;
    display: block;
    width: 100%;
}

.contact-map.clearfix iframe {
    height: 400px;
    margin-bottom: 0;
    width: 100%;
}

.contact-information .contact-info li a {
    display: inline-block;
    width: 100%;
}

.contact-information .contact-info li span span:first-child,
.contact-information .contact-info li a span:first-child {
    float: left;
    width: 7%;
    height: 35px;
}

.contact-information .contact-info li span span:nth-child(2),
.contact-information .contact-info li a span:nth-child(2) {
    margin-left: 10px;
    float: left;
    width: 87%;
}

.contact-information .contact-info li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.contact-information .contact-info li span:first-child svg path {
    fill: #ffffff !important;
}

.contact-information .contact-info li a:hover span {
    color: #000000;
}

.contact-information .contact-info li span {
    color: #ffffff;
    font-size: 21px;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease-in-out 0s;
}

/*----- Commissions Section -----*/

.commissions-wrapper li {
    float: left;
    list-style: outside none none;
    margin-bottom: 20px;
    width: 50%;
}

.commissions-wrapper li a {
    font-size: 20px;
    font-weight: 300;
    color: #020201;
    letter-spacing: 1px;
}

.commissions-wrapper li a:hover,
.commissions-single-wrapper .grid-item .contact-info span a:hover {
    color: #dda733;
}

.commissions-wrapper li a::before,
.federation-wrapper .federation-tab-sec .tab-content li a::before {
    color: #dda733;
    content: "";
    float: left;
    font-family: FontAwesome;
    margin-top: 0;
    margin-right: 5px;
}

.federation-wrapper .federation-tab-sec .tab-content li {
    display: block;
    overflow: hidden;
}

.commissions-wrapper li a,
.federation-wrapper .federation-tab-sec .tab-content li a {
    display: inline-block;
}

.detail-single-wrapper .grid-item {
    border: 1px solid #dbdbdb;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.detail-single-wrapper .grid-item .img-sec {
    float: left;
    width: 40%;
    margin-right: 30px;
}

.detail-single-wrapper .grid-item .content-sec {
    float: left;
    width: 60%;
}

.detail-single-wrapper .grid-item .content-sec h4 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #020201;
}

.detail-single-wrapper .grid-item .content-sec h4:first-child {
    color: #dda733;
}

.detail-single-wrapper .grid-item .content-sec h4:nth-child(2) {
    margin-bottom: 20px;
}

.detail-single-wrapper .grid-item .contact-info span,
.detail-single-wrapper .grid-item .contact-info span a {
    font-weight: 500;
    font-size: 16px;
    color: #020201;
    margin-bottom: 8px;
}

.detail-single-wrapper .grid-item .contact-info span a {
    font-weight: 300;
    margin-left: 5px;
}

.detail-single-wrapper .grid-item .contact-info span a:hover {
    color: #eba438;
}

.detail-single-wrapper .section-title {
    margin-bottom: 50px;
}

.detail-single-wrapper .section-title h3,
.federation-wrapper .section-title h3 {
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.federation-wrapper .section-title {
    margin-bottom: 50px;
}

.federation-wrapper .federation-tab-sec {
    border: 1px solid #dbdbdb;
    position: relative;
}

.federation-wrapper .federation-tab-sec .nav-tabs {
    border: medium none;
    display: inherit;
    float: left;
    padding: 0;
    width: 32%;
    margin-right: 60px;
}

.federation-wrapper .federation-tab-sec .tab-content {
    float: left;
    padding: 30px;
    width: 62%;
}

.federation-wrapper .federation-tab-sec .tab-content li {
    list-style: none;
}

.federation-wrapper .federation-tab-sec .nav a {
    background: #f4f4f4 none repeat scroll 0 0;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    z-index: 6;
}

.federation-wrapper .federation-tab-sec .nav a::after,
.after-login-section .login-wrap > .nav a::after {
    transition: all 0.3s ease-in-out 0s;
}

.federation-wrapper .federation-tab-sec .nav a {
    display: inline-block;
    vertical-align: middle;
}

.federation-wrapper .federation-tab-sec .nav a img {
    width: 100%;
}

.federation-wrapper .federation-tab-sec .nav a .img-sec {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: 25%;
}

.federation-wrapper .federation-tab-sec .nav li {
    margin-bottom: 2px;
}

.federation-wrapper .federation-tab-sec .nav li:last-child {
    margin-bottom: 0px;
}

.federation-wrapper .federation-tab-sec .nav a h4 {
    color: #020201;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 60%;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.federation-wrapper .federation-tab-sec .nav li,
.after-login-section .login-wrap > .nav li {
    position: relative;
    overflow: visible;
}

.federation-wrapper .federation-tab-sec .nav a.active,
.federation-wrapper .federation-tab-sec .nav a:hover,
.after-login-section .login-wrap > .nav a.active,
.after-login-section .login-wrap > .nav a:hover {
    background: #dda631;
}

.federation-wrapper .federation-tab-sec .nav a.active h4,
.after-login-section .login-wrap > .nav a.active h4,
.federation-wrapper .federation-tab-sec .nav a:hover h4,
.after-login-section .login-wrap > .nav a:hover h4 {
    color: #ffffff;
}

.federation-wrapper .federation-tab-sec .nav a.active::after {
    border-color: rgba(221, 166, 49, 0) rgba(221, 166, 49, 0) rgba(221, 166, 49, 0) #dda631;
    border-image: none;
    border-style: solid;
    border-width: 47px;
    content: " ";
    height: 0;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.federation-wrapper .federation-tab-sec .tab-content li::before {
    float: left;
    margin-right: 0;
}

.federation-wrapper .federation-tab-sec .tab-content li p {
    padding-left: 25px;
}

/*----- About Us Section -----*/

.about-us-section .section-title h4 {
    color: #020201;
    font-weight: 600;
    letter-spacing: 1px;
}

.about-us-section .content-section {
    margin-bottom: 50px;
}

.about-us-section .section-title {
    margin-bottom: 25px;
}

.about-vision-wrap p {
    margin-bottom: 0;
}

.about-vision-wrap p,
.about-vision-wrap h4 {
    color: #ffffff;
}

.about-vision-wrap .our-vision-wrap {
    float: left;
    padding: 50px 100px 50px 50px;
    position: relative;
    width: 54%;
    z-index: -999;
}

.about-vision-wrap .our-vision-wrap::before {
    background: rgba(221, 166, 49, 0.8);
}

.about-vision-wrap .our-mission-wrap {
    float: left;
    margin-left: -70px;
    margin-top: 60px;
    padding: 50px;
    position: relative;
    width: 50.8%;
    z-index: -999;
}

.about-vision-wrap .our-mission-wrap,
.about-vision-wrap .our-vision-wrap {
    border: 8px solid #ffffff;
}

.about-vision-wrap .our-mission-wrap::before {
    background: rgba(2, 2, 1, 0.8);
}

.about-vision-wrap .our-vision-wrap::before,
.about-vision-wrap .our-mission-wrap::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

/*----- Bids For Events -----*/

.events-section {
    overflow: hidden;
}

.pdfp-sec a {
    display: inline-block;
}

.events-section .content-section {
    margin-bottom: 30px;
}

.events-section .content-section ol,
.financial-section .content-sec-list ol,
.status-tab-wrap .panel-body ol,
.status-tab-wrap .panel-group {
    counter-reset: list;
}

.events-section .content-section li,
.financial-section .content-sec-list li,
.status-tab-wrap .panel-body li {
    list-style: none;
}

.events-section .content-section li::before,
.financial-section .content-sec-list li::before {
    background: #dda631;
    border-radius: 100%;
    content: counter(list);
    counter-increment: list;
    float: left;
    height: 28px;
    margin-left: -12px;
    text-align: center;
    width: 28px;
    padding: 1px;
    color: #ffffff;
}

.financial-section .content-sec-list li ol {
    margin-left: 12px;
}

.financial-section .content-sec-list li ol li p {
    margin-left: 10px;
}

.content-section ol li ol {
    padding: 15px 0px 0px;
}

.financial-section .content-sec-list li ol li::before {
    content: counter(list, lower-alpha) ")";
    background: none;
    height: inherit;
    width: inherit;
    color: #020201;
    padding: 0;
    font-weight: 300;
}

.events-section .content-section li p,
.financial-section .content-sec-list p {
    margin-left: 30px;
    vertical-align: middle;
}

.events-section .special-link li:first-child {
    margin-right: 30px;
}

.events-section .special-link a {
    background: #dda631;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 25px;
    border: 2px solid #dda631;
    display: inline-block;
}

.events-section .special-link a:hover {
    background: #ffffff;
    color: #dda631;
}

.events-detail-section .award-wrap .nav a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #020201;
    font-size: 26px;
    font-weight: 700;
    height: 68px;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 720px;
    display: inline-block;
}

.events-detail-section .award-wrap .nav,
.after-login-section .tab-content .nav {
    border-bottom: none;
    padding: 0;
}

.events-detail-section .award-wrap .nav li a.active,
.events-detail-section .award-wrap .nav li:hover a {
    background: #dda631;
    color: #ffffff;
}

.events-detail-section .tab-content {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 30px;
}

.content-sec-list,
.events-section .content-section {
    counter-reset: section;
}

.content-sec-list span {
    counter-reset: subsection;
    opacity: 0;
}

.content-sec-list span:before {
    counter-increment: section;
    content: "Section " counter(section) ": ";
}

/*
.content-sec-list p:before {
    counter-increment: subsection;
    content: "C." counter(section) "." counter(subsection) " ";
    float: left;
    padding-right: 5px;
}*/

/*----- Academies Section -----*/

.acf-academy-sec,
.academies-wrap .title-sec {
    padding: 50px 0;
}

.academies-wrap .title-sec {
    background: #fff3da;
}

.academies-wrap .title-sec h2 {
    font-size: 44px;
    color: #dda631;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.academies-wrap .title-sec .container {
    width: 53%;
}

.acf-academy-sec h3 {
    font-size: 34px;
    color: #020201;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.acf-academy-sec ul li:last-child p {
    margin-bottom: 0px;
}

.acf-academy-sec span {
    color: #dda631;
    text-transform: uppercase;
}

.acf-academy-sec li {
    list-style: none;
}

.acf-academy-sec li::before {
    content: "\f101";
    font-family: FontAwesome;
    color: #dda733;
    float: left;
}

.acf-academy-sec,
.notification-section {
    margin: 0 auto;
    width: 60%;
}

.acf-academy-sec li p {
    padding-left: 25px;
}

.notification-section {
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 100px;
}

.notification-section h4 {
    font-size: 24px;
    color: #dda631;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

/*----- Interviews Wrap -----*/

.interviews-wrap {
    padding-top: 70px;
}

.interview-slider-wrap .interview-grid-content {
    background: rgba(27, 24, 24, 0.5) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}

.interview-slider-wrap .interview-grid-content::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.interview-slider-wrap .interview-grid-item {
    margin: 0 15px;
}

.interview-slider-wrap {
    margin: 0 auto 50px;
    width: 85%;
}

.interview-tab-wrap,
.qus-ans-tab-wrap,
.status-tab-wrap {
    width: 83%;
    margin: 0 auto;
}

.interview-tab-wrap .panel-heading h4 a,
.qus-ans-tab-wrap .panel-heading h4 a,
.status-tab-wrap .panel-heading h4 a {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 0;
    display: block;
}

.status-tab-wrap .panel-heading h4 a,
.interview-tab-wrap .panel-heading h4 a {
    padding: 12px 75px 15px 35px;
}

.qus-ans-tab-wrap .panel-heading h4 a {
    padding: 12px 75px 15px 22px;
}

.interview-tab-wrap .panel-heading,
.qus-ans-tab-wrap .panel-heading,
.status-tab-wrap .panel-heading {
    margin-bottom: 20px;
}

.interview-tab-wrap .panel-heading h4,
.qus-ans-tab-wrap .panel-heading h4,
.status-tab-wrap .panel-heading h4 {
    margin-bottom: 0px;
}

.interview-tab-wrap .panel-body {
    margin-bottom: 35px;
    padding: 0 35px;
}

.qus-ans-tab-wrap .panel-body {
    margin-bottom: 35px;
    padding: 0 22px;
}

.interview-tab-wrap .panel-heading h4 a,
.qus-ans-tab-wrap .panel-heading h4 a,
.status-tab-wrap .panel-heading h4 a {
    font-weight: 600;
    letter-spacing: 1px;
}

.status-tab-wrap .panel-heading h4 a {
    text-transform: uppercase;
}

.interview-tab-wrap .panel-heading h4 a:hover,
.qus-ans-tab-wrap .panel-heading h4 a:hover,
.status-tab-wrap .panel-heading h4 a:hover,
.interview-tab-wrap .panel-heading h4 a::before:hover,
.qus-ans-tab-wrap .panel-heading h4 a::before:hover,
.status-tab-wrap .panel-default h4 a::before:hover {
    color: #eba438;
}

.interview-tab-wrap .panel-heading h4 a:focus,
.qus-ans-tab-wrap .panel-heading h4 a:focus,
.status-tab-wrap .panel-heading h4 a:focus {
    color: #1b1b1b;
}

.interview-tab-wrap .panel-heading h4 a span.more-less-wrap,
.qus-ans-tab-wrap .panel-heading h4 a span.more-less-wrap,
.status-tab-wrap .panel-heading h4 a span.more-less-wrap {
    background: #eba438 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    height: auto;
    line-height: 58px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 60px;
}

.interview-tab-wrap .panel-heading h4 a span.more-less-wrap i,
.qus-ans-tab-wrap .panel-heading h4 a span.more-less-wrap i,
.status-tab-wrap .panel-heading h4 a span.more-less-wrap i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.status-tab-wrap .panel-heading h4 a span.heading {
    display: inline-block;
    margin-left: 35px;
}

.interviews-wrap .img-sec {
    background-position: center center;
    height: 260px;
    background-size: cover;
}

/*----- Status Section -----*/

.status-tab-wrap .panel-body ol {
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 15px;
    overflow: hidden;
}

.status-tab-wrap .panel-body ol li::before {
    content: counter(list, upper-alpha)")";
    counter-increment: list;
    float: left;
}

.status-tab-wrap .panel-body ol li {
    float: left;
    width: 50%;
}

.status-tab-wrap .panel-body {
    margin-bottom: 20px;
    padding: 15px 35px;
}

.status-tab-wrap .panel-body ol li p {
    padding: 0px 25px;
}

.status-tab-wrap .panel-heading h4 a {
    letter-spacing: 2px;
}

.status-tab-wrap .panel-default .panel-heading h4 a::before {
    content: counter(list, decimal) ".";
    counter-increment: list;
    font-weight: 600;
    left: 30px;
    position: absolute;
    z-index: 9;
}

.status-tab-wrap .panel.panel-default {
    overflow: hidden;
}

.status-tab-wrap .panel-default .panel-heading {
    position: relative;
}

/*----- Rules Of Chess -----*/

.rules-of-chess-wrapper h4 {
    font-weight: 600;
    letter-spacing: 1px;
}

.rules-of-chess-wrapper .banner-wrap img,
.rules-of-chess-wrapper .content-sec {
    margin-bottom: 25px;
    width: 100%;
}

.rules-of-chess-wrapper .content-sec:last-child {
    margin-bottom: 0px;
}

.rules-of-chess-wrapper .content-sec ul,
.rules-of-chess-wrapper .content-sec p {
    margin-bottom: 10px;
}

.rules-of-chess-wrapper .content-sec ul li {
    list-style: none;
    color: #020201;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 3px;
    position: relative;
}

.rules-of-chess-wrapper .content-sec ul li span {
    font-weight: 500;
}

.rules-of-chess-wrapper .content-sec ul li::before {
    color: #eba438;
    content: "";
    float: left;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    top: 8px;
}

.rules-of-chess-wrapper .content-sec ul li p {
    padding-left: 20px;
    margin-bottom: 8px;
}

.rules-of-chess-wrapper .content-sec p a {
    color: #157cdd;
    display: inline-block;
}

.rules-of-chess-wrapper .content-sec p:last-child {
    margin-bottom: 0;
}

.rules-of-chess-wrapper .content-sec p a:hover {
    color: #eba438;
}

.rules-of-chess-wrapper .content-sec p a:hover::after {
    background: #eba438;
}

.rules-of-chess-wrapper .content-sec p a::after {
    background: #157cdd;
    content: "";
    display: block;
    height: 1px;
    margin-top: -5px;
    width: 100%;
}

.rules-of-chess-wrapper .post-sec p:last-child {
    margin-bottom: 0px;
}

/*----- Slick Arrow Section -----*/

.slick-arrow {
    position: absolute;
    cursor: pointer;
    top: 40%;
    font-size: 30px;
    padding: 2px;
    border-radius: 100%;
    z-index: 9;
    background: #ffffff;
    opacity: 1;
    width: 55px;
    height: 55px;
    text-align: center;
    border: 2px solid #eaeaea;
}

.slick-arrow:hover {
    border-color: #eba438;
}

.slick-arrow:hover i {
    color: #eba438;
}

.slick-arrow i {
    color: #8d8b8b;
}

.slick-prev.slick-arrow {
    left: -75px;
}

.slick-next.slick-arrow {
    right: -75px;
}

/*----- After Login Section -----*/

.after-login-section .tab-content .tab-content {
    overflow: hidden;
    border: 1px solid #d6d6d6;
    padding: 50px;
}

.after-login-section .tab-content .nav li {
    width: 50%;
}

.after-login-section .tab-content .nav a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #020201;
    font-size: 26px;
    font-weight: 700;
    height: 68px;
    letter-spacing: 2px;
    padding: 16px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    ;
    display: inline-block;
}

.after-login-section .tab-content .nav li a.active,
.after-login-section .tab-content .nav li:hover a {
    background: #dda631;
    color: #ffffff;
}

.after-login-section > .tab-content {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 30px;
}

.after-login-section .login-wrap > .nav a {
    display: inline-block;
}

.after-login-section .login-wrap > .nav a h4 {
    color: #020201;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}

.after-login-section .login-wrap > .nav-tabs a {
    width: 100%;
    background: #f4f4f4;
    padding: 16px 30px;
    display: inline-block;
}

.after-login-section .login-wrap > .nav-tabs li {
    margin-bottom: 5px;
}

.after-login-section .login-wrap > .nav a.active::after {
    border-color: rgba(221, 166, 49, 0) rgba(221, 166, 49, 0) rgba(221, 166, 49, 0) #dda631;
    border-image: none;
    border-style: solid;
    border-width: 32px;
    content: " ";
    height: 0;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
    transform: translateY(-50%);
}

.after-login-section .login-wrap > .nav-tabs {
    border: medium none;
    display: inherit;
    float: left;
    width: 25%;
}

.after-login-section .login-wrap > .tab-content {
    float: right;
    width: 67%;
}

.after-login-section .login-wrap > .nav-content {
    float: left;
    width: 65%;
    padding: 30px;
}

.browse-file-sec .form_group {
    position: relative;
    margin-bottom: 10px;
}

.my_prof_img {
    height: 30px;
    left: 2%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
}

.my_prof_img img {
    width: 100%;
    height: 100%;
}

.browse-file-sec .form_group input[type="text"],
.browse-file-sec .form_group input[type="email"],
.browse-file-sec .form_group input[type="password"],
.browse-file-sec .form_group input[type="url"]{
    width: 100%;
    height: 63px;
    border: 1px solid #e3e3e3;
    color: #1b1b1b;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 15px;
    background: none;
    padding: 0px 20px;
}

.browse-file-sec .form_group input[type="text"].caption {
    padding: 0px 155px 0px 20px;
}

.browse-file-sec .form_group select.form-control {
     width: 100%;
    height: 63px;
    border: 1px solid #e3e3e3;
    text-transform: capitalize;
    color: #1b1b1b;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 15px;
    background: none;
     padding: 20px 156px 20px 20px;
}
.browse-file-sec .form_group select.selectpicker {
    opacity: 0.6;
    font-weight: 400 !important;
}

.browse-file-sec .form_group input[type="text"]:focus,
.browse-file-sec .form_group .selectpicker:focus,
.browse-file-sec .form_group textarea:focus {
    border-color: #eba438;
}

.browse-file-sec .select-box span {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 99;
    font-size: 22px;
    color: #a2a2a2;
}

.browse-file-sec .relative {
    position: relative;
    text-align: center;
    display: block;
    margin: auto;
    width: 40%;
}

.browse-file-sec .relative img {
    position: absolute;
    right: 18%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 3px;
    border-radius: 100%;
}

.browse-file-sec .form_group textarea {
    border: 1px solid #e3e3e3;
    resize: none;
    color: #1b1b1b;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 15px;
}

.browse-file-sec .form_group .error {
    color: #1b1b1b;
    font-weight: 300;
    margin-top: 5px;
    overflow: hidden;
    display: block;
    letter-spacing: 1px;
}

.video-sec.browse-file-sec .or {
    font-size: 25px;
    color: #3d3d3d;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px auto;
    display: block;
    text-align: center;
    letter-spacing: 2px;
}

.wpcf7-form-control-wrap .fileuploadfield {
    display: none;
}

.wpcf7-form-control-wrap.file-518 #fileuploadfield {
    display: none;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.browse-file-sec button {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: block;
    width: 256px;
    height: 67px;
    font-size: 25px;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px;
    padding: 0px;
}

.browse-file-sec button:hover {
    color: #eba438;
}

.group-span-filestyle .btn.btn-default {
    background: #3d3d3d none repeat scroll 0 0;
    border-color: #3d3d3d;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 63px;
    letter-spacing: 1px;
    line-height: 47px;
    margin-bottom: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.bootstrap-filestyle.input-group {
    position: absolute;
    top: 0;
    right: 0;
    width: 138px;
}

.shw_cls {
    padding-left: 65px !important;
}

.group-span-filestyle .btn.btn-default:hover {
    background: #ffffff;
    color: #3d3d3d;
}

/*----- Board Member Section -----*/

.board-member-section {
    text-align: center;
}

.board-member-section .board-member {
    border: 1px solid #dbdbdb;
    padding: 15px;
    transition: all 0.3s ease-in-out 0s;
}

.board-member-section .board-member.board-center {
    display: inline-block;
    float: none;
    margin: 0 auto;
    width: 47%;
}

.board-member-section .board-member:hover {
    border-color: #dda631;
}

.board-member-section .board-member img {
    transition: all 0.3s ease-in-out 0s;
}

.board-member-section .board-member:hover img {
    transform: scale(1.1, 1.1);
}

.board-member.board-center .img-sec {
    float: left;
    margin-right: 30px;
    width: 38%;
}

.board-member.board-center .content-sec {
    width: 45%;
    float: left;
    text-align: left;
}

.board-member .content-sec {
    text-align: left;
}

.board-member .content-sec span,
.board-member .content-sec h4 {
    color: #dda631;
    display: block;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.board-member .content-sec h4 {
    color: #020201;
}

.board-member .content-sec a {
    color: #020201;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

.board-member .content-sec a:hover {
    color: #dda631;
}

.board-member-grid .board-member .img-sec {
    margin-bottom: 20px;
}

.board-member-grid .board-member {
    height: 420px;
}

.board-member-grid .img-sec > img {
    width: 100%;
}

.board-member-grid::after,
.board-member-grid::before {
    background: #dda631 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: 70px auto;
    text-align: center;
    width: 76.8%;
}

.board-member.board-center.border-btm,
.board-member.board-center.border-top,
.board-member-grid .row > div,
.board-member-grid .board-member {
    position: relative;
}

.board-member.board-center.border-btm::after {
    background: #dda631;
    bottom: -76px;
    content: "";
    display: block;
    height: 76px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 1px;
    z-index: 9;
}

.board-member-grid .row > div::after {
    background: #dda631 none repeat scroll 0 0;
    bottom: -71px;
    content: "";
    display: block;
    height: 71px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 1px;
}

.board-member.board-center.border-top::before,
.board-member.board-center.border-top::after,
.board-member-grid .member-grid::after,
.board-member-grid .member-grid::before {
    background: #dda631;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.board-member-grid .member-grid::before,
.board-member.board-center.border-top::before {
    height: 38px;
    top: -71px;
    width: 1px;
}

.board-member.board-center.border-top::after,
.board-member-grid .member-grid::after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: -37px;
}

/*---------------------------------------------------------------
5.0 Footer
---------------------------------------------------------------*/

.footer-wrapper .footer-top-section {
    padding: 92px 0 52px;
    background: #1d1d1d;
}

.footer-wrapper .footer-top-section a:hover {
    color: #dda631;
}

.footer-wrapper .footer-bottom-section span,
.footer-wrapper .footer-top-section a,
.footer-wrapper .footer-top-section h5,
.footer-wrapper .footer-top-section i,
.footer-wrapper .footer-top-section span {
    color: #b2b2b2;
}

.footer-wrapper .footer-top-section .title-info {
    margin-bottom: 20px;
}

.widget_nav_link .nav-link li {
    display: block;
    float: left;
    list-style: outside none none;
    margin-bottom: 15px;
    width: 50%;
    list-style: none;
}

.widget_nav_link .nav-link li a {
    text-transform: uppercase;
    font-size: 15px;
}

.widget_nav_link .nav-link {
    padding: 0;
}

.widget_contactus .contact-info-sec i,
.widget_contactus .contact-info-sec a,
.widget_contactus .contact-info-sec span:nth-child(2) {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    width: 86%;
    float: left;
}

.widget_contactus .contact-info-sec span {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.widget_contactus .contact-info-sec svg {
    height: 20px;
    margin-right: 15px;
    vertical-align: middle;
    width: 20px;
}

.widget_contactus .contact-info-sec span:first-child {
    margin-right: 10px;
    width: 6%;
}

/*

.widget_contactus .contact-info-sec:nth-child(3) svg {
    height: 26px;
    width: 26px;
}
*/

.widget_contactus .contact-info-sec svg path {
    fill: #b2b2b2 !important;
}

.widget_contactus .contact-info-sec {
    margin-bottom: 20px;
}

.footer-wrapper .footer-top-section h5 {
    text-transform: uppercase;
}

.footer-wrapper .footer-bottom-section {
    background: #252525;
    padding: 20px 0;
}

.footer-wrapper .footer-bottom-section span {
    font-size: 15px;
}

.footer-wrapper .widget-section:first-child {
    float: left;
    width: 27%;
}

.footer-wrapper .widget-section:nth-child(2) {
    float: left;
    padding: 0 89px;
    width: 40%;
}

.footer-wrapper .widget-section:nth-child(3) {
    border-right: medium none;
    float: left;
    padding-left: 90px;
    width: 33%;
}

.footer-wrapper .widget-section {
    border-right: 1px solid #434343;
    height: 280px;
}

.footer-wrapper .submit-form {
    overflow: hidden;
    position: relative;
}

.widget_newsletter input[type="email"] {
    background: #252525;
    border-color: #4a4a4a;
    height: 51px;
    padding: 15px;
    color: #b2b2b2;
    font-weight: 300;
}

.widget_newsletter input[type="email"]:focus {
    border-color: #dda631;
}

.widget_newsletter input[type="email"]::-moz-placeholder {
    color: #b2b2b2 !important;
    font-weight: 300 !important;
}

.widget_newsletter input[type="email"]::-webkit-input-placeholder {
    color: #b2b2b2 !important;
    font-weight: 300 !important;
}

.widget_newsletter input[type="email"]:-ms-input-placeholder {
    color: #b2b2b2 !important;
    font-weight: 300 !important;
}

.widget_newsletter button {
    font-size: 18px;
    font-weight: 700;
    height: 51px;
    letter-spacing: 1px;
    line-height: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 30%;
    padding: 0;
    text-align: center;
}

.widget_newsletter input[type="email"] {
    background: #252525 none repeat scroll 0 0;
    border-color: #4a4a4a;
    height: 51px;
    padding: 15px;
    position: relative;
    width: 70%;
}

/*----- Widget Social Share -----*/

.widget_social_share li a {
    border: 2px solid #575757;
    border-radius: 100%;
    font-size: 22px;
    height: 40px;
    padding: 2px;
    text-align: center;
    width: 40px;
    display: inline-block;
}

.widget_social_share li a i {
    color: #575757;
}

.widget_social_share li a:hover {
    color: #dda631!important;
    border-color: #dda631;
}

.widget_social_share li a:hover i {
    color: #dda631;
}

.widget_social_share li {
    margin-right: 15px !important;
}

/*----- Widget Contactus -----*/

.widget_contactus .contact-info-sec i {
    float: left;
    width: 8%;
    margin-top: 6px;
}


/*---------- Result Page ------------*/

.records-wrap .table thead tr th,
.records-wrap .table tbody tr td {
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 15px;
}

.records-wrap .table thead tr th {
    background: #dda631;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 25px;
}

.records-wrap .table thead tr th.time,
.records-wrap .table thead tr th.venue,
.records-wrap .table thead tr th.score,
.records-wrap .table thead tr th.status {
    width: 12%;
}

.records-wrap .table thead tr th.event,
.records-wrap .table thead tr th.info {
    width: 27%;
}

.records-wrap .table thead tr .num,
.records-wrap .table thead tr .fed,
.records-wrap .table thead tr .flag {
    width: 7%;
}

.records-wrap .table thead tr .title {
    width: 49%;
}

.records-wrap .table thead tr .update,
.records-wrap .table thead tr .date {
    width: 15%;
}

.records-wrap .table tbody tr td {
    color: #020201;
    font-size: 18px;
}

.records-wrap .table tbody tr:first-child {
    border-top: none;
}

.records-wrap .table tbody tr {
    border-top: 12px solid #ffffff;
}

.records-wrap .table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.records-wrap .table tbody tr td .btn {
    background: #dda631;
    text-transform: uppercase;
    border-radius: 0px;
    color: #ffffff;
    border: 1px solid #dda631;
}

.records-wrap .table tbody tr td .info {
    display: flex;
    justify-content: space-between;
}

.records-wrap .table tbody tr td .img,
.records-wrap .table tbody tr td .text,
.records-wrap .table tbody tr td .value {
    align-self: center;
}

.records-wrap .table tbody tr td .btn:hover {
    background: #ffffff;
    color: #dda631;
}

.records-wrap .table tbody span {
    display: block;
}

/*---------- thank you page ----------*/

.thank_main_section {
    float: left;
    display: block;
    position: relative;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0px auto 0;
    border-top: 1px solid #dda631;
}

.main_sec {
    overflow: hidden;
}

.thank_main_section .tahnk_you_box {
    display: block;
    padding: 130px 0 100px;
    width: 100%;
}

.thank_main_section .tahnk_you_box h1 {
    margin-bottom: 50px;
}

.thank_main_section .tahnk_you_box h1 i {
    font-size: 70px;
    line-height: 115px;
    color: #2da725;
    border: 4px solid #2da725;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    width: 120px;
    height: 120px;
}

.thank_main_section .tahnk_you_box p {
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #2da725;
    background: rgba(115, 208, 156, 0.3);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    color: #2da725;
}

.dropdown-toggle {
    display: none;
}

/*----- Records Page -----*/

.result-wrap table tr {
    counter-increment: section;
}

.result-wrap table td:first-child::before {
    content: counter(section);
}

.result-wrap .title {
    text-align: left !important;
}

/*----- Search Page -----*/

.listing-wrapper .border-btm p {
    margin-bottom: 0px;
}

.listing-wrapper .border-btm h4 {
    margin-bottom: 5px;
}

.listing-wrapper .border-btm {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.listing-wrapper .border-btm:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.event-wrap .grid-item .grid-img {
    height: 215px;
    background-size: cover !important;
    background-position: center !important;
}

.slick-list.slick-slide > a {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 38.1%;
	width: 100%;
}

.gallery_title {
position: absolute;
background-color: rgba(255, 255, 255, 0.75);
bottom: 0;
left: 0;
right: 0;
padding: 15px 10px;
text-align: center;
font-weight: bold;  
font-size: 15px;
}  


.single_gallery_sec img {
height: 210px;
width: auto;
margin: 5px;
}

.single_gallery_sec {
text-align: center;
}

  
/*---------------------------------------------------------------
6.0 Responsive
---------------------------------------------------------------*/

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1470px;
    }
}

@media only screen and (max-width:1499px) {

    .chess-community-sec,
    .pay-and-win-wrap,
    .contact-information,
    .commissions-wrapper,
    .detail-single-wrapper,
    .about-us-section,
    .events-section,
    .events-detail-section,
    .financial-section,
    interviews-detail-wrap,
    .qus-ans-tab-wrap,
    .status-tab-wrap,
    .rules-of-chess-wrapper,
    .federation-wrapper,
    .after-login-section,
    .board-member-section,
    .records-wrap,
    .single-detail-wrap,
    .button-sec-wrap,
    .gallery-sec-wrap,
    .surveys-wrapper,
    .adver-sec-wrap,
    .event-wrap,
    .latest-news-wrapper,
    .survey-wrapper,
    .interviews-detail-wrap,
    .asian-tourist-wrap {
        padding: 50px 0px;
    }
    
    .browse-file-sec .form_group input[type="text"].caption {
        padding: 0px 140px 0px 20px;
    }
    /*----- Header Section -----*/
    .container {
        max-width: 1170px;
    }
    h1 {
        font-size: 45px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    .header-menu .primary-menu > ul > li {
        margin: 0 23px;
    }

    .header-menu .primary-menu .main-menu > li > a,
    .header-menu .primary-menu .main-menu1 > li > a {
        font-size: 14px;
    }

    .header-wrapper .search-form input[type="text"],
    .responsive-header .search-form input[type="text"] {
        width: 300px;
    }

    .contact-info-wrap span:nth-child(2) {
        font-size: 14px;
    }
    .social-icon-wrap li a {
        font-size: 14px;
        height: 27px;
        width: 27px;
    }

    /*----- Banner Section -----*/
    .banner-wrapper .banner_caption h1 {
        font-size: 40px;
    }
    .banner-wrapper .banner_caption span {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .banner-wrapper .banner_caption .read-more {
        font-size: 18px;
        height: 60px;
        width: 190px;
        padding: 14px;
    }
    .banner-wrapper,
    .banner-wrapper .carousel-inner .carousel-item.carousel-video iframe {
        height: 495px;
    }

    /*----- Font Size -----*/
    .section-title h2 {
        font-size: 26px;
    }
    .section-title h3 {
        font-size: 22px;
    }

    /*----- Chess Community Section -----*/
    .chess-community-sec .register {
        font-size: 20px;
        height: 60px;
        padding: 15px;
        width: 250px;
    }
    .chess-community-sec,
    .pay-and-win-wrap,
    .contact-information,
    .commissions-wrapper,
    .detail-single-wrapper,
    .about-us-section,
    .events-section,
    .events-detail-section,
    .financial-section,
    interviews-detail-wrap,
    .qus-ans-tab-wrap,
    .status-tab-wrap,
    .rules-of-chess-wrapper,
    .federation-wrapper,
    .after-login-section,
    .board-member-section,
    .records-wrap,
    .assistance-wrap,
    .calendar-wrapper,
    .chess-listing-wrapper,
    .single-detail-wrap,
    .listing-wrapper,
    .interviews-wrap,
    .grid-wrapper,
    .survey-wrapper,
    .interviews-detail-wrap,
    .asian-tourist-wrap {
        padding: 35px 0;
    }
    .community-info h5 a {
        line-height: 22px;
        font-size: 16px;
    }
    .chess-community-sec .section-title {
        margin-bottom: 35px;
    }
    .chess-community-sec .register {
        font-size: 18px;
        height: 50px;
        padding: 11px;
        width: 220px;
    }
    .single-detail-wrap p:last-child {
        margin-bottom: 0px;
    }
    /*----- Survey Section -----*/
    .online-academy-wrap .community-info {
        margin-bottom: 30px;
    }

    /*----- Play Section -----*/
    .play-wrap .play-sec p {
        font-size: 20px;
    }

    /*----- Button Section -----*/
    .button-sec a {
        font-size: 16px;
        height: 50px;
        padding: 12px;
        width: 250px;
    }
    .latest-news-wrapper .overlay-content span:nth-child(2) {
        font-size: 15px;
    }
    .latest-news-wrapper .content-sec h5 a {
        line-height: 18px;
        font-size: 16px;
    }
    .latest-news-wrapper .overlay-content span:first-child {
        font-size: 30px;
    }

    /*----- Footer Section -----*/
    .footer-wrapper .footer-top-section {
        padding: 50px 0px;
    }
    .footer-wrapper .widget-section:nth-child(2) {
        padding: 0 50px;
    }
    .footer-wrapper .widget-section:nth-child(3) {
        padding-left: 50px;
    }
    .widget_nav_link .nav-link li a {
        font-size: 13px;
    }
    .widget_newsletter button {
        font-size: 14px;
    }
    .widget_social_share li a {
        font-size: 16px;
        height: 30px;
        width: 30px;
    }
    .best-player-wrap {
        border: 1px solid #bdbdbd;
        margin-left: 100px;
    }
    .mrgn-btm-sm {
        margin-bottom: 35px;
    }

    /*----- Gallery Section -----*/
    .gallery-sec-wrap .slider-nav a img {
        height: 60px;
    }
    .gallery-sec-wrap .slick-dots {
        margin: 22px auto 8px;
    }
    .slider-wrapper {
        height: 380px;
    }
    /*----- Asian Tourist Attractions Internal -----*/
    .asian-detail-single-content h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .asian-detail-single-content p {
        margin-bottom: 20px;
    }
    /*----- Survey -----*/
    .survey-wrapper .survey-section h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .survey-wrapper .survey-section .meta-info {
        margin-bottom: 20px;
    }
    .survey-wrapper .survey-section .meta-info span,
    .survey-wrapper .survey-section .meta-info a {
        font-size: 16px;
    }
    .survey-list .radio label {
        font-size: 16px;
    }
    .survey-wrapper .survey-section {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
    .survey-list .radio input[type="radio"]:focus {
        outline: inherit;
    }
    .survey-list .radio input[type="radio"] {
        top: 7px;
    }
    /*----- Interview Section -----*/
    .team-grid-item .content-sec h5 a {
        font-size: 16.46px;
    }

    /*----- Articles Section -----*/
    .listing-wrapper .content-sec h4 a,
    .chess-listing-wrapper .content-sec h4 a,
    .rules-of-chess-wrapper .content-sec h4 {
        font-size: 20px;
    }
    .listing-wrapper .content-sec h4,
    .listing-wrapper .content-sec p,
    .chess-listing-wrapper .content-sec h4,
    .rules-of-chess-wrapper .content-sec h4 {
        margin-bottom: 10px;
    }
    .listing-wrapper .meta-info span {
        font-size: 16px;
    }
    .listing-wrapper .meta-info span:nth-child(2) {
        margin-left: 20px;
        padding-left: 20px;
    }

    .social-icon-wrap {
        margin-left: 10px !important;
    }
    /*----- Load More Section -----*/
    .load-more-wrap a {
        font-size: 20px;
        height: 60px;
        padding: 13px;
        width: 224px;
    }

    /*----- Search Form -----*/
    .search-form-wrap form .form-control {
        height: 55px !important;
    }
    .search-form-wrap form .form-group button {
        font-size: 18px;
        height: 55px;
    }

    /*----- Subscription Section -----*/
    .subscription-sec li a {
        font-size: 16px;
        height: 52px;
        padding: 12px;
        width: 200px;
    }
    .subscription-sec .download svg {
        height: 26px;
        margin-top: 0;
    }

    /*----- Approved Section -----*/
    .approve-wrap li a {
        font-size: 15px;
        height: 40px;
        padding: 7px 8px 8px;
        width: 160px;
    }
    .grid-item-wrapper .grid-content h5 {
        font-size: 13px;
    }
    .grid-item-wrapper .grid-content h5 a {
        padding: 15px;
    }
    /*----- Software Assistance -----*/
    .get-in-touch-form h3,
    .detail-single-wrapper .section-title h3,
    .federation-wrapper .section-title h3 {
        font-size: 28px;
    }
    .assistance-wrap .get-in-touch-form {
        padding: 30px;
    }
    .get-in-touch-form .form-group input[type="submit"] {
        font-size: 17px;
        height: 55px;
        width: 200px;
    }

    /*----- Popups -----*/
    .form-wrap .modal-content .modal-body h3 {
        font-size: 30.18px;
    }
    .form-wrap .modal-content .modal-body .form-control {
        height: 48px;
    }
    .form-wrap .modal-body form input[type="submit"] {
        font-size: 20px;
        height: 58px;
        width: 190px;
    }
    .modal-dialog.form-wrap {
        max-width: 630px;
    }
    .form-wrap .modal-content {
        padding: 55px 60px;
    }

    /*----- Pay & Win -----*/
    .pay-and-win-wrap .container {
        width: 60%;
    }
    .pay-and-win-wrap .pay-content-sec .move {
        font-size: 18px;
        height: 58px;
        padding: 15px;
        width: 300px;
    }
    .pay-and-win-wrap .pay-content-sec svg {
        height: 25px;
        width: 25px;
    }

    /*----- Contact Us -----*/
    .contact-information .contact-info li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .contact-information .contact-info li span {
        font-size: 18px;
    }
    .contact-information .contact-info {
        margin-top: 35px;
    }
    .contact-information .contact-info-sec {
        width: 91%;
    }

    /*----- Commision Section -----*/
    .commissions-wrapper li a {
        font-size: 16px;
    }
    .detail-single-wrapper .grid-item .content-sec h4 {
        font-size: 18px;
    }
    .detail-single-wrapper .grid-item .content-sec h4:nth-child(2) {
        margin-bottom: 15px;
    }
    .detail-single-wrapper .grid-item .contact-info span,
    .detail-single-wrapper .grid-item .contact-info span a {
        margin-bottom: 2px;
    }

    /*----- Bids For Events -----*/
    .events-section .special-link a {
        font-size: 16px;
        padding: 14px 20px;
    }
    .events-section .special-link li:first-child {
        margin-right: 20px;
    }
    .events-detail-section .award-wrap .nav a {
        font-size: 20px;
        height: 61px;
        padding: 16px;
        width: 570px;
    }

    /*----- Academies Section -----*/
    .academies-wrap .title-sec h2 {
        font-size: 34px;
    }
    .academies-wrap .title-sec .container {
        width: 75%;
    }
    .acf-academy-sec h3 {
        font-size: 28px;
    }
    .acf-academy-sec,
    .notification-section {
        width: 90%;
    }
    .notification-section h4 {
        font-size: 20px;
    }
    .notification-section {
        margin-bottom: 70px;
    }

    /*----- Modal Section -----*/
    .form-wrap .modal-content .modal-body label {
        font-size: 15px;
    }
    /*----- Interviews Section -----*/
    .interview-tab-wrap .panel-heading h4 a,
    .qus-ans-tab-wrap .panel-heading h4 a,
    .status-tab-wrap .panel-heading h4 a {
        font-size: 18px;
    }
    .status-tab-wrap .panel-default .panel-heading h4 a::before {
        left: 15px;
    }
    .interview-tab-wrap .panel-heading h4 a,
    .status-tab-wrap .panel-heading h4 a {
        padding: 13px 70px 12px 40px;
    }

    .qus-ans-tab-wrap .panel-heading h4 a {
        padding: 13px 70px 12px 18px;
    }
    .status-tab-wrap .panel-body {
        padding: 0 20px;
    }
    .interview-tab-wrap .panel-heading,
    .qus-ans-tab-wrap .panel-heading,
    .status-tab-wrap .panel-heading {
        margin-bottom: 13px;
    }

    /*----- Rules Of Chess -----*/
    .rules-of-chess-wrapper .row {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    /*----- Federation Section -----*/
    .federation-wrapper .federation-tab-sec .nav a h4,
    .after-login-section .login-wrap > .nav a h4 {
        font-size: 20px;
    }
    .federation-wrapper .federation-tab-sec .nav a.active::after {
        border-width: 39px;
    }

    .rules-of-chess-wrapper .content-sec ul li::before {
        top: 6px;
    }

    /*----- After Login -----*/
    .after-login-section .tab-content .nav a {
        font-size: 20px;
        height: 60px;
        padding: 14px;
        width: 100%;
    }
    .browse-file-sec .form_group input[type="text"],
    .browse-file-sec .form_group input[type="email"],
    .browse-file-sec .form_group input[type="password"],
    .browse-file-sec .form_group input[type="url"] {
        height: 45px;
        padding: 10px;
    }
    
    .browse-file-sec .form_group textarea {
        padding: 10px;
    }

    .browse-file-sec .form_group .selectpicker.form-control {
        height: 45px;
        padding: 10px 135px 10px 10px;
    }

    .browse-file-sec .form_group .browse {
        font-size: 14px;
        height: 44px;
        width: 110px;
    }
    .browse-file-sec button {
        font-size: 18px;
        height: 55px;
        width: 200px;
    }
    .after-login-section .login-wrap > .nav a.active::after {
        border-width: 29px
    }
    .after-login-section .tab-content .tab-content {
        padding: 40px;
    }
    .after-login-section .tab-content .nav a {
        font-size: 17px;
        height: 52px;
    }
    .browse-file-sec button {
        margin: 30px auto 0;
    }

    /*----- Board Member Section -----*/
    .board-member .content-sec span,
    .board-member .content-sec h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .board-member .content-sec a {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .board-member-grid .board-member {
        height: 345px;
    }
    .board-member.board-center.border-btm::after {
        bottom: -50px;
        height: 50px;
    }
    .board-member-grid::after,
    .board-member-grid::before {
        margin: 42px auto;
    }
    .board-member-grid .row > div::after {
        bottom: -42px;
        height: 42px;
    }
    .board-member-grid .member-grid::before,
    .board-member.board-center.border-top::before {
        height: 23px;
        top: -44px;
    }
    .board-member.board-center.border-top::after,
    .board-member-grid .member-grid::after {
        top: -27px;
    }

    /*----- Results Page ------*/
    .records-wrap .table thead tr th {
        font-size: 18px;
    }

    /*----- Calender Section -----*/
    .calender-sec .ui-datepicker-calendar tr th span {
        font-size: 26px;
    }
    .calender-sec .ui-widget-header {
        font-size: 18px;
    }
    .calender-sec .ui-widget-header {
        margin-bottom: 12px;
    }

    /*----- Status Section -----*/
    .status-tab-wrap .panel-body {
        padding: 0px 18px;
    }

    /*----- About Us Section -----*/
    .about-us-section .content-section {
        margin-bottom: 30px;
    }

    /*----- Federation Section -----*/
    .federation-wrapper .section-title,
    .detail-single-wrapper .section-title {
        margin-bottom: 35px;
    }

    /*----- Learn Tractics -----*/
    .survey-wrapper .survey-section,
    .listing-wrapper .post-sec,
    .chess-listing-wrapper .row,
    .rules-of-chess-wrapper .post-sec {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .status-tab-wrap .panel-heading h4 a span.heading {
        margin-left: 12px;
    }
    .interview-tab-wrap .panel-heading h4 a span.more-less-wrap,
    .qus-ans-tab-wrap .panel-heading h4 a span.more-less-wrap,
    .status-tab-wrap .panel-heading h4 a span.more-less-wrap {
        width: 45px;
    }

    /*----- Intervies Section -----*/
    .interview-tab-wrap .panel-heading h4 a {
        padding: 13px 70px 12px 25px;
    }
    .interview-tab-wrap .panel-body {
        margin-bottom: 15px;
        padding: 0 25px;
    }

    /*----- Video Section -----*/
    #video iframe {
        height: 295px;
    }

    /*----- My Profile -----*/
    .group-span-filestyle .btn.btn-default {
        font-size: 14px;
        height: 44px;
        line-height: 32px;
    }
    .bootstrap-filestyle.input-group {
        width: 124px;
    }

    /*----- You Tube Section -----*/
    .youtube-wrap .video-wrap a {
        height: 378px;
    }

    .event-wrap .grid-item .grid-img {
        height: 165px;
    }
    .calender-sec {
        height: 450px;
        padding: 30px;
    }

    /*----- Calender Section -----*/

    .search-form-wrap form .form-control {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {

    /*----- Common Section -----*/
    p {
        font-size: 14px;
        line-height: 20px;
    }
    h4 {
        font-size: 20px;
    }

    /*----- Page Title bar -----*/
    .page-title-bar {
        height: 180px;
    }
    .page-title-bar h1 {
        font-size: 34px;
    }
    .rules-of-chess-wrapper .content-sec ul li::before {
        top: 3px;
    }

    /*----- Banner section -----*/
    .banner-wrapper,
    .page-title-bar-wrap {
        margin-top: 99px;
    }
    .banner-wrapper .carousel-indicators li {
        height: 10px;
        width: 10px;
    }
    .banner-wrapper .carousel-indicators li,
    .banner-wrapper .carousel-indicators li.active {
        margin: 0 4px !important;
    }
    .banner-wrapper .carousel-indicators {
        bottom: -28px;
    }
    .banner-wrapper,
    .banner-wrapper .carousel-inner .carousel-item.carousel-video iframe {
        height: 350px;
        padding-bottom: 45px;
    }
    .banner-wrapper .banner_caption h1 {
        font-size: 28px;
    }
    .banner-wrapper .banner_caption span {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .banner-wrapper .banner_caption .read-more {
        font-size: 15px;
        height: 44px;
        padding: 10px;
        width: 160px;
    }
    .page-title-bar-wrap {
        padding-bottom: 35px;
    }
    #responsive-menu-container .responsive-menu-search-box {
        height: 40px !important;
        font-size: 14px !important;
        text-transform: capitalize !important;
    }

    /*----- Responsive Menu Section -----*/
    .header {
        left: 0 !important;
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        z-index: 9;
    }
    .fixed-header .sticky-header {
        animation-duration: inherit !important;
        animation-iteration-count: inherit !important;
        animation-name: inherit !important;
        animation-timing-function: inherit !important;
        left: inherit !important;
        opacity: 1;
        position: inherit !important;
    }
    .nav_sec #site-navigation {
        display: none;
    }
    #responsive-menu-container {
        top: 98px !important;
    }
    .responsive-menu-box {
        top: -2px;
    }
    /*----- Header Section -----*/
    .header-wrapper .header-top {
        display: inline-block !important;
        vertical-align: middle;
        width: 100%;
    }
    .header-wrapper,
    .header-wrapper .container {
        position: relative;
    }
    .header-wrapper .header-top {
        border-bottom: none;
        padding: 10px 0;
        position: inherit;
    }
    .header-wrapper .align-center {
        align-self: inherit;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
    .header-wrapper .j-content {
        justify-content: inherit;
    }
    .header-wrapper .search-form {
        margin-right: 22px;
    }
    .logo-wrap {
        bottom: inherit;
        float: left;
        left: inherit;
        margin: 0px 35px 0px 0px;
        padding: 0px;
        position: inherit;
        right: inherit;
        top: inherit;
        width: 80px;
        z-index: inherit;
    }
    .contact-info-wrap .icon svg {
        height: 15px;
        width: 15px;
    }
    .contact-info-wrap span:first-child {
        font-size: 15px;
    }
    .social-icon-wrap {
        margin-left: 0px;
    }
    .social-icon-wrap li {
        margin-right: 3px;
    }
    .social-icon-wrap li a {
        font-size: 12px;
        height: 25px;
        padding: 1px 0 0;
        width: 25px;
    }
    .header-wrapper .search-form input[type="text"] {
        height: 40px;
    }
    .header-wrapper .search-form-title,
    .responsive-header .search-form-title {
        font-size: 15px;
        height: 40px;
        padding: 11px;
        width: 45px;
    }
    .contact-info-wrap span:nth-child(2) {
        font-size: 13px;
    }
    .header-wrapper .search-form input[type="text"] {
        padding: 6px 55px 6px 6px;
        width: 255px;
    }
    .header-menu .primary-menu > ul > li {
        margin: 0;
        text-align: left;
        display: block;
    }
    .header-menu .primary-menu .main-menu > li > a {
        line-height: 20px;
    }
    .header-menu .primary-menu .main-menu > li.current-menu-item > a::after,
    .header-menu .primary-menu .main-menu > li.current-menu-parent > a::after,
    .header-wrapper .main-menu > li:hover > a::after,
    .header-menu .primary-menu .main-menu1 > li.current-menu-item > a::after,
    .header-menu .primary-menu .main-menu1 > li.current-menu-parent > a::after,
    .header-wrapper .main-menu1 > li:hover > a::after {
        background: none;
        bottom: inherit;
        content: inherit;
        display: inherit;
        height: inherit;
        left: inherit;
        position: inherit;
        right: inherit;
        width: inherit;
    }

    /*----- Modal Popup -----*/
    .form-wrap .modal-content {
        padding: 35px;
    }
    .form-wrap .modal-content .modal-body h3 {
        font-size: 26px;
    }
    .form-section .mrgn-btm-sm {
        margin-bottom: 20px;
    }
    .form-wrap .modal-content .modal-body .form-control {
        height: 40px;
        font-size: 15px;
        padding: 10px;
    }
    .form-wrap .modal-body form input[type="submit"] {
        font-size: 18px;
        height: 46px;
        width: 160px;
    }
    .modal-dialog.form-wrap {
        max-width: 535px;
    }
    .form-wrap .modal-header .close {
        border: 3px solid #dda631;
        height: 40px;
        width: 40px;
    }

    /*----- Index Page -----*/
    .section-title h2 {
        font-size: 18px;
    }
    .section-title h3 {
        font-size: 16px;
    }
    .chess-community-sec .section-title {
        margin-bottom: 25px;
    }
    .chess-community-sec .community-info svg,
    .online-academy-wrap .img-sec svg {
        height: 35px;
        width: 35px;
    }
    .community-info .img-sec a,
    .online-academy-wrap .community-info .img-sec a {
        height: 90px;
        padding-top: 25px;
        width: 90px;
    }
    .chess-community-sec .community-info .img-sec {
        margin-bottom: 10px;
    }
    .community-info h5 a {
        font-size: 14px;
        line-height: 0;
    }
    .chess-community-sec .row {
        margin-bottom: 30px;
    }
    .mrgn-btm-lg {
        margin-bottom: 30px;
    }
    .best-player-wrap {
        margin-left: 49px;
    }
    .footer-wrapper h5 {
        font-size: 16px;
    }
    .widget_newsletter button {
        height: 40px;
    }
    .widget_contactus .contact-info-sec svg {
        margin-right: 10px;
    }
    .widget_contactus .contact-info-sec i,
    .widget_contactus .contact-info-sec a,
    .widget_contactus .contact-info-sec span:nth-child(2) {
        font-size: 16px;
    }
    .footer-wrapper .widget-section {
        height: 230px;
    }
    .chess-community-sec .community-info {
        margin: 0 20px;
    }
    .play-wrap .play-sec p {
        font-size: 16px;
    }
    .best-player-wrap .section-title,
    .best-player-wrap ul {
        padding: 16px;
    }
    .best-player-wrap ul li:first-child {
        padding-top: 0;
    }
    .best-player-wrap ul li:last-child {
        padding-bottom: 0;
    }
    .calender-sec .ui-datepicker .ui-datepicker-next {
        right: 50px;
    }
    .calender-sec .ui-datepicker .ui-datepicker-prev {
        left: 50px;
    }
    .calender-sec .ui-widget-header {
        font-size: 16px;
    }
    .calender-sec .ui-datepicker a {
        font-size: 22px;
        top: -1px;
    }
    .calender-sec .ui-datepicker-calendar tr th span {
        font-size: 22px;
    }
    .calender-sec .ui-widget-content .ui-state-default,
    .calender-sec .ui-widget-header .ui-state-default {
        font-size: 20px;
        height: 40px;
        line-height: 32px;
        width: 40px;
    }

    /*----- Footer Section -----*/
    .footer-wrapper .widget-section:nth-child(2) {
        padding: 0 30px;
        width: 35%;
    }
    .footer-wrapper .widget-section:nth-child(3) {
        padding-left: 30px;
        width: 38%;
    }
    .footer-wrapper .footer-top-section {
        padding: 30px 0px;
    }
    .footer-wrapper .footer-bottom-section {
        padding: 10px 0;
    }
    .footer-wrapper .footer-bottom-section span {
        font-size: 13px;
    }
    .latest-news-wrapper .content-sec h5 a {
        font-size: 16px;
        line-height: 18px;
        padding: 10px;
    }
    .widget_contactus .contact-info-sec i,
    .widget_contactus .contact-info-sec a,
    .widget_contactus .contact-info-sec span:nth-child(2) {
        font-size: 14px;
    }
    .widget_newsletter input[type="email"] {
        height: 40px;
        padding: 10px;
        font-size: 14px;
    }

    /*----- About Us Section -----*/
    .about-us-section .section-title {
        margin-bottom: 10px;
    }
    .about-vision-wrap .our-vision-wrap {
        padding: 35px 80px 35px 35px;
    }
    .about-vision-wrap .our-mission-wrap {
        padding: 35px;
    }

    /*----- Board Members -----*/
    .board-member .content-sec span,
    .board-member .content-sec h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .board-member .content-sec a {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .board-member-grid .board-member {
        height: 325px;
    }
    .board-member.board-center.border-btm::after {
        bottom: -45px;
        height: 45px;
    }
    .board-member-grid::after,
    .board-member-grid::before {
        margin: 37px auto;
    }
    .board-member-grid .member-grid::before,
    .board-member.board-center.border-top::before {
        height: 20px;
        top: -39px;
        width: 1px;
    }
    .board-member.board-center.border-top::after,
    .board-member-grid .member-grid::after {
        top: -20px;
    }
    .board-member-grid .row > div::after {
        bottom: -60px;
        height: 22px;
    }
    .board-member-grid .row > div::after {
        bottom: -37px;
        height: 38px;
    }

    /*----- Commisions Section -----*/
    .commissions-wrapper li {
        margin-bottom: 8px;
    }
    .commissions-wrapper li a {
        font-size: 14px;
    }

    /*----- Status Section -----*/
    .interview-tab-wrap .panel-heading h4 a,
    .qus-ans-tab-wrap .panel-heading h4 a,
    .status-tab-wrap .panel-heading h4 a {
        font-size: 16px;
    }
    .status-tab-wrap .panel-heading h4 a {
        padding: 11px 55px 12px 34px;
    }

    .qus-ans-tab-wrap .panel-heading h4 a {
        padding: 10px 55px 12px 17px;
    }

    /*----- Federation Section -----*/
    .federation-wrapper .federation-tab-sec .nav a h4,
    .after-login-section .login-wrap > .nav a h4 {
        font-size: 16px;
    }
    .federation-wrapper .federation-tab-sec .nav-tabs {
        margin-right: 40px;
    }

    /*----- Detail Single Wrapper -----*/
    .detail-single-wrapper .grid-item .content-sec h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .detail-single-wrapper .grid-item .content-sec h4:nth-child(2) {
        margin-bottom: 5px;
    }
    .detail-single-wrapper .grid-item .contact-info span,
    .detail-single-wrapper .grid-item .contact-info span a {
        font-size: 14px;
    }
    .detail-single-wrapper .grid-item .img-sec {
        margin-right: 20px;
        width: 30%;
    }
    .detail-single-wrapper .grid-item .content-sec {
        width: 63%;
    }
    /*----- Academies Section -----*/
    .acf-academy-sec,
    .academies-wrap .title-sec {
        padding: 30px 0;
    }
    .academies-wrap .title-sec h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .acf-academy-sec h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .notification-section {
        margin-bottom: 40px;
    }

    /*----- Software Asiatence ------*/
    .get-in-touch-form h3,
    .detail-single-wrapper .section-title h3,
    .federation-wrapper .section-title h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .assistance-wrap .get-in-touch-form {
        padding: 15px 30px;
        padding: 15px 30px;
    }
    .get-in-touch-form .form-group input[type="submit"] {
        font-size: 15px;
        height: 45px;
        line-height: 19px;
        width: 165px;
    }
    .get-in-touch-form input.form-control {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .get-in-touch-form textarea.form-control {
        height: 86px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .listing-wrapper .content-sec h4,
    .calendar-wrapper .content-sec h4,
    .calendar-wrapper .content-sec p,
    .chess-listing-wrapper .content-sec h4 {
        margin-bottom: 10px;
    }
    /*----- Calender Section -----*/
    .search-form-wrap form .form-control {
        height: 44px !important;
        font-size: 13px;
        padding: 10px 45px 10px 10px;
    }
    .search-form-wrap form .form-group button {
        font-size: 14px;
        height: 44px;
        line-height: 16px;
        padding: 0;
    }
    .search-form-wrap {
        padding: 30px 0;
    }
    .calendar-wrapper .row .content-sec h4 a {
        font-size: 18px;
    }
    .calendar-wrapper .row .content-sec h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .subscription-sec li a {
        font-size: 14px;
        height: 44px;
        padding: 9px;
        width: 170px;
    }
    .calendar-wrapper .border-bottom {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }

    /*----- Results -----*/
    .records-wrap .table thead tr th {
        font-size: 16px;
        padding: 5px 10px 7px;
    }
    .records-wrap .table tbody tr td {
        font-size: 14px;
        padding: 10px;
    }

    /*----- Interviews Section -----*/
    .team-grid-item .mrgn-btm-xs {
        margin-bottom: 15px;
    }
    .interviews-wrap .mrgn-btm-sm {
        margin-bottom: 15px;
    }
    /*----- Gallery Section -----*/
    .load-more-wrap a {
        font-size: 16px;
        height: 50px;
        padding: 12px;
        width: 180px;
    }
    .grid-wrapper .row {
        margin-bottom: 0px;
    }

    /*----- Contact Us Page -----*/
    .contact-information .contact-info {
        padding: 30px;
    }
    .contact-information .contact-info li span span:first-child,
    .contact-information .contact-info li a span:first-child {
        width: 5%;
    }
    .contact-information .contact-info li span span:nth-child(2),
    .contact-information .contact-info li a span:nth-child(2) {
        width: 91%;
    }
    .contact-information .contact-info li span {
        font-size: 16px;
    }
    .contact-information .contact-info {
        margin-top: 46px;
    }

    /*----- Rules Of Chess -----*/
    .listing-wrapper .content-sec h4 a,
    .chess-listing-wrapper .content-sec h4 a,
    .rules-of-chess-wrapper .content-sec h4 {
        font-size: 18px;
    }
    .contact-map.clearfix iframe {
        height: 275px;
    }


    /*----- Federation Section -----*/
    .federation-wrapper .federation-tab-sec .nav a.active::after {
        border-width: 35px;
    }

    /*----- Gallery Section -----*/
    .grid-wrapper .gallery-grid-item {
        height: auto;
    }

    /*---- Slider Wrapper -----*/
    .slider-wrapper {
        height: 352px;
    }

    /*----- Search Page -----*/
    .listing-wrapper .border-btm {
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    /*----- Assian Touriest -----*/
    .asian-detail-single-img {
        margin-top: 100px;
    }

    /*----- Popup Section -----*/
    .form-wrap .modal-header .close span {
        font-size: 25px;
        line-height: 0px;
    }
}

@media only screen and (max-width: 991px) {

    /*----- Custom Section -----*/
    .device-mrgn-btm-xs {
        margin-bottom: 25px;
    }

    /*----- Banner Section -----*/
    .banner-wrapper,
    .banner-wrapper .carousel-inner .carousel-item.carousel-video iframe {
        height: 250px;
    }
    .banner-wrapper .banner_caption h1 {
        font-size: 20px;
    }
    .banner-wrapper .banner_caption span {
        font-size: 13px;
        margin-bottom: 14px;
    }
    .banner-wrapper .banner_caption .read-more {
        font-size: 14px;
        width: 120px;
    }
    /*----- Main Section ------*/
    .community-info-wrap .img-sec {
        width: 30%;
    }
    .community-info-wrap .title-sec {
        width: 70%;
    }
    .chess-community-sec .register {
        font-size: 16px;
        height: 45px;
        padding: 10px;
        width: 195px;
    }
    .button-sec a {
        font-size: 14px;
        height: 45px;
        padding: 12px;
        width: 220px;
    }
    .calender-wrap {
        margin-right: 0px;
    }
    .best-player-wrap {
        margin-left: 0px;
    }
    .calender-sec .ui-datepicker .ui-datepicker-next {
        right: 22px;
    }
    .calender-sec .ui-datepicker .ui-datepicker-prev {
        left: 22px;
    }
    /*----- Footer Section -----*/
    .footer-wrapper .widget-section:first-child {
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        border: none;
    }
    .footer-wrapper .widget-section {
        height: auto;
    }
    .widget_nav_link .nav-link ul {
        margin-left: 0px;
    }
    .widget_nav_link .nav-link li {
        display: inline-block;
        float: none;
        margin: 0 8px;
        width: auto;
    }
    .footer-wrapper .widget-section:nth-child(2),
    .footer-wrapper .widget-section:nth-child(3) {
        padding: 0 30px;
        width: 50%;
    }

    /*----- Header Section -----*/
    .social-icon-wrap li a {
        font-size: 10px;
        height: 20px;
        width: 20px;
    }
    .contact-info-wrap .list-inline-item:not(:last-child) {
        margin-right: 0;
    }
    .contact-info-wrap span:nth-child(2) {
        font-size: 12px;
    }
    .contact-info-wrap .icon svg {
        height: 13px;
        width: 13px;
    }
    .header-top.clearfix.d-flex.j-content.collapse-header {
        width: 93%;
    }
    .header-bottom.sticky-header {
        width: 7%;
    }
    .header-wrapper .search-form input[type="text"] {
        font-size: 13px;
        width: 160px;
    }
    .header-wrapper .align-center {
        float: left;
    }
    .header-wrapper .search-form {
        float: right;
        margin-right: 0px;
    }
    .logo-wrap {
        margin-right: 10px;
    }
    .header-wrapper .special-link-wrap {
        float: right;
        margin-right: 10px;
        margin-top: 25px;
        position: relative;
    }
    .header-wrapper .search-form.align-center {
        position: relative;
        margin-top: 20px;
    }
    #responsive-menu-container {
        width: 40% !important;
    }

    /*----- Federation Section ------*/
    .detail-single-wrapper .grid-item .img-sec {
        margin-right: 20px;
        width: 30%;
    }
    .get-in-touch-form h3,
    .detail-single-wrapper .section-title h3,
    .federation-wrapper .section-title h3 {
        font-size: 20px;
    }

    /*----- Academies Section -----*/
    .academies-wrap .title-sec h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .acf-academy-sec,
    .academies-wrap .title-sec {
        padding: 20px 0;
    }
    .notification-section {
        padding: 20px;
    }
    .notification-section h4 {
        font-size: 16px;
    }

    /*----- Software Assistence -----*/
    .get-in-touch-form.text-center {
        width: 70%;
        margin: 0 auto;
    }
    .assistance-wrap .row .content-sec {
        text-align: center;
    }
    div.wpcf7 .ajax-loader {
        right: 40%;
    }
    div.wpcf7-validation-errors {
        font-size: 13px;
        padding: 3px;
    }

    /*----- Financial Regulation -----*/
    .events-section .content-section li::before,
    .financial-section .content-sec-list li::before {
        font-size: 13px;
        height: 22px;
        padding: 1px;
        width: 22px;
    }
    .events-section .content-section li p,
    .financial-section .content-sec-list p {
        margin-left: 20px;
        margin-bottom: 10px;
    }

    /*----- Learn Tracties -----*/
    .chess-listing-wrapper {
        width: 100%;
    }
    .listing-wrapper .content-sec h4 a,
    .chess-listing-wrapper .content-sec h4 a,
    .rules-of-chess-wrapper .content-sec h4 {
        font-size: 16px;
    }
    .listing-wrapper .content-sec h4,
    .chess-listing-wrapper .content-sec h4,
    .rules-of-chess-wrapper .content-sec h4 {
        margin-bottom: 5px;
    }

    /*----- Bids For Event -----*/
    .events-section .special-link a {
        font-size: 14px;
        padding: 10px;
    }
    .events-section .special-link li:first-child {
        margin-right: 10px;
    }
    .pdfp-sec a {
        width: 75%;
    }
    .events-section .content-section {
        margin-bottom: 15px;
    }

    /*----- Interviews Detail -----*/
    .interview-tab-wrap .panel-heading h4 a,
    .qus-ans-tab-wrap .panel-heading h4 a,
    .status-tab-wrap .panel-heading h4 a {
        font-size: 16px;
    }

    /*----- Federation Section -----*/
    .federation-wrapper .federation-tab-sec .nav a h4,
    .after-login-section .login-wrap > .nav a h4 {
        font-size: 14px;
    }
    .federation-wrapper .federation-tab-sec .nav a.active::after {
        border-width: 29px;
    }
    .federation-wrapper .federation-tab-sec .tab-content {
        padding: 10px;
    }
    .federation-wrapper .federation-tab-sec .tab-content li p {
        margin-bottom: 5px;
    }

    /*----- After Login Section -----*/
    .browse-file-sec button {
        font-size: 16px;
        height: 46px;
        width: 165px;
    }
    .after-login-section .login-wrap > .nav-tabs {
        width: 32%;
    }
    .after-login-section .login-wrap > .tab-content {
        width: 59%;
    }
    .after-login-section .tab-content .tab-content {
        padding: 25px;
    }
    .after-login-section .login-wrap > .nav-tabs a {
        padding: 10px 15px;
    }
    .after-login-section .login-wrap > .nav a.active::after {
        border-width: 22px;
    }
    .browse-file-sec .form_group input[type="text"],
    .browse-file-sec .form_group input[type="email"],
    .browse-file-sec .form_group input[type="password"],
    .browse-file-sec .form_group input[type="url"],
    .browse-file-sec .form_group select,
    .browse-file-sec .form_group textarea {
        font-size: 13px;
    }
    .after-login-section .tab-content .nav a {
        font-size: 14px;
        height: 48px;
    }

    /*----- Contact Us Section -----*/
    .contact-information .contact-info-sec {
        width: 100%;
    }
    .get-in-touch-form.text-center {
        width: 53%;
    }
    .contact-information .contact-info {
        width: 48%;
    }
    .get-in-touch-form {
        padding: 30px 35px;
    }

    /*----- Board Members -----*/
    .board-member.board-center.border-btm::after {
        background: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
    }

    .board-member-grid::before {
        margin: 6px;
    }
    .board-member-grid::after {
        margin-bottom: -37px;
    }
    .board-member-grid .row > div::after {
        bottom: inherit;
        height: inherit;
    }
    .board-member.board-center.border-top::before,
    .board-member.board-center.border-top::after,
    .board-member-grid .member-grid::after,
    .board-member-grid .member-grid::before {
        background: inherit;
    }
    .board-member-grid::after,
    .board-member-grid::before {
        background: inherit;
    }
    .board-member-grid .board-member {
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .board-member-section .board-member.board-center {
        width: 60%;
    }
    .board-member-section .board-member:hover img {
        transform: inherit;
    }

    /*----- Results Page -----*/
    .records-wrap .table thead tr th {
        font-size: 14px;
    }

    .slider-wrapper {
        height: auto;
    }
    .youtube-wrap .video-wrap a {
        height: auto;
    }

    /*----- Common Css -----*/
    div.wpcf7 .ajax-loader {
        right: 33%;
    }
    .record-sec .btn {
        font-size: 12px;
    }
    .records-wrap .table tbody tr td .info {
        display: block;
    }
    .records-wrap .table tbody tr td .info:first-child {
        margin-bottom: 5px;
    }
    .records-wrap .table thead tr th.time,
    .records-wrap .table thead tr th.venue,
    .records-wrap .table thead tr th.score,
    .records-wrap .table thead tr th.status {
        width: 18%;
    }
    .commercialasd .img-sec {
        height: 200px;
    }
}

@media only screen and (max-width: 767px) {

    /*----- Custom Section ------*/
    .dev-mrgn-bt-xs {
        margin-bottom: 20px;
    }
    .section-title h2 {
        font-size: 14px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    .rules-of-chess-wrapper .post-sec .row .col-lg-3 {
        margin-bottom: 20px;
    }
    .chess-community-sec,
    .surveys-wrapper,
    .button-sec-wrap,
    .gallery-sec-wrap,
    .adver-sec-wrap,
    .event-wrap,
    .latest-news-wrapper,
    .button-sec-wrap {
        padding: 20px 0;
    }
    .slider-wrapper .slick-list iframe,
    .slider-wrapper .slick-list img,
    .slider-wrapper {
        height: auto;
    }
    .mrgn-btm-xs {
        margin-bottom: 18px;
    }

    /*------ Header Section -----*/
    .header-wrapper .special-link-wrap {
        margin-right: 0;
        margin-top: -23px;
    }
    .header-wrapper .search-form.align-center {
        margin-top: 8px;
    }
    .float-left {
        float: none !important;
    }
    .header-wrapper .special-link-wrap {
        margin-left: 0px;
        margin-right: 20px;
        margin-top: 22px;
        float: right !important;
    }
    .header-wrapper .special-link-wrap ul {
        margin-left: 0px;
    }
    .header-wrapper .special-link-wrap {
        float: none;
    }
    .d-flex {
        display: inherit !important;
    }
    .header-bottom .search-form {
        display: block;
    }
    .header-top .search-form {
        display: none;
    }

    /*------ Online Community ------*/
    .surveys-wrapper {
        text-align: center;
    }
    .online-academy-wrap .community-info {
        display: inherit;
        justify-content: inherit;
    }
    .community-info-wrap .img-sec {
        align-self: inherit;
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .community-info-wrap .title-sec {
        align-self: inherit;
        display: block;
        float: none;
        width: 100%;
    }
    .button-sec a {
        font-size: 12px;
        height: 36px;
        padding: 9px;
        width: 180px;
    }

    /*----- Commisions ------*/
    .commissions-wrapper li {
        float: none;
        width: 100%;
    }

    /*----- Banner Section -----*/
    .page-title-bar {
        height: 130px;
    }
    .page-title-bar h1 {
        font-size: 26px;
    }
    /*----- Footer Section -----*/
    .footer-wrapper .submit-form {
        width: 100%;
    }
    .footer-wrapper .widget-section:nth-child(2),
    .footer-wrapper .widget-section:nth-child(3) {
        border: medium none;
        padding: 0;
        width: 100%;
        border: none;
    }
    .footer-top-section {
        text-align: center;
    }
    .widget_contactus .contact-info-sec span {
        display: block;
        float: none;
        vertical-align: inherit;
        margin-bottom: 7px;
    }
    .widget_contactus .contact-info-sec i,
    .widget_contactus .contact-info-sec a,
    .widget_contactus .contact-info-sec span:nth-child(2) {
        display: block;
        float: none;
        font-size: 15px;
        vertical-align: inherit;
        width: 100%;
    }
    .footer-wrapper .widget-section:nth-child(2) {
        margin-bottom: 20px;
    }
    .footer-wrapper .submit-form {
        width: 75%;
        margin: 0 auto;
    }
    .widget_newsletter input[type="email"] {
        width: 75%;
    }
    .widget_newsletter button {
        width: 25%;
    }
    .widget_contactus .contact-info-sec span:first-child {
        margin: 0 auto 10px;
    }

    /*----- About Us Section -----*/
    .about-vision-wrap .our-vision-wrap {
        padding: 20px;
        width: 100%;
        border: none;
        margin-bottom: 20px;
    }
    .about-vision-wrap .our-mission-wrap {
        padding: 20px;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        border: none;
    }

    /*----- Federation Section -----*/
    .detail-single-wrapper .grid-item .img-sec {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .detail-single-wrapper .grid-item .content-sec {
        width: 100%;
    }

    /*----- Academies Section ------*/
    .academies-wrap .title-sec h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .acf-academy-sec h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /*----- Software Assistance -----*/
    .get-in-touch-form .form-group:first-child,
    .get-in-touch-form .form-group:nth-child(3) {
        padding-right: 15px;
    }
    .get-in-touch-form .form-group:nth-child(2),
    .get-in-touch-form .form-group:nth-child(4) {
        padding-left: 15px;
    }
    .get-in-touch-form.text-center {
        margin: 0 auto;
        width: 100%;
    }

    /*----- Calender Section -----*/
    .search-form-wrap form .form-group {
        width: 32.3%;
    }
    .search-form-wrap form .form-group:nth-child(4) {
        margin-right: 0;
    }
    .search-form-wrap form .form-group:last-child {
        display: block;
        float: none;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 20px;
        width: 18%;
    }

    /*----- Federation Section -----*/
    .federation-wrapper .federation-tab-sec .tab-content {
        width: 58%;
    }
    .federation-wrapper .federation-tab-sec .nav a.active::after {
        border-width: 26px;
    }
    /*----- Common Section -----*/
    .chess-community-sec,
    .pay-and-win-wrap,
    .contact-information,
    .commissions-wrapper,
    .detail-single-wrapper,
    .about-us-section,
    .events-section,
    .events-detail-section,
    .financial-section,
    interviews-detail-wrap,
    .qus-ans-tab-wrap,
    .status-tab-wrap,
    .rules-of-chess-wrapper,
    .federation-wrapper,
    .after-login-section,
    .board-member-section,
    .records-wrap,
    .assistance-wrap,
    .calendar-wrapper {
        padding: 30px 0;
    }

    /*----- Question answer -----*/
    .interview-tab-wrap,
    .qus-ans-tab-wrap,
    .status-tab-wrap {
        width: 100%;
    }
    .interview-tab-wrap .panel-heading h4 a,
    .qus-ans-tab-wrap .panel-heading h4 a,
    .status-tab-wrap .panel-heading h4 a {
        font-size: 16px;
    }

    /*----- Bids For Events -----*/
    .pdfp-sec {
        width: 100%;
        float: left !important;
    }

    /*----- Articles List -----*/
    .approve-wrap li:first-child {
        margin-right: 10px;
    }
    .approve-wrap li:last-child {
        margin-left: 0px;
    }
    .approve-wrap {
        float: left !important;
        padding-top: 12px;
    }
    .approve-wrap li a {
        font-size: 13px;
        height: 35px;
        padding: 7px;
        width: 130px;
    }

    /*----- Survey Section -----*/
    .survey-wrapper .survey-section h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .survey-list .radio label {
        font-size: 14px;
    }

    /*----- Popup Modals -----*/
    .modal-dialog.form-wrap {
        max-width: 450px;
    }
    .form-wrap .modal-content .modal-body h3 {
        font-size: 20px;
    }
    .form-wrap .modal-content {
        padding: 20px;
    }
    .form-section .mrgn-btm-sm {
        margin-bottom: 10px;
    }

    /*----- Interviews Section -----*/
    .interview-tab-wrap .panel-heading h4 a,
    .qus-ans-tab-wrap .panel-heading h4 a,
    .status-tab-wrap .panel-heading h4 a {
        font-size: 15px;
    }
    .status-tab-wrap .panel-body ol li {
        width: 100%;
    }
    .status-tab-wrap .panel-body ol {
        margin-bottom: 0px;
    }

    /*----- After Login Section -----*/
    .after-login-section .login-wrap > .nav-tabs {
        width: 100%;
        margin-bottom: 20px;
    }
    .after-login-section .login-wrap > .nav-tabs li a {
        text-align: center;
    }
    .after-login-section .login-wrap > .tab-content {
        float: left;
        width: 100%;
    }
    .after-login-section .login-wrap > .nav a.active::after {
        border-color: inherit;
        border-style: inherit;
    }

    /*----- Contact Us Section -----*/
    .contact-information .contact-info {
        margin-bottom: 20px;
        margin-right: 0;
        margin-top: 0;
        width: 100%;
    }
    .contact-map.clearfix iframe {
        height: 200px;
    }

    /*----- Board Members -----*/
    .board-member-section .board-member.board-center {
        width: 100%;
    }

    /*----- Video Section -----*/
    #video .form-wrap .modal-content {
        padding: 30px;
    }

    /*----- Results Page -----*/
    .records-wrap .content-section table thead {
        display: none;
    }
    .records-wrap .content-section tr td::before {
        display: block !important;
    }
    .records-wrap .content-section tr td {
        display: block;
        width: 100%;
    }
    .records-wrap .content-section table td {
        border-bottom: 1px solid #e5e5e5;
        border-left: 0 none !important;
        border-right: 0 none !important;
        border-top: 0 none !important;
        vertical-align: middle !important;
    }
    .records-wrap .content-section table tr:nth-child(2n + 1) {
        background: #f9f9f9 none repeat scroll 0 0;
    }
    .records-wrap .content-section tr td::before {
        content: attr(data-title);
        display: none;
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 5px;
        text-transform: capitalize;
    }
    .records-wrap .content-section .flag img {
        width: 15%;
    }
    .records-wrap .table thead tr th,
    .records-wrap .table tbody tr td {
        padding: 5px 12px 7px;
        padding: 10px;
        text-align: left;
    }
    .calender-sec {
        height: auto;
        padding: 20px;
    }
    .chess-community-sec .row {
        margin-bottom: 0px;
    }
    .chess-listing-wrapper .dev-mrgn-bt-xs {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 567px) {
    .button-sec-wrap .text-left,
    .button-sec-wrap .text-right {
        text-align: center !important;
    }
    .button-sec-wrap .row div {
        margin-bottom: 6px;
    }
    .button-sec-wrap .row div:last-child {
        margin-bottom: 0px;
    }
    
    .best-player-wrap ul li .img-sec {
        width: 15%;
    }
    .best-player-wrap ul li .img-sec a{
      display: block;
    }
    .browse-file-sec button {
        font-size: 14px;
        height: 36px;
        width: 135px;
    }

    /*----- Common Section -----*/
    p {
        font-size: 13px;
        line-height: 17px;
    }
    h3 {
        font-size: 20px;
    }

    /*----- Banner Section ------*/
    .banner-wrapper,
    .page-title-bar-wrap {
        margin-top: 155px;
    }
    .banner-wrapper,
    .banner-wrapper .carousel-inner .carousel-item.carousel-video iframe {
        height: 200px;
    }
    .banner-wrapper .banner_caption h1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .banner-wrapper .banner_caption .read-more {
        font-size: 12px;
        height: 29px;
        padding: 5px;
        width: 100px;
    }
    .banner-wrapper .banner_caption span {
        margin-bottom: 10px;
    }
    .page-title-bar {
        height: 100px;
    }
    .page-title-bar h1 {
        font-size: 20px;
    }
    /*----- Header Section -----*/
    .header-wrapper .logo-wrap {
        float:left;
        display: block;
    }
    .header-wrapper .special-link-wrap {
        margin-left: 0;
        margin-right: 0;
        margin-top: 6px;
        display: block;
    }
    .header-menu.nav_sec {
        position: absolute;
        right: 0;
        top: -68px;
    }
    .header-top.clearfix.d-flex.j-content.collapse-header,
    .header-bottom.sticky-header {
        width: 100%;
        text-align: center;
    }
    .rmm-button {
        height: 28px;
        width: 28px;
    }
    .rmm-button span:first-child {
        margin: 7px auto auto;
    }
    .rmm-button span {
        height: 2px;
        width: 18px;
    }

    /*---- Responsive Header -----*/
    button#responsive-menu-button {
        right: 3.5% !important;
        top: 30px !important;
    }
    #responsive-menu-container {
        top: 156px !important;
        width: 60% !important;
    }

    /*----- Footer Section ------*/
    .footer-wrapper .submit-form {
        width: 100%;
    }

    /*----- About Us Section -----*/
    .about-us-section {
        text-align: center;
    }
    .nav_show {
        background: #dda631 none repeat scroll 0 0;
        margin-top: 4px !important;
    }

    /*----- Academies Section -----*/
    .academies-wrap .title-sec .container {
        width: 100%;
    }
    .academies-wrap .title-sec h2 {
        font-size: 16px;
        line-height: 18px;
    }
    .acf-academy-sec,
    .academies-wrap .title-sec {
        padding: 15px 0;
    }
    h4 {
        font-size: 16px;
    }

    /*----- Assistence Software -----*/
    div.wpcf7 .ajax-loader {
        right: 35%;
    }

    /*----- Calender Section -----*/
    .alert.alert-danger {
        width: 100%;
    }
    .search-form-wrap form .form-group {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }
    .search-form-wrap form .form-group:last-child {
        padding-top: 10px;
    }
    .calendar-wrapper .row .content-sec h4 a {
        font-size: 16px;
    }
    .listing-wrapper .content-sec h4,
    .calendar-wrapper .content-sec h4,
    .calendar-wrapper .content-sec p,
    .chess-listing-wrapper .content-sec h4 {
        margin-bottom: 6px;
    }
    .calendar-wrapper .row .content-sec h5 {
        font-size: 13px;
    }
    .calendar-wrapper .content-sec {
        text-align: center;
    }
    .subscription-sec {
        text-align: center;
    }
    .subscription-sec li a {
        font-size: 14px;
        height: 35px;
        padding: 5px;
        width: 130px;
    }
    .calendar-wrapper .border-bottom {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .calendar-wrapper .device-mrgn-btm-xs {
        margin-bottom: 15px;
    }
    .subscription-sec .download svg {
        display: none;
    }
    .search-form-wrap form .form-group:last-child {
        width: 30%;
    }

    /*----- Common Section ------*/
    .get-in-touch-form h3,
    .detail-single-wrapper .section-title h3,
    .federation-wrapper .section-title h3 {
        font-size: 16px;
    }
    .federation-wrapper .section-title,
    .detail-single-wrapper .section-title {
        margin-bottom: 15px;
    }
    .chess-community-sec,
    .pay-and-win-wrap,
    .contact-information,
    .commissions-wrapper,
    .detail-single-wrapper,
    .about-us-section,
    .events-section,
    .events-detail-section,
    .financial-section,
    interviews-detail-wrap,
    .qus-ans-tab-wrap,
    .status-tab-wrap,
    .rules-of-chess-wrapper,
    .federation-wrapper,
    .after-login-section,
    .board-member-section,
    .records-wrap,
    .assistance-wrap,
    .calendar-wrapper {
        padding: 18px 0;
    }

    /*----- Question Answer -----*/
    .interview-tab-wrap .panel-heading h4 a,
    .qus-ans-tab-wrap .panel-heading h4 a,
    .status-tab-wrap .panel-heading h4 a {
        font-size: 14px;
    }

    /*----- Meta Info -----*/
    .listing-wrapper .meta-info span {
        font-size: 14px;
    }
    .listing-wrapper .content-sec h4 a,
    .calendar-wrapper .content-sec h4 a,
    .chess-listing-wrapper .content-sec h4 a {
        letter-spacing: 0.6px;
    }

    /*----- Gallery Section -----*/
    .load-more-wrap a {
        font-size: 14px;
        height: 38px;
        padding: 8px;
        width: 130px;
    }

    /*----- Modal Popups -----*/
    .modal-dialog {
        margin: 85px auto;
        width: 75%;
    }
    .modal-dialog .form-group {
        margin-bottom: 0.3rem;
    }
    .form-wrap .modal-body form input[type="submit"] {
        font-size: 16px;
        height: 35px;
        width: 120px;
    }
    .form-wrap .modal-content .modal-body h3 {
        font-size: 16px;
    }
    .form-wrap .modal-content .modal-body .form-control {
        font-size: 12px;
        height: 33px;
        padding: 6px;
    }

    /*----- Articles List -----*/
    .listing-wrapper .meta-info span:nth-child(2) {
        margin-left: 7px;
        padding-left: 10px;
    }

    /*----- Federation Section -----*/
    .federation-wrapper .federation-tab-sec .nav a.active::after {
        border-color: inherit;
        border-image: none;
        border-style: inherit;
    }
    .federation-wrapper .federation-tab-sec .nav-tabs {
        margin-right: 0;
        width: 100%;
    }
    .federation-wrapper .federation-tab-sec .nav-tabs li {
        float: left;
        margin-right: 3px;
        width: 24%;
    }
    .federation-wrapper .federation-tab-sec .nav-tabs li a {
        float: none;
        text-align: center;
    }
    .federation-wrapper .federation-tab-sec .nav-tabs li a .img-sec {
        margin-right: 0px;
        width: 100%;
    }
    .federation-wrapper .federation-tab-sec .nav a h4 {
        width: 100%;
    }

    /*----- After login Section -----*/
    .browse-file-sec .form_group input[type="text"],
    .browse-file-sec .form_group input[type="email"],
    .browse-file-sec .form_group input[type="password"],
    .browse-file-sec .form_group input[type="url"],
    .browse-file-sec .form_group .selectpicker {
        height: 40px;
        padding: 10px;
    }
    .browse-file-sec .form_group .browse {
        font-size: 12px;
        height: 40px;
    }

    /*----- Contact Us Page -----*/
    .contact-information .contact-info li {
        margin-bottom: 16px;
        padding-bottom: 10px;
    }
    .contact-information .contact-info {
        padding: 20px;
    }
    .get-in-touch-form {
        padding: 25px;
    }

    /*----- Board Members -----*/
    .board-member .content-sec span,
    .board-member .content-sec h4 {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .board-member.board-center .img-sec {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }
    .board-member.board-center .content-sec {
        width: 100%;
    }

    /*----- Modal Popup -----*/
    #video iframe {
        height: 200px;
    }

    /*----- My Profile Section -----*/
    .group-span-filestyle .btn.btn-default {
        height: 40px;
        line-height: 28px;
        font-size: 10px;
    }
    .bootstrap-filestyle.input-group {
        width: 99px;
    }
    .browse-file-sec .form_group input[type="text"],
    .browse-file-sec .form_group input[type="email"],
    .browse-file-sec .form_group input[type="password"],
    .browse-file-sec .form_group input[type="url"] {
        height: 40px;
    }
    .browse-file-sec .form_group .selectpicker {
        height: 40px;
        padding: 10px 108px 10px 10px;
    }
    .browse-file-sec .form_group input[type="text"],
    .browse-file-sec .form_group input[type="email"],
    .browse-file-sec .form_group input[type="password"],
    .browse-file-sec .form_group input[type="url"] 
    .browse-file-sec .form_group select,
    .browse-file-sec .form_group textarea {
        font-size: 11px;
    }
    .shw_cls {
        padding-left: 55px !important;
    }
    .federation-wrapper .federation-tab-sec .tab-content li p {
        padding-left: 0px;
    }
    .federation-wrapper .federation-tab-sec .tab-content {
        width: 100%;
    }

    /*----- Calendar -----*/
    .calender-sec .ui-widget-content .ui-state-default,
    .calender-sec .ui-widget-header .ui-state-default {
        font-size: 16px;
        height: 34px;
        line-height: 28px;
        width: 34px;
    }
    .calender-sec {
        padding: 20px 10px;
    }
    .calender-sec .ui-datepicker-calendar tr th span {
        font-size: 18px;
    }
    .chess-listing-wrapper .dev-mrgn-bt-xs {
        margin-bottom: 20px;
    }

    /*----- Touriest Attraction -----*/
    .asian-detail-single-img {
        margin-top: 155px;
    }
}
