*{
    margin: 0;
    padding: 0;
}
.top-header{
    background: #010101;
    padding: 10px 0;

}
h1, h2, h3, h4, h5, h6{
    font-family: 'Cormorant Garamond', serif !important;
}
p{
    font-family: 'Roboto', sans-serif !important;
}
a{
    text-decoration: none !important;
}

.nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 18px;
    font-weight: 600;
    color: #111111 !important;
}
.nav-link.active{
    color: #ff4500 !important;
}
.nav-link:hover{
    color: #ff4500 !important;
}
/* banner */

.swiper-slide {
    height: auto;
    /* min-height: 600px; */
    text-align: center;
}

.slider-container {
    padding: 50px;
}



.slider-sub-title {
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing:1px;
    color: #ffffff;
}

.slider-title {
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1.03px;
    color: #ffffff;
    padding: 50px 0px;
    opacity: 1;
}






.slider-buttton {
    font-weight: 600;
    letter-spacing: 1.29px;
    border: solid 1px #ffffff;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 30px;
    text-decoration: none;
}



.slide-1 {
    background: url("../img/banner.jpg");
    background-size: cover;
}

.slide-2 {
    background: url("../img/banner3.jpg");
    background-size: cover;
}

.slide-3 {
    background: url("../img/banner.jpg");
    background-size: cover;
}


.slider-buttton {
    display: inline-block;
}

.swiper-slide-active .slider-sub-title {
    animation: zoomIn 1s;
}

.swiper-slide-active .slider-title {
    animation: fadeInUp 1.5s;
}
.swiper-slide-active.slide-2 .slider-title {
    animation: fadeInRight 1.5s;
}
.swiper-slide-active.slide-3 .slider-title {
    animation: fadeInLeft 1.5s;
}


.swiper-slide-active .slider-buttton {
    animation: zoomIn 2s;
}
.bottom-header{
    display: flex;
    background: #ffffff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.section-pad{
    padding: 50px 0;
}
.section-title  h1{
    text-shadow: 3px 3px 4px #a9a9a9;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.top-header-left ul{

    margin: 0;
}
.top-header-left ul li{
    list-style: none;
    display: inline-block;
}
.top-header-left ul li a{
    color: #eee !important;
    padding: 0 10px;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 17px; 
}
.page-title h1{
    margin: 0;
}

.page-title ol{
    display: flex;
}
.page-title ol li{
    list-style: none;
    padding: 0 10px;
}
.page-header{
    background: #e1e1e1;
    padding: 20px 0;
}
.product-list{
    background: #fff;
    border-radius: 6px;
    /* border: 2px solid #eee; */
    box-shadow: 0 1px 3px rgba(0,0,0,.36);
    text-align: center;
    margin-bottom: 20px;
}

.about img{
    border-radius: 8px;
}
.contact{
    background: rgba(0,0,0,0.9);
}
.contact-left ul{
    padding-left: 30px;
    margin: 0;
}
.contact-left ul li{
    list-style: none;
    padding-bottom: 5px;
    font-size: 15px;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600;


}
.contact-left i{
    color: #ff4500;
    font-size: 28px;
    display: inline-block;
    margin-right: 5px;
}
.contact-left ul li a{
    font-size: 20px;
    color: #ff4500;
    font-weight: normal;
}
.contact-left h3{
    display: inline-block;
    text-transform: uppercase;
}
.map-img iframe{
    width: 100%;
    height: 400px;
}

.footer{
    background: url(../img/footer-bg.jpg);
    background-size: cover;
    padding: 50px 0 0;
 
}
.footer-grid p{
    color: #FFF;
}

.footer-grid h5{
    color: #FFF;
    font-size: 35px;
    padding-bottom: 10px;
}
.footer-grid ul li{
    padding-bottom: 5px;
    list-style: none;
}
.footer-grid ul li a{
    color: #d8d8d8ee;
    font-size: 18px;
    text-decoration: none;
    transition: all .31s ease-in-out;
}
.footer-grid ul li a i{
    margin-right: 10px;
}
.footer-grid ul li a:hover{
    padding-left: 15px;
    color: #ff4500;
    transition: all .31s ease-in-out;
}
.footer-grid ul li{
    color: #d8d8d8ee;
    font-size: 18px;
    text-decoration: none;
    transition: all .31s ease-in-out;
}
.footer-grid ul li  i{
    margin-right: 10px;
}
.footer-grid ul li:hover{
    padding-left: 15px;
    color: #ff4500;
    transition: all .31s ease-in-out;
}
.footer-bottom{
    background: grey;
}
.copy p{
    color: #eee;
    margin: 0;
    padding: 5px 0;
}
.copy a{
    color: #FFF;
}
.widget {
    background-color: #fff;
    padding: 30px 30px;
    -webkit-box-shadow: 0 0 15px 0 rgb(40 61 88 / 7%);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgb(40 61 88 / 7%);
}
ul.widget-menu li.active {
    background: #2d4a8a;
}

ul.widget-menu li {
    margin-bottom: 4px;
    border-bottom: 1px solid #EEE;
    padding: 0;
    list-style: none;
}
ul.widget-menu li.active a {
    color: #fff;
}

ul.widget-menu li a {
    display: block;
    padding: 14px 30px 14px 24px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-weight: normal;
    font-size: 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    letter-spacing: 2px;
    color: #2d4a8a;
    font-family: 'Cormorant Garamond', serif !important;
    text-decoration: none;
}
ul.widget-menu li:hover a {
    color: #fff;
}
ul.widget-menu li a:before {
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: #eaeaea;
    height: 100%;
    position: absolute;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    z-index: 1;
}
ul.widget-menu li.active a:before {
    background: #263045;
}
ul.widget-menu li:hover a:before {
    background: #263045;
}
ul.widget-menu li a:before {
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: #eaeaea;
    height: 100%;
    position: absolute;
    -webkit-transition:  0.2s linear;
    transition:  0.2s linear;
    z-index: 1;
}
ul.widget-menu li:hover {
    background: #2d4a8a;
}
ul.widget-menu li {
    margin-bottom: 4px;
    border-bottom: 1px solid #EEE;
    padding: 0;
    transition: all 0.2s linear;
}
.single_image img{
    border-radius: 10px;
    width: 100%;
}
.title img{
    width: auto;
}

/* sector */

#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    height: auto;
    margin-bottom: 20px;
}
#owl-demo .item h4{
  border-top:1px solid #020202;
  padding-top:15px;
  font-weight: 600;
}
.sector{
    background-color: #EEF1F6;
}
.single_image {
    position: relative;
}
.single_image::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background-color: rgba(0,0,0,.6);
}
.title{
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
 
}
.title h4{
    color:#fff;
    font-size: 26px;
    font-weight: 400;
    padding-top: 20px;
}
/* clients */
.clients{
    background: #f5f5fa;
}
.clients img{
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,.05);
    box-shadow: 2px 2px 20px rgba(0,0,0,.05);
    padding: 10px;
    background: #FFF;
}


