@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/**  font-family: "Montserrat", sans-serif;**/
/**
.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

***/
@font-face {
    font-family: 'Heading Pro Trial';
    src: url('../fonts/HeadingProTrial-ExtraBold.eot');
    src: url('../fonts/HeadingProTrial-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeadingProTrial-ExtraBold.woff2') format('woff2'),
        url('../fonts/HeadingProTrial-ExtraBold.woff') format('woff'),
        url('../fonts/HeadingProTrial-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heading Pro Trial';
    src: url('../fonts/HeadingProTrial-Bold.eot');
    src: url('../fonts/HeadingProTrial-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeadingProTrial-Bold.woff2') format('woff2'),
        url('../fonts/HeadingProTrial-Bold.woff') format('woff'),
        url('../fonts/HeadingProTrial-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heading Pro Trial';
    src: url('../fonts/HeadingProTrial-Book.eot');
    src: url('../fonts/HeadingProTrial-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeadingProTrial-Book.woff2') format('woff2'),
        url('../fonts/HeadingProTrial-Book.woff') format('woff'),
        url('../fonts/HeadingProTrial-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heading Pro Trial';
    src: url('../fonts/HeadingProTrial-ExtraLight.eot');
    src: url('../fonts/HeadingProTrial-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeadingProTrial-ExtraLight.woff2') format('woff2'),
        url('../fonts/HeadingProTrial-ExtraLight.woff') format('woff'),
        url('../fonts/HeadingProTrial-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
html{
    scroll-behavior:smooth;
}

/* CSS Document */
h1, h2, h3, h4, h5, h5 {    font-family: 'Heading Pro Trial';
  font-weight: 600;
}
header {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  z-index: 99;
position: absolute;
    top: 0;
    background: none;
}
ul {margin: 0; padding: 0; list-style: none;}
body {        font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}
.bg-light {
  background-color: #fff !important;
}
.blue-bg {
  background: #00b7e8;
  color: #fff;
}
.blue-bg p {
  color: #fff;
}
.white-btn {
  color: #fff;
  border: solid 1px #fff;
}
.blue .fa-angle-right:before {
  margin: 63px 0 0 0;
  line-height: 10px;
  float: left;
  font-size: 22px;
}
a:hover {
  text-decoration: none;
}
*:after, *:before, p a, a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/*******300621v1tav*********/
.iconobx {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  margin: 11px 0 0 0;
}
.iconobx img {
  width: 35px;
}
/**go to top here**/
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  animation: MenuSlideDown .3s linear;
  -moz-animation: MenuSlideDown .3s linear;
  -ms-animation: MenuSlideDown .3s linear;
  -o-animation: MenuSlideDown .3s linear;
  -webkit-animation: MenuSlideDown .3s linear;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 2px 0;
  z-index: 99999;
}
.sticky {
  padding: 0;
}
.sticky .logo-name h2 {
  font-size: 15px;
  margin: 0px 0 1px 0;
  padding: 0;
}
.sticky .logo-main {
  max-width: 93px;
}
.sticky .logo-2 {
  width: 30px;
}
.sticky .logo-name .appro {
  margin: 0;
}
.sticky .logo-name .tag-line {
  font-size: 16px;
  margin-top: 0;
}
.trent-ment-btn:hover {
  color: #000;
}
.sticky .search-bar {
  display: block;
}
@-webkit-keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
@keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
#back-top {
  height: auto;
  width: auto;
  padding: 9px;
  position: fixed;
  bottom: 7px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
}
#back-top img {
  width: 25px;
  display: block;
  margin: 0 auto;
}
#back-top a {
  font-size: 27px;
  color: #fff;
  text-decoration: none;
  background: #2b5f45;
  /* background: -moz-linear-gradient(left, #f37c12 0%, #eb4645 100%);
  background: -webkit-linear-gradient(left, #f37c12 0%, #eb4645 100%);
  background: linear-gradient(to right, #f37c12 0%, #eb4645 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37c12', endColorstr='#eb4645', GradientType=1);*/
  display: block;
  padding: 5px 5px 5px 11px;
  border-radius: 50%;
  border: solid 2px #fff;
  height: 50px;
  width: 50px;
  outline: none;
  line-height: 37px;
}
/**go to top here end**/
/*******landingpage code************/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

/***commen***/
.allhead {
    text-transform: uppercase;
    font-size: 37px;
    color: #fff;
    font-weight: 600;
	margin-bottom: 30px;
}



.allhead  i{color: #efac01; font-style: normal; }
/**************header*****************/
.lobxe {
    width: fit-content;
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    margin: 0 0 0 5%;
}

.lobxe img{
    width: 246px;
}
/**************topbannerbox*****************/

.topbannerbox{
    position: relative;
    background: #facd5d;
    padding: 29px 0 0 0;
}
.topbannerbox img {width: 100%;}

.topbannerbox .container{    position: absolute;
    top: 18%;
    left: 0;
    right: 0;}
.forxe {float: right;}

.topbannerbox .container .forxe img {width: 100%;}

.mobilebnr.bneose {display: none;}

/***form bxo**/
.forxe {
    position: absolute;
    right: 4% !important;
    width: 350px;
    top: 14% !important;
    border-radius: 15px;
    overflow: hidden;
}

/**************modbbone*****************/

.modbbone {
    background: #facd5d;
    padding: 60px 0;
}

.bneose {
    display: inline-block;
    vertical-align: middle;
    max-width: 550px;
    width: 100%;
}

.riboxe{
    display: inline-block;
    vertical-align: middle;
    width: 54%;
    font-size: 31px;
    font-weight: 700;
    line-height: 41px;
}

/**************modbbdone*****************/
.modbbdone  {
    padding: 50px 0;
    text-align: center;
}

/**************modbbdone*****************/
.desd {
    width: 100%;
}

.desdmob {display: none;   width: 100%;}
/**************modbb modbbdthree*****************/
.modbbdthree {
    position: relative;
}

.modbbdthree  .container {
    position: absolute;
    top: 51px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.sildesd {
    background: #eef2ef;
    padding: 13px;
    border-radius: 12px;
    min-height: 249px;
}

#reviews .item  {padding: 10px;   border-radius: 15px; background: #DFE0E1;
background: linear-gradient(90deg, rgba(223, 224, 225, 1) 0%, rgba(255, 255, 255, 1) 100%);}
.owl-carousel .owl-item .sildesd  img {
    width: auto;
    object-fit: contain;
    height: 55px;
    text-align: center;
    margin: 0 0 13px 0;
}

.sildesd p strong {
    display: block;
}

.slibixe {
    position: relative;
}

#reviews {width: 90%; margin: 0 auto;}

.slibixe::before {position: absolute; height: 100px; width: 100%; border-radius: 50px; background: #facd5d; content: ""; top: 40%;}

.notex {
    color: #fff;
    margin: 65px 0 0 0;
}

.uldes li {
    position: relative;
    padding: 0 0 0 40px;
}

.uldes li span {
    background: #fdc010;
    display: block;
    width: fit-content;
    color: #2b5f45;
    padding: 2px 6px;
    font-weight: 700;
    position: absolute;
    left: 0;
    font-size: 17px;
}

.furlime {
    object-fit: cover;
    width: 100%;
    height: 758px;
}

/**************modbbdone*****************/
/**************modbbdone*****************/
/**************modbbdone*****************/
/**************modbbdone*****************/
/**************modbbdone*****************/
/**************modbbdone*****************/
/**************modbbdone*****************/
/**************modbbdone*****************/

/**************footer*****************/

footer{
    background: #facd5d;
    text-align: center;
    color: #000;
    padding: 15px 0;font-weight: 500;
}

footer p {
    margin: 0;
}
/**************topbannerbox*****************/
