@import url(../libs/normalize-css/normalize.css);
@font-face {
  font-family: 'Nunito-Lis';
  src: url("../fonts/NunitoSans-Regular.ttf");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Nunito-Lis';
  src: url("../fonts/NunitoSans-Bold.ttf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: 'Tinos-Lis';
  src: url("../fonts/Tinos-Regular.ttf");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Tinos-Lis';
  src: url("../fonts/Tinos-Bold.ttf");
  font-weight: 700;
  font-display: swap; }

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

html, body {
  height: 100%; }

body {
  color: #010000;
  font-size: 16px;
  line-height: 19px;
  font-family: 'Nunito-Lis', sans-serif;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Tinos-Lis', serif;
  font-weight: 400; 
	}

h1 {
  font-size: 2.8em;
  line-height: 0.95;
text-transform: uppercase;}

h2 {
  font-size: 2.25em;
  line-height: .94; }

h3 {
  font-size: 1.875em;
  line-height: .94; }

h4 {
  font-size: 1.5em;
  line-height: .94; }

h5 {
  font-size: 1.25em;
  line-height: .94; }

a {
  color: #652C90;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #f99d08; }

.yellow {
  color: #652C90; }

.transparent-button {
  width: 235px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: .81em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 15px 10px;
  border: 1px solid #652C90;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .transparent-button:hover {
    color: #fff;
    background-color: #652C90; }

.yellow-button {
  width: 335px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #652C90;
  font-size: .81em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 15px 15px;
  border: 1px solid #652C90;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .yellow-button:hover {
    color: #010000;
    background-color: #652C90; }

.white-button {
  width: 235px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  color: #010000;
  background-color: #fff;
  font-size: .81em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 13px 15px 10px;
  border: 1px solid #fff;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .white-button:hover {
    color: #652C90; }

.black-button {
  width: 335px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #010000;
  font-size: .81em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 15px 15px;
  border: 1px solid #010000;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .black-button:hover {
    color: #652C90; }

.difference-button{
  width: 345px;
  max-width: 100%;
}    

input:not([type="submit"]) {
  font-size: .875em;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #213F99;
  background-color: white;
  box-shadow: inset 0px 3px 6.79px 0.21px rgba(0, 0, 0, 0.2);
  height: 38px;
  width: 100%;
  padding: 10px 15px; }

textarea {
  font-size: .875em;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #213F99;
  background-color: white;
  box-shadow: inset 0px 3px 6.79px 0.21px rgba(0, 0, 0, 0.2);
  height: 162px;
  width: 100%;
  padding: 10px 15px; }

::-webkit-input-placeholder {
  color: #515860;
  opacity: 1; }

::-moz-placeholder {
  color: #515860;
  opacity: 1; }

:-ms-input-placeholder {
  color: #515860;
  opacity: 1; }

::-ms-input-placeholder {
  color: #515860;
  opacity: 1; }

::placeholder {
  color: #515860;
  opacity: 1; }

.main-menu {
  position: fixed;
  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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  z-index: 99;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-menu ul li {
      display: block;
      padding-left: 24px;
      padding-right: 24px;
      margin-bottom: 30px;
      line-height: 1; }
      .main-menu ul li a {
        position: relative;
        color: #652C90;
        font-size: 1.2em;
        line-height: 1.5;
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        .main-menu ul li a:hover {
          color: #652C90; }
      .main-menu ul li > ul {
        padding-top: 25px; }

.main-menu.open {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.main-menu .menu-button a {
  padding: 18px 65px;
  border: 1px solid #652C90;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .main-menu .menu-button a:hover {
    background-color: #652C90;
    color: #fff; }

.dropdown-link:after {
  content: url("../img/arrow-down.svg");
  position: absolute;
  right: -5px;
  top: -2px; }

/* Toggle */
.toggle-btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9999999; }

.toggle-btn .hamburger {
  background-color: transparent;
  cursor: pointer;
  display: block; }

.hamburger .icon-bar {
  background-color: #652C90;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 15px; }

.hamburger .icon-bar:not(:last-child) {
  margin-bottom: 3px; }

.menu-open .hamburger .icon-bar:nth-of-type(1) {
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-open .hamburger .icon-bar:nth-of-type(2) {
  background-color: transparent; }

.menu-open .hamburger .icon-bar:nth-of-type(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
#agreecheckbox input:not([type="submit"]) {
  border-style: unset;
    border-width: 1px;
    border-color: unset;
    background-color: white;
    box-shadow: unset;
    height: 30px;
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
}
.contact_details{margin-top: 20px;}
#agreecheckbox,#agreecheckbox label,#agreecheckbox .wpcf7-list-item{display: inline-block;width:100%;}
#agreecheckbox .wpcf7-list-item{margin: unset;}
/* Privacy Policy page */
.privacy_policy_content{
  margin-bottom: 80px
}
.privacy-policy-title {
  font-weight: 700;
  font-size: 1.125em;
  text-transform: uppercase; 
}
.privacy-policy-sub-description li, .privacy-policy-description li, .privacy_policy_content li{
  padding-bottom: 10px;
}
.privacy_policy_content p{
  line-height: 25px;margin-bottom: 0px;
}

#agreecheckbox .wpcf7-list-item-label {vertical-align: middle;color: #fff;}
@media only screen and (min-width: 992px) {
  .main-menu {
    position: unset;
    background-color: transparent;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 14px;
    font-weight: 400; }
    .main-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .main-menu ul li {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        padding-right: 35px;
        line-height: 1;
        margin-bottom: 0;
        border-right: 1px solid #515860; }
        .main-menu ul li:first-child {
          padding-left: 0; }
        .main-menu ul li:last-child {
          padding-right: 0;
          border-right: none; }
        .main-menu ul li a {
          color: #fff;
          font-size: .94em;
          line-height: 1;
          text-transform: uppercase;
          text-decoration: none;
          -webkit-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
          .main-menu ul li a:hover {
            color: #652C90; }
        .main-menu ul li > ul {
          position: absolute;
          display: none;
          top: 30px;
          left: 5px;
          right: 5px;
          padding-top: 25px;
          background-color: #652C90; }
          .main-menu ul li > ul.active {
            display: block; }
          .main-menu ul li > ul li {
            display: block;
            padding-left: 15px !important;
            padding-right: 15px !important;
            margin-bottom: 20px;
            border-right: none; }
            .main-menu ul li > ul li a:hover {
              color: #010000; }
  .toggle-btn {
    display: none; }
  .brand {
    text-align: left; } }

.brand img {
  
    max-width: 185px;
}

@media only screen and (min-width: 1200px) {
  .main-menu ul li {
    padding-left: 50px;
    padding-right: 50px; }
    .main-menu ul li:first-child {
      padding-left: 0; }
    .main-menu ul li:last-child {
      padding-right: 0; } }

header {
  position: absolute;
  z-index: 99;
  background: transparent;
  top: 0;
  left: 0;
  right: 0; }

#home-slider {
  position: relative; }

#home-slider .slider-item {
  padding: 350px 62px 80px;
  background-size: cover;
  background-position: center;
  min-height: 663px; }

.wave {
  width: 100%;
  min-height: 1.5vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-mask: url("../img/wave.svg") top center/cover;
  mask: url("../img/wave.svg") top center/cover;
  background-color: #fff; }

.slide-title {
  font-family: 'Tinos-Lis', serif;
  color: #fff;
  font-size: 2em;
  line-height: .83;
  text-transform: uppercase;
  margin-bottom: 50px; }

.slide-description {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.11;
  color: #fff;
  margin-bottom: 50px; }

a.phone {
  color: #fff;
  font-size: .94em;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  display: block;
  margin-top: 2px; }
  a.phone span {
    font-weight: 400;
    font-size: .87em; }
  a.phone:before {
    content: url("../img/icon-phone.svg");
    position: absolute;
    left: 0;
    top: 5px; }

.underline:after {
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  background-color: #515860;
  margin-left: 15px;
  margin-right: 15px; }

#home-slider .slick-prev {
  display: block;
  left: 15px;
  z-index: 99; }
  #home-slider .slick-prev:before {
    display: block;
    content: url("../img/icon-slider-arrow.svg"); }

#home-slider .slick-next {
  display: block;
  right: 15px;
  z-index: 99; }
  #home-slider .slick-next:before {
    display: block;
    content: url("../img/icon-slider-arrow.svg");
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

#our-services {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 0; }

.service-icon img {
  height: 57px;
  width: auto; }

.service-title {
  font-weight: 700;
  font-size: 1.125em;
  text-transform: uppercase; }

#our-services {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10% 50%; }

#the-team {
  padding: 80px 0 40px;
  background-color: #f7f8f9;
  position: relative; }

.page-template-template-team-page #the-team {
  padding: 80px 0 0px;
  background-color: #fff;
  position: relative; }  


.curve-top {
  width: 100%;
  min-height: 4.5vw;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-mask: url("../img/curve.svg") top center/cover;
  mask: url("../img/curve.svg") top center/cover;
  background-color: #fff; }

.member-avatar {
  border-style: solid;
  border-width: 10px;
  border-color: white;
  background-color: #dddddd;
  box-shadow: 0px 26px 35px 0px rgba(0, 0, 0, 0.06);
  width: 155px;
  height: 155px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.member-email a{
  color: #010000;}

.member-email a:hover{
  color: #652C90;}    

#home-call-action {
  padding: 50px 0;
  background-color: #652C90; }

a.action-phone {
  color: #fff;
  font-size: 1.25em;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-left: 45px;
  display: block;
  margin-top: 2px; }
  a.action-phone span {
    color: #fff;
    font-weight: 400;
    font-size: .87em; }
  a.action-phone:before {
    content: url("../img/icon-phone-black.svg");
    position: absolute;
    left: 0;
    top: 4px;
    height: 32px;
    width: 32px; }

#our-mission {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 100px 0; }
  #our-mission .transparent-button {
    color: #010000; }
    #our-mission .transparent-button:hover {
      color: #fff; }

.white-background {
  background-color: rgba(255, 255, 255, 0.93); }

#our-difference {
  padding: 80px 0; }

.difference-title {
  font-weight: 700;
  font-size: 1.125em;
  text-transform: uppercase; }

#events {
  padding: 20px 0 80px; }

.events-slider-item {
  margin-bottom: 80px; }

.events-slider-image {
  background-position: center;
  background-size: cover;
  height: 400px; }

.events-calendar-link a {
  font-size: .875em;
  font-weight: 700;
  position: relative;
  padding-left: 45px; }
  .events-calendar-link a:before {
    content: url("../img/icon-calendar.svg");
    position: absolute;
    left: 0;
    top: -5px; }

.event-date .day {
  font-family: 'Tinos-Lis', serif;
  color: #652C90;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 1; }

.event-date .week, .event-date .month {
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em; }

.event-title {
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em; }

.event-button a {
  width: auto;
  display: block;
  color: #010000; }
  .event-button a:hover {
    color: #fff; }

.event-data {
  box-shadow: 0px 26px 35px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px; }

.events-slider .slick-prev {
  display: none;
  left: 15px;
  z-index: 99; }
  .events-slider .slick-prev:before {
    display: block;
    content: url("../img/icon-black-slider-arrow.svg"); }

.events-slider .slick-next {
  display: none;
  right: 15px;
  z-index: 99; }
  .events-slider .slick-next:before {
    display: block;
    content: url("../img/icon-black-slider-arrow.svg");
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

#rated-label {
  background-color: #652C90;
  padding: 60px 0 100px; }
  #rated-label img {
    max-height: 112px; }

footer {
  position: relative;
  margin-top: -60px;
  background-color: #213F99;
  padding: 90px 0 70px; }

.bg-yellow {
  background-color: #652C90; }

.footer-social-links img{
	height:32px;
	width:auto;
	margin-right:10px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  footer ul li{
    padding: 10px 5px;
  }
    footer ul li a {
      text-transform: uppercase;
      color: #fff;
      font-size: .94em; }
      footer ul li a:hover {
        color: #652C90; }


footer a {
  color: #fff; }
  footer a:hover {
    color: #652C90; }

footer .row > div {
  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; }

#page-title {
  position: relative;
  min-height: 415px;
  background-size: cover;
  background-position: center;
  padding: 300px 0 150px; }

.page-description {
  font-size: 1.125em;
  font-weight: 700; }

#commercial-insurance {
  padding: 80px 0 50px; }

.insurance-title {
  font-weight: 700;
  font-size: 1.125em;
  min-height: 38px;
  text-transform: uppercase; }

.insurance-icon img {
  height: 57px; }

#insurance-action {
  padding-bottom: 170px; }
  #insurance-action .transparent-button {
    color: #010000; }
  #insurance-action .yellow-button {
    color: #010000; }
    #insurance-action .yellow-button:hover {
      color: #fff; }

.contact-form-wrap {
  background-color: #652C90;
  padding: 15px; }

#contact {
  padding: 0; }

a.contact-phone {
  color: #010000;
  font-size: .94em;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  display: block;
  margin-top: 2px; }
  a.contact-phone:hover {
    color: #652C90; }
  a.contact-phone span {
    font-weight: 400;
    font-size: .87em; }
  a.contact-phone:before {
    content: url("../img/icon-phone.svg");
    position: absolute;
    left: 0;
    top: 5px; }

.contact-address {
  cursor: pointer;
  color: #010000;
  font-size: .94em;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  display: block;
  margin-top: 2px; }
  .contact-address:hover {
    color: #652C90; }
  .contact-address span {
    font-weight: 400;
    font-size: .87em; }
  .contact-address:before {
    content: url("../img/icon-address.svg");
    position: absolute;
    left: 0;
    top: 5px; }

.hr:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #e3e3e3;
  display: block; }

#comming-soon {
  padding: 280px 0 320px; }


#contactlisteam .modal-body{
  padding: 0;
}  

#contactlisteam .contact-form-wrap{
  margin: 0!important;
}

#contactlisteam .modal-dialog{
  max-width: 670px;
}

#contactlisteam button.close{
  margin-right: 5px;
}

#contactlisteam .close{
  color:#fff;
  opacity: .8;
}

#contactlisteam .close:hover{
  color:#fff;
  opacity: 1;
}

#events-grid{
  padding: 80px 0;
}

#map,.relator_form{
  margin-bottom: 120px;
}

div.wpcf7-response-output {
    margin-top: 7px;
    margin-left: 0!important;
    font-size: 11px;
}

.event-thumbnail-img{
  height: 153px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.event-wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 26px 35px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}

.event-content{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 70px;
  position: relative;
}

.event-wrap .event-description{
  margin-left: 15px;
  margin-right: 15px;
}

.event-wrap .event-button a{
  position: absolute;
  bottom: 30px;
  width: 225px;
  left: 30px;
}

.pagenavi{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.pagenavi .pages{
  display: none;
}

.pagenavi .single_page{
  color: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 47px;
  height: 47px;
  margin-left: 5px;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
}

.pagenavi .current{
  color: #000;
  background-color: #652C90;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 47px;
  height: 47px;
  margin-left: 5px;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
}

#photo-gallery {
  padding: 60px 0 120px; }

.gallery-slider-for {
  margin: -10px; }

.gallery-slider-for .slider-item {
  position: absolute;
  min-height: 443px;
  border-style: solid;
  border-width: 13px;
  border-color: white;
  background-color: white;
  box-shadow: 0px 1px 10px 0.4px rgba(0, 0, 0, 0.16);
  background-position: center;
  background-size: cover;
  margin: 10px; }

.gallery-slider-nav {
  margin: -10px; }

.gallery-slider-nav .slider-item {
  min-height: 169px;
  border-style: solid;
  border-width: 13px;
  border-color: white;
  background-color: white;
  box-shadow: 0px 1px 10px 0.4px rgba(0, 0, 0, 0.16);
  margin: 10px;
  background-position: center;
  background-size: cover; }

.arrow-container {
  margin-top: 38px; }

.prev.slick-arrow {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 15px;
  padding: 15px 15px 15px 30px;
  color: #000;
  background-color: #652C90;
  position: relative;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .prev.slick-arrow:before {
    content: url("../img/slide-arrow.svg");
    position: absolute;
    left: 3px;
    top: 12px; }
  .prev.slick-arrow:hover {
    opacity: .8; }

.next.slick-arrow {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 30px 15px 15px;
  color: #000;
  background-color: #652C90;
  position: relative;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .next.slick-arrow:after {
    content: url("../img/slide-arrow.svg");
    position: absolute;
    -webkit-transform: rotate(180DEG);
    -ms-transform: rotate(180DEG);
    transform: rotate(180DEG);
    right: 3px;
    top: 8px; }
  .next.slick-arrow:hover {
    opacity: .8; }
/*31-08-2020*/
.team_slider .team-arrows.next.slick-arrow {transform: rotate(180deg) !important;right:0px;top:45%;}
.team_slider .prev.slick-prev-arrow{left:0px;top:45%;}
.team_slider .slick-slide:focus{outline:0;border:0px;}
.team_slider{padding: 0 30px;}
.team_slider .team-arrows.prev.slick-arrow,.team_slider .team-arrows.next.slick-arrow {font-size: 0;line-height: 0;position: absolute;top: 45%;display: block;width: 20px;height: 20px;
padding: 0;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);cursor: pointer;color: transparent;border: none;outline: none;background: transparent;min-width: auto;}
.team_slider .slick-dots{position:unset;}
.team_slider .slick-dots li.slick-active button:before,.team_slider .slick-dots li button:hover:before{color:#652C90;opacity:1;}
.team_slider .slick-dots li button:before{color:#000;opacity:0.9;}
.team_slider .member-email:focus{outline:0;border:0;}
/*31-08-2020*/
/*02-02-2021*/
.file_upload{overflow:hidden;}
.file_upload input[type=file] {position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-transform: scale(20);transform: scale(20);letter-spacing: 10em;-ms-transform: scale(20);opacity: 0;cursor: pointer;width: 100%;border: 1px solid #2e2b72;padding: 30px;font-size: 16px;}
.file_upload button {position: relative;}
.file_upload button {color: #fff;font-size: 16px;height: 100%;padding: 10px;border: none;background-color: #010000;line-height: 26px;height: 94px;width:100%;font-size: .875em;line-height:20px;display:inline-block;vertical-align:middle;}
.file_upload .no_file_chossen_div {width: 65%;background: #fff;padding: 25px 15px;color: #000;border: 0px;height: 94px;text-align: left;display:inline-block;vertical-align:middle;align-items: center;display: inherit;}
.file_upload .no_chossen_button {width: 34.5%;background: #fff;display:inline-block;vertical-align:middle;}
.file_upload .no_file_chossen_div p{margin:0px;height: 74px;display: inline-block;vertical-align: middle;width: auto;font-size: .875em;line-height: 1;}
.no_file_chossen_div img{max-width:55px;width:100%;padding-right:10px;}
.no_file_chossen_div p span{display:inline-block;width:auto;vertical-align:middle;}
.file_upload p{margin:0px;}
a.transparent-button.transparent_width {width: 335px;}
p:empty {display: none;}
/*02-02-2021*/
.file_upload span.wpcf7-not-valid-tip {position: unset;}

/*15-02-2021*/
.dnd-upload-status{margin:0 0 10px;}
.cd-upload-btn{color:#000;font-size: .875em;font-family: 'Nunito-Lis', sans-serif;}
.cd-upload-btn:hover{color:#652C90;}
.codedropz-upload-handler{border:2px dashed #5f5c5c;}
.dnd-upload-status .dnd-upload-details .remove-file{color:#fff !important;}
.dnd-upload-status .dnd-upload-details .remove-file:hover{color:#000 !important;}
.dnd-upload-status .dnd-upload-image{border:1px solid #000;}
.dnd-upload-status .dnd-upload-details span.has-error{font-weight:600;}
.codedropz-upload-handler{border: 2px solid #213F99;box-shadow: inset 0px 3px 6.79px 0.21px rgb(0 0 0 / 20%);background: #fff;border-radius:0;}
.codedropz-upload-inner h3{margin: 5px 0;font-size: .875em;line-height: 24px;font-family: 'Nunito-Lis', sans-serif;}
.codedropz-upload-container{padding:12px 20px}
/*15-02-2021*/

@media only screen and (min-width: 992px) {
  .next.slick-arrow, .prev.slick-arrow {
    min-width: 90px;
	padding:15px;}
    .next.slick-arrow:after, .prev.slick-arrow:after {
      display: none; }
    .next.slick-arrow:before, .prev.slick-arrow:before {
      display: none; } }

@media only screen and (min-width: 1200px) {
  .next.slick-arrow {
    min-width: 117px;
	padding: 15px 30px 15px 15px;}
  .prev.slick-arrow {
    min-width: 117px;
	padding: 15px 15px 15px 30px;}	
    .next.slick-arrow:after, .prev.slick-arrow:after {
      display: block; }
    .next.slick-arrow:before, .prev.slick-arrow:before {
      display: block; } }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
@media only screen and (min-width: 510px) {
  .events-slider .slick-prev {
    display: block; }
  .events-slider .slick-next {
    display: block; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  footer .row > div {
    display: block; }
  footer ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #home-slider .slider-item {
    padding: 200px 15px 80px; }
  .slide-title {
    font-size: 3em; }
  .col-lg-55 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .event-data {
    position: absolute;
    bottom: -45px; }
  .events-slider .slick-prev {
    left: -60px; }
  .events-slider .slick-next {
    right: -60px; }
  #page-title {
    position: relative;
    min-height: 415px;
    background-size: cover;
    background-position: center;
    padding: 160px 62px 150px; }
  .contact-form-wrap {
    padding: 65px 50px 40px; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .contact-form-wrap {
    padding: 77px 75px 40px;}
    #contact{
      margin-top: -80px; }}

@media only screen and (max-width: 567px) {
  .team_slider .slick-slide.mb-5{margin-bottom:25px !important;}
  .team_slider {padding: 0 40px;width: 90%;margin: 0px auto;}
}
@media only screen and (max-width: 480px) {
  .team_slider {width: 100%;padding:0 25px;}
   /*02-02-2021*/
  .file_upload > button{width:120px;}
  /*02-02-2021*/
}
@media only screen and (max-width: 380px) {
  /*02-02-2021*/
  .file_upload > button{width:100px;}
  .no_file_chossen_div img {max-width: 45px;}
  /*02-02-2021*/
}