/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;


*/


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    color: #333;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}
.d-flex {
    display: flex;
}

.align-items-center{
    align-items: center;

}

/* Deafult Margin & Padding */


/*-- Margin Top --*/

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}


/*-- Margin Bottom --*/

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}


/*-- Padding Top --*/

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-113 {
    padding-top: 113px;
}


/*-- Padding Bottom --*/

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}


/*-- Padding Left --*/

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}


/*-- Padding Right --*/

.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}


/* font weight */

.f-700 {
    font-weight: 600;
}

.f-600 {
    font-weight: 600;
}

.f-500 {
    font-weight: 500;
}

.f-400 {
    font-weight: 400;
}

.f-300 {
    font-weight: 300;
}


/* Background Color */

.gray-bg {
    background: #f4f4fe;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #222;
}

.theme-bg {
    background: #222;
}

.primary-bg {
    background: #1a237e;
}


/* Color */

.white-color {
    color: #fff;
}

.black-color {
    color: #222;
}

.theme-color {
    color: #222;
}

.primary-color {
    color: #222;
}


/* black overlay */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.text-upper {
    text-transform: uppercase;
}

.btn1 {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #222;
    outline: 0;
    border-radius: 4px;
}

.btn1:hover {
    background: goldenrod;
}


/* Btn Style One */

.btn-style-one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    /* font-weight: 700; */
    padding: 11px 45px;
    font-size: 12px;
    background: #d7a03e;
    border: 2px solid #d7a03e;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.btn-style-one:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: #efb22b;
}

.btn-style-one:hover:before {
    top: 0%;
}

.btn-style-one .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-one .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-one .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-one:hover .btn-wrap .text-two {
    color: #fff;
}

.btn-style-one:hover {}

.btn-style-one:hover:before {
    top: -40%;
}


/* Btn Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    color: #cd0000;
    letter-spacing: 3px;
    font-weight: 700;
    padding: 11px 45px;
    font-size: 12px;
    border: 2px solid #fff;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.btn-style-two:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: #ef7f1a;
}

.btn-style-two:hover:before {
    top: 0%;
}

.btn-style-two .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-two .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-two .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-two:hover .btn-wrap .text-two {
    color: #fff;
}

.btn-style-two:hover {}

.btn-style-two:hover:before {
    top: -40%;
}


/* End of globle css */


/* Start Header section */

.top-header {
    color: white;
    padding: 8px 0;
    background: #ef7f1a;
}

.top-header p {
    margin-bottom: 0px;
    /* padding: 10px 0; */
    font-size: 16px;
    color: #fff
}

.top-header .t-info {
    float: right;
}

.top-header .t-info li {
    display: inline-block;
    /* padding: 10px 0; */
    margin-left: 20px;
}

.top-header .t-info li i {
    color: #efb22b;
    font-size: 16px;
    padding-right: 10px;
}

.top-header .t-info li a {
    color: #fff;
    font-size: 16px;
}

.top-header .t-info li a:hover {
    color: #efb22b
}
.navbar-brand{
    position: relative;
}

.navbar-brand::before{
    position: absolute;
    content:"";
    width: 148px;
    height: 155px;
    background: #ffffff;
    top: -13px;
    left: 8px;
    z-index: -1;
    border-radius: 0 0 12px 12px;
}
.f_social {}

.f_social li {
    display: inline-block;
    margin-right: 2px;
    text-align: center;
}

.f_social li a {
    color: #2b2a29;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 70px;
    border: 1px solid #2b2a29;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    display: inline-block;
}

.f_social li a:hover {
    background: #ef7f1a;
    color: #fff;
}


.callbtn {
    padding-top: 12px;
    display: inline-block;
    margin-top: 16px;

}

.callbtn a {
    /* background: #2993d1 !important; */
    padding: 9px 12px;
    border-radius: 3px;
    margin-top: 5px;
    font-weight: bold;
    /* border: 2px solid #2993d1; */
    border-radius: 25px;
    font-size: 16px;
    color: #ffffff !important;
    transition: all 0.5s;
    background: #ef7f1a;
    box-shadow: 0 3px 8px #3c3a3778;
}

.callbtn a:hover {
    background: #e3bb6c !important;
    color: #fff !important;
    transition: all 0.5s;
}

.callbtn a i {
    padding-right: 6px;
    color: #ffffff !important;
}

.callbtn a:hover i {
    color: #fff !important;
    transition: all 0.5s;
}


/* End  navbar hader section  */


/* start counter section  */

.counterSec {
    margin-top: -35px;
    padding-top: 73px;
    /* background-color: #c6a166; */
    /* background: url(../img/bg5.jpg) no-repeat center; */
    /* background-size: cover; */
    /* padding-bottom: 30px; */
}

.counter-title {
    display: flex;
    color: #fff;
    margin-bottom: 58px;
}

.counter-title img {
    width: 75px;
    margin-right: 15px;
}

.counter-value {
    font-weight: 800px;
}

.counter-value {
    font-weight: 800;
    font-size: 46px;
    line-height: 53px;
    color: #1e1e1d;
}

.counter-title p {
    font-size: 17px;
    color: #333;
}


/* End of counter section  */


/*** 
====================================================================
  Banner Slider Section
====================================================================
***/

.banner-section {
    position: relative;
    padding: 0 0;
    background: #222;
}

.banner-section .banner-container {
    position: relative;
}

.banner-section .banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-section .slide-item {
    position: relative;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.banner-section .slide-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 18%);
    z-index: 1;
}

.banner-section .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0ms linear 0ms;
    -ms-transition: all 0ms linear 0ms;
    -o-transition: all 0ms linear 0ms;
    -moz-transition: all 0ms linear 0ms;
    transition: all 0ms linear 0ms;
}

.banner-section .slide-item.swiper-slide-active .image-layer {
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear 0ms;
    -ms-transition: all 7000ms linear 0ms;
    -o-transition: all 7000ms linear 0ms;
    -moz-transition: all 7000ms linear 0ms;
    transition: all 7000ms linear 0ms;
}

.banner-section .slide-item .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-section .slide-item .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    height: 675px;
    min-height: 100vh;
    z-index: 10;
}

.banner-section .slide-item .content {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    z-index: 5;
}

.banner-section .slide-item .inner {
    position: relative;
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}

.banner-section .slide-item .subtitle {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.40em;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.banner-section .slide-item .pattern-image {
    position: relative;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.banner-section .swiper-slide-active .subtitle,
.banner-section .swiper-slide-active .pattern-image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 500ms;
    -ms-transition: all 1000ms ease 500ms;
    -o-transition: all 1000ms ease 500ms;
    -moz-transition: all 1000ms ease 500ms;
    transition: all 1000ms ease 500ms;
}

.banner-section .slide-item h1 {
    position: relative;
    font-weight: 400;
    text-transform: none;
    line-height: 1.0em;
    margin: 0px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #fff;
    font-size: 59px;
    text-shadow: 1px 0px 8px #000;
}

.banner-section .slide-item h1 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.banner-section .swiper-slide-active h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 1000ms;
    -ms-transition: all 1000ms ease 1000ms;
    -o-transition: all 1000ms ease 1000ms;
    -moz-transition: all 1000ms ease 1000ms;
    transition: all 1000ms ease 1000ms;
}

.banner-section .slide-item .text {
    position: relative;
    display: block;
    font-size: 20px;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    color: #fff;
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 1500ms;
    -ms-transition: all 1000ms ease 1500ms;
    -o-transition: all 1000ms ease 1500ms;
    -moz-transition: all 1000ms ease 1500ms;
    transition: all 1000ms ease 1500ms;
}

.banner-section .slide-item .links-box {
    position: relative;
    display: block;
    padding-top: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.banner-section .swiper-slide-active .links-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 2000ms;
    -ms-transition: all 1000ms ease 2000ms;
    -o-transition: all 1000ms ease 2000ms;
    -moz-transition: all 1000ms ease 2000ms;
    transition: all 1000ms ease 2000ms;
}

.banner-section .slide-item .links-box .link {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.banner-section .slide-item .links-box .link .theme-btn {}

.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    background: transparent;
    color: #fff;
    border-radius: 0%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-section .swiper-button-next span,
.banner-section .swiper-button-prev span {
    position: relative;
    z-index: 1;
}

.banner-section .swiper-button-next:after,
.banner-section .swiper-button-prev:after {
    display: none;
}

.banner-section .swiper-button-next:before,
.banner-section .swiper-button-prev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-section .swiper-button-next {
    right: 30px;
}

.banner-section .swiper-button-prev {
    left: 30px;
}

.banner-section .swiper-button-next:hover,
.banner-section .swiper-button-prev:hover {
    color: #fff;
}

.banner-section .swiper-button-next:hover:before,
.banner-section .swiper-button-prev:hover:before {
    background: #ef7f1a;
}

.banner-section .book-btn {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 110px;
    height: 110px;
    z-index: 10;
}

.banner-section .book-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #cd0000;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner-section .book-btn a {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    color: #222;
    background: #cd0000;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    z-index: 1;
}

.banner-section .book-btn a .icon {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.banner-section .book-btn a .txt {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.15em;
}


/* start about intro section  */

.sec-title {
    position: relative;
    z-index: 1;
}

.sec-title .big-text {
    position: absolute;
    left: 0;
    top: -50px;
    font-weight: 600;
    color: transparent;
    letter-spacing: 3px;
    font-size: var(--font-90);
    text-transform: capitalize;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.15);
    font-size: 86px;
}

.sec-title.centered .big-text {
    text-align: center;
    display: block;
    left: 0px;
    right: 0px;
}

.sec-title.centered h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.sec-title .title {
    position: relative;
    font-weight: 700;
    color: #ed1c24;
    font-size: 20px;
    margin-bottom: 20px;
}

.sec-title .text {
    margin-top: 30px;
}

.sec-title h2 {
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    color: #232323;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -15px;
    height: 3px;
    width: 60px;
    background-color: #ef7f1a;
}

.button-box {
    position: relative;
    float: left;
}


/* Start welcom box section  */

.homeabt {
    /* background: url(../img/section_bg.jpg)no-repeat;
    background-size: 44%;
    background-position: top left; */
}

.welcomebox {
    text-align: center;
}

.welcomebox a {
    color: #000000;
}

.welcomeimg {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.welcomeimg img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: .35s;
}

.welcomebox:hover .welcomeimg img {
    transform: scale(1.1);
}

.welcomeinfo {
    background: #fff;
    /* box-shadow: 0 0 30px -1px rgb(0 0 0 / 8%); */
    border-radius: 0 0 10px 10px;
    margin-top: -15px;
    position: relative;
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 0 30px rgb(32 32 32 / 15%);
    box-shadow: 0 0 30px rgb(32 32 32 / 15%);
}

.welcomeinfo h3 {
    font-weight: 300;
    font-size: 30px;
    letter-spacing: .03em;
    margin-bottom: 0;
}


/* End of about intro section  */


/* start event section  */

.venuesec {
    background: url(../img/48.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}

.venuesec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}

.eventbox {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.eventbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e0e0e;
    opacity: 0.5;
}

.eventinfo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    /* background: #ffffff6e; */
    width: 90%;
    padding: 20px;
    height: 90%;
    border: 1px solid #d89e3c;
}

.eventinfo h1 {
    font-size: 50px;
    color: #ffffff;
}

.whybox {
    /* background: #f2f2f2; */
    min-height: 123px;
    padding: 10px 15px;
    border-bottom: 1px dashed #ef7f1a;
    -webkit-box-shadow: 0 0 30px rgb(32 32 32 / 15%);
    box-shadow: 0 0 30px rgb(32 32 32 / 15%);
}

.whybox h4 {
    color: #ef7f1a;
    font-size: 30px;
    letter-spacing: 1px;
}


/* End of event section  */


/* start light gallery section */

.lg-imgbox {
    position: relative;
    /* border: 1px solid #8cae3d; */
    /* box-shadow: 0px 0px 8px 1px #222; */
    border-radius: 25px;
    -webkit-box-shadow: 0 0 30px rgb(32 32 32 / 15%);
    box-shadow: 0 0 30px rgb(32 32 32 / 15%);
}

.lg-imgbox img {
    border-radius: 25px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.demo-gallery-poster {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    /* background: rgb(164 126 88 / 63%); */
    opacity: 0;
    transition: all 0.6s;
    border-radius: 25px;
}

.demo-gallery-poster h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 38px;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 7px 9px;
    outline: 0;
}

.ourProtfolio a:hover .demo-gallery-poster {
    opacity: 1;
    transition: all 0.6s;
}


/* End of light gallery section */

.footer_area {
    background: #d5d5d5;
    padding-top: 80px;
    background-size: cover;
    background-position: bottom;
    color: #d6d6d6;
    /* background: url(../img/main-slider/slider-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; */
}


/* 
.footer_area::before {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: #000;
    border-radius: 25px;
} */

.footer_area h2 {
    color: #fff;
}

.footer_widget {
    /* padding-bottom: 50px; */
}

.f_widget.padd-l-60 {
    padding-left: 60px;
}

.f_title {
    padding-bottom: 25px;
}

.f_title h3 {
    font-size: 16px;
    color: #242424;
    font-weight: bold;
    /*opacity: .6;*/
    letter-spacing: .32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: -3px;
    padding-left: 9px;
}

.f_title h3:before {
    content: "";
    width: 3px;
    height: 23px;
    background: #ef7f1a;
    position: absolute;
    left: 0px;
    top: -2px;
}

.about_widget img {
    max-width: 87%;
}

.about_widget p {
    font-size: 16px;
    line-height: 24px;
    color: #c5c5c5;
    letter-spacing: .48px;
    padding: 25px 0px 15px 0px;
}

.about_widget .f_r_link {
    font-size: 15px;
    color: #067dad;
}

.about_widget .f_r_link:hover {
    text-decoration: underline;
}

.link_widget ul li {
    margin-bottom: 5px;
}

.link_widget ul li a {
    font-size: 14px;
    color: #242323;
    letter-spacing: .32px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.link_widget ul li:last-child {
    margin-bottom: 0px;
}

.link_widget ul li:hover a {
    color: #ef7f1a;
}

.contact_widget .contact_inner .media {
    margin-top: 15px;
}

.contact_widget .contact_inner .media:first-child {
    margin-top: 0px;
}

.contact_widget .contact_inner .media .media-left {
    padding-right: 20px;
}

.contact_widget .contact_inner .media .media-left i {
    font-size: 22px;
    color: #ef7f1a;
}

.contact_widget .contact_inner .media .media-body h4 {
    font-size: 16px;
    font-weight: bold;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: .32px;
}

.contact_widget .contact_inner .media .media-body p {
    font-size: 14px;
    letter-spacing: .32px;
    line-height: 24px;
    color: #242323;
}

.contact_widget .contact_inner .media .media-body a {
    font-size: 14px;
    color: #242323;
    letter-spacing: .32px;
    line-height: 24px;
}

.contact_widget .contact_inner .media:nth-child(2) .media-body a {
    color: #242323;
    font-size: 14px;
    /*font-weight: bold;*/
}

.footer_copyright .footer_copyright_inner {
    overflow: hidden;
    clear: both;
    margin-top: 40px;
    /*background: #212025;*/
    /* border-top: 1px solid #4a4a4a; */
}

.footer_copyright .footer_copyright_inner .pull-left {
    padding-left: 30px;
}

.footer_copyright .footer_copyright_inner .pull-left p {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
}

.footer_copyright .footer_copyright_inner .pull-right {
    padding-right: 30px;
}

.footer_copyright .footer_copyright_inner .pull-right h4 {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
    font-weight: normal;
}

.footer_copyright .footer_copyright_inner .pull-right h4 a {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.footer_copyright .footer_copyright_inner .pull-right h4:hover a {
    color: #067dad;
}

.footerlink {
    border-top: 1px solid rgba(52, 48, 53, 0.5);
    border-bottom: 1px solid rgba(52, 48, 53, 0.5);
    padding: 20px 0;
}

.footerlink ul li a {
    color: #d6d6d6;
    font-size: 13px;
}

.footerlink ul li a:hover,
.copy-right a:hover {
    color: #ffba67;
}

.copy-right {
    color: #2e2b2b;
    padding: 20px 0;
    font-size: 12px;
}

.copy-right a {
    color: #8e8080;
}

.copy-right a:hover {
    color: #ffba67;
}


/* End Footer Area css--*/


/* start page banner section   */

.pt-breadcrumb {
    position: relative;
    padding: 154px 0px;
}

.pt-bg-overley {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    /* opacity: 1; */
    /* background-position: center center; */
    background: #0000004a;
}

.pt-breadcrumb-title {
    color: #fff;
    font-size: 62px;
    margin-bottom: 0;
}

.breadcrumb {
    background: transparent;
    padding: 0 !important;
    margin: 0;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li i {
    font-size: 18px;
}

.breadcrumb .breadcrumb-item.active {
    color: #fcc32e;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}


/* End of page banner section   */

/* ==================================================
    start contact page 
    ================================================ */
    
/* Start Contact Form section */

.details-icons {
    display: table-cell;
    vertical-align: top;
}

.details-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    font-size: 15px;
}

.details-info h5 {
    margin: 0;
}

.details-box li {
    margin-bottom: 50px;
    border-bottom: 1px solid #f4eeee;
}

.details-box li:last-child {
    margin-bottom: 0px;
    border: 0;
}

.details-icons span {
    color: #ffc31d;
    font-size: 25px;
    border: 1px solid #ffc31d;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.details-info h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.details-info a {
    color: #444;
}

.details-info a:hover {
    color: #ff7906;
}

.text-box {
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    outline: 0px;
    border: 0px;
    cursor: text
}

.text-area {
    height: 120px;
}

ul.details-box {
    /* box-shadow: 0px 0px 6px 3px #f4f3f3; */
    padding: 27px;
    padding-left: 0px;
    border-radius: 8px;
}


/* End of Contact Form section */


/* Start Map Section */

section.map iframe {
    margin-bottom: -5px;
}


/* end of Map Section */

/* start about title section  */

.about_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_title h1 {
    font-size: 36px;
    line-height: 1;
    color: #222;
    font-weight: 700;
}

.about_title p {
    font-size: 20px;
}

.abt-left {
    position: relative;
}

.abt-right {
    max-width: 450px;
}

.abt-left:before {
    background-color: #d3d2d2;
    height: 100px;
    width: 1px;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.about_title h5 {
    color: #ef7f1a;
    font-weight: 700;
    font-size: 20px;
}


/* End of about title section  */


/* start home about section  */

.about_img_wrap {
    position: relative;
}

.about_pattern {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about_img {
    padding-top: 30px;
    padding-left: 70px;
}

.about_experience {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 380px;
    margin-bottom: 35px;
}

.about_content {
    display: flex;
    width: calc(100% - 80px);
    align-self: center;
}

.about_year {
   
    font-weight: 700;
    font-size: 72px;
    align-self: flex-end;
    line-height: 43px;
    padding-bottom: 8px;
    color: #ef7f1a;
}

.about_progress {
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 25px;
    color: #ef7f1a;
}

.about_progress span {
    font-weight: 700;
    display: block;
    font-size: 40px;
    line-height: 1;
}

.about_expimg {
    width: 103px;
}

.about_expimg img {
    width: 100%;
}

.about-info h4 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
}


/* End of home about section  */


/* start focus section  */

.focus_sec {
    background: #257b88 url(../img/focusbg.jpg) no-repeat;
    background-position: center bottom;
    padding-top: 84px;
}

.rotate-title {
    transform: rotate(-90deg);
    display: inline-block;
}

.focusinner {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.project-content {
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    background-color: #fff;
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all .3s ease 0s;
    visibility: visible;
    opacity: .76;
    bottom: 30px;
    border-bottom: 5px solid #ef7f1a;
}

.project-content * {
    color: #00225a;
}

.project-content .title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 0;
}

.focusinner:hover .project-content {
    opacity: 0;
    visibility: hidden;
    bottom: -145px;
}

.focus_sec .owl-nav {
    background: #fff;
    display: inline-block;
    position: absolute;
    top: -79px;
    right: 0;
}

.focus_sec .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
}

.focus_sec .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
}

.focus_sec .owl-prev i {
    font-size: 48px;
}

.focus_sec .owl-next i {
    font-size: 48px;
}


/* End of focus section  */

/*================================================
pt-process-1
================================================*/

.pt-process-step.pt-process-1 {
    padding: 105px 45px;
    position: relative;
    height: 100%;
    background: #e7b452;
}

.pt-process-step.pt-process-1 .pt-process-number {
    position: absolute;
    font-weight: 600;
    line-height: 1;
    right: 45px;
    bottom: 0;
    font-size: 120px;
    font-family: var(--title-fonts);
    color: var(--white-color);
    opacity: 0.1;
}


/*===== Process step 2 =====*/

.pt-process-step.pt-process-2 {
    text-align: center;
    padding: 0 30px;
}

.pt-process-step.pt-process-2 .pt-process-media {
    display: inline-block;
    position: relative;
}

.pt-process-step.pt-process-2 .pt-process-media i {
    background: transparent;
    border: 2px dashed var(--primary-color);
    color: var(--primary-color);
    height: 135px;
    width: 135px;
    line-height: 135px;
    font-size: 52px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.pt-process-step.pt-process-2 .pt-process-number {
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 999px;
    background: var(--primary-color);
    font-size: 18px;
    color: var(--white-color);
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
}

.pt-process-step.pt-process-2 .pt-process-info {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.pt-process-step.pt-process-2 .pt-process-info p {
    margin-top: 5px;
    margin-bottom: 0;
}

.pt-process-step.pt-process-2 .pt-button {
    display: none;
}

.pt-process-step.pt-process-2 .pt-before-img {
    position: absolute;
    top: 50%;
    right: -20%;
    margin-top: -85px;
    height: 37px;
}

.pt-bg-overley1 {
    background-size: cover !important;
    background-position: center !important;
}

@media(max-width:1099px) {
    .d-none-lp .pt-process-step.pt-process-2 .pt-before-img {
        display: none;
    }
}

@media(max-width:767px) {
    .pt-process-step.pt-process-1 {
        padding: 45px 15px;
    }
}

@media(max-width:979px) {
    .pt-process-step.pt-process-2 .pt-before-img {
        display: none
    }
}



/* =================================================
    start event section 
    ================================================== */
    .border-absolute {
        border: 10px solid #d7a03d;
        position: relative;
        width: 400px;
        height: 450px;
    }

    .border-absolute-img {
        position: absolute;
        top: 7%;
        left: 9%;
    }

    .border-absolute-img-1 {
        position: absolute;
        top: 7%;
        right: 9%;
    }

    .event-box {
      
        padding-left: 30px;
        padding-right: 70px;
    }

    .second-event {
        padding-left: inherit !important;
        /* padding-right: 40px !important; */
    }

    /*=================================================
         start facilities section 
    ================================================== */
    .fac_title h4 {
        font-size: 17px;
        font-weight: 300 !important;
        color: #000000;
    }
    
    .fac_title {
        padding: 13px 0 1px;
        background: #daa542;
        text-align: center;
        margin-top: -1px;
        border-radius: 29px;
        z-index: 1;
        position: relative;
    }
    
    .facility_inner img {
        border-radius: 18px;
    }
    