
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Rubik:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Inter&family=Rubik:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter&family=Rubik:ital,wght@0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&family=Rubik&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bungee&display=swap');

:root {
  
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
    typography css start 
---------------------------------*/
body {
  margin: 0px;
  padding:0px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Rubik', sans-serif;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30;
}

h4 {
  font-size: 24;
}

h5 {
  font-size: 20;
}

h6 {
  font-size: 18;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 25px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
}

*::placeholder {
  opacity: 1;
  color: #fff !important;
}
::-webkit-calendar-picker-indicator {
  filter:brightness(0) invert(1) !important;
}
.container{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.max-container{
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
}
/*---------------------------------
    common classes css start 
---------------------------------*/

/*--header start--*/
.headerArea{
  position: absolute;
  top: 0;
  padding:10px 0;
  width: 100%;
  left: 0;
  z-index: 1;
  transition: 0.5s all;
}
.headerArea.sticky{
  position: fixed;
  background-color: #000;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999;
}
.headerInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0,0,0,0.7);
  padding: 10px 15px;
}
.headerArea.sticky .headerInner{
  padding: 0;
}
.logoWrap {
  width: 120px;
}
.logoWrap img{
  filter: brightness(0) invert(1);
  width: 100%;
}
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap{
  position: relative;
}
.bannerItem{
  position: relative;
}
.banner_wrap img{
  width: 100%;
}
.banner_content{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.bannerHeading{
  text-transform: uppercase;
  font-weight: 600;
}
.banner_txt span{
  color: #0586e3;
}
.bannerImg{
  position: relative;
}
.bannerImg::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color:rgb(0 0 0 / 61%);
  width: 100%;
  height: 100%;
}
.bannerImg img{
  width: 100%;
}
.headerRight ul li{
  display: inline-block;
  margin-left:10px;
  font-size: 20px;
}
.headerRight ul li svg{
  color: #0586e3;
  margin-right: 10px;
}
.bannerInnerImg .imgholder{
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 500px;
}
.bannerContent{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.bannerContent .bannerTxt{
  width: 70%;
  padding: 30px;
  background-color:rgb(0 0 0 / 65%);
}
.bannerContent .bannerTxt h1{
  font-size: 70px;
  color: #fff;
  line-height: 90px;
  letter-spacing: 2px;
}
.banner_wrap ul.slick-dots{
  position: absolute;
  left: 13%;
  bottom: 20px;
}
.banner_wrap ul.slick-dots li{
  display: inline-block;
  margin-right: 8px;
}
.banner_wrap ul.slick-dots button{
  font-size: 0px;
  width: 10px;
  height: 10px;
  background-color:#0586e3;

}
.banner_wrap ul.slick-dots .slick-active button{
  background-color: #fff;
}
.frm_wrap .input_txt {
  width: 100%;
  float: left;
  height: 45px;
  border-radius:0px;
  padding: 0 10px;
  border:none;
  color: #f1f1f1;
  background-color: #000;
  border-radius: 0px;
  margin-bottom: 20px;
  outline: none;
}
.frm_wrap .input_txt:focus{
  box-shadow: none;
}
.frm_wrap{
  display: flex;
}
.frm_wrap.btn_wrap{
  margin-top: 10px;
}
.formWrap{
  padding: 40px;
  background-color: #16171a;
}
.frm_wrap .sub-btn {
  float: left;
  padding: 0 40px;
  border-radius: 0px;
  background: #0586e3;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
  height: 50px;
  transition: 0.5s;
}
.frm_wrap .sub-btn:hover{
  background-color: #fff;
  color: #0586e3;
}
section{
  padding: 50px 0;
}
.formSec{
  padding: 0px;
  position: relative;
  margin-bottom: ;
}
.headerRight ul li a{
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
}
.headerRight ul li a svg{
  color: #0586e3;
}
/*---banner_wrap end--*/
/*--aboutWrap start--*/
.aboutImg img{
  width: 100%;
}
.secHeading{  
  font-size: 36px;
  margin-bottom: 30px;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
.aboutImg{
  padding-left: 130px;
  padding-bottom: 180px;
  position: relative;
  padding-top: 40px;
}
.aboutImg_1{
  position: relative;
  z-index: 12;
}
.aboutDot{
  width: 100px;
  height: 100px;
  position: absolute;
  right: 72px;
  z-index: -1;
  bottom: 77px;
}
.aboutImg_2{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63%;
}
.aboutImg::before{
  width: 280px;
  height: 300px;
  position: absolute;
  top:0px;
  left: 40px;
  border: 15px solid #e1f0fc;
  content: "";
}
.aboutImg img{
  width: 100%;
}
.abouttxt{
  padding-left: 40px;
}
.secTitle{
  font-size: 36px;
  line-height: normal;
  color: #000;
  margin-bottom: 30px;
}
.abouttxt p{
  color: #797979;
}
/*--aboutWrap end--*/
/*--formSec start--*/
.formSec{
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
}
.formSec::before{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgb(0 0 0 / 65%);
}
.formSecInner{
  position: relative;
  z-index: 1;
  min-height:440px;
}
.leftTxt{
  padding-top: 100px;
}
.leftTxt, .leftTxt .secTitle{
  color: #fff;
}
.leftTxt ul li{
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.leftTxt ul li::before{
  width: 30px;
  height: 25px;
  position: absolute;
  content: "";
  left: -6px;
  top: 0;
  background: url(../img/list-img.png) no-repeat left center;
}
.formRight{
  position: relative;
}
.formWrap{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.mb-none{
  margin-bottom: 0px !important;
}

.serviceSec{
  padding-bottom: 30px;
}
.serviceContent{
  margin-top: 40px;
}
.serviceBox{
  position: relative;
  margin-bottom: 20px;
}
.serviceBox .serviceImg{
  overflow: hidden;
  position: relative;
}
.serviceBox .serviceImg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 /55%);
  opacity: 0;
  z-index: 1;
}
.serviceBox:hover .serviceImg::before{
  opacity: 1;
}
.serviceBox .serviceImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.5s all;
}
.serviceBox:hover .serviceImg img{
  transform: scale(1.1);
}
.serviceTitle{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0586e3;
  padding: 10px 15px;
  z-index: 2;
}
.serviceTitle h4{
  color: #fff;
  font-size: 17px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/*--testimonialSec start--*/
.testimonialSec{
  background-color: #ebf6fd;
}
.testiSlider ul.slick-dots{
  position: absolute;
  left: 30%;
  bottom: -8px;
}
.testiSlider ul.slick-dots li{
  display: inline-block;
  margin-right: 8px;
}
.testiSlider ul.slick-dots button{
  font-size: 0px;
  width: 8px;
  height: 8px;
  background-color:#0586e3;

}
.testiSlider ul.slick-dots .slick-active button{
  background-color: #000;
}
.textiItems{
  display: flex !important;
  align-items: center;
}
.testiImg{
  padding: 50px 60px;
  width: 30%;
  position: relative;
}
.testiInner {
  position:relative;
  z-index: 1;
}
.testiInner img{
  width: 100%;
}
.quoteicon{
  margin-bottom: 20px;
  width: 50px;
}
.quoteicon img{
  filter: brightness(0) invert(0.5);
  width: 100%;
}
.testiImg::before{
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid #cde8fa;
  z-index: 0;
}
.testiContent{
  width: calc(100% - 30%);
}
.clientName{
  margin-top: 15px;
}
.clientName h6{
  color: #0586e3;
}
/*--testmonial end--*/
/*--addressSec start--*/
.addressSec {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.place-card.place-card-large, .gm-style .place-card{
  display: none !important;
}
.addressSec iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.addressWrap{
  position: absolute;
  background-color: #000;
  position: absolute;
  padding: 35px;
  width: 20%;
  top:10px;
  left: 10px;
}
.addressWrap p{
  color: #fff;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  line-height: 30px;
}
.addressWrap p::before{
  width: 30px;
  height: 30px;
  position:absolute;
  content: "";
  top: 0;
  left: 0;
}
.addressWrap p.location::before{
  background: url(../img/location.png) no-repeat center center;
}
.addressWrap p.callIcon::before{
  background: url(../img/call-footer.png) no-repeat center center;
}
/*--addressSec end--*/
/*--footer start--*/
.footerWrap {
  padding: 15px 0;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.socialIcon a{
  color: #0586e3;
  font-size: 24px;
  margin-right: 7px;
  display: inline-block;
}
.socialIcon a:hover{
  color: #ffffff;
}
.footerWrap p{
  font-size: 15px;
  margin-bottom: 10px;
}
.footerWrap p.footer_call svg{
  font-size: 24px;
  margin-bottom: -3px;
  color: #0586e3;
  margin-right: 10px;
}
.footerWrap h4{
  margin-bottom: 20px;
}
.copyrightWrap{
  margin-top: 20px;
  padding: 10px 0;
  background-color: #000;
}
.copyrightWrap p{
  color: #fff;
  margin-bottom: 0px;
}
a:hover{
  color: #0586e3;
}
/*--footer end--*/
.mobview{
  display: none;
}
.p-none{
  padding: 0px !important;
}
.headerArea.innerHeaderArea{
  position:relative;
  }
  .thankyouSec{
  padding:60px 0;
  }
  .t-iconWrap {
      margin: 0 auto;
      width: 160px;
      height: 160px;
  }
  .thankTxt{
  padding:0 50px;
  }
  .contactBox{
  box-shadow:0px 0px 10px 0px #ccc;
  background-color:#fff;
  position:relative;
  padding:50px;
  text-align:center;
  border-radius: 30px;
  }
  .contactBox a{
  display:inline-flex;
  font-size:30px;
  color:#d8000c;
  }
  .thankyouSec .btn_wrap{
  display:flex;
  justify-content:center;
  margin-top:50px;
  }
  .gotohome_btn {
      float: left;
      padding: 0 40px;
      border-radius: 3px;
      background: #d8000c;
      text-transform: uppercase;
      color: #fff;
      border: none;
      cursor: pointer;
      height: 50px;
      transition: 0.5s;
  display:inline-flex;
  align-items:center;
  border-radius: 30px;
  }