@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
body,
html {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

::selection {
    background-color:#2718d6;
    color: #fff;
    text-shadow: none;
}

a {
    color:#2718d6;
}

a.no-underline:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 800;
}

body {
    background: #Fff;
    font-family: 'Archivo', sans-serif;
}

img {
    max-width: 100%;
}

button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.spiderweb {
    padding: 50px 0px;
    background: #fff url(../images/row-bgimage-3.png) top center no-repeat;
}

.divider {
    background-color:#2718d6;
    height: 4px;
    width: 60px;
    display: inline-block;
}

.text-orange {
    color: #FCB116;
}

.text-secondary {
    color: #051441 !important;
}

.btn-blue {
    background: #007BFF;
    color: #fff;
}

.form-control,
.custom-file-label,
.custom-file-label::after,
.custom-select {
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px 6px 6px 0;
    padding: 12px 16px;
    height: auto;
}

.custom-file-input,
.custom-file {
    height: 50px
}

.form-control:focus,
.form-control:hover {
    border-color:#2718d6;
}

.btn:not(.btn-link) {
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    padding: 8px 16px;
}

.btn-primary {
    background: #4D7DE6;
    border-color:#2718d6;
    color: #FFF;
}

.btn-secondary {
    background: #EDE4E5;
    border-color: #F6961C;
    color: #F6961C;
}

.btn-outline-primary {
    border-color: #F6961C;
    color: #F6961C;
}

.navbar {
    transition: 0.1s all;
    font-size: 17px;
    font-weight: 600;
}

header {
    z-index: 999999;
    transition: all .5s;
}

.navbar .nav-item a.nav-link {
    padding: 12px;
    transition: all 0.5s;
}

.navbar.bg-dark {
    background: #000 !important;
}

.navbar .nav-item .nav-link {
    color: #333;
    line-height: 1.2;
    position: relative;
}

button.navbar-toggler {
    border: none;
}

.navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link:hover {
    color:#2718d6;
}

@media (max-width: 768px) {
    .navbar {
        font-size: 15px;
    }
}

.hero-section {
    background: #0B0D26 url(../images/ttm-pagetitle-bg.jpg) center no-repeat;
    padding: 60px 0;
    color: #fff;
}

.hero-image {
    background-color: #f1f1f1;
    font-weight: 700;
    position: relative;
    background-position: center;
    background-size: cover;
}

.hero-text {
    color: #FFF;
    padding: 60px 0;
    z-index: 1;
    position: relative;
    padding: 120px 0 120px 0;
}

.hero-text h1 {
    font-size: 68px;
    font-weight: 800;
    color: #FFF;
}

.hero-text p {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}

.hero-text .btn {
    padding: 8px 18px;
    font-size: 16px;
}

.breadcrumb {
    background-color: #fff;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
}

.hero-image img {
    display: inline-block;
    animation: float 6s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}

@media (min-width: 768px) {
    .hero-image img {
        width: 90%;
        position: absolute;
    }
}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 38px;
    }
    .hero-image-other h1 {
        font-size: 26px !important;
    }
    .hero-text p {
        font-size: 16px;
    }
    .hero-text {
        padding: 80px 0 80px 0;
    }
    .hero-image img {
        width: 80%;
    }
}

ul.image-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.image-list li {
    position: relative;
    padding: 12px 0;
}

ul.image-list li div {
    padding-left: 60px;
}

ul.image-list li img {
    width: 40px;
    position: absolute;
    left: 0;
}

.card {
    border: 0;
}

.card-header {
    color: #3386BC;
    background-color: #EBEDED;
    position: relative;
}

.card-header a {
    color: #3386BC;
    font-weight: 600;
}

.card-body {
    background: #fff;
    color: #333;
}

.list-group .list-group-item {
    background-color: transparent !important;
}

.card-body input {
    color: #333;
}

.no-style {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.show-back-to-top {
    display: block;
    right: 20px;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    height: 45px;
    width: 45px;
    line-height: 44px;
    font-size: 16px;
    opacity: 1;
    z-index: 1111;
    display: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background: #2d2d2d;
    color: #999;
}

footer {
    background: #0F112A url(../images/footer-bg.jpg) center no-repeat;
    background-size: cover;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    padding: 60px 0;
    color: #fff;
}

footer a {
    color: #fff;
}

.auth-body {
    background: #0E1729;
    color: #333;
    padding: 20px 0;
}

.auth-body .container {
    max-width: 420px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .auth-body {
        padding: 10px 0;
        margin: 0;
    }
}

.auth-container {
    background: #fff;
    color:#2718d6;
    border-radius: 12px;
    padding: 45px 28px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
    font-size: 14px;
}

label {
    font-size: 14px !important;
}

.auth-container .input-group-text,
.auth-container .form-control,
.auth-container .custom-select,
.section_container .form-control,
.section_container .input-group-text,
.section_container .custom-select {
    background: white;
    color:#2718d6;
    border-bottom-left-radius: 0px;
}

.section_container a:not(.btn) {
    color: #FCB116;
}

.auth-container .btn,
.section_container .btn {
    height: 40px;
}

.auth-body a {
    color: #FFF;
}

.auth-container a {
    color: #FCB116;
}


/* Button Style */

::-webkit-validation-bubble-message {
    padding: 0;
}

.validate input:focus:invalid,
.validate textarea:focus:invalid,
.invalid {
    /* when a field is considered invalid by the browser */
    border-color: #b03535
}

.validate input:required:valid,
.validate textarea:required:valid {
    /* when a field is considered valid by the browser */
    border-color: #28921f;
}

.form_hint {
    background: #333;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left: 8px;
    padding: 1px 6px;
    z-index: 999;
    /* hints stay above all other elements */
    position: absolute;
    /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint::before {
    content: "\25B2";
    /* left point triangle in escaped unicode */
    color: #333;
    position: absolute;
    bottom: 73%;
    left: 5%;
}

.validate input:focus+.form_hint {
    display: block;
}

.validate input:required:valid+.form_hint {
    background: #333;
}


/* change form hint color when valid */

.validate input:required:valid+.form_hint::before {
    color: #333;
}


/* change form hint arrow color when valid */

.text-primary {
    color:#2718d6 !important;
}

.bg-primary {
    background: #4D7DE6 !important;
}

.bg-secondary {
    background: #E4F4FF !important;
}

.text-blue {
    color: #007BFF;
}

.bg-blue {
    background: #007BFF;
}

.account-sidebar {
    background: #fff;
    width: 280px;
    height: 100%;
    color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100000;
    display: none;
    overflow: auto;
    font-size: 12px;
}

.account-sidebar ul,
.account-sidebar nav {
    padding: 0px;
}

.account-sidebar li,
.account-sidebar ul {
    width: 100%;
}

.account-sidebar .nav-link {
    font-size: 15px;
    color: #333;
    padding: 8px 18px;
    display: block;
    font-weight: 500;
}

.account-sidebar .nav-link:hover {
    color: #f4333d;
}

.account-sidebar .nav-link i {
    width: 26px;
    color: #999999;
    font-size: 18px;
}

.divider {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    display: none;
    transition: 0.5s all;
    z-index: 9999;
}

#confirm {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 10000000;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s ease;
    text-align: center;
    padding: 20px;
}

#confirm .container {
    background-color: #fff;
    width: 350px;
    top: 20%;
    padding: 0px;
    max-height: 95%;
    overflow: auto;
}

#confirm button {
    cursor: pointer;
}

#confirm .message {
    max-height: 50%;
    font-size: 16px;
}

@media (max-width: 768px) {
    #confirm .container {
        width: 90%;
        margin-top: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.list_style {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.growing_facts ul li p {
    font: 400 18px/28px "Lora", serif;
    font-style: italic;
}

blockquote {
    color: #111;
    padding: 12px;
    font-size: 22px;
    font-style: italic;
    padding-left: 80px;
    margin: 10px 0;
    position: relative;
}

blockquote p:first-of-type::before {
    content: "“";
    font-family: "Archivo", sans-serif;
    font-size: 172px;
    font-style: italic;
    color: #2a2a2a;
    position: absolute;
    margin: -122px 0 0 -29px;
}

ul.contact_list {
    background: url(../404.html) no-repeat center;
    background-size: cover;
    list-style: none;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
}

ul.contact_list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px 0;
    position: relative;
}

ul.contact_list li h2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

ul.contact_list li:last-child {
    border: 0;
}

ul.contact_list li div {
    padding-left: 70px;
}

ul.contact_list li i {
    position: absolute;
    left: 24px;
    font-size: 22px;
}

.no-select {
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    /* get rid of default appearance for IE8, 9 and 10*/
}

ul#switch_between {
    list-style: none;
    margin: 0;
    padding: 0;
}

#switch_between li {
    display: inline-block;
}

#switch_between li a {
    background-color: #EEEEEE;
    color: #F5961C;
    padding: 18px 32px;
    display: inline-block;
}

#switch_between li:first-child a {
    border-radius: 12px 0 0 12px;
    font-weight: 600;
}

#switch_between li:last-child a {
    border-radius: 0 12px 12px 0;
}

#switch_between li a.active {
    background-color: #F5961C;
    color: #FFF;
}

.price_title {
    font-size: 38px;
    font-weight: 700;
    color: #051441;
}

.pricing_body {
    position: relative;
    top: 0;
    transition: top 0.5s, box-shadow 0.5s;
}

.pricing_body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing_body ul li {
    padding: 8px 0;
    font-weight: 300;
}

.pricing_body:hover {
    position: relative;
    top: -40px;
    box-shadow: 0 0 3px #aaa;
}

.term-container {
    position: relative;
    margin-bottom: 30px;
}

.term-container .term-image {
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.term-container img {
    transition: transform 0.5s;
}

.term-container img:hover {
    transform: scale(1.2, 1.2);
}

.term-container .term-desc {
    position: absolute;
    bottom: -30px;
    background-color: #fff;
    padding: 18px;
    width: 80%;
    left: 10%;
    text-align: center;
    border-radius: 10px;
}

.term-container .term-desc h6 {
    font-size: 20px;
    font-weight: 600;
}

.term-container .term-desc p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #808080;
    margin: 0;
}

.dropdown-toggle {
    clear: both;
}

.dropdown-toggle::after {
    border: none!important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: "\f078";
    float: right;
    padding-top: 2px;
    /* to center vertically */
}

.dropdown.show .dropdown-toggle::after {
    content: "\f077";
}


/* for shadow */

.dropdown-menu::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%;
    /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%;
    /* position */
    position: absolute;
    top: -7px;
}

.dropdown-menu.dropdown-menu-right::before,
.dropdown-menu.dropdown-menu-right::after {
    left: auto;
    right: 5%;
}

.list-icon {
    background-color: #E9FBF4;
    border-radius: 50% 50% 50% 0px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
}

.rounded-lg {
    border-radius: 20px;
}

.nav.nav-pills .nav-item .nav-link {
    color: #333;
    font-weight: 800;
    font-size: 18px !important;
    position: relative;
    padding: .8rem 1rem;
    border-radius: 0;
    background-color: #EDEDED;
    border-top: 4px solid #EDEDED;
}

.nav.nav-pills .nav-item .nav-link.active {
    border-top: 4px solid #146092;
    background-color: #fff;
}

.nav.nav-pills .nav-item .nav-link:hover::after,
.nav.nav-pills .nav-item .nav-link.active::after {
    left: 0;
    right: 0;
}


/* Progressbar */

.progressBar {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    padding: 5px 0;
    position: absolute;
    top: 50%;
    width: 100%;
    display: none;
    font-size: 13px;
}

.progressBar .bar {
    background-color: #2196f3;
    width: 0%;
    height: 18px;
}

.progressBar .percent {
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    color: #FFF;
    width: 100%;
}

#imgChange {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #333;
}

#imgChange input[type="file"],
.upload-image-holder input[type="file"] {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.upload-image-holder {
    position: relative;
    overflow: hidden;
    height: 50px
}

.upload-image-holder img {
    position: absolute;
    left: 10;
}

.upload-image-holder .percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-weight: 600;
}

.upload-image-desc {
    padding-left: 40px;
    padding-right: 34px;
    position: relative;
}

#myBar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #f1f1f1;
}

.uploaded-file-holder {
    position: relative;
    height: 50px
}

.uploaded-file-desc {
    padding: 0px 40px 0 40px;
}

.uploaded-file-holder .uploaded-file-icon {
    position: absolute;
    left: 10px;
    font-size: 18px;
    color: #007bff;
    ;
    width: 20px
}

.uploaded-file-holder .action {
    position: absolute;
    right: 10px;
}

.share_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share_list li {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
}

.text-facebook {
    color: #3b5998;
}

.text-twitter {
    color: #00acee;
}

.text-telegram {
    color: #1a8bc2;
}

.text-linkedin {
    color: #0e76a8;
}

.text-whatsapp {
    color: #67c15e;
}

.text-sitename {
    color: #000;
}

.btn-twitter {
    background: #00acee;
    color: #fff
}

.btn-twitter:link,
.btn-twitter:visited {
    color: #fff
}

.btn-twitter:active,
.btn-twitter:hover {
    background: #0087bd;
    color: #fff
}

.btn-facebook {
    background: #3b5998;
    color: #fff
}

.btn-facebook:link,
.btn-facebook:visited {
    color: #fff
}

.btn-facebook:active,
.btn-facebook:hover {
    background: #30477a;
    color: #fff
}

.btn-googleplus {
    background: #e93f2e;
    color: #fff
}

.btn-googleplus:link,
.btn-googleplus:visited {
    color: #fff
}

.btn-googleplus:active,
.btn-googleplus:hover {
    background: #ba3225;
    color: #fff
}

.btn-stumbleupon {
    background: #f74425;
    color: #fff
}

.btn-stumbleupon:link,
.btn-stumbleupon:visited {
    color: #fff
}

.btn-stumbleupon:active,
.btn-stumbleupon:hover {
    background: #c7371e;
    color: #fff
}

.btn-linkedin {
    background: #0e76a8;
    color: #fff
}

.btn-linkedin:link,
.btn-linkedin:visited {
    color: #fff
}

.btn-linkedin:active,
.btn-linkedin:hover {
    background: #0b6087;
    color: #fff
}

.btn-telegram:active,
.btn-telegram:hover {
    background: #2ca5e0;
    color: #fff
}

.btn-telegram {
    background: #1a8bc2;
    color: #fff
}

.btn-telegram:link,
.btn-telegram:visited {
    color: #fff
}

.btn-telegram:active,
.btn-telegram:hover {
    background: #2ca5e0;
    color: #fff
}

.btn-whatsapp {
    background: #67c15e;
    color: #fff
}

.btn-whatsapp:link,
.btn-whatsapp:visited {
    color: #fff
}

.btn-whatsapp:active,
.btn-whatsapp:hover {
    background: #61a65a;
    color: #fff
}

.btn-sitename {
    background-color: #000;
    color: #fff
}

.btn-sitename:link,
.btn-sitename:visited {
    color: #fff
}

.btn-sitename:active,
.btn-sitename:hover {
    background-color: #000;
    color: #fff
}

.sm_featured_image {
    height: 350px;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
    background-position: center, center;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.sm_featured_image {
    height: 180px;
}

.post-item-image {
    height: 150px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
    background-position: center, center;
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    .sm_featured_image {
        height: 100px;
    }
}

.buy_offer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 99999999999999999;
    display: none;
}

.buy_offer_body {
    position: absolute;
    bottom: 0;
    top: 0;
    padding: 20px 0px !important;
    right: 0;
    max-width: 340px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 26px 26px rgba(0, 0, 0, .2);
}

.in-highlight {
    border-bottom: 4px solid #4D7DE6;
    ;
}

.alert-secondary {
    background-color: #474747;
}

.hero-widget {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px 34px 30px;
    border-radius: 16px;
    font-size: 16px;
    box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.12);
}

.hero-widget .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
    line-height: 25px;
    text-align: center;
}

.card-white-drop {
    padding: 20px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.12);
}

.card-white-drop img {
    border-radius: 20px;
}

.card-white-drop::after {
    background: rgba(252, 180, 45, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    transform: rotate(-8deg);
    border-radius: 10px;
}


/*progressbar*/

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding-left: 0px !important;
}

#progressbar li {
    list-style-type: none;
    color: #6c757d;
    position: relative;
    padding: 0px 20px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 56px;
    height: 56px;
    line-height: 56px;
    display: block;
    font-size: 18px;
    color: #FCB116;
    border: 1px solid #FCB116;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}

@media (min-width: 768px) {
    /*progressbar connectors*/
    #progressbar li:after {
        content: '';
        width: 80%;
        height: 1px;
        background: #ccc;
        position: absolute;
        left: -40%;
        top: 42px;
        z-index: -1;
        /*put it behind the numbers*/
    }
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

.learn-ui {
    position: relative;
    display: block;
    border-radius: 16px;
    border: 1px solid #ccc;
    padding: 30px 20px 20px 20px;
    color:#2718d6;
}

.learn-ui:hover {
    border: 1px solid #4D7DE6;
    color:#2718d6;
    text-decoration: none;
    background-color: #fff;
}

.learn-ui .learn-ui-icon {
    position: absolute;
    font-size: 40px;
    background-color: #fff;
    top: -20px;
    width: 70px;
    left: calc(50% - 30px);
}

.in-play-button {
    position: absolute;
    top: calc(50% - 37.5px);
    left: calc(50% - 37.5px);
    line-height: 75px;
    text-align: center;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 30px;
    color:#2718d6;
    box-shadow: 0 0 0 0 white;
    -webkit-animation: pulse-white 2s infinite;
    animation: pulse-white 2s infinite;
    z-index: 1;
}

@-webkit-keyframes pulse-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-icon {
    background-color:#2718d6;
    color: #fff;
    width: 60px;
    height: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border-radius: 12px;
    text-align: center;
}

@media (min-width: 992px) {
    /* sidebar-right*/
    .sidebar .sidebar-left {
        margin-top: -30px;
        margin-right: 15px;
    }
    .sidebar .sidebar-left.ttm-left-span .ttm-col-wrapper-bg-layer {
        margin-right: -15px;
    }
    .ttm-processbox-wrapper:before {
        content: '';
        position: absolute;
        left: -200px;
        right: -200px;
        height: 100%;
        display: block;
        background-image: url(../images/proccess-box-arrow.png);
        top: -5px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .ttm-processbox-wrapper.style1 {
        margin-top: 72px;
        z-index: 10;
        display: block;
        position: unset;
        margin: 0 0px;
    }
    .ttm-processbox-wrapper.style1:before {
        content: '';
        position: absolute;
        left: -400px;
        right: -400px;
        height: 100%;
        display: block;
        background-image: url(../404.html);
        top: -15%;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .ttm-sidebar-right .col-lg-9.content-area,
    .ttm-sidebar-left .col-lg-9.content-area,
    .ttm-sidebar-right .col-lg-9.product-area {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .ttm-sidebar-right .col-lg-3.widget-area,
    .ttm-sidebar-left .col-lg-3.widget-area,
    .ttm-sidebar-right .col-lg-3.product-sidebar-right {
        flex: 0 0 28%;
        max-width: 28%;
    }
}


/* ===============================================
    14.Processbox
------------------------*/

.ttm-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 -50px;
}

.ttm-processbox-wrapper .ttm-processbox {
    position: relative;
    display: block;
    text-align: center;
    width: 270px;
    height: 270px;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 10px 50px 0 rgba(29, 79, 206, .1);
    -webkit-box-shadow: 0 10px 50px 0 rgba(29, 79, 206, .1);
    -moz-box-shadow: 0 10px 50px 0 rgba(29, 79, 206, .1);
    transition: all 500ms ease;
}

.ttm-processbox-wrapper .ttm-processbox .process-num {
    margin-right: 5px;
    font-size: 20px;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    left: auto;
    right: 30px;
    top: 20px;
    z-index: 10;
}

.ttm-processbox-wrapper .featured-content {
    position: relative;
    border-radius: 50%;
    padding: 65px 15px 60px 15px;
    width: 230px;
    height: 230px;
    border: 6px solid #e8ecef;
}

.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
}

.ttm-processbox-wrapper .ttm-processbox:hover {
    box-shadow: 0 -10px 39px 0 rgba(8, 18, 109, .1);
    -webkit-box-shadow: 0 -10px 39px 0 rgba(8, 18, 109, .1);
    -moz-box-shadow: 0 -10px 39px 0 rgba(8, 18, 109, .1);
    transform: translateY(-10px);
}


/*style1*/

.ttm-processbox-wrapper.style1 .ttm-processbox {
    position: relative;
    display: block;
    text-align: center;
    width: 218px;
    height: 132px;
    background: #fff;
    padding: 0px 0 0;
    border-radius: 0;
    margin: 0 auto;
    box-shadow: 0 0px 300px 0 rgb(0 0 0 / 18%);
    transition: all 500ms ease;
}

.ttm-processbox-wrapper.style1 .ttm-processbox:hover {
    transform: translateY(-10px);
}

.ttm-processbox-wrapper.style1 .ttm-processbox:after {
    content: "";
    position: absolute;
    bottom: -60.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 60.8675px solid #fff;
}

.ttm-processbox-wrapper.style1 .ttm-processbox:before {
    content: "";
    position: absolute;
    top: -60.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-bottom: 60.8675px solid #fff;
}

.ttm-box-description {
    font-size: 14px;
    color: #808080;
}

.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
}

.ttm-processbox-wrapper.style1 .ttm-icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
    margin-bottom: 11px;
}

.ttm-processbox-wrapper.style1 .ttm-icon i {
    font-size: 70px;
}

.ttm-processbox-wrapper.style1 .featured-content {
    position: relative;
    border-radius: 0;
    padding: 0px 0px 10px;
    width: 100%;
    height: auto;
    border: 0;
}

.ttm-processbox-wrapper.style1:hover .featured-icon {
    position: relative;
    z-index: 111;
    background-color: #fff;
}

.ttm-processbox-wrapper.style1 .process-num {
    color: #f5faff;
    position: absolute;
    top: -35px;
    right: -25px;
    font-size: 90px;
    line-height: 0;
    font-weight: 600;
    width: auto;
    height: auto;
    margin-right: 0;
    z-index: -1;
}

.ttm-processbox-wrapper .ttm-processbox .process-num {
    background-color:#2718d6;
}

.ttm-processbox-wrapper .ttm-processbox:hover .process-num {
    background-color: #0b0c26;
}

.ttm-processbox-wrapper .ttm-processbox:hover .featured-content,
.featured-icon-box.style3::before,
.featured-icon-box.style3::after {
    border-color:#2718d6 !important;
}

.ttm-processbox-wrapper .featured-content,
.ttm-processbox-wrapper .ttm-processbox .process-num {
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    -ms-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}

.bg-img1 {
    background-image: url(../images/row-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ttm-bg {
    position: relative;
}

.ttm-row {
    padding: 90px 0;
    padding-bottom: 90px;
}

.ttm-bgcolor-darkgrey>.ttm-bg-layer {
    background-color: #0b0c26;
    opacity: .87;
}

.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-bg-layer .ttm-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/* ===============================================
    7.Section-Title  
------------------------*/

.section-title {
    position: relative;
}

.section-title h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    margin-top: 5px;
}

.section-title h2.title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.section-title .title-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #687076;
}

.section-title .title-header {
    margin-bottom: 29px;
    position: relative;
}

.section-title.with-desc .title-header {
    margin-bottom: 90px;
}

.section-title.with-desc .title-header:before {
    width: 43px;
    bottom: -35px;
    height: 4px;
    left: 50%;
    margin-left: -21px;
    top: auto;
    position: absolute;
    content: '';
}

.section-title.text-left.with-desc .title-header:before {
    left: 0;
    margin-left: 0;
}

.section-title.style2 {
    margin-bottom: 35px;
}

.section-title.style2 .title-header {
    width: 45%;
    padding-right: 60px;
    margin-bottom: 0;
}

.section-title.style2 .title-header,
.section-title.style2 .title-desc {
    display: table-cell;
    vertical-align: middle;
}

.row-title h2.title {
    font-size: 54px;
    line-height: 70px;
    margin-bottom: 0px;
    padding: 0;
}


/* style3 */

.featured-icon-box.style3 {
    padding: 49px 25px 36px;
    position: relative;
    overflow: hidden;
    border: 2px dashed rgba(255, 255, 255, .1);
}

.featured-icon-box.style3:after,
.featured-icon-box.style3:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.55s, transform 0.55s;
}

.featured-icon-box.style3:after {
    border-left: 2px dashed;
    border-right: 2px dashed;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.featured-icon-box.style3:before {
    border-top: 2px dashed;
    border-bottom: 2px dashed;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.featured-icon-box.style3:hover:after,
.featured-icon-box.style3:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.featured-icon-box.style3:hover {
    border-color: transparent;
}

.ttm-icon.ttm-icon_element-size-lg i {
    font-size: 45px;
}

.featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox-team .featured-thumbnail img {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.featured-imagebox-team .featured-thumbnail img {
    transform-style: preserve-3d;
    display: inline-block;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.featured-imagebox-team:hover .featured-thumbnail img {
    transform: scale(1.05);
}

.featured-imagebox-team .featured-content-team,
.bg-light-blue {
    background-color: #f5faff;
}

.featured-imagebox-team .featured-content-team {
    text-align: center;
    z-index: 2;
    position: relative;
    padding: 23px 10px 10px;
}

.feature-10 .feature-10-desc {
    background-color: #fff;
    padding: 20px;
}

.feature-10 .feature-10-desc p {
    color: #808080;
    transition: all 0.5s;
}

.feature-10:hover .feature-10-desc {
    background-color:#2718d6 !important;
    color: #fff;
    transition: all 0.5s;
}

.feature-10:hover .feature-10-desc p {
    color: #fff;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .first-footer .widget-area:not(:last-child):before {
        position: absolute;
        content: '';
        height: 60%;
        right: 0;
        background-color: #e5eef7;
        width: 1px;
        top: 20%;
    }
    /* featured-icon-box */
    .featured-icon-box.iconalign-before-heading.style1 {
        border-right: 1px solid rgba(255, 255, 255, .15);
    }
    div.product.ttm-single-product-details div.summary {
        width: 57%;
    }
    div.product.ttm-single-product-details div.images {
        width: 40%;
    }
    .featured-icon-box.style2.without-icon:not(:last-child):before {
        content: "";
        height: 56%;
        width: 1px;
        background-color: #e8ecef;
        display: block;
        position: absolute;
        right: 0px;
        top: 22%;
    }
    .comment-list .reply {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}


/* ===============================================
    12.featured-icon-box ( only contents )
------------------------*/

.featured-icon-box {
    position: relative;
}

.featured-icon-box .ttm-icon {
    margin-bottom: 0px;
}

.featured-icon-box.top-icon .featured-content {
    padding-top: 14px;
}

.featured-icon-box .ttm-icon.ttm-icon_element-size-md {
    height: 42px;
    width: 42px;
    line-height: 42px;
}

.featured-icon-box .ttm-icon.ttm-icon_element-fill.ttm-icon_element-size-md {
    height: 72px;
    width: 72px;
    line-height: 72px;
}

.featured-icon-box.left-icon {
    display: table;
}

.featured-icon-box.left-icon .featured-icon:not(.ttm-icon_element-border),
.featured-icon-box.left-icon .featured-icon,
.featured-icon-box.left-icon .featured-content {
    display: table-cell;
    vertical-align: middle;
}

.featured-icon-box.style1 .featured-content .featured-title h5 {
    margin-bottom: 0;
}

.featured-icon-box.left-icon.icon-align-top .featured-icon {
    vertical-align: top;
    padding-top: 5px;
}

.featured-icon-box.left-icon .featured-content {
    padding-left: 12px;
}

.featured-title h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.featured-icon-box.iconalign-before-heading {
    padding: 20px 0;
}

.featured-icon-box.iconalign-before-heading .featured-content {
    display: table;
}

.featured-icon-box.iconalign-before-heading .ttm-icon.ttm-icon_element-size-md {
    height: auto;
    width: auto;
}

.featured-icon-box.iconalign-before-heading .featured-content .ttm-icon,
.featured-icon-box.iconalign-before-heading .featured-content .featured-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
}

.iconalign-before-heading-row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.featured-icon-box.iconalign-before-heading.style1 {
    padding: 0;
}

.featured-icon-box.iconalign-before-heading.style1 .ttm-icon.ttm-icon_element-size-lg {
    height: 45px;
    width: 45px;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.iconalign-before-heading-row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.mgm {
    border-radius: 7px;
    position: fixed;
    z-index: 90;
    bottom: 80px;
    left: 50px;
    background: #fff;
    padding: 10px 27px;
    max-width: 80%;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, .3);
}