@import url('https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap');

body {
    background: none;
    overflow-x: initial;
}

.main-slider h2 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.main-slider h2 span {
    position: relative;
    top: -19px;
    color: #0f1341;
    font-size: 80px;
    font-weight: 700;
    float: left;
    line-height: 1.2em;
    margin-right: 20px;
    text-transform: uppercase;
}

.main-slider .text {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #808080;
    line-height: 1.6em;
    font-family: "Rubik", sans-serif;
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background: #ff4800;
    display: inline-block;
    padding: 9px 26px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #ff4800;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
}

.btn-style-one .icon {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 4px;
    width: auto;
    height: auto;
}

.main-slider h2.light,
.main-slider h2.light span,
.main-slider .text.light {
    color: #ffffff;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.featured-section .inner-container {
    position: relative;
    margin-top: -158px;
    /* z-index: 99; */
}

.featured-block {
    position: relative;
    padding: 0px;
}

.featured-block .inner-box {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.featured-block .inner-box:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(247, 247, 247, 1);
    -moz-box-shadow: 0px 4px 13px 0px rgba(247, 247, 247, 1);
    box-shadow: 0px 4px 13px 0px rgba(247, 247, 247, 1);
}

.featured-block .inner-box .upper-box {
    position: absolute;
    left: 0px;
    bottom: 100%;
    width: 100%;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    padding: 20px 25px 22px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.featured-block .inner-box:hover .upper-box {
    opacity: 1;
    visibility: visible;
}

.featured-block .inner-box .upper-box .text {
    position: relative;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 15px;
}

.featured-block .inner-box .upper-box .read-more {
    position: relative;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.featured-block .inner-box .upper-box .read-more .icon {
    margin-right: 8px;
    width: auto;
    height: auto;
}

.featured-block .lower-box {
    position: relative;
    padding: 25px 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-top: 2px solid #e6e6e6;
}

.featured-block .lower-box .lower-inner {
    position: relative;
    padding-left: 85px;
    padding-top: 7px;
    min-height: 64px;
}

.featured-block .lower-box .lower-inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 64px;
    height: 64px;
}

.featured-block .lower-box .lower-inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 64px;
    height: 64px;
}

.featured-block .lower-box .lower-inner h3 a {
    position: relative;
    color: #0f1341;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.featured-block .lower-box .lower-inner .title-tag {
    position: relative;
    color: #ff4800;
    font-size: 16px;
    font-weight: 400;
}

.news-event-section {
    position: relative;
    padding: 75px 0px 80px;
    background-color: #ffffff;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.marketing-section {
    position: relative;
    padding: 75px 0px 80px;
    background-color: #f4f4f4;
}

.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.sec-title h2 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #0f1341;
    line-height: 1.2em;
    padding: 0px 0px 18px;
    display: inline-block;
    margin-bottom: 35px;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
}

.sec-title.centered h2 {
    padding: 0px 60px 18px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -24px;
    width: 29px;
    height: 30px;
    margin-left: -15px;
    background: url(../images/icons/separater.png) no-repeat;
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -9px;
    margin-left: -9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff4800;
}

.sec-title.centered .text {
    max-width: 750px;
    margin: 0 auto;
}

.sec-title .text {
    position: relative;
    color: #808080;
    font-size: 18px;
    font-weight: 400;
}

.news-list {
    list-style: none;
    padding-left: 0;
}


/* #recent-blogs{
  padding: 0 70px;
} */

.news-event-section .sec-title h2 {
    font-size: 26px;
}

.news-event-section .sec-title {
    margin-bottom: 0;
}

.news-list .news-box {
    background-color: #fff;
    padding: 15px 15px;
    border: 1px solid #e7e7e7;
    /* border-left: 2px solid #333; */
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px -4px #dfdddd;
}

.news-list .news-box a {
    font-size: 13px;
    font-weight: 500;
    color: #ff572e;
}

.news-list .news-box p {
    font-size: 12px!important;
    margin-bottom: 5px;
}

.news-list .news-box small {
    font-size: 10px;
    background: #f1f1f1;
    padding: 4px 6px;
    border-radius: 3px;
}

.events .items {
    padding: 10px;
    box-shadow: 1px 1px 10px 0 #d1d0d0;
    margin: 10px;
    border-radius: 5px;
}

.process-wrapper {
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.section-white {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    padding: 90px 0;
}

.process-wrapper .process-inner {
    background: url('https://demo.epic-webdesign.com/tf-marketer/images/process-line.png') no-repeat scroll center 210px;
}

.process-wrapper .process-inner .process {
    display: inline-block;
    text-align: center;
}

.process-wrapper .process-inner .process .process-circle {
    padding: 15px;
    border-radius: 100%;
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
    /* background-color: #fff; */
    border: 2px dashed #cecece;
    transition: all 300ms ease-in-out 0s;
    box-shadow: 5px 5px 5px 0 #000;
}

.process-wrapper .process-inner .process:hover .process-circle {
    box-shadow: none;
    /* background-color: #fff; */
}

.process-wrapper .process-inner .process .process-circle .process-circle-icon {
    width: 165px;
    height: 165px;
    line-height: 175px;
    border-radius: 50%;
    background: #f4f6f7;
    margin: -10px;
    position: relative;
}

.process-wrapper .process-inner .process .process-circle .process-circle-icon img {
    margin-top: -10px;
    display: inline-block;
    border-radius: 50%;
    transition: all 300ms ease-in-out 0s;
}

.process-wrapper .process-inner .process:hover .process-circle .process-circle-icon img {
    opacity: 0.07;
}

.process-wrapper .process-inner .process .process-circle .process-circle-icon .process-description {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 50px;
    opacity: 0;
    transition: all 300ms ease-in-out 0s;
}

.process-wrapper .process-inner .process:hover .process-circle .process-circle-icon .process-description {
    opacity: 1;
}

.process-wrapper .process-inner .process p.process-title {
    font-size: 18px;
    color: #fff!important;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.sec-title.light h2 {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.sec-title.light h2:before {
    bottom: -26px;
    background: url(../images/icons/separater-1.png) no-repeat;
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -9px;
    margin-left: -9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff4800;
}

.sec-title.light .text {
    color: #fff;
}

.services-block {
    position: relative;
    margin-bottom: 30px;
}

.services-block .inner-box {
    position: relative;
    padding: 45px 40px 45px;
    border: 1px solid #f2f2f2;
    background-size: cover;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(247, 247, 247, 1);
    -moz-box-shadow: 0px 4px 13px 0px rgba(247, 247, 247, 1);
    box-shadow: 0px 4px 13px 0px rgba(247, 247, 247, 1);
    background: url(../images/background/pattern-1.png) no-repeat;
}

.services-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 170px;
    height: 100%;
    display: block;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-box:hover::before {
    width: 100%;
}

.services-block .inner-box .icon-box {
    position: relative;
    margin-bottom: 15px;
}

.services-block .inner-box .icon-box img {
    width: auto;
}

.services-block .inner-box h3 {
    position: relative;
    color: #0f1341;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.services-block .inner-box .text {
    position: relative;
    color: #808080;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 15px;
}

.services-block .inner-box .read-more {
    position: relative;
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-box:hover .read-more {
    color: #0f1341;
}

.services-block .inner-box .read-more .icon {
    position: relative;
    margin-right: 10px;
}

.owl-dots {
    position: relative;
    text-align: center;
}

.owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #dedede;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dot span {
    display: none!important;
}

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
    position: relative;
    width: 22px;
    height: 8px;
    border-radius: 10px;
    background-color: #ff4800;
}
.owl-dots .owl-dot.active:after{
    display:none;
}

.owl-dot:after {
    content: inherit;
}

.quote-two-section {
    position: relative;
    margin-top: 140px;
    padding-bottom: 80px;
    background-color: #f4f4f4;
    background-attachment: fixed;
    z-index: 0;
}

.quote-two-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}

.quote-two-section .title-column {
    position: relative;
    padding-bottom: 40px;
}

.quote-two-section .title-column .inner-column {
    position: relative;
    padding-top: 95px;
    text-align: left;
}

.quote-two-section .title-column h2 {
    position: relative;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.quote-two-section .title-column .text {
    position: relative;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 18px;
}

.quote-two-section .title-column .plans {
    position: relative;
    color: #ff572e;
    font-size: 25px;
    /* font-weight: 700; */
    text-transform: uppercase;
    display: block;
    text-shadow: 1px 1px 3px #000;
    margin-top: 20px;
    border-bottom: 1px dashed #ff572e;
    padding-bottom: 20px;
}

.quote-two-section .title-column .plans:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.quote-two-section .title-column .plans .fa {
    position: relative;
    margin-right: 20px;
}

.quote-two-section .form-column .inner-column {
    position: relative;
    padding: 60px 50px;
    margin-top: -150px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 2px 16px -4px rgb(26 26 26);
    border-radius: 10px;
}

.quote-two-section .form-column .inner-column::before {
    position: absolute;
    left: -65px;
    top: -65px;
    content: "";
    height: 200px;
    width: 200px;
    background: #ff572e;
    z-index: 0;
    opacity: 0.5;
    transform: rotate(25deg);
    border-radius: 10px;
}

.quote-two-section .form-column .inner-column::after {
    position: absolute;
    left: -50px;
    top: -50px;
    content: "";
    height: 150px;
    width: 150px;
    background: #ff572e;
    z-index: 0;
    transform: rotate(25deg);
    border-radius: 10px;
}

.quote-two-section .form-column .inner-column .text {
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 30px;
    z-index: 9;
}

.quote-form {
    position: relative;
    margin-top: 60px;
}

.quote-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.quote-form.style-two .form-group {
    margin-bottom: 20px;
}

.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="password"],
.quote-form textarea {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 10px 20px;
    font-weight: 300;
    border: 1px solid #f5eeee;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.quote-form.style-two .form-group input[type="text"],
.quote-form.style-two .form-group input[type="email"],
.quote-form.style-two .form-group input[type="password"] {
    height: 50px;
    line-height: 28px;
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 55px;
    padding: 10px 20px;
    line-height: 33px;
    color: #333333;
    border-radius: 0px;
    border: 1px solid #f2f2f2;
    background: #ffffff;
}

.quote-form.style-two .form-group .ui-selectmenu-button.ui-button {
    height: 50px;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 4px;
    text-indent: 0px;
    color: #888888;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 4px;
    text-indent: 0px;
    color: #888888;
}

.quote-form textarea {
    height: 225px;
    resize: none;
}

.quote-form.style-two .form-group textarea {
    height: 120px;
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background: #ff4800;
    display: inline-block;
    padding: 9px 26px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #ff4800;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.quote-form button {
    width: 100%;
    padding: 11px 26px;
}


/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordian-boxed {
    position: relative;
    margin-top: 30px;
}

.accordian-boxed h3 {
    position: relative;
    color: #0f1341;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    padding: 19px 0px;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
    color: #0f1341;
    font-weight: 700;
    padding: 0px 10px 0px 100px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.accordion-box .block .acc-btn.active {
    color: #ff4800;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 22px;
    top: 0px;
    font-size: 18px;
    color: #25baa9;
    padding-right: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block:after {
    position: absolute;
    content: '';
    left: 78px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background-color: #f2f2f2;
}

.accordion-box .block.active-block:after {
    background-color: #ff4800;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 15px 30px 0px 100px;
}

.accordion-box .block .content .text {
    line-height: 1.8em;
    font-size: 16px;
    color: #848484;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}


/***
/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 85px 0px;
    background-color: #0f1341;
}

.testimonial-section .title-column {
    position: relative;
    margin-bottom: 40px;
}

.testimonial-section .title-column .inner-column {
    position: relative;
    padding-top: 90px;
}

.testimonial-section .title-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
}

.testimonial-section .testimonial-column {
    position: relative;
}

.testimonial-section .testimonial-column .owl-dots {
    position: relative;
    display: none;
}

.testimonial-section .testimonial-column .owl-nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.testimonial-section .testimonial-column .owl-nav .owl-prev, .testimonial-section .testimonial-column .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    padding: 0;
    font-size: 28px;
    border-radius: 50%;
    display: inline-block;
    color: #333;
    margin-left: 10px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    border: 3px solid rgba(255, 255, 255, 0.50);
}

.testimonial-section .testimonial-column .owl-nav .owl-prev:hover,
.testimonial-section .testimonial-column .owl-nav .owl-next:hover {
    background-color: #ff4800;
    border-color: #ff4800;
    color: #0f1341;
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
}

.testimonial-block .inner-box .quote-icon {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 25px;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 22px;
}

.testimonial-block .inner-box .continue {
    position: relative;
    color: #ff4800;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    font-family: 'Poppins', sans-serif;
}

.testimonial-block .inner-box .continue:hover {
    color: #ffffff;
}

.testimonial-block .inner-box .continue .icon {
    margin-right: 10px;
}

.testimonial-block .inner-box .author-info {
    position: relative;
    text-align: left;
}

.testimonial-block .inner-box .author-info .author-inner {
    position: relative;
    /*padding-left: 95px;*/
    padding-top: 8px;
    min-height: 75px;
}

.testimonial-block .inner-box .author-info .author-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block .inner-box .author-info .author-inner h3 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: capitalize;
}

.testimonial-block .inner-box .author-info .author-inner .designation {
    position: relative;
    color: #ff4800;
    font-size: 16px;
    font-weight: 400;
}

.owl-prev::before,
.owl-next::before {
    content: inherit;
}

.partners-section {
    position: relative;
    padding: 60px 0px 40px;
}

.newsletter-group {
    position: relative;
}

.newsletter-group input {
    height: 55px;
    font-size: 14px;
}

.newsletter-group button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    height: 40px;
}

.newsletter-meta h2 {
    padding: 20px 0;
    margin: 0;
    font-weight: 300;
}

.newsletter-meta span {
    display: inline-block;
    background: #ff572e;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.news-img .cta-img1 {
    position: absolute;
    bottom: -30px;
    right: 280px;
    width: 9%;
}

.news-img .cta-img2 {
    position: absolute;
    top: 0;
    right: 60px;
    width: 25%;
}

.news-img .cta-img3 {
    position: absolute;
    top: -90px;
    right: 0;
    width: 75%;
    animation: UpDown 4s linear infinite;
}

@keyframes UpDown {
    0% {
        top: -90px;
    }
    50% {
        top: -80px;
    }
    100% {
        top: -90px;
    }
}

.style3 {
    padding: 80px 20px 20px 20px;
}


/*** 


/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 80px 0px 50px;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
}

.team-block .inner-box:hover {
    position: relative;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(242, 242, 242, 1);
    -moz-box-shadow: 0px 4px 5px 0px rgba(242, 242, 242, 1);
    box-shadow: 0px 4px 5px 0px rgba(242, 242, 242, 1);
}

.team-block .inner-box .image {
    position: relative;
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.team-block .inner-box .lower-content-box {
    position: relative;
    padding: 20px 10px 20px;
    text-align: center;
}

.team-block .inner-box .lower-content-box .designation {
    position: relative;
    color: #ff4800;
    font-size: 16px;
    margin-bottom: 2px;
}

.team-block .inner-box .lower-content-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #0f1341;
    margin-bottom: 10px;
}


/*** 

====================================================================
	Social Icon Two
====================================================================

***/

.social-icon-two {
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
}

.social-icon-two li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.social-icon-two li a {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #ff572e;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #ff4800;
}


/* Ankit  */

.pagination {
    display: inline-block;
}

.pagination a {
    background-color: #ff4800;
    color: #fff;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}


/*** 

/* teena */

.quiz-sec {
    padding-bottom: 30px;
    position: relative;
    /* background-color: #fff; */
    height: 600px;
}

.quiz-sec .quizArea {
    width: 95%;
    margin: auto;
    padding: 0 10px 10px 10px;
    position: relative;
    text-align: center;
}

.quiz-sec .resultArea {
    /* display: none; */
    width: 100%;
    margin: auto;
    padding: 10px;
}

.quiz-sec .resultPage1 {
    margin-top: 20px;
    text-align: center;
}

.heading {
    position: relative;
    z-index: 5;
}

.circle-result {
    width: 320px;
    height: 320px;
    /* background: #ffa495; */
    box-shadow: 1px 1px 5px 0px #000;
    margin: auto;
    border-radius: 50%;
    line-height: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.circle-result h3 {
    position: relative;
    z-index: 2;
    font-size: 30px;
    font-weight: 500;
}

.circle-result p {
    font-size: 37px !important;
    margin-top: 0;
    color: #585858 !important;
    font-weight: 600;
}

.circle-result p .fa-check-circle {
    color: #007401;
}

.circle-result p .fa-close {
    color: red;
}

.circle-result:after {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    /* background-color: #efa394; */
    border-radius: 50%;
    border: 4px solid #585858;
}

.table {
    border-spacing: 0 0.85rem !important;
}

.heading {
    position: relative;
    z-index: 5;
}

.quizArea .table tbody tr td .red {
    background: red;
    padding: 2px 10px;
    margin-right: 10px;
}

.atf-line:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 57%;
    height: 0.1px;
    background-color: #bebebe;
}

.quizArea .table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.quizArea .table tbody tr td .gry {
    background: #c1c1c1;
    padding: 2px 10px;
    margin-right: 10px;
}

.atf-line1:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 35%;
    height: 0.1px;
    background-color: #bebebe;
}

.quizArea .table tbody tr td .green {
    background: #68df6d;
    padding: 2px 10px;
    margin-right: 10px;
}

.quizArea .table tbody tr td .org {
    background: #ffc680;
    padding: 2px 10px;
    margin-right: 10px;
}

.atf-line3:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 53%;
    height: 0.1px;
    background-color: #bebebe;
}

.atf-line2:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 57%;
    height: 0.1px;
    background-color: #bebebe;
}

.quizArea .table tbody tr td .drkgry {
    background: #90989e;
    padding: 2px 10px;
    margin-right: 10px;
}

.atf-line4:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 57%;
    height: 0.1px;
    background-color: #bebebe;
}

.quizArea .table {
    border: none;
}

.quizArea .table tbody tr td .blue {
    background: #00d6fa;
    padding: 2px 10px;
    margin-right: 10px;
}

.quizArea .table tr td,
.quizArea .table tr th {
    text-align: left;
    border: none;
}

.atf-line5:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 57%;
    height: 0.1px;
    background-color: #bebebe;
}

.atf-line,
.atf-line1,
.atf-line2,
.atf-line3,
.atf-line4,
.atf-line5,
.atf-line6 {
    position: relative;
}

.quizArea .table>thead>tr>th {
    font-weight: 600;
    -webkit-transition: all .3s ease;
}

.atf-line6:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40%;
    height: 0.1px;
    background-color: #bebebe;
}

.cource-banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.foot {
    position: absolute;
    bottom: 10px;
}

.dashboard .cource-list {
    padding: 10px 10px 42px 10px!important;
    position: relative;
    width: 250px;
}

.foot.completed {
    width: 92%;
}

.ajax-progressBar {
    background: #e9ecef;
    left: 0;
    padding: 0;
    width: 100%;
    height: 14px;
    display: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 4px;
}

.ajax-progressBar .postProgress {
    text-align: center;
    width: 0%;
    max-width: 100%;
    font-size: 10px;
    color: #fff;
    height: 14px;
    background: #d9276e;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

button#nextButton {
    background: #d71c67;
    outline: none;
    border: none;
}


/* certificate */

.certificate-sect {
    background: #ddd;
    text-align: center;
    padding: 20px 0;
}

.cert-container {
    margin: 30px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.cert {
    width: 800px;
    height: 566px;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.cert-down {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 10px;
    font-size: 12px !important;
    color: #585858 !important;
}

.cert-bg {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -1;
    width: 100%;
}

.cert-content {
    width: 750px;
    height: 500px;
    padding: 80px 40px 10px 50px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0;
}
.cert-content h1{
    margin-top:20px;
    margin-bottom:0;
}
.cert-content h3 {
    font-size: 50px;
    font-family: 'Lobster Two', sans-serif;
    line-height: 50px;
    margin-bottom: 0;
}
.cert-content h4 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
}
.cert-content span {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    color: #5f5f5f;
    font-weight: 500;
}
.cert-content p{
    color:#b9b9b9!important;
    font-size: 11px!important;
    line-height: 17px;
    width: 80%;
    margin: auto;
    margin-top: 10px;
}
.cert-content small{
    font-size:13px;
}

.downld-pdf-btn {
    float: right;
    background: no-repeat;
    border-color: #f7db59;
    font-size: 11px;
    padding: 3px 6px;
    color: #f7db59;
}
a[disabled] {
    pointer-events: none;
	opacity: 0.4;
}