@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.min.css');
/*** 
====================================================================
                Reset
====================================================================
 ***/
*{
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
    font-size: 100%;
}
/*** 
====================================================================
Global Settings
====================================================================
***/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {

    font-size: 15px;
    color: #000000;
    font-weight:400;
    background:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
}

a{
    text-decoration:none;
    cursor:pointer;
}

a:hover,
a:focus,
a:visited{
    text-decoration:none;
    outline:none;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    margin:0px;
    background:none;
    line-height:normal;
    font-weight: 600;
}

h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 17px;
}

section{
    position: relative;
}

textarea{
    overflow:hidden;
    resize: none;
}

button{
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    min-width: auto;
}

p,.text{
    font-size: 15px;
    line-height: 27px;
    color: #000000;
    margin: 0;
}

::-webkit-input-placeholder{
    color: inherit;
    opacity: .50;
}
::-moz-input-placeholder{
    color: inherit;
    opacity: .50;
}
::-ms-input-placeholder{
    color: inherit;
    opacity: .50;
}

.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}
@media screen and (max-width: 1360px) {
    .portfolio-section .auto-container {
        max-width:100% !important;
    }
}

.auto-containers{
    position:static;
    margin:0 auto;
}

.small-container{
    position:static;
    max-width:1000px;
    padding:0px 15px;
    margin:0 auto;
}

.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
    overflow: hidden;
    /*z-index: 99;*/
    background-color: #ffffff;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}


/*** 

====================================================================
List Styles
====================================================================

***/

/* List Style One */

.list-style-one{
    position: relative;
    display: block;
}

.list-style-one li{
    position: relative;
    padding-left: 25px;
}

.list-style-one li:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Flaticon';
    content: "\f109";
    color: #72309b;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
}

.list-style-one.color-red li:before{
    color: #fa584d;
}

.list-style-one.color-purple li:before{
    color: #7d3ed5;
}

/* List Style Two */

.list-style-two{
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.list-style-two li{
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #363636;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 5px;
}

.list-style-two li:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    color: #59ab66;
    font-weight: 900;
    font-size: 14px;
}

/* List Style Three */

.list-style-three{
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.list-style-three li{
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #363636;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 5px;
}

.list-style-three li:before{
    position: absolute;
    top: 10px;
    left: 0;
    height: 7px;
    width: 7px;
    background-color: #59ab66;
    border-radius: 50%;
    content: '';
}

.list-style-three.light li{
    font-weight: 300;
}

/* List Style Four */

.list-style-four{
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.list-style-four li{
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #363636;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 10px;
}

.list-style-four li:before{
    position: absolute;
    top: 0;
    left: 0;
    color: #59ab66;
    content: "\f058";
    font-size: 28px;
    line-height: 28px;
    font-family: "Font Awesome 5 Free";
}

/*** 

====================================================================
Social Icons
====================================================================

***/

.social-icon-one{
    position: relative;
    display: block;
}

.social-icon-one li{
    position: relative;
    display: inline-block;
    margin-right: 11px;
    z-index: 2;
}

.social-icon-one li:last-child{
    margin-right: 0;
}

.social-icon-one li a{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-one li a:hover{
    color: #ffffff;
}

/* Social Icon Two */

.social-icon-two{
    position: relative;
    display: block;
}

.social-icon-two li{
    position: relative;
    display: inline-block;
    margin-right: 6px;
    z-index: 2;
}

.social-icon-two li:last-child{
    margin-right: 0;
}

.social-icon-two li a{
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 56px;
    width: 60px;
    height: 60px;
    color: #d0cece;
    border:2px solid #d0cece;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-two li a:hover{
    color: #493e3c;
    background-color: #ffffff;
    border:2px solid #ffffff;
}

/* Social Icon Three */

.social-icon-three{
    position: relative;
    display: block;
}

.social-icon-three li{
    position: relative;
    display: inline-block;
    margin-right: 8px;
    z-index: 2;
}

.social-icon-three li:last-child{
    margin-right: 0;
}

.social-icon-three li a{
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #4b4342;
    background-color: #82d5af;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-three li a:hover{
    background-color: #ffffff;
}

/*** 

====================================================================
Content Elements
====================================================================

***/

.domain-content .list li {
    font-size:18px;
    padding:5px 0px;
}
.domain-content .list li i {
    font-size:15px;
    color: #764098;
    margin-right:5px;
}

#page{
    position: relative;
    padding: 0px 0;
}

.content-elements{
    position: relative;
}

.content-elements .row.content{
    margin-top: 10px;
}

hr.divider-one {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.typography h1:not(:first-child) {
    margin-top: 35px;
}

.typography h1:not(:last-child) {
    margin-bottom: 35px;
}

.typography h2:not(:first-child) {
    margin-top: 30px;
}

.typography h2:not(:last-child) {
    margin-bottom: 30px;
}

.typography h3:not(:first-child) {
    margin-top: 25px;
}

.typography h3:not(:last-child) {
    margin-bottom: 25px;
}

.typography h4:not(:first-child) {
    margin-top: 22px;
}

.typography h4:not(:last-child) {
    margin-bottom: 22px;
}

.typography h5:not(:first-child) {
    margin-top: 19px;
}

.typography h5:not(:last-child) {
    margin-bottom: 19px;
}

.typography h6:not(:first-child) {
    margin-top: 15px;
}

.typography h6:not(:last-child) {
    margin-bottom: 15px;
}

.typography p:not(:last-child) {
    margin: 0 0 1.7em;
    padding: 0;
}

.typography p:not(:last-child):empty {
    margin: 0;
}

/*==========================
Message Box
===========================*/

.bg_orange{
    background-color: #f16e26;
}
.bg_blue{
    background-color: #0154f7;
}
.bg_pink{
    background-color: #ef5b51;
}
.bg_sky{
    background-color: #3b7eff;
}

/*==========================
Message Box
===========================*/

.message-box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 24px 30px 22px 93px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30PX;
}

.message-box p{
    color: #ffffff;
}

.message-box h4{
    font-size: 18px;
    color: #ffffff;
}

.message-box a{
    color: #ffffff;
    text-decoration: underline;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.message-box .close-btn{
    position: absolute;
    display: block;
    z-index: 1;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 65px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.message-box .close-btn .icon{
    color: #ffffff;
    font-size: 18px;
    opacity: .7;
}

.message-box .close-btn:hover{
    background: rgba(0,0,0,0.2);
}

.message-box .icon-box{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 33px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    margin-top: -17.5px;
}

.message-box .icon-box .icon {
    font-size: 35px;
    color: #ffffff;
}

.message-box.info{
    background-color: #3B7EFF;
}
.message-box.success{
    background-color: #3DC1C3;
}
.message-box.warning{
    background-color: #FFBD40;
}
.message-box.error{
    background-color: #FA584D;
}

/*==========================
Accordian Box
===========================*/

.accordion-box{
    position:relative;
    margin-bottom: 5px;
}

.accordion-box .block{
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top: 1px solid #e5e5e5;
}

.accordion-box .block .acc-btn{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
    cursor: pointer;
    padding: 20px 55px;
    padding-right: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active{
    color: #72309b;
}

.accordion-box .block .acc-btn .icon{
    position: absolute;
    left: 20px;
    top: 20px;
    line-height: 25px;
    font-size: 24px;
    color: #666;
}

.accordion-box .block .acc-btn.active .icon{
    transform:scaleY(-1);
    color: #72309b;
}

.accordion-box .block .acc-content{
    position:relative;
    display:none;
    padding: 0px 20px 20px 50px;
}

.accordion-box .block .acc-content.current{
    display:block;
}
.accordion-box .block .content {
    padding:0px 5px;
}
.accordion-box .block .content p {
    margin-bottom:10px;
}

.accordion-box .block .content .text{
    position:relative;
    font-size: 15px;
    line-height: 23px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Accordion Style Two */

.accordion-box.style-two .block{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 0;
}

.accordion-box.style-two .block .acc-btn{
    background: #eef3f9;
    border: 0;
}

.accordion-box.style-two .block.active-block .content .text,
.accordion-box.style-two .block .acc-btn.active,
.accordion-box.style-two .block.active-block{
    background: #ffffff;
    color: #ffffff;
}

.accordion-box.style-two .block .acc-btn.active .icon:before{
    color: #ffffff;
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/* Accordion Style Three */

.accordion-box.style-three .block .acc-btn{
    padding: 20px 25px;
    padding-right: 35px;
}

.accordion-box.style-three .block .acc-btn .icon{
    left: auto;
    right: 25px;
}

.accordion-box.style-three .block .acc-btn .icon:before{
    font-size: 16px;
}


/*==========================
        Default Tabs
===========================*/

.default-tabs{
    position: relative;
    overflow: hidden;
}

.default-tabs .tab-buttons{
    position: relative;
}

.default-tabs .tab-buttons li{
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 1.4em;
    padding: 13px 20px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #DBDBDB;
    border-bottom: 0;
    margin: 0 -1px 0 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-tabs .tab-buttons li:first-child{
    border-top-left-radius: 7px;
}

.default-tabs .tab-buttons li:last-child{
    border-top-right-radius: 7px;
}

.default-tabs .tab-buttons li.active-btn{
    background-color: #eef3f9;
    border-color: #eef3f9;
}

.default-tabs .tabs-content .tab{
    position: relative;
    width: 100%;
    padding: 30px 30px;
    font-weight: 300;
    background: #f6f7f6;
    border-radius: 7px;
    border-top-left-radius: 0;
}

.default-tabs .tabs-content h5{
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}

.default-tabs .tabs-content .tab.active-tab{
    background-color: #eef3f9;
}

/*==========================
Progress Bars
============================*/

.bar-item{
    position:relative;
    margin-bottom:40px;
}

.bar-item .skill-bar{
    position:relative;
    width:100%;
    height:6px;
}

.bar-item .skill-bar .bar-inner{
    position:relative;
    width:100%;
    height:6px;
    background:#e3e3e3;
}

.bar-item .skill-bar .bar-inner .bar{
    position:absolute;
    left:0px;
    top:0px;
    height:1px;
    width:0px;
    border-bottom:5px solid #3b7eff;
    -webkit-transition:all 2000ms ease;
    -ms-transition:all 2000ms ease;
    -o-transition:all 2000ms ease;
    -moz-transition:all 2000ms ease;
    transition:all 2000ms ease;
}

.bar-item .skill-header{
    position:relative;
    line-height: 25px;
    text-transform:capitalize;
    font-weight: 600;
    font-size: 16px;
    margin-bottom:9px;
}

.bar-item .skill-header .skill-title{
    position:relative;
}

.bar-item .skill-percentage{
    position: absolute;
    right: -15px;
    top: -37px;
    font-size: 14px;
    font-weight: 500;
    color: #3b7eff;
}

.bar-item.style-two .skill-bar .bar-inner .bar:after{
    border-color: #59ab66;
}

.bar-item.style-two .skill-bar .bar-inner .bar{
    border-color: #59ab66;
    background-color: #59ab66;
}

.content-elements .buttons .theme-btn{
    margin-bottom: 30px;
}

/*==========================
Default Pagilnation
===========================*/

.default-pagination{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.default-pagination li{
    position: relative;
    margin: 0 3px;
}

.default-pagination li a{
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #eef3f9;
    font-weight: 500;
    border-radius: 7px;
    text-align: center;
    color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-pagination li.next a,
.default-pagination li.prev a{
    font-size: 12px;
}

.default-pagination li a:hover,
.default-pagination li a.current {
    background-color: #3b7eff;
    color: #ffffff;
}

.margin-bottom-100{
    margin-bottom: 50px;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.margin-bottom-40{
    margin-bottom: 30px;
}
.margin-bottom-30{
    margin-bottom: 15px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-top-70{
    margin-top: 70px;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-top-40{
    margin-top: 40px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-10{
    margin-top: 10px;
}

/*==========================
Owl Carousel Dots
===========================*/

.default-dots .owl-dots{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 5px;
}

.default-dots .owl-dot{
    background: transparent;
    line-height: 0px;
    min-height: 0;
    border: 0;
    padding: 0;
    width: 4px;
    height: 4px;
    opacity: .5;
    margin: 0 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*background-color: #72309b;*/
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.default-dots .owl-dot.active{
    width: 20px;
    opacity: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/*==========================
Owl Carousel Arrows
===========================*/

.owl-carousel.no-arrows .owl-nav{
    display: none;
}

.default-arrows .owl-nav{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    margin-top: -22px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-arrows:hover .owl-nav{
    opacity: 1;
}

.default-arrows .owl-next,
.default-arrows .owl-prev{
    position: absolute;
    left: -50px;
    top: 0;
    height: 45px;
    width: 45px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    line-height: 45px;
    border-radius: 7px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-arrows .owl-next{
    left: auto;
    right: -50px;
}

.default-arrows:hover .owl-next{
    right: 30px;
}
.default-arrows:hover .owl-prev{
    left: 30px;
}

.default-arrows .owl-next:hover,
.default-arrows .owl-prev:hover{
    background: #ffffff;
    color: #3b7eff;
}

.owl-carousel.disable-arrow .owl-nav{
    display: none;
}

.owl-carousel.disable-dots .owl-dots{
    display: none;
}

/*** 

====================================================================
Buttons Styles
====================================================================

***/

.theme-btn{
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    min-width: 160px;
}

.theme-btn i{
    margin-right: 3px;
}

/* Btn Style One */

.btn-style-one{
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 16px 35px;
    line-height: 15px;
    border-radius: 7px;
    background-color: rgb(1, 84, 247);
    border: 2px solid rgb(1, 84, 247);
}

.btn-style-one:hover{
    color: rgb(1, 84, 247);
    background-color: #ffffff;
    border-color: #ffffff;
}

/* Btn Style Two */

.btn-style-two{
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 25px;
    line-height: 15px;
    border-radius: 7px;
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-style-two:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(1, 84, 247);
    border-color: rgb(1, 84, 247);
}

.btn-style-two i{
    margin-right: 10px;
    margin-top: 1px;
    display: inline-block;
    font-size: 18px;
}

/* Btn Style Three */

.btn-style-three{
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 15px 35px;
    line-height: 20px;
    border-radius: 7px;
    background-color: rgb(1, 84, 247);
}

.btn-style-three:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(1, 84, 247);
}

/* Btn Style Four */

.btn-style-four{
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 15px 35px;
    line-height: 20px;
    border-radius: 7px;
    background-color: #3b7eff;
}

.btn-style-four:hover{
    color: rgb(255, 255, 255);
    background-color:#3b7eff;
}

/* Btn Style Five */

.btn-style-five{
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    padding: 16px 35px;
    line-height: 15px;
    border-radius: 7px;
    background-color: #ffffff;
    border: 1px solid #72309b;
}

.btn-style-five:hover{
    color:#ffffff;
    background-color: #72309b;
    border-color: #72309b;
}

.btn-style-five .icon{
    margin-right: 10px;
    font-size: 120%;
}

/*==========================
Icon Btn One
===========================*/

.icon-btn-one{
    position: relative;
    min-height: 50px;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    white-space: normal;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-btn-one:hover{
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.icon-btn-one span{
    position: relative;
    padding: 0 12px;
    white-space: nowrap;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.icon-btn-one:hover span{
    padding-right: 24px;
    padding-left: 0;
}

.icon-btn-one span:after{
    opacity: 0;
    right: 6px;
    content: '\f121';
    font-family: 'flaticon';
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    margin-top: 1px;
    -webkit-transition: right 0.3s ease, opacity 0.15s ease;
    transition: right 0.3s ease, opacity 0.15s ease;
}

.icon-btn-one:hover span:after {
    right: 0px;
    opacity: 1;
}

/*==========================
Icon Btn Two
===========================*/

.icon-btn-two{
    position: relative;
    min-height: 50px;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background-color: #72309b;
    white-space: normal;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-btn-two:hover{
    background: #72309b;
    border-color: #72309b;
    color: #ffffff;
}

.icon-btn-two span{
    position: relative;
    padding-right: 24px;
    white-space: nowrap;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.icon-btn-two:hover span{
    padding: 0 12px;
}

.icon-btn-two span:after{
    right: 0px;
    opacity: 1;
    content: '\f121';
    font-family: 'flaticon';
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    margin-top: 1px;
    -webkit-transition: right 0.3s ease, opacity 0.15s ease;
    transition: right 0.3s ease, opacity 0.15s ease;
}

.icon-btn-two:hover span:after {
    right: -24px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff;
}

.theme-btn.large{
    height: 60px;
    padding: 0px 48px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme-btn.small{
    min-height: 40px;
    line-height: 20px;
    padding: 0 23px;
    min-width: 147px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*==========================
Theme btn / Backgrounds
===========================*/
.btn-orange{
    background: #f26f27;
    color: #ffffff;
    border-color: #f26f27;
}

.theme-btn.bg_red{
    background: #f26f27;
    color: #ffffff;
    border-color: #f26f27;
}

.theme-btn.bg_gray{
    background: #e8d4f3;
    color: #000000;
    border-color: #e8d4f3;
}

.theme-btn.bg_gray2{
    background: #eef3f9;
    color: #000000;
    border-color: #eef3f9;
}

.theme-btn.bg_purple{
    background: #72309b;
    color: #ffffff;
    border-color: #72309b;
}

.theme-btn.bg_light{
    background: #ffffff;
    color: #000000;
    border: 0px solid #dadce2;
}

.theme-btn.bg_light:hover{
    background-color: #e4d6eb;
    border-color: #e4d6eb;
}

.theme-btn.bg_sky{
    background-color: #e8d4f3;
    border-color: #e8d4f3;
}

/*==========================
Pie Graph
===========================*/

.pie-graph{
    position: relative;
    margin-bottom: 40px;
}

.pie-graph .graph-outer{
    position: relative;
    text-align: center;
}

.pie-graph .graph-outer .dial{
    position: relative;
    display: block;
}

.pie-graph .inner-text{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    font-size: 36px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1em;
    color: #363636;
}

.pie-graph h4{
    position: relative;
    font-size: 20px;
    color: #363636;
    margin-top: 10px;
    text-align: center;
}

.pie-graph.light h4,
.pie-graph.light .inner-text{
    color: #ffffff;
}

/*==========================
        Banner Box One
===========================*/

.banner-box-one{
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 280px;
    border-radius: 10px;
    margin-bottom: 0px;
}

.banner-box-one .content{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    text-align: right;
    width: 100%;
    padding: 30px 35px 40px 40px;
    pointer-events: none;
}

.banner-box-one .title{
    font-size: 28px;
    line-height: 28px;
    color: #000000;
}

.banner-box-one p{
    color: #4c4c4d;
    line-height: 27px;
    font-size: 15px;
    margin-top: 12px;
}

/*==========================
Banner Box Two
===========================*/

.banner-box-two{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 280px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.banner-box-two .content{
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    text-align: center;
    width: 100%;
    padding: 40px 35px 40px 40px;
    pointer-events: none;
}

.banner-box-two .title{
    font-size: 28px;
    line-height: 28px;
    color: #000000;
}

.banner-box-two p{
    color: #4c4c4d;
    line-height: 27px;
    font-size: 15px;
    margin-top: 12px;
}

/*==========================
Banner Box Three
===========================*/

.banner-box-three{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 280px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-box-three .content{
    position: relative;
    z-index: 2;
    height: 100%;
    text-align: center;
    width: 100%;
    padding: 30px 20px;
}

.banner-box-three .title{
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
}

.banner-box-three p{
    position: relative;
    color: #ffffff;
    line-height: 27px;
    font-size: 15px;
    padding-top: 18px;
    margin-top: 18px;
    margin-bottom: 28px;
}

.banner-box-three p:before{
    position: absolute;
    width: 30px;
    height: 3px;
    top: -2px;
    left: 50%;
    margin-left: -15px;
    content: "";
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #3B7EFF;
}

.banner-box-three .theme-btn{
    position: relative;
    z-index: 3;
}

/*==========================
Banner Box Four
===========================*/

.banner-box-four{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

.banner-box-four .content{
    position: relative;
    width: 100%;
    padding: 60px 50px;
}

.banner-box-four .title{
    font-size: 28px;
    line-height: 28px;
    color: #000000;
}

.banner-box-four p{
    color: #4c4c4d;
    line-height: 27px;
    font-size: 15px;
    margin-top: 13px;
}

/*==========================
Banner Box Five
===========================*/

.banner-box-five{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

.banner-box-five .content{
    position: relative;
    width: 100%;
    padding: 60px 0;
    padding-left: 30%;
    padding-right: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-box-five .title{
    font-size: 28px;
    line-height: 28px;
    color: #000000;
}

.banner-box-five p{
    color: #4c4c4d;
    line-height: 27px;
    font-size: 15px;
    margin-top: 13px;
}

/*==========================
Banner Box Five
===========================*/

.banner-box-six{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-box-six .content{
    position: relative;
    z-index: 2;
    height: 100%;
    text-align: center;
    width: 100%;
    padding: 30px 20px 45px;
}

.banner-box-six .title{
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
}

.banner-box-six p{
    position: relative;
    color: #ffffff;
    line-height: 27px;
    font-size: 15px;
    padding-top: 18px;
    margin-top: 18px;
}

.banner-box-six p:before{
    position: absolute;
    width: 30px;
    height: 3px;
    top: -2px;
    left: 50%;
    margin-left: -15px;
    content: "";
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #3B7EFF;
}

.theme_color{
    color:#25262c;
}

.pull-right{
    float: right !important;
}

.pull-left{
    float: left !important;
}

/*==========================
        Preloader
===========================*/

.preloader{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
    background-image: url(../images/icons/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/*=== End Preloader ===*/

img{
    display:inline-block;
    max-width:100%;
    height:auto;
}

hr{
    -webkit-appearance: none;
    position: relative;
    height: 1px;
    margin: 30px auto;
    background: #dddfdc;
    border-style: none;
    outline-style: none;
}

.tabs-box{
    position: relative;
}

.tabs-box .tab{
    display: none;
}

.tabs-box .active-tab{
    display: block;
}
.tabs-box .faqs-section {
    background:transparent;
}

.mb-0{
    margin-bottom: 0;
}

/*=== Default Form ===*/

.default-form{
    position: relative;
}

.default-form .form-group{
    position:relative;
    margin-bottom:18px;
}

.default-form .form-group:last-child{
    margin-bottom: 0;
}

.default-form label{
    margin-bottom: 0;
}
.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select{
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 5px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.default-form .form-group select {
    padding: 10px 15px
}
.default-form .form-group textarea{
    height: 220px;
    resize: none;
}

.default-form .form-group input[type="submit"],
.default-form .form-group button{
    position: relative;
    display: inline-block;
    min-width: 160px;
    background: #72309b;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
}

/*** 

====================================================================
Scroll To Top style
====================================================================

***/

.scroll-to-top{
    position: fixed;
    right: 15px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    display: none;
    z-index: 9999;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #3b7eff;
    font-size: 20px;
    border-radius: 7px;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}

.scroll-to-top:hover{
    color: #ffffff;
    background-color: #3b7eff;
}

/*** 

====================================================================
Main Header
====================================================================

***/

.main-header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    background: rgba(0,0,0,0.2);
    box-shadow:0 0 3px 2px rgba(0,0,0,0.2);
}

.header-span{
    height: 120px;
}

/* Header Top */

.main-header .header-top{
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.main-header .header-top .inner-container{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.main-header .top-left{
    position: relative;
}

.main-header .contact-list{
    position: relative;
    padding: 5px 0;
    position: relative;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}

.main-header .contact-list li{
    position: relative;
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    margin-right: 30px;
}

.main-header .contact-list li:last-child{
    margin-right: 0;
}

.main-header .contact-list li i{
    float: left;
    font-size: 14px;
    line-height: 25px;
    margin-right: 8px;
    color: #ffffff;
}

.main-header .contact-list li a{
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .top-right{
    position: relative;
}

.main-header .main-box{
    position: relative;
    display: block;
    padding: 0 30px;
    z-index: 999;
}

.main-header .nav-outer{
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .logo{
    position: relative;
    z-index: 9;
    padding: 0px 0;
}

.main-header .logo img{
    max-height: 70px;
}

.main-header .menu-box{
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu{
    position:static;
}

.main-menu .navbar-header{
    display: none;
}

.main-menu .navbar-collapse{
    padding:0px;
}

.main-menu .navigation{
    position:static;
    display: flex;
}
.currencyType{padding:20px 13px;}
.main-menu .navigation > li.signType > ul > li > a {
    text-transform: initial;
    color: #007bff !important;
    padding: 0px 0!important;

}
.mobile-menu .navigation > li.signType > ul > li > a {
    text-transform: initial;
    color: #007bff !important;
    padding: 0px 0!important;

}
.signType hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 27%);
}
.main-menu .navigation > li > ul > li > a {
}
.main-menu .currencyType select.form-control {
    font-size: 15px;
    padding: 5px 12px;
    color: #000;
}
.main-menu .navigation > li{
    position:relative;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-menu .navigation > li > a{
    position:relative;
    display:block;
    text-align:center;
    opacity:1;
    font-size: 16px;
    line-height: 36px;
    font-weight:500;
    color:#ffffff;
    padding: 23px 16px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-menu .navigation > li.dropdown > a:after{
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    font-family: 'Flaticon';
    content: "\f210";
    display: block;
    line-height: 20px;
    font-size: 8px;
    color: #ffffff;
    z-index: 5;
}
.main-menu .navigation li.head {
    color: #f26f27;
    font-weight: bold;
    font-size:14px;
    padding-top:15px;
}
.main-menu .navigation > li > a:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: #3b7eff;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation > li > a > span{
    position: relative;
    display: block;
    padding-right: 10px;
}

.main-menu .navigation > li > ul{
    position: absolute;
    top: 100%;
    left: -25px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    border:1px solid #eee;
    z-index: 1;
    min-width: 250px;
    margin-top:0px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
}

.main-menu .navigation > li > ul:before{
    display: table;
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

.main-menu .navigation > li > ul > li{
    position:relative;
    display: block;
    z-index: 1;
}
/*.main-menu .signHub a:hover{*/
/*    margin-top: 28px;*/
/*    color: #fff !important;*/
/*    !* border: 1px solid #754990;*/
/*     background-color: #754990;*!*/
/*    color: #754990 !important;*/
/*    border: 1px solid #b45cea45;*/
/*    background-color: #b45cea45;*/
/*    padding: 0px 15px !important;*/
/*    border-radius: 4px;*/
/*    line-height: 30px !important;*/
/*    margin-left: 15px;*/
/*}*/
.main-menu .signin a{
    margin-top: 26px;
    color: #764098 !important;
    border:transparent;
    background-color: #7549901c;
    padding: 0px 15px !important;
    border-radius: 4px;
    line-height: 30px !important;
    margin-left: 10px;
}
.main-menu .signup a{
    margin-top: 26px;
    color: #fff !important;
    border:transparent;
    background-color: #764098;
    padding: 0px 15px !important;
    border-radius: 4px;
    line-height: 30px !important;
    margin-left: 10px;
}
/*.main-menu .signin a:hover{*/
/*    background-color: #75499040;*/
/*    color:#fff;*/
/*}*/
.mobile-menu .navigation > li.signin a {
    color: #764098;
}.mobile-menu .navigation > li.signup a {
    color: #764098;
}
.theme-color .main-menu .navigation > li.signin> a:before {
    background: transparent !important;
}
.theme-color .main-menu .navigation > li.signup> a:before {
    background: transparent !important;
}
.main-menu .navigation > li > ul > li:last-child{
    border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
    position:relative;
    display:block;
    z-index: 1;
    font-weight:500;
    font-size: 15px;
    line-height: 28px;
    color:rgba(0,0,0,0.74);
    padding: 7px 0;
    white-space: nowrap;
    text-transform:capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-menu .navigation li > a:hover {
    color:#72309b;
}

.main-menu .navigation > li > ul > li.current.dropdown > a:before,
.main-menu .navigation > li li.current li.current > a,
.main-menu .navigation > li > ul > li.current > a{
    color: #3b7eff;
}

.main-menu .navigation > li > ul > li > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    border:1px solid #eee;
    border-radius: 10px;
    padding: 17px 25px;
    z-index: 1;
    min-width: 150px;
    margin-top: -10px;
    margin-left: 15px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
}

.main-menu .navigation > li > ul > li > ul:before{
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 30px;
    content: "";
}

.main-menu .navigation > li > ul > li > ul > li{
    position:relative;
    width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
    border-bottom:none;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
    position:relative;
    display:block;
    padding: 7px 0;
    z-index: 1;
    font-weight:500;
    font-size: 15px;
    line-height: 28px;
    color:rgba(0,0,0,0.74);
    white-space: nowrap;
    text-transform:capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li.dropdown > a:before{
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -10px;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    color: #000000;
    z-index: 5;
    opacity: .75;
}

.main-menu .navigation > li.dropdown.active > ul{
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main-menu .navigation li.dropdown .dropdown-btn{
    position:absolute;
    right:10px;
    top:8px;
    width:34px;
    height:30px;
    border:1px solid #ffffff;
    text-align:center;
    font-size:16px;
    line-height:26px;
    color:#ffffff;
    cursor:pointer;
    z-index:5;
    display:none;
}

.main-header .outer-box{
    position: relative;
    margin-left: -140px;
}

.main-header .search-box{
    position: relative;
}

.main-header .search-box .search-btn{
    position: relative;
    background-color: transparent;
    z-index: 1;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.main-header .outer-box{
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .service_wrapper{
    position: relative;
    padding-left: 50px;
    margin-right: 75px;
}

.main-header .service_wrapper .icon{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
    color: #3b7eff;
}

.main-header .service_wrapper p{
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
}

.main-header .service_wrapper h4{
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu{
    position: static;
}

.main-menu .navigation > li > .mega-menu{
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    padding: 35px 30px 25px;
    border-radius: 5px;
    background-color: #ffffff;
    transform: translateX(-50%);
    margin-top: 8px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
}

.main-menu .navigation > li:hover > .mega-menu{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.main-menu .navigation > li > .mega-menu:before{
    display: table;
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
    position: relative;
    margin: 0;
}

.main-menu .navigation > li .mega-menu-bar h3{
    position:relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 9px;
}

.main-menu .navigation > li .mega-menu-bar h3:before{
    content: '';
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #3B7EFF;
}

.main-menu .navigation > li .mega-menu-bar > ul{
    position:relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li{
    position:relative;
    display: block;
    z-index: 1;
    border-bottom: 1px solid #E1E1E1;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{
    border:none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
    position:relative;
    display:block;
    z-index: 1;
    font-weight:500;
    font-size: 15px;
    line-height: 28px;
    color:rgba(0,0,0,0.74);
    padding: 10px 0;
    white-space: nowrap;
    text-transform:capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li.current > a{
    color: #3b7eff;
}

.header-post-widget{
    padding: 15px 0;
}

.latest-post{
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
    min-height:80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 80px;
}

.latest-post:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.latest-post .thumb{
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    border-radius: 4px;
    overflow: hidden;
}

.latest-post h6{
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.latest-post .info{
    font-size: 13px;
    color: #7e7e80;
    font-weight: 500;
}

/*================= End Mega Menu =========================*/

/*** 

====================================================================
Search Popup
====================================================================

***/

.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-back-drop{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.50);
}

.search-active .search-popup{
    opacity: 1;
    visibility: visible;
}

.search-popup .search-inner{
    position: relative;
    background: #ffffff;
    padding: 25px 0 30px;
    z-index: 1;
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup .search-inner{
    transform: translateY(0);
}

.search-popup .upper-text{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.search-popup .upper-text .text{
    font-size: 13px;
}

.search-popup .close-search{
    position: absolute;
    right: 0;
    top: 0;
    color: #4C4C4D;
    font-size: 10px;
    line-height: 27px;
    z-index: 3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group form{
    position: relative;
}

.search-popup .form-group{
    position:relative;
    margin:0px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:24px;
    line-height: 25px;
    color:#333333;
    padding: 10px 0;
    height: 45px;
    width:100%;
    background-color: transparent;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
    position:absolute;
    right:0px;
    top:0px;
    background: transparent;
    text-align:center;
    font-size:20px;
    line-height: 45px;
    color:#333333;
    padding: 0;
    background: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{

}

/*search box btn*/

.main-header .cart-btn-outer{
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #cccccc;
}

.main-header .header-top .cart-btn-outer{
    padding-left: 0;
    border-left: 0;
}

.main-header .cart-btn{
    position: relative;
    display: block;
    z-index: 1;
    color: #000000;
    font-size: 15px;
    line-height: 21px;
}

.main-header .cart-btn .count{
    position: absolute;
    right: -10px;
    top: -2px;
    height: 14px;
    width: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 8px;
    color: #ffffff;
    background-color: #3b7eff;
    border-radius: 50%;
}

/*** 

====================================================================
        Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: rgba( 255, 255, 255, 1);
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fixed-header .sticky-header{
    opacity:1;
    z-index: 99;
    visibility:visible;
}

.sticky-header .search-box .search-btn,
.sticky-header .service_wrapper h4,
.sticky-header .service_wrapper p,
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li > a{
    color: #000000;
}

.sticky-logo{
    display: none;
}

.sticky-header .main-logo{
    display: none;
}

.sticky-header .sticky-logo{
    display: block;
}

/*** 

====================================================================
        Mobile Header
====================================================================

***/

.mobile-header{
    position: relative;
    margin: 0 20px;
    padding: 20px 0;
    display: none;
}

.mobile-header:after{
    display: table;
    clear: both;
    content: "";
}

.mobile-header .logo{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 38px;
}

.mobile-header .nav-outer{
    position: relative;
    float: right;
}

.mobile-header .outer-box{
    position: relative;
    float: right;
}

.mobile-sticky-header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 15px;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    z-index: 999;
    -webkit-box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
    -moz-box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
    box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
}

.mobile-sticky-header:after{
    display: table;
    clear: both;
    content: "";
}

.mobile-sticky-header .logo{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 38px;
}

.mobile-sticky-header .nav-outer{
    position: relative;
    float: right;
}

.mobile-sticky-header .outer-box{
    position: relative;
    float: right;
}

/*** 

====================================================================
                Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
    position: relative;
    float: right;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 20px;
    color:#000000;
    order: 3;
    display: none;
    transition: all 300ms ease;
}

.mobile-menu-back-drop{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    transition: all 200ms ease;
}

.mobile-menu{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    max-width:100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 300ms ease;
}

.mobile-menu .nav-logo{
    position:relative;
    padding:20px 25px;
    text-align:left;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-menu .nav-logo img{
    height: 52px;
}

.mobile-menu-visible{
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-outer{
    position: fixed;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    padding: 0px 0px;
    z-index: 5;
    display: block;
    background-color: #ffffff;
    transform: translateX(-100%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-outer{
    transform: translateX(0%);
}

.mobile-menu .menu-box{
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0px;
    z-index: 5;
    display: block;
    background-color: #ffffff;
}

.mobile-menu .navigation{
    position: relative;
    display: block;
    padding: 20px 0;
}

.mobile-menu .navigation > li{
    position: relative;
    display: block;
}

.mobile-menu .navigation li > a{
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    padding: 15px 25px;
}
.mobile-menu .navigation li.head {
    color: #f26f27;
    font-weight: bold;
    font-size: 14px;
    padding-top: 15px;
}

.mobile-menu .navigation li:last-child > a{
    border-bottom: 0;
}

.mobile-menu .navigation li.current > a{
    color: #0154f7;
}

.mobile-menu .navigation li li > a{
    padding: 10px 0px;
    font-size: 14px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
    position:absolute;
    right:5px;
    top:0px;
    width:42px;
    height:42px;
    text-align:center;
    line-height:42px;
    font-size: 10px;
    color: #000000;
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    cursor:pointer;
    z-index:5;
}

.mobile-menu .navigation li.current.dropdown .dropdown-btn{
    color: #363636;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .navigation li > ul{
    display: none;
    padding-left: 40px;
}

.mobile-menu .navigation li > ul > li > ul{
    display: none;
    padding: 0 25px;
}

.mobile-menu .mega-menu-bar h3{
    position:relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 9px;
    margin-left: 40px;
}

.mobile-menu .mega-menu-bar h3:before{
    content: '';
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #3B7EFF;
}

.mobile-menu .mega-menu-bar .column{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mobile-menu .navigation > li > .mega-menu{
    width: 100% !important;
    display: none;
}

.mobile-menu .navigation > li.has-mega-menu ul {
    padding-left: 40px;
}

.mobile-menu .header-post-widget{
    padding-left: 40px;
}

.menu-search{
    position: relative;
    padding: 25px 25px;
}

.menu-search .form-group{
    position: relative;
}

.menu-search .form-group .input{
    position: relative;
    width: 100%;
    padding: 10px 50px 10px 10px;
    outline: none;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 23px;
    height: 45px;
}

.menu-search .form-group button{
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
}

/*** 

====================================================================
        Header Style Two
====================================================================

***/

.header-style-two{
    position: relative;
    background: #ffffff;
}

.header-style-two .contact-list li i,
.header-style-two .contact-list li,
.header-style-two .contact-list li a,
.header-style-two .search-box .search-btn,
.header-style-two .service_wrapper h4,
.header-style-two .service_wrapper p,
.header-style-two .main-menu .navigation > li.dropdown > a:after,
.header-style-two .main-menu .navigation > li > a{
    color: #000000;
}

.header-style-two .outer-box{
    margin-left: 60px;
}

.header-style-two .header-top{
    position: relative;
    background: #f4f4f4;
}

.header-style-two .header-top .service-num{
    position: relative;
    display: flex;
    align-items: center;
}

.header-style-two .header-top .service-num a{
    margin-right: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    transition: all 300ms ease;
}

.header-style-two .header-top .service-num a i{
    margin-right: 10px;
}

.header-style-two .header-top .service-num .text{
    font-size: 12px;
}

/*** 

====================================================================
        Color Scheme ORANGE
====================================================================

***/

.theme-color .mobile-menu .navigation li.current > a,
.theme-color .testimonials-block-two .icon,
.theme-color .pricing-table .table-content ul li:before,
.theme-color .main-menu .navigation > li .mega-menu-bar .column > ul > li.current > a,
.theme-color .main-menu .navigation > li > ul > li.current.dropdown > a:before,
.theme-color .main-menu .navigation > li li.current li.current > a,
.theme-color .main-menu .navigation > li > ul > li.current > a,
.theme-color .sec-title .sub-title,
.theme-color .sec-title-two .icon,
.theme-color .quote-style-one .icon,
.theme-color .sec-title .icon,
.theme-color .sec-bottom-text a,
.theme-color .main-slider .theme-btn:hover,
.theme-color .main-footer .social-link a:hover,
.theme-color .main-footer .call-us .service-num a i,
.theme-color .header-style-two .header-top .service-num a:hover,
.theme-color .main-header .service_wrapper .icon{
    color: #2bb510;
}

.theme-color .main-menu .navigation > li .mega-menu-bar h3:before,
.theme-color .pricing-table.tagged .theme-btn,
.theme-color .sec-title .text:before,
.theme-color .mobile-menu .mega-menu-bar h3:before,
.theme-color .pricing-table.tagged .table-header,
.theme-color .main-menu .navigation > li > a:before{
    background: #f16e26;
}

.theme-color .sec-title .sub-title,
.theme-color .pricing-table.tagged .table-info-wrapper,
.theme-color .sec-title .icon{
    background: #fff3ed;
}

/*** 

====================================================================
Page Title
====================================================================

***/
.banner-section .btn {
    padding:10px 20px;
}
.banner-section .banner-content {
    text-align:left;
    padding:20px 0px;
    max-width:90%;
}
/*.banner-section .banner-content h2 {color:#fff; font-size:36px; margin:0 0 10px;}*/
.banner-section .banner-content h1 {
    color:#fff;
    font-size:36px;
    margin:0 0 10px;
}
.banner-section .banner-content h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
}
.banner-section .banner-content p {
    color:#fff;
    margin-bottom:25px;
    font-size: 18px;
}

.banner-floating {
    background:#f9f9f9;
    margin-bottom:100px;
}

.page-title{
    position: relative;
    padding: 50px 0px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    z-index: 2;
}

.page-title .category-tag{
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    color: #7e7e80;
}

.page-title h1{
    color: #000000;
    font-size: 56px;
    line-height: 1.2em;
    margin: 0 0 -3px;
    word-break: break-word;
}

.page-title .title_divider{
    display: inline-block;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background: #cbcfd4;
}

.page-breadcrumb{
    font-size: 15px;
    line-height: initial;
    margin: 10px -15px 10px;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    color:rgb(255 255 255 / 100%);
    font-size:15px;
    font-weight:400;
    padding: 0 18px;
    line-height: 24px;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position: absolute;
    top: 0;
    right: -7px;
    content: '\f212';
    font-family: 'flaticon';
    display: inline-block;
    font-size: 8px;
    color: #ffffff;
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li a{
    color:rgb(255 255 255 / 100%);
    text-transform: capitalize;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
    opacity: .9;
}

/*** 

====================================================================
        Section Title
====================================================================

***/
section.section {
    padding:50px 0px;
}
.sec-title{
    position:relative;
    margin-bottom:20px;
}

.sec-title .sub-title{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 20px;
    color: #3b7eff;
    background: #eef3f9;
    border-radius: 10px;
    margin-bottom: 15px;
}

.sec-title .icon{
    position: relative;
    display: inline-block;
    width: 74px;
    height: 74px;
    line-height: 74px;
    font-size: 30px;
    text-align: center;
    background: #eef3f9;
    color: #3b7eff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 22px;
}

.sec-title h3{
    position: relative;
    font-size: 30px;
    color: #000000;
    line-height: 1.4em;
    font-weight: 400;
}

.sec-title .text{
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
}

.sec-title .text:before{
    position: absolute;
    width: 100px;
    height: 3px;
    top: -2px;
    left: 0;
    content: "";
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #f26f27;
}

.sec-title.text-center .text:before{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*=== Section Title One ===*/

.sec-title-one{
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sec-title-one .icon{
    position: relative;
    margin-right: 25px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    width: 50px;
    background: #eef3f9;
    color: #3b7eff;
    border-radius: 10px;
}

.sec-title-one h3{
    font-size: 28px;
    color: #000000;
    font-weight: 700;
}

/*=== Section Title Two ===*/

.sec-title-two{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 90px;
}

.sec-title-two .icon{
    position: absolute;
    left: 0;
    top: -13px;
    height: 74px;
    width: 74px;
    line-height: 74px;
    color: #3b7eff;
    font-size: 40px;
    text-align: center;
}

.sec-title-two h3{
    font-size: 36px;
    color: #000000;
    font-weight: 700;
}

.sec-title-two .text{
    position: relative;
    display: block;
    margin-top: 19px;
    padding-top: 19px;
    color: rgba(0,0,0,0.75);
    font-size: 15px;
    line-height: 27px;
}

.sec-title-two .text:before{
    width: 30px;
    height: 3px;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    content: "";
}

.sec-title-two.light .text,
.sec-title-two.light h3,
.sec-title-two.light .icon{
    color: #ffffff;
}

/*** 

====================================================================
Main Slider
====================================================================

***/

.main-slider{
    position: relative;
    display: block;
    z-index: 1;
}

.main-slider h2{
    font-size: 45px;
    line-height: 1.2em;
    color: rgb(236, 242, 245);
    font-weight: 800;
}

.main-slider .text{
    font-size: 16px;
    line-height: 26px;
    color: rgb(236, 242, 245);
}

.main-slider .theme-btn:hover{
    background: #ffffff;
    border-color: #ffffff;
}

.main-slider.style-two .text,
.main-slider.style-two h2{
    color: #000;
}

/*** 

====================================================================
Top Features
====================================================================

***/

.top-features{
    position: relative;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.feature-block-two{
    position: relative;
    margin-bottom: 0px;
}

.feature-block-two .inner-box{
    position: relative;
    padding-left: 68px;
}

.feature-block-two .icon{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    color: #f16e26;
}

.feature-block-two h4{
    position: relative;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    top: -4px;
    margin-bottom: -4px;
}

.feature-block-two p{
    font-size: 15px;
    line-height: 27px;
    color: rgba(255,255,255,0.75);
}

/*** 

====================================================================
Features Section
====================================================================

***/

.features-section{
    position: relative;
    margin-bottom:-100px;
}

.features-section .feature-block-three{
    position: relative;
    z-index: 9;
}

.feature-block-three .inner-box{
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 35px 40px 33px 40px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-box:hover{
    background-color: #72309b;
}

.feature-block-three .inner-box .content{
    position: relative;
    padding-left: 0px;
}

.feature-block-three .inner-box .icon{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 50px;
    line-height: 50px;
    color: #3b7eff;
    font-weight: 400;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-box h4{
    position: relative;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-box p{
    font-size: 15px;
    line-height: 27px;
    color:rgba(0,0,0,0.75);
    font-weight: 400;
    margin-top: 9px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-box:hover .icon,
.feature-block-three .inner-box:hover h4,
.feature-block-three .inner-box:hover p{
    color: #ffffff;
}

/*** 

====================================================================
Features Section Two
====================================================================

***/

.features-section-two{
    position: relative;
    background-color: #2c2f50;
}

.feature-block-four{
    position: relative;
}

.feature-block-four .inner-box{
    position: relative;
    padding: 60px 70px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-block-four .inner-box:hover{
    background: rgba(255,255,255,0.05);
}

.feature-block-four .icon{
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 32px;
    color: #3b7eff;
    margin-bottom: 10px;
}

.feature-block-four h5{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 9px;
}

.feature-block-four p{
    color: #ffffff;
}

.overlay-link{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*** 

====================================================================
Features Section Three
====================================================================

***/

.features-section-three{
    position: relative;
}

.features-section-three .services-outer{
    position: relative;
    padding-top: 100px;
    padding-bottom: 200px;
    background-color: #2c2f50;
}

.service-block-three{
    position: relative;
    margin-bottom:10px;
}

.service-block-three .inner-box{
    position: relative;
    overflow: hidden;
    padding:20px;
}
.service-block-three .inner-box h3 {
    color: #72309b;
    font-size:28px;
    line-height:34px;
}
.service-block-three .inner-box .text {
    color: #000;
    line-height:22px;
}

.service-block-three .icon{
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    background: #3b7eff;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 23px;
}

.service-block-three h3{
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.service-block-three h3 a{
    color: inherit;
}

.service-block-three .text{
    color: rgba(255,255,255,0.75);
    margin-top: 9px;
}

.features-section-three .brand-outer{
    position: relative;
    margin-top: -160px;
}

.features-section-three .skills-outer{
    position: relative;
    padding: 100px 0 50px;
}

.features-section-three .skills-outer .column{
    margin-bottom: 50px;
}

.features-section-three .skills-outer .inner-column{
    position: relative;
    padding-left: 45px;
}

.features-section-three .skills-outer h3{
    font-size: 22px;
    line-height: 1.4em;
    color: #000000;
    margin-bottom: 10px;
}

.features-section-three .skills-outer .theme-btn{
    margin-top: 35px;
}

.quote-style {
    margin-bottom:30px;
    padding:0px;
}
.quote-style h2 {
    font-size:36px;
}
.quote-style .text {
    text-align: justify;
    font-size:16px;
}


/*****************DV SSL Cerificate CSS Start********************/

.product-panel-text  {
    border-right: 1px solid #6c6c6c;
    width: 100%;
    /*border-radius: 4px;*/
    /*box-shadow: 0px 1px 3px rgba(0, 0, 0,0.3);*/
}
.product-panel-text h3 {
    font-size: 20px;
}
.productBorder{border:none;}

.smimeCertificate .product-panel.productBorder {
    border: none!important;
}
.learnMore {
    border-left: 2px solid #74369b;
    padding-left: 10px;
}
.product-panel-text select.form-control {
    font-size: 14px;
    padding: 2px 3px;
    color: #000;
    height: 25px;
    margin-top: 3px;
}
.product-panel-text .product-body{
    padding: 0px 15px;
    min-height: 290px;
}
.product-panel-text .theme-btn  {
    background: #ff6f09;
    color: #fff;
    margin: 0px auto;
    font-weight: 500;
    min-width: 110px !important;
    box-shadow: none;
    border-color: #ff6f09;
}
.product-panel .theme-btn  {
    background: #ff6f09;
    color: #fff;
    margin: 0px auto;
    font-weight: 500;
    min-width: 110px !important;
    box-shadow: none;
    border-color: #ff6f09;
}
.currencyType{
    padding: 23px 16px;
}
.product-panel-text .theme-btn:hover{color: #fff;}
.product-panel-text .extraCost{font-size: 12px;}
.product-panel-text .learnMore a{color: #72309b;}
/*.product-panel .certificateText {min-height: 90px;}*/
.product-panel-text .showContent {
    border-top: 1px solid #ddd;
    padding: 10px 20px;
    background: #f6f6f6;
}
.product-panel-text .small {font-size: 50%;}
.product-panel-text  h4 {
    min-height: 50px;
    color: #72309b;
    font-size: 18px;
    font-weight:bolder;
}
.showFeatureModal .hubTxt {
    text-decoration: underline;
}
.showFeatureModal {
    display: none;
    position: fixed;
    left: inherit !important;
    top: 0px !important;
    right: inherit !important;
    width: 100%!important;
    x-index: 1;
    height: 100%;
    /* margin: 0 auto!important; */
    overflow: auto;
    background: none!important;
    padding-top: 0px;
    box-shadow: 20px 20px 50px grey;
}
.dvShow li i {
    color: #2bb510;
    font-size: 12px;
    margin-right: 7px;
}
.showTxt .close {
    position: absolute;
    right: -4px !important;
    top: -3px;
    font-size: 20px;
    background-color: #fff;
    border-radius: 100px;
    z-index: 9999;
    padding: 10px;
    opacity: 0.8;
    color: #000;
    height: 30px;
    text-align: center;
    line-height: 0px;
    width: 30px;
}
.showTxt .modal-header{
    padding: 10px 15px;
    background-color: #72309b;
    color: #fff;

}
.showTxt .modal-header h5{font-size: 16px;}
.ttips {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.ttips .tooltipRight{
    right:-250px !important;
}
.ttips .ttipContent {
    font-size:13px;
    visibility: hidden;
    min-width: 280px;
    background-color: #fff9f3;
    border: 1px solid #eec592;
    color: #000;
    right:-75px;
    top:20px;
    text-align: left;
    border-radius:3px;
    padding: 10px;
    position: absolute;
    z-index:9999;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.ttips .ttipContent p {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.fields-font {
    color: #2271b2;
    font-weight: 400;
}
.ttips:hover .ttipContent {
    visibility: visible;
    opacity: 1;
}
.ttips .ttipContent.usageTips {
    width: 270px;
}

/*****************DV SSL Cerificate CSS End********************/


//***
====================================================================
Features Section Four
====================================================================

***/

.features-section-four{
    position: relative;
    padding: 50px 0 20px;
    background-color: #2c2f50;
}

.feature-block-five{
    margin-bottom: 30px;
}

.feature-block-five .inner-box{
    position: relative;
    padding: 60px 30px;
    text-align: center;
    border-radius: 7px;
    background-color: rgba(255,255,255,0.1);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-block-five .inner-box:hover{
    background-color: rgba(255,255,255,0.05);
}

.feature-block-five h3{
    font-size: 20px;
    color: #ffffff;
    margin: 10px 0px 0px 0px;
    font-weight: 600;
}

.feature-block-five h3 a{
    color: inherit;
}

.feature-block-five p{
    color: #ffffff;
    margin-top: 9px;
}

/***

====================================================================
                Fun Fact Section
====================================================================

***/

.fun-fact-section{
    position: relative;
    padding:30px 0px;
}
.fact-counter .row{
    margin: 0 -7px;
}

.fact-counter .counter-column{
    position:relative;
    padding: 0 7px;
    margin-bottom:0px;
}

.fact-counter .counter-column .inner-column{
    position: relative;
    overflow: hidden;
    padding:15px;
    background: #ffffff;
}

.fact-counter .counter-column .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-bottom-right-radius: 10px;
    font-size: 36px;
    color: #ffffff;
}

.fact-counter .count-box{
    width: 100%;
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    margin-top: 5px;
}

.fact-counter .count-box .count-text{
    position:relative;
    display: inline-block;
    font-size: 50px;
    line-height: 1em;
    font-weight: 600;
    color: #000000;
    margin-right: 3px;
    vertical-align: top;
}

.fact-counter .text{
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.7em;
}

.fun-fact-section .quot-column{
    position: relative;
    margin-bottom: 20px;
}

.fun-fact-section .quot-column .divider{
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 30px;
    border-right: 1px solid #707070;
}

.fun-fact-section .text-column{
    position: relative;
    margin-bottom: 20px;
}

.fun-fact-section .text-column .text{
    position: relative;
    padding-left: 35px;
}

.quote-style-one{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.quote-style-one h4 {
    font-weight: normal;
    margin:20px 0px;
}
.quote-style-one .icon{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 40px;
    color: #3b7eff;
    line-height: 40px;
}

.quote-style-one p{
    position: relative;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
}

.quote-style-one p a{
    color: inherit;
}

.quote-style-one .author{
    position: relative;
    display: inline-block;
    margin-top: 9px;
    padding-left: 40px;
    font-size: 14px;
    color: #000000;
}

.quote-style-one .author:before{
    background: rgba(0,0,0,0.5);
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
}

/***

====================================================================
Fun Fact Section Two
====================================================================

***/

.fun-fact-section-two{
    position: relative;
}

.fact-counter-two{
    position: relative;
    padding: 40px 0 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.fact-counter-two .counter-column{
    position:relative;
    margin-bottom:40px;
}

.fact-counter-two .counter-column .inner-column{
    position: relative;
}

.fact-counter-two .count-box{
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    margin-top: 5px;
}

.fact-counter-two .count-box .count-text{
    position:relative;
    display: inline-block;
    font-size: 36px;
    line-height: 1em;
    font-weight: 600;
    color: #000000;
    margin-right: 3px;
    vertical-align: top;
}

.fact-counter-two .text{
    color: #4c4c4d;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.7em;
}

/***

====================================================================
Fun Fact Section Three
====================================================================

***/

.fun-fact-section-three{
    position: relative;
    background-color: #2c2f50;
    padding: 60px 0 30px;
}

.fact-counter-three .counter-column{
    position:relative;
    margin-bottom:30px;
}

.fact-counter-three .counter-column .inner-column{
    position: relative;
    overflow: hidden;
    padding: 33px 35px 35px 90px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.fact-counter-three .counter-column .inner-column:hover{
    background-color: rgba(255,255,255,0.1);
}

.fact-counter-three .counter-column .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-bottom-right-radius: 10px;
    font-size: 36px;
    color: #ffffff;
}

.fact-counter-three .count-box{
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-top: 5px;
}

.fact-counter-three .count-box .count-text{
    position:relative;
    display: inline-block;
    font-size: 36px;
    line-height: 1em;
    font-weight: 600;
    color: #ffffff;
    margin-right: 3px;
    vertical-align: top;
}

.fact-counter-three .text{
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.7em;
}

.fact-counter-three .icon.bg_purple{
    background-color: #956efd;
}

.fact-counter-three .icon.bg_green{
    background-color: #3ab99c;
}

.fact-counter-three .icon.bg_blue{
    background-color: #527ee0;
}

.fact-counter-three .icon.bg_orange{
    background-color: #ef8851;
}

/*** 

====================================================================
        Services Section
====================================================================

***/

.services-section{
    position: relative;
    padding: 90px 0 60px;
}

.services-section .row{
    z-index: 3;
}

.services-section .image-column{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
    border-radius: 10px;
}

.services-section .text-column{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.services-section .text-column .inner-column{
    position: relative;
    padding-right: 65px;
}

.services-section .sec-title{
    margin-bottom: 1.7em;
}

.services-section .sec-title .text{
    padding-top: 15px;
    margin-top: 15px;
}

.services-section .text-column .theme-btn{
    margin-top: 35px;
}

.service-block{
    position: relative;
    margin-bottom: 30px;
}

.service-block .inner-box{
    position: relative;
    border-radius: 10px;
    padding: 40px 50px 40px 30px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.service-block .inner-box .hover_layer{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 80%;
    opacity: 0;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-block .inner-box:hover .hover_layer{
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.17s ease-out 0.18s;
    transition: all 0.17s ease-out 0.18s;
}

.service-block .inner-box:before{
    content: '';
    top: 100%;
    height: 0;
    right: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover:before{
    top: 0;
    height: 100%;
}

.service-block .icon{
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 5px;
    margin-bottom: 33px;
}

.service-block h3{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #000000;
    font-weight: 600;
    margin-bottom: 23px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.service-block .text{
    position: relative;
    font-size: 15px;
    line-height: 27px;
    color: rgba(0,0,0,0.75);
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .text,
.service-block .inner-box:hover h3{
    color: #ffffff;
}

.services-section .services-area{
    position: relative;
    padding-top: 50px;
    padding-bottom: 10px;
}

.services-section .services-area .feature-block-three{
    margin-bottom: 30px;
}

.services-section.style-two .text-column .inner-column{
    padding-left: 65px;
    padding-right: 0;
}

/*** 

====================================================================
Services Section Two
====================================================================

***/

.services-section-two{
    position: relative;
    padding: 120px 0 60px;
}

.service-block-two{
    position: relative;
    padding-top:20px;
}

.service-block-two .inner-box{
    position: relative;
    overflow: hidden;
    padding-left: 88px;
}

.service-block-two .icon{
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #f1f1f1;
    color: #72309b;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
}

.service-block-two h3{
    position: relative;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

.service-block-two h3 a{
    color: inherit;
}

.service-block-two .text{
    font-size: 15px;
    line-height: 27px;
    color: rgba(0,0,0,0.75);
    margin-top: 9px;
}

/*** 

====================================================================
        Why Choose us
====================================================================

***/

.why-choose-us{
    position: relative;
    background-color: #eef3f9;
    padding: 100px 0 60px;
}

.why-choose-us .sec-title{
    margin-bottom: 50px;
}

.why-choose-us .sec-title h3{
    font-size: 28px;
}

.why-choose-us .sec-title .text{
    padding-top: 18px;
    margin-top: 18px;
}

.feature-block-six{
    position: relative;
    margin-bottom: 40px;
}

.feature-block-six .inner-box{
    position: relative;
    padding-left: 58px;
}

.feature-block-six .icon{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: 1em;
    color: #3b7eff;
}

.feature-block-six h4{
    position: relative;
    font-size: 20px;
    color: #000000;
    line-height: 1.2em;
    font-weight: 600;
    top: -4px;
    margin-bottom: 5px;
}

.feature-block-six h4 a{
    color: inherit;
}

/*** 

====================================================================
        Case Study Section
====================================================================

***/

.case-study-section{
    position: relative;
    padding-top: 90px;
    padding-bottom: 84px;
}

.case-block{
    position: relative;
    margin-bottom: 15px;
}

.case-block .inner-box{
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05);
}

.case-block .image-box{
    position: relative;
}

.case-block .image-box .image{
    position: relative;
    margin-bottom: 0;
}

.case-block .image-box .image img{
    display: block;
    width: 100%;
}

.case-block .image-box .icon_img{
    bottom: 0;
    width: 76px;
    position: absolute;
    padding: 15px 0 0;
    background-color: #fff;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    left: calc(50% - 38px);
    text-align: center;
}

.case-block .image-box .icon_img img{
    max-height: 35px;
    width: auto;
}

.case-block .lower-content{
    position: relative;
    padding: 35px 35px 38px;
    text-align: center;
}

.case-block .lower-content h4{
    font-size: 20px;
    color: #000000;
}

.case-block .lower-content h4 a{
    color: #000000;
}

.case-block .lower-content .text{
    position: relative;
    padding-top: 14px;
    margin-top: 13px;
    color: rgba(0,0,0,0.75);
}

.case-block .lower-content .text:before{
    top: 0;
    content: '';
    width: 30px;
    height: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #dadce2;
    position: absolute;
    left: calc(50% - 15px);
}

.case-block .lower-content .btn-box{
    position: relative;
    margin-top: 30px;
}

.case-block .lower-content .btn-box a{
    width: 100%;
    border: 1px solid #dadce2;
}

.sec-bottom-text{
    position: relative;
    margin-top: 13px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0,0,0,0.75);
}

.sec-bottom-text a{
    color: #3b7eff;
}

/*** 

====================================================================
        Brand Section
====================================================================

***/

.brand-section{
    position: relative;
}

.brand-section .sec-title {
    margin-top:40px;
}

.brand-section .upper-banner{
    padding: 40px 0 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.brand-section .quote-style-one p{
    font-size: 20px;
}

.brand-section .brand-block{
    margin-top: -135px;
    background:#f2defd;
    box-shadow:0px 2px 3px rgba(0,0,0,0.3);
}

.brand-block .image-column{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.brand-block .content-column .inner-column{
    position: relative;
    padding: 30px 50px;
}

.brand-block{
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
}

.brand-block h3{
    font-size: 22px;
    line-height: 1.4em;
    color: #000000;
    margin:0 0 10px;
}

.brand-block h2{
    position: relative;
    font-size: 36px;
    line-height: 1.4em;
    color: #000000;
    margin:0px;
    font-weight: 700;
}

.brand-block .text{
    font-size: 15px;
    color: rgba(0,0,0,0.75);
}

.brand-block .theme-btn{
    margin-top: 0px;
}

/*** 

====================================================================
        Free Consultation
====================================================================

***/

.free-consultation{
    position: relative;
    padding: 130px 0 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.free-consultation .sec-title{
    margin-bottom: 20px;
}

.free-consultation .column .inner-column{
    padding-left: 115px;
}

.free-consultation .sec-title .text{
    padding-top: 18px;
    margin-top: 18px;
}

/*** 

====================================================================
        Get Started
====================================================================

***/

.get-started{
    position: relative;
    padding: 100px 0 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.get-started .sec-title{
    margin-bottom: 45px;
}

.accordion-box.light .block{
    border-color: transparent;
}

.accordion-box.light .block .acc-btn{
    background: #ffffff;
}

.accordion-box.light .block .acc-btn.active{
    background: #72309b;
}

/*** 

====================================================================
        Faqs Section
====================================================================

***/

.faqs-section{
    position: relative;
    padding:10px 0px;
    text-align: left;
    background:#f9f9f9;
}

.faqs-section .sec-title{
    margin-bottom: 50px;
}

.faqs-section .acc-content {
    padding:25px !important;
    background:#f9f9f9;
    color: #000 !important;
}
.faqs-section .acc-content .text {
    color: #000 !important;
    background: transparent !important;
}

/*** 

====================================================================
        Team Section
====================================================================

***/

.team-section{
    position: relative;
    padding: 85px 0 100px;
}

.team-section .sec-title{
    margin-bottom: 60px;
}

.team-section .sec-bottom-text{
    margin-top: 20px;
}

.team-block{
    position: relative;
    margin-bottom: 30px;
}

.team-block .inner-box{
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
}

.team-block .image-box{
    position: relative;
    text-align: center;
    overflow: hidden;
}

.team-block .image-box .social-links{
    position: absolute;
    left: 50%;
    width: auto;
    bottom: -55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    background: #fa584d;
    border-radius: 7px 7px 0 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .social-links li a{
    position: relative;
    font-size: 16px;
    padding: 13px;
    color: #ffffff;
    line-height: 50px;
}

.team-block  .inner-box:hover .social-links{
    opacity: 1;
    visibility: visible;
    bottom: 0px;
}

.team-block .image-box .image{
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.team-block .image-box .image > a {
    display: block;
}

.team-block .image-box .image img{
    display: block;
    width: 100%;
    height: auto;
    filter: grayscale(1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 7px;
}

.team-block .inner-box:hover .image img{
    filter: grayscale(0);
}

.team-block .info-box{
    position: relative;
    padding: 31px 15px 27px;
    text-align: center;
}

.team-block .info-box .name{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #000000;
    font-weight: 600;
    margin-bottom: 7px;
}

.team-block .info-box .name a{
    color: #000000;
}

.team-block .info-box .designation{
    position: relative;
    font-size: 15px;
    line-height: 27px;
    color: #4c4c4d;
}

/*** 

====================================================================
        Clients Section
====================================================================

***/

.clients-section{
    position: relative;
    padding:40px 0px;
}

.clients-section .sponsors-outer{
    position: relative;
    margin:20px 0px;
    text-align:center;
}

.clients-section .sponsors-logo li.gray-img{
    display:inline-block;
    padding:15px;
}

.clients-section .slide-item a{
    position: relative;
}

.clients-section .slide-item img{
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*** 

====================================================================
        Process Section
====================================================================

***/

.process-section{
    position: relative;
    background: #f9f9f9;
    margin-bottom:150px;
}
.partner-manage {
    background: #fff;
    padding:30px;
    margin-top:50px;
    margin-bottom:-150px;
    border-radius:10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.partner-manage .large-text ul {
    margin:20px 0px 0px;
}
.partner-manage .large-text ul li {
    display: inline-block;
    width:45%;
    line-height:30px;
    font-size:18px;
}
.partner-manage .large-text ul li:before {
    line-height:26px;
}
.process-block{
    position: relative;
}

.process-block .inner-box{
    position: relative;
}

.process-block .icon-box{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
}

.process-block .icon-box .icon{
    position: relative;
    display: block;
    height: 90px;
    width: 90px;
    background: #72309b;
    color: #ffffff;
    border-radius:100%;
    font-size: 50px;
    line-height: 90px;
    text-align: center;
}

.process-block .icon-box .count{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 70px;
    bottom: -20px;
    font-size: 20px;
    font-weight: 600;
    background: #9d70ba;
    color: #ffffff;
}

.process-block .icon-box .count.title_ff{
    background: #9d70ba;
    color: #ffffff;
    font-size: 15px;
}

.process-block .icon-box .roadmap-divider{
    position: absolute;
    left: 110px;
    top: 15px;
    width: calc(100% - 130px);
    height: 1px;
    background-size: 12px 1px;
    background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
}

.process-block .icon-box .roadmap-divider:after {
    content: '\f121';
    font-family: 'flaticon';
    position: absolute;
    right: -30px;
    top: 50%;
    color: #72309b;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

.process-block .icon-box .roadmap-divider{
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
    margin: 45px 0 0;
}

.process-block h4{
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
    margin: 25px 0 0;
}

.process-block .text{
    margin-top: 10px;
}

.process-section .btn-box{
    position: relative;
    padding-top: 0px;
    border-top: 0px solid rgba(255,255,255,0.1);
    text-align: center;
}

.process-section .btn-box .text{
    position: relative;
    color: #ffffff;
}

.process-section .btn-box .theme-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

/*** 

====================================================================
        Process Section Two
====================================================================

***/

.process-section-two{
    position: relative;
    padding: 100px 0 60px;
    background-color: #eef3f9;
}

.process-block-two{
    position: relative;
    margin-bottom: 40px;
}

.process-block-two .inner-box{
    position: relative;
}

.process-block-two .icon-box{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.process-block-two .icon-box .icon{
    position: relative;
    display: block;
    height: 90px;
    width: 90px;
    background: #ffffff;
    color: #3b7eff;
    border-radius: 10px;
    font-size: 60px;
    line-height: 90px;
    text-align: center;
}

.process-block-two .icon-box .count{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 70px;
    bottom: -20px;
    font-size: 20px;
    font-weight: 600;
    background: #3b7eff;
    color: #ffffff;
}

.process-block-two .icon-box .count.title_ff{
    background: #ffffff;
    color: #3b7eff;
    font-size: 15px;
}

.process-block-two .icon-box .roadmap-divider{
    position: absolute;
    left: 110px;
    top: 15px;
    width: calc(100% - 130px);
    height: 1px;
    background-size: 12px 1px;
    background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
}

.process-block-two .icon-box .roadmap-divider:after {
    content: '\f121';
    font-family: 'flaticon';
    position: absolute;
    right: -30px;
    top: 50%;
    color: #3b7eff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

.process-block-two .icon-box .roadmap-divider{
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
    margin: 45px 0 0;
}

.process-block-two h4{
    font-size: 20px;
    color: #000000;
    line-height: 1.5em;
    font-weight: 600;
    margin: 45px 0 0;
}

.process-block-two .text{
    color:#000000;
    margin-top: 11px;
    line-height: 1.8em;
}

.process-block-two .btn-box{
    position: relative;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.process-block-two .btn-box .text{
    position: relative;
    color: #ffffff;
}

.process-block-two .btn-box .theme-btn{
    display: inline-block;
    margin-top: 40px;
}

.process-block-two .inner-box.active .icon-box .icon{
    background-color: #3b7eff;
    color: #ffffff;
}

/*** 

====================================================================
        Consultation Section
====================================================================

***/

.consultation-section{
    position: relative;
}

.consultation-section .upper-banner{
    padding: 100px 0 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.consultation-section .form-container{
    position: relative;
}

.consultation-section .form-style-one{
    position: relative;
    margin-top: -100px;
    padding: 75px 75px 30px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.15);
}

.form-style-one{
    position: relative;
}

.form-style-one .form-group{
    position: relative;
    margin-bottom: 30px;
}

.form-style-one label{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
    min-height: 20px;
}

.form-style-one label sup{
    color: #ff0000;
    font-weight: 400;
}

.form-style-one .input-group{
    position: relative;
}

.form-style-one .input-group .icon{
    position: absolute;
    padding: 10px;
    top: 1px;
    left: 1px;
    background: #eef3f9;
    color: #3B7EFF;
    font-size: 18px;
    min-width: 48px;
    min-height: 48px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #C5D2E2;
}

.form-style-one .input-group input,
.form-style-one .input-group textarea,
.form-style-one .input-group select{
    width: 100%;
    padding: 14px 15px;
    padding-left: 67px;
    outline: none;
    border: 1px solid #C5D2E2;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    border-radius: 5px;
    height: 50px;
}

.form-style-one .input-group select{
    padding: 14px 0;
    text-indent: 67px;
    height: 50px;
}

.consultation-section .form-group .theme-btn{
    width: 100%;
    font-size: 15px;
}

/*** 

====================================================================
Testimonials Section
====================================================================

***/

.testimonials-section{
    position: relative;
    padding-top: 90px;
    padding-bottom: 84px;
}

.testimonials-block{
    position: relative;
    margin-bottom: 30px;
}

.testimonials-block .inner-box{
    position: relative;
    overflow: hidden;
    background: #eef3f9;
    padding: 60px 30px;
    padding-left: 90px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonials-block .inner-box:hover{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.07);
}

.testimonials-block .image{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 60px;
}

.testimonials-block .image img{
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonials-block .inner-box:hover .image img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.testimonials-block p{
    color: #000000;
    line-height: 24px;
    margin-bottom: 13px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.testimonials-block .author{
    position: relative;
    padding-left: 60px;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
}

.testimonials-block .author:before {
    content: '';
    position: absolute;
    background-color: #000000;
    top: calc(50% - 1px);
    left: 0;
    width: 50px;
    height: 1px;
    opacity: .5;
}

.testimonials-block .rating{
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: 13px;
    color: #fabd4a;
}

.testimonials-block .rating .light{
    color: #d0dff2;
}

/*** 

====================================================================
Testimonials Section Two
====================================================================

***/

.testimonials-section-two{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 30px;
}

.testimonials-section-two .testimonial-carousel{
    position: relative;
    max-width: 820px;
    padding: 0 0px 35px;
    margin: 0 auto;
}

.testimonials-block-two{
    position: relative;
}

.testimonials-block-two .inner-box{
    position: relative;
    text-align: center;
}

.testimonials-block-two .icon{
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    color: #3b7eff;
    background: #ebebeb;
}

.testimonials-block-two .rating{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.testimonials-block-two .rating span{
    font-size: 15px;
    line-height: 27px;
    color: #fabd4a;
    letter-spacing: 3px;
}

.testimonials-block-two p{
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 13px;
}

.testimonials-block-two .name{
    color: #ffffff;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
}

.testimonials-section-two .owl-dots{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -25px;
}

.testimonials-section-two .owl-dots .owl-dot{
    position: relative;
    margin: 0 3px;
    height: 4px;
    width: 4px;
    background: #3b7eff;
    opacity: .5;
    transition: all 300ms ease;
}

.testimonials-section-two .owl-dots .owl-dot.active{
    opacity: 1;
    width: 20px;
}

.testimonials-section-two.style-two .testimonial-carousel{
    max-width: 100%;
}

.testimonials-block-three{
    position: relative;
}

.testimonials-block-three .inner-box{
    margin-top: 40px;
    overflow: visible;
    text-align: center;
    padding: 0px 25px 65px;
    /*background-color: #ffffff;*/
}

.testimonials-block-three .image{
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 17px;
    margin-top: -40px;
}

.testimonials-block-three .content{
    position: relative;
}

.testimonials-block-three .rating{
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: 13px;
    color: #fabd4a;
}

.testimonials-block-three .rating .light{
    color: #d0dff2;
}

.testimonials-block-three .text{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 13px;
}

.testimonials-block-three .author{
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}

.dots-inside .owl-dots{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.carousel-outer{
    position: relative;
    margin: 0 -15px;
}

.carousel-outer .owl-item > div{
    padding: 0 15px;
}

/*** 

====================================================================
Fluid Section One
====================================================================

***/

.fluid-section-one{
    position: relative;
}

.feature-block{
    position: relative;
}

.feature-block .image-column{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.feature-block .content-column{
    position: relative;
    min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #eef3f9;
}

.feature-block .inner-column{
    position: relative;
    padding: 0 20px;
}

.feature-block .icon{
    font-size: 48px;
    color: #3B7EFF;
    width: 74px;
    height: 74px;
    line-height: 74px;
}

.feature-block h3{
    font-size: 24px;
    line-height: 1.4em;
    color: #000000;
    font-weight: 700;
    margin-bottom: 18px;
}

.feature-block .text{
    font-size: 15px;
    line-height: 27px;
    color: rgba(0,0,0,0.75);
}

.feature-block .author{
    font-size: 15px;
    line-height: 27px;
    color: rgba(0,0,0,0.75);
}

.feature-block .author,
.feature-block .theme-btn{
    margin-top: 35px;
}

.feature-block.light .author,
.feature-block.light .text,
.feature-block.light h3{
    color: #ffffff;
}

.feature-block.light .icon{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    background: #3b7eff;
    border-radius: 50%;
    margin-bottom: 22px;
}

/*** 

====================================================================
Fluid Section Two
====================================================================

***/

.fluid-section-two{
    position: relative;
    background: #eef3f9;
}

.fluid-section-two .content-column{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fluid-section-two .content-column .inner-column{
    position: relative;
    max-width: 600px;
    padding: 25px 15px;
    width: 100%;
}

.fluid-section-two .content-column .sec-title{
    margin-bottom: 35px;
}

.fluid-section-two .content-column .sec-title .sub-title{
    background: #ffffff;
    color: #000000;
}

.fluid-section-two .content-column .sec-title .text{
    padding-top: 18px;
    margin-top: 18px;
}

.fluid-section-two .image-column{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fluid-section-two.style-two .content-column{
    justify-content: flex-start;
    padding-left: 30px;
}

.fluid-section-two .content-column .list-style-one{
    margin-top: 30px;
}

/*** 

====================================================================
Fluid Section Three
====================================================================

***/

.fluid-section-three{
    position: relative;
    padding: 100px 0 50px;
}

.fluid-section-three .content-column{
    position: relative;
    margin-bottom: 50px;
}

.fluid-section-three .content-column > .inner-column{
    padding: 60px 0 60px 45px;
}

.fluid-section-three .sec-title{
    margin-bottom: 0;
}

.fluid-section-three .fact-counter-two{
    position: relative;
    padding: 0;
    border: 0;
}

.fluid-section-three .counter-column{
    margin-bottom: 0;
    margin-top: 40px;
}

.fluid-section-three .image-column{
    position: relative;
    margin-bottom: 50px;
}

.fluid-section-three .image-column .image-layer{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

/*** 

====================================================================
Fluid Section Four
====================================================================

***/

.fluid-section-four{
    position: relative;
    padding: 10px 0 0px;
}

.fluid-section-four .content-column{
    position: relative;
    margin-bottom: 0px;
}

.fluid-section-four .content-column .inner-column{
    padding: 60px 0 30px;
    padding-right: 15px;
}
.fluid-section-four .content-column .inner-column .bg_light {
    border-width:1px;
}
.fluid-section-four .sec-title{
    margin-bottom: 15px;
}
.fluid-section-four .content-column .body-column h3 {
    font-size:22px;
    margin-bottom:10px;
}

.fluid-section-four .sec-title .text{
    margin-top: 18px;
    padding-top: 18px;
}

.fluid-section-four .image-column{
    position: relative;
    padding:30px 0px;
}
.fluid-section-four .image-column .tag-image {
    position: absolute;
    top:10px;
    border-radius:20px;
    left:30px;
    padding:10px 20px;
    background: #764098;
    color: #fff;
}
.fluid-section-four .image-column .image-layer{
    width: 100%;
    border-radius:16px;
}

.fluid-section-four .quote-style-two{
    margin-top: 80px;
}

.quote-style-two{
    position: relative;
    font-weight: 500;
    display: block;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 29px;
}

.quote-style-two .icon{
    position: absolute;
    color: #3b7eff;
    left: 0;
    top: 5px;
    font-size: 30px;
    line-height: 30px;
}

.quote-style-two p{
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,0.75);
}

/*** 

====================================================================
Video Section
====================================================================

***/

.video-section{
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}

.video-section .image-layer{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video-section .video-link{
    position: relative;
    display: inline-block;
    text-align: center;
}

.video-link .icon_wrapper{
    position: relative;
    height: 56px;
    width: 56px;
    text-align: center;
    font-size: 26px;
    line-height: 56px;
    border-radius: 50%;
    color: #3b7eff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #ffffff;
}

.video-link .icon_wrapper .circle {
    border-color: rgba(255,255,255,0.3);
}

.video-link .icon_wrapper .circle:first-child {
    animation: rb_grow_and_fade 4.5s infinite linear 1.5s;
}

.video-link .icon_wrapper .circle:nth-child(2) {
    animation: rb_grow_and_fade 4.5s infinite linear 3s;
}

.video-link .icon_wrapper .circle:nth-child(3) {
    animation: rb_grow_and_fade 4.5s infinite linear 4.5s;
}

.video-link .icon_wrapper .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-link .icon_title{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 18px;
}

@keyframes rb_grow_and_fade {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    5% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    95% {
        width: 300%;
        height: 300%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

/*** 

====================================================================
                Pricing Section
====================================================================

***/

.pricing-section{
    position: relative;
    padding: 0px 0 30px;
}

.pricing-table{
    position: relative;
    margin:20px 0px 50px;
}

.pricing-table .inner-box{
    position: relative;
    border-radius: 7px;
    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.3);
    box-shadow:0px 1px 3px rgba(0,0,0,0.3);
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.pricing-table .inner-box:hover{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.pricing-table .table-header{
    position: relative;
    padding: 10px 30px;
    text-align: center;
    border-bottom: 0px solid #dedede;
    color: #000000;
    background: #ffffff;
}

.pricing-table .title{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.pricing-table .table-content{
    position: relative;
    padding: 10px 30px 30px;
}

.pricing-table .table-content ul{
    position: relative;
    display: inline-block;
    text-align: left;
}

.pricing-table .table-content ul li{
    position: relative;
    padding:4px 25px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}

.pricing-table .table-content ul li:before{
    content: '\f109';
    font-family: 'flaticon';
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    position: relative;
    color: #2bb510;
    top: -2px;
    left: -25px;
    margin-right: -12px;
}

.pricing-table .table-info-wrapper{
    position: relative;
    margin-top: 35px;
}

.pricing-table .price_wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #000000;
}

.pricing-table .price_wrapper i {
    position: relative;
    font-size: 28px;
    top: 30px;
    left: -10px;
    font-style: normal;
}

.pricing-table .price_wrapper > span {
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
    position: relative;
    display: inline-block;
}

.pricing-table .price_wrapper > span span {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    position: absolute;
    margin-left: 10px;
    top: 0;
}

.pricing-table .price_wrapper > p {
    margin-left: 10px;
    font-size: 14px;
    position: relative;
    top: 37px;
}

.pricing-table .table-info-wrapper .theme-btn{
    margin:0px auto;
    width: 70%;
}

.pricing-table .recommended{
    background: #f26f27;
    padding:5px 20px;
    color: #ffffff;
    border-radius:20px;
    font-weight: normal;
    position: absolute;
    top:-15px;
    right:30px;
    z-index:12;
}

.pricing-table .table-info-wrapper{
    border-color: transparent;
    text-align: center;
}
.pricing-table .table-content .icon {
    text-align:center;
    margin:30px 0px 10px;
}
.pricing-table .table-content .icon img {
    height:60px;
}
.pricing-table .table-content h3 {
    color:#72309b;
    font-size:24px;
    text-align: center;
}
.pricing-table .table-content h2 {
    color:#72309b;
}


/***

====================================================================
                News Section
====================================================================

***/

.news-section{
    position: relative;
    padding: 40px 0px 0px;
}

.news-section .sec-bottom-text{
    margin: 0;
}

.news-section .sec-title{
    margin-bottom: 25px;
}

.news-block{
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box{
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding:20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.news-block .image-box{
    position: relative;
}

.news-block .image-box .image{
    position: relative;
    margin-bottom: 0;
    border-radius: 10px;
    padding:0px;
    overflow: hidden;
}

.news-block .image-box .image img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.news-block .image-box .date{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 12px 30px 0px;
    font-size: 15px;
    color: #000000;
    background: #f9f9f9;
    border-radius: 0 10px 0 0;
}

.news-block .image-box .date i{
    color: #72309b;
    font-size: 18px;
    margin-right: 10px;
}

.news-block .read-more{
    position: absolute;
    color: #ffffff;
    background: #72309b;
    top: -30px;
    opacity: 0;
    right: 30px;
    font-size: 16px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.news-block .inner-box:hover .read-more{
    opacity: 1;
    top: -40px;
}

.news-block .lower-content{
    position: relative;
    background: #ffffff;
    padding: 30px;
}

.news-block .lower-content h4{
    position: relative;
    font-size:20px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
}

.news-block .lower-content h4 a{
    display: inline-block;
    color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content .text{
    color: #4c4c4d;
    margin-top: 18px;
}

.news-block .lower-content .post-info{
    position: relative;
    font-size: 16px;
    line-height: initial;
    margin-top: 30px;
    padding-top: 21px;
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
}

.news-block .post-author{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-block .post-author img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.news-block .post-option{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-block .post-option .coments_count a{
    display: inline-block;
    color: #000000;
}

.news-block .post-option .coments_count i{
    font-size: 14px;
    margin-right: 7px;
    color: #3b7eff;
}

.news-block .post-option .social-share{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.news-block .post-option .social-share li{
    margin-right: 15px;
}

.news-block .post-option .social-share li:last-child{
    margin-right: 0;
}

.news-block .post-option .social-share li a{
    display: inline-block;
    color: #3b7eff;
    transition: all 300ms ease;
}

.news-block .post-option .social-share li a:hover{
    color: #000000;
}

.news-block .read-more-btn{
    background: #72309b;
    font-size: 14px;
    min-height: 40px;
    padding: 0 23px;
    margin-top: 20px;
}

/*=== News Block Style Two ==*/

.news-block.style-two .inner-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
}

.news-block.style-two .lower-content,
.news-block.style-two .image-box{
    width: 50%;
}

.news-block.style-two .lower-content{
    text-align: right;
}

.news-block.style-two .image-box{
    order: 2;
}

.news-block.style-two .image-box .date{
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
    padding: 6px 30px;
    border-radius: 0 7px 0 7px;
}

/*=== News Block Style Two Even ==*/

.news-block.style-two-even .inner-box{
    position: relative;
    display: flex;
    justify-content: center;
    transform: none;
}

.news-block.style-two-even .lower-content,
.news-block.style-two-even .image-box{
    width: 50%;
}

.news-block.style-two-even .image-box .date{
    padding: 6px 30px;
    top: 0;
    bottom: auto;
    border-radius: 10px 0 10px 0;
}

.hover-stop .news-block .inner-box:hover{
    transform: none;
}

.blog-large-image .news-block{
    margin-bottom: 35px;
}

.blog-small-images .news-block.style-two-even .image-box .date{
    border-radius: 7px 0 7px 0;
}

.blog-small-images .news-block{
    padding: 0 15px;
}

.blog-small-images .news-block .inner-box{
    border-radius: 7px;
}

/***

==================================================================
Blog Post
==================================================================

***/

.blog-post{
    position: relative;
}

.blog-post > .news-block{
    margin-bottom: 0;
}

.blog-post > .news-block .inner-box{
    padding: 0;
    box-shadow: none;
}

.blog-post > .news-block .lower-content{
    padding-left: 0;
    padding-right: 0;
}

.blog-post > .news-block .image-box{
    border-radius: 10px;
    overflow: hidden;
}


.blog-post > .news-block .lower-content p{
    font-size: 15px;
    line-height: 1.8em;
    margin: 0 0 1.7em;
}

.blog-post > .news-block .lower-content > p:first-child::first-letter{
    font-size: 24px;
    font-weight: 700;
    float: left;
    display: inline-block;
    padding: 10px 18px;
    margin-right: 18px;
    margin-bottom: 3px;
    color: #3b7eff;
    background: #eef3f9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.blog-post > .news-block .date{
    padding: 12px 25px;
    font-size: 13px;
    color: #7E7E80;
    line-height: 18px;
    z-index: 3;
    left:0px;
    bottom:0px;
    background: #f9f9f9;
    border-radius: 0 10px 0 10px;
}

.blog-post > .news-block .date i{
    font-size: 13px;
    line-height: 18px;
    margin-right: 5px;
}

.blog-post > .news-block .image-box{
    border-radius: 10px;
    overflow: hidden;
}

.media-player{
    position: relative;
    width: 100%;
    height: 550px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-bottom-left-radius: 0;
    overflow: hidden;
}

.media-player iframe {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    min-height: 400px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    border: 0;
}

.news-block .single-item-carousel{
    position: relative;
}

.news-block .image-box .slide-item a{
    position: relative;
    display: block;
}

.news-block .post-format-link{
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    padding: 46px 62px 60px 62px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #eef3f9;
}

.news-block .post-format-link .icon{
    font-size: 22px;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: 400;
    background: #3b7eff;
    line-height: 50px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    position: absolute;
    z-index: 1;
}

.news-block .post-format-link a{
    color: #000;
}

.news-block .post-format-quote{
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    padding: 46px 62px 60px 62px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    background-color: #3b7eff;
    margin-bottom: 0;
}

.news-block .post-format-quote .icon{
    font-size: 22px;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 1;
    font-weight: 400;
    background-color: #2C2F50;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 8px;
    position: absolute;
}

.news-block .post-format-quote cite{
    display: block;
    font-style: normal;
    margin-top: 17px;
    font-size: 16px;
    position: relative;
    font-weight: 400;
}

.blog-post .two-column{
    position: relative;
}

.blog-post .two-column{
    margin: 0 -8px 20px;
}

.blog-post .two-column .column {
    padding: 0 8px;
    margin-bottom: 16px;
}

.blog-post .two-column .column img{
    display: block;
    width: 100%;
    border-radius: 10px;
}

.blog-post .image-box .slide-item img{
    border-radius: 10px;
}


.blog-post .post-tags{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.blog-post .post-tags span{
    margin-right: 10px;
    margin-bottom: 10px;
    color: #4C4C4D;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
}

.blog-post .post-tags a{
    position: relative;
    font-size: 14px;
    padding: 3px 15px;
    z-index: 1;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    color: #000;
    background-color: #eef3f9;
    -webkit-border-radius: 5px;
}

.blog-post .post-tags a:before{
    content: '#';
    margin-right: 5px;
}

.blog-post .post-tags a:hover{
    background: #3b7eff;
    color: #ffffff;
}

/*=== Author Box ===*/

.author-box{
    position:relative;
    background-color: #eef3f9;
    padding: 27px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.author-box .inner-box{
    position: relative;
    padding-left: 126px;
}

.author-box .image-box{
    position:absolute;
    left:0px;
    top:0px;
    width:96px;
    margin-bottom:20px;
    border-radius: 50%;
    overflow: hidden;
}

.author-box .image-box img{
    display: block;
    width: 100%;
    height: auto;
}

.author-box .name{
    font-size: 18px;
    font-weight: 600;
}

.author-box .text{
    font-size: 14px;
    line-height: 27px;
    margin-top: 9px;
}

/*=== Post Controls ===*/

.post-controls{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 30px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.post-controls.style-two{
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0 0 30px;
}

.post-controls .archive-dots{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-controls .archive-dots a{
    position: relative;
    display: inline-block;
}

.post-controls .archive-dots span{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #72309b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.post-controls .title{
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.post-controls .post{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 100px;
    min-height: 80px;
    z-index: 1;
    transition: all 300ms ease;
}

.post-controls .post:hover{
    padding-left: 135px;
}

.post-controls .post:before{
    content: '\f121';
    font-family: 'Flaticon';
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
    width: 35px;
    position: absolute;
    color: #fff;
    top: 0;
    z-index: -1;
    background: #6f42c1;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.post-controls .prev-post .post:before{
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.post-controls .post img{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    max-width: 80px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 10px;
}

.post-controls .post:hover img{
    left: 35px;
    border-radius: 0 10px 10px 0;
}

.post-controls .post h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    word-break: break-word;
}

.post-controls .post .post-date{
    font-size: 14px;
    color: #7E7E80;
}

.post-controls .next-post .post:before,
.post-controls .next-post .post img{
    left: auto;
    right: 0;
}

.post-controls .next-post{
    position: relative;
    text-align: right;
}

.post-controls .next-post .post{
    padding-right: 100px;
}

.post-controls .next-post .post:hover{
    padding-right: 130px;
}

.post-controls .next-post .post:hover img{
    right: 35px;
    border-radius: 10px 0 0 10px;
}

.related-posts{
    margin-top: 45px;
}

.group-title{
    position: relative;
    margin-bottom: 28px;
}

.group-title h3{
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #000;
    font-size: 28px;
}

.related-posts .news-block{
    margin-bottom: 40px;
}

.comments-area{
    position:relative;
    margin-bottom: 50px;
}

.comments-area .comment-box{
    position:relative;
    margin-bottom: 30px;
}

.comments-area .comment{
    position: relative;
    padding-left: 75px;
    min-height: 60px;
}

.comments-area .comment-box .author-thumb{
    position:absolute;
    left:0px;
    top:0px;
    width:60px;
    height:60px;
    margin-bottom:15px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
    width:100%;
    display:block;
}

.comments-area .comment-box .rating{
    font-size: 10px;
    color: #FEC948;
    line-height: 1em;
    margin-bottom: 5px;
}

.comments-area .comment-info{
    position: relative;
}

.comments-area .comment-box .date{
    position: relative;
    display: inline-block;
    color: #9b9b9b;
}

.comments-area .comment-box .name{
    position: relative;
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    font-style: italic;
    line-height: 17px;
    color: #4C4C4D;
}

.comments-area .comment-box .text{
    position: relative;
}

.comments-area .comment-info .rating{
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 12px;
    line-height: 1.2em;
    color: #ebba44;
}

.comments-area .comment-box .reply-btn{
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    min-width: 100px;
}

.comments-area .reply-comment-box{
    padding-left: 65px;
    background: #f8f8f7;
    padding-top: 20px;
    margin-bottom: 30px;
}

.comments-area .reply-comment-box .reply-comment-box{
    margin-bottom: 0;
}

/***

==================================================================
Portfolio Section
==================================================================

***/

.portfolio-section{
    position: relative;
    padding: 0px 0 0px;
}
.bannerBg:before {
    opacity:0.9;
    background:linear-gradient(180deg,#764098,#4f1a71);
    content:'';
    position: absolute;
    top:0px;
    width:100%;
    height:100%;
}
.portfolio-block{
    position: relative;
}

.portfolio-block .image-box{
    position: relative;
    margin-bottom:20px;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-block .image{
    position: relative;
    margin: 0;
    padding:0px !important;
}
.portfolio-block .hidden_info{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    padding: 0 10px;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-block .image-box:hover .hidden_info{
    opacity: 1;
    bottom: 0;
    -webkit-transition: opacity 0.3s ease, bottom 0.2s ease 0.15s;
    transition: opacity 0.3s ease, bottom 0.2s ease 0.15s;
}

.portfolio-block .hidden_info h5{
    position: relative;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-block .hidden_info a{
    position: relative;
    display: block;
    font-size:16px;
    color: #fff;
    margin-bottom: 5px;
}

.portfolio-block .hidden_info p{
    color: rgba(255,255,255, .8);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}

.portfolio-block .hidden_info p a{
    color: rgba(255,255,255, .8);
}

.portfolio-block .hidden_info p a:hover{
    text-decoration: underline;
}

.portfolio-block .image-box:hover .hidden_info h5{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-block .image-box:hover .hidden_info p{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}


/*=== Portfolio Slider ===*/

.portfolio-slider .owl-stage-outer .owl-item:nth-child(even){
    margin-top: 0px;
}

/*=== Portfolio Masonry ===*/

.portfolio-masonry .height-1{
    height: 270px;
}

.portfolio-masonry .height-1 .image-box{
    padding-bottom: 270px;
}

.portfolio-masonry .height-2{
    height: 570px;
}

.portfolio-masonry .height-2 .image-box{
    padding-bottom: 570px;
}

.portfolio-masonry .image-box{
    height: 100%;
}

/*=== Portfolio Three Col ===*/
.portfolio-block-three{
    position: relative;
    margin-bottom: 30px;
}

.portfolio-block-three .image-box{
    position: relative;
    line-height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.portfolio-block-three .image{
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.portfolio-block-three .image-box:after{
    position: absolute;
    left: -40px;
    right: 0;
    top: 0;
    height: 100%;
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}

.portfolio-block-three .inner-box:hover .image-box:after{
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}

.portfolio-block-three .image a{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: block;
}

.portfolio-block-three .image img{
    display: block;
    width: 100%;
}

.portfolio-block-three .lower-content{
    position: relative;
    padding-top: 18px;
}

.portfolio-block-three .lower-content h4{
    position: relative;
}

.portfolio-block-three .lower-content h4 a{
    position: relative;
    display: block;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 13px;
    padding-bottom: 17px;
}

.portfolio-block-three .lower-content h4 a:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    bottom: 0;
    background-color: #3b7eff;
}

.portfolio-block-three .lower-content p{
    color: rgba(0,0,0,0.8);
}

.portfolio-block-three .lower-content p a{
    color: rgba(0,0,0,0.8);
}

.portfolio-block-three .lower-content p a:hover{
    text-decoration: underline;
}

/*=== Portfolio Slide From Left ===*/

.portfolio-block-four{
    position: relative;
    margin: 0px;
    padding:0px;
}
.portfolio-block-four:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content:'';
    width:100%;
    height: 100%;
}
.portfolio-block-four.portfolio-two:before {
    background:linear-gradient(180deg,#f26f27,#e74400);
}
.portfolio-block-four.portfolio-two:after {
    opacity:0.2;
    content:'';
    position: absolute;
    top:0px;
    width:100%;
    height:100%;
    background: url(../images/banners/home-banner-bg.jpg) no-repeat center 0;
    background-size: cover;
}

.portfolio-block-four .inner-box{
    position: relative;
    overflow: hidden;
    color: #fff;
    z-index:1;
}

.portfolio-block-four .image-box{
    position: relative;
    padding:70px 50px;
    min-height:400px;
    text-align: center;
}

.portfolio-block-four .image-box img{
    width:90px;
}
.portfolio-block-four .image-box a {
    color: #fff;
    border:1px solid rgba(255,255,255,0.6);
    padding:10px 20px;
    border-radius:6px;
}

.portfolio-block-four .image-box h3{
    font-size:28px;
    margin:20px 0px 20px;
    min-height: 80px;
    line-height:32px;
}

.portfolio-block-four .content-box{
    background-color:rgba(0,0,0,0.9);
    padding:50px 30px;
    position: absolute;
    left: 0;
    top: 0;
    height:100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}
.portfolio-block-four .content-box .btn-box .btn {
    padding:10px 20px;
    color:#fff;
}

.news-image-column {
    position: relative;
    padding: 0px;
}
.news-image-column .news_img {
    border-radius:6px;
}
.news-image-column .content-box {
    -webkit-transform: translate(0);
    transform: translate(0);
    box-shadow:0px 2px 3px rgba(0,0,0,0.3);
    min-height:277px;
    display:block;
    padding:25px;
    border-radius:6px;
    position:relative;
    background: #fff;
    margin:-30px 10px 20px;
    border:1px solid #eee;
    transition: transform .6s ease-in-out .2s,-webkit-transform .6s ease-in-out .2s;
}
.news-image-column .content-box:hover {
    -webkit-transform: translate(1.125rem);
    transform: translate(1.125rem);
}
.news-image-column .content-box h3 {
    font-size:20px;
}
.news-image-column .content-box p {
    margin-bottom:15px;
}

.portfolio-block-four .inner-box:hover .content-box{
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}


.portfolio-block-four .content-box h4{
    position: relative;
    display: block;
    font-size: 26px;
    color: #fff;
    font-weight:600;
    margin-bottom: 5px;
}

.portfolio-block-four .content-box p{
    color: rgba(255,255,255, .8);
    line-height:22px;
    font-size:14px;
}

.portfolio-block-four .content-box ul {
    margin:20px 0px;
}
.portfolio-block-four .content-box ul li {
    font-size:16px;
    position: relative;
    padding:8px 0px;
    padding-right: 60px;
}
.portfolio-block-four .content-box ul li a {
    color:#fff;
}
.portfolio-block-four .content-box ul li a.btn {
    position: absolute;
    right:0px;
    padding:3px 15px;
    font-size:13px;
    border-radius:4px;
}

.portfolio-block-four .content-box p a{
    color: rgba(255,255,255, .8);
}

.portfolio-block-four .content-box p a:hover{
    text-decoration: underline;
}

/*** 

====================================================================
Portfolio Single
====================================================================

***/

.portfolio-single-section{
    position: relative;
    padding: 100px 0 30px;
}

.portfolio-single-images{
    position: relative;
}

.portfolio-single-images .image{
    margin-bottom:15px;
    overflow: hidden;
}
.portfolio-single-images .image a {
    border-radius:10px;
    text-align: center;
}
.portfolio-single-images .image a:hover {
    color: #fff;
}

.portfolio-single-images .image img{
    width: 100%;
    height: auto;
    border-radius: 7px;
}

.portfolio-single-images .owl-dots{
    align-items: center;
    margin-top: 0;
    justify-content: center;
}

.portfolio-single-images.images-gallery{
    position: relative;
    margin: 0 -15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.portfolio-single-images.images-gallery .image{
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.portfolio-single-images.images-gallery .image img{
    border-radius: 7px;
    overflow: hidden;
}

.portfolio-single{
    position: relative;
    margin-bottom: 30px;
}

.portfolio-single h3{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
}

.portfolio-single h4{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 22px;
}

.portfolio-single p{
    margin: 0 0 1.7em;
}

.project-info-list{
    position: relative;
}

.project-info-list li{
    display: flex;
    align-items: center;
}

.project-info-list li a{
    color: inherit;
    transition: all 300ms ease;
}

.project-info-list li a:hover{
    color: #3b7eff;
}

.project-info-list li span{
    font-weight: 700;
    margin-right: 5px;
}

.portfolio-single .social-links{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
}

.portfolio-single .social-links:before{
    content: '';
    width: 30px;
    height: 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3b7eff;
}

.portfolio-single .social-links li{
    font-size: 15px;
    margin-right: 12px;
    color:#4C4C4D;
}

.portfolio-single .social-links li a{
    color: inherit;
    opacity: .50;
}

.portfolio-single .portfolio-single-content{
    position: relative;
    display: flex;
}

.portfolio-single .portfolio-single-content p:last-child{
    margin-bottom: 0;
}

.portfolio-single .portfolio-single-content .aside-part{
    min-width: 25%;
    margin-left: 60px;
    padding-left: 60px;
    border-left: 1px solid #e5e5e5;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
}

/*********** FREE DV SSL SECTION CSS START ***************/
.freeDVSSL-Txt {
    background: #f2defd;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 20px 45px;
}
/*.freeDVSSL-Txt a {*/
/*    margin-top: 3px;*/
/*    color: #fff;*/
/*    border: 1px solid #754990;*/
/*    background-color: #754990;*/
/*    padding: 4px 16px;*/
/*    border-radius: 6px;*/
/*    margin-left: 15px;*/
/*}*/
.freeDVSSL-Txt .dvTxt {
    color: #72309b;
    font-size: 38px;
    font-weight: 800;
}
.freeDVSSL-Txt h3 {
    font-size: 28px;
    line-height: 36px;
}
.freeDVSSL-Txt ul li {
    list-style: disc;
    font-size: 14px;
}
.freeDVSSL-Txt ul {
    padding: 20px 0px 20px 18px;
    line-height: 20px;
}
.freeDVSSL-Txt .hubTxt {
    text-decoration: underline;
}
.freeDVSSL-Txt .btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}
.freeDVSSL-Txt h5 {
    font-size: 20px;
}

/*********** Document Signer Certificate SECTION CSS END ***************/
.smimeCertificate .product-panel {
    border-right: 1px solid #6c6c6c!important;
    width: 100%;
    border-left: none!important;
    border-top: none!important;
    border-bottom: none!important;
    padding: 30px;
    border-radius: 0px!important;
    box-shadow: none!important;
}
.documentSigner .product-panel {
    border: 1px solid #ddd;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0,0.3);
}
.documentSigner .product-panel h4 {
    margin-bottom: 10px;
    color: #72309b;
    font-size: 24px;
    font-weight: bolder;
}
.documentSigner .validity {
    display: flex;
    justify-content: space-between;
}
.documentSigner .product-panel label {
    margin: 4px 0px;
    font-weight: 500;
}.documentSigner .product-panel span {
    font-weight: 500;
}
.documentSigner .pro-control .dropdown {
    color: #007bff;
    font-weight: normal;
}
.documentSigner .product-panel h5 {
    font-size: 24px;
    margin: 5px 0px 15px;
    color: #72309b;
}
.documentSigner .product-panel h5 i {
    font-size: 18px;
    margin-right: 3px;
    margin-top: 8px;
    vertical-align: top;
}
.documentSigner .dropdown-toggle::after {
    display:none;
}
.documentSigner .professionalLink .btn {
    color: #764098;
    background: #f6f6f6;
}
/*********** Document Signer Certificate SECTION CSS Start ***************/
.product-panel {
    border: 1px solid #ddd;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0,0.3);
}
/*********** FREE DV SSL SECTION CSS END ***************/
/***

====================================================================
Call to Action
====================================================================

***/

.call-to-action{
    position: relative;
    padding:30px 0px;
    background: #72309b;
}

.call-to-action .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-to-action .theme-btn i{
    display: inline-block;
    margin-right: 10px;
}

.call-to-action h3{
    color: #ffffff;
}
.call-to-action .text{
    color: rgba(255,255,255,0.75);
}

/***

==================================================================
Main Footer
==================================================================

***/

.main-footer{
    position:relative;
    background:#f4ebf9;
}

/*=== Widgets Section ===*/

.main-footer .widgets-section{
    position:relative;
    padding-top: 40px;
    padding-bottom: 5px;
}

.main-footer .footer-column{
    flex:  0 0 20%;
    max-width:  20%;
    position:relative;
    margin-bottom:10px;
}

.main-footer .footer-widget{
    position:relative;
}

.main-footer .widget-title{
    position: relative;
    font-size:18px;
    font-weight:500;
    line-height: 1.4em;
    margin-bottom:10px;
}

.main-footer .logo img{
    position: relative;
    width: 80%;
    height: 100%;
}
.main-footer .inner-box {
    margin: 30px 0px 15px;
}

/*=== Cities Widget ===*/

.main-footer .links-widget{
    position: relative;
}

.main-footer .list{
    position: relative;
}

.main-footer .list li{
    position:relative;
    display: block;
    line-height: 21px;
    color: rgba(0,0,0,0.75);
    font-weight: 400;
    margin-bottom:10px;
}

.main-footer .list li a{
    display: inline-block;
    color: rgba(0,0,0,0.75);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-footer .list li a:hover{
    color:#000000;
}

.main-footer .links-widget{
    position: relative;
}

/*=== Social Widget ===*/
.main-footer .certificates-block {
    background: #fff;
    border-radius:7px;
    overflow: hidden;
    margin-top: 20px;
}
.main-footer .footer-bottom{
    position: relative;
    width:100%;
}

.main-footer .copyright-text{
    position: relative;
    padding-top: 15px;
    display: block;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    padding-bottom: 15px;
}

.main-footer .copyright-text a{
    display: inline-block;
    color: #6b6c80;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .copyright-text a:hover{
    text-decoration: underline;
    color: #ffffff;
}

.main-footer.style-two{
    background: #ffffff;
}
/***

==================================================================
Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
    position: relative;
    overflow: hidden;
    padding: 50px 0 0px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
    position: relative;
    margin-bottom: 50px;
}

.right-sidebar .content-side .our-shop,
.right-sidebar .content-side .blog-post,
.right-sidebar .content-side .blog-sidebar{
    margin-right: -30px;
}

.right-sidebar .sidebar-side .sidebar{
    padding-left: 30px;
}

.left-sidebar .content-side .blog-post,
.left-sidebar .content-side .blog-sidebar{
    margin-left: -30px;
}

.left-sidebar .sidebar-side .sidebar{
    padding-right: 30px;
}

.sidebar-widget{
    position: relative;
    background: #ffffff;
    margin-bottom:45px;
}

.sidebar-side .sidebar-widget:last-child{
    margin-bottom: 0;
}

.sidebar-page-container .sidebar-title{
    position: relative;
    margin-bottom: 23px;
}

.sidebar-page-container .sidebar-title h3{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.sidebar-page-container .sidebar-title h3 .icon{
    margin-right: 10px;
    color: #3b7eff;
    font-size: 15px;
}

/*Search Box Widget*/

.sidebar .search-box{
    position: relative;
}

.sidebar .search-box .form-group{
    position:relative;
    border-radius: 5px;
    overflow: hidden;
    margin:0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:16px;
    color:#888888;
    line-height:23px;
    padding:10px 20px;
    height:45px;
    width:100%;
    border:1px solid #eef3f9;
    background-color: #eef3f9;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
    color:#222222;
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button{
    position:absolute;
    right:0;
    top:0;
    width:50px;
    height:45px;
    line-height: 45px;
    text-align:center;
    display:block;
    font-size:15px;
    background-color: #3b7eff;
    color:#ffffff;
    font-weight:normal;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

/* Category Widget */

.category-widget{
    position: relative;
    padding: 30px;
    border: 1px solid #DADCE2;
    border-radius: 7px;
    overflow: hidden;
}

.category-widget .cat-list{
    position: relative;
}

.category-widget .cat-list li{
    position: relative;
}

.category-widget .cat-list li a{
    position: relative;
    display: block;
    -webkit-transition: none;
    transition: none;
    padding: 10px 0;
    color: #4C4C4D;
    line-height: 27px;
    border-bottom: 1px solid #E7E7E7;
}

.category-widget .cat-list li:first-child a{
    padding-top: 0;
}

.category-widget .cat-list li:last-child a{
    border-bottom: 0;
    padding-bottom: 0;
}

/* Newslatters */

.sidebar .newslatters{
    position: relative;
    padding: 30px;
    border: 1px solid #DADCE2;
    border-radius: 7px;
    overflow: hidden;
}

.sidebar .newslatters .text{
    margin-bottom: 20px;
}

.sidebar .newslatters .form-group{
    position:relative;
    margin:0px;
}

.sidebar .newslatters .form-group input[type="text"],
.sidebar .newslatters .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:13px;
    color:#000000;
    line-height:23px;
    padding:10px 20px;
    height:45px;
    width:100%;
    border:1px solid #eef3f9;
    background-color: #eef3f9;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.sidebar .newslatters .form-group input[type="submit"],
.sidebar .newslatters .form-group button{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 15px;
    background-color: #3b7eff;
    color: #ffffff;
    font-weight: 600;
    border-radius: 7px;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*=== Latest News ===*/

.latest-news{
    position: relative;
    padding: 30px 30px 15px;
    border: 1px solid #DADCE2;
    border-radius: 7px;
}

.latest-news .post{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
    min-height: 80px;
    border-bottom: 1px solid #DADCE2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.latest-news .post:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}

.latest-news .post .thumb{
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    width: 65px;
}

.latest-news .post .thumb img{
    width: 100%;
    height: auto;
    border-radius: 3px;
    transition: all 300ms ease;
}

.latest-news .post:hover .thumb img{
    opacity: .80;
}

.latest-news .post h5{
    position: relative;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.latest-news .post .post-info{
    display: block;
    font-size: 13px;
    color: #7E7E80;
}

/*=== Tags ===*/

.tag-list{
    position: relative;
    display: block;
}

.tag-list li{
    position: relative;
    float: left;
}

.tag-list li a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    z-index: 1;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    color: #000;
    background-color: #eef3f9;
    -webkit-border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:before {
    content: '#';
    margin-right: 5px;
}

.tag-list li a:hover{
    background: #3b7eff;
    color: #ffffff;
}

/*=== Gallery Widget ===*/

.gallery-widget{
    position: relative;
    padding: 30px;
    border: 1px solid #DADCE2;
    border-radius: 7px;
    overflow: hidden;
}

.gallery-widget .gallery-outer{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.gallery-widget .gallery-outer figure{
    position: relative;
    width: 33.333333%;
    padding: 0 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.gallery-widget .gallery-outer figure img{
    display: block;
    width: 100%;
}

/*=== Shopping Cart ===*/

.cart-widget{
    position: relative;
    padding: 30px;
    border: 1px solid #DADCE2;
    border-radius: 7px;
    overflow: hidden;
}

.shopping-cart .cart-item{
    position: relative;
    width: 100%;
    padding-left: 75px;
    min-height: 60px;
    margin-bottom: 20px;
}

.shopping-cart .cart-item:last-child{
    border-bottom: 0;
}

.shopping-cart .cart-item .thumb{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .thumb{
    opacity: 0.7;
}

.shopping-cart .item-name{
    display: block;
    color: #333333;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .item-name{
    color: #333333;
}

.shopping-cart .item-quantity{
    position: relative;
    display: block;
    font-size: 15px;
    color: #4C4C4D;
}

.shopping-cart .item-amount{
    font-size: 17px;
}

.shopping-cart .product-detail{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.shopping-cart .remove-item{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    z-index: 2;
    color: #4C4C4D;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .remove{
    position: relative;
    font-size: 13px;
    line-height: 17px;
    text-decoration: underline;
}

.shopping-cart .cart-item .remove-item:hover{
    color: #4C4C4D;
}

.shopping-cart .cart-footer{
    position: relative;
    margin-top: 16px;
}

.shopping-cart .shopping-cart-total{
    width: 100%;
    margin: 0 0 20px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    font-size: 17px;
    display: inline-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.shopping-cart .shopping-cart-total span{
    font-size: 15px;
}

.shopping-cart .btn-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping-cart .theme-btn{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align:center;
    font-size:15px;
    font-weight: 600;
    background-color: #3b7eff;
    border-radius: 7px;
    color:#ffffff;
    margin: 0 6px 0;
    padding: 0 15px;
    min-width: auto;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.sidebar-cart{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.sidebar-cart-active{
    overflow: hidden;
}

.sidebar-cart-active .sidebar-cart{
    opacity: 1;
    visibility: visible;
}

.sidebar-cart .cart-back-drop{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.sidebar-cart .shopping-cart{
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background-color: #ffffff;
    padding: 20px 20px 50px;
    overflow-y: auto;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.sidebar-cart-active .sidebar-cart .shopping-cart{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.shopping-cart .cart-header{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.shopping-cart .cart-header .title{
    text-align: left;
    font-size: 15px;
    line-height: 21px;
}

.shopping-cart .cart-header .close-cart{
    font-size: 12px;
}

.sidebar-cart .cart-item{
    padding-left: 100px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 20px;
}

.sidebar-cart .shopping-cart .cart-item .thumb{
    width: 75px;
    height: 74px;
}

.sidebar-cart .shopping-cart .theme-btn{
    margin: 0 0 15px;
    display: block;
    width: 100%;
}

/*** 

====================================================================
Comment Form
====================================================================

***/

.comment-form{
    position: relative;
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
}

.comment-form .default-form{
    position: relative;
    background: #ffffff;
}

.comment-form .form-outer sup,
.comment-form .default-form sup{
    color: #3b7eff;
    font-size: 15px;
    top: 1px;
}

.comment-form .form-outer p{
    margin-bottom: 20px;
}

.comment-form .rating-box{
    position: relative;
    margin-bottom: 20px;
}

.comment-form .rating-box .rating a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #999999;
    transition: all 300ms ease;
}

.comment-form .rating-box .rating a:hover{
    color: #F4C638;
}

.prod-tabs .comment-form .field-label{
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}

/*** 

====================================================================
Our Shop
====================================================================

***/

.our-shop{
    position: relative;
}

.our-shop .shop-upper-box{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.shop-item{
    position: relative;
    margin-bottom: 30px;
}

.shop-item .inner-box{
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    transition: all 300ms ease;
}

.shop-item:hover .inner-box{
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.shop-item .inner-box .image{
    position: relative;
    margin-bottom: 0;
}

.shop-item .inner-box .image img{
    display: block;
    width: 100%;
}

.shop-item .inner-box .onsale{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    height: 34px;
    padding: 7px 15px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #ED4E40;
    border-radius: 0 7px 0 7px;
}

.shop-item .lower-content{
    position: relative;
    padding: 13px 19px 44px;
    z-index: 0;
    background-color: #ffffff;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-item:hover .lower-content{
    margin-top: -75px;
    padding-bottom: 78px;
}

.shop-item .lower-content .rating{
    border-top-right-radius: 7px;
    opacity: 0;
    padding: 15px 19px 0px;
    background-color: #fff;
    left: 0;
    bottom: calc(100% - 10px);
    position: absolute;
    z-index: 1;
    color: #FEC948;
    font-size: 13px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-item .lower-content .rating .light{
    color: rgba(62, 74, 89, 0.2);
}

.shop-item:hover .rating{
    opacity: 1;
    bottom: 100%;
}

.shop-item .lower-content .name{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 8px 0 3px;
}

.shop-item .lower-content .name a{
    color: inherit;
}

.shop-item .price{
    font-size: 15px;
    color: #000000;
}

.shop-item .price del {
    font-size: 14px;
    color: #7E7E80;
    margin-left: 15px;
    margin-bottom: -1px;
}

.shop-item .lower-content .add-to-cart{
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 15px;
    background-color: #3b7eff;
    color: #ffffff;
    font-weight: 600;
    border-radius: 7px;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.shop-item .lower-content .add-to-cart span{
    margin-right: 10px;
}

.shop-item .lower-content .add-to-cart:hover{
    color: #ffffff;
}

.shop-item:hover .add-to-cart{
    opacity: 1;
    bottom: 20px;
    -webkit-transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
    transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
}

/*** 

====================================================================
        Product Details
====================================================================

***/

.product-details{
    position: relative;
    margin-top: 20px;
}

.product-details .basic-details{
    position:relative;
}

.product-details .image-column,
.product-details .info-column{
    margin-bottom:30px;
}

.product-details .image-column .image{
    position: relative;
    overflow: hidden;
}

.product-details .image-column .image img{
    position:relative;
    display:block;
    width:100%;
    border-radius: 10px;
}

.product-details .image-column .image .icon{
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 17px;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
}

.product-details .basic-details .details-header{
    position:relative;
    margin-bottom:16px;
}

.product-details .basic-details .details-header h4{
    font-size:40px;
    font-weight:600;
    line-height:1.4em;
    color: #000000;
}

.product-details .basic-details .details-header .category{
    position: relative;
    display: block;
    font-size: 14px;
    margin: 18px 0 18px;
    color: #000000;
}

.product-details .basic-details .details-header .category a{
    color: #000000;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.product-details .basic-details .details-header .rating{
    font-size:14px;
    color:#ebba44;
    margin-right: 20px;
    display:inline-block;
    margin-bottom:20px;
}

.product-details .basic-details .details-header .reviews{
    position:relative;
    display:inline-block;
    color: #000000;
    font-size: 14px;
}

.product-details .basic-details .details-header .rating .fa{
    display:inline-block;
}

.product-details .basic-details .details-header .item-price{
    font-size:24px;
    color:#000000;
    line-height:1.3em;
    margin-bottom: 20px;
}

.product-details .basic-details .details-header .item-price del{
    color: #999999;
    margin-left: 10px;
    font-weight:400;
}

.product-details .basic-details .text{
    margin-bottom: 20px;
}

.product-details .other-options{
    position: relative;
}

.product-details .other-options .item-quantity{
    float:left;
    font-size:17px;
    line-height: 40px;
    color: #000000;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-details .other-options .item-quantity .qty{
    position: relative;
    display: inline-block;
    height: 45px;
    width: 80px;
    font-size:17px;
    line-height: 25px;
    color: #000000;
    background-color: #eef3f9;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.product-details .other-options .add-to-cart{
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    font-size: 15px;
    background-color: #3b7eff;
    color: #ffffff;
    font-weight: 600;
    min-width: auto;
    padding: 0 25px;
    border-radius: 7px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.shop-single .products-carousel-outer{
    position: relative;
    padding-left: 88px;
    margin: 0;
}

.shop-single .thumbs-carousel{
    position: absolute;
    left: 40px;
    top: -40px;
    transform: rotate(90deg);
    transform-origin: left;
    max-width: 246px;
    margin: 0 auto;
}

.shop-single .thumbs-carousel .thumb-box{
    position: relative;
    cursor: pointer;
}

.shop-single .thumbs-carousel .thumb-box figure{
    position: relative;
    margin-bottom: 0;
}

.shop-single .products-carousel-outer .thumbs-carousel img{
    transform: rotate(-90deg);
    width: 78px;
    height: auto;
}

/*** 

====================================================================
        Product Tabs
====================================================================

***/

.product-info-tabs{
    position:relative;
}

.prod-tabs .tab-btns{
    position:relative;
    z-index:1;
    margin-bottom:35px;
    border-bottom: 1px solid #e5e5e5;
}

.prod-tabs .tab-btns .tab-btn{
    position: relative;
    float: left;
    margin-right: 25px;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.prod-tabs .tab-btns .tab-btn.active-btn{
    color: #000000;
    border-bottom-color: #f26f27;
}

.prod-tabs .tabs-content .tab > .title{
    position:relative;
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 400;
    color: #4b4342;
    margin-bottom: 0.5em;
}

.prod-tabs .tabs-content .tab .content{
    position:relative;
}

.prod-tabs .tabs-content .tab .content p{
    position:relative;
}

/*** 

====================================================================
        Related Products
====================================================================

***/

.related-products{
    position: relative;
}

.related-products .title {
    margin-bottom: 28px;
}

.related-products .title h2{
    position: relative;
    font-weight: 600;
    color: #000;
    font-size: 28px;
}

.related-products .shop-item{
    margin-bottom: 30px;
    padding: 0 15px;
}

.related-products .owl-dots{
    margin-top: 0;
    justify-content: center;
}

/*** 

====================================================================
Cart Section
====================================================================

***/

.cart-section{
    position:relative;
    padding: 100px 0 55px;
}

.cart-section .column{
    position: relative;
    margin-bottom: 30px;
}

.cart-outer{
    position:relative;
}

.cart-outer .table-outer{
    position:relative;
    width:100%;
    overflow-x: auto;
}

.cart-outer .cart-table{
    width:100%;
    min-width:800px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.cart-table .cart-header{
    position:relative;
    width:100%;
    color: #4C4C4D;
    font-size: 15px;
    line-height: 27px;
}

.cart-outer .cart-item{
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.cart-table .cart-item{
    font-size: 17px;
    color: #5c6770;
}

.cart-table thead tr th{
    line-height:30px;
    padding:0 30px 15px;
    font-size: 16px;
    font-weight: 400;
}

.cart-table .cart-header .product-name{
    text-align: left;
    padding: 0;
}

.cart-table th,
.cart-table td {
    padding: 20px 30px;
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
}

.cart-table td a{
    color: inherit;
}

.cart-table .cart-item .quantity{
    position: relative;
}

.cart-table .cart-item .quantity .qty{
    background-color: #fff;
    font-size: 0.933333em;
    padding: 0 10px;
    border: 1px solid #edecec;
    max-width: 100%;
    margin: auto;
    min-width: 100px;
    min-height: 42px;
    margin-left: 10px;
    border-radius: 6px;
}

.cart-table .cart-item .product-remove a {
    font-size: 14px;
    color: #5c6770;
    background: transparent;
    text-align: center;
    display: block;
}

.cart-table td.product-remove{
    padding-left: 0;
}

.cart-table td.product-name,
.cart-table td.product-thumbnail{
    padding-left: 0;
    padding-right: 0;
}

.cart-table td.product-name{
    width: 300px;
    font-size: 15px;
    padding-left: 20px;
}

.cart-table td.product-thumbnail a img {
    min-width: 130px;
}

.cart-table td.product-name a{
    font-size: 15px;
    line-height: 24px;
    color: #1b2032;
}

.cart-table .item-quantity .qty{
    border: 1px solid #C5D2E2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 10px;
    width: 100px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    resize: none;
    height: 45px;
    line-height: 25px;
    font-size: 17px;
    font-weight: 400;
}

.cart-table .product-subtotal{
    text-align: right;
    padding-right: 0;
}

/* Cart Option */

.cart-section .cart-options{
    position:relative;
    margin: 30px 0 10px;
}

.cart-section .apply-coupon{
    position:relative;
}

.cart-section .apply-coupon .form-group{
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.cart-section .apply-coupon .input{
    position: relative;
    width: 100%;
    display: block;
    color: #5c6770;
    font-size: 17px;
    line-height: 20px;
    padding: 9px 18px;
    height: 40px;
    min-width: 242px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #C5D2E2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cart-section .apply-coupon .form-group .theme-btn{
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
}

.cart-section .totals-table{
    position:relative;
    background: #ffffff;
    padding: 20px;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
}

.cart-section .totals-table li{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cart-section .totals-table li h3{
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.cart-section .totals-table li .shipping-info{
    position: relative;
    margin-bottom: 20px;
}

.cart-section .totals-table li .shipping-info span{
    display: block;
}

.cart-section .totals-table li .shipping-info .shipping{
    margin-bottom: 5px;
}

.cart-section .totals-table .change-address{
    position: relative;
    display: inline-block;
    color: #000000;
    margin-top: 10px;
}

.cart-section .totals-table .change-address a{
    color: inherit;
    text-decoration: underline;
}

.cart-section .totals-table .col{
    position:relative;
    display:block;
    font-size: 15px;
    line-height: 21px;
    text-transform:uppercase;
    padding: 0;
    margin-bottom: 20px;
}

.cart-section .totals-table .col:last-child{
    text-align: right;
}

.cart-section .totals-table .price{
    font-size: 22px;
}

.cart-section .totals-table .total-price{
    font-size: 22px;
    font-weight:700;
}

.cart-section .totals-table .theme-btn{
    margin-top: 10px;
}

/***

====================================================================
CheckOut Page
====================================================================

***/

.checkout-page{
    position:relative;
    padding: 100px 0 55px;
}

.checkout-page .column{
    position: relative;
    margin-bottom: 30px;
}

.checkout-page .title{
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.checkout-page .coupen-outer{
    position: relative;
}

.checkout-page .coupen-outer .upper-box{
    position: relative;
    margin: 0 0 30px;
    padding: 20px 20px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    line-height: 36px;
    color: #fff;
    background: -webkit-linear-gradient(-10deg, #5163DD, #6177E4);
    background: linear-gradient(-10deg, #5163DD, #6177E4);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-page .coupen-outer .upper-box .text{
    color: #ffffff;
    line-height: 26px;
}

.checkout-page .coupen-outer .upper-box .text .icon{
    position: static;
    float: left;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    margin-right: 10px;
}

.checkout-page .coupen-outer .form-group{
    position: relative;
    margin-bottom: 30px;
}

.checkout-page .coupen-outer label{
    margin-bottom: 20px;
}

.checkout-page .coupen-outer .input{
    position: relative;
    width: 100%;
    display: block;
    color: #5c6770;
    font-size: 14px;
    line-height: 23px;
    padding: 10px 18px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #C5D2E2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-right: 22px;
}

.checkout-page .coupen-outer .form-group .theme-btn{
    margin-top: 20px;
}

.checkout-form{
    position:relative;
    background: #ffffff;
}

.checkout-form .default-form .field-label {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.checkout-form .default-form .form-group input{
    margin-bottom: 10px;
}

.checkout-form .default-form .form-group input:last-child{
    margin-bottom: 0;
}

.checkout-form .default-form .form-group textarea{
    height: 63px;
}

.checkout-form .column{
    margin-bottom: 50px;
}

.order-box{
    position: relative;
    padding: 20px;
    border: 1px solid #e5e5e5;
    background-color: #f2f2f2;
}

.order-box h3{
    position: relative;
    font-size: 20px;
    line-height: 1em;
    color: #1b2032;
    font-weight: 600;
    margin-bottom: 20px;
}

.order-box table{
    width: 100%;
}

.order-box .product-total .amount{
    font-size: 17px;
}

.order-box table th{
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.order-box table td{
    padding: 10px 0;
}

.order-box table th:last-child,
.order-box table td:last-child{
    position: relative;
    text-align: right;
    font-weight: 400;
}

.order-box .order-total .amount{
    font-size: 25px;
    font-weight: 400;
}

.order-box tfoot .order-total td,
.order-box tfoot .order-total th{
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
    margin-bottom: 15px;
}

.payment-options li{
    position:relative;
    margin-bottom:15px;
}

.payment-options li .radio-option{
    position:relative;
}

.payment-options li .radio-option input{
    position: absolute;
    left: 0;
    top: 3px;
}

.payment-options li .radio-option label{
    position:relative;
    display:block;
    padding-left:30px;
    font-weight: 400;
    color:#1b2032;
    font-size:14px;
    line-height: 20px;
    text-transform:capitalize;
    cursor:pointer;
}

.payment-options li .radio-option label .small-text{
    position:relative;
    margin-top: 20px;
    margin-left: -30px;
    line-height: 23px;
    padding: 15px;
    color: #fff;
    border-radius: 7px;
    background: -webkit-linear-gradient(-10deg, #5163DD, #6177E4);
    background: linear-gradient(-10deg, #5163DD, #6177E4);
    display:none;
}

.payment-options li .radio-option input:checked + label .small-text{
    display:block;
}

.payment-options li .radio-option label img{
    position:relative;
    margin-left: 15px;
}

.payment-options .btn-box .theme-btn{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
}
.getintouch-box i {
    color: #008000;
    font-size: 25px;
    margin: 0px 15px;
    border: 2px solid green;
    border-radius: 50%;
    height: 45px;
    line-height: 40px;
    width: 45px;
    padding: 2px 9px;
}


/*** 

====================================================================
Contact
====================================================================

***/
.getintouch-box {
    background: #f9f9f9;
    border-radius:10px;
    padding:40px 30px;
    margin: -80px 0px -30px;
    z-index: 12;
    position: relative;
}
.contact-form-section{
    position: relative;
    padding: 100px 0 50px;
}
.getintouch-box h3 {
    color: green;
    font-size: 24px;
    padding-left: 20px;
}
.contact-form-section .form-outer{
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    margin-bottom: 50px;
}

.contact-form-section .image-column{
    position: relative;
}

.contact-form-section .layer-image{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-form-section .form-column{
    position: relative;
}

.contact-form-section .contact-form{
    position: relative;
    padding:0px;
}

.contact-form-section .contact-form .title{
    margin-bottom:20px;
}

.contact-form-section .contact-form .title h4{
    font-size: 22px;
    font-weight:normal;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.contact-form-section .contact-form textarea{
    height: 120px;
    margin-bottom: 10px;
}

.contact-form-section .info-outer{
    position: relative;
    padding: 20px 0 10px;
}

.contact-info-block{
    position: relative;
    margin-bottom: 40px;
}

.contact-info-block .inner-box{
    position: relative;
    min-height: 80px;
    padding-left: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact-info-block .thumb{
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.contact-info-block .name{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #000000;
    font-weight: 600;
    margin-bottom: 9px;
}

.contact-info-block .name a{
    color: inherit;
}

.contact-info-block .info{
    position: relative;
    display: block;
    line-height: 1em;
}

.contact-info-block .info a{
    color: inherit;
}

.contact-map-section{
    position: relative;
}

.contact-map-section iframe{
    position: relative;
    display: block;
}



/*** 

====================================================================
                Contact-Page
====================================================================

***/

.contact-page-section{
    position: relative;
}

.contact-page-section .form-inner{
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 50px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.contact-page-section .form-inner .default-form .form-group input[type='text'],
.contact-page-section .form-inner .default-form .form-group input[type='email'],
.contact-page-section .form-inner .default-form .form-group textarea{
    background: #f4f4f4;
    border-radius: 5px;
}

.contact-page-section .form-inner .default-form .form-group input:focus,
.contact-page-section .form-inner .default-form .form-group textarea:focus{

}

.contact-page-section .form-inner .default-form .form-group textarea{
    height: 110px;
}

.contact-page-section .form-inner .default-form .form-group button{
    display: block;
    width: 100%;
}

.contact-page-section .form-inner .default-form .form-group{
    margin-bottom: 20px;
}

.contact-page-section .form-inner .default-form .form-group:last-child{
    margin-bottom: 0px;
}

.contact-page-section .sec-title{
    margin-bottom: 50px;
}

.contact-page-section .sidebar-content{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    padding: 50px 40px;
}

.contact-page-section .sidebar-content:before{
    position: absolute;
    content: '';
    background: #091125;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
}

.contact-page-section .sidebar-content .inner-box .icon-box{
    position: relative;
    display: inline-block;
    width: 92px;
    height: 92px;
    line-height: 92px;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.contact-page-section .sidebar-content .inner-box h3{
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 7px;
}

.contact-page-section .sidebar-content .inner-box p{
    color: rgba(255,255,255,0.7);
    margin-bottom: 22px;
}

.contact-page-section .sidebar-content .inner-box a{
    display: block;
    width: 100%;
}

.contact-page-section .sidebar-content .inner-box .btn-one{
    position: relative;
    font-size: 18px;
    color: #606060;
    background: #ffffff;
    padding: 13px 30px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.contact-page-section .sidebar-content .inner-box .btn-one:hover{
    color: #ffffff;
}

.contact-page-section .sidebar-content .inner-box .theme-btn{
    padding: 14px 30px;
}

.contact-page-section .sidebar-content .inner-box .theme-btn:hover{

}

.contact-page-section .sidebar-content .inner-box .theme-btn:before{
    background: #ffffff;
}


/** contact-info-section **/

.contact-info-section{
    position: relative;
}

.contact-info-section .inner-content{
    position: relative;
    display: block;
    background: #1a1b1e;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: -110px;
    z-index: 2;
}

.contact-info-section .inner-content .single-item{
    position: relative;
    float: left;
    width: 25%;
    padding: 0px 30px 42px 30px;
}

.contact-info-section .inner-content .single-item:before{
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.1);
    width: 1px;
    height: 124px;
    bottom: 48px;
    right: 0px;
}

.contact-info-section .inner-content .single-item:last-child:before{
    display: none;
}

.contact-info-section .inner-content .single-item .icon-box{
    position: relative;
    display: block;
    padding-top: 25px;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 34px;
    padding-bottom: 25px;
}

.contact-info-section .inner-content .single-item .icon-box:before{
    position: absolute;
    content: '';
    background: #1f2637;
    width: calc(100% + 60px);
    height: 15px;
    left: -30px;
    top: 0px;
}

.contact-info-section .inner-content .single-item .icon-box:after{
    position: absolute;
    content: '';
    background: #1f2637;
    width: calc(100% + 60px);
    height: calc(100% - 15px);
    left: -30px;
    top: 15px;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 30% 100%, 0% 0%);
}

.contact-info-section .inner-content .single-item:nth-child(2n+1) .icon-box:before,
.contact-info-section .inner-content .single-item:nth-child(2n+1) .icon-box:after{
    background: #262d3f;
}

.contact-info-section .inner-content .single-item h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-section .inner-content .single-item p,
.contact-info-section .inner-content .single-item p a{
    color: #b6b9c2;
}

.contact-info-section .inner-content .single-item p a:hover{

}

.main-header.style-four .page-header-mobile-info .toggle-box .logo{
    display: none;
}

.pricing-section.home-4{
    padding-bottom: 80px;
}

.ptb-100 {
    padding: 50px 0;
}


.primary-solid-btn:hover {
    background: transparent;
    color: #72309b;
}

/* line 310, src/assets/scss/_main-style.scss */
.primary-solid-btn {
    border: 1px solid ##72309b;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#72309b), to (#214eec));
    background-image: linear-gradient(to bottom, #72309b, #214eec);
    color: #ffffff;
}

td.td-blank {
    border: none !important;
}

.primary-bg {
    background: #72309b;
}

.text-white {
    color: #fff !important;
}

.primary-bg h1, .primary-bg p {
    color: #fff;
}

.solid-white-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #72309b;
}

.solid-white-btn:hover {
    background: transparent;
    color: #ffffff;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-check:before {
    content: "\e64c";
}


.tooltip1 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 170px;
    background-color: #72309b;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 10%;
    margin-left: -60px;
    padding: 2px;
    font-size: 13px;
}

/*.tooltip1 .tooltiptext1::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: black transparent transparent transparent;
}*/

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}




/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin:0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
    box-shadow: none;
}

/* Set a style for all buttons */
button {
    background-color: #f26f27;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    opacity: 0.9;
}

button:hover {
    opacity:1;
}

/* Extra styles for the cancel button */
.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
    float: left;
    width: 100%;
}

/* Add padding to container elements */
/*.container {*/
/*    padding: 10px;*/
/*}*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    x-index: 1; /* Sit on top */
    right: 0 !important;
    left: inherit !important;
    top: 0;
    width: 40%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(255, 255, 255, 0.96);
    padding-top: 0px;
    box-shadow:20px 20px 50px grey;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto 15%; /* 5% from the top, 15% from the bottom and centered */
    border: 0px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 20px !important;
    top: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #f26f27;
}

.close:hover,
.close:focus {
    color: #f26f27;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.divider {
    border: 2px solid #000;
    margin: 30px 0px 30px;
    display: block;
    width: 100%;
}
.section .cert-list {
    list-style:none;
}
.section .cert-list li {
    padding-bottom:10px;
    position:relative;
}
.section .cert-list h2 {
    font-size:20px;
    font-weight:500 !important;
    margin:0px;
    padding:0px;
}
.section .cert-list li:after {
    content:'';
    background:#ddcfe5;
    width:14px;
    height:14px;
    position:absolute;
    top:7px;
    left:-20px;
    border-radius:100%;
}
.section .cert-list li.active:after {
    background:#f4620b;
}
.section .cert-list li a {
    font-size:18px;
    font-weight:400;
    color:#000;
}
.section .cert-list li.active a, .secure-section .cert-list li a:hover {
    color:#0060ac;
    text-decoration:underline;
    font-weight:500;
}
.section .cert-list p {
    margin-right:30px;
}
.section-title h2 {
    font-size: 30px;
    line-height:38px;
}

.cert-list-box {
    border:1px solid #eee;
    padding: 15px;
    margin:10px 0px;
    border-radius:10px;
}
.cert-list-box h2 {
    font-size:15px;
}
.cert-list img {
}

/*paperless 2 slider text*/
.text2 {
    font-size: 25px;
    padding-top: 20px;
    line-height: 45px;
    color: rgb(236, 242, 245);
}

.testimonial-test {
    color: black;
    font-size: 16px;
    padding: 5px;
    line-height: 2;
    overflow: auto;
}

.page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tabs-controls {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 0 25px;
    list-style-type: none;
}
.tabs-controls__link {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #423e37;
    text-decoration: none;
}
.tabs-controls__link:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 4px;
    background-color: #423e37;
    border-radius: 2px;
    margin: auto;
    content: "";
    transition: width 0.4s;
}
.tabs-controls__link--active:after {
    width: 100%;
}
.cards-container {
    position: relative;
    z-index: 1;
    width: 70%;
    height: calc(100vh - 205px);
    margin: 0 auto;
}
.card {
    position: absolute;
    width: 100%;
    background-color: #edebd7;
    border: 1px solid #423e37;
    box-shadow: 9px 11px 3px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 40px;
    transition: transform 0.3s, opacity 0.2s;
}
.card.hidden {
    z-index: 100;
    background-color: #fff;
    color: #fff;
    opacity: 0;
    transition: color 0.5s, background-color 0.5s, transform 1s, opacity 0.2s 0.4s;
}
.card.hidden h1 {
    color: #fff;
    transition: color 0.5s;
}
.card.hidden:nth-of-type(1) {
    transform: rotate(-66deg) translateX(101%) translateY(-32%) scale(0.8) skewX(9deg) skewY(1deg);
}
.card.hidden:nth-of-type(2) {
    transform: rotate(-74deg) translateX(101%) translateY(-22%) scale(0.5) skewX(5deg) skewY(1deg);
}
.card.hidden:nth-of-type(3) {
    transform: rotate(-74deg) translateX(101%) translateY(-60%) scale(0.3) skewX(2deg) skewY(3deg);
}
.card.hidden:nth-of-type(4) {
    transform: rotate(-25deg) translateX(101%) translateY(-22%) scale(0.1) skewX(9deg) skewY(6deg);
}
.card.hidden:nth-of-type(5) {
    transform: rotate(-35deg) translateX(101%) translateY(-50%) scale(0.2) skewX(3deg) skewY(5deg);
}
.card.hidden:nth-of-type(6) {
    transform: rotate(-53deg) translateX(101%) translateY(-56%) scale(0.8) skewX(12deg) skewY(12deg);
}
.card:nth-of-type(1) {
    z-index: 5;
    transform: translateX(0px) translateY(0px);
}
.card:nth-of-type(2) {
    z-index: 4;
    transform: translateX(10px) translateY(10px);
}
.card:nth-of-type(3) {
    z-index: 3;
    transform: translateX(20px) translateY(20px);
}
.card:nth-of-type(4) {
    z-index: 2;
    transform: translateX(30px) translateY(30px);
}
.card:nth-of-type(5) {
    z-index: 1;
    transform: translateX(40px) translateY(40px);
}
.card:nth-of-type(6) {
    z-index: 0;
    transform: translateX(50px) translateY(50px);
}


/* Style tab links Use Cases*/
.tablinkSection {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 40px 16px;
    font-size: 17px;
    width: 100%;
}

.tablinkSection:hover {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontentSection {
    width: 100%;
    color: black;
    display: none;
    padding: 20px 20px;
    height: 100%;
}

#banking {
    background-color: #ffffff;
}
#govt {
    background-color: #ffffff;
}
#manufacture {
    background-color: #ffffff;
}
#defence {
    background-color: #ffffff;
}
#tsps {
    background-color: #ffffff;
}
#aviation {
    background-color: #ffffff;
}

/* Style tab links Country */
.countrySection {
    justify-content: center;
}
.tablinkcountry {
    margin: 2px;
    border-radius:10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #555;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 50px 20px;
    font-size: 17px;
    width: 15.9%;
}

.tablinkcountry:hover {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontentcountry {
    margin:10px 0px;
    border-radius:10px;
    color: black;
    display: none;
    padding: 25px;
    height: 100%;
    background-color: #f5e4ff;
}

/* Animation Circle Partner Page */
.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 15px auto;
    position: relative;
}


.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

.dotCircle .itemDot {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    background: #ffffff;
    color: #7d4ac7;
    border-radius:100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dotCircle .itemDot .forActive::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 3px solid #7d4ac7;
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
    content: '';
    width: 6px;
    height: 6px;
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #a733bb;
    right: -39px;
}

.dotCircle .itemDot.active .forActive {
    display: block;
}

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #a733bb;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
    background: #7d4ac7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7d4ac7 0%, #a733bb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
    /* IE6-9 */
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 210px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contentCircle_right.contentCircle {
    width: 100%;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 250px;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.06;
}

.CirItem_mob_content {
    display: none;
}

.title-box .title {
    font-size:34px;
    font-weight: 600;
    position: relative;
    text-align: left;
    z-index: -1;
}
.holderCircle .title {
    font-size:24px !important;
    text-align: center;
}

.title-box span {
    font-weight: 800;
}

.title-box p {
    font-size: 14px;
    line-height: 2em;
}


div.msgBox {
    padding:0px;
    position: fixed;
    z-index: 1050;
    width: 430px;
    color: #00335e;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow: 0px 0px 11px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 11px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 11px rgba(0,0,0,0.3);
    z-index: 10000;
    background: #fff;
}
div.msgBoxBackGround {
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.5 !important;
    z-index:1060;
}
div.msgBoxContainer {
}
div.msgBoxTitle {
    padding:0;
    font-variant:small-caps;
    font-size:16pt;
    font-weight:lighter;
    color:#00335e;
    width:100%;
    border-bottom : 1px solid #002c5f;
}
div.msgBoxImage {
    margin:0px;
    width:auto;
    vertical-align: top;
    position:absolute;
    left:17px;
    top:15px;
}
div.msgBoxImage .fa {
    font-size: 30px;
}
div.msgBoxContent {
    font-size:11pt;
    margin:0px;
    display:block;
    color: #000;
    padding:25px;
    padding-left:60px;
    text-align: left;
}
div.msgBoxContent p {
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}
div.msgBoxContent span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
}

/* Content class for IE7*/
div.msgBoxButtons {
    display:block;
    width:100%;
    text-align:right;
    background:#f1f1f1;
    border-top:1px solid #ddd;
    padding:10px 20px;
    border-radius:0 0 4px 4px;
}
div.msgBoxButtons input[type='button']{
    margin-left: 5px;
    padding: 5px 15px;
}
div.msgBoxButtons input[type='button']:nth-child(2), div.msgBoxButtons input[type='button']:nth-child(3) {
    color: #333;
    background: #fff;
    border-color: #ccc !important;
    padding:5px 15px;
}
div.msgBoxButtons input[type='button']:nth-child(2):hover, div.msgBoxButtons input[type='button']:nth-child(3):hover {
    color: #333;
    background: #d4d4d4 !important;
    border-color: #8c8c8c !important;
}
div.msgBoxInputs {
    margin:0 auto;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
    width:195px;
}
div.msgInput input[type='text'],div.msgInput input[type='password']{
    padding:4px;
    border:1px solid #DFDFDF;
    color:#2f2f2f;
    width:180px;
}
div.msgInput text{
    color:#2f2f2f;
    font-size:10pt;
}
.dvShow li{
    display: flex;
}





.content-page{
    min-height:450px;
}
.invalid-page {
    background: #fff;
}
.unsupport-browser  {
    background:#fff;
    padding:30px 0 40px;
}
.unsupport-browser .inner-section {
    padding: 50px 20px;
    margin-top: 20px;
    background: #f1f1f1;
    border-radius: 10px;
    color:#0e0e0e;
    box-shadow: 0 2px 8px -1px rgba(171, 171, 171, 0.7411764705882353);
}
.unsupport-browser  .inner-section h3 {
    font-size: 22px;
    margin: 15px 0 20px;
}

.freeSSL-section {
    margin: 15px 0px 0px;
}
.freeSSL-Txt {
    background: #f2defd;
    color: #000;
    font-weight: 500;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);
    border-radius: 4px;
    margin: 0px 0px 0px;
    padding: 15px 25px;
    font-size: 14px;
}
.freeSSL-Txt a {
    margin-top: 3px;
    color: #fff;
    border: 1px solid #754990;
    background-color: #754990;
    padding: 4px 16px;
    border-radius: 6px;
    margin-left: 15px;
}

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .ttips .tooltipRight {
        right: -85px !important;
    }

    .ttips .ttipContent.usageTips {
        width: 240px;
    }
    .product-panel-text .product-body {
        padding: 10px 0px 15px 0px!important;
        text-align: center;
    }
    .product-panel-text {
        border-right: none!important;
        width: 100%;
    }
    .freeDVSSL-Txt {
        padding: 15px 30px;
    }
    .freeDVSSL-Txt h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .freeDVSSL-Txt .dvTxt {
        font-size: 30px;
    }
    .freeSSL-Txt span {
        display: block;
        margin-bottom: 10px;
        line-height: 20px;
    }
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}
.blog-slider__item {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
}
.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}
.blog-slider__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    border-radius: 20px;
    opacity: 0.8;
}
.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}
@media screen and (max-width: 576px) {
    .portfolio-block-four .content-box ul li {
        font-size: 14px;
    }
    .portfolio-block-four .content-box ul li a.btn { padding: 3px 6px;}
    .blog-slider__img {
        width: 95%;
    }
    .mobile-menu .navigation li li > a {
        font-size: 16px;
    }
    .mobile-menu .navigation li.head {
        font-size: 16px;
    }
    .portfolio-block-four .content-box {
        padding:50px 20px;
    }
    .service-block-three br {
        display: none;
    }
    .service-block-three {
        text-align: center;
    }
    .content-column h3, .content-column h4, .news-block .lower-content h3 {
        font-size: 20px !important;
    }
    .banner-box-one {
        min-height: auto;
    }
    .brand-block h2 {
        font-size: 22px !important;
    }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}
.blog-slider__content {
    padding-right: 25px;
}
@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}
@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}
.blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}
.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}
.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}
.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}
.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
    .inner-box .text h4 {
        text-align: left;
    }
    .blog-slider__button {
        width: 100%;
    }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fd3838;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}
/** Resources - Collaterals section **/
.resource_box.light-gray {
    background-color: #f4f5f8;
    padding: 30px 30px 40px;
    height: 100%;
    border-radius:10px;
}
.resource_box span {
    font-size: 10px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding: 5px 16px;
    color: #fff;
    border-radius: 16px;
    background: #f26f27;
}
.resource_box p {
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 62px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.resource_box h4 {
    font-weight: 800;
    color: #000;
    min-height: 80px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.resource_box a {
    position: relative;
}

.resource_box a {
    font-size: 14px;
    font-weight: 700;
}
.resource_box a.lnk-download:before {
    content: '\2192';
    position: absolute;
    right: -20px;
    top: -2px;
}

*, ::after, ::before {
    box-sizing: border-box;
}


.gray-img img {
    filter: grayscale(100%);
}
.gray-img:hover img {
    filter: none;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}
.spinner-border {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
/********* SSL Partner page css Stating ************/
.contact-box {
    margin: 0 0 30px;
    overflow: inherit;
}
.contact-content h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 10px;
}
.contact-icons {
    margin: 30px 0px;
    display: block;
}
.contact-icons h3 {
    font-size: 20px;
    color: #72309b;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact-section h4 {
    font-size: 16px;
}
.contact-icons h3 i {
    width: 36px;
    text-align: center;
    background: #72309b;
    color: #fff;
    font-size: 18px;
    padding: 5px 9px;
    border-radius: 20px;
    margin-right: 5px;
}
.ssl-section .contact-form {
    background: #72309b;
    padding: 1px 30px 30px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}
.address-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.address-box h4{
    line-height: 20px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
}
.ssl-section .contact-form h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin: 30px 0px 20px;
}
.eSctr-box {
    position: relative;
    margin: 0px 0px 12px;
    display: block;
}
.eSctr-box .form-control, .eSctr-box .select-control {
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 10px 5px;
    padding-right: 30px;
    background-color: #fff;
    display: block;
    height: 42px;
    border: 1px solid #ddd;
    width: 100%;
}
.eSctr-box .form-control:placeholder-shown:not(:focus) + .fl-label {
    top: 10px;
    color: #333;
    font-size: 15px;
}
.eSctr-box .form-control:placeholder-shown:not(:focus) + .fl-label {
    top: 10px;
    color: #333;
    font-size: 15px;
}
.contact-box .eSctr-box .fl-label {
    padding: 1px 5px;
    border-radius: 4px;
}
.eSctr-box .fl-label {
    z-index: 9;
    background: #fff;
    padding: 1px 3px;
    margin: 0px -3px;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: -8px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    white-space: nowrap;
}

/********* SSL Partner page css Ending ************/