@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"),
    url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"),
    url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"),
    url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "DINPro-CondensedRegular";
  src: url("../fonts/DINPro-CondensedRegular.woff2") format("woff2"),
    url("../fonts/DINPro-CondensedRegular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "DINPro-CondensedLight";
  src: url("../fonts/DINPro-CondensedLight.woff2") format("woff2"),
    url("../fonts/DINPro-CondensedLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "DINPro-CondensedBold";
  src: url("../fonts/DINPro-CondensedBold.woff2") format("woff2"),
    url("../fonts/DINPro-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DINPro-CondensedMedium";
  src: url("../fonts/DINPro-CondensedMedium.woff2") format("woff2"),
    url("../fonts/DINPro-CondensedMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --main-blue: #112b36;
  --main-grey: #96aab8;
  --main-red: #a30023;
  --main-pink: #FAFAFA;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  max-width: 2000px;
  margin: auto;
  width: 100%;
}

h2{
  font-family: "DINPro-CondensedMedium";
  font-weight: 500;
  font-size: 46px;
  font-style: italic;
  line-height: 1.2;
}

h2 span {
  font-family: "DINPro-CondensedRegular";
  font-weight: 200;
}

.container {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

button {
  outline: none;
  border: none;
  font-family: "robotoregular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.17;
  cursor: pointer;
  transition: all 0.3s;
}

.bg-heading{
  font-family: "DINPro-CondensedMedium";
font-weight: 500;
 font-size: 24px;
 line-height: 1.17;
 color: #fff;
 display: inline-block;
 padding: 2px 5px;
 font-style: italic;
}

.alert {
  background-color: var(--main-blue);
  padding: 20px 0;
}

.alert-para {
  text-align: center;
  margin-right: 30px;
}

.alert-para p {
  color: #fff;
  font-family: "robotoregular";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

.alert-wrapper {
  position: relative;
}

.dismiss {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  cursor: pointer;
}

.dismiss:hover {
  opacity: 0.8;
}

/*--icon-sec--*/
.icon-sec {
  padding: 6px 0;
}

.icon-sec-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.icon-content {
  padding: 0 15px;
  font-family: "robotoregular";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.17;
  color: var(--main-grey);
  cursor: pointer;
  transition: all 0.3s;
}

.icon-content span:hover {
  color: #a30023;
}

.icon-sec .container {
  max-width: 1260px;
}

/*--nav-bar sec--*/
nav {
  padding: 4px 0;
}
.nav-wrapper {
  display: flex;
  justify-content: space-between;
}

.nav .container {
  max-width: 1260px;
}

.nav-logo {
  max-width: 163px;
  width: 100%;
}

.nav-logo img {
  width: 100%;
}

.nav-logo a {
  cursor: pointer;
  transition: all 0.3s;
}

.nav-logo a:hover {
  opacity: 0.8;
}

.logo-content img {
  max-height: 100%;
}

.nav-menu {
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu-content {
  display: flex;
  justify-content: space-between;
}

.menu-item a {
  font-family: "robotoregular";
  font-weight: 400;
  color: #112b36;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.17;
}

.menu-item {
  padding: 0 30px;
}

/* .nav-btn {
  margin-left: 20px;
} */

.nav-btn button {
  background-color: var(--main-blue);
  color: #fff;
  padding: 12px 18px;
  min-width: 190px;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid #000;
}

.nav-btn button:hover {
  background-color: #fff;
  color: #000;
}

.mbl-icons > div img {
  width: 100%;
}

.mbl-icons > div {
  padding: 0 8px;
  width: 35px;
}

.mbl-icons > div {
  padding: 0 8px;
}

.mbl-icons {
  display: none;
}

.toggler {
  display: none;
}

.toggler img {
  transition: all 0.3s;
  cursor: pointer;
}

.toggler img:hover {
  opacity: 0.6;
}

/*--nav-hover--*/
.nav-menu-content a {
  position: relative;
}

.nav-menu-content a:before {
  content: " ";
  position: absolute;
  bottom: -33px;
  left: 50%;
  background-color: var(--main-red);
  width: 0;
  height: 2px;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.6s;
  transform: translateX(-50%);
}

.nav-menu a:hover::before {
  width: 100%;
}

/*--hero-sec--*/
.hero-sec {
  background-color: var(--main-blue);
  position: relative;
}

.hero-sec:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url("../images/hero-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 63% 0, 40% 100%, 0% 100%);
}

.hero-sec:after {
  position: absolute;
  content: "";
  background: url(../images/hero-side-img.png) no-repeat;
  top: 0;
  left: 0;
  width: 232px;
  height: 115px;
  background-size: cover;
}

.hero-sec .container {
  position: relative;
  z-index: 1;
  min-height: 792px;
  padding: 75px 15px 40px;
  max-width: 1219px;
}

.hero-content {
  position: relative;
  text-align: center;
  height: 486px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content h2 {
  color: #fff;
  font-size: 48px;
}

.hero-content h2 .one {
  color: #000;
  font-size: 48px;
  font-family: "DINPro-CondensedMedium";
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
}

.hero-content h2 .two {
  font-weight: 100;
  font-family: "DINPro-CondensedLight";
}

.hero-content p {
  margin-top: 7px;
  font-family: "DINPro-CondensedRegular";
  color: #fff;
  font-size: 24px;
  font-style: italic;
  line-height: 1.4;
}

.select-box-main {
  margin-top: 57px;
  display: flex;
  justify-content: center;
}

.select-box-main select,
.select-box-main input {
  border: none;
  width: 100%;
  height: 53px;
}

.select-box {
  border-right: 1px solid #ebebeb;
  padding: 0px 10px;
  background: #fff;
  max-width: 285px;
  width: 100%;
}

.select-box-main select:focus,
.select-box-main input:focus {
  border: none;
  outline: none;
}

.select-btn {
  max-width: 285px;
  width: 100%;
}

.select-btn button {
  width: 100%;
  height: 53px;
  background: #a30023;
  color: #fff;
  transition: all 0.3s;
}

.select-btn button:hover {
  opacity: 0.8;
}

.select-box-main select,
.select-box-main input::placeholder,
.select-btn button {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "robotoregular";
}
/*--select-icons--*/
.select-box {
  position: relative;
}

.select-box:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.select-box-one,
.select-box-three {
  padding: 0px 20px 0 45px;
}

.select-box-one:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/select1.png") no-repeat;
  left: 15px;
}

.select-box-two:before {
  background: url("../images/select2.png") no-repeat;
  right: 16px;
}

.select-box-three:before {
  background: url("../images/select3.png") no-repeat;
  left: 15px;
}

.select-box-two {
  position: relative;
}

.select-box-two span {
  position: absolute;
  right: -48px;
  z-index: 2;
  top: -26px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-family: "robotoregular";
  font-size: 14px;
  line-height: 1.4;
  display: none;
}

.select-box-two:hover span {
  display: block;
}

.hero-btm-content h2 {
  color: #d2dfe8;
  font-family: "DINPro-CondensedLight";
  font-size: 47px;
  letter-spacing: -0.2px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 200;
}

.dropdown-heading h2 {
  color: #fff;
}

.dropdown-heading-main {
  display: flex;
  justify-content: space-between;
}

.dropdown-heading {
  margin-left: 57px;
}

.hero-btm-content {
  max-width: 610px;
  text-align: right;
  margin-left: auto;
  padding: 22px 0 0;
}

.dropdown-heading h2 {
  position: relative;
}

.dropdown-heading h2:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/Scroll_Bot.png") no-repeat;
  bottom: -34px;
  left: 52%;
  cursor: pointer;
}

/*---slider-1--*/
.slider-content-main {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}

.slider-sec-main .container {
  max-width: 1308px;
}

.slider-box {
  margin: 0 17px;
}

.slider-sec-main {
  padding: 74px 0;
  border-bottom: 1px solid #e5e5e5;
}

.slider-sec-wrapper h2,
.slider2-sec-wrapper h2 {
  line-height: 1.17;
  text-align: center;
}

/* .slider-sec-wrapper h2 span,
.slider2-sec-wrapper h2 span {
  font-family: "DINPro-CondensedRegular";
  font-weight: 200;
} */

.slider-content-wrapper {
  margin-top: 57px;
}

.slider-text {
  text-align: center;
}

.slider-text h4 {
  font-size: 16px;
  font-family: "robotoRegular";
  font-weight: 400;
}

.slider-text p {
  color: var(--main-grey);
  font-size: 16px;
  margin-top: 3px;
  font-family: "robotoRegular";
  font-weight: 400;
}

.slider-box img {
  width: 100%;
  height: 232px;
  object-fit: cover;
}

.slider-text {
  padding: 15px 0 21px;
}

.slider-text h4:nth-of-type(2) {
  margin-top: 3px;
}

/*--slider-arrows--*/
.slider-content-wrapper {
  position: relative;
}

.priv_arrow,
.next_arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1;
}

.priv_arrow:hover,
.next_arrow:hover {
  opacity: 0.8;
}

.next_arrow {
  right: 0;
}

/*--slider-hover--*/
.slider-box {
  position: relative;
}

.slider-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
  transition-duration: 0.6s;
  width: 0%;
  height: 2px;
  background-color: var(--main-red);
}

.slider-box:hover::before {
  width: 100%;
}

/*--slider-btn--*/

.slider-btn button {
  background: var(--main-red);
  color: #fff;
  max-width: 300px;
  height: 43px;
  padding: 10px 20px;
  margin: 0 10px 8px;
  border: 2px solid var(--main-red);
}

.slider-btn button:hover {
  background: transparent;
  color: var(--main-red);
}

.slider-btn {
  margin: 42px -10px 0;
  width: calc(100% + 20px);
  text-align: center;
}

/*---slider 2---*/
.slider2-sec-main {
  padding: 74px 0;
}

.slider2-box {
  margin: 0 15px;
}

.slider2-sec-main .container {
  max-width: 1312px;
}

.slider2-content-main {
  margin: 0px -15px;
  width: calc(100% + 30px);
}
.slider2-box-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.slider-2-img {
  height: 102px;
  display: flex;
  align-items: center;
}

.slider-2-img img {
  max-height: 100%;
}

.slider2-text {
  margin-top: 37px;
}

.slider2-text h3 {
  font-size: 23px;
  font-family: "DINPro-CondensedMedium";
  font-weight: 500;
  font-style: italic;
  line-height: 1.17;
}
.slider2-text p {
  margin-top: 21px;
  font-family: "robotoregular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.17;
}

.slider2-btn {
  margin-top: 29px;
}

.slider2-btn button {
  min-width: 145px;
  padding: 5px 10px;
  color: #fff;
  background: #96aab8;
  transition: all 0.3s;
}

.slider2-btn button:hover {
  background: var(--main-blue);
}

.slider2-content-wrapper {
  margin-top: 57px;
  position: relative;
}

.privv_arrow,
.nextt_arrow {
  position: absolute;
  top: 10%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}

.privv_arrow:hover,
.nextt_arrow:hover{
  opacity: 0.8;
}

.nextt_arrow {
  right: 0;
}

/*--cta with img--*/

.CWI-wrapper{
  padding: 92px 0 75px;
}

.CWI-wrapper .container{
  max-width: 1260px
}
/*--typography--*/

.CWI-text h4{
 background: var(--main-blue);
}

.CWI-text h2,
.CWI-img-content h2{
 font-family: "DINPro-CondensedBold";
font-weight: 700;
 line-height: 1.16;
 transform: skewX(-12deg);
    font-style: normal;
}


.CWI-text h2{
  margin-top: 3px;
  color: var(--main-blue);
}


.CWI-text h3{
  font-family: "DINPro-CondensedRegular";
font-weight: 300;
line-height: 1.16;
font-size: 43px;
  transform: skewX(-10deg);
  margin-top: 13px;
  font-style: normal;
  
}

.CWI-text p{
 margin-top: 33px;
 font-family: "robotoregular";
 font-weight: 400;
 font-size: 16px;
 color: var(--main-blue);
 line-height: 1.2;
}

.CWI-para{
 margin-top: 24px;
}

.CWI-para p{
 color: var(--main-grey);
 font-family: "DINPro-CondensedMedium";
font-weight: 500;
 margin-top: 10px;
 font-size: 22px;
 word-spacing: 1.4px;
 font-style: italic;
 line-height: 1.17;
}

.CWI-btn{
 width: calc(100% + 20px);
     margin: 28px -10px 0;
}

.CWI-btn button {
 background: var(--main-red);
 color: #fff;
 max-width: 345px;
 height: 43px;
 padding: 10px 20px;
 margin: 0 10px 8px;
 border: 2px solid var(--main-red);
}

.CWI-btn button:hover {
 background: transparent;
 color: var(--main-red);
}


/*---CWI img--*/
.CWI-main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.CWI-text,
.CWI-img{
  width: calc(50% - 16px);
}
.CWI-text {
  padding: 0 22px 0 0
}

.CWI-img img{
  width: 100%;
}

.CWI-img{
  position: relative;
}

.CWI-img-content{
  padding: 47px 10px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  /* left: 44%;
    transform: translatex(-41%); */
}

.CWI-img-content h2 span{
font-weight: 300;
margin-top: 5px;
   display: inline-block;
}

.CWI-img-content h2{
  color: #fff
}

.CWI-img-content h4{
  background: var(--main-grey);
  margin-top: 54px;
}

/*---CWL-sec---*/
.CWL-wrapper{   
  position: relative;
}

.CWL-wrapper:before{
  position: absolute;
  content: "";
  background: url("../images/Calque 2 copie 6.png") no-repeat;
  background-size: 57% 100%;
  clip-path: polygon(0 0, 57% 0%, 43% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  top: 0;
}


.CWL-wrapper .container{
  max-width: 1260px;
}

.CWL-main{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
  padding: 81px 0 72px;
}

.CWL-text h3 {
  font-family: "DINPro-CondensedRegular";
  font-weight: 300;
  line-height: 1.16;
  font-size: 46px;
  transform: skewX(-10deg);
  margin-top: 7px;
}

.CWL-para{
  margin-top: 28px;
}

.CWL-para p{
  color: #fff;
  font-family: "DINPro-CondensedMedium";
    font-weight: 500;
    margin-top: 10px;
    font-size: 22px;
    word-spacing: 1.4px;
    font-style: italic;
    line-height: 1.17;
}

.CWL-text .bg-heading{
  background:  var(--main-blue);
  padding: 4px 10px;
  font-size: 23px;
}

.CWL-text h2{
   font-family: "DINPro-CondensedBold";
   font-weight: 700;
   line-height: 1.16;
   transform: skewX(-12deg);
   font-style: normal;
}

.CWL-left{
  width: calc(60% - 10px);
  /* width: 100%; */
  padding: 0 40px 0 0;
}

.CWL-text{
  max-width: 500px;
  width: 100%;
}

.CWL-right{
  width: calc(40% - 0px);
  margin-top: 25px;
}

.CWL-right-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 65px;
}

.CWL-box-text p{
  margin-top: 10px;
  color: var(--main-grey);
  font-family: "robotoregular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.17;
}
.CWL-box-text-wrapper{
    margin-right: 30px
}

.CWL-box-text h4{
font-family: "DINPro-CondensedMedium";
font-weight: 500;
font-size: 23px;
  font-style: italic;
line-height: 1.17;
}

.CWL-box-icon{
  margin-right: 32px;
  max-width: 68px;
  height: 68px;
}

.CWL-box-icon img{
  max-height: 100%;
}

.CWL-right-box:nth-last-child(1){
  margin-bottom: 0px;
}

.CWL-box-text{
  position: relative;
}

.CWL-box-arrow{
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.CWL-box-arrow:hover{
  opacity: 0.8;
}

.CWL-box-text {
  width: calc(100% - 100px);
}
/*---footer---*/
footer {
  background-color: var(--main-blue);
  padding: 56px 0 43px;
}

footer .container {
  max-width: 1258px;
}

.ftr-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.ftr-col {
  width: calc(25% - 20px);
  margin: 0 10px;
}

footer h5 {
  font-size: 16px;
  line-height: 1.5;
  font-family: "robotoregular";
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.ftr-col:nth-of-type(2) h5 {
  line-height: 1.3;
}

footer a {
  color: var(--main-grey);
  text-decoration: none;
  font-family: "robotoregular";
  font-weight: 400;
  line-height: 1.5;
}

.ftr-logo {
  margin-top: 15px;
}

.ftr-menu {
  margin-top: 25px;
}

.ftr-social-icons {
  margin-top: 16px;
}

.ftr-icons-wrapper {
  display: flex;
  margin: 13px -5px 0;
  width: calc(100% + 10px);
}

.icon {
  padding: 0 5px;
  transition: all 0.3s;
  cursor: pointer;
}

.icon:hover {
  opacity: 0.8;
}

.ftr-col-links a {
  display: block;
}

.select-wrapper {
  max-width: 285px;
  padding: 0 10px;
  background: #fff;
  margin-top: 17px;
}

.select-wrapper select {
  width: 100%;
  border: none;
  outline: none;
  height: 43px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "robotoregular";
  font-weight: 400;
}

.ftr-location-wrapper {
  margin-top: 25px;
}

.location-item {
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
}

.location-item img,
.ftr-tel img {
  padding-top: 7px;
}

.location-item a {
  max-width: 220px;
  padding: 0 15px;
}

.ftr-tel {
  margin-top: 15px;
}

.ftr-tel a {
  padding: 0 6px;
  color: #fff;
}

footer a {
  transition: all 0.3s;
}

footer a:hover {
  color: #fff;
  opacity: 0.9;
}

/*--copyright--*/
.copyright {
  background-color: var(--main-blue);
  padding: 22px 0;
}

.copyright-wrapper {
  text-align: center;
}

.copyright a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: "robotoregular";
  font-weight: 400;
  padding: 0 9px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
}

.copyright span {
  padding: 0 9px;
}

.copyright a:hover {
  text-decoration: underline;
}

.copyright span {
  font-size: 14px;
  line-height: 1.5;
  font-family: "robotoregular";
  font-weight: 400;
  color: #fff;
}

/*---2 column layout sec---*/
.two-col-layout-wrapper .container{
  max-width: 1274px;
}
.left-layout{
  width: calc(100% - 426px);
}

.right-layout{
  max-width: 408px;
  width: 100%;
}

.two-col-layout{
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.L-Layout-img img{
  width: 100%;
}

/*--left layout img sec---*/
.L-layout-img-text{
  margin-top: 48px;
}
.L-layout-img-text h3,
.accordian-sec h3,
.l-layout-list h3{
  font-family: "DINPro-CondensedBold";
  font-weight: 700;
  font-style: italic;
  line-height: 1.17;
  font-size: 36px;
}

.L-layout-img-text h3 span,
.accordian-sec h3 span,
.l-layout-list span{
  font-family: "DINPro-CondensedRegular";
  font-weight: 200;
}

.L-layout-img-text p{
font-family: "robotoregular";
font-weight: 400;
color: #112b36;
text-decoration: none;
font-size: 16px;
line-height: 1.17;
  margin-top: 28px;
}

.L-layout-img-btn button{
  max-width: 346px;
  padding: 10px 20px;
  min-height: 43px;
  background: var(--main-red);
  color: #fff;
border: 2px solid var(--main-red);
  transition: all 0.3s;

}

.L-layout-img-btn {
  padding: 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0px 0;
  background: var(--main-pink);
  border: 1px solid #F0F0F0;
}

.L-layout-img-btn button:hover{
  background: transparent;
  color:  var(--main-red);
}

.CWI-sidebar .CWI-img{
  width: 100%;
  margin-top: 20px
}

.CWI-sidebar .CWI-text{
  width: 100%;
  padding: 0
}

.CWI-sidebar{
  margin-top: 30px
}

/*--accordian--*/
.accordian-sec{
  margin-top: 50px;
}

.accordian-wrapper{
  margin-top: 35px;
}
/*--table--*/
.accordian-table table{
  width: 100%;
  border-spacing: 0;
}

.accordian-table td{
   text-align: center;
   padding: 17px 10px;
   width: 25%;
}

.accordian-table th{
  padding: 16px 10px;
  color: var(--main-grey);
}

.accordian-table tr:nth-of-type(1){
      background: var(--main-pink);
}

.accordian-table tr{
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.accordian-table tr:hover{
   box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px -3px;
}


.accordian-table th {
  font-size: 16px;
   font-family: "DINPro-CondensedRegular";
font-weight: 200;
  line-height: 1.17;
}

.accordian-table td{
  font-family: "DINPro-CondensedMedium";
  font-weight: 500;
  line-height: 1.17;
  font-size: 16px;
}
/*--acoordian head--*/
.accordian-head{
  background-color: var(--main-pink);
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
}

.accordian-head:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px -3px;
  position: relative;
  z-index: 11;
}

.accordian-head h4{
  color: #000;
}

.close .accordian-table {
  height: 0px;
  transform: scaleY(0);
}

/*---accordian open closed styling and img---*/
.open .accordian-head{
  background-color: var(--main-blue);
}

.open .accordian-head h4{
  color: #fff;
}

.arrow-img{
  position: relative
}

.arrow-img:before{
position: absolute;
content: '';
width: 12px;
height: 8px;
  right: 0;
  top: 44%;
}

.open .arrow-img:before{
    background: url("../images/accordian.png") no-repeat;
}

.close .arrow-img:before{
    background: url("../images/accordian-black.png") no-repeat;
}

/*--left-layout-list---*/

.l-layout-list{
  margin-top: 56px;
}

.l-layout-list h4{
  margin-top: 26px;
}

.list-wrapper{
  margin-top: 30px;
}
.list-wrapper ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}

.list-wrapper li{
  width: calc(50% - 12px);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F0F0F0;
  padding: 16px 0;
}

.list-wrapper li span{
  font-size: 20px;
   font-family: "DINPro-CondensedRegular";
  font-weight: 300;
  line-height: 1.17;
}

.list-wrapper li span:nth-of-type(1){
  color: var(--main-grey);
  padding-right: 20px;
}

.list-wrapper li span:nth-of-type(2){
  text-align: right;
}

.l-layout-list h4,
.filter-bar-wrapper h4{
  font-size: 24px;
   font-family: "DINPro-CondensedMedium";
  font-weight: 500;
  line-height: 1.17;
}

/*--map--*/
.map-sec{
  margin-top: 40px;
}
.map iframe{
  width: 100%;
}

.map-img img{
  vertical-align: bottom;
  width: 100%;
}

/*========Right-col-layout=====*/
.detail-box{
  background-color: var(--main-pink);
  padding: 25px 46px;
}

.DB-item{
  display: flex;
  margin-bottom: 30px;
}

.DB-item:nth-last-child(1){
      margin-bottom: 0;
}

.DB-icon {
  margin-right: 14px;
  width: 22px;
  height: 19px
}

.DB-icon img{
  max-height: 100%;
  max-width: 100%;
}

.DB-item p{
  color: var(--main-blue);
    font-family: "robotomedium";
font-weight: 600;
font-size: 16px;
line-height: 1.17;
}

.DB-item p span{
        font-family: "robotolight";
    font-weight: 100;

}

/*--right-layout btn--*/
.RL-btns{
  margin-top: 30px;
}
.RL-btn-main{
  margin-bottom: 20px;
}

.RL-btn-main:nth-last-child(1){
  margin-bottom: 0px;
}


.RL-btn-main button{
  color: #fff;
  width: 100%;
  height: 43px;
  padding: 10px 10px;
  max-width: 420px;
}

.RL-btn-main.blue-btn button{
  background: var(--main-blue);
  border: 2px solid var(--main-blue);
}

.RL-btn-main.blue-btn button:hover{
  background: transparent;
  color: var(--main-blue);
}

.RL-btn-main.red-btn button{
  background: var(--main-red);
border: 2px solid var(--main-red);
}

.RL-btn-main.red-btn button:hover{
  background: transparent;
      color: var(--main-red);
}

/*--RL contact card--*/

.RL-contact-card{
  margin-top: 30px;
  background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 10px -3px, rgba(0, 0, 0, 0.1) -5px -5px 5px -3px;
  padding: 18px;

}

.contact-card-body{
  display: flex;
  justify-content: space-between;
}

.contact-card-img{
  width: 125px;
  height: 133px;
}

.contact-card-img{
  max-width: 100%;
  max-height: 100%;
}

.contact-card-text{
  width: calc(100% - 142px)
}
/*=========2-col layout-end=====*/
/*--filter-bar-sec---*/
.filter-bar-wrapper h4{
  font-style: italic;
}


.filter-bar-main{
  display: flex;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.filter{
  width: calc(33.33% - 20px);
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  background-color: var(--main-pink);
  padding: 10px 20px;
}

.filter input,
.filter select{
  padding: 0 17px;
  border: none;
  width: 100%;
  background:transparent;
}


@media screen and (max-width: 1200px) {
  .menu-item {
    padding: 0 15px;
  }

  .slider2-box {
    margin: 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .alert-para {
    margin-right: 30px;
    text-align: left;
  }

  .menu-item {
    padding: 0 9px;
  }

  .menu-item a {
    font-size: 14px;
  }

  .nav-btn button {
    font-size: 14px;
    min-width: 160px;
  }

  .nav-btn {
    margin-left: 15px;
  }

  /*--footer--*/
  .ftr-col {
    width: calc(50% - 20px);
    margin: 20px 10px;
  }

  .slider-box img {
    height: 230px;
  }

  .slider-sec-wrapper h2,
  .slider2-sec-wrapper h2 {
    font-size: 38px;
  }

  .slider-sec-main {
    padding: 50px 0;
  }

  .slider-content-wrapper {
    margin-top: 35px;
  }
  .slider2-box {
    margin: 0 15px;
  }
  .slider2-content-main {
    margin: 0;
    width: calc(100% + 0px);
}
  /*---CWI--*/
  .CWI-text, .CWI-img {
    width: calc(80% - 0px);
    margin: auto;
}

.CWI-text{
    text-align: center;
    margin-bottom: 30px;
}

.CWI-text {
  padding: 0;
}

.CWI-wrapper,
.slider-sec-main {
    padding: 50px 0;
}

.slider2-sec-main {
  padding: 50px 0;
}

.CWL-left {
  width: calc(100% - 0px);
  padding: 0
}

.CWL-right {
  width: calc(100% - 0px);
 margin-top: 50px;
}

.CWL-wrapper:before{
clip-path: polygon(0 0, 47% 0%, -56% 100%, 0% 100%);
}

.CWL-para p{
  color: var(--main-grey);
  display: none;
}

.CWL-para p:nth-of-type(1){
  display: block;
}

.CWL-left{
  position: relative;
  z-index: 10;
}

.CWL-text{
  max-width: 100%;
  text-align: center;
}

.left-layout{
  width: calc(100% - 0px);
}

.right-layout{
  max-width: 100%;
}

.RL-btn-main button{
  max-width: 100%;
}

.CWI-sidebar{
  display: none;
}
}
@media screen and (max-width: 768px) {
  .slider2-box {
    margin: 0 50px;
  }
  nav {
    padding: 10px 0;
  }

  .icon-sec {
    display: none;
  }

  .toggler {
    display: block;
  }

  .mbl-icons {
    display: flex;
    align-items: center;
  }

  #toggler-icon-closer {
    display: none;
  }

  .nav-wrapper {
    align-items: center;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-menu-content {
    flex-direction: column;
  }

  .closer {
    order: 1;
  }

  .nav-logo {
    order: 2;
  }

  .mbl-icons {
    order: 3;
  }

  .nav-menu {
    order: 4;
  }

  .nav-wrapper {
    flex-wrap: wrap;
  }

  .menu-item {
    padding: 14px 10px;
  }

  .menu-item a {
    font-size: 16px;
  }

  .nav-btn {
    margin: 0 -15px;
    width: calc(100% + 30px);
    margin-top: 130px;
  }

  .nav-btn button {
    width: 100%;
  }

  .nav-menu-content a:before {
    bottom: -5px;
  }
  /*---hero-sec-mbl--*/
  .select-box-main {
    flex-wrap: wrap;
  }

  .select-box,
  .select-btn {
    max-width: 100%;
    margin: 5px 0;
  }

  .hero-btm-content {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }

  .dropdown-heading-main {
    justify-content: center;
  }

  .dropdown-heading {
    margin-left: 20px;
  }

  .hero-content h2 .one {
    color: #fff;
  }

  .hero-content h2 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 20px;
  }

  .hero-sec .container {
    min-height: 100%;
    padding: 31px 15px 50px;
  }

  .hero-content {
    justify-content: flex-start;
    height: max-content;
  }

  .select-box-main {
    margin-top: 27px;
  }

  .hero-btm-content h2 {
    font-size: 38px;
  }

  .hero-sec:before {
    height: 87%;
    clip-path: polygon(0 0, 44% 0%, 0% 100%, 0% 100%);
  }

  .slider-box img {
    height: 290px;
  }

  .select-box-two:hover span {
    display: none;
  }

  /*---cwi sec--*/
  .CWI-text, .CWI-img {
    width: calc(100% - 0px);
}

.CWI-text{
    margin-bottom: 30px;
}

.slider2-sec-main{
  border-bottom: 1px solid #e5e5e5;
}

.CWI-text h2{
  font-size: 38px;
}

.bg-heading {
  font-size: 20px;
}

.CWI-text h3 {
  font-size: 30px;
}

.CWI-para p {
  font-size: 20px;
}
}

@media screen and (max-width: 600px) {
  .CWI-btn button{
    font-size: 14px;
    padding: 10px 10px;
  }

  .ftr-col {
    width: calc(100% - 0px);
    margin: 0px 0px 23px;
  }

  .ftr-wrapper {
    margin: 0;
    width: calc(100% + 0px);
  }

  footer {
    background-color: var(--main-blue);
    padding: 30px 0 0;
  }

  .ftr-logo {
    margin: 0;
  }

  footer .col-3,
  footer .col-4 {
    display: none;
  }

  footer h5 {
    font-size: 15px;
  }

  .copyright span {
    width: 100%;
    display: inline-block;
  }
  .col-1-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .ftr-menu {
    padding-right: 42px;
  }

  .ftr-logo {
    max-width: 106px;
    width: 100%;
    margin: auto;
  }

  .ftr-logo img {
    width: 100%;
  }

  .ftr-menu,
  .ftr-social-icons {
    margin-top: 0;
  }

  .copyright {
    padding: 17px 0;
  }

  .slider-btn {
    margin: 20px -10px 0;
  }

  .CWL-right-box{
    text-align: center;
    justify-content: center;
}

.CWL-box-text{
    width: calc(100% - 0px);
    margin-top: 20px;
}

.CWL-box-arrow{
    display: none
}

.CWL-box-text-wrapper {
    margin-right: 0px;
}

.CWL-box-icon {
    margin-right: 0;
}
}
@media screen and (max-width: 480px) {
  .hero-sec:before {
    height: 70%;
    background-size: cover;
    clip-path: polygon(0 0, 50% 0%, 0% 100%, 0% 100%);
  }

  .hero-content h2 {
    max-width: 75%;
    margin: 0 auto;
    font-size: 30px;
  }

  .hero-btm-content h2 {
    font-size: 27px;
  }

  .hero-content p {
    display: none;
  }

  .select-box-main select,
  .select-box-main input,
  .select-btn button {
    height: 44px;
  }

  .select-box,
  .select-btn {
    margin: 0 0 13px 0;
  }

  .slider-box img {
    height: 220px;
  }

  .slider-sec-wrapper h2,
  .slider2-sec-wrapper h2 {
    font-size: 30px;
  }

  .slider-btn button {
    min-width: 230px;
    font-size: 14px;
  }

  .slider-content-main {
    padding: 0;
  }

  .slider2-box {
    margin: 0;
  }

  /*--CWI sec--*/
  .CWI-img-content h2 {
    font-size: 38px;
  }

  .CWI-img-content h4 {
    margin-top: 25px;
}
.CWI-img-content h2 {
  font-size: 30px;
}

.select-wrapper{
  max-width: 100%;
}

.two-col-layout {
  padding: 50px 0;
}
}

@media screen and (max-width: 375px) {
  .hero-btm-content {
    text-align: left;
  }

  .hero-btm-content h2 {
    font-size: 20px;
  }

  .hero-content h2 {
    font-size: 27px;
  }

  .hero-sec .container {
    padding: 31px 15px 27px;
  }

  .dropdown-heading {
    margin-left: 0;
  }

  .dropdown-heading-main {
    justify-content: space-between;
    padding-right: 35px;
    margin-top: 10px;
  }

  .dropdown-heading h2:before {
    bottom: 0px;
    left: auto;
    right: -30px;
  }

  .hero-btm-content {
    padding: 11px 0;
  }

  .ftr-menu {
    padding-right: 13px;
  }

  .CWI-btn button{
    font-size: 13px;
    padding: 10px 8px;
  }
}
@media screen and (min-width: 769px) {
  #menu {
    display: flex !important;
    width: auto !important;
  }

  #toggler-icon-closer {
    display: none !important;
  }
}
/* @media screen and (min-width: 1600px) {
.slider2-box{
  width: calc(25% - 116px) !important;
  margin: 0 58px;
} 
} */
