@import url("https://fonts.googleapis.com/css2?family=Volkhov:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

h1, h2 {
  font-family: 'Volkhov', serif;
}

header {
  background-color: #F5F5F5;
}

header .top-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

header .top-cnt ul {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .top-cnt ul li {
  padding-right: 10px;
}

header .top-cnt ul li h5 {
  font-weight: 600;
  font-size: 15px;
}

header .top-cnt ul li span {
  color: red;
}

header .top-cnt ul li i {
  color: #CC8809;
}

header .top-cnt ul li:hover i {
  color: black;
}

.second-logo {
  padding: 15px;
}

.second-logo #left-pad {
  padding-left: 100px;
}

.second-logo .logo-sec img {
  width: 100%;
}

.second-logo .logo-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
}

.second-logo .logo-other a{
  color: black;
  padding-right: 10px;
  font-size: 16px;
}

.second-logo .logo-other a i {
  padding: 10px;
  border: 1px dashed black;
  font-size: 25px;
}

.second-logo .logo-other h5 span {
  font-size: 15px;
  color: grey;
}

.second-logo a:hover {
  text-decoration: none;
}

section {
  background-color: #3D3E3E;
  border-top: 3px solid #CC8809;
  border-bottom: 3px solid #CC8809;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

section .navbar-light .navbar-nav .active > .nav-link {
  color: white;
}

section .navbar-light .navbar-nav .nav-link {
  color: white;
}

section .navbar-nav > li{
  padding-left: 10px;
  padding-right: 10px;
}

section .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

section .navbar-light .navbar-nav .nav-link:hover {
  color: #CC8809;
}

section .dropdown-menu {
  background-color: #CC8809;
  color: white !important;
}

section .dropdown-item{
  color: white;
  padding: 0.10rem 1.5rem !important;
}
.lightboxOverlay, .lightbox{
  z-index: 88888888888888888888888 !important;
}
section #plogin {
  background-color: #CC8809 !important;
  padding-right: 0px !important;
  padding-left: 0;
  font-style: italic;
}

section #plogin:hover .nav-link {
  color: #0a0909 !important;
}

.banner .banner-cnt .item {
  position: relative;
}

.banner .banner-cnt .item .txt-box {
  color: white;
  position: absolute;
  top: 20%;
  left: 10%;
  width: 100%;
}

.banner .banner-cnt .item .txt-box h4, .banner .banner-cnt .item .txt-box h1, .banner .banner-cnt .item .txt-box h5 {
  padding-bottom: 10px;
}

.banner .banner-cnt .item .txt-box h1 {
  font-size: 60px;
  font-weight: 400;
  font-family: 'Volkhov', serif;
}

.banner .banner-cnt .item .txt-box button {
  background-color: #CC8809;
  outline: none;
  color: white;
  padding: 15px;
  border: 1px solid transparent;
  cursor: pointer;
}

.banner .banner-cnt .item .txt-box button:hover {
  border: 1px solid #CC8809;
  background-color: transparent;
  color: white;
  color: #CC8809;
}

.banner .banner-cnt .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: 35%;
  background-color: rgba(245, 245, 245, 0.418);
}

.banner .banner-cnt .owl-nav button.owl-prev span {
  padding: 30px;
  border-radius: 35px;
  font-size: 30px;
}

.banner .banner-cnt .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  top: 35%;
  background-color: rgba(245, 245, 245, 0.418);
}

.banner .banner-cnt .owl-nav button.owl-next span {
  padding: 30px;
  border-radius: 35px;
  font-size: 30px;
}

.desks .desk-box a {
  color: black;
}

.desks .desk-box a h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* --------------------------------------- */

.desks .desk-box a h5::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-left: 5px;
}
/* -------------------------------- */
.desks .desk-box a:hover {
  text-decoration: none;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.desks .desk-box a:hover h4, .desks .desk-box a:hover h5 {
  color: #CC8809;
}

.desks .desk-box p {
  text-align: justify;
  min-height: 192px;
}

.about-us {
  background: url(../img/bg.jpg);
  background-size: cover;
}

.about-us .about-sec {
  padding-right: 50px;
}

.about-us .about-sec p {
  text-align: justify;
}

.about-us .about-sec h1 span {
  color: #CC8809;
}

.about-us .about-sec a{
  text-decoration: none;
  color: black;
  font-size: 1.25rem;
  font-weight: 600;
  position:relative;
}
.about-us .about-sec a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    padding-left: 5px;
}

.about-us .about-sec a:hover {
  color: #CC8809;
}

.about-us .bord-back .video-box {
  position: relative;
  z-index: 99;
}

.about-us .bord-back .video-box img {
  width: 100%;
}

.about-us .bord-back .video-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #CC8809;
  border-radius: 50%;
  z-index: 99999;
}

.about-us .bord-back .video-box a i {
  color: white;
  padding: 20px;
  font-size: 20px;
}

.about-us .bord-back .video-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  opacity: .7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.about-us .bord-back .video-box:hover .overlay {
  opacity: .1;
}

.about-us .bord-back::before {
  position: absolute;
  content: "";
  border: 5px solid black;
  width: 350px;
  height: 250px;
  top: -20px;
  right: -4px;
}

.about-us .bord-back::after {
  position: absolute;
  content: "";
  background-color: #CC8809;
  width: 250px;
  height: 250px;
  bottom: -14px;
  left: -6px;
}

.counter {
  background-color: #CC8809;
  padding: 50px;
  text-align: center;
}

.counter .count-box {
  border-right: 1px solid white;
}

.counter .count-box span {
  color: white;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}

.counter .count-box h5 {
  color: black;
}

.news h2 {
  padding-bottom: 20px;
}

.news h2 b {
  color: #CC8809;
}

.news .news-box a {
  color: black;
}
.news .news-box a h5{
  position:relative;
}
.news .news-box a h5::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-left: 5px;
}

.news .news-box a h6 {
  margin-top: 10px;
  color: gray;
  font-weight: 200;
}

.news .news-box a img {
  width: 100%;
}

.news .news-box a img:hover {
  opacity: .8;
}

.news .news-box a p {
  cursor: text;
  text-align: justify;
}

.news .news-box a h5:hover {
  color: #CC8809;
}

.news .news-box a:hover {
  text-decoration: none;
}

.text-ad {
  background-image: url(../img/4.jpg);
}

.text-ad .full-bg {
  background-color: #cc8809d2;
  color: white;
  padding: 40px;
  font-size: 20px;
}

.text-ad .full-bg h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5em;
  text-shadow: 6px 5px 4px #000000;
}

footer {
  background-image: url(../img/5.jpg);
  color: rgba(255, 255, 255, 0.61);
}

footer .foot {
  background-color: #00000057;
}

footer .foot h4 {
  color: white;
  padding-bottom: 20px;
}

footer .foot .about-box img {
  padding-bottom: 15px;
}

footer .foot .about-box p {
  text-align: justify;
  line-height: 1.8;
}

footer .foot .use-links .multi-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .foot .use-links .multi-links ul {
  padding-right: 10px;
}

footer .foot .use-links .multi-links ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-right: 15px;
}

footer .foot .use-links .multi-links ul a {
  color: rgba(255, 255, 255, 0.61);
}

footer .foot .use-links .multi-links ul li {
  padding-bottom: 15px;
}

footer .foot .use-links .multi-links ul li:hover a {
  color: #CC8809;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
}

footer .foot .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

footer .foot .social ul li:hover i {
  color: #CC8809;
}

footer .foot .contact ul li {
  padding-bottom: 15px;
}

footer .foot .credits {
  padding: 25px;
  border-top: 1px solid grey;
}

footer .foot .credits .back-top {
  position: absolute;
  top: -10px;
  left: 50%;
  background-color: #CC8809;
}

footer .foot .credits .back-top i {
  padding: 5px;
  color: white;
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */

.navbar-light .navbar-toggler {
  
  background-color: white;
}

@media(max-width:767px){
  .second-logo #left-pad {
    padding-left: 0px;
}
.about-us .about-sec {
  padding-right: 0px;
}
.about-us .bord-back::after{
  display: none;
}
.about-us .bord-back::before{
  display: none;
}
.counter .count-box {
  border-right: 1px solid transparent;
}
.second-logo .logo-other {
 
  padding-top: 15px;
}
.second-logo .logo-other {
  
  padding-top: 15px;
}
.banner .banner-cnt .item .txt-box{
  top:1%;
  width:70%;
  left: 20%;
}
.banner .banner-cnt .item .txt-box h4{
  padding-top: 0;
padding-bottom: 0;
  font-size: 12px;
}
.banner .banner-cnt .item .txt-box h1{
  padding-top: 0;
padding-bottom: 0;
  font-size: 12px;
}
.banner .banner-cnt .item .txt-box h5{
 
  padding-top: 0;
  font-size: 12px;
  padding-bottom: 0;
}
.banner .banner-cnt .item .txt-box button{
  padding: 5px;
}
}

@media(min-width:1024px) and (max-width:1366px){
  /* #searcher{
    /* display: none; */
  } */
}