/**
  * Name: Teliqon
  * Version : Bootstrap 5.3.3
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/

@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");

/**

  1. General
     - Variables
     - Extra-outer

  2. Spacing

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color

  4. Pre-loader

  5. SocialIcon / TooltipTop

  6. Slick_dots/arrows

  7. TopBar

  8. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - side-menu

  9. Footer
     - FirstFooter
     - SecondFooter

  10. GoTop BUtton

  11. Page-Title-Row

  12. Inner-Pages
      - single-lp_course
      - single_team-member
      - Classic_Blog
      - Single_Blog
      - Elements_page
      - Error_page
      - Map

**/

/* ===============================================
    General
------------------------*/

/** Variables **/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}
a,
button,
input {
    outline: none;
}
ol,
ul {
    padding: 0;
    margin: 0;
}
strong {
    font-weight: 600;
}
iframe {
    width: 100%;
    border: none;
    display: block;
}
p {
    margin: 0 0 15px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition:
        border linear 0.2s,
        box-shadow linear 0.2s;
    -moz-transition:
        border linear 0.2s,
        box-shadow linear 0.2s;
    -o-transition:
        border linear 0.2s,
        box-shadow linear 0.2s;
    transition:
        border linear 0.2s,
        box-shadow linear 0.2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 30px;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 12px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    padding-left: 18px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #ff7f50;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: searchfield;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: 0.5;
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde {
    color: #fff;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

body {
    font-family: "Muli", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #777a7c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Teko", sans-serif;
    margin-bottom: 15px;
    font-weight: 500;
    color: #262c31;
}
h1 {
    font-size: 60px;
    line-height: 70px;
}
h2 {
    font-size: 44px;
    line-height: 54px;
}
h3 {
    font-size: 34px;
    line-height: 44px;
}
h4 {
    font-size: 24px;
    line-height: 28px;
}
h5 {
    font-size: 20px;
    line-height: 25px;
}
h6 {
    font-size: 16px;
    line-height: 18px;
}

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main {
    padding: 0;
    background-color: #fff;
}
a {
    color: #262c31;
}

a,
img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a.end_button {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    position: relative;
    font-family: "Teko", sans-serif;
}
a.end_button span {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    background-color: inherit;
    margin-bottom: 8px;
    transition: all 0.4s;
    font-family: "Teko", sans-serif;
}
a.end_button:before,
a.end_button:after {
    position: absolute;
    content: "";
    left: 50%;
    right: 0;
    top: 20px;
    height: 1px;
    width: 30%;
    margin: 0 40px;
    background-color: #e4e4e4;
    transition: all 0.4s;
}
a.end_button:before {
    left: auto;
    right: 50%;
}

.box-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.box-shadow_2 {
    box-shadow: 0 -7px 12px 0 rgba(0, 0, 0, 0.08);
}

.container-fluid {
    padding: 0 15px;
}
.container {
    max-width: 1140px;
    padding: 0 15px;
}
.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.g-0 {
    margin-right: 0;
    margin-left: 0;
}
.g-0 > .col,
.g-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.alignleft {
    float: left;
    margin: 0.375em 1.45em 1.15em 0;
}
.alignright {
    float: right;
    margin: 0.375em 0 1.45em 1.15em;
}
.z-index_1 {
    z-index: -1;
}
.z-index-0 {
    z-index: 0;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}

/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.spacing-1 {
    padding: 36px 40px 21px;
    margin-top: -60px;
}
.spacing-2 {
    padding: 70px 40px 30px;
    margin-bottom: -150px;
}
.spacing-3 {
    padding: 40px 0 40px 35px;
    margin-bottom: -180px;
}
.spacing-4 {
    padding: 90px 0;
}
.spacing-5 {
    padding: 50px 40px 45px;
}
.spacing-6 {
    padding: 55px 40px 25px;
}
.spacing-7 {
    padding: 40px 110px 30px 0;
    margin-top: -75px;
}
.spacing-8 {
    padding: 85px 0px 71px 120px;
    margin-left: -90px;
    margin-top: -25px;
}
.spacing-9 {
    padding: 90px 0 60px 245px;
}
.spacing-10 {
    margin-right: -200px;
    margin-top: 90px;
}
.spacing-11 {
    padding: 0 0;
    margin-top: -160px;
}
.spacing-12 {
    padding: 60px 60px 0px 70px;
    margin-top: 40px;
    margin-left: -80px;
}
.spacing-13 {
    padding: 45px 50px 50px;
    margin-bottom: -360px;
}

.pr-5 {
    padding-right: 5px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-25 {
    padding-right: 25px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-35 {
    padding-right: 35px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-45 {
    padding-right: 45px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-55 {
    padding-right: 55px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pr-65 {
    padding-right: 65px !important;
}
.pr-70 {
    padding-right: 70px !important;
}
.pr-75 {
    padding-right: 75px !important;
}
.pr-80 {
    padding-right: 80px !important;
}
.pr-85 {
    padding-right: 85px !important;
}
.pr-90 {
    padding-right: 90px !important;
}
.pr-95 {
    padding-right: 95px !important;
}
.pr-100 {
    padding-right: 100px !important;
}

.pl-0 {
    padding-left: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-35 {
    padding-left: 35px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-45 {
    padding-left: 45px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-55 {
    padding-left: 55px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pl-65 {
    padding-left: 65px !important;
}
.pl-70 {
    padding-left: 70px !important;
}
.pl-75 {
    padding-left: 75px !important;
}
.pl-80 {
    padding-left: 80px !important;
}
.pl-85 {
    padding-left: 85px !important;
}
.pl-90 {
    padding-left: 90px !important;
}
.pl-95 {
    padding-left: 95px !important;
}
.pl-100 {
    padding-left: 100px !important;
}

.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-45 {
    padding-top: 45px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-55 {
    padding-top: 55px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-65 {
    padding-top: 65px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-100 {
    padding-top: 100px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-55 {
    padding-bottom: 55px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}

/** Margin **/
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-160 {
    margin-top: 160px !important;
}

.mt_5 {
    margin-top: -5px !important;
}
.mt_10 {
    margin-top: -10px !important;
}
.mt_15 {
    margin-top: -15px !important;
}
.mt_20 {
    margin-top: -20px !important;
}
.mt_25 {
    margin-top: -25px !important;
}
.mt_30 {
    margin-top: -30px !important;
}
.mt_40 {
    margin-top: -40px !important;
}
.mt_50 {
    margin-top: -50px !important;
}
.mt_60 {
    margin-top: -60px !important;
}
.mt_70 {
    margin-top: -70px !important;
}
.mt_80 {
    margin-top: -80px !important;
}
.mt_90 {
    margin-top: -90px !important;
}
.mt_100 {
    margin-top: -100px !important;
}
.mt_120 {
    margin-top: -120px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-65 {
    margin-bottom: 65px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}

.mb_5 {
    margin-bottom: -5px !important;
}
.mb_10 {
    margin-bottom: -10px !important;
}
.mb_15 {
    margin-bottom: -15px !important;
}
.mb_20 {
    margin-bottom: -20px !important;
}
.mb_25 {
    margin-bottom: -25px !important;
}
.mb_30 {
    margin-bottom: -30px !important;
}
.mb_50 {
    margin-bottom: -50px !important;
}
.mb_60 {
    margin-bottom: -60px !important;
}
.mb_70 {
    margin-bottom: -70px !important;
}
.mb_80 {
    margin-bottom: -80px !important;
}
.mb_90 {
    margin-bottom: -90px !important;
}
.mb_100 {
    margin-bottom: -100px !important;
}
.mb_120 {
    margin-bottom: -120px !important;
}
.mb_140 {
    margin-bottom: -140px !important;
}

.ml-0 {
    margin-left: 0px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.ml-100 {
    margin-left: 100px !important;
}
.ml-145 {
    margin-left: 145px !important;
}
.ml-160 {
    margin-left: 160px !important;
}

.ml_15 {
    margin-left: -15px !important;
}
.ml_30 {
    margin-left: -30px !important;
}
.ml_35 {
    margin-left: -35px !important;
}
.ml_40 {
    margin-left: -40px !important;
}
.ml_50 {
    margin-left: -50px !important;
}
.ml_60 {
    margin-left: -60px !important;
}
.ml_70 {
    margin-left: -70px !important;
}
.ml_80 {
    margin-left: -80px !important;
}
.ml_90 {
    margin-left: -90px !important;
}
.ml_100 {
    margin-left: -100px !important;
}
.ml_130 {
    margin-left: -130px !important;
}
.ml_150 {
    margin-left: -150px !important;
}

.mr-0 {
    margin-right: 0px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.mr-60 {
    margin-right: 60px !important;
}

.mr_15 {
    margin-right: -15px !important;
}
.mr_20 {
    margin-right: -20px !important;
}
.mr_25 {
    margin-right: -25px !important;
}
.mr_30 {
    margin-right: -30px !important;
}
.mr_40 {
    margin-right: -40px !important;
}
.mr_50 {
    margin-right: -50px !important;
}
.mr_60 {
    margin-right: -60px !important;
}
.mr_70 {
    margin-right: -70px !important;
}
.mr_80 {
    margin-right: -80px !important;
}
.mr_90 {
    margin-right: -90px !important;
}
.mr_100 {
    margin-right: -100px !important;
}
.mr_130 {
    margin-right: -130px !important;
}
.mr_150 {
    margin-right: -150px !important;
}

/* ===============================================
    Color
------------------------*/
/** 1.Skin-color **/
.ttm-textcolor-skincolor,
.ttm-textcolor-skincolor h1,
.ttm-textcolor-skincolor h2,
.ttm-textcolor-skincolor h3,
.ttm-textcolor-skincolor h4,
.ttm-textcolor-skincolor h5,
.ttm-textcolor-skincolor h6,
.ttm-textcolor-skincolor a,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h1,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h2,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h3,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h4,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h5,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h6,
.ttm-bgcolor-darkgrey a:hover,
.ttm-btn-color-skincolor,
.ttm-list-icon-color-skincolor li i,
.top_bar:not(.ttm-bgcolor-darkgrey) .social-icons li a:hover,
.top_bar:not(.ttm-bgcolor-darkgrey) .social-icons li a:hover i,
nav.main-menu ul.menu > li.active > a,
nav.main-menu ul.menu > li > a:hover,
nav.main-menu ul.menu li ul.mega-submenu li.active > a,
nav.main-menu ul.menu li ul.mega-submenu li:hover > a,
nav.main-menu ul.menu li ul.mega-submenu li a:before,
.ttm-header-style-03 #site-header-menu .site-navigation ul.menu > li.active > a,
.section-title h5,
.ttm-fid h4.ttm-fid-inner,
.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-grey,
.ttm-icon_element-fill.ttm-icon_element-color-grey i,
.ttm-btn-style-border.ttm-btn-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-icon_element-fill.ttm-icon_element-color-white i,
.ttm-icon_element-color-skincolor,
.ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i,
.ttm-bgcolor-darkgrey .ttm-icon_element-color-skincolor i,
a:hover,
.ttm-bgcolor-darkgrey a:hover,
.section-title h5,
.ttm-bgcolor-darkgrey .section-title h5,
.featured-icon-box.icon-align-before-heading:before,
.featured-icon-box.icon-align-before-heading:after,
.featured-imagebox-services.style2 .featured-content:before,
.featured-imagebox-services.style2 .featured-thumbnail:before,
.testimonials.style1 .testimonial-content i,
.ttm-p_table-head .ttm-p_table-amount,
.ttm-p_table-head .ttm-p_table-amount h4,
.ttm-bgcolor-darkgrey .ttm-fid-icon-wrapper i,
.widget.widget-nav-menu ul li.active a,
ul.widget_contact_wrapper li i,
.testimonials.style3 .testimonial-avatar .testimonial-img:after,
.ttm-blog-classic .post-meta .ttm-meta-line i,
.ttm-blog-single-content .post-meta .ttm-meta-line i {
    color: #ff7f50;
}

/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
nav.main-menu ul.menu > li > a:before,
.fbar-main .fbar-btn a,
.header_cart .button-cart .cart_count,
.ttm-header-style-03 #site-header-menu .site-navigation:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(
        .btn-inline
    ):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(
        .btn-inline
    ):hover:after,
a.end_button span,
.testimonials.style1:hover .testimonial-avatar::after,
.testimonials.style2 .testimonial-avatar::after,
.testimonials.style2 .testimonial-avatar::before,
.featured-imagebox-post.style1:hover .featured-content .post_box-footer a,
.featured-imagebox-post.style1 .post-meta:before,
.testimonials.style1 .testimonial-content i:before,
.footer .widget .widget-title:before,
.featured-imagebox-team.style1 .media-block a.media-btn:hover,
.featured-imagebox-team.style1 .media-block:hover a.media-btn,
.featured-imagebox-post.style2 .featured-content .post_box-footer a,
.featured-imagebox-team.style2 .media-block .social-icons li a:hover,
.ttm-tabs.ttm-tab-style-02 ul.tabs li:hover:before,
.ttm-tabs.ttm-tab-style-02 ul.tabs li.active:before,
.ttm-pricing-plan:before,
.ttm-pricing-plan:after,
.ttm-blog-classic .ttm-box-post-date,
.ttm-blog-single .ttm-box-post-date,
.sidebar .widget .widget-title:before,
.widget.widget-nav-menu ul li a:before,
.progress-bar.progress-bar-color-bar_skincolor,
.progress-bar.progress-bar-color-bar_dark .progress-bar-percent,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a.active,
.featured-imagebox-portfolio .ttm-media-link a,
.featured-icon-box.icon-align-before-content.style6 .featured-icon:after,
.sidebar .widget-title:before,
.featured-icon-box.icon-align-top-content.style5:before,
.featured-imagebox-procedure:hover .process-num,
.widget.widget-download ul li i,
.widget.widget-download ul li a:hover,
.widget .tagcloud a:hover,
.pagination-block .page-numbers.current,
.pagination-block .page-numbers:hover,
.social-icons.circle li > a:hover,
.slick_slider .slick-prev:hover,
.slick_slider .slick-next:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button:before,
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.slick_slider .slick-dots li.slick-active button,
#totop.top-visible,
.ttm-bgcolor-darkgrey .tooltip-bottom:after {
    background-color: #ff7f50;
}

/** Skin-border-color **/
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.featured-imagebox-team .featured-content:after,
.slick_slider.slick-dots-style1 li.slick-active button,
.author-block,
.ttm-tabs.tabs-style-01 ul.tabs li.active,
.tooltip:before,
[data-tooltip]:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor,
.featured-imagebox-procedure:hover .featured-thumbnail img,
.ttm-tabs.tabs-style-01 ul.tabs li.active,
.ttm-tabs.tabs-style-01 ul.tabs li:hover,
ul.tabs li.active a,
ul.tabs li:hover a,
.ttm-blog-single blockquote,
.social-icons.circle li > a:hover,
.widget .tagcloud a:hover,
.featured-imagebox-post.style1:hover .featured-content .post_box-footer a,
.featured-imagebox-team.style2 .media-block .social-icons li a:hover,
.featured-imagebox-procedure:hover .featured-thumbnail:after,
.featured-icon-box.icon-align-before-content.style7 .ttm-icon i {
    border-color: #ff7f50;
}
nav.main-menu li.mega-menu-item:hover > ul.mega-submenu,
nav.main-menu,
.ttm-bgcolor-darkgrey .tooltip-top:before,
.ttm-bgcolor-darkgrey .tooltip:before,
.ttm-bgcolor-grey .tooltip-top:before,
.ttm-bgcolor-grey .tooltip:before,
.header_search .header_search_content,
nav.main-menu,
nav.main-menu li.mega-menu-item:hover > ul.mega-submenu,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:after,
.featured-imagebox-post.style1:hover .featured-content .post_box-footer:before,
.ttm-blog-single blockquote,
.ttm-pricing-plan {
    border-top-color: #ff7f50 !important;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li.active,
.ttm-tabs.ttm-tab-style-01 ul.tabs li:hover,
.ttm-tabs.ttm-tab-style-01 ul.tabs li.active:before,
.ttm-bgcolor-darkgrey .tooltip-bottom:before,
.header_search #searchbox:before,
.ttm-pricing-plan:hover {
    border-bottom-color: #ff7f50;
}

/** 2.Darkgrey-color **/
.ttm-textcolor-darkgrey,
.ttm-textcolor-darkgrey h1,
.ttm-textcolor-darkgrey h2,
.ttm-textcolor-darkgrey h3,
.ttm-textcolor-darkgrey h4,
.ttm-textcolor-darkgrey h5,
.ttm-textcolor-darkgrey h6,
.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-bgcolor-skincolor .ttm-icon_element-fill.ttm-icon_element-color-grey,
.ttm-bgcolor-skincolor .ttm-icon_element-fill.ttm-icon_element-color-grey i,
.ttm-icon_element-color-darkgrey,
.ttm-textcolor-darkgrey i,
.ttm-icon_element-color-darkgrey:not(.ttm-icon_element-fill) i,
.ttm-btn-style-border.ttm-btn-color-dark,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor
    .row
    > [class*="col-"]
    :not(.ttm-bgcolor-white)
    a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor
    .row
    > [class*="col-"]
    :not(.ttm-bgcolor-white)
    a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover,
.ttm-bgcolor-darkgrey
    .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-bgcolor-skincolor .top_bar_contact_item a:hover,
.top_bar .social-icons li a:hover,
.top_bar .social-icons li a:hover i,
nav.main-menu ul.menu > li > a,
nav.main-menu .megamenu-content .title,
.ttm-progress-bar .progressbar-title,
.ttm-progress-bar .progress-bar-percent,
.featured-imagebox-team.style1 .media-block a.media-btn:hover,
.ttm-bgcolor-white.ttm-fid h4.ttm-fid-inner,
.ttm-toggle-title-bgcolor-white .toggle-title a,
.ttm-tabs.ttm-tab-style-02 ul.tabs li.active a,
.ttm-blog-single blockquote,
.pagination-block .page-numbers {
    color: #262c31;
}

/** DarkGrey-bg-color **/
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-skincolor .tooltip:after,
.ttm-bgcolor-skincolor [data-tooltip]:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.tooltip:after,
[data-tooltip]:after,
.ttm-bgcolor-grey .tooltip:after,
.ttm-bgcolor-grey [data-tooltip]:after,
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(
        .btn-inline
    ):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after,
.menubar-inner,
.menubar-inner:after,
.menubar-inner:before,
nav.main-menu ul.menu > li ul.mega-submenu li:before,
nav.main-menu ul.menu > li ul.mega-submenu .sub-menu li:before,
.ttm-header-style-overlay .ttm-stickable-header.fixed-header,
header.ttm-header-style-03 #site-header-menu .site-header-menu-inner,
.progress-bar.progress-bar-color-bar_dark,
.progress-bar.progress-bar-color-bar_skincolor .progress-bar-percent,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a.active,
footer.ttm-bgcolor-darkgrey
    .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(
        .btn-inline
    ):hover::after,
.featured-imagebox-post.style1 .featured-content .post_box-footer a:hover,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover,
.featured-imagebox-post.style2 .featured-content .post_box-footer a:hover,
.toggle.ttm-style-classic .toggle-title a.active,
.featured-imagebox-procedure .process-num,
.ttm-tabs.ttm-tab-style-02 ul.tabs li:after,
.slick_slider.slick-arrows-style1 .slick-arrow {
    background-color: #262c31;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before,
.featured-imagebox-post.style1 .featured-content .post_box-footer a:hover {
    border-color: #262c31;
}
.ttm-bgcolor-grey .tooltip-top:before,
.ttm-bgcolor-grey .tooltip:before,
.ttm-bgcolor-skincolor .tooltip-top:before,
.ttm-bgcolor-skincolor .tooltip:before,
.ttm-bgcolor-skincolor [data-tooltip]:before,
.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
    border-top-color: #262c31 !important;
}

/** 3.White-color **/
.ttm-textcolor-white,
.ttm-btn-color-white,
.ttm-icon_element-color-white,
.ttm-bgcolor-skincolor a,
.ttm-bgcolor-skincolor a:hover,
.ttm-textcolor-white a,
.ttm-bgcolor-darkgrey a,
.ttm-bgcolor-skincolor i,
.ttm-bgcolor-darkgrey i,
.ttm-textcolor-white h1,
.ttm-textcolor-white h2,
.ttm-textcolor-white h3,
.ttm-textcolor-white h4,
.ttm-textcolor-white h5,
.ttm-textcolor-white h6,
.ttm-bgcolor-skincolor h1,
.ttm-bgcolor-skincolor h2,
.ttm-bgcolor-skincolor h3,
.ttm-bgcolor-skincolor h4,
.ttm-bgcolor-skincolor h5,
.ttm-bgcolor-skincolor h6,
.ttm-bgcolor-darkgrey h1,
.ttm-bgcolor-darkgrey h2,
.ttm-bgcolor-darkgrey h3,
.ttm-bgcolor-darkgrey h4,
.ttm-bgcolor-darkgrey h5,
.ttm-bgcolor-darkgrey h6,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
.featured-imagebox-event .ttm-box-event-date,
.ttm-btn:not(.btn-inline):hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor
    .row
    > [class*="col-"]
    :not(.ttm-bgcolor-white)
    a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor
    .row
    > [class*="col-"]
    :not(.ttm-bgcolor-white)
    a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-bgcolor-skincolor nav.main-menu ul.menu > li > a,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a,
.featured-imagebox-post.style1:hover .featured-content .post_box-footer a,
footer.ttm-bgcolor-darkgrey
    .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-bgcolor-skincolor .inside h4,
.ttm-bgcolor-skincolor .inside h4 span,
.ttm-bgcolor-darkgrey .testimonials .testimonial-content blockquote,
.ttm-bgcolor-skincolor .testimonials .testimonial-content blockquote,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover,
.featured-imagebox-team.style2 .media-block .social-icons li a:hover,
.featured-imagebox-team.style1 .media-block a.media-btn:hover,
.featured-imagebox-team.style1 .media-block:hover a.media-btn,
.featured-icon-box.icon-align-before-content.style6:hover
    .featured-icon
    .ttm-icon
    i,
.featured-icon-box.icon-align-before-content.style6.active
    .featured-icon
    .ttm-icon
    i,
.toggle.ttm-style-classic .toggle-title a.active,
.ttm-bgcolor-darkgrey .ttm-fid h4.ttm-fid-inner,
.ttm-bgcolor-darkgrey .ttm-fid-title,
.ttm-bgcolor-skincolor .ttm-fid-title,
.ttm-blog-classic .ttm-box-post-date,
.ttm-blog-single .ttm-box-post-date,
.pagination-block .page-numbers.current,
.pagination-block .page-numbers:hover,
.widget.widget-download ul li a:hover,
.widget .tagcloud a:hover,
.social-icons.circle li > a:hover,
.slick_slider.slick-arrows-style1 .slick-arrow,
.slick_slider .slick-arrow:hover {
    color: #fff;
}

.ttm-bgcolor-skincolor p,
.ttm-bgcolor-darkgrey p,
.testimonials.style1 .testimonial-content blockquote,
.testimonials .testimonial-caption label,
.ttm-bgcolor-skincolor .ttm-progress-bar .progressbar-title,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progressbar-title,
.ttm-bgcolor-skincolor
    .testimonials.ttm-testimonial-box-view-style1
    .testimonial-content,
.ttm-bgcolor-darkgrey
    .testimonials.ttm-testimonial-box-view-style1
    .testimonial-content,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-skincolor .inside h3,
.ttm-bgcolor-darkgrey .inside h3 {
    color: #ffffff;
}

/** White-bg-color **/
.ttm-bgcolor-white,
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-header-style-03 .menubar .menubar-inner,
.ttm-header-style-03 .menubar .menubar-inner:after,
.ttm-header-style-03 .menubar .menubar-inner:before,
.ttm-bgcolor-darkgrey
    .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(
        .btn-inline
    ):hover::after,
.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):after,
.ttm-toggle-title-bgcolor-white .toggle-title a,
.ttm-toggle-title-bgcolor-white .toggle-content {
    background-color: #fff;
}

/** White-border-color **/
.ttm-bgcolor-darkgrey > .sep_holder .sep_line,
.ttm-bgcolor-skincolor > .sep_holder .sep_line,
.ttm-progress-bar .progress-bar-color-bar_white.progress-bar {
    border-color: rgba(255, 255, 255, 0.06);
}
.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey
    .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
    border-color: #fff;
}

/** 4.Grey-color **/
.ttm-bgcolor-grey,
.ttm-bgcolor-grey > .ttm-bg-layer,
.ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-btn-style-fill.ttm-btn-color-grey,
.ttm-icon_element-fill.ttm-icon_element-color-grey,
.ttm-toggle-title-bgcolor-grey .toggle-title,
.featured-imagebox-team.style1 .featured-content,
.featured-icon-box.icon-align-top-content.style5,
.wrap-form span.text-input input,
.wrap-form span.text-input select,
.wrap-form span.text-input textarea,
article.ttm-blog-classic .ttm-blog-classic-content,
.sidebar .widget.widget-search .input-text,
.widget .widget-title,
.sidebar .widget .widget-title,
.widget.widget-download ul li,
.ttm-blog-single blockquote,
.ttm-toggle-title-bgcolor-grey .toggle-content,
.pagination-block .page-numbers {
    background-color: #f5f5f5;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-grey {
    border-color: #f5f5f5;
}

/* ===============================================
    Pre-loader
------------------------*/
#preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
#status:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ff7f50; /* Orange from theme */
    border-bottom-color: #030349; /* Dark blue from theme */
    animation: spinner 1.5s linear infinite;
}
#status:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #ff7f50; /* Orange from theme */
    border-right-color: #030349; /* Dark blue from theme */
    animation: spinner 1s linear infinite reverse;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons {
    margin: 0;
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li {
    margin: 0 2px;
}
.social-icons li:last-child {
    margin-right: 0px;
}
.social-icons li a {
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li > a {
    border: 1px solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}

/* TooltipTop */
.tooltip,
[data-tooltip] {
    position: relative;
}
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-bottom:after {
    bottom: -65px;
    left: 0;
    margin-left: -42px !important;
}
.tooltip-bottom:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent !important;
}
.tooltip-bottom:before {
    bottom: -21px;
}
.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
    margin-left: -60px;
}
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}

/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide {
    border: 0;
    outline: 0;
}
.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}
.slick_slider.slick-dots-style1 .slick-dots,
.slick_slider.slick-dots-style2 .slick-dots,
.post-slide .owl-dots {
    padding: 0;
    margin: 0;
    margin-top: 45px;
    top: 100%;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li,
.slick_slider.slick-dots-style2 .slick-dots li {
    display: inline-block;
    list-style: none;
    line-height: 0;
    vertical-align: middle;
}
.slick_slider.slick-dots-style1 .slick-dots li button {
    height: 19px;
    width: 19px;
    border: 0;
    border-radius: 50%;
    position: relative;
    margin: 0 2px;
    padding: 0;
    font-size: 0;
    background-color: transparent;
}
.slick_slider.slick-dots-style1 .slick-dots li button:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 5px;
    width: 9px;
    height: 9px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #e2e9f1;
}
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button {
    margin: 0 7px;
}

.slick_slider.slick-dots-style2 .slick-dots {
    height: 30px;
    line-height: 30px;
}
.slick_slider.slick-dots-style2 .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 0;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    position: relative;
    margin: 0 4px;
    background-color: #e2e9f1;
}
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button {
    border-radius: 6px;
    height: 30px;
}
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button:before {
    content: unset;
}

.slick_slider .slick-arrow {
    width: 41px;
    height: 41px;
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}
.slick_slider.slick-arrows-style1 .slick-prev {
    left: -20px;
}
.slick_slider.slick-arrows-style1 .slick-next {
    right: -20px;
}

.slick_slider.slick-arrows-style2 .slick-next {
    right: auto;
    left: 50px;
    top: 90%;
}
.slick_slider.slick-arrows-style2 .slick-prev {
    left: 0;
    top: 90%;
}

.slick_slider .slick-prev:before,
.slick_slider .slick-next:before {
    font-family: "themify";
    font-size: 14px;
    line-height: 31px;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\e64a";
}
.slick_slider .slick-next:before {
    content: "\e649";
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 1;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.top_bar_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.top_bar_contact_item {
    font-size: 14px;
    line-height: 18px;
    margin-right: 30px;
    position: relative;
}
.top_bar_contact_item a {
    font-size: 18px;
    font-weight: 400;
    font-family: "Teko", sans-serif;
}
.top_bar_contact_item:last-child,
.top_bar_contact_item:nth-last-child(2) {
    margin-right: 22px;
}
.top_bar_contact_item:last-child {
    margin-right: 0;
}
.top_bar_contact_item:after {
    content: "";
    height: 17px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.28);
    display: block;
    position: absolute;
    left: -17px;
    top: 0;
}
.top_bar_contact_item:first-child:after {
    content: unset;
}
.top_bar .social-icons {
    padding: 0 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    border-right: 1px solid rgba(255, 255, 255, 0.28);
}
.top_bar .social-icons li {
    min-width: 28px;
    margin: 0;
    font-size: 13px;
    line-height: normal;
}
.top_bar .social-icons li a {
    min-width: auto;
    font-weight: normal;
}

.ttm-commonform.ttm-floatingbar-form .form-group {
    display: block;
    font-size: 13px;
    line-height: 14px;
    position: relative;
    margin-bottom: 20px;
}
.ttm-commonform.ttm-floatingbar-form .form-group i {
    position: absolute;
    left: 0;
    top: 11px;
    opacity: 0.9;
    font-size: 14px;
}
.ttm-commonform.ttm-floatingbar-form .form-group textarea {
    height: 78px;
}
.ttm-commonform.ttm-floatingbar-form .form-group input,
.ttm-commonform.ttm-floatingbar-form .form-group textarea {
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 5px;
    display: block;
    font-size: 16px;
    line-height: 26px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background-color: transparent;
}

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding img {
    max-height: 56px;
}
.site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* header_extra */
.header_extra > div {
    margin-left: 10px;
    position: relative;
}
.header_cart .button-cart {
    display: block;
    position: relative;
    text-align: center;
    margin-left: 7px;
    padding-left: 15px;
    padding-right: 7px;
    font-size: 16px;
    z-index: 1;
}
.header_cart .button-cart:before {
    display: block;
    content: "";
    position: absolute;
    height: 21px;
    width: 1px;
    left: -2px;
    top: 50%;
    margin-top: -11px;
    background-color: rgba(19, 29, 59, 0.11);
}
.header_cart .cart_count {
    position: absolute;
    bottom: 17px;
    right: 0;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 9px;
    color: #fff;
    display: block;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_btn a.ttm-btn {
    display: block;
    font-size: 17px;
    padding: 10px 28px 10px 28px;
    margin-left: 15px;
}

/* header_search */
.header_search #searchbox {
    position: relative;
}
.header_search .search_btn {
    position: relative;
    padding: 0;
    border: none;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    width: 40px;
    line-height: 33px;
    text-align: right;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eaeff5;
    border-radius: 0;
}
.ttm-header-style-02 .header_search,
.ttm-header-style-03 .header_search {
    margin-left: 0;
}
.ttm-header-style-02 .header_search .search_btn,
.ttm-header-style-03 .header_search .search_btn {
    position: relative;
    display: inline-block;
    z-index: 9;
    background-color: transparent;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eaeff5;
}
.header_search_content button.close-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 17px;
    padding: 0;
    color: inherit;
    background-color: transparent;
    box-shadow: unset;
}
.header_search_content button.close-search:hover {
    opacity: 1;
}
.header_search .header_search_content {
    position: absolute;
    top: 70px;
    right: 0;
    padding: 10px;
    opacity: 0;
    display: none;
    transition: all 0.6s ease-in;
    background-color: #fff;
    clear: both;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.1);
    border-radius: 0px 0px 25px 25px;
}
.header_search .header_search_content.on {
    display: block;
    opacity: 1;
    z-index: 2;
}
.header_search #search_query_top {
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    padding-left: 20px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    clear: both;
    min-width: 200px;
    font-family: "Teko", sans-serif;
}
.header_search input::placeholder {
    color: #262c31;
}

/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
}
.site-navigation nav.main-menu ul.menu > li > a {
    font-size: 19px;
    font-family: "Teko", sans-serif;
}
nav.main-menu ul.menu li ul.mega-submenu li:hover > a:not(.mega-menu-link) {
    margin-left: 14px;
}
nav.main-menu ul.menu li ul.mega-submenu li > a:not(.mega-menu-link):before {
    position: absolute;
    display: inline-block;
    content: "\f111";
    top: 16px;
    left: 0;
    font-family: "FontAwesome";
    font-size: 7px;
    font-weight: 700;
    opacity: 0;
    transition: all 500ms ease;
}
nav.main-menu ul.menu li ul.mega-submenu li:hover > a:before {
    left: 20px;
    opacity: 1;
}

/* .widget_info */
.widget_info {
    position: relative;
    padding: 15px 0;
}
.widget_info:not(:last-child) {
    padding-right: 70px;
}
.widget_info .widget_icon {
    font-size: 40px;
}
.widget_info .widget_content {
    margin-left: 14px;
    position: relative;
}
.widget_info:not(:last-child):after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #f4f4f4;
    display: block;
    position: absolute;
    right: 35px;
    top: 0px;
}
.widget_info .widget_title {
    font-size: 21px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5px;
}
.widget_info .widget_desc,
.widget_info .widget_desc a {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
}

/* ===============================================
    Footer
------------------------*/
.footer {
    position: relative;
    z-index: 1;
    background-image: url(../images/not-template/backgrounds/inner-pages.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.footer.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer {
    opacity: 0.7;
    background-color: #000000;
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-logo img {
    max-height: 52px;
}
.footer .widget .widget-title,
.widget .widget-title {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 36px;
    position: relative;
    background-color: transparent;
}
.footer .widget .widget-title:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 28px;
    height: 2px;
    display: block;
}
.footer .widget ul,
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .widget ul > li,
.widget ul > li {
    padding: 0 0 12px 0;
}
.footer.ttm-textcolor-white {
    color: #ffffff;
}

/* second-footer */
.second-footer {
    background-color: #262c31;
}
.second-footer.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer {
    opacity: 0.7;
    background-color: #000000;
    background-image: url(../images/not-template/backgrounds/inner-pages.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.second-footer .widget-area {
    margin: 70px 0 65px;
}
.second-footer > div > .row .widget-area .widget:not(:first-child) {
    margin-top: 20px;
}

/** widget_contact_wrapper **/
ul.widget_contact_wrapper li {
    position: relative;
    padding: 8px 0 15px 0 !important;
}
ul.widget_contact_wrapper li:last-child {
    padding-bottom: 0 !important;
}
ul.widget_contact_wrapper li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    min-width: 45px;
    font-weight: 400;
}
ul.widget_contact_wrapper li div {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}
ul.widget_contact_wrapper li div h6 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
}

/** ttm-recent-post-list **/
.footer .widget ul.ttm-recent-post-list > li {
    padding-bottom: 20px;
    padding-top: 5px;
}
.footer .widget ul.ttm-recent-post-list > li > a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
}
.footer .widget ul.ttm-recent-post-list > li img {
    display: block;
    width: 85px;
    height: 80px;
    float: left;
    margin-right: 18px;
}
.footer .widget ul.ttm-recent-post-list > li .post-date {
    display: block;
    font-size: 13px;
    line-height: 22px;
}
.footer .widget ul.ttm-recent-post-list > li .post-date i {
    margin-right: 5px;
}
.footer .widget ul.ttm-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/** menu-footer-services **/
.widget ul#menu-footer-services li a {
    padding-left: 20px;
}
.widget ul#menu-footer-services li a:before {
    position: absolute;
    font-family: "themify";
    content: "\e61a";
    top: 0px;
    left: 0;
    font-size: 13px;
}
.widget ul#menu-footer-services li {
    display: inline-block;
    width: calc(49% - 1px);
    float: none;
    font-size: 14px;
    padding: 0 0 8px 0;
    position: relative;
}

/* ttm_subscribe_form */
.ttm_subscribe_form {
    position: relative;
}
.ttm_subscribe_form input[type="email"] {
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 40px;
    font-size: 13px;
    outline: none;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 1);
}
.ttm_subscribe_form i {
    position: absolute;
    top: 16px;
    left: 20px;
    color: #6f6f6f;
    z-index: 9;
    font-size: 13px;
}
.ttm_subscribe_form input::placeholder {
    color: #6f6f6f;
}
.ttm_subscribe_form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 19px;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    width: 68px;
    color: #fff;
    padding: 0;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.bottom-footer-text {
    background-color: #1d2329;
    text-align: center;
}

/** Footer-nav-menu **/
.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 16px;
    font-size: 16px;
    padding-bottom: 0;
}
.footer-nav-menu li:last-child {
    padding-right: 0;
}
.footer-nav-menu li:first-child {
    padding-left: 0;
}
ul.footer-nav-menu li:not(:last-child):after {
    position: absolute;
    content: "|";
    padding-left: 7px;
}

/** copyright **/
.copyright {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 28px;
}
.copyright ul.list-inline {
    margin: 0;
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}
@keyframes jump {
    0% {
        bottom: 20px;
    }
    50% {
        bottom: 40px;
    }
    100% {
        bottom: 20px;
    }
}
#totop.top-visible {
    animation: jump 4s infinite;
}

/* ===============================================
    Page-Title-Row
------------------------*/
.ttm-page-title-row {
    background: url(../images/not-template/backgrounds/inner-pages.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.ttm-page-title-row-inner {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.ttm-page-title-row-inner .row {
    min-height: 224px;
    text-align: center;
    margin: 0;
}
.page-title-heading h2 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 1;
    margin-bottom: -8px;
}
.breadcrumb-wrapper {
    z-index: 99;
    text-align: center;
    padding: 14px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e4e4e4;
}
.breadcrumb-wrapper span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    position: relative;
}
.breadcrumb-wrapper span:first-child {
    padding-right: 20px;
}
.breadcrumb-wrapper span:first-child:after {
    position: absolute;
    content: "\e649";
    top: 7px;
    right: 7px;
    font-size: 10px;
    font-family: "themify";
    display: inline-block;
    font-style: normal;
}

/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  single_team-member
/*------------------------------------------------------------------------------*/
.ttm-team-member-single-content,
.ttm-team-member-single-list {
    position: relative;
    margin: 0;
}
.ttm-team-member-single-content-area {
    padding: 40px 40px 40px;
    margin-bottom: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.ttm-team-member-content .ttm-team-member-single-title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}
.ttm-team-member-single-position {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a,
.ttm-blog-single-content .ttm-social-links-wrapper ul li a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 14px;
    background-color: #f5f5f5;
}
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a:hover,
.ttm-blog-single-content .ttm-social-links-wrapper ul li a:hover {
    color: #fff;
}
.ttm-social-links-wrapper li.social-facebook a {
    color: #3b5998;
}
.ttm-social-links-wrapper li.social-twitter a {
    color: #1da1f2;
}
.ttm-social-links-wrapper li.social-pinterest a {
    color: #e70000;
}
.ttm-social-links-wrapper li.social-instagram a {
    color: #cf2aac;
}
.ttm-social-links-wrapper li.social-facebook a:hover {
    background-color: #3b5998;
}
.ttm-social-links-wrapper li.social-twitter a:hover {
    background-color: #1da1f2;
}
.ttm-social-links-wrapper li.social-pinterest a:hover {
    background-color: #e70000;
}
.ttm-social-links-wrapper li.social-instagram a:hover {
    background-color: #cf2aac;
}

.ttm-team-member-single-content-wrapper .ttm-team-data {
    border-top: 1px solid #f2f2f2;
    padding-top: 35px;
    margin-top: 25px;
}
.ttm-team-member-single-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.ttm-team-details-list li {
    position: relative;
    padding: 9px 0 8px 0;
    display: block;
}
.ttm-team-details-list .ttm-team-list-title {
    margin-right: 3px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.ttm-team-details-list .ttm-team-list-title,
.ttm-team-details-list .ttm-team-list-value {
    display: inline-block;
}
.ttm-team-member-single-content h3,
.ttm-team-member-content-about h3,
.expertise-section h3,
.cta-form-section h3 {
    font-size: 30px;
}

/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.ttm-blog-classic {
    margin-bottom: 50px;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.4s;
    box-shadow: 0px 0 8px 0px rgba(146, 140, 140, 0.08);
}
article.ttm-blog-classic:last-child {
    margin-bottom: 15px;
}
article.ttm-blog-classic:hover {
    box-shadow: 0px 10px 20px 0px rgba(146, 140, 140, 0.3);
}
article.ttm-blog-classic,
.post-featured-wrapper {
    position: relative;
}
article.ttm-blog-classic .ttm-post-featured-wrapper,
.ttm-post-featured-wrapper {
    position: relative;
}
article.ttm-blog-classic .ttm-blog-classic-content {
    padding: 35px 30px;
    z-index: 1;
    position: relative;
}
.ttm-blog-classic .post-meta,
.ttm-blog-single-content .post-meta {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e4e4e4;
}
.ttm-blog-classic .post-meta .ttm-meta-line,
.ttm-blog-single-content .post-meta .ttm-meta-line {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.ttm-blog-classic .post-meta .ttm-meta-line:last-child {
    padding-right: 0;
}
.ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after,
.ttm-blog-single-content .post-meta .ttm-meta-line:not(:last-child):after {
    position: absolute;
    background-color: #e4e4e4;
    display: inline-block;
    content: "";
    width: 1px;
    height: 15px;
    vertical-align: middle;
    margin: 0 10px;
    top: 0;
}
.ttm-blog-classic .post-meta .ttm-meta-line i,
.ttm-blog-single-content .post-meta .ttm-meta-line i {
    padding-right: 7px;
    font-size: 13px;
}
.ttm-blog-classic .entry-header .entry-title {
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 4px;
}
.ttm-blog-classic .ttm-blogbox-desc-footer {
    padding-top: 15px;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}
.ttm-blog-classic .ttm-box-post-date,
.ttm-blog-single .ttm-box-post-date {
    position: absolute;
    right: 20px;
    bottom: -25px;
    height: 60px;
    width: 60px;
    border-radius: 3px;
    font-weight: 500;
    text-align: center;
    z-index: 4;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Teko", sans-serif;
}
.ttm-blog-classic .ttm-box-post-date .entry-date,
.ttm-blog-single .ttm-box-post-date .entry-date {
    font-size: 23px;
    line-height: 10px;
}
.ttm-blog-classic .ttm-box-post-date .entry-month,
.ttm-blog-single .ttm-box-post-date .entry-month {
    font-size: 18px;
    font-weight: 400;
    display: block;
}

/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.ttm-blog-single-content h3 {
    font-size: 30px;
    line-height: 1;
    padding-top: 10px;
}
.ttm-blog-single-content .post-meta {
    display: block;
}
.ttm-blog-single-content .post-meta {
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 14px;
}
.ttm-blog-single-content .post-meta .ttm-meta-line {
    font-size: 15px;
}
.ttm-blog-single blockquote {
    display: block;
    padding: 30px 45px 35px;
    position: relative;
    border: none;
    text-align: center;
    font-weight: 400;
    margin: 35px 0 35px 0;
    font-size: 24px;
    line-height: 34px;
    font-family: "Teko", sans-serif;
    border-top: 5px solid;
}
.ttm-blog-single blockquote:after {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 120px;
    line-height: 120px;
    font-weight: 400;
    position: absolute;
    left: 90px;
    top: -15px;
    opacity: 0.06;
    font-style: normal;
    display: block;
}
.ttm-blog-single blockquote cite {
    font-size: 20px;
    line-height: 1;
    font-style: normal;
    display: block;
}

.ttm-blog-single .ttm-blogbox-desc-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid #e8ecef;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8ecef;
}
.ttm-blog-single .ttm-blogbox-desc-media .ttm-tags-links a {
    padding: 6px 17px;
    background-color: #f4f6f9;
    font-size: 14px;
    display: inline-block;
    margin: 4px 0 4px 4px;
}
.ttm-blog-single .ttm-blogbox-desc-media .ttm-tags-links a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

/*blog-comment*/
.comments-area {
    padding-top: 40px;
    margin-bottom: 0;
}
.comments-area h2 {
    font-size: 34px;
    line-height: 35px;
    margin-bottom: 15px;
}
.comment-list li {
    position: relative;
    margin-top: 30px;
}
.comments-area ol.comment-list {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.comment-list .children {
    margin-left: 115px;
    border-top: 1px solid #eee;
}
.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}
.single-post .comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}
.single-post .comments-area .comments-title {
    font-size: 33px;
    font-weight: 600;
}
.comment-body {
    margin-left: 100px;
    margin-top: 35px;
    margin-bottom: 30px;
    position: relative;
}
.comment-author {
    float: left;
    text-align: center;
    width: 80px;
    height: 80px;
    display: block;
    overflow: hidden;
    margin-left: -100px;
}
.comment-author img {
    max-width: 100%;
    height: auto;
}
h3.comment-reply-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 10px;
}
.comment-notes {
    font-size: 15px;
    font-style: italic;
}
.comment-meta,
.reply {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.comment-body .author-content-wrap p {
    margin-bottom: 0;
}
.reply {
    float: right;
}
.comment-meta,
.comment-meta span {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
}
.comment-meta .ttm-comment-owner h5,
.ttm-comment-owner {
    display: block;
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
    font-style: normal;
}
.single article.post .comment-body p {
    margin-top: 10px;
}
#respond .comment-reply-title {
    margin: 0 0 20px !important;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    background-color: transparent;
    border-radius: 0;
    border-radius: 0;
    text-indent: 0;
    font-style: italic;
}
.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}

/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404 {
    background-image: url(../images/not-template/backgrounds/inner-pages.jpg);
    background-color: rgba(0, 0, 0, 0.7);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.page-header {
    margin: 30px 0 15px;
    border-bottom: 1px solid #e4e4e4;
}
section.error-404 {
    padding: 140px 0;
    text-align: center;
}
section.error-404 .ttm-big-icon {
    font-size: 140px;
}
section.error-404 h1 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 100%;
}
section.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
#map.map_1 {
    display: block;
    height: 630px;
    width: 100%;
}
#map.map_2 {
    display: block;
    height: 515px;
    width: 100%;
}
#map iframe {
    height: 100%;
    width: 100%;
}

:root {
    --primary-color: #030349; /* Dark blue for primary text */
    --secondary-color: #ff7f50; /* Orange for highlights/buttons */
    --background-color: #fffaec; /* Light cream background */
    --text-color: #333; /* Default text color */
    --white-color: #fff; /* White */
    --grey-color: #f5f5f5; /* Light grey */
}

/* Override the skin color (previously green) with orange */
.ttm-textcolor-skincolor,
.ttm-textcolor-skincolor h1,
.ttm-textcolor-skincolor h2,
.ttm-textcolor-skincolor h3,
.ttm-textcolor-skincolor h4,
.ttm-textcolor-skincolor h5,
.ttm-textcolor-skincolor h6,
.ttm-textcolor-skincolor a,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h1,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h2,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h3,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h4,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h5,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h6,
.ttm-bgcolor-darkgrey a:hover,
.ttm-btn-color-skincolor,
.ttm-list-icon-color-skincolor li i,
.top_bar:not(.ttm-bgcolor-darkgrey) .social-icons li a:hover,
.top_bar:not(.ttm-bgcolor-darkgrey) .social-icons li a:hover i,
nav.main-menu ul.menu > li.active > a,
nav.main-menu ul.menu > li > a:hover,
nav.main-menu ul.menu li ul.mega-submenu li.active > a,
nav.main-menu ul.menu li ul.mega-submenu li:hover > a,
nav.main-menu ul.menu li ul.mega-submenu li a:before,
.ttm-header-style-03 #site-header-menu .site-navigation ul.menu > li.active > a,
.section-title h5,
.ttm-fid h4.ttm-fid-inner,
.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-grey,
.ttm-icon_element-fill.ttm-icon_element-color-grey i,
.ttm-btn-style-border.ttm-btn-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-icon_element-fill.ttm-icon_element-color-white i,
.ttm-icon_element-color-skincolor,
.ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i,
.ttm-bgcolor-darkgrey .ttm-icon_element-color-skincolor i,
a:hover,
.ttm-bgcolor-darkgrey a:hover,
.section-title h5,
.ttm-bgcolor-darkgrey .section-title h5,
.featured-icon-box.icon-align-before-heading:before,
.featured-icon-box.icon-align-before-heading:after,
.featured-imagebox-services.style2 .featured-content:before,
.featured-imagebox-services.style2 .featured-thumbnail:before,
.testimonials.style1 .testimonial-content i,
.ttm-p_table-head .ttm-p_table-amount,
.ttm-p_table-head .ttm-p_table-amount h4,
.ttm-bgcolor-darkgrey .ttm-fid-icon-wrapper i,
.widget.widget-nav-menu ul li.active a,
ul.widget_contact_wrapper li i,
.testimonials.style3 .testimonial-avatar .testimonial-img:after,
.ttm-blog-classic .post-meta .ttm-meta-line i,
.ttm-blog-single-content .post-meta .ttm-meta-line i {
    color: #ff7f50;
}

/* Update skincolor background to orange */
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
nav.main-menu ul.menu > li > a:before,
.fbar-main .fbar-btn a,
.header_cart .button-cart .cart_count,
.ttm-header-style-03 #site-header-menu .site-navigation:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(
        .btn-inline
    ):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(
        .btn-inline
    ):hover:after,
a.end_button span,
.testimonials.style1:hover .testimonial-avatar::after,
.testimonials.style2 .testimonial-avatar::after,
.testimonials.style2 .testimonial-avatar::before,
.featured-imagebox-post.style1:hover .featured-content .post_box-footer a,
.featured-imagebox-post.style1 .post-meta:before,
.testimonials.style1 .testimonial-content i:before,
.footer .widget .widget-title:before,
.featured-imagebox-team.style1 .media-block a.media-btn:hover,
.featured-imagebox-team.style1 .media-block:hover a.media-btn,
.featured-imagebox-post.style2 .featured-content .post_box-footer a,
.featured-imagebox-team.style2 .media-block .social-icons li a:hover,
.ttm-tabs.ttm-tab-style-02 ul.tabs li:hover:before,
.ttm-tabs.ttm-tab-style-02 ul.tabs li.active:before,
.ttm-pricing-plan:before,
.ttm-pricing-plan:after,
.ttm-blog-classic .ttm-box-post-date,
.ttm-blog-single .ttm-box-post-date,
.sidebar .widget .widget-title:before,
.widget.widget-nav-menu ul li a:before,
.progress-bar.progress-bar-color-bar_skincolor,
.progress-bar.progress-bar-color-bar_dark .progress-bar-percent,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a.active,
.featured-imagebox-portfolio .ttm-media-link a,
.featured-icon-box.icon-align-before-content.style6 .featured-icon:after,
.sidebar .widget-title:before,
.featured-icon-box.icon-align-top-content.style5:before,
.featured-imagebox-procedure:hover .process-num,
.widget.widget-download ul li i,
.widget.widget-download ul li a:hover,
.widget .tagcloud a:hover,
.pagination-block .page-numbers.current,
.pagination-block .page-numbers:hover,
.social-icons.circle li > a:hover,
.slick_slider .slick-prev:hover,
.slick_slider .slick-next:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button:before,
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.slick_slider .slick-dots li.slick-active button,
#totop.top-visible,
.ttm-bgcolor-darkgrey .tooltip-bottom:after {
    background-color: #ff7f50;
}

/* Update border color to orange */
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.featured-imagebox-team .featured-content:after,
.slick_slider.slick-dots-style1 li.slick-active button,
.author-block,
.ttm-tabs.tabs-style-01 ul.tabs li.active,
.tooltip:before,
[data-tooltip]:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor,
.featured-imagebox-procedure:hover .featured-thumbnail img,
.ttm-tabs.tabs-style-01 ul.tabs li.active,
.ttm-tabs.tabs-style-01 ul.tabs li:hover,
ul.tabs li.active a,
ul.tabs li:hover a,
.ttm-blog-single blockquote,
.social-icons.circle li > a:hover,
.widget .tagcloud a:hover,
.featured-imagebox-post.style1:hover .featured-content .post_box-footer a,
.featured-imagebox-team.style2 .media-block .social-icons li a:hover,
.featured-imagebox-procedure:hover .featured-thumbnail:after,
.featured-icon-box.icon-align-before-content.style7 .ttm-icon i {
    border-color: #ff7f50;
}

/* Update background color */
body,
.ttm-bgcolor-grey,
.ttm-bgcolor-grey > .ttm-bg-layer {
    background-color: #fffaec;
}

/* Update dark color to dark blue */
.ttm-textcolor-darkgrey,
.ttm-textcolor-darkgrey h1,
.ttm-textcolor-darkgrey h2,
.ttm-textcolor-darkgrey h3,
.ttm-textcolor-darkgrey h4,
.ttm-textcolor-darkgrey h5,
.ttm-textcolor-darkgrey h6,
.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-bgcolor-skincolor .ttm-icon_element-fill.ttm-icon_element-color-grey,
.ttm-bgcolor-skincolor .ttm-icon_element-fill.ttm-icon_element-color-grey i,
.ttm-icon_element-color-darkgrey,
.ttm-textcolor-darkgrey i,
.ttm-icon_element-color-darkgrey:not(.ttm-icon_element-fill) i,
h1,
h2,
h3,
h4,
h5,
h6,
body .page.sidebar-true .site-main {
    color: #030349;
}

/* Update darkgrey backgrounds to dark blue */
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-skincolor .tooltip:after,
.ttm-bgcolor-skincolor [data-tooltip]:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.tooltip:after,
[data-tooltip]:after,
.ttm-bgcolor-grey .tooltip:after,
.ttm-bgcolor-grey [data-tooltip]:after,
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.menubar-inner,
.menubar-inner:after,
.menubar-inner:before,
nav.main-menu ul.menu > li ul.mega-submenu li:before,
nav.main-menu ul.menu > li ul.mega-submenu .sub-menu li:before,
.ttm-header-style-overlay .ttm-stickable-header.fixed-header,
header.ttm-header-style-03 #site-header-menu .site-header-menu-inner,
.progress-bar.progress-bar-color-bar_dark,
.progress-bar.progress-bar-color-bar_skincolor .progress-bar-percent,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a.active,
footer.ttm-bgcolor-darkgrey
    .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(
        .btn-inline
    ):hover::after,
.featured-imagebox-post.style1 .featured-content .post_box-footer a:hover,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover,
.featured-imagebox-post.style2 .featured-content .post_box-footer a:hover,
.toggle.ttm-style-classic .toggle-title a.active,
.featured-imagebox-procedure .process-num,
.ttm-tabs.ttm-tab-style-02 ul.tabs li:after,
.slick_slider.slick-arrows-style1 .slick-arrow {
    background-color: #030349;
}

/* Update to WhatsApp Chat Bubble styling */
.whatsapp-chat-bubble {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-chat-bubble:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.whatsapp-chat-bubble i {
    font-size: 36px;
    color: white;
}

.whatsapp-chat-container {
    position: fixed;
    bottom: 160px;
    right: 20px;
    width: 360px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 999;
    overflow: hidden;
    display: none;
    transition: all 0.3s ease;
}

.whatsapp-chat-header {
    background-color: #075e54;
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
}

.whatsapp-chat-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.whatsapp-chat-header-info h5 {
    margin: 0;
    font-size: 16px;
    color: white !important;
}

.whatsapp-chat-header-info p {
    margin: 0;
    font-size: 12px;
    opacity: 0.8;
    color: rgba(255, 255, 255, 0.8) !important;
}

.whatsapp-chat-body {
    padding: 15px;
    min-height: 400px;
    overflow-y: auto;
    background-color: #e5ddd5;
}

.whatsapp-chat-message {
    background-color: #dcf8c6;
    padding: 10px 15px;
    border-radius: 7px 7px 7px 0;
    margin-bottom: 10px;
    max-width: 85%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.whatsapp-chat-message p {
    margin: 0;
    font-size: 14px;
    color: #303030 !important;
}

.whatsapp-chat-footer {
    padding: 10px 15px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    background-color: white;
}

.whatsapp-chat-footer input {
    flex: 1;
    border: none;
    outline: none;
    border-radius: 20px;
    padding: 10px 15px;
    background-color: #f0f0f0;
    font-size: 14px;
}

.whatsapp-chat-footer button {
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

.whatsapp-chat-footer button:hover {
    background-color: #128c7e;
}

.whatsapp-chat-container.show-chat {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ensure the WhatsApp icon appears on top of other elements */
#totop {
    z-index: 99;
}

::selection {
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}
::-moz-selection {
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}


.section-industries {
    padding-top: 150px !important; /* Increase top padding to avoid overlap */
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

/* Add a more attractive style to the industry boxes */
.industry-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid transparent;
}

.industry-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #ff7f50;
}

.industry-icon {
    color: #ff7f50;
    transition: all 0.3s ease;
}

.industry-box:hover .industry-icon {
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .section-industries {
        padding-top: 80px !important;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .section-industries {
        padding-top: 60px !important;
        margin-top: 20px;
    }
}

.cta-section {
    position: relative;
    padding: 80px 0;
    z-index: 1;
    overflow: hidden;
}

.cta-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 127, 80, 0.9);
    z-index: -1;
}

.cta-section:after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: -1;
}

.cta-content-box {
    position: relative;
    z-index: 2;
    padding: 30px;
}

.cta-icon {
    color: #fff;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

.cta-section h2.title {
    color: #fff !important;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 18px;
    line-height: 28px;
    max-width: 800px;
    margin: 0 auto;
}

.cta-btn-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 24px;
}

/* Primary button (dark) */
.cta-section .ttm-btn.ttm-btn-color-dark {
    background-color: #030349;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid #030349;
}

.cta-section .ttm-btn.ttm-btn-color-dark:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    color: #030349;
    border-color: #fff;
}

/* Secondary button (white outline) */
.cta-section .ttm-btn.ttm-btn-style-border.ttm-btn-color-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.cta-section .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover {
    background-color: #fff;
    color: #ff7f50;
}

.cta-section .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover i {
    color: #ff7f50; /* Keep the icon visible on hover */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
        margin-top: 50px;
    }

    .cta-section h2.title {
        font-size: 32px;
        line-height: 40px;
    }

    .cta-section p {
        font-size: 16px;
        line-height: 24px;
    }

    .cta-btn-group {
        flex-direction: column;
        align-items: center;
    }
}



/* Adjust the address display in footer */
ul.widget_contact_wrapper li:last-child div {
    /* Allow for more vertical space */
    line-height: 1.4;
    padding-right: 10px; /* Add some padding on the right */
}

/* Make the address display in a more compact way */
ul.widget_contact_wrapper li:last-child div h6 {
    margin-bottom: 5px; /* Add a bit of space after the "Address:" label */
}

/* Optionally decrease font size slightly for address only */
ul.widget_contact_wrapper li:last-child div {
    font-size: 14px;
}

/* Adjust spacing for all contact items in footer */
ul.widget_contact_wrapper li {
    margin-bottom: 15px; /* Add more vertical spacing between items */
    display: flex;
    align-items: flex-start; /* Align to top instead of center for multiline items */
}

/* Ensure the icon aligns with the top of the text for multiline items */
ul.widget_contact_wrapper li i {
    padding-top: 3px;
}

/* Industry section with equal horizontal and vertical spacing */
.industries-section {
    padding: 80px 0;
}

/* Create equal spacing between all boxes */
.industries-section .row {
    margin-left: -20px;
    margin-right: -20px;
    row-gap: 40px; /* Match the horizontal gap */
}

/* Set consistent column spacing */
.industries-section .col-lg-6 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0; /* Remove bottom margin since we're using row-gap */
}

/* Remove the mb-5 class effect from the original HTML */
.industries-section .mb-5 {
    margin-bottom: 0 !important;
}

.industry-box {
    padding: 35px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Internal spacing remains the same */
.industry-icon {
    font-size: 50px;
    color: #ff7f50;
    margin-bottom: 25px;
}

.industry-title {
    margin-bottom: 20px !important;
}

.industry-title h3 {
    font-size: 28px;
    margin-bottom: 0;
}

.industry-box p,
.industry-features,
.industry-highlight,
.industry-stats {
    margin-bottom: 25px !important;
}

.industry-features {
    list-style: none;
    padding: 0;
}

.industry-features li {
    padding: 8px 0 8px 30px;
    position: relative;
}

.industry-features li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 8px;
    color: #ff7f50;
}

.industry-highlight {
    background-color: #f8f9fa;
    border-left: 3px solid #ff7f50;
    padding: 15px;
    border-radius: 0 5px 5px 0;
}

.industry-stats {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.stat-item {
    padding: 10px;
    flex: 1;
}

.stat-value {
    font-size: 28px;
    font-weight: 600;
    color: #ff7f50;
    font-family: "Teko", sans-serif;
}

.stat-label {
    font-size: 14px;
    color: #777;
}

.industry-cta {
    margin-top: auto;
    padding-top: 10px;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .industry-box {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .industries-section {
        padding: 60px 0;
    }

    .industries-section .row {
        row-gap: 30px;
    }

    .industry-stats {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .industries-section {
        padding: 40px 0;
    }

    .industries-section .row {
        row-gap: 20px;
    }

    .industry-box {
        padding: 25px;
    }
}
