.container-fluid {
    max-width: 1266px;
}

.container-fluid-max {
    width: 100%
}

body {
    font-family: 'PT Sans', sans-serif, 'Muli', "Tahoma", 'Roboto';
    background-color: #ffffff;
}

.bordered {
    border: 1px dotted #000 !important;
}

#header-section {
    min-height: 108px;
    padding-top: 17px;
}

.top-section .top-text{
    font-size: 17px;
    font-family: 'PT Sans', sans-serif;
    color: rgb(42, 42, 47);
    font-weight: bold;
}

.top-section .bottom-text{
    font-size: 17px;
    font-family: 'PT Sans', sans-serif;
    color: rgb(153, 153, 153);
    font-weight: bold;
    line-height: 1.2;
}

.top-section .icon{
    margin-right: 12px;
}

.top-section .tac_logo1{
    font-size: 34px;
    color: rgb(31, 139, 214);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
}
.top-section .tac_logo2{
    font-size: 13px;
    color: rgb(42, 42, 47);
    text-transform: uppercase;
    padding-left: 6px;
}

.webmail img{
    margin-right: 15px;
}

#myCarouselCaptions {
    border-radius: 10px;
    overflow: hidden;
}

#banners-section .carousel-item img {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#banners-section,
#quote {
    background-color: rgb(84, 22, 17);
    color: #fff;
    min-height: 431px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#intro {
    padding-top: 35px;
    padding-bottom: 35px;
}

.section-title {
    padding-bottom: 15px;
}

.section-title .sub-title,
.section-title .sub-title-2,
.section-title .sub-title-3 {
    font-size: 19px;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

.section-title .main-title,
.section-title .main-title-2,
.section-title .main-title-3 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.section-title .sub-title-2 {
    color: rgb(204, 202, 202) !important;
}

.section-title .main-title-2 {
    color: rgb(255, 255, 255) !important;
}

.section-title .sub-title-3 {
    color: rgb(204, 202, 202) !important;
}

.section-title .main-title-3 {
    color: rgb(81, 24, 14) !important;
}


.special-message {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
    /*width: 301px;*/
    height: inherit;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px
}

.special-message .message-picture {
    border-bottom-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    background-color: rgb(231, 231, 231);
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.special-message .message-info {
    padding: 22px 25px;
}

.special-message .message-info .sub-description {
    font-size: 14px;
    color: rgb(97, 97, 97);
    line-height: 1.2;
    text-align: left;
}

.special-message .message-info .message-title {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    padding-top: 5px;
}


#quote {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 150px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

#quote div {
    padding-left: 60px;
    padding-right: 60px;
}

#services-membership {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 500px;
}

#services-membership .section-body {
    padding-top: 15px;
}

#postal > br, #physical > br, #emails > br, #phones > br {
    display: none;
}

.membership-registration {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    min-height: 710px;
    height: inherit;
    padding: 20px 50px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
}

.service-item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    min-height: 217px;
    height: inherit;
    padding: 40px 30px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
}

.service-item:hover {
    background-color: rgba(234, 234, 234, 0.38);
}

.service-item .service-item-title {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.service-item .service-item-desc {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.389;
    text-align: center;
    margin-top: 25px;
    max-height: 80px;
    overflow-y: hidden;
}

.our-services-list .row {
    margin-bottom: 28px;
}


#our-team {
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: -moz-linear-gradient(-90deg, rgb(84, 22, 17) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(84, 22, 17) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(84, 22, 17) 0%, rgb(0, 0, 0) 100%);
    min-height: 500px;
    color: #fff;
}

.our-team-intro {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    padding-top: 15px;
}

.our-team-list {
    padding-top: 35px;
}

profile {
    display: block;
}

.profile-item {
    margin-left: 12px;
    margin-right: 12px;
}

.profile-item .employee-picture {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    min-width: 268px;
    min-height: 258px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.profile-item .employee-info {
    text-align: center;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}

.profile-item .employee-info .employee-name {
    font-size: 19px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    /*line-height: 39px;*/

    line-height: 1.4;
    margin-bottom: .125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*
.profile-item .employee-info .job-title span:first-child{
    float: left;
}
.profile-item .employee-info .job-title span:first-child{
    float: right;
}
*/
.profile-item .employee-info .job-title span:nth-child(2) {
    padding-left: 14px;
    padding-right: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.profile-item .employee-info .job-title span:first-child,
.profile-item .employee-info .job-title span:nth-child(3) {
    border-bottom: 1px solid #fff;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
}

.profile-item .employee-info .job-title span {
    display: inline-block;
}

.profile-item .employee-info .job-title {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 20px;
}

#section_team_main .profile-item {
    overflow: hidden;
}

#section_team_main .profile-item .employee-picture {
    width: 100%;
    min-width: auto;
    border-radius: 10px 10px 0 0;
    min-height: 285px;
}

#section_team_main .profile-item:hover {
    border: 1px solid rgb(81, 24, 14);
    /*background-color: rgba(81, 24, 14, 0.5);*/
    /*opacity:1;*/
    /*-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;*/
}

/*#section_team_main .profile-item .employee-picture{
    width: 100%;
    min-width: auto;
}*/
#section_team_main .profile-item .employee-info .employee-name {
    color: rgb(81, 24, 14) !important;
    font-weight: 700;
    line-height: normal;
}

#section_team_main .profile-item .employee-info .job-title {
    color: #616161;
}

#section_team_main .profile-item .employee-info .job-title span:first-child,
#section_team_main .profile-item .employee-info .job-title span:nth-child(3) {
    border-bottom: 1px solid #616161;
}

#section_team_main .profile-item .employee-info {
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    background-color: #d6d6d626;
}

#section_team_main .profile-item {
    border: 1px solid #cccccc9c;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 14%);
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.team-item-social-links {
    position: absolute;
    left: 50%;
    top: -28px;
    transform: translateX(-50%);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    color: #fff;
}

.team-item-social-links li a:hover {
    background-color: transparent;
    fill: rgb(81, 24, 14);
    border: 1px solid rgb(81, 24, 14);
}

.team-item-social-links li {
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
}

.team-item-social-links li a:hover {
    color: rgb(81, 24, 14);
}

.team-item-social-links li a {
    display: flex;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: .375rem;
    background-color: rgb(81, 24, 14);
    fill: #fff;
    /*border: 1px solid rgb(81, 24, 14);*/
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 5px 7px;
}

.profile-item:hover .team-item-social-links {
    top: -14px;
    opacity: 1;
    visibility: visible;
}

.profilecontainer:hover div .profilepic {
    border: 1px solid rgb(81, 24, 14);
}

#our-partners {
    padding-top: 35px;
    padding-bottom: 35px;
    /*min-height: 300px;*/
}

.partner-info-item {
    border: 1px solid #ccc;
    padding: 0;
    background: 0;
    overflow: hidden;
    border-radius: 10px;
    /*background-color: #fff;*/
    height: 110px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-left: 7px;
    margin-right: 7px;
}

.partner-info-item:hover {
    border: 1px solid rgb(81, 24, 14);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 14%);
}

.our_partner_list img {
    height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-title {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 70px;
    text-align: left;
}

.reset-btn-bg {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 10px;
}

.primary-btn-bg {
    border-radius: 3px;
    background-color: rgb(84, 23, 15);
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 10px;
    border: none;
    outline: none;
}



#top-footer hr {
    border: 0;
    border-bottom: 1px solid #737373;
    margin: 0;
}

#top-footer {
    background-color: #000;
    color: #fff;
    color: #fff;
    min-height: 430px;
}

#top-footer .section-1 .social {
    background-repeat: no-repeat;
    background-size: 63%;
    background-position: center;
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 3px;
}

#top-footer .section-1 .social:hover {
    border: none;
}

.facebook {
    background-image: url('../images/social-icons/facebook.png');
}

.facebook:hover {
    background-color: #1877f2;
}

.twitter {
    background-image: url('../images/social-icons/twitter.png');
}

.twitter:hover {
    background-color: #1da1f2;
}

.whatsapp {
    background-image: url('../images/social-icons/whatsapp.png');
}

.whatsapp:hover {
    background-color: #25d366;
}

.linkedin {
    background-size: 55% !important;
    background-image: url('../images/social-icons/linkedin.png');
}

.linkedin:hover {
    background-color: #2867b2;
}

.instagram {
    background-image: url('../images/social-icons/instagram.png');
}

.instagram:hover {
    background-color: #f8ab5b;
}

.youtube {
    background-image: url('../images/social-icons/youtube.png');
}

.youtube:hover {
    background-color: #ed1f24;
}

#top-footer .section-1 img.logo {
    height: 53px;
}

#top-footer .section-1 .col-lg-4,
#top-footer .section-1 .col-md-6 {
    padding: 15px 45px;
    margin-top: 23px;
    margin-bottom: 17px;
}

#top-footer .section-1 .col-lg-4:nth-child(2),
#top-footer .section-2 .col-lg-4:nth-child(2) {
    border-left: 1px solid #737373;
    border-right: 1px solid #737373;
}


#top-footer a {
    color: #fff;
    margin-bottom: 8px;
    display: inline-block;
}

#top-footer .footer-section-body {
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
}

#top-footer .footer-section-title {
    font-size: 21px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 25px;
}

#top-footer .section-2 .col-lg-4,
#top-footer .section-2 .col-md-6 {
    padding: 15px 45px;
    margin-top: 17px;
    margin-bottom: 10px;
}

#top-footer .home-gallery table {
    width: 100%;
}

#top-footer .home-gallery td {
    border: 2px solid #000;
    background-color: #fff;
    vertical-align: middle;
    height: 70px;
}

#bottom-footer a {
    color: #000;
    padding-left: 7px;
    padding-right: 7px;
}

#bottom-footer .col-lg-4:last-child {
    padding-right: 35px;
    text-align: center;
}

#bottom-footer .col-lg-4:first-child {
    padding-left: 35px;
}

#bottom-footer {
    min-height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#top-footer .section-1 hr,
#top-footer .section-2 hr {
    display: none;
}

input.form-control {
    height: 40px;
}

.slogan {
    font-size: 20px;
    color: rgb(87, 20, 18);
    text-align: center;
}

.webmail a:hover {
    color: #501d12;
}

.webmail a {
    color: #333333;
    text-decoration: none;
}

.webmail .text {
    font-size: 15px !important;
}

.webmail {
    font-size: 17px;
    text-align: left;
    float: right;
}

.top-menu-section {
    border-bottom: 1px solid #000;
    line-height: 45px;
}

#top-section-bar{
    background-image: -moz-linear-gradient( 90deg, rgb(19,58,159) 0%, rgb(31,139,214) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(19,58,159) 0%, rgb(31,139,214) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(19,58,159) 0%, rgb(31,139,214) 99%);
    height: 46px;
    color: #fff;
    font-size: 17px;
    vertical-align: center;
    padding-top: 10px;
}

#logo-menu-section-bar{
    min-height: 100px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
    padding-top: 23px;
}

#logo-menu-section-bar .tac_logo1{
    font-size: 34px;
    color: rgb(31, 139, 214);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
}
#logo-menu-section-bar .tac_logo2{
    font-size: 13px;
    color: rgb(42, 42, 47);
    text-transform: uppercase;
    padding-left: 6px;
}

#top-section-bar a{
    color: #fff;
    font-size: 17px;
    vertical-align: center;
}

.main-menu-section {
    margin-top: 10px;
}

#menu-section{
    background-image: url("../../images/menu-bottom-shadow.png");
    background-repeat: repeat-x;
    background-position: center;
}

.main-menu{
    background-color: #367dc8;
    border-radius: 5px;
    /*height: 63px;*/
    z-index: 98;
    /*padding-right: 0;*/
    /*overflow: hidden;*/
}

.main-menux .sky-mega-menu li a:hover{
    color: #1f8bd6!important;
}
.sky-mega-menu li li:last-child{
    border-bottom: none;
}
.main-menux .sky-mega-menu li a{
    color: #2a2a2f!important;
    text-transform: none;
}

#footer-section .footer-extra .live-chat-btn{
    margin-bottom: 30px;
    display: inline-block;
}
#footer-section .footer-extra ul.social-links{
    padding-left: 0;
}

#footer-section .footer-extra ul.social-links>li{
    display: inline-block;
    list-style: none;
    padding-left: 2px;
    padding-right: 2px;
}

#banner-section{
    min-height: 528px;
    border-bottom: 1px solid #cfcfcf;
}
.banner-main{
    border-radius: 12px;
    /*background-color: rgb(54, 125, 200);*/
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    /*height: 451px;*/
    margin-top: 35px;
  /*  background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;*/
    overflow: hidden;
}

#banner-section .carousel-item img {
    width: 100%;
    height: 451px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.page_pic{
    border-radius: 12px;
    height: 238px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 45px;
    background-size: cover;
    background-position: center -60px;
    background-repeat: no-repeat;
}

.trans{
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* Page Navigation */
.breadcrumb {
    background: none;
    margin-bottom: 0;
}

#page-navigation-section {
    border-bottom: 1px solid #ccc;
    /*background-color: #1e8bd60f;*/
}

.content-main .main-content{
    font-size: 17px;
    color: rgb(42, 42, 47);
    line-height: 1.2;
    text-align: left;
}
.flat-plan .main-title,
.content-main .main-title{
    font-size: 20px;
    color: rgb(54, 125, 200);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 18px;
}

.main-title-sub{
    font-size: 27px;
    color: rgb(54, 125, 200);
    font-weight: bold;
    /*text-transform: uppercase;*/
    line-height: 1.2;
    text-align: left;
    margin-bottom: 18px;
}
.content-main{
    border-radius: 12px;
    background-color: rgb(240, 239, 244);
    height: 213px;
    padding: 35px;
    margin-top: 25px;
}

.content-main-row{
    margin-top: 10px;
}

#services-section, #ourteam-section, #footer-section{
    padding-top: 45px;
    padding-bottom: 45px;
}

#intro-section{
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background-color: #eef2f7;
    min-height: 563px;
    padding-top: 45px;
    padding-bottom: 0;
}

.mini-title{
    font-size: 18px;
    color: rgb(54, 125, 200);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}
.main-title{
    font-size: 36px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.title{
    margin-bottom: 20px;
}
.main-content{
    font-size: 17px;
    line-height: 1.5;
    min-height: 600px;
}
.main-content ul{
    list-style: disc;
    margin-left: 30px;
}
a.service-link{
    text-decoration: none;
}

.news-panel-mx:hover {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 28%);
    border: 1px solid #ccc;
}

.news-panel-mx {
    border-width: 1px;
    border-color: rgb(54, 125, 200);
    border-style: solid;
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    padding: 30px;
    /*max-width: 350px;*/
    margin-top: 30px;
}

.news-panel-mx .title{
    background-image: url("../../images/news-panel-mx-bg.png");
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    margin-bottom: 30px;
}

.news-panel-mx .title .main-title{
    font-size: 24px;
    color: rgb(54, 125, 200);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    background-color: #fff;
    /*width: fit-content;*/
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.news-panel-mx .article-date .day{
    font-size: 25px;
    text-align: center;
    line-height: normal;
    margin-top: 5px;
}
.news-panel-mx .article-date .month{
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    margin-bottom: 5px;
}
.news-panel-mx .article-date{
    border-radius: 6px;
    background-color: rgb(54, 125, 200);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.28);
    width: 62px;
    height: 62px;
    margin-left: 10px;
    font-weight: bolder;
    color: #fff;
}
.news-panel-mx .news-event-article-title{
    font-size: 18px;
    color: rgb(42, 42, 47);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.news-panel-mx .article-content{
    font-size: 17px;
    line-height: 1.5;
    color: rgb(42, 42, 47);
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-panel-mx .read-more{
    border-width: 1px;
    border-color: rgb(54, 125, 200);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(54, 125, 200);
    width: 126px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 7px 14px;
    font-size: 15px;
}

.news-panel-mx .article-category{
    border-width: 1px;
    color: rgb(54, 125, 200);
    border-color: rgb(54, 125, 200);
    border-style: solid;
    display: inline-block;
    line-height: 25px;
    margin-top: 25px;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.news-panel-mx ul.why_choose_us_{
    padding-left: 20px;
}
.news-panel-mx ul.why_choose_us_ li span{
    text-decoration: underline;
    color: #367dc8;
    margin-right: 15px;
    font-weight: bold;
}
.news-panel-mx ul.why_choose_us_ li{
    list-style: none;
    padding-top: 7px;
    padding-bottom: 7px;
}

.company-profile-key:hover{
    box-shadow: 0px 0px 8px 0px rgb(0 0 0/28%);
}

.company-profile-key{
    border-width: 1px;
    border-color: rgb(153, 153, 153);
    border-style: solid;
    border-radius: 12px;
    background-color: rgb(225, 240, 255);
    height: 193px;
    padding: 30px 40px;
}
.company-profile-key .main-title{
    font-size: 20px;
    color: rgb(54, 125, 200);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 18px;
}
.company-profile-key .main-content{
    font-size: 17px;
    color: rgb(42, 42, 47);
    line-height: 1.4;
    text-align: left;
}

#services-section .service-panel:hover{
    box-shadow: 0px 0px 8px 0px rgb(0 0 0/28%);
}

#services-section .service-panel{
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    min-height: 210px;
    padding: 30px 40px;
    margin-bottom: 28px;
}
#services-section .service-panel .main-title{
    font-size: 24px;
    /*color: rgb(54, 125, 200);*/
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 18px;
}
#services-section .service-panel .main-content{
    font-size: 17px;
    color: rgb(102, 102, 102);
    line-height: 1.4;
    text-align: left;
}

#services-section .read-more{
    border-width: 1px;
    border-color: rgb(54, 125, 200);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(54, 125, 200);
    display: inline-block;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 7px 50px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#counter-section .statCounter .col:nth-child(2),
#counter-section .statCounter .col:nth-child(3),
#counter-section .statCounter .col:nth-child(4)
{
    border-left: 1px solid #a0c2e5;
}
#counter-section .statCounter{
    border-radius: 12px;
    background-color: rgb(54, 125, 200);
    height: 185px;
    padding: 40px;
    color: #fff;
}

#counter-section .statCounter .stat-title {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

#counter-section .statCounter .stat-number {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

#counter-section .statCounter .stat-unit {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 16px;
    text-align: right;
    padding-right: 90px;
    margin-top: 15px;
}


#counter-section{
    background-image: url("../../images/counterBg.png");
    background-repeat: repeat-x;
    background-position: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

#ourteam-section .profile-item a{
    text-decoration: none;
}

#ourteam-section .profile-item:hover{
    box-shadow: 0px 0px 8px 0px rgb(0 0 0/28%);
}

#ourteam-section .profile-item{
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    margin: 10px;
    /*margin: 0;*/
}

#ourteam-section .profile-item .profile-pic{
    height: 330px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-bottom: 1px solid #ccc;
}

#ourteam-section .profile-item .profile-desc{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#ourteam-section .profile-item .profile-desc .fullname{
    font-size: 20px;
    color: rgb(54, 125, 200);
    font-weight: bold;
    text-transform: uppercase;
    /*line-height: 1.2;*/
}

#ourteam-section .profile-item .profile-desc .jobtitle{
    font-size: 17px;
    color: rgb(102, 102, 102);
    line-height: 1.2;
}

#footer-section{
    background-color: #252525;
    background-image: url("../../images/footer-world-map.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

#footer-section .footer-disclaimer{
    border-top: 1px solid #484848;
    color: #cccccc;
    font-size: 16px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer-section .footer-disclaimer li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
#footer-section .footer-disclaimer a{
    color: #cccccc;
    font-size: 16px;
    text-decoration: none;
}

#footer-section .footer-extra a{
    color: rgb(204, 204, 204);
    text-decoration: none;
}
#footer-section .footer-extra{
    min-height: 350px;
    color: rgb(204, 204, 204);
}

#footer-section .footer-extra .footer-title{
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer-section .footer-extra ul{
    padding-left: 20px;
    list-style: disc;
}
#footer-section .footer-extra .location-branch{
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 6px;
    display: inline-block;
    padding: 4px 14px;
    font-size: 17px;;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 15px;
}

#footer-section{
    padding-bottom: 5px;
}

.sky-mega-menu li a.webmail_btn {
    color: #fff !important;
    background-color: #4b1a0f !important;
    padding-left: 17px;
    padding-right: 17px;
}

.separator_footer_sm_md {
    display: none;
}
/*
.slick-prev:hover,
.slick-next:hover {
    color: #0d81ca;
}


.slick-prev,
.slick-next {
    margin-top: 80px;
    display: inline-block !important;
    background: none;
    color: #fff;
    border: 0;
    font-size: 45px;
    outline: none;
}

#section_links_main .slick-prev,
#section_links_main .slick-next {
    margin-top: -22px;
    color: #fff;
    font-size: 30px;
}

.our_partner_list .slick-prev,
.our_partner_list .slick-next {
    margin-top: -22px;
    color: #000;
    font-size: 30px;
}

.slick-slide img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

.slick-slide {
    text-align: center !important;
    align-content: center !important;
    color: #333333 !important;
}*/

a.section_links_main {
    color: #333333 !important;
    text-decoration: none;
    outline: none;
    font-size: 16px;
}

#page-header-section {
    padding: 20px 143px;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

#page-header-section .breadcumb-inner ul {
    padding-left: 0;
}

#page-header-section .brpt h2 {
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
    color: #000000 !important;
}

#page-header-section .breadcumb-inner li,
#page-header-section .breadcumb-inner li a,
#page-header-section .breadcumb-inner ul {
    color: #333;
}

#page-header-section .breadcumb-inner li a {
    color: #333;
    text-transform: uppercase;
}

#page-header-section .breadcumb-inner li {
    display: inline-block;
    margin: 0 6px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.boxshadow2 {
    display: flex;
    box-shadow: 0 0 0.8125rem 0 rgb(8 9 10 / 15%);
    padding-bottom: 10px;
}

#page-nav-section {
    position: relative;
    padding: 15px 35px;
    background-color: #521713;
    line-height: 14px;
}

#page-nav-section .bread-crumbs ul {
    padding-left: 10px;
}

#page-nav-section .bread-crumbs li,
#page-nav-section .bread-crumbs li a,
#page-nav-section .bread-crumbs ul {
    color: #fff;
}

#page-nav-section .bread-crumbs li a {
    color: #fff;
    text-transform: uppercase;
}

#page-nav-section .bread-crumbs li {
    display: inline-block;
    margin: 0 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

#page-nav-section .bread-crumbs-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1rem;
    overflow: hidden;
}

.partners-cover {
    background-color: #eff2f7;
}

.partners-cover .partner-info-item {
    background-color: #fff;
}

.page-title span {
    color: #521713;
}

.page-title {
    font-weight: 700;
}

.page-subtitle {
    font-size: 1rem;
    color: #521713;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 2px;
}

.em-bar-main {
    margin: 18px 0 30px;
}

.em-bar.em-bar-big {
    margin: 20px auto;
    position: relative;
}

.em-bar.em-bar-big::before {
    display: block;
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #521713;
    top: auto;
    text-align: center;
}

.t_center .em-bar.em-bar-big::before {
    right: 0;
    margin: auto;
}

.page-body .btn-default {
    border: 1px solid #000;
    padding-left: 1.75em;
    padding-right: 1.75em;
    margin-left: 10px;
}

.page-body .btn-primary {
    background: #2876e2;
    background: linear-gradient(to right, #2876e2 0, #3f8efc 100%);
    text-decoration: none;
    padding-left: 1.75em;
    padding-right: 1.75em;
    border-radius: .375rem;
    outline: 0;
    cursor: pointer;
}

.page-body form .row .form-control {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    padding: calc(.75em - 1px) 1rem;
    margin-bottom: 15px;
    min-height: 50px;
}

.page-body .map-auto {
    border-radius: .375rem;
    overflow: hidden;
}

.rEventsRight {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 20px;
}

.rEventDate {
    float: left;
    border-right: 1px solid #000000;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
}

.rEventTitle {
    padding-top: 5px;
    font-size: 14px;
    width: 300px;
}

#intro .intro-body{
    min-height: 350px;
}
.event-calendar-panel{
    border-radius: 10px;
    border: 1px solid #333;
    padding: 20px 10px;
}
.event-calendar-panel .rContainers:last-child .rEventsRight
{
    border: 0
}

.event-calendar-panel h4{
    background-color: #e8e8e8;
    color: #4b1a0f;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 5px;
}

training-item .title{
    font-size: 1.125rem;
}
a.training-link{
    text-decoration: none;
}
a training-item .title{
    color: rgb(84, 22, 17)!important;
}
a training-item .training-category, a training-item .training-date{
    color: #333;
    text-decoration: none
}
training-item .training-date{
    border-left: 1px solid #333;
    padding-left: 7px;
}
training-item .training-category{
    padding-right: 7px;
}
training-item .training-category, training-item .training-date{
    font-size: 0.75rem;
}
training-item{
    border: 1px solid #ccc;
    border-radius: 10px;
    display: block;
    padding: 16px;
    margin-bottom: 15px;
}

training-item:hover{
    border-color: #521713;
}

/* **** Documents **** */
.documents{
/*    font-size: 14px;*/
}

.documents a{
    color: #333;
}

.documents .document_size{
    color: #9f9d9d; padding-top: 18px;
}

.documents img.file_icon{
    margin-right: 15px; 
    margin-left: 10px;
    float: left;
}
.documents .document_table_header{
    /*
    border-bottom: 2px solid #0d81ca; 
    background-color: #c1d8ed;
    */
    border-bottom: 2px solid #9c9a9a;
    background: rgb(227, 227, 227);
    background: -moz-linear-gradient(272deg, rgb(227, 227, 227) 30%, rgb(242, 242, 242) 70%);
    background: -webkit-linear-gradient(272deg, rgb(227, 227, 227) 30%, rgb(242, 242, 242) 70%);
    background: -o-linear-gradient(272deg, rgb(227, 227, 227) 30%, rgb(242, 242, 242) 70%);
    background: -ms-linear-gradient(272deg, rgb(227, 227, 227) 30%, rgb(242, 242, 242) 70%);
    background: linear-gradient(2deg, rgb(227, 227, 227) 30%, rgb(242, 242, 242) 70%);
    padding-left: 30px;
}

/* pagination */
div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #521713;
    color: #fff;
}    

.pagination .page-item .page-link {
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #212529;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #521713;
    border-color: #007bff;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #521713;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/* **** NEW *** */
/* New Feed News Item Style */

.newsLinkPanel .newsItem {
    padding-top: 14px;
    min-height: 119px;
    /* margin-bottom: 10px; */
    border-bottom: 1px dotted #ccc;
}

.newsLinkPanel .newsItem:hover {
    background-color: #f0f8ff6b;
    /*
    border-bottom: 1px dotted #0e80cc;
    border-radius: 5px;
    */
}

.newsLinkPanel .newsItem .newsPDF{
    background-size: 50%!important;
    background-position: center;
    background-image: url('../../assets/images/icon_pdf.png')!important;
}

.newsLinkPanel .newsItem .newsThumbnail, .newsItem .newsThumbnail_side{
    width: 135px;
    height: 90px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 72%;
    background-position: center;
    background-image: url('../../assets/images/logo.png');
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    margin-right: 30px;
    float: left;
}

.newsLinkPanel .newsItem .newsThumbnail_side{
    float: none;
    width: 100%;
    margin-left: 4px;
    margin-right: 4px;
    max-width: 97%;
    min-height: 192px;
}

.newsLinkPanel .newsItem .newsMetaData div{
    display: inline-block;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: bold;
}
.newsLinkPanel .newsItem .newsMetaData{
    color: #7a7a7a;
}

.newsLinkPanel .newsItem .newsMetaData .newFlag {
    background-color: #e61b1b;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}

.newsLinkPanel .newsItem .newsMetaData .newsDate {
    margin-right: 10px;
}
.newsLinkPanel .newsItem .newsMetaData .newsCategory {
    margin-left: 5px;
    margin-right: 5px;
}

.newsLinkPanel .newsItem .newsMain .newsTitle {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding-top: 5px;
    margin-bottom: 14px;
}

.newsLinkPanel .news_feed a{
    text-decoration: none;
}

.newsLinkPanel .readmore{
    text-align: center;
    padding-top: 10px;
}   




/* New Feed News Item Style */

.news_feed .newsItem {
    padding-top: 14px;
    min-height: 119px;
}

.newsItem:hover {
    /*background-color: #f0f8ff6b;*/
    /*
    border-bottom: 1px dotted #0e80cc;
    border-radius: 5px;
    */
}

.newsItem .newsPDF{
    background-size: 50%!important;
    background-position: center;
    background-image: url('../../assets/images/icon_pdf.png')!important;
}

.newsItem .newsThumbnail, .newsItem .newsThumbnail_side{
    width: 100%;
    /*height: 90px;*/
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 72%;
    background-position: center;
    background-image: url('../../assets/images/logo.png');
    /*box-shadow: 0 0 6px rgba(0,0,0,.3);*/
    margin-bottom: 15px;
    border: 1px solid #ccc;
    /*float: left;*/
}

.newsItem .newsThumbnail_side{
    float: none;
    width: 100%;
    margin-left: 4px;
    margin-right: 4px;
    max-width: 97%;
    min-height: 192px;
}

.newsItem .newsMetaData div{
    display: inline-block;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: bold;
}
.newsItem .newsMetaData{
    color: #127fcd;
}

.newsItem .newsMetaData .newFlag {
    background-color: #e61b1b;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}

.newsItem .newsMetaData .newsDate {
    margin-right: 10px;
    color: #127fcd;
}
.newsItem .newsMetaData .newsCategory {
    margin-left: 5px;
    margin-right: 5px;
    color: #127fcd;
}

.newsItem .newsMain .newsDescr {
    color: #333333;
    font-size: 15px;
    line-height: normal;
}
.newsItem .newsMain .newsReadmore i{
    color: #f15d17;
    font-size: 13px;
}
.newsItem .newsMain .newsReadmore {
    color: #333333;
    
    font-size: 13px;
    line-height: normal;
}
.newsItem .newsMain .newsTitle {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding-top: 5px;
    margin-bottom: 14px;
}

.news_feed a{
    text-decoration: none;
}

.readmore{
    text-align: center;
    padding-top: 10px;
}

.readmore a:hover, .see_all a:hover{
    background-color: rgba(227, 227, 227, 0.44);
    text-decoration: none;
}

.readmore a, .see_all a{
    /* background-color: #e3e3e3; */
    color: #521713;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    border: 1px solid #e3e3e3; 
}

/* FAQ */
.faqFieldset{
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 17px;
    border-radius: 7px;
}
.legendTitle{
    font-size: medium;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.legendTitleClosed{
    border: 1px solid #ccc;
    padding: 7px 26px;
    border-radius: 7px;
    width: 100%;
}

.faqFieldset .faqAnswer {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom:10px;
}

/* Banner Carousel Customization */

.carousel-caption p {
    margin-bottom: 0
}

.carousel-caption {
    background-color: #0000004d;
    border-radius: 10px;
    padding: 5px;
}

.carousel-caption h5 {
    font-weight:600;
    text-shadow: 1px 1px 3px rgb(0 0 0/80%);
}

#leader-pic-md{
    float: right;
}

/* Banner Caption Custom*/
/*
.carousel-caption h5, .carousel-caption p {
    text-align: left;
}

.carousel-caption {
    background-color: #0000006b;
    padding-left: 30px;
    border-radius: 10px;
    border-left: 3px solid;
    padding-bottom: 5px;
}
*/

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #e6bc0a;
    }

    50% {
        color: #07ef10;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media all and (max-width: 575.98px) {
    #quote div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-item {
        padding: 20px 30px;
        min-height: inherit;
        margin-bottom: 20px;
    }

    .service-item .service-item-desc {
        margin-top: 10px;
        max-height: 73px;
    }

    .our-services-list .row {
        margin-bottom: 0;
    }

    .membership-registration {
        min-height: auto;
        margin-bottom: 20px;
        padding: 20px 30px;
    }
    #services-membership .form-title{
        font-size: 22px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 16px;
    }
    #services-membership {
        padding-left: 5px;
        padding-right: 5px;
    }
    .webmail {
        display: none;
    }

    .slogan {
        font-size: 17px;
        color: rgb(0, 0, 0);
    }

    #top-footer .section-1 img.logo {
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #top-footer .section-1 .col-lg-4:nth-child(2),
    #top-footer .section-2 .col-lg-4:nth-child(2) {
        border-left: 0;
        border-right: 0;
        padding: 0 45px;
        margin-top: 0;
        margin-bottom: 0;
    }

    #top-footer .section-1 hr,
    #top-footer .section-2 hr {
        display: block;
        margin-top: 30px;
    }

    #page-header-section {
        padding: 20px 15px !important;
    }

    #intro {
        padding-left: 15px;
        padding-right: 15px;
    }

    #myCarouselCaptions {
        border-radius: 0;
    }

    #banners-section .carousel-item img {
        height: 300px;
    }

    #banners-section {
        padding: 0;
        margin: 0;
        min-height: auto !important;
    }
    #banners-section .container-fluid {
        padding: 0;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
    }

    #banner-section{
        padding-bottom: 25px;
    }
    #top-section-bar{
        height: inherit;
    }
    #counter-section .statCounter{
        height: inherit!important;
        /*padding: 30px;*/
        padding: 20px 13px;
    }

    #counter-section .statCounter .col:nth-child(1),
    #counter-section .statCounter .col:nth-child(2){
        margin-bottom: 20px;
    }
    #counter-section .statCounter .col:nth-child(3){
        border-left: 0;
    }
    #counter-section .statCounter .stat-unit {
        text-align: right;
        padding-right: 0;
    }
    #footer-section .footer-disclaimer {
        height: auto;
    }
    .company-profile-key{
        margin-bottom: 15px;
        height: auto;
        padding: 25px;
    }

    #counter-section .statCounter{
        margin: 0;
    }

    #leader-pic-md{
        float: none;
    }
    .news-panel-mx{
        /*position: inherit;*/
        /*max-width: 300px;*/
        /*float: right;*/
        /*padding: 20px 16px;*/
        display: none;
    }
    #services-section .service-panel {
        min-height: 150px;
    }

    .desktop-menu{
        display: none;
    }
    .LogoTableX{
        width: 100%;
    }
    #logo-menu-section-bar .tac_logo1{
        font-size: 28px;
    }
    #menu{
        float: right!important;
    }
    #menu i{
        margin-top: 0!important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media all and (min-width: 576px) and (max-width: 767.98px) {

    #top-footer .section-1 .col-lg-4:nth-child(2),
    #top-footer .section-2 .col-lg-4:nth-child(2) {
        border-left: 0;
        border-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .separator_footer_sm_md {
        display: block;
    }

    .service-item {
        padding: 20px 30px;
        min-height: inherit;
        margin-bottom: 20px;
    }

    .service-item .service-item-desc {
        margin-top: 10px;
        max-height: 25px;
    }

    .our-services-list .row {
        margin-bottom: 0;
    }

    .membership-registration {
        min-height: auto;
        margin-bottom: 20px;
    }

    .webmail {
        display: none;
    }

    .slogan {
        font-size: 17px;
        color: rgb(0, 0, 0);
    }

    #top-footer table td button {
        background-color: #222527
    }

    #top-footer table td {
        text-align: center;
    }

    #top-footer table {
        border: 1px solid #333;
    }

    #page-header-section {
        padding: 20px 15px !important;
    }

    #intro {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    #myCarouselCaptions {
        border-radius: 0;
    }

    #banners-section .carousel-item img {
        height: 350px;
    }

    #banners-section {
        padding-left: 0;
        padding-right: 0;
        /*padding: 5px;*/
        margin: 0;
        min-height: auto !important;
    }
    #banners-section .container-fluid {
        padding: 0;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
    }

    #banner-section {
        padding-bottom: 20px;
    }

    .company-profile-key{
        margin-bottom: 15px;
        height: auto;
        padding: 25px;
    }

    .content-main{
        height: auto;
        min-height: 196px;
    }

    #counter-section .statCounter .stat-unit {
        text-align: right;
        padding-right: 0;
    }
    #counter-section .statCounter{
        margin: 0;
    }

    #leader-pic-md{
        float: right;
    }

    .news-panel-mx{
        /*position: inherit;*/
        /*max-width: 300px;*/
        /*float: right;*/
        /*padding: 20px 16px;*/
        display: none;
    }
    #services-section .service-panel {
        min-height: 150px;
    }
    .desktop-menu{
        display: none;
    }
    .LogoTableX{
        width: 100%;
    }
    #logo-menu-section-bar .tac_logo1{
        font-size: 28px;
    }
    #menu{
        float: right!important;
    }
    #menu i{
        margin-top: 0!important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media all and (min-width: 768px) and (max-width: 991.98px) {

    #header-section {
        padding-bottom: 10px;
    }

    #top-footer .section-1 .col-lg-4:nth-child(2),
    #top-footer .section-2 .col-lg-4:nth-child(2) {
        border-left: 0;
        border-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .separator_footer_sm_md {
        display: block;
    }

    .service-item {
        padding: 20px 30px;
        min-height: inherit;
        margin-bottom: 20px;
    }

    .service-item .service-item-desc {
        margin-top: 10px;
        max-height: 25px !important;
    }

    .our-services-list .row {
        margin-bottom: 0;
    }

    #top-footer .section-1 .col-md-6:first-child,
    #top-footer .section-2 .col-md-6:first-child {
        border-right: 1px solid #737373;
    }

    #top-footer .section-1 .col-lg-4:nth-child(2),
    #top-footer .section-2 .col-lg-4:nth-child(2) {
        padding-top: 36px;
    }

    #page-header-section {
        padding: 20px 0;
    }

    #intro {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    
    #banners-section {
        padding-left: 0;
        padding-right: 0;
        /*padding: 5px;*/
        margin: 0;
        min-height: auto !important;
    }
    #banners-section .container-fluid {
        padding: 0;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
    }

    #myCarouselCaptions {
        border-radius: 0;
    }

    #banners-section .carousel-item img {
        height: 420px;
    }

    #banner-section{
        padding-bottom: 25px;
    }

    /*#services-membership,
    #intro {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }*/
    .profile-item .employee-picture{
        min-width: 230px;
    }

    .content-main{
        height: auto;
    }

    #counter-section .statCounter .stat-unit {
        text-align: right;
        padding-right: 0;
    }
    #counter-section .statCounter{
        margin: 0;
    }

    #leader-pic-md{
        /*margin-top: -50px;*/
        /*max-width: 270px;*/
        height: 330px;
    }
    .news-panel-mx{
        position: inherit;
        max-width: 300px;
        float: right;
        padding: 20px 16px;
    }
    .company-profile-key {
        min-height: 130px;
        height: inherit;
    }

    .company-profile-key{
        margin-top: 15px;
    }

    #services-section .service-panel {
        min-height: 180px;
    }
    .side-menu, #navSidebar, #menu{
        display: none;
    }
    .LogoTableX{
        margin-left: auto;
        margin-right: auto;
    }
    /*
    .desktop-menu{
        display: none;
    }
    .LogoTableX{
        width: 100%;
    }
    #logo-menu-section-bar .tac_logo1{
        font-size: 28px;
    }
    #menu{
        float: right!important;
    }
    #menu i{
        margin-top: 0!important;
    }*/
}

/* Large devices (desktops, 992px and up) */
@media all and (min-width: 992px) and (max-width: 1199.98px) {
    #intro {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    #banners-section {
        padding-left: 0;
        padding-right: 0;
    }
    #banners-section .container-fluid {
        padding: 0;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
    }

    /*#banners-section{
      padding:0;
      margin: 0;
    }*/
    #myCarouselCaptions {
        border-radius: 0;
    }

    #services-membership,
    #intro {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }
    .sky-mega-menu li a {
        padding: 3px 9px!important;
    }
    #leader-pic-md{
        /*max-width: 400px;*/
        margin-top: 32px;
        height: 400px;
    }
    .news-panel-mx{
        padding: 25px;
        width: 92%;
    }

    .company-profile-key {
        height: 200px;
        padding: 25px 30px;
    }
    #services-section .service-panel{
        padding: 25px 30px;
    }

    #counter-section{
        padding-left: 10px;
        padding-right: 10px;
    }
    #counter-section .statCounter {
        padding: 30px 10px;
    }
    .side-menu, #navSidebar, #menu{
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px) {
    #intro {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    #leader-pic-md{
        height: 432px;
    }
    .news-panel-mx{
        width: 94%;
    }
    .side-menu, #navSidebar, #menu{
        display: none;
    }
}
