/** fonts **/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

/** Variables **/

:root {
    --skin-color: #33d687;
    --dark-grey-color: #2a334e;
    --dark-color: #000000;
    --body-fonts-color: #8d8d8d;
    --grey-color: #f5f5f5;
    --white-color: #fff;
    --body-fonts: 'Inter', sans-serif ;
    --title-fonts: 'Inter', sans-serif ;
    --heading-fonts: 'Saira Semi Condensed', sans-serif ;

}

::-moz-selection {
    background: var(--skin-color);
    color: var(--white-color);
    text-shadow: none;
}

::-moz-selection {
    background: var(--skin-color);
    color: var(--white-color);
    text-shadow: none;
}

::selection {
    background: var(--skin-color);
    color: var(--white-color);
    text-shadow: none;
}

body {
    font-family: var(--body-fonts);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: var(--body-fonts-color);
}

img {
    border: none;
    max-width: 100%;
    margin: 0;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-fonts);
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--dark-grey-color);
}

h1 {
    font-size: 28px;
    line-height: 32px
}

h2 {
    font-size: 26px;
    line-height: 40px
}

h3 {
    font-size: 33px;
    line-height: 43px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 15px;
    line-height: 20px
}

h6 {
    font-size: 13px;
    line-height: 18px
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    color: var(--skin-color);
    text-decoration: none;
    font-family: var(--heading-fonts);
}
.ttm-bgcolor-darkgrey p {
    color: rgba(255, 255, 255, 0.60);
}

strong {
    font-weight: 800;
}

.fw-600 { font-weight: 600; }
.text-capitalize { text-transform: capitalize; }
.text-uppercase { text-transform: uppercase; }

.container {
    max-width: 1700px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.box-shadow1 {
    -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .1);
    -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .1);
    box-shadow: 0 0 15px 0 rgba(40, 61, 88, .1);
}

/*==========================================================================
       section
    ==========================================================================*/
.pt-200 {
    padding-top: 200px;
}
.p-15 { 
    padding: 15px;
}
.p-20 { 
    padding: 20px;
}
.p-50 {
    padding: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mb-35 {
    margin-bottom: 35px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}
.pl-50 { 
    padding-left: 50px;
}
.pr-50 {
    padding-right: 50px;
}
.ml-50 {
    margin-left: 50px;
}
.mr-50 { 
    margin-right: 50px;
}

.ml_57 { margin-left: -57px; }
.ml_100 { margin-left: -100px; }

.mr_135 {
    margin-right: -135px;
}

.mt_185{margin-top: -185px;}
.mt_280 {margin-top: -240px;}
.ml_50 { margin-left: -50px; }
.mr_50 { margin-right: -50px; }

/*==========================================================================
       row bg image
    ==========================================================================*/
.bg-img1 {
    background-image: url(../images/row-bgimage-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-img2 {
    background-image: url(../images/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.ttm-bg-layer, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .97;
}

.ttm-bgcolor-skincolor > .ttm-bg-layer {
    background-color: #33d687;
}

.side-buttons {
    position: fixed;
    top: calc(50% - 24px);
    right: 0px;
    z-index: 11;
}

.side-buttons a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #33d687;
    border-radius: 3px 0px 0px 3px;
    color: #fff;
    position: relative;
    z-index: 11;
    margin: 2px 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px;
}

/*==========================================================================
       helper-class
    ==========================================================================*/
.site-header-menu .container-fluid {
    padding: 0px 50px;
}

.inner-page-section .container-fluid {
    padding: 0px
}

.page {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.ttm-row {
    padding: 80px 0px;
    position: relative;
}
.ttm-row.padding-zero-section {
    padding: 0px 0px 50px 0;
}

.ttm-row.features-section {
    padding: 90px 0 70px;
}

.homepage-style-section {
    padding: 0 0 80px;
}
.ttm-row.advance-features-section {
    padding: 0;
}

.buttons {
    margin-top: 50px;
}

.buttons a {
    margin: 0 10px;
}

.ttm-textcolor-white, .ttm-bgcolor-darkgrey .section-title h2.title {
    color: #fff !important;
}

.ttm-textcolor-grey, .ttm-btn-color-skincolor:hover {
    color: #f5f5f5;
}

.ttm-textcolor-skincolor, .ttm-btn-color-skincolor {
    color: #33d687;
}

.ttm-bgcolor-white {
    background-color: #fff;
}

.ttm-bgcolor-skincolor {
    background-color: var(--skin-color);
}

.ttm-bgcolor-grey {
    background-color: var(--grey-color);
}

.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey > .ttm-bg-layer {
    background-color: var(--dark-grey-color);
}

.ttm-bgcolor-darkgrey .section-title h3 {
    color: var(--skin-color);
}

.ttm-bg-layer, .ttm-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.ttm-col-bgimage-yes .ttm-bg-layer-inner, .ttm-bg.ttm-bgimage-yes>.ttm-row-wrapper-bg-layer.ttm-bg-layer {
    opacity: .90;
}

.ttm-bg {
    position: relative;
}

.bg-layer .row > [class*='col-'] {
    padding: 0;
}

.bg-layer .row {
    margin: 0;
}

/* ===============================================
    8.Buttons
------------------------*/
.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 15px 30px 15px 30px;
    background: transparent;
    border: 2px solid var(--dark-grey-color);
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.ttm-btn i {
    transition: ease-in-out 0.5s;
    font-size: 18px;
    line-height: 18px;
}

.ttm-btn:hover i {
    webkit-animation: tfLeftToRight 0.5s forwards;
    -moz-animation: tfLeftToRight 0.5s forwards;
    animation: tfLeftToRight 0.5s forwards;
}

@-webkit-keyframes tfLeftToRight {
    49% {
        -webkit-transform: translateX(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(100%);
    }

    50% {
        opacity: 0;
        transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}

.ttm-btn.ttm-icon-btn-left {
    padding-left: 22px;
    transition: unset;
}

.ttm-btn.ttm-icon-btn-right {
    padding-right: 22px;
    transition: unset;
}

.ttm-btn.ttm-icon-btn-right i {
    right: 2px;
}

.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey {
    color: var(--dark-grey-color);
}

.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover {
    background-color: var(--dark-grey-color) !important;
    border-color: var(--dark-grey-color);
    color: var(--white-color);
}

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor {
    background-color: transparent;
    color: var(--white-color);
}

.ttm-btn:hover.btn-inline.ttm-btn-color-skincolor {
    background-color: transparent;
    color: var(--dark-grey-color);
}

.rev-btn.ttm-btn.ttm-btn-style-fill:hover {
    background-color: transparent;
    border-color: currentColor;
}

.rev-btn.ttm-btn.ttm-btn-style-fill:before {
    position: unset;
    background-color: transparent;
}

/** btn-with-icon **/
.ttm-btn i {
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    margin-left: 10px;
    transition: .4s;
}

.ttm-btn.ttm-icon-btn-right i {
    text-align: right;
    margin-left: 10px;
    margin-right: 0;
}

.ttm-btn.ttm-icon-btn-left i {
    text-align: left;
    margin-right: 10px;
    margin-left: 0;
}

/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs {
    font-size: 11px;
    padding: 8px 20px;
}

.ttm-btn.ttm-btn-size-xs i {
    font-size: 10px;
    line-height: 11px;
}

.ttm-btn.ttm-icon-btn-right.ttm-btn-size-xs i {
    text-align: right;
    margin-left: 6px;
    margin-right: 0;
}

.ttm-btn.ttm-icon-btn-left.ttm-btn-size-xs i {
    text-align: left;
    margin-right: 6px;
    margin-left: 0;
}

/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm {
    font-size: 13px;
    padding: 15px 20px;
}

.ttm-btn.ttm-btn-size-sm i {
    font-size: 13px;
    line-height: 14px;
}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md {
    font-size: 15px;
    padding: 13px 30px 13px 30px;
}

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 35px;
}

.ttm-btn.ttm-btn-size-lg i {
    font-size: 18px;
    line-height: 18px;
}

/** btn-shape **/
.ttm-btn.ttm-btn-shape-round {
    border-radius: 2em;
}

.ttm-btn.ttm-btn-shape-rounded {
    border-radius: 3px;
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

/** btn-style-border **/
.ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 2px solid currentColor;
}

.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

/** btn-inline **/
.ttm-btn.btn-inline {
    text-transform: capitalize;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.ttm-btn.btn-inline i {
    display: inline-block;
    vertical-align: middle;
    transition: 0s;
}

.ttm-btn.btn-inline.ttm-icon-btn-right i {
    margin-left: 7px;
    transition: ease-in-out 0.5s;
    font-size: 18px;
    line-height: 18px;
}

.ttm-btn.btn-inline:hover i {
    margin-left: 7px !important;
    webkit-animation: tfLeftToRight 0.5s forwards;
    -moz-animation: tfLeftToRight 0.5s forwards;
    animation: tfLeftToRight 0.5s forwards;
}

@-webkit-keyframes tfLeftToRight {
    49% {
        -webkit-transform: translateX(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(100%);
    }

    50% {
        opacity: 0;
        transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}

.ttm-btn.btn-inline.ttm-icon-btn-left i {
    margin-right: 7px;
    transition: ease-in-out .5s;
}

.ttm-btn-style-fill.ttm-btn-color-skincolor {
    background-color: var(--skin-color);
    color: var(--white-color);
}

.ttm-btn-style-fill.ttm-btn-color-skincolor:hover {
    background-color: var(--white-color);
    color: var(--dark-grey-color);
}

.ttm-bgcolor-skincolor p {
    color: rgba(255, 255, 255, .75);
}

.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-skincolor .section-title h5 {
    color: #fff;
}

ul.list-unstyled li {
    position: relative;
    font-size: 16px;
    padding-bottom: 9px;
}

ul.list-unstyled li i {
    position: absolute;
    left: 0;
    top: 5px;
}

ul.list-unstyled li .tm-list-li-content {
    display: inline-block;
    padding-left: 28px;
}

.tm-construction-text.rs-layer span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #33d687;
}

/* ===============================================
    7.Section-Title  
------------------------*/
.section-title {
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}

.section-title h3 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 9px;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    color: var(--skin-color);
}

.section-title h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-family: 'Saira Semi Condensed', sans-serif;
}

.section-title h2.title span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    color: var(--skin-color);
}

.section-title .title-header {
    position: relative;
    padding-left: 28px;
    margin-bottom: 30px;
}

.section-title .title-header:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    background-color: var(--skin-color);
    top: 0;
}

.section-title.title-style-center_text .title-header { padding-left: 0; }
.section-title.title-style-center_text .title-header:after {
    content: unset;
}

.section-title .title-desc p {
    padding-bottom: 15px;
    margin: 0;
}

.section-title h4.title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
}

.section-title.title-style-center_text {
    text-align: center;
}

.section-title.title-style-center_text .title-desc p {
    margin-bottom: 15px;
    width: 55%;
    margin: 0 auto;
}



/**/
.ttm-fontstyle1 {
    position: relative;
}

.ttm-fontstyle1:after {
    content: '';
    position: absolute;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 129px;
    height: 9px;
}

.ttm-fontstyle1 h2 {
    font-family: Futura BT;
    font-style: italic;
    font-weight: 500;
    color: var(--white-color);
    font-size: 26px;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
}

.ttm-textcolor-drakgrey {
    color: var(--dark-grey-color) !important;
}

/*==========================================================================
       header
    ==========================================================================*/
.site-branding {
    display: block;
    z-index: 1;
    position: relative;
    text-align: center;
}

.site-header-menu .ttm-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px 12px 20px;
}

.site-branding img {
    max-height: 47px;
}

.ttm-menu-toggle input[type=checkbox] {
    display: none;
}

.ttm-menu-toggle {
    float: right;
}

#site-header-menu #site-navigation .menu > ul > li:hover > a, #site-header-menu #site-navigation .menu ul li.current a {
    color: #33d687;
}

.header_contact:after {
    content: "";
    height: 100%;
    width: 5000px;
    background-color: var(--skin-color);
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.header_contact .ttm-icon-box.style1 {
    position: relative;
}

.header_contact .ttm-icon-box.style1 .ttm-icon {
    height: 50px;
    width: 50px;
    font-size: 22px;
    line-height: 51px;
    margin-left: -40px;
    text-align: center;
    display: block;
    color: #0c2d62;
    font-weight: 400;
    background-color: #fff;
    border-radius: 50%;
}

.header_contact .ttm-icon-box.style1 .ttm-icon-box-content {
    padding-left: 20px;
    text-align: left;
}

.header_contact .ttm-icon-box.style1 .ttm-icon-box-content h6 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: inherit;
    margin-bottom: 0;
}

.header_contact .ttm-icon-box.style1 .ttm-icon-box-content h5 a {
    color: #0c2d62;
    line-height: 23px;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 700;
}

.header_contact .ttm-icon-box.style1 .ttm-icon-box-content h5 a:hover {
    color: #fff;
}



/*==========================================================================
       footer
    ==========================================================================*/
footer {
    
}
footer .footer-logo {
    margin-bottom: 25px;
}
footer .footer-content h2 {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 43px;
    line-height: 56px;
    color: #fff !important;
}

footer .footer-content h2 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 800;
    display: inline-block;
    color: var(--skin-color);
}

footer p {
    color: #fff;
    margin-bottom: 30px;
}

footer .footer-img.ttm-left-img {
    position: absolute;
    top: 15%;
    left: -25px;
    right: -25px;
    width: 28%;
}

footer .footer-img.ttm-right-img {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: -15px;
    width: 28%;
}

footer .footer-img {
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
    font-weight: 900;
    color: var(--dark-grey-color);
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 37px;
    border-radius: 0;
    background-color: var(--skin-color);
}

#totop.top-visible {
    height: 45px;
    width: 45px;
    font-size: 22px;
    display: inline;
}

.spacing-1 {
    padding: 0px 0 0 20px;
}

.spacing-2 {
    padding: 15px 65px 0px 0px;
}
.mt-15 {
    margin-top: 15px !important; 
}
.mb-15 {
    margin-bottom: 15px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt_75 {
    margin-top: -75px !important;
}

.mt_100 {
    margin-top: -100px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

/* ttm-list-style-icon */
.ttm-list.ttm-list-style-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.ttm-list.ttm-list-style-icon li {
    position: relative;
    padding-bottom: 11px;
}

.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #33d687;
}

.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 20px;
    font-weight: 400;
}

.features-section .col-md-4 {
    display: flex;
    flex-direction: column;
}

.row-equal .col-lg-4 {
    overflow: hidden;
    display: -webkit-box;
}

.fea-box .ttm-icon, .fea-box .fea-box-content {
    display: table-cell;
    vertical-align: top;
}

.fea-box {
    margin: 5px 0 25px 0;
    background: #fff;
    width: 100%;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0 10px 0 rgba(43, 52, 59, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(43, 52, 59, .1);
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, .1);
    transition-duration: .3s;
}

.fea-box i {
    display: block;
    font-size: 42px;
    color: #33d687;
    margin-top: 5px;
    margin-right: 20px;
}

.fea-box h3 {
    font-size: 20px;
    line-height: 25px;
    position: relative;
    margin-bottom: 6px;
}

.fea-box .ttm-icon i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.fea-box:hover .ttm-icon i {
    -webkit-transform: scale(1.05) rotate(0deg);
    transform: scale(1.05) rotate(0deg);
}

.ttm-icon-box.style2 {
    position: relative;
    padding: 20px 15px 20px 15px;
    margin-top: -50px;
    z-index: 2;
}

.ttm-icon-box.style2 .img-1 {
    max-width: 70px;
    margin-bottom: 5px;
}

.ttm-icon-box.style2 .ttm-icon {
    position: relative;
}

.ttm-icon-box.style2 .ttm-icon-box-content {
    padding-left: 20px;
    position: relative;
}

.ttm-icon-box.style2 .ttm-icon-box-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    color: #0c2d62;
}

.ttm-icon-box.style3 {
    padding: 45px 30px 34px 30px;
    margin: 15px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .5s cubic-bezier(.24, .74, .58, 1);
    transition: .5s cubic-bezier(.24, .74, .58, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
}

.ttm-icon-box.style3:hover {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.ttm-icon-box.style3 .ttm-icon-box-content {
    padding-top: 20px;
}

.ttm-icon-box.style3 .ttm-icon-box-content h3 {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    margin-bottom: 10px;
}

/* ===============================================
    Bg-Layer 
------------------------*/
.ttm-bg {
    position: relative;
}

.ttm-col-bgimage-yes {
    z-index: 1;
}

.bg-layer-equal-height .ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
}

.ttm-bg-layer, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer, .ttm-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.ttm-left-span > .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}

.ttm-right-span > .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -500px;
    right: 0;
}

.layer-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.bg-layer {
    position: relative;
}

.bg-layer > .container > .row {
    margin: 0;
}

.bg-layer > .container, .bg-layer > .container-fluid {
    padding: 0;
}

.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .88;
}

.ttm-bgcolor-white.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bgcolor-white.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .94;
}

/* ===============================================
    header
------------------------*/
#site-header-menu #site-navigation .menu > ul {
    margin: 0px;
    padding: 0px;
}

#site-header-menu #site-navigation .menu > ul > li {
    display: inline-block;
    position: relative;
}

#site-header-menu #site-navigation .menu > ul > li > a {
    display: inline-block;
    margin: 0px;
    padding: 0px 20px 0px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    height: 80px;
    line-height: 80px !important;
    color: #fff;
}

#site-header-menu #site-navigation .menu > ul > li:hover > a {
    color: #33d687;
}

.icon-block {
    padding-left: 40px;
    position: relative;
}

.icon-block:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    left: 20px;
    top: 45%;
    background-color: rgba(255, 255, 255, .08);
}

@media (max-width:1199px) {

    .res-1199-m-0 { margin: 0; }
    .res-1199-p-0 { padding: 0; }
    .res-1199-mt-0 { margin-top: 0 !important ; }
    .res-1199-mt-50 { 
        margin-top: 50px !important; 
    }
    .res-1199-m-0 {
        margin: 0 !important;
    }
    .res-1199-ml-0 {
        margin-left: 0 !important;
    }


    .header_contact {
        display: none;
    }
    .ttm-header-wrap {
        width: auto;
        display: block;
        position: relative;
    }
    .site-branding {
        padding: 15px 0;
        text-align: left;
    }

    .site-header-menu-inner.ttm-stickable-header {
        width: auto;
        display: block;
        position: relative !important;
    }

    .site-header-menu .container-fluid {
        padding: 0 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    .ttm-menu-toggle input[type=checkbox] {
        display: none;
    }

    .ttm-menu-toggle {
        position: absolute;
        height: 30px;
        width: 30px;
        top: 30px;
        right: 0;
        cursor: pointer;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 0;
        right: 15px;
        margin: 0;
    }

    .ttm-menu-toggle label span {
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #fff;
    }

    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -12px;
    }

    #site-header-menu #site-navigation .menu > ul > li {
        display: block;
        position: relative;
    }

    #site-header-menu #site-navigation .menu > ul > li > a {
        color: var(--body-fonts-color);
        display: block;
        margin: 0px !important;
        text-decoration: none;
        line-height: 10px !important;
        height: auto;
        font-weight: 500;
        font-size: 16px;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul, #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }

    #site-header-menu #site-navigation .menu.active {
        max-height: 55em;
        display: block;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }

    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    #site-navigation .menu {
        position: absolute;
        padding: 10px 20px;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        border-top: 3px solid var(--skin-color);
        z-index: 100;
        top: 100%;
        left: 15px;
        right: 15px;
        list-style: none;
        background-color: #fff;
        margin: 0;
    }

    #site-navigation .menu > ul li:not(:last-child) {
        border-bottom: 1px solid rgba(80, 87, 103, 0.15);
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
        position: absolute;
        right: 15px;
        font-size: 16px;
        opacity: .8;
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 19px;
        margin-left: 4px;
        margin-top: 3px;
    }

    #site-header-menu #site-navigation .menu ul li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        height: auto;
        text-align: left;
        line-height: 18px;
        font-weight: 500;
        font-size: 14px;
    }
    .horizontal-sep { display: none; }

}

@media (min-width:1200px) {

    .site-branding {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding: 16px 50px 16px 0px;
        margin-right: 30px;
    }

    .ttm-stickable-header-w {
        position: absolute;
        z-index: 21;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        background-color: rgba(0, 23, 59, 0.7);
        z-index: 12;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    #site-header-menu .ttm-stickable-header.fixed-header  #site-navigation,
    #site-header-menu .ttm-stickable-header.fixed-header #site-navigation .menu > ul > li > a {
        height: 70px !important;
        line-height: 70px !important;
    }

    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .ttm-stickable-header.fixed-header {
        z-index: 111;
        background-color: var(--dark-grey-color);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    }

    #site-header-menu #site-navigation {
        position: relative;
    }

    #site-header-menu #site-navigation .menu {
        float: right;
    }

    #site-header-menu #site-navigation .menu {
        position: relative;
    }

    #site-header-menu #site-navigation .menu > ul {
        margin: 0px;
        padding: 0px;
    }

    #site-header-menu #site-navigation .menu > ul > li {
        display: inline-block;
        position: relative;
    }

    #site-header-menu #site-navigation .menu > ul > li:hover {
        color: var(--skin-color);
    }

    #site-header-menu #site-navigation .menu > ul > li {
        height: 80px;
        line-height: 80px;
    }

    #site-header-menu #site-navigation .menu > ul > li > a {
        display: block;
        position: relative;
        z-index: 1;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 14px;
    }

    #site-header-menu #site-navigation .menu > ul > li:hover > a {
        color: var(--skin-color);
    }

}


@media (max-width:991px) {

    .container { 
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .p-50 {
        padding: 30px 15px 0;
    }
    .res-991-mt-50 { 
        margin-top: 50px !important; 
    }
    .res-991-mt-0 { 
        margin-top: 0px !important; 
    }

    .res-991-m-0 {
        margin: 0 !important;
    }
    .res-991-ml-0 {
        margin-left: 0 !important;
    }

    .container-fluid {
        padding: 0px 15px;
    }

    .section-title h2.title {
        font-size: 28px;
        line-height: 36px;
    }

    .ttm-row {
        padding: 60px 0;
    }
    .homepage-style-section {padding: 50px 0 0px !important;}
    .ttm-row.features-section {
        padding: 60px 0 35px;
    }

    .ttm-row.header-style-section {
        padding: 60 0 60px;
    }

    .ttm-row.advance-features-section {
        padding-bottom: 0;
    }
    .spacing-1 {
        padding: 50px 0 0px 0px;
    }

    .spacing-2 {
        padding: 50px 0px 30px;
    }

    .owl-carousel .owl-item .ttm-thumb-box {
        height: 380px;
    }

    footer .footer-content h2 {
        font-size: 35px;
        line-height: 53px;
    }

    footer {
        padding: 40px 0 60px!important;
    }

    .res-991-mt-3 {
        margin-top: 30px !important;
    }

    .res-991-mb-3 {
        margin-bottom: 30px !important;
    }

    footer .footer-img.ttm-left-img ,
    footer .footer-img.ttm-right-img {
        position: unset;
        text-align: center;
        width: 100%;
   }


}

@media (max-width:777px) { 
    .homepage-style-section { 
        padding: 50px 0 0; 
    }
    .ttm-thumbbox-headerinner { 
        margin-top: 0 !important ; 
    } 
}

@media (max-width:767px) {
    .site-header-menu-inner .ttm-btn {
        display: none;
    }

    .res-767-pt-0 {
        padding-top: 0 !important;
    }

    .star-div {
        width: 30%;
    }

    footer .footer-content h2 {
        font-size: 30px;
        line-height: 44px;
    } 

}

@media (max-width:575px) {
    .container { 
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.shakeimage {
    z-index: 1111;
    position: relative;
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}

.tada-img {
    z-index: 1111;
    position: relative;
    -webkit-animation: bounce 24s linear infinite;
    -moz-animation: bounce 24s linear infinite;
    -o-animation: bounce 24s linear infinite;
    animation: bounce 24s linear infinite;
}

.shakeimage.two, .tada-img.two {
    animation-delay: 2s;
}

/*** Color Switcher Style
==================================================================== ***/
.ttm_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
   opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}
.featured-imagebox { 
    position: relative;
    padding: 15px;
}
.featured-imagebox .featured-title { margin-top: 20px; }
.featured-imagebox .featured-title h3 {
    font-size: 21px;
    line-height: 24px;
}
.featured-imagebox .featured-desc p { font-size: 15px; line-height: 26px; margin-bottom: 0;}
.horizontal-sep { width: 100%; height: 1px; background-color: #e5e5e5; } 

ul.ttm-list.style2 { margin: 0; padding: 0; }
ul.ttm-list.style2 li { 
    position: relative;
    width: 225px;
    display: inline-block;
    font-size: 16px; 
    line-height: 26px; 
    font-weight: 500;
    padding-left: 20px;
    color: var(--white-color);
}
ul.ttm-list.style2 li i { position: absolute; left: 0px ; top: 5px; }

.header-style-section img { box-shadow: 0 1px 13px 0 rgb(0 10 41 / 4%); }

/*** Color Switcher Style
==================================================================== ***/
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
   opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}