
/* ### BODY ### */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    font-size: 62.5%;
    box-sizing: inherit;
    font-family: 'Open Sans', sans-serif;

}


.text 
{
    font-size: 1.6rem;
}

.btn
{
padding: 10px 15px;
    border: 2px solid #800000;
    color: #800000;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-top: 1rem;
    background-color: white;
}

.btn:hover 
{
    color: white;
    transition: all 0.2s ease;
    background-color: #800000;
}
.inner-content p {
    direction:ltr;
}


section {
    padding: 50px 0;
}

h1,
h2,
h3,
h6 {
    font-family: 'Playfair Display', serif;
    color: #9c9c9c;
    font-size: 2.5rem;
}


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




section h3 {
    color: #6c757d;
}
/*

section .btn {
    position: relative;
    margin-left: 0;
    width: 40%;
    color: #9c6528;
    text-transform: uppercase;
    border: none;
    font-size: 0.9375rem;
    box-shadow: none;
    animation: moveLeft 0.8s linear;
}
*/


/*
section .btn::before {
    content: '';
    position: absolute;
    top: 22px;
    left: -2px;
    width: 20%;
    height: 1.4px;
    background-color: #9c6528;
}
*/

/* ### Header ### */

.header-wrapper {
    position: relative;
    background-color: #000;
    color: #fff;
}

.header-wrapper .top-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px 0 0 0;
    z-index: 99999999;
}

.dropdown-toggle
{
    padding: 0 10px;
    position: relative;
    top: -5px;
}

.inner-content h3
{
    font-size: 4.5rem;
    letter-spacing: 1px;
    font-weight: bold;
}


.inner-content p {
    font-size: 1.7rem;
    padding: 1rem 0rem;
}

.header-wrapper .top-header .navbar {
    border-top: 1px solid #b7b7b738;
}

.header-wrapper .top-header ul li {
    padding-left: 20px;
    font-size: 1.2rem;
}
.top-header i
{
   font-size: 1.5rem;
    color: white;
    margin: 0 5px;
}

.media-header
{
    font-size: 2rem;
    margin: 1rem 0;
    color: #800000;
}

.inner-content span
{
font-weight: 700;
    margin: 1rem 0;
    color: #800000;
}

.nav-link
{
    font-size: 1.5rem;
    font-weight: 700;
    color: white !important;
}


.nav-link:hover
{
    color: red!important;
    transition: all 0.2s ease;
}


.home_overlay {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.dropdown-item.active
{
    background-color: #800000;
}

/* cards */

.card-header
{
    background-color: #333; 
    border-bottom: 1px solid #800000;
    position: relative;
}

.card-header a
{
    text-decoration: none;
    font-size: 1.7rem;
    color: white;
    display: flex;
    align-items: center;
    
}
.card-header i
{
    color: #800000;
}

.card-body
{
        background-color: #333;
    color: white;
    font-size: 1.6rem;
}

.dropdown-menu
{
    font-size: 1.3rem;
    width: 140px;
}

.owl-stage-outer, .owl-carousel .owl-item img {
    height: 550px;
    !important: ;
}

.btn-2
{
    color: #800000;
    
}


.btn-2:hover
{
    transition: all 0.2s ease;
    color: white;
    background-color: #800000;
}


.card-header
{
    background-color: 
}

.down
{
    position: absolute;
    right: 20px;
}

.c-text a
{
    text-decoration: none;
    transition: all 0.2s ease;
}
.c-text a:hover
{
    color: #800000 !important;
}

.navbar .navbar-nav
{
position: relative;
    left: -15px;
}

.navbar-brand
{
    font-size: 2rem;
    color: white !important;
    font-weight: 700;
    letter-spacing: 2px;
}



  .gallery__img {
    width: 100%;
    height: 100%;
text-align: center;
margin: auto;}
.gallery
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: auto;
}
.hovereffect {
width:365px;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .img-overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.4);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}

.hovereffect img {
    display: block;
    padding: 20px;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
}
.hovereffect .header-3 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
    color: #800000;
    font-family: sans-serif;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .img-overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover .header-3,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}


/* services in Hone Page */
.services_logo
{
border-radius: 25%;
    border: 1px solid;
    padding: 10px;
    text-align: center;
    margin: auto;
    position: relative;
    left: 0px;
}

/* footer */
.footer
{
padding: 4rem 0;
    background: #000;
    font-size: 15px;
    color: #fff;
}

.footer .nav-item
{
    padding: 0;
}


.contact_title
{
    margin-right: 2rem;
    font-weight: 700;
    margin-top: 0rem;
    width: 20%;
}

.about_part {
  position: relative;
  z-index: 99;
  background-image: url(../img/about_overlay.png);
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .about_part {
    margin-top: 0;
    background-image: none;
    padding: 70px 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part {
    margin-top: 80px;
    background-image: none;
  }
}

@media (max-width: 991px) {
  .about_part .about_part_text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_part_text {
    padding-left: 0;
  }
}

.about_part .about_part_text h5 {
  font-family: "Roboto", sans-serif;
  color: #556172;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 75px;
  text-transform: uppercase;
}

.about_part .about_part_text h5:after {
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  width: 60px;
  content: "";
  background-color: #800000;
}

.about_part .about_part_text h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .about_part .about_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_part_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

.about_part .about_part_text p {
  line-height: 1.929;
  margin-bottom: 7px;
}

@media (max-width: 576px) {
  .about_part .about_part_text p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_part_text p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_part_text p {
    margin-bottom: 20px;
  }
}

.about_part .about_part_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 42px;
}

@media (max-width: 576px) {
  .about_part .about_part_text ul {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_part_text ul {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_part_text ul {
    margin-bottom: 20px;
  }
}

.about_part .about_part_text ul li {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 80px;
  padding-top: 30px;
  color: #888888;
  position: relative;
}

@media (max-width: 991px) {
  .about_part .about_part_text ul li {
    padding-left: 41px;
    padding-top: 5px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_part_text ul li {
    padding-left: 41px;
    padding-top: 5px;
    margin-bottom: 0;
  }
}

.about_part .about_part_text ul li span {
  margin-right: 17px;
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 20px;
  color: #800000;
}

@media (max-width: 991px) {
  .about_part .about_part_text ul li span {
    padding-bottom: 15px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_part_text ul li span {
    padding-bottom: 15px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
  }
}

.about_part .about_part_text .btn_1 {
  margin-top: 6px;
}

.experiance_part {
  background-image: url(../img/experiance_overlay.png);
  background-repeat: no-repeat;
  background-position: right;
}

@media (max-width: 991px) {
  .experiance_part {
    background-image: none;
  }
  .experiance_part .about_part_img {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .experiance_part {
    background-image: none;
  }
  .experiance_part .about_part_img {
    margin-top: 20px;
  }
}

.experiance_part .about_text_iner {
  margin-top: 72px;
  display: flex;
  align-items: center;
}

.experiance_part .about_text_iner .about_text_counter {
  background-image: url(../img/heading_bg.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.experiance_part .about_text_iner .about_text_counter h2 {
    font-size: 150px;
    line-height: 120px;
    display: inline-block;
    color: #800000;
    padding-right: 35px;
    border-right: 1px solid #83868c;
    font-weight: 700;
}
@media (max-width: 991px) {
  .experiance_part .about_text_iner .about_text_counter h2 {
    font-size: 75px;
    line-height: 80px;
    margin-top: 0;
  }
}

.experiance_part .about_text_iner .about_iner_content {
  text-transform: capitalize;
  margin-left: 35px;
}

.experiance_part .about_text_iner .about_iner_content h3 {
  color: #83868c;
  display: inline-block;
}

@media (max-width: 991px) {
  .experiance_part .about_text_iner .about_iner_content h3 {
    font-size: 20px;
  }
}
.experiance_part .about_text_iner .about_iner_content span {
  color: #800000;
  display: block;
}


/* Services */

@media (max-width: 991px) {
  .our_service .section_tittle {
    margin-bottom: 25px;
  }
}

.our_service .single_feature_text h2 {
  font-size: 42px;
  line-height: 1.222;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .our_service .single_feature_text h2 {
    margin-top: 0px;
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our_service .single_feature_text h2 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_service .single_feature_text h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our_service .single_feature_text h2 {
    margin-top: 0px;
    font-size: 35px;
  }
}

.our_service .single_feature_text p {
  line-height: 1.8;
}

.our_service .single_service {
    padding: 46px 20px 60px;
    border: 1px solid #e8e9eb;
    text-align: center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: 440px;
}    
.our_service .single_service:hover {
  box-shadow: 0px 10px 10px 0px #800000;
  border: 1px solid transparent;
}

@media (max-width: 991px) {
  .our_service .single_service {
    padding: 25px 10px 35px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our_service .single_service {
    margin-top: 25px;
  }
}

.our_service .single_service span {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #800000;
}

.our_service .single_service h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .our_service .single_service h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our_service .single_service h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_service .single_service h4 {
    margin-bottom: 15px;
  }
}

.our_service .single_service p {
  color: #7f7f7f;
  line-height: 1.8;
  font-size: 15px;
}

.our_service .btn_3 {
  margin-top: 38px;
}

@media (max-width: 991px) {
  .our_service .btn_3 {
    margin-top: 15px;
  }
}

.blog_item {
  margin-bottom: 50px;
}

.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

.blog_details p {
  margin-bottom: 30px;
}

.blog_details a {
    text-decoration: none;
}

.blog_details h2:hover {
  color: #800000 !important;
}

.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
     color: #7f7f7f;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.blog-info-link li {
  float: left;
  font-size: 14px;
}

.blog-info-link li a {
  color: #999999;
}

.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.blog-info-link li:last-child::after {
  display: none;
}

.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.blog_item_img {
  position: relative;
}

.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #800000;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}


.dropdown-item
{
    font-weight: 700;
}



/* Contact Form */


.form-control
{
    font-size: 1.6rem !important;    
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 1.6rem;
}
::-moz-placeholder { /* Firefox 19+ */
 font-size: 1.6rem;}
:-ms-input-placeholder { /* IE 10+ */
 font-size: 1.6rem;}
:-moz-placeholder { /* Firefox 18- */
 font-size: 1.6rem;}

.contact_header
{
font-size: 3rem;
    font-weight: 700;
    margin: 2rem 0;
    color: white;
}



.contact p
{
    text-align: center;
    color: grey;
}

.contact .header-2
{
    margin-bottom: 2rem;
    font-size: 3.5rem;
    font-weight: 700;
}

.form-label
{
    font-size: 1.6rem;
    color: #800000;
    font-weight: 500;
}


.contact_icon
{
    flex: 0 0 50%;
}

.contact_icon span
{
    font-weight: 700;
    margin-left: 1rem;
}

.contact_title {
    margin-right: 2rem;
    font-weight: 700;
    margin-top: 0rem;
    width: 35%;
    text-decoration: underline;
}
.listofitms
{
    flex-direction: column;
}

.listofitms .contact_value
{
    font-size: 2rem;
}

.listofitms li
{
    margin-bottom: 1rem;
    font-size: 2rem;
}




.form-control:focus
{
    border-color: #800000;
    outline: 0;
    box-shadow: none !important;
    transition: all 0.2s ease-in;
}

.contact_icon i
{ 
    font-size: 2rem;
    border: 1px solid #800000;
    background-color: #800000;
    color: white;
    padding: 1rem;
}


.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.png);
    width: 20px;
    height: 20px;
}

.navbar-light .navbar-toggler:focus {
   outline: none;
}

.inner-header
{
    font-weight: bold;
    
}


.active-nav
{
color: red !important;
}






@media screen and (max-width: 767px)
{
    body,html
    {
        font-size: 37.5%;
    }
    
    .navbar
    {
        background-color: black !important;
    }
    
    .content-left
    {
        display: none;
    }
    .gallery
    {
        justify-content: center;
    }
    .dropdown-toggle {
    padding: 0 10px;
    position: relative;
    top: -2px;
}
    .inner-content p {
    font-size: 2.7rem;
    padding: 1rem 0rem;
}
    iframe
    {
        width: -webkit-fill-available !important;
    }
    .footer .nav-link
    {
        font-size: 2rem;
    }
    .text
    {
        font-size: 2rem;
    }
    .media-header {
    font-size: 2.6rem;
    margin: 1rem 0;
    color: #800000;
}
    .img_about_part
    {
        order: 1 !important;
    }
    .img_section_a
    {
        order: 2 !important;
    }
}

