
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0!important;
}

.no-pad {
    padding: 0!important;
}

.no-top-pad {
    padding-top: 0!important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bg-theme {
    background-color: #F6E1D9;
}

*,
*: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: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}

.color {
    color: #f04c63;
}

/* 
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif; 
*/

.header-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease 0s;
}

.header-area.header_fix {
    background:#f5757b;
    z-index: 9;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}


.logo {
    margin-top: 4px;
}

.logo a {
    display: inline-block;
}

.logo a img {
    max-width: 195px;
}

.main-menu {
    text-align: right;
}

.main-menu nav ul li {
    display: inline-block;
}

.main-menu nav ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 33px 12px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.main-menu nav ul li a:hover,
.main-menu nav ul li.active a {
    color: #444;
}

/*mobile menu*/

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_menu {
    background: transparent;
}

.slicknav_btn {
    background-color: transparent;
    position: relative;
    margin-top: -54px;
}

.slicknav_menu .slicknav_icon-bar {
    width: 28px;
    height: 2px;
    margin-bottom: 5px;
    transition: all 0.3s ease 0s;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg)translate(-6px, 0px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg)translate(-10px, -3px);
}

.slicknav_nav a:hover {
    border-radius: 0;
}

.slider-area {
    height: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0) linear-gradient(130deg, #ff8443, #fe5e17) repeat scroll 0 0;
}

.slider-content {
    position: relative;
    z-index: 2;
}

.slider-content h2 {
    font-size: 60px;
    color: #fff;
    line-height: 73px;
    letter-spacing: 0;
    font-weight: 400;
}

.slider-content p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    margin: 28px 0px 39px;
}

.btn-area a {
    height: 50px;
    width: 195px;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
}

.btn-area a:hover {
    background-color: #fff;
    color: #444;
}

.slider-m-img img {
    max-width: 268px;
}

.d-flex {
    display: flex;
}

.flex-center {
    align-items: center;
}

.background-image {
    background: url(../img/bg/bg-home.png) center center/cover no-repeat;
    position: relative;
}

.bg-gradiant:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #fa858b, #f04c63) repeat scroll 0 0;
}

.about-left-thumb img {
    max-width: 300%;
}

.about-content span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #696969;
}

.about-content h2 {
    font-size: 30px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 19px 0px 22px;
}

.about-content p {
    color: #272727;
    font-size: 20px;
    margin-top: 8px;
}

.ft-single {
    overflow: hidden;
    margin-top: 34px;
}

.ft-single .icon {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    height: 50px;
    width: 50px;
    border: 1px solid #f04c63;
    background-color: #f04c63;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
}

.ft-single .ft-info {
    overflow: hidden;
}

.ft-single .ft-info h4 {
    font-size: 20px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 500;
    color: #444;
    letter-spacing: 0.01em;
    margin-bottom: 11px;
}

.section-title.text-black h2 {
    color: #272727;
}

.section-title p {
    color: #444;
}

.title-p {
    color: #444;
    font-size: 18px;
    margin-top: 40px;
}

.section-title.text-black p {
    color: #272727;
}

.feature-list {
    margin-top: 82px;
}

.feature-item {
    position: relative;
    padding-top: 40px;
    z-index: 7;
    margin-top: 27px;
}

.feature-item::before {
    content: '';
    position: absolute;
    right: 34px;
    top: 0;
    height: 40px;
    width: 2px;
    background-color: #fff;
}

.feature-list-right .feature-item::before {
    right: auto;
    left: 34px;
}

.feature-item::after {
    content: '';
    position: absolute;
    right: -55px;
    top: 0;
    height: 2px;
    width: 90px;
    background-color: #fff;
}

.feature-list-right .feature-item::after {
    left: -55px;
    right: 0;
}

.feature-item .icon {
    height: 70px;
    width: 70px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    font-size: 22px;
    color: #f04c63;
    margin-bottom: 11px;
    position: relative;
}

.feature-item .icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    height: 11px;
    width: 11px;
    background: #fff;
    border: 1px solid #444;
    border-radius: 50%;
    transform: translateX(-50%);
}

.feature-item h4 {
    font-size: 22px;
    font-weight: 500;
    color: #444;
    letter-spacing: 0;
}

.feature-item p {
    color: #444;
}

.feature-mscreen {
    text-align: center;
}


.download-area {
    margin-top: 20em;
}

.download-btns a {
    margin: 0px 32px;
}

.download-btns a i {
    font-size: 19px;
    margin-right: 6px;
    vertical-align: middle;
}

.sectiond-title {
    margin-bottom: 50px;
    text-align: center;
}

.sectiond-title h2 {
    font-size: 50px;
    font-weight: 500;
    color: #444;
    letter-spacing: 0.01em;
    margin-bottom: 60px;
}

.titled-p {
    color: #444;
    font-size: 22px;
    line-height: 1.3;
    margin-top: 40px;
}

.benefits-section {
    padding: 7em 0em 7em 0em;
}

.circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: grid;
    flex-shrink: 0;
    margin-right: 15px;
    margin-bottom: 30px;
    place-items: center;
    color:#f04c63;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}

.circle span{
    font-weight: bold;
    font-size: 40px;
}

.section-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
}

.qui-inner {
    background: #fff;
    padding: 100px 100px 100px 100px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -400px;
    border: 3px solid #f04c63;
    border-radius: 25px;
}

.section-list li {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    max-width: 250px;
    border-radius: 5px;
    padding: 20px;
    width: 600px;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.details{
    text-align: center;
    font-size: 20px;
    color: #444;
    line-height: 1.2;
}

.section-list .details p {
    color: #444;
    font-size: 20px;
}

.tablet-slider-container {
  position: relative;
  overflow: hidden;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tablet-slider-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
}

.tablet-frame {
  position: relative;
  width: fit-content;
  z-index: 3;
}

.tablet-frame img {
  width: 100%;
}

.slider-image-wrap {
  position: absolute;
  width: 95%;
  z-index: 1;
}

#slider {
    position: relative;
    width: 522px;
    height: 622px;
    overflow: hidden;
  }

  #slider ul {
    position: relative;
    list-style: none;
    height: 100%;
    width: 10000%;
    padding: 0;
    margin: 0;
    left: 0;
  }
  #slider ul li {
    position: relative;
    height: 100%;
    float: left;
  }

  #slider ul li img{
    width: 520.94px;
    height: 621.18px;
  }



.letest-blog {
    padding-top: 110px;
  }

.list-item {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 26px;
}

.blog-thumbnail {
    margin-bottom: 15px;
}

.blog-thumbnail a {
    display: block;
}

.blog-thumbnail a img {
    max-width: 100%;
}

.list-item h2.blog-title a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 0;
    margin-bottom: 9px;
}

.list-item h2.blog-title a:hover {
    color: #f04c63;
}

.blog-meta ul li {
    display: inline-block;
    font-size: 14px;
    color: #272727;
    font-weight: 500;
    margin-right: 9px;
}

.blog-meta ul li i {
    margin-right: 4px;
}

.blog-summery {
    margin: 7px 0px 25px;
}

.blog-summery p {
    color: #696969;
}

.list-item a.read-more {
    width: 130px;
    height: 40px;
    background: #f5757b;
    border-radius: 20px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    letter-spacing: 0.01em;
}

.list-item a.read-more:hover {
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);
}

#map {
    height: 250px;
}

.contact-inner {
    background: #fff;
    padding: 60px 0px 60px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -250px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-address {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h4.contact-title {
    font-size: 30px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}

.contact-para  {
    color: #696969;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

.contact-address ul li {
    display: flex;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #696969;
    align-items: center;
    flex-direction: row;
    letter-spacing: 0.01em;
}

.contact-address ul li.h-addres {
    font-weight: 400;
    line-height: 25px;
}

.contact-address ul li i {
    height: 30px;
    width: 30px;
    border: 1px solid #f04c63;
    color: #f04c63;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 18px;
    margin-right: 10px;
}

.contact-address ul li p {
    font-size: 18px;
}

.contact-logo {
    width: 250px;
    margin-bottom: 20px;
}

.footer-inner {
    text-align: center;
}

.footer-inner .fsocial {
    margin-bottom: 44px;
}

.footer-inner .fsocial li {
    display: inline-block;
}

.footer-inner .fsocial li a {
    display: block;
    height: 60px;
    width: 60px;
    border: 2px solid #f04c63;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #f04c63;
    font-size: 22px;
    margin: 0px 7px;
}

.footer-inner .fsocial li a:hover {
    background-color: #fff;
    color: #444;
}

.footer-inner p.copy-right {
    color: #f04c63;
    font-size: 18;
}
