@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*----------------------------------------*/
/*  Theme default CSS
/*----------------------------------------*/
.clear {
  clear: both;
}
::-moz-selection {
  text-shadow: none;
}
::selection {
  text-shadow: none;
}
.no-mar {
  margin: 0 !important;
}
.no-pad {
  padding: 0 !important;
}
.some-pad {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.left-pad {
  padding-left: 90px !important;
}
.mar-1_br {
  margin-right: -1px;
  margin-bottom: -1px;
}
div#preloader {
  background: #ffffff url("../img/Preloder.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header.header-area.nav-fixed {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  -moz-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  left: 0;
  background: #ffffff;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
header.header-area.nav-fixed .def2 .search i {
  color: black !important;
}
.custom-padding {
  padding-bottom: 350px !important;
}
.mar-bot-50 {
  margin-bottom: 50px;
}
.mar-bot-40 {
  margin-bottom: 40px;
}
.mar-bot-150 {
  margin-bottom: 150px;
}
.mar-bot-30 {
  margin-bottom: 30px;
}
.margin-minas {
  margin-bottom: -50px;
}
.padding-minas {
  padding-bottom: 50px !important;
}
.padding-to-minas {
  padding-top: 0px !important;
}
.mar-top-30 {
  margin-top: 30px;
}
.mar-top-80 {
  margin-top: 80px;
}
.mar-top-80 {
  margin-top: 80px;
}
.mar-top-55 {
  margin-top: 55px;
}
.mar-top-140 {
  margin-top: 140px !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #ffffff;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #141313;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
.body2 {
  background: #f6f6f6;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
button, input, textarea {
  letter-spacing: 0px;
}
/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  letter-spacing: 0;
}
h1 {
  font-size: 70px;
  line-height: 84px;
  margin-bottom: 0px;
}
h2 {
  font-size: 45px;
  line-height: 60px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
}
h4 {
  font-size: 25px;
  line-height: 35px;
}
h5 {
  font-size: 22px;
  line-height: 32px;
  color: #0F1D34;
}
h6 {
  font-size: 20px;
  line-height: 30px;
}
p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}
p img {
  margin: 0;
}


:root {
    /* --theme-color: #f41e1e; */
    --theme-color: #FA5A38;
    --text-color-primary: #F7EBED;
    --theme-color-ultra: #F0386B;
    --theme-color-secondary: #B18CA5;
    --text-color-dark: #411911;
    --heading-font: "Raleway", sans-serif;
    --theme-color-midgrey: #f7f7f7;
    --theme-color-black: #000;
    --text-color-white: #fff;
    --font48:48px;
    --font36:36px;
    --font24:24px;
    --font18:18px;
    --font16:16px;

    --shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 30px;
}

.btn-1 {
    position: relative;
    padding: 14px 10px;
    color: #FFFFFF;
    min-width: 200px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: 1.5s ease;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
}
.hero-area2 .hero-content .button-area .btn-1 {
    background: #FA5A38;
    transition: .3s ease;
    border-radius: 0;
}
.hero-area2 .hero-content .button-area .btn-1:hover {
    background: #fff;color: #FA5A38;
}
.btn-2 {
    padding: 14px 45px;
    color: #FA5A38;
    background: #FFFFFF;
    display: inline-block;
    min-width: 170px;
    cursor: pointer;
    height: 60px;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
    font-size: 16px;
}
/*==============================Hero Area Style===================*/
.hero-area {
  position: relative;
  background: url(../images/hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 0px;
  overflow: hidden;
}
.hero-area .hero-content {
  position: relative;
}
.hero-area .hero-content h1 {
  font-weight: 700;color: var(--text-color-dark);
}
.hero-area .hero-content p {
  position: relative;
  margin: 25px 0;
  width: 75%;
  font-size: 18px;
  line-height: 28px;
}
.hero-area .hero-content .btn-2 {
  position: relative;
  margin-top: 20px;
  border-radius: 30px;
}
.hero-area .hero-content .btn-2:hover {
  border-radius: 6px;
}
.hero-area .hero-img {
  position: relative;
  margin-left: -5%;
  width: 100%;
}
.hero-area2 {
  position: relative;
  background: #FFF8F2;
}
.hero-area2 .hero-img {
  padding-right: 8%;
}
.hero-area2 .hero-content {
  position: relative;
}
.hero-area2 .hero-content img.hero2-element {
  position: absolute;
  top: -40px;
  left: -10%;
}
.hero-area2 .hero-content h1 {
  font-weight: 700;
  font-family: unset;
}
.hero-area2 .hero-content p {
  position: relative;
  margin: 25px 0;
  width: 75%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.hero-area2 .hero-content .reviews {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.hero-area2 .hero-content .reviews i {
  position: relative;
  color: #FFC107;
  margin: 0px 3px;
}
.hero-area2 .hero-content .reviews i:nth-child(5) {
  color: #4E4E4E;
}
.hero-area2 .hero-content .reviews p {
  line-height: 0;
  margin: 0;
  font-weight: 600;
  margin-left: 15px;
}
.hero-area2 .hero-content h3 {
  color: #FD866E;
  margin-top: 15px;
  font-weight: 700;
}
.hero-area2 .hero-content .button-area {
  position: relative;
  margin-top: 30px;
}
.hero-area2 .hero-content .button-area .btn-1 {
  background: #FA5A38;
  transition: 0.3s ease;
  border-radius: 0;
}
.hero-area2 .hero-content .button-area .btn-1:hover {
  background: #fff;
}
.hero-area2 .hero-content .button-area .btn-1 i {
  padding-left: 10px;
  padding-top: 5px;
}
.hero-area2 .hero-content .button-area .btn-2 {
  transition: 0.3s ease;
  border-radius: 0;
  margin-left: 20px;
}
.hero-area2 .hero-content .button-area .btn-2:hover {
  color: #fff;
  background: #FA5A38;
}
.hero-area2 .hero-content .button-area .btn-2 i {
  padding-left: 10px;
}
.hero-area3 {
  position: relative;
  overflow: hidden;
}
.hero-area3 .hero-img {
  padding-left: 8%;
  padding-right: 0;
}
.hero-area3 .hero-content {
  position: relative;
  padding-left: 50px;
}
.hero-area3 .hero-content h1 {
  color: #3C2856;
}

/*==============================Service Style===================*/
.services-item {
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.4588235294);
    padding: 30px 15px;
    border-radius: 20px 20px 20px 0;
    background-image: url(../images/services-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.5s all ease;    min-height: 290px;

}
.services-item:hover {
    transform: translate(0, -10px);
}
.services-item:hover:before {
    height: 0;
}
.services-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 20px 20px 20px 0;
    transition: 0.5s all ease;
}
.services-item .inner {
    position: relative;
    z-index: 1;
}
.services-item .inner img {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    border-radius: 50%;
}
.services-item .inner h3 {
    font-size: 22px;
    margin-bottom: 13px;
}
.services-area.two .services-item .inner h3 a, .services-area.two .services-item .inner h3  {
    color: #484848;    margin-bottom: 2px;
}
.services-item .inner p {
    margin-bottom: 14px;
    transition: 0.5s all ease;
}
/*==============================About us Style===================*/
.about-us {
    position: relative;
    background: #FFF0CE;
    margin-top: 250px;
    padding: 100px 0;
}
.about-us .about-content {
    padding-left: 50px;
}
.about-us .about-element {
    position: absolute;
    left: 0;
    top: 40px;
    max-height: 170px;
    width: auto;
}
.about-us span {
    color: #285654;
    font-weight: 600;
    font-style: italic;
    position: relative;
}
.about-us span::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    right: -65px;
    top: 10px;
    background: #285654;
}
.about-us h2 {
    position: relative;
    color: #3C2856;
    padding: 20px 0;
}
.about-us .about-img {
    position: absolute;
    top: -200px;
}
.about-us .about-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.about-us .btn-1 {
    background: #FA5A38;
    transition: .3s ease;
    border-radius: 0;
    margin-top: 40px;
    border: 0;
}
.about-us .btn-1:hover, .about-us .btn-1:active{color: #fff;}

@media only screen and (max-width:1024px){
h1{font-size: 42px;
line-height: normal;}
h2 {
    font-size: 40px;
    line-height: 50px;
}

.hero-area2 .hero-content .button-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.btn-1 , .btn-2{    padding: 10px 10px;    min-width: 170px;}
.about-us .about-img {
    position: unset;
}
.about-us .about-element {
    top: 75px;
    max-height: 75px;
}
.featuresec {
    padding-bottom: 70px;
    padding-top: 80px;
}
.about-us {margin-top: 0px;}
}
@media only screen and (max-width:767px){
h1{font-size: 40px;
line-height: normal;}
h2 {
    font-size: 40px;
    line-height: 45px;
}
.hero-area2 .hero-content h1 {
    font-size: 40px;
    line-height: normal;
}
.hero-area2 {
    padding-top: 100px;
}
.btn-1 , .btn-2{    padding: 10px 10px;    min-width: 170px;}
.hero-area2 .hero-img {
    padding-right: 0%;
    margin-top: 30px;
}
.hero-area2 .hero-content .button-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about-us {
    padding: 70px 0;
}
.about-us .about-element{display: none;}
.about-us .about-content {
    padding-left: 0px;
    padding-top: 50px;
}
.featuresec {
    padding-bottom: 70px;
    padding-top: 80px;
}
}