@charset "utf-8";

/***************************************************************************************
  LAYOUT WIDTH :fixed width
***************************************************************************************/

/* common css start here */
*{padding: 0; margin: 0;}
html {font-size: 16px;line-height: 20px;}
img { margin: 0 auto; max-width: 100%; height: auto; border: none;vertical-align: top; }
figure { max-width: 100%;margin: 0 auto; }
html,
*,
*:before,
*:after {
   -webkit-box-sizing: border-box; box-sizing: border-box;
    margin: 0; padding: 0;
}
body,input, textarea, button, select, a {-webkit-tap-highlight-color: transparent;}
body { padding: 0; margin: 0;  font-family: 'Manrope';font-size: 16px; line-height: 20px; padding: 0;margin: 0; color: #000; /*overflow-x: hidden;*/ font-weight: normal;background-color: #fff; } 
a:focus, button:focus, textarea:focus, input:focus{outline: none;}
ul{padding-left: 0;}
p , * + p:not([class]) { margin: 0; }
ul li{list-style: none;margin: 0;}
h1, h2, h3,h4,h5,h6,span{font-weight: normal;margin: 0;}
address{ font-style: normal; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus ,
input[type="submit"]{
    outline: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ol {
    list-style-position: inherit;
}
a {
	color: rgba(174, 15, 10, 1);
	text-decoration: none;
}
.no-margin{
    margin: 0  !important;
}
/* common css end here */

/* font face start here */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
/* font face end here */

.header-section .top-header-wrap .top-header .logo  {
    margin-right: 0 !important;
}