@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    scroll-behavior: initial;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


a:hover,
a:focus,
a:active{
    text-decoration: none;
}

ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Public Sans';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

a{
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1445px;}

/* **** Header **** */
header{
    position:fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 0;
    
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
/*header.nav-new{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}*/
.logo-box{
    background: url('../images/header-back.png') 0 0 repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;

}
.logo-box img{
    margin: 0 auto;
    display: table;
    width: 260px;
}
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.navbar-brand{
    float: none;
    height: auto;
    padding: 0;
}
.navbar{
    background:#000000;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin:0;
    padding: 0 0px;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.navbar .navbar-nav{
    position: relative;
}
.navbar .navbar-nav .facebook-img{
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 100%;
    padding-left: 60px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.navbar .facebook-mobile{
    display: none;
}
.navbar .navbar-nav>li{
    float: left;
    width: 20%;
}
.navbar .navbar-nav>li:last-child{
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link,
.navbar .navbar-nav>li>a{
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
}
.navbar-light .navbar-nav .nav-link .bullet-img{
    position: relative;
}
.navbar-light .navbar-nav .nav-link .bullet-img:before{
    position: absolute;
    content: "";
    height:53px;
    width: 57px;
    background-image: url("../images/bullet-casing.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 49%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-light .navbar-nav .nav-link img{
    display: inline-block;
}

.navbar-light .navbar-nav .nav-link:hover .bullet-img:before,
.navbar-light .navbar-nav .nav-link.active .bullet-img:before{
    opacity: 1;
}
.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:hover{
    color: #CC9136;
}
.navbar .navbar-nav>li a.nav-link.active {
    color: #CC9136;
}
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover{
    color: #CC9136;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #CC9136;
}

.navbar-toggler:focus{box-shadow: none;}

.navbar-light .navbar-toggler-icon{
    background-image:unset;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    position: relative;
    padding: 0;
    height: 40px;
    width: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-light .navbar-toggler{
    height: 46px;
    width: 46px;
    border: 2px solid #CC9136;
    border-radius: 100%;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #CC9136;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #CC9136;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}


.mailing-block{
    position: relative;
}
.mailing-box{
    position: absolute;
    background-color: #fff;
    width: 375px;
    height: 418px;
    left: 0;
    padding: 13px 30px;
    opacity: 0;
    visibility: hidden;
}
.mailing-block.expand-menu-open .mailing-box{
    opacity: 1;
    visibility: visible;
}

.mailing-box h3{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin: 0;
}
.mailing-box .email-img{
    width: 50px;
    margin-left: auto;
    margin-right: 0;
    display: table;
}
.mailing-box .form-group{
    margin: 0 0 25px;
}
.mailing-box .form-group label{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #171717;
    margin: 0 0 10px;
}
.mailing-box .form-group .form-control{
    margin: 0;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    color: #171717;
    border: 1px solid #171717;
}
.mailing-box button{
    background-color: #2F80ED;
    border-radius: 4px;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mailing-box button:hover{
    background-color: #000;
    color: #fff;
}






/* **** End Header **** */




/* **** Hero **** */
.hero_wrpper {
    background-image: url(../images/hero-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 332px 0 45px;
}
.hero_wrpper .container {
    width: 1222px;
}
.hero-dt img {
    width: 100%;
}
.hero-dt h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #000000;
    margin: 0;
}
/* **** End Hero **** */

/* **** About  **** */
.about-wrpper {
    background-image: url(../images/hero-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
}
.titlebar h2 {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #1b1b1b;
    margin: 0 0 22px;
    border-bottom: 1px solid #000000;
}
.about-wrpper img {
    width: 100%;
}
.about-wrpper p {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin: 0;
    width: 63%;
}
.about-wrpper .abt-info {
    padding-left: 35px;
    margin-top: 35px;
}
.about-wrpper .abt-info img {
    margin-top: 88px;
    padding-left: 00px;
    max-width: 100%;
    width: auto;
}
.about-wrpper .about-bottom-block {
    margin-top: -30px;
}
.about-wrpper .about-bottom-block .row {
    display: flex;
    align-items: flex-end;
}
.about-wrpper .about-bottom-block .abt-ingo p {
    padding-left: 0;
}
.about-wrpper .about-bottom-block p {
    padding-left: 0;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    padding-right: 50px;
    width: 100%;
    margin: 0 0 20px;
}
.about-wrpper .about-bottom-block p:last-child {
    margin: 0;
}
/* **** End About **** */

/* **** About Gallery **** */
.about-gallery {
    padding: 45px 0;
}
.about-gallery img {
    width: auto;
    max-width: 100%;
}
.gallery-info-text {
    padding: 75px 0 0;
}
.about-gallery p {
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 45px;
    margin: 0 0 138px;
}
.about-gallery p:last-child {
    margin: 0;
}
/* **** End About Gallery **** */

/* **** calendar_wrpper **** */
.calendar_wrpper {
    background-image: url(../images/hero-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
}
.titlebar p {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 15px;
    text-align: center;
}
#calendar {
    max-width: 865px;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 5.42745px;
    padding: 15px 50px;
    position: relative;
}
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    display: none !important;
}
.fc-toolbar-chunk:last-child {
    display: none !important;
}
.fc .fc-toolbar {
    justify-content: flex-start;
}
.fc-toolbar-chunk:first-child {
    position: absolute;
    right: 50px;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin: 0 0 50px;
}
.fc .fc-toolbar-title {
    font-weight: 700;
    font-size: 22px;
    color: #252525;
}
#calendar button {
    background: transparent;
    color: #000;
    font-size: 18px;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 10px 0 0;
}
.fc .fc-col-header-cell-cushion {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #252525;
    opacity: 0.8px;
}
.fc .fc-daygrid-day-top {
    justify-content: center;
    text-align: center;
}
.fc .fc-daygrid-day-number {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #252525;
    opacity: 0.8px;
}
/*.fc-theme-standard td, 
.fc-theme-standard th{
    border:1px solid #000;
}*/
.fc-h-event {
    background: #2f80ed;
    border-radius: 1.35686px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin: 0;
}
.fc-h-event .fc-event-title {
    font-size: 9px;
}
.fc-daygrid-event {
    white-space: break-spaces;
    text-align: center;
}
/* **** End calendar_wrpper **** */

/* **** Locations **** */
.location-wrp {
    background-image: url(../images/hero-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
}
.location-block .container {
    width: 1210px;
}
.location-box {
    width: 429px;
    text-align: center;
}
.location-block .map-box {
    width: 100%;
    height: 463px;
    margin: 0 0 16px;
}
.location-block .map-box iframe {
    height: 100%;
    width: 100%;
}
.location-block h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin: 0;
}
.location-block p {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.right-box {
    margin-right: 0;
    margin-left: auto;
    display: table;
}
/* **** End Locations **** */

/* ***** Main Gallery **** */
.main-gallery-wrp {
     background-image: url(../images/hero-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
}
.main-gallery-wrp .row {
    margin-left: -25px;
    margin-right: -25px;
}
.main-gallery-wrp .col-md-4.col-sm-4 {
    padding-left: 25px;
    padding-right: 25px;
}
.main-gallery-wrp img {
    max-width: 100%;
    width: 100%;
}
/* ***** End Main Gallery **** */

/* **** Contact **** */
.contact-wrp {
     background-image: url(../images/hero-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
}
.contact-wrp img {
    max-width: 100%;
}
.contact-wrp p {
    font-weight: bold;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    display: table;
}
.contact-wrp p a {
    color: #000000;
}
/* **** End Contact **** */

/* **** Contact Gallery **** */
.contact-gallery {
     background-image: url(../images/hero-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
}
.contact-gallery img {
    max-width: 100%;
    margin: 0;
    display: table;
}
.right-img img {
    margin-left: auto;
    margin-right: 0;
}
/* **** End Contact Gallery **** */

/* **** Range **** */
.range-wrp {
    background-image: url(../images/hero-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.range-wrp img {
    max-width: 100%;
    margin: 0 auto 23px;
    display: table;
}
.range-wrp h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin: 0;
    text-align: center;
}
/* **** End Range **** */

/* **** Footer **** */
footer {
    background: #000;
    /*padding: 20px 0 28px;*/
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 51;
    width: 100%;
}
footer ul {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    border-bottom: 2px solid #ffffff;
    padding: 20px 0 14px;
}
footer ul li {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin-right: 30px;
    padding-left: 30px;
    position: relative;
}
footer ul li:first-child {
    padding: 0;
}
footer ul li:last-child {
    margin: 0;
}
footer ul li:first-child:before {
    display: none;
}
footer ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
footer ul li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
footer ul li a:hover {
    opacity: 0.6;
    color: #fff;
}
.footer-block {
    position: relative;
    width: 916px;
    margin: 0 auto 28px;
}
.footer-block:before {
    position: absolute;
    content: "";
    height: 72px;
    width: 103px;
    background-image: url("../images/ttlogo.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 10px;
    left: -170px;
}

.footer-block:after {
    position: absolute;
    content: "";
    height: 72px;
    width: 103px;
    background-image: url("../images/ttlogo.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 5px;
    right: -170px;
}







.one{
    order: 1;
}
.two{
    order: 2;
}


/* **** Mobile Header **** */
.mobile-header{
    display: none;
}
.mobile-header .nav-box{
    background-color: #000;
    padding: 15px 15px;
}
.mobile-header .nav-box ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mobile-header .nav-box ul li{
    margin-right: 20px;
}
.mobile-header .nav-box ul li:last-child{
    margin: 0;
}
.mobile-header .nav-box ul li a{
    display: block;
}
.mobile-header .nav-box ul li a:hover img{
    opacity: 0.8;
}
.navbar .navbar-nav .facebook-img:hover{
 opacity: 0.8;   
}

.mobile-header .demo{
    width: 212px;
    background-color: #000;
    padding: 15px;
    position: fixed;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.demo.expand-menu-open{
    visibility: visible;
    opacity: 1;
}
.mobile-header .demo ul li{
    margin: 0 0 10px;
}
.mobile-header .demo ul li:last-child{
    margin: 0;
}
.mobile-header .demo ul li a{
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    color: #CC9136;
    display: block;
    width: 100%;
}
.mobile-header .demo ul li a img{
    width: 42px;
    float: right;
}

.mobile-header .mailing-block {
    position: initial;
}
.mobile-header .mailing-box{
    left: auto;
    right: 0;
    top: 0;
}
.mobile-bullet-img{
    display: none;
}
.mobile-bullet-img img{
    position: absolute;
    width: 35px;
}
.mobile-bullet-img .img1{
    top: 80px;
    left: 15px;
}
.mobile-bullet-img .img2{
    top:20px;
    right: 15px;
}
.mobile-bullet-img .img3{
    top:130px;
    left: 32px;
}
.mobile-bullet-img .img4{
    top:150px;
    left: 80px;
}
.mobile-bullet-img .img5{
    top:130px;
    left: 120px;
}
/* **** End Mobile Header **** */




.top-btn{
    background: rgba(255, 255, 255, 0.48);
    padding: 4px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 15px;
    z-index: 9;
    bottom: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.top-btn:hover{
    background-color: #A0732F;
}
.top-btn p{ 
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}
.top-btn p img{
    display: inline-block;
    margin-left: 10px;
}


/* **** overlay **** */
.header-overlay{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 12
}
.overlay{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color:transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
}
.header-overlay.expand-menu-open,
body.add-fix.expand-menu-open .overlay{
    visibility: visible;
    opacity: 1;
}