/* ==========================================================================
 Font:  Use for Content
========================================================================== */

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Cerebri Sans Pro";
    src: url("../fonts/CerebriSansPro-Bold.woff2") format("woff2"), url("../fonts/CerebriSansPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Cerebri Sans Pro";
    src: url("../fonts/CerebriSansPro-Medium.woff2") format("woff2"), url("../fonts/CerebriSansPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Cerebri Sans Pro";
    src: url("../fonts/CerebriSansPro-Regular.woff2") format("woff2"), url("../fonts/CerebriSansPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Cerebri Sans Pro";
    src: url("../fonts/CerebriSansPro-Bold.woff2") format("woff2"), url("../fonts/CerebriSansPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Cerebri Sans Pro";
    src: url("../fonts/CerebriSansPro-Medium.woff2") format("woff2"), url("../fonts/CerebriSansPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Cerebri Sans Pro";
    src: url("../fonts/CerebriSansPro-Regular.woff2") format("woff2"), url("../fonts/CerebriSansPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
/* ==========================================================================
Global Styles
========================================================================== */
article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
html,
body {
    width: 100%;
    overflow-x: hidden !important;
}
body {
    margin: 0;
    background: #fff;
    height: 100%;
    font-family: "Cerebri Sans Pro";
}
ul li {
    margin: 0;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
select::-ms-expand {
    display: none;
} */
p {
    padding: 0;
    margin: 0;
}
a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}
ul,
ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
select,
input,
button,
a {
    outline: none;
}
/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
} */
button:focus {
    border: 0;
    outline: none;
}

/* ==========================================================================
Heading Tags
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.text_blue {
    color: #0092ff;
}

.adspace {
    padding: 50px 0;
}
.top-header {
    background-color: #0092ff;
    padding: 13px 0;
}
.main-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    justify-content: space-between;
}
.email {
    align-self: center;
}
.email li {
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #21a0ff;
}
.email li:nth-last-child(1) {
    border-right: 0;
}
.email li a i {
    padding-right: 6px;
}
.email li a {
    font-size: 16px;
    color: #fff;
    font-family: "Cerebri Sans Pro";
}
.social-icon {
    align-self: center;
    display: flex;
}

.social-icon li {
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #21a0ff;
}
.social-icon li:nth-last-child(1) {
    border-right: 0;
}
.social-icon li a {
    color: #fff;
    font-size: 16px;
    font-family: "Cerebri Sans Pro";
    font-weight: 500;
}
.social-icon li a i {
    padding-right: 6px;
}
.social-icon li a p {
    display: inline-block;
}
.social-icon li a:hover {
    text-decoration: none;
}

/* ==========================================================================
Main Nav Css Start
========================================================================== */

.main-nav {
    padding: 16px 0;
}
.main-nav .form-inline {
    border-radius: 5px;
    overflow: hidden;
}
.main-nav .navbar {
    width: 100%;
}
.main-nav a.navbar-brand {
    margin: 5px 0;
}
.form_nav {
    width: 400px !important;
    border-radius: 0 !important;
    background-color: #eff5f9 !important;
    border: 1px solid #eff5f9;
}
.btn.btn-outline-success {
    background-color: black !important;
    border: 1px solid black !important;
    border-radius: 0;
}
.btn-outline-success {
    color: #fff !important;
    border-color: #000 !important;
}
button.btn.btn-outline {
    background: #d1e4f4 !important;
    border: 1px solid #d1e4f4 !important;
    border-radius: 0;
}
.login-btn {
    display: flex;
    flex-direction: row;
}
.login-btn li {
    padding: 0 10px;
    border-right: 1px solid #d3d3d3;
}
.login-btn li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.navbar-collapse {
    justify-content: center;
}
.login-btn li a i {
    color: #0092ff;
    padding-right: 6px;
}
.login-btn li:nth-last-child(1) {
    border-right: 0;
}
.menu_bar {
    background-color: #e6f4ff;
}
.menu_custom {
    text-align: left;
    padding: 10px 0;
	padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_custom ul li {
    padding: 0 20px;
    display: inline-block;
}
.menu_bar li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.get_qute a {
    background-color: #0092ff;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding: 22px 37px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* ==========================================================================
Banner Section Css Start
========================================================================== */

.hero {
    height: 100vh;
    min-height: 650px;
    background-image: url("../img/rectangle_1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-slide {
    position: relative;
    min-height: 500px;
    align-self: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.slider-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-cont {
    position: relative;
    width: 100%;
    z-index: 2;
}
.text-sec {
    max-width: 560px;
}
.text-sec h6 {
    color: #0092ff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.text-sec h1 {
    font-size: 54px;
    color: #000;
    font-weight: 800;
    font-family: "Gilroy";
    padding: 10px 0;
}
.text-sec p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}
.text-sec .shop-btn {
    background-color: #0092ff;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding: 16px 40px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 6px;
    margin-top: 15px;
}
.banner-sec button.slick-prev.slick-arrow:before {
    content: "\f053";
}
.banner-sec .slick-slide {
    margin: 0;
}
.banner-sec button.slick-next.slick-arrow:before {
    content: "\f054";
}
.banner-sec button.slick-prev.slick-arrow {
    z-index: 9;
}
.banner-sec button.slick-next.slick-arrow {
    right: 0;
    z-index: 9;
}
.banner-sec button {
    position: absolute;
    top: 44%;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: rgb(0, 146, 255, 0.1);
    border-radius: 100%;
}
.banner-sec button:focus {
    border: 0;
    outline: none;
}
.banner-sec button:before {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "FontAwesome";
    z-index: 9;
    color: #000;
    font-size: 13px;
}
.banner-sec button.slick-prev.slick-arrow {
    left: 60px;
    z-index: 9;
}
.banner-sec button.slick-next.slick-arrow {
    right: 60px;
    z-index: 9;
}

/* ==========================================================================
we_dream Section Css Start
========================================================================== */
.we_dream {
    padding: 50px 0;
}

.we_dream_content h3 {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 70px;
    color: #000000;
    font-weight: 800;
    font-family: "Gilroy";
}
.we_dream_content p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #6d7479;
    font-family: "Cerebri Sans Pro";
}
.imge-slide {
    border-radius: 8px;
    background-color: #ffffff;
    border: 2px solid #e2edf5;
	width: 100%;
    display: inline-block;
}

.cloth_img {
    background-color: #fff;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
/* ==========================================================================
	Find Uniform Css Start
========================================================================== */
.find_Uniform {
}
.find_Uniform_img {
    background-image: url("../img/rounded_rectangle_2.png");
    background-color: #cccccc;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.lft-txt h4 {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Gilroy";
}
.lft-txt p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #ffffff;
    font-family: "Cerebri Sans Pro";
    margin-top: 10px;
}
/* ==========================================================================
	Team Slider Css Start
========================================================================== */

.team_slider {
    padding: 50px 0;
}

/* ==========================================================================
	Mask Slider Css Start
========================================================================== */
.mask-sec {
    padding-bottom: 50px;
}
.txts {
    align-self: center;
    //padding-left: 5%;
}
.text_mask h3 {
    font-size: 35px;
    font-weight: 800;
    font-family: "Gilroy";
}
.text_mask p {
    font-size: 18px;
    font-weight: 400;
    color: #6d7479;
    padding-top: 30px;
}

/* ==========================================================================
	Blog Css Start
========================================================================== */
.blog-sec {
    padding: 50px 0;
}
.blog-sec h3 {
    padding: 15px 0;
    font-size: 35px;
    font-weight: 800;
    font-family: "Gilroy";
    text-align: center;
}
.slidr {
    padding-top: 25px;
}
.card-item {
    padding-right: 15px;
}
.card-body {
    background: #f4f9fc;
}
.card-body h5 {
    font-size: 22px;
    font-weight: 700;
}
.card-body .card-text {
    font-size: 18px;
    color: #6d7479;
}
.blogdate {
    background: #f4f9fc;
    display: inline-block;
    padding: 15px 20px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
}
.blogdate ul {
    padding-top: 10px;
    border-top: 1px solid #e8edf1;
}
.blogdate li {
    padding: 9px;
    display: inline-block;
}

.slidr button.slick-prev.slick-arrow:before {
    content: "\f053";
}
.slidr button.slick-next.slick-arrow:before {
    content: "\f054";
}

.slidr button.slick-prev.slick-arrow {
    z-index: 9;
}
.slidr button.slick-next.slick-arrow {
    right: 0;
    z-index: 9;
}
.slidr button {
    position: absolute;
    top: -12%;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: #ccc;
}

.slidr button:before {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "FontAwesome";
    z-index: 9;
    color: #000;
    font-size: 15px;
}
.slidr button.slick-prev.slick-arrow {
    right: 95px;
    z-index: 9;
}
.slidr button.slick-next.slick-arrow {
    right: 30px;
    z-index: 9;
}

/* ==========================================================================
	Work Css Start
========================================================================== */

.work-sec {
    background: #eff5f9;
    position: relative;
    padding: 75px 0;
}
.work-sec h3 {
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    font-family: "Gilroy";
    padding-bottom: 35px;
}
.slide_item {
    position: relative;
    background: #fff;
    padding: 30px;
}
.slide_item p {
    font-size: 18px;
    color: #6d7479;
    line-height: 32px;
    letter-spacing: 0.4px;
    padding-top: 30px;
}
.slide_item:after {
    height: 75px;
    display: block;
    width: 7px;
    background: #0092ff;
    border-right: 1px white;
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
}
.slick-slide {
    margin: 0px 15px 0px 0px;
}
/* .slick_container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
} */
.why-chose.heading.why_chose_disc ul li h6 {
    font-family: "Oswald", sans-serif;
    color: #0f4c85;
    padding: 0;
    font-weight: 600;
}

.slick_container .slick-track {
    display: flex !important;
    align-items: center;
}
.slick_container .slick-list.draggable {
    //padding: 84px 0 40px!important;
}
.slick_container .slick-dots li {
    display: inline-block;
}
.slick_container ul.slick-dots {
    text-align: center;
}
.slick_container ul.slick-dots li button {
    font-size: 0;
    border: 3px solid;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin: 25px 5px;
    background: #000;
}
.slick_container ul.slick-dots li.slick-active button {
    background: #fff;
    border: 3px solid #0f4c85;
}

/* ==========================================================================
	Product Css Start
========================================================================== */
.products {
    padding-top: 40px;
}
.get-products h4 {
    font-size: 35px;
    font-weight: 800;
    font-family: "Gilroy";
}
.get-products .imge-slide {
    //padding: 8px;
}
.products button.slick-prev.slick-arrow:before {
    content: "\f177";
}
.products button.slick-next.slick-arrow:before {
    content: "\f178";
}
.products button {
    position: absolute;
    top: -9%;
    font-size: 0px;
    padding: 11px 16px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: -1px 0px 6px 0px #e9e1e1;
}
.products button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 999;
    right: 7%;
    background: rgb(0, 146, 255, 0.1);
    color: #0092ff;
}
.products button.slick-next.slick-arrow {
    right: 1%;
    z-index: 999;
    background: #0092ff;
    color: #fff;
}
.products button:before {
    font-family: "FontAwesome";
    font-size: 20px;
}
.products .imge-slide {
    border: none;
}
.products .imge-slide aside h5 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
    font-family: "Cerebri Sans Pro";
}
.products .imge-slide aside h4 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
    font-family: "Cerebri Sans Pro";
}
.products .slick-slide img {
    width: 100%;
}

/* ==========================================================================
	bx Css Start
========================================================================== */
.module-hero.home {
    margin: 0 auto;
    max-width: none !important;
    position: relative;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out 0.2s;
    transition: opacity 0.5s ease-in-out 0.2s;
    background: black;
    overflow: hidden;
}
.module-hero.home .bx-wrapper {
    max-width: 1600px !important;
    margin: 0 auto;
    border: 0;
    box-shadow: none;
}
.hero-arrow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    min-width: 5em;
    max-width: 10em;
    height: 100%;
}
.hero-arrow a {
    text-indent: 9999999px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    z-index: 999;
}
.hero-arrow#heroLeft a:before {
    left: 40px;
}
.hero-arrow#heroRight a:before {
    background-image: url(../img/arrowRight.svg);
    background-position: 21px center;
    left: auto;
    right: 40px;
}
.hero-arrow#heroRight {
    left: auto;
    right: 0;
}
.hero-arrow a:before {
    content: "";
    display: block;
    position: absolute;
    width: 65px;
    height: 65px;
    left: 0;
    top: 50%;
    right: 0;
    margin: auto;
    background-image: url(../img/arrowLeft.svg);
    background-position: 20px center;
    background-size: 21px 14px;
    background-repeat: no-repeat;
    background-color: rgb(0 146 255 / 35%);
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    z-index: 999;
}

.hero-object {
    position: relative;
    overflow: hidden;
}
.module-hero.home .hero-wrapper {
    height: 800px;
    width: auto;
    margin: inherit;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: auto;
    max-width: 3000px;
    position: relative;
    overflow: hidden;
}
.hotpoint.invisible {
    visibility: visible;
}
.hotpoint {
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0 auto;
    position: absolute;
    -webkit-transition: -webkit-transform 0.4s linear 1.4s, opacity 0.2s linear 1.4s;
    -moz-transition: -moz-transform 0.4s linear 1.4s, opacity 0.2s linear 1.4s;
    -o-transition: -o-transform 0.4s linear 1.4s, opacity 0.2s linear 1.4s;
    transition: transform 0.4s linear 1.4s, opacity 0.2s linear 1.4s;
}
.hotpoint .hotpoint-content {
    background: white;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 1.7em 2.4em 1em 2.4em;
    font-weight: bold;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: -webkit-transform 0.3s linear, opacity 0.2s linear;
    -moz-transition: -moz-transform 0.3s linear, opacity 0.2s linear;
    -o-transition: -o-transform 0.3s linear, opacity 0.2s linear;
    transition: transform 0.3s linear, opacity 0.2s linear;
    min-width: 175px;
    max-width: 240px;
}
.hotpoint.active .hotpoint-content,
.hotpoint.loaded .hotpoint-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.hotpoint.loaded .hotpoint-content {
    transition-delay: 2s;
}
.hotpoint .hotpoint-trigger {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 42%;
    height: 28px;
    width: 28px;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/plus.png);
    background-size: 100% 100%;
    cursor: pointer;
    display: block;
    -webkit-transition: -webkit-transform 0.4s linear;
    -moz-transition: -moz-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    transition: transform 0.4s linear;
}
.hotpoint.active .hotpoint-trigger,
.hotpoint.loaded .hotpoint-trigger {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hero-slider li.active .hotpoint:nth-child(1) {
    z-index: 12;
}
.hero-slider li.active .hotpoint:nth-child(2) {
    z-index: 11;
}
.hero-slider li.active .hotpoint:nth-child(3) {
    z-index: 10;
}
.hero-slider li.active .hotpoint:nth-child(4) {
    z-index: 9;
}
.hero-slider li.active .hotpoint:nth-child(5) {
    z-index: 8;
}
.hero-slider li.active .hotpoint:nth-child(6) {
    z-index: 7;
}
.hero-slider li.active .hotpoint:nth-child(7) {
    z-index: 6;
}
.hero-slider li.active .hotpoint:nth-child(8) {
    z-index: 5;
}
.hero-slider li.active .hotpoint:nth-child(9) {
    z-index: 4;
}
.hero-slider li.active .hotpoint:nth-child(10) {
    z-index: 3;
}

.hero-slider li.active .hotpoint {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 99;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.hotpoint.active {
    z-index: 99 !important;
}
.hotpoint.invisible {
    visibility: visible !important;
}

.hotpoint .hotpoint-content a {
    font-weight: normal;
    color: #0092ff;
    display: block;
    padding: 1em 0;
}

.hero-slider li.active .hero-content {
    display: block;
}
.module-hero.home .hero-content {
    display: block;
    height: auto;
    top: auto;
    bottom: 35px;
    text-align: left;
    webkit-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
    position: absolute;
    z-index: 2;
    width: 100%;
    align-items: center;
}
@media screen and (max-width: 1600px) {
    .module-hero {
        background: none !important;
    }
    .module-hero.home .hero-wrapper {
        height: 770px;
    }
}
@media screen and (max-width: 1500px) {
    .module-hero.home .hero-wrapper {
        height: 730px;
    }
}
@media screen and (max-width: 1450px) {
    .module-hero.home .hero-wrapper {
        height: 700px;
    }
}
@media screen and (max-width: 1350px) {
    .module-hero.home .hero-wrapper {
        height: 650px;
    }
}
@media (max-width: 1063px) {
    .module-hero.home .hero-wrapper {
        height: 470px;
    }
    .hotpoint {
        display: none !important;
    }
    .hero-arrow#heroLeft a:before {
        left: 0;
    }
}

@media (max-width: 767px) {
    .hero-arrow a:before {
        bottom: 60px;
        width: 25px;
        height: 25px;
        background-size: 10px 10px;
    }
    .module-hero.home .hero-wrapper {
        height: 400px;
    }
    .hero-arrow#heroLeft a:before {
        bottom: 60px;
        left: 0;
        background-position: 4px center;
    }
    .hero-arrow#heroRight a:before {
        right: 0;
        left: 0;
        background-position: 6px center;
    }
}

/*best seller section*/
.multiple-items {
    padding-top: 30px;
}
.text-center h6 {
    color: #0092ff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.text-center h4 {
    padding: 15px 0;
    font-size: 35px;
    font-weight: 800;
    font-family: "Gilroy";
}

.imge-slide aside {
    text-align: center;
    padding: 15px 0;
}
.imge-slide aside h5 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #000000;
    font-weight: 800;
    font-family: "Gilroy";
}
.imge-slide aside h6 {
    font-size: 22px;
    color: #0092ff;
    font-weight: 700;
}

.imge-slide aside a {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 35px;
    color: #0092ff;
    font-weight: bold;
    font-family: "Cerebri Sans Pro";
    text-align: center;
    text-transform: uppercase;
}
.imge-slide .clrs {
    padding-bottom: 20px;
}
.clrs li.crcle1 {
    height: 16px;
    width: 16px;
    background-color: #2d323e;
    border-radius: 50%;
    display: inline-block;
}
.clrs li.crcle2 {
    height: 16px;
    width: 16px;
    background-color: #cd0e0e;
    border-radius: 50%;
    display: inline-block;
}
.clrs li.crcle3 {
    height: 16px;
    width: 16px;
    background-color: #114eca;
    border-radius: 50%;
    display: inline-block;
}
.clrs li.crcleA {
    height: 16px;
    width: 16px;
    background-color: #ffb636;
    border-radius: 50%;
    display: inline-block;
}
.clrs li.crcleB {
    height: 16px;
    width: 16px;
    background-color: #824b25;
    border-radius: 50%;
    display: inline-block;
}
.clrs li.crcleC {
    height: 16px;
    width: 16px;
    background-color: #ebece7;
    border-radius: 50%;
    display: inline-block;
}
.clrs li.crcleD {
    height: 16px;
    width: 16px;
    background-color: #c79e93;
    border-radius: 50%;
    display: inline-block;
}
/*---- trend sec css strt   ----*/
.bgimg {
    min-height: 400px;
    position: relative;
    align-self: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 10px;
    overflow: hidden;
}
.bgimg .man {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.lft-txt {
    position: relative;
    align-self: flex-start;
    padding: 4% 0 4% 4%;
}

.btn-shop {
    background-color: #0092ff;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding: 16px 40px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 6px;
    margin-top: 10px;
}
/*-------  shop all sec css strt -------*/
.imges aside {
    text-align: center;
    padding: 27px 0;
}
.imges aside h5 {
    font-size: 20px;
    padding-bottom: 15px;
}
.imges aside h6 {
    color: #0092ff;
    padding-bottom: 15px;
    font-size: 20px;
}
.imges aside a {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
ul.tabs-nav {
    padding: 25px 0;
}
.tabs-nav li {
    display: inline-block;
    padding: 0 22px;
    border-right: 1px solid #d8e6f1;
}
.tabs-nav li:nth-last-child(1) {
    border-right: 0;
}
.tabs-nav li a {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
.tabs-nav li.active a {
    color: #0092ff;
}
.more-prodct {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 35px;
}
.mor-bnt {
    background-color: #f2f8fc;
    color: #b7d9f3;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 900;
    padding: 18px 102px;
    display: inline-block;
}

/*-----  wrk sec css strt------*/
.work-sec {
    /* background: url("img/lightbg.jpg") no-repeat center;
    background-size: cover; */
    width: 100%;
    height: auto;
    position: relative;
    background-color: #eff5f9;
}
/* .slick_container {
    width: 100%;
    max-width: 800px;
    padding: 0 15px;
    margin: 0 auto;
} */
.slide_item {
    position: relative;
}
.slider_div {
    //padding: 140px 0;
    text-align: center;
}
.slide_item .small_img {
    margin: 0 auto;
}
.slide_item p {
    font-size: 18px;
}
.client_info {
    font-size: 22px;
}
.client_info .checked {
    color: orange;
}
.slide_item .client_info b {
    font-size: 22px;
}
.slide_item .client_info h6 {
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}
.slide_item .small_img {
    display: flex;
}
.slide_item .client_info {
    align-self: center;
    text-align: left;
    padding-left: 20px;
}
.client_info span {
    font-size: 20px;
    padding-top: 9px;
}
.client_info p {
    color: #0f4c85;
    font-size: 15px;
}
.slider_div .slide_item .colan {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}
.slick_container ul.slick-dots {
    text-align: center;
    outline: 0;
}
.slick_containercontainer ul.slick-dots li {
    display: inline-block;
}
.slick_container ul.slick-dots li button {
    font-size: 0;
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin: 25px 5px;
    background: #000;
    border: 1px solid #000;
}
.slick_container ul.slick-dots li.slick-active button {
    background: transparent;
    border: 1px solid #0092ff;
    outline: 0;
}
.slick_container ul.slick-dots {
}

/*-----footer sec css strt-----*/
.upper-footer {
    background: #1a2935;
    color: #fff;
    padding: 100px 0;
}
.upper-footer ul li {
    display: block;
    padding-top: 20px;
}
.upper-footer ul li a {
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Cerebri Sans Pro";
}
.upper-footer h6 {
    font-weight: bold;
    font-size: 22px;
    width: auto;
    padding: 10px 0;
    display: inline-block;
    position: relative;
}
.upper-footer h6:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 30px;
    background: #fff;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease, background-color 0.5s ease;
}
.upper-footer h6:hover:after {
    width: 100%;
}
.upper-footer p {
    padding-top: 7px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
}
.upper-footer input.form-controla {
    margin: 10px 0;
    width: 100%;
    height: 60px;
    padding: 15px;
    border: 1px solid;
}
.upper-footer .btn.subscribe {
    background: #000;
    color: #fff;
    width: 100%;
    height: 50px;
    padding: 15px;
}
.upper-footer p.spam {
    font-size: 12px;
}
.copyright_sec {
    background: #13212c;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

/*----multiple slider css strt----*/

.multiple-items button.slick-prev.slick-arrow:before {
    content: "\f177";
}
.multiple-items button.slick-next.slick-arrow:before {
    content: "\f178";
}
.multiple-items button {
    position: absolute;
    top: 31%;
    font-size: 0px;
    padding: 11px 16px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: -1px 0px 6px 0px #e9e1e1;
}
.multiple-items button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 999;
    left: -1%;
}
.multiple-items button.slick-next.slick-arrow {
    right: 1%;
}
.multiple-items button:before {
    font-family: "FontAwesome";
    font-size: 20px;
}


/* ==========================================================================
	Shopping Page Css Start
========================================================================== */
.shop_page {
    padding: 50px 0;
}
.shop_hero {
	height: 300px;
    background: linear-gradient(rgba(16,39,56,0.9), rgba(16,39,56,0.9)), url("../img/banners.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

ul.breadcrumb {
  padding: 0;
  list-style: none;
  background-color: transparent;
}


ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  color:#fff;
}


ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: "||";
}


ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}


ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: none;
}
#sidebar {
	width: 100%;
	background:#fff;
}
.shop_sidebar ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.shop_sidebar ul li a{
	display: block;
	padding: 10px 0px;
	font-size: 18px;
	letter-spacing: 0px;
	color: #000000;
	font-family: "Cerebri Sans Pro";
	text-decoration: none;
}

.shop_sidebar ul li a.active{

	color: #0092ff;
}

.shop_sidebar ul li a:hover:not(.active) {
	color: #000;
}

.shop_sidebar ul li a:hover {
	color: #0092ff;
}
.bg_sidebar{
	border-radius: 8px;
	background-color: #f4f9fc;
	border: 2px solid #e6f4ff;
	padding:20px;
	
}
.count_products{
	font-size: 18px;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 500;
	font-style: italic;
	font-family: "Cerebri Sans Pro";
	
}
.short_by{
	font-size: 18px;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 500;
	font-family: "Cerebri Sans Pro";
	
}
select#sort {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #000000;
    font-family: "Cerebri Sans Pro";
	border-color: #e6f4ff;
}
.form-control:focus {
    box-shadow: none;

}
.shop_card{
	margin-bottom:30px;
	
}
.product_type{
	font-size: 26px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 800;
	font-family: "Gilroy";
}
.shop_banner_sec h1{
	font-size: 35px;
	letter-spacing: 1px;
	line-height: 70px;
	color: #ffffff;
	font-weight: 800;
	font-family: "Gilroy";
	
}
.shop_card aside h5{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #000000;
	font-weight: 500;
	font-family: "Cerebri Sans Pro";
	text-align: center;
	padding: 10px;
}
.shop_card aside h6{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #0092FE;
	font-weight: 500;
	font-family: "Cerebri Sans Pro";
	text-align: center;
}
.shopping_add_card {
  position: relative;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  
  transition: .3s ease;
  background-color: transparent; */
  opacity: 0;
}

.shopping_add_card:hover .overlay {
  opacity: 1;
}
.shopping_add_card .cloth_img{
	background-color: #ffffff;
    border: 1px solid #e8e8e8;
}
.icon {
  color: white;
  font-size: 10px;
  position: absolute;
      top: 4%;
    right: 5%;
  text-align: right;
	padding: 15px;
	border-radius: 8px;
	filter: drop-shadow(0 0 14.5px rgba(90,106,117,0.17));
	background-color: #ffffff;
}

.icon li {
   text-align:center;
}
.icon li a{
        font-size: 22px;
		letter-spacing: 0px;
		line-height: 45px;
		color: #0092ff;
		font-family: "Font Awesome5 Free";
}
.vie_more a{
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 40px;
	color: #b7d9f3;
	font-weight: bold;
	font-family: "Cerebri Sans Pro";
	text-align: center;
}
/* ==========================================================================
	Shopping Page Css End
========================================================================== */



/* ==========================================================================
	Product Detail Page Css Start
========================================================================== */
#ptabs{
	padding:50px 0; 
}
.pro-details .nav-item{
    height:50px;
}
.product_name{
		font-size: 26px;
		letter-spacing: 1px;
		line-height: 40px;
		color: #000000;
		font-weight: 800;
		font-family: "Gilroy";
		margin-bottom: 15px;
}
.title-price {
    margin-bottom: 0;
    font-size: 28px;
	color: #0092ff;
	font-weight: 800;
	font-family: "Gilroy";
	margin-bottom: 15px;
}
.title-price small{
	font-size: 20px;
	color: #0092ff;
	font-weight: 800;
}
.avail_status{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 26px;
	color: #131516;
	font-weight: bold;
	font-family: "Cerebri Sans Pro";
	margin-bottom: 15px;
}
.avail_status span{
	color:#1cb418;
}
.count{
	margin-bottom: 15px;
}
.count input {
    margin: 0;
    padding-left: 5px;
    font-size: 10px;
    padding-right: 5px;
    max-width: 18%;
    text-align: center;
	font-size: 18px;
	line-height: 44px;
	color: #131516;
	font-weight: 500;
	font-family: "Cerebri Sans Pro";
	border-radius: 0;
    border: 1px solid #000;
	
}
.section{
	margin-bottom: 15px;
}
.btn-minus {
    cursor: pointer;
    font-size: 10px;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
	background-color:#000;
	color:#fff;
}
.btn-plus {
    cursor: pointer;
    font-size: 10px;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
	background-color:#000;
	color:#fff;
}

.pshort_by{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 26px;
	color: #131516;
	font-weight: bold;
	font-family: "Cerebri Sans Pro";
	
}
.attr,
.attr2 {
    cursor: pointer;
    margin-right: 5px;
    height: 25px;
	width:25px;
    font-size: 10px;
    padding: 2px;
    border: 1px solid gray;
    border-radius: 50%;
}
.attr.active,
.attr2.active {
    border: 1px solid orange;
}
.btn-blue{
	border-radius: 8px;
	background-color: #0092ff;
	color:#fff;
	padding: 7px 30px;
}
.btn_outline_blue{
	background:transparent;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 7px 30px;
}

.item-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #f6f6f6;
}
.menu-items {
    list-style-type: none;
    font-size: 11px;
    display: inline-flex;
    margin-bottom: 0;
    margin-top: 20px;
}
.btn-success {
    width: 100%;
    border-radius: 0;
}
.section {
    width: 100%;
    margin-left: -15px;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    background: #f8f9f9;
}

.title-attr {
    margin-top: 0;
    margin-bottom: 0;
    color: black;
}

div.section > div {
    width: 100%;
    display: inline-flex;
}


#product_tab {
	background: #fff;
    color: #000;
}
#product_tab  h6.section-title{
    color: #000;
}

#product_tab  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0092ff;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 4px solid #0092ff !important;
    font-size: 20px;
    font-weight: bold;
}
#product_tab  .nav-tabs .nav-link {
    border-bottom: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
	font-family: "Cerebri Sans Pro";
	text-align: center;
}


#product_tab  .nav-tabs {
  border: none;
  margin: 0px;
  
}
#product_tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
#product_tab .tab-card-header {
    margin: 0 auto;
}
#product_tab  .tab-card-header > .nav-tabs > li {
  margin-right: 2px;
}
#product_tab  .tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom:2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 15px;
}

#product_tab  .tab-card-header > .nav-tabs > li > a.show {
    border-bottom:2px solid transparent;
    color: #007bff;
}
#product_tab .tab-card-header > .nav-tabs > li > a:hover {
    color: #007bff;
}

#product_tab .tab-card-header > .tab-content {
  padding-bottom: 0;
}
#product_tab .tab-content {
    display: block !important;
}
.ptab_title{
	font-size: 26px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 800;
	margin-top:25px;
	margin-bottom:10px;
}
.p_tablist{
	margin-top: 25px;
	margin-bottom:10px;
}
.p_tab_text{
	font-size:18px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 400;

}
.p_tablist li{
	font-size:18px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 400;
}
.fade {
   opacity: 0;
   -webkit-transition: opacity 1.5s linear;
      -moz-transition: opacity 1.5s linear;
       -ms-transition: opacity 1.5s linear;
        -o-transition: opacity 1.5s linear;
           transition: opacity 1.5s linear;
 }
  .related_sec{
	  padding:50px 0;
  }
 .related_sec h4 {
    font-size: 35px;
    font-weight: 800;
    font-family: "Gilroy";
	text-align:center;
	padding: 0px 0 30px;
}
.related {
    padding-top: 40px;
	
}
.related button.slick-prev.slick-arrow:before {
    content: "\f177";
}
.related button.slick-next.slick-arrow:before {
    content: "\f178";
}
.related button {
    position: absolute;
    top: -9%;
    font-size: 0px;
    padding: 11px 16px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: -1px 0px 6px 0px #e9e1e1;
}
.related button.slick-prev.slick-arrow {
    position: absolute;
	z-index: 999;
	left: 0;
	background: #fff;
	color: #0092ff;
	top: 45%;
}
.related button.slick-next.slick-arrow {
    right:0;
	top: 45%;
    z-index: 999;
    background: #fff;
    color: #0092ff;
	position: absolute;
}
.related button:before {
    font-family: "FontAwesome";
    font-size: 20px;
}
.related .imge-slide {
    border: none;
}
.related .imge-slide aside h5 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
    font-family: "Cerebri Sans Pro";
}
.related .imge-slide aside h4 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
    font-family: "Cerebri Sans Pro";
}
.related .slick-slide img {
    width: 100%;
}
/* ==========================================================================
	Product Detail Page Css End
========================================================================== */

/* ==========================================================================
	Blog Css Start
========================================================================== */
	.blog_card{
		border-radius:0;
		border: none;
	}
	.card-img-top{
		border-radius:0 !important;
		width: 100%;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		
	}
	.fac_list{
		margin-bottom:15px;
	}
	.fac_list ul li{
		color:#0092ff;
		display:inline-block;
		font-size: 16px;
		letter-spacing: 0px;
		line-height: 32px;
		font-family: "Cerebri Sans Pro";
		padding:0px  15px 0px 0px;

		
	}
	.blog-card h5{
		font-size: 26px;
		letter-spacing: 1px;
		line-height: 36px;
		color: #000000;
		font-weight: bold;
		font-family: "Gilroy";
		
	}
	.reading{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 35px;
		color: #000000;
		font-weight: bold;
		font-family: "Cerebri Sans Pro";
		text-decoration:none;
		
	}
	.blog_text{
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 32px;
		color: #000000;
		font-family: "Cerebri Sans Pro";
		margin-bottom:15px;
	}
	.blogsm-card{
		margin-bottom:30px;
		border: none
	}
	.blogsm-card .card-img-top{
		height:150px;
	}
	
	.blogsm-card h5{
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 28px;
		color: #000000;
		font-weight: bold;
		font-family: "Gilroy"
	}
	
	.blog_hero{
		height: 300px;
		background: linear-gradient(rgba(16,39,56,0.9), rgba(16,39,56,0.9)), url("../img/Untitled-1.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat
		
	}
	.card.blog_card.rounded-0 .card-title {
		color: #000000;
	}
	
	
/* ==========================================================================
	Blog Css End
========================================================================== */



/* ==========================================================================
	Blog Details Css Start
========================================================================== */
.blog_details_hero{
	height: 580px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	
}
.banner_fac_list ul li{
	font-size: 18px;
	color: #f4f4f4;
	display:inline-block;
	font-size: 16px;
	letter-spacing: 0px;
	font-family: "Cerebri Sans Pro";
	padding:0px  15px 0px 0px;

}
.dblog_banner_sec h1 {
    font-size: 35px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Gilroy";
	margin:15px 0; 
}
.dblog_banner_sec p {
    font-size: 18px;
	letter-spacing: 0px;
	color: #ffffff;
	font-family: "Cerebri Sans Pro";
}
.dblog_content_bx {
    background: #fff;
    padding: 5%;
    margin-top: -75px;
}
.dblog_content_bx p{
    font-size: 18px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #000000;
	font-family: "Cerebri Sans Pro";
}
.text_italic{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #000000;
	font-family: "Cerebri Sans Pro";
	font-style: italic;
	
}
.dblog_cont_head{
	font-size: 26px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #000000;
	font-family: "Cerebri Sans Pro";
	font-weight:700;
}
.socal_icn_bx p{
	font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #000000;
    font-family: "Cerebri Sans Pro";
}
.socal_icns a{
	margin:0px 5px;
}
.related_pcard{
	border:none;
}
.commt_form_box{
	    padding: 50px 0;
	
}
.commt_form_box h2{
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 36px;
	color: #000000;
	font-weight: bold;
	font-family: "Gilroy";
	margin-bottom:20px;
	
}
.inner_form label{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #000000;
	font-weight: 500;
	font-family: "Cerebri Sans Pro";
}
.btn_outline{
	color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
	padding: 8px 50px;
	border-radius: 8px;
	border: 1px solid #000000;
	font-size: 14px;
	letter-spacing: 3px;
	color: #000000;
	font-weight: bold;
	font-family: "Cerebri Sans Pro";
	text-align: center;
	text-transform:uppercase;
}
.inner_form .form-control {
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #c9dff0;
}
.rel-post-img{   
	height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.card.related_pcard.rounded-0 .card-title {
    color: black;
}

/* ==========================================================================
	Blog Details Css End
========================================================================== */

/*===========comment form css============*/

nav.navigation.post-navigation {
    display: none;
}
p.comment-form-comment label {
    display: block;
}
p.comment-form-comment textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #c9dff0;
    background-color: #ffffff;
}

    
h3#reply-title {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
    font-family: Gilroy;
    margin-bottom: 20px;
}
.comment-form label{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    font-family: "Cerebri Sans Pro";
}
input[type=checkbox] {
    box-sizing: border-box;
    margin-left: -1.25rem;
    position: absolute;
    margin-top: .3rem;
}

    

div#comments {
    padding: 40px 5%;
}
div#respond {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
form#commentform {
    margin: 20px 0 0;
}
form#commentform {
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
p.comment-form-comment {
    flex: 0 0 100%;
    max-width: 100%;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
    flex: 0 0 49%;
    max-width: 49%;
}
div#comments form input {
    
    width: 100%;
    border: 1px solid #c9dff0;
    padding: 14px;
    border-radius: 8px;
}
/*p.form-submit input {
    background: #437eeb;
    color: #fff;
    margin: 5px 0 0;
    padding: 12px 30px !important;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 0;
    line-height: inherit;
}*/

p.form-submit input {   
    background-color: transparent;
    background-image: none;
    border-color: #6c757d !important;
    padding: 12px 50px !important;
    border-radius: 8px;
    border: 1px solid #000000 !important;
    font-size: 14px;
    letter-spacing: 3px;
    color: #000000;
    font-weight: bold;
    font-family: "Cerebri Sans Pro";
    text-align: center;
    text-transform: uppercase;
}


#comments div#respond form#commentform p.comment-form-cookies-consent {
    width: 100%;
    margin: 20px 20px;
}
#comments div#respond form#commentform p.comment-form-cookies-consent input {
    width: auto;
}
#comments div#respond form#commentform p.comment-form-cookies-consent label {
    margin-bottom: 0;
}
form#commentform p.comment-notes {
    display: none;
}

/* ==========================================================================
    Get Quotes Css Start
========================================================================== */
.get_quotes_hero{
    height: 580px;
    background: linear-gradient(rgba(16,39,56,0.9), rgba(16,39,56,0.9)), url("../img/builder.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
    overflow: hidden;
}

.get_quotes ul li{
    font-size: 18px;
    color: #f4f4f4;
    display:block;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: "Cerebri Sans Pro";
    padding: 0px 15px 0px 0px;
    line-height: 45px;
}
.builder_img{
    position: absolute;
    right: 0;
    bottom: 0%;
}
.get_sec h1{
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Gilroy";
    
}
.get_quotes:before {
   content: "";
   display: block;
    width: 100px;
    height: 100px;
    content: url(../img/builder-pr.png);
    right: 50%;
    position: absolute;
    top: -20%;
}
.btn_blue{
    padding:3px 40px;
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Cerebri Sans Pro";
    text-align: center;
    border-radius: 8px;
    background-color: #0092ff;
}
.get_qcontent{
    padding-top:100px;
    padding-bottom:50px;    
}

.get_qcontent h4{
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 70px;
    color: #000000;
    font-weight: 800;
    font-family: "Gilroy";
}

.get_qcontent p{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #6d7479;
    font-family: "Cerebri Sans Pro";
}


.getq-img {
    text-align: center;
}

.getq_form_box{
    background-color: #eff5f9;
    padding-top:100px;
    padding-bottom:100px;
    
}
.getq_heading h2{
    text-align:center;
    font-size: 35px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 800;
    font-family: "Gilroy";
    margin-bottom:20px;
}
.getq_heading p{
    text-align:center;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #6d7479;
    font-family: "Cerebri Sans Pro";
    text-align: center;
    margin-bottom:20px;
}
.custom-control-label {
    font-weight: 400 !important;
}

/* ==========================================================================
    Get Quotes Css End
========================================================================== */


/* ==========================================================================
	About Css Start
========================================================================== */
.about_page {
	padding: 50px 0;
}
.about_hero{
	height: 300px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	
}

.about_inn{
	height: 500px;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top:35px;
	
}
.image-f .card{
	border-radius: 8px;
	background-color: #eff5f9;
	border:none;
	padding: 5%;
	margin-top:15px;
}
.image-f .card-body{
	border-radius: 8px;
	background-color: #eff5f9;
	border:none;
}
.image-f .card-title{
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 36px;
	color: #000000;
	font-weight: bold;
	font-family: "Gilroy";	
	margin: 0;
	padding: 15px 0;
}
.image-f .card-text{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #000000;
	font-family: "Cerebri Sans Pro";
	text-align: center;	
}
.we_del h3{
	font-size: 35px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 800;
	font-family: "Gilroy";
	margin-bottom:1rem;
}
.we_del p{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #000000;
	font-family: "Cerebri Sans Pro";
	text-align: center;
}
.icon_box i{
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 90px;
	color: #ffffff;
}
.icon_box {
	border-radius: 50%;
	color: #ffffff !important;
	display: inline-block;
	background-color: #0092ff;
	margin: 8px 4px;
	text-align: center;
	text-decoration: none;
	width: 90px;
	height: 90px;
}
.about_inn_content h2{ 
	font-size: 35px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 800;
	margin-bottom:10px;
}
.about_inn_content p{ 
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #000000;
	font-family: "Cerebri Sans Pro";
}
.mi_content h3{
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 36px;
	color: #000000;
	font-weight: bold;
	font-family: "Gilroy";
}
.mi_content p{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #000000;
	font-family: "Cerebri Sans Pro";
}
.we_del{
	height: 607px;
	background-color: #eff5f9 !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	position:relative;
	align-items:center;
}
/* ==========================================================================
	About Css End
========================================================================== */



/* ==========================================================================
	Privacy Policy Css Start
========================================================================== */

.privacy_hero{
	height: 300px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;	
}
.privacy_content {
    padding: 100px 0;
}
.privcy_content_bx h2{
	font-size: 26px;
    font-weight: bold;
    font-family: 'Gilroy';
    letter-spacing: 1px;
    line-height: 32px;
    padding-bottom: 5px;
}
.privacy_cont_head {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Gilroy';
    letter-spacing: 1px;
    line-height: 32px;
    padding-bottom: 5px;
}
.privcy_content_bx p {
    font-size: 18px;
    line-height: 32px;
	padding-bottom: 30px;
	font-weight: 400;
	font-family: "Cerebri Sans Pro";
}
/* ==========================================================================
	Privacy Policy Css End
========================================================================== */



/* ==========================================================================
	FAQ Setion Css Start
========================================================================== */

.faq_hero{
	height: 300px;
	/*background: linear-gradient(rgba(16,39,56,0.9), rgba(16,39,56,0.9)), url("../img/faq_banner.png");*/
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;	
}
.faq_ques {
    padding: 100px 0;
}
   .panel-heading [data-toggle="collapse"]:after {
        font-family: 'fontawesome';
        content: "\f054"; /* "play" icon */
        float: right;
        color: #454444;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }
	.panel-heading a {
    color: #000;
}
.panel-title {
    border-bottom: 1px solid #eee;
    padding: 40px 0;
    font-size: 26px;
    font-weight: 500;
}
.panel-body p {
    padding: 20px 0;
	font-size: 18px;
    line-height: 32px;
	font-weight: 400;
}
.privcy_content_bx ul li {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    list-style: inside;
    padding-bottom: 10px;
}



/* ==========================================================================
	Media query Css Start
========================================================================== */

@media only screen and (max-width: 1500px) {
    /* .banner-sec button {
		top: 0;
		bottom: 0;
	} */
}
@media only screen and (max-width: 991px) {
    .social-icon li a p {
        display: none;
    }
    .tabs-nav li {
        padding: 0 10px;
    }
    .main-nav .form-inline {
        flex: 1;
    }
    .navbar-collapse {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .card-body h5 {
        font-size: 16px;
    }
    .card-body .card-text {
        font-size: 14px;
    }
    .imge-slide aside a {
        font-size: 14px;
    }
    .imge-slide aside h5 {
        font-size: 14px;
    }
    .text-sec h1 {
        font-size: 40px;
    }
    .hero {
        height: 350px;
        min-height: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .menu_bar {
        background-color: #e6f4ff;
        position: absolute;
        top: 150px;
        width: 100%;
        z-index: 9;
    }
    .menu_custom ul li {
        display: block;
        padding: 6px 15px;
        border-bottom: 1px solid #d7e9f8;
    }
    .menu_custom {
        text-align: left;
        padding: 10px 0;
    }
	.menu_custom{
		display: block;
	}

    .hero {
        height: 350px;
        min-height: 350px;
    }
    .find_Uniform_img {
        background-position: right;
    }
    #configure {
        right: 35px;
        position: absolute;
        top: 29px;
    }
    #configure::after {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 29px;
        letter-spacing: 2px;
        position: absolute;
        right: 0;
        font-weight: normal;
        line-height: 16px;
        left: 0;
        margin: 0 auto;
        top: 7px;
        color: #0092ff;
    }
    .email li:nth-last-child(1) {
        border-right: 0;
        display: none;
    }
    .form_nav {
        width: 230px !important;
    }
    .hidden-xs {
        display: none;
    }
    .tabs-nav li {
        padding: 0 5px;
    }
    .text-sec h1 {
        font-size: 40px;
    }
    .adspace {
        padding: 60px 0;
    }
    .btn-shop {
        margin-top: 15px;
    }
    /* .lft-txt {
		//padding: 50px;
	} */
    .mor-bnt {
        padding: 18px 65px;
    }
    .upper-footer ul li {
        padding-top: 10px;
    }
    .upper-footer h6 {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .main-nav .form-inline {
        display: none;
    }
    #configure {
        right: 35px;
        position: absolute;
        top: 0;
    }
    .navbar-collapse {
        position: absolute;
        right: 4px;
        top: 60px;
        width: auto;
    }
}

@media only screen and (max-width: 550px) {
    .login-btn li a {
        font-size: 15px;
    }
    .login-btn li {
        padding: 0 5px;
    }
    .tabs-nav li {
        padding: 0 5px;
        display: block;
        text-align: left;
        border: 1px solid #e3e3e3;
        border-top: 0;
        box-shadow: -3px 0px 4px 0px #ebdfdf;
    }
    .tabs-nav li:first-child {
        border-top: 1px solid #ccc;
    }
    .tabs-nav li.active {
        background: #0092ff;
        color: #fff;
    }
    .tabs-nav li.active a {
        color: #fff;
    }
    .text-center h4 {
        padding: 10px 0;
        font-size: 28px;
    }
    .slide_item p {
        font-size: 18px;
    }
    .blog-sec h4 {
        padding: 10px 0;
        font-size: 24px;
    }
    .slidr button:before {
        height: 40px;
        width: 40px;
    }
    .slidr button.slick-prev.slick-arrow {
        right: 80px;
    }
    .upper-footer {
        padding: 60px 0;
    }
    .slidr button {
        top: -9%;
    }
    .copyright_sec p {
        font-size: 14px;
    }
    .banner-sec button:before {
        height: 60px;
        width: 60px;
    }
    .slick-slide {
        margin: 0px 0;
    }
}

