@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/



body {

    word-break: break-word;

    font: 15px/25px "Poppins", sans-serif;

    color: #393939;

    overflow-x: hidden;

}



a {

    text-decoration: none;

    color: #28b16d;

    white-space: initial;

    font-family: "Montserrat", sans-serif;

}



a:hover,

a:focus {

    text-decoration: none;

    color: #393939;

}
p.error-message 
{

    color: red;
}

/*.meunsec-cart ul li i:active {
    color: #020266;
    font-size: 32px;
    position: relative;
}
*/

a:hover {

    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

}



img {

    max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



ul {

    margin: 0 0 20px;

    padding: 0;

    list-style-type: none;

}

p {

    font-weight: 500;

    line-height: 1.2;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

}



/***** Font Files *****/



@font-face {

    font-family: "Fonts Awesome";

    src: url(../fonts/fontawesome-webfont.eot);

    src: url(../fonts/fontawesome-webfont.eot?#iefix)

            format("embedded-opentype"),

        url(../fonts/fontawesome-webfont.woff) format("woff"),

        url(../fonts/fontawesome-webfont.ttf) format("truetype"),

        url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

    font-weight: 400;

    font-style: normal;

}



/***** Custom Classes *****/



.noPadding {

    padding: 0;

}



.noLeft {

    padding-left: 0;

}



.noRight {

    padding-right: 0;

}



.centerCol {

    float: none;

    margin: 0 auto;

}



.pt_8 {

    padding-top: 80px;

}



.pb_8 {

    padding-bottom: 80px;

}



.py_8 {

    padding: 80px 0px;

}



.theme_btn {

    padding: 15px 25px;

    border: unset;

    border-radius: 15px;

    color: #ffffff;

    z-index: 1;

    background: #242889;

    position: relative;

    font-size: 17px;

    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);

    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);

    transition: all 250ms;

    overflow: hidden;

    display: inline-block;

}



.theme_btn::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 0;

    border-radius: 14px;

    background-color: #72d219;

    z-index: -1;

    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);

    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);

    transition: all 250ms;

}



.theme_btn:hover {

    color: #000000;

}



.theme_btn:hover::before {

    width: 100%;

}



.flexRow {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

}



.flexCol {

    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

    align-items: center;

}



h1 {

    font-family: "Montserrat", sans-serif;

    font-size: 55px;

    line-height: 1.2;

    color: #fff;

    font-weight: 500;

    margin: 0 0 17px;

}



h2 {

    font-family: "Montserrat", sans-serif;

    font-size: 55px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 30px;

}



h3 {

    font-family: "Montserrat", sans-serif;

    font-size: 30px;

    line-height: 1.2;

    color: #000000;

    font-weight: 600;

    margin: 0 0 28px;

}



h4 {

    font-family: "Poppins", Sans-Serif;

    font-size: 24px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 13px;

}



h5 {

    font-family: "Poppins", Sans-Serif;

    font-size: 20px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 20px;

}



h6 {

    font-family: "Poppins", Sans-Serif;

    font-size: 18px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 22px;

}



select {

    background: #fff url("../images/arrow.png") no-repeat right;

    padding: 0 40px 0 30px;

}



::-webkit-input-placeholder {

    color: #575757;

}



::-moz-placeholder {

    color: #575757;

    opacity: 1;

}



:-ms-input-placeholder {

    color: #575757;

}



:-moz-placeholder {

    color: #575757;

    opacity: 1;

}



/*header css start */



.menuSec {

    padding: 15px 0;

    background-color: rgba(220, 220, 220, 1);

}



.menuSec img {

    margin: 0;

}



.menuSec ul {

    list-style: none;

    padding: 0;

    margin: 0;

    text-align: right;

    text-transform: uppercase;

}



.menuSec ul li {

    position: relative;

    display: inline-block;

    margin: 0;

    padding: 0;

}



.menuSec li ul {

    display: none;

}



.topSec {

    padding: 15px 0;

    background-color: rgba(2, 2, 102, 1);

}



.topsec-text ul {

    display: flex;

    align-items: center;

    gap: 5px;

    margin-bottom: 0;

    justify-content: center;

}



.topsec-text ul li a {

    color: #fff;

    font-size: 17px;

    text-decoration: underline;

    font-weight: 500;

}

.topsec-text ul li p {

    margin-bottom: 0;

    color: #fff;

    font-size: 16px;

    font-family: "Montserrat", sans-serif;

}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 10px 8px;
    font-size: 15px;
    color: var(--nav-color);
    font-weight: 600;
}

.meunsec-cart ul {

    display: flex;

    align-items: center;

    gap: 16px ;

    justify-content: end;

    margin-bottom: 0;

}

.menuSec.sticky {

    position: fixed;

    width: 100%;

    background-color: rgba(220, 220, 220, 1);

    z-index: 999;

    top: 0;

    transition: 1s;

    padding: 12px 0;

}



.meunsec-cart ul li i {
    color: #000;
    font-size: 14px;
    position: relative;
}

.meunsec-cart ul li h3 {

    color: #777;

    font-weight: 400;

    font-size: 13px;

    margin-bottom: 0;

    text-transform: lowercase;

}

.meunsec-cart ul li i:after {
    content: "";
    position: absolute;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    height: 50px;
    margin-left: 12px;
    margin-top: -7px;
    top: -10px;
}

.meunsec-cart ul li h2 {

    color: #020266;

    font-weight: 600;

    font-size: 14px;

    margin-bottom: 5px;

    text-align: left;

}

.menuSec ul li:last-child a {

    padding-right: 0px;

}



.menuSec ul li:last-child a:after {

    display: none;

}



li.active a {

    color: #020266 !important;

    font-weight: 600 !important;

}



.menuSec li:hover > ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 38px;

}



.menuSec li > ul > li > a {

    border: none;

    padding: 13px 20px !important;

    color: #fff !important;

    overflow: hidden;

    font-size: 13px;

    line-height: 20px;

}



.menuSec li > ul > li,

.menuSec li > ul > li > a {

    display: block;

    margin: 0;

}



.menuSec li > ul > li > a:before,

.menuSec li > ul > li > a:after {

    display: none;

}



.menuSec li:hover li {

    float: none;

}



.menuSec li ul li a:hover {

    background-color: #ffffff;

    color: #000000 !important;

}



.menuSec ul ul ul {

    left: 100%;

    top: 0;

}



.menuSec ul:before,

.menuSec ul:after {

    content: " ";

    display: table;

}



.menuSec ul:after {

    clear: both;

}



.menuSec li > ul > li:hover > ul {

    left: 230px;

    top: 0px;

    width: 270px;

}



.droopdwon li:hover > ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 40px;

}



.droopdwon {

    float: left;

}



.droopdwon li:hover li a:hover {

    background-color: #ffffff;

    color: #000 !important;

}

.search-icon{
  cursor: pointer;
  margin: 0 !important;
  font-size: 16px !important;
  color: #000 !important;
}
.search-icon:hover .top {
  display: block !important;
}
#form {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #fff;
    width: 300px;
    padding: 10px;
    float: right;
    margin-right: 0;
    border-top: 4px solid #020266;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    z-index: 1;
}

.form-container {
    position: relative;
    display: none;
}

#searchbox {
    border: 1px solid #eee;
    padding: 5px 30px 5px 10px;
    outline: none;
    border-radius: 0;
}

#searchbutton {
    border: 0px;
    background: #020266;
    color: #fff;
    padding: 5px 17px;
    cursor: pointer;
    outline: none;
    margin: 5px 0 0 0;
    width: 100%;
}



/*header css start */

/*Review Start*/

.sspd_review ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.sspd_review ul li a {
    color: orange;
}

.sspd_postdate h5 {
    font-size: 20px !important;
}

h5.sub_title {
    font-size: 12px !important;
    margin: 0;
    line-height: 28px;
}

.reviews-heading p {
    margin-top: 10px;
    font-size: 16px;
}

.reviews-heading {
    margin-bottom: 40px;
}

.reviews-heading {
    margin-bottom: 40px;
    border-bottom: 1px solid #adadad;
    padding-bottom: 30px;
}
/*Review Start*/



.dropdown-menu {

    position: absolute !important;

    z-index: 1000;

    display: block;

    min-width: 10rem;

    padding: 0.5rem 0;

    margin: 0;

    font-size: 1rem;

    color: #212529;

    text-align: left !important;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 0.25rem;

}

.banner-silder-items-img img {

    width: 100%;

}



/*banner css start */



/* Tab slider fix  */



.tab_sec .tab-pane {

    display: block;

    border: 0;

    height: 0;

}



.tab_sec .tab-pane.active {

    display: block !important;

    height: auto;

}



/* Tab slider fix  */



.carousel-inner > .item > a > img,

.carousel-inner > .item > img {

    width: 100%;

}



.carousel-control.right,

.carousel-control.left {

    background: none;

    opacity: 1;

    width: 50px;

    height: 50px;

    top: initial;

    top: 40%;

    background: rgba(255, 255, 255, 0.1);

    text-shadow: none;

}



.carousel-control.right:hover,

.carousel-control.left:hover {

    background: rgba(255, 27, 27, 0.6);

    color: #fff;

}



.carousel-control.right .fa,

.carousel-control.left .fa {

    position: relative;

    top: 12px;

    font-size: 20px;

    color: #fff;

    opacity: 0.5;

}



.carousel-control.right {

    right: 0px;

}



.carousel-control.left {

    left: 0px;

}



.carousel-indicators [data-bs-target] {

    box-sizing: content-box;

    flex: 0 1 auto;

    width: 10px;

    height: 12px;

    padding: 0;

    margin: 3px !important;

    text-indent: -999px;

    cursor: pointer;

    background-color: #fff;

    background-clip: padding-box;

    border: 0;

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    opacity: 1;

    /* transition: opacity 0.6s ease; */

    border-radius: 20px;

}



.carousel-caption {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    margin: 0;

    padding: 0;

    color: #fff;

    text-align: left;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

    background: rgba(0, 0, 0, 0.1);

}



.carousel-indicators li {

    border: none;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    background: #fff;

    width: 12px;

    height: 12px;

    margin: 0;

}



.carousel-indicators .active {

    margin: 0;

    background-color: #28b16d;

    width: 10px;

    height: 12px;

}

.img-fluid {

    width: 100%;

    height: auto;

    animation: kenburns-top 20s ease-out both;

}

.banner_text {

    text-align: center;

}



.banner_text h1 {

    font-size: 75px;

    font-weight: 600;

    margin-bottom: 2%;

}

.banner_text h2 {

    font-size: 28px;

    color: #fff;

    margin-bottom: 5%;

}

section.main_slider .carousel-control-prev {

    left: -55px;

}

section.main_slider .carousel-control-next {

    right: -40px;

}

section.main_slider {

    cursor: pointer;

}



section.main_slider .carousel-control-prev-icon {

    width: 60px;

    height: 60px;

    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)

        hue-rotate(340deg) brightness(105%) contrast(103%);

}

section.main_slider .carousel-control-next-icon {

    width: 60px;

    height: 60px;

    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)

        hue-rotate(340deg) brightness(105%) contrast(103%);

}

.banner_text a {

    background: #2b3388;

    padding: 18px 70px;

    font-size: 16px;

    color: #fff;

    font-weight: 600;

    border-radius: 5px;

    transition: 0.5s;

}

.banner_text a:hover {

    background: #37aee2;

    transition: 0.5s;

}



/*banner css end*/



.blog_sec {

    padding: 5% 0;

}



/* Tabs  */



.tab_sec .nav-tabs .nav-link.active {

    background: #242889;

    color: #fff;

}



.tab_sec .nav-tabs .nav-link {

    background: #ccc;

    border-radius: 50px;

    color: #000;

    padding: 7px 28px;

}



.tab_sec .nav-tabs {

    border: none;

    justify-content: center;

    gap: 20px;

    margin-bottom: 20px;

}



/* Tabs  */



/*Threats You Focus Start*/

.threats-focus-sec .row {

    justify-content: center;

}

.threats-focus-text {

    text-align: center;

}

.threats-focus-sec {

    background-image: url(../images/threats-focus-back.jpg);

    width: 100%;

    padding: 70px 0;

    background-size: cover;

    background-repeat: no-repeat;

    background-attachment: fixed;

}

.threats-focus-text h2 span {

    display: block;

}

.threats-focus-text h2 {

    font-size: 40px;

    color: #000000;

    font-weight: 600;

    line-height: 60px;

    margin-bottom: 15px;

}

.threats-focus-text p {

    line-height: 28px;

}



/*Threats You Focus End*/



/*Digital Investigations Start*/



.digital-investigations-sec {

    padding: 80px 0;

}

.digital-investigations-text h2 span {

    display: block;

}

.digital-investigations-text h2 {

    font-size: 40px;

    line-height: 55px;

    color: #000;

    font-weight: 600;

    margin-bottom: 18px;

}

.digital-investigations-text p {

    line-height: 27px;

    color: #777;

    margin-bottom: 7%;

}

.digital-investigations-img {

    filter: grayscale(1);

}

.digital-investigations-img:hover {

    filter: grayscale(0);

}



/*Digital Investigations End */



/*What We Do Start*/



.what-we-do-sec {

    background-image: url(../images/what-we-do-back.jpg);

    width: 100%;

    height: 100%;

    padding: 80px 0;

    background-size: cover;

    background-attachment: fixed;

    background-repeat: no-repeat;

}

.digital-investigations-text a {

    padding: 10px 20px;

    border: 2px solid #020266;

    color: #020266;

    font-size: 15px;

    font-weight: 600;

    text-transform: uppercase;

}

.what-we-do-heading {

    text-align: center;

    margin-bottom: 5%;

}

.what-we-do-box-img {

    border: 1px solid #000;

    padding: 10px 10px;

}

.what-we-do-box h2 {

    color: #242424;

    font-size: 23px;

    font-weight: 500;

    margin-top: 8%;

    margin-bottom: 7%;

}

.what-we-do-box {

    text-align: center;

}

.what-we-do-box-img img {

    width: 100%;

    height: 350px;

    object-fit: cover;

    filter: grayscale(1);

}

.what-we-do-box-img img:hover {

    filter: grayscale(0);

}

.what-we-do-heading h2 {

    font-size: 40px;

    color: #000;

    font-weight: 600;

    margin-bottom: 20px;

}

.what-we-do-heading p {

    width: 65%;

    margin: 0 auto;

    line-height: 25px;

    color: #777;

}

.what-we-do-box p {

    color: #000000;

    line-height: 26px;

    font-weight: 600;

    margin-bottom: 7%;

}

.what-we-do-box a {

    color: #333;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 600;

    border-bottom: 2px solid #020266;

}



/*What We Do End*/



/*Our featured Products Start*/



.featured-products-sec {

    padding: 80px 0;

}

.featured-products-heading {

    text-align: center;

}

.featured-products-heading h2 {

    font-size: 40px;

    color: #000000;

    font-weight: 600;

}

.featured-products-box {

    text-align: center;

    position: relative;

}

.featured-products-box h2 {

    font-size: 14px;

    color: #242424;

    font-weight: 500;

    margin-bottom: 15px;

    margin-top: 20px;

}

.featured-products-box h3 {

    font-size: 15px;

    color: #020266;

    margin-bottom: 0;

}

.featured-products-button a {

    background: #020266;

    display: flex;

    align-items: center;

    width: 100%;

    justify-content: center;

    height: 40px;

    font-size: 15px;

    text-transform: uppercase;

    color: #fff;

    font-weight: 500;

    position: relative;

    overflow: hidden;

    transition: 0.5s;

}

.featured-products-button a:hover span {

    display: none;

}

.featured-products-button:hover a i {

    bottom: 15px;

    transition: 0.5s;

    display: block;

    opacity: 1;

}

.featured-products-button a i {

    position: absolute;

    bottom: -17px;

    transition: 0.5s;

    /* display: none; */

    opacity: 0;

}

.featured-products-button {

    position: absolute;

    width: 100%;

    bottom: 0px;

    opacity: 0;

    transition: 0.5s;

}



.featured-products-box:hover .featured-products-button {

    opacity: 1;

    bottom: 60px;

    transition: 0.5s;

}

.featured-products-icon-left {

    position: absolute;

    top: 0;

    right: -10px;

    transition: 0.5s;

    opacity: 0;

}

.featured-products-icon-left ul {

    box-shadow: 0 0 5px 0 #0000002e;

    padding: 5px 15px;

    line-height: 48px;

    background: #fff;

}

.featured-products-box:hover .featured-products-icon-left {

    transition: 0.5s;

    right: 0;

    opacity: 1;

}

.featured-products-icon-left ul li i {

    font-size: 20px;

    color: #333;

}

.featured-products-icon-left ul li i:hover {

    color: #777;

}

.featured-products-button-row {

    margin-top: 5%;

    text-align: center;

}

.featured-products-button-row a {

    padding: 10px 20px;

    border: 2px solid #020266;

    color: #020266;

    font-size: 15px;

    font-weight: 600;

    text-transform: uppercase;

}



/*Our featured Products End*/



/*Our Testimonials Start*/



.our-testimonials-sec {

    background-image: url(../images/our-testimonials-back.png);

    width: 100%;

    background-size: cover;

    padding: 100px 0;

    background-repeat: no-repeat;

}

.our-testimonials-heading {

    text-align: center;

    margin-bottom: 3%;

}

.our-testimonials-silder-items {

    text-align: center;

}

.our-testimonials-heading h2 {

    font-size: 40px;

    color: #ffffff;

    font-weight: 600;

    margin-bottom: 0;

}

.our-testimonials-sec .row {

    justify-content: center;

}

.our-testimonials-silder-items p {

    line-height: 26px;

    color: #fff;

}

.our-testimonials-silder-items h2 {

    font-size: 17px;

    color: #fff;

    font-weight: 600;

}

.our-testimonials-silder .slick-dots li button:before {

    width: 10px;

    height: 10px;

    content: "";

    opacity: 2.25;

    border: 2px solid #fff;

    border-radius: 50%;

}



.our-testimonials-silder .slick-dots li.slick-active button:before {

    opacity: 6;

    color: black;

    background: #333;

    border: none;

}

.our-testimonials-silder .slick-dots li {

    width: 20px;

    height: 20px;

    margin: 0 1px;

}



/*Our Testimonials End*/



/*Providing Forensics Start */



.providing-forensics-sec .row {

    justify-content: center;

}

.providing-forensics-sec {

    padding: 80px 0;

}

.providing-forensics-text {

    text-align: center;

}



.providing-forensics-text h2 span {

    display: block;

}

.providing-forensics-text h2 {

    font-size: 40px;

    color: #000000;

    font-weight: 600;

    line-height: 60px;

    margin-bottom: 18px;

}

.providing-forensics-text p {

    line-height: 26px;

    color: #777;

    margin-bottom: 6%;

}

.providing-forensics-text a {

    padding: 10px 20px;

    border: 2px solid #020266;

    color: #020266;

    font-size: 15px;

    font-weight: 600;

    text-transform: uppercase;

}

a.theme-btn-2:hover {

    background: #020266;

    color: #fff;

    transition: 0.5s;

}

a.theme-btn-2 {

    transition: 0.5s;

}



/*Providing Forensics End */



/*Contact Now Start*/



.contact-now-form h2 {

    font-size: 40px;

    color: #000;

    font-weight: 600;

}

.contact-now-form input {

    border: 2px solid #e6e6e6;

    width: 100%;

    height: 50px;

    margin-bottom: 12%;

    padding: 0 20px;

    color: #000;

}

.contact-now-form textarea {

    border: 2px solid #e6e6e6;

    width: 100%;

    height: 200px;

    margin-bottom: 2%;

    padding: 20px 20px;

    color: #000;

}

.contact-now-form button:hover {

    background: #0000001c;

}

.contact-now-form button {

    background: #02026600;

    border: 2px solid #020266;

    text-transform: uppercase;

    padding: 10px 25px;

    color: #000;

    font-weight: 500;

    font-family: "Montserrat", sans-serif;

}

.contact-now-form textarea::placeholder {

    font-family: "Montserrat", sans-serif;

    color: #77778d;

    font-size: 15px;

}

.contact-now-sec {

    padding: 20px 0;

}



.contact-now-form input::placeholder {

    font-family: "Montserrat", sans-serif;

    color: #77778d;

    font-size: 15px;

}

.contact-now-faq {

    margin-left: 25px;

}

.contact-now-faq h2 {

    font-size: 40px;

    color: #000;

    font-weight: 600;

    line-height: 50px;

    margin-bottom: 25px;

}



.contact-now-faq .faq__title {

    font-size: 20px;

    text-transform: uppercase;

    color: #8b7197;

}



.contact-now-faq .faq__subtitle {

    font-size: 20px;

}



.contact-now-faq .faq__question {

    width: 100%;

    text-align: left;

    border: none;

    outline: none;

    line-height: 1.5;

    position: relative;

    padding-left: 40px;

    transition: 0.5s;

    font-weight: 600;

    font-size: 16px;

    background: #020266;

    padding: 15px 50px;

    margin-bottom: 10px;

    border-radius: 5px;

    font-family: "Montserrat", sans-serif;

    color: #666;

}



.contact-now-faq .faq__question:after {

    content: "\02795";

    position: absolute;

    left: 18px;

    font-size: 14px;

    margin-top: 2px;

    color: #666;

}

.fooetr-Subscribe button {

    width: 55%;

    height: 48px;

    text-transform: uppercase;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 600;

    border: 2px solid #020266;

    color: #3e3e3e;

    transition: 0.5s;

    background-color: #03036700;

}

.fooetr-Subscribe input::placeholder {

    font-size: 14px;

    color: #3e3e3e;



    font-family: "Montserrat", sans-serif;

}



.contact-now-faq .faq__question_active:after {

    content: "\2796";

    color: white;

    position: absolute;

    left: 10px;

    font-size: 14px;

}



.contact-now-faq .faq__subtitle {

    font-size: 18px;

    font-weight: 400;

    line-height: 1.55;

    padding-top: 8px;

    padding-bottom: 10px;

}



.contact-now-faq .faq__panel {

    display: none;

    line-height: 1.5;

    background-color: #f8f8f8;

    border-top: none;

    box-shadow: 0 0 1px 0 #00000087;

    padding: 20px 20px;

}

.contact-now-faq .faq__panel p {

    line-height: 28px;

    font-size: 15px;

    margin-bottom: 0;

    color: #777;

}



.contact-now-faq button.faq__question.faq__question_active {

    margin-bottom: 0;

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0;

}

.contact-now-faq .faq__panel.faq__panel_active {

    margin-bottom: 15px;

}



.contact-now-faq .faq__panel_active {

    display: block;

}



/*Contact Now End*/



/*Footer Start*/



.footer-sec {

    margin-top: 5%;

    background-color: #e5e5e5 !important;

    padding: 30px 0;

    padding-top: 50px;

}

.fooetr-contact ul li a:hover {

    color: #020266;

    font-weight: 500;

}



.fooetr-logo ul li a:hover {

    transform: scale(1.2);

    transition: 0.5s;

}

.fooetr-logo ul {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 10px;

    margin-bottom: 0;

}

.footer-sec h2 {

    font-size: 23px;

    color: #000;

    font-weight: 600;

    margin-bottom: 30px;

}

.footer-bottom-text {

    text-align: center;

    margin-top: 3%;

}



.footer-bottom-text p {

    margin-bottom: 0;

    font-size: 16px;

    color: #000;

    font-weight: 600;

}

.fooetr-about {

    margin-left: 25px;

}

.fooetr-contact {

    margin-left: 15px;

}



.fooetr-contact ul li {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 25px;

}

.fooetr-contact ul li i {

    background: #020266;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 16px;

    color: #fff;

    padding: 10px 12px;

}

.fooetr-Subscribe input {

    width: 100%;

    padding: 0 10px;

    height: 45px;

    border: 2px solid #d1d1d1;

    background: transparent;

    margin-bottom: 7%;

}

.fooetr-about p {

    line-height: 26px;

}

.fooetr-logo a img {

    margin-bottom: 10%;

}

.fooetr-logo ul li a {

    display: flex;

    align-items: center;

    justify-content: center;

    background: #365493;

    width: 40px;

    height: 40px;

    font-size: 16px;

    color: #fff;

    transition: 0.5s;

}

.fooetr-Subscribe button:hover {

    background: #00000012;

    transition: 0.5s;

}

.fooetr-contact ul li a {

    font-size: 18px;

    color: #000;

}

a.twitter {

    background: #3cf !important;

}

a.pinterest {

    background: #cb2027 !important;

}

a.linkedin {

    background: #0274b3 !important;

}

a.paper {

    background: #37aee2 !important;

}



/*Footer End*/



/*About Start*/



.banner-sec {

    background-image: url(../images/iner-banner.webp);

    width: 100%;

    height: 400px;

    background-size: cover;

    background-position: center center;

    display: flex;

    align-items: center;

}

.banner-text h2 {

    font-size: 78px;

    color: #fff;

    font-weight: 600;

    margin-bottom: 10px;

}

.banner-text ul {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 0;

}

.banner-text ul li a {

    font-size: 13px;

    text-transform: uppercase;

    color: #fff;

    font-weight: 500;

    font-family: "Montserrat", sans-serif;

}

.banner-text ul li span {

    color: #fff;

    font-size: 11px;

    font-family: "Montserrat", sans-serif;

}

.about-sec {

    margin-top: 5%;

}

.about-text h2 {

    font-size: 14px;

    color: #020266;

    font-weight: 600;

    margin-bottom: 20px;

}

.about-text h3 {

    font-size: 36px;

    color: #242424;

    margin-bottom: 20px;

}

.about-text p {

    color: #777777;

    line-height: 30px;

    letter-spacing: 0.1px;

    margin-bottom: 25px;

    word-spacing: 2px;

}

.about-text ul {

    display: flex;

    align-items: center;

    gap: 15px;

    justify-content: end;

    margin-bottom: 0;

    border-top: 1px solid #e1e1e1;

    padding-top: 20px;

}

.about-text ul li a {

    display: flex;

    align-items: center;

    justify-content: center;

    background: #efefef;

    width: 33px;

    height: 33px;

    border-radius: 50%;

    font-size: 15px;

    color: #8f8f8f;

}

.about-img {

    filter: grayscale(1);

    transition: 0.5s;

}

.about-sec .row {

    align-items: center;

}

.about-img img {

    width: 100%;

    height: 420px;

}

.about-img.chg img {

    height: 400px;

}

.about-text.chg p {

    margin-bottom: 0;

}

.about-img:hover {

    filter: grayscale(0);

    transition: 0.5s;

}

.about-sec .row.chg {

    margin-top: 5%;

}



/*About End*/



/*Digital Forensics Start*/



.digital-forensics-sec {

    margin-top: 5%;

}

.digital-forensics-img img {

    width: 100%;

    height: 475px;

    box-shadow: 0 0 10px 0 #000000a1;

}

.digital-forensics-text h2 {

    font-size: 14px;

    color: #020266;

    font-weight: 600;

    margin-bottom: 20px;

}

.digital-forensics-text h3 {

    font-size: 36px;

    color: #242424;

    margin-bottom: 20px;

}



.digital-forensics-text p {

    color: #7b7d84;

    line-height: 30px;

    letter-spacing: 0.1px;

    margin-bottom: 25px;

}

.digital-forensics-sec .row {

    align-items: center;

}

.digital-forensics-icon {

    text-align: center;

    border-right: 1px solid;

    padding: 1px 0;

    padding-right: 15px;

}

.digital-forensics-icon.chg {

    padding-right: 0;

    border-right: none;

}

.digital-forensics-row {

    margin-top: 5%;

}

.digital-forensics-icon h2 {

    font-size: 15px;

    color: #020266;

    font-weight: 600;

    margin-bottom: 10px;

}

.digital-forensics-icon p {

    color: #77777b;

    font-size: 15px;

    line-height: 25px;

}

.iner-contact-sec-icon .row {

    justify-content: center;

}

.digital-forensics-icon svg {

    width: 70px;

    margin-bottom: 20px;

}

/*Digital Forensics End*/



/*Trainings Start*/



.trainings-sec {

    margin-top: 5%;

    margin-bottom: 5%;

}

.trainings-img img {

    width: 100%;

    height: 450px;

    box-shadow: 0 0 30px 0 #00000054;

}

.trainings-text h2 {

    font-size: 14px;

    color: #020266;

    font-weight: 600;

    margin-bottom: 20px;

}

.trainings-text h3 {

    font-size: 36px;

    color: #242424;

    margin-bottom: 20px;

}

.trainings-text p {

    color: #7b7d84;

    line-height: 27px;

    letter-spacing: 0.1px;

    margin-bottom: 25px;

}

.trainings-text a {

    border: 2px solid #020266;

    padding: 10px 25px;

    font-size: 16px;

    color: #020266;

    font-weight: 600;

}

.trainings-sec .row.chg {

    margin-top: 8%;

}

.trainings-text.chg {

    margin-left: 15px;

}

.trainings-contact {

    margin-top: 40px;

}

.trainings-sec .row {

    align-items: center;
    margin-top: 8%;

}

.trainings-img {

    filter: grayscale(1);

    transition: 0.5s;

}

.trainings-img:hover {

    filter: grayscale(0);

    transition: 0.5s;

}

/*Trainings End*/



/*Products Start*/



.featured-products-sec.chg {

    padding: 0;

    margin-top: 5%;

}



/*Products End*/



/*Contact Start*/



.iner-contact-sec {

    margin-top: 5%;

}



.contact-now-form.chg h3 {

    font-size: 14px;

    color: #020266;

    margin-bottom: 20px;

    letter-spacing: 0.1px;

}

.contact-now-faq.chg h3 {

    font-size: 14px;

    color: #020266;

    margin-bottom: 20px;

    letter-spacing: 0.1px;

}

.contact-now-faq.chg {

    margin-left: 0;

    padding-right: 7%;

}

.contact-now-form.chg {

    border-left: 2px solid #e8e8e8;

    padding-left: 7%;

}

.iner-contact-heading {

    text-align: center;

    margin-top: 5%;

    margin-bottom: 2%;

}

.iner-contact-icon-box a:hover {

    color: #020266;

    font-weight: 500;

}

.iner-contact-heading h2 {

    font-size: 36px;

    color: #242424;

    font-weight: 600;

    margin-bottom: 0;

}

.iner-contact-icon-box {

    text-align: center;

}

.iner-contact-icon-box h2 i {

    font-size: 35px;

    color: #020266;

}

.iner-contact-icon-box h2 {

    margin-bottom: 30px;

}

.iner-contact-icon-box a {

    color: #847d77;

    font-size: 16px;

}



/*Contact End*/



/*Check Out Start*/

.banner-text.chg ul li h2 {

    color: #b8bbc6;

    font-size: 30px;

    text-transform: uppercase;

    margin-bottom: 0;

    transition: 0.5s;

}

.banner-text.chg ul li i {

    font-size: 30px;

    color: #aeacbd;

}

.banner-text.chg ul {

    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 0;

}

.banner-text.chg ul li h2:hover {

    color: #fff;

    transition: 0.5s;

}

.checkout-coupon h2 {

    font-size: 15px;

    margin-bottom: 0;

    color: #000;

    font-weight: 600;

    letter-spacing: 0.3px;

}

.checkout-coupon-form {

    border: 2px dashed #ddd;

    margin-top: 25px;

    text-align: center;

    padding: 40px;

}

.checkout-coupon h2 a {

    margin-left: 10px;

    color: #020266;

    font-weight: 600;

    text-decoration: underline;

}

.checkout-coupon-form h2 {

    color: #849191;

    font-size: 17px;

    font-weight: 400;

    margin-bottom: 30px;

}

.checkout-coupon-form ul {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

}

.checkout-coupon-form ul li input {

    width: 265px;

    height: 50px;

    padding: 0 10px;

    border: 2px solid #e6e6e6;

}

.checkout-coupon-form ul li input::placeholder {

    color: #8c9a98;

    font-size: 14px;

    font-family: Montserrat, sans-serif;

}

.checkout-coupon-form ul li button {

    width: 150px;

    height: 50px;

    background: #020266;

    border: none;

    color: #fff;

    font-family: Montserrat, sans-serif;

    font-size: 15px;

    font-weight: 500;

}

.checkout-main {

    margin-top: 5%;

}

.billing-details-form h2 {

    font-size: 30px;

    color: #242424;

    font-weight: 600;

}

.billing-details-form label {

    font-size: 16px;

    color: #242424;

    font-family: Montserrat, sans-serif;

    margin-bottom: 5px;

}

.billing-details-form input,

.billing-details-form select {

    height: 50px;

    padding: 0 10px;

    margin-bottom: 4%;

    border: 2px solid #e6e6e6;

    width: 100%;

}

.billing-details-form input {

    color: #000;

}

.checkout-main label span {

    color: #e01020;

}

.billing-details-form input::placeholder {

    color: #8c9a98;

    font-size: 14px;

    font-family: Montserrat, sans-serif;

}

.billing-details-form select {

    color: #8c9a98;

    font-size: 14px;

    font-family: Montserrat, sans-serif;

}

.billing-details-form textarea {

    width: 100%;

    height: 200px;

    padding: 15px 10px;

    border: 2px solid #e6e6e6;

    color: #000;

}

.billing-details-form textarea::placeholder {

    color: #8c9a98;

    font-size: 14px;

    font-family: Montserrat, sans-serif;

}

.your-order-box h2 {

    font-size: 30px;

    color: #242424;

    font-weight: 600;

    margin-bottom: 15px;

    text-align: center;

}

.your-order-box ul.your-order li h2 {

    font-size: 18px;

    margin-bottom: 0;

}

.your-order-box {

    padding: 30px;

    background-color: #f8f8f8;

}

.your-order-box ul li {

    display: flex;

    align-content: center;

    justify-content: space-between;

    border-bottom: 2px solid #efefef;

    padding: 15px 0;

}

.your-order-box li.no-padding {

    padding: 18px 0 0 0 !important;

    border: none !important;

}

.your-order-box ul li span {

    color: #84868d;

    font-size: 16px;

}

.your-order-box ul li h3 {

    font-size: 16px;

    margin-bottom: 0;

}

.your-order-box h4 {

    margin-bottom: 0;

    font-size: 22px;

    color: #020266;

}

.your-order-box ul.assistance {

    background: #e0b252;

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 15px 25px;

    margin-bottom: 20px;

}

.your-order-box ul.assistance li {

    border: none;

}

.check-out-sec {

    margin-top: 5%;

}

.your-order-box p {

    border-top: 1px solid #e6e6e6;

    padding-top: 18px;

    line-height: 25px;

    color: #77777b;

    letter-spacing: 0.3px;

    margin-bottom: 20px;

}

.your-order-box p a {

    color: #333;

    font-weight: 700;

}

.your-order-box button {

    width: 100%;

    height: 50px;

    font-size: 16px;

    background: #020266;

    color: #fff;

    text-transform: uppercase;

    font-family: Montserrat, sans-serif;

    font-weight: 600;

}

ul.assistance li h2 {

    border: 2px solid #fff;

    font-size: 16px;

    margin-bottom: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 25px;

    height: 25px;

    border-radius: 50%;

    color: #fff;

}

ul.your-order {

    background-color: #fff;

    padding: 20px 20px;

}



.your-order-box ul li p {

    color: #fff;

    line-height: 23px;

    margin-bottom: 0;

    padding-top: 0;

    border: none;

}

.checkout-coupon-form.faq__panel {

    display: none;

}

.checkout-coupon-form.faq__panel.faq__panel_active {

    display: block;

}



/*Check Out End*/



/*Privacy Policy Start*/



.privacy-policy-text p {

    color: #777777;

    line-height: 25px;

}

.privacy-policy-text p {

    margin-bottom: 0;

    color: #777777;

}

.privacy-policy-text {

    margin-bottom: 3%;

}

.privacy-policy-sec {

    margin-top: 5%;

}

.privacy-policy-text h2 {

    color: #242424;

    font-size: 25px;

    font-weight: 600;

    margin-bottom: 30px;

}

.checkout-coupon-form.faq__panel {

    display: none;

}

.checkout-coupon-form.faq__panel.faq__panel_active {

    display: block;

}

/*Privacy Policy End*/



/*Products Detail Start*/



.products-detail-sec {

    padding: 80px 0;

}

.products-detail-text ul {

    display: flex;

    align-items: center;

    gap: 5px;

    margin-bottom: 15px;

}

.products-detail-text ul li a {

    font-size: 15px;

    color: #8e8e8e;

    font-weight: 500;

}

.products-detail-text ul li {

    font-size: 12px;

    color: #8e8e8e;

}

.products-detail-text a.active {

    color: #333 !important;

    font-weight: 600 !important;

}

.products-detail-text h2 {

    font-size: 34px;

    font-weight: 500;

    margin-bottom: 20px;

}

.products-detail-text h3 {

    font-size: 25px;

    color: #020266;

}

.prod-detail-silder {

    cursor: pointer;

}

ul.quantity-button li a {

    background: #020266;

    padding: 15px 25px;

    text-transform: uppercase;

    color: #fff;

}

ul.wishlist {

    margin-top: 30px;

}

ul.wishlist {

    gap: 10px;

    border-bottom: 1px solid rgba(119, 119, 119, 0.2);

    padding-bottom: 3%;

}

.products-detail-text h2 span {

    margin-left: 8px;

    color: #8e8e9d;

}

ul.wishlist li a {

    color: #333333;

    display: flex;

    align-items: baseline;

    gap: 5px;

}

.products-detail-text h2 {

    font-size: 16px;

    font-weight: 600;

}

ul.socail-icon li h2 {

    margin-bottom: 0;

    margin-right: 5px;

}

ul.socail-icon {

    gap: 15px;

}

.reviews-tab-sec {

    border-top: 1px solid #e4e4e4;

    padding-top: 2%;

}

.nav {

    justify-content: center;

    gap: 20px;

}

.nav-tabs .nav-link {

    font-family: Montserrat, sans-serif;

    font-weight: 600;

    text-transform: uppercase;

    font-size: 18px;

}

.nav-tabs {

    border-bottom: none;

    margin-bottom: 4%;

}

.reviews-form h2 {

    font-size: 15px;

    color: #000;

    font-weight: 600;

    margin-bottom: 25px;

}

.reviews-form h3 {

    font-size: 16px;

    color: #777;

}

.reviews-form span.red {

    color: #e01020;

    margin-left: 5px;

}

.reviews-form textarea {

    width: 100%;

    height: 180px;

    border: 2px solid #e6e6e6;

    margin-bottom: 10px;

}

.reviews-form ul.checkbox li input {

    width: 25px;

}

.reviews-form ul.checkbox {

    margin-top: 3%;

}

.reviews-form button {

    width: 20%;

    font-size: 17px;

    text-transform: uppercase;

    height: 50px;

    color: #fff;

    border: none;

    background: #020266;

}

.reviews-form ul.checkbox li {

    display: flex;

    align-items: center;

    gap: 15px;

}

.reviews-form ul.checkbox li label {

    font-size: 17px;

}



.reviews-form ul {

    display: flex;

    align-items: center;

    gap: 10px;

}

.reviews-form ul li span {

    color: #322432;

}

.reviews-form ul li span:hover {

    color: #eabe12 !important;

}

.reviews-form label {

    font-size: 15px;

    margin-bottom: 5px;

    color: #322432;

    font-weight: 500;

    font-family: Montserrat, sans-serif;

}

.reviews-form ul li h2 {

    margin-bottom: 0;

    color: #322432;

    font-weight: 500;

}

.reviews-form input {

    width: 100%;

    height: 45px;

    border: 2px solid #e6e6e6;

}

.reviews-tab-sec {

    margin-bottom: 5%;

}

.reviews-heading h2 {

    font-size: 18px;

    color: #242424;

    font-weight: 600;

    margin-bottom: 30px;

}

.reviews-heading p {

    font-size: 16px;

    color: #777;

    margin-bottom: 0;

}

.reviews-tab-sec .nav-link {

    color: #333333;

}

.reviews-tab-sec .nav-link.active,

.nav-tabs .nav-item.show .nav-link {

    color: #242424;

    background-color: inherit;

    border-color: inherit;

    border: none;

    position: relative;

    font-weight: 700;

}

.reviews-tab-sec .nav-link:hover,

.nav-tabs .nav-link:focus {

    border-color: inherit !important;

    isolation: inherit !important;

    border: none;

    color: #333333;

}

.maecenas-iacults-text ul li {

    line-height: 22px;

    margin-bottom: 15px;

}



.maecenas-iacults-text h2 {

    font-size: 23px;

    font-weight: 600;

    margin-bottom: 20px;

}

.maecenas-iacults-text li {

    color: #777d80;

    font-size: 16px;

}

.prod-detail-silder-items-icon a i {

    font-size: 17px;

    color: #8e8e8e;

}

.products-detail-text {

    position: relative;

}



.products-detail-text-icon {

    position: absolute;

    top: 0;

    right: 0;

}



.products-detail-text-icon ul li {

    font-size: 20px;

}

.maecenas-iacults-text p {

    line-height: 25px;

    color: #7b8384;

}

.featured-products-heading.chg {

    text-align: left;

    margin-bottom: 4%;

    position: relative;

}

.featured-products-button.chg a i {

    color: #333333;

}

.featured-products-button.chg a {

    background: #fff;

    box-shadow: 0 0 10px 0 #00000075;

}



.featured-products-heading.chg:before {

    content: "";

    position: absolute;

    border: 1px solid #020266;

    bottom: -10px;

    width: 5%;

}

.featured-products-sec.chg1 {

    border-top: 1px solid #e4e4e4;

    padding: 50px 0;

}

.featured-products-heading.chg h2 {

    font-size: 24px;

}



/*Products Detail End*/



/*Products Category Start*/



.clothes-banner-sec {

    background-image: url(../images/clothes-banner.jpg);

    width: 100%;

    height: 525px;

    display: flex;

    align-items: center;

    background-size: cover;

}

.clothes-banner-text h2 {

    font-size: 78px;

    color: #fff;

    margin-bottom: 5px;

}

.clothes-banner-text ul {

    margin-top: 25px;

}

.clothes-banner-text ul li h3 {

    font-size: 15px;

    text-transform: uppercase;

    color: #fff;

    margin-bottom: 10px;

    position: relative;

}

.clothes-banner-text ul li h3:before {

    content: "";

    position: absolute;

    border: 1px solid #020266;

    bottom: -6px;

    transition: 0.5s;

    display: none;

}

.clothes-banner-text ul li h4 {

    font-size: 15px;

    color: #656565;

    font-family: Montserrat, sans-serif;

    margin-bottom: 0;

}

.clothes-banner-text ul {

    display: flex;

    align-items: center;

    gap: 10px;

}

.clothes-banner-text-icon-sec {

    display: flex;

    align-items: center;

    gap: 40px;

}



.products-category-sec {

    margin-top: 5%;

    margin-bottom: 5%;

}

.category-box h2 {

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 10px;

}

.category-box ul li a {

    font-size: 15px;

    color: #727272;

    font-weight: 500;

}

.category-box ul {

    line-height: 32px;

}

.filter-price h2 {

    font-size: 20px;

    color: #333;

}



.filter-price {

    border-top: 1px solid rgba(119, 119, 119, 0.2);

    padding-top: 8%;

    border-bottom: 1px solid rgba(119, 119, 119, 0.2);

    padding-bottom: 5%;

}

.line-1 {

    background-color: #e7e7e7;

    width: 100%;

    height: 2px;

    position: relative;

    margin-bottom: 12%;

}

.line-2 {

    background: #020266;

    width: 100%;

    height: 2px;

    position: absolute;

    top: 0;

}

.line-1:before {

    content: "";

    position: absolute;

    background: #020266;

    width: 4px;

    height: 20px;

    top: -10px;

}



.line-1:after {

    content: "";

    position: absolute;

    background: #020266;

    width: 4px;

    height: 20px;

    top: -10px;

    right: 0;

}

.filter-price h3 {

    font-size: 16px;

    color: #717171;

    margin-bottom: 0;

}

.filter-price h3 span {

    color: #2d2a2a;

    font-weight: 700;

    margin-left: 5px;

}

.filter-price ul {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.filter-price ul li button {

    width: 100px;

    height: 40px;

    font-size: 16px;

    border: none;

    background: #f7f7f7;

    font-family: Montserrat, sans-serif;

    font-weight: 500;

    color: #727272;

}

.products-box h2 {

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 10px;

}

.products-box {

    margin-top: 30px;

}

.products-box ul {

    display: flex;

    align-items: center;

    gap: 15px;

    border-bottom: 1px solid rgba(119, 119, 119, 0.2);

    padding: 15px 0;

    margin-bottom: 0;

}

ul.boader-no {

    border-bottom: none;

}

.products-top-row ul {

    display: flex;

    align-items: center;

    margin-bottom: 0;

    gap: 5px;

    font-family: Montserrat, sans-serif;

}

.products-top-row-select select {

    width: 100%;

    height: 40px;

    border: none;

    font-family: Montserrat, sans-serif;

    font-weight: 500;

    margin-left: 20px;

}



.products-top-row .row {

    align-items: center;

}

.featured-products-box.chg2 {

    margin-top: 15%;

}

.blod {

    color: #2d2a2a !important;

    font-weight: 600 !important;

    margin-right: 5px;

}

ul.pro-top-row-icon {

    display: flex;

    align-items: center;

    margin-bottom: 0;

    gap: 15px;

}

.products-top-row ul li a {

    color: #8e8e8e;

    font-weight: 500;

    font-size: 16px;

}

.products-top-row ul li {

    color: #8e8e8e;

    font-weight: 500;

    font-size: 15px;

}



.products-box ul li h2 {

    font-size: 15px;

}

.products-box ul li img {

    width: 80px;

}

.products-box ul li h3 {

    font-size: 15px;

    color: #020266;

    margin-bottom: 0;

    font-weight: 700;

}

.clothes-banner-text ul li img {

    width: 48px;

}



/* skin 2 */

.skin-2 .num-in {

    background: #ffffff;

    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);

    border-radius: 0;

    height: 41px;

    width: 160px;

    float: left;

    border: 1px solid #cfcfcf;

}



.skin-2 .num-in span {

    width: 30%;

    display: block;

    height: 40px;

    float: left;

    position: relative;

}



.skin-2 .num-in span:before,

.skin-2 .num-in span:after {

    content: "";

    position: absolute;

    background-color: #667780;

    height: 2px;

    width: 10px;

    top: 50%;

    left: 50%;

    margin-top: -1px;

    margin-left: -5px;

}

ul.quantity-button {

    gap: 20px !important;

}

.skin-2 .num-in span.plus:after {

    transform: rotate(90deg);

}

.skin-2 .num-in span:hover {

    background: #020266;

}

.skin-2 .num-in input {

    float: left;

    width: 40%;

    height: 40px;

    text-align: center;

    border: 1px solid #cfcfcf;

}



/* / skin 2 */



/*Products Category End*/



/* Cart Start */



section.add-to-cart {

    margin-top: 5%;

}

.add-to-cart a {

    font-size: 19px;



    display: block;



    text-align: center;



    padding-top: 9px;



    color: #333333;



    font-weight: 500;



    text-decoration: none;



    font-family: "cereM";

}



.add-to-cart h4 {

    font-size: 16px;

    font-weight: 500;

    color: #333333;

    margin-bottom: 0;

    font-family: Montserrat, sans-serif;

    text-align: center;

}







.add-to-cart .table > tbody > tr > td,

.add-to-cart .table > tbody > tr > th,

.add-to-cart .table > tfoot > tr > td,

.add-to-cart .table > tfoot > tr > th,

.add-to-cart .table > thead > tr > td,

.add-to-cart .table > thead > tr > th {

    vertical-align: middle;

}



.total-section {

    border: none;



    padding: 27px 40px;



    border: 1px solid #00000024;

}



.total-section ul {

    font-family: "Poppins";



    list-style: none;



    margin-bottom: 0;

}



.total-section li {

    font-size: 24px;



    padding-bottom: 30px;



    color: #333333;



    font-family: "cereM";



    font-weight: 400;

}



li.color-change {

    color: #000;



    text-transform: capitalize;



    font-weight: 400;



    font-size: 26.96px;



    text-transform: uppercase;



    font-family: "cereM";

}



.total-section li.color-change span {

    font-weight: 400;



    font-size: 26.96px;



    color: #000;



    font-family: "cereM";

}



.total-section li span {

    float: right;

}



.ship-estimate {

    padding: 20px 40px;



    border: 1px solid #00000029;



    margin-top: 25px;

}



.ship-estimate li {

    color: #000;



    font-size: 27px;



    margin-bottom: 18px;



    font-weight: 500;



    font-family: "minM";

}



.ship-estimate ul {

    margin-top: 20px;



    margin-bottom: 25px;



    font-family: "Poppins";



    list-style: none;

}



.ship-estimate .grey-style {

    color: #333333;



    font-size: 20px;



    font-family: "cereM";



    font-weight: 500;

}



.proceed a {

    color: #000;



    text-align: left;



    font-size: 20px;



    text-transform: uppercase;



    font-weight: 500;



    /* background: #000000; */



    font-family: "cereM";

}



.proceed .checkout-btn {

    padding: 15px;



    width: 100%;



    font-size: 20px;



    margin-top: 4px;



    border-radius: 0px;



    text-align: center;



    color: #ffffff;



    text-transform: uppercase;



    background: #fb2b2b;



    font-family: "cereR";

}



.or-amazon {

    margin-top: 50px;



    position: relative;



    border: 2px solid #cecece;



    /* top: 25px; */



    padding: 30px 50px;



    border-radius: 5px;



    background: #fff;

}



.or-amazon p {

    font-size: 17px;



    position: absolute;



    background: #f3f3f3;



    top: -18px;



    left: 85px;



    padding: 3px 20px;



    color: #333333;



    display: block;



    text-transform: uppercase;



    border: 2px solid #cecece;



    font-family: "cereR";

}



.or-amazon a {

    text-decoration: none;



    text-align: center;

}



.product-img {

    display: inline-block;



    width: 100%;



    padding: 10px 5px;



    border-radius: 10px;

}



.product-img img {

    width: 100%;

}



.table > :not(:last-child) > :last-child > * {

    border-bottom-color: currentColor;

    font-size: 20px;

    font-weight: 600;

    color: ##242424;

    /* background-color: #ef165d; */

    padding: 16px 9px;

    text-transform: uppercase;

    font-family: Montserrat, sans-serif;

    text-align: center;

}

.add-to-cart-bottom-sec {

    margin-top: 3%;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.cart-totals-box h2 {

    font-size: 24px;

    text-transform: uppercase;

    font-weight: 600;

    color: #000;

}

.cart-totals-box ul li h4 {

    font-size: 20px;

    font-family: Montserrat, sans-serif;

    color: #242424;

    font-weight: 600;

}



.cart-totals-box ul li h5 {

    font-family: Montserrat, sans-serif;

    color: #020266;

    font-weight: 600;

}



.add-to-cart-button a {

    background: #f7f7f7;

    font-size: 15px;

    width: 180px;

    height: 50px;

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: Montserrat, sans-serif;

    text-transform: uppercase;

}

.cart-totals-box a {

    background: #020266;

    padding: 0;

    width: 100%;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 16px;

    color: #fff;

    text-transform: uppercase;

    font-family: Montserrat, sans-serif;

}

.cart-totals-box ul li h2 {

    font-size: 14px;

    margin-bottom: 0;

    text-transform: capitalize;

}



.cart-totals-box ul li h3 {

    font-size: 14px;

    color: #777;

    margin-bottom: 0;

}



.cart-totals-box ul li {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 15px 0;

    border-bottom: 1px solid #e6e6e6;

}



.cart-totals-box li.chg {

    padding: 17px 0 0 0 !important;

    border: none !important;

}

.add-to-cart-up-date a {

    font-size: 14px;

    color: #333;

    font-weight: 500;

    font-family: Montserrat, sans-serif;

    background: #fafafa;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 150px;

    height: 50px;

    padding: 0;

    text-transform: uppercase;

    font-weight: 600;

}

.cart-totals-box {

    border: 3px solid #efefef;

    padding: 25px 25px;

    margin-left: 10px;

}

thead,

tbody,

tfoot,

tr,

td,

th {

    border-bottom: 1px solid #efefef !important;

}



.table-space h3 {

    font-weight: 500;



    margin-bottom: 0px;



    font-size: 18px;



    line-height: 30px;



    color: #333333;



    font-family: "cereM";

}



.space .row {

    align-items: center;

}



thead,

tbody,

tfoot,

tr,

td,

th {

    border-color: #c2c2c2;



    border-style: solid;



    border-width: 0;

}



th.qty {

    text-align: center;

}



a.remove {

    font-size: 28px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding-top: 0;

    color: #4c5152;

}



.table-space h6 {

    font-weight: 500;

    margin-bottom: 0px;

    font-size: 16px;

    line-height: 30px;

    color: #333333;

    font-family: Montserrat, sans-serif;

}

.add-to-cart-bottom-input ul li button {

    width: 170px;

    height: 50px;

    background: #020266;

    color: #fff;

    text-transform: uppercase;

    font-family: Montserrat, sans-serif;

    font-weight: 500;

}

.add-to-cart-bottom-input ul {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 0;

}



.add-to-cart-bottom-input ul li input {

    border: 2px solid #e6e6e6;

    width: 270px;

    height: 50px;

    padding: 0 20px;

}



/* Cart End */

/*Blog Start*/

.what-we-do-sec.chg {
    background-image: inherit;
    width: inherit;
    height: inherit;
}

/*Blog End*/

/*blog details start*/

section.blogs-details {
    padding: 90px 0;
}
.postss ul li img {
    width: 240px;
    height: 100px;
}



.blogs-img-text ul li i {
    color: #020266;
    font-size: 20px;
    margin-right: 10px;
}


.addre h6 {
    text-align: center;
    padding: 10px 0px;
    color: #000;
    border-top: 1px solid;
    margin-bottom: 0;
    margin-top: 20px;
}

.blogs-img-text ul {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 20px;
    margin-bottom: 15px;
}

.blogs-img-text h5 {
    font-weight: 600;
    font-size: 25pt;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 0px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 0;
}

.blogs-img-text p {
    line-height: 25px;
}

.search a {
    width: 100px;
    height: 59px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #020266;
    color: #fff !important;
}

.search {
    position: relative;
}

.search input {
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 16px 20px;
}

.blog-categories h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 5px;
    position: relative;
    color: #0b0b0b;
    text-transform: uppercase;
}

.blog-categories h4:before {
    height: 1px;
    bottom: 0;
}

.blog-categories a {
    display: block;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding: 8px 0;
    border-bottom: 1px solid #e1e1e1;
}

.blog-categories p {
    font-family: 'Poppins';
    font-weight: 500;
    color: #646464;
    font-size: 14px;
}

.postss {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}

.postss i {
    color: #020266;
    font-size: 18px;
    margin-right: 10px;
}
.postss h6 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #020266;
    margin-bottom: 0;
    margin-top: 4%;
}

.blog-categories {
    padding: 0 25px;
}

.blogs-img-text img {
    width: 100%;
}

.postss p {
    font-family: 'Saira';
    font-weight: 600;
    color: #717171;
    font-size: 17px;
}

.postss ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.postss ul li p {
    margin-bottom: 0;
}

.blogs-img-text ul li {
    font-weight: 500;
    color: #000;
}


/*blog details end*/



html {



    overflow-x: hidden;

}



@keyframes kenburns-top {

  0% {

    -webkit-transform: scale(1) translateY(0);

            transform: scale(1) translateY(0);

    -webkit-transform-origin: 50% 16%;

            transform-origin: 50% 16%;

  }

  100% {

    -webkit-transform: scale(1.25) translateY(-15px);

            transform: scale(1.25) translateY(-15px);

    -webkit-transform-origin: top;

            transform-origin: top;

  }

}