@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900";

body {
    font-family: 'Poppins', sans-serif;
    background: #000;
}

html {
    scroll-behavior: smooth
}

.btn:focus {
    box-shadow: none;
}

.w-65 {
    width: 65%;
}

.mar-60 {
    padding-top: 60px;
}

/* a.menuHead.activeMenu{
    color: #F1AC1C !important;
} */
p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    /* color: rgba(36, 36, 35, 0.8); */
    color: #FFFFFF;
}

.roboto {
    font-family: 'Roboto', sans-serif !important;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #F1AC1C;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #eea405;
}

.navbar {
    padding: 15px 10px;
    background: #F8F8F8;
    border: none;
    border-radius: 0;
    position: fixed;
    width: 100%;
    height: 86px;
    z-index: 99;
    /* margin-bottom: 10px; */
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
    /* position: fixed;
    width: 100%; */
}

.primary {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    columns: #ffff;
}

.vertical {
    width: 969px;
    height: 0.8px;
    top: 193px;
    left: 366px;
    gap: 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    background-color: #5c5c5c;

}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.logo {
    padding-left: 35px;
    width: 27%;
    margin-left: 24px;

}

.wrapper {
    display: flex;
    width: 100%;
    padding-top: 70px;
    align-items: stretch;
}

#sidebar {
    width: 330px;
    /* max-width: 400px; */
    /* margin-top: 60px; */
    /* margin-right: 3rem; */
    padding-left: 70px;
    background: #151515;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 40px 14px 20px 0;
    position: fixed;
    overflow: auto;
    height: 90vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-bottom: 0;
    top: 70px;
    bottom: 0;
    overflow-x: hidden;
    /* padding-top: 2.5rem; */
}

/* .menuhead1{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.menuHead {
    position: relative;
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-size: 15.02px;
    font-weight: 500;
    line-height: 22.52px;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 10px 0;

}

.menuHead span {
    font-family: Poppins;
    font-size: 15.02px;
    font-weight: 400;

}

.menuHead img {
    width: 28px;
    margin-right: 4px;
    height: auto;
}

#sidebar ul p {
    color: #fff;
    padding: 0;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    margin-top: 1rem;
}

.overlayMenu {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 40px;
    top: 0;
}

#sidebar ul li a.overlayMenu.active {
    color: #F1AC1C;
    opacity: 1;
}

#sidebar ul li a.menuHead.active {
    color: #F1AC1C;
    opacity: 1;
}
#sidebar ul li a.menuHead.active .whiteLogo{
 display: none;
}
.activeLogo{
    display: none;
}
#sidebar ul li a.menuHead.active .activeLogo{
    display: block;
}
#sidebar ul li a {
    padding: 9px 0;
    text-transform: capitalize;
    display: block;
    color: #D7D7D7;
    font-family: Poppins;
    font-size: 15.02px;
    font-weight: 500;
    line-height: 22.52px;
    letter-spacing: 0.01em;


}

#sidebar ul li a:hover {
    color: #F1AC1C;
    /* opacity: 1; */
}

#sidebar li.leftSpace.dropdown.show .menuHead {
    color: #F1AC1C;
}

a[aria-expanded="true"] {
    color: #575757;
    font-weight: 500;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.dropdown-item {
    padding: 0
}

.dropdown-toggle::after {
    display: none
}

.dropdown-toggle[aria-expanded=false] .icon_roted {
    transform: rotate(0)
}

.sidebar ul li a.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffad2f;
    background: 0 0
}

.sidebar ul li a .showYellow,
a .showYellow {
    display: none
}

.sidebar ul li a.active .showYellow,
a.active .showYellow {
    display: inline-block
}

.sidebar ul li a.active .showWhite,
a.active .showWhite {
    display: none
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all .3s;
    padding-bottom: 3rem;

}

.dropdown-container,
.dropdown-menu {
    display: none;
    padding-left: 8px;
    border-left: 1px solid #252525;
    background: 0 0;
    display: block;
    transform: none !important;
    position: static !important;
    float: none;
    transition: all .5s ease-in-out;
}



a[aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
}

.dropdown-btn .fa-angle-down {
    position: absolute;
    display: inline-block;
    right: 30px;
    font-size: 22px;
    /* top: 0; */
    transition: all .5s ease-in-out;
}

.dropdown-menu {
    display: none;
}

.show>.dropdown-menu {
    display: block
}

.sidebar ul li .dropdown-container a,
.sidebar ul li .dropdown-menu a {
    font-size: 12px
}

a.dropdown-btn span i {
    position: absolute;
    right: 30px;
    font-size: 22px;
    top: 0;
    transition: all .5s ease-in-out
}

.show>a.dropdown-btn span i {
    transform: rotate(180deg)
}

.sidebar ul li .dropdown-container div,
.sidebar ul li .dropdown-menu div {
    padding: 12px 8px 11px 25px;
    text-decoration: none;
    display: block;
    border: none;
    background: 0 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    color: #b2b2b2;
    font-size: 12px;
    outline: none;
    line-height: 100%
}



.list-unstyled {
    list-style: disc;
    color: #FFFFFF;
}

#sidebar li .list-unstyled {
    padding: 0;
    padding-left: 35px;
    border: 0;

}

#sidebar li .list-unstyled li a {
    font-size: 14px !important;
    /* padding-left: 20px !important;   */
    opacity: 0.6;
    font-weight: 400;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 1000px;
    padding: 56px 36px 10px;
    min-height: 100vh;
    transition: all 0.3s;
    background: #000;
    /* padding-right: 9rem; */
    /* margin-bottom: 3rem; */
    color: #FFFFFF;
    overflow-x: hidden;
}

.mainheading {
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 18px;
    /* text-transform: uppercase; */
    margin-bottom: 30px;
    font-family: poppins;
}

.headlogo {
    color: #F1AC1C;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;

}

.card-1 {
    border: 1px solid #202020;
    background-color: #000;
}

#minimum-size .card {
    border: 1px solid #202020;
    background-color: #000;
    height: 176px;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#minimum-size .card img.w-200 {
    width: 200px;
}

#minimum-size .card img.w-98 {
    width: 98px;
}

#minimum-size .card img.w-177 {
    width: 177px;
}

#minimum-size .card img.w-134 {
    width: 134px;
}

.card.card-8 {
    border: 1px solid #202020;
    background-color: #000;
}

.icon-btn {
    background: #151515;
    border: 1px solid #202020
}

.btn-1 {
    color: #5C5C5C;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

}

/* .numbertype {
    margin: 0 50px;
} */

.numbers {
    position: relative;
}

.numbers::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 30px;
    background-image: url(../images/linebg.png);
    left: 88px;
    background-repeat: no-repeat;
}

.numberstyle span {
    margin: 7px 11px 0;
    width: 24px;
}

#safe-area .card {
    background-color: #000;
    padding: 25px 50px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #322E2F;
    border-radius: 8px;
}

#color .card {
    margin-bottom: 20px;
    border-radius: 8px;
}

/* @media screen and (max-width:480px) {
    .secondcard {
        padding: 0 !important;
        margin-top: 20px;
    }
} */

.row-sm {
    width: 70%;
}

.paragraphlist {
    padding-left: 15px;
}

.paragraphlist p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}

.textbold {
    font-weight: 600;

}

.mainheading-1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
    color: #F1AC1C;
    text-align: left;

}

.primary-button {
    color: #FFB000;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    background-color: #674500;
    border-radius: 8px;
    text-align: center;
    padding: 1px;
    margin-left: 10px; 
}

.popinsText {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
}

.mulishText {
    font-family: "Mulish", sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding-left: 2px;
}

.mulish-button {
    color: #FFB000;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    background-color: #674500;
    border-radius: 8px;
    text-align: center;
    padding: 1px;
    margin-left: 10px; 
    padding: 2px 13px;

}

img {
    width: 100%;
}

a.buttonlink p {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#brand-visual .buttonlink .btn-1 {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #5C5C5C;

}

.buttonlink img {
    width: 12px;
    margin-left: 6px;
}

.fonts {
    align-items: center;

}

.virtical-1 {
    width: 969px;
    height: 0.8px;
    top: 193px;
    left: 366px;
    gap: 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    border: 1px solid #363636
}

.fontvarient {
    position: absolute;
    bottom: 24px;
    left: 14px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;

}

.fontvarient .font-light {
    font-weight: 400;
}

.fontvarient span {
    margin-left: 8px;
}

.card-3 {
    /* background-color: linear-gradient(90deg, #FFF000 0%, #FF8500 100%) !important; */
    background: linear-gradient(90deg, #FFF000 0%, #FF8500 100%);

    max-width: 290px;
    height: 180px;
}

.card-4 {
    background: #FFAD2F;

    max-width: 290px;
    height: 180px;

}

.card-5 {
    background: #71A00D;
    max-width: 290px;
    height: 180px;


}

.card-6 {
    max-width: 290px;
    height: 180px;
    border: 1px solid #5F5F5F;
    background-color: #000;


}

.card-7 {
    max-width: 290px;
    height: 180px;
    background: #FFFFFF;

}

.typography {
    align-items: flex-end;

}

.typography p {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.59px;
    text-align: left;
}

#content ul li {
    color: rgba(36, 36, 35, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#content ul li b {
    font-weight: 600;
}

.imgDownload {
    position: relative;
    display: table;
    margin-top: 25px;
    margin-bottom: 25px;
}

.imgDownload .downloadIcon {
    display: none;
}

.imgDownload:hover .downloadIcon {
    display: block;
    position: absolute;
    right: 10px;
    top: 24px;
}

.numberstyle span {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 500;

}

.fontstyle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.typography .fontstyle>span {

    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;

}

.logoSize {
    padding: 21px 60px;
    width: 66.5%;
}

.logoSize.imgDownload:hover .downloadIcon {
    right: 30px;
    top: 13px;
}

.headText {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.headtexcolor {
    color: #F1AC1C;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    /* padding-top: 20px; */
    line-height: 18px;
}

.copyright {
    width: 14.63px;
    height: 14.63px;
    top: 1.69px;


}

.footerparagraph {
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    padding: 30px;
    justify-content: center;
    place-items: center;


}

.footer {
    width: 100%;
    height: 86px;
    background: #151515;


}

h1 {
    font-size: 55px;
    font-weight: 300;
}

.num {
    position: relative;
    padding-left: 1.8em;
}

.num p {
    margin-left: 10px;
}

.num::before {
    border-radius: 20px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    content: "1";
    left: 0;
    line-height: 1.6667em;
    position: absolute;
    text-align: center;
    top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 1.6667em;
    z-index: 1;
}

.num:nth-child(2):before {
    border-radius: 20px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    content: "2";
    left: 0;
    line-height: 1.6667em;
    position: absolute;
    text-align: center;
    top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 1.6667em;
    z-index: 1;
}

.pager-list {
    margin: 4rem 0 2rem;
    height: 80px;
    padding: 0;
}

li.pager-item.next-item {
    border-left: 1px solid #eaebeb;
    padding-left: 20px;
    text-align: left;
}

li.pager-item.prev-item {
    padding-right: 20px;
    text-align: right;
}

li.pager-item {
    box-sizing: border-box;
    display: block;
    float: left;
    overflow: hidden;
    padding: 10px 0;
    width: 50%;
}

.pager-btn-wrapper {
    align-items: center;
    color: rgba(0, 0, 0, .25);
    display: flex;
    font-size: 32px;
    justify-content: flex-start;
    line-height: 1;
    min-width: 25px;
    margin-right: 15px;
    width: 25px;
}

.prev-item .pager-btn-wrapper {
    justify-content: flex-end;
    margin-left: 15px;
    margin-right: 0;
}

h4.pager-category-title {
    color: #F1AC1C;
    font-size: 15px;
    padding: 0 0 5px;
    margin-bottom: 0;
}

.pager-item-link {
    display: flex;
    justify-content: flex-start;
}

.prev-item .pager-item-link {
    justify-content: flex-end;
}

.colorBox {
    box-sizing: border-box;
    margin-top: 1.75rem;
    text-align: left;
    background: #fff;
    width: 164px;
    height: 164px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.black {
    background: #000;
}

.yellow {
    background: #F1AC1C;
}

.colorText {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.011em;
    margin-top: 4px;
    padding-bottom: 50px;
}

#brand-colours p {
    margin-bottom: 0;
}

.w164 {
    width: 164px;
}

.colorCode {
    width: 235px;
    height: 64px;
    letter-spacing: -0.011em;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.colorName {
    padding: 0 7px;
    margin: 0;
    font-size: 14px;
    color: #565454;
    padding-bottom: 4px;
    font-weight: 700;
    line-height: 1.5;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.color-preview {
    width: 100%;
    height: 80px;
    background: #604800;
    margin: 0 0 15px;
}

.colorValue {
    font-size: 12px;
    letter-spacing: .3px;
    max-width: 100%;
    padding: 0 9px;
    line-height: 18px;
}

.colorValue span:first-child {
    font-size: 11px;
    margin: 0;
    min-width: 50px;
    padding: 0;
    color: rgba(0, 0, 0, .4);
    text-transform: uppercase;
    display: inline-block;
}

.meta h4 {
    word-wrap: break-word;
    color: #1C61F1;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.meta span {
    color: #1C61F1;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
}

.zipBox {
    padding: 12px;
    margin: 1rem 0 0;
    /* display: flex;
    width: 280px; */
    background: rgba(28, 97, 241, 0.05);
    border-radius: 5px;
    width: auto;
    display: inline-flex;
}

.zipBox img {
    width: 36px;
    margin-right: 15px;
}

.longImg {
    width: 1500px;
}

#masterLogo p span,
#logo-variation p span {
    /* font-weight: 400;
    color: rgba(36, 36, 35, 0.6); */
    /* font-size: 12px;
    line-height: 18px; */
}

.nameFont {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(36, 36, 35, 0.8);
}

.boldFont {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: rgba(36, 36, 35, 0.8);
}

.logoDetails {
    margin-top: 2rem;
    padding-left: 1px;
}

#arabic-version ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(36, 36, 35, 0.8);
}

.sizes p span {
    font-weight: 600;
    color: #1C61F1;
}

.imageBorder {
    border: 0.5px solid #1C61F1;
    height: 10px;
    border-top: 0;
    width: 180px;
    margin-top: 3px;
    margin-bottom: 1rem;
}

.imageBorder2 {
    border: 0.5px solid #1C61F1;
    height: 10px;
    border-top: 0;
    width: 75px;
    margin-top: 3px;
    margin-bottom: 1rem;
}

.imageBorder3 {
    border: 0.5px solid #1C61F1;
    height: 10px;
    border-top: 0;
    width: 180px;
    margin-top: 3px;
    margin-bottom: 1rem;
}

.imageBorder-100 {
    border: 0.5px solid #1C61F1;
    height: 10px;
    border-top: 0;
    width: 100px;
    margin-top: 3px;
    margin-bottom: 1rem;
}

.logoWth {
    width: 48%;
}

p.partnerType {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 0;
}

.imagery img {
    width: 100%;
    transition: all .5s;
}

.imagery img:hover {
    transform: scale(1.2);
}

.overflow-hidden {
    margin-top: 15px;
    overflow: hidden;
}

.font-head {
    font-size: 12px;
    line-height: 18px;
    color: rgba(36, 36, 35, 0.6);
    margin-bottom: 0;
    margin-top: 2rem;
}

.fontWeight {
    font-weight: 300;
}

.fontWeight400 {
    font-weight: 400;
}

.fontWeight500 {
    font-weight: 500;
}

.fontWeight600 {
    font-weight: 600;
}

.fontWeight700 {
    font-weight: 700;
}

.fontWeight800 {
    font-weight: 800;
}

.fontSize {
    font-size: 64px;
    line-height: 60px;
    padding-right: 2rem;
    color: #000000;
}

.smallText {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    color: #000000;
}

#illustration-patterns img {
    width: 100%;
    margin-top: 20px;
}

.downloadText {
    color: rgba(26, 26, 26, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.withoutTag {
    padding: 6px;
    width: 58%;

}

.withoutTag.imgDownload:hover .downloadIcon {
    right: 12px;
    top: 12px;
}

.d-img {
    width: 21%;
}

.grid-img {
    width: 90%;
}

.cmykData {
    text-align: right;
}

.page-sections,
.page-section {
    margin: 0 auto
}

.page-section,
.page-section-head {
    margin: calc(1rem * 2) 0
}

.page-section>*+*,
.page-section-head>*+* {
    margin-top: calc(1rem * 1.5)
}


.section-title {
    outline: none
}

.section-title:before {
    content: "";
    display: block;
    visibility: hidden;
    pointer-events: none;
    margin-top: calc(102 * -1px);
    height: calc(102 * 1px)
}

.dropdown-btn .fa-angle-down {
    display: none;
}

.incorrectLogo .card {
    border: 1px solid #202020;
    background-color: #000;
    padding: 39px 70px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
}

.incorrectLogo .card {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #BFBFBF;

}

.alphabets img {
    width: 126px;
    height: auto;

}

#brand-visual .card-8 img {
    width: 250px;
}

#sidebar li .list-unstyled li .dropdown-item {
    padding: 4px 0;
}

#sidebar li .list-unstyled li .dropdown-item.active,
#sidebar li .list-unstyled li .dropdown-item:active {
    background: transparent;
    color: #fff;
    opacity: 1;
}
.homeBtn button {
    border: 1px solid #FFFFFF;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    background: #151515;
    border-radius: 8px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}
.homeBtn button img {
    width: 22px;
    margin-right: 8px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 1020px) {
    button#sidebarCollapse {
        display: none;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    .logo {
        padding-left: 4px;
        width: 15.3%;
    }

}
@media (max-width: 1025px){
    .numberstyle span{
        width: 18px;
        font-size: 15px;
    }
    .fontstyle {
        font-size: 15px;
    }
    .primary-button{
        font-size: 12px;
    }
    .mulish-button{
        font-size: 12px;
        padding: 2px 13px;
    }
    .mulishText, .popinsText{
        font-size: 19px;
    }
    .alphabets img {
        width: 120px;
    }
}
@media screen and (max-width: 1025px) and (min-width: 700px) {
    .footerparagraph { 
        font-size: 14px;
    }    
    .logo {
        padding-left: 2px; 
    }

    #content {
        /* width: 645px; */
        padding: 56px 30px 10px;
    }

    #sidebar {
        padding-left: 22px;
        width: 310px;
    }

    #content ul li,
    p {
        font-size: 13px;
    }

    .smallText {
        font-size: 10px;
        line-height: 12px;
    }

    .w-75 {
        width: 100% !important;
    }

    .borderLine {
        margin: 70px 0;
    }

    .fontSize {
        font-size: 40px;
        padding-right: 1rem;
    }

    .font-head {
        font-size: 11px;
    }
}

@media (max-width: 900px) {
    .navbar-expand-lg .mobStyle {
        display: flex;
        justify-content: space-between !important;
    }
    .homeBtn button span{
        display: none;
    }    
    .homeBtn button img {
        width: 28px;
        margin-right: 0;
    }

    .homeBtn button {
        border: 0;
        padding: 0;
    }
    .mobWth{
        text-align: center;
        width: 60%;
    }
    .logo {
        padding-left: 0;
        margin: auto;
    }

    #content {
        width: 100%;
        padding: 56px 50px 10px;
    }

    #sidebar ul.components {
        height: 95vh;
    }

    #sidebar {
        width: 345px;
        margin-left: -345px;
        left: 0;
        z-index: 9;
        position: fixed;
        padding-left: 22px;
    }

    #sidebar.active {
        margin-left: 0;

    }

    #sidebarCollapse {
        background: transparent;
        padding: 0 12px;
        font-size: 26px;
        color: #fff;
    }

    #sidebarCollapse span {
        display: none;
    }
    
}

@media screen and (max-width: 900px) and (min-width: 600px){
    .card-7,
    .card-6,
    .card-5,
    .card-4,
    .card-3 {
      height: 160px;
    }
    .numberstyle span{
        width: 16px;
        font-size: 15px;
    }
    .incorrectLogo .card { 
        padding: 39px 50px; 
        width: 200px;
    }
    .alphabets img {
        width: 110px; 
    }
    .fontstyle {
        font-size: 14px;    
    }
    .mulish-button, .primary-button{
        font-size: 12px;        
    padding: 2px 6px;
    }
    .mulishText, .popinsText { 
        font-size: 20px;
    }    
    .typography p { 
        font-size: 14px;
    }
}

@media (max-width: 500px) {

    .navbar {
        padding: 3px 10px 15px;
    }

    .mainheading {
        margin-bottom: 18px;
    } 
    .logo {
        text-align: center;
        width: 45%;
        margin-right: 36%;
        margin: auto;
    }
   

    .card-7,
    .card-6,
    .card-5,
    .card-4,
    .card-3 {
        max-width: 100%;
    }

    .vertical {
        width: 100%;
    }

    .mar-60 {
        padding-top: 40px;
    }

    .typography p {
        font-size: 12px;
    }

    .popinsText, .mulishText {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;

    }
    #sidebar {
        padding-left: 22px;
    }

    #sidebar ul li a {
        padding: 10px 0;
    }

    #sidebar li .list-unstyled li a {
        font-size: 12px !important;
        padding: 5px 0;
    }

    #sidebar ul p {
        font-size: 16px;
    }

    .w164 p:nth-child(2) {
        width: 50%;
    }

    .cmykData p:nth-child(2) {
        width: auto;
    }

    .cmykData {
        display: flex;
        width: 50%;
    }

    .cmykData p {
        padding-right: 4px;
    }

    .colorBox {
        width: 150px;
        height: 150px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .w-75 {
        width: 100% !important;
    }

    .mob-w-94 {
        width: 94%;
        padding-bottom: 10px;
    }

    .mob-w-75 {
        width: 75%;
        padding-top: 25px;
        padding-bottom: 10px
    }

    .mob-w-86 {
        width: 86%;
        padding-top: 25px;
        padding-bottom: 6px
    }

    .logoSize {
        padding: 21px 35px;
        width: 100%;
    }

    .footerparagraph {
        font-size: 12px;
    }

    p,
    #content ul li {
        font-size: 12px;
    }

    #minimum-size .card {
        margin-top: 20px;
    }

    #minimum-size .row-sm {
        width: 100%;
    }

    .card.card-2 {
        margin-top: 1.5rem;
    }

    .incorrectLogo .card {
        width: 100%;
    }

    #safe-area .card {
        margin-bottom: 20px;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        justify-content: start;
    }
    .line {
        margin: 25px 0;
    }

    .boldFont {
        font-size: 10px;
        line-height: 13px;
    }

    .nameFont {
        font-size: 12px;
        line-height: normal;
    }

    #content {
        padding: 22px;
        width: 100%;
    }

    .fontstyle {
        font-size: 15px;
        line-height: 21px;
    }


    .numberstyle span {
        margin: 19px 11px 0;
        width: 24px;
        font-size: 14px;
        line-height: 17.57px;
    }

    .a-p {
        font-size: 13px;

    }

    ul {
        padding-left: 20px;
    }

    .borderLine {
        margin: 40px 0;
    }

    .meta h4 {
        font-size: 12px;
    }

    .withoutTag {
        width: 100%;
        margin-top: 6px;
        margin-bottom: 10px;
    }

    .w-65 {
        width: 100%;
    }

    .w164 {
        width: 100%;
        padding-bottom: 4px;
    }

    #typography .smallText {
        display: none;
    }

    #illustrations-patterns img {
        height: 300px;
    }

    .headText {
        font-size: 14px;
    }

    #content h1 {
        font-size: 16px;
    }

    #brand-colours .line {
        display: none;
    }

    .colorText {
        font-size: 14px;
        padding-bottom: 33px;
        margin-top: 0;
    }

    #sidebar ul li .overlayMenu {
        display: none;
    }

    .paragraphlist {
        padding-right: 0;
    }
}

@media (max-width: 415px) {
  
    
    .fontstyle {
        font-size: 13px;
    }
    .numberstyle span { 
        width: 19px;
        font-size: 13px;
    }
    .mulish-button { 
        font-size: 13px;
    }
    .primary-button { 
        font-size: 13px;
    }
    .alphabets img {
        width: 110px;
    }
    .colorBox {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 415px) {
  
    .fontstyle {
        font-size: 14px;
    }
    .numberstyle span { 
        width: 18px;
        font-size: 14px;
    }
}