/*---------------------------------------
  1. TYPOGRAPHY                
-----------------------------------------*/
/* FONTS */
@import url("https://fonts.googleapis.com/css?family=Lato|Montserrat|Poppins");
@font-face {
    font-family: 'CorbelRegular';
    src: url('../fonts/corbel-webfont.eot');
    src: url('../fonts/corbel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corbel-webfont.woff') format('woff'),
         url('../fonts/corbel-webfont.ttf') format('truetype'),
         url('../fonts/corbel-webfont.svg#CorbelRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CorbelBold';
    src: url('../fonts/corbelb-webfont.eot');
    src: url('../fonts/corbelb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corbelb-webfont.woff') format('woff'),
         url('../fonts/corbelb-webfont.ttf') format('truetype'),
         url('../fonts/corbelb-webfont.svg#CorbelBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CorbelItalic';
    src: url('../fonts/corbeli-webfont.eot');
    src: url('../fonts/corbeli-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corbeli-webfont.woff') format('woff'),
         url('../fonts/corbeli-webfont.ttf') format('truetype'),
         url('../fonts/corbeli-webfont.svg#CorbelItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CorbelBoldItalic';
    src: url('../fonts/corbelz-webfont.eot');
    src: url('../fonts/corbelz-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corbelz-webfont.woff') format('woff'),
         url('../fonts/corbelz-webfont.ttf') format('truetype'),
         url('../fonts/corbelz-webfont.svg#CorbelBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.bcXTho{margin: 0 auto;}
.gHitNV {
    float: left;
    padding-left: 11px;
}
.hqjFgT {
    float: left;
}
.kZzuBe{
  margin: 0px;
}
.video-container {
    position: relative;
    padding-bottom: 100%;
    height:100%;
  
}
 
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    height: 100%;
    margin:0px;
}
/* --------------------------------------
  2. GLOBAL STYLES
-----------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

/*------ width < 75em ------*/
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%; } }

/*------ width < 61.94em ------*/
@media only screen and (max-width: 61.94em) {
  html {
    font-size: 53.13%; } }

/*------ width < 48em ------*/
@media only screen and (max-width: 48em) {
  html {
    font-size: 50%; } }

body {
  font-family: 'Gothic A1', sans-serif;
  color: #353434;
  font-size: 1.6rem;
  background-color: #fff;
  line-height: 1.6;
  letter-spacing: .08rem;
  font-weight: 400; }

.heading-primary {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: 'CorbelBold', sans-serif;
}

.heading-secondary {
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 2rem 0;
  font-family: 'Lato', sans-serif;
}

.heading-tertiary {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
}

p {
  /* font-family: "Montserrat", sans-serif; */
  font-size: 16px;
  font-weight: 400;
  color: #353434;
  line-height: 23px;
  margin: 1rem 0;
  }

ul,
ol {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

img {
  width: 100%;
  height: auto; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #353434; }

button,
button:hover,
button:focus,
button:active {
  text-decoration: none;
  outline: none; }

.padding {
  padding: 70px 0;
  position: relative; }
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
}

.grid-booking {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}
.grid-booking img{
  width: 85%;
}
.step-content {text-align:right;font-family: 'Gothic A1', sans-serif;font-size: 20px;}

.step-content-one {
text-align:left;
font-family: 'Gothic A1', sans-serif;
font-size: 20px;
}
@media (max-width: 400px) {
.grid-booking img{
  width: 75%;
}
.step-content {text-align: center;padding: 0px 20px;font-size: 17px;}
.step-content-one {text-align: center;padding: 0 20px;font-size: 17px;}
}
@media (max-width: 575px) {
.grid-booking img{
  width: 65%;
}
.step-content {text-align: center;padding: 0px 20px;font-size: 17px;}
.step-content-one {text-align: center;padding: 0 20px;font-size: 17px;}
}
@media (max-width: 768px) {
.grid-booking img{
  width: 65%;
}
.step-content {text-align: center;padding: 0px 20px;font-size: 17px;}
.step-content-one {text-align: center;padding: 0 20px;font-size: 17px;}
}

.step-title {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 100;
  font-family: 'CorbelBold', sans-serif;
}

.step-title.margin-bottom {
  font-size: 23px;
  font-weight: 400;
}

.step-number {
  color: #338c8f;
  font-size: 200px;
  line-height: 1;
  font-weight: 900;
}

.step2-3 {
  position: relative;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

@media (max-width: 991px) {
 
  .grid-booking {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .step1-2 {
    display: none;
  }
  .step2-3 {
    display: none;
  }
}

@media (max-width: 767px) {
 
  .grid-booking {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }
  .step-number {
    display: block;
    font-size: 100px;
  }
  .step1-2 {
    display: none;
  }
  .step2-3 {
    display: none;
  }
}

#w-node-cfe90f3668f5-93838a4b {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-cfe90f3668f5-93838a4b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfe90f3668f5-93838a4b {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cfe90f3668f5-93838a4b {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

#w-node-515374b61794-93838a4b {
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-column: 4;
  grid-column-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-515374b61794-93838a4b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-515374b61794-93838a4b {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-515374b61794-93838a4b {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
  }
}

#w-node-bacabf00c2ae-93838a4b {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

@media screen and (max-width: 991px) {
  #w-node-bacabf00c2ae-93838a4b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bacabf00c2ae-93838a4b {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bacabf00c2ae-93838a4b {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
  }
}

#w-node-b0bd46d0da4f-93838a4b {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 3;
}

@media screen and (max-width: 991px) {
  #w-node-b0bd46d0da4f-93838a4b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0bd46d0da4f-93838a4b {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0bd46d0da4f-93838a4b {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
}

#w-node-5303a01b79a7-93838a4b {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 8;
  grid-row-start: 6;
}

@media screen and (max-width: 991px) {
  #w-node-5303a01b79a7-93838a4b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-5303a01b79a7-93838a4b {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row: 9;
    grid-row-start: 9;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-5303a01b79a7-93838a4b {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
}

#w-node-ff6ac3df56c5-93838a4b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ff6ac3df56c5-93838a4b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ff6ac3df56c5-93838a4b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-495f1592f9c7-93838a4b {
  -ms-grid-column-span: 1;
  grid-column-end: 8;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-495f1592f9c7-93838a4b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-495f1592f9c7-93838a4b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-516aeab3048e-93838a4b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
  -ms-grid-row: 8;
  grid-row-start: 8;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-516aeab3048e-93838a4b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-516aeab3048e-93838a4b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-85c2abac1652-93838a4b {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-abd2b01cbc4a-93838a4b {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 8;
  -ms-grid-row: 6;
  grid-row-start: 4;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e8e19a175eb6-93838a4b {
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-column: 4;
  grid-column-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 6;
}

@media screen and (max-width: 991px) {
  #w-node-e8e19a175eb6-93838a4b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e8e19a175eb6-93838a4b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 2;
    grid-row-end: 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e8e19a175eb6-93838a4b {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 12;
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
}


#w-node-9a58be65fda8-ab5be695 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-9a58be65fda8-b3f11e2c {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-cca2dfc6e299-48b0a555 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-cca2dfc6e299-48b0a555 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

#w-node-8230695a2f1c-48b0a555 {
  -ms-grid-row: span 5;
  grid-row-start: span 5;
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-8230695a2f1c-48b0a555 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

#w-node-90264208d62e-48b0a555 {
  -ms-grid-row: span 5;
  grid-row-start: span 5;
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-90264208d62e-48b0a555 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;

    grid-column-end: span 1;
  }
}

#w-node-2c44ace88e2c-48b0a555 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (max-width: 991px) {
  #w-node-2c44ace88e2c-48b0a555 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

#w-node-d280fa0b4a9d-48b0a555 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

@media screen and (max-width: 991px) {
  #w-node-d280fa0b4a9d-48b0a555 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

#w-node-18a5a07f1c3f-48b0a555 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-18a5a07f1c3f-48b0a555 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

#w-node-9a58be65fda8-2385f998 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}



/*------------ PRELOADER --------*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden; }

.no-js #loader-wrapper {
  display: none; }

#loader {
  position: relative;
  top: 50%;
  margin: 0 auto;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: .2rem solid transparent;
  border-color:#fff;
  z-index: 1000;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

#loader:before {
  content: "";
  position: absolute;
  top: .5rem;
  left: .5rem;
  right: .5rem;
  bottom: .5rem;
  border-radius: 50%;
  border: .2rem solid transparent;
  border-top-color: #00b09b;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

#loader:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border-radius: 50%;
  border: .2rem solid transparent;
  border-top-color: #00b09b;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999; }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  -o-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/*----------------- BUTTON STYLE----------------- */
.button:link,
.button:visited {
  margin: 10px auto 0;
  padding: 10px 15px;
  color: #353434;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: .2rem;
  -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  }

.button.btn-hover {
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  border: 2px solid #f9427e;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  }
.button-two.btn-hover {
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  border: 1px solid #000000;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  }
  .button-three.btn-hover {
  cursor: pointer;
  position: relative;
  border: 1px solid #bfbebe;
  padding: 8px 12px;
  background: none;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  }
.button.btn-hover:hover {
  color: #000 !important;
  background-color: transparent;
  text-shadow: inherit; }

.button.btn-hover:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
  border-radius:30px; }

.button.btn-hover:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #00b09b;
  background: -webkit-linear-gradient(to left, #96c93d, #00b09b);
  background: linear-gradient(to left, #96c93d, #00b09b);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
  
.button-two.btn-hover:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #000 !important;
  }

/*------ Scroll to Top------- */
#scroll-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  display: none;
  z-index: 9;
  background: #00b09b;
  background: -webkit-linear-gradient(to left, #96c93d, #00b09b);
  background: linear-gradient(to left, #96c93d, #00b09b);
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s; }

#scroll-to-top i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px; }

#scroll-to-top:hover {
  background: #00b09b;
  background: -webkit-linear-gradient(to left, #00b09b, #96c93d);
  background: linear-gradient(to left, #00b09b, #96c93d);
  color: #fff; }

/*------- hr style------ */
.hr-title {
  display: flex;
  flex-direction: row;
  align-items: center; }

.headerhr {
  flex-grow: 1;
  height: 1px;
  margin: 0 0 0 1rem;
  background-color: rgba(53, 52, 52, 0.2); }

.ready {
  background: #333333;
  padding: 160px 0px 70px;
  position: relative; }
/* --------------------------------------
  3. NAVIGATION
-----------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  background: transparent;
  z-index: 99;
  min-height: 70px;
  font-family: "Poppins", sans-serif; }

.navbar-brand .logo {
  /*width: 56%;*/
  margin-top: 0.5rem;
  }

.navbar .icon-bar {
  color: #353434;
  margin-right: 15px; }

.navbar .navbar-nav .active {
  color: #00b09b !important; }

.navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  font-family:"Poppins", sans-serif, 'FontAwesome';
  color:#000000;
  padding: 10px;
  font-weight: 500;
  font-size:15px;
  letter-spacing: .5px; }
.white{
  color:#FFFFFF;
  }
.mt-50{
margin-top:-15%;
}
.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  font-family:"Poppins", sans-serif, 'FontAwesome';
  padding: 10px;
  font-weight: 500;
  color:#FFFFFF;
  font-size:16px;
  letter-spacing: .5px; }
 .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link-black {
  text-align: center;
  font-family:"Poppins", sans-serif, 'FontAwesome';
  padding: 10px;
  font-weight: 500;
  color:#000;
  font-size:15px;
  letter-spacing: .5px; }
.nav-scroll .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  font-family:"Poppins", sans-serif, 'FontAwesome';
  padding: 10px;
  font-weight: 500;
  color:#000;
  font-size:15px;
  letter-spacing: .5px; }
/*.nav-scroll {
  background: #fff;
  transition: background-color .5s ease 0s;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05); }
*/
.black{
  color:#000000;
  }
.nav-scroll .icon-bar {
  color: #353434;
  margin-right: 15px; }

.nav-scroll .navbar-nav .active {
  color: #00b09b !important; }

.nav-scroll .navbar-nav .nav-link {
  color: #353434; }
.tick ul{
  margin-top: 0px;
  }
.tick li:before {
  content: '\2714\0020';
  color:#14aa00;
  font-weight:600;
}
.tick-red li:before {
  content: '\2718\0020';
  color: #FF0000;
  font-weight:600;
}
.tick-orange li:before {
  content: '\2714\0020';
  color: #f58220;
  font-weight:600;
}
.tick-light-green li:before {
  content: '\2714\0020';
  color: #5ee200;
  font-weight:600;
}
.round-black li:before {
  content: '\2022';
  color: #000;
  font-weight:800;
}
/*------ width < 991px ------*/
@media (max-width: 991px) {
  .navbar .navbar-nav .active {
    color: #00b09b !important; }
  .navbar-collapse {
    background: #f6f7f6;
    } }

@media (max-width: 768px){
  .navbar-brand .logo {
  width: 30%;
  margin-top: .4rem; }
  .navbar{
    background:#f6f7f6;
    position: fixed;
    -webkit-box-shadow: 0 5px 6px -6px #777;
       -moz-box-shadow: 0 5px 6px -6px #777;
            box-shadow: 0 5px 6px -6px #777;
  }
}
@media (max-width: 575px){
  .navbar-brand .logo {
  width: 30%;
  margin-top: .4rem; }
  .navbar{
    background:#f6f7f6;
     position: fixed;
    -webkit-box-shadow: 0 5px 6px -6px #777;
       -moz-box-shadow: 0 5px 6px -6px #777;
            box-shadow: 0 5px 6px -6px #777;
  }
}
@media (max-width: 400px){
  .navbar-brand{
    width: 75%;
  }
  .navbar-brand .logo {
  width: 40%;
  margin-top: .4rem; }
  .navbar{
    background:#f6f7f6;
     position: fixed;
    -webkit-box-shadow: 0 5px 6px -6px #777;
       -moz-box-shadow: 0 5px 6px -6px #777;
            box-shadow: 0 5px 6px -6px #777;
  }
}

/* line */
nav .line li a {
  position: relative; }

nav .line li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #353434;
  height: 1px;
  -webkit-transition: all .5s;
  transition: all .5s; }

.nav-scroll .line li a:after {
  background: #00b09b; }

nav .line li a:hover:after {
  width: 100%; }

/*---------------------------------------
  4. HEADER                
-----------------------------------------*/
/*--------------home------------------*/
.home {
  background: url("../img/hero-bg-03.png") no-repeat center;
  background-size: cover;
}
.pt-15{
  padding-top:15%;
}
.pt-10{
  padding-top:10%;
}
.pt-18{
  padding-top:18%;
}
.pb-15{
  padding-bottom:15%;
}
.p-8{
  padding-bottom:5%;
  padding-top: 5%;
}
.pb-8{
  padding-bottom:8%;
}
.pt-8{
  padding-top:4%;
}
.p-0{
  padding: 0px;
}
.pb-5{
  padding-bottom:5%;
}
.pb-25{
  padding-bottom:25%;
}
/*--------------bounce------------------*/
@-webkit-keyframes bounce {
  0% {
    background-position: 50% calc(50% - 4em), 50% calc(50% + .4em);
    }
  40% {
    background-position: 50% 50%, 50% calc(50% + .3em);
    }
  45% {
    background-position: 50% 50%, 50% calc(50% + .3em);
    }
  50% {
    background-position: 50% 50%, 50% calc(50% + .3em);
    }
  100% {
    background-position: 50% calc(50% - 4em), 50% calc(50% + .3em);
    }
}
  
/*--------------bounce------------------*/
@keyframes bounce {
  0% {
    background-position: 50% calc(50% - 4em), 50% calc(50% + .4em);
    }
  40% {
    background-position: 50% 50%, 50% calc(50% + .3em);
    }
  45% {
    background-position: 50% 50%, 50% calc(50% + .3em);
    }
  50% {
    background-position: 50% 50%, 50% calc(50% + .3em);
    }
  100% {
    background-position: 50% calc(50% - 4em), 50% calc(50% + .3em);
    }
}

/*------ width < 991px ------*/
@media (max-width: 991px) {
  .home {
    padding: 0px 0px 150px;
  background: url("../img/hero-bg-04.png") no-repeat center;
  background-size: cover;}
}

/*-------home title subtitle link-----------------*/
.hero-content .content .title {
  font-size: 60px;
  line-height: 55px;
  color: #fff;
  font-family:'CorbelBold';
  font-weight: 700; 
  }
.hero-content .content .title span {
  font-family:'CorbelRegular';
  font-weight:100;
 }
 .hero-content .content .title-one {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-family:'CorbelBold';
  font-weight: 700; 
  }
.hero-content .content .subtitle {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-top: 10px; }

.hero-content .button {
  z-index: 1; }

.hero-content .content a {
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius:30px;
  color:#FFFFFF;
  background-color: #ed145b; }
 
 .button-one {
  display: inline-block;
  font-size: 14px;
  padding: 5px 20px;
  letter-spacing: 2px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 400;
  /* border-radius:30px; */
  border: 1px solid #f59ebb;
  color:#FFFFFF;
  background-color: #ed145b;
  }
.button-one a{
  display: inline-block;
  font-size: 14px;
  padding: 7px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  /* border-radius:30px; */
  border: 1px solid #f59ebb;
  color:#FFFFFF;
  background-color: #ed145b;
  }
.hero-content .content a i {
  padding-left: 1rem;}
.hero-img {
  padding-left: 50px; }

/*------ width < 991px ------*/
@media (max-width: 991px) {
  .hero-img {
    padding-left: 0px; } }

/*------ width < 768px ------*/
@media (max-width: 768px) {
  .hero-content {
    text-align: center;
    margin: 0 auto; } }
/*------ width < 575px ------*/
@media (max-width: 575px) {
  .hero-content {
    text-align: center;
    margin: 0 auto; }
  .hero-content .content .title {
    font-size: 46px;
    line-height: 44px;
    }
  .hero-content .content .title-one {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-content .content a {
    font-size: 12px;
    padding: 6px 20px;
  }
}
/*------ width < 400px ------*/
@media (max-width: 400px) {
  .hero-content {
    text-align: center;
    margin: 0 auto; }
  .hero-content .content .title {
    font-size: 46px;
    line-height: 44px;
    }
  .hero-content .content .title-one {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-content .content a {
    font-size: 12px;
    padding: 6px 20px;
  }
}
/* --------------------------------------
  5. ABOUT
-----------------------------------------*/
.about .hr-title h2 {
  flex-grow: 0; }

.about .about-content {
  padding-left: 50px; }
.justify{
 text-align:justify;
 }
/*------ width < 991px ------*/
@media (max-width: 991px) {
  .about .about-content {
    padding-left: 15px; } }

/*------ width < 600px ------*/
@media (max-width: 600px) {
  .about .about-content {
    margin-top: 20px; } }

/* --------------------------------------
  6. ABOUT-LIST
-----------------------------------------*/
.about-list {
  background: #429b01;
 }

.about-list .about-item .text-center {
  margin: 0px;
  padding-left:10px;
  padding-right:10px;
  color:#FFFFFF;
 }
 .about-list .about-item .text-center h1{
  font-size: 68px;
  font-weight:900;
  font-family:"Poppins", sans-serif;
 }
 .about-list .about-item .text-left {
  margin: 0px;
  padding-top:53%;
  padding-bottom:20%;
  padding-left:15px;
  padding-right:15px;
  background: #fff;
  font-size:14px;
  line-height:25px;
 }
 .about-list .about-item .text-left h4{
  color:#009933;
  text-align:center;
  margin:0px;
  padding:20px 0px;
  font-size:18px;
  }
.align-bottom{
-webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  }
.about-list .about-item:hover .icon {
  color: #fff; }

.about-list .about-item:hover .icon:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }



.about-list .about-item .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #F7CA18;
  display: inline-block;
  font-size: 40px;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#96c93d), to(#00b09b));
  background: linear-gradient(to bottom right, #96c93d, #00b09b);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.about-list .about-item .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #F7CA18;
  top: 0;
  right: 0;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#00b09b), to(#96c93d));
  background: linear-gradient(to bottom right, #00b09b, #96c93d);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all .4s;
  transition: all .4s; }

.about-list .about-item h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px; }

.about-list .about-item h4 {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px; }
.about-list .about-item h6 {
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 100;
  margin-bottom: 15px;
  }

.c-pricing-price3 {
  font-size: 90px;
  font-weight: 900;
  text-align:center;
  margin-bottom:11%;
  line-height: 60px;
}
.font-size-normal-1 {
  font-size: 23px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 575px){
  .about-img{
    display: none;
  }
  .button-one{
    margin-bottom: 10px;
  }
  .about-content{
    text-align: center;
  }

}
@media (max-width: 400px){
  .about-img{
    display: none;
  }
  .button-one{
    margin-bottom: 10px;
  }
  .about-content{
    text-align: center;
  }

}
@media (max-width: 678px){
  .about-img{
    display: none;
  }
  .button-one{
    margin-bottom: 10px;
  }

}
/*------ width < 991px ------*/
@media (max-width:991px) {
  .about-list .text-center p {
    padding: 0 10px;
  }
}
/*------ width < 991px ------*/
@media (max-width:762px) {
  .about-content{
    text-align: center;
  }
}

.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  background-color: #f3f2f2;
  border: 1px solid #e8e7e7;
  /* border-radius: 20px; */
  }

.form input:focus,
.form textarea:focus {
  border:none;
  outline: none; }

.form textarea {

  height: 100px;
  max-height: 100px;
  max-width: 100%; }

/* --------------------------------------
  10. PORTFOLIO
-----------------------------------------*/
.portfolio {
  color: #353434; }

.portfolio .port-title {
  float: none;
  margin: 0 auto;
  margin-bottom: 20px; }

.portfolio .port-title p {
  padding: 0 10rem; }

.portfolio .filter-port {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
  /* margin-left: 15px; */
  }

.portfolio .filter-port .btn {
  z-index: 1;
  color: #353434;
  border-radius: 4px;
  }

.portfolio .filter-port li {
  padding: 7px 20px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 1px;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  }

.portfolio .filter-port .active {
  color: #000;
  box-shadow: 0 0.5em 0.5em -0.4em #F7CA18; }

.portfolio .filtr-item {
  padding:10px; }

.portfolio .port-caption {
  position: relative; }

.portfolio .port-caption img {
  height: auto;
  width: 100%;
  max-width: 100%;  
  border-radius: 2px; }

.portfolio .port-caption .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: ease-out .3s;
  -moz-transition: ease-out .3s;
  -o-transition: ease-out .3s;
  transition: ease-out .3s;
  opacity: 0;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px); }

.portfolio .port-caption .overlay:focus {
  outline: none; }

.portfolio .port-caption .overlay span,
.portfolio .port-caption .overlay i {
  color: #fff; }

.portfolio .filtr-item:hover .overlay {
  margin: 1.5rem;
  background: #00b09b;
  background: -webkit-linear-gradient(to left, rgba(150, 201, 61, 0.5), rgba(0, 176, 155, 0.5));
  background: linear-gradient(to left, rgba(150, 201, 61, 0.5), rgba(0, 176, 155, 0.5));

  opacity: 1;
  -webkit-transform: translateX(0);


  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.portfolio .port-caption .info-content {
  position: relative;
  /* top: 20px; */
  /* left: 20px; */
  text-align: center;
  width: 129px;
  padding: 23% 0;
  margin: 0 auto;
  /* vertical-align: middle; */
  }

.portfolio .port-caption .info-content h4 {
  color: #fff;
  font-size: 20px;
  position: relative; }

.portfolio .port-caption .info-content p {
  font-size: 15px;
  color: #d8d7d79c; }

.portfolio .port-caption .view-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: left; }
.portfolio .port-caption .view-demo {
  /* position: absolute; */
  /* bottom: 25%; */
  /* right: 33%; */
  text-align: center;
  background: white;
  padding: 4px 15px;
  border-radius: 20px;
  border: 1px solid #ccc;
  }
  .portfolio .port-caption .book-now {
  /* position: absolute; */
  /* bottom: 42%; */
  /* right: 34.3%; */
  text-align: center;
  background: white;
  padding: 4px 15px;
  /* line-height: 23px; */
  border-radius: 20px;
  margin-bottom: 3px;
  border: 1px solid #ccc;
  }
.portfolio .port-caption:focus,
.portfolio .filtr-item:focus,
.portfolio .port-caption img:focus,
.portfolio .port-caption a:focus {
  outline: none; }

/*------ width < 991px ------*/
@media (max-width: 991px) {  
  .portfolio .port-title p {
    padding: 0 5rem;
  }
}

/*------ width < 575px ------*/
@media (max-width: 575px) {
  .portfolio .port-title p {
    padding: 0;
  }
  .portfolio .filter-port {
    padding: 0 15px;
  }
  .portfolio .filter-port li {
    margin-bottom: 7px;
  }

}

/* --------------------------------------
  11.TEAM
-----------------------------------------*/
.team .team-info {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-align: center; }

.team .team-info:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 176, 155, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .35s ease 0s; }

.team .team-info:hover:before {
  opacity: 1; }

.team .team-info .view-content {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%; }

.team .team-info .view-content:after,
.team .team-info .view-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all .7s ease 0s; }

.team .team-info .view-content:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(0, 1);
  transform-origin: 0 0 0; }

.team .team-info .view-content:after {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(1, 0);
  transform-origin: 100% 0 0; }

.team .team-info:hover .view-content:after,
.team .team-info:hover .view-content:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: .15s; }

.team .team-info .title {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin-top: 60px;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform .5s ease 0s; }

.team .team-info:hover .title {
  opacity: 1;
  transform: translate3d(#000); }

.team .team-info .post {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background: #00b09b;
  background: -webkit-linear-gradient(to left, #96c93d, #00b09b);
  background: linear-gradient(to left, #96c93d, #00b09b);
  opacity: 0;
  border-radius: 0 19px;
  transform: translate3d(0, -50px, 0);
  transition: all .7s ease 0s;
  text-transform: capitalize;
  display: inline-block; }

.team .team-info .icon {
  padding: 0; }

.team .team-info:hover .post {
  opacity: 1;
  transform: translate3d(#000);
  transition-delay: .15s; }

.team .team-info .icon {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all .7s ease 0s; }

.team .team-info:hover .icon {
  bottom: 20px;
  opacity: 1;
  transition-delay: .15s; }

.team .team-info .icon li {
  display: inline-block; }

.team .team-info .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #00b09b;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 5px;
  transition: all .4s ease 0s; }

.team .team-info .icon li a:hover {
  color: #fff;
  background: #00b09b;
  background: -webkit-linear-gradient(to left, #96c93d, #00b09b);
  background: linear-gradient(to left, #96c93d, #00b09b); }

/*------ width < 991px ------*/
@media only screen and (max-width: 991px) {
  .team .team-info {
    margin-bottom: 30px; } }



/* --------------------------------------
  13. PRICES
-----------------------------------------*/
.light-yellow{
  background:#faff70;
}
.light-green{
  background:#aeff75;
}
.light-blue{
  background:#8ed1ff;
}
.light-orange{
  background: #ffd370;
}
.orange{
  background: #ff4700;
}
.light-violet{
  background: #cda2fb;
}
.rayan{
  background: #16f78f;
}
.blue{
  background:#006cff;
  }
.red{
  background:#ff0036;
  }
.green{
  background:#14aa00;
  }
.grey{
  background: #727272;
}
.yellow{
  background:#ffff00;
  }
.rose{
  background:#eb008b;
  }
.violet{
  background:#5f009c;
}
.price .item {
  margin-top: 2rem;
  padding-bottom: 4rem;
  margin-bottom: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 5px;
  min-height: 325px;
  }
.price .type h4 {
  font-size: 15px;
  padding: 5px 0;
  color:#FFFFFF;
  margin-bottom:0px;
  border-radius: 2px;
  }
.price .value h1 {
    font-size: 35px;
    font-weight: 600;
    padding-top: 10px;
    color: #000;
    margin-bottom: 0px;
 }
  .price .value h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
    margin-bottom: 0px;
 }
.price .value h4 {
  font-size: 16px;
  /* padding: 5px 0; */
  padding-bottom: 57px;
  padding-top:10px;
  color:#000;
 }
.price .value h5 {
  font-size: 15px;
  /* padding: 5px 0; */
  padding-bottom: 40px;
  padding-top:10px;
  color:#000;
 }
.price .value {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  }
.package-top{
  margin-left: 20px;
  margin-right: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.package-bottom{
  margin-left: 20px;
  margin-right: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.price .value:after {
  content: '';
  width: 100px;
  height: 1px;
  /* background: #d8d7d79c; */
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  }

.price .value h3 {
  font-size: 16px;
  display: inline-block;
  font-weight:600;
  position: relative;
  }
.price .value h6 {
  font-size: 30px;
  display: inline-block;
  font-weight:900;
  position: relative;
  }
.price .value h3 span {
  font-size: 11px;
  position: absolute;
  top: 0;
  left: -10px; }

.price .features {
  margin-bottom: 0px;
  padding: 10px;
  }
.price .features h4{
  color:#000000;
  text-align:center;
  margin:0px;
  padding:20px 0px;
  font-size:17px;
}
  .price .features h1{
  color:#000000;
  text-align:center;
  margin:0px;
  font-size: 65px;
  line-height: 70px;
  }
  .border-one{
    border: 1px solid #ccc;
  }
  .price .features li {
  font-size: 14px;
  color: #353434;
  margin-bottom:0px;
  padding-bottom: 8px;
  }

.price .features li:last-child {
  margin-bottom: 0; }

.price .order .button {
  z-index: 1; }
.order .button {
  z-index: 1;
  text-align:center;
  background: #ed145b;
  color: white;
  border-radius: 30px;
  }
.price .active {
  color: #000; }
.type{
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.price .active .type h4 {
  font-weight: 500; }

.price .active .features li {
  color: #000; }

.price .active .button {
  color: #fff; }

/* --------------------------------------
  14.PROCESS
-----------------------------------------*/
.process {
  background: #767676; }

.process .p-list {
  text-align: center;
  border-radius: 4px;
  padding: 20px; }

.process .p-list .icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 2rem;
  width: 100px;
  height: 100px;
  box-shadow: 0 2px 2px #00b09b;
  padding: 10px;
  color: #353434;
  font-size: 45px;
  line-height: 100px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-transition: -moz-transform 1s, cubic-bezier(0.075, 0.82, 0.165, 1) ease 0.4s;
  -o-transition: -o-transform 1s, cubic-bezier(0.075, 0.82, 0.165, 1) ease 0.4s;
  -webkit-transition: -webkit-transform 1s, cubic-bezier(0.075, 0.82, 0.165, 1) ease 0.4s;
  transition: transform 1s, cubic-bezier(0.075, 0.82, 0.165, 1) ease 0.4s; }

.process .p-list .icon:hover {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.process .p-list h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px; }

.process .p-list p {
  font-size: 15px; }

/* --------------------------------------
  15.TESTIMONIALS
-----------------------------------------*/
.test {
  background: #FFFFFF;
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
  }

.testimonials .client-area {
  margin-bottom: 20px; }

.testimonials .client-area .img {
  display: inline-block; }

.testimonials .client-area .author {
  width: 100px;
  height: 100px;
  border-radius: 7%;
  overflow: hidden;
  float: left;
  margin-right: 4%;
  /* margin: 0 auto 15px; */
  margin-bottom: 10px;
  }

.testimonials .client-area h6 {
  font-weight: 400;
  font-size: 19px;
  /* text-transform: uppercase; */
  margin-bottom: 5px;
  color: #000;
  text-align: left;
  }

.testimonials .client-area span {
  font-size: 12px;
  letter-spacing: 1px;
  color: #d8d7d79c; }

.testimonials p {
  margin-bottom: 15px;
  color: rgb(0 0 0 / 70%);
  text-align: justify;
  /* padding-left: 20px; */
  }

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #00b09b;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
  transform: translate3d(0px, -50%, 0px) scale(0.7); }

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 2rem; }

.owl-carousel .owl-dots .owl-dot {
  display: inline-block; }

.owl-carousel .owl-dots .owl-dot span {
  background: #5f5b5b;
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin: 0 2px 5px;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  }

/* --------------------------------------
  16. BLOG
-----------------------------------------*/
.blog {
  background: url("../img/grey-bg.png") no-repeat top;
  background-size: 100%;
  padding-top: 8%;
  padding-bottom:16%;
  }

.blog .text-center p {
  padding-bottom: 5rem; }

.blog-item {
  color: #353434;
  background: #fff;
  padding: 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  border: 1px solid #eae7e7;
  }

.blog-item:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); }

.blog-img {
  position: relative; }

.blog-img .post-date {
  background: #00b09b;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0;
  /* margin: 5px; */
  width: 59px;
  height: 40px;
  text-align: center;
  transition: all 0.50s ease;
  /* border-radius: 50px; */
  }

.blog-img .date {
  display: block;
  font-size: 15px;
  font-weight: 700; }

.blog-img .month {
  display: block;
  font-size: 8px;
  text-transform: uppercase; }

.blog-item .headerhr {
  margin: 0; }

.blog-item .post-meta {
  font-size: 12px;
  font-weight: 400;
  padding-top: 2rem; }

.blog-item .post-meta ul li {
  margin-right: 10px;
  display: inline-block;
  font-style: italic; }

.blog-item .post-meta ul li i {
  padding-right: 2px; }

.blog-item .post-title {
  margin: 0px 0 20px;
  }

.blog-item .post-title a {
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.blog-item .post-title h3 {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #353434;
  }

.blog-item:hover h3 {
  color: #00b09b; }

.blog-item .post-content p {
  color: rgba(53, 52, 52, 0.7);
  font-size: 13.2px;
  font-weight: 400; }

.blog-item .post-content .button {
  z-index: 1;
  padding: 10px;
  color: #353434;
  font-weight: normal;
  text-transform: initial;
  text-shadow: none;
  border: 1px solid #ccc;
  }

.blog-item .fa-long-arrow-right {
  margin-left: 15px;

  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.blog-item:hover .fa-long-arrow-right {
  -webkit-animation: push 2s infinite;
  animation: push 2s infinite; }

/* ----- push animation---------*/
@-webkit-keyframes push {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px); }
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

/* -------- push animation ------- */
@-moz-keyframes push {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0); }
  40% {
    transform: translateX(15px); }
  60% {
    transform: translateX(10px); } }

/* -------- push animation ------- */
@keyframes push {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -ms-transform: translateX(15px);
    transform: translateX(15px); }
  60% {
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

/* ----------------------------------------------------------------
  17. Clients Logo
-----------------------------------------------------------------*/
.clients {
  background: #f3f3f4;
 }

.clients .owl-carousel {
  margin-bottom: -20px; }

.clients .client-logo {
  opacity: 1; }



.clients .client-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  vertical-align:middle; }

.clients img:hover {
  -webkit-filter: none;
  filter: none; }
.column {
  flex: 12%;
  max-width: 13%;
  padding: 0 5px;
}

.column img {
  margin-top: 20px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
/* --------------------------------------
  18. CONTACT
-----------------------------------------*/
.contact {
  font-family: "Poppins", sans-serif;
   }

.contact .cont-title p {
  font-size: 16px;
  font-weight: 400; }

.contact .info {
  margin-top: 30px; }

.contact .info li {
  margin-bottom: 15px; }

.contact .info li:last-child {
  margin-bottom: 0; }

.contact .info li .icon,
.contact .info li i {  
  float: left;
  color: #fff;
  background: #00b09b;
  background: -webkit-linear-gradient(to left, #96c93d, #00b09b);
  background: linear-gradient(to left, #96c93d, #00b09b);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  z-index: 1; }
  .contact .social-links{
    margin-left:55px;
  }
.contact .social-links li .icon,
.contact .social-links li i {
  float: left;
  color: #4e4a4a;
  background: #00b09b;
  background: -webkit-linear-gradient(to left, #96c93d, #00b09b);
  background: #e2e2e2;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  line-height: 33px;
  font-size: 14px;
  /* border-radius: 50px; */
  -moz-border-radius: 50px;
  /* -webkit-border-radius: 50px; */
  z-index: 1;
  }

.contact .info li p {
  display: inline-block;
  color: #353434;
  margin-left: 55px;
  font-size: 17px;
  line-height:30px;
  }

.contact .info li h5 span {
  font-weight: 700;
  margin-left: 15px;
  display: inline-block;
  font-size: 21px;
  line-height: 40px;
  }

.contact .contact-form input {
  border-radius: .2rem; }

.contact .contact-form .button {
  display: inline-block;
  margin: 0 auto;
  padding: 1rem;
  z-index: 1;
  background: #fff;
  /* border-radius: .2rem; */
  }

.contact .contact-form {
  margin-top: 30px; }

.contact .contact-info .item {
  margin-top: 30px; }

.contact .contact-info .item .icon {
  float: left;
  font-size: 25px;
  color: #d8d7d79c; }

.contact .contact-info .item .cont {
  margin-left: 50px; }

.contact .contact-info .item .cont h6 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.contact .contact-info .item .cont p {
  font-size: 13px; }

.contact .form input,
.contact .form select,
.contact .form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background-color: #e9e7e7;
  border: 1px solid #cccccc;
  }

.contact .form input:focus,
.contact .form textarea:focus {
  border:none;
  outline: none; }

.contact .form textarea {

  height: 160px;
  max-height: 160px;
  max-width: 100%; }

/* --------------------------------------
  MAP

-----------------------------------------*/
#map {
  height: 500px;
  position: relative; }

/* --------------------------------------
  19. FOOTER
-----------------------------------------*/
.footer-bottom {
background:#aee461;
 }
 .footer-bottom h5{
  font-size:17px;
  }
.footer-bottom h4{
  font-size:19px;
  font-weight: 400;
  }
.footer-top {
  background: url("../img/footer-bg.png") no-repeat center;
  background-size: cover;
  padding-top:5%;
  padding-bottom:15%; }
.footer li {
  padding: 5px 0; }
.footer {
background:#282828;
 }
.footer .form-control {
  height: 40px;
  border: 1px solid #00b09b;
  border-radius: 0;
  font-size: 15px;
  padding-left: 2rem; }

.footer .form-control:focus {
  box-shadow: none;
  border: 1px solid #00b09b; }

.footer .btn {
  min-height: 40px;
  border-radius: 0;
  background: #00b09b;
  color: #fff;
  font-size: 15px;
  padding: 0 2rem; }

.footer .fa-angle-double-right {
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.footer ul li:hover .fa-angle-double-right {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite; }
  .nav-foot{
  float:right;
  }
.nav-link-foot {
    /* display: block; */
    padding: 5.5rem 1rem;
    padding-bottom: 0px;
    float: left;
 }
 @media (max-width: 575px){
  .footer-bottom{
    padding-top: 11%;
  }
  .nav-link-foot{
    padding: 2rem 1rem;
    font-size: 15px;
    line-height:30px;
    text-decoration: underline;
    float: none;
  }
 }

 @media (max-width: 768px){
  .footer-bottom{
    padding-top: 11%;
  }
  .nav-link-foot{
    padding: 2rem 1rem;
    font-size: 15px;
    line-height:30px;
    text-decoration: underline;
    float: none;
  }
 }
/* ---------- bounceRight ----- */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }

/* ---------- bounceRight ----- */
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0); }
  40% {
    transform: translateX(-15px); }
  60% {
    transform: translateX(-10px); } }

/* ---------- bounceRight ----- */
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px); }
  60% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); } }

.footer hr {
  margin-top: 50px; }

.footer .social-links {
  margin: 20px 0;
  text-align: center;
  float: right;
  }

@media (max-width: 575px){
  .footer .social-links {
    float: none;
  }
  .make-in-india{
    display: none;
  }
  .foot-logo{
    display: none;
  }
}
@media (max-width: 768px){
  .footer .social-links {
    float: none;
  }
  .make-in-india{
    display: none;
  }
  .foot-logo{
    display: none;
  }
}
.footer .social-links ul li {
  display: inline-block;
padding: 0; }
  
.footer .social-links ul li a {
  width: 35px;
  height: 35px;
  line-height: 38px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  background: #00b09b;
  background: -webkit-linear-gradient(to left, #96c93d, #00b09b);
  background: linear-gradient(to left, #96c93d, #00b09b);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  display: inline-block;
  margin: 0 2px;
  /* float: right; */
  }

.footer .social-links ul li a:hover {
  color: #00b09b;
  background: #fff;
  box-shadow: 0 0.5em 0.5em -0.4em #00b09b; }

.copyright {
  text-align: left;
  color:#ade361;
  margin-top: 30px;
  }

.copyright h5 {
  font-weight: 400;
  font-size:17px; }
.star-ratings-sprite {
  font-size: 0;
  height: 30px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 12%;
  margin: 0 auto;
  }

  
}


/*------ width < 575px ------*/
@media (max-width: 575px) {
  .footer {
    text-align: center; } 
  .footer h3 {
      margin-top: 10px; } 
  .copyright h5 {
    text-align: center;
  }
    }
/*------ width < 768px ------*/
@media (max-width: 768px) {
  .footer {
    text-align: center; } 
  .footer h3 {
      margin-top: 10px; } 
  .copyright h5 {
    text-align: center;
  }
    }
.form span{
  font-size: 15px;
  padding-left: 5px;
}
.modal-header h5{
  padding-left: 24px;
  font-size: 19px;
}
.modal-header span{
  font-size: 30px;
}