@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2-Regular.ttf') format('TrueType'),
        url('../fonts/Exo2-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Poppins-Regular.ttf') format('TrueType'),
        url('../fonts/Poppins-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Exo2';
}

p {
    font-family: 'poppins';
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav {
    display: block
}

body {
    line-height: 1;
    overflow-x: hidden;
}
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none
}
    /* Full-page overlay for CAPTCHA */
    /*#captcha-overlay {*/
    /*  position: fixed;*/
    /*  top: 0;*/
    /*  left: 0;*/
    /*  width: 100%;*/
    /*  height: 100vh;*/
    /*  background: rgba(255, 255, 255, 0.97);*/
    /*  display: flex;*/
    /*  flex-direction: column;*/
    /*  justify-content: center;*/
    /*  align-items: center;*/
    /*}*/

    /*#captcha-status {*/
    /*  margin-top: 10px;*/
    /*  color: #333;*/
    /*  font-size: 16px;*/
    /*}*/

    /* Hidden actual website content */
    /*#site-content {*/
    /*  display: none;*/
    /*  opacity: 0;*/
    /*  transition: opacity 0.5s ease;*/
    /*}*/
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

section.top {
    background: #FBC100;
    padding: 5px 0px;
}

.quick-box ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.quick-box ul li {
    display: inline-block;
    padding: 0 13px 0px 0px;
}

.quick-box ul li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.quick-box ul li a i {
    padding-right: 7px;
}

.divder {
    width: 2px;
    height: 20px;
    background: #fff;
    margin-right: 13px;
}

.top-btn ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

.top-btn ul li {
    display: flex;
    align-items: center;
}

.top-btn ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 12px;
    margin: 0px 8px;
}

.top-btn ul li a i {
    padding-right: 10px;
}

a.qoute {
    background: #7042BE;
    border-radius: 5px;
}

.top-cnt {
    display: flex;
    align-items: center;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

a.navbar-brand {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    font-family: 'Exo2';
    width: 12%;
}

a.navbar-brand img {
    width: 100%;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Exo2';
    transition: .4s;
}

.navbar-nav a.nav-link.active,
.navbar-nav a.nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #FBC100;
}

ul.dropdown-menu.show {
    padding: 0;
    margin: 0;
    background: #FBC100;
}

ul.dropdown-menu.show li a {
    padding: 10px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #FBC100 !important;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    background: #FBC100;
    padding: 4px 5px;
}
  
  /* Optional: smooth transition */
  .dropdown-menu {
      transition: all 0.3s ease;
      margin-top: 0;
      padding: 6px;
      border-radius: 4px;
      background: #FBC100;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      border: 0;
  }
  .dropdown-menu li a.dropdown-item {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
  }
header {
    padding: 10px 0px;
    background: #fff;
    box-shadow: 0px 2px 5px #00000026;
}

.bnr-txt h3 {
    font-size: 56px;
    line-height: 50px;
    margin: 0 0 20px;
    color: #ffffff;
    text-align: center;
}

.bnr-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bnr-txt span.typewriter-text {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Exo2';
    font-weight: 700;
    padding: 8px;
    text-align: center;
}

.typewriter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.typewriter .typewriter-text {
    white-space: nowrap;
    background: #FBC100;
}

.typewriter .cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: #FBC100;
    margin-left: 5px;
    animation: blink 0.8s steps(1) infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.bnr-txt h1, .bnr-txt h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Exo2';
    text-align: center;
}

section.bnr {
    background-image: url(../images/bnr-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 45px;
}

.bnr-img img {
    width: 100%;
}

.bnr-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bnr-txt p {
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.bnr-txt .row-form {
    background: white;
    border-radius: 30px;
    padding: 7px 0px;
    max-width: 959px;
    margin: auto;
}

.bnr-txt .row-form .col-md-3:nth-child(1) .form-control {
    border-left: none;
}

.bnr-txt .row-form .form-control {
    padding: 10px 20px;
    border: none;
    border-left: 2px solid #cbcbcb;
    border-radius: 1px;
    background: transparent;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bnr-txt .row-form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #FBC100;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0);
}

.global-button {
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 32px;
    background: #7042BE;
    text-decoration: none;
    transition: .4s;
    padding: 10px 25px;
}

.bnr-txt .row-form .global-button {
    border: none;
}

.global-button:hover {
    color: #fff;
    border-radius: 32px;
    background: #000;
}

.bnr-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -55px;
    padding-top: 38px;
}

.brandlogos img {
    width: 70%;
    filter: grayscale(1);
}

.brandlogos {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.brand-logo {
    background: #f7f6f2;
}

.inner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-logo img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
section.abtus.homepage {
    padding: 120px 0px 60px 0px;
}
section.abtus {
    padding: 60px 0px 60px 0px;
}

section.abtus.inner {
    padding: 30px 0px 60px 0px;
}

.abt-txt h2 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Exo2';
}

.abt-txt h2 span {
    color: #FBC100;
}

.abt-txt p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'poppins';
}

.scroll-pera {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'poppins';
    height: 34vh;
    overflow-y: auto;
    margin-bottom: 30px;
    padding-right: 10px;
}
.scroll-pera::-webkit-scrollbar {
    width: 5px;
}

.scroll-pera::-webkit-scrollbar-track {
    border-radius: 10px;
}

.scroll-pera::-webkit-scrollbar-thumb {
    background: #353642;
    border-radius: 10px;
}

.scroll-pera::-webkit-scrollbar-thumb:hover {
    background: #FBC100;
}
.abt-txt a {
    text-decoration: none;
    font-weight: 600;
    color: black;
}

.abt-txt a:hover {
    text-decoration: none;
    font-weight: 600;
    color: #FBC100;
}

.abt-img-box img {
    width: 100% !important;
}

.abt-btn a {
    text-decoration: none;
    background: #7042BE;
    padding: 12px 25px;
    border-radius: 8px;
    color: #fff;
    transition: .4s;
}

.abt-btn a:hover {
    color: #fff;
    background: #000;
}

.abt-ico-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.abt-ico-box img {
    width: 100px !important;
    height: 100px;
}

.abt-ico-box {
    background: #ffffff;
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px #00000021;
    margin: 10px 0px;
    border-radius: 6px;
    transition: .5s;
    border: 1px solid #000;
}

.abt-ico-box:hover {
    box-shadow: 2px 2px 5px #ff000024;
    transform: scale(1.05);
    border: 1px solid #FBC100;
}

.abt-img-box a {
    text-decoration: none;
}

section.our-services {
    width: 100%;
    height: auto;
    padding: 65px 0px 0 0;
    position: relative;
}

section.our-services-tabs {
    width: 100%;
    height: auto;
    padding: 65px 0px;
    background: #fff;
    margin-top: -50%;
    position: relative;
}

.serv-txt h3 {
    font-size: 30px;
    font-weight: 600;
    color: #232F3E;
    font-family: 'Exo2';
}

.serv-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #232F3E;
    font-family: 'poppins';
}

.serv-txt a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.serv-txt a:hover {
    text-decoration: none;
    color: #FBC100;
    font-weight: 600;
}

.serv-box {
    padding: 24px 14px;
    background-image: url(../images/service-normal-bg.webp);
    margin: 15px 8px;
    border-radius: 12px;
    transition: 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.serv-box:hover {
    padding: 24px 14px;
    background-image: url(../images/service-hover-bg.webp);
    margin: 15px 8px;
    border-radius: 12px;
    transition: 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.1);
}

.serv-img {
    padding-bottom: 24px;
}

.serv-img img {
    filter: brightness(0.1);
    width: 80px;
    margin: auto;
    padding-top: 5px;
    padding-left: 30px;
}

.serv-cntnt {
    margin-top: 40px;
}

.serv-cntnt h2 {
    color: #232F3E;
    font-size: 16px;
    font-family: 'Exo2';
    font-weight: 700;
}

.serv-box:hover .serv-cntnt h2 {
    color: #000;
}

.serv-cntnt p {
    color: #232f3e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'poppins';
}

.serv-btn1 a {
    text-decoration: none;
}

.serv-btn1 a i {
    background: #232f3e;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FBC100;
    text-decoration: none;
    border-radius: 6px;
    transition: .4s;
}

.serv-box:hover .serv-btn1 a i {
    background: #FBC100;
    color: rgb(255, 255, 255);
    transition: 1s;
}

.serv-btn a {
    text-decoration: none;
}

.serv-btn a i {
    background: #232f3e;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FBC100;
    text-decoration: none;
    border-radius: 6px;
    transition: .4s;
}

.serv-box:hover .serv-btn a i {
    background: #FBC100;
    color: rgb(255, 255, 255);
    transition: 1s;
}

span.txt-clr {
    color: #FBC100;
    display: inline;
}

.serv-img {
    width: 35px;
    height: 35px;
    background: #FBC100;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.my-all-serv button.slick-next.slick-arrow,
.my-all-serv button.slick-prev.slick-arrow {
    background: #FBC100;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 1;
    border-radius: 10px;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1 !important;
}

.my-all-serv button.slick-next.slick-arrow {
    position: absolute;
    top: -125px;
}

.my-all-serv button.slick-prev.slick-arrow {
    position: absolute;
    top: -125px;
    left: 92%;
}

.cta {
    background-image: url(../images/cta-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.cta-box-01 img {
    width: 100%;
}

.cta .row {
    align-items: center;
}

.cta-txt-box a {
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.cta-txt-box a:hover {
    font-weight: 600;
    color: #FBC100;
    text-decoration: none;
}

.cta-txt-box h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}

.cta-txt-box h2 span {
    color: #FBC100;
}

.cta-txt-box p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.cta-txt-box .hdr-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.cta-txt-box .hdr-btn a,
.cta-txt-box .bnr-btn a {
    margin: 0px 12px;
}

.hdr-btn a,
.bnr-btn a {
    background: #7042BE;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #ffffff00;
    transition: .4s;
}

.cta-txt-box .hdr-btn a,
.cta-txt-box .bnr-btn a {
    margin: 0px 12px;
}

.hdr-btn a:hover,
.bnr-btn a:hover {
    background: #fff;
    color: #7042BE;
    border: 1px solid #fff;
    font-weight: 500;
}

section.portfolio {
    position: relative;
    overflow: hidden;
}

.port-txt h2 {
    color: #000;
    font-size: 45px;
    font-weight: 800;
    line-height: 48px;
    font-family: 'Exo2';
    text-align: center;
    padding: 0px 150px;
}

.port-txt h2 span {
    color: #FBC100;
    line-height: 48px;
}

.port-txt p {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 172px;
    font-family: 'poppins';
    line-height: 30px;
}

.rotate {
    animation: rotation 8000s;
}

.linear {
    animation-timing-function: linear;
}

.infinite {
    animation-iteration-count: infinite;
}

.rotate {
    animation: rotation 40s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.portfolio-imgs img {
    width: 100%;
}

img.circle {
    width: 90vh;
    margin-left: -35px;
}

.circle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-box-txt h3 {
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.circle-box-txt h3 span {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
}

@keyframes caret {
    50% {
        border-color: transparent;
    }
}

.circle-port {
    margin-top: -768px;
    position: relative;
}

.circle-btn a.style-btn {
    background: #000;
    border: 1px solid #000;
    margin-top: 20px;
}

.mobile-portfolio {
    display: none;
}

.circle-box-txt .hdr-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-box-txt .hdr-btn a {
    margin: 0px 12px;
}

#servtabs {
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    height: auto;
}

#servtabs ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    vertical-align: top;
    width: 50%;
}

#servtabs ul li a {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #3b3b3b;
    padding: 10px 5px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#servtabs ul li:focus,
a:focus {
    outline: none;
}

#servtabs ul li:nth-child(1) a {
    border-top: none;
}

#servtabs ul li a.active {
    opacity: 1;
}

.servpara-a {
    font-weight: bold;
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    border: none;
    font-family: 'Montserrat';
    color: #2b2b2b;
}

.servtag {
    position: relative;
    width: 100%;
}

.servicon {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    vertical-align: middle;
    outline: 1px solid #FBC100;
}

.servblock {
    position: absolute;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 30px;
    background: #7042BE;
    top: 50%;
    left: 51.43%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.servcircle {
    position: absolute;
    padding: 2px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
}

.servtitle {
    display: inline-block;
    font-weight: bold;
    padding: 0 10px;
    font-size: 20px;
    font-family: 'poppins';
    color: #7042BE;
    text-transform: capitalize;
}

.row.what-offer {
    display: ruby;
}

.servaddon {
    position: relative;
    width: 90%;
    margin-left: 56px;
    font-size: 14px;
    font-family: 'poppins';
    opacity: 0;
    color: #2A2A2A;
}

.servaddon.fadein {
    opacity: 1;
}
.servbrowser {
    width: 50%;
}
#servtabs-1, #servtabs-2, #servtabs-3, #servtabs-4, #servtabs-5 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#servtabs-1 img {
    width: 100%;
}

#servtabs-2 img {
    width: 100%;
}

#servtabs-3 img {
    width: 100%;
}

#servtabs-4 img {
    width: 100%;
}

#servtabs-5 img {
    width: 100%;
}

.col-md-2.text-md-end {
    display: flex;
    justify-content: center;
    align-items: center;
}

li.step-1.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    height: 35vh;
}

li.step-2.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    height: 40vh;
}

li.step-3.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    height: 45vh;
}

li.step-4.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    height: 32vh;
}

#servtabs ul li a.active .servtag .servicon .servblock .servcircle {
    opacity: 1;
}

#servtabs ul li a .servtag .servicon .servblock .servcircle {
    opacity: 0;
}

#servtabs ul li a.active .servtag .servicon .servblock {
    width: 30px;
    height: 30px;
}

#servtabs ul li a .servtag .servicon .servblock {
    width: 20px;
    height: 20px;
}

#servtabs ul li a.active .servtag .servicon {
    width: 35px;
    height: 35px;
    outline: 1px solid #7042BE;
}

#servtabs ul li a .servtag .servicon {
    width: 25px;
    height: 25px;
    outline: 1px solid transparent;
    padding-left: 34px;
}
section.abtus .aboutuspage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.innerserv .serv-img {
    background: #000000;
}
.innerserv .serv-img img {
    filter: brightness(1);
}
.servtab-line img {
    height: 400px;
    z-index: 0;
    transition: height 0.3s ease;
    margin-left: -533px;
    margin-top: 30px;
    display: block;
    position: relative;
}

.sec_pt {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/portfolio_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about h3 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.about p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 7%;
}

.about_box {
    padding: 30px 15px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.21);
    margin-bottom: 40px;
    background-color: #fff;
}

.about_icon {
    background-color: #FBC100;
    height: 56px;
    width: 56px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.about_box h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #FBC100;
}

.men_img {
    object-fit: fill !important;
    height: 100%;
    width: 35%;
}

.about_girl {
    left: 0px;
    width: 440px;
    position: absolute;
    bottom: 0;
}

.sec_pt .hdr-btn a {
    margin: 0px 10px;
}

section.creative-cards.style-one {
    padding: 70px 0;
}

.cards-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cards-txt h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

.cards-txt p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.cards-txt h2 span {
    color: #FBC100;
    font-size: 42px;
    font-weight: 700;
}

.creative-cards .container .row {
    display: flex;
    flex-wrap: wrap;
}

.creative-cards .container .row .card-column {
    flex: 0 0 auto;
    width: 25%;
    text-align: center;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.card-details {
    width: 80%;
    margin: auto;
    position: relative;
    transition: .3s ease-in-out;
}

.card-details:before {
    content: "";
    width: 190px;
    height: 380px;
    background: #f7f6f2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    z-index: -1;
    transition: .3s ease-in-out;
}

.card-details:hover:before {
    background-color: #FBC1002c;
}

.card-icons {
    width: 140px;
    height: 150px;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icons:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid;
    width: 100%;
    height: 100%;
    transform: skew(-20deg, 0deg);
    background: #fff;
    border-color: #FBC100;
    transition: .3s ease-in-out;
}

.card-details:hover .card-icons:before {
    background-color: #FBC100;
}

.card-icons h2 {
    position: relative;
    font-size: 60px;
}

.card-details:hover .card-icons h2 {
    color: #fff;
}

.card-details h3 {
    margin-bottom: 15px;
    margin-top: 50px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
}

.card-details h3 a {
    color: #000;
    text-decoration: none;
}

.card-details p {
    font-size: 16px;
    line-height: 30px;
    color: #444;
    font-weight: 400;
    margin-bottom: 30px;
}

.read-more-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 100%;
    margin: auto;
    background: #fff;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    border-color: #FBC100;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.read-more-btn i {
    color: #000;
    font-size: 12px;
}

.card-details:hover .read-more-bt {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/* ============= Responsive Ipad ==================== */
@media (max-width: 992px) {
    .creative-cards .container .row .card-column {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 40px;
    }
}

/* ============= Responsive Iphone ==================== */
@media (max-width: 480px) {
    .creative-cards .container .row .card-column {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .card-details {
        width: 100%;
    }

    .read-more-btn {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
    }
}

.counter-box i {
    font-size: 54px;
    color: #FBC100;
}

.counter-box:hover {
    box-shadow: 2px 2px 5px #00000021;
    border: 1px solid #00000038;
    transform: scale(1.05);
}

.counter-box {
    background: #fff;
    box-shadow: 0px 0px 2px #00000021;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 14px 0px;
    border: 1px solid #00000026;
    transition: 0.6s;
    padding: 24px 0px;
}

.mycounter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mycounter span.counter {
    font-size: 38px;
    font-weight: 700;
    color: #000;
}

.mycounter h2 {
    padding: 0;
    margin-top: -14px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.counter-box h3 {
    font-size: 16px;
    text-align: center;
    color: #000;
}

.box1 {
    margin-top: -18px;
}

section.abtus.whychoose {
    padding: 70px 0px;
}

.innercta {
    background-image: url(../images/cta-bg.webp);
    margin-top: -72px;
}

.faq-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq-txt h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
}

.faq-txt h2 span {
    color: #FBC100;
}

.faq-txt p {
    text-align: center;
    font-size: 16px;
    color: #000;
}

.faq-img img {
    width: 100%;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #333333 !important;
    box-shadow: 6px 6px 6px #0000007d !important;
    padding: 32px 15px;
    border-radius: 7px;
}

.accordion-body strong {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

.accordion-item h2.accordion-header button.accordion-button.collapsed {
    border-bottom: 1px solid #000;
    margin: 12px 0px;
}

.accordion-item {
    border: none !important;
}

.accordion-button:not(.collapsed)::after {
    background: none !important;
}

.faq-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial {
    padding: 70px 0;
}

.test-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.test-txt h2 {
    font-size: 38px;
    font-weight: 700;
    color: #000;
}

.test-txt h2 span {
    color: #FBC100;
}

.test-txt p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.testi-box .item {
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 17px;
    transition: all 0.5s ease 0s;
    margin: 110px 15px;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 2px 5px #00000024;
}

.testi-box .item svg {
    width: 64px;
    height: 64px;
}

.testi-box .item h5 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.testi-box .item p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    overflow-y: auto;
    height: 132px;
}

.testi-box .item p::-webkit-scrollbar {
    width: 5px;
}

.testi-box .item p::-webkit-scrollbar-track {
    border-radius: 10px;
}

.testi-box .item p::-webkit-scrollbar-thumb {
    background: #FBC100;
    border-radius: 10px;
}

.testi-box .item p::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.item.slick-slide.slick-current.slick-active.slick-center {
    background: #FBC100;
    transform: scale(1.2);
}

.item.slick-slide.slick-current.slick-active.slick-center svg {
    fill: #fff;
}

.item.slick-slide.slick-current.slick-active.slick-center h5 {
    color: #fff;
    font-size: 26px;
}

.item.slick-slide.slick-current.slick-active.slick-center p {
    color: #fff;
    font-size: 14px;
    overflow: auto;
}

.testimonial .slick-dots li button:before {
    width: 24px;
    height: 8px;
    background: #FBC100;
    color: transparent !important;
    border-radius: 8px;
}

.testimonial ul.slick-dots {
    bottom: 28px;
}

section.footer {
    padding: 80px 0px;
    background: linear-gradient(180deg, rgb(190, 190, 190) 0%, rgba(255, 255, 255, 1) 100%);
}

.footer-logo a img {
    width: 58%;
    padding-bottom: 30px;
}

.footer-txt p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'poppins';
    color: #fff;
}

.social-media ul {
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.social-media ul a {
    text-decoration: none;
}

.social-media ul li {
    display: flex;
    align-items: center;
}

.social-media ul li i {
    background: #FBC100;
    width: 42px;
    height: 42px;
    margin: 6px;
    text-decoration: none;
    border: 1px solid #FBC100;
    border-radius: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.social-media ul li i:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #FBC100;
}

.quick-links h3 {
    font-size: 24px;
    font-family: 'poppins';
    font-weight: 700;
    color: #fff;
}

.quick-links ul {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.quick-links ul a {
    text-decoration: none;
}

.quick-links ul li {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 0px;
    color: #fff;
}

.quick-links ul li:hover {
    color: #FBC100;
}

.quick-links ul li i {
    color: #FBC100;
    padding-right: 10px;
}

.quick-links ul li:hover i {
    color: #fff;
}

.quick-links {
    padding-left: 31px;
}

.quick-cntct h3 {
    font-size: 24px;
    font-family: 'poppins';
    font-weight: 700;
    color: #fff;
}

.phone-box a {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.phone-box a img {
    width: 16%;
    object-fit: scale-down;
    background: #fff;
    padding: 5px;
    border-radius: 100px;
}

.phone-box a h3 {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-left: 10px;
}

.email-box a {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.email-box a img {
    width: 16%;
    object-fit: scale-down;
    background: #fff;
    padding: 5px;
    border-radius: 100px;
}

.email-box a h3 {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-left: 10px;
}

.address-box a {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.address-box a img {
    width: 16%;
    object-fit: scale-down;
    background: #fff;
    padding: 5px;
    border-radius: 100px;
}

.address-box a h3 {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-left: 10px;
}

.phone-box,
.address-box,
.email-box {
    padding: 10px 0px;
}

footer {
    padding: 70px 0 40px 0;
    background-image: url(../images/ftr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-logo a h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}

.footer-logo a {
    text-decoration: none;
}

section.copyright {
    background: #FBC100;
    padding: 10px 0px;
}

.copyright h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'poppins';
    padding-top: 10px;
}

.links {
    display: flex;
}

.box a {
    text-decoration: none;
}

.box a h3 {
    font-size: 14px;
    font-family: 'poppins';
    font-weight: 500;
    color: #fff;
}

.col-md-5.mylinks {
    display: flex;
    justify-content: space-around;
}

.top-btm a {
    text-decoration: none;
}

.top-btm a i {
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #FBC100;
    margin-top: -32px;
}

.inner-bnr {
    background-image: url(../images/ghost-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.publishing{
    background-image: url(../images/publishing-bg.webp);
}
.marketing{
    background-image: url(../images/bookmarketing-bg.webp);
}
.editing{
    background-image: url(../images/editingformatting-bg.webp);
}
.author{
    background-image: url(../images/authorweb-bg.webp);
}
.children{
    background-image: url(../images/childrenbook-bg.webp);
}
.bnr-a {
    text-decoration: none;
    font-weight: 600;
    color: white;
}

.bnr-a:hover {
    text-decoration: none;
    font-weight: 600;
    color: #FBC100;
}

.inner-pg-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-pg-txt h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Exo2';
    text-align: center;
}

.inner-pg-txt h1 span {
    color: #FBC100;
}

.inner-pg-txt p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.inner-pg-txt .hdr-btn a {
    margin: 0px 6px;
}

.inner-port-txt a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.inner-port-txt a:hover {
    font-weight: 600;
    text-decoration: none;
    color: #FBC100;
}

.inner-portfolio {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.inner-port-txt h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    color: #000;
}

.inner-port-txt h2 span {
    color: #FBC100;
}

.inner-port-txt p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.wrap {
    overflow: hidden;
    text-align: center;
    -webkit-perspective: 2500px;
    perspective: 2500px;
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
}

.wrap .girl {
    border: #fffefe 10px solid;
    background: url("../images/ghost-port.webp") no-repeat;
    margin-left: 0;
    width: 450px;
    height: 600px;
    bottom: 0%;
    top: 10%;
    position: absolute;
}

.wrap .list {
    width: 94%;
    height: 120vh;
    overflow-x: hidden;
    webkit-transform: rotateX(35deg) rotateY(3deg) rotateZ(27deg);
    transform: rotateX(26deg) rotateY(-12deg) rotateZ(18deg);
    margin: 0 0 0 140px;
    scrollbar-width: none;
}

.wrap .list .item {
    width: 34%;
    height: 490px;
    margin: 20px;
    display: inline-block;
    position: relative;
}

.wrap .list .item .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    z-index: 10;
    position: relative;
}

.experience {
    padding: 70px 0;
    background-image: url(../images/inner-cta.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.exp-txt h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Exo2';
}

.exp-txt h2 span {
    color: #FBC100;
}

.exp-txt p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.exp-txt .hdr-btn a {
    margin: 0px 8px;
}

.exp-box a {
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.exp-box a:hover {
    font-weight: 600;
    color: #FBC100;
    text-decoration: none;
}

.exp-box i {
    color: #FBC100;
    font-size: 70px;
    padding-bottom: 10px;
}

.exp-box h3 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    font-family: 'Exo2';
}

.exp-box p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.exp-txt-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us {
    background-image: url(../images/abt-bg.webp);
    padding: 100px 0px;
}

.values {
    margin-top: -42px;
}

.values-box {
    display: flex;
    justify-content: space-evenly;
    background: #fff;
    box-shadow: 2px 2px 5px #0000001a;
    padding: 20px 10px;
    border-radius: 8px;
}

.val-ico i {
    width: 80px;
    height: 80px;
    background: #ff00001a;
    border-radius: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FBC100;
    font-size: 32px;
    background-color: #fbc10030;
}

.val-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.val-txt h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.val-txt p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.offer-txt h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #000;
}

.offer-txt h2 span {
    color: #FBC100;
}

.offer-txt p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.offer-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 26px #0000001a;
    border-radius: 10px;
    padding: 20px 30px;
    transition: .5s;
}

.offer-box:hover {
    box-shadow: none;
}

.offer-ico i {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FBC100;
    color: #fff;
    font-size: 38px;
    margin-right: 18px;
    border-radius: 6px;
    margin-left: -64px;
    box-shadow: 5px 5px 5px #0000003d;
}

.offer-box-txt h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.offer-box-txt p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.offer .what-offer .offer-main-box {
    width: 48%;
    margin: 20px 10px;
}

.what-offer {
    display: flex;
    justify-content: space-between;
}

.program-sec {
    padding: 70px 0px;
}

.program-sec .container {
    max-width: 100%;
}

.program-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

.program-container .program-item {
    position: relative;
    height: 100%;
    width: 25%;
    overflow: hidden;
    transition: width 0.5s ease-in-out;
    cursor: pointer;
    transition: .5s;
    border: 1px solid #c1c1c1;
}

.program-container .program-item .program-item_img {
    height: 100%;
}

.program-container .program-item__text {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 2rem 0 0;
    font-size: 6rem;
    font-weight: bold;
    color: #fff;
}

.program-container .program-item:hover {
    width: 100%;
    transition: .5s;
}

.program-container .program-item:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    opacity: 0.7;
    transition: .5s;
}

.program-txt-box h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.program-txt-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.program-txt-box {
    position: absolute;
    bottom: 70px;
    left: 0;
    padding: 8px 30px;
    opacity: 0;
    transform: translateY(260px);
    transition: .5s;
    width: 86%;
}

.program-container .program-item:hover .program-txt-box {
    transform: translateY(0px);
    transition: .5s;
    opacity: 1;
    width: 86%;
}

.contact-us {
    background-image: url(../images/cnt-bg.webp);
}

section.cont-form-sec {
    padding: 80px 0;
}

.con-txt-from {
    display: flex;
    align-items: center;
}

.form-txt h2 {
    font-size: 46px;
    font-weight: 700;
    color: #000;
}

.form-txt h2 span {
    color: #FBC100;
}

.form-txt p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.from-divider img {
    width: 62%;
}

.control-form input {
    width: 100%;
    padding: 10px 10px 10px 50px;
    border-radius: 8px;
    border: 1px solid #000;
}

.control-form textarea {
    width: 100%;
    padding: 10px 10px 10px 50px;
    border-radius: 8px;
    border: 1px solid #000;
}

.control-form {
    position: relative;
    padding: 4px;
}

.control-form i {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #FBC100;
    font-size: 20px;
}

.control-form input:focus-visible,
.control-form textarea:focus-visible {
    outline: 1px;
    border: 1px solid #FBC100;
}

.control-form input.submit-btn {
    color: #fff;
    border: 1px solid #7042BE;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
    transition: 0.5s;
    background: #7042BE;
}

.control-form input.submit-btn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #FBC100;
    transition: 0.5s;
}

.quick-txt h2 {
    font-size: 46px;
    font-weight: 700;
    color: #000;
}

.quick-txt h2 span {
    color: #FBC100;
}

.quick-txt ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-txt ul li {
    display: flex;
    align-items: flex-start;
    padding: 6px 0px;
}

.quick-txt ul li i {
    width: 50px;
    height: 50px;
    background: #FBC100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    border-radius: 14px;
    color: #fff;
}

.quick-txt ul li i.fa.fa-map-marker {
    width: 65px;
}

.quick-txt ul li a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    padding-left: 16px;
}

.address a {
    width: 100%;
    display: flex;
}

.quick-txt ul li a.adjust {
    padding-top: 14px;
}

.prvcy {
    background-image: url(../images/prvicy-bg.webp);
}

.polices {
    padding: 80px 0px;
    background-image: url(../images/prvicytxt-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

::marker {
    color: #FBC100;
}

.prvcy-txt ul>li {
    list-style: outside;
}

.prvcy-txt h3 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    font-family: 'Exo2';
}

.prvcy-txt h3 span {
    color: #FBC100;
}

.prvcy-txt p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

span.website-link {
    color: #FBC100;
}

section.about.sec_pb.sec_pt::before {
    content: '';
    position: absolute;
    background-image: url(../images/Ellipse.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -410px;
}

section.about.sec_pb.sec_pt::after {
    content: '';
    position: absolute;
    background-image: url(../images/Img-4-01.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 34%;
    height: 42%;
    top: 250px;
    left: 0px;
}
section.thankyou {
    padding: 30px 0px;
}
.thankyou {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
a.go-home {
    text-decoration: none;
    background: #FBC100;
    padding: 12px 25px;
    border-radius: 8px;
    color: #fff;
    transition: .4s;
    text-transform: uppercase;
}
a.go-home:hover{
    color: #fff;
    background: #000;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content {
    height: auto;
    width: 30%;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    margin: 15px;
}
.content a {
    text-decoration: none;
}
.tb-box-content img {
    width: 100%;
    min-height: 190px;
    object-fit: cover;
    margin: 0 0 20px;
    border-radius: 10px;
}

.tb-box-content h4 {
    color: #000;
    font-size: 17px;
    font-family: 'Poppins' !important;
    font-weight: 500;
}
section.blog {
    padding: 70px 0px;
}
section.blog ul.mb-3.nav.nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
section.blog .nav-tabs .nav-item.show .nav-link, section.blog .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #FBC100;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
}
section.blog .nav-tabs .nav-link {
    color: #fff;
    background: #2c2c2c;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 10px;
}
.blog-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #d9d9d9;
}
section.blogsec {
    padding: 70px 0;
}
.blog-date p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.blog-date p span i {
    color: #cd0706;
    padding-right: 10px;
}
.blog-txt {
    padding-top: 30px;
}
.blog-txt p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'poppins';
    color: #000;
}
.blog-txt h2 {
    color: #FBC100;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Exo2';
}
.blog-txt h3 {
    color: #FBC100;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Exo2';
}
.blog-txt ul li {
    font-size: 14px;
    font-weight: 400;
    font-family: 'poppins';
    color: #000;
}
.blog-txt ul li i {
    color: #FBC100;
    font-size: 15px;
}
.blog-txt p a, .blog-txt ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}