@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

body,html{
    margin: 0px;
    padding: 0px;
   font-family: 'Roboto', sans-serif;
   font-weight:400;   
   color: #000;

}
*, *::before, *::after {
    box-sizing: border-box;
}
.no-scroll {
    overflow: hidden;
    max-height: 100vh
}
.nofloat{
    margin: auto;
    float: none;
}
.nomarg{
margin: 0!important;
}
p,li {
    font-size: 25px;
    line-height: 39px;
    font-weight: 400;
    text-align: left;
    color: #000;
    margin-bottom: 25px;
}
p strong {
    /*font-size: 32px;*/
    color: #f58220!important;
    line-height: 44px;
}
.flexmiddle {
    display: flex;
    align-items: center;
}
.fulres{
width: 100%;
}
.posrel{
position: relative;
}
.section{
  margin-top:135px;
}
.containerc{
  width:85%;
  margin:auto;
  max-width:1920px;
}
.containerd{
  width:80%;
  margin:auto;
  max-width:1920px;
}
.containere{
  width:54%;
  margin:auto;
  max-width:1920px;
}
h2, .h2 {
    font-size: 55px;
    margin: 0 0 40px 0;
}
h2 div {
    font-size: 35px;
}
#toTop {
    position: fixed;
    right: 15px;
    bottom: 30px;
    margin: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
        width: 35px;
    cursor: pointer;
    background-color: #feb658;   
    height: 35px;
        border-radius: 35px;
        text-align: center;
}
#toTop i {
    font-size: 18px;
    color: #fff;
     line-height: 32px;
    padding-bottom: 3px;
}
.shows {
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
#mainmenu {
    width: 100%;
    z-index: 2;
    pointer-events: none;       
}
.activem{
border-bottom: 2px solid #f58220;
}
.bsvdp361 {   
    padding: 24px 24px 0px 0px;
    z-index: 3;
}
.tpflx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    align-items: center;
    color: #fff;
    pointer-events: all;
    max-width: 1920px;
    position: relative
}
.logo {
    max-width: 272px;
}
.tmenu {
    display: flex;
    align-items: center;
}
.tmenu a, .gkkl {
    font-size: 25px;
    margin: 0px 0px 0px 76px;
    position: relative;
    font-weight: 500;
    color: #000;
    transition: .3s;
    padding-bottom: 5px;
}
.tmenu .skewb{
     margin-right: 0!important;
     padding-bottom: 11px!important;
}
.tmenu .skewb:hover{
     color: #f58220!important;
}
.tmenu a:hover {
    color: #f58220;
}
.nav-link i {
    display: inline-block;
    margin-left: 8px;
    color: #000;
    font-size: 18px;
}
.tmenu .nav-item {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    position: relative;
}
.submn {
    position: absolute;
    list-style: none;
    width: 300px;
    top: 50px;
    background: rgb(255, 255, 255, 0.91);
    left: 65%;
    transform: translateX(-50%);
    padding: 20px 0px 20px 0px;
    display: none;
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.10);
    border-radius: 16px;
    z-index: 30;
    backdrop-filter: blur(22px);
    
}
.submncon {
    max-width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    font-weight: 500;
    align-items: stretch;
}
.submncon a {
    margin: 0px 18px;
    font-size: 18px;
    position: relative;
    width: 100%;
    padding: 11px 13px;
    display: flex;
    color: #000;
    align-items: center;
}
.submncon a:hover {
    color: #f58220!important;
}

.tlwzjg281 {
position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.tlwgfa013 {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 0;
}
.tlwgnc662 {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.tlwbru270{
 margin-top: 35px;
 z-index: -1;
}
.tlwiej250 {
    max-width: 35%;
}
.tlwiej250 h1 {
    color: #fff;
    font-size: 53px;
    line-height: 64px;
    margin-top: -8%;
}
.tlwiej250 h2 {
    color: #fff;
    font-size: 73px;
}
.skewb {
    background: linear-gradient(45deg, #4248fe, #7cb9f3);
    display: inline-flex;
    border-radius: 32px;
    border: 2px solid #4044ff;
    color: #fff;
    padding: 11px 30px 11px 72px;
    font-size: 24px;
    font-weight: 600;
    transition: all .3s;
    margin-top: 20px;
    cursor: pointer;
    align-items: center;
    margin-right: 20px;
    position: relative;
}
.skewb img{
max-width: 55px;
position: absolute;
left: 0;
    transition: all .3s;
}
.skewb:hover {
    background: linear-gradient(45deg, #182CEE, #1B7FF3);
    box-shadow: 5px 5px 20px 0px rgb(0, 0, 0, 0.35);
    color: #fff;
}
.skewb:hover img{
transform-origin: center;
transform: rotate(45deg);
}
.tlwfnd891{
    background: #000000;
    text-align: right;
    padding: 12px;
}
.tlwfnd891 a{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.tlwmtj822 {
    position: absolute;
    left: 0;
    bottom: 0;
}
.tlwiej250 .skewb{
margin-top: 0px;
}
.tlwmyg875 {
    background-image: url("../images/UI home final-15.png");
    background-repeat: repeat-x;
  background-size: 50%;
  background-position-y:bottom; 
  animation: moveBackground 40s linear infinite;
    height: 100%;
    width: 200%;
    position: absolute;
}
@keyframes moveBackground {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 100%;
  }
}
.tlwkuk230 {
    background: #f7be26;
    position: relative;
    overflow: hidden;
}
.tlwapv356{
    padding: 100px 0px;
}
.whitehd{
color: #fff!important;
}
.tlwvxq929 {
    background: #fff;
    border: 2px solid #f58220;
    border-radius: 20px;
    width: 22%;
    padding: 36px;
    position: relative;
    box-shadow: 2px 6px 20px 1px rgb(0, 0, 0, 0.20);
}
.tlwvhv246{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 80px;
}
.tlwjys061{
    margin-top: 4%;
}
.tlwvxq929 img {
    position: absolute;
    border-radius: 100%;
    border: 17px solid #f7be26;
    top: -10%;
    left: -10%;
    width: 125px;
}
.tlwvxq929 h3 {
    font-size: 28px;
    margin-top: 63px;
}
.tlwvuq778 {
    max-width: 88%;
}
.tlwfmb212 {
    border-radius: 34px;
    box-shadow: 16px 13px 20px 0px rgb(0, 0, 0, 0.20);
}
.product-shortcode {
    margin-top: -5%;
}
.product-shortcode .sld1 {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 43px;
}
.product-shortcode .tlwfmb212  {
    width: 40%!important;
    padding-left: 10px;
}
.product-shortcode .owl-dots {
    position: absolute;
    bottom: 7%;
    right: 17%;
}
.product-shortcode .owl-dots::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 44%;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    transform: translateY(-50%);
    z-index: 1;
}
.product-shortcode .owl-dot {
    display: inline-block;
    z-index: 2;
    position: relative;    
    margin: 10px 28px;
}
.product-shortcode .owl-dot:first-child {
    margin-left: 0px!important;
}
.product-shortcode .owl-dot:last-child {
    margin-right: 0px!important;
}
.product-shortcode .owl-dot button {
    border-radius: 50%;
    background-color: #fff;
    color: #f58220;
    border: none;
    font-size: 23px;
    width: 50px;
    height: 50px;
    transition: all .3s;
}
.product-shortcode .owl-dot.active button{    
    background-color: #d0771c;
    color: #fff;
}
.product-shortcode .owl-dot button:hover{    
    background-color: #000;
    color: #fff;
}
.tlwasl301 {
    margin-top: 14%;
    margin-left: 7%;
    background: #ff9d38;
    width: 60%;
}
.tlwqmv928 {
    font-weight: 600;
    font-size: 65px;
}
.product-shortcode h3{
    font-size: 37px;
}
.product-shortcode p{
    max-width: 73%;
}
.tlwvab243 {
    background: linear-gradient(45deg, #f48120, #f7d82d);
    padding: 100px 0px;
}

.cursor {
opacity: 0;
	position: absolute;
		background: #ff9d38;
	cursor: pointer;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	z-index: 1;
	transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
		0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
	user-select: none;
	pointer-events: none;
	transform: scale(0.8);
	backdrop-filter: blur(1px);

	&.active {
		opacity: 1;
		transform: scale(8);
		background: rgb(0, 0, 0, 0.2);
		transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
			0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
	}
}

.cursor::before {
	content: "";
	width: 50px; 
    height: 50px;
    background-image: url(../images/hand.svg);
    background-size: 20%;
    background-repeat: no-repeat;
	position: absolute;
	top: 20%;
	left: 20%;
	display: block;
	opacity: 0;
	color: #fff;
}

.cursor.active::before {
	opacity: 1;
}
.ovflhid{
    overflow: hidden;
}
.counter-box {
    font-size: 65px;
    margin-bottom: 10px;
    font-weight: 600;
}
.tlwtds296 {
    background: #fcf0ac;
    padding: 50px 0px;
}
.tlwnpa499 {
    width: 25%;
    text-align: center;
}
.tlwwxl245 {
    font-weight: 600;
    font-size: 30px;
}
.tlwysy975{
    display: flex;
    justify-content: space-between;
}

.inputicon {
    padding: 23px 35px 23px 65px;
    background: url("../images/Home UI-31.png") no-repeat 12px center;
    background-size: 25px;
    background-color: #fff;
    border: none;
    font-size: 16px;
    width: 54%;
    min-width: 400px;
    margin-bottom: 0;
    outline: none;
}
.inputiconmen {
    background: url("../images/UI home final-30.png") no-repeat 12px center; 
    background-size: 28px;
    background-color: #fff;  
}
.vistalri921 {
    background: linear-gradient(45deg, #f48120, #f7d82d);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 130px;
    border-radius: 32px;
}
.vistagfb489{
    display: flex;
    align-items: center;
    margin-top: 32px;
    justify-content: center;
}
.vistagfb489 .vwf687{
margin-top: 0px!important;
}
.vwf687 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: all 333ms ease;
    padding: 20px 50px;
    background: #0c123a;
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
}
.ButtonText,
.ButtonIcon {
  color: inherit;
  transition: all 33ms ease;
}
.vwf687 .ButtonText {
  transition: all 333ms ease;
  transform: translateX(0);
}
.vwf687 .ButtonIcon {
  font-size: 24px;
  transform: translateX(0);
  transition: all 333ms ease;
   margin-left: 18px;
  max-width: 50px;
}
.vwf687:hover .ButtonText {
  transform: translateX(32px);
}
.vwf687:hover {
  background: #a75900;
}
.vwf687:hover .ButtonIcon {
  transform: translateX(32px);
  opacity: 0;
}
form button {
    border: none;
}
.footer{
    background: linear-gradient(180deg, #fcf4c1, #ffffff);
    position: relative;
    padding: 100px 0px;
}
.tlwoks965 {
    width: 47%;
}
.tlwhfy928 {
    width: 30%;
}
.tlfffy628 {
    width: 23%;
}
.tlwoks965 img {
    width: 302px;
    display: block;
    margin-bottom: 12px;
}

.tlwzpt122 {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.tlwzpt122 img {
    max-width: 45px;
}
.tlwzpt122 div {
    font-weight: 400;
    font-size: 25px;
    padding-left: 16px;
}
.tlwqwv832 {
    font-weight: 600;
    font-size: 38px;
    max-width: 82%;
    padding-left: 10px;
    margin-bottom: 37px;
}
.tlwuhg699 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    max-width: 40%;
}
.tlwpem706{
    margin-top: 0px;
}
.tlwpem706 h4 {
    font-size: 42px;
    margin-bottom: 33px;
}
.tlwpem706 a {
    font-size: 25px;
    display: block;
    margin-top: 12px;
    margin-left: 50px;
    transition: all .3s;
}
.tlwpem706 a:hover {
color: #f58220;
}
.tlwigm910 {
    padding-left: 30px;
    font-size: 18px;
    margin-top: 85px;
}
form input, form select, form textarea {
    border: none;
    border-bottom: 1px solid #a6a6a6;
    width: 100%;
    margin-bottom: 20px;
    background: transparent;
}
.sticky {
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 99;
    position: relative;
    background: rgb(255, 255, 255, 0.59);
    backdrop-filter: blur(12px);
    padding: 0px 16px!important;
    border-radius: 15px;
    width: 100%!important;
}
.tlwoxh294 {
    font-size: 34px;
    font-weight: 600;
    margin-top: 25px;
}
.tlwswo056 {
    margin-top: 12%;
    max-width: 300px;
}
.tlwopd065{

}
.background-text {
      transition: 1s ease-in-out all;
      text-align: left;
      list-style: none;
      padding-left: 0px;
 }
.background-text__item {
      font-weight: 900;
      font-size: 100px;
      line-height: 120px;
      color: #fff;
      margin: 20px 0;
}

.tlwznq405{
background: linear-gradient(45deg, #f48120, #f6c92b);
padding: 20px 0px;
}
.tlworz365{

}
.tlwjyf936{

}
.myvisible{
display: none!important;
}
.menuout{
top: 20px!important;
}
.tlwiaa618 {
    border-radius: 12px;
    border: 1.5px solid #f58220;
    box-shadow: 3px 3px 20px 0px rgb(0, 0, 0, 0.17);
    margin: 25px 0px;
    padding: 16px 35px;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
}
.tlwtln951{
    max-width: 94%;
}
.tlwkls739{
    width: 19%!important;
    padding: 20px;
}
.tlwkls739 img {
    position: initial;
    border-radius: 0;
    border: none!important;
    top: -10%;
    left: -10%;
    width: 107px;
    margin-bottom: -40px;
    filter: brightness(0);
}
.tlwpnv086 {
    max-width: 88%;
    margin-left: auto;
}
.serlists {
    margin: 22px 0 0px 0;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    line-height: 28px;
}
.serlists img {
    max-width: 45px;
    margin-right: 17px;
    display: inline-block;
    margin-top: 0px;
}
.serlists div {
    display: inline-block;
    vertical-align: middle;
    max-width: 88%;
}
.slidfifa {
    display: inline-block;
    width: 58%;
    z-index: 1;
    margin-left: -5%;
    border-top-left-radius: 30px;
    overflow: hidden;
    border-bottom-left-radius: 30px;
}
.slidfifa img{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.slidfifb {
    display: inline-block;
    width: 46.99%;
    background: linear-gradient(45deg, #f48120, #f7d82d);    
    border-top-right-radius: 30px;       
    border-bottom-right-radius: 30px;
}
.sldflim {
    width: 100%;
}
.sldfrcon {
    display: inline-block;
    padding: 100px 60px;
    width: 68%;
    margin-left: 10%;
}
.tlwmpa250{
max-width: 1920px;
margin: auto;
}
.bbp .panel-heading {
    padding: 10px 15px 10px 0px;
    color: #000;
}
.bbp .panel-group {
    margin-left: 10px;
}
.bbp .panel-title {
    font-size: 28px;
}
.bbp .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
.bbp .panel {
    border-radius: 26px;
    border: 2px solid #f58220;
    box-shadow: 4px 3px 20px 0px rgb(0, 0, 0, 0.15);
    margin: 25px 0px;
    padding: 16px 35px;
        
}
.bbp .panel:nth-child(even) {
    background: #fff3cf;        
}
.bbp .panel-group .panel + .panel {
    margin-top: 15px;
}
.bbp .panel-heading .accordion-toggle::before {
    /* symbol for "opening" panels */
    float: right;     
    content: ''; /* adjust as needed */
     background: url("../images/UI service-42.png") no-repeat  ;
     background-size: 100%;
         width: 40px;
    height: 40px;
}
.bbp .panel-heading .accordion-toggle.collapsed::before {
    /* symbol for "collapsed" panels */
    background: url("../images/UI service-41.png") no-repeat  ;/* adjust as needed, taken from bootstrap.css */
     background-size: 100%;
         width: 40px;
    height: 40px;
}
.bbp .panel-body{
    padding: 10px 15px 10px 0px;
}
.tlwcwt772 {
    background: #f2f2f2;
    padding: 80px;
    width: 74%;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    margin: 22px 0px 82px 0px;
    max-width: 1600px;
}
.tlwcwt772 p,.tlwsrx046 p{
margin-bottom: 0px;
line-height: 47px;
}
.tlwcwt772 h2,.tlwsrx046 h2{
margin-bottom: 0px;
}
.tlwqjp458 {
    display: flex;
    padding-left: 5%;
    align-items: center;
}
.tlwonk045 {
    padding-right: 70px;
}
.tlwvyr008 {
    width: 39%;
    margin-right: -14%;
    border-radius: 30px;
}
.tlwfbt038 {
    display: block;
    max-width: 75px;
    margin-bottom: 20px;
}
.tlwxcm906 {
    display: block;
    max-width: 75px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 12px;
}
.tlwsrx046 {
    background: #f7be26;
    padding: 80px;
    width: 89%;
    border-radius: 32px;
    margin: 22px 0px 82px 0px;
}
.tlwhoh462{
    display: inline-block;
    margin-left: 10px;
    padding: 3px 15px;
    color: #000000;
    background: linear-gradient(45deg, #f48120, #f7d82d);
    border-radius: 22px;
    border: 1px solid #f48120;
    transition: all .3s;
}
.tlwhoh462:hover{
    background: #f48120;
}
.tlwwpg484{
    width: 91%;
    margin: auto;
    text-align: center;
}
.tlwwgq342 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.tlwtgm316 {
    width: 45%;
    background: #fff;
    padding: 56px 25px 20px 25px;
    border: 2px solid #f58220;
    border-radius: 20px;
    position: relative;
    box-shadow: 2px 6px 20px 1px rgb(0, 0, 0, 0.20);
    margin: 70px 0px;
    z-index: 1;
}
.tlwuvg819 {
    position: absolute;
    top: -35px;
    left: -35px;
    background: #FFEB3B;
    padding: 12px 33px;
    font-size: 32px;
    font-weight: 800;
    box-shadow: 2px 6px 20px 1px rgb(0, 0, 0, 0.20);
    border-radius: 20px;
    z-index: 2;
}
.tlwtgm316 h3 {
    font-size: 35px;
}
.tlwvjy888::after {
    content: "";
    position: absolute;
    width: 42%;
    height: 90px;
    background: url("../images/UI home final-27.png") no-repeat;
    background-size: contain;
    z-index: -1;
    right: -38%;
    top: 50%;
    transform: translate(-13%, -5%);
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0.8s;
}
/*.aos-animate.tlwvjy888::after {
  opacity: 1;
}*/
.tlwodc188::after {
      content: "";
    position: absolute;
    width: 42%;
    height: 90px;
    background: url("../images/UI home final-27.png") no-repeat;
    background-size: contain;
    z-index: -1;
    left: 37%;
    bottom: -5%;
    transform: translate(-33%, 103%) rotate(90deg);
    opacity: 1;
    transition: opacity 0.5s ease-in-out 1.8s;
}
/*.aos-animate.tlwodc188::after {
  opacity: 1;
}*/
.tlwmil691::after{
    content: "";
    position: absolute;
    width: 42%;
    height: 90px;
    background: url("../images/UI home final-27.png") no-repeat;
    background-size: contain;
    z-index: -1;
    left: -27%;
    top: 50%;
    transform: translate(-13%, -5%) scaleX(-1);
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0.8s;
}
/*.aos-animate.tlwmil691::after {
  opacity: 1;
}*/
.ord1{order: 1} .ord2{order: 2} .ord3{order: 3} .ord4{order: 4} .ord5{order: 5} .ord6{order:6}

.tlwirj010{
text-align: center;
padding: 30px;
background: #fcf0ac;
width: 30%;
margin: 30px 0px;
}
.tlwirj010 img{
width: 50%;
margin-bottom: 30px;
}
.tlwirj010 p, .tlwirj010 p strong{
color: #000!important;
text-align: center;
}
.tlwfjv756{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.tlwuie962{
padding: 0px 20%;
}
.tlwkuf661{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tlwkuf661 h2{
color: #fff;
font-size: 68px;
}
.tlwkuf661 h1{
color: #fff;
font-size: 46px;
}
.tlwbam139 .serlists {
    position: relative;
    background: #ffebc7;
    padding: 16px 0px;
    border-radius: 17px;
    border: 1.5px solid #f58220;
    box-shadow: 2px 6px 20px 1px rgb(0, 0, 0, 0.12);
}
.tlwbam139 .serlists:nth-child(even){
background: #fffaf4;
}
.tlwbam139 img{
position: absolute;
top: 50%;
left: -20px;
transform: translateY(-50%);
}
.tlwbam139 div{
text-align: center;
width: 100%;
max-width: 100%;
padding: 0px 15px
}
.tlwprb143 {
    position: absolute;
    right: 6%;
    width: 34%;
    top: 3%;
}
.tlwtjg078{
    columns: 2;
    column-gap: 3rem;
}
.tlwtjg078 .item {
    box-shadow: 0 0 10px -3px #ccc;
    margin-bottom: 30px;
    padding: 72px 25px 25px 25px;
    break-inside: avoid;
    position: relative;
    border: 2px solid #f58220;
    border-radius: 17px;
    background: #ffebc7;
    margin-top: 108px;
    margin-left: 42px;
    box-shadow: 2px 6px 20px 1px rgb(0, 0, 0, 0.20);
    display: inline-block;
}
.tlwbxo551 {
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, #f48120, #f7d82d);
    border: 2px solid #f58220;
    padding: 16px;
    border-radius: 17px;
    color: #fff;
    position: absolute;
    left: -4%;
    top: -85px;
}
.tlwbxo551 img {
    width: 28%;
    margin-right: 20px;
}
.tlwbxo551 h3 {
    font-size: 32px;
}
.tlwmsh063{
margin-top: -22%;
}
.tlwbtt091{
        padding: 41px 50px;
    background: #fff6e5;
    border-radius: 17px;
    box-shadow: 2px 6px 20px 1px rgb(0, 0, 0, 0.12);
    font-size: 18px;
    font-weight: 600;
}
.tlwbtt091 img{
margin-bottom: 18px;
}
#contactform input, #contactform select, #contactform textarea {
    border: none;
    background: #fff1d7;
    padding: 14px;
    border-radius: 8px;
    margin-top: 9px;
    box-shadow: 2px 6px 20px 1px rgb(0, 0, 0, 0.12);
}
.tlwrgh756{
    width: 70%;
}
.tlwjxe620{
color: #f58220!important;
font-size: 35px;
font-weight: 600;
display: block;
padding-top: 10px;
}







@media (max-width: 1600px) {
.tlwfnd891 a {
    font-size: 16px;
}
.tlwfnd891 {
    padding: 8px;
}
.logo {
    max-width: 180px;
}
.tmenu a, .gkkl {
    font-size: 16px;
    margin: 0px 0px 0px 55px;
}
.nav-link i {
    margin-left: 5px;
    font-size: 12px;
}
.submn {
    width: 231px;
    top: 33px;
    left: 87%;
}
.submncon a {
    margin: 0px 14px;
    font-size: 14px!important;
    padding: 6px 6px;
}
.bsvdp361 {
    padding: 8px 15px 7px 0px;
}
.tlwbru270 {
    margin-top: 15px;
}
.skewb {
    padding: 5px 22px 5px 48px;
    font-size: 15px;
    border: 1.5px solid #4044ff;
}
h2, .h2 {
    font-size: 37px;
    margin: 0 0 27px 0;
}
h2 div {
    font-size: 24px;
    padding-top: 10px;
}
.skewb img {
    max-width: 31px;
}
.tlwiej250 h2 {
    font-size: 48px;
}
.tlwiej250 h1 {
    font-size: 34px;
    line-height: 41px;
}
.section {
    margin-top: 87px;
}
p,li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 18px;
}
p strong {
    /*font-size: 21px;*/
    line-height: 29px;
}
.tlwapv356 {
    padding: 65px 0px;
}
.tlwvhv246 {
    margin-top: 55px;
}
.tlwvxq929 {
    padding: 23px;
}
.tlwvxq929 img {
    border: 10px solid #f7be26;
    width: 81px;
}
.tlwvxq929 h3 {
    font-size: 18px;
    margin-top: 45px;
}
.tlwqmv928 {
    font-size: 43px;
}
.product-shortcode h3 {
    font-size: 25px;
}
.product-shortcode .owl-dot button {
    font-size: 15px;
    width: 32px;
    height: 32px;
}
.product-shortcode .owl-dot {
    margin: 10px 19px;
}
.cursor {
    width: 12px;
    height: 12px;
}
.cursor::before {
    background-size: 16%;
}
.counter-box {
    font-size: 41px;
    margin-bottom: 5px;
}
.tlwwxl245 {
    font-size: 20px;
}
.inputicon {
    padding: 11px 24px 11px 54px;
    font-size: 15px;
    width: 34%;
    min-width: 200px;
}
.vwf687 {
    padding: 12px 32px;
    font-size: 13px;
    margin-top: 20px;
}
.vwf687 .ButtonIcon {
    margin-left: 16px;
    max-width: 35px;
}
.footer {
    padding: 70px 0px;
}
.tlwoks965 img {
    width: 205px;
    margin-bottom: 1px;
}
.tlwigm910 {
    font-size: 14px;
    margin-top: 63px;
}
.tlwpem706 a {
    font-size: 16px;
    margin-top: 12px;
    margin-left: 25px;
}
.tlwpem706 h4 {
    font-size: 26px;
    margin-bottom: 24px;
}
.tlwpem706 {
    margin-top: 0px;
}
.tlwzpt122 div {
    font-size: 16px;
    padding-left: 12px;
}
.tlwzpt122 img {
    max-width: 31px;
}
.tlwzpt122 {
    margin-bottom: 15px;
}
.tlwqwv832 {
    font-size: 25px;
    margin-bottom: 37px;
}
.tlwoks965 img {
    width: 205px;
    margin-bottom: 1px;
}
.vistagfb489 {
    margin-top: 0px;
}
.vistalri921 {
    padding: 100px;
}
.product-shortcode .owl-dots::before {
    bottom: 42%;
    height: 4px;
}
.tlwswo056 {
    max-width: 200px;
}
.tlwoxh294 {
    font-size: 23px;
    margin-top: 19px;
}
.background-text__item {
    font-size: 68px;
    line-height: 78px;
    margin: 12px 0;
}
.tlwiaa618 {
    border-radius: 12px;
    margin: 0px 0px 20px 0px;
    padding: 10px 20px;
    font-size: 18px;
    border: 1.5px solid #f58220;
}
.tlwkls739 img {
    width: 52px;
    margin-bottom: -25px;
}
.tlwkls739 {
    padding: 15px;
}
.serlists img {
    max-width: 30px;
    margin-right: 15px;
    display: inline-block;
    margin-top: 0px;
}
.serlists {
    margin: 12px 0 0px 0;
    font-size: 20px;
    line-height: 26px;
}
.sldfrcon {
    padding: 70px 40px;
}
.bbp .panel-title {
    font-size: 21px;
    line-height: 33px;
}
.bbp .panel {
    border-radius: 18px;
    padding: 8px 20px;
    border: 1.5px solid #f58220;
}
.bbp .panel-heading .accordion-toggle.collapsed::before {
    width: 30px;
    height: 30px;
}
.bbp .panel-heading .accordion-toggle::before {
    width: 30px;
    height: 30px;
}
.tlwcwt772 {
    padding: 55px;
    margin: 22px 0px 65px 0px;
}
.tlwsrx046{
    padding: 55px;
    margin: 22px 0px 65px 0px;
}
.tlwfbt038 {
    max-width: 45px;
    margin-bottom: 16px;
}
.tlwxcm906 {
    max-width: 45px;
    margin-bottom: 16px;
}
.tlwcwt772 p, .tlwsrx046 p {
    line-height: 35px;
}
.tlwhoh462 {
    margin-left: 10px;
    padding: 1px 12px;
    border-radius: 12px;
}
.tlwtgm316 {
    padding: 30px 22px 12px 22px;
    border-radius: 20px;
    margin: 43px 0px;
    z-index: 1;
}
.tlwtgm316 h3 {
    font-size: 23px;
}
.tlwodc188::after {
    bottom: 1%;
}
.tlwuvg819 {
    top: -21px;
    left: -35px;
    padding: 5px 17px;
    font-size: 21px;
    border-radius: 9px;
}
.tlwvab243 {
    padding: 65px 0px;
}
.tlwkuf661 h2 {
    font-size: 42px;
}
.tlwkuf661 h1 {
    font-size: 31px;
}
.tlwbam139 .serlists {
    padding: 10px 0px;
    border-radius: 12px;
}
.tlwbam139 img {
    left: -14px;
}
.tlwbxo551 h3 {
    font-size: 21px;
}
.tlwtjg078 .item {
    padding: 60px 20px 16px 20px;
}
.tlwbxo551 {
    padding: 12px;
}
.tlwjxe620{
font-size: 24px;
}
	
}

@media (max-width: 1366px) {


	
}

@media (max-width: 1100px) {
.tmenu a, .gkkl {
    font-size: 15px;
    margin: 0px 0px 0px 18px;
}
.tlwiej250 {
    max-width: 47%;
}
.product-shortcode .owl-dots {
    position: absolute;
    bottom: 0%;
    right: 9%;
}

	
}

@media (max-width: 1024px) {


	
}

@media (max-width: 990px) {
.tlwfnd891 {
    text-align: center;
}
.tlwqfp857{
    width: 170%;    
    margin-left: -60%;
}
.tlwiej250 {
    max-width: 58%;
}
.tmenu {
    display: none;
    align-items: center;
}
.bsvdp361 {
    padding: 0px 15px 0px 0px;
}
.tlwbru270 {
    margin-top: 5px;
}
.flexmiddle {
    flex-direction: column;
}
.tlwvhv246 {
    flex-wrap: wrap;
}
.tlwvxq929 {
    width: 47%;
}
.tlwfmb212 {
    margin-top: 40px;
}
.product-shortcode .sld1 {
    flex-direction: column;
}
.product-shortcode .tlwfmb212 {
    width: 54%!important;
    padding-left: 0px;
    margin: auto;
}
.tlwasl301 {
    margin-top: 6%;
    margin-left: 2%;
    width: 100%;
}
.product-shortcode .owl-dots {
    bottom: -7%;
    right: 0%;
}
.tlwoks965 {
    width: 100%;
}
.tlwqwv832 {
    max-width: 100%;
}
.tlwhfy928 {
    width: 96%;
    margin-bottom: 20px;
    margin-top: 45px;
}
.tlwuhg699 {
    max-width: 60%;
}
.vistagfb489 {
    flex-direction: column;
}
.inputicon {
    min-width: 220px;
    width: 100%;
    margin-bottom: 20px;
}
.tlwfjv756 {
    flex-direction: column;
}
.tlwirj010 {
    width: 100%;
}
.tlwkuf661 h1 {
    font-size: 28px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.38);
}
.tlwkuf661 h2 {
    font-size: 36px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.38);
}
.tlwrgh756{
    margin-top: 0%!important;
}
h2 div {
    line-height: 32px;
}
.tlwltk650{
    width: 300%;
    margin-left: -144%;
}
.tlwvuq778 {
    max-width: 100%;
}
.tlwbtt091 {
    margin-top: 60px;
}
.tlwjxe620{
line-height: 32px;
}
.background-text__item {
    font-size: 50px;
    line-height: 59px;
}
.tlwpnv086 {
    max-width: 99%;
}
.slidfifb {
    display: block;
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.slidfifa img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.slidfifa {
    display: block;
    width: 100%;
    margin-left: 0%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.sldfrcon {
    width: 100%;
    margin-left: 0%;
}
.tlwtjg078 {
    columns: 1;
    column-gap: 3rem;
}
.tlwtjg078 .item {
    width: 94%;
    margin-left: 24px;
}
.containerc{
  width:90%;
}
.containerd{
  width:90%;
}
.containere{
  width:90%;
}
.mobodr2{
    order: 2;
    margin-top: 40px;
}
.tlwvhv246 {
    flex-direction: column;
}
.tlwkls739 {
    width: 100%!important;
    margin-bottom: 30px;
}
.tlwhoh462 {
    margin-left: 3px;
}
	
}
@media (max-width: 768px) {
.tlwbru270 {
    overflow: hidden;
    max-width: 100%;
}

}

@media (max-width: 680px) {
.tlwiej250 {
    max-width: 85%;
    margin-top: -28%;
}
.cursor {
    opacity: 0;
}
.tlwiej250 h1 {
    font-size: 30px;
    line-height: 38px;
    margin-top: -17%;
    margin-bottom: 10px;
}
.tlwiej250 h2 {
    font-size: 39px;
}
.tlwgfa013 {
    position: absolute;
    right: -48px;
    width: 62%;
    bottom: 0;
}
.tlwqfp857 {
    width: 376%;
    margin-left: -103%;
}
.tlwfnd891 {
    padding: 10px 0px;
}
.tlwgfa013 {
    position: absolute;
    right: -70px;
    width: 73%;
    bottom: 0;
}
.tlwfnd891 a {
    font-size: 15px;
    font-weight: 600;
}
.tlwvxq929 {
    width: 90%;
    margin: 0px auto 31px auto;
}
h2, .h2 {
    font-size: 32px;
    line-height: 40px;
}
.section {
    margin-top: 56px;
}
.product-shortcode .tlwfmb212 {
    width: 77%!important;
    border-radius: 20px;
}
.tlwasl301 {
    margin-top: 11%;
    margin-left: 2%;
}
.product-shortcode .owl-dot {
    margin: 5px 10px;
}
.tlwysy975 {
    flex-wrap: wrap;
}
.tlwnpa499 {
    width: 46%;
    margin: 20px 0px;
}
.vistalri921 {
    padding: 77px 20px;
}
.tlwpem706 {
    margin-top: 33px;
}
.tlfffy628 {
    width: 100%;
}
.product-shortcode .owl-dot button {
    font-size: 14px;
    width: 38px;
    height: 38px;
}
.tlwqwv832 {
    font-size: 22px;
    margin-bottom: 17px;
}
.tlwtgm316 {
    width: 100%;
}
.tlwuvg819 {
    left: -15px;
}
.tlwodc188::after {
    left: 32%;
}
.tlwvjy888::after {
    top:initial;
    right:initial;
     left: 32%;
    bottom: -1%;
    transform: translate(-33%, 103%) rotate(90deg);
}
.tlwmil691::after{
     top:initial;
    right:initial;
     left: 32%;
    bottom: -1%;
    transform: translate(-33%, 103%) rotate(90deg);
}
.ord3 {
    order: 4;
}
.serlists div {
    max-width: 84%;
}
.background-text__item {
    font-size: 34px;
    line-height: 44px;
    margin: 22px 0;
}
.background-text__item {
    text-align: center;
}
.tlwbam139 div {
    max-width: 96%;
    margin: auto;
}
.tlwtjg078 .item {
    width: 88%;
    margin-left: 24px;
}
.serlists {
    margin-top: 17px!important;
}

}

@media (max-width: 350px) {


	
}

@media  (max-width: 570px) and (orientation: landscape) {

}








.tlwtsf435{

}
.tlwuwo772{

}
.tlwaku387{

}
.tlwszm084{

}
.tlwupq377{

}
.tlwdtc278{

}
.tlwtao100{

}
.tlwzaz935{

}
.tlwkfo708{

}
.tlwnef037{

}
.tlwkai484{

}
.tlwunr397{

}
.tlwzpx488{

}
.tlwtzo999{

}
.tlwvjt873{

}
.tlwlzr114{

}
.tlwgai361{

}
.tlwiyb298{

}
.tlwgjg521{

}
.tlwspk238{

}
.tlwjon418{

}
.tlwfpq991{

}
.tlwate725{

}
.tlwdzy304{

}
.tlwrza669{

}
.tlwgie992{

}
.tlwuiq723{

}
.tlwlxk033{

}
.tlwgof402{

}
.tlwzmw128{

}
.tlwucv577{

}
.tlwamc164{

}
.tlwzyy230{

}
.tlwcyw698{

}
.tlwzlf513{

}
