@charset "UTF-8"; 

@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/poppins-black-webfont.woff2') format('woff2'),
         url('../fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*        common css           */
.custom-conatiner {padding: 0 8%;}

html {scroll-behavior: smooth;}
body {font-family: "open_sansregular";font-size: 1rem;font-family: 'robotoregular';}
.bg-color{display: flex;flex-direction: column;width: 100%;height: 100vh;justify-content: space-between;}
body.active-preloader-ovh {
  overflow:hidden;
}
.preloader {
  background-color:#F15B25;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:9999999999;
}
.preloader .spinner {
  width:60px;
  height:60px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-30px;
  margin-left:-30px;
  background-color:#fff;
  border-radius:100%;
  -webkit-animation:sk-scaleout 1.0s infinite ease-in-out;
  animation:sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform:scale(0);
  }
  100% {
    -webkit-transform:scale(1);
    opacity:0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform:scale(0);
    transform:scale(0);
  }
  100% {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:0;
  }
}
/* preloader */


/*     Top Header Section Start Here     */

.top-header {background: #EEEEEE;}

li.text-size a {padding-right: 9px;}

a.whitebg.p-1 {background: #006934;color: #fff;}

a.blackbg {background: #000;color: #fff !important;margin-left: 4px ;}
.top-header ul li {border-right: 1px solid #656565;}
.nobdr.lang select {border: 0 !important;background: transparent;color: #fff;font-size: 14px;background: #006934;padding: 3px 6px;}
.nobdr.lang select option{color: #000;}
.top-header ul {display: flex;margin-bottom: 0;padding-left: 0;align-items: center;}
.top-header ul li {padding: 0 12px;line-height: 1;display: flex;}
.top-header ul li a {color: #000;font-size: 14px;text-decoration: none;}
.top-right-nav ul {float: right;}
.top-header ul li:last-child {border: 0;}


/*     Logo Section Start Here     */
.logo-header {background: #fff;padding: 0px 0;}
.logo-align {text-decoration: none;display: block;width: 100%;}
.logo-align img {width: 80px !important;float: left;padding: 4px 0px;}
.brand-text h4 span {color: #000;display: block;font-size: 16px;font-family: "robotobold";}
.brand-text p {color: #000;display: block;font-size: 14px;margin: 0;}
.brand-text h4 {padding-left: 5px;font-size: 18px;color: #000;font-family: "robotomedium";line-height: 24px;text-transform: uppercase;margin: 0;white-space: nowrap;}
.m-center{display: flex;align-items: center;justify-content: space-between;}
.last-img{display: flex;justify-content: end;align-items: center;}
/*    Navbar Section Start Here     */
.navbar-bg {background: #006934;}
.right-menu{display: flex;align-items: center;justify-content: space-between;width: 100%;}
a.nav-link.active {background: #fff;color: #000;}
.right-menu li a {color: #fff;font-size: 16px;padding: 9px 13px !important;transition: .4s;}
.right-menu li a:hover {background: #fff;color: #000;transition: .4s;}
.btn-check:focus+.btn-secondary, .btn-secondary:focus, .dropdown-toggle:hover {background-color: #0a5783;border-color: #ffffff;}
.navbar{padding: 0;}
.navbar-toggler-icon {border:0;line-height: 1.5em;border-radius: 2px;background: #f26b3a;color: #fff;}
.navbar-toggler-icon:hover {background: #f15b25;border: 0;}
.navbar-toggler:focus {box-shadow: none; }
#searchBtn {background: #F15B25;color: #fff;font-size: 20px;border: 0;padding: 6px 11px;}
#search1{padding: 10px;background: #ffd9cc;display: none;position: absolute;right: 0;z-index: 11;}
.srch-fm input {width: 215px;margin-right: 8px;height: 40px;}
#search {height: 40px;border: 0;background: #006934;font-size: 16px;border-radius: 3px;padding: 0 10px;color: #fff;}
.mob-version {display: flex;justify-content: space-between;}
.dropdown-menu.show li a {color: #000;}
.nav-link:focus, .nav-link:hover {color: #ffffff;}

/*     Banner Section Start Here     */
.banner-bg {background-image: url(../images/banner-bg.jpg);background-repeat: no-repeat;width: 100%;background-size: cover;height: 460px;}
.banner-content h1 { font-family: 'poppinsbold';font-size: 44px;text-transform: uppercase;color: #000;line-height: 58px;letter-spacing: 1px;}
.orange {color: #FFA053;}
.underline {width: 112px;height: 4px;background: #f15b25;margin-top: 10px;margin-bottom: 35px;}
.banner-content h3,.banner-content h4 {font-size: 24px;padding-bottom: 15px;color: #fff;font-family: 'robotomedium';}
.banner-content p{font-size: 20px;color: #000;margin-top: 25px;font-family: 'robotolight';}
.list-btn {border: 1px solid #fff;color: #fff;font-size: 18px;padding: 11px 35px;margin-top: 35px;background: #f15b25;border-radius: 0;transition: 0.3s;}
.list-btn:hover {background: #23b14d;color: #fff;transition: 0.3s;border-bottom: 3px solid #f15b25;}
.slider-banner{width: 42%;float: right;height: 510px;box-shadow: 0px 0px 0px rgba(0,0,0,0.8);}
.banner-content {padding: 70px 0;}
.carousel-control-next, .carousel-control-prev {position: absolute;top: inherit;bottom: calc(6%);z-index: 1;display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;padding: 0;
    text-align: center; border: 0;opacity: 1;transition: opacity .15s ease;}
.carousel-control-next {right: calc(2%);background: #f15b25;}
.carousel-control-prev {right: calc(8%);border: 1px solid #fff !important;left: inherit;}
.carousel-control-prev:hover {background: #f15b25;border: 0 !important;}
.carousel-inner::after {content: "";display: block;clear: both;position: absolute;bottom: 0;height: 145px;background-image: linear-gradient(0deg, black, #000000a1, #00000000);width: 100%;}
.carousel-inner{border-bottom-left-radius: 55px;}



.video-shape {display: inline-block;float: right;text-decoration: none;position: relative;}
.video-shape a {position: absolute;font-size: 5rem;cursor: pointer;left: 48%;bottom: 40%;color: #fff;}
.zoom {animation: scale 25s linear infinite;}
@keyframes scale {50% {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}}

/*     About Section Start Here     */
.about-bg {padding: 60px 0;}
.about-bg .common-heading h1{font-size: 28px;color:#006934;font-family: 'poppinsbold';line-height: 40px;}
.about-bg .common-heading h6 {text-transform: uppercase;color: #727272;}
.about-bg p {font-size: 16px;text-align: justify;line-height: 30px;}
.profile-img {
    width: 115px;
    height: 126px;
}
.img-card {
    border: 1px solid #e4e4e4;
    position: relative;
    padding: 10px;
    border-radius: 3px;
}
.profile-img {
    width: 115px;
    height: 126px;
    margin-top: -55px !important;
}
.img-card h4 {
    font-size: 16px;
    color: #006934;
    margin-bottom: 4px;
    font-family: 'robotoblack';
    padding-top:6px;
}
.img-card h6 {
    font-size: 14px;
    font-family: 'robotoregular'
}

.profile-img.cm {
    width: 100px;
    /* height: 126px; */
    /* margin-top: -40px; */
}
.profile-img.kpm,.profile-img.vlg {
    width: 75px;
    height: 75px;
    margin-top: -59px;
}
.profile-img.hk, .profile-img.gsp {
    width: 75px;
    height: 75px;

}
/*     Dashboard Section Start Here     */

.perfomance-dashboard {position: relative;background: #FAFCFB;margin-bottom: 60px;}
.perfomance-dashboard:before {position: absolute;top: 0;left: 0;height: 258px;width: 8%;content: '';}
.infinty-bg {background-image: url(../images/ring-logo.png);=: #f15b25;background-repeat: no-repeat;background-position: center;}
.right-bg {padding: 20px 55px;display: flex;flex-direction: column;justify-content: center;height: 100%;}
.card-bx {background: #fff;text-align: center;padding: 40px 0;box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);border-bottom: 3px solid #006934;height: 210px;}
.card-bx h3 {font-size: 22px;padding:10px 0;margin-bottom:0;padding-bottom: 8px;color: #F15B25;font-family: 'poppinsbold';}
.card-bx h6 {font-size: 18px;font-family: 'robotomedium';}
.right-bg h3 {font-size: 40px;text-transform: uppercase;color: #fff;font-family: 'robotobold';font-weight: 600;}
.right-bg h5{color: #fff;font-family: 'robotoregular';}

/*     Notice Section Start Here     */

.cate-head {padding-top: 35px;}
.use-xlink2 {background: #DFFFEF;width: auto;box-shadow: 0px 0px 6px rgb(0 0 0 / 18%);margin: 2px;}
.underline-small {height: 4px;width: 44px;background: #f15b25;margin-bottom: 10px;}
.common-heading h1 {color:#000;font-size: 26px;font-family: 'poppinsbold';}
.img-bx2 img {height: 206px;}
.use-xlink2 a{text-decoration: none;}
.img-subs-2 h5 {font-size: 26px;color: #F15B25;font-family: 'robotobold';}
.img-subs-2 h6 {color: #000;font-size: 18px;text-transform: uppercase;}
.img-subs-2 p{color: #000;font-size: 13px;font-family: 'robotomedium';}


.notice-bg {background: linear-gradient(80deg, #FAFAFA, #FAFAFA, #FAFAFA, #FAFAFA, #006934, #006934);}
.notice-part .tabline {background: #ffffff;margin-bottom: 8px;}
.notice-part {border-bottom: 1px solid rgba(255, 255, 255, 0.2);padding-left: 15px;}
.notice-part .head-title {border-right: 1px solid rgba(255, 255, 255, 0.2);padding-right: 20px;font-family: 'poppinsbold';}
.notice-part .nav-tabs .nav-item.show .nav-link, .notice-part .nav-tabs .nav-link.active{background: transparent;border: 0;color: #fff;}
.notice-part li.nav-item:hover{border: 0}
.notice-part .nav-tabs .nav-link, .notice-part .nav-tabs {border: 0 !important;align-items: baseline;}
.notice-part .nav-tabs .nav-item {margin-bottom: -1px;border: 0;}
.notice-part .nav-tabs .nav-link{font-size: 24px;color: rgba(255, 255, 255, 0.7);font-family: 'robotobold';}
.tabline {width: 40px;height: 4px;display: none;}
.active .tabline {width: 40px;height: 4px;display: block;}
ul.tab-li li span {display: block;}
ul.tab-li li{list-style: none;padding: 8px 0px;border-bottom: 1px dotted rgba(255, 255, 255, 0.3);margin-bottom: 10px;}
.main-n {background: #006934;width: 100%;height: 100%;padding: 35px 0;}
ul.tab-li li a {font-size: 14px;color: #fff;text-decoration: none;}

/*     Gallery Section Start Here     */
.gallery-bg {padding: 60px 0;}
.ticker-tabs ul {display: flex;justify-content: space-between;}
.ticker-tabs .nav li {width: 49%;}
.ticker-tabs .nav li button {width: 100%;}
.common-align-tabs ul li a {text-decoration: none;font-size: 14px;padding-left: 10px;color: #000;}
.common-align-tabs li.list-group-item:hover {background: #f0fff7;transition: .4s;}
.ticker-tabs .nav-tabs .nav-item.show .nav-link, .ticker-tabs .nav-tabs .nav-link.active {background-color: #f15b25;border-color: inherit;color: #fff;}
.ticker-tabs .nav-tabs .nav-link {border: 0;color: #000;background: #DEFEEE;font-size: 14px;padding: 5px;font-family: 'robotomedium';}
.gallery-tab-bg {background: #fff;box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);padding-top: 10px;}
#pgallery-slide {display: flex;flex-wrap: wrap;padding: 15px;padding-bottom: 5px;padding-top: 5px;}
.pgallery-bx {box-shadow: 0px 0px 6px rgb(0 0 0 / 19%);height: 150px;overflow: hidden;}
.pgallery-bx img {transition: transform 0.5s ease;cursor: zoom-in;}
.pgallery-bx img:hover {transform: scale(1.2);}
li.list-group-item img {float: left;}
#photo, #video, #youtube {height: 390px;}
.gallery-tabs {display: flex;align-items: end;}
.orange{background: #F15B25;margin-bottom: 5px;}
.gallery-tabs .nav-link{border: 0;background: none;color: #5A5A5A;font-family: 'poppinsmedium' !important;font-size: 22px;}
.gallery-tabs .nav-link:focus, .gallery-tabs .nav-link:hover{border: 0 !important;color: #006934 !important;}
.gallery-tabs .nav-item.show .nav-link, .gallery-tabs .nav-tabs .nav-link.active {}
.gallery-tabs .nav-item.show .nav-link, .gallery-tabs .nav-link.active{color: #006934 !important;background-color: transparent;border-color: #dee2e6 #dee2e6 #fff;border: 0;font-family: 'poppinsbold' !important;}
.gallery-tabs .head-title {border-right: 1px solid rgba(0, 0, 0, 0.2);padding-right: 20px;}
#pgallery-slide .owl-dots {display: none;}
.btn-viewall {border: 1px solid #f15b25;border-radius: 0;padding: 6px 15px;font-size: 14px;}
.btn-viewall:hover{background: #22b14c;border: 1px solid #22b14c;color: #fff;}

/*     Owl Carousel Start Here     */

#photo .owl-carousel .owl-dots.disabled, #photo  .owl-carousel .owl-nav.disabled {display: block;}
#photo .owl-theme .owl-nav [class*='owl-']{height: 35px;}
.owl-theme .owl-nav [class*='owl-']:hover {background: #f15b25 !important;color: #FFF;border-radius: 0;height: 35px;}
#photo .owl-next span, #photo .owl-prev span {border: 1px solid #f15b25; width: 35px;height: 35px;display: inline-block;line-height: 26px;font-size: 36px;}
#photo .owl-prev {position: absolute;right: calc(5%);bottom: calc(-40px);}
#photo .owl-next {position: absolute;right: calc(1%);bottom: calc(-40px);}

.notice-bg  .owl-carousel .owl-nav.disabled {display: block !important;}
.notice-bg .owl-dots{display: none !important;}
.notice-bg .owl-theme .owl-nav [class*='owl-']{height: 35px;}
.owl-theme .owl-nav [class*='owl-']:hover {background: #f15b25 !important;color: #FFF;border-radius: 0;height: 35px;}
.notice-bg .owl-next span, .notice-bg .owl-prev span {border: 1px solid #f15b25; width: 35px;height: 35px;display: inline-block;line-height: 26px;font-size: 36px;}
.notice-bg .owl-prev {position: absolute;right: calc(5%);top: calc(-67px);}
.notice-bg .owl-next {position: absolute;right: calc(0%);top: calc(-67px);}

#achive-cover  .owl-carousel .owl-nav.disabled {display: block !important;}
#achive-cover .owl-theme .owl-nav [class*='owl-']{height: 35px;}
#achive-cover .owl-theme .owl-nav [class*='owl-']:hover {background: #006934 !important;color: #000;border-radius: 0;height: 35px;}
#achive-cover .owl-next span {background: #fff;border: 1px solid #fff;width: 35px;height: 35px;display: inline-block;line-height: 26px;font-size: 36px;border-radius: 50%;}
#achive-cover .owl-prev span{border: 1px solid #fff;width: 35px;height: 35px;display: inline-block;line-height: 26px;font-size: 36px;color: #fff;border-radius: 50%;}
#achive-cover .owl-prev {position: absolute;left: calc(-6%);top: calc(40%);}
#achive-cover .owl-next {position: absolute;right: calc(-6%);top: calc(40%);}

#testimonials-cover .owl-carousel .owl-nav.disabled {display: block !important;}
#testimonials-cover .owl-carousel .owl-dots{display: none !important;}
#testimonials-cover .owl-theme .owl-nav [class*='owl-']{height: 35px;}
#testimonials-cover .owl-theme .owl-nav [class*='owl-']:hover {background: #006934 !important;color: #000;border-radius: 0;height: 35px;}
#testimonials-cover .owl-next span {background: #fff;border: 1px solid #fff;width: 35px;height: 35px;display: inline-block;line-height: 26px;font-size: 36px;border-radius: 50%;}
#testimonials-cover .owl-prev span{border: 1px solid #fff;width: 35px;height: 35px;display: inline-block;line-height: 26px;font-size: 36px;color: #fff;border-radius: 50%;}
#testimonials-cover .owl-prev {position: absolute;left: calc(-60px);top: calc(45%);}
#testimonials-cover .owl-next {position: absolute;right: calc(-60px);top: calc(45%);}

/*     Achivement Section Start Here     */
#achive-cover {background-image: url(../images/achive.png);}
.bg-parallax2 {background-repeat: no-repeat;background-size: cover;background-position: center;background-attachment: fixed;}
#achive-cover .content-box2 {background-color: rgba(241, 91, 37, 0.83);}
#achive-cover .content-title{font-size: 34px;font-family: 'robotoblack';text-transform: uppercase;margin-bottom: 2px;padding-top: 50px;color: #fff;text-align: center;}
#achive-cover .content-title-underline{/* width: 45px; *//* height: 4px; *//* background: #fff; *//* margin-bottom: 10px !important; *//* margin: auto; */}
.achive-bx {background: #ffffff;border-radius: 2px;text-align: center;margin-top: 25px;margin-bottom: 55px;width: auto;border-radius: 8px;box-shadow: rgb(255 255 255 / 0%) 1.95px 1.95px 2.6px;}
.achive-bx h6{font-size: 16px;font-family: 'robotobold';color: #000;margin: 6px;margin-bottom: 0;}
.achive-bx p {font-size: 14px;font-family: 'robotoregular';padding: 6px 15px;color: #5E5E5E}

/*     Testimonial Section Start Here     */
#testimonials-cover {background-image: url(../images/worker.png);}
.bg-parallax2 {background-repeat: no-repeat;background-size: cover;background-position: center;background-attachment: fixed;}
#testimonials-cover .content-box2 {background-color: rgba(0, 105,52, 0.83);}
#testimonials-cover .content-title{font-size: 34px;font-family: 'robotoblack';text-transform: uppercase;margin-bottom: 2px;padding-top: 50px;color: #fff;text-align: center;}
#testimonials-cover .content-title-underline{/* width: 55px; *//* height: 4px; *//* background: #fff; */margin-bottom: 40px;margin: auto;}

.testimonial-bx {background: #fff;border-radius: 2px;padding: 10px;text-align: center;min-height: 271px;margin-top: 70px;margin-bottom: 55px;border-radius: 8px;}
.img-bx {width: 100px;height: 100px;border-radius: 50%;overflow: hidden;border: 3px solid white;margin-top: -50px;box-shadow: 0px 0px 0px rgba(0,0,0,0.8);margin-left: auto;margin-right: auto;}
.testimonial-bx h4 {color: #006934;font-size: 22px;margin-top: 15px;text-transform: uppercase;font-family: 'poppinsbold';}
.testimonial-bx h6 {color: #808080;font-size: 16px;}
.testimonial-bx h2 {font-size: 18px;margin-bottom: 0;padding-top: 10px;}
.testimonial-bx p{color: #707070;font-size: 14px;padding: 10px 20px 0 20px;}

/*     Other Link Section Start Here     */

.category-bg{padding: 60px 0;}
.underline2 {width: 40px;height: 4px;display: block;/* background: #F15B25; */margin: auto;margin-bottom: 10px;}
.category-bg .main-title{font-family: 'poppinsbold';font-size: 22px;text-align: center;}

/*     Other Menu Section Start Here     */
.other-menu{padding: 8px 0;background: #000;}
.other-menu ul{list-style: none;padding: 0;margin: 0;display: flex;justify-content: center;}
.other-menu ul li{display: inline-block;}
.other-menu ul li a{text-decoration: none;font-size: 14px;color: #fff;padding: 0px 12px;}
.other-menu ul li:before {content: '|';}
.other-menu ul li:first-child:before {display: none;}
.other-menu ul li a:hover{color:#F15B25;}

/*     Slider Section Start Here     */
.owl-dot.active span {background: #ffa053 !important;}

/*     Footer Section Start Here     */
.footer {background: #006934;padding: 50px 0;}
.footer-logo h4, .footer-logo h4 span, .footer-logo p {color: #fff;}
.footer-logo a {border-bottom: 1px solid #ffffff1f;padding-bottom: 16px;}
.desc {font-size: 14px;text-align: justify;color: #fff;padding-top: 10px;line-height: 24px;}
.btn.fulllist-btn {background: #F15B25;padding: 9px 32px;font-size: 14px;color: #fff;border-radius: 30px;width: 100%;}
.btn.outline {border: 1px solid #fff;background: transparent;margin-top: 10px;}
.btn.fulllist-btn i {padding-right: 6px;}
.btn.fulllist-btn:hover {background: transparent;border: 1px solid #F15B25;}
.social-media {list-style: none;padding: 0;margin-top: 20px;}
.social-media li {display: inline-block;width: 40px;height: 40px;border: 1px solid #fff;text-align: center;line-height: 38px;border-radius: 50%;margin-left: 7px;transition: .3s;}
.social-media li a {color: #fff;font-size: 23px;}
.fb:hover,.twit:hover,.insta:hover,.pint:hover,.ytube:hover {border-radius: 50%;transition: .3s;}
.fb:hover{background: #316FF6}.twit:hover{background: #1DA1F2;}.insta:hover{background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}.koo:hover{background: #FFC107;}.ytube:hover{background: #CD201F;}
.text-black {font-size: 13px;text-align: center;padding: 5px 0;}


  /*     Modal Start Here     */
  .message-modal .modal-body{padding: 0;}
  .message-modal{background: rgb(0 0 0 / 40%);}

@media only screen and (max-width: 1799px) and (min-width: 1336px)  {
    .slider-banner{width: 615px;}
    .banner-content h1{font-size: 32px;line-height: 42px;letter-spacing: 0;}
    .banner-content p{font-size: 16px;}
    .underline {margin-bottom: 24px;}
    .banner-bg{height: 340px;}
    .list-btn{margin-top: 15px;padding: 8px 20px;}
    .banner-content {padding: 36px 0;}
    .carousel-control-prev {right: calc(10%);}
}
@media only screen and (max-width: 1336px) and (min-width: 1199px)  {
    .slider-banner{width: 590px;}
    .banner-content h1{font-size: 32px;line-height: 42px;letter-spacing: 0;}
    .banner-content p{font-size: 16px;}
    .underline {margin-bottom: 24px;}
    .banner-bg{height: 340px;}
    .list-btn{margin-top: 15px;padding: 8px 20px;}
    .banner-content {padding: 36px 0;}
    .carousel-control-prev {right: calc(10%);}
    .notice-bg .owl-prev{right: calc(7%);}
    .btn.fulllist-btn{padding: 9px 0;}
    #achive-cover .owl-prev{left: calc(-9%);}
    #achive-cover .owl-next {right: calc(-9%);}
    #testimonials-cover .owl-prev {left: calc(-60px);}
    #testimonials-cover .owl-next {right: calc(-60px);}
    .social-media li{margin-bottom: 12px;}
    .right-bg{padding: 20px 0;}
    .achive-bx{height: 450px;}
    .right-menu li a{padding: 9px 10px;}
    
}
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
    .slider-banner{width: 588px;height: 100%;}
    .banner-content h1{font-size: 22px;line-height: 32px;letter-spacing: 0;}
    .banner-content p{font-size: 16px;}
    .underline {margin-bottom: 24px;}
    .banner-bg{height: 100%;}
    .list-btn{margin-top: 15px;padding: 5px 13px;font-size: 14px;}
    .banner-content {padding: 36px 0;}
    .carousel-control-prev {right: calc(10%);}
    .notice-bg .owl-prev{right: calc(7%);}
    .btn.fulllist-btn{padding: 9px 0;}
    #achive-cover .owl-prev{left: calc(-9%);}
    #achive-cover .owl-next {right: calc(-9%);}
    #testimonials-cover .owl-prev {left: calc(-60px);}
    #testimonials-cover .owl-next {right: calc(-60px);}
    .social-media li{margin-bottom: 12px;}
    .right-bg{padding: 20px 0;}
    .achive-bx{height: 450px;}
    .right-menu li a{padding: 9px 10px;}
    .other-menu ul li a{padding: 0px 9px;}
    
}

@media only screen and (max-width: 992px) and (min-width: 667px)  {
.navbar-brand {display: block;text-align: center;border-bottom: 1px solid #ebe8e8;}
.footer img {display: block;margin: auto;}
.right-menu {display: flex;align-items: self-start;justify-content: start;flex-direction: column;background: #edebeb;padding: 6px}
.navbar{width: 100%;}
.mob-version {display: inherit !important;justify-content: inherit !important;}
.banner-content {display: none;}
.banner-bg{height: 100%;}
.slider-banner {width: 100%;height: 100%;}
.carousel-inner{border-bottom-left-radius: 0;}
.btn-submit{margin-bottom: 20px;}
.carousel-control-next, .carousel-control-prev{top: 50%;bottom: calc(0%);}
.carousel-control-prev {left: 0;border: 1px solid #fff !important;}
.carousel-control-next {right: 0;background: #f15b25;}
.notice-bg .owl-prev{right: calc(8%);}
#achive-cover .owl-prev{left: calc(-9%);}
    #achive-cover .owl-next {right: calc(-9%);}
    #testimonials-cover .owl-prev {left: calc(-60px);}
    #testimonials-cover .owl-next {right: calc(-60px);}
    .other-menu ul li {display: inline-block;}
    .other-menu ul {display: block;text-align: center;}
    .notice-bg {background: #FAFAFA;}
    .card-bx{margin-bottom: 18px;}
    .perfomance-dashboard:before{display: none;}
    .p-mob{background: #fafafa;}
    .gallery-tab-bg{margin-top: 25px;}
    .social-media {display: flex;justify-content: center;}
    .footer-logo a {display: flex;flex-direction: column;text-align: center;}
    .right-bg {text-align: center;}
    .about-bg .underline-small{margin: auto;margin-bottom: 10px;}
    .about-bg .common-heading h6, .about-bg .common-heading h1{text-align: center;}
    .about-bg p{text-align: center;}
    .list-btn{margin-top: 5px;padding: 8px 24px;}
    .mob-center{text-align: center;margin-bottom: 20px;}
    #photo, #video, #youtube {height: 100%;}
    .last-img img {width: 80px;}
    .top-header ul{justify-content: center;}
    .top-right-nav ul{float: none;}
    .right-menu {background: #006934;padding: 15px}
    .navbar-nav {width: 100%;}
   .cate-head {padding-top: 0;}
   .navbar-bg .nav-link.active {background: none !important;color: #fff !important;}
}
@media only screen and (max-width: 666px) and (min-width: 320px)  {
.navbar-brand {display: block;text-align: center;border-bottom: 1px solid #ebe8e8;}
.footer img {display: block;margin: auto;}
.right-menu {background: #006934;padding: 15px}
.navbar{width: 100%;}
.mob-version {display: inherit !important;justify-content: inherit !important;}
.banner-content {display: none;}
.slider-banner {width: 100%;}
.btn-submit{margin-bottom: 20px;}
.carousel-control-next, .carousel-control-prev{display: none;}
.notice-bg .owl-next span, .notice-bg .owl-prev span{display: none;}
    .other-menu ul li {display: inline-block;}
    .other-menu ul {display: block;text-align: center;}
    .notice-bg {background: #FAFAFA;}
    .card-bx{margin-bottom: 18px;}
    .perfomance-dashboard:before{display: none;}
    button.owl-prev, button.owl-next {display: none !important;}
    .p-mob{background: #fafafa;}
    .gallery-tab-bg{margin-top: 25px;}
    .social-media {display: flex;justify-content: center;}
    .footer-logo a {display: flex;flex-direction: column;text-align: center;}
    .right-bg {text-align: center;}
    .about-bg .underline-small{margin: auto;margin-bottom: 10px;}
    .about-bg .common-heading h6, .about-bg .common-heading h1{text-align: center;}
    .about-bg p{text-align: center;}
    .list-btn{margin-top: 5px;padding: 8px 24px;}
    .mob-center{text-align: center;margin-bottom: 20px;}
    #photo, #video, #youtube {height: 100%;}
    .last-img{justify-content: center;}
    .last-img img {width: 80px;}
    .carousel-inner { border-bottom-left-radius: 0;}
    .slider-banner{height: 100%}
    .last-img {display: none;}
    .logo-header{padding: 10px 0}
    .top-header ul{justify-content: center;}
    .top-right-nav ul {float: none;flex-direction: column;}
    .top-header ul li { border: 0;padding-bottom: 10px;}
    .gallery-tabs {display: block;width: 100%;}
    .gallery-tabs li {border-bottom: 1px solid #dedede;}
    .pgallery-bx {height: inherit;overflow: auto;}
    .nav-tabs {border-bottom: 0;}
    .gallery-tabs .head-title{border: 0;}
    .logo-align img {width: 65px;}
    .brand-text h4{font-size: 16px;line-height: 20px;}
    .brand-text h4 span{font-size: 13px;}
   .koo img {padding-top: 4px;}
   .gallery-tabs .nav-link{font-size: 18px;}
   .navbar-nav {width: 100%;}
   .cate-head {padding-top: 0;}
   .navbar-bg .nav-link.active {background: none !important;color: #fff !important;}
   li.list-group-item img{float: none;display: block;}
   .common-align-tabs ul li a{padding: 0;}
   .ticker-tabs ul{flex-direction: column;}
   .ticker-tabs .nav li{width: 100%;}
   .ticker-tabs .nav li:first-child {margin-bottom: 5px;}
}


@media only screen and (max-width: 667px) and (min-width: 320px)  {
.navbar-brand {display: block;text-align: center;border-bottom: 1px solid #ebe8e8;}
.footer img {display: block;margin: auto;}
.navbar{width: 100%;}
.mob-version {display: inherit !important;justify-content: inherit !important;}
.right-menu ul{    border: 0;isplay: inline-block;width: 100%;text-align: center;}
.navbar-toggler {padding: 0;}
.form-section {height: auto;}
.about-bg-diagonal {width: 100%;float: none;height: 100%;}
.btn-submit{margin-bottom: 20px;}
.pgallery-bx {height: inherit;overflow: auto;}
}









.about-bg {
    background: #fff;
    padding: 60px 20px;
    color: #fff;
}

.common-heading h6 {
    color: #38bdf8;
    font-weight: 600;
    letter-spacing: 1px;
}

.common-heading h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.underline-small {
    width: 60px;
    height: 3px;
    background: #38bdf8;
    margin-bottom: 10px;
}

.about-bg p {
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
}

/* Button */
.list-btn {
    background: #f15b25;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
}

.list-btn:hover {
    background: #0ea5e9;
    color: #fff;
}

/* Image Cards */
.img-card {
    border-radius: 15px;
    text-align: center;
    padding: 20px 10px;
    transition: 0.4s;
    backdrop-filter: blur(10px);
    border: 1px solid rgb(0 0 0 / 5%);
    background-color: rgba(131, 191, 110, 0.12);
}

.img-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* Profile Image */
.profile-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #ffffff;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* Different image sizes fix */
.profile-img.cm img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text */
.img-card h4 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    color: #000000 !important;
}

.img-card h6 {
    font-size: 13px;
    color: #ff6000;
    margin-top: 10px;
}

/* Last cards */
.lst-child {
    background: rgb(238 238 238);
    background-color: rgba(131, 191, 110, 0.12);
}

/* Responsive */
@media(max-width: 768px){
    .common-heading h1 {
        font-size: 24px;
    }

    .profile-img {
        width: 90px;
        height: 90px;
    }
}







.perfomance-dashboard {
    background: linear-gradient(135deg, #000000, #0069349e);
    padding: 60px 0;
    color: #fff;
}

/* Left Side */
.infinty-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-bg {
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.right-bg h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.right-bg h5 {
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 2px;
}

/* Cards */
.card-bx {
    background: rgb(255 255 255);
    border-radius: 18px;
    padding: 25px 15px;
    text-align: center;
    transition: 0.4s;
    backdrop-filter: blur(12px);
    border: 1px solid rgb(255 255 255 / 35%);
    height: 100%;
}

.card-bx:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}

/* Icon */
.card-bx img {
    margin-bottom: 10px;
}

/* Numbers */
.card-bx h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0;
    color: #F15B25;
}

/* Text */
.card-bx h6 {
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
}

/* Responsive spacing */
.p-mob {
    padding: 0 10px;
}

@media(max-width: 768px){
    .right-bg {
        margin-bottom: 20px;
    }

    .card-bx {
        margin-bottom: 15px;
    }

    .card-bx h3 {
        font-size: 22px;
    }
}




/* Section Background (Parallax Improve) */
.bg-parallax2 {
    background: linear-gradient(rgba(2,6,23,0.85), rgba(2,6,23,0.95)),
                url('../images/bg.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    /* padding: 70px 0; */
    position: relative;
}

/* Title */
.content-title-white h3 {
    /* color: #38bdf8; */
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.content-title-underline {
    /* width: 70px; */
    /* height: 4px; */
    /* background: #38bdf8; */
    margin: 0 auto 10px;
    border-radius: 10px;
}

/* Slider Box */
.achive-bx {
    padding: 10px;
}

/* Image Card */
.achive-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    border: 1px solid rgb(255 255 255 / 0%);
}

/* Image */
.achive-img img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    transition: 0.5s;
}

/* Hover Effect */
.achive-img:hover img {
    transform: scale(1.1);
}

.achive-img:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}

/* Overlay Effect */
.achive-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
    opacity: 0;
    transition: 0.4s;
}

.achive-img:hover::after {
    opacity: 1;
}

/* Owl Dots */
#achive-slider .owl-dots {
    margin-top: 15px;
    text-align: center;
}

#achive-slider .owl-dot span {
    width: 10px;
    height: 10px;
    background: #94a3b8;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
    transition: 0.3s;
}

#achive-slider .owl-dot.active span {
    background: #38bdf8;
    transform: scale(1.3);
}

/* Responsive */
@media(max-width: 768px){
    .achive-img img {
        height: 200px;
    }

    .content-title-white h3 {
        font-size: 22px;
    }
}





