@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&subset=latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	/*font-family: 'Josefin Sans', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #555;
}
h1,h2,h3,h4,h5,h6 {
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Oswald', sans-serif;
}
a {
	outline: 0;
	color: #555;
}
a:hover {
    color: #0eaf3b;
}
.navbar {
	height: 90px;
	background-color: #fff;
	margin-bottom: 0;
	border-bottom: none;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    line-height: 50px;
    margin-top: 40px;
    font-size: 24px;
}
.nav.navbar-nav {

} 
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
    font-size: 12px;
    margin-top:40px;
}
.navbar .navbar-nav li a {
	color: #555;
	 font-weight: 400;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 0px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #dd3333;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #dd3333;
    background-color: transparent;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0 5px 15px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-top:3px solid #81d742;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left:-10px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px 6px 0;
    clear: both;
    line-height: 1.42857143;
    color: #dd3333 !important;
    white-space: nowrap;
    text-align: left;
    font-size: 12px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #555 !important;
    text-decoration: none;
    background-color: transparent;
}


.navbar-inverse .navbar-brand {
    color: #dd3333;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #0eaf3b;
    background-color: transparent;
}

.top-image-fixed {
    position: relative;
    height: 88Vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.top-image-ab {
    position: absolute;
    margin-top: 50px;
    top:50%;
    left: 50%;
     transform: translate(-50%, -50%);
     width: 80%;
     max-width: 1600px;
}
.top-i-ab-right {
    float: right;
    text-align: center;
     transform: translateX(10%);
}
.top-i-ab-left {
    float: left;
    padding-top: 20px;
}
.top-i-ab-left img {
    max-width: 280px;
    height: auto;
}
.top-image-ab h1 {
   /* font-family: "Playfair Display", Sans-serif;
    font-size: 54px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-weight: 600;*/
    color: #fff;
    text-align: center;
    margin-top: 0;
        font-family: "Playfair Display", Sans-serif;
    font-size: 54px;
    line-height: 1.8em;
    letter-spacing: -1.4px;
        font-weight: 600;
}
.txt-top-image {
    color: #fff;
    font-size: 23px;
    text-decoration: underline;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
    vertical-align: baseline;
    max-width: 70%;
    margin: 0 auto;
    letter-spacing: 0.7px;
}
.top-i-ab-right a{
    border-style: double;
    border-width: 4px 4px 4px 4px;
    border-color: #a0711b;
}
.top-i-ab-right a {
    display: inline-block;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff;
    background-color: #e3000b;
    border-radius: 51px 51px 51px 51px;
    padding: 13px 50px 12px 50px;
    text-decoration: none;
    margin-top:60px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.top-i-ab-right a:hover{
    color: #ffffff;
    background-color: rgba(219,192,19,0);
    border-color: #ffffff;
}
.clearfix {
    clear: both;
}

.content-wrapper {
    width: 90%;
    margin: 0 auto;
}
.home-first {
    text-align: center;
}
.subtitle {
    color: #7a7a7a;
    font-weight: 600;
    font-size: 20px;
    font-family: "Asap Condensed", Sans-serif;
}
.big-red {
    color: #e3000b;
        font-family: "Playfair Display", Sans-serif;
    font-size: 54px;
    line-height: 1.8em;
    letter-spacing: -1.4px;
        font-weight: 600;
        margin-bottom: 30px;
}
.content-homepage .home-box-col {
    
}
.home-box-item {
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 50px;
}
.home-box-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}
.home-box-item h3 {
    color: #202020;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.4;
    font-size: 18px;
}

.home-box-item .txt{
    color: #707070;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}
.red-devider {
    height: 1px;
}
.red-section {
    position: relative;
    background-color: #e3000b;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*margin-top: 0px;*/
    margin-bottom: -93px;
    padding: 0px 78px 82px 82px;
    color: #fff;
}
.red-section svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(300% + 1.3px);
    font-family: 'Oswald', sans-serif;
}
.elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.red-section img {
    display: block;
    margin: -30px auto 0;
}
.red-section h2 {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.4;
    font-size: 23px;
}
.red-section .txt p {
    margin: 0 0 20px;
    font-size: 15px;
}

.owl-wrapper1 {
    padding-top: 10px;
    margin-top: 100px;
    position: relative;
}
.owl-wrapper1 h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
     font-family: 'Oswald', sans-serif;
     font-weight: 600;
     color: #7a7a7a;
}
.owl-wrapper {
    background-color: #000;
    padding: 15px 0;
}
.owl-single {
    /*width: 33%;*/
    text-align: center;
}
.owl-single img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    height: 180px;
}
.owl-image-wrapper {
    display: block;
}
.customNavigation, .customNavigation1 {
    position: absolute;
    bottom: 84px;
    z-index: 999999;
    overflow: visible;
    margin-top: 0px;
}
.customNavigation i, .customNavigation1 i {
    color: #fff;
    font-size: 20px;
}
.customNavigation {
    left: 25px;
}
.customNavigation1 {
    right: 25px;
}
.footer-icons {
    padding: 70px 0 50px;
}
.elementor-icon {
    border-radius: 50%;
    width: 97px;
    height: 97px;
}
.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    font-size: 50px;
    text-align: center;
}
.elementor-icon2 {
    background-color: #fff;
    color: #ef1b00;
}
.elementor-icon  i {
    margin-top: 20px;
}
.footer-icons .col-md-4.col-sm-4 {
    text-align: center;
}
.footer-icons h3 {
    color: #202020;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-icons  p {
   color: #707070;
    font-family: "Roboto", Sans-serif;
    font-weight: 400; 
    font-size: 14px;
    line-height: 25px;
}
.elementor-social-icons-wrapper {
    text-align: center;
}

.elementor-social-icon {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    width: 50px !important;
    height: 50px !important;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 13px;
}
.elementor-social-icon i {
    color: #fff;
    font-size: 25px;
}
a.elementor-social-icon {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.elementor-social-icon-facebook {
    background-color: #3b5998;
}
.elementor-social-icon-whatsapp {
    background-color: #25d366;
}
.elementor-social-icon-instagram {
    background-color: #262626;
}
.elementor-social-icon-youtube {
    background-color: #cd201f;
}
.social-icons {
    padding: 10px 0;
}
.elementor-social-icon:hover {
    opacity: .85;
}
.footer {
    background-color: #222;
    padding: 30px 0;
    margin: 0;
}
.footer-menu  {

}
.footer-menu .footer-menu-1 {

}
.footer-menu .navbar-nav {
    text-align: center;
    width: 100%;
}
.footer-menu .navbar-nav li {
    display: inline-block;
    width: 21%;
    text-align: left;
    margin-left:4%;
}
.footer-menu .navbar-nav li a {
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    
}
.footer-menu.footer-menu-1 .navbar-nav li a {
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #13aff0;
    border-color: #e82f12;
    text-transform: uppercase;
}
.footer-menu.footer-menu-2 .navbar-nav li a {
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
    color: #929292;
}
.footer-menu .nav>li>a:focus, .footer-menu .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.credentials {
    background-color: #1B1B1B;
    padding: 15px 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: #929292;
}
.to-top {
   position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
body .to-top i {
    line-height: 40px;
    color: #fff;
}
.to-top:hover {
    background-color: rgba(0,0,0,0.8);
}

@media (min-width: 1280px) {
    .container.container-footer {
        width: 1290px;
    }
}
