html {
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif", serif;
  background-color: #fcf7f1;
}

p {
  padding: 0px;
  margin: 0px;
  font-family: "Cardo", serif;
  font-size: 17px;
}

a {
  padding: 0px;
  margin: 0px;
  outline: none;
  text-decoration: none;
}

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

ul li {
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-family: "Cormorant Garamond", serif;
}

/*.fixed {
    position: fixed;
    top: 0;
    height: 75px;
    z-index: 1;
    width: 100%;
    background: rgba(75, 75, 77, 0.6);
    z-index: 9999;
    color: #000;
}*/

a:hover {
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}
input {
  outline: none;
}
input:focus,
input:hover {
  outline: none;
}
input[type="submit"] {
  border: none;
  outline: none;
}
img {
  max-width: 100%;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
}

/**header**/
header {
  padding: 10px 0;
  background: #fffcf8;
  position:relative;
}
header .logo {
  float: left;
  width: 110px;
}

.nav-primary ul li {
  display: inline-block;
}
.nav-primary ul li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #58688d;
  padding: 10px 0;
}

.nav-primary ul li a:hover {
  color: #58688d;
}
.nav-primary ul li.current_menu a {
  color: #000;
}
.header_top_contact_info {
  float: right;
  width: 30%;
}
.header_top_contact_info {
  display: none;
}
.about_me_img img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) !important;
}
@media (min-width: 768px) {
  .header_top_contact_info {
    display: block;
  }
  .header_top_contact_info ul li {
    display: inline-block;
  }
  .header_top_contact_info ul li a {
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    color: #58688d;
    padding: 13px 0;
  }
  header .logo {
    width: 180px;
  }
  .main_menu {
    float: left;
    width: calc(70% - 190px);
  }
  .header_top_contact_info li img {
    width: 24px;
  }
  .nav-primary ul li {
    display: inline-block;
    margin-right: 11px;
  }
  .nav-primary ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .main_menu {
    width: calc(70% - 250px);
  }
  header .logo {
    width: 110px;
  }
  .nav-primary ul li {
    margin-right: 31px;
  }
  .header_top_contact_info li .fa {
    font-size: 20px;
  }
  .header_top_contact_info ul li a {
    font-size: 15px;
    display: inline-block;
  }
  .nav-primary ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1199px) {
  .header_top_contact_info ul li {
    display: block;
    text-align: left;
  }
  .header_top_contact_info {
    width: 15%;
    text-align: right;
  }
  .header_top_contact_info ul li a {
    padding: 4px 0;
  }
  .main_menu {
    text-align: right;
    width: calc(84% - 250px);
  }
  .nav-primary ul li {
    margin-right: 82px;
  }
  header .logo {
    margin-top: 10px;
  }
  .nav-primary ul li a {
    padding: 19px 0;
  }
}

/**header end**/
.banner {
  background: #fffcf8;
}
.banner_right img {
  width: 100%;
  box-shadow: 0 0 43px 0 rgb(0 0 0 / 34%);
}
.banner a {
  color: #fff;
  display: inline-block;
  bottom: 30px;
  text-align: center;
  font-size: 20px;
  background-color: #58688d;
  border-radius: 100px;
  padding: 7px 30px;
}
.banner a .fa {
  margin-left: 10px;
  -webkit-animation: simple-move 2s 2s linear infinite alternate;
  animation: simple-move 2s 2s linear infinite alternate;
}
.banner_left_content p {
  font-weight: 600;
  margin-bottom: 10px;
  color: #36180b;
}
h1 {
  font-size: 50px;
  max-width: 581px;
  margin: 0 auto 30px auto;
  line-height: 60px;
  color: #6b6b6b;
  font-weight: 500;
}

@-webkit-keyframes simple-move {
  100% {
    -webkit-transform: translate(30px, 0);
  }
}

@keyframes simple-move {
  100% {
    transform: translate(30px, 0);
  }
}

@-webkit-keyframes simple-move {
  100% {
    -webkit-transform: translate(30px, 0);
  }
}

@media (min-width: 768px) {
  .banner_right .img_holder {
    float: right;
    width: 50%;
    height: 400px;
  }
  .banner_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner_left_content {
    width: 50%;
    padding: 100px 0;
  }
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .on_top_text {
    position: relative;
    z-index: 99;
  }
}
@media (min-width: 1025px) {
  .banner_left_content {
    padding: 116px 0 138px 0;
  }

  .banner_right .img_holder {
    height: 450px;
  }
}

@media (min-width: 1199px) {
  .banner {
    padding-bottom: 100px;
  }
  .banner_right .img_holder {
    height: 500px;
  }
}
/**banner end**/

/**sec1**/

.sec1 {
  padding: 0 0 70px 0;
  background-color: #fff;
}
.sec1 .wrapper {
  background-color: #58688d;
  color: #fff;
  padding: 20px 10px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: relative;
  height: 150px;
}
.sec1 .wrapper:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  border: 1px dashed #fff;
  top: 15px;
  right: unset;
  bottom: 0;
  left: 5px;
  border-radius: 50%;
}
.sec1 .wrapper:hover:after {
  border: 1px dashed #58688d;
}
.sec1 .wrapper:hover .icon img {
  background-color: #58688d;
}
.sec1 .wrapper:hover {
  background-color: #fff;
  color: #58688d;
  padding: 20px 10px;
  border-right: 4px solid #eeedec;
  border-bottom: 4px solid #eeedec;
  cursor: pointer;
}
.sec1 .wrapper:hover .show_img {
  display: none;
}
.sec1 .wrapper:hover .hide_img {
  display: block;
}
.hide_img {
  display: none;
}
.sec1 .wrapper .icon {
  float: left;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
  border: 1px dashed #fff;
  background: #fff;
}
.sec1 .wrapper:hover .icon {
  background-color: #58688d;
}
.sec1 .wrapper .icon img {
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.sec1 .wrapper .description {
  float: right;
  width: calc(100% - 120px);
}
.description p {
}

.description h4 {
  font-size: 22px;
}

/**what we do**/
.aboutme {
  padding: 100px 0;
}
.aboutme_right {
  text-align: center;
}
.aboutme_right h4 {
  font-weight: 100;
  color: #58688d;
  letter-spacing: 3px;
  font-size: 22px;
  line-height: 35px;
}
.aboutme_right h2 {
  font-size: 50px;
  line-height: 85px;
  color: #746c6c;
  font-weight: 400;
}
.aboutme_right p {
  font-size: 17px;
  font-weight: 300;
  line-height: 31px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.aboutme .img_holder img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.aboutme .max_width {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

/**sec2**/
.sec2 {
  padding: 50px 0;
  background-color: #f3a715;
}
.slider_col img {
  height: 150px;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 7px;
  border: 3px solid #fff;
}
.inner_wrap {
  text-align: center;
  margin: 0 12px;
}
.sec2 .slick-dots {
  display: none !important;
}
.title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.title:after {
  position: absolute;
  content: "";
  background: url(../img/6-icon.png) no-repeat center center;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 35px;
  z-index: -1;
}
.title h2 {
  color: #004aad;
  font-size: 40px;
  line-height: 50px;
}
.title h2 span {
  color: #004aad;
  font-size: 40px;
  display: block;
}
/***counter */
.counter {
  padding: 250px 0;
  position: relative;
}

.counter:after {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  z-index: 1;
}
.conter_col {
  position: relative;
  z-index: 9999;
}
.conter_col p {
  color: #fff;
  font-size: 25px;
}
.conter_col span {
  color: #58688d;
  font-size: 70px;
  display: inline-block;
  font-weight: 900;
}
.conter_col em {
  color: #58688d;
  font-size: 60px;
}
.conter_col h5 {
  color: #58688d;
  font-size: 19px;
}

/***testimonial**/
.testimonial {
  background-color: #fff5eb;
  padding: 70px 0;
}
.testimonial h2 {
  font-size: 50px;
}
.testi_slider_wrapper {
  text-align: center;
}
.cus_profile img {
  width: 90px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}

.quote {
  margin-bottom: 10px;
}
.testimonial .slick-dots {
  display: none !important;
}
.divaider {
  width: 200px;
  height: 4px;
  background-color: #58688d;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slider_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  padding: 50px 0;
}
.slider_inner:after {
  position: absolute;
  content: "";
  top: 0;
  left: -50px;
  background: url(../img/quote.png) no-repeat center;
  background-size: contain;
  width: 70px;
  height: 50px;
}
.slider_inner:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -50px;
  background: url(../img/quote.png) no-repeat center;
  background-size: cover;
  width: 70px;
  height: 50px;
  transform: rotate(-180deg);
}
.slider_inner h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}
.client {
  position: relative;
  font-size: 22px;
  text-align: right;
  color: #58688d;
  margin-right: 100px;
  margin-top: 30px;
  font-weight: 600;
}
.client:before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 250px;
  background-color: #58688d;
  width: 150px;
  height: 2px;
}

/**contact sec**/
.contact .row {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact form {
  height: 100%;
  background-color: #58688d;
  color: #fff;
  padding: 50px 20px;
}
.contact .map {
  height: 100%;
}
.contact [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.input_box {
  display: block;
  margin-bottom: 7px;
}
.input_box label {
  color: #fff;
  font-size: 17px;
  width: 30%;
  float: left;
}
.input_box input {
  float: right;
  width: 70%;
  background-color: transparent;
  font-size: 17px;
  color: #fff;
  border: none;
  outline: none;
  border-bottom: 2px solid #fff;
}
.input_box button {
  width: 30%;
  display: block;
  margin: 15px auto 0 auto;
  background-color: #fff;
  color: #58688d;
  border: none;
  padding: 10px 0;
  outline: none;
}

.how_cani_help {
  padding: 50px 0;
  background-color: #fff;
}
.how_cani_help h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 60px;
}
.help_col img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin: 0 auto;
  object-fit: cover;
}
.help_col {
  text-align: center;
}
.help_col h4 {
  font-size: 20px;
}
.how_cani_help .slick-dots {
  display: none !important;
}
.how_cani_help .slick-prev {
  left: -3px;
  transform: unset;
  background: transparent;
  border-radius: 50%;

  height: 32px;
  top: 48%;
}
.how_cani_help .slick-next {
  right: -3px;
  transform: unset;
  z-index: 9;
  margin-top: 0px;

  background-position: center center;
  background-size: 100% 100%;
  background: transparent;
  border-radius: 50%;
  height: 32px;
  top: 48%;
}
.how_cani_help .slick-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #58688d;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  position: absolute;
}
.how_cani_help .slick-prev:after {
  content: "\f104";
  font-family: "FontAwesome";
  color: #58688d;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  position: absolute;
}

.how_cani_help .slick-dots li button:before {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 rgba(207, 161, 161, 0.2);
  opacity: unset;
}

.how_cani_help .slick-dots li {
  margin: 0 2px;
}

/***footer**/

footer {
  background-color: #fcf7f1;
  padding: 50px 0;
  position: relative;
}
.ftr_logo a {
  display: block;
  text-transform: uppercase;

  text-align: center;
  color: #000;
  font-size: 30px;
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 37px;
}
.social_media a{
    display:inline-block;
    margin:0 10px;
}
.social_media{
    text-align:center;
    margin-top:20px;
}
.social_media a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #58688d;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
}
footer ul a {
  font-size: 17px;
  display: inline-block;
  text-transform: capitalize;
  color: #58688d;
}
.masterhead {
  padding: 150px 0;
  position: relative;
}
.masterhead .container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.masterhead h2 {
  color: #58688d;
  font-size: 30px;
  text-align: right;
}
.masterhead ul {
  text-align: right;
}
.masterhead ul li {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.masterhead ul li:after {
  position: absolute;
  content: "|";
  right: 10px;
  top: 0;
  color: #000;
}
.masterhead ul li:last-child {
  padding-right: 0;
}
.masterhead ul li:last-child:after {
  display: none;
}
.masterhead ul li a {
  display: block;
  color: #58688d;
}
.current_item a {
  color: #000 !important;
}
.ptb100 {
  padding: 100px 0;
}
.about_multi_images .img_holder {
  margin: 5px 0;
}
.about_multi_images .img_holder img {
  margin: 5px 0;
  width: 100%;
}
.contact_info_page {
  padding: 100px 0;
}
.contact_info_page .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #58688d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #58688d;
  border-radius: 5px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact_form textarea {
  min-height: 100px;
}
.contact_info_page h3 {
  max-width: 700px;
  font-size: 25px;
}
.contact_info_page .btn-primary {
  color: #fff;
  background-color: #58688d;
  border-color: #58688d;
  box-shadow: none;
  border: none;
  font-size: 15px;
}
.visit_area {
  margin-top: 40px;
}
.info_box p {
  font-weight: 700;
  color: #fff;
  background-color: #58688d;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 17px;
}
.info_box p span {
  display: block;
  color: #fff;
  font-weight: 500;
}

.contatc_info h4 {
  margin-bottom: 15px;
  font-size: 20px;
}
.contact_info_page form {
  margin-top: 30px;
}
.pt_70 {
  padding-top: 70px;
}
.services .help_col img {
  object-fit: cover;
  height: 270px;
  width: 270px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.services .help_col {
  margin-bottom: 30px;
}
.services {
  padding-top: 0;
}
.info_box a{
    color:#fff;
}
textarea{
    min-height:120px;
}
.fixed_right{
    position:fixed;
    right:30px;
    bottom:30px;
	width:60px;
	height:60px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.fixed_right .fa{
    margin-top:16px;
}
@media (max-width: 1200px) {
  .left_content .top_main_menu {
    width: calc(100% - 200px);
  }
  .left_content .top_main_menu ul li a {
    font-size: 13px;
  }
  .top_right_sec {
    margin-top: 9px;
    width: 250px;
  }
  .top_right_sec li a {
    font-size: 16px;
  }
  .banner_top_menu ul li a {
    font-size: 13px;
  }
  .contact_info ul li a {
    font-size: 13px;
  }
  .why_choose_innsys .box h4 span {
    font-size: 13px;
  }
  .why_choose_innsys .box p {
    padding: 32px 0 56px 0;
  }
  .plan_box a {
    padding: 15px 40px;
  }
}

@media (max-width: 1024px) {
  .left_content .top_main_menu ul li {
    margin-right: 11px;
  }
  .why_choose_innsys .img_holder {
    height: auto;
    display: block;
    margin: 0 auto 40px auto;
  }
  .why_choose_innsys .img_holder img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
  }
  .customer_slider_sec {
    margin-top: 50px;
  }
  .left_content .top_main_menu {
    width: auto;
  }
}
@media (max-width: 991px) {
  .left_content {
    float: left;
    width: 50%;
  }
  .left_content .logo {
    float: none;
    width: auto;
  }
  .menu_btn {
    display: block;
    margin-top: 10px;
  }
  .top_main_menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 9999;
    background: #049ee6;
    padding: 10px;
  }

  .menu_btn .fa {
    font-size: 30px;
    color: #000;
  }
}

@media (max-width: 767px) {
  .services .help_col {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  header {
    padding: 7px 0;
  }
  .main_menu {
    float: right;
    width: 50px;
  }

  .left_content .top_main_menu {
    width: 100%;
    left: 0;
  }
  .banner_top_menu {
    float: none;
    width: 100%;
  }
  .contact_info {
    float: none;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .menu_btn {
    margin-top: 40px;
    float: right;
    cursor: pointer;
    height: 25px;
  }

  .menu_btn span {
    background: #000;
  }
  .on {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .on span {
    height: 2px;
    transform: rotate(-48deg);
    position: relative;
    z-index: 999999;
    background: #fff;
    margin-bottom: 0 !important;
  }
  .on span:nth-of-type(2) {
    display: none;
  }
  .on span:nth-of-type(3) {
    transform: rotate(48deg);
    margin-top: 0px;
  }
  .menu_btn span {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-bottom: 9px;
  }
  .menu_btn span {
    margin-bottom: 5px;
  }
  .nav-primary {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 99;
    background-color: #fcf7f1;
    width: 100%;
    left: 0;
    max-width: unset;
    margin-top: 0;
  }
  .nav-primary ul li {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 10px;
  }
  .sec1 .wrapper {
    margin-bottom: 30px;
  }
  .about_right {
    margin-top: 30px;
  }
  .collection_box {
    margin-bottom: 30px;
  }
  .collection_box img {
    height: auto;
  }
  .counter {
    padding: 50px 0;
  }
  .conter_col em {
    font-size: 37px;
    line-height: 34px;
  }
  .conter_col span {
    font-size: 37px;
    line-height: 38px;
  }
  .about_right h2 {
    font-size: 37px;
    line-height: 52px;
    padding-left: 17px;
  }
  .about_right p {
    font-size: 16px;
    line-height: 29px;
  }
  .sec1 {
    padding: 70px 0 40px 0;
  }
  .view_all_collection {
    padding: 40px 0;
  }
  .right_top_header {
    margin-bottom: 11px;
  }
  .testimonial {
    padding: 50px 0 0px 0;
  }
  .ftr_logo img {
    width: 80px;
    margin-left: unset;
    left: unset;
    top: 20px;
    position: unset;
    display: block;
    margin: 0 auto 20px auto;
  }
  footer ul {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 20px;
  }
  footer ul a {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .banner_left_content {
    background: none !important;
    text-align: center;
    padding: 50px 0;
  }
  .conter_col {
    text-align: center;
  }
  .testimonial h2 {
    font-size: 26px;
  }
  h1 {
    font-size: 30px;
    line-height: 41px;
  }
  .aboutme_right h2 {
    font-size: 31px;
    line-height: 64px;
  }
  .how_cani_help h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 29px;
    line-height: 41px;
  }
  .slider_inner h3 {
    font-size: 19px;

    line-height: 28px;
  }
  .slider_inner {
    padding: 10px;
  }
  .client {
    margin-right: unset;
    text-align: center;
  }
  .slider_inner::after {
    display: none;
  }
  .slider_inner::before {
    display: none;
  }
  .client::before {
    display: none;
  }
  .contact .row {
    display: block;
  }
  .aboutme {
    padding: 50px 0;
  }
  footer {
    padding: 30px 0;
  }
  .ftr_logo a {
    font-size: 22px;
  }
  .masterhead {
      padding: 59px 0;
      position: relative;
      background-position: 0 100% !important;
}
.masterhead:after{
        position:absolute;
        content:'';
        top:0;
        right:0;
        background:rgba(0,0,0,0.3);
        width:100%;
        height:100%;
        z-index: 1;
    }
    .masterhead .container{
        position:relative;
        z-index:3;
    }
    .masterhead h2{
        color:#fff;
    }
    .masterhead ul li a{
        color:#fff;
    }
}

@media (max-width: 575px) {
  .header_top_left_content a {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .header_top_left_content .fa {
    margin-right: 2px;
  }
  .right_top_header a {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .collection_content h3 {
    font-size: 36px;
  }
}
