.roundedarea {
    background-image: url(../images/banner-telegram.png);
    background-color: #f7f4f4;
}

.border-rounded-radius{
    border-bottom-left-radius: 200%;
    border-bottom-right-radius: 200%;
}

@media only screen and (max-width: 767px) {
    .border-rounded-radius{
        border-bottom-left-radius: 0%;
        border-bottom-right-radius: 0%;
    }
}

.arrow.banner {
    width: 20%;
    position: absolute;
    bottom: -3%;
    right: 44%;
    rotate: 12deg;
}

.arrow.banner.contact {
    width: 20%;
    /* bottom: -126%; */
    bottom: -60%;
    /* right: 30%; */
    right: 40%;
    rotate: 249deg;
}

.pgheader {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

h2.headerTxtBig {
    font-size: 300%;
    font-weight: 700;
    width: 60%;
    line-height: 1.1;
    text-align: left;
}

p.headerTxt {
    width: 56%;
    font-size: 150%;
    line-height: 1.2;
    text-align: left;
}

.sectionHead {
    font-size: 150%;
    line-height: 1;
    padding-block: 6vh;
    width: 100%;
}

.sectionHeadTop {
    font-size: 200%;
    font-weight: 700;
    color: #000;
}

.sectionHeadTop a[href^="mailto:"] {
    color: rgba(247, 25, 21);
    text-decoration: none;
    transition: text-decoration-color 300ms;
}

.sectionHeadTop a:hover[href^="mailto:"] {
    text-decoration: underline;
    text-decoration-color: rgba(247, 25, 21, 1);
}

.sectionEmail {
    /* position: absolute; */
}

.sectionEmail img {
    width: 100%;
}


.boxWhite {
    background-color: #fff;
    border-radius: 1vh;
    box-shadow: rgb(0 0 0 / 6%) -1px 3px 16px 5px;
    position: relative;
    padding: 1.5vh 1.5vh 1.5vh 3.5vw;
    line-height: 1.2;
    margin-bottom: 2vh;
    font-size: 120%;
}

.boxWhite h3 {
    margin-bottom: 0;
    font-weight: 600;
}

.boxWhite.one h3 {
    color: #40539e;
}

.boxWhite.two h3 {
    color: #21ae53;
}

.boxWhite.three h3 {
    color: #592fbd;
}


.boxWhite::before {
    content: "";
    position: absolute;
    display: block;
    height: 3vh;
    aspect-ratio: 1 / 1;
    border-radius: 50vh;
    left: 0.8vw;
    top: 20%;
}

.boxWhite.one::before {
    background-color: #e4f6ff;
}

.boxWhite.two::before {
    background-color: #e4ffeb;
}


.boxWhite.three::before {
    background-color: #ece4ff;
}


.txtPercentage {
    border-left: 1px solid #b3b3b3;
    position: relative;
}

.txtPercentage::before {
    width: 1px;
    background-color: #f71915;
    content: "";
    position: absolute;
    top: 0vh;
    left: -1px;
    display: block;
    height: 5vh;
}

.txtPercentage span {
    font-size: 300%;
    font-weight: 400;
    color: #f71915;
}

.txtPercentage span sup {
    font-size: 60%;
    font-weight: 300;
}

.cardHead {
    font-size: 180%;
    font-weight: 700;
    padding-bottom: 2vh;
}

.contactForm {
    width: 20vw;
    height: 64vh;
    z-index: 99999;
    position: absolute;
    right: 17%;
    top: 10vh;
    background-color: #ffecc2;
    border-radius: 2vh 2vh 8vh 2vh;
    padding: 1vh 0.8vw;
    box-shadow: rgb(91 83 137 / 14%) 0px 8px 16px 5px;
}

/* SECTION ONE */
.cardSection.one,
.cardSection.two,
.cardSection.three {
    background-color: #fff;
    border-radius: 3vh;
    box-shadow: rgb(17 17 26 / 5%) 0px 4px 56px, rgba(17 17 26 / 5%) 0px 8px 56px, rgba(17 17 26 / 5%) 0px 16px 56px;
    padding: 2vh;
    line-height: 1.2;
    position: relative;
}

.cardSection.one::after,
.cardSection.two::after,
.cardSection.three::after {
    content: "";
    position: absolute;
    width: 4vh;
    aspect-ratio: 1 / 1;
    background-color: #fff2e4;
    top: 3%;
    right: 5%;
    border-radius: 50vh;
    z-index: 1;
}

.cardSection.two::after {
    background-color: #e4f6ff;
}

.cardSection.three::after {
    background-color: #e4ffeb;
}

.cardImg {
    background-color: transparent;
}

.cardImg img {
    border-radius: 2vh;
    width: 100%;
}

.sectionHead {
    font-size: 150%;
    line-height: 1;
    padding-block: 6vh;
    width: 100%;
}

.sectionHeadTop {
    font-size: 200%;
    font-weight: 700;
}

.cardSubhead {
    font-size: 150%;
    display: block;
    padding-block: 1.5vh;
    position: relative;
    z-index: 2;
}

.cardSubhead.orange {
    color: #ff5a00;
}

.cardSubhead.blue {
    color: #40539e;
}

.cardSubhead.green {
    color: #21ae53;
}

.cardHead {
    font-size: 180%;
    font-weight: 700;
    padding-bottom: 2vh;
}

/* END SECTION ONE */


/* SECTION TWO */
.aboutSubhead {
    font-weight: 700;
}

.addressList {
    font-weight: 600;
    margin-left: 0;
    padding-left: 0;
}

.addressList li {
    list-style: none;
    padding-bottom: 1vh;
}

.addressList li img {
    vertical-align: middle;
    margin-right: 5px;
    width: 6%;
}

.vMiddle {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.socialContact {
    box-shadow: rgb(91 83 137 / 14%) 0px 8px 16px 5px;
    background-color: #fff;
    width: 3vw;
    padding: 0.5vw;
    border-radius: 50vh;
    position: absolute;
    left: -2%;
    top: 50%;
    transform: translateY(-50%);
}

.socialContact a {
    margin-bottom: 1vh;
    display: inline-block;
}

.socialContact a:last-child {
    margin-bottom: 0;
}

.socialContact a img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(94%) saturate(4993%) hue-rotate(356deg) brightness(112%) contrast(93%);
}

.arrow.banner.social {
    width: 47%;
    bottom: 35%;
    right: 110%;
    rotate: 6deg;
}

/* END SECTION ONE */



/* SECTION THREE */
section.three {
    background: #e7f1fe url(../images/bg-white-circles.png) no-repeat 94% 50%;
    margin-bottom: 10vh;
}

.w-40 {
    width: 30%;
}

.clientslogo {
    padding-left: 10%;
    width: 70%;
}

.trustBox {
    border-radius: 1vh;
    border: 1px dashed #3e519a;
    padding: 2vh 1.5vw;
    line-height: 1.2;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    background-color: #fff;
}


.trustBox::after {
    content: "";
    display: block;
    position: absolute;
    width: 22%;
    height: 17vh;
    background: #f2feff;
    border-radius: 4vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    clip-path: polygon(0 0, 100% 0, 67% 100%, 32% 100%);
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

.trustBox::before {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 50%;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-top-color: #32557f;
    border-bottom: 0;
    margin-left: -13px;
    margin-bottom: -13px;

}

.trustBox sup {
    font-size: 16px;
}

.trustBox>div {
    width: calc(100% / 3);
}

.trustBox>div:last-child {
    padding-left: 10%;
}

.trustBox div span:first-child {
    font-size: 200%;
    color: #f71915;
    font-weight: 600;
    padding-right: 0.8vw;
    margin-right: 0.5vw;
    border-right: 1px solid #ededed;
}

.trustBox div span:first-child.noBdr {
    border-right: none;
}

.trustBox div span:first-child i {
    font-weight: normal;
    font-size: 60%;
    font-style: normal;
}

/* END SECTION THREE */

/* SECTION FIVE */

section.five {
    position: relative;
    /*background: #e8f2ff;
     border-radius: 30% 30% 20% / 15% 15% 20%; */
    margin-top: 10vh;
    padding-bottom: 10vh;
}

.sectorBox.one {
    background-color: #fff;
    border-radius: 3vh;
    box-shadow: rgb(17 17 26 / 5%) 0px 4px 56px, rgba(17 17 26 / 5%) 0px 8px 56px, rgba(17 17 26 / 5%) 0px 16px 56px;
    /* padding: 2vh; */
    line-height: 1.2;
    position: relative;
    min-height: 58vh;
}

.sectorBoxImg {
    position: static;
    top: -13%;
    width: 100%;
}

.sectorBox h3 {
    font-size: 150%;
    font-weight: 600;
}

.sectorBoxImg img:nth-child(1) {
    width: 90%;
    display: block;
    border-radius: 3vh;
}

.sectorBoxImg img:nth-child(2) {
    width: 100%;
    display: none;
}

.sectorBoxContent {
    padding: 1vh 2vh 2vh 2vh;
    position: relative;
    /* top: -4.5em; */
    text-align: left;
}

.sectorSubhead {
    font-size: 180%;
    display: block;
    padding-top: 1.5vh;
    position: relative;
    z-index: 2;
}

.sectorBoxContent h3 {
    font-size: 130%;
    font-weight: 600;
}

.csSolution,
.csresult {
    padding: 2vh;
    background-color: #ebe28496;
    border-radius: 10px;
    margin-block: 2vh;
}

.csSolution ul li {
    list-style: decimal;

}

.csSolution li {
    padding-block: 0.5vh;
}

.csSolution h3 {
    color: #ff7800;
}

.csresult {
    background-color: #9ceb846b;
}

.csresult h3 {
    color: #118f1c;
}

.sectorSubhead.red {
    color: #f71915;
}

.mt-10vh {
    margin-top: 10vh;
}

/* END SECTION FIVE */

/* SECTION EIGHT */

section.eight {
    margin-top: vh;
    margin-bottom: 10vh;
}

.w-70 {
    width: 60%;
}

.w-80 {
    width: 80%;
}

/* TIMELINE */


.margintopPotion {
    margin-top: 18vh;
    height: 46vh;
}

.timelineYear {
    background-color: #f71915;
    padding: 4%;
    color: #fff;
    border-radius: 50%;
    height: 44px;
    aspect-ratio: 1 / 1;
    text-align: center;
    position: relative;
}

.timelineYear span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-style: italic;
    font-size: 120%;
    font-weight: 600;
}

.timelineYear::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 147%;
    border-left: 1px dotted red;
    top: -50%;
    transform: translate(-50%);
}

.timelineYear::after {
    content: "";
    display: block;
    position: absolute;
    right: 26%;
    width: 147%;
    height: 1px;
    border-top: 1px dotted red;
    top: 50%;
    transform: translate(-50%);
}

.timelineYear:first-child:after {
    display: none;
}

.timelineYear:nth-child(2)::before,
.timelineYear:nth-child(4)::before,
.timelineYear:nth-child(6)::before,
.timelineYear:nth-child(8)::before {
    top: 0%;
}

.yrDesc {
    background-color: #fff;
    border-radius: 0.5vh;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 1px 10px #00000014;
    width: 200px;
    min-height: 106px;
    color: #f71915;
    padding: 10%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -140%;
    text-align: left;
}

.yrDesc span {
    top: 50%;
    left: 6%;
    transform: translate(0, -50%);
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-size: 100%;
    font-weight: 400;
}

.yrDesc span b {
    font-style: italic;
}

.yrDesc.even {
    top: 145%;
}

.futureGoal {
    background-color: #f71915;
    border-radius: 0.6vh;
    padding: 1em 2em;
    font-weight: 700;
    font-style: italic;
    font-size: 150%;
    color: #fff;
}

.flag {
    position: absolute;
    top: -72%;
    left: 50%;
    transform: translateX(-50%);
}

/* END TIMELINE */



/* END SECTION EIGHT */




/* SECTION SIX */
.six {
    background-color: #f4f4f4;
    padding-bottom: 10vh;
    margin-top: 10vh;
}

.bg-grey {
    background-color: #f4f4f4 !important;
}

.testimonialClientImg {
    top: -92%;
    left: 10%;

}

.testimonialClientImg img {
    width: 100%;
    border-radius: 1.5vh;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    width: 90%;
}

.testimonalName {
    line-height: 1.1;
    position: relative;
}

.testimonalName::before {
    content: "";
    display: block;
    width: 180px;
    height: 1px;
    background-color: #f71915;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.testimonalName img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonalName span:nth-child(1) {
    color: #f71915;
    font-weight: 500;
    font-size: 1.2em;
}

.testimonalName span {
    font-weight: 400;
    font-size: 0.8em;
}

.colrRed {
    color: #f71915;
}

.clientNav {
    width: 125px;
    height: 25px;
    position: relative;
}

.noPages {
    position: absolute;
    width: 50px;
    bottom: -26px;
    left: 30px;
    margin-bottom: 0;
}

.carousel-inner.testimonials {
    overflow: visible !important;
}

/* END SECTION SIX */

/* SECTION SEVEN */
.seven {
    background-color: #fbf8f0;
    padding-bottom: 10vh;
    position: relative;
}

.boxvv {
    box-shadow: rgb(91 83 137 / 14%) 0px 8px 16px 5px;
    background-color: #fff;
    border-radius: 2vh;
    padding: 1.5vh;
    position: relative;
    line-height: 1.2;
    min-height: 18vh;
}

.boxvvIcon {
    background-color: #f71915;
    border-radius: 50vh;
    padding: 1.5vh;
    height: 6vh;
    display: inline-block;
    aspect-ratio: 1 / 1;
    text-align: center;
    position: absolute;
    left: 6%;
    top: -20%;
}

.boxvvHead {
    display: block;
    font-size: 150%;
    font-weight: 600;
    color: #f71915;
    padding-top: 6%;
}


/* END SECTION SEVEN */



/* SECTION SEVEN TAB */
.sevenTab {
    /* background: #fbf8f0 url(../images/floating-line2.svg) no-repeat 50% 1300%; */
    background-size: 100% 98%;
    margin-top: 10vh;
    padding-bottom: 10vh;
}

.topClientTab {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.nav-pills.topClientTab .nav-link {
    background-color: #ece7da;
    color: #000;
    margin-inline: 0.5vw;
    font-size: 60%;
}

.nav-pills.topClientTab .nav-link.active,
.nav-pills.topClientTab .show>.nav-link {
    background-color: #fee3e3;
    color: #f71915;
}

.clientContent {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    height: max-content;
    padding: 1.5vh 1vw;
    line-height: 1.2;
    border-radius: 2vh;
}

.cardSubHead {
    font-size: 120%;
    font-weight: 700;
    padding-bottom: 2vh;
}

.clientContent .heading,
.rightCWtext .heading {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 0.5vh;
}

.txtPercentage div {
    width: calc(94% / 3);
    border-bottom: 1vh solid #f71915;
    position: relative;
    margin-left: 2%;
}

.txtPercentage div::before {
    width: 4vw;
    background-color: #f71915;
    content: "";
    position: absolute;
    bottom: 0vh;
    left: 0;
    display: block;
    height: 0.6vh;
}

.txtPercentage span {
    font-size: 200%;
    font-weight: 600;
    color: #f71915;
}

.txtPercentage span sup {
    font-size: 60%;
    font-weight: 300;
}

.rightCWtext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

ul.listRedCircle li {
    list-style: circle;
    font-weight: 600;
}

ul.listRedCircle li::marker {
    color: #f71915;
}

.oddEvenCard img {
    width: 100%;
    border-radius: 2vh;
    box-shadow: rgb(91 83 137 / 14%) 0px 8px 16px 5px;
}

.star.two {
    width: 8%;
    position: absolute;
    top: -6%;
    left: -6%;
    box-shadow: none;
    border-radius: 0;
}

.star.two.right {
    right: -7%;
    left: auto;
    top: -8%;
}

img.icon {
    position: absolute;
    box-shadow: none;
    border-radius: 0;
    top: 10%;
}

img.icon.right {
    width: 10%;
    left: auto;
    right: -4%;
}

img.icon.left {
    width: 10%;
    top: 10%;
    left: -6%;
}

/* END SECTION SEVEN TAB */

/* SECTION SPECIAL */
.specialImg {
    width: 100%;
}

.specialImg img {
    /* width: 100%; */
    width: 92%;
}

.boxColor {
    /* background-color: #fff; */
    border-radius: 1vh;
    box-shadow: rgb(0 0 0 / 6%) -1px 0 6px 2px;
    position: relative;
    padding: 1vh 3vw 1vh 1vw;
    line-height: 1.2;
    margin-bottom: 2vh;
    font-size: 120%;
    min-height: 17vh;
}

.boxColor h3 {
    margin-bottom: 0;
    font-weight: 600;
}

.boxColor.one {
    background-color: #f9f2df;
}

.boxColor.two {
    background-color: #dff6f9;
}

.boxColor.three {
    background-color: #f9dff4;
}

.boxColor h3 {
    font-size: 110%;
}

.boxColor::before {
    content: "";
    position: absolute;
    display: block;
    height: 3vh;
    aspect-ratio: 1 / 1;
    border-radius: 50vh;
    right: 1.8vw;
    top: 20%;
    background-color: #0000002d;
}

.multiLine {
    position: absolute;
    top: -9%;
    left: -5%;
    width: 40%;
}

.star.special {
    width: 8%;
    position: absolute;
    top: -7%;
    left: -4%;
    box-shadow: none;
    border-radius: 0;
}

/* END SECTION SPECIAL */



/* SECTION BE A PART */
.two.weHiring {
    /* background: #fbf8f0 url(../images/floating-line2.svg) no-repeat 50% 1300%; */
    background-size: 100% 98%;
    margin-top: 10vh;
    padding-bottom: 10vh;
}

.cardWhy.two {
    background-color: #fff;
    border-radius: 3vh;
    box-shadow: rgb(17 17 26 / 5%) 0px 4px 56px, rgba(17 17 26 / 5%) 0px 8px 56px, rgba(17 17 26 / 5%) 0px 16px 56px;
    padding: 6vh 2vh;
    line-height: 1.2;
    position: relative;
    min-height: 45vh;
}



.logoOutline,
.weareHiring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logoOutline {
    width: 220%;
}

.weareHiring {
    top: 30%;
    z-index: 1;
}

/* ============================================================== 
     # Blog
=================================================================== */
a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-weight: 700;
}

.default-padding{
    padding-top: 120px;
    padding-bottom: 120px;
}

.blog-area .single-item {
    margin-bottom: 30px;
}

.blog-area.blog-standard .item .thumb {
    overflow: hidden;
    position: relative;
}

.blog-area.blog-standard .item .thumb>img {
    transform: scale(1.1) translate(0, 0);
    transition: all 0.35s ease-in-out;
}

.blog-area.blog-standard .item:hover .thumb>img {
    transform: scale(1.3) rotate(10deg);
}

.blog-area.blog-standard .item .thumb .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 1;
    transition: all 0.20s ease-in-out;
}

.blog-area.blog-standard .item .thumb>.cats {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
}

.blog-area .item .btn-animation {
    margin-top: 5px;
}

.blog-area .item .date {
    background: #f35a38;
    color: #ffffff;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 23px;
    font-size: 12px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.blue .blog-area .item .date {
    background: #4628ba;
}

.blog-area.blog-standard .item .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0;
}

.blog-area.blog-standard .item .thumb .overlay ul {
    margin-bottom: -5px;
    color: #ffffff;
}

.blog-area.blog-standard .item .thumb .overlay h4 a {
    font-weight: 700;
    color: #ffffff
}

.blog-area.blog-standard .item .thumb .overlay ul li a {
    color: #ffffff;
    font-weight: 600;
}

.blog-area.blog-standard .item .thumb .overlay .button>a {
    opacity: 0;
    margin-top: 25px;
}

.blog-area.blog-standard .item:hover .thumb .overlay .button>a {
    opacity: 1;
    z-index: 9;
}

.blog-area .blog-items .item h4 {
    line-height: 1.4;
    font-size: 20px;
    color: #000;
}

.blog-area .blog-items .item h4 a {
    color: #232323;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-area .blog-items .item p {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Item Thumb Less */
.blog-area.blog-standard .single-item.thumb-less .item {
    border: 2px solid #e7e7e7;
    padding: 30px;
    box-shadow: inherit;
    border-radius: inherit;
}

.dark-layout .blog-area.blog-standard .single-item.thumb-less .item {
    border: none;
    background: #0D152E;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li a {
    font-weight: 600;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li a:hover {
    color: #f35a38;
}

.blue .blog-area.blog-standard .single-item.thumb-less .item .meta ul li a:hover {
    color: #4628ba;
}

.dark-layout.blue .blog-area.blog-standard .single-item.thumb-less .item .meta ul li a:hover {
    color: #ffffff;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul {
    display: block;
    margin-bottom: 12px;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li::after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "/";
    color: #232323;
}

.blog-area.blog-standard .single-item.thumb-less .item .meta ul li:last-child::after {
    display: none;
}

.blog-area.blog-standard .single-item.thumb-less .item a.btn-simple {
    text-transform: uppercase;
    color: #666666;
}

.blog-area.blog-standard .item .thumb .overlay .button a.btn-simple {
    text-transform: uppercase;
    color: #ffffff;
}

.full-blog .footer-meta {
    margin-bottom: 15px;
}

.blog-area .footer-meta ul li {
    position: relative;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 60px;
    display: flex;
    align-items: center;
}

.blog-area .footer-meta ul li img {
    height: 35px;
    width: 35px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.blog-area .footer-meta ul li:last-child {
    padding-right: 0;
}

.blog-area .footer-meta ul {
    display: flex;
    align-items: center;
}

.blog-area .footer-meta ul li::after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    height: 1px;
    width: 30px;
    background: #dddddd;
}

.blog-area .footer-meta ul li:last-child::after {
    display: none;
}

.blog-area .footer-meta ul li a {
    margin-left: 3px;
    display: inline-block;
    line-height: 1.4;
}

.blog-area .footer-meta ul li a:hover {
    color: #f35a38;
}

.blue .blog-area .footer-meta ul li a:hover {
    color: #4628ba;
}


.dark-layout.blue .blog-area .footer-meta ul li a:hover {
    color: #ffffff;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-area .footer-meta ul li img {
        display: none;
    }
}

/* Blog Regular */

.blog-area .item {
    background: #ffffff;
    /* box-shadow: 0 10px 40px rgb(0 0 0 / 7%); */
    box-shadow: 0 0 10px #cccccc;
    border-radius: 8px;
}

.dark-layout .blog-area .item {
    background: #101c3d;
    box-shadow: inherit;
}

.blog-area .thumb {
    height: 262px;
    position: relative;
    z-index: 1;
}

.blog-area .thumb .date {
    position: absolute;
    left: 30px;
    top: 30px;
}


.blog-area .thumb img {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.blog-area .info {
    padding: 30px;
    /* text-align: center; */
}

.blog-area .info p:last-child {
    margin-bottom: 0;
}

.blog-area .info>a {
    margin-top: 8px;
}

.blog-area .info .meta li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.blog-area .info .meta li i {
    margin-right: 5px;
}

.blog-area .info .meta li a {
    font-weight: 700;
    color: #666666;
}

.blog-area .info .meta li a:hover,
.blog-area .info h4 a:hover {
    color: #f35a38;
}

.blue .blog-area .info .meta li a:hover,
.blue .blog-area .info h4 a:hover {
    color: #4628ba;
}

.dark-layout.blue .blog-area .info .meta li a:hover,
.dark-layout.blue .blog-area .info h4 a:hover {
    color: #ffffff;
}

.blog-area .info .meta {
    margin-bottom: 15px;
}

.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4 {
    transition: all .35s ease-in-out;
    text-decoration: none;
    font-weight: 700;
}

.blog-area .item .info h2,
.blog-area .item .info h3 {
    margin-bottom: 20px;
}

.blog-area .item .info .gallery img {
    margin-bottom: 30px;
}

/* Pagination */
.pagi-area .pagination {
    text-align: center;
    display: block;
    margin-top: 30px;
}

.pagi-area .pagination li.page-item {
    float: none;
    display: inline-block;
}

.pagi-area .pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    margin-top: 5px;
    color: #232323;
    font-weight: 800;
}

.pagi-area .pagination li.active a {
    background: #f35a38;
    border-color: #f35a38;
}

.titleHeading {
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 5px;
    color: #f35a38;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    z-index: 1;
    padding-left: 45px;
}

.titleHeading::after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 30px;
    background: #f35a38;
    content: "";
    margin-top: -1px;
}



/* Rest Blog Css Start */
/* Sidebar */

.blog-area.left-sidebar .blog-content {
    float: right;
  }
  
  .blog-area.left-sidebar .sidebar {
    padding-right: 35px;
  }
  
  .blog-area.right-sidebar .sidebar {
    padding-left: 35px;
  }
  
  .blog-area .sidebar .title {
    display: block;
  }
  
  .blog-area .sidebar .title h4 {
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 15px;
  }
  
  .blog-area .sidebar .title h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    border-bottom: 2px solid #f35a38;
  }
  
  .blog-area .sidebar input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 60px;
  }
  
  .blog-area .sidebar form {
    position: relative;
  }
  
  .blog-area .sidebar button[type="submit"] {
      background: transparent;
      border: medium none;
      color: #232323;
      font-weight: 500;
      letter-spacing: 1px;
      min-height: 50px;
      width: 50px;
      position: absolute;
      right: 5px;
      text-transform: uppercase;
      top: 5px;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      border-radius: inherit;
      font-size: 18px;
      border-left: 1px solid #e7e7e7;
  }
  
  .blog-area .sidebar input[type="submit"]:hover {
    background: #f35a38 none repeat scroll 0 0;
  }
  
  .blog-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
  }
  
  .blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
  }
  
  .blog-area .sidebar .sidebar-item.category .sidebar-info, 
  .blog-area .sidebar .sidebar-item.archives .sidebar-info {
    margin-top: -5px;
  }
  
  .blog-area .sidebar .sidebar-item.category li {
    display: block;
    position: relative;
    margin-top: 13px;
  }
  
  .blog-area .sidebar .sidebar-item.category li a {
      display: flex;
      text-transform: capitalize;
      font-weight: 700;
      color: #666666;
      align-items: center;
      justify-content: space-between;
  }
  
  .blog-area .sidebar .sidebar-item li a:hover {
    color: #f35a38;
  }
  
  .blog-area .sidebar .sidebar-item.category li a span {
      font-size: 12px;
      margin-left: 5px;
      background: #f1f1f1;
      min-width: 40px;
      padding: 3px;
      text-align: center;
      color: #232323;
      border-radius: 30px;
  }
  
  .blog-area .sidebar .sidebar-item.category li:first-child a span {
    top: 0;
  }
  
  .blog-area .sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  
  .blog-area .sidebar .sidebar-item.category li:first-child a::after {
    top: 0;
  }
  
  .blog-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .sidebar-item.recent-post li a {
    color: #232323;
    display: block;
    font-weight: 700;
  }
  
  .sidebar-item.recent-post li a:last-child {
    display: inline-block;
  }
  
  .sidebar-item.recent-post .meta-title {
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
  }
  
  .sidebar-item.recent-post .meta-title i {
    margin-right: 3px;
    font-weight: 500;
  }
  
  .sidebar-item.recent-post li a:hover {
    color: #f35a38;
  }
  
  .sidebar-item.recent-post li a span {
    display: inline-block;
    color: #002359;
  }
  
  .sidebar-item.recent-post li span {
      display: inline-block;
      font-size: 13px;
      color: #999999;
      font-weight: 500;
      text-transform: capitalize;
  }
  
  .sidebar-item.recent-post .meta-title a {
    color: #999999;
  }
  
  .sidebar-item.recent-post li {
    color: #cdd0d3;
  }
  
  .sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  
  .sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
  }
  
  .sidebar-item.recent-post li:last-child {
    margin: 0;
  }
  
  .sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
  }
  
  .sidebar-item.recent-post .thumb img {
    width: 100%;
    border-radius: inherit;
  }
  
  .sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-left: 25px;
    vertical-align: top;
  }
  
  .sidebar-item.recent-post li .info a {
    text-decoration: inherit;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
  }
  
  .blog-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden;
  }
  
  .sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%;
  }
  
  .sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%;
  }
  
  .sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  
  .sidebar-item.archives ul li:last-child {
    margin-bottom: 0;
  }
  
  .sidebar-item.archives ul li a {
    display: inline-block;
    font-weight: 800;
    text-transform: capitalize;
    z-index: 1;
    padding-left: 25px;
    font-size: 14px;
    color: #666666;
  }
  
  .sidebar-item.archives ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    font-weight: 500;
  }
  
  .sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden;
  }
  
  .sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .sidebar-item.social-sidebar li a {
    background: #002359 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    margin-bottom: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
  }
  
  .sidebar-item.social-sidebar li a:hover {
    color: #ffffff !important;
  }
  
  .sidebar-item.social-sidebar li.facebook a {
    background: #3B5998 none repeat scroll 0 0;
  }
  
  .sidebar-item.social-sidebar li.twitter a {
    background: #1DA1F2 none repeat scroll 0 0;
  }
  
  .sidebar-item.social-sidebar li.pinterest a {
    background: #BD081C none repeat scroll 0 0;
  }
  
  .sidebar-item.social-sidebar li.g-plus a {
    background: #DB4437 none repeat scroll 0 0;
  }
  
  .sidebar-item.social-sidebar li.linkedin a {
    background: #0077B5 none repeat scroll 0 0;
  }
  
  .sidebar-item.tags ul {
    margin-top: -8px;
  }
  
  .sidebar-item.tags ul li {
    display: inline-block;
  }
  
  .sidebar-item.tags ul li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 800;
    margin-top: 8px;
    margin-right: 5px;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    color: #666666;
    background: #fafafa;
  }
  
  .sidebar-item.tags ul li a:hover {
    color: #f35a38;
  }
  
  .blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 50px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  
  .blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #f35a38;
    z-index: -1;
    opacity: 0.7;
  }
  
  .blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
    color: #ffffff;
    font-weight: 700;
  }
  
  .blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
    color: #ffffff;
  }
  
  .blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
    display: inline-block;
    color: #ffffff;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    padding: 10px 25px;
    margin-top: 9px;
  }
  
  .blog-area .blog-items.content-less .item .info > a {
    margin-top: 10px;
  }
  
  /* Blog Single */
  .blog-area.single .item .content-box span {
    background: #f35a38 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 20px;
    text-transform: uppercase;
  }
  
  .blog-area.single .item .content-box h2,
  .blog-area.single .item .content-box h3,
  .blog-area.single .item .content-box h4 {
    font-weight: 500;
  }
  
  .blog-area.single .content-box .cats {
    float: left;
    margin-right: 5px;
  }
  
  .blog-area.single .content-box .meta .date {
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  
  .blog-area .blog-items .info > ul li {
    margin-bottom: 5px;
    color: #232323;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    display: block;
  }
  
  .blog-area .blog-items .info > ul {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  
  .blog-area .blog-items .info > ul li::after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    height: 5px;
    width: 5px;
    background: #333333;
    border-radius: 50%;
  }
  
  .blog-area.single .item {
    margin-bottom: 0;
  }
  
  .blog-area .item blockquote {
      position: relative;
      z-index: 1;
      border: none;
      font-size: 20px;
      margin-top: 30px;
      margin-bottom: 30px;
      padding-left: 85px;
      color: #232323;
      font-weight: 500;
      line-height: 32px;
      background: #ecf6fa;
      padding: 50px;
      font-family: 'Quicksand', sans-serif;
  }
  
  .blog-area .item blockquote cite {
    display: block;
    margin-top: 15px;
    color: #999999;
    font-weight: 500;
    font-style: normal;
  }
  
  .blog-area .item blockquote::before {
    position: absolute;
    left: 0;
    top: 5%;
    content: "";
    height: 90%;
    width: 3px;
    background: #f35a38;
  }
  
  .blog-area .item blockquote::after {
      position: absolute;
      right: 50px;
      content: "\f10d";
      font-family: "FontAwesome";
      color: #666666;
      bottom: 50px;
      font-weight: 600;
      opacity: 0.1;
      font-size: 80px;
  }
  
  .blog-area .item blockquote p {
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 34px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
  }
  
  .blog-area .blog-content .post-tags, 
  .blog-area .blog-content .share {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    padding-bottom: 6px;
  }
  
  .blog-area .blog-content .share li {
    display: inline-block;
    margin-left: 15px;
  }
  
  .blog-area .blog-content .share li a {
    display: inline-block;
    color: #f35a38;
  }
  
  .blog-area .blog-content .share li.facebook a {
    color: #3B5998;
  }
  
  .blog-area .blog-content .share li.twitter a {
    color: #1DA1F2;
  }
  
  .blog-area .blog-content .share li.pinterest a {
    color: #BD081C;
  }
  
  .blog-area .blog-content .share li.g-plus a {
    color: #DB4437;
  }
  
  .blog-area .blog-content .share li.linkedin a {
    color: #0077B5;
  }
  
  .blog-area .blog-content .post-tags .tags a {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 14px;
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-block;
  }
  
  .blog-area.single .post-pagi-area {
    margin-top: 50px;
    overflow: hidden;
  }
  
  .blog-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #999999;
    border-radius: 30px;
  }
  
  .blog-area.single .post-pagi-area h5 {
    margin: 0;
    margin-top: 5px;
    font-weight: 900;
    transition: all 0.35s ease-in-out;
    font-size: 18px;
  }
  
  .blog-area.single .post-pagi-area h5:hover {
    color: #f35a38;
  }
  
  .blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800;
  }
  
  .blog-area.single .post-pagi-area a:last-child {
    float: right;
  }
  
  .blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px;
  }
  
  .blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px;
  }
  
  .comments-area .commen-item .comments-info p {
    display: block;
    margin: 0;
  }
  
  .blog-area .contact-comments .submit {
    margin-bottom: 0;
  }
  
  .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
   /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  
  .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* Comments */
  
  .blog-area .comments-form {
    margin-top: 50px;
  }
  
  .blog-area .blog-comments .comments-list {
    margin-bottom: 50px;
  }
  
  .blog-area .blog-comments .comments-list:last-child {
    margin-bottom: 0;
  }
  
  .comments-list .commen-item .avatar {
      height: 130px;
      width: 130px;
      min-width: 130px;
  }
  
  .comments-list .commen-item .content {
      position: relative;
  }
  
  .comments-list .commen-item .avatar img {
      height: 100px;
      width: 100px;
      border-radius: 50%;
  }
  
  .comments-list .commen-item {
      margin-top: 30px;
      display: flex;
      border-top: 1px solid #e7e7e7;
      padding-top: 30px;
  }
  
  .comments-list .commen-item:first-child {
      border: none;
      margin: 0;
      padding: 0;
  }
  
  .comments-list .commen-item:last-child {
    margin-bottom: 0;
  }
  
  .comments-list .commen-item.reply {
    margin-left: 80px;
  }
  
  .comments-area {
    margin-top: 40px;
  }
  
  .comments-area .comments-title h2,
  .comments-area .comments-title h3,
  .comments-area .comments-title h4 {
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: capitalize;
  }
  
  .comments-list .commen-item .content h3, 
  .comments-list .commen-item .content h4, 
  .comments-list .commen-item .content h5 {
      font-size: 16px;
      font-weight: 700;
      text-transform: capitalize;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .comments-list .commen-item .content .reply a {
      font-size: 14px;
      background: #0a1015;
      color: #ffffff;
      display: inline-block;
      padding: 8px;
      font-weight: 600;
  }
  
  .comments-list .commen-item .content .reply a:hover {
      background: #f35a38;
  }
  
  .comments-list .commen-item .content .reply i {
      font-size: 12px;
  }
  
  .comments-list .commen-item .content p:last-child {
    margin-bottom: 0;
  }
  
  .comments-list .commen-item .content .title {
      align-items: center;
      margin-bottom: 15px;
      font-weight: 500;
  }
  
  .comments-list .commen-item .content .title span {
      font-weight: 400;
      color: #f35a38;
      display: block;
      margin-top: 0;
      font-size: 13px;
  }
  
  .comments-list .commen-item .content .title span i {
    font-weight: 500;
    margin-right: 5px;
  }
  
  .comments-list .commen-item .content .title span i.fa-reply {
    font-weight: 600;
    margin-right: 3px;
  }
  
  .comments-list .commen-item .content .title span a {
    margin-left: 10px;
  }
  
  .comments-info a {
    border: 1px solid #e7e7e7;
    color: #002359;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 1px 20px;
    background: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
  }
  
  .comments-info a:hover {
    color: #f35a38;
  }
  
  .comments-info a i {
    margin-right: 10px;
  }
  
  .comments-form input, 
  .comments-form textarea {
    border: none;
    box-shadow: inherit;
    padding: 15px;
    background: #ecf6fa;
  }
  
  .comments-form textarea {
    min-height: 180px;
    padding: 15px;
  }
  
  .blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
  }
  
  .comments-form button {
    background: transparent;
    margin-top: 15px;
  }
  
  .comments-form .title h2, 
  .comments-form .title h3, 
  .comments-form .title h4 {
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: capitalize;
  }
  
  .blog-area .contact-comments .comments {
    margin-top: 20px;
  }
  
  .blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
  }
  
  
  /* Pagination */
  
  .pagination li {
    display: inline-block;
    margin-top: 7px;
  }
  
  ul.pagination {
    display: block;
    margin-top: 30px;
  }
  
  .pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    color: #f35a38;
    font-weight: 800;
  }
  
  .pagination li.page-item.active a {
    background: #f35a38;
    border-color: #f35a38;
  }
/* END SECTION BE A PART */