:root {
  --rv-primary: #0093dd;
  --rv-bg-primary-light: #d9ecf7;
  --rv-secondary: #29166e;
  --rv-bg-secondary-light: #ececf2;
  --rv-colora: #b02a30;
  --rv-colorb: #2eae31;
  --rv-colorc: #00d5ff;
  --rv-colord: #90dc2a;
  --rv-white: #fff;
  --rv-black: #000;
  --rv-bdr-radius: 8px;
  --rv-gray: #726d7b;
  --rv-light: #f9f9f1;
  --rv-font: "DM Sans", sans-serif;
  --rv-color1: #b02a30;
  --rv-color2: #f58820;
  --rv-color3: #f79b44;
}

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

.footer {
  background: var(--rv-bg-secondary-light);
  padding: 50px 0 0;
}
.footer .disclaimer-sec {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.footer .disclaimer-sec h5 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}
.footer .disclaimer-sec p {
  font-size: 14px;
}
.footer .address-items h6 {
  margin: 0;
  font-size: 14px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  color: var(--rv-black);
  padding-left: 35px;
}
.footer .address-items h6 a {
  color: var(--rv-black);
}
.footer .address-items h6 i {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rv-primary);
}
.footer .more-links {
  padding-left: 0;
}
.footer .more-links li {
  list-style: none;
}
.footer .more-links li a {
  padding: 5px 0;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--rv-black);
  transition: 0.5s;
}
.footer .more-links li a:hover {
  transition: 0.5s;
  padding-left: 10px;
}
.footer .footer-copyright {
  padding: 10px 0;
  background: var(--rv-secondary);
}
.footer .footer-copyright .copyright,
.footer .footer-copyright .copyright1 {
  color: var(--rv-white);
}
.footer .footer-copyright .copyright a,
.footer .footer-copyright .copyright1 a {
  font-weight: 600;
  color: var(--rv-white);
}
.footer .logo img {
  height: 55px;
  width: auto;
}
.footer .text {
  font-size: 14px;
}
.footer .socialimg-icons {
  padding-bottom: 30px;
}
.footer .socialimg-icons h5 {
  margin-top: 10px;
}
.footer .socialimg-icons ul {
  display: flex;
  margin: -8px;
  padding: 0;
}
.footer .socialimg-icons ul li {
  padding: 8px;
  list-style: none;
}
.footer .socialimg-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--rv-bg-primary-light);
  color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  border-radius: 50%;
  transition: 0.5s;
}
.footer .socialimg-icons ul li a:hover {
  transition: 0.5s;
  background: var(--rv-secondary);
  transform: translateY(-10px);
  border-color: var(--rv-secondary);
  color: var(--rv-white);
}

header .top-header {
  background: var(--rv-secondary);
}
@media only screen and (max-width:768px) {
.banner-section .slide .image-container img {
    min-height: auto !important;
}
.text-content h2 {
            width: 38%;
        font-size: 12px;
        top: 87px;
        left: 30px;
}
	.cr count{
	        width: 38%;
        font-size: 12px;
        top: 87px;
        left: 30px;
	}	
	
}

@media only screen and (min-width:1500px) {
	.text-content h2 {
    width: 30%;
}
}
@media only screen and (max-width: 992px) {
  header .top-header {
    display: none;
  }
}
header .top-header .top-addressa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top-header .top-addressa ul {
  display: flex;
  margin: 0;
  padding: 10px 0;
  margin: 0 -10px;
}
header .top-header .top-addressa ul li {
  list-style: none;
  font-size: 14px;
  padding: 0 10px;
}
header .top-header .top-addressa ul li a {
  color: var(--rv-white);
  font-weight: 500;
}
header .top-header .top-addressa ul li a:hover {
  color: var(--rv-primary);
}
header .top-header .top-addressa ul li a i {
  color: var(--rv-white);
}
header .min-header {
  padding: 10px 0;
  background: var(--rv-white);
  box-shadow: 0 5px 5px 0 #ddd;
}
header .min-header .logo img {
  height: 55px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .min-header .row {
  align-items: center;
}
header .min-header .row .menu .navbar-expand-lg {
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  header .min-header .row .navbar-collapse {
    position: fixed;
    max-width: 280px;
    height: 100vh;
    left: 0;
    background: #fff;
    z-index: 11;
    top: 0;
    width: 100%;
    padding: 30px 0;
    transform: translateX(-100%);
  }
  header .min-header .row .navbar-collapse.show {
    transform: translateX(0);
  }
  header .min-header .row .navbar-collapse.show ul li {
    margin-bottom: 5px;
  }
  header .min-header .row .navbar-collapse.show ul li a {
    padding: 10px;
    display: block;
  }
}
header .min-header .row ul {
  margin-left: auto;
  margin-right: 0 !important;
}
header .min-header .row ul li {
  margin: 0;
}
header .min-header .row ul li.active a {
  color: var(--rv-primary) !important;
}
header .min-header .row ul li a {
  font-weight: 500;
}
header .min-header .row ul li a:hover {
  color: var(--rv-primary) !important;
}

.banner-section .slick-next {
  right: 25px;
  z-index: 1;
}
.banner-section .slick-prev {
  left: 25px;
  z-index: 1;
}
.banner-section .slide .image-container img {
  max-height: 600px;
  min-height: 500px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-pb {
  padding: 50px 0;
}

.bg-themem {
  background: var(--rv-bg-primary-light);
}

.home-about-section .row {
  align-items: center;
}
.home-about-section .image {
  position: relative;
  padding-left: 50px;
  padding-top: 50px;
}
.home-about-section .image::before {
  content: "";
  position: absolute;
  left: 0;
  width: 60%;
  height: 60%;
  top: 0;
  border-radius: 10px;
  background: var(--rv-primary);
  opacity: 0.5;
  z-index: 1;
}
.home-about-section .image img {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: bottom;
}
.home-about-section .content-text span {
  font-weight: 600;
}

.rv-heading {
  text-align: center;
  padding-bottom: 50px;
}
.rv-heading h3 {
  margin: 0;
  color: var(--rv-black);
  font-size: 30px;
}
.rv-heading h3 span {
  position: relative;
}
.rv-heading h3 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--rv-primary);
  bottom: -10px;
  left: 0;
}

.blog-section .blogcontent {
  position: relative;
  background: var(--rv-white);
}
.blog-section .blogcontent .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
.blog-section .blogcontent .content {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 10px 20px;
}
.blog-section .blogcontent .content .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
  overflow: hidden;
  color: var(--rv-black);
}
.blog-section .blogcontent .content .quote {
  color: var(--rv-color1);
  text-align: right;
}
.blog-section .blogcontent .content .quote span {
  font-weight: 600;
}

button.slick-prev, button.slick-next {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: var(--rv-bg-primary-light);
  border: 2px solid var(--rv-primary);
}
button.slick-prev:before, button.slick-next:before {
  color: var(--rv-black);
}

.video-section .slider-items .slider-items-iframe {
  position: relative;
  height: 100%;
  padding-top: 70.6%;
}
.video-section .slider-items .slider-items-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.testimonial-section .slick-track {
  display: flex !important;
}
.testimonial-section .slick-slide {
  height: inherit !important;
}
.testimonial-section .item-slide {
  height: 100%;
  padding: 15px;
  padding-bottom: 30px;
}
.testimonial-section .item-slide .is-items {
  background: var(--rv-white);
  padding: 20px;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(93, 93, 93, 0.1411764706);
  transition: 0.5s;
}
.testimonial-section .item-slide .is-items:hover {
  transition: 0.5s;
  transform: translateY(-10px);
}
.testimonial-section .item-slide .is-items .client_img {
  width: 80px;
  height: 80px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 15px 0 #ddd;
}
.testimonial-section .item-slide .is-items .client_img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial-section .item-slide .is-items .cl_name {
  color: var(--rv-primary);
  margin-bottom: 10px;
}
.testimonial-section .item-slide .is-items .cld_name {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}
.testimonial-section .item-slide .is-items .paran {
  font-size: 14px;
}

.inner-banner-section {
  padding: 110px 0;
background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 100% !important;
  position: relative;
}
.inner-banner-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--rv-primary) 0%, var(--rv-color3) 50%, transparent 100%);
  opacity: 0.8;
  top: 0;
  left: 0;
}
.inner-banner-section .title {
  color: var(--rv-white);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.blog-section.articles-section .blogcontent .image img {
  height: 100%;
  box-shadow: 0 0 15px 0 #ddd;
  padding: 10px;
  border-radius: 10px;
}

.loginpanel_section {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .loginpanel_section {
    padding: 50px 0;
  }
}

.login-part {
  box-shadow: 0 0 15px 0 #eee;
  padding: 30px;
  max-width: 450px;
  width: 100%;
  border-radius: 5px;
  background-color: var(--rv-white);
  border: 1px solid #eee;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--rv-secondary);
}
.login-part::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 100px;
  background-color: rgba(0, 147, 221, 0.1215686275);
  left: 0;
  top: -63px;
  transform: rotate(8deg);
  z-index: 0;
}

.login-part .page-title-heading {
  text-align: center;
  margin-bottom: 20px;
}

.login-part .btn-box {
  text-align: right;
}

.login-part .btn-box A {
  font-weight: 500;
  text-decoration: underline;
}

.login-part .btn-box A:hover {
  color: var(--rv-primary);
}

.login-part .btn-box .button {
  padding-top: 30px;
  text-align: center;
}

.login-part .btn-box .button .btn {
  margin: 0 auto;
}

.login-part .checkinputs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.login-part .checkinputs .fc-lebal {
  display: flex;
  align-items: center;
  margin: 5px;
  position: relative;
}

.login-part .checkinputs .fc-lebal .form-check-label {
  padding: 10px;
  border: 1px solid #2a3644;
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.login-part .checkinputs .fc-lebal input[type=radio] {
  position: absolute;
  left: 8px;
  margin: 0;
}

.login-part .checkinputs .fc-lebal input[type=radio]:checked {
  background-color: var(--rv-primary);
  border-color: var(--rv-primary);
  box-shadow: 0 0 10px 0 var(--rv-primary);
}

.login-part .form-control {
  padding: 15px;
}

.login-part .form-group {
  margin-bottom: 20px;
}

.login-part .form-group .passwordcaed {
  position: relative;
}

.login-part .form-group .passwordcaed .toggle-password {
  position: absolute;
  right: 2px;
  cursor: pointer;
  bottom: 0;
  width: 50px;
  display: flex;
  justify-content: center;
  height: 38px;
  align-items: center;
}

.login-part .form-group .passwordcaed .toggle-password.show i::before {
  content: "\f070";
}

.login-part input:not([type=radio]) {
  width: 100%;
}

.login-part .mb-25 {
  margin-bottom: 25px;
}

.modal-open {
  overflow: hidden !important;
}

.modal-open .ticker_sticky,
.modal-open footer.footer_main {
  position: relative;
  z-index: -3;
}

.modal-open .costom-modal-a {
  z-index: 99;
  visibility: visible;
  pointer-events: visible;
}

.modal-open .costom-modal-a .bg-show {
  background: rgba(0, 0, 0, 0.5803921569);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.costom-modal-a {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.costom-modal-a .close-i {
  position: absolute;
  top: 0;
  right: 0;
}

.costom-modal-a .close-i {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  background: #fff;
  box-shadow: 0 0 15px 0 #777;
  border-radius: 5px;
}

.costom-modal-a .cm-body {
  max-width: 400px;
  width: 100%;
  background-color: var(--rv-white);
  border-radius: 3px;
  position: relative;
  z-index: 999;
}

.costom-modal-a .cm-body .m-hadding {
  background-color: var(--rv-primary);
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
}

.costom-modal-a .cm-body .m-hadding h4 {
  margin-bottom: 0;
  color: var(--rv-white);
}

.costom-modal-a .cm-body .cm-cards {
  padding: 30px;
}

.whatsapp-boxchat .hide {
  display: none;
}
.whatsapp-boxchat .blantershow-chat {
  position: fixed;
  bottom: 100px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-color: #4caf50;
  box-shadow: 0 0 15px 0 #bbb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #4caf50;
  animation: pulse 3s infinite;
  z-index: 99;
}
.whatsapp-boxchat .blantershow-chat:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.whatsapp-boxchat .blantershow-chat svg {
  position: relative;
  right: -2px;
}
.whatsapp-boxchat .whatsapp-chat {
  box-sizing: border-box;
  outline: none;
  position: fixed;
  max-width: 350px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 999999;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
.whatsapp-boxchat .whatsapp-chat.hide {
  animation-name: showhide;
  animation-duration: 1s;
  transform: scale(1);
}
.whatsapp-boxchat .whatsapp-chat .header-chat {
  background: #095e54;
  color: var(--rv-white);
  padding: 20px;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .info-avatar {
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rv-white);
  border-radius: 50%;
  box-shadow: 0 0 15px 0 #999;
  margin-right: 20px;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .info-avatar img {
    height: 100%;
    width: auto;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .close-chat {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--rv-white);
  font-size: 28px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .head-home {
  display: flex;
  align-items: center;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .head-home span {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box {
  position: relative;
  padding: 0 15px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .hading {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: var(--rv-secondary);
  margin-bottom: 10px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-group {
  margin-bottom: 15px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-control {
  height: 45px;
  background-color: var(--rv-white);
  border-color: transparent;
  transition: 0.5s;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  box-shadow: none;
  border-radius: 5px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .btn {
  width: 100%;
  text-align: center;
  background: var(--rv-primary);
  color: #fff;
  border-radius: 5px;
  border: 2px solid var(--rv-primary);
  padding: 10px 20px;
  transition: 0.5s;
  font-weight: 600;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .btn:hover {
  transition: 0.5s;
  background-color: var(--rv-white);
  color: var(--rv-primary);
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-check.check-box {
  margin-bottom: 10px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-check.check-box input[type=checkbox] {
  accent-color: var(--rv-secondary);
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-check.check-box label {
  color: var(--rv-secondary);
  line-height: 20px;
  font-size: 14px;
}
.whatsapp-boxchat .whatsapp-chat .blanter-msg {
  display: none;
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

.contact-section .content-forms {
  box-shadow: 0 0 15px 0 #ddd;
  padding: 30px;
  border-radius: 5px;
  background: var(--rv-white);
  border-top: 3px solid var(--rv-primary);
  position: relative;
  overflow: hidden;
}
.contact-section .content-forms .form-control {
  height: 50px;
}
.contact-section .content-forms::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 100px;
  background-color: rgba(0, 147, 221, 0.1215686275);
  left: 0;
  top: -63px;
  transform: rotate(8deg);
  z-index: 0;
}
.contact-section .contect-info ul {
  padding: 0;
}
.contact-section .contect-info ul li {
  list-style: none;
  clear: both;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 0 #ddd;
  padding: 30px;
  border-radius: 5px;
  background: var(--rv-white);
}
.contact-section .contect-info ul li .contectni-info {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.contact-section .contect-info ul li .contectni-info a {
  display: block;
  font-weight: 600;
  color: var(--rv-black);
  margin-bottom: 20px;
  transition: 0.5s;
}
.contact-section .contect-info ul li .contectni-info a:hover {
  color: var(--rv-primary);
  transition: 0.5s;
  transform: translateX(10px);
}
.contact-section .contect-info ul li .icone {
  max-width: 90px;
  width: 100%;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #ddd;
  box-shadow: 0 10px 10px 0 #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--rv-secondary);
  font-size: 40px;
  margin-right: 20px;
}
.contact-section .contect-iframe .iframe {
  position: relative;
  width: 100%;
  height: 500px;
  padding-top: 92%;
  margin-bottom: 60px;
  box-shadow: 0 0 10px 0 #ddd;
}
.contact-section  .tab-content{
  position: relative;
}
.contact-section .contect-iframe .iframe iframe {
  position: absolute;
  left: 0;
  border: unset;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-section .contect-iframe .contect-iframe-info {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 30px;
  max-width: 100%;
  background: var(--rv-white);
  z-index: 1;
  box-shadow: 0 0 10px 0 #999;
  padding: 20px;
  overflow: hidden;
  border-radius: 5px;
  border-top: 3px solid var(--rv-secondary);
  width: 100%;
}

.contact-section  .contectni-info-right {
    box-shadow: 0 0 15px 0 #ddd;
    padding: 30px;
    border-radius: 5px;
    background: var(--rv-white);
    border-top: 3px solid var(--rv-secondary);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 90px;
}
.contact-section .nav.nav-tabs li a {
  border: 1px solid var(--rv-primary);
  padding: 10px 20px;
  border-radius: 5px;
}

.contact-section .contectni-info-right ul li .contectni-info a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.contact-section .nav.nav-tabs {
  margin:0 -10px;
  padding-bottom: 45px;
  border: unset;
}
.contact-section .nav.nav-tabs a.active  {
  background: var(--rv-primary);
  color: #fff;
}
.contact-section .nav.nav-tabs li {
  padding: 0 10px;
	    display: flex;
}
.contact-section .contectni-info-right ul li .contectni-info a i {
  width: 30px;
  height: 30px;
  box-shadow: 0 0 15px 0 #28156f69;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #291571;
}
.contact-section .contectni-info-right ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.contact-section .contectni-info-right::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 100px;
  background-color: rgba(0, 147, 221, 0.1215686275);
  left: 0;
  top: -63px;
  transform: rotate(8deg);
  z-index: 0;
}
.contact-section .contect-iframe .contect-iframe-info::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 100px;
  background-color: rgba(0, 147, 221, 0.1215686275);
  left: 0;
  top: -63px;
  transform: rotate(8deg);
  z-index: 0;
}
.slick-slider .slick-dots li button::before {
    font-size: 60px;
	opacity: 1;
}
.header_slide1,
.slider-items-video {
    padding-bottom: 60px;
    margin-bottom: 0 !important;
}
.slick-slider .slick-dots {
    position: absolute;
    bottom: 30px;
}
.slick-slider .slick-dots li.slick-active button:before{
    color: #0093dd;
}
