/* heading sectionn start*/
h1,
h2,
h3,
h4 {
    font-family: 'Oswald', sans-serif;
}

h2 {
    color: rgb(251, 91, 33);
    text-transform: uppercase;
    font-weight: 500;
}

h3 {
    font-weight: bold;
    color: rgb(34, 36, 41);
}

h4 {
    color: rgb(104, 106, 111);
}

p {
    font-family: 'Rubik', sans-serif;
    color: rgb(104, 106, 111);
}

/* heading sectionn end*/
/* button sectionn start*/
.btn-1,
.btn-2,
.btn-3 {
    background-color: #fb5b21;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    padding: 16px 48px;
}

.btn-3 {
    width: 100%;
    background-color: transparent !important;
    border: 1px solid #333;
}

.btn-2 {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.btn-1:hover,
.btn-2:hover {
    color: #000;
    opacity: .7;
}

.btn-3:hover,
.btn-3:focus {
    background-color: #fb5b21 !important;
}

.link {
    color: #fb5b21 !important;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

.link:hover {
    border-bottom: 1px dotted;
}

/* button sectionn end*/
/* header sectionn start*/
header {
    width: 100%;
    float: left;
    background-color: #222429;
    padding: 0px 50px;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-left {
    width: 30%;
}

.header-right {
    width: 70%;
}

.header h1 {
    color: #fb5b21;
    font-weight: 700;
    font-size: 56px;
}

.icon-section span>.fa {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    color: #333;
    margin: 0px 5px;
}

.icon-section span>.fa:hover {
    color: #fb5b21;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-bar button {
    margin: 15px 0px;
}

.icon-section {
    width: 100%;
    text-align: right;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #333;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu li.dropdown:hover>.submenu {
    display: block;
}

.menu li a {
    background: transparent;
    color: white;
    padding: 2px 10px;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.active {
    color: #fb5b21 !important;
}

.menu li a:hover {
    color: #fb5b21;
}

.menu .submenu {
    display: none;
    background-color: #333;
    border-radius: 5px;
    margin-top: 1px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px 10px;
}

.submenu {
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 200px;
}

.submenu li {
    display: block;
}

.submenu li a {
    background: #333;
    color: #ffffff;
    display: block;
    margin-bottom: 1px;
    padding: 8px 6px;
}


/* header sectionn end*/
/* image slider start */
.owl-carousel.owl-loading {
    opacity: 1;
    display: block;
    text-align: center;
}

.owl-item {
    background: #222429;
}

div.item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    overflow: hidden;
    position: relative;
}

.inner-item {
    position: absolute !important;
    width: 70%;
    margin: auto;
    top: 300px;
    text-align: center;
    z-index: 999;
}

.inner-item h3 {
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

.inner-item h2 {
    font-size: 72px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
    margin: 10px auto;
    max-width: 900PX;
}

.inner-item a {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(255, 93, 32);
    text-decoration: none;
    padding: 10px 20px;
    margin: 0;
    transition: 1s;
}

.img-main {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 41, .8);
    z-index: 1;
}

.inner-item a:hover {
    color: black;
    background-color: #ffffff;
}

.owl-item img {
    width: auto !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
    margin-top: 10px;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: flex;
}

.owl-prev,
.owl-next {
    color: #ffffff;
    background-color: #0000009c;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #fb5b21;
}

.owl-prev {
    float: left;
    margin-left: 30px;
}

.owl-next {
    float: right;
    margin-right: 30px;
}

.owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.owl-prev i {
    position: absolute !important;
    top: 19px !important;
    left: 50px;
}

.owl-next i {
    position: absolute !important;
    top: 18px !important;
    right: 47px;
}

/* image slider end */
.main {
    float: left;
    width: 100%;
    padding: 50px;
}

.slider-main {
    float: left;
    width: 100%;
    position: relative;
    z-index: -1;
}

.raper {
    max-width: 1500px;
    margin: 0 auto;
}

.sec-1-left {
    width: 45%;
}

.sec-1-right {
    width: 55%;
}

.section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.custom-div-main {
    width: 100%;
    background-color: #222429;
    padding: 20px;
    border-radius: 5px;
}

.custom-btn-main {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.custom-para-main p {
    margin: 0;
    padding: 15px 0px 0px 0px;
    color: #BDBDBF;
}

#para-2 {
    display: none;
}

.section-2 {
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
}

.sec-2-bg {
    position: relative;
    overflow: hidden;
}

.sec-2-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 135px;
    left: 0;
    background: #222429;
    z-index: -1;
}

.sec-2-inner {
    width: 100%;
    background-color: #F4F5F8;
    padding: 50px;
    text-align: center;
}

.sec-2-inner img {
    width: 100px;
}

.sec-2-inner h5 {
    font-weight: bold;
    margin-top: 30px;
}

.sec-2-content {
    text-align: center;
}

.sec-2-content h3 {
    color: rgb(244, 245, 248);
    font-size: 40px;
    font-weight: bold;
    margin: 50px 0px 30px 0px;
}

.section-3,
.section-4 {
    text-align: center;
}

.section-3 h3,
.section-4 h3 {
    color: rgb(34, 36, 41);
    font-weight: 700;
    text-transform: uppercase;
}

.btn-div {
    background-color: #222429;
    width: fit-content;
    margin: 50px auto;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
}

.btn-div button {
    background-color: transparent;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    padding: 8px 40px;
    border-radius: 30px;
    letter-spacing: 2px;
}

.btn-div button:hover,
.btn-div button:focus {
    background-color: #fb5b21;
}

.days-main-div {
    display: flex !important;
    gap: 50px;
    margin: 50px 0px;
}

.days-inner {
    background-color: #222429;
    padding: 60px 10px;
    width: 100%;
    border-radius: 5px;
}

.days-inner h3 {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.days-inner p {
    margin: 0;
    color: #bdbdbf;
}

.days-container>div {
    display: none;
}

/* counter css start */
.wrapper {
    display: flex;
    justify-content: space-between;
}

.counter {
    display: flex;
    align-items: center;
    gap: 26px;
}

.counter i {
    background-color: #FB5B21;
    color: #ffffff;
    padding: 15px;
    border-radius: 50%;
}

.counter p {
    font-size: 20px;
    color: #BDBDBF;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0px;
}

.counter h2 {
    font-size: 48px;
    color: #ffffff;
}

.counter-bg {
    background-color: #222429;
}

/* counter css end */

.img-hover-main {
    display: flex;
    gap: 50px;
    padding: 50px 0px;
}

.img-hover-inner {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.img-hover-inner img {
    transition: transform 0.8s;
    height: 100%;
    width: 100%;
}

.img-hover-inner img:hover {
    transform: scale(1.3);
}
.layout {
	position: absolute;
	background-color: transparent;
	width: 100%;
	bottom:0;
    background-color: rgba(34, 36, 41, .9);
    padding:30px 0px;
}
.layout p,.layout-2,.layout-2 p,.footer-inner > a > p{
    margin: 0;
}
.layout-2{
    background-color: #222429;
    width: 100%;
    padding: 20px;
    display: flex;
    margin-top: -10px;
}
.layout-2 h3{
    font-size: 24px;
    color: #ffffff;
    border-left: 1px solid #ffffff;
}
.layout-2 span h4{
    text-transform: uppercase;
    color: #ffffff;
    font-size:18px;
    font-weight: 700;
    margin: 0px 10px;
}

/* <!-- *****************************testimonial start************************* --> */
.testimonial_color {
    background: linear-gradient(to bottom right, rgba(46, 46, 45, 0.7), rgba(46, 46, 45, 0.7)), url(images/10.gif);
    background-position: center;
    background-size:cover;
}

.carousel h2 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 50px 0 20px;
    text-align: center;
    text-transform: capitalize;
}

.carousel {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.carousel .item {
    color: #000000;
    font-size: 24px;
    text-align: left;
    overflow: hidden;
    min-height: 340px;
    padding-right: 70px;
}

.carousel .item a {
    color: #ffdc12;
}

.carousel .img-box {
    width: 105px;
    height: 105px;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    margin: 20px 0px;
}

.carousel .testimonial {
    padding: 30px 0 10px;
    color: #ffffff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto ;
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px;
    color: #ffffff;
}

.carousel .img-box b {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
    text-transform: capitalize;
}


.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
}

.carousel .carousel-indicators {
    bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #093065;
    border-color: transparent;
}

.carousel-indicators li.active {
    border: none;
    background: #095dc7;
}
.testimonial i{
    color: #fb5b21;
    margin-right: 10px;
}

/* <!-- *****************************testimonial end************************* --> */
.section-5{
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
.sec-5-bg{
    background-color: #222429;
    padding: 50px 0px;
}

.sec-5-inner h3{
    color: #ffffff;
}
.about-counter{
    margin: 50px 0px;
}
.about-section{
    background: linear-gradient(to bottom right,#222429cc,  #222429cc), url(images/carousel-1.jpg); 
    background-position: center top;
    position: relative;
    z-index: -1;
}
.intro-section{
    text-align: center;
    padding: 50px 0px;
}
.intro-section h2 {
    font-size: 72px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
    margin: 10px auto;
    max-width: 900PX;
    margin-bottom: 40px;
}
.contact-form{
    background-color: #222429;
    padding: 30px 0px;
}
.contact-form form{
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-form form > input,.contact-form form > textarea{
  border-radius: 5px;
  background-color: #ffffff;
}
#mbl-menu{
    display: none;
}
/* footer section start */

.footer-bg{
    background-color: #222429;
    border-top: 1px solid #ffffff;
}
.footer{
    display: flex;
    justify-content: space-between;
}
.footer-inner{
    width: 100%;
}

.footer-inner > a,.footer-inner > details summary{
    display: flex;
    justify-content:start;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.footer-inner h4{
    color: #ffffff;
    text-transform: uppercase;
    margin: 30px 0px;
}
.footer-inner > a > i,.footer-inner > ul i,.footer-inner > details  i{
    color: #fb5b21;
}

.footer-inner > a > p{
    color: #bdbdbf;
}
.footer-inner > ul  a,.footer-inner > details  a,.footer-inner > details p{
    color: #bdbdbf !important;
    margin: 0px 10px;
    font-size: 15px;
    text-decoration: none;
}
.footer-inner > ul  a:hover,.footer-inner > details  a:hover{
    color: #fb5b21 !important;
}

.social-icons{
    padding: 15px 0px;
}
.social-icons a{
    background-color: #fb5b21;
    padding: 10px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin: 5px;
}
/* footer section end */












@media only screen and (max-width: 1080px){
    .inner-item {
        top: 30px;
    }
    .section-1,.section-5,.footer{
        flex-direction: column;
    }
    .sec-1-left,.sec-1-right{
        width: 100%;
    }
    .sec-2-inner {
        padding: 20px;
    }
    .btn-div button {
        padding: 5px 14px;
    }
    .days-main-div,.img-hover-main{
        gap: 10px;
    }
    .wrapper {
        flex-direction: column;
        justify-content:start;
        align-items: start;
        gap: 50px;
    }
    .nav-bar{
        right: 0;
        top: 80px;
        position: absolute;
        z-index: 999;
        background-color:#222429;
        width: 30%;
        float: right;
        flex-direction: column;
        display: none;
    }
    .nav-bar button{
        width: 90%;
        margin: 10px auto;
        padding: 10px;
    }
    .nav-bar ul{
        width: 100%;
        text-align: left;
        display: flex;
        flex-direction: column;
    }
    .submenu {
        position: absolute;
        left: -240px;
        top: 0;
    }
    #mbl-menu{
        display:inline;
        margin-left: 50px;
    }
    .icon-section span {
        display: flex;
        justify-content: end;
        align-items: center;
    }
}
@media only screen and (max-width: 809px){
h3{
        font-size: 25px;
    }
 h2{
        font-size: 40px;
    }
    p{
        font-size: 14px;
    }
 .main,header{
        padding:20px 10px;
    }
.header,.section-2,.days-main-div,.img-hover-main{
    flex-direction: column;
}
.header-left,.header-right{
    width: 100%;
}
.icon-section span{
    justify-content: space-between;
}
.nav-bar{
    top: 180px;
    position: absolute;
    width: 100%;
}
.nav-bar button{
    width: 100%;
}
.inner-item h3{
    font-size: 15px;
}
.inner-item h2{
    font-size: 30px;
}

.img-main,.img-main img{
    min-height: 300px !important;
}
.inner-item span{
    display: flex !important;
    gap: 30px;
    justify-content: center;
}
.btn-1,.btn-2,.btn-3{
    padding: 20px;
}
.owl-next {
	margin-right: 8px;
}
.owl-next i {
	right: 25px;
}
.owl-prev {
	margin-left: 8px;
}
.owl-prev i {
	top: 18px !important;
	left: 27px;
}
.sec-2-bg::after{
    top: 0;
}
.btn-div {
	flex-direction: column;
	width: 100%;
	border-radius: 5px;
}
.days-main-div {
	margin: 10px 0px !important;
}
.submenu {
    position: absolute;
    left: 60px;
    top: 0;
    width: 50% !important;
}

}