@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
	--font1: "Barlow", sans-serif;
	--font2: "Mulish", sans-serif;
	--font3: "Sacramento", cursive;
  --color1: #2575F0;
  --color2: #0a0d2c;
  --color3: #080a23;
  --color4: #7A7A7A;
  --color5: #FFFFFF;
  --color6: #000000;
  --color7: #eff3f6;
  --color8: #797F89;
  --color9:#FFAD02;
  
  
  }
.container{max-width:1200px;}
body{ font-family: "Barlow", sans-serif; color:var(--color2);}
body p{color:var(--color8);}
body p a{text-decoration:none;}


.header-dark{background-color:var(--color3);}
.header-dark ul{list-style-type:none; margin:0px; padding:0px;}
.header-dark ul li{font-size:13px; font-weight:500; margin:10px; color:#959CA7; display:inline-block; font-family:var(--font2);}
.header-dark ul li:first-child{margin-left:0px;}
.header-dark ul li:last-child{margin-right:0px;}
.header-dark ul li a{ color:#959CA7; text-decoration:none; transition:ease all 0.35s;}
.header-dark ul li a:hover{color:var(--color5);}
.header-dark ul li i.fab, .header-dark ul li i.fas{margin-right:13px; font-size:16px;}

.header-top{background-color:var(--color5); position:relative; z-index:9;}
.header-top .btn-1{height:52px; padding:15px 35px; font-size: 12px; letter-spacing:2px;}

#menu-primary li a{color: var(--color2); font-size: 16px; padding:25px 20px; position: relative; height: auto; font-weight: 600;  margin-right:15px; margin-left:15px; text-transform: capitalize;}
#menu-primary li a:hover{color:var(--color1);}
#menu-primary li.active a{color:var(--color1);}

.dropdown-menu-1{border-radius:0px; border:none; left:18px !important; box-shadow:0px 7px 10px rgba(0,0,0,0.05); background-color: var(--color3); padding:0px;}
.dropdown-menu-1 li{display:block; color:var(--color2); opacity:1; border-bottom:1px solid rgba(255,255,255,0.07);}
.dropdown-menu-1 li a{display:block; text-align:left !important; color:var(--color5); font-size:16px; opacity:1; padding:10px 15px !important;}
.dropdown-menu-1 li a:hover, .menu-top .dropdown-menu li a:active, .menu-top .dropdown-menu li a:focus{background-color: var(--color1); color:var(--color5);}

#menu-primary .dropdown-menu-1 li a{opacity: 1; color:var(--color2); line-height:normal !important;}

.headerscrolled { background: var(--color5); -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1); box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1); margin-top:0;}


.btn-1{font-size: 14px; color: var(--color5); background-color: var(--color9); border-color: var(--color9); outline:none; box-shadow:none !important; height:60px; min-width:190px; padding:20px 35px; font-weight: 600; line-height: 20px; border-radius: 4px; text-align: center; text-transform: uppercase; transition:ease all 0.35s; letter-spacing: 3px;}
.btn-1:hover, .btn-1:focus{background-color: var(--color3); border-color: var(--color3); color:var(--color5);  outline:none; -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);}


.btn-2{font-size: 14px; color: var(--color5); background-color: var(--color3); border-color: var(--color3); outline:none; box-shadow:none !important; height:60px; min-width:190px; padding:20px 35px; font-weight: 600;line-height: 20px; border-radius: 4px; text-align: center; text-transform: uppercase; transition:ease all 0.35s; letter-spacing: 3px;}
.btn-2:hover, .btn-2:focus{background-color: var(--color9); border-color: var(--color9); color:var(--color5);  outline:none; -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);}

.btn-3{ color: var(--color2); background-color: var(--color5); border-color: var(--color5); outline:none; box-shadow:none !important; height:58px; min-width:190px; padding:20px 43px; font-weight: 500;font-size: 18px; line-height: 16px; border-radius: 4px; text-align: center; text-transform: capitalize;}
.btn-3:hover, .btn-3:focus{background-color: var(--color1); color: var(--color5); border-color: var(--color1);  outline:none; box-shadow:none !important;}

.btn-4{ color: var(--color5); background-color: transparent; border-color: var(--color5); outline:none; box-shadow:none !important; height:58px; min-width:190px; padding:20px 43px; font-weight: 500;font-size: 18px; line-height: 16px; border-radius: 4px; text-align: center; text-transform: capitalize;}
.btn-4:hover, .btn-4:focus{background-color: var(--color1); color: #0F2B4B; border-color: var(--color1);  outline:none; box-shadow:none !important;}


.btn-icon1{font-size: 14px; color: var(--color5); background-color: var(--color9); border-color: var(--color9); outline:none; box-shadow:none !important; height:60px; min-width:190px; padding:20px 35px; font-weight: 600; line-height: 20px; border-radius: 4px; text-align: center; text-transform: uppercase; transition:ease all 0.35s; letter-spacing: 3px;}
.btn-icon1:hover, .btn-icon1:focus{background-color: var(--color1); border-color: var(--color1); color:var(--color5);  outline:none; -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);}

.btn-icon2{font-size: 14px; color: var(--color5); background-color: var(--color3); border-color: var(--color3); outline:none; box-shadow:none !important; height:60px; min-width:190px; padding:20px 35px; font-weight: 600; line-height: 20px; border-radius: 4px; text-align: center; text-transform: uppercase; transition:ease all 0.35s; letter-spacing: 3px;}
.btn-icon2:hover, .btn-icon1:focus{background-color: var(--color3); border-color: var(--color3); color:var(--color5);  outline:none; -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);}


.btn-icon1 span, .btn-icon2 span{position: relative; display: inline-block; padding-right: 0; -webkit-transition: all 0.35s; transition: all 0.35s;}
.btn-icon1:hover span, .btn-icon2:hover span{padding-right: 20px;}
.btn-icon1 i.fa, .btn-icon2 i.fa{position: absolute; top: 4px; right: 0; z-index: 1; opacity: 0; -webkit-transition: all 0.35s;transition: all 0.35s; font-size: 12px;}
.btn-icon1:hover i.fa, .btn-icon2:hover i.fa{opacity:1;}


.banner-sec{padding:180px 0px 150px; margin-top:-99px; background-color:#f0f3f6; /* background-position:center center; background-size:cover; background-repeat:no-repeat; background-image: url(../img/bg-1.png); */ }
.banner-sec{background-position:left top, right top; background-size:auto, auto; background-repeat:no-repeat; background-image: url(../img/bgb1.png), url(../img/bgb2.png);}

.banner-sec h1{ color: var(--color2); font-weight: 700; font-size: 75px; line-height: 1.01em;}
.banner-sec h1 span{font-family:var(--font3); color:var(--color1); font-weight: 400;}
.banner-sec p{font-size: 20px; line-height:1.4em; font-weight: 500; color: var(--color2);}


.banner-inner{padding:200px 0 150px; background-color:#333; background-position:center center; background-size:cover; background-repeat:no-repeat;}
.banner-inner h1{color: var(--color5); font-weight: 700; text-transform:uppercase; font-size: 42px; line-height: 1.2em;}
.banner-inner:before{content:""; height:100%; width:100%; top:0; left:0; background-color:rgba(17,22,31,0.8); position:absolute;}

.banner-inner-bg{height:100%; min-height:400px; background-position:center center; background-size:cover; background-repeat:no-repeat;}


.b-breadcrum{margin: 5px 0 0; display: inline-block; padding:0px; font-family:var(--font2); list-style-type:none; font-size: 18px; position:relative; z-index:-1; font-weight: 500; background: none; color: rgba(255, 255, 255, 0.7);}
.b-breadcrum li{ position: relative; z-index: 11; line-height: 1; text-align: center; padding: 0 5px 0 9px; display:inline-block;}
.b-breadcrum li:after{ content: '-'; position: absolute; bottom: 0; left: -2px; z-index: 1;}
.b-breadcrum li:first-child{padding-left: 0;}
.b-breadcrum li:first-child:after{content:normal;}
.b-breadcrum a{color: rgba(255, 255, 255, 0.7); text-decoration:none;}

.breadsdark .b-breadcrum{color: var(--color2);}
.breadsdark .b-breadcrum a{color: var(--color1);}

.title-styled h2{color: var(--color2); font-size: 46px; font-weight: 800; line-height: 1.1em;}
.title-styled h3{color: var(--color2); font-size: 30px; font-weight: 600; line-height: normal;}
.title-styled h6{color: var(--color1); font-size: 14px; text-transform: uppercase; font-weight:600; letter-spacing: 3px;}
.title-styled h6.sub-title{ font-size: 34px; text-transform: none; font-weight:normal; font-family:var(--font3); letter-spacing: 0px;}


.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-17{font-size:17px;}
.fs-18{font-size:18px;}
.fs-20{font-size:20px;}
.fs-21{font-size:21px;}
.fs-22{font-size:22px;}
.fs-24{font-size:24px;}
.fs-26{font-size:26px;}
.fs-28{font-size:28px;}
.fs-30{font-size:30px;}
.fs-32{font-size:32px;}
.fs-34{font-size:34px;}
.fs-36{font-size:36px;}
.fs-38{font-size:38px;}
.fs-40{font-size:40px;}
.fs-42{font-size:42px;}
.fs-44{font-size:44px;}
.fs-46{font-size:46px;}
.fs-48{font-size:48px;}
.fs-50{font-size:50px;}
.fs-52{font-size:52px;}
.fs-54{font-size:54px;}
.fs-56{font-size:56px;}
.fs-58{font-size:58px;}
.fs-60{font-size:60px;}
.fs-62{font-size:62px;}
.fs-64{font-size:64px;}
.fs-65{font-size:65px;}


.fw-200{font-weight:200;}
.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-800{font-weight:800;}
.fw-900{font-weight:900;}

.opac-6{opacity: 0.6;}
.opac-7{opacity: 0.7;}
.opac-8{opacity: 0.8;}
.opac-9{opacity: 0.9;}

.font-2{font-family:var(--font2) !important;}

.text-color1{color:var(--color1) !important;}
.text-color2{color:var(--color2) !important;}
.text-color3{color:var(--color3) !important;}
.text-color4{color:var(--color4) !important;}

.bg-1{background-color:var(--color1);}
.bg-2{background-color:var(--color2);}
.bg-3{background-color:var(--color3);}
.bg-7{background-color:var(--color7);}
.bg-img{background-position:center center; background-size:cover; background-repeat:no-repeat;}
.bg-right-top{background-position:top right; background-size:auto; background-repeat:no-repeat;}
.bg-left-center{background-position:left center; background-size:auto; background-repeat:no-repeat;}



.cloud-layer-1 {height: 83px; width: 233px; left:50px; position:absolute; animation: nudge1 10s linear infinite alternate; background-image: url(../img/layer-cloud.png); background-position:center; background-size:231px; background-repeat: no-repeat;}

.cloud-layer-2 {height: 33px; width: 93px; left:50%; position:absolute; animation: nudge 6s linear infinite alternate; background-image: url(../img/layer-cloud-2.png); background-position:center; background-size:91px; background-repeat: no-repeat;}
.right-cloud{right:200px; left:auto; animation: nudge 12s linear infinite alternate;}

@keyframes nudge1 {
  0%, 100% { transform: translate(0, 0); }
  50% {  transform: translate(100px, 0);}
  80% { transform: translate(-50px, 0); }
}

@keyframes nudge {
  0%, 100% { transform: translate(0, 0); }
  50% {  transform: translate(110px, 0); }
  80% { transform: translate(-110px, 0); }
}


.lat-line{ border-bottom:1px solid #E9E9EE;}


.techs-logos__logos { display: flex; -webkit-mask-image: linear-gradient(var(--mask-direction,to right),#0000,#000 10%,#000 90%,#0000);  mask-image: linear-gradient(var(--mask-direction,to right),#0000,#000 10%,#000 90%,#0000); overflow: hidden;}
.techs-logos__marquee { animation: marquee 350s linear infinite; display: flex;}

@keyframes marquee { 0% { transform: translateX(-100%) } to { transform: translateX(0) }}

.techs-logos__logo { align-items: center; display: flex; margin: 0rem 1.5rem;}

@media screen and (min-width: 768px) {
    .techs-logos__logo { margin:0rem 3rem; }
}



.about-sec{position:relative;}
.bradius-4{border-radius:4px;}
.about-right{position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 60%; z-index: 11; -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); background: var(--color5); text-align: left; padding: 70px 50px; border-radius: 4px;}


.brands-sec .owl-item img{opacity:0.38;}
.brands-sec .owl-item img:hover{opacity:1;}
.brands-border{border-top:1px solid #DEE2E8;}


.stat-sec{background-color:#F0F3F6; margin-top:80px;}
.stat-sec-inner{border-radius:4px; background-color:var(--color5); border-top: 10px solid var(--color1); box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06); margin-bottom:-80px; padding: 50px 0px 50px 0px; position: relative; top: -80px;}
.stat-box{text-align:center; padding:20px 15px 20px 15px; border-right:1px solid #dee2e8;}
.stat-box .stat-nmbr{font-size: 60px; line-height: 1.2; color: var(--color2); font-weight: 500; display:block;}
.stat-box .stat-for{font-size:16px; font-weight:400; color: var(--color4); display:block; margin-top:2px;}



.banner-formarea{margin-top:-127px; margin-bottom:50px;}
.lat-srchform{max-width:1030px; margin:0px auto; padding: 5px; background: #fff; -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05); border-radius: 4px; border: 1px solid #E9E9EE;}
.lat-srchform-content{position: relative; padding-right: 190px; z-index: 11;}
    
.lat-srchform-btn{position: absolute;top: 0; right: 0; min-width: 180px; padding-left: 10px;}
.lat-srchform-btn .btn-1{height:65px;}

.lat-srchfield{width:49%; display:inline-block; border-left: 1px solid #E9E9EE; padding: 6px 5px 0; height: 64px;}
.lat-srchfield:first-child{border:none;}
.lat-srchform .f-2, .lat-srchform .lt-dropdn .dropdown-toggle{border-color:transparent; background-color:var(--color5); height: 52px; color:#797F89;}
.lat-srchform .f-2:hover, .lat-srchform .f-2:focus, .lat-srchform .f-2:visited, .lat-srchform .lt-dropdn .dropdown-toggle:hover, .lat-srchform .lt-dropdn .dropdown-toggle:focus, .lat-srchform .lt-dropdn .dropdown-toggle:visited{border-color:transparent !important;}

.lat-srchform .f-2::-webkit-input-placeholder {color:#797F89;}
.lat-srchform .f-2::-moz-placeholder {color:#797F89;}
.lat-srchform .f-2:-ms-input-placeholder {color:#797F89;}
.lat-srchform .f-2:-moz-placeholder {color:#797F89;}


.loc-listing{}
.loc-box{margin:0px; transition:ease all 0.3s; text-align:center; height:277px; width:100%; border-radius: 4px; position:relative; background-position:center center; background-repeat:no-repeat; display:block; background-size:cover;}
.loc-box:after{content: ''; background:var(--color3); opacity: 0.36; position: absolute; border-radius: 4px; width: 100%; height: 100%; top: 0;  left: 0; z-index: 1;}
.loc-box:hover:after{opacity: 0.6;}
.loc-box h4{font-size:30px; color:var(--color5); font-weight:700; margin: 0;}
.loc-box p{color:var(--color5); font-size:18px; font-weight:600; line-height:1.3em; margin: 0 0 15px;}
.loc-box .listing-nmb{font-size: 12px; font-weight: 600; color:var(--color5); background: var(--color1); padding: 7px 20px; display: inline-block; border-radius: 4px; letter-spacing: 0.5px;}

.loc-box .loc-overlay{position: absolute; width: 100%; left: 0; top: 50%; -webkit-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); z-index: 11; text-align: center; opacity: 0; -webkit-transition: all 0.35s; transition: all 0.35s; padding: 15px 20px;}
.loc-box:hover .loc-overlay {opacity: 1; -webkit-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1);}

.loc-box .loc-topcontent{padding: 30px; text-align: center; position: absolute; left: 0; width: 100%; z-index: 11; top: 50%; -webkit-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1); opacity: 1; -webkit-transition: all 0.35s; transition: all 0.35s;}
.loc-box:hover .loc-topcontent{ opacity: 0; -webkit-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0);}




.lat-listing{}
.lat-box{-webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);  border-radius: 4px; overflow: hidden; }
.lat-box-img{height:180px; border-radius:4px; position:relative; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.lat-box-img:after{content: ''; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.8)), to(black)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 99%, black 100%);}
.lat-time{font-size: 12px; color:var(--color5); font-weight: 500; padding: 6px 10px; background: rgba(255, 255, 255, 0.3); border-radius: 4px; position: absolute; left: 20px; top: 20px; z-index: 11; letter-spacing: 2px; text-transform: uppercase;}
.lat-wishlist{color:var(--color5); display: inline-block; -webkit-transition: all 0.35s; transition: all 0.35s; width: 30px; height: 30px; border-radius: 4px; background: rgba(255, 255, 255, 0.3); text-align: center; line-height: 30px; position: absolute; top: 20px; right: 20px; z-index: 11;}
.lat-logo{background-size:cover; background-repeat:no-repeat; display:inline-block; background-position:center center; position: absolute; bottom: 20px; left: 20px; width: 45px; height: 45px; z-index: 11; border-radius: 50%; border: 2px solid #fff; overflow: hidden; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); background-color: var(--color5);}
.lat-featured{display: inline-block; font-size: 12px; color:var(--color5); background-color:rgba(252,60,60,0.86); font-weight: 500; padding: 6px 10px; border-radius: 4px; position: absolute; right: 20px; bottom: 20px; z-index: 11; letter-spacing: 2px; text-transform: uppercase;}
.lat-content{padding:30px 30px 0 30px; background-color:var(--color5);}
.lat-content h4{ color:var(--color3); font-weight:600; font-size: 20px; margin: 5px 0;}
.lat-content h4 a{color:var(--color3); text-decoration:none; -webkit-transition: all 0.35s; transition: all 0.35s;}
.lat-content h4 a:hover{color:var(--color1); }
.lat-content p.lat-locations, .lat-content p.lat-phone{color:#797F89; font-size:14px; font-weight:600; line-height:1.3em; margin: 6px 0 0 0; font-family:var(--font2);}
.lat-content p.lat-locations a, .lat-content p.lat-phone a{color:#797F89; -webkit-transition: all 0.35s; transition: all 0.35s;}
.lat-content p.lat-locations a:hover, .lat-content p.lat-phone a:hover{color:var(--color2);}
.lat-bottom{ border-top: 1px solid #E9E9EE;padding: 14px 0 13px 0; margin-top: 22px;}
.lat-bottom-icon{ display: inline-block; line-height: 32px; text-align: center; font-size: 18px; margin-right: 8px; width: 34px; height: 34px; border-radius: 50%; background: #fc3c3c; color:var(--color5); text-align: center; -webkit-transition: all 0.35s; transition: all 0.35s;}
.lat-bottom-icon i.la{font-size: 22px; position: relative; top: 3px;}
.lat-catname{display: inline-block; font-size: 14px; font-weight: 600; position: relative; -webkit-transition: all 0.35s; transition: all 0.35s; color:var(--color2); text-decoratioon:none;}
.lat-avgreview{ color: var(--color1); font-weight: 600;  padding-top: 3px; font-size:16px; font-weight:600; float:right;}
.lat-catgs:hover .lat-bottom-icon{ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);}
.lat-catgs:hover .lat-catname{ color:var(--color1);}


.trl-box{position:relative;}
.trl-box .lat-box-img{height:378px;}
.trl-box .lat-box-img:after{ content: ''; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(1%, rgba(0, 0, 0, 0.99)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0) 100%);}

.trl-box .trl-tagline{color:rgba(255,255,255,0.8);}
.trl-box .lat-featured{top: 20px; left: 50%; right: auto; bottom: auto; -webkit-transform: translateX(-50%); transform: translateX(-50%);}

.trl-box .lat-content{position:absolute; background-color:transparent; bottom:0; z-index: 9; width:100%;}
.trl-box:hover .lat-content{background-color:var(--color5);}
.trl-box .lat-locations, .trl-box .lat-phone{display:none; -webkit-transition: all 0.35s; transition: all 0.35s;}
.trl-box:hover .lat-locations, .trl-box:hover .lat-phone{display:block; -webkit-transition: all 0.35s; transition: all 0.35s;}

.trl-box .lat-catname, .trl-box .lat-content h4{color:var(--color5);}
.trl-box .lat-bottom{border-color:rgba(255, 255, 255, 0.2)}

.trl-box:hover .lat-catname, .trl-box:hover .lat-content h4{color:var(--color3);}
.trl-box:hover .trl-tagline{color:#797F89;}
.trl-box:hover .lat-bottom{border-color:rgba(0, 0, 0, 0.1)}

.review-stars{}
.review-stars span{display: inline-block; vertical-align:center; vertical-align:middle; height:19px;}
.review-stars span i{color:var(--color1); font-size: 16px; width:16px; height:16px;}





.reviews-sec{background-color: #F0F3F6; background-image: url(../img/map-bg.png); background-position: 50% 90%; background-repeat: no-repeat;}
.review-box{ position: relative; -webkit-transition: all 0.35s; transition: all 0.35s; padding-left: 65px; max-width: 800px; margin: 0 auto 45px;}
.review-inner{background:var(--color5); -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07); box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07); position: relative; border-radius: 4px; padding: 50px 45px 55px 95px;  margin: 0 auto; position: relative;}
.review-box:after{content: ''; background: url(../img/bg-arrow.png) repeat bottom center transparent; width: 166px; height: 110px; position: absolute; top: 100%; left: 95px; z-index: 11;}
.review-img-outer{border: 10px solid var(--color5); padding: 10px; border-radius: 50%; position: absolute; top: 60px; left: 0px; z-index:9; -webkit-transition: all 0.35s; transition: all 0.35s;}
.review-img{width: 90px; height: 90px; border-radius: 50%;}
.review-box:hover .review-img-outer{border-color:var(--color1);}

.review-box .quote-icon{position:absolute; right:45px; bottom:56px; height:45px; width:62px; display:block; background-image: url(../img/q1.jpg); background-repeat:no-repeat; background-size:62px; background-position:center; -webkit-transition: all 0.35s; transition: all 0.35s;}
.review-box:hover .quote-icon{background-image: url(../img/q2.jpg);}

.review-box p{font-size: 18px; line-height: 34px; font-weight: 500;}
.review-box span.testimonial-name{ font-size: 20px; font-weight: 600;color: var(--color3);}
.review-box span.testimonial-job{font-size: 14px; line-height: 1.1; font-weight: 500; color:#797F89;}


.blog-sec{}
.blog-box{-webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);  border-radius: 4px; overflow: hidden; }
.blog-box-img{height:370px; border-radius:4px; position:relative; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.blog-content{padding:30px 35px 27px 35px; background-color:var(--color5);}
.blog-content h2{ color:var(--color3); font-weight:600; font-size: 30px; margin: 0 0 5px 0;}
.blog-content p{padding-top: 20px;}
.blog-top{padding: 22px 70px 24px 35px; position:relative;}
.blog-top:after{content: ''; background: #E9E9EE; height: 1px; position: absolute; bottom: 0; left: 30px; right: 100px;}
.blog-top a{font-size: 14px; color:#797F89; text-decoration:none;}
.blog-top a i.far{color:var(--color1);}
.blog-date{width: 70px; height: 100%; background: var(--color1); color:var(--color5); font-size: 16px; font-weight: 700; text-align: center; position: absolute; top: 0; right: 0; z-index: 1; line-height: 21px; padding-top: 15px; border-radius: 0 4px 0 4px;}

.line-style-1{position:relative; font-weight: 700; padding-bottom: 20px; margin-bottom: 20px; letter-spacing: 1px; text-transform: uppercase;}
.line-style-1:after{content: ''; width: 45px; height: 2px; background: var(--color1); position: absolute; bottom: 0; left: 0; z-index: 1;}


.blog-detail-area h1, .blog-detail-area h3{font-weight:600; margin-top:20px; margin-bottom:15px;}
.blog-detail-area .cat-links a{color:#797F89; text-decoration:none;}
.blog-detail-area .cat-links i { margin-right: 6px; color: var(--color1);}


.team-box{ }
.team-box-img{height:270px; border-radius:4px; position:relative; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.team-content{ border-top: 0; padding: 30px 20px; margin: -50px 10px 0 10px; background: var(--color5); position: relative; z-index: 11; border-radius: 4px; -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.06); border-bottom: 2px solid transparent; -webkit-transition: all 0.35s; transition: all 0.35s;}
.team-content h4{ color:var(--color3); font-weight:600; font-size: 20px; margin: 0 0 5px 0;}
.team-content p{font-size: 14px; font-weight: 500; margin-top: 2px;}

.team-box:hover .team-content{border-color:var(--color1);}


.why-choose-sec{background-size:auto; background-repeat:no-repeat; background-position:right top; background-image: url(../img/bg-8.png);}
.why-choose-box{ height:100%; padding:45px 0;}
.why-choose-box h4{font-weight:600; color:var(--color5); font-size:22px; }
.why-choose-box p{color:var(--color5); margin-bottom:0px; font-size:18px; font-weight:400;}
.chbox-img{height:90px; width:90px; min-width:90px; min-height:90px; display:block; background-size:auto; background-position:center left; background-repeat:no-repeat;}


.contact-main{border-radius:15px; background-color:var(--color1);}
.contact-details{border-bottom:1px dashed rgba(255, 255, 255, 0.87);}
.contact-d-list{margin:0px; list-style-type:none; padding:0;}
.contact-d-list li{display:flex; font-size:20px; font-weight:400; margin:25px 0; color:var(--color5);}
.contact-d-list li i.fa{margin-right:18px;}

.contact-details p{font-size:20px; font-weight:500; color:var(--color5);}


.contact-form-outer{background-color:var(--color5); border-radius:15px;}
.contact-form-outer h4{font-size:32px; font-weight:600; color:#001A5C;}

.contact-form-outer label{font-size:18px; color:var(--color7); margin-bottom:15px;}

.f-2{border-color:rgba(0, 26, 92, 0.26); background-color:rgba(0, 26, 92, 0.03); border-radius:12px; height:65px; font-size:17px; box-shadow:none; outline:none;}
.f-2:hover, .f-2:focus, .f-2:visited{ box-shadow:none; outline:none; border-color:rgba(51, 51, 51, 0.25);}

.txtara{height:125px;}

.f-2::-webkit-input-placeholder {color:var(--color2);}
.f-2::-moz-placeholder {color:var(--color2);}
.f-2:-ms-input-placeholder {color:var(--color2);}
.f-2:-moz-placeholder {color:var(--color2);}


.cta-1{ background-color:var(--color1); background-size:cover; background-repeat:no-repeat; background-position:center; background-image: url(../img/bg-2-1.jpg); background-attachment: fixed;}
.cta-1 h2{font-size:70px;}
.cta-1 h6.sub-title{font-size:70px;}
.cta-1 p{font-weight:400; font-size:16px; color:var(--color5);}


.cta-2{ background-color:var(--color1); background-size:cover; background-repeat:no-repeat; background-position:center; background-image: url(../img/bg-line-3.png);}
.cta-2 h2{font-size:42px;}
.cta-2 p{font-weight:400; font-size:16px; color:var(--color5);}


.cta-3{}
.cta-3-inner{max-width:550px; position:relative; margin:0px auto; z-index:1; padding:86px 0;}
.cta-3-inner p{color:#FFFFFFB3;}
.cta-3-top{position:relative; background-size:cover; background-position:center; background-repeat:no-repeat}
.cta-3-top:before{position:absolute; top:0; right:0; left:0; bottom:0; content:""; background-color:rgba(17, 22, 31, 0.8);}
.cta-3-top-right:before{background-color:rgba(252, 60, 60, 0.8);}



.bg-clients{background-color:#FEFAFB; border-bottom:1px solid #E0E0E0;}




/*************Listing Page ***********/

.listing-map{background-size:cover; background-position:center center; background-repeat:no-repeat; height:500px;}

    .listing-sidebar{padding: 30px; margin: 0;  border: 1px solid #E9E9EE;}
    .lt-f3 h4{margin: 0; font-weight:600; line-height:1.3em; font-size: 18px;}
    .lt-dropdn .dropdown-toggle{background-color: #FAFBFC; border:1px solid #E9E9EE; padding: 0 20px; border-radius: 5px; line-height: 50px; color: #797F89;}
    .lt-dropdn .dropdown-toggle::after{position:absolute; top:calc(50% - 3px); right:20px;}
    .f-3{ background-color: #FAFBFC; box-shadow:none; border-color: #E9E9EE; padding: 0 20px; border-radius: 5px; line-height: 50px; color: #797F89;}
    .f-3:focus, .f-3:hover{box-shadow:none; border-color: #E9E9EE; background-color: #FAFBFC;}
    .lt-checks-filter{margin:0px; padding:0px; list-style-type:none;}
    .lt-checks-filter li{ margin-top: 15px;}
    .lt-checks-filter li .form-check-input{background-color: #F0F3F6; border-radius: 4px; width: 20px; height: 20px; border: none; box-shadow:none;}
    .lt-checks-filter li .form-check-input:checked{background-color: var(--color1);}
    .lt-checks-filter li .form-check .form-check-label{text-indent: 0.4em; font-size: 15px; position: initial; color:#797F89; display: inline-block; font-weight: 400; margin: 0; font-family:var(--font2);}
    .lt-dropdn .dropdown-menu{border-radius:0px; margin-top:6px; border: 1px solid #E9E9EE; -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);}
    .lt-srch{padding: 8px 15px 15px;}
    .lt-srch .form-control{border-color: #aaa; height:32px; padding: 4px; width: 100%;  border-radius:0px; box-sizing: border-box;}
    .lt-list-1{max-height: 200px; overflow-y: auto; list-style: none; margin: 0; padding: 0;}
    .lt-list-1 li{display:block; margin:0px; padding:0px;}
    .lt-list-1 li a{display:block; padding: 6px 15px; font-size: 14px; text-decoration:none; color:#000; font-family:var(--font2);}
    .lt-list-1 li a:hover{background: #F6F6F6; color: var(--color1);}
    
    
    .listingfull .lat-box-img{min-width:346px; min-height: 231px; height: auto; border-radius: 4px 0px 0px 4px;}
    .listingfull .lat-avgreview{font-size:14px;}

/*************Listing Page End ***********/




/******Provider Profile*******/


.lat-sidedetails{}
.lat-sidedetails .lat-innerdetail{padding:30px;  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); margin-top:-10px;}

.business-contactlist, .sociallist-1{margin:0px; list-style-type:none; padding:0px;}
.business-contactlist li, .business-contactlist li a{color:var(--color4); font-size:16px; font-weight:500; text-decoration:none;}
.business-contactlist li a{word-break: break-word;}
.business-contactlist li{margin-bottom:12px; display:flex;}
.business-contactlist li:last-child{margin-bottom:0px;}
.business-contactlist li i{color: var(--color1); width: 28px; min-width:28px; display: inline-block; position: relative; top: 4px;}

.sociallist-1 li{display:inline-block; vertical-align: middle;}
.sociallist-1 li a{display: inline-block; width: 45px; height: 45px; text-decoration:none; background: #F1F1F1; transition:ease all 0.35s; line-height: 45px; margin-right: 10px; text-align: center; font-size: 16px; color: var(--color2); border-radius: 50%;}
.sociallist-1 li a:hover{background: var(--color1); color: var(--color5);}

.business-timelist, .lat-iconlists, .lat-tagslist{list-style-type:none; margin:0px; padding:0px;}
.business-timelist li{border-bottom: 1px dashed rgba(0, 0, 0, 0.1); margin-bottom: 15px; justify-content: space-between; display:flex; font-size:16px; padding-bottom: 15px; color:#797F89;}
.business-timelist li .business-time{color:var(--color2);}
.business-timelist li .business-time.active{color:var(--color1);}
    
.additionl-infolist li{border-bottom:none; padding-bottom:0px;}
    
.lat-iconlists li{width:33%; display:inline-block; font-size:18px; color:#797F89; margin-bottom: 25px; padding-right: 10px;}
.lat-iconlists li i{color:var(--color1); font-size:28px; width:44px; position: relative; bottom: -5px;}

    
.lat-tagslist li{display:inline-block; margin-right: 5px; margin-bottom: 10px;}
.lat-tagslist li a{background-color: #F1F1F1; display: inline-block; transition:ease all 0.35s; padding: 10px 20px; border-radius: 4px; font-size: 12px; text-transform: uppercase; text-decoration:none; letter-spacing: 2px; color: #797F89; font-weight: 600;}
.lat-tagslist li a:hover{background-color:var(--color1); color:var(--color5);}
    
.lat-tagslist-start li a{color:var(--color2); text-transform:capitalize;}
.lat-tagslist-start li:last-child{margin-right:0px;}
    
.lat-imageoverlay-style-1{min-height: 270px; position: relative; transition: all 12s; background-size:cover; background-position:center; background-repeat:no-repeat;}
.lat-imageoverlay-style-1:before{content: "";  position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 1; background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 34%, rgba(17, 20, 41, 0.06) 100%);}
    
.lat-imageoverlay-style-1 h4{font-size:26px !important;}
.lat-imageoverlay-style-1 .lat-imageoverlay-inner-1{position: absolute; bottom: 0; left: 0; z-index: 11; width: 100%; padding: 15px 30px 20px 30px; -webkit-transition: all 0.35s; transition: all 0.35s;}
.lat-imageoverlay-style-1 .lat-imageoverlay-inner-2{text-decoration:none; position: absolute; left: 10px; right: 10px; bottom: -10px; padding: 15px 30px 20px; border-radius:5px; background: var(--color1); line-height: 1.3; z-index: 11;  opacity: 0; -webkit-transition: all 0.6s; transition: all 0.6s;}
.lat-imageoverlay-style-1:hover .lat-imageoverlay-inner-2{opacity:1; bottom: 10px;}
.lat-imageoverlay-style-1:hover .lat-imageoverlay-inner-1{opacity:0;}
.lat-imageoverlay-style-1 .lat-imageoverlay-inner-2 h4{position:relative;}
.lat-imageoverlay-style-1 .lat-imageoverlay-inner-2 h4:after{    content: "\f061"; font-family: "Font Awesome 5 Free"; width: 48px; height: 48px; border-radius: 50%; background-color: var(--color5); position: absolute; top: -36px; right: -10px; z-index: 1; font-size: 16px; color: var(--color2); text-align: center; line-height: 48px;}

.lat-imageoverlay-style-1.active .lat-imageoverlay-inner-2{bottom:10px; opacity:1;}

.ppof-details h1{font-size:32px; font-weight:800;}
.ppof-details-list{margin:0px; padding:0px; list-style-type:none;}
.ppof-details-list li{margin:10px 0; color:var(--color4); font-weight:500; font-size:14px; display:block;}
.ppof-details-list li i{color:var(--color1);}
.ppof-details-list li i.active{color:#3CB371;}
.ppof-details-list .starlist{padding-left:10px; position:relative;}
.ppof-details-list .starlist:before{content:""; width: 1px; height: 12px; position: absolute; top: 6px; left: 0;  background: #D5D5D5;}

.provider-pflogo{overflow: hidden; min-width: 100px; width:100px; min-height:100px; height:100px; background-position:center; background-size:80px; background-repeat:no-repeat; -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); border-radius: 6px; background-color: var(--color5); padding: 10px;}

.gstyle-1{min-height:270px; background-size:cover; background-position:center; background-repeat:no-repeat; border-radius: 4px 4px 4px 4px;}
.gstyle-2{min-height:315px;}

.review-main{padding-left:92px; position:relative; border-bottom: 1px solid #E9E9EE; padding-bottom:30px; margin-bottom: 35px;}
.review-imgleft{width:70px; height:70px; position:absolute; top:6px; left:0; display:block; border-radius:50%; background-size:cover; background-position:center; background-repeat:no-repeat;}

.reviewauth-meta{}
.authname{text-decoration:none; font-size:20px; margin:8px 0; font-weight:500; color:var(--color2);}
.dateposted{text-decoration:none; color:#999; margin:10px 0 12px 0; position:relative; display:block; padding-left:20px;}
.dateposted:before{content: ''; width: 12px; height: 2px; background: var(--color1);position: absolute; top: 12px; left: 0; z-index: 1;}
.authname:hover, .dateposted:hover{color:var(--color1);}

.starlist{margin:0px; list-style-type:none; padding:0px;}
.starlist li{display:inline-block; margin:0px;}
.starlist li i{color:#FFA60C; font-size:12px;}
.starlist li i.noactive{color:#DEE2E8; }

.write-reviewform .starlist li i{font-size:15px;}


.review-total{border: 1px solid #e2dfeb;}
.review-total-right, .review-total-left{padding:40px;}
.review-total-left{min-width:230px; border-right:1px solid #e2dfeb;;}
.rate-avg{ font-size:60px; line-height: 1.13; color:var(--color2); display:block;}
.rate-avg span{color:var(--color4); font-size:22px; }
.rate-mode{font-weight:700; font-size:18px; color:var(--color1); display:block;}
.rate-nmbr{font-weight:500; font-size:16px; color:var(--color4); display:block;}
                        
.progressbox p{color:var(--color3); font-weight:600; min-width:125px; margin-bottom:0px;}
.progressbox .progress{height:8px; overflow:visible;}
.progressbox .progress .progress-bar{position:relative; background-color: var(--color1);  display: block; overflow: visible;}
.progressbox .progress .progress-bar span{position: absolute; bottom: 100%; left: 100%; z-index: 1; padding: 2px 6px 4px 6px; background-color: var(--color1); font-size: 12px; color: #fff; margin-bottom: 5px; line-height: 1;}
.progressbox .progress .progress-bar span:before{content: ""; border: 5px solid transparent; border-top-color: var(--color1); position: absolute; top: 100%; left: 0; z-index: 1; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); margin-top: -6px;}

.no-after-shade:after{
content: none !important
}


/******Provider Profile End*******/


.contact-icon-box{position: relative; text-align: left; -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07); margin-top: 50px;}
.contact-icon{ display: inline-block; background: var(--color1);  text-align: center; -webkit-transition: all 0.35s; transition: all 0.35s; width: 100px; height: 100px; line-height: 100px; border-radius: 50%; position: absolute; top: -50px; left: 50%; margin-left: -50px;}
.contact-icon i{font-size:48px; color:var(--color5); line-height:100px;}    
.contact-icon-box-inner{margin-top: 20px; position: relative; display:block; border-radius: 4px; -webkit-transition: all 0.35s; transition: all 0.35s; padding: 55px 30px 45px;text-align: center; overflow: hidden; border-radius: 4px; border-bottom: 2px solid transparent;}

.contact-icon-box-inner h4{color: var(--color2); font-size: 20px; font-weight:600; display: block; position: relative; z-index: 9; line-height: 1.4; margin:15px 0 5px 0; position: relative; z-index: 11;}
.contact-icon-box-inner p{position: relative; z-index: 9;}
.contact-icon-hover{ font-size: 150px; color: #F0F3F6; position: absolute; bottom: -50px; right: -100px; z-index: 1; -webkit-transform: rotate(-30deg) scale(0.6); transform: rotate(-30deg) scale(0.6); opacity: 0; -webkit-transition: all 0.35s; transition: all 0.35s;}


.contact-icon-box:hover .contact-icon-box-inner{border-bottom: 2px solid var(--color1);}
.contact-icon-box:hover .contact-icon i, .contact-icon-box.active .contact-icon i{animation: pulse 1.5s infinite linear;}
.contact-icon-box:hover .contact-icon-hover, .contact-icon-box.active .contact-icon-hover{ -webkit-transform: rotate(-30deg) scale(1); transform: rotate(-30deg) scale(1); opacity: 1; right: -15px;}

.contact-icon-box.active .contact-icon-box-inner{border-bottom: 2px solid var(--color1);}

@keyframes pulse { 0% { transform: scaleX(1) } 50% { transform: scale3d(0.85, 0.85, 0.85) } to { transform: scaleX(1)}}

.formcontact .f-3{background-color:#F0F3F6; border-color:#F0F3F6; color:#797F89;}
.contact-sec h2{line-height:1.2em;}
.lh28{line-height:28px !important;}


.footer-main{ background-color:var(--color2); background-size:cover; background-repeat:no-repeat; background-position:center; background-image: url(../img/bg-footer-1.png);}
.footer-main h4{font-weight:700; font-size:20px; color:var(--color5);}
.footer-main ul{list-style-type:none; padding:0px; margin:0px;}
.footer-main ul li{margin:10px 0; padding-bottom:4px; color: #abafb5; font-size:16px;}
.footer-main ul li a{color: #abafb5; font-weight:500; text-decoration:none; transition: ease all 0.35s;}
.footer-main ul li a:hover{color:var(--color5);}
.footer-main p{color: #abafb5; font-weight:400;}
.footer-main p a{color:var(--color5);}

.social-list{margin:0px; padding:0px; list-style-type:none;}
.social-list li{margin:0 0 0 10px !important; padding:0px !important; list-style-type:none; display:inline-block; }
.social-list li a{display:block; transition:ease all 0.3s; font-size:16px; text-decoration:none; text-align:center; color:#1B1F2E !important; line-height:39px; height:39px; width:39px; border-radius:50%; background-color:var(--color5);}
.social-list li a:hover{color:var(--color5) !important; background-color:var(--color1);}

.newsletter-form .form-control{    padding: 0 20px; width: 100%; border: none; line-height: 65px; background: var(--color5); color: #11161F; -webkit-transition: all 0.35s; transition: all 0.35s; text-align: center; margin-bottom: 10px;}
.newsletter-form .form-control:hover, .newsletter-form .form-control:focus, .newsletter-form .form-control:visited{box-shadow:none; outline:none;}

.newsletter-form .btn-1{height:64px; width:100%;}

.footer-bottom{border-top:1px solid #FFFFFF1A; background-color:var(--color3);}

.navbar-toggler{background-color:var(--color1); color:var(--color5); padding:7px; border-color:var(--color1);}
.img-bg-fluid { background-size: cover; background-position: center; min-height: 400px; height: 100%;}



.owl-carousel .owl-nav { opacity: 0; filter: alpha(opacity=0); -webkit-transition: 0.35s; transition: 0.35s;}
.owl-carousel:hover .owl-nav{opacity:1;}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{position: absolute; top: 50% !important; margin-top: -25px !important; z-index: 99; line-height: 48px !important; text-align: center; width: 45px; height: 45px; border-radius: 50% !important; background-color: #DEE2E8 !important; -webkit-transition: all 0.35s !important; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; border:none !important; color: #fff !important;}
.owl-carousel .owl-nav .owl-prev{left: -50px;}
.owl-carousel .owl-nav .owl-next{right: -50px;}
.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover{background-color:var(--color1) !important;}


.owl-carousel-reviews .owl-nav .owl-prev, .owl-carousel-blogs .owl-nav .owl-prev, .owl-carousel-team .owl-nav .owl-prev{left: -70px;}
.owl-carousel-reviews .owl-nav .owl-next, .owl-carousel-blogs .owl-nav .owl-next, .owl-carousel-team .owl-nav .owl-next{right: -70px;}


.not-found-wrapper { padding: 300px 0 250px; background-image: url(../img/bg-404.jpg); background-repeat:no-repeat; background-size:cover; background-position:center center;}
.not-found-title { font-size: 120px;  text-transform: uppercase; margin-bottom: 0; line-height: 1; color: #fff;}
.not-found-subtitle {font-size: 38px; font-weight: 700;  margin: 10px 0; color: #fff;}
.not-found-desc { max-width: 550px; margin: 0 auto; color: #ccc;}



@media(min-width: 992px){
.left-half:before{position:absolute; width:calc(100% + 12px); height:14px; background:var(--color5); top:0; left:calc(100% - 12px); content:"";}
.left-half:after{position:absolute; width:calc(100% + 12px); height:14px; background:var(--color5); bottom:0; left:calc(100% - 12px); content:"";}
.left-half { padding-left: 0 !important; position: absolute;left: 0; right: 50%; margin-right: auto; width: auto;}
.right-half { padding-right: 0 !important; position: absolute;right: 0; left: 50%; margin-left: auto; width: auto;}
}


@media(max-width:1300px){}


@media(max-width:1199px){
    .banner-sec h1{font-size:60px;}
    .banner-inner h1{font-size:38px;}
	.title-styled h2{font-size:42px;}
	.stat-box .stat-nmbr{font-size:52px;}
	.about-right{padding:35px 30px;}
	.about-right h2{font-size:30px !important;}
	.cta-1 h6.sub-title{font-size:60px;}
	.loc-box{height:300px;}

}

@media(max-width:1024px){
	.title-styled h2{font-size:38px;}
	.banner-inner h1{font-size:38px;}
	.stat-box .stat-nmbr{font-size:46px;}
	.cta-1 h6.sub-title{font-size:50px;}
	.not-found-wrapper { padding: 100px 0 120px; }
	.not-found-title{font-size:80px;}
}

@media(max-width:991px){
    .banner-sec{padding: 130px 0px 0px; margin-top: -67px;}
    .banner-inner{padding:130px 0 70px 0;}
    .banner-sec h1{font-size:52px;}
    .banner-inner h1{font-size:34px;}
    .loc-box{height:414px;}
    .banner-formarea{margin-top:50px; margin-bottom:0px;}
	#menu-primary li a{padding:10px;}
}



@media(max-width:767px){
    .banner-sec h1{font-size:40px;}
    .banner-inner h1{font-size:30px;}
	.title-styled h2{font-size:34px;}
	.stat-box .stat-nmbr{font-size:40px;}
	.stat-box{border:none;}
	.about-right{position: static; width: 100%; transform: translate(0px, 0px);}
	.lat-srchform-content{padding-right:0px;}
	.lat-srchform-btn{padding-left:0px; padding-top:6px; position:static;}
	.lat-srchform-btn .btn-1{width:100%; display:block;}
	.lt-dropdn .dropdown-toggle{padding-left:14px; padding-right:14px;}
	.lat-srchfield{width:100%; border-left:none; border-bottom:1px solid #E9E9EE;}
	.lat-srchfield:first-child{border-bottom:1px solid #E9E9EE;}
	.lat-srchfield:last-child{border-bottom:none;}
	.review-total-right, .review-total-left{padding:20px;}
	.review-total-left{min-width: 140px; padding-left:10px; padding-right:10px;}
	.rate-avg{font-size:36px;}
	.not-found-title{font-size:50px;}
		.not-found-subtitle{font-size:30px;}
	
}


@media(max-width:639px){
}


