@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,669;0,700;0,800;0,900;1,400;1,500;1,600;1,669;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
    font-family: 'Playfair Display', serif;
    margin:0;
}

.topnav {
  overflow: hidden;
  background-color: rgba(206, 0, 0, 1);
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}
.topnav a{
    text-align: center;
    margin: 0 auto;
    float: none;
    display: inline-block;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/* ------------------------- */
.peregraph-text p{
    color:#474747;
    font-size: 18px;
    line-height: 1.8em;
    font-family: open sans,sans-serif;
}
.right-part{
    /*width: 50%;*/
    /*margin: 0;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 35%;*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    width: 50%;
    margin: 0;
    position: absolute;
    top: 20%;
    left: 10%;
}
.office-button{
    background: rgba(206, 0, 0, 1);
    color: #ffffff;
    font-size: 14px;
    padding: 10px 50px;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}

.content-3{
    padding:150px 100px 150px 100px;
 
}
.left-text-1{
    border-right: 1px solid #000000;
    height: 200px;
    margin: 5% 0;
}
.left-text-center{
    border-left: 1px solid #000000;
    height: 200px;
}
.left-text-3 h3{
    color:rgba(206, 0, 0, 1);
    font-family: 'Open Sans', sans-serif;
    margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.left-text-1 h3, .left-text-2 h3{
    color:rgba(206, 0, 0, 1);
    font-family: 'Open Sans', sans-serif;
}
.peregraph-text-1 p{
    font-family: 'Playfair Display', serif;
    font-size:15px;
    letter-spacing: 0.03em;
}
.content-4{
    background: #e6e6e6;
}
.text-4 h4{
    color:rgba(206, 0, 0, 1);
    font-family: 'Open Sans', sans-serif;
}
.text-4 h3.bottom-text{
  font-family: 'Open Sans', sans-serif;
}
.bottom-text-xp{
  font-weight:700;
  letter-spacing: 0.5px;
  color:#000000 !important;
}

.bottom-text-ab{
  letter-spacing: 0.5px;
}
.bottom-text-down{
  color:#000000 !important;
  line-height: 1.3;
}








/* ---------------- */
.navbar{
  padding: 30px 0px;
}
.site-header, .content-5
{
    background-color: rgba(206, 0, 0, 1);
}
.navbar-nav li
{
	margin: 0 10px;
}
.navbar-nav li a
{
	color: #fff !important;
  font-size: 16px;
  padding: 7px 45px !important;
  transition-delay: 0s;
  transition-duration: 0.4s;
  font-family: 'Open Sans', sans-serif;
}
.navbar-nav li a:hover
{
	color: #000 !important;
}
.navbar-toggler
{
	margin: 20px;
}
.navbar-nav li a.office-buttons{
  background: #ffffff ;
  color: rgba(206, 0, 0, 1) !important;
}
.navbar-nav li a.office-buttons:hover{
  background: rgba(199, 199, 199, 1);
  color:#ffffff !important;
}

/* -------------- */

/* --------contact -------*/
.contact-part{
  font-family: 'Open Sans', sans-serif;
  padding: 90px;
}
input[type=text], select, textarea {
  width: 100%;
    /* padding: 12px; */
    border: 2px solid #fff;
    border-radius: 1px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 16px;
    resize: vertical;
}


input[type=submit]:hover {
  background-color: rgba(153, 153, 151, 1);
}
h3.contact-text{
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.4;
}
.contact-button, input[type=submit] {
    font-size: 16px;
    padding: 10px 45px !important;
    transition-delay: 0s;
    transition-duration: 0.4s;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    background: rgba(199, 199, 199, 1);
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}
.contact-right-text label{
  color:#ffffff;
  font-size:12px;
}
.contact-button:hover, input[type=text]:hover
{
   
    background-color: rgba(255, 203, 170, 0.6);
    border-color: transparent;
}
.footer-logo img{
  /*margin: 0;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*-ms-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
    margin: 0;
    position: absolute;
    top: 20%;
    bottom: 40%;

}
/* --------contact over------- */
.top-logo img{
    animation-duration: 2s, 1s;
    animation-delay: 1s, 0s;
    animation-timing-function: linear, ease-in;
}

/* ------mobile view---------- */
@media only screen and (max-width: 768px) {
  .content-3 {
    padding: 20px;
  }
  .left-text-center{
    border-left: none;
    height: auto;
}
  .left-text-3 h3, .footer-logo img, .right-part{

      position: relative;
      top: 0%;
      -ms-transform: translateY(0%);
      transform: translateY(0%);
  }
  .contact-part{
    padding: 20px;
  }
  .footer-logo img{
    text-align: center;
  margin-bottom: 20px;
 
}
.right-part
{
  text-align: center;
  width: 80%;
  margin: 10% auto 0%;
  left: 0;
}
.left-text-1{
  height: auto;
  border-right: none;
}
}
.button-hover-effect{
  webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.office-button:hover{
  background: rgba(206, 0, 0, 0.59);
  color: #ffffff;
}
.office-button:focus{
  box-shadow: none;
}
.contact-button:focus, input[type=text]:focus{
  background: rgba(255, 203, 170, 0.6);
}




/*---header---*/
.navbar{
    padding: 30px 0px;
    margin: 0 auto;
    display: inline-block;
}
.header-button{
    border-color: #dc3545;
    background-color: rgba(255, 255, 255, 1);
    color: #dc3545;
    padding: .4rem 2rem;
    font-size: .875rem;
    line-height: 2;
    border-radius: unset;
    font-family: 'Open Sans', sans-serif;
}
.header-button:hover{
    background-color: rgba(199, 199, 199, 1);
    color:#ffffff;
    transition: color 0.4s ease 0s;
}

/*------lightbox start------------*/

.row > .column {
  padding: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 20%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1020;
  padding-top: 100px 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.98);
}

/* Modal Content */
.modal-content {

  width: 100%;
    max-width: 1200px;
    margin: 0;
    position: absolute;
    top: 50%;
    background-color: transparent;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* The Close Button */
.close {
  color: white !important;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 45px;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-size: 45px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 16px;
  text-align: center;
  padding: 15px;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0;
}

.hover-shadow:hover {
  opacity:0.5;
}
.small-image img{
    margin: 0 auto;
    text-align: center;
    display: block;
}
.sticky-top{
  position: sticky;
}
html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{
  opacity:1 !important;
}
html:not(.no-js) [data-aos=zoom-in]{
  transform: none !important;
}

.iconsvg{
	width: 55px;
    height: 55px;
    margin-bottom: 10px;
    margin-top: 35px;
}

/*-----lihgtbox end---------*/



















