
@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;
}
.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: 20px 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
.headerInner{
  background-color: #fff;
  padding: 10px 15px;
  box-shadow: 0px 4px 16px 0px #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerInner{}
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap{
  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{
  width: 50%;
}
.banner_txt span{
  color: #0586e3;
}
.headerRight ul li{
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
}
.headerRight ul li svg{
  color: #0586e3;
  margin-right: 10px;
}
.dotImg1{
  position: absolute;
  bottom: 40px;
  left: 0;
}
.dotImg2{
  position: absolute;
  top: 70px;
  right: 124px;
}
.frm_wrap .input_txt {
  width: 100%;
  float: left;
  height: 45px;
  border-radius: 3px;
  padding: 0 10px;
  border:none;
  background-color: transparent;
  border-bottom: 1px solid #eceaea;
  border-radius: 0px;
  margin-bottom: 20px;
  outline: none;
}
.frm_wrap .input_txt:focus{
  box-shadow: none;
}
.frm_wrap{
  display: flex;
}
.frm_wrap.btn_wrap{
  justify-content: center;
  margin-top: 10px;
}
.formWrap{
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
}
.frm_wrap .sub-btn {
  float: left;
  padding: 0 40px;
  border-radius: 3px;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
  height: 50px;
  transition: 0.5s;
}
.frm_wrap .sub-btn:hover{
  background-color: #0586e3;
}
section{
  padding: 50px 0;
}
.formSec{
  padding: 0px;
  margin-top: -50px;
  position: relative;
}
/*---banner_wrap end--*/
/*--aboutWrap start--*/
.aboutImg img{
  width: 100%;
}
.secHeading{
  font-size: 27px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}
.abouttxt{
  padding-left: 20px;
}
.secHeading::after{
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #0586e3;
  content: "";
}
.abouttxt p{
  color: #797979;
}
.abouttxt ul{
  margin-bottom: 20px;
}
.abouttxt ul li{
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  color: #797979;
}
.abouttxt ul li::before{
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 0;
  top: 10px;
  content: "";
}
.text-center .secHeading::after{
  left: 50%;
  transform: translateX(-50%);
}
.serviceInner{
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px #e0e0e0;
}
.iconWrap{
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  margin-top: -55px;
  margin-bottom: 20px;
}
.serviceContent h3{
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  min-height: 50px;
}
.serviceContent ul li{
  margin-bottom: 10px;
  color: #797979;
  padding-left: 15px;
  position: relative;
}
.serviceContent ul li::before{
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 0;
  top: 10px;
  content: "";
}
.serviceInner{
  margin: 0 12px;
  margin-top: 50px;
  min-height: 305px;
  margin-bottom: 20px;
  position: relative;
}
.serviceInner::after {
  width: 90%;
  height: 100%;
  border: 4px solid #0586e3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  top: 14px;
  z-index: -1;
}
.serviceSec{
  position: relative;
}
.serviceSec::before{
  width: 100%;
  left: 0;
  position: absolute;
  content: "";
  height: 210px;
  background-color: #f5fafe;
  z-index: -1;
  top: 0;
}
.slick-dots{
  display: block;
  text-align: center;
  margin-top: 20px;
}
.slick-dots button{
  font-size: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d4d4d4;
}
.slick-dots li.slick-active button{
  background-color: #0586e3;
}
.slick-dots li{
  display: inline-block;
  margin: 0 7px;
}
.testimonialSec{
  background-size:cover;
  background-attachment: fixed;
  background-size: cover !important;
  background-attachment: fixed !important
}
.testiInner{
  margin: 0 0px;
  background-color: #fff;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.testimonialSec .secHeading{
  color: #fff;
}
.testimonialSlider  .slick-slide{
  justify-content: center;
  transform: scale(0.6);
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}
.testimonialSlider .slick-center,
.testimonialSlider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
  opacity: 1;
}
.testimonialSlider .slick-current.slick-active{
  transform: scale(1);
  opacity: 1;
}
.testiTxt{
  text-align: center;
}
.testiTxtInner{
  min-height: 220px;
}
.testiTxt p{
  font-weight: 400;
  font-size: 13px;
}
.quoteIcon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../img/testimonialBg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: 'flex';
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: -60px;
  padding: 8px;
}
.iconInner{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  padding: 15px;
}
.iconInner img{
  width: 100%;
}
.testiTxt{
  margin-top: 20px;
}
.testiTxt .checked {
  color: orange;
}
.clientName p{
  margin-bottom: 0px;
  color: #0586e3;
  font-weight: 400;
  font-size:17px;
}
.ratingWrap{
  margin-bottom: 20px;
}
/*--aboutWrap end--*/
/*--footer start--*/
.footerWrap {
  padding: 40px 0 0px;
  background: #ededed;
  position: relative;
}
.social_icon a{
  color: #0586e3;
  font-size: 24px;
  margin-right: 7px;
}
.social_icon a:hover{
  color: #000;
}
.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;
}
main{
min-height:calc(100vh - 230px);
}
.inner-header{
position:relative;
background-color:#f7f7f7;
padding:10px 0;
}
.inner-header .headerInner{
background-color:transparent;
padding:0px;
box-shadow:none;
}
.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:10px
}
.contactBox:after{
    width: 90%;
    height: 100%;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    background-color: #0b919026;
    position: absolute;
border-radius:10px;
    z-index: -1;
}
.contactBox a{
display:inline-flex;
font-size:30px;
color:#0586e3;
}
.thankyouSec .btn_wrap{
display:flex;
justify-content:center;
margin-top:50px;
}
.gotohome_btn {
    float: left;
    padding: 0 40px;
    border-radius: 3px;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 50px;
    transition: 0.5s;
display:inline-flex;
align-items:center;
}