/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}

html,body { -webkit-text-size-adjust:none; height: 100%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
iframe {vertical-align: top;}
textarea:focus, input:focus, a, div, img { outline: none; }

*,
*:before,
*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#000; font-size:18px; font-family: 'Helvetica', sans-serif; font-weight:700; line-height:1.5; background-color: #fff;}

.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {color: #000; line-height: normal;font-weight:700; font-style: normal;letter-spacing: normal;line-height: normal;font-family: 'Helvetica', sans-serif;}

.h1, h1 {font-size:52px;}
.h2, h2 {font-size:48px;}
.h3, h3 {font-size:39px;}
.h4, h4 {font-size:36px;}
.h5, h5 {font-size:26px;}
.h6, h6 {font-size:24px;}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {color: inherit; text-decoration: none;}

p { color:#000; font-size:18px; font-weight:700; line-height:36px;  margin-bottom:20px; }
p:last-child { margin-bottom:0; }

ul{ margin:0;margin-left: 20px; padding:0; }
ul li{ font-size:18px;  color:#000; font-weight:700; line-height:36px;padding: 0;margin-bottom: 8px; }
ul li:last-child{margin-bottom: 0;}
ul > li { list-style:outside disc; }

ol{ margin:0;margin-left: 20px; padding:0; list-style: none; }
ol li{ font-size:18px;  color:#000; font-weight:700; line-height:36px;padding: 0;margin-bottom: 8px;  }
ol > li { list-style: outside decimal; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px; border-left:4px solid #1589cb;line-height: 2;font-size: 20px; font-style: italic;margin-bottom: 25px;}
blockquote p{ font-size:inherit; font-weight:inherit; line-height:inherit; }

hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0;margin: 10px auto 40px;}

img{ border:none; max-width: 100%; vertical-align: top; height: auto;}
img[src$=".svg"] {width: 100%;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color: #000;ont-size: 18px;font-weight: 700;line-height: 36px;text-decoration: underline; }
a:hover{ color:#bc86d4; text-decoration: underline; }
a:focus {outline: none;}

/* 5. Forms
------------------------------------------------------------------------------*/
label {color:#000; font-size:16px; font-weight:400; line-height:1.5;  margin-bottom:10px; display: block;}
input, 
textarea, 
button { font-family: 'Helvetica', sans-serif;  }
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {-webkit-appearance: none; outline: none;}

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="search"],
input[type="number"],
textarea { border:1px solid #dedede; padding:0 15px; color:#000; font-size:16px; height:46px; font-weight: 400; width: 100%;}

textarea{ height:150px; resize:none; overflow: auto; padding: 20px 15px; }

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {border-color: #66afe9}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #cbcbcb; padding: 0 15px; height: 40px; display: inline-block; vertical-align: top; font-size: 14px; font-weight: 600; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #0eb769; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {background-color: #66afe9; color: #fff;}

input[type="search"] {-webkit-appearance: textfield;}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

::-webkit-input-placeholder { opacity: 1 !important; color: #000; }
:-moz-placeholder { opacity: 1 !important; color: #000; }
::-moz-placeholder { opacity: 1 !important; color: #000; }
:-ms-input-placeholder { opacity: 1 !important; color: #000; }

.form-group {margin-bottom: 30px;}

/* buttons */
.btn {
    display: inline-block;
    vertical-align: top;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.52857143;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    background-color: #bc86d4;
    text-decoration: none;
}
.btn:hover,
.btn:focus { color: #000; background-color: #bc86d4; border-color: #bc86d4;text-decoration: none}
.btn-sm {padding: 8px 16px; }
.btn-md {padding: 12px 24px;}
.btn-link { color: #98989c; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; margin-bottom: 2px; }
.btn-link:hover,
.btn-link:focus{ color: #0eb769; font-weight: 700; text-decoration: none; border-bottom: 1px solid #0eb769; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}
.table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar}
.table-bordered{width: 100%;max-width: 100%;text-align: left;}
.table-bordered th, 
.table-bordered td{ vertical-align: bottom;border-bottom: 1px solid #ddd;padding: 10px;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {width: 100%;display: flex;min-height: 100%;position: relative;flex-wrap: wrap;background-color: #fff;justify-content: space-between;align-content: space-between;}
.main-container{width:100%;}
.container {max-width: 1202px; width: 100%}
.body-content ul, 
.body-content ol{margin-bottom: 20px;}
.body-content ul ul, 
.body-content ul ol,
.body-content ol ol,
.body-content ol ul{margin-bottom: 0;}

/* header */
.main-header { width:100%; height:auto;}

/* responsive nav for small devices */
.hamburger{padding: 0;margin: 0;height: auto;width: auto; text-align: center;background-color: transparent}
.hamburger:not(.close){position: absolute;top: 20px;right: 20px;z-index: 99;}
.hamburger:hover, 
.hamburger:focus{background-color: transparent;outline: none;}
.hamburger .line{width: 30px;height: 4px;background-color: #e67e22;display: block;margin: 6px auto;}
.hamburger:hover{cursor: pointer;}
.hamburger.close{padding: 10px;}
.hamburger.close .wrap{ position: relative;width: 30px;height: 30px;display: block;}
.hamburger.close .line{margin: 0;width:100%;position: absolute;top: calc(50% - 2px);transform: rotate(45deg);background-color: #fff}
.hamburger.close .line:last-child{transform: rotate(-45deg);}
#menu{position: fixed;top: 0;left: -100%;width:80%;height: 100%;background-color: #3ab4a6;max-width: 450px;transition: all 0.3s ease-in-out;z-index: 999;}
#mobilenav.is-open #menu{left: 0;}
#mobilenav .nav-logo{padding: 15px;}
#mobilenav ul,
#mobilenav li{padding: 0;margin: 0;list-style: none;position: relative;}
#mobilenav ul ul{display: none;}
#mobilenav .caret{display: block;width: 36px;height: 36px;position: absolute;top: 3px;right: 2px;cursor: pointer;}
#mobilenav .caret:not(.trigger-caret){pointer-events: none;}
#mobilenav .caret:before,
#mobilenav .caret:after{content:'';position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;margin: auto; width: 20px;height: 2px;background: #fff;}
#mobilenav .caret:after{transform: rotate(-90deg);transition: all .2s ease;}
#mobilenav .is-open > .caret:after{transform: rotate(0)}
#mobilenav ul a {display: block;padding: 10px 15px;cursor: pointer;z-index: 2;font-size: 16px;text-decoration: none;color: #ffffff;background: #3ab4a6;border-bottom: 1px solid #fff}
#mobilenav .has-sub>a{padding-right: 40px;}
#mobilenav li li a { padding-left: 30px; font-size: 14px;text-decoration: none;color: #dddddd;background: #49505a; }
#mobilenav li li li a {padding-left: 50px;}
#mobilenav .nav-backdrop{ position: fixed;height: 100%;width: 100%;background: rgba(0,0,0,0.8);z-index: -1;opacity: 0;visibility: hidden;transition: all 0.4s ease-in;}
#mobilenav.is-open .nav-backdrop{ opacity: 1;z-index: 999;visibility: visible;}
#mobilenav .menu-outer{max-height: calc(100vh - 80px);overflow-y: auto;padding-bottom: 60px;}

/* nav */
.navigation { width:100%; height:auto; }
.navigation ul{ padding: 0; margin: 0; list-style: none; }
.navigation ul li{ padding: 0; margin: 0; list-style: none; }
.navigation ul li a {}

/* footer */
.main-footer { width:100%; height:auto; background:#322348; line-height: normal;}

/* Wordpress align class */
.alignnone{float: none; margin: 20px 0;}
.aligncenter {display: block; clear:both; margin:20px auto;}
.alignleft {float: left; margin: 0 20px 20px 0; }
.alignright {float: right; margin: 0 0 20px 20px;}

/* text alignment */
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-justify{text-align: justify;}

/* images */
.img-fluid {max-width: 100%;height: auto;display: block;}
.img-full{width: 100%;display: block;}

/* float class */
.float-left{float:left}
.float-right{float:right}
.float-none{float:none}

/* mange spacing */
.space-small{ padding-top: 30px; padding-bottom: 30px; }
.space-medium { padding-top: 50px; padding-bottom: 50px; }
.space-large { padding-top: 70px; padding-bottom: 70px; }
.no-bdr{border-width: 0 }

/* padding */
.no-padding{padding: 0 ;}
.pt-0{padding-top: 0;}
.pb-0{padding-bottom: 0;}
.pl-0{padding-left: 0;}
.pr-0{padding-right: 0;}
.pt-1{padding-top: 20px;}
.pb-1{padding-bottom: 20px;}
.pl-1{padding-left: 20px;}
.pr-1{padding-right: 20px;}

/* margin */
.no-margin{margin: 0 ;}
.mt-0{margin-top: 0;}
.mb-0{margin-bottom: 0;}
.ml-0{margin-left: 0;}
.mr-0{margin-right: 0;}
.mt-1{margin-top: 20px;}
.mb-1{margin-bottom: 20px;}
.ml-1{margin-left: 20px;}
.mr-1{margin-right: 20px;}

/* clear element when using */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* Text color */

.f-color{color: #b282b9;}
.s-color{color: #231f20;}
.t-color{color: #000000;}

/* align item */
.d-flex { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.align-items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center ;}
.align-content-center {-ms-flex-line-pack: center;align-content: center;}
.align-items-end {-ms-flex-align: end ;align-items: flex-end ;}
.justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.justify-content-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.justify-content-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.justify-content-around {-ms-flex-pack: distribute;justify-content: space-around;}

/*--------- Page Start ------------*/

/*--------- home banner Start ------------*/
header {
    height: 81px;
    background-color: rgb(0 0 0 / 80%);
    display: flex;
    justify-content: center;
   position: absolute;
    z-index: 999;
    width: 100%;
}
header .language-button {
    position: absolute;
    top: 21px;
    padding-right: calc((100% - 1466px) / 2);
    right: 0;
}
header .switcher .selected a,header .switcher .option a{
    font-family: 'Helvetica', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-size: 18px;
}
header .switcher .selected a:after{display: none !important; }
header .switcher .selected a {
    border: 1px solid #ccc;
    color: #000000;
    padding: 8px 6px;
    width: 100%;
}
header .selected a:before {
    background-color: #f6f6f6;
    content: "";
    width: 47px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
header .switcher .selected a img {
    margin: 5px 20px 5px 5px;
}
header .switcher .selected a {
    border: 0;
    color: #000000;
    padding: 8.9px 5px;
    width: 100%;
}
header .switcher {
    width: 186px;
    border-radius: 5px;
}
header .switcher .option {
    width: 100%;
}
header .switcher .option img {
    margin: 5px 20px 5px 5px;
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;}
section.banner-section {
    width: 100%;
}	
.main-banner-slider {
    width: 100%;
}
section.banner-section  ul.slick-dots {
    display: flex;
    flex-flow: row;
    justify-content: center;
	margin: 0;
}
section.banner-section  ul.slick-dots li:only-child{display:none;}
section.banner-section  .slick-list.draggable {
    border-bottom: 11px solid #bc86d4;
}
section.image-with-content-section {
    display: flex;
    justify-content: center;
    padding-bottom: 38px;
}

.image-with-content-left {
    width: 100%;
    max-width: 52.81%;
}
.image-with-content-right {
    width: 100%;
    height: 100%;
}
.img-inner-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 35px;
}

.slider-content {
    width: 47%;
    height: 100%;
    padding-left: 96px;
}
header.header .header-logo {
    width: 100%;
    max-width: 40.52%;
    margin: 0 auto;
    transition: visibility 0s, opacity 0.4s linear;
}

section.image-with-content-section .second-title {
    margin-bottom: 22px;
    text-transform: capitalize;
}
section.image-with-content-section .first-title {
    padding-top: 88px;
    text-transform: uppercase;
}
.image-with-content-right button.slick-prev.slick-arrow {
    width: 83px;
    height: 83px;
    border-radius: 100%;
    background: #bc86d4;
    text-align: end;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -130px;
    top: 45%;
}
section.image-with-content-section button.slick-next.pull-right.slick-arrow {
    width: 83px;
    height: 83px;
    border-radius: 100%;
    background: #bc86d4;
    text-align: end;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -130px;
    top: 45%;
}
section.image-with-content-section i.fa.fa-arrow-right,section.image-with-content-section i.fa.fa-arrow-left {
    font-size: 22px;
    color: #fff;
}
section.content-section-with-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0 0 0;
}
.content-section-with-icon-inner {
    text-align: center;
    padding-bottom: 43px;
}
.content-section-with-icon-inner > img {
    max-width: 180px;
    padding-bottom: 40px;
}
.content-section-with-icon-inner .second-title {
    padding-bottom: 30px;
}
section.tab-with-slider-section {
    display: flex;
    justify-content: center;
}
section.tab-with-slider-section .tab-with-slider-section-title {
    text-transform: uppercase;
    text-align: center;
}
section.tab-with-slider-section .tab-with-slider-section-inner ul li > a {
    font-family: 'Helvetica', sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize;
}
section.tab-with-slider-section .tab-with-slider-section-inner ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    padding-bottom: 88px;
}
section.tab-with-slider-section .tab-with-slider-section-inner ul li {
    list-style: none !important;
    padding: 0;
    margin: 0 50px;
}
section.tab-with-slider-section .tab-with-slider-section-inner ul li.active > a {
    color: #b382b9;
    border-bottom: 2px solid;
}
section.tab-with-slider-section .tab-pane-slider-image {
    width: 47.5%;
}
section.tab-with-slider-section .tab-pane-slider-content {
    width: 52%;
    padding-left: 117px;
    padding-top: 41px;
}
section.tab-with-slider-section .nav-tabs a{display: block;}
section.tab-with-slider-section .tab-content .tab-pane{display: none;}
section.tab-with-slider-section .tab-content .tab-pane.active{display: block;}
section.tab-with-slider-section .tab-content .trigger{display: block;}
section.tab-with-slider-section .tab-pane-slider-content .second-title {
    padding-bottom: 36px;
    text-transform: capitalize;
}
section.tab-with-slider-section button.slick-prev.pull-left.slick-arrow {
    left: -215px;
    top: 40%;
    position: absolute;
    width: 135px;
    height: 135px;
    opacity: 0.4;
    border-radius: 100%;
    background: #b382b9;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.tab-with-slider-section button.slick-next.pull-right.slick-arrow {
    right: -215px;
    top: 40%;
    position: absolute;
    width: 135px;
    height: 135px;
    opacity: 0.4;
    border-radius: 100%;
    background: #b382b9;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.tab-with-slider-section i.fa {
    font-size: 26px;
    color: #544b55;
    width: 26px;
}
section.tab-with-slider-section button.slick-prev.pull-left.slick-arrow:hover,section.tab-with-slider-section button.slick-next.pull-right.slick-arrow:hover {
    opacity: 1;
}
section.tab-with-slider-section .tab-with-slider-section-inner {
    padding-top: 81px;
}
/* section.tab-with-slider-section ul.slick-dots {
    position: absolute;
    top: -70px;
    display: flex;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
}*/
.about-txt {
    width: 100%;
    padding-top: 37px;
}
section.content-section-with-icon ul.content-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
section.content-section-with-icon ul.content-ul li {
    width: 46.7%;
    text-align: left;
    padding-top: 37px;
    list-style: none;
    position: relative;
    padding-left: 47px;
}
section.content-section-with-icon ul.content-ul li:before {
    content: "";
    width: 27px;
    height: 26px;
    background-image: url(../image/check.png);
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    right: 100%;
    top: 40px;
}
section.content-section-with-icon ul.content-ul li strong {
    color: #bc86d4;
}
.section-top-image {
    display: flex;
    justify-content: center;
    padding-bottom: 47px;
    margin-top: -10px;
}
section.contact-us-section > .container {
    padding: 0 86px;
}
.content-li-slider ul.slick-dots,section.tab-with-slider-section ul.slick-dots{
    display: flex;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin-left: -14px;
}
.content-li-slider ul.slick-dots li,section.tab-with-slider-section ul.slick-dots li,section.banner-section ul.slick-dots li{list-style: none; margin: 0;}
.content-li-slider ul.slick-dots button:before,section.tab-with-slider-section ul.slick-dots button:before, section.banner-section ul.slick-dots button:before{
    content: "\2022";
    font-size: 36px;
    top: 0;
    position: absolute;
    color: #bc86d4;
    opacity: 0.7;
}
.content-li-slider li.slick-active button:before, section.tab-with-slider-section li.slick-active button:before,section.banner-section li.slick-active button::before{
    opacity: 1;
}
.content-li-slider ul.slick-dots button,section.tab-with-slider-section ul.slick-dots button,section.banner-section ul.slick-dots button{
    position: relative;
    font-size: 0;
    background: unset;
}
section.tab-with-slider-section ul.slick-dots {
    top: -75px;
}
.content-section-with-slider {
    margin-bottom: 82px;
    padding-bottom: 71px;
}
section.banner-section.banner-top-border {
    border-top: 11px solid #bc86d4;
}
section.banner-section ul.slick-dots button::before {
    color: #6d6e71;
    font-size: 46px;
}

section.contact-us-section {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 26px;
    margin-top: 94px;
    padding-bottom: 37px;
}
section.contact-us-section .contact-first-title {
    padding-bottom: 69px;
    text-transform: capitalize;
}
section.contact-us-section img {
    width: 100%;
    object-fit: cover;
}
.form-title {
    padding-bottom: 26px;
}
.contact-data input {
    border: 1px solid rgb(64 64 65 / 20%);
    color: #818181;
    font-family: 'Helvetica', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    line-height: 28px !important;
    padding: 39px 31px !important;
}
.contact-data input::-webkit-input-placeholder { color:#818181;text-transform: capitalize;}
.contact-data input:-moz-placeholder { color:#818181; opacity:1;text-transform: capitalize;}
.contact-data input::-moz-placeholder { color:#818181; opacity:1;text-transform: capitalize;}
.contact-data input:-ms-input-placeholder { color:#818181; text-transform: capitalize;}
.contact-data input:-ms-input-placeholder { color:#818181;text-transform: capitalize;}
.contact-data textarea::-webkit-input-placeholder { color: #818181;text-transform: capitalize;}
.contact-data textarea::-moz-input-placeholder { color: #818181;text-transform: capitalize;}
.contact-data textarea::-ms-input-placeholder { color: #818181;text-transform: capitalize;}
.contact-data input#gform_submit_button_1 {
    width: 83px;
    height: 83px;
    background-color: #bc86d4;
    padding: 32px !important;
    border-radius: 49%;
    margin-top: 10px;
}
.contact-data .gform_footer.top_label {
    display: flex;
    justify-content: center;
}
.gform_ajax_spinner {
    display: none !important;
}
footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 67px;
    padding-bottom: 88px;
    background-color: #fff;
}
footer .footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 46px;
}
footer .footer-mid-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-family: 'Helvetica', sans-serif;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    padding-left: 44px;
    max-width: 1078px;
    flex-wrap: wrap;
}
footer .footer-address p {
    color: #000000;
    font-family: 'Helvetica', sans-serif;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
}
footer ul.footer-social-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
footer .footer-address,footer .footer-email   {position: relative;}
footer .footer-address:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 30px;
    background-image: url(../image/location-icon.png);
    left: -44px;
    top: 9px;
}
footer .footer-email:before {
    content: "";
    position: absolute;
    background-image: url(../image/email-icon.png);
    left: -37px;
    top: 9px;
    background-size: cover;
    width: 23px;
    height: 19px;
}
footer .footer-email a {
    text-decoration: unset;
}
footer .footer-copyright {
  text-align: center;
    padding-top: 3px;
}
footer .footer-copyright p {
    color: #404041;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    
}
footer li.social-icon {
    font-size: 32px;
    list-style: none;
    margin-left: 29px;
    margin-bottom: 0;
}
.footer-social.top-social-icon {
    display: none;
}
.extra-text-for-mobile,section.banner-section .image-caption {
    display: none;
}
section.tab-with-slider-section.First-slider-section{position: relative;}
section.tab-with-slider-section.First-slider-section:before {
    content: "";
    position: absolute;
    background-image: url(../image/bg-image.png);
    width: 283px;
    height: 277px;
    left: 32px;
    top: 61px;
}
 
 section.tab-with-slider-section.Second-slider-section{position: relative;overflow: hidden;}
section.tab-with-slider-section.Second-slider-section:before {
    content: "";
    position: absolute;
    background-image: url(../image/bg-image.png);
    width: 283px;
    height: 277px;
    right: 32px;
    top: 92px;
    transform: rotate(271deg);
}
.switcher .selected {
    display: flex;
}
section.image-with-content-section button.slick-next.pull-right.slick-arrow:hover {
    opacity: 0.7;
}
.banner-slider img {
    width: 100%;
}
.tab-pane-slider-inner img {
    border-radius: 10px;
}
.error-page {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 250px;
}
.error-page h1{
    font-size: 10em;
    font-weight: bold;
}
.error-page h2 {
    font-size: 4em;
    padding-bottom: 40px;
    color: #bc86d4;
}
div#left-logo {
    opacity: 0;
    width: 100%;
    max-width: 25%;
    margin: unset;
    height: 0;
    visibility: hidden;
    transform: translate(0, -18vh);
    transition: all 1s;
}
header.header.fixed .header-logo {
    opacity: 0;
    width: 0;
    height: 0;
    transition: visibility 0s, opacity 1s linear;
}
header.header.fixed div#left-logo {
    opacity: 1;
    height: auto;
    visibility: visible;
    display: block;
    transform: translate(0, 0vh);
}
section.contact-us-section div#gform_1_validation_container {
    display: none;
}
section.contact-us-section .validation_message {
    border: none !important;
    background: no-repeat !important;
    padding: 0 !important;
    font-weight: 500;
    margin: 0 !important;
    text-align: left;
}

.tab-content-button a.btnNext {
    right: -210px;
    position: absolute;
    width: 135px;
    height: 135px;
    opacity: 0.4;
    border-radius: 100%;
    background: #b382b9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.tab-content-button a.btnPrevious {
    left: -210px;
    position: absolute;
    width: 135px;
    height: 135px;
    opacity: 0.4;
    border-radius: 100%;
    background: #b382b9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    top: 64%;
}
.tab-content-button a.btnNext:hover,.tab-content-button a.btnPrevious:hover{cursor: pointer;opacity: 1;}
.tab-content-button {
    position: absolute;
    top: 430px;
    width: 100%;
}
section.tab-with-slider-section > .container {
    position: relative;
}
section.tab-with-slider-section button.slick-prev.pull-left.slick-arrow,
section.tab-with-slider-section button.slick-next.pull-right.slick-arrow,
section.tab-with-slider-section ul.slick-dots,
section.content-section-with-icon ul.slick-dots {display: none !important;}
/*--------- home banner End ------------*/
.image-with-content-left {padding-left: 2px;}

