  html {
    scroll-behavior: smooth;
  }

/* 01. General Style */
body {  
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.74;
    position: relative;
    visibility: visible;
    /*overflow-x: hidden;*/
    letter-spacing: 0;
    padding-right: 0px !important;
    color: #696969;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
}
@media only screen and ( min-width: 992px ) {
    h1, .h1 {
    font-size: 45px;
    line-height: 60px;
}
}
.theme-color {
    color: #4c53a4;
}
.theme-bg {
    background-color: #4c53a4;
}
.bg-theme, .bg-red, .bg-green {
    background-color: #4c53a4;
    color: #fff;
}
.bg-primary {
    color: #fff;
}
.bg-red {
    background-color: #ff4949;
}
.bg-green {
    background-color: #1fd348;
}
.theme-transparent-bg {
    background: rgba(102, 63, 231, 0.8);
}
.hide {
    display: none;
}
.border-primary {
    border-color: #4c53a4;
}
.page-loader {
    background: url(../images/page-loader.gif) 50% 50% no-repeat rgb(249,249,249);
}
.page-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}
.display-5 {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1;
}
a {
    color: #111;
    transition: color ease 0.35s, background ease 0.35s;
}
a:hover, a:active {
    color: #4c53a4;
    text-decoration: none;
}
.btn.focus, .btn:focus, .form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
}
.form-control:focus {
    border-color: #4c53a4;
}
section {
    padding: 100px 0;
    position: relative;
}
.section-mingle-top {
    margin-top: -85px;
}
.section-medium-space {
    padding: 60px 0;
}
.section-small-space {
    padding: 40px 0;
}
.section-sub-title {
    background: rgba(81, 40, 193, 0.1);
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #4c53a4;
    font-size: 15px;
    position: relative;
}
.set-as-background, .set-as-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.set-as-background.background-fixed {
    background-attachment: fixed;
}
.set-as-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}
.section-bg-mild {
    background-color: #f9f9f9; 
}
.section-bg-dark {
    background-color: #d7d7d7;
}
.section-bg-light {
    color: #111;
    background-color: #fff;
}
.section-bg-grey {
    color: #111;
    background-color: #f8f8f8;
}
.section-bg-trans-light {
    color: #111;
    background-color: rgba(255, 255, 255, 0.5);
}
.section-text-whilte, .section-text-whilte a {
    color: #fff;
}
.section-bg-grey h2.widget-title, .section-bg-light h2.widget-title,
.section-bg-grey a:not(.btn), .section-bg-light a:not(.btn) {
    color: #111;
}
.section-bg-grey a:not(.btn):hover, .section-bg-light a:not(.btn):hover,
.section-bg-grey a:not(.btn):active, .section-bg-light a:not(.btn):active,
.section-bg-dark a:not(.btn):hover, .section-bg-dark a:not(.btn):active {
    color: #4c53a4;
}
.section-bg-dark h2.widget-title, .section-bg-dark a:not(.btn), footer .footer-dark h2.widget-title, footer .footer-dark a:not(.btn) {
    color: #333;
}
.abs-dark-bg, .abs-theme-bg, .abs-light-bg, .abs-grey-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
}
.abs-theme-bg {
    background: rgba(102, 63, 231, 0.9);
}
.abs-light-bg {
    background: rgba(255, 255, 255, 0.6);
}
.abs-grey-bg {
    background: rgba(0,0,0,0.3);
}
.abs-dots {
    position: absolute;
    width: 100%;
}
/*.abs-dots:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50px;
    height: 400px;
    width: 400px;
    max-width: 100%;
    background-image: radial-gradient(#c1b4d7 1px, #0000 0);
    background-position: 100% 100%;
    background-size: 10px 10px;
    opacity: 0.3;
    border-radius: 50%;
}*/
.abs-dots.dots-right:before {
    right: 12%;
    left: auto;
    top: 80px;
    transform: translateX(50%);
}
.abs-dots.abs-dots-center:before {
    left: 50%;
    transform: translateX(-50%) translateY(30%);
}
@media only screen and ( max-width: 767px ) {
    .abs-dots:before {
        left: 0;
        height: 300px;
        width: 300px;
        display: none;
    }
}   
.abs-dots.dots-center:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
}
.abs-dots.dots-square:before {
    border-radius: 0;
}
.abs-img {
    position: absolute;
    height: 80%;
    width: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    right: 0;
    left: auto;
    top: 50%;
}
.abs-vector-bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    right: 0;
    top: 0;
}
.abs-dots-full-mild:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(#000000 1px, #0000 0);
    background-size: 3px 3px;
    opacity: 0.2;
}
.abs-half-right-cover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.abs-half-left-cover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.abs-bg-repeat {
    background-size: contain;
    background-position: inherit;
    background-repeat: repeat;
}
.about-img-left {
    position: relative;
    z-index: 1;
}

/*.about-img-left:after {
    content: "";
    position: absolute;
    width: 100%;
    transition: all ease .35s;
    height: 100%;
    background-color: #e5e5e5;
    bottom: -10px;
    right: -10px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    border-radius: 5px;
    transition-delay: .7s;
}
.about-img-left:hover:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1.05) rotate(-2deg);
}*/
.about-img-left img {
    display: block;
    height: auto;
    width: 100%;
    transition: all ease .35s;
}
/*.about-img-left:hover img {
    transform: scale(1.05) rotate(-2deg);
}*/ 
.about-img-right {
    position: relative;
    z-index: 1;
}
.pothera-about-img-widths {
    padding-bottom: 15px !important;
    margin-top: 15px !important;
}
span.on-a-new-parts-text {
    font-weight: 500;
    color: #222;
}
.about-img-right:after {
    content: "";
    position: absolute;
    width: 100%;
    transition: all ease .35s;
    height: 100%;
    background-color: #4c53a4;
    bottom: -20px;
    left: -20px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    border-radius: 5px;
    transition-delay: .2s;
}
.about-img-right:hover:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1.05) rotate(2deg);
}
.about-img-right img {
    display: block;
    height: auto;
    width: 100%;
    transition: all ease .35s
}
.about-img-right:hover img {
    transform: scale(1.05) rotate(2deg);
}   
.about-content {
    position: relative;
}
.arrow-icon {
    position: absolute;
    background-color: #4c53a4;
    font-size: 10px;
    left: -6px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    top: 3px;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
}
.section-title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2.2em;
    text-transform: capitalize !important;
    font-weight: 600;
}
.section-title-wrapper .lead {
    padding-bottom: 20px;
    font-weight: 300;
}
span.section-title-seperator {
    height: 3px;
    width: 80px;
    background-color: #4c53a4;
    display: inline-block;
    /*border-radius: 25%;*/
    margin: 1rem 0;
}
span.seperator-white {
    background-color: #fff;
}
.page-title-wrap {
    padding: 50px 0;
    text-align: center;
    background: #f7f7f7;
}
.header-parts-nav > div > * {
    margin: 0 0px;
}
.header-parts-nav > div {
    margin: 0 -10px;
}
.nav-light-to-theme a {
    color: #d6d6d6;
}
.nav-light-to-theme a:hover, .nav-light-to-theme a:active {
    color: #4c53a4;
}
ul.icon-nav > li {
    position: relative;
}
ul.icon-nav > li:before {
    position: absolute;
    left: 0;
    content: "\e661";
    font-family: 'themify';
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* 02. Button Styles */
.btn-primary {
    color: #fff;
    background-color: #4c53a4;
    border-color: #4c53a4;
}
.btn-primary-center {
    color: #fff;
    background-color: #4c53a4;
    border-color: #4c53a4;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #fff;
}
.btn-outline-primary {
    color: #4c53a4;
    border-color: #4c53a4;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4c53a4;
    border-color: #4c53a4;
}
.btn-link {
    color: #4c53a4;
}
.btn-link:hover {
    color: #5432c6;
}
.material-img-shadow {
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
}
.material-dark-shadow {
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
}
.material-light-shadow {
    box-shadow: 0px 0px 18px -5px rgb(75 81 91 / 20%);
}

/* 03. Social Icon Styles */
ul.social-icons {
    margin: -4px;
}
ul.social-icons > li > a {
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    background: #4c53a4;
    line-height: 43px;
    border-radius: 50%;
    color: #fff;
    margin: 6px;
    display: block;
}
.topbar-info-wrap ul.nav.justify-content-center li a:hover {
    color: #fff !important;
   /* background-color: #a9506a !important;*/

}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
.topbar-info-wrap ul.nav.justify-content-center li a {
    font-size: 13px;
    letter-spacing: 1px;
}

.header-topbar ul.social-icons > li > a {
    height: 25px;
    width: 25px;
    line-height: 27px;
}
ul.social-icons > li > a:hover {
    background: #fff;
    color: #4c53a4;
}
ul.primary-social-icons.social-icons > li > a {
    background: #4c53a4;
    color: #fff;
}
ul.primary-social-icons.social-icons > li > a:hover {
    background: #fff;
    color: #4c53a4;
}
ul.light-social-icons.social-icons > li > a {
    background: #fff;
    color: #111;
}
ul.dark-social-icons.social-icons > li > a {
    background: #111;
    color: #fff;
}
ul.dark-social-icons.social-icons > li > a:hover {
    background: #fff;
    color: #111;
}
ul.own-social-icons > li > a.facebook-icon,
ul.transparent-social-icons > li > a.facebook-icon:hover {
    background: #3b5998;
    color: #fff;
}
ul.transparent-social-icons > li > a.facebook-icon {
    background: transparent;
    color: #3b5998;
}
ul.own-social-icons > li > a.facebook-icon:hover, ul.light-social-icons.social-icons > li > a.facebook-icon:hover {
    background: #fff;
    color: #3b5998;
    border: 1px solid #3b5998;
}
ul.own-social-icons > li > a.twitter-icon,
ul.transparent-social-icons > li > a.twitter-icon:hover {
    background: #55acee;
    color: #fff;
    border: 1px solid #55acee;
}
ul.transparent-social-icons > li > a.twitter-icon {
    background: transparent;
    color: #55acee;
}
ul.own-social-icons > li > a.twitter-icon:hover,
ul.light-social-icons.social-icons > li > a.twitter-icon:hover {
    background: #fff;
    color: #55acee;
    border: 1px solid #55acee;
}
ul.own-social-icons > li > a.instagram-icon,
ul.transparent-social-icons > li > a.instagram-icon:hover {
    background: #3f729b;
    color: #fff;
}
ul.transparent-social-icons > li > a.instagram-icon {
    background: transparent;
    color: #3f729b;
}
ul.own-social-icons > li > a.instagram-icon:hover,
ul.light-social-icons.social-icons > li > a.instagram-icon:hover {
    background: #fff;
    color: #3f729b;
}
ul.own-social-icons > li > a.pinterest-icon,
ul.transparent-social-icons > li > a.pinterest-icon:hover {
    background: #cb2027;
    color: #fff;
}
ul.transparent-social-icons > li > a.pinterest-icon {
    background: transparent;
    color: #cb2027;
}
ul.own-social-icons > li > a.pinterest-icon:hover,
ul.light-social-icons.social-icons > li > a.pinterest-icon:hover {
    background: #fff;
    color: #cb2027;
}
ul.own-social-icons > li > a.linkedin-icon,
ul.transparent-social-icons > li > a.linkedin-icon:hover {
    background: #007bb6;
    color: #fff;
}
ul.transparent-social-icons > li > a.linkedin-icon {
    background: transparent;
    color: #007bb6;
}
ul.own-social-icons > li > a.linkedin-icon:hover,
ul.light-social-icons.social-icons > li > a.linkedin-icon:hover {
    background: #fff;
    color: #007bb6;
}
ul.own-social-icons > li > a.flickr-icon,
ul.transparent-social-icons > li > a.flickr-icon:hover {
    background: #ff0084;
    color: #fff;
}
ul.transparent-social-icons > li > a.flickr-icon {
    background: transparent;
    color: #ff0084;
}
ul.own-social-icons > li > a.flickr-icon:hover,
ul.light-social-icons.social-icons > li > a.flickr-icon:hover {
    background: #fff;
    color: #ff0084;
}
ul.own-social-icons > li > a.vimeo-icon,
ul.transparent-social-icons > li > a.vimeo-icon:hover {
    background: #00bf8f;
    color: #fff;
}
ul.transparent-social-icons > li > a.vimeo-icon {
    background: transparent;
    color: #00bf8f;
}
ul.own-social-icons > li > a.vimeo-icon:hover,
ul.light-social-icons.social-icons > li > a.vimeo-icon:hover {
    background: #fff;
    color: #00bf8f;
}
ul.own-social-icons > li > a.youtube-icon,
ul.transparent-social-icons > li > a.youtube-icon:hover {
    background: #bb0000;
    color: #fff;
    border: 1px solid #bb0000;
}
ul.transparent-social-icons > li > a.youtube-icon {
    background: transparent;
    color: #bb0000;
}
ul.own-social-icons > li > a.youtube-icon:hover,
ul.light-social-icons.social-icons > li > a.youtube-icon:hover {
    background: #fff;
    color: #bb0000;
}
ul.own-social-icons > li > a.tumblr-icon,
ul.transparent-social-icons > li > a.tumblr-icon:hover {
    background: #3b5998;
    color: #fff;
}
ul.transparent-social-icons > li > a.tumblr-icon {
    background: transparent;
    color: #3b5998;
}
ul.own-social-icons > li > a.tumblr-icon:hover,
ul.light-social-icons.social-icons > li > a.tumblr-icon:hover {
    background: #fff;
    color: #3b5998;
}

.widget-content {
    padding-top: 12px;
}
ul.nav.footer-menu > li > a {
    padding: 5px;
}
.widget-content ul.nav .nav-link {
    padding: 0;
    display: block;
    font-size: 14px;
}
a.btn-whatsapp-pulse.btn-whatsapp-pulse-border:hover {
    color: #fff !important;
}
.wrapper-sales-supports-type-content a {
    color: #4c53a4 !important;
}
.widget-content ul.nav > li{font-size: 14px;}
.widget-content ul.nav > li {
    padding: 2px 2rem;
}
.wrapper-sales-supports-type-content h5 {
    font-weight: 500;
    font-size: 1.6em;
}
.slide-arrow {
    height: 40px;
    width: 40px;
    display: inline-block;
}

/* 04. Header Styles */
.theme-style-bar,
.dark-style-bar {
    background-color: #4c53a4;
    color: #fff;
}
.dark-style-bar {
    background-color: #111;
}
.theme-style-bar a, .dark-style-bar a {
    color: #fff;
}
.theme-style-bar a:hover, .theme-style-bar a:active,
.dark-style-bar a:hover, .dark-style-bar a:active {
    color: #dfd8f3;
}
.header-topbar,
.header-logobar,
.header-navbar,
.set-header-sticky {
    position: relative;
}
.header-topbar .header-parts-nav > div {
    line-height: 12px;
}
.sales-supports-banner-1 {
    height: 500px !important;
    padding: 200px 0 !important;
}
/*a.mobile-top-sliding {
    position: absolute;
    right: 0;
    bottom: -20px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    z-index: 99;
    color: #fff;
    background: #111;
}*/
.header-logobar .header-parts-nav > div {
    line-height: 80px;
}
.header-navbar {
    background: #fff;
}
.header-abs {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    background: transparent;
    transition: background ease 0.35s;
}
.set-header-sticky.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.set-header-sticky.header-sticky {
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px rgba(57,59,102,.09);
}
.set-header-sticky.header-sticky .header-abs {
    background: #fff;
}
.set-header-sticky:not(.header-sticky) .header-abs a,
.set-header-sticky:not(.header-sticky) .header-abs ul.site-menu > li > a {
    color: #fff;
}
.set-header-sticky:not(.header-sticky) .header-abs.abs-text-light a, 
.set-header-sticky:not(.header-sticky) .header-abs.abs-text-light ul.site-menu > li > a {
    color: #111;
}
.set-header-sticky:not(.header-sticky) .header-abs a:hover,
.set-header-sticky:not(.header-sticky) .header-abs a:active,
.set-header-sticky:not(.header-sticky) .header-abs ul.site-menu > li > a:hover,
.set-header-sticky:not(.header-sticky) .header-abs ul.site-menu > li > a:active {
    color: #4c53a4;
}
.header-abs ul.site-menu li.menu-item-has-children .sub-menu a {
    color: #111;
}
.header-abs ul.site-menu li.menu-item-has-children .sub-menu a:hover,
.header-abs ul.site-menu li.menu-item-has-children .sub-menu a:active {
    color: #4c53a4;
}
.header-navbar a:hover, .header-navbar a:active,
.set-header-sticky.header-sticky a:hover, .set-header-sticky.header-sticky a:active,
.mobile-header a:hover, .mobile-header a:active,
.set-header-sticky.header-sticky .mobile-header a:hover, .set-header-sticky.header-sticky .mobile-header a:active {
    color: #4c53a4;
}
.header-navbar a {
    color: #111;
}
.set-header-sticky.header-sticky .header-navbar a,
.set-header-sticky.header-sticky .mobile-header a {
    color: #111;
}
.set-header-sticky.header-sticky .header-navbar a:hover, .set-header-sticky.header-sticky .header-navbar a:active,
.set-header-sticky.header-sticky .mobile-header a:hover, .set-header-sticky.header-sticky .mobile-header a:active {
    color: #4c53a4;
}
.header-navbar .header-parts-nav > div,
.mobile-header .header-parts-nav > div {
    line-height: 76px;
    transition: all ease 0.35s;
    position: relative;
}
.set-header-sticky.header-sticky .header-parts-nav > div {
    line-height: 60px;
    transition: all ease 0.35s;
}
a.site-logo {
    display: block;
    transition: none;
}
/*.site-logo img {
    max-width: 170px;
}*/
a.site-logo.sticky-logo, .header-sticky a.site-logo.default-logo {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
}
a.site-logo.default-logo, .header-sticky a.site-logo.sticky-logo {
    height: auto;
    width: auto;
    opacity: 1;
    visibility: visible;
}
ul.nav.mobile-menu a {
    display: block;
    padding: 0 20px;
    line-height: 44px;
}
ul.nav.mobile-menu a:hover, ul.nav.mobile-menu a:active {
    background: #111;
    color: #fff;
}
ul.site-menu a {
    font-size: 16px;
    font-weight: 400;
    display: block;
}
li.nav-item.active a {
    font-weight: 600 !important;
}
ul.site-menu li.menu-item-has-children .sub-menu a {
    font-weight: 400;
    font-size: 16px;
    display: inline;
    width: 100%;
}
ul.site-menu li.menu-item-has-children .sub-menu a.mega-menu-title {
    font-size: 17px;
    position: relative;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.site-menu a.mega-menu-title:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #f1f1f1;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
}
span.menu-ribbon {
    font-size: 10px;
    color: #fff;
    position: relative;
    background: #111;
    padding: 2px 6px;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 3px;
}
span.menu-ribbon:before {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #111;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
}
span.menu-ribbon.ribbon-new {
    background: #0bad0b;
}
span.menu-ribbon.ribbon-new:before {
    border-right: 4px solid #0bad0b;  
}
span.menu-ribbon.ribbon-trend {
    background: #113ee3;
}
span.menu-ribbon.ribbon-trend:before {
    border-right: 4px solid #113ee3;  
}
span.menu-ribbon.ribbon-hot {
    background: #ef3d3d;
}
span.menu-ribbon.ribbon-hot:before {
    border-right: 4px solid #ef3d3d;  
}
ul.site-menu > li > a {
    padding: 0 14px;
    display: flex;
    transition: color ease 0.35s;
}
ul.site-menu > li:first-child > a {
    padding-left: 0;
}
ul.site-menu > li:last-child > a {
    padding-right: 0;
}
li.menu-item-has-children > a {
    position: relative;
}
.site-menu:not(.mobile-menu) li.menu-item-has-children > a:after {
    margin-left: 6px;
    margin-right: -6px;
    font-family: 'themify';
    font-size: 7px;
    line-height: 7px;
    content: "\e64b";
    transform: translateY(50%);
    margin-top: -6px;
}
.site-menu:not(.mobile-menu) ul.sub-menu li.menu-item-has-children > a:after {
    content: "\e649";
}
.site-menu:not(.mobile-menu) ul.sub-menu li.menu-item-has-children > a:after {
    content: "\e649";
    float: right;
    margin: 15px 10px;
}
ul.site-menu > li.active > a, ul.site-menu > li> a:hover, ul.site-menu > li> a:active,
.header-sticky ul.site-menu > li.active > a, .header-sticky ul.site-menu > li> a:hover, .header-sticky ul.site-menu > li> a:active {
    color: #4c53a4;
}
ul.nav.mobile-menu a.mobile-submenu-toggle {
    position: absolute;
    top: 2px;
    padding: 0;
    right: 20px;
    height: 40px;
    width: 40px;
    color: #111;
    background: #dbdbdb;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
ul.nav.mobile-sub-menu > li {
    display: block;
    width: 100%;
}
.mobile-menu .menu-item-has-children ul.nav.mobile-sub-menu {
    padding-left: 15px;
}
.header-sticky ul.site-menu > li > a {
    color: #111;
}
li.menu-item-has-children {
    position: relative;
}
li.mega-menu-parent.menu-item-has-children {
    position: static;
}
li.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;    
    width: 250px;
    z-index: 1;
    font-size: 12px;
    background-color: #fff;
    line-height: 34px;
    opacity: 0;
    visibility: hidden; 
    transition: all ease 0.35s;
}
li.menu-item-has-children .sub-menu.mega-menu {
    left: 0;
    right: 0;
    margin: 0 auto;
}
ul.site-menu li.menu-item-has-children .sub-menu a {
    font-weight: 400;
}
ul.site-menu li.menu-item-has-children .sub-menu a:hover,
ul.site-menu li.menu-item-has-children .sub-menu a:active {
    color: #4c53a4;
}
li.menu-item-has-children > .sub-menu {
    transform: translateY(-5px);
}
li.menu-item-has-children .sub-menu > li > a {
    padding: 0 15px;
    display: block;
}
li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    transform: translateY(0);
}
li.menu-item-has-children .sub-menu > li.menu-item-has-children .sub-menu {
    transform: translateX(-5px);
    left: 100%;
    top: 0;
}
li.menu-item-has-children .sub-menu > li.menu-item-has-children .sub-menu.menu-position-left {
    transform: translateX(5px);
    right: 100%;
    left: auto;
}
li.menu-item-has-children .sub-menu > li.menu-item-has-children:hover .sub-menu {
    transform: translateX(0);
}
li.mega-menu-parent.menu-item-has-children .mega-menu {
    padding: 20px;
}
@media only screen and ( min-width: 576px ) {
    li.mega-menu-parent.menu-item-has-children .mega-menu {
        width: 540px;
    }
}
@media only screen and ( min-width: 768px ) {
    li.mega-menu-parent.menu-item-has-children .mega-menu {
        width: 720px;
    }
}
@media only screen and ( min-width: 992px ) {
    li.mega-menu-parent.menu-item-has-children .mega-menu {
        width: 960px;
    }
}
@media only screen and ( min-width: 1200px ) {
    li.mega-menu-parent.menu-item-has-children .mega-menu {
        width: 1140px;
    }
}
ul.mega-cols-4 > li {
    width: 25%;
}
.mega-menu-child {
    padding: 0 15px;
}
a.secondary-menu-trigger {
    display: block;
    height: 20px;
    width: 30px;
}
span.toggle-lines {
    position: relative;
    height: 1px;
    border-bottom: solid 1px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    transition: all ease 0.35s;
}
span.toggle-lines:before, span.toggle-lines:after {
    height: 1px;
    border-bottom: solid 1px;
    width: 30px;
    content: "";
    margin-top: -8px;
    position: absolute;
    transition: all ease 0.35s;
}
.header-sticky span.toggle-lines {
    border-bottom: solid 1px #111;
}
.header-sticky span.toggle-lines:before, .header-sticky span.toggle-lines:after {
    border-bottom: solid 1px #111;
}
span.toggle-lines:after {
    margin-top: 8px;
}
a.active span.toggle-lines:after {
    transform: rotateZ(-44deg);
    margin-top: 0;
}
a.active span.toggle-lines:before {
    transform: rotateZ(44deg);
    margin-top: 0;
}
a.active span.toggle-lines {
    border-bottom: 0;
}
.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999;
    left: -100%;
    overflow-y: auto;
    padding: 20px 0;
    transition: all ease-in-out 0.35s;
}
.mobile-menu-wrapper span.toggle-lines {
    border-bottom: solid 1px #111;
    transform: none;
    top: 0;
    margin: 30px;
    right: 0;
    position: absolute;
}
.mobile-menu-wrapper span.toggle-lines:before, .mobile-menu-wrapper span.toggle-lines:after {
    border-bottom: solid 1px #111;
}
.mobile-menu-wrapper.active {
    left: 0;
}
.search-overlay-wrap, .user-login-form-wrap, .secondary-bar-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(102, 63, 231, 0.9);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all ease 0.35s;
}
.search-overlay-wrap.active, .user-login-form-wrap.active, .secondary-bar-wrap.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.search-overlay-inner {
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.search-form .input-group input.form-control {
    height: 52px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: none;
    border: none;
}
.search-form .input-group .btn {
    width: 52px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: none;
    border: none;
    padding-right: 16px;
}
.secondary-bar-wrap {
    max-width: 320px;
    left: -320px;
    z-index: 999;
    overflow-y: auto;
}
.secondary-bar-wrap.active {
    left: 0;
}
.abs-trigger-right {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.mobile-logo-link > img {
    max-width: 150px;
}
.user-login-inner > div {
    background: #fff;
    padding: 20px;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 0;    
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(-30px);
    transition: all ease 0.35s;
}
.user-login-inner > div.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}
.masterhead .header-info-wrap {
    line-height: 1;
}
.widget-content-step-1 ul li {
    color: #222 !important;
}
/* 05. Footer Styles */
.widgets-footer {
    padding: 30px 0;
}
h2.widget-title {
    position: relative;
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
}
h2.widget-title:after {
    position: absolute;
    bottom: -8px;
    content: "";
    width: 60px;
    border-radius: 3px;
    height: 2px;
    background: #4c53a4;
    left: 0;
    transition: all ease 0.35s;
}
.widget-wrap:hover h2.widget-title:after {
    width: 70px;
}
.footer-middle {
    background: #ffffff;
}
span.contact-icons {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
a.nav-link.email-id {
    word-break: break-all;
}
.contact-info-widget ul.nav li {
   /* margin-left: 10px;*/
    padding-left: 20px;
}
ul.nav.social-icons li {
    padding: 0;
}
.widget-content ul.nav.flex-column {
    margin-top: -0.5rem;
}
.contact-info-widget ul.nav li {
    position: relative;
}
.contact-info-widget ul.nav li a {
    padding: 0;
}
ul.nav.post-tags-list {
    margin: 0 -4px;
}
ul.nav.post-tags-list > li {
    padding: 0;
    margin: 4px;
}
ul.nav.post-tags-list > li > a {
    font-size: 12px;
}
.footer-bottom {
    background-color: #d7d7d7;
}
.back-to-top {
    bottom:76px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    display: none;
    z-index: 999;
}
.back-to-top > i {
    background-color: #333333;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: block;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.back-to-top:hover i {
    color: #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* 06. Feature Box Styles */
.feature-box-icon {
    display: block;
    color: #fff;
    text-align: center;
    background-color: #4c53a4;
    position: relative;
    transition: all ease 0.35s;
}
.feature-box-icon.bg-none {
    background: none;
    color: #111;
}
.feature-box-icon > * {
    height: 60px;
    line-height: 60px;
    width: 60px;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
}
.feature-box-card .feature-box-icon-wrap {
    display: inline-block;
}
.feature-box-icon.icon-lg > * {
    font-size: 40px;
    height: 100px;
    width: 100px;
    line-height: 100px;
}
span.icon-theme i {
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 40px;
    transition: all ease .35s;
}
.feature-box:hover .icon-theme {
    color: #4c53a4;
}   
.feature-box.feature-box-classic:hover .feature-box-icon,
.feature-box.feature-box-floating:hover .feature-box-icon,
.feature-box.feature-list:hover .feature-box-icon,
.feature-box.feature-list-grid:hover .feature-box-icon {
    background-color: #313131;
    color: #fff;
}
.feature-box.feature-box-classic, .feature-box.feature-box-vector, .feature-box.feature-box-floating {   
    background: transparent;
    position: relative;
    padding: 1.5rem;
}
.feature-box.feature-box-floating {
    background-color: #fff;
}
.feature-box.after-bg-square, .feature-box.before-bg-square {
    position: relative;
    overflow: hidden;
}
.feature-box.after-bg-square:after, .feature-box.before-bg-square:before {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    border: solid 10px #111;
    opacity: 0.1;
    bottom: -50px;
    right: -50px;
    transition: all ease 0.35s;
}
.feature-box.before-bg-square:before {
    border-radius: 0;
    top: -50px;
    left: -50px;
    transition: all ease 0.35s;
}
.feature-box.before-bg-square:hover:before {
    bottom: 0;
    top: 0;
}
.feature-box.after-bg-square:hover:after {
    bottom: 0;
    right: -50px;
}
.feature-box.after-bg-square:hover:after, .feature-box.before-bg-square:hover:before {
    border-color: #4c53a4;
}
.abs-icon .feature-box-icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(25%, -50%);
}
.feature-box-basic .feature-box-icon,
.feature-box-vector .feature-box-icon-wrap {
    position: relative;
}
.feature-box-vector .feature-box-abs-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.feature-box-vector .feature-box-icon-wrap {
    height: 150px;
    width: 150px;
    line-height: 135px;
}
.feature-box.feature-list {
    padding: 1.5rem;
    position: relative;
}
.classic-featurebox-section .feature-list {
    background: #fff;
}
.classic-featurebox-section .feature-box-classic {
    background: #fff;
}
.feature-box.feature-list-grid {
    padding: 1.5rem;
    position: relative;
    color: #fff;
}
.feature-box-bg-theme {
    position: absolute;
    top: -80%;
    left: 0;
    right: 0;
    bottom: 0;
}
.feature-box span.feature-box-icon.light-to-dark {
    background: #fff;
    color: #000;
}
/*Responsive Css*/
/*@media (min-width:800px) and (max-width:1024px){
    p.intact-tet-widths {
    font-size: 1.3em !important;
    line-height: 26px !important;
    color: #000 !important;
    width: 70%;
    margin-top: 0px !important;
}
}*/
footer.section.section-bg-dark .widgets-footer.row {
    display: inherit !important;
    align-items: inherit !important;
    justify-content: inherit !important;
}
.row.on-deminatiions-type {
    display: inherit !important;
}
@media only screen and ( max-width: 991px ) {
    .feature-box-icon.icon-lg > * {
        font-size: 25px;
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
}
/* 07. Counter Styles */
.counter-icon > * {
    font-size: 40px;
}
span.counter-value {
    display: block;
    font-size: 30px;
    font-weight: 600;
}
.counter-text-white .counter-icon, .counter-text-white .counter-value, .counter-text-white .counter-text {
    color: #fff;
}

/* 08. Carousel Styles */
.owl-nav button:focus, .owl-dots button:focus {
    outline: none;
    box-shadow: none;
}
.slide-style-classic .owl-nav {
    position: absolute;
    top: 0;
    right: 10px;
}
.owl-nav {
    margin: 0 -2px;
    text-align: center;
    margin-top: 10px;
}
.owl-dots {
    text-align: center;
}
.owl-nav span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #4c53a4;
    margin: 0 2px;
}
.owl-dots span {
    height: 10px;
    width: 10px;
    display: inline-block;
    border: solid 1px #4c53a4;
    border-radius: 10px;
    margin: 0 2px;
    margin-top: 15px;
    transition: height ease 0.35s;
}
.owl-dots .active span {
    border-color: #111;
}
.controls-white .owl-nav span {
    background: #fff;
    color: #111;
    font-size: 10px;
}
.controls-white .owl-dots span {
    border: solid 1px #111;
}
.controls-white .owl-dot.active span {
    background: #fff;
}
.controls-dark .owl-nav span {
    background: #111;
    color: #fff;
}
.controls-dark .owl-dots span {
    border: solid 1px #111;
}
.controls-dark .owl-dot.active span {
    background: #111;
}

/* 09. Accordion Style */
.accordion-item .card-header button span.active-icon,
.accordion-item .card-header button.collapsed span.inactive-icon {
    display: none;
}
.accordion-item .card-header button.collapsed span.active-icon {
    display: inline-block;
}
.accordion .card, .accordion .card-body, .accordion .card-header {
    border: 1px solid rgba( 102, 63, 231, .125 );
}
.accordion .card {
    border: solid 1px #4c53a4;
}
.accordion .card-header {
    border-bottom: solid 1px #4c53a4;
    background: transparent;
    padding: 0;
}
.accordion-item .card-header .btn {
    padding: 10px 15px;
    background: #4c53a4;
    display: block;
    border: none;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
}
.accordion.accordion-dark .accordion-item .card-header .btn {
    background: #333;
}
.accordion.accordion-dark .card, .accordion.accordion-dark .card-body, .accordion.accordion-dark .card-header {
    border: 1px solid rgba( 102, 63, 231, .125 );
}
.accordion.accordion-light .accordion-item .card-header .btn {
    background: #f1f1f1;
}
.accordion.accordion-light .card, .accordion.accordion-light .card-body, .accordion.accordion-light .card-header {
    border: 1px solid rgba( 102, 63, 231, .125 );
}
.accordion.accordion-light .accordion-item .card-header .btn {
    color: #111;
}

/* 10. Post Styles */
.post-info-wrap ul.nav {
    margin: 0 -6px;
}
.post-info-wrap ul.nav > li {
    margin: 0 6px;
}
.blog-wrapper {
    -webkit-box-shadow: 0 0 10px rgba(57,59,102,.07);
    -moz-box-shadow: 0 0 10px rgba(57,59,102,.07);
    box-shadow: 0 0 10px rgba(57,59,102,.07);
    background: #fff;
    transition: all ease 0.35s;
}
.blog-wrapper:hover {
    -webkit-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    -moz-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    box-shadow: 0 14px 59px rgba(0,0,0,.12);
    background: #fff;
}
.post-info-wrap {
    padding: 5px 20px 20px 20px;
    position: relative;
}
.blog-wrapper .post-image-wrapper {
    overflow: hidden;
}
.blog-wrapper:hover .post-image-wrapper img {
    transform: scale(1.1);
}
.blog-wrapper .post-image-wrapper img {
    transform: scale(1);
    transition: all ease 0.35s;
}
ul.post-top-meta ul.post-meta {
    font-style: italic;
}
.post-image-with-overlay {
    position: relative;
}   
.post-overlay-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 1;
}
.post-overlay-wrap .post-title a {
    color: #fff;
}
.post-overlay-wrap .post-title a:hover {
    color: #c1c1c1;
}
.post-image-with-overlay:after {
    position: absolute;
    content: "";
    left: 0;
    height: 50%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.date-overlay-wrap {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: #4c53a4;
    color: #fff;
    padding: 5px;
    margin: 5px;
    border-radius: 4px;
}
.date-overlay-wrap span.overlay-date {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.date-overlay-wrap span.overlay-month {
    font-weight: bold;
}
.blog-img-list img {
    max-width: 100px;
}
.comment-detial {
    position: relative;
}
.comment-detial:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f9f9f9;
    border-top: 15px solid transparent;
    position: absolute;
    left: -15px;
    top: 20px;
    margin: 0 auto;
}
.comment-list-item img {
    max-width: 75px;
}
ul.comment-list-reply {
    padding: 15px 0px 15px 50px;
}

/* 11. Event Styles */
.event-wrap-inner .event-detail {
    border: 1px dashed #e5e5e5;
}
.event-wrap-inner .event-info {
    background: #4c53a4;
    color: #fff;
    padding: 60px 28px;
    font-size: 18px;
    font-weight: 700;
}
.event-wrap-inner .event-detail .event-speaker {
    width: 100px;
}
.event-info-content .event-title {
    font-size: 24px;
}
.event-info-content .event-title strong {
    font-size: 14px;
}
.event-image-wrap-grid img {
    border-radius: 40px;
    width: 40%;
}
.event-wraper-grid .event-wrap-overlay:hover  {
    opacity: 1;
}
.event-wraper-grid .event-wrap-overlay  {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 40px 30px;
    color: #fff;
    background: #4c53a4;
    opacity: 0;
    transition: all ease .35s;
    border: 6px;
    border-color: #fff;
}
.event-wraper-grid:hover .event-wrap-overlay {
    opacity: .90;
}
.event-overlay-inner .event-time {
    font-size: 20px;
}
.event-img-list {
    max-width: 150px;
}
.event-img-wrap {
    position: relative;
}
.event-sub-title {
    padding: 10px;
    background: #f1f1f1;
}
ul.event-details-list > li {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: solid 1px #f1f1f1;
}
ul.event-details-list > li:last-child {
    margin-bottom: 0;
    border: none;
}

/* 12. Mailchimp Styles */
form.subscribe-form .help-block {
    display: block;
    width: 100%;
    color: red;
    margin-left: 10px;
}
form.subscribe-form .subscribe-status-msg {
    color: #04a504;
}
.mailchimp-wrapper .input-group input.form-control, .mailchimp-wrapper .input-group .input-group-append .btn {
    height: 50px;
}
.mailchimp-wrapper .input-group input.form-control {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.mailchimp-wrapper .input-group .input-group-append .btn {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    min-width: 52px;
}
.input-group.has-feedback.has-error .form-control-feedback,
.input-group.has-feedback.has-success .form-control-feedback {
    position: absolute;
    right: 0;
    bottom: 8px;
}
.input-group.has-feedback.has-success .form-control-feedback {
    top: -10px;
    bottom: auto;
}

/* 13. Testimonial Styles */
img.testimonial-img {
    max-width: 80px;
}
.testimonial-content {
    position: relative;
}
.testimonial-content:before{display: none;}
.testimonial-content:before {
    position: absolute;
    top: -40px;
    content: "\e67f";
    left: 5px;
    font-family: 'themify';
    font-size: 60px;
    opacity: 0.2;
    color: #4c53a4;
}
.testimonial-wrapper .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.owl-carousel .testimonial-wrap-inner {
    margin-left: 20px;
    margin-right: 20px;
}
.testimonial-wrapper .testimonial-style-classic {
    padding-top: 30px;
}
.testimonial-wrapper .testimonial-style-classic .testimonial-item {
    background: #fff;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(57,59,102,.07);
    -moz-box-shadow: 0 0 10px rgba(57,59,102,.07);
    box-shadow: 0 0 10px rgba(57,59,102,.07);
}
.testimonial-style-classic figure.testimonial-image-wrap {
    position: absolute;
    top: -30px;
}
.testimonial-style-classic .testimonial-content {
    padding: 0 30px;
}
.testimonial-style-classic .testimonial-content:before {
    top: -55px;
    left: 40px;
    opacity: 0.5;
    z-index: 0;
}
.testimonial-info-wrap .testimonial-image-wrap {
    width: 100px;
}
.testimonial-content-wrap:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 30px;
    margin: 0 auto;
}
/*.rounded-circle {
    border-radius: 0%!important;
}*/
.rounded-circle {
    border-radius: 50%!important;
    height: 80px;
    width: 80px !important;
}
.testimonial-content-wrap {
    position: relative;
    box-shadow: 0 28px 26px rgba(2,8,53,.1);
}
.testimonial-wrap-inner-grid {
    transition: all ease .35s;
}

.testimonial-wrap-inner-grid:hover {
    transform: scale(1.05);
    transition: all ease .35s;
}
.owl-carousel .ratting-stars > img {
    width: auto;
}
.owl-carousel .owl-item .testimonial-image-wrap:hover img {
    transform: scale(1.05);
}   
.owl-carousel .owl-item .testimonial-image-wrap img {
    transition: all ease .35s;
}
.testimonial-single-content:before {
    position: absolute;
    top: -5px;
    content: "\e67f";
    left: 0;
    font-family: 'themify';
    font-size: 60px;
    opacity: 0.2;
    color: #4c53a4;
}
.testimonial-single-img  {
    position: relative;
    z-index: 1;
}
.testimonial-single-img img {
    max-width: 500px;
    display: block;
    transition: all ease .35s;
}
.testimonial-single-img:hover img {
    transform: scale(1.05) rotate(-2deg);
}
.testimonial-single-img:after {
    content: "";
    position: absolute;
    width: 100%;
    transition: all ease .35s;
    height: 100%;
    background-color: #4c53a4;
    bottom: -20px;
    right: -20px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    border-radius: 5px;
    transition-delay: .2s;
}
.testimonial-single-img:hover:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1.05) rotate(-2deg);
}

/* 14. Team Styles */
.team-wrapper {
    -webkit-box-shadow: 0 0 10px rgba(57,59,102,.07);
    -moz-box-shadow: 0 0 10px rgba(57,59,102,.07);
    box-shadow: 0 0 10px rgba(57,59,102,.07);
}
.team-info-wrap {
    padding: 0 20px 0px 20px;
}
.team-desg {
    position: relative;
}
.team-desg:after {
    width: 30px;
    height: 1px;
    border-bottom: solid 1px rgba(102, 63, 231, 0.6);
    display: block;
    text-align: center;
    content: "";
    margin: 0 auto;
    margin-top: 13px;
    transition: all ease 0.35s;
}
.team-wrapper:hover .team-desg:after {
    width: 100%;
    border-bottom: solid 1px #4c53a4;
}
.team-wraper {
    position: relative;
    display: block;
}
.owl-carousel .team-wraper {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    height: 340px;
}
.team-wraper .team-wrap-overlay:hover  {
    opacity: 1;
}
.team-wraper .team-wrap-overlay  {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 40px 30px;
    color: #fff;
    background: #4c53a4;
    opacity: 0;
    transition: all ease .35s;
    border: 6px;
    border-color: #fff;
}
.team-wraper:hover .team-wrap-overlay {
    opacity: .90;
    transform: translate(10px, -10px);
}
.owl-carousel .owl-item .team-image-wrap img {
    border-radius: 50%;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}   
.owl-carousel .owl-item .team-image-wrap-full img {
    display: inline-block;
    vertical-align: middle;
}   
.team-wraper:hover .team-image-wrap-classic img {
    transform: translateY(-20px);
   /* box-shadow: 0 19px 38px rgba(0,0,0,0.20), 0 15px 12px rgba(0,0,0,0.12);*/
}
.team-wraper .team-image-wrap-classic img {
    transition: all ease 0.35s;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}
    .classic-featurebox-section {
    background-image: url(../images/custome-banner-5.jpg) !important;
    background-size: cover;
    background-position: center center;
}
    
/* 15. Timeline Styles */
.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline:before {
    background-color: #eee;
    border-left: 1px dashed #4c53a4;
    bottom: 0;
    content: " ";
    left: 50%;
    position: absolute;
    top: 0;
    opacity: 0.4;
}
.timeline.timeline-left-side:before {
    left: auto;
    right: 50px;
}
.timeline.timeline-right-side:before {
    left: 50px;
    right: auto;
}
.tldate {
    background-color: #4c53a4;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    position: relative;
}
.timeline.timeline-left-side .tldate {
    margin-left: auto;
    margin-right: 0;
}
.timeline.timeline-right-side .tldate {
    margin-left: 0;
    margin-right: auto;
}
.tldate-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tldate h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}
.timeline li {
    margin-bottom: 25px;
    position: relative;
}
.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}
.timeline li:after {
    clear: both;
}
.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}
.timeline li .timeline-panel {
    width: calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    float: left;
    background: #fff;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(57,59,102,.07);
    -moz-box-shadow: 0 0 10px rgba(57,59,102,.07);
    box-shadow: 0 0 10px rgba(57,59,102,.07);
    border: solid 1px #f1f1f1;
}
.timeline li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #f1f1f1;
    border-right: 0 solid #f1f1f1;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline li .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
    top:0;
    right:0;
    display: none;
    border: 0;
}
.timeline:not(.timeline-left-side) li.timeline-inverted .timeline-panel {
    float: right;
}
.timeline.timeline-left-side li .timeline-panel,
.timeline.timeline-right-side li .timeline-panel {
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
}
.timeline li.timeline-inverted .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline li .tl-circ {
    background-color: #4c53a4;
    color: #333;
    height: 50px;
    left: 50%;
    line-height: 35px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 50px;
}
.timeline.timeline-left-side li .tl-circ {
    left: auto;
    right: 25px;
}
.timeline.timeline-right-side li .tl-circ {
    left: 50px;
    right: auto;
}
.timeline li .tl-circ > i {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}
.tl-heading h4 {
    margin: 0;
    color: #333;
}
.tl-body p, .tl-body ul {
    margin-bottom: 0;
}
.tl-body > p + p {
    margin-top: 5px;
}
span.tl-separator-txt {
    font-size: 12px;
}



}
@media only screen and ( max-width: 767px ) {
    ul.timeline:before, .timeline.timeline-right-side:before {
        left: 40px;
    }
    ul.timeline li .timeline-panel {
        width: calc(100% - 95px);
        width: -moz-calc(100% - 95px);
        width: -webkit-calc(100% - 95px);
    }
    ul.timeline.timeline-left-side li .timeline-panel {
        width: calc(100% - 85px);
        width: -moz-calc(100% - 85px);
        width: -webkit-calc(100% - 85px);
    }
    .timeline.timeline-right-side li .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline li .tl-circ {
        top: 16px;
        left: 16px;
        margin-left: 0;
    
    }
    ul.timeline > li > .tldate {
        margin: 0;
        height: 80px;
        width: 80px;
    }
    ul.timeline:not(.timeline-left-side) > li > .timeline-panel {
        float: right;
    }
    ul.timeline:not(.timeline-left-side) > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline:not(.timeline-left-side) > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    ul.timeline.timeline-left-side li .tl-circ {
        right: 12px;
    }
    ul.timeline.timeline-left-side:before {
        right: 36px;
    }
    .timeline.timeline-right-side li .tl-circ {
        left: 15px;
    }
}

/* 16. Portfolio Styles */
.portfolio-inner {
    -webkit-box-shadow: 0 0 10px rgba(57,59,102,.07);
    -moz-box-shadow: 0 0 10px rgba(57,59,102,.07);
    box-shadow: 0 0 10px rgba(57,59,102,.07);
    position: relative;
    overflow: hidden;
}
.masonry-grid .grid-item {
    opacity: 0;
    transition: opacity ease 0.35s;
}
.masonry-grid.masonry-framed .grid-item {
    opacity: 1;
}
ul.portfolio-filter-list {
    margin: 0 -4px;
}
ul.portfolio-filter-list > li {
    margin: 0 4px;
}
a.portfolio-filter {
    position: relative;
}
a.portfolio-filter:after {
    content: "";
    width: 0;
    display: inline-block;
    height: auto;
    position: absolute;
    bottom: -15px;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 2px solid #4c53a4;
    visibility: hidden;
    transition: all ease .35s;
}
a.portfolio-filter.active:after, a.portfolio-filter:hover:after {
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.35s;
}
.portfolio-overlay-content {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
ul.overlay-icons > li > a:hover {
    background: #4c53a4;
}
ul.overlay-icons > li > a {
    height: 40px;
    width: 40px;
    display: block;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    color: #111;
}
ul.overlay-icons > li {
    margin: 0 4px;
}
ul.overlay-icons {
    margin: 0 -4px;
}
.portfolio-inner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(102, 63, 231, 0.8);
    overflow: hidden;
    width: 0;
    height: 100%;
    content: '';
    transition: all 0.4s ease-out;
}   
.portfolio-inner:hover:after {
    width: 100%;
}
.portfolio-inner:hover .portfolio-overlay {
    opacity: 1;
    left: 0;
    visibility: visible;
}
.portfolio-overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    z-index: 3;
    transition: all ease .5s;
}
.portfolio-inner img {
    display: block;
    width: 100%;
    transition: all ease-out .4s;
    height: auto;
}
.portfolio-inner:hover img {
    transform: scale(1.1) rotate(2deg);
}
.slide-deatils:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #4c53a4;
    top: 7px;
    left: -16px;
}
.slide-deatils {
    position: relative;
    margin-left: 18px;
}
a.portfolio-tags {
    background-color: #000;
    color: #fff;
    padding: 5px;
    font-size: 10px;
    border-radius: 10px;
}

/* 17. Progress Bar Styles */
.progress {
    position: relative;
}
.progress-bar {
    -webkit-transition: all ease 3s;
    -moz-transition: all ease 3s;
    transition: all ease 3s;
    position: relative;
    background: #4c53a4;
}
.progress-bar span.progress-value {
    position: absolute;
    right: 10px;
    color: #fff;
}
.progress span.progress-text {
    position: absolute;
    top: -14px;
    left: unset;
}
.progress-wrapper.progress-light .progress {
    background: #ded4ff;
}
.progress-wrapper.progress-light .progress-bar {
    background: #f8f8f8;
}
.progress-classic.progress-light span.progress-value {
    background: #fff;
    color: #111;
}
.progress-light .progress-text {
    color: #fff;
}
.progress-classic.progress-light span.progress-value:after {
    border-top: 5px solid #fff;
}
.progress-wrapper.progress-classic .progress {
    overflow: visible;
}
.progress-wrapper.progress-classic .progress-bar {
    overflow: visible;
    position: relative;
    border-radius: .25rem;
}
.progress-classic span.progress-value {
    left: 0;
    right: auto;
    position: absolute;
    top: -24px;
    padding: 4px 6px;
    background: #4c53a4;
    border-radius: 4px;
    line-height: 1;
    font-size: 10px;
    color: #fff;
    transform: translateX(-10px);
}
.progress-classic span.progress-value:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4c53a4;
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.circle-progress {
    position: relative;
}
.circle-progress .progress-value {
    position: absolute;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
}

/* 18. Post List Wigets */
.widget-content ul.nav.post-meta {
    margin: 0 -1rem;
}

/* 19. Contact Info Widgets */
.contact-form-set {
    margin: 0 -20px;
}
.contact-form-set > .form-group {
    margin: 0 20px;
}
.contact-form-wrapper .input-group input.form-control {
    height: 60px;
}
.contact-form-wrapper .input-group .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    border-bottom: solid 2px #ccc;
    transition: all ease .35s;
}
.contact-form-wrapper .input-group .form-control:hover {
    border-bottom-color: #4c53a4;
}
.contact-info-part {
    position: relative;
}
.contact-info-part-wrap {
    position: relative;
}
.contact-info-part-wrap:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 5px solid rgba(255, 255, 255, 0.5);
}
.contact-form-wrapper btn:hover {
    background-color: #4c53a4;
}
.contact-form-wrapper btn {
    background-color: #4c53a4;
}
.contact-info-wrap:hover {
    background-color: #111;
}
.contact-info-wrap {
    background-color: #4c53a4;
    color: #fff;
    transition: all ease 0.35s;
}
.contact-form-icon span {
    font-size: 40px;
}   
.contact-icon {
    position: absolute;
    font-size: 25px;
    left: 0px;
    color: #2424fe;
}

/* 20. Price Table Styles */
.price-content-inner {
    position: relative;
}
.pricing-header {
    background-color: #4c53a4;
}
.price-cost-box-grid {
    background-color: #4c53a4;
    border: 5px solid #fff;
    color: #ffffff;
    width: 110px;
    height: 110px;
    line-height: 110px;
    position: absolute;
    left: -2px;
    right: 0;
    margin: 0 auto;
    top: -18px;
}
.pricing-wrapper.rounded {
    overflow: hidden;
}

/* 21. Client Slider Styles */
.owl-carousel.client-slider .owl-item img.client-img {
    width: auto;
    max-width: 150px;
    margin: 0 auto;
}

/* 22. Map Styles */
.ultrauniq-gmap {
    height: 400px;
}

/* 23. Particles Styles */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/* 24. Owl Carousel Styles */
.owl-carousel .item {
    overflow: hidden;
}
@-webkit-keyframes fade-in {
    0% {
        -webkit-opacity: 0;
                opacity: 0;
    }
    to {
        -webkit-opacity: 1;
                opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        -webkit-opacity: 0;
                opacity: 0;
    }
    to {
        -webkit-opacity: 1;
                opacity: 1;
    }
}
.fade-in {
    -webkit-animation: fade-in 0.5s linear;
            animation: fade-in 0.5s linear;
}
@-webkit-keyframes fade-out {
    0% {
        -webkit-opacity: 1;
                opacity: 1;
    }
    to {
        -webkit-opacity: 0;
                opacity: 0;
    }
}
@keyframes fade-out {
    0% {
        -webkit-opacity: 1;
                opacity: 1;
    }
    to {
        -webkit-opacity: 0;
                opacity: 0;
    }
}
.fade-out {
    -webkit-animation: fade-out 0.5s linear;
            animation: fade-out 0.5s linear;
}
@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fade-in-down {
    -webkit-animation: fade-in-down 0.5s linear;
            animation: fade-in-down 0.5s linear;
}
@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fade-in-up {
    -webkit-animation: fade-in-up 0.5s linear;
            animation: fade-in-up 0.5s linear;
}
@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.fade-in-left {
    -webkit-animation: fade-in-left 0.5s linear;
            animation: fade-in-left 0.5s linear;
}
@-webkit-keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.fade-in-right {
    -webkit-animation: fade-in-right 0.5s linear;
            animation: fade-in-right 0.5s linear;
}
@-webkit-keyframes rounded-waves {
    0% {
        opacity: 0; 
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
        box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff; 
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
        box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    } 
}
@keyframes rounded-waves {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
        box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff; 
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
        box-shadow: 0 0 0 2px #ffffff, 0 0 5px 5px transparent, 0 0 0 5px #ffffff;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0; 
    } 
}
.foxy-animate:not(.animate-done) {
    opacity: 0;
}

/* 25. Float Image Styles */
.float-parallax {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    height: auto;
    width: auto;
    opacity: 0;
    transition: all ease 0.35s;
    display: none;
}
section.elementor-element.rotate-ball-sec .float-parallax {
    z-index: 0;
}
section.float-parallax-started .float-parallax{
    opacity: 1;
    transition: all ease 0.35s;
}
.float-ele-rotation{
    -webkit-animation: rotation 6s infinite linear;
}
@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}
.ele-parallax {
  position: absolute;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  z-index: 0;
  height: auto;
  width: auto;
  display: none;
}
.floating-animate-model-1 > img {
    animation-name: floating-animate-model-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-1;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-1;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-1;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-1;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}   
@-webkit-keyframes floating-animate-model-1 {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes floating-animate-model-1 {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.floating-animate-model-2 > img {
    animation-name: floating-animate-model-2;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-2;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-2;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-2;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-2;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes floating-animate-model-2 {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes floating-animate-model-2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes floating-animate-model-2 {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes floating-animate-model-2 {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}
.floating-animate-model-3 > img {
    animation-name: floating-animate-model-3;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-animate-model-3;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-animate-model-3;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-animate-model-3;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-animate-model-3;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}   

@keyframes floating-animate-model-3 {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes floating-animate-model-3 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes floating-animate-model-3 {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes floating-animate-model-3 {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}

/* 26. Tabs Styles */
.nav-tabs {
    border-bottom: 1px solid #4c53a4;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #4c53a4;
    background-color: #fff;
    border-color: #4c53a4 #4c53a4 #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #a48fe9 #a48fe9 #e7e0fc;
}
.tabs-wrapper.tabs-classic > ul.nav {
    margin: -0.25rem;
}
.tabs-wrapper.tabs-classic > ul.nav a.btn {
    margin: 0.25rem;
}



@media only screen and ( max-width: 991px ) {
    .set-mobile-top-sliding.active {
        transform: translateY(0);
    }
    .set-mobile-top-sliding {
        transform: translateY(-100%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: #fff;
        transition: transform ease 0.5s;
    }
}
@media only screen and ( max-width: 575px ) {
    h2.widget-title:after {
        bottom: -20px;
    }
}

/* 27. Icon Styles */
.abs-pos-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}
.abs-pos-left {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.waves-icon {
    position: relative;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #4c53a4;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 45px;
}
.waves-icon span {
    display: inline-block;
    margin-left: 8px;
}
.waves-icon:hover {
    background-color: #fff;
}
.waves-icon:after {
    content: '';
    position: absolute;
    -webkit-animation: rounded-waves 1.5s linear 2s infinite running;
    animation: rounded-waves 1.5s linear 2s infinite running;
    -webkit-box-shadow: 0 0 0 2px #4c53a4;
    box-shadow: 0 0 0 2px #4c53a4;
    left: 0;
    opacity: 0;
    padding: 0;
    top: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);  
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.icon-content {
    font-size: 20px;
    color: #4c53a4;
}

@media only screen and ( min-width: 1024px ) {
    section.top-attached-section {
        margin-top: -175px;
    }
}   

/* 28. Icon List Styles */
ul.icon-list > li.icon-list-item {
    position: relative;
    margin-left: 30px;
    margin-bottom: 10px;
}
ul.icon-list > li.icon-list-item:last-child {
    margin-bottom: 0;
}
ul.icon-list .icon-list-item > span {
    left: -30px;
    position: absolute;
    top: 6px;
    transition: all ease 0.35s;
}
ul.icon-list.icon-list-style-1 .icon-list-item:hover > span {
    color: #4c53a4;
}
ul.icon-list.icon-list-style-2 .icon-list-item > span {
    color: #fff;
    height: 30px;
    width: 30px;
    background-color: #4c53a4;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    left: -50px;
    top: 0;
}
ul.icon-list.icon-list-style-2 .icon-list-item:hover > span {
    color: #fff;
    background-color: #111;
}
ul.icon-list.icon-list-style-2 .icon-list-item {
    margin-left: 50px;
    vertical-align: middle;
    margin-bottom: 20px;
}

/* 29. Day Counter Styles */
.countdown-wrap {
    transform: translateY(0);
    transition: all ease 0.35s;
}
.countdown-wrap:hover {
    transform: translateY(-20px);
    -webkit-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    -moz-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    box-shadow: 0 14px 59px rgba(0,0,0,.12);
    background: #fff;
}
.countdown-wrap h2.counter-val {
    color: #f94949;
}
.countdown-wrap span.counter-text {
    font-weight: 500;
    color: #000;
    font-size: 20px;
}
.event-section .foxy-day-counter {
    background: #f1f1f1;
    padding: 20px 0;
}
.event-section .foxy-day-counter.white-overlay > div {
    background: #fff;
    color: #000;
}
.event-section .foxy-day-counter > div {
    height: 80px;
    width: 80px;
    line-height: 1;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 4px;
    position: relative;
    transition: all ease 0.35s;
    box-shadow: 0px 0px 18px -5px rgba(75, 81, 91, 0.1);
}
.event-section .foxy-day-counter > div:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 18px -5px rgba(56, 62, 72, 0.4);
}
.event-section .foxy-day-counter .counter-text {
    display: block;
}
.event-section .foxy-day-counter .day-counter-inner {
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
}
.event-section .foxy-day-counter .counter-text {
    font-size: 12px;
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

/* 30. Responsive Styles */
@media only screen and ( max-width: 767px ) {
    ul.nav.site-menu {
        display: none;
    }
    .header-right.d-flex.align-self-center.ml-auto {
    display: none !important;
}
.header-center.justify-content-center.d-flex {
    display: none !important;
}
.search-trigger-wrap {
    display: none;
}
.default-logo img {
    width: 130px;
    margin-left: 15px !important;
}
.background-bg-opicity-type img {
    width: 100px !important;
    padding: 10px;
}
img.main-slider-widths {
    width: 100%;
    height: 180px !important;
}
.vh-100 {
    height: auto !important;
}
.pothera-about-img-widths img {
    width: 150px;
}
.section-title-wrapper {
    padding: 0px 0px 0px 0px !important;
}
section {
    padding: 50px 0;
    position: relative !important;
}
.logo-wrap img {
    width: 130px;
}
.custome-only-btn-step-2 {
    padding-left: 0px !important;
}

    .mobile-menu-wrapper ul.nav.site-menu {
        display: block;
        margin-top: 60px;
        padding: 20px;
    }
    .mobile-menu-wrapper ul.nav.site-menu li a {
        color: #111;
    }
    .mobile-menu-wrapper ul.nav.site-menu li.active a, .mobile-menu-wrapper ul.nav.site-menu li a:hover, .mobile-menu-wrapper ul.nav.site-menu li a:active {
        color: #4c53a4;
    }
    .mobile-menu-wrapper ul.nav.site-menu li {
        line-height: 40px;
    }
    ul.comment-list-reply {
        padding: 15px 0px 15px 20px;
    }
}

/* 31. Landing Page Styles */
.foxy-shape-fill {
    fill: #fff;
    background: transparent;
    margin-top: -170px;
    height: 170px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}
section.landing-section .section-title-wrapper {
    margin-top: -50px;
}
span.section-sub-title.sub-title-dark-light {
    background: rgba(81, 40, 193, 0.4);
    color: #fff;
}
.demo-img-wrapper:hover img {
    transform: translateY( calc( -100% + 440px ) );
}
.demo-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(0%);
    transition: transform ease 5s;
}
.demo-img-wrapper {
    height: 440px;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 29px 32px -40px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 29px 32px -40px rgba(0,0,0,0.75);
    box-shadow: 0px 29px 32px -40px rgba(0,0,0,0.75);
}
.section-bg-theme-light {
    background-color: #c3c2e4;
}
.demo-img-wrapper.coming-soon {
    background-color: #bfabff;
}
svg.foxy-shape-fill.shape-normal {
    transform: rotate(0deg) translateX(0);
    left: 0;
    fill: #f9f9f9;
    background: #212121;
    margin-top: 0;
}

/*Sunny Css*/
.background-bg-opicity-type {
    padding: 30px 0px;
}
/*.h-100 {
    height: 85%!important;
}*/
.h-100 {
    position: absolute;
    top: 0;
    left: 80px !important;
}
.d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.logo-wrap {
    margin-left: 0px !important;
}
.vh-100 {
    height: 69vh;
}

/*Services Css*/
.testimonial-wrap-inner {
    background: #fff;
    padding: 30px;
}
.wrapper-services-icon-img-1 img {
    width: auto !important;
}
.wrapper-btn-about-us {
    margin-top: -30px;
}
.classic-featurebox-section {
    background: #f3f1f1;
}
.wrapper-services-btn-one-tab-1 {
    padding-top: 30px;
}
.wrapper-services-btn-one-tab-1 a {
    font-size: 14px;
}

.classic-tab-section .section-inner .container-fluid {
    padding: 0px 60px;
}
.about-content {
    position: relative;
    font-size: 15px;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2pxrgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 999;
}
/*.about-img-left img {
    border-radius: 20px !important;
}*/
.section-title-wrapper {
    padding: 0px 0px 0px 40px;
}

.wrapper-btn-about-us a {
    border: 1px solid #bfbfbf;
}
.wrapper-btn-about-us a:hover {
    color: #fff !important;
}
.wrapper-btn-about-us a {
    font-size: 13px;
}
.wrapper-btn-about-us {
    margin-top: -20px;
    padding-left: 36px;
}
.about-content-step-1 {
    padding: 15px 0px;
}

.about-content {
    position: relative;
    font-size: 15px;
    line-height: 22px;
}
.section-title-wrapper {
    margin-top: 0px;
}

.testimonial-on-tabs-one-1{background: transparent;}
.default-logo img {
    width: 170px;
    margin-left: -5px;
}
p.team-excerpt {
    line-height: 22px;
    margin-top: 15px;
}
.team-wrap-inner {
    padding: 60px 0px 50px!important;
}
h2.section-title {
    margin-top: 0px;
}
.team-tittle {
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 5px;
}

.background-bg-opicity-type img {
    text-align: left;
    display: block;
    /*margin-left: -16px;*/
}
.background-bg-opicity-type p {
    padding-top: 4px !important;
}
.on-wrapper-text-size-on {
    font-size: 18px !important;
}
.background-bg-opicity-type a {
    padding: 8px 20px;
    font-size: 15px;
    margin-top: 22px !important;
}

.background-bg-opicity-type span {
    font-size: 1.9em;
    color: #1c1a1a;
    line-height: 32px;
}
.background-bg-opicity-type p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 12px;
    padding: 0px 90px 0px 0px;
}
.background-bg-opicity-type-step-2 p{padding: 0px;}
/*DIsPLay*/
/*#particles-js{display: none;}
a.left.carousel-control {display: none;}*/





.custome-only-btn {
    margin-top: 15px !important;
}
.custome-only-btn:hover {
    color: #fff;
    background-color: #333333 !important;
    border-color: #333333 !important;
}
.wrapper-services-btn-one-tab-1 span.ml-2.ti-arrow-right {
    display: none;
}

.custome-only-btn-step-2 {
    padding-top: 0px !important;
    margin-top: 25px;
}
.wrapper-about-align-set-new-parts {
    padding: 0px 120px 0px 75px !important;
}
img.main-slider-widths {
    width: 100%;
}
.h-100 {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    right: 0 !important;
}
ol.custome-sindegarators li {
    margin-left: 6px !important;
}

.footer-middle .row {
    align-items: center;
    justify-content: center;
}
.widget-content-step-1 {
    padding-left: 8px;
}

/*.slider-inner-aligments-step-1 {
    padding-left: 10px;
}*/

/*Testimonial Css*/


.cl{clear: both;}
.background-bg-opicity-type img {
    width: 330px;
}
/*.pothera-about-img-widths img {
    width: 170px;
}*/
p.lead.text-muted {
    font-size: 15px;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
}
.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.carousel-control.left {
    background-image: none !important;
   
}

.carousel-control.right {
    background-image: none !important;
   
}

/*Inner Page Css*/
.wrapper-inner-banner-text-formating {
    position: absolute;
    top: 40%;
    z-index: 999;
    color: #fff;
    font-weight: 500;
}
.wrapper-inner-banner-text-formating h1 {
    z-index: 99999;
    color: #1f294e;
    font-weight: 500;
    font-size: 3em;
}
.wrapper-inner-banner-text-formating p {
    font-size:21px;
    color:#222;
    padding-bottom:20px;
}
.wrapper-inner-banner-text-formating a {
    border: 2px #a54761 solid;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.wrapper-inner-banner-text-formating a:hover {
    background: #a54761;
    border: 2px #a54761 solid;
}
.wrapper-inner-banner-wrap img {
    width: 100%;
}
.wrapper-inner-banner-wrap {
    position: relative;
    background:url(../images/company-banner.jpg) no-repeat;
    background-size:cover;
    min-height:600px;
    padding:150px 0px;
}
.padding-lees-then-about-home {
    padding: 0px;
}

.carousel-control.left span.ti-angle-left {
    left: 20% !important;
    position: absolute;
    top: 45%;
}

.carousel-control.right span.ti-angle-right {
    right: 20% !important;
    position: absolute;
    top: 45%;
}
.background-bg-opicity-type-step-3 img {
    width: 380px !important;
}
.wrapper-payal-mam-changes-1 {
    padding: 6px 12px !important;
    font-size: 12px !important;
}

.wrapper-payal-mam-changes-1 {
    background: #878080 !important;
    border: 1px solid #878080 !important;
}
.wrapper-payal-mam-changes-1:hover {
    background: #222 !important;
}

/*Company Css*/
.headercomp {
  background-color: #00b6e3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.headercomp h1 {
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: 1px;
}

.navigation {
    background-color: snow;
    position: sticky;
    top: 0;
    transition: background-color 250ms linear;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 0 1.5rem 0.5rem rgb(41 62 64 / 20%);
    -ms-box-shadow: 0 0 1.5rem .5rem rgba(41,62,64,.2);
    -o-box-shadow: 0 0 1.5rem .5rem rgba(41,62,64,.2);
    box-shadow: 0 0 1.5rem 0.5rem rgb(41 62 64 / 20%);
    padding: 12px 0px;
}

.is-fixed { /* JS will apply this for IE11 / Edge 15 */
  position: fixed;
}

.navigation ul {
    display: flex;
    flex-flow: row;
    justify-content: end;
    line-height: 50px;
    list-style: none;
    margin: 0;
    padding: 0px 0px;
    margin-right: 0px !important;
}
.navigation a {
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0px 0px 0px 20px;
    display: block;
    transition: all 150ms linear;
    font-size: 13px;
}
.navigation-step-1 {
    padding: 0px 0px !important;
    width: 80%;
}
.wrapper-logo-inner a#button {
    padding-left: 0px;
}
.navigation-step-1 {
    padding: 5px 0px;
}
.wrapper-who-we-are-1 {
    background: #eaeaea;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
}

/*.navigation a:hover,*/
.navigation a:hover, .navigation a:focus {
    background-color: transparent;
    color: #650b33;
}

.navigation .is-scrolled {
  background-color: #00b6e3;
  transition: background-color 250ms linear;
}

.navigation .is-scrolled a {
  color: #fff;
}

.is-scrolled a:hover,
.is-scrolled a:focus,
.navigation .is-scrolled a:active,
.is-scrolled a.is-selected {
   2020-02-26 
  background-color: snow;
  color: #00b6e3;
}

.maincont {
  display: block;
  /* IE 11 */
  margin: 0 auto;
  /* min-height: 1600px; */
 width: 100%;
}

.maincont p {
    font-size: 15px;
    margin: 0em auto;
    color: #333;
    padding-right: 70px;
    line-height: 28px;
}

.maincont h3 {
  /*letter-spacing: 0.1em;*/
  scroll-margin: 20px 0 0 0;
  text-transform: uppercase;
}

.maincont h3:first-child {
  margin-top: 2em;
}

/* 2020-02-24
  https://css-tricks.com/hash-tag-links-padding/ */
.maincont h3::before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}
.wrapper-logo-inner {
    /*padding-top: 10px;*/
    float: left;
}
.wrapper-logo-inner a {
    font-size: 18px;
}
.wrapper-logo-inner span {
    font-size: 19px;
    font-weight: 500;
    color: #111111;
    line-height: 50px;
}
.wrapper-who-we-are-1 {
   /* height: 650px;*/
}
.only-padding-zero {
    padding-left: 0px !important;
}
.padding-zero-on-sections {
    padding: 0px 50px 0px 20px;
}
.wrapper-who-we-are-2 {
    background: #f5f1ef;
    /*height: 100vh;*/
}
/*.on-a-heights-img img {
    margin-top: 100px;
}*/
.wrapper-snpw-md-text-size {
    font-size: 2.5em !important;
    line-height: 50px;
    color: #302248;
    line-height:42px !important;
    font-weight:500;
}
.padding-zero-on-sections strong {
    color: #124b50;
    font-size: 1.2em;
}
.padding-zero-on-sections span {
    font-size: 1em;
    color: #222;
}
ul.wrapper-our-value-wraps {
    padding-left: 0px;
    list-style: none;
    padding-top: 25px;
}
ul.wrapper-our-value-wraps li {
    font-size: 15px !important;
    padding-bottom: 20px;
}
.value-right {
    position: relative;
    z-index: 1;
}
.value-right img {
    width:90%;
}
.wrapper-who-we-are-3 {
    padding: 80px 0px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
ul.wrapper-our-value-wraps { padding:20px 10px 0px 20px;}
ul.wrapper-our-value-wraps li {
    font-size: 1.1em;
    padding-bottom: 15px;
    color: #444;
    list-style: disc;
}
ul.wrapper-our-value-wraps li i.ti-angle-rights img {
    position: absolute;
    left: 70px;
    margin-top: 6px;
}
.wrapper-who-we-are-3 p.about-content {
    font-size: 18px;
    color: #222;
}
ul.wrapper-our-value-wraps-step-1 li i.ti-angle-rights img {
    left: 15px !important;
}
.wrapper-who-we-are-4 p {
    font-size: 15px;
    color: #222;
}
.wrapper-our-value-wraps-step-1 li {
    padding-bottom: 14px !important;
}
.wrapper-our-value-wraps-step-1 {
    padding-top: 10px !important;
}
.wrapper-who-we-are-4 {
    padding-top: 80px;
    padding-bottom: 80px;
    /*background: url(../images/Competencies-bg.jpg) no-repeat;
    background-size: cover;*/
    
}
/*.Core-competencies-step-1 {
    padding-top: 100px;
}
*/
h5.m-0.testimonial-tittle {
    padding: 5px 0px;
}

.consistency-scalability-1 {
    margin-top: 6px !important;
}
.consistency-scalability-1 li {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
ul.wrapper-our-value-wraps-1 {
    padding: 20px 170px 0px 20px !important;
}
/*.moretexts {
  display: none;
}*/
a.moreless-button {
    color: #a54761 !important;
}
.moretext{display: none;}

.moretext2,.moretext3,.moretext4,.moretext5,.moretext6,.moretext7,.moretext8,.moretext9,.moretext10,.moretext11, .moretext12{display: none;}
/*a.moreless-button{text-decoration:none;font-size:1.4em; color:#1c1b17; font-weight:600}*/


/*.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}*/
.custome-sindegarators-1{
    bottom: -52px;
    z-index: 99999999;
}
.custome-sindegarators-1 li {
    background: #000;
}

.custome-sindegarators-1 li {
    background: #a3a3a3;
}
.custome-sindegarators-1.active{background: #bfbfbf;}
    .bgcolordark{color:#a54761 !important}
p.erp-colour-parts {
    color: #222 !important;
}
.supply-chanin-manaements {
    padding-right: 400px !important;
    line-height: 26px !important;
}
p.intact-tet-widths {
    font-size: 1.8em !important;
    line-height: 36px !important;
    color: #000 !important;
    width: 70%;
    margin-top: 0px !important;
}
p.commerce-tet-widths {
    width: 43%;
}

.row {
    display: flex;
    align-items: center;
    justify-content: center !important;
}
.wrapper-single-sections img {
    width: 100% !important;
}

/*Pothera Css*/
/*.anner-wrap-step-2 {
    position: relative;
    background: url(../images/banner-main-1.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
    padding: 150px 0px;
}
*/

.anner-wrap-step-2 {
    position: relative;
    background: url(../images/landing-page-units-banner-1.jpg) no-repeat !important;
    background-size: cover;
    min-height: 600px;
    padding: 150px 0px;
}
p.imporovemantings-1 {
    width: 88%;
}
.moretexts-on-a-left-pads-zero-1 {
    padding-right: 0px !important;
}
.wrapper-inner-page-logo-img img {
    width: 300px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.wrapper-who-we-are-pothera-1 {
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: center;
    background: transparent;
}
.wrapper-inner-page-logo-img {
    padding-bottom: 15px;
}
span.section-title-seperator-1 {
    border-radius: 0px !important;
}
.wrapper-who-we-are-pothera-1 .pl-lg-5 {
    padding: 0px !important;
}
.wrapper-who-we-are-pothera-1 p.about-content.mb-0 {
    padding: 0px 96px !important;
}
.wrapper-who-we-are-pothera-1 .section-title-wrapper {
    padding: 0px !important;
    margin-bottom: 7px !important;
}
.padding-lees-then-about-home {
    padding: 0px;
    background: #e9ebeb;
}
.wrapper-about-align-set-new-parts-pothera-1 {
    padding: 0px 120px 0px 110px !important;
}
.pd-zero-1 {
    padding-left: 0px !important;
}
.wrapper-potheraerp-business-need-text-align-ments h2 {
    padding: 0px 90px;
    margin-top: 0px !important;
}
.wrapper-potheraerp-business-need-text-align-ments {
    text-align: center;
    padding: 0px 350px 100px;
}
.wrapper-potheraerp-business.needs-1 {
    padding-bottom: 100px;
}
.standard-key-Features-pothera-2 strong {
    display: block;
    color: #333;
    font-weight: 400 !important;
}
.standard-key-Features-pothera-2 h2 {
    padding-bottom: 0px !important;
}
.standard-key-Features-pothera-2 ul {
    padding-top: 0px !important;
}
.standard-key-Features-pothera-2 .section-title-seperator-1 {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}

.standard-key-Features-pothera-2 {
    padding-left: 0px;
}
.standard-key-Features-pothera-1 {
    padding-top: 50px !important;
}

.Business-Edition-step-1 ul {
    padding-top: 0px !important;
}
.Business-Edition-step-1 .section-title-seperator-1 {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}

.Business-Edition-step-1 {
    padding-left: 0px;
}
.Business-Edition-step-1 strong {
    display: block;
    color: #333;
    font-weight: 400 !important;
}
.Business-Edition-step-1 h2 {
    padding-bottom: 0px !important;
}
.wraps-industry-verticals-1 {
    background-image: url(../images/pothera-img/banner-bg-4.jpg);
    width: 100%;
    background-size: cover;
    background-position: top center;
}

.only-industry-verticals-tags-ancors a {
    font-weight: 400;
    font-size: 15px !important;
}
.Pothera-ERP-Flow-Chart-step-1 h3 {
    text-transform: capitalize !important;
    padding-right: 220px;
    font-weight: 500;
}
/*CRM Css*/
.wrapper-inner-banner-wrap-step-3 {
    position: relative;
    background: url(../images/crm-img/crm-banner-1.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
    padding: 150px 0px;
}

.wrapper-intact-crm-main {
    text-align: center;
    padding-top: 0px;
}
.on-margin-top-maximums {
    margin-top: 40px;
}
.on-margin-bottom-maximums {
    margin-top: 40px;
}

/*.wrapper-intact-crm-icon-img {
    padding-bottom: 50px;
    height: 140px;
}*/
.wrapper-intact-crm-icon-img img {
    width: 70px;
    height: 70px;
}

.wrapper-intact-crm-icon a {
    font-size: 1em;
    font-weight: 600;
    color: #282828;
    height: 60px !important;
    padding-top: 40px;
}
.wrapper-intact-crm-icon {
    height: 150px;
}
.wrapper-intact-crm-icon-img {
    padding-bottom: 20px;
}
.advantsges-1 {
    text-transform: none !important;
}

/*.wrapper-intact-crm-icon {
    border: 1px solid #eee;
    padding: 70px 30px;
    height: 300px;
}*/

/*SCm CSS*/
.wrapper-inner-banner-wrap-step-4 {
    position: relative;
    background: url(../images/scm-img/banner-scm-1.jpg);
    background-size: cover;
    min-height: 600px;
    padding: 150px 0px;
}

.supply-chain-manegents-1 {
    background-image: url(../images/womens-hands.png);
    width: 100%;
    background-size: cover;
    background-position: top center;
    min-height: 700px;
}

/*Contact Us Css*/


.wrapper-inner-banner-wrap-step-10 {
    background-image: url(../images/clientel-banner-1.jpg);
    width: 100%;
    background-size: cover;
    background-position: top center;
    /*min-height: 700px;*/
    padding: 250px 0px;
}

.wrapper-inner-banner-wrap-step-5 {
    background-image: url(../images/Contactus-banner-1.jpg);
    width: 100%;
    background-size: cover;
    background-position: top center;
    /*min-height: 700px;*/
    padding: 250px 0px;
}
.wrapper-who-we-are-7 {
    padding: 0px;
}
.wrapper-inner-banner-wrap-step-9 {
    position: relative;
    background: url(../images/career-banner-1.jpg) no-repeat;
    background-size: cover;
    min-height: 500px;
    /*padding: 150px 0px;*/
}
.contactus {
    width: 100%;
    background: #fff;
    padding: 50px 150px 110px !important;
}
.mapclass {
    background: #eee;
    padding-top: 90px;
    padding-bottom: 90px;
}
/*.justify-content-center {
    justify-content: center!important;
}*/
.captions-contcat {
    width: 100%;
    float: left;
}
.captions-contcat h2 {
    margin: 0px;
    padding: 20px 60px;
    margin-bottom: 0px;
    position: relative;
    font-size: 30px;
    font-weight: 600;
}
.contactus h2 {
    width: 100%;
    float: left;
    margin: 0px;
    color: #131529;
    margin-bottom: 15px;
    font-weight: 600;
}
.captions-contcat h2:after {
    content: "";
    position: absolute;
    background: #4c53a4;
    width: 35px;
    height: 35px;
    left: 0.3%;
    border-radius: 50%;
    top: 30%;
    border: 4px solid #fff;
}

.formsectioncon {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.formsectioncon .form-group {
    margin-bottom: 15px;
}
.formsectioncon .form-group label {
    font-size: 14px;
    color: #676767;
    font-weight: 400 !important;
}
.formsectioncon .form-group .form-control {
    min-height: 40px;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 10px;
}

form.formsectioncon button.btn.btn-primary:hover {
    background: transparent;
    color: #222;
    border: 1px solid #222;
    transition: 0.9s;
}
form.formsectioncon button.btn.btn-primary {
    padding: 10px 16px;
    margin-top: 90px;
    font-size: 12px !important;
    position: relative;
    z-index: 999999;
    background: #222;
    border: 1px solid #222;
    transition: 0.9s;
    border-radius: 0px;
}

/*
.captions-contcat {
    margin-bottom: 50px;
}*/

/*Careers Css*/
.advpage {
    padding: 30px 0 60px 0;
}
.aboutuspagetext {
    background: #fff;
}

.aboutuspagetext h2 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}
.oarentd_left {
    background: #ededed;
    padding: 50px 25px;
    height: 60vh;
    border-radius: 6px;
    margin-top: 8px;
}
.posttitles {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}
.oarentd_left a {
    color: #222;
    font-weight: 600;
    font-size: 13px !important;
}
form.inpdfsds input.subbtn:hover {
    background: transparent;
    color: #333333;
    transition: 0.9s;
}
form.inpdfsds input.subbtn {
    background: #333333;
    color: #fff;
    padding: 5px 15px !important;
    font-size: 12px;
    height: auto !important;
    transition: 0.7s;
}
.labs-type {
    font-size: 10px !important;
}
.aboutuspagetext p {
    font-size: 15px;
    color: #636363;
    font-weight: 300;
    line-height: 22px;
}
.personal_details {
    margin-top: 10px;
}
.personal_details p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 50px;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
}
.inpdfsds {
    margin: 10px 0px;
}
.box_space {
    margin: 0px 0px;
}
.inpdfsds label {
    width: 100%;
    margin-top: 0px;
    font-weight: 400;
    font-size: 14px;
}
::placeholder {
  color: #bfbfbf;
  font-size: 12px;
  opacity: 1; /* Firefox */
}
.box_space {
    margin: 10px 0px;
   /* height: 100px;*/
}
input[type=file] {
    font-size: 8px !important;
}
.form-group {
    margin-bottom: 15px;
    height: 90px;
}
.inpdfsds span {
    color: #ff0000;
}
.inpdfsds input, .inpdfsds select {
    
    height: 42px;
}
.inpdfsds input, .inpdfsds select {
    border: 1px #ccc solid;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    font-size: 12px;
    color: #bfbfbf;
}
.intro {
   
    margin-top: 50px;
    margin-bottom: 80px;
}

p.lead.text-light.erp-colour-parts{font-weight: 400 !important;}

/*Client Css*/
ul.clients-step-1-img-sub li {
    display: inline-block;
    padding: 35px 35px;
    width: 16%;
    margin: 15px;
    background: #fff;
    webkit-box-shadow: 0 0 10px rgb(57 59 102 / 7%);
    -moz-box-shadow: 0 0 10px rgba(57,59,102,.07);
    box-shadow: 0 0 10px rgb(57 59 102 / 7%);
    background: #fff;
    transition: 0.8s !important;
}
ul.clients-step-1-img-sub {
    padding: 0px;
    margin: 0;
    list-style: none;
    display: block;
}
ul.clients-step-1-img-sub li img {
    width: 100%;
}
.clients-main-step-1 {
    text-align: center;
    background: #f5f5f5;
    padding-top: 80px;
}

ul.clients-step-1-img-sub li:hover {
    -webkit-box-shadow: 0 14px 59px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 14px 59px rgba(0,0,0,.12);
    box-shadow: 0 14px 59px rgb(0 0 0 / 12%);
    background: #fff;
    transition: 0.8s !important;
    transition: all .5s;
    transform: translateY(-10px) !important;
}



.wrapper-more-text-padddings {
    padding-bottom: 10px;
}
.oarentd_left {
    padding: 14px 25px;
    height: 66vh;
    border-radius: 6px;
    margin-top: 8px;
    background-image: url(../images/career-sub-img-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

span.wrapper-intact-crm-icon-1 {
    display: block !important;
}

.txt_img { order:3; }
.txt_cont { order:1; }
span.ti-location-pin.contact-icons {
    top: 20%;
}
a.linkedin-icon:hover {
    border: 1px solid #007bb6;
}

.modal-body form.formsectioncon {
    margin-top: 0px;
}
.modal-body form.formsectioncon .form-group {
    height: inherit !important;
}
/*.modal-body .formsectioncon .form-group .form-control {
    height: 40px !important;
}*/
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 1.3em;
    color: #222;
    font-weight: 500;
}
.modal-body button.btn.btn-primary {
    margin-top: 15px !important;
}
.wrapper-sidebar-btn-wrapsss {
    height: 104px;
    width: 0px;
    position: fixed;
    top: 40%;
    right: -7px;
    z-index: 1000;
    transform: rotate( -90deg);
    -webkit-transform: rotate( -90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    float: right;
}
button.btn.btn-primary {
    padding: 10px 20px;
    font-size: 16px;
}
a{text-decoration: none !important;}
.Customized-Solutions-step-2 img {
    width: 100%;
}

.Customized-Solutions-step-1:after {
    background: #e8f4f4;
    content: "";
    position: absolute;
    width: 400px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.Customized-Solutions-step-1 {
    position: relative;
}
.Customized-Solutions-step-3:after {
    background: #faf0e6;
}
.Customized-Solutions-step-3 .section-title-wrapper {
    text-align: left;
}

.Customized-Solutions-step-3 p {
    margin-bottom: 5px !important;
    margin-top: 5px;
}
.Customized-Solutions-step-3 span {
    font-weight: 600;
    color: #222;
    font-size: 1.1em;
}
.header-logobar {
    position: relative;
}

/*.wrapper-sidebar-btn-wrapsssss {
    position: fixed;
    right: 140px;
    top: 32px;
    z-index: 99999;
}*/
.wrapper-sidebar-btn-wrapsssss {
    position: absolute;
    right: 90px;
    top: -2px;
    z-index: 99999;
}
/*.search-tigger-wraps-side {
    margin-right: 125px !important;
}*/

.wrapper-sidebar-btn-wrapsssss button.btn.btn-primary:hover {
    background: #bfbfbf;
    color: #fff;
    border: transparent;
}
.wrapper-sidebar-btn-wrapsssss button.btn.btn-primary {
    background: #a9506a;
    color: #ffffff;
    border: transparent;
    
}
.wrapper-sidebar-btn-wrapsss button.btn.btn-primary:hover {
    background: #a9506a !important;
}
.wrapper-sidebar-btn-wrapsss  .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background: #a9506a !important;
    border: transparent;
}

.wrapper-only-p-tags-padding-1 p {
    padding-right: 0;
    padding: 0px 120px;
}

.modal-body form.enquiry-form.enquiry-form-modal .form-group {
    height: auto !important;
}
.modal-body form.enquiry-form.enquiry-form-modal .form-group label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 3px;
}
.modal-body form.enquiry-form.enquiry-form-modal .form-group input {
    height: 40px;
    border-radius: 5px;

}
.modal-body form.enquiry-form.enquiry-form-modal .form-group select {
    height: 40px;
    border-radius: 0px;
}

.modal-body form.enquiry-form.enquiry-form-modal .form-group textarea.form-control {
    height: 70px;
}

.modal-body form.enquiry-form.enquiry-form-modal .form-group .submit {
    background: #8eaa56;
    color: #fff;
    padding: 10px 30px;
    line-height: 18px;
    text-transform: capitalize;
    border-radius: 5px !important;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.popup-bt-step1 {
    height: 40px;
    width: 0px;
    position: fixed;
    top: 55%;
    right: 0px;
    padding: 10px 20px;
    z-index: 1000;
    -webkt-transform: rotate( -90deg );
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    float: right;
    background: #242424;
    /*border-radius: 50%;*/
}

.popup-bt-step1 i {
    margin-top: 0px;
    padding: -26px 0px;
    font-size: 20px;
    left: -8px;
    position: relative;
}
.popup-bt-step1 a {
    color: #fff;
}

/*Wordsapp Css*/
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    z-index: 9999999;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 80px;
    left: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}



  
  /* Make the images wide and responsive */
.moretext2 {
    display: none;
}

.wrapper-pothera-services {
    text-align: center;
    padding: 20px;
}
.wrapper-pothera-services img {
    width: 90px;
}
.wrapper-pothera-services h3 {
    font-size: 1.3em;
    padding: 0px 40px;
    text-transform: capitalize;
}
.popup-bt a{z-index: 9999999;}

.classic-featurebox-section-pothera-services {
    background: #eee;
    padding: 80px 0 90px;
}
.classic-featurebox-section-pothera-services ol.carousel-indicators li {
    background: #c1c1c159;
    border: transparent;
}
.classic-featurebox-section-pothera-services .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgb(0 0 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.classic-featurebox-section-pothera-services .carousel-indicators {
    position: absolute;
    bottom: -15px !important;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.classic-featurebox-section-pothera-services .cloneditem-1 {
    background: #fff;
    box-shadow: 2px 2px 20px #bfbfbf;
    padding: 40px 20px;
    margin: 0px;
    position: relative;
    top: -40px;
}
.classic-featurebox-section-pothera-services .carousel-inner{overflow: inherit !important;}
/*.classic-featurebox-section-pothera-services  .item active{margin: 40px;}*/
span.on-back-see-1 {
    background: #8f8a8a;
    padding: 8px;
    font-size: 14px;
    z-index: 999999;
}

.classic-featurebox-section-pothera-services .carousel-control.right {
    position: absolute;
    top: -50% !important;
    bottom: 0;
    right: -50px;
    width: 15%;
}

.classic-featurebox-section-pothera-services .carousel-control.left {
    position: absolute;
    top: -50% !important;
    bottom: 0;
    right: -50px;
    width: 15%;
}
.classic-featurebox-section-pothera-services .carousel-control.right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    width: 15%;
   
}

.classic-featurebox-section-pothera-services .carousel-control.left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    width: 15%;
   
}

.classic-featurebox-section-pothera-services h2 {
    font-size: 1.5em;
    padding: 0px 160px;
    line-height: 31px;
}
.classic-featurebox-section-pothera-services .section-title-wrapper {
    padding: 0px !important;
}
section.classic-featurebox-section-pothera-services .section-title-seperator-1 {
    margin-bottom: 60px;
    margin-top: 20px;
}

/*.wrapper-pothera-ERP-pdf-design-sub-right img {
    width: 100%;
}*/
.wrapper-pothera-ERP-pdf-design-sub-right img {
    width: 100%;
    float: left;
}

.wrapper-pothera-ERP-pdf-design-sub-left-inner-text {
    padding: 0px 0px 0px 87px;
}
.wrapper-pothera-ERP-pdf-design-sub-left {
    padding: 0px 90px;
}
.wrapper-pothera-ERP-pdf-design-sub-left .section-title-wrapper {
    padding: 0px !important;
}
.wrapper-pothera-ERP-pdf-design-sub-left h2 {
    font-size: 1.8em;
    padding: 0px 10px 15px 0px;
}
.wrapper-pothera-ERP-pdf-design-sub-left-inner-text {
    padding-top: 0px;
}
.wrapper-pothera-ERP-pdf-design-sub-left-inner-text img {
    width: 90px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.wrapper-pothera-ERP-pdf-design-sub-left-inner-text p {
    font-size: 15px;
    height: 200px;
}
.wrapper-pothera-ERP-pdf-design-sub-left-inner-text h3 {
    font-size: 1.2em;
    margin-top: 10px;
}

.bacgkround-sub-icons-tabs {
    background: #fff;
    box-shadow: 2px 2px 20px #bfbfbf;
    padding: 40px;
}
.wrapper-pothera-sub-services-tabs-icon-text-main {
    padding-top: 100px;
    padding-bottom: 100px;
}
.wrapper-pothera-sub-services-tabs-icon-img-sub img {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.wrapper-pothera-sub-services-tabs-icon-img-sub {
    text-align: center;
    border-right: 1px solid #bfbfbf;
}
.wrapper-pothera-sub-services-tabs-icon-img-sub span {
    font-size: 1.2em;
    color: #222;
    font-weight: 600;
}
.bacgkround-sub-icons-tabs{margin-bottom: 40px;}
.scm-new-content-chnge span {
    font-size: 2em;
    color: #222;
    font-weight: 600;
}
.scm-new-content-chnge h6 {
    font-size: 1em;
}

.sales-supports-banner-1{
        position: relative;
    background: url(../images/sales-supports-banner-1.jpg) no-repeat;
    background-size: cover;
   /* min-height: 600px;*/
    padding: 150px 0px;
}

.wrapper-sales-supports-type-content {
    text-align: center;
    padding-top: 70px;
}
h2.sales-supports-headlines {
    font-weight: 500;
    font-size: 1.6em;
}

.wrapper-testimonial-img-sub-1 img {
    width: 100%;
    padding-right: 20px;
}
.wrapper-testimonial-img-sub-1 span{
 font-size: 1.1em;
    color: #222;
    font-weight: 600;
    padding-right: 20px;   
}

.wrapper-testimonial-img-sub-2 {
    border-left: 1px solid #bfbfbf;
    padding-left: 15px;
    border-right: transparent;
}
.wrapper-testimonial-img-sub-1 img {
    width: 65%;
}

.wrapper--externel-banneer-on-html-1 img {
    width: 100%;
}
.wrapper-erp-software-landing-pages-1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wrapper-erp-software-landing-pages-1 {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    background: transparent;
}

.wrapper-erp-software-pothera-ul-landing-pages-1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wrapper-erp-software-pothera-ul-landing-pages-1 .Business-Edition-step-1 span {
    font-size: 1.6em !important;
    color: #222;
    font-weight: 600;
}
.wrapper-erp-software-landing-pages-right-side-parts-1:after{display: none;}
.wrapper-erp-software-landing-pages-right-side-parts-1:before{
   background: #e8f4f4;
    content: "";
    position: absolute;
    width: 400px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1; 
}

.wrapper-erp-software-landing-pages-right-side-parts-1{
    margin-top: 80px;
    margin-bottom: 80px;
}
.wrapper-erp-software-landing-pages-1 .section-title-wrapper {
    padding-right: 40px !important;
}
.flow-charst-heading-wraps-1 span {
    font-size: 1.5em;
    color: #222;
    font-weight: 500;
}

.flow-charst-heading-wraps-1 img {
    padding-top: 15px;
}
.flow-charst-heading-wraps-1 span {
    font-size: 1.5em;
    color: #222;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 15px;
}
.wrapper-erp-software-pothera-ul-landing-pages-1 img {
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin-top: 15px;
}
.page-loader{display: none;}
.wrapper-solutions-forms-inner-banner-form-main {padding: 40px 0px !important;}
.wrapper-solutions-forms-inner-banner-form-sub .modal-content {width: 100% !important;}
.wrapper-solutions-forms-inner-banner-form-sub .modal-content .form-group {margin-bottom: 0px !important;}
.wrapper-solutions-forms-inner-banner-form-sub .modal-body {
    padding: 0px 24px 40px !important;
}
.wrapper-solutions-forms-inner-banner-form-sub input.btn.submit {margin-top: 30px;border-radius: 0px !important;}
.wrapper-pothera-sub-services-tabs-icon-img-sub-right-side {
    border-left: 1px solid #bfbfbf;
    border-right: transparent;
}
.wrapper-solutions-forms-inner-banner-form-sub .modal-header {
    display: block;
    padding-left: 25px;
}
.wrapper-solutions-forms-inner-banner-form-sub label {
    color: #222;
    padding: 10px 0px 0px;
}
.wrapper-solutions-forms-inner-banner-form-sub select {
    border-radius: 5px !important;
}
.wrapper-solutions-forms-inner-erp-landding-twos-main-1 .form-group {
    height: auto !important;
}
.wrapper-solutions-forms-inner-erp-landding-twos-main-1 label {
    font-weight: 400;
}
.wrapper-solutions-forms-inner-erp-landding-twos-main-1 input.btn.submit {
    background: #8eaa56;
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px !important;
    text-transform: capitalize;
}
.erp-software-landing-page-banner-heights-1{height: 680px !important;}
.personal_details {
    padding: 40px;
    background: #f5f4f4;
    float: left;
    text-align: left;
}
.faq_cont { margin: 10px 0px;}
.faq_cont h3 { background: #dddddd; padding: 12px; color: #222; font-size: 18px; font-weight: normal;}
.on-new-parts-erp-pothera-design-parttens img{
    display: inherit !important;
    margin: inherit !important;
}
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
    transform: rotate(130deg);
}
ul.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    color: #575353;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.01em;
    cursor: pointer;
}
ul.accordion-list li h3:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 8px;
    color: #Fcc110;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    font-weight: 500;
}
.content {
    background: #efeeee;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}
ul.accordion-list li h3 img {
    width: 40px;
    margin-right: 15px;
    height: 40px;
}
/*.navigation-step-1 ul.navigationdes {
    justify-content: start !important;
}*/
.navigation.navigation-step-1 ul li a.bgcolordark {
    background: transparent !important;
}
.navigation-step-1 {
    margin-bottom: 40px;
    text-align: center;
    display: block;
    position: inherit !important;
}
.navigation-step-1 ul.navigationdes li a {
    padding: 0px 26px;
}
.navigation-step-1 ul.navigationdes {
    padding: 0px !important;
    /*border: 1px solid #bfbfbf;*/
}
.navigation-step-1 ul.navigationdes {
    width: auto;
    display: -webkit-inline-box;
}
.navigation-step-1 ul.navigationdes li:nth-child(4) {
    border-right: none;
}
.navigation-step-1 {
    margin-bottom: 40px;
    text-align: left;
    display: block;
    position: inherit !important;
    box-shadow: inherit;
}
.section-title-wrapper{padding-left: 0px !important;}
.wrapper-contact-us-addres-contact-details-on-may {
    background: #eee;
    padding: 40px;
    margin-left: 30px;
}
.modal-body form.enquiry-form.enquiry-form-modal .form-group select {
    height: 40px;
    border-radius: 5px;
}
button.wrapper-3hgZT.u-isActionable.u-textLeft.u-inlineBlock.u-borderNone.u-textBold.u-textNoWrap.Arrange.Arrange--middle.u-userLauncherColor {
    display: none !important;
}
div#Embed {
    display: none;
}
.navigation-step-1 .container {
    padding: 0px !important;
}
.navigation-step-1 {
    padding: 0px 0px !important;
    float: right;
    position: relative !important;
    top: -52px;
}
.navigation-step-1 ul.navigationdes li {
    border-right: 1px solid #bfbfbf;
}
.classic-featurebox-section-pothera-services .cloneditem-1 {
    background: transparent;
    box-shadow: none;
}
.navigation-step-1 ul.navigationdes {
    padding: 0px !important;
}

/*Utpal- sir Css*/
.landing { padding:40px 0px 60px;}
.landing h1 { font-size:35px;}
.software_sec { background:#ededed; padding:80px 0px 50px;}
.software_sec .row { display:block;}
.top_heading { font-size:2.7rem; font-weight:600; margin-top:0px;}
.trading_sec { padding:70px 0px;}
.trading_sec .row { display:block;}
.landing_inner_banner { position: relative; background: url(../images/erp-software-trading-industry-banner.jpg); background-size: cover;
    min-height: 500px;}
.trading_sec span { display:block; font-weight:600; font-size:17px;}
.growth { font-size:16px; font-weight:500; line-height:26px; color:#444;}
.ecommerce_inner_banner { position: relative; background: url(../images/ecommerce.jpg); background-size: cover;
    min-height: 600px;}
.technical_inner_banner { position: relative; background: url(../images/technical-solutions.jpg) ; background-size: cover;
    min-height: 600px;}
.testimonials_inner_banner { position: relative; background: url(../images/testimonials.jpg) ; background-size: cover;
    min-height: 600px;}
.intact_inner_banner { position: relative; background: url(../images/intact-scm.jpg) ; background-size: cover;
    min-height: 600px;}
.it_consulting_inner_banner { position: relative; background: url(../images/it-consulting-banner.jpg) ; background-size: cover;
    min-height: 600px;}
.customized_solution_inner_banner { position: relative; background: url(../images/customized-solution.jpg); background-size: cover;
    min-height: 600px; padding: 180px 0px;}
    .footer-menu-wrap ul.nav.social-icons.social-icons {
    float: left;
}
.thanku-type-KG {
    position: relative;
    background: url(../images/thank-you.jpg);
    min-height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100% !important;
}
section.thanks i.fa.fa-check {
    font-size: 1.5em;
    background: green;
    padding: 20px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 30px;
}
section.thanks {
    text-align: center;
}
/*whatsapp call button css start*/
#whatsappiconmine {
    position: fixed;
    right:auto;
    left: 50px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99990;
}
.call_col{color: #a5a6a7 !important;}
#whatsappiconmine #whatsappiconmineMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#whatsappiconmine #whatsappiconmineMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/whatsapp_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}
@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}


div#common_form .modal-header {
    display: flow-root !important;
}

.dim-times input.btn.btn-primary {
    margin-top: 20px !important;
    padding: 10px 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.Commont-style-h1 h2{
        z-index: 99999;
    color: #1f294e;
    font-weight: 500;
    font-size: 3em;
}
h1.title-metas-sco-littile-fnt-style {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}
.main-slider-widths{display: block !important;}
.mobile-front-slider-settings-on-tabs {
    display: none !important;
}
h5.wrap-headings-on {
    font-size: 2.1em;
    font-weight: 500;
    color: #160533;
}
.wrap-desctop-2 {
    font-size: 2.5em !important;
}

/*Last Changes Sunny Css*/
.tang-main-sizing-1 img {
    height: 100vh !important;
}
.tang-main-sizing-1 .section-title-wrapper {
    padding-top: 80px;
}
.tang-main-sizing-2 {
    height: 100vh !important;
}
.tang-main-sizing-2 {
    height: 95vh !important;
}
.tang-main-sizing-2 {
    height: 95vh !important;
    padding: 150px 0px !important;
}
.tang-main-sizing-3 {
    height: 95vh;
    padding: 150px 0px;
}



.popup-bt {
    height: 104px;
    width: 0;
    position: fixed;
    top: 30%;
    right: -12px;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    float: right;
    background: #30F;
}
.popup-bt a {
    display: block;
    background: #8eaa56;
    height: 40px;
    width: 154px;
    padding: 4px 13px;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    float: right;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 0;
}

.popup-bt-step1 {
    height: 40px;
    width: 0px;
    position: fixed;
    top: 28%;
    right: 0px;
    padding: 10px 20px;
    z-index: 1000;
    -webkt-transform: rotate( -90deg );
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    float: right;
    background: #8eaa56;
}

.popup-bt-step1 a {
    color: #fff;
}

.popup-bt-step1 i {
    margin-top: 0px;
    padding: -26px 0px;
    font-size: 20px;
    left: -8px;
    position: relative;
}

.tang-testimonial-pads-less p.testimonial-content {
    padding: 0px !important;
}
.tang-testimonial-pads-less .testimonial-content-wrap-grid {
    height: auto !important;
}

.navigation-step-1 ul.navigationdes li {
    border-right: 1px solid #bfbfbf;
    background: #fff;
}

.wrapper-inner-banner-wrap {
    height: 500px !important;
    padding: 200px 0px !important;
}

.anner-wrap-step-3inner-logo-1 img{width: 50% !important;}
.anner-wrap-step-3inner-logo-1 {
    padding: 130px 0px !important;
}
.dim-times {
    position: absolute;
    width: 100%;
    bottom: -221px !important;
    background: #fff;
    padding: 20px 40px;
}
.classic-featurebox-section-pothera-services h1 {
    font-size: 1.1em !important;
    line-height: 30px;
}
h2.pothera-online-key-words-keys {
    font-size: 1.9em !important;
    color: #5c5a5a;
}

h5.wraps-new-heading-add-on {
    font-size: 1.7em;
    font-weight: 500;
    color: #160533;
    padding: 0px 72px 0px 0px;
}

.modal-open {
    overflow: hidden;
    padding-right: 0px !important;
}
.PKD_nones-tab-safllys {
    height: 100vh !important;
}
.PKD_nones-tab-safllys .sec_img {
    padding-left: 0px;
}
.PKD_nones-tab-safllys img {
    height: 100vh;
}
.PKD_nones-tab-safllys p {
    font-size: 15px !important;
    line-height: 25px !important;
}

.content_scrookls{height: 500px;
    overflow-y: scroll;}
    span.key-onone-style {
    display: block;
    font-size: 13px;
}

.team-info-wrap {
    padding: 0 40px 0px 40px;
}
.comman-padding-size-1 {
    padding-top: 60px;
}
.comman-padding-size-1 h1 {
    margin-bottom: 30px;
}
.diffrents-eccommace-paddings {
    padding: 0px 100px 0px 0px;
}
.diffrents-eccommace-paddings h5 {
    color: #392b2b;
}
.common-paddig-100-decktop-sizings {
    padding-top: 10px !important;
}
.on-demantions-padding-left-rights-screen {
    padding: 20px 150px 50px !important;
}
