*, html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.wd100 {
  width: 100%;
}
.mobile_only {
    opacity: 0;
      float: right;
    margin-right: 26px;
    margin-bottom: 15px
}
h1, h2, h3, h4, h5, h6, form, ul, li, ol {
	margin: 0;
	padding: 0;
	font-weight: 700;
    letter-spacing: 0px;
    line-height: 42px;
}
h1 {
	font-size: 30px;    
}
.text_center {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.space_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.purple {
	color: #9c268d;
}
.pink {
	color: #ec227c;
}
section {
	padding: 70px;
	float: left;
	width: 100%;
}
.lohin_sectio {
  padding: 47px 0;
    float: right;
    width: 90%;
}

.class_section {
  padding: 70px;
  width: 100%;
}
.class_section h2 {
  margin-bottom: 30px;
  font-size: 35px;
  text-transform: uppercase;
}

.class_section h2 b {
  color: #ec227c;
  font-size: 40px;
  font-style: italic;
}

section h2 {
	margin-bottom: 30px;
	font-size: 35px;
	text-transform: uppercase;
}

section h3 {
	margin-bottom: 20px;
}

section h4 {
	margin-bottom: 20px;
	font-style: italic;
}

section h2 b {
	color: #ec227c;
	font-size: 40px;
	font-style: italic;
}
.my_custom_txt {
  color: #1e398c;
  margin-bottom: 10px;
}
.my_custom_txt b {
	color: #1e398c;
}

.navbar-brand {
	margin-right: 0;
}
.logo {
	width: 80%;
}
.logo_left {
  width: 16%;
}
.right_main {
  justify-content: space-between;
	float: left;
	/*justify-content: end;*/
  width: 100%;
}

.bg-light {
    background-color: rgba(255,255,255, 1) !important;
}
.navbar-nav {
	margin-right: 30px;
}
.navbar-nav  li a {
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 14px;
    color: #000;
    margin-right: 10px;
    text-decoration: none;
}
.navbar-nav li a:hover {
	color: #ec227c;
}
.action_button {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 10px 20px;
    text-decoration: none!important;
    line-height: 21px;
    box-sizing: border-box;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    background-color: #1e398c;
    color: #ffffff;
    margin-left: 10px;
    font-size: 14px;
}
.action_button:hover {
	background-color: #d12981;
	color: #fff;
}

.blue_action_button {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 10px 20px;
    text-decoration: none!important;
    line-height: 21px;
    box-sizing: border-box;
    font-size: 14px;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    background-color: #ec227c;
    color: #ffffff;
}
.blue_action_button:hover {
	background-color: #cd2881;
	color: #ffffff;
}

/*SLIDER CSS*/
/* ==== Main CSS === */
.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  height:100vh;
  background:#000;
}

.Modern-Slider .item .img-fill .info b {
	color: #ec227c;
	/*text-shadow: -5px 4px 0px #ad277d;*/
}
.Modern-Slider .item .img-fill .info{
      position: absolute;
    width: 47%;
    top: 0px;
    left: 25px;
    background: rgba(0,0,0, 0);
    text-align: left;
}
.Modern-Slider .item .img-fill .form_home {
      position: absolute;
    width: 30%;
    top: 0px;
    right: 25px;
    background: rgba(0,0,0, 0);
    text-align: left;
}

.Modern-Slider .item .img-fill img{
  /*filter:blur(1px);*/
  width: 100vh;
  object-fit: cover;
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(236, 34, 124,.70);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background:rgba(236, 34, 124,.70);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#ec227c;
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  animation:ProgressDots 11s both;
}
.Modern-Slider .item h1 p {
  font-size: 1rem;
    text-transform: none;
    line-height: 27px;
    margin-top: 27px;
}
.Modern-Slider .item h1 {
  font-size: 2.5rem;
  /*line-height: 6rem;*/
  text-transform:uppercase;
  color:#FFF;
  animation:fadeOutRight 1s both;
  margin-top:6%;
  padding:0;
}

.Modern-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#fff; height: 100vh;}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    /*0%{transform:;} */
    /*100%{transform:rotate3d(0,0,0,0deg) scale(1) perspective(400px);} */
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/*CONTAINER SETCION*/

.bg_how_it_works {
  background: url("../images/section_bg.png");
  background-color: #ccc;
}

.section-bubble, .section-bubble_type-b, .section-bubble_type-a, .section-bubble4, .section-bubble3, .section-bubble2, .section-bubble1, .section-bubble44 {
  margin-bottom: 20vw;
  position: relative;
}
.section-bubble:after, .section-bubble_type-b:after, .section-bubble_type-a:after, .section-bubble4:after, .section-bubble3:after, .section-bubble2:after, .section-bubble1:after, .section-bubble44:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20vw;
  background: url("") #464646;
  background-size: 100%;
  transform: translate(0, 100%);
  margin-bottom: -1px;
}

.section-bubble1 {
  background-color: #ffffff;
}
.section-bubble1:after {
  background-color: #ccc;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}

.section-bubble44 {
  background-color: #ffffff;
}
.section-bubble44:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}

.section-bubble2 {
  background-color: #fff;
}
.section-bubble2:after {
  background-color: #fff;
  /*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='%239c268d'/></svg>");*/
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}

.section-bubble3 {
  background-color: #384364;
}
.section-bubble3:after {
  background-color: #cccccc;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23384364' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}
.section-bubble3 h1 {
  color: white;
}
.section-bubble3 p {
  color: white;
  opacity: 0.8;
}

.section-bubble4 {
  background-color: #cccccc;
}
.section-bubble4:after {
  background-color: #333333;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='%23cccccc'/></svg>");
}

.section-bubble5 {
  background: #333333;
  color: white;
  text-align: center;
}

.section-bubble_type-a:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}

.section-bubble_type-b:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='red'/></svg>");
}


.how_works_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.section_wokrs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff28;
    padding: 10px;
    border-radius: 0px;
    box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
    margin-bottom: 20px;
}
.section_wokrs:hover {
  background: #ec227c;
  color: #fff;
}
.section_wokrs .image_works {
  width: 31%;
  height: 50%;
}
.section_wokrs .image_works img {
  width: 100%;
}
.section_wokrs h4 {margin-bottom: 7px;}
.view_complete_section {
  margin: 20px 0;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pricing_table {
    width: 70%;
    border: 20px solid #fff;
}
.pricing_table_2 {
    width: 64%;
    border: 20px solid #fff;
}
.pricing_table th {
  padding: 10px;
  border: 6px solid #fff;
  text-transform: uppercase;
  color: #ffffff;
  width: 33%;
}
.pricing_table td {
  padding: 10px;
  border: 6px solid #fff;
  text-transform: capitalize;
  width: 33%;
  color: #2a2a2a;
}

.pricing_section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing_table td sup{
  margin-left: 5px;
  color: #ec227c;
}
.pricing_table tbody tr{
  background-color: #E3E3E3;
  color: #fff;
}
.pricing_table tbody tr:nth-child(2){
  background-color: #E3E3E3;
  color: #fff;
}
.pricing_table tbody tr:nth-child(4){
  background-color: #E3E3E3;
  color: #fff;
}
.pricing_table tbody tr:nth-child(6){
  background-color: #E3E3E3;
  color: #fff;
}

/*FEE CALCULATOR*/
.bg_calculator {
  /*background: #9c268d;*/
  background-image: url('https://paysho.co.za/images/backgrounds/Fees%20Image.jpg');
  background-attachment: fixed;
  background-size: cover;
  color: #fff !important;
}
.bg_contact {
  background: #ec227c;
  color: #fff !important;
}
.bg_contact h2 {
  font-size: 30px;
}
.bg_contact h2 b {
  color: #fff;
  font-size: 30px;
}
.form_calculator {
      display: flex;
    width: 100%;
    float: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.input_calc {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widt_custom {
  padding: 10px 10%;
}
.custom_cal_input {
    padding: 10px;
    float: left;
    height: 57px;
    border: 1px solid #fff;
    border-radius: 1px;
    font-size: 14px;
}
.bg_calculator h2 b {
  color: #fff;
}
.copy_bg {
  float: left;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #ccc;
}
.logo_footer img {
  width: 15%;
  margin-bottom: 20px;
}
.logo_img_pasa img {
  margin-top: 15px;
  width: 60px;
  margin-bottom: 10px;
}
.bg_calculator .action_button:hover {
  background-color: #2a2a2a;
  color: #fff;
}
.company_registration p {
  margin-bottom: 5px;
}
.company_registration {
  font-size: 12px;
  color: #9c268d;
}
.other_logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}
.other_logos img {
  width: 100px;
}
.link_footer {
  color: #ec227c;
  font-size: 12px;
}
.link_footer a {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #ec227c;
}
.contact_left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.data_contact {
  margin-bottom: 20px;
}
.data_contact a {
  color: #fff;
}
.data_contact a:hover {
  color: #fff;
}
.data_contact span img {
      height: 15px;
    margin-right: 30px;
}
.data_contact span:first-child {
  width: 50px;
    float: left;
}
.custom_inp_contact {
  border: 1px solid #fff;
    border-radius: 2px;
    font-size: 13px;
    height: 37px;
}
.ml-0 {
  margin-left: 0;
}

.floating_icon {
      position: fixed;
    left: 0px;
    bottom: 0px;
    width: 80px;
}
.floating_icon_top {
      position: fixed;
    right: 10px;
    bottom: 18px;
    width: 50px;
    cursor: pointer;
    display: none;
}

/*FAQ SECTION*/


.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
    margin-bottom: 100px;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card p {
  font-size: 15px;
    line-height: 19px;
    color: #202020;
    letter-spacing: 0;
    font-weight: 500;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
  position: absolute;
  left: -21px;
  margin-top: 3px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.title_head h2 {
  color: #ec227c;
  text-align: center;
}

/*PRELOADING*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(188, 40, 133, 1);
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.custom_boxes_protection .section_wokrs {
  min-height: 200px;
  padding: 40px;
}

.custom_boxes_protection .section_wokrs_rigt {
  min-height: 200px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff28;
    border-radius: 0px;
    box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
    margin-bottom: 20px;
}
.custom_boxes_protection .section_wokrs_rigt:hover {
  background: #1e398c;
  color: #fff;
}

.pink_hover:hover {
  background: #1e398c !important;
  color: #fff;
}
.navy_hover:hover {
  background: #ec227c !important;
  color: #fff;
}
.custom_boxes_protection_items .section_wokrs{
  padding: 40px; 
  min-height: 172px;
}
.custom_boxes_protection_items .section_wokrs h4{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
}
.custom_boxes_protection_items .section_wokrs p, .custom_boxes_protection .section_wokrs p{
  margin-bottom: 0px;
}


/*TESTIMONIALS*/
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
.carousel-inner {
  min-height: 250px !important;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #2a2a2a;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #2a2a2a;
    font-size: 16px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #2a2a2a;
  font-size: 18px;
}

.testimonial .carousel {
  padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%232a2a2a' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%232a2a2a' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
/* ------testimonial  close-------*/
.login_box {
  background: rgba(255,255,255,0.89);
  padding: 30px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
}
.login_box h1 {
  color: #2a2a2a !important;
    font-size: 21px !important;
    margin-top: 0 !important;
}
.login_box label {
      text-align: left !important;
    float: left;
    margin-bottom: 0;
}
.custom_forgot {
  font-weight: normal;
  text-align: right;
  margin-bottom: 0;
}

.validation_success p {
    background: green;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 0;
    margin-top: 10px;
}

.top_validation_error p{
    background: #f38484;
    padding: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    cursor: pointer;
}

.top_validation_success p {
   background: green;
    padding: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    cursor: pointer;
}
.top_validation_success p small, .top_validation_error p small{
      width: 100%;
    float: left;
    clear: both;
}
.cms_pages h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.cms_pages ul li, .cms_pages ol li {
      margin-left: 40px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 10px;
}
.cms_pages p {
}

@media (max-width: 490px) {
  .mobile_only {
    opacity: 1;
  }
  .hide_text {
    top: calc(100% - 75%) !important;
  }
  .lohin_sectio {
    display: none;
  }
  .logo {
    width: 117px;
}
.testimonial4_slide {
  padding: 0px;
  width: 85%;
}
.top_right_nav_button {
    display: flex;
    flex-direction: column;
}
.carousel-control-prev {
    left: -22px;
}
.carousel-control-next {
    right: -22px;
}
.mobile_view {
  padding: 0;
}
  .Modern-Slider .item .img-fill .info {
        width: 98%;
      box-sizing: border-box;
  }
  .Modern-Slider .item .img-fill .form_home {
    width: 100%;
    top: calc(100% - 62%);
    right: 19px;
  }
  .class_section {
    padding: 22px;
  }
  section {
    padding: 22px;
  }
  .bg_calculator {
    margin-top: -13px !important;
  }
  .pricing_table_2, .input_calc {
    width: 100%;
  }
  .faq {
    width: 80%;
    margin: 0 auto;
  }
  #navbar .action_button {
    margin-left: 0;
    margin-top: 10px;
  }
  .floating_icon {
        bottom: 25px;
    }
    .floating_icon_top {
        bottom: 33px;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .nav-collapse, .nav-collapse.collapse {
    overflow: visible;
}   
.navbar .btn-navbar {
    display: none;
}   

.navbar-collapse {
  position: absolute;
    top: 57px;
    z-index: 999;
    background: #fff;
    left: 0;
    padding: 25px 0;
    flex-direction: column;
    text-align: left;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
  .navbar-collapse, .collapse:not(.show) {
    display: none !important;
    height: 100vh !important;

  }  
  .custom_boxes_protection .section_wokrs, .custom_boxes_protection .section_wokrs_rigt {
    min-height: 220px
  }
  .custom_boxes_protection_items .section_wokrs {
        min-height: 192px !important;
  }
  .custom_boxes_protection_items .section_wokrs h4 {
    font-size: 16px !important;
  }
  .navbar-expand-md .navbar-toggler {
    background-color: #fff !important;
    display: block !important;
     width: 100%;
    text-align: right;
    float: right;
    border-color: #fff !important;
  }

  .navbar-nav li {
    width: 100% !important;
  }
    .navbar-nav{
          flex-direction: column !important;
          width: 100%;
    }
  .top_right_nav_button{
        flex-direction: column !important;
      width: 100%;
      margin-left: 14px;
      float: left;
  }
  .top_right_nav_button a {
    width: 100%;
    display: inline-block;
  }
  .top_right_nav_button .action_button{
    margin-left: 0 !important;
  }
  .Modern-Slider .item .img-fill .info {
    width: 95% !important;
  }
  .Modern-Slider .item .img-fill .form_home {
    width: 100% !important;
    top: calc(100% - 72%);
    right: 19px;
  }
  .mobile_only {
    display: block !important;
    opacity: 1;
  }
  .lohin_sectio {
    display: none;
  }
  .Modern-Slider .item h1 {
    font-size: 3rem;
        line-height: 59px;
  }
  .Modern-Slider .item h1 p {
    font-size: 1rem;
    text-transform: none;
    line-height: 22px;
    margin-top: 27px;
    margin-right: 50px;
}
.Modern-Slider {
      height: 70vh !important;
}
}