body {
  font-family: "Noticia Text", serif;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

ul {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:focus {
  text-decoration: none;
  color: #000;
}

.a_tag:hover {
  color: #000 !important;
}

.a_tag:focus {
  color: #000 !important;
}


.button {
  transition: 0.3s;
  padding: 14px 35px 14px 35px;
  display: inline-block;
  font-size: 16px;
  color: #fff !important;
  background-color: #76787B !important;
  font-weight: bold;
}

.button:hover {
  background: #fff !important;
  color: #111 !important;
}

.button_1 {
  transition: 0.3s;
  padding: 14px 35px 14px 35px;
  display: inline-block;
  font-size: 16px;
  color: #fff !important;
  background-color: #76787B !important;
  font-weight: bold;
}

.button_1:hover {
  background: #111 !important;
  color: #fff !important;
}


.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.col_brow {
  color: #cccccc !important;
}

.col_brow1 {
  color: #a1915b !important;
}

.col_light {
  color: #f9f5e6 !important;
}

.bg_brow {
  background-color: #777B7E !important;
}

.bg_brow1 {
  background-color: #a1915b !important;
}

.bg_light {
  background: #f9f5e8 !important;
}

.bg_back {
  background-color: #000 !important;
}

.bg_backo {
  background-color: rgba(0, 0, 0, .8) !important;
}


hr {
  opacity: 1;
  background-color: #C0C0C0;
}


.font_14 {
  font-size: 14px;
}

.font_8 {
  font-size: 8px;
}

.font_10 {
  font-size: 10px;
}

.font_12 {
  font-size: 12px;
}

.font_13 {
  font-size: 13px;
}

.font_15 {
  font-size: 15px;
}

.font_60 {
  font-size: 60px;
}

.font_50 {
  font-size: 50px;
}

.line {
  height: 4px !important;
  width: 100px;
  background-color: #a1915b;
}


.p_3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.border_1 {
  border: 1px solid #C0C0C0;
}

.carousel_p .carousel-indicators {
  bottom: -60px !important;
}

.carousel_p {
  padding-bottom: 70px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/*********************header****************/

.nav_hide:after {
  display: none;
}

.navbar-collapse {
  align-items: start;
}

#header .navbar-brand {
  font-size: 26px;
  line-height: 0;
}

#header .navbar-brand span {
  font-size: 30px;
  color: #fff;
}

#header .nav-link {
  padding: 20px 20px;
  color: #f4f4f4;
  font-weight: bold;
}

#header .nav-link:hover {
  background: none;
  color: #777B7E;
}

#header .nav-link:focus {
  background: none;
  color: #777B7E;
}

#header .active {
  background: none;
  color: #777B7E;
}

#header .drop_1 {
  min-width: 220px;
  border-radius: 0;
  margin-top: 0 !important;
  border: none;
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
  background: #fff;
  padding: 10px;
}

#header .drop_1 a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C0C0C0;
  color: #fff;
  transition: 0.3s;
  color: #333;
  font-weight: bold;
}

#header .drop_1 a:hover {
  background: #a1915b;
  color: #fff;
}

#header .drop_2 {
  left: auto !important;
  right: 0 !important;
  min-width: 280px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 3;
  background-color: rgba(0, 0, 0, 1) !important;
  border-radius: 0;
}

.sticky {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

/*********************header_end****************/



/*********************common****************/
.pages ul li {
  display: inline-block;
}

.pages ul li a {
  display: block;
  color: #0c121d;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #C0C0C0;
  background: #fff;
}

.pages ul li a:hover {
  background: #a1915b;
  border: 1px solid #a1915b;
}

.pages ul li a:hover {
  color: #fff !important;
}

.act {
  background: #a1915b !important;
  border: 1px solid #a1915b !important;
  color: #fff !important;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoInstagram:hover {
  background-color: #A832B3;
}

.social-network a.icoImdb:hover {
  background-color: #F5C518;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoImdb:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 2px 0 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
}

.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #000;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.form-control:focus {
  box-shadow: none;
  border-color: #C0C0C0;
}

.form-select:focus {
  box-shadow: none;
  border-color: #C0C0C0;
}

.form-control {
  border-color: #C0C0C0;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
}

.form-select {
  border-color: #C0C0C0;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
  color: #777;
}

.shadow_box {
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}

.carousel-indicators [data-bs-target] {
  background-color: #a1915b;
}

.input-group .form-control {
  height: auto;
}

.input-group .form-control:focus {
  box-shadow: none;
}

.form-check .form-check-input:checked {
  background-color: #a1915b;
  border-color: #a1915b;
}

.form_text {
  height: 150px !important;
}

.center_o {
  /*background-image: url(../img/14.jpg); */
  background-color: #777B7E;
}

.award_2i span {
  font-size: 120px;
}

.cont_1l ul li a {
  background: #ECF1F7;
}

/*********************common_end****************/

/*********************skill****************/
.skill_1r .progress-bar {
  background: #f5eaee;
  border-radius: 5px;
}

.skill_1r .progress {
  background-color: #a1915b;
  height: 6px;
  overflow: hidden;
  border-radius: 0;
}

/*********************skill_end****************/

/*********************team_h****************/
.team_1m1i1 ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  transition: 0.3s;
}

.team_1m1i1 ul li a:hover {
  background: #a1915b !important;
  color: #fff !important;
}

.team_1m1i1 {
  padding-top: 60% !important;
  display: none;
}

.team_1m:hover .team_1m1i1 {
  display: block;
}

/*********************team_h_end****************/

/*********************testim****************/
.testim_1i1i img {
  width: 50px;
  height: 50px;
}

/*********************testim_end****************/


/*********************footer****************/
#footer {
  background-image: url(../img/14.jpg);
}

.footer_1i ul li a {
  background: #ECF1F7;
}

.footer_2 {
  border-top: 1px solid #2f3e2f;
}

.footer_1i h3 span {
  font-size: 30px;
  color: #FFFFFF;
}

/*********************footer_end****************/



@media screen and (max-width : 767px) {
  .navbar-collapse {
    max-height: 300px;
    overflow-y: scroll;
    border-top: 1px solid #201f1f;
    margin-top: 15px;
  }

  #header .nav-link {
    font-size: 28px !important;
    border-bottom: 1px solid #201f1f;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0 !important;
    border-right: none;
  }

  .navbar .navbar-toggler {
    box-shadow: none !important;
    background: #fafafa;
    border: none;
    border-radius: 0;
    margin-top: 0;
  }

  #header .drop_1 {
    margin-top: 0 !important;
    min-width: 100%;
  }

  #header .drop_1 a {
    font-size: 24px;
  }

  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 1) !important;
  }

  .sticky .drop_1 {
    margin-top: 0 !important;
  }

  .line {
    margin-left: auto;
    margin-right: auto;
  }

  .line_1 {
    margin-left: auto;
    margin-right: auto;
  }

  .pages ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .center_sm {
    text-align: center !important;
  }

  .center_left {
    text-align: left !important;
  }

  #top {
    display: none;
  }

  .font_60 {
    font-size: 45px;
  }

  .font_50 {
    font-size: 36px;
  }

  .about_h1l {
    text-align: center;
    margin-bottom: 15px;
  }

  .about_h1l p {
    text-align: left;
  }

  .award_1 p {
    text-align: left;
  }

  .award_1 br {
    display: none;
  }

  .serv_1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .team_h1i {
    text-align: center;
    margin-bottom: 8px;
  }

  .team_h1i p {
    text-align: left;
  }

  .team_1m {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .gallery_2l {
    text-align: center;
  }

  .gallery_2l br {
    display: none;
  }

  .gallery_2r {
    margin-top: 15px !important;
    text-align: center;
  }

  .testim_1i1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .cont_1l {
    text-align: center;
    margin-bottom: 15px;
  }

  .cont_1ril {
    margin-top: 10px;
    text-align: center;
  }

  .footer_1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .footer_1i h3 {
    text-align: center;
  }

  .footer_1i h5 {
    text-align: center;
  }

  .footer_1i ul {
    text-align: center;
  }

  .footer_1ism h6 {
    margin-top: 10px !important;
  }

  .footer_2 {
    text-align: left !important;
  }

  .award_2i {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .skill_1r {
    margin-top: 15px;
  }

  .skill_1r h1 {
    text-align: center;
  }

  .skill_1r h5 {
    text-align: center;
  }
}

@media (min-width:576px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }

  #header .nav-link {
    padding: 20px 10px;
  }

  .font_60 {
    font-size: 45px;
  }

  .font_50 {
    font-size: 36px;
  }

  .award_2i h4 {
    font-size: 18px;
  }

  .serv_1i h5 {
    font-size: 16px;
  }

  .serv_1i p {
    font-size: 14px;
  }

  .team_1m h5 {
    font-size: 16px;
  }

  .team_1m h6 {
    font-size: 14px;
  }

  .team_1m1i1 {
    padding-top: 50% !important;
  }

  .team_1m1i1 ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }

  .testim_1i1i h6 span {
    font-size: 12px;
  }

  .footer_1i ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .footer_1i ul li a i {
    line-height: 30px;
  }
}

@media (min-width:871px) and (max-width:991px) {
  #header .nav-link {
    padding: 20px 16px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }

  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }

}

@media (min-width:1400px) and (max-width:1600px) {}