@charset "utf-8";

@font-face{
    font-family:'poppinsbold';
    src:url('../fonts/poppins-bold-webfont.eot');
    src:url('../fonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
        url('../fonts/poppins-bold-webfont.woff') format('woff'),
        url('../fonts/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'poppinslight';
    src:url('../fonts/poppins-light-webfont.eot');
    src:url('../fonts/poppins-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins-light-webfont.woff2') format('woff2'),
        url('../fonts/poppins-light-webfont.woff') format('woff'),
        url('../fonts/poppins-light-webfont.svg#poppinslight') format('svg');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'poppinsmedium';
    src:url('../fonts/poppins-medium-webfont.eot');
    src:url('../fonts/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
    url('../fonts/poppins-medium-webfont.woff') format('woff'),
    url('../fonts/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'poppinsregular';
    src:url('../fonts/poppins-regular-webfont.eot');
    src:url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff'),
    url('../fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'poppinssemibold';
    src:url('../fonts/poppins-semibold-webfont.eot');
    src:url('../fonts/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-semibold-webfont.woff') format('woff'),
    url('../fonts/poppins-semibold-webfont.svg#poppinssemibold') format('svg');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'poppinsextralight';
    src:url('../fonts/poppins-extralight-webfont.woff2') format('woff2'),
    url('../fonts/poppins-extralight-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'poppinsitalic';
    src:url('../fonts/poppins-italic-webfont.woff2') format('woff2'),
    url('../fonts/poppins-italic-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'SeravekMediumItalic';
    src:url('../fonts/Seravek-MediumItalic.woff') format('woff');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'SeravekItalic';
    font-style:normal;
    font-weight:normal;
    src:url('../fonts/Seravek-Italic.woff') format('woff')
}
@font-face{
    font-family:'SeravekExtraLightItalic';
    font-style:normal;
    font-weight:normal;
    src:url('../fonts/Seravek-ExtraLightItalic.woff') format('woff')
}

/* common */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
blockquote, q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

* {
box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
img {
    border: 0px;
    display: block;
    max-width: 100%;
}
input {
    outline: none;
    text-decoration: none;
}
input{
    border: none;
    width: 100%;
    padding: 0px 30px;
    color: #44444f;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0.22px;
}
dl {
    margin-top: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
blockquote {
    margin: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1{
    font-size: 45px;
}
h2{
    font-size: 40px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 30px;
}
h5{
    font-size: 25px;
}
h6{
    font-size: 20px;
}
button {
    border-radius: 0;
}
button:focus {
    outline: none !important;
}
.row, .row2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row > * {
    padding-left: 15px;
    padding-right: 15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 43.666667%;
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 56.333333%;
    flex: 0 0 56.333333%;
    max-width: 56.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.btn{
    font-family: 'poppinsmedium';
    padding: 12px 15px!important;
    background: rgb(247,183,190);
    color: rgb(255,255,255);
    font-size: 0.85rem;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #ffffff;
}
.d-flex{
    display: flex;
}
.wrap{
    flex-wrap: wrap;
}
.align-center{
    align-items: center;
}
.justify-between {
    justify-content:space-between;
}
.justify-center {
    justify-content:center;
}
.justify-end {
    justify-content:flex-end;
}
.row-reverse{
	flex-direction: row-reverse;
}
.text-center{
    text-align: center;
}
.page-content{
    padding-top: 83px;
}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #dedede;
}
.page-wrap{
    overflow: hidden;
}
.container{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

/* CSS Document */

body{margin:0px; padding:0px; -webkit-text-size-adjust: none; font-size: 16px; color: rgb(115,116,118); line-height: 30.4px; font-family: 'poppinsmedium'; font-weight: 400; text-align: justify;}
.wrapper{max-width:1240px; padding: 0px 15px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0px auto}
.clear{clear: both}
img{max-width:100%;}
a{text-decoration:none; transition-property:all; transition-duration:0.2s; transition-timing-function:ease-in-out;}


.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
}

.header-main .mail-menu ul li a{
    padding: 10px 20px;
    border: 2px solid transparent;
}
.header-main .mail-menu ul li.current_page_item a,
.header-main .mail-menu ul li a:hover{
    border: 2px solid #ffffff;
}
.sticky .header-main .mail-menu ul li.current_page_item a,
.sticky .header-main .mail-menu ul li a:hover{
    border: 2px solid #000000;
}

.portfolio-section{
    color: #000000;
    font-size: 18px;
}
.portfolio-section h2{
    color: #000000;
}

.package-page{padding-bottom: 20px;}
.package-section{}
.package-section .heading{font-size: 18px; line-height: 1; color: #ffffff; padding: 25px; text-align: center; border-radius: 5px 5px 0px 0px; display: flex; justify-content: center; align-items: center;
    position: relative; overflow: hidden;}
.package-section .heading.tranding:before{
    content: 'Popular';
    position: absolute;
    top: 14px;
    left: -30px;
    color: #ffffff;
    font-family: 'poppinsmedium';
    padding: 7px 32px!important;
    background: rgb(247,183,190);
    font-size: 0.85rem;
    transform: rotate(-45deg);
}
.package-section .package-panel{margin-bottom: 30px; margin-top: 20px;}
.package-section .package-panel h2{font-family: 'poppinsmedium'!important; color: rgb(255,255,255)!important; text-transform: uppercase; font-size: 0.75rem; padding-top: 5px; padding-bottom: 5px; 
    text-align: center; border-top-left-radius: 5px; border-top-right-radius: 5px; margin: 0; background: rgb(247,183,190)!important; letter-spacing: 0.2rem; font-weight: 700; line-height: 40px;}
.package-section .package-panel .package-pnl{box-shadow: 0 0px 7px 0px rgb(48 47 47 / 40%); background: #ffffff; margin-top: 30px; border-radius: 5px; transition: 0.5s; padding-bottom: 30px;
    text-align: center; color: rgb(115,116,118);}
.package-section .package-panel .package-pnl:hover{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.package-section .package-panel .package-pnl ul{margin: 0px; padding: 30px; list-style: none;}
.package-section .package-panel .package-pnl ul li{border-bottom: 1px solid #e1e1e1; padding-bottom: 15px; padding-top: 14px; font-size: 15px; text-align: center; line-height: 22px;}
.package-section .package-panel .package-pnl ul li:first-child{border-top: 1px solid #e1e1e1;}
.package-page h2 span {background: rgb(249,249,249);}
.package-section .price{
    font-size: 38px;
    line-height: 42px;
    padding-top: 30px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}
.social-icons{position: fixed; left: 0px; top: 52%; z-index: 999; list-style: none; margin: 0px; padding: 0px 0px 0px 15px;}
.social-icons img{border-radius: 100%;}
.social-icons a{width: 40px; border-radius: 100%; color: #ffffff; display: flex; font-size: 20px; align-items: center; justify-content: center; margin: 5px 0px;}

footer{background: rgb(239,239,239); padding-top: 35px;}
footer h3{font-family: 'poppinsmedium'; font-size: 1.1rem; color: rgb(82,82,82); margin-bottom: 25px; position: relative; padding: 5px 0;}
footer h3:after{background-color: rgb(247,183,190); bottom: 4px; content: ""; display: block; height: 2px; left: 0; position: absolute; width: 60px;}
.footer-logo{max-width: 300px;}.footer-panel ul{margin: 0px; padding: 0px; list-style: none;}
.footer-panel ul li{color: rgb(82,82,82); font-size: 0.85rem; display: block; margin-bottom: 5px; padding-bottom: 5px;}
.footer-panel ul li a{color: rgb(82,82,82);}
.footer-panel ul li img{max-width: 15px;}

.footer-bottom{text-align: center; padding: 15px 0px; background: rgb(247,183,190);}
.footer-bottom .copyright{max-width: 83%; margin: 0 auto; color: rgb(255,255,255); font-size: 0.74rem; line-height: 1.1rem;}

.footer-form{padding-bottom: 30px;}
.form-pnl{margin-bottom: 15px;}
.footer-form input[type="text"], .footer-form input[type="email"], .footer-form textarea{background: none; border: none; border-radius: 0; font-size: 0.85rem; color: rgb(82,82,82); padding-left: 5px; height: 35px;
    border-bottom: 1px solid #ced4da; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'poppinsmedium';}
.footer-form textarea{height: 45px;}
.footer-form input[type="submit"]{background: none; border: none; border-radius: 0; font-size: 0.85rem; color: rgb(82,82,82); padding-left: 5px; height: auto; font-family: 'poppinsmedium';
    padding: 20px 45px 20px 5px; cursor: pointer; text-transform: uppercase;}

.scrollToTop{width: 50px; height: 50px; display: block; position: fixed; right: 30px; bottom: 45px; background: rgb(247,183,190); text-align: center; color: #ffffff; border-radius: 100%; border: 1px solid #ffffff;
    z-index: 9999; font-size:25px;}
.scrollToTop i{line-height: 50px;}
.scrollToTop.phone-icon{bottom: 125px; animation: phoneicon 2s ease-out infinite;}

.scrollToTop.whatsapp{animation: phoneicon 2s ease-out infinite;}

.error{color: #FF0004;}
.error ul{margin: 10px 0px; padding: 0px 0px 0px 15px; list-style: disc;}
.error ul li{margin: 0px; padding: 0px; display: list-item; color: #FF0004;}

@keyframes phoneicon {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
    font-family: inherit;
    font-size: 13px;
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ti-widget.ti-goog .ti-header {
    display: -ms-flexbox;
    display: flex;
    background-color: #f8f9f9;
    border: 0 solid #f8f9f9;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000000;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.ti-mob-row {
    padding: 10px 10px 2px 10px;
}
.ti-widget.ti-goog .ti-mob-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.ti-widget.ti-goog .ti-header .nowrap {
    white-space: nowrap;
    display: inline-block;
    margin: 0 3px;
    color: #000000;
}
.ti-widget.ti-goog .ti-header span, .ti-widget.ti-goog .ti-header strong {
    font-size: 13px;
    color: #000000 !important;
}
.ti-widget.ti-goog .ti-header span {
    height: 20px;
}
.ti-widget.ti-goog .ti-header .ti-stars .ti-star {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 !important;
    margin-right: 1px !important;
    background-repeat: no-repeat;
}
.ti-widget .source-Google .ti-star.f {
    background-image: url(https://cdn.trustindex.io/assets/platform/Google/star/f.svg);
}
.ti-widget .source-Google .ti-small-logo img {
    width: 57px !important;
    height: 18px !important;
    top: 2px;
    margin-left: 3px
}