html {
    scroll-behavior: smooth;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    font-family: "Grandiflora One", cursive;
    font-weight:700;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
}

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
    padding: 0 15px;
}

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-arround {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-item-center {
    align-items: center;
}

.align-item-start {
    align-items: flex-start;
}

.align-item-end {
    align-items: flex-end;
}

.text-center {
    text-align: center;
}

.d-flex-b {
    display: flex;
}

.d-none {
    display: none;
}

.flex-wrap {
    flex-wrap: wrap;
}

.over-flow {
    overflow: hidden;
}


/* header-section-start */
#header-section-main {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22222222;
    padding: 10px 0;
    background-image: linear-gradient(45deg, #83ca13 33.3%, #fff 33.3%, #fff 66.6%, #83ca13 66.6%);
    box-shadow: 0 0 5px #000;
}

.header-main {
    width: 100%;
    column-gap: 15px;
}

.logo-col,
.toggle-list,
nav {
    width: calc(33.33% - 20px);
}

.logo-col a img {
    width: auto;
    height: 90px;
}

nav>ul {
    column-gap: 30px;
    justify-content: center !important;
}

nav>ul>li>a {
    font-size: 16px;
    
    color: #000;
    position: relative;
}

nav>ul>li>a .fa {
    font-size: 30px;
}

nav>ul>li>a::after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: rgb(131, 202, 19);
    transform: translateX(-10px);
    transition: all linear 0.5s;
    opacity: 0;
    visibility: hidden;
    transform-origin: left;
    position: absolute;
    bottom: 0px;
    left: 0;
}

nav>ul>li>a:hover::after {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

nav>ul>li>a:hover {
    color: #83ca13;
    transition: all linear 0.5s;
}

.active {
    color: #83ca13;
}

.social-icon>ul {
    gap: 5px;
    justify-content: flex-end;
}

.social-icon>ul>li>a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    color: #000;
    transition: all linear 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #F2F2F2;
}

.social-icon>ul>li>a::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    transition: all linear 0.5s;
    top: 0;
    left: 0;
    transform: translateX(400px);
    background-color: #e04c60;
}

.social-icon>ul>li>a:hover::before {
    transform: translateX(0);
}

.social-icon>ul>li>a:hover .fa {
    transform: rotate(360deg);
    transition: all linear 0.5s;
}

.social-icon>ul>li>a .fa {
    font-size: 20px;
    
    color: #fff;
}

.toggle {
    width: 40px;
    display: none;
    height: 35px;
    position: relative;
}

.toggle::before {
    content: "";
    transition: all linear 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #000;
}

.toggle span {
    position: absolute;
    transition: all linear 0.5s;
    top: 15px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #000;
}

.toggle::after {
    content: "";
    transition: all linear 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #000;
}

#header-section-main.on .toggle::before {
    transform: rotate(-45deg) translate(-10px, 10px);
}

#header-section-main.on .toggle::after {
    transform: rotate(45deg) translate(-11px, -11px);
}

#header-section-main.on .toggle span {
    visibility: hidden;
    opacity: 0;
}

.social-icon ul>li:nth-child(1) a {
    background-color: #1285c4;
    color: #fff;
    box-shadow: inset 0 0 5px #000;
}

.social-icon ul>li:nth-child(2) a {
    background-color: #1e6e06;
    color: #fff;
    box-shadow: inset 0 0 5px #000;
}

.social-icon ul>li:nth-child(3) a {
    background-color: #000;
    color: #fff;
    box-shadow: inset 0 0 5px #fff;
}

.social-icon .getyour-visitor {
    padding: 10px 53px !important;
    background-color: #e04c60 !important;
    width: 100% !important;
    display: inline-block !important;
}

.fa-list {
    display: none;
    font-size: 44px;
    
    color: #000;
}

/* header-section-end */

/* banner-section-start */
#banner-section-main {
    width: 100%;
    margin-top: 115px;
}

.banner-img {
    width: 100%;
    height: 660px;
    position: relative;
}

.banner-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-text-main {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11111;
    transform: translate(-50%, -50%);
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-fit: fill;
}

.banner-box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    max-width: 500px;
    background-color: #fff;
    padding:20px;
    position: relative;
}

.banner-box::after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #83ca13;
}

.banner-box h1 {
    font-size: 30px;
    
    color: #000;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
}

.banner-box h3 {
    font-size: 15px;
    margin: 5px 0;
    line-height: 18px;
    
    color: #000;
}

.banner-box span {
    font-size: 16px;
    
    margin-bottom: 8px;
    display: inline-block;
    color: #000;
}

.banner-box p {
    font-size: 15px;
    color: #000;
    line-height: 18px;
    width: 100%;
    max-width: 800px;
    margin-top:5px;
}

.banner-box p .fa {
    margin-right: 5px;
}

.banner-box a {
    padding:5px 15px;
    background-color: #83ca13;
    color: #000;
    font-size: 16px;
    
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
    z-index: 11111;
}

.slick-prev:before,
.slick-next:before {
    color: #fff;
    box-shadow: 0 0 3px #000;
    border-radius: 50%;
}

/* banner-section-end */

/* counter-section-start */
#counter-section {
    margin-top: -110px;
}

.sectionClass {
    position: relative;
    display: block;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}

.projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 20px 0px;
    text-align: center;
    background-color: #83ca13;
    border: dotted 2px #fff;
    box-shadow: 0 0 5px #000;
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    ;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: #fff;
}

.projectFactsWrap .item:hover span {
    background: #fff;
}

@media (max-width:786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

/* counter-section-end */
/* event-timer-start */
#countdown {
    width: 100%;
    background-color: #22421D;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
}

#countdown ul {
    column-gap: 30px;
}

#countdown ul li span {
    font-size: 40px;
    margin-right: 5px;
    
    color: #fff;
}

#countdown ul li {
    color: #fff;
}

/* event-timer-end */

/* carbon-future-section-start */
#carbon-future-section-main {
    margin: 50px 0;
}

.carbon-future-main {
    column-gap: 30px;
    flex-wrap: wrap;
}

.carbon-future-col {
    width: calc(50% - 15px);
}

.carbonfuture-img {
    width: 100%;
    height: 665px;
    transition: all linear 0.5s;
}

.carbonfuture-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carbon-future-text {
    background-image: linear-gradient(to right, #22421D 20%, #83ca13);
    padding: 30px;
}

.carbon-future-text h2 {
    font-size: 40px;
    
    color: #fff;
    margin-bottom: 10px;
}

.carbon-future-text h3 {
    font-size: 20px;
    
    color: #fff;
}

.carbon-future-text ul {
    margin-left: 18px;
    margin-top: 7px;
    row-gap: 5px;
    display: flex;
    flex-direction: column;
}

.carbon-future-text p {
    font-size: 16px;
    
    margin: 10px 0;
    color: #fff;
}

.carbon-future-text p .fa {
    margin-right: 5px;
}

.carbon-future-text ul li {
    list-style: block;
    font-size: 16px;
    
    color: #fff;
}

.carbon-future-text ul li::marker {
    content: '⭐';
}

.carbon-transport-main {
    width: 100%;
    gap: 30px;
}

.carbon-transport-box {
    background-image: linear-gradient(to left, #22421D 30%, #83ca13);
    box-shadow: 0 0 2px #000;
    border: solid 2px #83ca13;
}

.carbon-transport-col {
    width: calc(25% - 22.5px);
}

.carbon-transport-box-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.carbon-transport-box-img:hover img {
    transform: scale(1.1);
}

.carbon-transport-box-img img {
    width: 100%;
    height: 100%;
    transition: all linear 0.5s;
    object-fit: cover;
}

.carbon-transport-box-text {
    padding: 40px 5px;
}

.carbon-transport-box-text h3 {
    font-size: 20px;
    color: #fff;
    
}

/* about-the-event-section-start */
#about-the-event-main {
    width: 100%;
    height: 600px;
    margin-top: 115px;
    position: relative;
}

#about-the-event-main::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.about-the-event-text-main {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#about-the-event-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-the-event-text h1 {
    width: 380px;
    padding: 40px;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    text-transform: uppercase;
    
    background-color: #fff;
}

.about-the-event-img {
    width: 100%;
    height: 374px;
}

.about-the-event-img img {
    height: 100%;
}

.carbon-technology-text {
    margin-top: 20px;
}

.carbon-technology-text p {
    font-size: 16px;
    color: #000;
    
}

/* about-the-event-section-end */

/* reson-to-attend-section-start */
#reson-to-attend-section {
    margin: 50px 0 50px 0;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading h2 {
    font-size: 40px;
    margin-bottom: 8px;
    
    color: #000;
    text-transform: uppercase;
}

.section-heading p {
    font-size: 20px;
    
    color: #000;
}

.section-heading a {
    font-size: 16px;
    color: #fff;
    transition: all linear 0.5s;
    margin-top: 15px;
    
    display: inline-block;
}

.section-heading a:hover {
    color: blue;
}

.reason-to-attend-main {
    column-gap: 30px;
    row-gap: 30px;
}

.reason-to-attend-col {
    width: calc(33.33% - 20px);
}

.reason--to-attend-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.reason--to-attend-img img {
    width: 100%;
    height: 100%;
    transition: all linear 0.5s;
    object-fit: cover;
}

.reason--to-attend-img:hover img {
    transform: scale(1.1);
}

.reason-to-attend-text {
    width: 100%;
    padding: 20px;
}

.reason-to-attend-text h3 {
    font-size: 20px;
    
    color: #fff;
    margin-bottom: 10px;
}

.reason-to-attend-text p {
    font-size: 16px;
    
    min-height: 250px;
    line-height: 25px;
    color: #fff;
}

.free-exibit {
    min-height: 275px !important;
}



.reason-to-attend-box {
    background-color: #22421D;
}

/* reson-to-attend-section-end */

/* scroll-btn-start */
#myBtn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    background-image: linear-gradient(to right, #22421D 20%, #83ca13);
    box-shadow: inset 0 0 5px #000;
    position: fixed;
    bottom: 80px;
    right: 10px;
    font-size: 20px;
    border-radius: 50%;
}

#myBtn .fa {
    font-size: 40px;
}

/* scroll-btn-end */


/* speakers-section-start */
#speakers-section-main {
    width: 100%;
    margin: 50px 0;
}

.speakers-main {
    width: 100%;
    flex-wrap: wrap !important;
    column-gap: 30px;
}

.speakers-text-col {
    width: calc(30% - 15px);
}

.speakers-img-col {
    width: calc(70% - 15px);
}

.speakers-main-slider {
    column-gap: 20px;
}

.speaker-col {
    width: calc(25% - 15px);
}

.speakers-box-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
}

.speakers-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.speakers-text {
    width: 100%;
}

.speakers-text h3 {
    font-size: 20px;
    color: #000;
    
}

.speakers-text h2 {
    font-size: 40px;
    
    color: #000;
}

.speakers-text p {
    font-size: 14px;
    margin: 10px 0;
    
    color: #000;
}

.speakers-text a {
    padding: 10px 20px;
    background-color: #83ca13;
    color: #000;
    display: inline-block;
}

/* speakers-section-end */

/* technologies-solutions-section-start */
#technologies-solutions-section-main {
    width: 100%;
    margin-bottom: 50px;
}

.technologies-solutions {
    width: 100%;
    padding: 40px;
    background-color: #22421D;
}

.technologies-solutions h3 {
    font-size: 20px;
    
    margin-bottom: 10px;
    color: #fff;
}

.technologies-solutions ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.technologies-solutions ul li {
    font-size: 16px;
    
    color: #fff;
}



.technologies-solutions ul li span .fa {
    margin-right: 5px;
}

.technologies-solutions a {
    font-size: 16px;
    
    color: #fff;
    margin: 10px 0;
    display: inline-block;
}

.technologies-solutions h4 {
    font-size: 16px;
    color: #fff;
}

/* technologies-solutions-section-end */

/* why-exhibit-CarbonX-section-start */
#why-exhibit-CarbonX-section-main {
    width: 100%;
    column-gap: 30px;
    margin-bottom: 50px;
}

.why-exhibit-CarbonX-img,
.why-exhibit-CarbonX-content {
    width: calc(50% - 15px);
}

.why-exhibit-CarbonX-img {
    height: 483px;
}

.why-exhibit-CarbonX-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-exhibit-CarbonX-content h2 {
    font-size: 40px;
    margin-bottom: 10px;
    
    color: #000;
}

.why-exhibit-CarbonX-content p {
    font-size: 16px;
    
    color: #000;
    line-height: 22px;
}

.why-exhibit-CarbonX-content h3 {
    font-size: 20px;
    
    color: #000;
    margin: 8px 0;
}

/* why-exhibit-CarbonX-section-end */

/* find-solutions-section-start */
#find-solutions-section-start {
    width: 100%;
    margin-bottom: 50px;
}

.find-solutions-main {
    width: 100%;
    column-gap: 30px;
}

.find-solution-col {
    width: calc(50% - 15px);
}

.find-solution-text {
    width: 100%;
    padding: 20px;
    background-image: linear-gradient(to left, #22421D, #83ca13);
}

.find-solution-text p {
    font-size: 16px;
    line-height: 22px;
    
    color: #fff;
}

.find-solution-text h3 {
    font-size: 20px;
    color: #fff;
    margin: 5px 0;
    
}

.find-solution-text ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.find-solution-text ul li {
    font-size: 16px;
    
    color: #fff;
}

.find-solution-text ul li .fa {
    margin-right: 3px;
}

.find-solution-text h4 {
    font-size: 16px;
    
    color: #fff;
    margin-top: 10px;
    line-height: 22px;
}

.find-solution-img {
    width: 100%;
    height:425px;
}

.find-solution-img img {
    width: 100%;
    height: 100%;
}

/* find-solutions-section-end */

/* visitor-section-start */
#reson-to-attend-section-b {
    margin-bottom: 30px;
}

.free-visitor-main {
    background-color: #1e6e06;
    column-gap: 20px;
}

.visit-box-col {
    width: calc(50% - 10px);
    padding: 15px;
}

.visit-box-col img {
    width: 100%;
    transition: all linear 0.5s;
}

.visit-box-col img:hover {
    filter: grayscale(1);
}

.visit-box-col h3 {
    font-size: 30px;
    margin-bottom: 20px;
    
    color: #fff;
}

.visit-box-col ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.visit-box-col ul>li {
    font-size: 16px;
    
    color: #fff;
}

.visit-box-col h4 {
    font-size: 16px;
    margin-top: 25px;
    
    color: #fff;
}

/* visitor-section-end */

/* exhibitor-section-start */
.exhibit-img {
    height:832px;
}

.carbon-technology-text form input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #000;
    border: solid 2px #786a6a;
}

.submit-btn {
    width: 100%;
}

.submit-btn input {
    width: 100%;
}

.carbon-technology-text form label {
    font-size: 16px;
    
    margin: 20px 0 10px 0;
    display: inline-block;
}

.exhibit-main {
    justify-content: center;
}

fieldset {
    width: 100%;
    column-gap: 20px;
    row-gap: 20px;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 5px;
    display: flex;
    padding: 10px 0;
}

.CaptchaWrap {
    width: calc(30% - 10px);
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    border: 1px solid #000;
    border-radius: 5px;
    column-gap: 20px;
    position: relative;
}

.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}

#UserCaptchaCode {
    width: calc(70% - 10px);
    padding: 20px;
    outline: none;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

#CaptchaImageCode {
    text-align: center;
    width: 100%;
    height: 60px;
    object-fit: cover;
    overflow: hidden;
}

.capcode {
    font-size: 30px;
    display: block;
    object-fit: cover;
    -moz-user-select: none;
    -webkit-user-select: none;
    height: 60px;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    
    font-style: italic;
    width: 100%;
}

.ReloadBtn {
    background-size: 100%;
    display: none;
    width: 25px !important;
    height: 25px !important;
    border: 0px;
    position: absolute;
    bottom: 0;
    left: 51px;
    outline: none;
    cursor: pointer;
}

.btnSubmit {
    margin-top: 15px;
    border: 0px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #1285c4;
    color: #fff;
    cursor: pointer;
}

.error {
    color: red;
    font-size: 12px;
    display: none;
}

.success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

#showAlertBtn {
    font-size: 16px;
    cursor: pointer;
    transition: all linear 0.5s;
    color: #fff;
    background-color: #1e6e06 !important;
}

#showAlertBtn:hover {
    color: #fff !important;
    ;
    background-color: #e04c60 !important;
}

.industry-box {
    box-shadow: 0 0 5px #83ca13;
}

/* exhibitor-section-end */

/* industry-attendy-section-start */
#industry-attendy-section {
    background-image: linear-gradient(to left, #22421D 20%, #83ca13);
    margin-bottom: 30px;
    padding: 25px 0;
}

.industry-attending-rebon h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    
}

.industry-attending-rebon p {
    font-size: 16px;
    display: inline-block;
    
    color: #fff;
}

/* industry-attendy-section-end */

/* industry-section-start */
#industry-section-box {
    margin-bottom: 30px;
}

.industry-attend-main-box {
    gap: 20px;
    flex-wrap: wrap;
}

.indusrty-col {
    width: calc(25% - 15px);
}

.industry-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.industry-img:hover img {
    transform: scale(1.1);
    filter: grayscale(100%);
}

.industry-img img {
    width: 100%;
    height: 100%;
    transition: all linear 0.5s;
    object-fit: cover;
}

.industry-text h4 {
    font-size: 20px;
    padding: 10px 0;
    
    color: #000;
}

/* industry-section-end */

/* Join-the-carbonx-main-start */
#Join-the-carbonx-main {
    background-color: #e04c60;
    padding-top: 30px;
    margin-bottom: 30px;
}

.Join-the-carbonx-heading {
    margin-bottom: 0;
}

#Join-the-carbonx-main ul {
    margin-top: 40px;
    overflow: hidden;
    justify-content: center;
}

#Join-the-carbonx-main ul>li {
    width: 25%;
}

#Join-the-carbonx-main ul>li:nth-child(odd) a {
    background-color: #83ca13;
}

#Join-the-carbonx-main ul>li>a {
    padding: 100px 20px;
    row-gap: 15px;
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    text-align: center;
    font-size: 25px;
    background-color: #1e6e06;
    
    color: #fff;
    display: inline-block;
}

#Join-the-carbonx-main ul>li>a .fa {
    color: #fff;
    transition: all linear 0.5s;
    font-size: 50px;
}

#Join-the-carbonx-main ul>li>a:hover .fa {
    transform: scale(1.3);
}

/* Join-the-carbonx-main-end */


/* confrance-start */
.economy-list {
    row-gap: 15px !important;
}

.economy-list li span {
    display: inline-block;
    font-size: 18px;
}

.green-economy-img {
    height:711px;
}

.economy-text {
    background-color: white !important;
}

.economy-main {
    margin-bottom: 50px;
}

.green-economy-img-b {
    height:711px;
}

.green-economy-img-c {
    height:653px;
}

.green-economy-img-d {
    height:710px;
}

.green-economy-img-e {
    height:663px;
}

.green-economy-img-f {
    height:629px;
}


/* confrance-end */

/* contact-us-section-start */
.contact-form-main {
    width: 100%;
    margin-bottom: 40px !important;
}

.contact-form-main input,
.contact-form-main select {
    width: 100%;
    display: inline-block;
    padding: 10px;
    border: solid 1px #786a6a;
}

.contact-form-main label {
    font-size: 16px;
    margin: 20px 0 10px 0;
    display: inline-block;
    
    color: #000;
}

.country-number {
    width: 100%;
    display: flex;
    gap: 20px;
}

.country-number .country-name {
    width: calc(30% - 10px);
}

.country-number .country-phone-number {
    width: calc(70% - 10px);
}

.adress-contact .addredd-col li a {
    padding: 0 !important;
    background-color: none !important;
}

.addressmain {
    margin-top: 40px;
}

.adress-contact .addredd-col li:nth-child(odd) a {
    padding: 0 !important;
    background-color: none !important;
}

.address-main {
    justify-content: center;
    gap: 30px;
    align-items: flex-start;
}

.addredd-col {
    width: calc(50% - 15px);
}

.addredd-col h3 {
    font-size: 40px;
    
    color: #000;
    margin-bottom: 15px;
}

.addredd-col h4 {
    font-size: 20px;
    
    color: #000;
    margin-bottom: 10px;
}

.addredd-col a {
    font-size: 16px;
    
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}

.addredd-col a:hover {
    color: #22421D;
}

.addredd-col p {
    font-size: 20px;
    
    color: #000;
    margin: 10px 0;
}


/* contact-us-section-end */



#main {
    width: 850px;
    margin: 2% auto;
}

#clock span {
    text-align: center;
    font-size: 25px;
    color: #fff;
    width: 10%;
    
    border-radius: 20px;
    box-sizing: border-box;
}

#clock::after {
    content: "";
    display: block;
    clear: both;
}

#display span {
    float: left;
    width: 10%;
    text-align: center;
    color: #ddd;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(10, 10, 10, 0.7);
}


/* footer-section-start */
#footer-section-main {
    width: 100%;
    margin-bottom:75px;
}

.footer-main {
    gap: 15px;
}

.footer-col {
    width: auto;
}

.footer-logo a {
    font-size: 30px;
    
    color: #fff;
}

.footer-top-main {
    background-color: #22421D;
    padding: 40px 0;
}

.footer-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    
    color: #fff;
}

.footer-text ul {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.footer-text ul li a {
    font-size: 14px;
    transition: all linear 0.5s;
    
    color: #fff;
}

.footer-text p {
    width: 100%;
    max-width: 300px;
    line-height: 22px;
    font-size: 14px;
    
    color: #fff;
}

.footer-text span {
    
    color: #fff;
}

.footer-bottom-main {
    width: 100%;
    padding: 10px 0;
    background-color: #83ca13;
}

.copy-right p {
    font-size: 16px;
    
    color: #000;
}

.copy-right a {
    color: #fff;
}

.footer-text ul li a:hover {
    color: #83ca13 !important;
}

.footer-logo img {
    height: 90px;
}

/* footer-section-end */
#select-tag-comman {
    display: none;
}