body{
	background-color: #fff;
	padding: 0;
	margin: 0;
    font-family: robota;
}

ul{
	list-style: none;
	margin: 0;
    padding: 0;
    line-height: 30px;

}

.socila-total-meniu h4{
  color: #f37022;
  font-weight: 700;
}
/*.socila-total-meniu ul li a:hover{
  color: #f37022; 
  padding-left: 10px;

}*/ 

.socila-total-meniu  i{
  padding-right: 20px;
  color: #f37022;

}




a{
    cursor: pointer;
}

.header-top{
    padding: 7px;
    background-color: #8f0840;
    color: #fff;
    width: 100%;

}

.icons-div ul {
    margin: 0;
    float: inline-end;
}

.icons-div ul li a{
	text-decoration: none;
	margin-left: 20px;
	color: #fff;
	
}


/*header*/


.navbar-light .navbar-nav .nav-link {
    color: #8f0840;
    margin-left: 43px;
    font-weight: 700;
    font-size: 20px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(245 194 39);
}

.header-sec-bar{
    
    width: 100%;
    -webkit-box-shadow: 0 0 11px 0 rgba(153, 153, 153, 1);
    -moz-box-shadow: 0 0 11px 0 rgba(153, 153, 153, 1);
    box-shadow: 0 0 11px 0 rgba(153, 153, 153, 1);
}

.logo img{
    width: 150px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 10.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-caption  h5{
    font-size: 60px;
}

button.slider-button-menu{
    padding: 8px 40px;
    background-color: #f5c227;
    color: #000;
    border: 0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;

}


/* services section */


.top-digitak-menu{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.top-digitak-menu h3{
    color:#f37022;
    font-weight: 700;
}
.services-section2{
   position: relative;
    padding: 40px 0 80px; 
}




.services-section {
    position: relative;
    padding: 120px 0 80px;
}
.services-section .bg-shape {
    position: absolute;
    width: 377px;
    height: 614px;
    right: 0;
    top: 140px;
    background-image: url(../images/shape1.png);
}

.services-section .bg-pattern-1 {
    max-height: 435px;
}
.bg-pattern-1 {
    background-image: url(../images/pattern-1.jpg);
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.services-section .sec-title {
    margin-bottom: 45px;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.sec-title .sub-title {
    position: relative;
    display: block;
    font-size: var(--sec-title-subtitle-font-size);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    color: var(--sec-title-subtitle-color);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 5px;
    font-size: 20px;
    color: #73757d;
}

.sec-title.light h2, .sec-title.light h1 {
    color: #8f0840;
    font-size: 34px;
    font-weight: 600;
}
.sec-title h2 {
    position: relative;
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    letter-spacing: -.04em;
    line-height: 1.2em;
    margin-bottom: 0;
    z-index: 0;
}

.services-section .sec-title .text {
    margin-top: 56px;
}
.sec-title.light .text {
    color: #75767a;
    font-size: 18px;
}
.service-block {
    margin-bottom: 30px;
}




.service-block .inner-box {
    position: relative;
    background: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .image-box {
    position: relative;
    min-height: 304px;
}

.service-block .inner-box .image-box .image {
    position: relative;
    margin-bottom: 0;
    background-color: var(--theme-color2);
}

.service-block .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-height: 4px;
    z-index: 2;
    background-color: #f37022;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

.service-block .inner-box .hover-content::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0e0f11;
    opacity: .9;
    content: "";
    border-bottom: 4px solid var(--theme-color1);
}

.service-block .inner-box .image-box .image:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    background-color: #fff;
    content: "";
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.service-block .inner-box .image-box .image img {
    width: 100%;
    min-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.service-block .inner-box .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px rgba(0,0,0,.1);
    box-shadow: 0 10px 60px rgba(0,0,0,.1);
    padding: 16px 30px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.service-block .inner-box .content-box .fa-solid {
    position: absolute;
    right: 0;
    bottom: 100%;
    height: 64px;
    width: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-color1);
    color: var(--theme-color2);
    font-size: 32px;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #f5c227;
}
.service-block .inner-box .content-box .title {
    color: var(--theme-color2);
    margin-bottom: 0;
}
.service-block .inner-box .hover-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 35px 30px 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.title a {
    color: inherit;
}
.service-block .inner-box .hover-content .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    color: var(--theme-color2);
    font-size: 32px;
    background-color: var(--theme-color1);
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .hover-content .title {
    color: var(--theme-color-light);
    margin-bottom: 18px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


h5.sub-title2{

}

h5.title {
    font-weight: 700;
    font-size: 18px;
    color: #8f0840;
}

h5.title1{
    font-weight: 700;
    font-size: 18px;
    color: #8f0840;
}

.text {
    font-size: 17px;
    color: #757671;
}
.tm-purchase-floating-box {
    position: fixed;
    top: 50%;
    right: 0;
    border-radius: 7px 0 0 7px;
    padding: 11px 0;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    z-index: 99999;
    border: 1px solid green;
    border-right: 0;
}

.tm-floating-box-icon {
    display: block;
    position: relative;
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.tm-floating-box-icon svg {
    display: inline-block;
    vertical-align: middle;
    color: #79bb51;
    width: 23px;
}
.tm-floating-box-icon>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    color: #79bb51;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}


.tm-floating-box-icon {
    display: block;
    position: relative;
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/* About Section */


.abo-hedding-top h2{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #860136;
}
.abo-hedding-top p{
    text-align: center;
    font-size: 18px;
   
}

.img-digital img{
    width: 100%;
}

.color-box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fcc956;
    color: #7d0332;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}
.color-box-div i{
    font-size: 40px;
}











.abo-hedding-top{
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
span.plto-solutino{
    color:#860136;
    font-size: 20px;
}

.aabo-top{
    margin-top: 50px;
} 


.about-section {
    position: relative;
    padding: 100px 0 50px;
}

.about-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 35%;
    background-image: url(../images/gradient.jpg);
    content: "";
}
.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}
.order-2 {
    order: 2!important;
}


.about-section .content-column .inner-column {
    position: relative;
    padding-left: 70px;
}


.about-section .content-column .sec-title {
    margin-bottom: 35px;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}


.sec-title .sub-title {
    position: relative;
    display: block;
   
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 5px;
    font-size: 20px;
    color: #757671;
}
.sec-title h2 {
    position: relative;
    font-size: var(--sec-title-font-size);
    color: #8f0840;
    font-family: var(--sec-title-font-family);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.2em;
    margin-bottom: 0;
    z-index: 0;
    font-size: 58px;
    /* bottom: 8px; */
}
.sec-title h2:before {
    position: absolute;
    left: 11px;
    top: 40px;
    height: 30px;
    width: 38px;
    border-radius: 5px 5px 5px 0;
    background-color: var(--bg-theme-color1);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -1;
    content: "";
    background-color: #fec63f;
}

.sec-title .text {
    margin-top: 30px;
    font-size: 17px;
    color: #757671;
}
.about-section .content-column .sec-title {
    margin-bottom: 35px;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.about-section .content-column .info-box {
    position: relative;
    padding-left: 105px;
    margin-bottom: 30px;
}

.about-section .content-column .info-box .fa-solid {
    position: absolute;
    left: 0;
    top: 0;
    color: #f5c227;
    line-height: 1em;
    font-size: 62px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .content-column .info-box .icon:after {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 52px;
    width: 52px;
    z-index: -1;
    background-color: #f2f3f6;
    content: "";
}
.about-section .content-column .info-box .title {
    margin-bottom: 5px;
}
.about-section .content-column .other-info {
    position: relative;
    padding-right: 230px;
    margin-top: 42px;
}

.about-section .content-column .author-info {
    position: relative;
    padding-left: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 88px;
}
.about-section .content-column .author-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    width: 88px;
    padding: 2px;
    
    background: linear-gradient(to top,var(--theme-color2),var(--theme-color1));
    border-radius: 50%;
}

.about-section .content-column .author-info .designation {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

.about-section .content-column .other-info .theme-btn {
    position: absolute;
    right: 0;
    top: 10px;
}

figure.image-1.wow.fadeIn.animated {
    /* display: flex; */
    position: relative;
}
h5.name {
    font-size: 20px;
    font-weight: 600;
}
.about-section .content-column .author-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    width: 88px;
    padding: 2px;
    border-radius: 50%;
    background: #8f0840;
}
.about-section .content-column .author-info .thumb img {
    border-radius: 50%;
    border: 9px solid #fff;
}
.about-section .content-column .author-info .name {
    margin-bottom: 0;
    color: #f5c227;
}
.about-section .content-column .other-info .theme-btn {
    position: absolute;
    right: 0;
    top: 10px;
}

.btn-style-one {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 50px;
    font-weight: 600;
    overflow: hidden;
    z-index: 0;
    color: var(--theme-color2);
    background: #fec63f;
}
.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: var(--title-font);
}
.theme-btn .btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.btn-style-one:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    width: 7px;
    height: 100%;
    background: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: .15;
    content: "";
    z-index: -9;
    background-color: black;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
   
}
.inner i {
    font-size: 40px;
}
span.count {
    font-size: 40px;
    padding-left: 10px;
    font-weight: 700;
}

.text-1 {
    /* display: flex; */
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -13px;
    position: relative;
    bottom: 15px;
    left: 9px;
}
.btn-style-one:hover {
    color: #fff;
}
.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}


/*.about-section .image-column .image-box {
    position: relative;
    padding-bottom: 120px;
}*/
.about-section .image-column .image-box .icon-dots {
    position: absolute;
    right: 20px;
    bottom: 70px;
}
.icon-dots {
    height: 385px;
    width: 103px;
    background-image: url(../images/icon-dots.png);
}
.about-section .image-column .image-box .icon-circle {
    position: absolute;
    left: 85px;
    bottom: 40px;
}
.icon-circle {
    height: 250px;
    width: 250px;
    background-image: url(../images/icon-circle.png);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.about-section .image-column .image-2 {
    position: absolute;
    right: -23px;
    bottom: 0;
    border: 10px solid #fff;
    margin-bottom: 0;
    -webkit-box-shadow: 0 10px 60px rgba(0,0,0,.1);
    box-shadow: 0 10px 60px rgba(0,0,0,.1);
}

.about-section .image-column .exp-box {
    position: absolute;
    left: -80px;
    top: 90px;
    padding: 40px 40px 60px;
    background-image: url(../images/shape2.png);
    height: 170px;
    width: 303px;
}



.marquee-section {
    position: relative;
    background-color: var(--bg-theme-color1);
    padding: 15px 0;
}

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}

.marquee .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

.marquee-bg-img{
    background-color: #fec63f;
    padding: 10px;
    height: 40px;
}



.better-degital-bg{
    background-image: url(../images/butt-digtal-bg.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.text-dityale h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

.text-dityale{
    width: 80%;
    margin-top: 80px;
}

button.discover-button {
    background-color: #f5c227;
    color: #000;
    padding: 13px 40px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    border: 0;
}





.faqs-section {
    position: relative;
    padding: 120px 0 70px;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}



.faqs-section .content-column .exp-box .count {
    display: block;
    font-size: 150px;
    line-height: 1em;
    font-weight: 600;
    color: #8f0840;
    margin-top: -95px;
    margin-bottom: 5px;
    text-shadow: 3px 3px #fec63f;
}

.faqs-section .content-column .exp-box {
    position: relative;
    text-align: center;
    color: #f37022;
}


.faq-block .title-box {
    position: relative;
    padding-left: 72px;
    margin-bottom: 10px;
    min-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.faq-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    width: 52px;
    color: var(--theme-color2);
    background-color: #fec63f;
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

h6.title {
    font-size: 20px;
    font-weight: 500;
}

.faq-block {
    position: relative;
    margin-bottom: 42px;
}

.sub-title-askes h2 {
    position: relative;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.2em;
    margin-bottom: 0;
    z-index: 0;
    font-size: 60px;
    bottom: 8px;
}



b, strong {
    font-weight: bolder;
    color: #e9aa11;
}

.accordion-button:not(.collapsed) {
    color: #8f0840;
    background-color: #e7e8e9;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    font-weight: 800;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #fec63f;
    outline: 0;
    box-shadow: 0 0 0 0.10rem rgb(254 198 63);
}

.accordion-item{
    margin-bottom: 10px;
}


.talking-about-sectino{
    background-image: url(../images/shap-bg.jpg);
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.our-textmol-text h2{
    font-size: 48px;
    font-weight: 700;
    color: #8f0840;
}

.info-div-box{
    display: flex;

}

.inon-box{
    width: 100px;
    height: 80px;
    background-color: #fec63f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inon-box i{
    font-size: 50px;
}

.inlp-text{
    margin-left: 15px;
}
.inlp-text p{
    margin: 0;
    font-size: 18px;
}



 
.demo{ background: #bd986b; }
.testimonial {
    background: #fff;
    text-align: center;
    padding: 0px 7px 10px;
    margin: 0 15px 150px;
    position: relative;
}
.testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon {
    display: inline-block;
    font-size: 60px;
    color: #fec63f;
    margin-bottom: 8px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 15px;
    color: #777;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #daad86;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title {
    font-size: 15px;
    font-weight: bold;
    color: #8f0840;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post {
    display: block;
    font-size: 14px;
    color: #fec63f;
    font-weight: 700;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #bd986b;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ffd9b8;
    border-color: #fff;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}


.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.why-choose-us .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 3;
}

.why-choose-us .content-column .inner-column {
    position: relative;
    padding-right: 70px;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.why-choose-us .content-column .sec-title {
    margin-bottom: 40px;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    font-size: var(--sec-title-subtitle-font-size);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    color: #f37022;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 5px;
}

.sec-title h2:before {
    position: absolute;
    left: 5px;
    top: 32px;
    height: 30px;
    width: 38px;
    border-radius: 5px 5px 5px 0;
    background-color: var(--bg-theme-color1);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -1;
    content: "";
}

.why-choose-us {
    position: relative;
    padding: 120px 0 70px;
}

h2.tital-shold-text {
    position: relative;
    font-size: 54px;
    color: #8f0840;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.2em;
    margin-bottom: 0;
    z-index: 0;
}

.why-choose-us .content-column .sec-title .icon {
    position: absolute;
    right: -65px;
    bottom: -20px;
}


.why-choose-us .info-outer {
    position: relative;
    margin-right: -470px;
    border: 10px solid #303647;
    background-color: #fff;
    padding: 40px 40px 10px;
}

.why-choose-us .info-box {
    position: relative;
    margin-bottom: 30px;
}

.why-choose-us .content-column .sec-title .other-title {
    color: #fec63f;
    margin-top: 10px;
    font-weight: 400;
}

.why-choose-us .info-box .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.why-choose-us .info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    font-size: 32px;
    background-color: #fec63f;
    color: #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.why-choose-us .image-column {
    position: relative;
    margin-bottom: 50px;
}
.why-choose-us .image-column .image-box {
    position: relative;
}

.why-choose-us .image-column .image-box .image {
    margin-bottom: 0;
}

.why-choose-us .image-column .image-box .image img {
    width: 100%;
}

.why-choose-us .image-column .rounded-text {
    position: absolute;
    left: -65px;
    top: -65px;
}

.why-choose-us .image-column .rounded-text img {
    -webkit-animation: fa-spin 30s infinite linear;
    animation: fa-spin 30s infinite linear;
}

.why-choose-us .image-column .rounded-text .letter {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1em;
    font-size: 72px;
    color: var(--theme-color2);
    font-weight: 700;
}




.projects-section {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.recently-completed{
   background-image: url(../images/pattern-3.jpg);
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.top-potpoliya{
   
    color: #fff;
}




.item i{
    background-color: #fcca52;
    height: 100px;
    width: 100px;
    border: 3px solid #f37022;
    border-radius: 50%;

}


.sectionClass {
    padding: -1px 0px 50px 0px;
    position: relative;
    display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 5px 0px;
    text-align: center;
}



.projectFactsWrap .item p.number{
  font-size: 50px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
    color: #2a2929;
    font-size: 20px;
    margin: 0;
    padding: 10px;
    font-weight: 700;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 45px;
    color: #8f0840;
    padding-top: 23px;
    /* align-items: center; */
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: #f37022;
}

.projectFactsWrap .item:hover span{
  background: #f37022;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */



  

.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

   
}


.news-section {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.news-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.news-block .image-box {
    position: relative;
}
.news-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.news-block .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-block .image-box .image a:after {
    background: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.news-block .content-box {
    position: relative;
    padding: 30px 30px 50px;
    -webkit-box-shadow: 0 10px 60px rgba(0,0,0,.05);
    box-shadow: 0 10px 60px rgba(0,0,0,.05);
    border: 1px solid #e1e2e7;
    background-color: #fff;
}

.news-block .content-box .date {
    position: absolute;
    top: -20px;
    left: 30px;
    background: #fec63f;
    color: #000;
    font-size: 13px;
    padding: 5px 18px;
    height: 30px;
    line-height: 20px;
    font-weight: 600;
}

.news-block .content-box .post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-block .content-box .post-info li {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    color: #6f7174;
    margin-bottom: 10px;
    margin-right: 15px;
}
.news-block .content-box .post-info li i {
    font-size: 14px;
    margin-right: 10px;
    color: #fec63f;
}
.news-block .content-box .title {
    margin-bottom: 25px;
}
.news-block .content-box .read-more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f2f3f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 30px;
    font-size: 13px;
    color: #6f7174;
    line-height: 30px;
}


.contact-section {
    position: relative;
}
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.contact-section .anim-icons {
    z-index: 3;
    pointer-events: none;
}


.contact-section .outer-box {
    position: relative;
    padding: 60px;
}
.bg-pattern-5 {
    background-image: url(../images/pattern-5.jpg);
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contact-section .outer-box .sec-title {
    margin-bottom: 40px;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.contact-section .outer-box .contact-form {
    padding: 60px;
    background-color: #fff;
    max-width: 760px;
    z-index: 2;
}
.contact-section .outer-box .image {
    position: absolute;
    right: 5px;
    bottom: 0;
    margin-bottom: 0;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-form .row>div {
    padding: 0 10px;
}
.contact-form {
    position: relative;
}
.contact-form .form-group .select2-container--default .select2-selection--single, .contact-form .form-group input:not([type=submit]), .contact-form .form-group textarea, .contact-form .form-group select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
    color: #717070;
    line-height: 28px;
    font-weight: 400;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}




/*footer-css*/


.main-footer {
    position: relative;
    background-color: #000;
}

.bg-pattern-6 {
    background-image: url(../images/pattern-6.jpg);
}

.main-footer .footer-upper {
    position: relative;
    padding: 30px 0 7px;
    background-color: #151518;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.contact-info-block {
    position: relative;
    margin-bottom: 30px;
}

.contact-info-block .inner {
    position: relative;
}
.contact-info-block .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 110px;
    position: relative;
}

.contact-info-block .icon {
    background-color: #1d1d1f;
    color: #fec63f;
    display: block;
    font-size: 24px;
    height: 80px;
    left: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group .theme-btn {
    position: relative;
    margin-top: 10px;
    width: 100%;
}

.contact-info-block .inner .sub-title {
    color: #7f7f7f;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0 5px;
}
.contact-info-block .inner .text {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}
.contact-info-block .inner .text a {
    color: #fff;
}

.main-footer .widgets-section {
    position: relative;
    padding: 70px 0 50px;
}
.main-footer .footer-column {
    position: relative;
    margin-bottom: 50px;
}


.main-footer .about-widget {
    position: relative;
}
.main-footer .about-widget .logo {
    margin-bottom: 15px;
}
.main-footer .about-widget .text {
    margin-bottom: 30px;
}
.social-icon-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-icon-two li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 7px;
}
.social-icon-two li a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50px;
}
.social-icon-two li a i {
    position: relative;
}
.main-footer .footer-column {
    position: relative;
    margin-bottom: 50px;
}
.main-footer .widget-title {
    position: relative;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.user-links.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.user-links.two-column li {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.main-footer .footer-column {
    position: relative;
    margin-bottom: 50px;
}
.newsletter-widget {
    position: relative;
}
.main-footer .widget-title {
    position: relative;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.newsletter-widget .text {
    margin-bottom: 10px;
}
.subscribe-form .form-group input[type=text], .subscribe-form .form-group input[type=email] {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #717070;
    padding: 20px 30px;
    background: #fff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


.social-icon-two li a {
    position: relative;
    display: block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #151518;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}





.user-links li a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


.user-links li {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #75767a;
    font-weight: 400;
    margin-bottom: 10px;
}




.contact-info-block .inner:hover .icon {
    background-color: #fec63f;
    border-radius: 50%;
    color: #18191c;
}



.footer-bottom {
    position: relative;
    z-index: 3;
    text-align: center;
}
.footer-bottom .copyright-text {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    padding: 33px 15px;
    font-weight: 400;
    color: #75767a;
    margin-bottom: 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
.footer-bottom .copyright-text a {
    color: inherit;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
.user-links li a:hover {
    color: #fff;
}






/*service css*/

.service-bg{
    background-image: url(../images/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}
.service-text{
   padding-top: 80px;
}

.service-text h2{
  font-size: 48px;
  color: #f5c227;
  font-weight: 700;
}

span.span_one{
    margin-left: 15px;
    font-size: 20px;
    color: #f37022;
    font-size: 24px;
}

span.span_two{
    margin-left: 15px;
    font-size: 20px;
    color: #fff;
    
}
span.sapn_okne{
    color: #f5c227;
    font-size: 20px;
}


.digital-marketing{
    background-color: #fff;
    height: 450px;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0px #ccc;
    
}
.service-tital-text{
    margin-top: 50px;
}

.digital-text-headding{
    padding: 10px;
   

}
.digital-text-headding p{
    margin: 0;
    text-align: justify;
    font-size: 14px;

}

.digital-text-headding h4{
  color: #8f0840;
  font-weight: 700;
  font-size: 16px;
}


.digital-text-headding i{
    color: #f5c227;
    padding-top: 12px;
    font-size: 18px;
}

.digital-button button{
    padding: 6px 30px;
    background-color: #8f0840;
    color: #f5c227;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    border: 0;
    cursor: pointer;

}


/*contact us*/


.contact-bg{
    background-image: url(../images/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title .sub-title {
    position: relative;
    display: block;
    font-size: var(--sec-title-subtitle-font-size);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    color: var(--sec-title-subtitle-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}
.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-details__info li .icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fec63f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-details__info li + li {
    margin-top: 30px;
}
.contact-details__info li .icon span {
    color: #fff;
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text {
    margin-left: 30px;
}
.contact-details__info li .text a {
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.form-control, .input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}
textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px));
}

h2.get-cont-text{
    font-size: 42px;
    font-weight: 700;
    color: #8f0840;
    margin-top: 10px;
}

h2.free-contact-text{
     font-size: 42px;
    font-weight: 700;
    color: #8f0840;
    margin-top: 10px;
}





/*blog css*/

.service-bg{
    background-image: url(../images/blog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}

.blog-background{
    background-image: url(../images/blog-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}





.main_blog_top_large {
    background: #90194b;
    padding: 20px;
    border-radius: 15px;
    display: inline-block;
    padding-bottom: 0;
    color: #fff;
    width: 33%;
}
.blog_img_large_content {
    margin: 0;
}

.blog_img_large_content h3 {
    line-height: normal;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 25px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_img_large_content h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #f5c227;
}

.blog_img_large_content {
    margin: 15px 0;
}

 .blog_img_large_content p {
    font-size: 14px;
    color: #f1f1f1;
    font-weight: 300;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

button.blog-btn {
    color: #000;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    max-width: 151px;
    float: right;
    border-radius: 20px 0 14px 0;
    width: 100%;
    margin: 8px -20px 0px 0;
    text-align: center;
    background-color: #f5c227;
    border: 0;
}

.mbracing-digital img {
    width: 100%;
    border-radius: 15px;
    
    object-fit: cover;
    width: 100%!important;
}

.blog_categories {
    margin: 0 0 10px 0;
}

.blog_categories h3 {
    line-height: normal;
    font-size: 24px;
    font-weight: 800;
    color: #90194b;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}
.blog_categories h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #333;
}
.blog_categories ul {
    margin: 15px 0 0 0;
    display: block;
    height: 335px;
    padding: 0;
}
.blog_categories ul li {
    border-bottom: solid 1px #8f0840;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.blog_categories ul li .blog_categories_inner a {
    font-size: 16px;
    
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog_recent_post {
    margin: 0 0 20px 0;
}

.blog_recent_post h3 {
    line-height: normal;
    font-size: 20px;
    font-weight: 600;
    color: #90194b;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}
.blog_recent_post h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #f55727;
}
.blog_recent_post ul {
    margin: 15px 0 0 0;
    display: block;
    padding: 0;
}
.blog_recent_post ul li {
    display: block;
    margin-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 10px;
}
.blog_recent_post ul li .recent_post_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e7e8e9;
    padding: 10px;
    border-radius: 10px;
}
.blog_recent_post ul li .recent_post_inner span {
    width: 80px;
    display: block;
    height: 100%;
}
.blog_recent_post ul li .recent_post_inner > div span {
    font-size: 14px;
    width: 100%;
    color: #555555;
    line-height: 20px;
    height: auto;
    margin: 0 0 0px 0;
}
.blog_recent_post ul li .recent_post_inner span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_recent_post ul li .recent_post_inner > div {
    width: calc(100% - 90px);
}
.blog_socials {
    margin: 15px 0 30px 0;
}
.blog_socials h3 {
    line-height: normal;
    font-size: 20px;
    font-weight: bold;
    color: #90194b;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}
.blog_socials h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #f55727;
}
.blog_socials ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    padding: 0;
}
.blog_socials ul li {
    float: left;
    margin-right: 11px;
}

.blog_socials ul li a {
    padding: 7px 12px;
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(to right, #90194b, #90194b);
    width: 36px;
    height: 36px;
}
.fa-brands, .fab {
    font-weight: 400;
    color: #fff;
}

.bolg-footer-text{
    width: 500px;
    margin: 0 auto;

}

.bolg-footer-text h2{
    font-weight: 700;
    color: #90194b;
}

.logo-heading h2{
    font-weight: 700;
    color: #90194b;
}

.secto-blog{
    background-color: #fff;
    box-shadow: 0px 0px 15px 2px #c5c5c5;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-text-bar{
    margin-left: 15px;
}
.icon-text-bar h4{
    font-weight: 700;
    color: #90194b;
}


.new-blod-div{
    max-width: 750px;
}

.tetet-menu h5{
    font-weight: 700;
   
}
.tetet-menu{
    margin-left: 15px;
}

.page-text-01{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    padding-bottom: 0;
    color: #000;
    display: flex;
    box-shadow: 0px 0px 12px 2px #ccc;
    transition: 0.5s;

    
}

.page-text-01:hover{
   background-color: #90194b;
   color: #fff;
}

.bol-img-sectiom img {
    width: 100%;
    padding-bottom: 20px;
}


.blog_categories_inner:hover{
   background-color: #90194b;
   color: #fff;
   border-radius: 10px;

}

 .entry-meta {
    margin-top: 15px;
    color: #546e7a;
    font-size: 15px;
}
 .single .byline {
    display: inline;
}
 .entry-meta .divider {
    padding: 0 8px;
}

.blo-detailes-text h2{
    font-weight: 800;
    color: #8f0840;

}




/*client-css*/

.client-bg-img{
    background-image: url(../images/clint.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}

.clent-logo-img{
    background-color: #fff;
    height: 150px;
    box-shadow: 0px 0px 5px 2px #ccc;
    border-radius: 15px;
    padding: 10px;
     display: flex;
    justify-content: center;
    align-items: center;
    
}

.clent-logo-img:hover{
    scale: 0.9;
    box-shadow: 0px 0px 3px 1px #8f0840;
}



/*social*/


.social-bg{

    background-color: #8f0840;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.social-markting-headding h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.social-markting-headding p{
    color: #fff;

}
.social-markting-headding span{
    color: #f5c227;
    font-weight: 700;
}

.social-menuu h2{
    color: #8f0840;
    font-weight: 800;
}

.result-social-text h3 {
    font-size: 26px;
    font-weight: 700;
    color: #8f0840;
    margin-bottom: 24px;
}

.icons-ortext {
    display: flex;
}
.icon-rights i {
    font-size: 26px;
    color: #e36222;
}
.text-soci-divbar {
    padding-left: 15px;
}
.text-soci-divbar h4 {
    margin: 0;
    font-weight: 600;
}

.managing-social{
    max-width: 550px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.managing-social h2{
    font-weight: 800;
    font-size: 42px;
    color: #8f0840;
}

.social-infual h4{
    font-weight: 600;
    color: #8f0840;
   padding-top: 30px;

}

.perspiciatis-social{
    padding: 15px;
    margin-top: 50px;
    border: 1px solid #da90ae;
   border-radius: 10px;
   height: 300px;
}

.accounts-social {
    background-color: #e36222;
    height: 70px;
    width: 70px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accounts-social img{
  width: 40px;
}

.accounts-social-text h2{
    color: #8f0840;
    font-weight: 700;

}












      




@media (max-width: 1199.98px){
.about-section .content-column .inner-column {
    padding-left: 0;
}
.contact-section .outer-box .contact-form {
    max-width: 100%;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 4.25rem;
    
}
.faq-block .inner-box {
    padding-right: 0;
}
h6.title {
    font-size: 17px;
    font-weight: 500;
}
}

@media (max-width: 768px){

.col-md-12 {
    flex: 0 0 auto;
    width: 100%;
}
.contact-section .outer-box .contact-form {
    padding: 30px 20px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 4.25rem;
    
}

.digital-marketing {
  
    height: 480px;
   
}

}
@media (max-width: 575.98px){
    .sec-title h2:before {
        height: 20px;
        width: 28px;
        top: 20px;
        left: 1px;
    }
    .sec-title h2 {
   
    font-size: 30px;
}
.sec-title.light h2, .sec-title.light h1 {
    color: #8f0840;
    font-size: 30px;
}
.carousel-caption {
        position: absolute;
        text-align: center;
        top: -10px;
       
    }
    .carousel-caption  h5 {
            font-size: 30px;
        }

        .why-choose-us .info-box .inner {
    padding-left: 0;
    text-align: center;
    padding-bottom: 10px;
}
.why-choose-us .info-box .icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto 10px;
}
}


@media (max-width: 991.98px){
.about-section .image-column {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.about-section .image-column .image-box .icon-circle {
    display: none;
}

.why-choose-us .info-outer {
    margin-right: 0;
}
.digital-marketing {
   
    height: 480px;
   
}
.blog_socials ul li {
    margin-right: 3px;
    margin-top: 4px;
}
}





@media (max-width: 1199.98px){
.about-section .image-column .image-2 {
    right: 0;
}
.about-section .image-column .exp-box {
    left: 15px;
}
.why-choose-us .content-column .inner-column {
    position: relative;
    padding-right: 0;
}
.digital-marketing {
    background-color: #fff;
    height: 535px;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0px #ccc;
}
.digital-marketing-images img{
    width: 100%;
}
}







@media (max-width: 767.98px){
.about-section .image-column .image-2 {
    display: none;
}
.about-section .image-column .exp-box {
        display: none;
}
.services-section .bg-pattern-1 {
    min-height: 700px;
}
.why-choose-us .content-column .inner-column {
    position: relative;
    padding-right: 0;
}
}


@media only screen and (min-width: 320px) and (max-width: 640px)  {
    .text-dityale {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.text-dityale h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 800;
}
button.slider-button-menu {
    padding: 5px 32px;
    background-color: #fec63f;
    color: #000;
    border: 0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    margin-top: 3px;
}
.image-box{
    text-align: center;
}
.faqs-section {
    position: relative;
    padding: 45px 0 70px;
}
.why-choose-us .content-column .inner-column {
    position: relative;
    padding-right: 0;
}
.about-section .content-column .other-info {
    position: relative;
    padding-right: 119px;
    margin-top: 42px;
}
.faq-block .inner-box {
    text-align: center;
}
.faq-block .title-box {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.faq-block .icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto 15px;
}
.digital-marketing {
    height: 500px;
   
}
.digital-text-headding p {
    margin: 0;
    text-align: justify;
    font-size: 13px;
}
.main_blog_right {
    width: 100%;
}
.bolg-footer-text {
    width: 100%;
    margin: 0 auto;
}
.page-text-01 {
    display: inline-block;
 
}
.top-digitak-menu {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
}

