@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Adamina&display=swap');
body {
    font-size: 18px;
    color: #000;
    background-color: #fff;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'Source Sans Pro', sans-serif;
}
.body{
  overflow-x: hidden;
}
a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    transition: all .6s;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 20px;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

p {
    margin: 0;
    line-height: 30px;
    margin-bottom: 25px;
    font-family: 'Source Sans Pro', sans-serif;
}

ul li{
    margin-bottom: 0px;
   
}

.img-fluid {
    display: block;
    width: 100%;
    max-width: 100%;
}

.li {
    display: inline-block;
    padding: 0px 5px;
}
ul{
  list-style: none;
}

h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 79px;
  font-family: 'Adamina', serif;
}

h2 {
  /*font-size: 45px;*/
  font-weight: 600;
  font-family: 'Adamina', serif;
}
h3 {
  /*font-size: 32px;*/
  
}

h4 {
  /*font-size: 32px;*/
  
}

h5 {
 
}

h6 {}



.bg-cover{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.gap{
  margin-bottom: 40px;
}
.mobile_header {
  display: none;
}
section{
  padding: 100px 0px;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #008037;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #008037;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 74px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
/*   top: 50%; */
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 74px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* navbar----------- */



#main_header {
  padding: 15px 0px;
  transition: all 0.3s;
}
a.link {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding-right: 23px;
}
a.hd-btn {
  background: #fff;
  color: #000;
  font-weight: 600;
  padding: 11px 40px;
  font-size: 17px;
  text-transform: uppercase;
}
a.hd-btn:hover{
  background: #000;
  color: #fff;
}
a.hd-btn2 {
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 11px 40px;
  font-size: 17px;
  display: inline-block;
  text-transform: uppercase;
  margin:inherit;
}
a.hd-btn2:hover{
  background: #1e1e1e;
  color: #fff;
}
.nav_menu {
  padding: 0px 0px 0;
  margin-top: 17px;
}
.nav_menu li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 0 53px;
  color: #fff;
}
.nav_fixed{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
 .bg{
  background: #dadada;
padding: 18px;
	 min-height: 400px;
}

/* ----nav-end-- */

/* -banner-- */

.logo-sec{
  background:#171717;
  color: #fff;
  padding: 100px 0;
}
.logo-sec a h3{
  color: #fff;
}
.banner_area {
  background: url(../images/banner-bg.jpg) no-repeat center;
  color: #fff;
  padding: 190px 0 390px;
}
.about_area{
  background: url(../images/about-baner.webp) no-repeat top;
  color: #fff;
  padding: 190px 0 153px;
}
.blog_area{
  background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url(../images/inner-blog.webp) no-repeat top;
  color: #fff;
  padding: 190px 0 153px;
}
.inner-blog{
  background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url(../images/inner-blog-1.webp) no-repeat top;
  color: #fff;
  padding: 190px 0 153px;
}
.video_area{
  background: url(../images/video-baner.webp) no-repeat top;
  color: #fff;
  padding: 190px 0 153px;
}
.photo_area{
  background: url(../images/photo-baner.webp) no-repeat top;
  color: #fff;
  padding: 190px 0 153px;
}
.Contact_area{
  background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.5)), url(../images/contact-baner.webp) no-repeat top;
  color: #fff;
  padding: 190px 0 153px;
}
.banner_heading h4 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.heading h4 {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.button {
  margin-top: 32px;
}
.button a {
  margin: 0 0 0 14px;
}
/* ----banne-end--- */


.heading h2 span {
  font-weight: 100;
}
.photo_gallery_slider img {
  height: 370px;
  object-fit: cover;
}


/* ----slider-video--- */
.btn1 {
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 11px 40px;
  font-size: 17px;
  text-transform: uppercase;
  border:1px solid #000;
  outline: none;
}
.btn1:hover {
  background: #fff;
  color: #000;
  border:1px solid #000;
}
.section-bg{
  background: #f1f1f1f1;
}
.photo_section{
  position: relative;
  border: 4px solid #fff;
  overflow: hidden;
 
}
.photo_section img{
  transition: all .3s;
}
.call-fixed {
  display: none;
}

.photo_section:hover img{
  transform:scale(1.1);
}
.gallery-img{
  overflow: hidden;
}
.gallery-img a img{
  transition: all .3s;
}
.gallery-img:hover img{
  transform:scale(1.1);
}

.photo_section .content{
  position: absolute;
  left: 48%;
  /*width: 100%;*/
  bottom: 65px;
  width: 70%;
  transform: translateX(-35%);
}
.photo_section h3{
  /*font-size: 37px;*/
}
.photo_section h3 a {
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
/* .photo_section h3 a:after {
  content: '';

  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
  border-width: 0 0 2px;
  border-style: solid;
}
.photo_section h3 a span:after {
  content: '';
width: 52%;
position: absolute;
left: 8px;
bottom: -62px;
border-width: 0 0 2px;
border-style: solid;
} */
/* .photo_section h3 a::after{
content: "";
background: #fff;
width: 100%;
height: 2px;
position: absolute;
left: 0;
bottom: 0;
} */
.border_right{
  border-right: 5px solid #fff !important;
}
.service_section .no-gutters{
 
}
.photo_section h3 a{
  color: #fff;
}
.photo_section h3 a:hover{
  color: #ffc506;
}
.photo_section2 h3 {
  padding-top: 25px;
  text-transform: capitalize;
 
}
.service_section{
  padding:100px 0 0;
}

/* ----contact--- */

#contact {
  padding: 100px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 42px;
  display: inline-block;
  margin-bottom: 22px;
  color: #1e1e1e;
}

#contact .contact-info address, #contact .contact-info p {
    margin-bottom: 0;
    color: #000;
    font-size: 15px;
}

#contact .contact-info h3 {
    font-size: 23px;
    margin-bottom: 9px;
    font-weight: bold;
    text-transform: capitalize;
    color: #1e1e1e;
    min-height: 0px;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #0b427c;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
}
}

#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #0b427c;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #1e1e1e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
    padding: 18px 21px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #1e1e1e;
}

#contact .php-email-form button[type="submit"] {
    background: #1e1e1e;
    border: 0;
    padding: 18px 36px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    transition: 0.4s;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #1e1e1e;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.map iframe{
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.footer_logohere{
  margin-top: -50px;
}

.footer_top {
  color: #000;
}
.footer_top form{
  position: relative;
}

.footer_top form input {
 border: none;
  outline: none;
  height: 57px;
  width: 100%;
  color: #000;
  padding: 0px 40px 0 20px;
  position: relative;
}
.footer_top form button {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  color: #d61228;
  font-size: 18px;
  top: 17px;
}
#bg-product img {
  object-fit: cover;
  height: 266px;
}
.footer_top h3 {
  font-size: 21px;
  margin: 20px 0 0;
}
.footer_top {
  padding: 37px 0px;
 
  background: #d61228;
  color: #fff;
}
.footer_bottom .footer_left h4{
  position: relative;
}
.footer_bottom .footer_left h4::after{
  position: absolute;
  content: "";
  background: #fff;
  width: 259px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.footer-icon a {
  display: flex;
  align-items: center;
  font-size: 25px;
 
}

.footer-icon a span{
  color: #fff;
  margin-left: 10px;
}
.footer-icon a i{
  background: #fff;
 border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_bottom {
  padding: 100px 0px;
  background: #1e1e1e;
}
.ftr-logo{
  margin-bottom: 20px;
}
.link-ftr i.fa {
  background: #fff;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
}
.link-ftr {
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  margin: 30px 0 0;
  display: block;
}
.link-ftr:hover{
  color: #000;
}
.list-inline.footer-link li {
  display: block;
}
.ftr_heading h4 {
  color: #fff;
  position: relative;
  margin-bottom: 48px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 25px;
}
.ftr_heading h4::before {
  width: 10px;
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 70px;
  bottom: -21px;
}
.list-inline.footer-link li a {
  display: block;
}
.list-inline.footer-link li p {
  display: block;
  color: #fff;
  font-size: 17px;
  position: relative;
  padding: 0 0px 0 30px;
  margin-bottom: 11px;
}
.list-inline.footer-link li p i.fa {
  position: absolute;
  top: 7px;
  left: 0;
  color: #fff;
}
.list-inline.footer-link li a {
  display: block;
  color: #fff;
  font-size: 17px;
  position: relative;
  padding: 0 0px 0 30px;
  text-transform: capitalize;
  margin-bottom: 11px;
}
.list-inline.footer-link li a i.fa {
  position: absolute;
  top: 3px;
  left: 0;
  color: #fff;
}
.footer_bottom p{
  color: #fff;

}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 1px solid #fff !important;
}
.foot-manu li a{
  text-transform:uppercase;
}
#main_header .social-icons li a{
  background: #000;
color: #fff;
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
border-radius: 50px;
}
.social-icons li a{
  background: #4867aa;
color: #fff;
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
border-radius: 50px;
}
.ftr-menu li {
  display: inline-block;
    position: relative;
   
    margin-right: 21px;
}
.list-inline.footer-link li a:hover{
  color: #fff;
}
.ftr-menu li a {
  font-size: 17px;
  color: #fff;
  margin-bottom: 11px;
  display: block;
}
.ftr-menu li a:hover{
  color: #fff;
}
.footer_bottom h4 {
  color: #fff;
}
.footer_option .service_option h3 {
  font-size: 21px;
  line-height: 29px;
  text-transform: capitalize;
}
.footer_option .service_option{
  background: transparent;
  box-shadow: inherit;
}
.text {
  margin: 25px 0 0 !important;
  display: block;
}
.footer_option {
  padding: 15px 0 0;
}
.copyright_bar {
  text-align: center;
  background: #d61228;
  color: #fff;
  padding: 19px 0px;
  margin: 30px 0 0;
}

.misson_bg h4 {
  margin: 30px 0 0;
}

.button_link.center {
  display: table;
  margin: 0 auto;
}
.cpytext.text-center p {
    margin-bottom: 0px;
    padding-top: 40px;
}
.social_icon a {
    background: #1f4df5;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}
.video_Section iframe{
  width: 100%;
}

.overlay{
  position: relative;
  z-index: 1000;
}

.overlay iframe {
  position: relative;
  z-index: 10000;
}

.header-btn{
  color: #fff;
 margin: 12px 20px;
 
  border-bottom: 2px dashed #fff;
}
.header-right{
  margin-left: 45px;
}

.cal-btn-sec li  {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 12px 22px;
  width: 100%;
  margin-bottom: 10px;
display: inline-block;
cursor: pointer;
}
.calendar{
  width: 100% !important;
}
.pignose-calendar{
  width: 100% !important;
  max-width:initial !important;
}
.date.date-bg{
  background: #fff;
  border:1px solid #000;
  color: #000;
}


.banner_heading h1 a{
  color: #fff;
}
.info-inner {
  padding-top: 70px;
}
.info1-right-content {
  background: #122c5b;
  padding: 50px 40px;
  border-radius: 5px;
}
.info1-left-content p {
  margin: 20px 0;
  line-height: 1.8;
}

.info1-left-content a.bg-black {
  background: #122c5b;
}
.info1-left-content a.bg-blue {
  background: #2196f3;
}
.info1-left-content a.bg-black:hover {
  background: #2196f3;
  color: #fff;
}
.info1-left-content a.bg-blue:hover {
  background: #122c5b;
  color: #fff;
}

.info1-right-content-top h4 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
}
.info1-right-content-top p {
  color: #eee;
}
.info1-right-content-btm li {
  margin-bottom: 10px;
}
.info1-right-content-btm li a {
  font-family: 'Poppins', sans-serif;
  color: #eee;
}
.info1-right-content-btm li i {
  display: inline-block;
  margin-right: 10px;
  color: #eee;
}

.info2-inner {
  background: #f7f7f7;
}
.info2-inner h2 {
  margin-bottom: 20px;
  font-size: 38px;
}
.info2-inner p {
  line-height: 1.8;
}
.inner-service-area{
  padding: 0 0 100px;
}
.inner-service-content {
  background: #122c5b;
  border-radius: 5px;
 
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.btn2{
  background:#4eb6cd;
    padding: 12px 30px;
    color: #fff;
    font-size: 17px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #4eb6cd;
    outline: none;
    margin-bottom:20px;
}
.info1-left-btns{
  text-align: left;
}
.info2-service{
  margin-bottom: 10px;
}
.info2 h2{
  font-size: 27px;
}
.info2 p{
  font-size:16px;
}
.info3{
  background: #f7f7f7;
}
.info3-content-left h2 {
  margin-bottom: 30px;
  font-size: 40px;
}
.info3-content-left img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}
.info3-content-right {
  padding: 33px;
  background: #252526;
  border-radius: 5px;
}
.info3-content-right form {
  margin-top: 40px;
}
.info3-content-right h2 {
  color: #fff;
}
.info3-content-right input {
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  height: 3rem;
}
.info3-content-right textarea {
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
}
.info3-content-right button {
  width: 100%;
  background: #2196f3;
  text-transform: uppercase;
  border: none;
  color: #fff;
  padding: 17px 0;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}
.info3-content-right button:hover {
  background: #fff;
  color: #122c5b;
}
.info3-content-right  input {
  width: 100%;
  height: 58px;
  border: 1px solid #999;
  padding: 0px 20px;
  margin-bottom: 20px;
  outline: none;
}
.info3-content-right textarea {
  width: 100%;
  height: 158px;
  border: 1px solid #999;
  padding: 20px 20px;
  margin-bottom: 20px;
  outline: none;
}
.info3-content-right h2{
  font-size: 28px;
}

.cta-area {
  
  background: url(../images/areas.JPG) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
.innner_service_area{
  background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)), url(../images/inner-service-baner.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 190px 0 153px;
  color: #fff;
}
.cta-content {
  width: 100%;
  background: #fff;
  padding: 40px;
}
.cta-content h2 {
  font-size: 38px;
}
.cta-content p {
  margin: 30px 0;
  line-height: 1.8;
}
.cta-content a {
 
  font-family: 'Poppins', sans-serif;
  margin: 0 10px;
  transition: all .3s ease;
  text-transform: uppercase;
  border-radius: 50px;
}
.cta-content a.btn-blue {
  background: #122c5b;
  color: #fff;
}
.cta-content a.btn-white {
  background: #2196f3;

  color: #fff;
}
.cta-content .btn-blue:hover {
  background: #2196f3;

  color: #fff;
}
.cta-content .btn-white:hover {
  background: #122c5b;
  color: #fff;
}


.inner-area{
  background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), url('../images/inner-area-baner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
}

.inner-area h2 {
  font-size: 55px;
  color: #fff;
  text-align: center;
}
.inner-area ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-area ul li {
  font-size: 20px;
  margin: 0 6px;
  color: #f7f5f5;
  font-weight: 600;
}
.inner-area ul li a {
  color: #fff;
}

.inner-area-sec{
  background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), url('../images/inner-area-baner1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
}

.inner-area-sec h2 {
  font-size: 55px;
  color: #fff;
  text-align: center;
}
.inner-area-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-area-sec ul li {
  font-size: 20px;
  margin: 0 6px;
  color: #f7f5f5;
  font-weight: 600;
}
.inner-area-sec ul li a {
  color: #fff;
}
#about .row .col-lg-4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#features{
  background: #f7f7f7;
}
/* #about .row h2{
  color:#2196f3;
  font-size: 39px;
} */
/* .info2 h2{
  color:#2196f3;
  font-size: 39px;
} */
/* .info3-content-left h2{
  color:#2196f3;
  font-size: 39px;
} */
/* .cta-content h2{
  color:#2196f3;
  font-size: 39px;
} */
/* #features h2{
  color:#2196f3;
  font-size: 39px;
} */
#features .features-img{
  background: url('../images/area-img1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.info3{
  padding:100px 0;
}
.info5{
  padding: 100px 0px 0;
  
}
.about{
  background: #f7f7f7;
}
.araws{
  padding: 0 0 100px;
}
.video-fluid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.photo_section{
  width:100%;
  height: 100%;
}
#bg-area{
  background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.2)), url('../images/inner-service-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
#bg-area h2{
  color: #fff;
}
#bg-area p{
  color: #fff;
}
.bt_block{
  margin-bottom: 15px;
}
.photo_section2 .contents{
  background: #fff;
  padding:10px;
}
.comment{
  background: #f7f7f7;
}
#bg-area1{
  background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.4)), url('../images/inner-service-bg1.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
#bg-area1 h2{
  color: #fff;
}
#bg-area1 p{
  color: #fff;
}

/* ...footer... */
footer{
  background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.6)) ,url(../images/logo-sec-bg.jpg) no-repeat center;
  padding: 70px 0;
  }
  footer .sm-logo a h3{
    color: #fff;
   
    
  }
  .footer-service{
    border-right: 1px solid #5c5757;
  }
  .footer-service h5{
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
  }
  footer{
    color: #fff;
  }
  
  footer .footer-call a{
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  color: #fff;
  }
  footer .footer-call a i{
    font-size: 20px;
    background: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin-right: 15px;
  }
  
  footer .foot-manu{
    display: flex;
  }
  footer .foot-manu li{
    padding: 15px 0px;
    padding-right: 22px;
  }
  footer .foot-manu li a{
    color: #fff;
  }
  .footer-logo{
    width: 652px;
    
  }
  
  footer .social-icons li a i{
    color: #fff;
  }
  footer .social-icons li{
    padding: 15px 10px;
  }
  footer .social-icons{
    text-align: right;
  }
  footer h4{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    /*font-size: 28px;*/
  }
  footer h4::after{
    content: ' ';
    width: 65%;
    height: 1px;
    background: #fff;
    position: absolute;
    margin-left: 27px;
    margin-top: 16px;
    
  }
  footer .social-icons li {
    padding: 15px 10px;
    display: inline-block;
  }
  footer .footer-call {
    padding: 15px 10px;
    display: inline-block;
  }
  footer .addres{
    text-align: right;
  }
  footer  .footer-call{
    text-align: right;
    justify-content: right !important;
    display: flex;
  }
  .cta-area{
    padding: 0 0 100px;
  }




  /* date-- */

  .date {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, 0.1);
    box-shadow: 0 0.5rem 1rem 0 rgba(44, 51, 73, 0.1);
    color: #222b45;
    font-family: Open Sans, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
    scrollbar-face-color: #e4e9f2;
    scrollbar-track-color: #f7f9fc;
    width: 19.25rem;
    border: none;
    margin: 0;
  }
  .date .result {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #edf1f7;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #222b45;
    font-family: Open Sans, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
  .date .result .date-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }
  .date .result .label {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.125rem;
  }
  .date .selector {
    display: flex;
    padding: 1rem 1.25rem;
    justify-content: space-between;
    align-items: center;
  }
  .date .selector .left, .date .selector .right {
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border: none;
    text-transform: uppercase;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    transition-property: background-color, border-color, box-shadow, color, -webkit-box-shadow;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  .date .selector .left:focus, .date .selector .right:focus {
    box-shadow: 0 0 0 0.375rem rgba(143, 155, 179, 0.16), inset 0 0 0 100vmax rgba(143, 155, 179, 0.16);
    outline: none;
  }
  .date .selector .month {
    background-color: #6C5CEA;
    border-color: #6C5CEA;
    color: #ffffff;
    padding: 0.6875rem 1.125rem;
    border-style: solid;
    border-width: 0.0625rem;
    text-transform: uppercase;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1rem;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }
  .date .picker {
    width: 100%;
  }
  .date .picker .days {
    background: #f7f9fc;
    border-top: 1px solid #edf1f7;
    border-bottom: 1px solid #edf1f7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
  }
  .date .picker .days span {
    color: #8f9bb3;
    width: 2.625rem;
    color: #8f9bb3;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1rem;
    text-align: center;
  }
  .date .picker .dates {
    padding: 1rem 0;
  }
  .date .picker .dates-row {
    display: flex;
  }
  .date .picker .dates span {
    cursor: pointer;
    width: 2.625rem;
    height: 2.625rem;
    font-family: Open Sans, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    color: #222b45;
    justify-content: center;
    margin: 1px;
    align-items: center;
    -webkit-box-pack: center;
    display: flex;
    -webkit-box-align: center;
  }
  .date .picker .dates span.active {
    background: #6C5CEA;
    color: #fff;
  }
  .date .picker .months {
    padding: 1rem 0;
    display: none;
  }
  .date .picker .months-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .date .picker .months span {
    cursor: pointer;
    width: 2.625rem;
    height: 2.625rem;
    color: #8f9bb3;
    width: 2.625rem;
    color: #8f9bb3;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1rem;
    text-align: center;
    border-radius: 0.25rem;
    color: #222b45;
    justify-content: center;
    margin: 1px;
    align-items: center;
    -webkit-box-pack: center;
    display: flex;
    -webkit-box-align: center;
  }
  .date .picker .months span.active {
    background: #6C5CEA;
    color: #fff;
  }
  .pignose-calendar{
    height: 544px;
  }
 
  #site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  .player {
    margin: auto;
    max-width: 80em;
    padding: 1em;
  }
  .player__video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .player__video iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }


  /* ...video */
  #site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  .player {
    margin: auto;
    max-width: 80em;
    padding: 1em;
  }
  .player__video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .player__video iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .gallery {
    /* background-color: lightgray; */
    padding: 1em;
  }
  /* .gallery__item {
    align-items: center;
    background-color: black;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0 0.75em;
  } */
  .gallery__item__img {
    width: 100%;
  }
  .gallery__item__span {
    padding-left: 1em;
    text-shadow: 1px 1px 2px red;
    width: 60%;
  }
  
  @media screen and (max-width: 30em) {
    .gallery {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.30em;
    }
  }
  @media screen and (min-width: 30em) {
    .gallery {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0.75em;
    }
  }
  @media screen and (min-width: 48em) {
    .gallery {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (min-width: 60em) {
    .gallery {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .modal-contentt {
    display: none;
  }
  .modal-contentt.active {
    display: block;
  }
  /* .calender_btn_off{
    display: flex;
    justify-content: space-around;
  } */

  .video-section{
    padding: 0 0 0;
  }

  .pignose-calendar .icon-arrow-left::before {
    content: '\f104' !important;
    font-family: FontAwesome !important;
  }

  .pignose-calendar .icon-arrow-right::before {
    content: '\f105' !important;
    font-family: FontAwesome !important;
  }
  .logo-sec{
    background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)), url('../images/logo-baner.jpg') no-repeat center;
    padding:100px 0;
  }
  .video-area1{
    padding: 0 0 100px;
  }
  .wpcf7-form-control.wpcf7-submit {
    background: #1e1e1e;
    border: 0;
    padding: 18px 36px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    transition: 0.4s;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
}
.slider {
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 100%;
  flex-shrink: 0;
}

.navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
}

.navigation button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
}

.navigation button:hover {
  background: rgba(0, 0, 0, 0.8);
}
/*@media (min-width: 1536px) {*/
/*    h1.after-header-h {*/
/*        font-size: 29px;*/
/*    }*/
/*}*/
/*@media (min-width: 1536px) {*/
/*    .after-header-h {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

.after-header3 {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
}

.after-header-h {
  /*white-space: pre-line;*/
  line-height: 1.2;
  /*font-size: 23px;*/
  /*font-weight: 400;*/
  margin: 0;
  /*color: rgb(216, 204, 200);*/
  /*font-size: 16px;*/
  text-wrap: pretty;
  overflow-wrap: break-word;
  font-family: 'Adamina', serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 100%;
}
.after-header-s {
  line-height: inherit;
  color: #a4a4a4;
  text-transform: inherit;
  letter-spacing: inherit;
  font-family: 'Source Sans Pro', arial, sans-serif;
}
.after-header1 {
    text-align: center;
}
.after-header-h {
    margin-bottom: 8px;
}
@media (min-width: 1024px) {
    .after-header1 {
      padding: 56px 0;
    }
}
.after-header1 {
    /*padding: 40px;*/
    padding: 20px;
}
/*.after-header {*/
/*  background-color: rgb(51, 51, 51);*/
/*}*/
.photo_section h3 a {
    line-break: auto;
}
.text-heading {
    padding: 100px;
}
@media screen and (min-width: 993px) {
  .text-heading {
    padding: 40px;
  }
}
@media screen and (max-width: 992px) {
    .after-header3 {
        padding-top: 30px;
    }
}
@media screen and (max-width: 560px) {
    h2.after-header-h {
      font-size: 26px;
    }
    .after-header3 {
        padding-top: 20px;
    }
}
@media screen and (max-width: 30em) {
    h2.after-header-h {
      font-size: 22px;
    }
}
@media screen and (max-width: 410px) {
    h2.after-header-h {
      font-size: 18px;
    }
}
