@font-face {
    font-family: 'Swis721';
    src: url('fonts/Swiss721BT-Bold.woff2') format('woff2'), url('fonts/Swiss721BT-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Swis721';
    src: url('fonts/Swiss721BT-Medium.woff2') format('woff2'), url('fonts/Swiss721BT-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Swis721';
    src: url('fonts/Swiss721BT-Light.woff2') format('woff2'), url('fonts/Swiss721BT-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.show-error {
    background: #ad0306;
    color: #fff;
    padding: 15px 20px;
}

.show-success {
    background: green;
    color: #fff;
    padding: 15px 20px;
}

.ferror {
    color: red;
    font-size: 14px;
    line-height: 14px;
    margin-top: 3px;
    display: none;
    width: 100%;
}

.ferror span {
    display: none;
}

.error-msg {
    color: red;
    font-weight: bold;
}

#error-msg1, #error-msg4 {
    display: none;
}

nav.cd-nav {
    display: none;
}

i.fa.fa-bars {
    display: none;
}

.wow {
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

::-moz-selection {
    background: #f26522;
    color: #fff;
}

::selection {
    background: #f26522;
    color: #fff;
}

:focus, :active, :hover {
    outline: 0;
    border: none;
}

form input:not([type="submit"]), form textarea, form select, form input:-webkit-autofill, form textarea:-webkit-autofill, form select:-webkit-autofill {
    background: transparent !important;
}

.slider .img, .pl4 .body {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.text-right {
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body {
    font-family: 'Swis721';
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.fullwrapper, .row, footer, .pl0 {
    float: left;
    width: 100%;
}

.service-overview {
    padding-top: 30px;
    float: left;
}

.container {
    margin: 0 auto;
    width: 90%;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .col33, .col3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

footer .col23 {
    max-width: 32.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.5%;
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
}

.col4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.col6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.col7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/flags/flags.png') no-repeat;
}

.flag.flag-au {
    background-position: -416px 0;
}

.flag.flag-us {
    background-position: -448px -416px;
}

.flag.flag-in {
    background-position: -128px -192px;
}

.flag.flag-sg {
    background-position: -448px -352px;
}

.no-banner>section:first-child {
    margin-top: 155px;
}

.no-banner>section.sp:first-child {
    margin-top: 127px;
}

.onlineservices-body .no-banner>section.sp:first-child {
    margin-top: 100px;
    padding-top: 20px;
}

section.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

section.sp .body {
    padding: 0 5%;
    position: relative;
    z-index: 1;
    width: 100%;
}

.with-banner>.banner {
    margin-top: 145px;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 110;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

header.fixed {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .7)
}

.onlineservices-body header.fixed {
    background: #fff;
}

header>[class*="head-"] {
    float: left;
    width: 100%;
    padding: 5px 0;
}

header .head-top {
    background: #e56a30
}

header .head-top, header .head-top a {
    color: #fff;
}

header .head-bottom {
    background: #ececeb
}

header .head-bottom.onlineservices {
    background: transparent;
}

header .logo {
    width: 300px;
}

header.fixed .logo {
    width: 200px;
}

header ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

header ul li {
    list-style: none;
}

header .list ul li, header .list ul li a {
    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;
    position: relative;
    z-index: 1;
    cursor: pointer;
    float: left;
}

header .list ul li+li {
    margin-left: 20px;
}

header .list ul li span {
    font-size: 80%;
    color: #fff;
    text-transform: uppercase;
}

header .list ul .active-listner {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    z-index: 0;
}

header .list ul li span:first-child {
    margin-right: 5px;
}

header .navigation ul li+li {
    margin-left: 30px;
}

header .navigation ul li {
    position: relative;
}

header .navigation ul li a {
    color: #f26522;
    float: left;
    font-size: 110%;
    padding: 35px 0;
}

header.fixed .navigation>ul>li>a {
    padding: 15px 0;
}

header .navigation>ul li>ul {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 250px;
}

header .navigation>ul li>ul>li ul {
    top: 0;
    left: 100%;
    padding: 0 0 0 5px;
}

header .navigation>ul li>ul li+li {
    margin: 3px 0 0;
}

header .navigation>ul li>ul li {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff
}

header .navigation>ul li>ul li a {
    padding: 5px 10px;
    width: 100%;
    float: left;
    font-size: 100%;
}

header .navigation>ul li:hover>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

header .navigation>ul li>ul li:hover {
    background: #ececeb;
}

.slider {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 134px;
}

.slider .slide {
    position: relative;
    float: left;
    width: 100%;
    min-height: 450px;
    height: -webkit-calc(100vh - 150px);
    height: calc(100vh - 150px);
    max-height: 700px;
}

.slider .slide img {
    display: inline-block;
}

.slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider .slick-dots {
    left: 5%;
    right: auto;
    bottom: 20px;
    width: auto;
}

.slider {
    min-height: 450px;
    height: -webkit-calc(100vh - 150px);
    height: calc(100vh - 150px);
    max-height: 700px;
    width: 100%;
    background-image: url('../images/banner/1-under.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.slider .slick-dots li button {
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    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;
}

.slider .slick-dots li button:before {
    position: relative;
    content: '';
    height: 10px;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    left: 0;
    right: 0;
    line-height: 0;
}

.slider .text-foreground {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

.body .half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.slider .body .left {
    text-align: center;
}

.slider .body .left:not(.pd) {
    padding-left: 5%
}

.slider .body .right:not(.pd) {
    padding-right: 5%
}

.slider .body .half.left {
    /* -webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);*/
}

.slider .text-foreground h1 {
    font-size: 300%;
    line-height: 130%;
    font-weight: 700;
    text-transform: capitalize;
}

.slider .text-foreground h2 {
    font-size: 160%;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 30px;
    position: relative;
}

.slider .text-foreground h2:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 30%;
    right: 30%;
    height: 2px;
    background: #222222;
}

.slider, .slider * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.slider .text-foreground h1 span, .slider .text-foreground h2 span {
    clear: both;
    display: block;
}

.read {
    display: inline-block;
    padding: 7px 15px;
    background: #f26522;
    color: #fff;
    text-transform: uppercase;
    font-size: 100%;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid transparent;
    width: auto;
}

.read:hover {
    background: #222;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border: 1px solid #222
}

.pl0 {
    padding: 40px 0;
}

.pl0 .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.pl0 .head h2 {
    text-transform: capitalize;
    font-size: 230%;
    color: #f26522
}

.pl0 p {
    font-size: 110%;
    line-height: 180%;
}

.pl0 p+p {
    margin-top: 25px;
}

.pl0 .left {
    padding-right: 30px;
    position: relative;
}

img.cover {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.pl0 .right {
    padding-left: 30px;
}

.pl1 {
    background: rgb(185, 185, 185);
    overflow: hidden;
}

.pl1 p, .pl3 .right p {
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left
}

.pl2 {
    background: transparent;
    padding: 30px 0 30px 0;
    color: #fff;
}

.pl2 .head h2 {
    color: #e56a30;
    text-align: center;
}

.pl1 a.read {
    margin-top: 20px;
}

.pl2 .body .text {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../images/pl/pl2/bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 40px 20px 0px;
    text-align: center;
    overflow: hidden;
}

.pl2 .body:before, .pl2 .body:after {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    height: 25px;
    background: #f26522;
    display: none;
}

.pl2 .body:before {
    display: none;
}

.pl2 .body:after {
    top: auto;
    bottom: -25px;
}

.pl2 .icons {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pl2 .icons .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.pl2 .icons .icon>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    color: #fff;
}

.pl2 .icons .icon:nth-child(n+4) {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pl2 .icons .icon:nth-child(n+4):after {
    content: '';
    position: absolute;
    left: -100px;
    right: -100px;
    height: 1px;
    top: 0px;
    background: #e1e1e1;
}

.pl2 .icons .icon:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -100px;
    top: -150px;
    width: 1px;
    background: #e1e1e1;
}

.pl2 .icons .icon:nth-child(n+4):before {
    top: -50px;
}

.pl2 .icons .icon:nth-child(3n):before {
    display: none;
}

.pl2 .icons .icon .ico {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.pl2 .icons .icon:hover .ico {
    border-color: rgba(0, 0, 0, .5);
    background: rgba(0, 0, 0, .5);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pl2 .icons .icon .ico img {
    width: 100%;
    float: left;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.pl2 .icons .icon:hover .ico img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.pl2 .icons .icon h4 {
    font-size: 150%;
    font-weight: 400;
}

.pl2 .icons .icon:hover h4 {
    color: #222;
}

.pl3 .half {
    min-height: 1px;
}

.pl3 .head {
    text-align: center;
}

.pl3 a {
    margin-top: 50px;
}

.pl3 .left {
    padding-right: 100px;
}

.pl3 .right {
    padding-left: 50px;
    padding-top: 50px;
}

.pl3 .right p {
    line-height: 170%;
    font-weight: 400;
    font-size: 110%;
    color: #222;
}

.pl4 {
    position: relative;
    padding: 0;
}

.pl4:before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    background: #bfbfbf;
    left: 0;
    right: 0;
    z-index: -1;
}

.pl4 .body {
    background-image: url(../images/pl/pl4/1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover cover;
    background-size: cover;
    text-align: center;
    padding: 25px 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pl4 .head h2 {
    color: #fff;
}

.pl4 .testimonials {
    float: left;
    width: 80%;
    margin: 0 10%
}

.pl4 .testimonials * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.pl4 .testimonials .testimonial {
    padding: 20px 0;
    float: left;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pl4 .testimonials .testimonial.slick-active * {
    display: block;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation: 1.5s flipInX;
    animation: 1.5s flipInX;
}

.pl4 .testimonials .testimonial * {
    display: none;
    -webkit-animation: 1.5s flipOutX;
    animation: 1.5s flipOutX;
}

.pl4 .testimonials .testimonial p {
    font-size: 110%;
    line-height: 130%;
    font-weight: 400;
    color: #fff;
}

.testimonial-text {
    /* width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);*/
    width: 100%;
    max-width: 100%;
    margin-left: 30px;
    text-align: left;
}

.pl4 .testimonials .testimonial .user {
    display: inline-block;
    width: 100px;
}

.pl4 .testimonials .testimonial .user img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #fff;
}

footer {
    float: left;
    width: 100%;
    padding: 00px 0;
    font-size: 14px;
}

footer h2 {
    color: #e56a30;
    text-transform: uppercase;
    font-size: 180%;
    margin-bottom: 15px;
    font-weight: 700;
}

footer .col3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

footer .col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .col4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

footer .col+h2 {
    margin-top: 20px;
}

footer [class*="col"] {
    padding: 50px 0;
}

footer [class*="col"]+[class*="col"] {
    padding-left: 20px;
    border-left: 3px solid rgb(242, 101, 34);
}

footer [class*="col"]>div+div {
    margin-top: 5px;
    text-align: center;
}

footer .col img {
    margin-right: 20px;
}

footer .col p {
    font-size: 130%;
}

footer .col p+p {
    margin-top: 10px;
}

footer ul:not(.social) li {
    padding-left: 30px;
    position: relative;
    list-style: none;
    font-size: 120%
}

footer .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .social li {
    list-style: none;
}

footer .social li+li {
    margin-left: 30px;
}

footer .social li a {
    font-size: 180%;
    color: rgb(34, 34, 34)
}

footer ul:not(.social) li a {
    color: rgb(229, 106, 48)
}

footer ul:not(.social) li+li {
    margin-top: 20px;
}

footer ul:not(.social) li:before {
    content: '';
    font-family: 'fontawesome';
    background: url(../images/logo/fav.png) no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 25px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 150%
}

footer ul.socials li {
    padding-left: 60px;
    font-size: 120%
}

footer ul.socials li:after {
    content: ':';
    position: absolute;
    left: 45px;
    color: #222;
    top: 0px
}

footer ul.socials li:before {
    font-size: 120%;
    width: 50px;
    text-align: center;
    top: 2px;
    background: none;
}

footer ul.socials li.address:before {
    content: '\f041';
    font-size: 160%
}

footer ul.socials li, footer ul.socials li a {
    color: rgb(229, 106, 48)
}

footer ul li.phone:before {
    content: '\f095';
}

footer ul li.email:before {
    content: '\f0e0';
}

.footerend {
    padding: 20px 0;
    float: left;
    width: 100%;
    background: rgb(229, 106, 48);
}

.footerend p, .footerend li {
    color: #fff;
    font-size: 110%;
}

.footerend a {
    color: #fff;
}

.footerend ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footerend ul li {
    list-style: none;
    position: relative;
}

.footerend ul li+li {
    margin-left: 25px;
}

.footerend .right {
    text-align: right;
}

.footerend ul li+li:before {
    content: '';
    position: absolute;
    left: -14px;
    width: 2px;
    top: 7px;
    bottom: 7px;
    background: #fff;
}

footer .buttons {
    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;
}

footer a.read, .form-wizard a.read.pay {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    -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;
    text-align: center;
    padding: 10px 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    height: 65px;
    position: relative;
    font-size: 130%;
}

.form-wizard a.read.pay {
    font-size: 100%;
    color: #fff;
    margin: 30px 0;
}

footer a.read+a {
    margin-top: 73px;
}

footer a.read img {
    width: 90px;
}

.scrlimg {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

footer a.read+a:before {
    content: '';
    position: absolute;
    top: -35px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    margin-left: -100px;
    height: 2px;
    background: rgb(242, 101, 34);
}

footer a.read+a:after {
    content: '';
    position: absolute;
    bottom: -35px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    height: 2px;
    background: rgb(242, 101, 34);
}

.scrolldown {
    cursor: pointer;
    /*-webkit-animation: bounce 4s infinite;
animation: bounce 4s infinite;*/
    width: 40px;
}

.scrolldown+.scrolldown {
    margin-top: -20px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    /*-webkit-animation: bounce 6s infinite;
animation: bounce 6s infinite;*/
}

.pl4 .slick-prev {
    left: -100px;
}

.pl4 .slick-next {
    right: -100px;
}

.ipl0 {
    padding: 50px 0;
    float: left;
    width: 100%;
    min-height: -webkit-calc(100vh - (149px));
    min-height: calc(100vh - (149px));
}

.ipl0+.ipl0 {}

.ipl0 .left {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: -webkit-calc(100% - 300px);
    max-width: calc(100% - 300px);
    padding-right: 50px;
}

.ipl0 .left.full {
    width: 100%;
    max-width: 100%;
    padding-right: 0
}

.ipl0 .right {
    width: 300px;
    max-width: 300px;
}

.ipl0 h2 {
    color: #f26522;
    font-size: 200%;
    font-weight: 600;
    margin-bottom: 15px;
}

.ipl0 h2+p {
    margin-top: 5px;
}

h5.p-last-1 {
    float: left;
    margin-top: 30px;
}

.ipl0 h5, .ipl0 h4 {
    color: #f26522;
    font-size: 160%;
    font-weight: 400;
    padding-bottom: 10px;
}

.heading-last-1 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.img-div {
    width: 50%;
    margin: 0 auto;
    padding-top: 30px;
}

.img-div img {
    width: 80%
}

.ch-mo ul li p {
    position: relative;
}

.ch-mo ul li p:after {
    position: absolute;
    content: '';
    background: #E56A30;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -24px;
}

.ipl0 .left h4 {
    float: left;
    width: 100%;
    font-size: 130%;
    margin: 10px 0;
    font-weight: 600;
    position: relative;
}

.heading-last-1 {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.heading-last-1 h5 {
    position: relative;
}

.inner-wrap-1 {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 50px;
}

.inner-wrap-1:after {
    position: absolute;
    content: '';
    background: #E56A30;
    height: 3px;
    width: 100%;
    left: 0;
    top: 25px;
}

.heading-last-1 h5:after {
    position: absolute;
    content: '';
    background: #E56A30;
    height: 3px;
    width: 100%;
    left: 0;
    top: -10px;
}

.ipl0 .left h4:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100px;
    height: 3px;
    background: #f26522;
}

.ipl0 h4+div {
    padding: 5px 0 15px 0;
}

.ipl0 p, .ipl0 li {
    float: left;
    width: 100%;
    font-size: 110%;
    color: #363636;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}

.ipl0 a {
    color: #363636;
    text-decoration: underline;
}

.ipl0 .right a {
    text-decoration: none;
}

.ipl0 li+p {
    margin: 15px 0 10px 0;
}

.ipl0 li p, .ipl0 li table, .ipl0 li li {
    font-size: 100%
}

.ipl0 ol {
    float: left;
    width: 100%;
    padding-left: 15px;
}

.ipl0 ul {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.ipl0 ul+h5 {
    margin-top: 30px;
}

.ipl0 ul li {
    float: left;
    width: 100%;
    padding-left: 35px;
    list-style: none;
}

.ipl0 ol li {
    float: left;
    width: 100%
}

.ipl0 li {
    position: relative;
}

.ipl0 li+li, .ipl0 p+p {
    margin-top: 10px;
}

.ipl0 ul:not(.list)>li:before {
    content: '';
    background: url(../images/logo/fav.png) no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 25px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 3px;
}

.ipl0 .list {
    margin: 20px 0;
}

.ipl0 .list>li>p:first-child {
    font-weight: 600;
}

.ipl0 .list>li+li {
    margin-top: 30px;
}

.ipl0 .list>li+li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -16px;
    height: 2px;
    width: 80%;
    background: #f26522;
}

.ipl0 li>ul li {
    padding-left: 30px;
}

.ipl0 li>ul li:before {
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    top: 5px;
}

.ipl0 li>ul li+li {
    margin-top: 15px;
}

.table {
    float: left;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    background: #eaeaea;
    margin: 20px 0;
}

.table .col3 {
    max-width: 20%;
}

.table table {
    max-width: 100%
}

.table th, .table td {
    padding: 10px 20px;
    font-size: 100%;
    border: 1px solid rgba(255, 255, 255, .7);
    color: rgb(54, 54, 54)
}

.table td p, .table td li {
    font-size: 100%;
    text-align: left;
}

.table.coltab3 td {
    width: 33.33%
}

.table th {
    color: #f26522
}

.table td {
    vertical-align: top;
}

.right .options {
    padding: 15px 0;
    float: left;
    width: 100%;
    background: #eaeaea;
}

.right .options h3 {
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    padding: 0 15px 10px;
    text-transform: uppercase;
    font-size: 120%;
    color: #f26522
}

.right .options ul {
    margin: 0;
}

.right .options ul li {
    float: left;
    width: 100%;
    text-align: left;
    padding-right: 15px;
}

.ipl0 .status-list li:before {
    background: none;
}

.right .options li a {
    float: left;
    width: 100%;
    color: #000;
    padding: 7.5px 0;
}

.right .options li.active {
    background: #e56a30;
}

.right .options li:not(.active):hover a {
    color: #e56a30
}

.right .options li.active a {
    color: #fff;
}

.right .options li+li {
    margin-top: 0;
}

.right .options li:before {
    display: none;
}

.right.fixed .right-wrap {
    position: fixed;
    bottom: 0;
    width: 300px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.right .right-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.right .right-wrap>div+div {
    margin-top: 35px;
}

.right .right-wrap .box {
    padding: 15px;
    position: relative;
}

.right .right-wrap .box .ico {
    position: relative;
}

.right .right-wrap .box .ico .ico-over {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.right .right-wrap .box .ico .ico-over img {
    width: 40px;
}

.right .right-wrap .box.bg {
    padding: 0;
    background: #eaeaea;
    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;
    text-align: center;
    margin-bottom: 20px;
}

.right .right-wrap .box:not(.bg) .ico>img {
    opacity: .4
}

.right .right-wrap .box.bg img {
    max-width: 80px;
    background: #f26522;
    /* background-image: -webkit-linear-gradient(left, rgb(229, 106, 48) 40px, rgb(99, 97, 97) 40px);
 background-image: -o-linear-gradient(left, rgb(229, 106, 48) 40px, rgb(99, 97, 97) 40px);
 background-image: -webkit-linear-gradient(top, rgb(229, 106, 48) 40px, rgb(99, 97, 97) 40px);
 background-image: -o-linear-gradient(top, rgb(229, 106, 48) 40px, rgb(99, 97, 97) 40px);
 background-image: linear-gradient(to bottom, rgb(229, 106, 48) 40px, rgb(99, 97, 97) 40px);
 background-position-x: -40px;*/
}

.right .right-wrap .box.bg:hover img {
    background-position-x: 40px;
}

.right .right-wrap .box:not(.bg) .text {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.right .right-wrap .box h4 {
    font-size: 150%;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    color: #414141
}

.right .right-wrap .box.bg h4 {
    font-size: 180%;
    color: #222;
    font-weight: 400;
}

.right .right-wrap .box.bg a {
    width: 100%;
    float: left;
    padding: 20px 15px 15px;
}

.progressbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: none;
}

.progressbar.activated {
    display: none;
}

.progressbar .bar {
    width: 0;
    height: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    background: #fff;
}

#cont.unloaded {
    opacity: 0;
}

code {
    float: left;
    width: 100%;
    background: #f3f3f3;
    padding: 5px;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 10px;
}

.images-ico {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.images-ico.justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.images-ico .image-ico {
    padding: 10px;
    position: relative;
}

.images-ico .image-ico i {
    color: #222;
}

.images-ico .image-ico>i {
    font-size: 120px;
}

.images-ico .image-ico>i.small {
    font-size: 80px;
}

.images-ico .image-ico img {
    height: 100px;
    padding: 5px;
    border: 1px solid #e1e1e1;
    margin-left: 20px;
}

.images-ico .image-ico img~span {
    margin-left: 20px;
    font-weight: 600;
}

.images-ico .image-ico+.image-ico {
    margin-left: 100px;
}

.images-ico .image-ico+.image-ico:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -75px;
    height: 1px;
    width: 50px;
    background: #222;
}

.images-ico .image-ico+.image-ico:after {
    content: '';
    position: absolute;
    left: -25px;
    border: 7px solid transparent;
    border-left-color: #222;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.images-ico .image-ico+.image-ico.arrow-left:after {
    border: 7px solid transparent;
    border-right-color: #222;
    left: -82px;
}

.images-ico.extra {
    margin-top: 80px;
}

.image-ico span.box, .image-ico span.circle {
    float: left;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #999;
    height: 70px;
    line-height: 70px;
    color: #fff;
    position: relative;
}

.image-ico span.circle {
    height: 130px;
    width: 130px;
    padding: 0;
    line-height: 130px;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.image-ico span.box+span.box {
    margin-top: 20px;
}

.image-ico span.box+span.box:before {
    content: '';
    position: absolute;
    left: -28px;
    height: 90px;
    bottom: 50%;
    width: 20px;
    border: 1px solid #999;
    border-right: none;
}

.image-ico span {
    position: relative;
}

.image-ico span.triangle {
    float: left;
    width: 300px;
    height: 150px;
    line-height: 175px;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    color: #fff;
}

.images-ico .image-ico span.triangle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 150px solid transparent;
    border-top: none;
    border-bottom-color: #999;
    z-index: -1
}

.image-ico span.popover {
    position: absolute;
    bottom: -webkit-calc(100% + 20px);
    bottom: calc(100% + 20px);
    left: 100%;
    padding: 10px;
    background: #999;
    width: 100px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-text-align-last: center;
    text-align-last: center;
    border-radius: 5px;
    font-size: 80%;
}

.image-ico span.popover.big {
    width: 300px;
    bottom: -100px;
    left: auto;
    right: -webkit-calc(100% + 30px);
    right: calc(100% + 30px);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.images-ico .image-ico span.popover:before {
    content: '';
    height: 70px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border-top: 1px solid #999;
    position: absolute;
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    left: 0;
    right: 0;
}

.images-ico.gray {
    margin: 20px 0;
}

.images-ico.extra .image-ico+.image-ico:before, .images-ico.gray .image-ico+.image-ico:before {
    background-color: #999
}

.images-ico.extra .image-ico+.image-ico:after, .images-ico.gray .image-ico+.image-ico:after {
    border-left-color: #999;
}

.image-ico span.popright {
    position: absolute;
    left: 100%;
    width: auto;
    white-space: nowrap;
}

.images-ico .image-ico span.popover:after {
    content: '';
    position: absolute;
    right: -1px;
    top: -webkit-calc(100% + 23px);
    top: calc(100% + 23px);
    border: 5px solid transparent;
    border-top-color: #999;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.images-ico .image-ico span.popover.big:before {
    height: 100px;
    border-top: none;
    border-bottom: 1px solid #999;
    top: auto;
    bottom: -webkit-calc(100% + 10px);
    bottom: calc(100% + 10px);
}

.images-ico .image-ico span.popover.big:after {
    top: -53px;
    border: 5px solid transparent;
    border-bottom-color: #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.images-ico .image-ico+.image-ico.floated {
    margin-left: 200px;
    margin-top: 50px;
}

.images-ico .image-ico.floated:first-child:before {
    content: '';
    width: 75px;
    height: 50px;
    border: 1px solid #999;
    border-left: none;
    border-bottom: none;
    right: -125px;
    left: auto;
    top: -webkit-calc(50%);
    top: calc(50%);
    position: absolute;
}

.images-ico.extra .image-ico+.image-ico.no-flow:before, .images-ico.extra .image-ico+.image-ico.no-flow:after {
    display: none;
}

.images-ico.extra.mt20 {
    margin: 120px 0 20px;
}

.images-ico.extra.mt30 {
    margin: 120px 0 120px;
}

.tree-dia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.tree-dia .child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tree-dia .child .main {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    position: relative;
    min-height: 50px;
}

.tree-dia .child>.main:before, .tree-dia .child>.sub>.main:not(.no-before):before {
    content: '';
    position: absolute;
    left: 150px;
    right: -webkit-calc(50% - 150px);
    right: calc(50% - 150px);
    height: 2px;
    bottom: -41px;
    background-color: #999
}

.tree-dia .child>.sub>.main:not(.no-before):before {
    left: 30px;
    right: 30px;
}

.tree-dia .child .main.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tree-dia .child .main.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tree-dia .child .main span.box {
    float: left;
    padding: 10px;
    background: #999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tree-dia .child .main:after {
    content: '';
    position: absolute;
    top: 60px;
    height: 30px;
    width: 2px;
    background-color: #999;
    left: 50%;
}

.tree-dia .small {
    width: 300px;
}

.tree-dia .big {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px)
}

.tree-dia .child div:not(.sub) {
    margin-top: 70px;
}

.tree-dia .sub span {
    font-size: 80%;
    position: relative;
}

.tree-dia .sub span:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -1px;
    height: 20px;
    width: 2px;
    background: #999;
    top: -30px;
}

.tree-dia .sub .sub>.main span:first-child:before, .tree-dia .sub .sub>.main span:last-child:before {
    display: none;
}

.tree-dia .sub span+span {
    margin-left: 10px;
}

.tree-dia .sub3>.main:after, .tree-dia .sub4>.main:after {
    display: none;
}

.tree-dia .sub4>.main span:first-child:after, .tree-dia .sub4>.main span:last-child:after {
    content: '';
    position: absolute;
    left: 30px;
    margin-left: -1px;
    height: 20px;
    width: 2px;
    background: #999;
    top: -30px;
}

.tree-dia .sub4>.main span:last-child:after {
    left: auto;
    right: 30px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    -webkit-box-shadow: 0 0 10px #fff, 0 0 5px #fff;
    box-shadow: 0 0 10px #fff, 0 0 5px #fff;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ipl0+.ipl0 {
    padding: 0 0 30px
}

.ipl2 {
    position: relative;
}

.timeline {
    margin: 150px 0 100px;
    max-width: 1700px;
}

.timeline .line {
    float: left;
    width: 25%;
}

.timeline .line:nth-child(1) {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.timeline .line:nth-child(2) {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px)
}

.timeline .line:nth-child(3) {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.timeline .line:nth-child(4) {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px)
}

.timeline .line span {
    display: inline-block;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 200%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.timeline .line p {
    font-size: 170%;
    color: #000;
    position: relative;
    z-index: 1
}

.timeline .line:before {
    content: '';
    position: absolute;
    left: 50px;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #999;
}

.timeline .line:nth-child(1) span {
    background: rgb(0, 119, 138)
}

.timeline .line:nth-child(2) span {
    background: rgb(56, 64, 99)
}

.timeline .line:nth-child(3) span {
    background: rgb(10, 17, 47)
}

.timeline .line:nth-child(4) span {
    background: rgb(23, 25, 33)
}

.timeline .line:nth-child(1):before, .timeline .line:nth-child(3):before {
    -webkit-transform: rotate(-32.5deg);
    -ms-transform: rotate(-32.5deg);
    transform: rotate(-32.5deg);
    top: -40px;
}

.timeline .line:nth-child(2):before {
    top: 140px;
    -webkit-transform: rotate(30.5deg);
    -ms-transform: rotate(30.5deg);
    transform: rotate(30.5deg);
}

.timeline .line:nth-child(4):before {
    display: none
}

.timeline p i {
    display: block;
    font-style: normal;
}

.users {
    margin: 20px 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.users .user {
    width: 32%;
    margin-right: 1.5%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.users .user:nth-child(3n) {
    margin-right: 0;
}

.users .user:nth-child(n+4) {
    margin-top: 20px;
}

.users .user .usrimg {
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-top: -1px;
    padding: 0;
    background: #f3f3f3;
    margin-bottom: 15px;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    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;
}

.users .user .usrimg img {
    width: 70%;
    width: 100px;
    height: 100px;
    /*-webkit-border-radius: 100%;
border-radius: 100%;*/
    margin-right: 20px;
    -webkit-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.users .user p, .users .user li {
    font-size: 100%
}

.users .user .userdet {
    display: inline-block;
    padding: 0 10px 15px;
}

.users.resources .user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.users.resources .user .userdet a.read {
    margin-top: 10px;
}

.users.resources .user .userdet {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.users .user .usrname h3 {
    color: #525252;
}

.users .user .usrname span {
    font-size: 90%;
    color: #525252;
}

.tablist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tablist ul li:before {
    display: none;
}

.tablist ul li+li {
    margin-top: 0;
    margin-left: 15px;
}

.tablist ul li {
    width: auto;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 25px;
}

.tablist ul li a {
    color: #999;
}

.tablist ul li.active a {
    color: #525252;
}

.svgWorldMap {
    width: 100%;
    float: left;
}

.tabcontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.tabcontent h5 {
    width: 100%;
}

.tabcontent .address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    margin-right: 4%;
    border: 1px solid #e1e1e1;
    padding: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tabcontent+.tabcontent {
    margin-top: 20px;
}

.tabcontent .address:nth-child(2n+1) {
    margin-right: 0;
}

.tabcontent .address:nth-child(n+4) {
    margin-top: 20px;
}

.tabcontent .address address, .tabcontent .address .map {
    width: 50%;
}

.tabcontent .address .map iframe {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

address {
    font-style: normal;
}

.tabcontents {
    position: relative;
    float: left;
    width: 100%;
}

.bg-icon span {
    width: 300px;
    height: 300px;
    position: fixed;
    bottom: 50%;
    -webkit-transform: translateX(-50%) translateY(150px);
    -ms-transform: translateX(-50%) translateY(150px);
    transform: translateX(-50%) translateY(150px);
    left: 50%;
    overflow: hidden;
    text-align: center;
}

.bg-icon span i {
    overflow: hidden;
    width: 300px;
    height: 300px;
    font-size: 300px;
    color: #f4f4f4;
}

.bg-icon span.filling i {
    color: #e56a30;
    opacity: .5
}

#map {
    position: relative;
    z-index: 2;
    background: #e1e1e1;
}

.form {
    float: left;
    width: 100%;
    margin-top: 30px;
    max-width: 1000px;
    padding-right: 100px;
}

.right .form {
    padding-right: 0;
}

.form fieldset {
    float: left;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.form fieldset.no-column, .form div.no-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.form div.no-column label.full {
    width: 100%;
    margin-bottom: 10px;
}

.form div.no-column .no-column {
    width: auto;
    margin-right: 10px;
}

.form fieldset.no-column {
    /*width: auto;*/
    margin-right: 0
}

.form legend {
    width: 100%
}

.form fieldset fieldset.no-column {
    width: auto;
    margin-top: 10px;
}

.form fieldset fieldset.no-column label {
    width: auto;
}

.form fieldset fieldset.no-column label.full {
    width: 100%;
}

.form fieldset.no-column+fieldset.no-column {
    margin-left: 20px;
}

.form fieldset.no-column label {
    margin-bottom: 0
}

.form fieldset:nth-child(2n) {
    margin-right: 0
}

.form fieldset.full {
    margin-right: 0;
    width: 100%;
}

.form fieldset.full.hide {
    display: none;
}

.form fieldset.no-column input {
    margin-right: 10px;
}

.form fieldset:not(.show).related, .form div:not(.show).related, .form fieldset:not(.show).related-check, .form div:not(.show).related-check, .form fieldset:not(.show).related-select, .form div:not(.show).related-select {
    display: none;
}

/*.form fieldset.related.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}*/

.form fieldset label {
    font-size: 90%;
    margin-bottom: 5px;
    width: 100%;
}

.form fieldset .in {
    padding: 10px;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.form fieldset .in+.in {
    margin-top: 10px;
}

.form fieldset textarea.in {
    height: 80px;
    max-height: 80px;
    min-height: 80px;
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

.form fieldset em {
    font-size: 11px;
    color: indianred;
    font-style: normal;
}

.form fieldset .btn.in {
    float: left;
    width: auto;
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 20px;
}

.custom-alert-NRITaxation {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 300px;
    z-index: 100000;
}

.form fieldset label input.error {
    margin-bottom: 25px;
}

.form fieldset label em {
    position: absolute;
    bottom: 5px;
    margin: 0;
    left: 0
}

.form fieldset a {
    margin-top: 5px;
}

.custom-alert-NRITaxation {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    z-index: 100000;
}

.custom-alert-NRITaxation .alert {
    width: 300px;
    height: 80px;
    float: left;
    text-transform: capitalize;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    position: relative;
    padding-right: 50px;
    overflow: hidden;
    -webkit-backface-visibility: rgba(0, 0, 0, .5);
    background: rgba(0, 0, 0, .5);
    white-space: nowrap
}

.custom-alert-NRITaxation .alert:hover {
    opacity: .3
}

.custom-alert-NRITaxation .alert.error {
    background: rgba(205, 92, 92, 0.8)
}

.custom-alert-NRITaxation .alert.success {
    background: rgba(26, 179, 148, .8)
}

.custom-alert-NRITaxation .alert.update {
    background: rgba(247, 56, 72, .8)
}

.custom-alert-NRITaxation .alert .col {
    width: 100%;
    height: 80px;
    white-space: nowrap
}

.custom-alert-NRITaxation .alert p {
    font-size: 20px;
}

.custom-alert-NRITaxation .alert:before {
    content: '';
    font-family: 'fontawesome';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    width: 50px;
}

.custom-alert-NRITaxation .alert.error:before {
    content: '\f12a';
}

.custom-alert-NRITaxation .alert .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: rgba(0, 0, 0, .5)
}

.sp-field {
    position: absolute;
    left: -100000px;
    visibility: hidden;
    z-index: -111;
    height: 0;
    overflow: hidden;
}

h5+.accordion {
    margin-top: 20px;
}

.accordionwrap+h5, .accordion+h5 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.accordionwrap>.accordion:first-child {
    margin-top: 20px;
}

.accordionwrap .accordion {
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 5px 15px;
    position: relative;
}

.accordionwrap .accordion:before {
    content: '+';
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 100;
}

.accordionwrap .accordion.open:before {
    content: '-'
}

.accordionwrap .accordion+.accordion {
    margin-top: 10px;
}

.accordionwrap .accordion h4 {
    font-size: 100%;
    cursor: pointer;
    padding-right: 25px;
}

.accordionwrap .accordion.open h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(225, 225, 225);
    position: -webkit-sticky;
    position: sticky;
    top: 109px;
    background: rgb(255, 255, 255);
    z-index: 99;
    margin-top: 0;
    padding-top: 10px;
    margin-left: -15px;
    margin-right: -10px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .1);
}

.accordionwrap .accordion h4:before {
    display: none;
}

.accordionwrap .accordion .accordion-content {
    display: none;
}

.accordionwrap .accordion.open .accordion-content {
    display: block
}

.pdf-holders {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pdf-holder {
    float: left;
    width: 32.33%;
    margin-right: 1.5%;
    position: relative;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pdf-holder a {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    right: -200px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #525252;
}

.pdf-holder:hover a {
    right: 50%;
}

.pdf-holder:nth-child(3n) {
    margin-right: 0
}

.pdf-holder embed {
    width: 100%;
    height: 500px;
}

.pdf-holder img {
    width: 100%;
    max-width: 100%;
}

.pdf-holder:hover {
    background: #f4f4f4;
}

.pdf-holder:hover img {
    opacity: .2;
}

.poptop {
    width: 30px;
    height: 30px;
    display: block;
    background: #999;
    margin-left: 6px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    line-height: 30px;
}

.formside {
    width: 500px;
    min-height: 1px;
}

.formside .form {
    padding-right: 50px;
    margin-top: 0;
}

.textside {
    padding: 10px;
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
}

.texts {
    width: 100%;
    max-width: 700px;
}

.textside .foreground-text h1, .textside .foreground-text h2 {
    text-transform: uppercase;
}

.textside .foreground-text h1 i, .textside .foreground-text h2 i {
    font-style: normal;
}

.textside .foreground-text h1 {
    font-size: 300%;
    color: rgb(242, 101, 34);
}

.textside .foreground-text h1 span, .textside .foreground-text h2 span {
    display: block;
    clear: both;
}

.textside .foreground-text h2 {
    color: #222222;
}

.slick-slide .slide-effect i {
    visibility: hidden;
}

.slick-slide.slick-active .slide-effect i {
    visibility: visible;
}

#bgpath {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.boxes {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.boxes .box {
    width: 24%;
    margin-right: 1.33%;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.boxes.big .box {
    width: 32.33%;
    margin-right: 1.5%;
    position: relative;
}

.boxes.big .box.option-selected {
    border-color: rgba(242, 101, 34, 0.27);
    -webkit-box-shadow: 0 0 10px rgba(242, 101, 34, 0.9);
    box-shadow: 0 0 10px rgba(242, 101, 34, 0.9)
}

.boxes .box:not(.selected):hover {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.boxes .box h2 {
    font-size: 160%
}

.boxes .box:nth-child(4n), .boxes.big .box:nth-child(3n) {
    margin-right: 0;
}

.boxes.big .box:nth-child(4n) {
    margin-right: 1.5%;
}

.boxes .box:nth-child(n+5), .boxes.big .box:nth-child(n+4) {
    margin-top: 20px;
}

.boxes .box>.service-head, .boxes .box>.service-offers {
    padding: 10px;
    font-size: 90%
}

.boxes .box.selected>.service-offers {
    display: none;
}

.boxes .box.selected>.service-head {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.boxes .box>.service-offers, .boxes .box.selected>.service-head {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.boxes .box>.service-buttons {
    float: left;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-top: 10px;
}

.boxes .box>.service-buttons a {
    float: left;
    width: 50%;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #525252;
}

.boxes .box>.service-buttons.pay a {
    width: auto;
    padding: 10px 15px;
}

.boxes .box>.service-buttons a.book {
    background: rgb(242, 101, 34);
}

.boxes.opt-out {
    float: left;
    width: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}

.boxes.opt-out .box:not(.selected) {
    display: none;
}

.boxes.opt-out .box.selected {
    width: 300px;
    position: fixed;
    bottom: 0;
    top: 150px;
    border: none;
}

.form-wizard .boxes.opt-out .box.selected {
    position: relative;
    top: 0;
    min-height: 300px;
}

.boxes .box.selected .trgr-btn, .boxes .box .trgr-btn-close {
    display: none;
}

.boxes .box.selected .trgr-btn-close {
    display: block;
}

.detailed-boxes {
    position: fixed;
    top: 150px;
    width: -webkit-calc(100% - (300px + 10%));
    width: calc(100% - (300px + 10%));
    right: -100%;
    background: #fff;
    padding: 25px 35px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    overflow: auto;
    padding-right: 5%;
    max-height: -webkit-calc(100% - 150px);
    max-height: calc(100% - 150px);
    overflow: auto;
    padding-bottom: 40px;
}

.form-wizard .detailed-boxes {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    margin-left: 20px;
}

.form-wizard .detailed-boxes {
    display: none;
    position: relative;
    top: 0;
}

.detailed-boxes.show {
    right: 0%;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.form-wizard .detailed-boxes.show {
    display: block;
}

.detailed-boxes .detailed-box {
    display: none;
}

.detailed-boxes .detailed-box.show {
    display: block;
}

.body .row {
    position: relative;
}

.ipl0 .service-head ul.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ipl0 .service-head ul.list li {
    padding-left: 0;
    width: auto;
}

.ipl0 .service-head ul.list li+li {
    margin-top: 3px;
}

.ipl0 .service-head ul.list li i {
    width: 30px;
}

.ipl0 .service-head ul.list li+li:before {
    display: none;
}

.ipl0 .service-head ul.list li.done:after {
    content: '\f00c';
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'fontawesome';
    color: yellowgreen
}

form>div {
    float: left;
    width: 100%;
}

.detailed-boxes .form {
    padding-right: 0;
    margin-top: 30px;
}

.form.boxstyle form>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.form.boxstyle form>div>div>div {
    width: 50%;
}

.form.boxstyle form>div>div+div {
    margin-top: 50px;
    padding-left: 20px;
}

.form.boxstyle form h4 {
    font-size: 140%;
    margin-bottom: 20px;
}

.form.boxstyle form>div>div+div:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    height: 1px;
    background: #e1e1e1;
}

.form.boxstyle form>div>div legend {
    font-size: 110%;
    font-weight: 400;
}

.form.boxstyle form>div>div legend small {
    font-size: 70%;
}

.message {
    padding: 20px 100px;
    text-align: center;
    font-size: 160%;
    line-height: 250%;
}

.message.success {
    color: yellowgreen;
}

.message.error {
    color: indianred;
}

.bodyimg {
    float: left;
    width: 100%;
    text-align: center;
}

.bodyimg img {
    max-width: 90%;
}

.absoluted {
    position: absolute;
    top: -webkit-calc(100% - 40px);
    top: calc(100% - 40px);
    left: 0;
    right: -webkit-calc(50% + 10px);
    right: calc(50% + 10px);
    z-index: 100;
}

.absoluted span {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

.absoluted p {
    padding: 10px;
    float: left;
    width: 100%;
    margin-top: 10px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    display: none;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
    font-weight: 400;
    font-size: 14px;
}

.absoluted span:hover~p {
    display: block;
}

#cont {
    float: left;
    width: 100%;
    min-height: 110vh;
}

#cont.nomin {
    min-height: 50vh;
}

.textside .foreground-text h1.verysmall {
    font-size: 18px;
    text-transform: none;
}

/*.nomin .no-banner>section.sp:first-child {
    padding-top: 0;
}*/

.popups {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 100000;
}

.popups.show {
    display: block;
}

.popups .popup {
    position: absolute;
    top: 100px;
    max-width: 700px;
    width: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    max-height: -webkit-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    padding: 25px;
    background: #fff;
    z-index: 10000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.popups .close {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    color: #262626;
    text-align: center;
    line-height: 25px;
}

.popups .popup .head-pop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.popups .popup .head-pop .arrows {
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.popups .popup .head-pop .arrows span {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 15px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    cursor: pointer;
}

.popups .popup .head-pop .arrows span:hover, .popups .popup .head-pop .arrows span:focus, .popups .popup .head-pop .arrows span:active {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .26);
    box-shadow: 0 0 5px rgba(0, 0, 0, .26)
}

.popups .popup .head-pop .arrows span.close {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    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;
}

.popups .popup .head-pop .arrows span+span {
    margin-left: 10px;
}

.popups .popup .contents {
    max-height: -webkit-calc(100vh - 250px);
    max-height: calc(100vh - 250px);
    overflow: auto;
    margin-top: 10px;
}

.popups .popup .content {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.popups .popup .content li {
    list-style: none;
}

.popups .popup .content>ul>li+li {
    margin-top: 10px;
}

.popups .popup .content>ul>li>ul {
    padding-left: 20px
}

.popups .popup .content li>p {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.form-wizard {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.form-wizard .timeline {
    margin: 20px 0;
    width: 100%;
    max-width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 68px;
    z-index: 1000;
}

.form-wizard .timeline.fixed {}

.form-wizard .timeline.fixed:before {
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.form-wizard .timeline ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-wizard .timeline ul li {
    position: relative;
    z-index: 10;
}

.ipl0 .form-wizard .timeline ul:not(.list)>li:last-child:before {
    display: none;
}

.ipl0 .form-wizard .timeline ul:not(.list)>li:not(:last-child):before, .ipl0 .form-wizard .timeline ul:not(.list)>li:not(:last-child):after {
    content: '';
    position: absolute;
    height: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background: #f4f4f4;
    top: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    right: -50%;
    width: auto;
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ipl0 .form-wizard .timeline ul:not(.list)>li:not(:last-child):after {
    right: 50%;
}

.ipl0 .form-wizard .timeline ul:not(.list)>li:not(:last-child):after {
    -webkit-box-shadow: 0 0 5px rgba(61, 171, 62, 0.5);
    box-shadow: 0 0 5px rgba(61, 171, 62, 0.5);
    background: -webkit-gradient(linear, left bottom, left top, from(green), to(yellowgreen));
    background: -webkit-linear-gradient(bottom, green, yellowgreen);
    background: -o-linear-gradient(bottom, green, yellowgreen);
    background: linear-gradient(0deg, green, yellowgreen);
}

.ipl0 .form-wizard .timeline ul:not(.list)>li.completed:not(:last-child):after {
    right: -50%
}

.form-wizard .timeline ul li, .form-wizard .timeline ul li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
}

.form-wizard .timeline ul li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    text-decoration: none;
}

.form-wizard .timeline ul li a span {
    font-size: 13px;
}

.form-wizard .timeline ul li a span:first-child {
    width: 40px;
    height: 40px;
    padding: 0;
    background: #e1e1e1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 13px;
    line-height: 40px;
}

.form-wizard .timeline ul li.current a span:first-child, .form-wizard .timeline ul li.completed a span:first-child {
    color: #fff;
}

.form-wizard .timeline ul li.current a span:first-child {
    background: yellowgreen;
}

.form-wizard .timeline ul li.completed a span:first-child {
    background: green
}

.ipl0 .form-wizard .timeline ul:not(.list)>li {
    padding-left: 0;
}

.ipl0 .form-wizard .timeline li.hide {
    display: none;
}

.ipl0 .form-wizard .timeline li+li {
    margin-top: 0
}

.form-wizard .form {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.form-wizard .wizard-contents h5, .form-wizard .wizard-contents h4 {
    font-size: 130%;
    margin-bottom: 0;
    font-weight: bold;
}

.form-wizard .wizard-contents h5+p {
    padding-bottom: 30px;
}

.on-main h3 {
    color: #f26522;
    ;
}

p.fees-h {
    color: #f26522;
    font-weight: bold;
}

p.dis-last {
    padding-top: 30px;
    font-size: 14px;
}

ul.list-in-1 {
    margin-bottom: 15px;
}

ul.list-in-1 li {
    font-size: 12px;
}

p.fees-h-1 {
    color: #f26522;
    font-weight: bold;
    padding-top: 20px;
}

.form-wizard .wizard-contents {
    width: 100%;
    margin-left: 0%;
    min-height: 100px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.form-wizard .wizard-contents .form {
    padding: 25px;
    background: #fff;
}

.form-wizard .form-rel-btn {
    padding: 20px 25px;
    width: 100%;
    margin-left: 0%;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-wizard .form-rel-btn .btn, .admr .btn {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.form-wizard .form-rel-btn .btn:hover {
    background: #f26522;
    color: #fff;
}

.form-wizard .form-group {
    display: none;
    min-height: -webkit-calc(100vh - 410px);
    min-height: calc(100vh - 410px);
}

.form-wizard .form-group.show {
    display: block;
}

.form-wizard .form-group .left, .form-wizard .form-group .right {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.heading-last-1-2 h5 {
    font-size: 21px;
    padding-top: 30px;
    float: left;
    font-weight: 600;
}

.form-wizard .form-group .right {
    padding: 0 0 0 30px;
    max-width: 50%
}

.form-wizard .form-group .right p span {
    font-weight: 600;
}

.form-wizard .form-group .left p span {
    float: left;
    position: relative;
}

.form-wizard .form-group .left p span i {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form-wizard .form-group .left p span:first-child {
    width: 200px;
    position: relative;
    padding-right: 20px;
}

.form-wizard .form-group .left p span:first-child:before {
    content: ':';
    position: absolute;
    right: 10px;
    top: 0px;
}

.form-wizard .form-group .filing {
    float: left;
    width: 100%
}

#service-details div.filing, #req-doc div.filing {
    display: none
}

#service-details div.filing.show, #req-doc div.filing.show {
    display: block;
}

.form-wizard .form-group .filing>div, .form-wizard .form-group .filing>div.related-select.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.form-wizard .form-group .filing>div.related-select {
    display: none;
}

.form-wizard .form-group .filing>div>div {
    width: 50%
}

.form-wizard .form-group .filing>div.related-select>div {
    width: 100%
}

.form-wizard .form-group .filing>div+div {
    margin-top: 50px;
}

.form-wizard .form-group .filing>div+div:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    height: 1px;
    background: rgb(225, 225, 225);
}

.form-wizard .form-group h1 {
    text-align: center;
    padding: 20px 100px;
    font-size: 250%;
    color: #f26522
}

.inner-wrap-2 {
    width: 100%;
    float: left;
    padding-top: 40px;
    position: relative;
}

.inner-wrap-2 p span {
    position: relative;
    padding-left: 30px;
}

.inner-wrap-2 p span:before {
    content: '';
    background: url(../images/logo/fav.png) no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 25px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 3px;
}

.inner-wrap-2:after {
    content: '';
    position: absolute;
    background: #E56A30;
    height: 3px;
    width: 100%;
    bottom: -25px;
    left: 0;
}

.i-w-2 {
    padding-top: 55px;
}

ul.child.pn-last {
    right: 100%;
    left: unset;
}

.inner-wrap-3:after {
    content: '';
    position: absolute;
    background: #E56A30;
    height: 3px;
    width: 100%;
    bottom: -25px;
    left: 0;
}

.inner-wrap-3 {
    width: 100%;
    float: left;
    padding-top: 40px;
    position: relative;
}

.tab-in-1 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.tab-in-1 table {
    width: 90%;
    background: #EAEAEA;
    border-color: white;
    border: none;
}

.tab-in-1 table td {
    padding: 10px;
    border: 1px solid white;
}

.tab-in-1 table tr:first-child p {
    color: #f26522;
    font-weight: bold;
    font-size: 100%;
}

.tab-in-1 table tr p {
    font-size: 100%;
}

.tab-in-1 table tr:hover {
    outline: 1px solid white;
}

.tab-in-1 table:focus, :active, :hover {}

.tab-in-1 table p {
    text-align: left;
}

.left p.sat-in {
    padding-top: 20px;
}

.inner-wrap-4 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.inner-wrap-4 table {
    width: 80%;
    border: none;
}

.inner-wrap-4 table tr p {
    font-weight: normal;
    padding: 10px;
    font-size: 15px;
}

.inner-wrap-4 table tr td:hover {
    outline: 1px solid white
}

.inner-wrap-4 table tr {
    background: #EAEAEA;
    border: 2px solid white;
}

.inner-wrap-4 table tr:first-child {
    background: #E56A30;
}

.inner-wrap-4 table tr:first-child p {
    color: white;
}

.inner-wrap-4 table tr:hover {
    outline: 1px solid white;
}

.inner-wrap-4 table tr {
    outline: 1px solid white;
}

.inner-wrap-4 table td {
    border: 1px solid white;
}

.left ul.pre-in li {
    margin-top: 20px;
}

p.sp-inp {
    font-weight: bold;
    padding-top: 30px;
    color: #F26522;
}

p.pp-inp {
    font-weight: bold;
    color: #F26522;
}

.full-d {
    display: none;
}

.full-d.show {
    display: block;
}

.fieldextra.show, .fieldextra>div {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fieldextra {
    display: none;
}

.fieldextra>div {
    border: 1px solid #e1e1e1;
    padding-left: 20px;
}

.fieldextra>div.head * {
    font-weight: bold;
    margin-top: 0;
}

.fieldextra>div>* {
    float: left;
    width: 50%
}

.fieldextra>div>label:first-child {
    border-right: 1px solid #e1e1e1
}

.fieldextra input {
    border: none;
}

.last-d {
    margin-bottom: 30px;
}

p.ri-day {
    padding-left: 20px;
}

p.dis {
    padding-top: 20px;
    color: #F26522;
    font-size: 15px;
}

p.mu-ref {
    padding-bottom: 30px;
}

.service-overview.hidden, .footerend.hidden {
    display: none;
}

p.res-p {
    padding-bottom: 40px;
}

p.p-invest {
    font-size: 14px;
    padding-top: 10px;
}

h6.step-n {
    float: left;
    font-size: 18px;
    color: #f26522;
    border-bottom: 2px solid #f26724;
    padding-top: 20px;
}

p.step-p {
    padding-top: 15px;
}

p.step-p-n {
    padding-top: 15px;
    padding-bottom: 50px;
}

h5.ser-main {
    font-size: 30px !important;
}

p.pp-inp-1 {
    margin-top: 30px;
    font-weight: bold;
    color: #F26522;
}

.in-first {
    margin-top: 30px;
}

input.in.in-first {
    margin-top: 35px;
}

.no-column.col-space {
    margin-top: 20px;
}

h3.rem-det {
    color: #F26522;
    font-size: 30px;
    margin-bottom: 20px;
}

.custom-alert-nri {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 300px;
    z-index: 100000;
}

.custom-alert-nri .alert {
    width: 300px;
    height: 80px;
    float: left;
    text-transform: capitalize;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    position: relative;
    padding-right: 50px;
    overflow: hidden;
    -webkit-backface-visibility: rgba(0, 0, 0, .5);
    background: rgba(0, 0, 0, .5);
    white-space: nowrap
}

.custom-alert-nri .alert.error {
    background: rgba(205, 92, 92, 0.8)
}

.custom-alert-nri .alert.success {
    background: rgba(26, 179, 148, .8)
}

.custom-alert-nri .alert.update {
    background: rgba(247, 56, 72, .8)
}

.custom-alert-nri .alert .col {
    width: 100%;
    height: 80px;
    white-space: nowrap
}

.custom-alert-nri .alert p {
    font-size: 20px;
}

.custom-alert-nri .alert:before {
    content: '';
    font-family: 'fontawesome';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    width: 50px;
}

.custom-alert-nri .alert.error:before {
    content: '\f12a';
}

.custom-alert-nri .alert .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: rgba(0, 0, 0, .5)
}

.las-1 {
    margin-top: 20px;
}

/*******************************************************************************Enquiry bubble***********************************************************/

.enquiry {
    position: fixed;
    top: 30%;
    z-index: 99999999999;
    right: 0;
    -webkit-transform: translateX(234px);
    -ms-transform: translateX(234px);
    transform: translateX(234px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 234px
}

.enquiry.open {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.enquiry span {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#650c5c), color-stop(#912c87), to(#650c5c));
    background: -webkit-linear-gradient(left, #650c5c, #912c87, #650c5c);
    background: -o-linear-gradient(left, #650c5c, #912c87, #650c5c);
    background: -webkit-gradient(linear, left top, right top, from(#650c5c), color-stop(#912c87), to(#650c5c));
    background: linear-gradient(to right, #650c5c, #912c87, #650c5c);
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    padding: 13px 15px;
    margin: 4px;
    width: 100%
}

.enquiry .en-toggle {
    text-shadow: 0 0 #000;
    padding: 15px;
    background: #ffffffd4;
    -webkit-box-shadow: 0 0 7px grey;
    box-shadow: 0 0 1px grey
}

.enquiry button {
    background: #69cbef;
    color: #fff;
    width: 207px;
    border: 0;
    padding: 13px 0;
    font-size: 17px;
    font-weight: 500;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 80px;
    left: -127px;
    border-radius: 10px 10px 0 0;
    outline: none;
}

.enquiry input#Submit {
    background: #69cbef;
    color: #fff
}

.enquiry .en-toggle input, .enquiry .en-toggle textarea, .enquiry .en-toggle input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 0;
    margin-bottom: 5px;
    border-radius: 5px;
    resize: none;
    border: 1px solid gainsboro;
}

.enquiry .en-toggle input::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.enquiry .en-toggle input:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.enquiry .en-toggle input::-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.enquiry .en-toggle input::placeholder {
    color: #000;
    opacity: 1
}

.enquiry .en-toggle textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.enquiry .en-toggle textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.enquiry .en-toggle textarea::-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.enquiry .en-toggle textarea::placeholder {
    color: #000;
    opacity: 1
}

.enquiry .en-toggle input:-ms-input-placeholder {
    color: #000
}

.enquiry .en-toggle textarea:-ms-input-placeholder {
    color: #000
}

.enquiry .en-toggle input::-ms-input-placeholder {
    color: #000
}

.enquiry .en-toggle textarea::-ms-input-placeholder {
    color: #000
}

ul.gain-a {
    padding-bottom: 20px;
}

p.do-tab {
    padding-top: 30px;
}

p.up-tab {
    padding-bottom: 20px;
}

.video-1 {
    width: 30%;
    float: left;
    text-align: center;
    margin-right: 30px;
}

.video-1 h5 {
    text-align: center;
    font-size: 20px;
}

.video-list {
    float: left;
    width: 32.33%;
    margin-right: 1.5%
}

.video-list:nth-child(3n) {
    margin-right: 0
}

.video-list:nth-child(n+4) {
    margin-top: 20px;
}

.player {
    max-width: 100%;
    background: #000;
    margin: 0;
    position: relative;
}

.player>div.frame {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
}

.player iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    z-index: 100;
    background: transparent;
}

.video-list h5 {
    font-size: 18px;
    text-align: center;
}

.player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.player:hover img {
    -moz-filter: brightness(75%);
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

.player .play {
    height: 52px;
    width: 82px;
    left: 50%;
    top: 50%;
    margin-left: -41px;
    margin-top: -26px;
    position: absolute;
    background-color: rgb(229, 106, 48);
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.player .play:hover {
    background-color: rgb(222, 40, 37)
}

.checkmark {
    position: absolute;
    right: 5px;
    top: 5px;
    background: yellowgreen;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.box.option-selected .checkmark {
    opacity: 1;
}

.checkmark span {
    position: absolute;
    left: 8px;
    top: 5px;
}

.checkmark span:after {
    /*Add another block-level blank space*/
    content: '';
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 3px;
    height: 6px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid #fff;
    border-width: 0 2px 2px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    transform: rotate(45deg);
}

.loader-overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none;
}

.loader-overlay>div {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader-overlay p {
    color: #e56a30;
    font-size: 30px;
}

.lds-grid {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: relative;
}

.lds-grid div {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(242, 101, 34);
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 6px;
    left: 6px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 6px;
    left: 26px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 6px;
    left: 45px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 26px;
    left: 6px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 26px;
    left: 26px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 26px;
    left: 45px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 45px;
    left: 6px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 45px;
    left: 26px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 45px;
    left: 45px;
    animation-delay: -1.6s;
}

.img-list {
    padding-top: 10px;
}

.img-list a {
    display: inline-block;
    margin: 15px 15px 0 0;
    border: solid 0px #ddd;
    text-decoration: none;
    font-size: 20px;
    line-height: 21px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 40px;
}

.files-loading {
    display: none;
}

.skeleton {
    position: relative;
    overflow: hidden;
    width: 35px;
    height: 40px;
    margin: 5px 15px 0 0;
    background: #ededed;
    display: inline-block;
}

.skeleton::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ededed, #f7f7f7, #ededed);
    animation: progress 1s ease-in-out infinite;
}

@keyframes progress {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.sub-table {
    display: table;
    width: 100%;
}

.sub-table .sub-row {
    display: table-row;
    width: 100%;
}

.sub-table .sub-row>div {
    display: table-cell;
    padding: 10px;
    border-bottom: solid 1px #ddd;
}

@media only screen and (max-width: 1169px) {
    .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
    .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
}

.cd-main-content {
    background: #e2e3df;
    min-height: 100vh;
    z-index: 2;
}

.cd-main-header {
    height: 50px;
    background: #ffffff;
    z-index: 3;
}

.nav-is-fixed .cd-main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 1170px) {
    .cd-main-header {
        height: 80px;
    }
    .cd-main-header::after {
        clear: both;
        content: "";
        display: table;
    }
}

.cd-logo {
    position: absolute;
    top: 12px;
    left: 5%;
}

.cd-logo img {
    display: block;
}

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 3px;
    right: 5%;
}

.cd-header-buttons li {
    display: inline-block;
}

@media only screen and (max-width: 1170px) {
    /* navigation styles */
    .header .nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -250px;
        width: 250px;
        background: #e56a30;
        z-index: 1000000;
        padding: 10px 0 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header .nav.showleft {
        right: 0;
    }
    .header .nav>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .nav-ico {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        cursor: pointer;
    }
    .nav-ico span {
        float: left;
        width: 100%;
        height: 4px;
        background: #000;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    .nav-ico span+span {
        margin-top: 4px;
    }
    /*navbar */
    .header {
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
    .header.showleft {
        margin-left: -250px
    }
    .header .navbar.showleft {
        right: 0
    }
    .header .nav li {
        float: left;
        width: 100%;
        margin: 0
    }
    .header .nav li a, .header .nav li .child a {
        padding: 10px;
        margin: 0;
        float: left;
        width: 100%;
        background: none;
        color: #fff;
        font-size: 16px;
    }
    .slider .text-foreground h1 {
        font-size: 200%;
        line-height: 130%;
        font-weight: 700;
        text-transform: capitalize;
    }
    .header .nav li a p {
        color: #e1e1e1
    }
    .pl2 .head h2 {
        color: #e56a30;
        text-align: center;
        padding-top: 20px;
    }
    .header .nav li.has-child ul {
        position: fixed;
        right: -250px;
        top: 0;
        bottom: 0;
        width: 230px;
        z-index: 10000000;
        background: rgb(229, 106, 48);
        left: auto;
        display: block;
        -webkit-box-shadow: 0 0 3px #000;
        box-shadow: 0 0 3px #000;
        padding-top: 0
    }
    .header .nav li.has-child ul.childleft {
        right: 0
    }
    .header .nav li.has-child ul li {
        background: 0 0
    }
    .header .nav li.has-child ul li:first-child {
        border: none
    }
    .backtrigger {
        float: left;
        width: 100%;
        position: relative;
        padding: 10px 20px 10px 60px;
        border-bottom: 1px solid rgba(255, 2552, 255, .5);
        margin-top: 0px;
        color: #fff
    }
    .pl2 .head h2 {
        color: #e56a30;
        text-align: center;
        padding-top: 20px;
    }
    .backtrigger i {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50px;
        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;
        font-style: normal;
        border-right: 1px solid rgba(255, 2552, 255, .5)
    }
    .backtrigger i:before {
        content: '\f0d9';
        font-family: fontawesome
    }
    .header .nav li.has-child ul.child li {
        padding-left: 20px
    }
    .header .nav li.has-child>a:before {
        content: '\f0da';
        position: absolute;
        font-family: fontawesome;
        right: 10px;
        top: 17px;
        display: block;
        font-size: 12px;
        color: #fff
    }
    .child::after {
        display: none;
    }
    .nav>ul>li:hover>a {
        background: none;
    }
    i.fa.fa-bars {
        font-size: 25px;
        margin-top: 40px;
        color: #e56a30;
    }
}

/* navigation styles */

@media only screen and (max-width:1136px) {
    .with-banner>.banner {
        margin-top: 100px;
    }
    nav.navigation {
        /*display: none;*/
    }
    .wow {
        visibility: visible;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }
    .pl3 .right {
        padding-left: 0;
        padding-top: 0px;
    }
    .pl3 .left {
        padding-right: 50px;
    }
    .pl2 .icons .icon h4 {
        font-size: 125%;
        font-weight: 400;
    }
    .pl2 .body .text {
        padding: 1px 20px 0px;
    }
    i.fa.fa-bars {
        font-size: 25px;
        margin-top: 40px;
        color: #e56a30;
        display: block;
    }
}

@media only screen and (max-width:768px) {
    /* navigation styles */
    .header .nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -250px;
        width: 250px;
        background: #e56a30;
        z-index: 1000000;
        padding: 10px 0 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header .nav.showleft {
        right: 0;
    }
    .header .nav>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .nav-ico {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        cursor: pointer;
    }
    .nav-ico span {
        float: left;
        width: 100%;
        height: 4px;
        background: #000;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    .nav-ico span+span {
        margin-top: 4px;
    }
    /*navbar */
    .header {
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
    .header.showleft {
        margin-left: -250px
    }
    .header .navbar.showleft {
        right: 0
    }
    .header .nav li {
        float: left;
        width: 100%;
        margin: 0
    }
    .header .nav li a, .header .nav li .child a {
        padding: 10px;
        margin: 0;
        float: left;
        width: 100%;
        background: none;
        color: #fff;
        font-size: 16px;
    }
    .header .nav li a p {
        color: #e1e1e1
    }
    .header .nav li.has-child ul {
        position: fixed;
        right: -250px;
        top: 0;
        bottom: 0;
        width: 230px;
        z-index: 10000000;
        background: rgb(229, 106, 48);
        left: auto;
        display: block;
        -webkit-box-shadow: 0 0 3px #000;
        box-shadow: 0 0 3px #000;
        padding-top: 0
    }
    .header .nav li.has-child ul.childleft {
        right: 0
    }
    .header .nav li.has-child ul li {
        background: 0 0
    }
    .header .nav li.has-child ul li:first-child {
        border: none
    }
    .backtrigger {
        float: left;
        width: 100%;
        position: relative;
        padding: 10px 20px 10px 60px;
        border-bottom: 1px solid rgba(255, 2552, 255, .5);
        margin-top: 0px;
        color: #fff
    }
    .pl2 .head h2 {
        color: #e56a30;
        text-align: center;
        padding-top: 20px;
    }
    .backtrigger i {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50px;
        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;
        font-style: normal;
        border-right: 1px solid rgba(255, 2552, 255, .5)
    }
    .backtrigger i:before {
        content: '\f0d9';
        font-family: fontawesome
    }
    .header .nav li.has-child ul.child li {
        padding-left: 20px
    }
    .header .nav li.has-child>a:before {
        content: '\f0da';
        position: absolute;
        font-family: fontawesome;
        right: 10px;
        top: 17px;
        display: block;
        font-size: 12px;
        color: #fff
    }
    .child::after {
        display: none;
    }
    .nav>ul>li:hover>a {
        background: none;
    }
    i.fa.fa-bars {
        font-size: 25px;
        margin-top: 40px;
        color: #e56a30;
        display: block;
    }
    /* navigation styles */
    .slider .slide {
        max-height: 500px;
    }
    .slider .body .half.left span {
        font-size: 68%;
    }
    .slider {
        max-height: 500px;
    }
    .slider.slick-dotted.slick-slider {
        margin-bottom: 0;
        margin-top: 35px;
    }
    footer .col33, .col3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 100%;
        max-width: 50%;
    }
    footer .col4 {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 2px solid #e56a30;
    }
    .col7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .col33, .col3 {
        flex: 0 0 50%;
        max-width: 50%;
        border-bottom: 2px solid #e56a30;
    }
    footer .col4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer .col23 {
        max-width: 100%;
        flex: 0 0 100%;
        border: none !important;
    }
    .d-flex {
        flex-wrap: wrap;
    }
    .ipl0 {
        min-height: -webkit-calc(58vh);
    }
    .users .user {
        width: 100%;
    }
    .right.fixed .right-wrap {
        position: relative;
    }
    .ipl0 .right {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
    }
}

@media only screen and (max-width:650px) {
    .slider .text-foreground h1 {
        font-size: 224%;
        line-height: 130%;
        font-weight: 700;
        text-transform: capitalize;
        margin-top: 60px;
    }
    .pl2 .icons .icon {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pl2 .icons .icon:before {
        content: none;
    }
    .pl2 .icons {
        margin-top: 30px;
    }
    .pl2 .icons .icon:nth-child(n+4):after {
        content: none;
    }
    .footerend ul li:nth-child(2) {
        display: none;
    }
    .footerend ul li:nth-child(3) {
        display: none;
    }
    .col23 {
        padding-top: 0;
    }
    .pl2 .icons .icon {
        padding-top: 0;
    }
    .pl2 .icons .icon:nth-child(n+4) {
        padding-top: 0;
    }
    .left.half.wow.fadeInUp {
        /* width: 100%; */
        max-width: 100%;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
    }
    .left.half.wow.fadeInUp img {
        width: 60%;
    }
    .right.half.wow.fadeInUp {
        max-width: 100%;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
    }
    .ipl0 .right {
        display: none;
    }
    .ipl0 .left {
        max-width: calc(100%);
        width: calc(100%);
    }
}

@media only screen and (max-width:500px) {
    span.mail-no {
        display: none;
    }
    .logo img {
        max-width: 65%;
    }
    .slider {
        max-height: 700px;
    }
    .slider {
        min-height: 10px;
        height: auto;
    }
    .slider .slide {
        height: auto;
    }
    .slider.slick-dotted.slick-slider {
        margin-bottom: 0;
        margin-top: 105px;
    }
    .left.half.wow.fadeIn {
        margin-top: 0px;
    }
    .pl2 .icons .icon {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 50px;
    }
    .pl2 .icons .icon:before {
        content: none;
    }
    .pl2 .icons .icon:nth-child(1):after {
        content: '';
        position: absolute;
        left: -100px;
        right: -100px;
        height: 1px;
        top: 281px;
        background: #e1e1e1;
    }
    .pl2 .icons .icon:nth-child(2):after {
        content: '';
        position: absolute;
        left: -100px;
        right: -100px;
        height: 1px;
        top: 255px;
        background: #e1e1e1;
    }
    .pl2 .icons {
        margin-top: 0;
    }
    .pl0 .right {
        padding-left: 10px;
        padding-right: 10px;
    }
    .left.col3.wow.fadeInUp {
        display: none;
    }
    .left.half.wow.fadeInUp {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .right.half.wow.fadeInUp {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pl4 .testimonials * {
        margin-left: 0;
    }
    footer .col33, .col3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .col4 {
        flex: 0 0 100%;
        max-width: 100%;
        border-left: none !important;
    }
    footer .col23 {
        padding-top: 0;
    }
    .right .options {
        display: none;
    }
    .right .right-wrap .box .ico {
        display: none;
    }
    .right .right-wrap .box.bg a {
        display: none;
    }
    .ipl0 .left {
        padding-right: 10px;
        width: calc(100% - 0px);
        float: left;
        max-width: calc(100% - 0px);
        padding-top: 0;
        padding-bottom: 30px;
    }
    section.ipl0.ipl1 {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .right.fixed {
        display: none;
    }
    .footerend {
        padding: 15px 0;
        float: left;
        width: 100%;
        background: rgb(229, 106, 48);
    }
    .footerend ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerend ul li {
        width: 100%;
        float: left;
        text-align: center;
    }
    .footerend ul li+li:before {
        content: none;
    }
    .footerend ul li+li {
        margin-left: 0px;
    }
    .footerend ul li:nth-child(2) {
        display: none;
    }
    .footerend ul li:nth-child(3) {
        display: none;
    }
    .inner-wrap-2 p span {
        width: 100%;
        float: left;
    }
    .slider .text-foreground h1 {
        font-size: 228%;
    }
    .pl0 .head h2 {
        font-size: 200%;
    }
    .pl0 p {
        font-size: 100%;
    }
    .pl3 .right p {
        font-size: 100%;
    }
    .pl3 a {
        margin-top: 20px;
        font-size: 13px;
    }
    .pl4 .testimonials .testimonial p {
        font-size: 100%;
    }
    .footerend p, .footerend li {
        font-size: 80%;
    }
    footer a.read+a {
        margin-top: 50px;
    }
    footer .col4 {
        padding-top: 30px;
    }
    footer .buttons {
        padding-top: 30px;
    }
    .tabcontent .address {
        width: 100%;
    }
    .player .play {
        height: 25px;
        width: 25px;
        left: 57%;
        top: 53%;
        margin-left: -41px;
        margin-top: -26px;
        position: absolute;
        background-color: transparent;
        background-image: url(../images/icon1.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .video-list {
        width: 100%;
    }
    .pl2 .body .text {
        background: #e56a30;
    }
    .form fieldset {
        width: 100%;
    }
    .ipl0 p, .ipl0 li {
        font-size: 100%;
    }
    button.slick-next.slick-arrow {
        display: none;
    }
    button.slick-next.slick-arrow {
        display: none !important;
    }
    .pl2 .icons .icon:nth-child(1):after {
        content: none;
    }
    .pl2 .icons .icon:nth-child(2):after {
        content: none;
    }
    .pl2 .icons .icon {
        padding-top: 0;
    }
    .pl2 .icons {
        margin-top: 0px;
    }
    .tabcontent .address {
        width: 100%;
        float: left;
    }
    .tabcontent .address address, .tabcontent .address .map {
        width: 100%;
    }
    .tabcontent .address {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    /* navigation styles */
    .header .nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -250px;
        width: 250px;
        background: #e56a30;
        z-index: 1000000;
        padding: 10px 0 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header .nav.showleft {
        right: 0;
    }
    .header .nav>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .nav-ico {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        cursor: pointer;
    }
    .nav-ico span {
        float: left;
        width: 100%;
        height: 4px;
        background: #000;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    .nav-ico span+span {
        margin-top: 4px;
    }
    /*navbar */
    .header {
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
    .header.showleft {
        margin-left: -250px
    }
    .header .navbar.showleft {
        right: 0
    }
    .header .nav li {
        float: left;
        width: 100%;
        margin: 0
    }
    .header .nav li a, .header .nav li .child a {
        padding: 10px;
        margin: 0;
        float: left;
        width: 100%;
        background: none;
        color: #fff;
        font-size: 15px;
    }
    .header .nav li a p {
        color: #e1e1e1
    }
    .header .nav li.has-child ul {
        position: fixed;
        right: -250px;
        top: 0;
        bottom: 0;
        width: 230px;
        z-index: 10000000;
        background: rgb(229, 106, 48);
        left: auto;
        display: block;
        -webkit-box-shadow: 0 0 3px #000;
        box-shadow: 0 0 3px #000;
        padding-top: 0
    }
    .header .nav li.has-child ul.childleft {
        right: 0
    }
    .header .nav li.has-child ul li {
        background: 0 0
    }
    .header .nav li.has-child ul li:first-child {
        border: none
    }
    .backtrigger {
        float: left;
        width: 100%;
        position: relative;
        padding: 10px 20px 10px 60px;
        border-bottom: 1px solid rgba(255, 2552, 255, .5);
        margin-top: 0px;
        color: #fff
    }
    .pl2 .head h2 {
        color: #e56a30;
        text-align: center;
        padding-top: 20px;
    }
    .backtrigger i {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50px;
        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;
        font-style: normal;
        border-right: 1px solid rgba(255, 2552, 255, .5)
    }
    .backtrigger i:before {
        content: '\f0d9';
        font-family: fontawesome
    }
    .header .nav li.has-child ul.child li {
        padding-left: 20px
    }
    .header .nav li.has-child>a:before {
        content: '\f0da';
        position: absolute;
        font-family: fontawesome;
        right: 10px;
        top: 17px;
        display: block;
        font-size: 12px;
        color: #fff
    }
    .child::after {
        display: none;
    }
    .nav>ul>li:hover>a {
        background: none;
    }
    i.fa.fa-bars {
        font-size: 25px;
        margin-top: 40px;
        color: #e56a30;
        display: block;
    }
}

/* navigation styles */