@charset "UTF-8";

/*
Theme Name: Aware

*/

@font-face {
    font-family: SegoeUI-Regular;
    src: url(assets/fonts/SegoeUI-Regular.otf);
}

:root {
    --theme-color: #562d54;
    --theme-background: #562e54;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: calc(15rem/16);
    color: #777;
    overflow-x: hidden;
    padding-top: 98px;
}

::-moz-selection {
    background: var(--theme-color);
    color: white;
}

::selection {
    background: var(--theme-color);
    color: white;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    line-height: 30px;
    color: #333;
}

h1,
.h1 {
    font-size: calc(36rem/16);
    font-family: SegoeUI-Regular;
}

h2,
.h2 {
    font-size: calc(36rem / 16);
    font-family: SegoeUI-Regular;
}

h3,
.h3 {
    font-size: calc(22rem / 16);
}

h4,
.h4 {
    font-size: 1.250rem;
}

h5,
.h5 {
    font-size: calc(18rem / 16);
}

.h6 {
    font-size: calc(14rem / 16);
}

.theme-color {
    color: var(--theme-color);
}

.theme-bg {
    background: var(--theme-background);
}

.text-color {
    color: #333;
}

.theme-overlay::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--theme-background);
    opacity: 0.9;
}

p {
    line-height: 1.6;
}

button:focus {
    outline: none;
}

.with-ease {
    transition: 0.3s all ease-in-out;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.l-0,
.x-0 {
    left: 0;
}

.r-0,
.x-0 {
    right: 0;
}

.t-0,
.y-0 {
    top: 0;
}

.b-0,
.y-0 {
    bottom: 0;
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.w100p {
    width: 100%;
}

img {
    max-width: 100%;
}

@media all and (min-width:768px) {
    .py-md-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}


.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.font-SegoeUI {
    font-family: SegoeUI-Regular;
}

.fa-phone {
    transform: rotate(90deg);
}

.after::after,
.before::before {
    position: absolute;
    content: "";
}

.text-dark {
    color: #333 !important;
}

.wc li {
    padding-left: 2.4rem;
    background: url(images/arrow.png) no-repeat top 6px left;
    margin-top: 1rem;
}

.form-control.wpcf7-not-valid {
    border-color: #ff0000;
}

.form-control::placeholder {
    opacity: 1;
    color: #7f7f7f;
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #7f7f7f;
}

a {
    color: #562e54;
    font-weight: 600;
}

a:active,
a:hover,
a:focus {
    text-decoration: none !important;
    color: #555;
    outline: none;
}

.themebtn,
input[type="submit"] {
    color: #522950;
    margin-top: 1rem;
    display: inline-block;
    font-size: calc(14rem/16);
    padding: 12px 30px;
    box-shadow: none !important;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.3s all ease;
    border: 1px solid #522950;
	cursor:pointer;
}

.themebtn:hover,
.themebtn:active,
.themebtn:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
    background-color: #522950;
    color: #fff;
}

.section-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.transition {
    transition: 0.3s all;
}

.social li + li {
    margin-left: 20px;
}

.social li {
    display: inline-block;
}

.social li a:hover {
    color: #fff;
}

li.f a:hover {
    background: #3b5998;
}

li.t a:hover {
    background: #55acee;
}

li.g a:hover {
    background: #dd4b39;
}

li.y:hover a {
    background: #bb0000;
}

li.l a:hover {
    background: #007bb5;
}

li.i a:hover {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

li.i a:hover img {
    filter: brightness(300%);
}

li.p:hover a {
    background: #D50C22;
}


/*Ends Global Css*/


/*Navigation*/

.header-cart {
    min-height: 50px;
}

.navbar-light .navbar-nav > li > .nav-link {
    border-bottom: 2px solid transparent;
    color: #231f20;
    padding: 37px 20px;
}

.navbar-light .navbar-nav > li.current-menu-item > .nav-link {
    color: #a94088;
    border-bottom-color: #aa438a;
}

.dropdown-menu {
    font-size: calc(14rem / 16);
    border-radius: 0 0 0.25rem 0.25rem;
    border: 1px solid rgba(215, 207, 207, 0.72);
    padding: 0;
    top: 98%;
}

.dropdown-menu > li {
    position: relative;
}

.dropdown-menu > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a.nav-link {
    color: #562e54 !important;
    padding: 10px 15px !important;
    white-space: nowrap;
}

.dropdown-menu > li > a.nav-link:focus,
.dropdown-menu .menu-item-has-children:hover,
.dropdown-menu > li > a.nav-link:hover {
    color: #562e54;
}

.menu-item-has-children {
    position: relative;
    padding-right: 8px;
}

.menu-item-has-children > .dropdown-toggle {
    position: absolute;
    top: 38px;
    right: 8px;
    color: #fff;
}

.dropdown-toggle::after {
    border-top: .4em solid #000000;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.navbar-light .navbar-nav > li.current-menu-item:hover .dropdown-toggle {
    border-top: .4em solid #000000;
}

.menu-item-has-children a svg {
    display: none;
}

.dropdown-menu .menu-item-has-children > a + .dropdown-toggle {
    top: 11px;
    right: 10px;
}

.dropdown-menu .menu-item-has-children:hover a + .dropdown-toggle {
    transform-origin: center;
    transform: rotate(-90deg);
}

.dropdown-menu .dropdown-menu {
    left: 100% !important;
    top: -3px;
    border-radius: 0;
}

.dropdown-menu .menu-item-has-children {
    padding-right: 0;
}

.search-submit,
.fa-facebook-f {
    color: #562d54;
}


.site-header #searchform {
    /* position: absolute; */
    right: 100%;
    top: -3px;
}

header#masthead input[type="submit"] {
    position: absolute;
    top: 0;
    margin: 0;
    background: transparent;
    padding: 3px 15px;
    right: 0;
    border: none;
	    z-index: 1;
}

header#masthead .fa-search {
    position: absolute;
    top: 2px;
    margin: 0;
    background: transparent;
    padding: 4px 8px;
    right: 0;
}

input#s {
    padding-right: 25px;
    border: 1px solid #ddd;
    background: transparent !important;
}
.screen-reader-text{
	display:none;
}
/* banner start here */

.banner {
    height: 700px;
}

.b-title {
    font-family: SegoeUI-Regular;
    font-size: calc(56rem/16);
    line-height: 58px;
}

.b-title span {
    font-weight: 400;
    display: block;
    font-size: calc(42rem/16);
}

.b-content {
    height: 160px;
    overflow: hidden;
}

.b-content.height-auto {
    height: auto;
}

.banner::before {
    background: #fff;
    width: 85%;
    left: 0;
    height: 100%;
    transform: skew(48deg);
    transform-origin: 0 100%;
}

.banner::after,
.resources::before,
.article-section::before {
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    border-width: 163px;
    right: 0;
    bottom: -82px;
}

.img-overlay {
    background: url(assets/images/overlay-image.png) no-repeat right top / cover;
    width: 61%;
    right: 0;
    left: auto;
}

.vid-play {
    cursor: pointer;
    right: 32%;
}

.video-modal .modal-dialog {
    max-width: 950px;
}

.video-modal button.close {
    right: -40px;
    background: red;
    opacity: 1 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
}


/* banner end here */

.article-section::before {
    right: auto;
    left: 0;
    top: -310px;
    border-width: 270px;
    border-color: transparent transparent transparent #fff4fe;
    bottom: auto;
}

.img-box {
    overflow: hidden;
}

.img-box::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.21) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.21)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.21) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.21) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.21) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.21) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.img-box h4 + a {
    height: 141px;
    width: 90px;
    transform: rotate(50deg);
    transform-origin: -5px 128px;
}

.img-box h4 + a img {
    padding-top: 25px;
    transform: rotate(-50deg);
    transform-origin: 45px 70px;
}

.article-section > div > div > div:nth-child(2) {
    margin-top: 40px;
}

.article-section > div > div > div:nth-child(3) {
    margin-top: 80px;
}


/* about start here */

.themebtn.bg-white:hover,
.themebtn.bg-white:active,
.themebtn.bg-white:focus {
    color: #522950;
}

.resources {
    overflow: hidden;
}

.resources-box,
.resources-box1 {
    min-height: 200px;
}

.resources-box::before,
.resources-box::after,
.resources-box1::after,
.resources-box1::before {
    height: 100px;
    background: #ddd;
    width: 1px;
    left: 0;
    top: 0;
    transition: 0.5s all;
}

.resources-box::after {
    height: 1px;
    width: 100px;
}

.resources-box1::before {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}

.resources-box1::after {
    width: 100px;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    top: auto;
}

.resources-box1:hover::before {}

.resources-box1:hover::after,
.resources-box:hover::after,
.resources-box:hover::after {
    width: 100%;
    background: #522950;
}

.resources-box:hover::before,
.resources-box1:hover::before {
    height: 100%;
    background: #522950;
}

.resources::before {
    right: auto;
    left: 0;
    border-color: transparent transparent #f6f6f6 #f6f6f6;
    bottom: 0;
    border-width: 100px;
}

.resources::after {
    background: url(assets/images/shooter-girl.png) no-repeat left top /auto auto;
    height: 413px;
    width: 529px;
    left: 0;
    bottom: -64px;
    background-position: left bottom;
    z-index: -1;
    opacity: 0.5;
}

.home .site-footer {
    background: #562e54;
}

:not(.home) .site-footer {
    border-top: 1px solid #ddd;
    
}

.home .site-footer a,
.home .site-footer p,
.home .site-info p a {
    color: #fff;
}

.site-footer a,
.site-footer p,
.site-info p a {
    font-size: calc(14rem/16);
}

.site-footer ul > li {
    line-height: 15px;
}

.home .site-footer ul > li:not(:last-child) {
    border-right: 1px solid #fff;
}

.site-footer ul > li:not(:last-child) {
    border-right: 1px solid #ddd;
}

.scrollToTop {
    position: fixed;
    right: 40px;
    transition: 0.5s all ease-in-out;
    bottom: -60px;
    z-index: 99;
    height: 40px;
    width: 40px;
}


/*  page header start here */

.page-header {
    min-height: 248px;
}

.header-image {
    right: 0;
    top: 0;
}

.breadcrumbs .current-item,
.breadcrumbs,
.breadcrumbs span {
    text-transform: uppercase;
}

.breadcrumbs .current-item,
.breadcrumbs {
    color: #fff;
}

.breadcrumbs span {
    color: #b18daf;
    padding-right: 4px;
}

.breadcrumbs .current-item {
    padding-left: 5px;
    padding-right: 0;
}

.header-image .img-fluid {
    -webkit-mask-image: url(assets/images/Header-Cornor.svg);
    mask-image: url(assets/images/Header-Cornor.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    max-width: 560px;
    filter: brightness(34%) grayscale(6%);
}


/* page header end here */


/*  Stakling start here */

.card-header span {
    height: 30px;
    width: 30px;
    right: 15px;
    top: 23px;
    border: 1px solid #562e54;
}

.card-header span::before, .card-header span::after {
	content: "";
	position: absolute;
	background: #562e54;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.card-header span::before {
    height: 2px;
    width: 15px;
}

.card-header[aria-expanded="false"] span::after {
    height: 15px;
    width: 2px;
}

.card-header[aria-expanded="true"] span::after {
    height: 0px;
    width: 2px;
}

.card-header[aria-expanded="false"] {
    border: 1px solid transparent;
    border-bottom: 1px solid #562e54 !important;
}

.card-header[aria-expanded="true"] {
    color: #562e54;
    border-bottom: 1px solid #562e54 !important;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.19);
}

.show {
    border-bottom: 1px solid #ddd;
}


/*  Stakling end here */


/* is-important page start here */

.left-image img {
    left: -60px;
}


/* is-important page end here */


/* shoud you could you strat here  */

.page-id-186 h4,
.page-id-195 h4 {
    font-size: 15px;
}


/*   why you should care page srart here  */

.care-breif ul {
    padding-left: 18px;
    list-style-type: circle;
}

.care-breif ul li {
    margin-bottom: 14px;
}

.wq_quizProgressBar>span {
    background-color: #562e54;
}

.wq-quiz.wq-skin-flat .wq_singleAnswerCtr,
.wq-quiz.wq-skin-flat .wq_questionTextCtr,
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr:hover,
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr.chosen,
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr.wq_answerSelected,
.wq_singleAnswerCtr:hover,
.wq_singleAnswerCtr.chosen,
.wq_singleAnswerCtr.wq_answerSelected,
.wq-skin-traditional .wq_singleAnswerCtr,
.wq-quiz-trivia .wq_questionTextCtr {
    background-color: transparent;
    border: 0;
}

.wq-quiz.wq-skin-flat .wq_questionTextCtr,
.wq-quiz-trivia .wq_questionTextCtr {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.wq-quiz.wq-skin-flat .wq_questionTextCtr::before,
.wq-quiz-trivia .wq_questionTextCtr::before {
    width: 100px;
    height: 2px;
    background: #502b4e;
    position: absolute;
    left: 0;
    content: "";
    bottom: -1px;
}

body .wq_questionTextCtr h4 {
    font-family: SegoeUI-Regular;
    font-size: 20px;
    line-height: 27px;
}

.wq-quiz.wq-skin-flat .wq_singleAnswerCtr {
    margin: 0;
}

.wq_singleAnswerCtr .wq_answerTxtCtr {
    font-size: 14px;
    font-weight: inherit;
    margin-bottom: 0;
    color: #7d7d7d;
}

.wq_singleAnswerCtr .wq_answerTxtCtr:before,
.wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {
    content: "";
    border-color: #502b4e;
    background: transparent;
    font-family: font-awesome;
}

.wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {
    content: "";
    left: 0;
    top: 0;
    border: transparent;
    background: #502b4e url(assets/images/check.png) no-repeat 2px 6px /15px 10px;
    height: 20px;
    width: 20px;
}

.legal-article i {
    left: 0;
    color: #562e54;
    top: 8px;
}

.legal-article h4 > a {
    text-decoration: underline !important;
}

.legal-article h4 > a:hover {
    color: #502b4e;
}

@media all and (min-width:1200px) {
    .care-self-defence_img {
        margin-left: -50px;
    }
}

.lgt-shadow {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.mini-shadow {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/* why you should care page end here  */


/* Our People page strat here  */

.client-single_item .client-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border: 5px solid #fff;
}

.client-single_item {
    overflow-x: hidden;
}

.client-single_item figure {
    border-top: 0;
    position: relative;
}

.client-single_item figure img {
    z-index: 2;
}

.client-single_item figure:before {
    //content: '';
    position: absolute;
    background: #fff;
    width: calc(100% + 20px);
    left: -10px;
    height: 110px;
    top: -25px;
    transform: rotate(-5deg);
    border-bottom: 1px solid #e3e3e3;
    z-index: 1;
}

.clien-item-wrap:after {
    content: '';
    position: absolute;
    border: 30px solid transparent;
    border-top-color: #80507e;
    right: -14px;
    bottom: -29px;
    transform: rotate(-45deg);
}

.clien-item-wrap:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    height: 100%;
    border: 1px solid #e3e3e3;
    /*    border-top: 0;*/
    bottom: 0;
}


/* Our People page End here  */


/*==============Assault Prevention===============*/

.well {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 1.35rem 1rem;
}

.well-title {
    font-size: 20px;
    color: var(--theme-color);
    white-space: nowrap;
    max-width: 70%;
    line-height: 1.1;
    letter-spacing: 1px;
}

.well p {
    margin-bottom: 0;
}

.entry-title {
    font-family: SegoeUI-Regular;
}


/*==============Assault Prevention End===============*/


/*================video  Start here=================*/

.video-page iframe,
.video-page video {
    width: 100%;
    max-height: 350px;
    height: 100vh;
    object-fit: cover;
}

.video-page .video-thumb::before,
.custom-v::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}

.custom-v::before {
    background: url(assets/images/video-icon.png) no-repeat center center / 58px 58px;
}

.video-page .modal-dialog {
    max-width: 800px;
}

.video-page .modal-dialog iframe,
.video-page .modal-dialog video {
    max-height: 500px;
    height: 100vh;
}


/*================video Start end=================*/


/*================Courses Start here=================*/

.course-item {
    font-size: 20px;
}

.courses .course-item {
    margin-bottom: 30px;
}

.courses .img-box>img {
    height: 225px;
    width: 100%;
    object-fit: cover;
}


/*==============Courses   End===============*/


/* 404 page */

.error-404::before {
    content: "404";
    font-size: 19em;
    font-weight: bold;
    color: #333;
    opacity: 0.07;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -80px;
    width: 100%;
    z-index: -1;
}

.error-404 .nav-btn:before {
    background: none;
}

.error-404 h2 {
    margin-top: 14rem;
}


/* Ends 404 page */

.section-title:empty,
p:empty {
    display: none;
}

.sidebar-categories .inner h3 {
    color: #fff;
    padding: 1rem;
    background: #562e54;
    text-transform: capitalize;
}
img.aligncenter{
	display: block;
    margin: 0 auto;
}

/*====================================================
====================RESPONSIVE======================*/


/*media query starts here*/

@media (min-width:576px) {}


/*=====================================*/

@media (min-width:768px) {}


/*=====================================*/

@media (min-width:992px) {
    .py-lg-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}


/*=====================================*/

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
    }
    .menu-item-has-children:hover > .dropdown-menu {
        display: block;
    }
}


/*=====================================*/

@media (max-width:1366px) {
    .banner {
        height: 625px;
    }
    .banner::before {
        transform: skew(42deg);
    }
    .vid-play img {
        margin: 0px 0px 0px 34%;
    }
}


/*=====================================*/

@media (max-width:1199.99px) {
    body {
        padding-top: 79px;
    }
.navbar-light .navbar-nav > li > .nav-link {
	border-bottom: 1px solid #e2e2e2;
	color: #231f20;
	padding: 10px 20px 10px 0;
}
.navbar-light .navbar-nav  li > .nav-link {
	border-bottom: 1px solid #e2e2e2;
}
    .navbar-toggler {
        position: absolute;
        right: 0px;
        top: 20px;
    }
 .dropdown-menu > li > a.nav-link {
	padding: 10px 15px 10px 25px !important;
}
 .dropdown-menu .dropdown-menu > li > a.nav-link {
	padding-left:50px !important;
}
    .dropdown-menu .dropdown-menu     a.nav-link{
        padding-left: 35px !important;
    }
    .header-cart {
        position: absolute;
        right: 75px;
        top: 28px;
    }
    .b-title {
        font-size: 40px;
        line-height: 1.2;
    }
    .b-title span {
        font-size: 30px;
    }
    .banner::before {
        width: 90%;
    }
    .banner::after,
    .resources::before,
    #site-navigation .container {
        position: relative;
    }
    .vid-play img {
        margin: 0;
    }
.menu-item-has-children > .dropdown-toggle {
	top: 0;
	width: 40px;
	height: 44px;
	border-left: 1px solid #e2e2e2;
	padding-top: 13px;
	text-align: center;
}
.dropdown-menu .menu-item-has-children > a + .dropdown-toggle {
    height: 40px;
padding-top: 11px;
right: 0 !important;
top: 0 !important;
}

 /*   .menu-item-has-children {
         border-bottom: 1px solid #dedede;
    }*/
    .show{
        border: 0 none;
    }
/*
    .navbar-nav .dropdown-menu{
        padding:  0 10px;
    }
*/
    .blog .post-thumbnail{
        height: 170px !important;
    }
    .menu-item-has-children > .dropdown-toggle{
        cursor: pointer;
    }
    #navbar-collapse{
        max-height: calc(100vh - 80px) ;
        overflow: auto;
    }
    .dropdown-menu .menu-item-has-children:hover a + .dropdown-toggle,.dropdown-menu  .dropdown-toggle,.dropdown-menu  .dropdown-toggle.show {
           transform: rotate(0deg) !important;     
    }
}


/*=====================================*/

@media (max-width:991.99px) {
    h1,
    .h1 {
        font-size: 32px;
    }
    .img-overlay {
        display: none;
    }
    h3, .h3 {
        font-size: calc(18rem / 16);
    }
    .banner {
        padding-top: 62vw;
        -webkit-background-size: 100% auto !important;
        background-size: 100% auto !important;
        height: auto;
    }
    .banner::before,
    .banner::after,
    .resources::before,
    .article-section::before {
        content: none;
    }
    .vid-play {
        top: -300px;
        right: 50%;
        width: 65px;
        transform: translateX(50%);
    }
    .article-section > div > div > div:nth-child(2),
    .article-section > div > div > div:nth-child(3) {
        margin-top: 0;
    }
    .header-image .img-fluid {
        max-width: 450px;
    }
    .page-header {
        min-height: 225px;
    }
    .page-header .container {
        padding-right: 42%;
    }
    .site-footer {
        padding-bottom: 20px;
    }
    .site-footer ul {
        position: absolute;
        top: 35px;
        width: 100%;
        left: 0;
        justify-content: center;
    }
    .card [data-toggle="collapse"] {
        font-size: 16px;
        padding: 15px 35px 15px 5px !important;
        line-height: 1.4;
    }
    .card-header span {
        width: 25px;
        height: 25px;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
    .card-header span::before,
    .card-header span::after {
        width: 12px;
    }
    .card-header[aria-expanded="false"] span::after {
        height: 12px;
    }
    .is-imp-row img {
        position: static !important;
    }
    .section-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .site-footer {
        padding-bottom: 35px;    
    }
/*
    .blog .post-thumbnail {
        height: 125px !important;
    }
*/
}


/*=====================================*/

@media (max-width:767.98px) {
    .b-title,
    h2,
    .h2,
    h1,
    .h1 {
        font-size: 26px;
    }
    .banner {
        padding-top: 63vw;
    }
    .b-title span {
        font-size: 25px;
    }
    .vid-play {
        top: -200px;
        width: 50px;
    }
    .header-image,
    .breadcrumbs {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .page-header {
        min-height: 150px;
    }
    .page-header .container {
        padding-right: 15px;
        text-align: center;
    }
    .video-page iframe,
    .video-page video {
        max-height: 250px;
    }
    h4,
    h5 {
        font-size: 18px;
    }
    .card [data-toggle="collapse"],
    [data-toggle="collapse"] h3 {
        font-size: 15px;
        margin-bottom: 0;
    }
    body .wq_questionTextCtr{
        padding: 12px 10px;
    }
    body .wq_questionTextCtr h4{
        font-size: 18px;
    }
}


/*=====================================*/

@media (max-width:575px) {
    .vid-play {
        top: -137px;
    }
    .site-footer ul {
        position: static;
    }
    .site-footer ul li {
        margin-bottom: 10px;
    }
    .site-footer ul > li:not(:last-child) {
        border: 0 none;
    }
    .site-footer {
        padding-bottom: 0px;
        text-align: center;
    }
    h3 {
        font-size: 18px;
    }
    h4,
    h5 {
        font-size: 16px;
    }
    .video-page iframe,
    .video-page video {
        max-height: 185px;
    }
    .card-body {
        padding: 1.25rem .5rem;
    }
    .site-footer{
        padding-bottom: 1px;
    }
}