

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


:root {
  --base-bodyfont: 'Poppins', sans-serif;
  --base-bodyfont-color: #505050;    
  --base-skin: #416bf5;
  --base-dark: #000000;
  --base-grey: #f3f4f9;
  --base-white: #ffffff; 
  --base-headingfont: 'Poppins', sans-serif;   
  --base-headingfont-color: #000000;
}

body {
    font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: var(--base-bodyfont-color);
}
.prt-thumb-box{
    display: block;
    margin: 0 0;
    position: relative;
    transition: all 0.5s ease-out;
}
.prt-thumb-box .prt-thumb-box-inner:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffa800;
    opacity: 0;
    z-index: -1;
    border-radius: 10px;
    transform: translate(0, 0);
    transition: all 0.5s ease 0s;
}
.prt-thumb-box:hover .prt-thumb-box-inner:before{
    opacity: 1;
    transform: translate(6px, 6px);
}
.prt-thumb-box.prt-thumb-box-1 {
    margin: 50px 0 0 0;
}
.prt-thumb-box-main {
    padding: 0 25px;
}
.prt-thumb-box-main,
.prt-thumb-box-main-1{
    position: relative;
}
.prt-thumb-box .prt-thumb-box-inner{
    overflow: visible;
    position: relative;
    z-index: 0;
}
.prt-thumb-box-inner.filter img {
    filter: blur(3px);
}
.prt-thumb-box-main-1 .prt-thumb-box img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
}
.prt-thumbbox-features {
    padding: 40px 10px;
    background-color: #f5f5f5;
    margin-top: 58px;
    text-align: center;
}
.prt-thumbbox-features h2{
    font-size: 30px;
    line-height: 40px;
}
.box-btn a:before{
    position: absolute;
    content: '\e62a';
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    font-family: themify;
    background-color: #000;
    color: var(--base-white);
    border-radius: 50px;
    text-align: center;
}
img {
    border: none;
    max-width:100%;
    margin: 0;
    z-index: 1; 
}
h1, h2, h3, h4, h5, h6 { 
    font-family: var(--base-headingfont); 
    margin-bottom: 10px; 
    font-weight: 500; 
    color : var(--base-dark);
}
h1 { font-size: 60px; line-height: 70px; }
h2 { font-size: 48px; line-height: 58px; }
h3 { font-size: 20px; line-height: 30px; }
h4 { font-size: 17px; line-height: 27px; }
h5 { font-size: 16px; line-height: 26px; }
h6 { font-size: 15px; line-height: 25px; }
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(--base-dark);text-decoration: none;}
a:hover{ color: var(--base-skin);}
strong {
    font-weight: 600;
}
.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{
        padding: 0 15px;
}

a,.site-branding,.site-branding img,
#site-header-menu #site-navigation .menu ul{
    -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;
}
.site-branding a{
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.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);
}
.prt-horizontal_sep {
    border-top: 1px solid #e7e7e7;
    display: block;
    position: relative;
}
.footer_customheading {
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 32px;
    color:var(--base-white);
}
.footer_customheading div {
    display: inline-block;
}
.footer_customheading div span{
    color:var(--base-skin);
}
.overflow-hidden{
    overflow: hidden;
}
::selection {
    background: var(--base-skin);
    color: var(--base-white);
    text-shadow: none;
}

/*==========================================================================
       section
    ==========================================================================*/
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-35{margin-top: 35px;}
.mt-45{margin-top: 45px;}
.ml_80{margin-left: -80px;}
.mt_90{margin-top: -90px;}
.mb-15{margin-bottom: 15px!important;}
.mb-20{margin-bottom: 20px!important;}
.mb-25{margin-bottom: 25px!important;}

/*==========================================================================
       helper-class
    ==========================================================================*/
.page{ overflow: hidden; }
.container-fluid.zero-padding { padding: 0; }
.container-fluid.fullwide{ padding: 0px 100px; }
.container-fluid.fullwide-2{ padding: 0px 150px; }
.inner-page-section .container-fluid{ padding: 0px }
.prt-row { position: relative; padding: 100px 0px; }
.prt-row.info-section { padding: 86px 0 100px; }
.prt-row.demos-section { padding: 86px 0 100px; }
.prt-row.pages-section { padding: 86px 0 100px; }
.prt-row.features-section-1 { padding: 85px 0 0px; }
.prt-row.features-section-2 { padding: 86px 0 100px; }
.prt-row.details-section { padding: 0; }
.prt-row.details-section-2 { padding: 0; }


.bold-text { font-weight: 700; }


span.underline {
    position: relative;
}
span.underline:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: 0;
    background: var(--base-skin);
    left: 0;
    z-index: -1;
}
.prt-content-header h3{
    font-family: var(--base-headingfont);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    color: var(--base-dark);
}
.prt-content-header h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--base-dark);
}

/* ===============================================
    buttons
------------------------*/

.button {
  display: inline-block;  
  color: var(--base-dark);
  text-transform: uppercase;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid;
  border-color: var(--base-dark);
  padding: 16px 32px 18px;
  font-family: var(--base-bodyfont);
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  transition: background-color .3s, color .3s, border-color .3s;
}

.button:hover {
  color: var(--base-white);
  background-color: var(--base-skin);
  border-color: var(--base-skin);
}

.button.white-border {
  color: var(--base-white);
  border-color: var(--base-white);
}

.button.white-border:hover {
  background-color: var(--base-skin);
  border-color: var(--base-skin) !important;
}

.button.style2 {
  padding-left: 63px;
  padding-right: 63px;
}

.button.bg-skin {
  color: var(--base-white);
  background-color: var(--base-skin);
  border-color: var(--base-skin);
}

.button.bg-skin:hover {
  background-color: transparent;
  border-color: var(--base-white) !important;
}

/* ===============================================
    colors
------------------------*/
    .text-base-skin { color: var(--base-skin); }
    .text-base-white { color: var(--base-white); }
    .text-base-dark { color: var(--base-dark); }
    .text-base-grey { color: var(--base-grey); }

    .bg-base-skin { background-color: var(--base-skin); }
    .bg-base-white { background-color: var(--base-white); }
    .bg-base-dark { background-color: var(--base-dark); }
    .bg-base-grey { background-color: var(--base-grey); }
    .bg-base-dark-2 { background-color: #111010; }


/* ===============================================
    7.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 50px;
}
.title-style-center_text{text-align: center;}
.section-title h2.title{
    font-size: 54px;
    line-height: 66px;
    font-weight: 500;
    font-family: var(--base-headingfont);
    margin-bottom: 0px;
}
.section-title h2 .title-heading-skin{color: var(--base-skin);}
.section-title h3{
    font-family: var(--base-headingfont);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    color: var(--base-dark);
}

.title-desc p { margin-bottom: 0px; }

.section-title.white-text h3 ,
.section-title.white-text h2.title { color: var(--base-white); }
.section-title.white-text .title-desc p { color: rgba(255, 255, 255, 0.70); }

.section-img {
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: 1;
}


/* ===============================================
    sep_holder
------------------------*/
.prt-horizontal_sep {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    display: block;
    position: relative;
}
.prt-bgcolor-darkgrey .prt-horizontal_sep{
    border-top-color: rgba(255,255,255,0.08);
}
.prt-bgcolor-white .prt-horizontal_sep{
    border-top-color: #f1f1f1;
}
.prt-bgcolor-darkgrey .border,
.prt-bgcolor-darkgrey .border-top,
.prt-bgcolor-darkgrey .border-left,
.prt-bgcolor-darkgrey .border-bottom,
.prt-bgcolor-darkgrey .border-right,
.prt-bgcolor-skincolor .border,
.prt-bgcolor-skincolor .border-top,
.prt-bgcolor-skincolor .border-left,
.prt-bgcolor-skincolor .border-bottom,
.prt-bgcolor-skincolor .border-right{
    border-color: rgba(255,255,255,0.04) !important;
}

.prt-vertical_sep > [class*='col-']:not(:last-child):before{
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 30px;
    width: 1px;
    background-color: rgb(160 162 166 / 30%);
}
.prt-vertical_sep.style1 > [class*='col-']:not(:last-child):before{
    background-color: rgba(255,255,255,0.5);
}
.row.no-gutters.prt-vertical_sep > [class*='col-']:not(:last-child):before{ right: 0; }
.prt-bgcolor-darkgrey .prt-vertical_sep > [class*='col-']:not(:last-child):before,
.prt-bgcolor-skincolor .prt-vertical_sep > [class*='col-']:not(:last-child):before {
    background-color: rgba(255,255,255,0.2);
}
.prt_single_image-wrapper {
    padding: 0;
}
.details-section .prt_single_image-wrapper {
    padding: 0 0 0 56px;
}
/*==========================================================================
       header
    ==========================================================================*/
.prt-stickable-header-w {
    width: 100%;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.site-branding {
    display: block;
    z-index: 1;
    position: relative;
    text-align: center;
}
.site-branding h1{
    margin-bottom: 0;
    margin-top: -10px;
}
.prt-stickable-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: var(--base-dark);
    padding: 0 100px;
}

.site-branding img {max-height: 50px;}
.prt-menu-toggle input[type=checkbox] {display: none;}
.prt-menu-toggle {float: right;}
#site-header-menu #site-navigation .menu ul li.current a {color: var(--base-skin);}

.prt-stickable-header.fixed-header {
    z-index: 111;
    background-color: var(--base-dark);
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 8%);
}


/*==========================================================================
       footer
    ==========================================================================*/
footer{ 
    padding: 161px 0 162px;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 0;
}

.footer-content .section-title { margin-bottom: 43px; }

.footer-content .section-title h2.title {
    font-size: 60px;
    line-height: 78px;
    font-weight: 500;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    margin-bottom: 0px;
}

.footer-content .section-title .title-desc p {
    color: rgba(255, 255, 255, 0.52);
    margin-top: 22px;
    margin-bottom: 0;
}

.footer-content .footer-image-block { margin-bottom: 20px; }

.footer-content .footer-button-block { 
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid var(--base-skin);
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: var(--base-white);
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    background-color: var(--base-skin);
    padding-top: 3px;
    line-height: 37px;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#totop.top-visible {
    height: 43px;
    width: 43px;
    font-size: 23px;
    display: inline;
}
/* ===============================================
    Row-Equal-Height
------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fea-box {
    margin: 15px 0;
    padding: 40px 30px 0 25px;
    text-align: center;
    background-color: #fefaf6;
    border-radius: 30px;
    display: flex;
    width: 100%;
}
.features-box {
    text-align: center;
}
.features-box.features-box-1 {
    margin: 77px 0 38px;
}
.fea-box .prt-iconbox,
.fea-box .prt-contentbox.prt-wrap-cell {
    position: relative;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
}
.fea-box .prt-iconbox{width: 30%;}
.fea-box .prt-contentbox.prt-wrap-cell{text-align: left;padding-left: 10px;}
.prt-contentbox h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #212529;
    font-family: var(--base-headingfont);
}
.fea-box p {
    font-size: 15px;
    line-height: 25px;
    color: #616161;
    margin-bottom: 0;
}
/*style1*/
.fea-box.style1{
    margin: 15px 0;
    padding: 0;
    text-align: left;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.fea-box.style1 .prt-imgbox img {
    max-width: 100px;
    max-height: 100px;
    position: relative;
}
.fea-box.style1 .prt-iconbox {width: 100%;}
.fea-box.style1 .prt-contentbox h3,
.fea-box.style3 .prt-contentbox h3 { 
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-family: var(--base-headingfont);
}
.fea-box.style1 .prt-contentbox p,
.fea-box.style3 .prt-contentbox p{
    font-size: 15px;
    line-height: 25px;
}
.fea-box.style1 a{
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
}
.fea-box.style1 .prt-contentbox.prt-wrap-cell {padding-left: 20px;}
.fea-box.style1.bg-white{
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 25%);
}

/*style2*/
.fea-box.style2{
    background-color: #f1f1f1;
    padding:40px 35px;
    text-align: left;
}
.fea-box.style2 .prt-contentbox h3{
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 22px;
}
.fea-box.style2 .prt-imgbox{
    margin-left: -50px;
    margin-right: -13px;
}
/*style3*/
.fea-box.style3 {
    margin: 15px 0;
    padding: 40px 30px 30px;
    text-align: left;
    background-color: var(--base-dark);
    border-radius: 30px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.fea-box.style3 .prt-contentbox h3{color: var(--base-white);}
.fea-box.style3 .prt-contentbox p{color: rgba(255, 255, 255, 0.40);margin-bottom: 20px;}

/*.featured-infobox*/

.featured-infobox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.featured-infobox .featured-thumbnail {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.featured-infobox.item-1 .featured-thumbnail {
    text-align: right;
}

.featured-infobox.item-1 {
    background-color: var(--base-skin);
}

.featured-infobox.item-2 {
    background-color: var(--base-dark);
    background-image: url(../images/bg-image-03.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-infobox.item-3 {
    background-color: var(--base-white);
}

.featured-infobox .featured-content {
    padding: 36px 24px;
}

.featured-infobox .featured-title h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    font-family: var(--base-headingfont);
    color: var(--base-dark);
}

.featured-infobox .featured-title.text-base-white h3 {
    color: var(--base-white);
}


/*.featured-box*/
.featured-box-main {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.featured-box {
    position: relative;
    padding: 52px 30px 46px 30px;
    text-align: center;
    transition: all 1s ease;
    background-color: #fff;display: inline-block;
    width: 258px;
}
.featured-box .featured-icon img{
    transition: all 1s ease;
}
.featured-box:hover .featured-icon img{
    animation: tm-bounce 500ms ease-in-out 50ms
}
@keyframes tm-bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
.featured-box.bg-color01 {
    background: rgb(255,243,247);
    background: linear-gradient(0deg, #fff3f7 0%, #fffeff 100%);
}
.featured-box.bg-color02 {
    background: rgb(255,243,247);
    background: linear-gradient(0deg, #f5f0ff 0%, #ffffff 100%);
}
.featured-box.bg-color03 {
    background: rgb(255,243,247);
    background: linear-gradient(0deg, #d7f3ff 0%, #ffffff 100%);
}
.featured-box .featured-icon {
  position: relative;
}
.featured-box .featured-details {
  position: relative;
  width: 100%;
}
.featured-box .featured-details h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 26px 0 22px;
    font-family: 'Syne';
}
.featured-box .featured-details p {
    margin-bottom: 0;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 13px;
    padding: 5px 15px;
    color: #000;
    margin-top: 10px;
    display: inline;
}


/*.features-box01-main*/
.features-box01-main {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.features-section01{
    background-color: var(--base-dark);
    background-image: url(../images/bg-image1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.features-section01 .section-title h2.title{
    color: var(--base-white);
}
.features-section01 p{
    color: rgb(255 255 255 / 70%);
}
.features-box01 {
    padding: 10px;
}
.features-box01 img{
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.features-box01:hover img{
    transform: translateY(-8px);
}

ul.features-content-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}
ul.features-content-list li{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin:9px 0 8px 20px;
    color: var(--base-white);
    position: relative;
}
ul.features-content-list li:last-child {
    margin-bottom: 0;
}
ul.features-content-list li:first-child {
    margin-top: 0;
}
ul.features-content-list li:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--base-skin);
    border-radius: 50px;
    top: 7px;
    left: -20px;
}

.tm-tes-stepbox-style1 .tm-box-image {
    border: 1px solid rgba(255, 255 ,255 , 0.30);
    border-bottom: 0;
    border-radius: 10px 10px 0px 0;
}
.tm-tes-stepbox-style1 .tm-top-box {
    background-color: rgb(255 255 255 / 10%);
    position: relative;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.tm-tes-stepbox-style1 .prt-static-box-authore {
    text-align: left;
    position: relative;
    padding-left: 40px;
}
.tm-tes-stepbox-style1 .prt-static-box-authore:after {
    position: absolute;
    content: '';
    left: 0;
    background: url(..assets/images/purchase-img.png);
    height: 30px;
    width: 30px;
}
.tm-box-col-wrapper {
    border: 1px solid rgba(255, 255 ,255 , 0.30);
    border-radius: 10px;
}
.prt-static-box-authore {
    display: flex;
    align-items: center;
}
.prt-static-box-authore h4{
    font-size: 15px;
    line-height: 15px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    margin: 0 0 0 10px;
    text-transform: capitalize;
}
.tm-tes-stepbox-style1 .tm-process-image {
    position: absolute;
    right: 0;
    top: 15px;
}
.tm-box-content {
    padding: 22px 17px 30px 17px;
    color: var(--base-white);
    text-align: center;
}
.tm-box-content h5{
    color: var(--base-white);
    font-family: var(--base-headingfont);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.tm-box-content .prt-static-box-desc{
    color: rgba(255, 255, 255, 0.60);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tm-top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255 255 255 / 10%);
    padding: 15px 20px;
}
.tm-tes-stepbox-style1 .tm-box-content {
    padding: 26px 17px 30px 17px;
    border: 1px solid rgba(255, 255 ,255 , 0.30);
    border-top: 0;
    border-radius: 0 0 10px 10px;
}
.tm-tes-stepbox-style1 .prt-static-box-desc {
    padding-top: 5px;
}

/*style3*/

.prt-tabs.gallery-tab { text-align: center;}
.prt-tabs.gallery-tab ul.tabs { 
    padding: 0;
    margin: 5px 0 0 0;
    display: inline-block;
}
.prt-tabs.gallery-tab ul.tabs li { 
    position: relative;
    padding: 0;
    margin: 0 20px 5px;
    list-style: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.prt-tabs.gallery-tab ul.tabs li:before{
    content: "";
    position: absolute;
    background: #adafaf;
    height: 16px;
    width: 2px;
    display: inline-block;
    bottom: 0;
    top: 0;
    right: -20px;
    left: auto;
    margin: auto;
}
.prt-tabs.gallery-tab ul.tabs li:last-child:before{display: none;}
.prt-tabs.gallery-tab ul.tabs li a {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    position: relative;
}
.prt-tabs.gallery-tab ul.tabs li a:before{
    position: absolute;
    content: "";
    background: #ffa800;
    height: 2px;
    width: 100%;
    display: inline-block;
    bottom: -3px;
    top: auto;
    opacity: 0;
}
.prt-tabs.gallery-tab ul.tabs li.active a:before{ opacity: 1; }
.prt-tabs.gallery-tab .content-tab { margin-top: 20px; }

/*featured-imagebox-gallery*/

.featured-imagebox-gallery {
    position: relative;
    display: inline-flex;
    padding: 22px;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.featured-imagebox-gallery .featured-link { 
    position: relative;
    transition: all 0.5s linear;
    text-align: center;
}
.featured-imagebox-gallery .featured-content {
    width: 100%;
    text-align: center;
    position: relative; 
}

.featured-imagebox-gallery .featured-content h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.featured-imagebox-gallery .featured-content h3 a {
    color: var(--base-dark);
}

.featured-imagebox-gallery .featured-content h3 a:hover {
    color: var(--base-skin);
}

.featured-imagebox-gallery .featured-thumbnail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-imagebox-gallery .featured-thumbnail > a { display: inline-block; height:100%; }

.featured-imagebox-gallery .featured-thumbnail img { height: 100%!important; }

.featured-imagebox-gallery .featured-thumbnail.tag{position: relative;}
.featured-imagebox-gallery .featured-thumbnail.tag:before {
    content: '';
    width: 100px;
    height: 75px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    top: -25px;
    background: url(../images/new-tag.png) no-repeat 0 0;
    text-align: center;
    margin: 0 auto;
}
.featured-imagebox-gallery.comingsoon .featured-thumbnail img{
    filter: blur(2px);
}
.new-tag {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 48px;
    font-family: var(--base-bodyfont);
    color: var(--base-white);
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    right: 0;
    transform: rotate(45deg);
}
.new-tag:before {
    position: absolute;
    content: "";
    top: 6px;
    right: -20px;
    width: 0;
    height: 0;
    z-index: -1;
    border-top: 80px solid #e9052b;
    border-left: 80px solid transparent;
    transform: rotate(-45deg);
    box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.34);
}

/* ===============================================
    Fid
------------------------*/
.inside {
    position: relative;
}
.prt-thumb-box:hover .inside {
    opacity: 1;
    visibility: visible;
}
.prt-thumb-box .inside {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%,-50%);
    -khtml-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    -webkit-transition: all 180ms linear 0ms;
    -khtml-transition: all 180ms linear 0ms;
    -moz-transition: all 180ms linear 0ms;
    -ms-transition: all 180ms linear 0ms;
    -o-transition: all 180ms linear 0ms;
    transition: all 180ms linear 0ms;
    opacity: 0;
    visibility: hidden;
}
.prt-thumb-box .inside a {
    background: var(--base-skin);
    padding: 7px 25px;
    color: var(--base-white);
    margin: 0 9px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.prt-thumb-box-title h3{
    font-size: 22px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 0;
    font-family: var(--base-headingfont);
    color: var(--base-dark);
    text-align: center;
}
.prt-thumb-box-text{display: flex; justify-content: space-between;margin-top: 43px;}
.prt-thumb-boxtitle{position: relative;}
.prt-thumb-boxtitle a{
    font-size: 14px;
    font-family: var(--base-headingfont);
    background-color: var(--base-skin);
    color: var(--base-white);
    padding: 14px 30px 14px 56px;
    border-radius: 50px;
    position: relative;
    text-transform: capitalize;
}
.prt-thumb-boxtitle a:before{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: var(--base-white);
    border-radius: 50px;
    top: 17px;
    left: 30px;
}
.prt-thumb-box-title span.prt-box-title-num{
    font-size: 50px;
    line-height: 60px;
    color: var(--base-dark);
}

.prt-bgcolor-darkgrey .prt-fid.inside.prt-fid-boxed-view, 
.prt-bgcolor-skincolor .prt-fid.inside.prt-fid-boxed-view {
    background-color: rgba(242,242,242,.1);
}

.prt-bgcolor-skincolor .prt-fid-icon-wrapper i,
.prt-bgcolor-skincolor .prt-fid.inside h3 {
    color: #fff;
}
.prt-bgcolor-skincolor .prt-fid.inside h3:after,
.prt-bgcolor-darkgrey .prt-fid.inside h3:after{
    background-color: var(--base-white);
}
.z-index-0{z-index: 0;}

.spacing-1 {margin: 0 25px;}

.blog-section{
    background-image: url(../images/bg-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-icon img{
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 0.35);
    margin: 10px 20px 10px 0;
}
.blog-icon img:last-child{margin-right: 0px;}
.blog-feature-list{margin-top: 35px;}
.blog-feature-list h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.blog-feature-list ul{
    list-style-type: none;
    padding: 0;
    margin: 13px 0 0 0;
}
.blog-feature-list ul li{
    font-size: 15px;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
}
.blog-feature-list ul li:before{
    content: "\f05d";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    line-height: 20px;
    color: var(--base-skin);
    font-family: 'FontAwesome';
    font-style: normal;
    margin-right: 15px;
}

/*style3*/
.featured-imagebox.style3 {
    text-align: center;
    position: relative;
}
.featured-imagebox.style3 .featured-content{position: relative;}
.featured-imagebox.style3 .featured-content h3{
    font-size: 30px;
    line-height: 40px;
    color: var(--base-white);
    font-weight: 500;
}
.featured-imagebox.style3 .featured-thumbnail{
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}
.featured-imagebox .featured-thumbnail.style1{top: 10px;}

/*support-section*/
.support-section{
    background-image: url(../images/bg-img01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-box {
    position: relative;
    min-height: 726px;
}


.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: var(--base-white);
    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: var(--base-white);
    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;
	width:max-content;
}
.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: var(--base-white);
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
   opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: var(--base-white);
    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: var(--base-skin);
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}


.row.prt-boxes-spacing-60px, .prt-boxes-spacing-60px { margin: 0 -30px; }
.row.prt-boxes-spacing-60px .prt-box-col-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 60px;
}

.row.prt-boxes-spacing-30px, .prt-boxes-spacing-30px { margin: 0 -15px; }
.row.prt-boxes-spacing-30px .prt-box-col-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}
.row.prt-boxes-spacing-24px, .prt-boxes-spacing-24px { margin: 0 -12px; }
.row.prt-boxes-spacing-24px .prt-box-col-wrapper {
    padding-right: 12px!important;
    padding-left: 12px!important;
}
.row.prt-boxes-spacing-20px, .prt-boxes-spacing-20px { margin: 0 -15px; }
.prt-boxes-spacing-20px .prt-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.row.prt-boxes-spacing-15px, .prt-boxes-spacing-15px { margin: 0 -10px; }
.row.prt-boxes-spacing-15px .prt-box-col-wrapper {
    padding-right: 7.5px;
    padding-left: 7.5px;
    padding-bottom: 15px;
}
.row.prt-boxes-spacing-10px, .prt-boxes-spacing-10px{ margin: 0 -5px; }
.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}
.row.prt-boxes-spacing-5px, .prt-boxes-spacing-5px{ margin: 0; }
.row.prt-boxes-spacing-5px .prt-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}
.row.prt-boxes-spacing-0px, .prt-boxes-spacing-0px{ margin: 0; }
.row.prt-boxes-spacing-0px .prt-box-col-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px;
    outline: 0;
}


/*style1*/

.fid-item { 
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center; 
    padding: 10px 30px;
    border-radius: 27.5px;
    background-image: linear-gradient(90deg, #fdd2a2 0%, #e5d0b9 49%, #f0c9c9 100%);
}

.prt-fid {
  position: relative;
  padding-left: 18px;
}

.fid-suffix-heading {
  font-size: 24px;
  line-height: 34px;
}

.fid-title {
  padding-left: 5px;
}

.prt-fid-contents {
  border-right: 1px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.prt-fid-inner {
  overflow: hidden;
  margin-bottom: 0;
}

.fid-title h3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 34px;
}

.prt-fid-inner span {
  font-size: 24px;
  line-height: 34px;
  color: var(--base-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--base-headingfont);
  font-weight: 500;
}


.features-section-content-block { 
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.features-section-iconbox { 
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
    margin: 15px;
    border-radius: 10px;
    border: 1px solid #cecece;
}

.features-section-iconbox .featured-icon { margin-right:10px; }

.features-section-iconbox .featured-title h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0px;
}



/* ===============================================
    Bg-Layer 
------------------------*/
.prt-bg{ position: relative;}
.prt-col-bgimage-yes {z-index: 1;}
.bg-layer-equal-height .prt-col-bgimage-yes, 
.bg-layer-equal-height .prt-col-bgcolor-yes,
.prt-col-bgimage-yes{ height: 100%;}
.prt-bg-layer , .prt-titlebar-wrapper-bg-layer, .prt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.prt-left-span > .prt-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}
.prt-right-span > .prt-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; }

.prt-bg.prt-bgimage-yes >.prt-bg-layer, 
.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner { opacity: 0.96; }

.prt-bgcolor-white.prt-bg.prt-bgimage-yes >.prt-bg-layer, 
.prt-bgcolor-white.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner { opacity: .94; }

.prt-bgimage-yes.bg-footer > .prt-bg-layer { opacity: .95;  }

/* ===============================================
    Row-Bg-Image  
------------------------*/
.bg-img1 {
    background-image: url(../images/bg-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ===============================================
    Col-Bg-Image  
------------------------*/
.prt-equal-height-image{ display: none; }
.col-bg-img-one.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -302px;
}
.col-bg-img-two.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ===============================================
    Swiper-slider  
------------------------*/

.swiper-container { padding: 30px 0; }
.swiper-slide.swiper-slide-prev img ,
.swiper-slide.swiper-slide-next img { transform: scale(1.0); transition: all 0.3s ease; }
.swiper-slide.swiper-slide-active img { transform: scale(1.20); transition: all 0.3s ease;}



.header {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  z-index: 99;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

/*prt-header-style-01*/

.site-navigation {
  width: 100%;
  padding: 0 80px;
}

.header-language-item {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid var(--base-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  text-decoration: none;
  display: flex;
}

.header-language-icon {
  color: var(--base-white);
  font-family: var(--base-bodyfont);
  font-weight: 400;
  text-decoration: none;
}

/*prt-header-style-02*/

.header.prt-header-style-02 {
  background-color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.prt-header-style-02 .site-navigation {
  padding: 0 50px;
}

.prt-header-style-02 .site-nav-block { 
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.site-nav-block .site-menu ,
.site-nav-block .site-branding ,
.site-nav-block .header-extra {
  width: 33.33%;
}

.prt-header-style-02 .site-menu {
  justify-content: flex-start;
}

.prt-header-style-02 .site-nav-block .site-branding {
    position: relative;
}

.prt-header-style-02 .site-nav-block .site-branding:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.20);
    position: absolute;
    width: 1px;
    height: 100px;
    top: -20px;
    right: 0px;
}

.prt-header-style-02 .site-nav-block .site-branding:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.20);
    position: absolute;
    width: 1px;
    height: 100px;
    top: -20px;
    left: 0px;
}

.prt-header-style-02 .header-extra {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.prt-header-style-02 .header-extra-item {
  position: relative;
  padding: 0 25px;
}

.prt-header-style-02 .header-extra-item:last-child {
  padding: 0 20px 0 2px;
}

.prt-header-style-02 .header-extra-item:not(:last-child):after {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.42);
  width: 1px;
  height: 30px;
  top: -3px;
  right: -1px;
}

.prt-header-style-02 .header-extra-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.prt-header-style-02 .header-extra-link {
  display: inline-block;
  color: var(--base-white);
  text-decoration: none;
  margin-left: 6px;
}

.header-socials {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-socials-item {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.header-socials-link {
  color: var(--base-white);
  font-family: Themify, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.header-socials-link:hover {
  color: var(--base-skin);
}

.prt-row.details-section {
    border-bottom: 1px solid #e7e7e7;
}

.details-section-image-block {
    position: relative;
    padding: 100px 0px;
    padding-right: 100px;
}

.details-section-image-block:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 40px;
    background-color: #e7e7e7;
}

.details-section-image-block-2 {
    position: relative;
    padding: 100px 0px;
    padding-left: 100px;
}

.details-section-image-block-2:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 40px;
    background-color: #e7e7e7;
}








.pages-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-size: cover;
  background-position: center center;
}
.responsive-slider-area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.responsive-slider-area .device-xl, .responsive-slider-area .device-ml, .responsive-slider-area .device-lg, .responsive-slider-area .device-xs {
  position: relative;
  z-index: 2;
}
.responsive-slider-area .device-xl {
  z-index: 1;
}
.responsive-slider-area .device-ml {
  margin-left: -130px;
}
.responsive-slider-area .device-lg {
  margin-right: -130px;
}
.responsive-slider-area .device-xs {
  margin-left: -20px;
  margin-bottom: -10px;
  z-index: 3;
}
.slider-xl, .slider-ml, .slider-lg, .slider-xs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider-xl {
  padding: 3%;
}
.slider-ml {
  padding: 2.8% 4.2%;
}
.slider-lg {
  padding: 1.8% 9.8%;
}
.slider-lg img {
  border-radius: 5px;
}
.slider-xs {
  padding: 4.8% 5%;
}
.slider-xs img {
  border-radius: 10px;
}
.responsive-tab {
  display: flex;
  gap: 16px;
  align-items: center;
}
.responsive-slider-tab-area {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    max-width: 1026px;
    margin-left: auto;
    margin-right: auto;
}
.responsive-slider-tab-area .tab-text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: #000;
}
.responsive-tab:before, .responsive-tab:after {
  content: "";
  height: 2px;
  width: 50px;
  margin: 0 5px;
  display: inline-block;
  background-color: var(--base-skin);
}
.responsive-tab .tab-btn {
  height: 54px;
  width: 70px;
  padding: 2px 3px;
  background-image: url('../images/slider/device-thumb.png');
  background-size: cover;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.responsive-tab .tab-btn.active {
  background-image: url('../images/slider/device-thumb-active.png');
}
.responsive-tab .indicator {
  display: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}