/*-------------------------------------------------

Project:	TEXT-160 SMS
Version:	1.0.0
Author:     Webstrot
Copyright Â© 2022-23

----------------------------------------------------
[Table of contents]
 
1. body
2. main_slider_wrapper 
3. trusted_company_wrapper
4. download_wrapper
5. deliver_wrapper
6. counter-section
7. promotion_wrapper 
8. newsletter_wrapper
9. footer_wrapper
10. sms_title_main_wrapper
11. about_us_wrapper
12. pay_fees_Wrapper
13. blog_wrapper
14. blog_single_wrapper
15. login_wrapper_top
16. api_coding_wrapper
*/

/* custom css */

html,
body {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}

p {
  font-family: "Lato", sans-serif;
  margin: 0;
}

a:focus {
  color: #45108a;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: unset;
  text-decoration: none;
}

a:hover {
  color: #45108a;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#return-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  width: 45px;
  height: 60px;
  line-height: 70px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  color: #45108a;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  text-align: center;
}

#return-to-top i:before {
  color: #45108a;
  font-size: 25px;
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#status,
.status-mes {
  background-image: url(../images/preloader.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

.status-mes {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-control {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  resize: none;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

/*----- Common button styles ------*/
.full_width {
  float: left;
  width: 100%;
}

/*-- Button css start --*/
.header_btn {
  float: right;
  margin-top: 5px;
}

.header_btn ul li {
  float: left;
}

.header_btn li:first-child a {
  width: 110px;
  height: 45px;
  background: transparent;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 41px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: capitalize;
  z-index: 1;
  margin-right: 20px;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.6s, color 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.header_btn li:first-child a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.header_btn li:first-child a:hover {
  background-color: #fff;
  color: #45108a;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.header_btn li:first-child a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.header_btn li:last-child a {
  width: 110px;
  height: 45px;
  background: #fff;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #45108a;
  border: 1px solid transparent;
  line-height: 41px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: capitalize;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.6s, color 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.header_btn li:last-child a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.header_btn li:last-child a:hover {
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.header_btn li:last-child a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.sm_logo_wrapper {
  float: left;
  width: 19%;
}

.sm_navi_main_wrapper {
  position: relative;
  padding: 30px 15px 0 15px;
  z-index: 1;
}

.kv_logo_wrapper a {
  float: left;
  padding: 32px 0px;
}

.menu-bar {
  cursor: pointer;
  position: relative;
  right: 15px;
  z-index: 9;
  height: 42px;
  display: block;
  float: right;
  margin-top: 15px;
}

.menu-bar span {
  background-color: #fff;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
}

.mainmenu.menu-open {
  position: relative;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: 15px;
  visibility: visible;
}

.mainmenu ul li {
  display: inline-block;
}

.mainmenu ul li a {
  color: #fff;
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  padding: 17px;
}

.gc_main_navigation a i {
  color: #fff;
  margin-left: 5px;
  margin-right: 0;
  font-size: 12px;
}

.navi_2_dropdown li a i {
  color: #45108a;
  font-size: 14px;
  margin-right: 15px;
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
  position: relative;
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
  opacity: 1;
  color: #fff !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.menu-bar:after,
.menu-bar:before {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
}

.menu-bar.menu-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-bar.menu-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-bar.menu-close span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cd-dropdown-wrapper {
  padding-top: 14px;
}

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
  width: 220px;
  position: absolute;
  text-align: left;
  top: calc(100% + 30px);
  z-index: 9999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.06);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  border-radius: 5px;
  z-index: 9999;
}

.mainmenu ul li:hover > ul,
.mainmenu ul li:hover > .mega-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 110%;
  -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.mainmenu ul ul li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding-right: 10px;
}

.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
  color: #797979;
  text-transform: capitalize;
  padding: 10px 0px 10px 0px;
  border-bottom: 0;
  margin: 0;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
  background-color: #00468c;
  color: #ffffff !important;
}

.mainmenu ul ul li:last-child > a {
  border-bottom: 0px;
}

.mainmenu ul ul li a:after {
  content: "";
}

.mainmenu ul ul li > ul {
  left: -100%;
  top: 50%;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
}

.mainmenu ul ul li:hover > ul {
  top: 20%;
}

.mainmenu ul li.has-mega {
  position: relative;
}

.mainmenu ul li.has-mega .mega-menu {
  width: 100%;
  left: 0;
  padding: 20px 0px;
}

.mainmenu ul li.has-mega .mega-menu span {
  width: 25%;
  float: left;
  border-left: 1px solid #eee;
}

.mainmenu ul li.has-mega .mega-menu span a {
  padding-left: 20px;
  padding-right: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.mainmenu ul li.has-mega .mega-menu span a:last-child {
  border-bottom: 0px;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
  padding-left: 3px;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.mainmenu ul li span a.active {
  font-weight: 600;
}

.mainmenu ul ul li.active > a {
  background-color: #eee;
  font-weight: 600;
}

.main_nav_ul {
  display: inline-block;
}

.mainmenu ul li:hover > .navi_2_dropdown {
  top: 111%;
  background: #fff;
  border-top: 2px solid #fff;
}

.navi_2_dropdown:after {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  left: 43px;
  top: -12px;
}

.background_color {
  background-color: #f3f2f6;
  padding: 60px 0px;
}

.hidden-menu-bar .mainmenu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: 0;
  visibility: visible;
  padding-right: 0;
  position: relative;
  z-index: 10;
  float: right;
}

.sm_top_header_right_wrapper p {
  color: #fff;
  float: left;
  font-size: 18px;
  margin-left: -65px;
  margin-top: 17px;
}

.sm_top_header_right_wrapper p i:before {
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  top: 3px;
}

.left-side-wrapper {
  background-color: #222;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 15%;
  z-index: 99;
}

.left-side-wrapper .logo {
  text-align: center;
}

.left-side-wrapper .mainmenu ul li {
  display: block;
}

.left-side-wrapper .mainmenu ul li a {
}

.left-side-wrapper .mainmenu {
  margin-top: 50px;
  position: relative;
}

.left-side-wrapper .mainmenu ul li > a:after,
.left-side-wrapper .mainmenu ul li.active > a:after {
  bottom: -5px;
  left: 20px;
  right: auto;
}

.right-side-wrapper {
  margin-left: 15%;
  width: 85%;
}

.right-side-wrapper .container-fluid {
  padding: 0% 10%;
}

.right-side-wrapper .container-fluid .single-project-item {
  height: 370px;
}

.right-side-wrapper .container-fluid .single-project-item.large {
  height: 460px;
}

.mainmenu.one-page-menu ul li a {
  padding-right: 10px;
  padding-left: 10px;
}

.mainmenu.one-page-menu ul li:hover a:after,
.mainmenu.one-page-menu ul li.active a:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 90%;
}

.mainmenu.one-page-menu ul li a:after {
  width: 0%;
  height: 1px;
  content: "";
  background-color: #fff;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.stick .mainmenu.one-page-menu ul li a:after {
  background-color: #222;
}

.rp_mobail_menu_main_wrapper {
  float: none;
  width: 100%;
}

.kv_sub_menu {
  position: unset !important;
}

.kv_mega_menu {
  width: 100% !important;
  left: 0;
}

.kv_mega_menu_width {
  float: left;
  width: 100%;
}

.jn_menu_partion_div {
  padding: 30px;
  position: relative;
  background: #fff;
  border-top: 2px solid #00aaef;
}

.jn_menu_partion_div li {
  float: left;
  width: 100%;
}

.jn_menu_partion_div ul {
  position: unset !important;
}

.mainmenu ul li:hover > ul .jn_menu_partion_div ul,
.mainmenu ul li:hover > .mega-menu .jn_menu_partion_div ul {
  opacity: 1 !important;
  visibility: visible !important;
}

.jn_menu_img_blog {
  text-align: center;
  margin-top: 20px;
}

.jn_menu_img_blog h5 {
  padding-top: 10px;
  line-height: 26px;
}

.navi_btn {
  float: left;
  width: 180px;
  height: 30px;
  background: #9c1111;
  color: #fff !important;
  text-align: center;
  line-height: 28px;
  padding: 0 !important;
  margin-left: 20px !important;
  margin-top: 15px !important;
}

.mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active > .gc_main_navigation i {
  color: #fff;
}

.sm_navigation_wrapper {
  float: left;
  width: 59%;
  text-align: center;
}

.parent a:hover {
  color: #45108a;
}

.mainmenu ul li:hover > .dropdown-menu-right {
  display: block;
}

.mainmenu ul li .dropdown-menu-right {
  position: absolute;
  display: block;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  left: 100%;
  right: auto;
  min-width: 210px;
}

.mainmenu ul li .dropdown-menu-right li a {
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 400;
}

.mainmenu ul li:hover > .dropdown-menu-right {
  display: block;
  padding: 10px 0;
}

.navi_2_dropdown li {
  padding: 0px 0 0px 22px;
}

.dropdown-menu-right li {
  padding-right: 0;
}

.sm_top_header_right_wrapper {
  float: right;
  width: 22%;
}

/***------ slider wrapper css -------***/
.main_slider_wrapper {
  float: left;
  width: 100%;
  background: url(../images/banner.jpg) 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  position: relative;
  margin-top: -105px;
  padding-top: 130px;
  position: relative;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content {
  display: block;

  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  margin-top: 190px;
  padding-bottom: 200px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content ul {
  display: inline-block;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs {
  display: block;
  position: relative;
  z-index: 999;
  vertical-align: middle;
  padding-top: 100px;
}

.slider-area .carousel-inner .carousel-item .caption-1,
.slider-area .carousel-inner .carousel-item .caption-2,
.slider-area .carousel-inner .carousel-item .caption-3 {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 850px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 20px;
  animation-delay: 1.2s;
  text-transform: capitalize;
  line-height: 70px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content p {
  animation-delay: 1.5s;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  padding-right: 20px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content li {
  animation-delay: 2s;
  float: left;
  margin-right: 30px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content ul {
  margin-top: 40px;
}

.slider_main_img_wrapper {
  position: absolute;
  top: 100px;
  left: 70px;
}

.slider_main_img_wrapper img {
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.slider-area .carousel-inner .carousel-indicators {
  right: 0;
  bottom: 35px;
  width: 100%;
}

.carousel-nevigation {
  position: absolute;
  top: 45%;
  float: left;
  z-index: 1;
  width: 100%;
}

.carousel-nevigation > .prev {
  left: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  background: transparent;
  border: 0;
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 47px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.carousel-nevigation > .next {
  right: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  color: #fff;
  line-height: 47px;
  text-align: center;
  border: 2px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.slider-area .slider_btn {
  width: 100%;
  padding-top: 30px;
  animation-delay: 2s;
  max-width: 478px;
}

.slider_form_wrapper input {
  float: left;
  width: calc(95% - 150px);
  height: 50px;
  border: 0;
  background: transparent;
  color: #fff;
  padding-left: 20px;
  border: 1px solid #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}

.slider_form_wrapper button {
  width: 150px;
  height: 50px;
  float: left;
  background: #fff;
  border: 1px solid #fff;
  color: #45108a;
  cursor: pointer;
  text-transform: capitalize;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.slider_form_wrapper button:hover {
  background: transparent;
  color: #fff;
}

.slider_form_wrapper input::placeholder {
  color: #fff;
}

.slider_form_wrapper input:-ms-input-placeholder {
  color: #fff;
}

.slider_form_wrapper input::-ms-input-placeholder {
  color: #fff;
}

.carousel-nevigation > .next:hover,
.carousel-nevigation > .prev:hover {
  color: #45108a;
  background: #fff;
}

.carousel-nevigation > .next i:before,
.carousel-nevigation > .prev i:before {
  font-size: 18px;
}

.slider-area .carousel-inner {
  overflow: visible;
}

/**------ trusted company wrapper css --------**/
.trusted_company_wrapper {
  background: #f3f2f6;
  padding: 80px 0;
}

.comapnay_content_wrapper h1 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 6px;
}

.company_slider_wraper .item {
  width: 100%;
}

.company_slider_wraper .owl-theme .owl-dots .owl-dot,
.company_slider_wraper .owl-theme .owl-nav {
  display: none;
}

.company_img_wrapper {
  text-align: center;
  float: left;
  width: 100%;
}

.company_img_wrapper img {
  width: auto !important;
  display: inline-block !important;
}

/**------ solution wrapper css -------**/
.sm_solution_wrapper {
  padding: 95px 0;
}

.sms_heading_wrapper {
  position: relative;
  text-align: center;
  padding-bottom: 70px;
}

.sms_heading_wrapper h3 {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  line-height: 47px;
}

.sms_heading_wrapper h3:before {
  content: "";
  border: 2px solid #45108a;
  width: 110px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -15px;
  z-index: 1;
}

.sms_heading_wrapper h4 {
  font-size: 18px;
  color: #45108a;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.sb_feature_box_wrapper {
  text-align: center;
  padding-bottom: 50px;
}

.sb_feature_box_wrapper .sb_feature_circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  color: #45108a;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  position: relative;
}

.sb_feature_box_wrapper .sb_feature_circle i:before {
  font-size: 46px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sb_feature_box_wrapper .sb_feature_circle .btc_step_overlay {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  opacity: 0;
  padding: 10px;
  background: #45108a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sb_feature_box_wrapper .sb_feature_circle_cont h3 {
  padding: 20px 30px 0 30px;
}

.sb_feature_box_wrapper .sb_feature_circle_cont h3 a {
  font-size: 20px;
  color: #111;
  font-weight: 500;
}

.sb_feature_box_wrapper .sb_feature_circle_cont p {
  line-height: 28px;
  padding-top: 20px;
}

.sb_feature_box_wrapper:hover .btc_step_overlay {
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sb_feature_box_wrapper:hover .sb_feature_circle i:before {
  position: relative;
  color: #fff;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sb_feature_circle h2 {
  font-weight: 500;
  line-height: 100px;
  font-size: 36px;
}

.sb_feature_box_wrapper:hover .sb_feature_circle_cont h3 a {
  color: #3d065f;
}

.see_more_btn {
  text-align: center;
}

.see_more_btn ul {
  display: inline-block;
}

.see_more_btn li a {
  width: 180px;
  height: 50px;
  background: #45108a;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  border: 1px solid transparent;
  line-height: 48px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: capitalize;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.6s, color 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.see_more_btn li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #45108a;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.see_more_btn li a:hover {
  background-color: transparent;
  color: #45108a;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.see_more_btn li a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

/****-----download app store wrapper css-----****/
.download_wrapper {
  width: 100%;
  float: left;
  padding: 60px 0;
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
}

.download_app_store h1 {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #fff;
}

.download_app_store p {
  font-size: 16px;
  color: #fff;
}

.app_btn {
  margin-top: 40px;
}

.download_mockup_design img {
  width: 100%;
}

.app_btn ul li {
  float: left;
  margin-right: 20px;
}

.download_app_store {
  padding-top: 70px;
  padding-left: 30px;
}

/**---- plugin wrapper css -----**/
.plugin_wrapper {
  padding: 95px 0;
}

.plugin_box_wrapper {
  background: #fff;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #dedede;
}

.plugin_box_wrapper img {
  margin: 20px;
}

.plugin_text_wrapper h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 12px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.plugin_link_wrapper ul li {
  float: left;
  width: 50%;
}

.plugin_link_wrapper ul li:first-child {
  border-right: 1px solid #dedede;
}

.plugin_link_wrapper ul li a {
  text-transform: capitalize;
  text-align: center;
  color: #797979;
  padding: 10px;
  display: inline-block;
}

.plugin_link_wrapper ul li :hover {
  color: #45108a;
}

.show_more_btn {
  margin-top: 20px;
}

.api_integration_wrapper {
  padding-bottom: 60px;
}

/**---- delivery wrapper css ----**/
.deliver_wrapper {
  padding: 100px 0;
  padding-bottom: 70px;
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
}

.class_delivery_wrapper h1 {
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}

.class_delivery_wrapper p {
  color: #fff;
}

.create_account_btn {
  margin-top: 40px;
}

.class_delivery_wrapper ul {
  margin-top: 20px;
  float: left;
  width: 100%;
}

.class_delivery_wrapper li a {
  margin-bottom: 10px;
  display: block;
  color: #fff;
}

.class_delivery_wrapper li i:before {
  font-weight: 600;
  color: #4eba4c;
  float: left;
  margin-right: 10px;
}

.guarnted_wrapper {
  margin-bottom: 30px;
}

.guarnted_wrapper i {
  width: 70px;
  float: left;
}

.guarnted_wrapper i:before {
  color: #fff;
  font-size: 50px;
  position: relative;
  top: 12px;
}

.guarnted_wrapper p {
  color: #fff;
  float: left;
  padding-left: 4px;
  width: calc(100% - 70px);
}

.class_delivery_wrapper {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

/**----- counter wrapper css ------**/
.counter-section {
  padding: 95px 0;
  background: #f3f2f6;
}

.fr_count_main_wrapper {
  text-align: center;
}

.fr_count_main_wrapper .icon {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.fr_count_main_wrapper .icon i:before {
  font-size: 60px;
  color: #111;
}

.count-description {
  float: left;
  width: 100%;
}

.timer {
  font-size: 30px;
  font-weight: 500;
  color: #45108a;
}

.con1 {
  text-transform: capitalize;
  font-size: 22px;
  color: #111;
  padding-top: 15px;
}

/**---- promotion wrapper css ------**/
.promotion_wrapper {
  padding: 95px 0;
}

.promotional_banner h1 {
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.promotional_banner h1 i:before {
  color: #111;
  font-size: 40px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}

.promotional_banner {
  padding-top: 50px;
}

.promotion_btn {
  float: left;
  margin-top: 50px;
}

.promotion_btn ul {
  float: left;
}

.promotion_img_wrapper img {
  width: 100%;
}

.transaction_img_wrapper img {
  width: 100%;
  position: relative;
  left: -50px;
}

.transaction_wrapper {
  padding: 80px 0;
  background: #f2f2f2;
}

/**---- news letter wrapper css ----**/
.newsletter_wrapper {
  float: left;
  width: 100%;
  background: #3d0660;
  background-size: cover;
  background-image: url(../images/background.png);
  padding-top: 100px;
  padding-bottom: 100px;
}

.newsletter_content_wrapper {
  float: left;
  width: 60%;
}

.newsbtn_wrapper {
  float: left;
  width: 40%;
}

.newsletter_content_wrapper h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
}

.newsletter_content_wrapper h5 {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 10px;
}

.news_btn li:first-child a,
.news_btn li:last-child a {
  width: 170px;
}

.news_btn {
  float: left;
}

.client_wrapper {
  padding: 95px 0;
}

/*------- footer wrapper css ------*/
.footer_wrapper {
  padding: 80px 0;
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
}

.footer_shape_wrapper {
  position: absolute;
  bottom: -200px;
}

.section2_footer_wrapper {
  float: left;
  width: 100%;
}

.tb_foter_left {
  float: left;
  width: 100%;
  text-align: center;
}

.section2_footer_wrapper h4 {
  font-size: 22px;
  padding-bottom: 32px;
  font-weight: 500;
  font-family: "Roboto";
  text-transform: capitalize;
  color: #fff;
}

.footer_about_link_wrapper li i:before {
  font-size: 8px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.footer_about_link_wrapper li a {
  color: #fff;
  text-transform: capitalize;
}

.footer_about_link_wrapper li {
  color: #fff;
  margin-bottom: 7px;
}

.footer_useful_wrapper ul li {
  margin-bottom: 13px;
}

.footer_useful_wrapper ul li i {
  color: #ececec;
  margin-right: 20px;
  font-size: 16px;
}

.footer_link2 {
  margin-top: 20px;
}

.footer_bottom_wrapper {
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
}

.footer_useful_wrapper ul li a {
  color: #ececec;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer_useful_wrapper ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btm_foter_box {
  float: left;
  width: 100%;
  padding-top: 25px;
  text-align: center;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer_btn_wrapper {
  float: right;
}

.footer_widget h4 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 30px;
}

.btm_foter_box p a {
  color: #fff;
  margin-left: 2px;
  text-transform: capitalize;
}

.btm_foter_box p a:hover,
.btm_foter_box p {
  color: #fff;
}

.connect_icons li {
  float: left;
  margin-right: 20px;
}

.connect_icons li a {
  color: #fff;
  font-size: 18px;
}

/**--- inner title css ------**/
.sms_inner_navigation .mainmenu ul li a,
.sms_inner_navigation .gc_main_navigation a i {
  color: #111;
}

.sms_inner_navigation .mainmenu ul li:hover .gc_main_navigation,
.sms_inner_navigation .mainmenu ul li.active > .gc_main_navigation {
  opacity: 1;
  color: #5f1bb7 !important;
}

.sms_inner_navigation .mainmenu ul li.active > .gc_main_navigation i,
.sms_inner_navigation .mainmenu ul li:hover .gc_main_navigation i,
.sms_inner_navigation .mainmenu ul li a:hover,
.about_sms_link li i:before {
  color: #5f1bb7;
}

.sms_inner_navigation .navi_2_dropdown:after {
  border-bottom: 10px solid #45108a;
  margin-top: 0px;
}

.sms_inner_navigation .mainmenu ul li:hover > .navi_2_dropdown {
  border-top: 2px solid #45108a;
}

.sms_inner_navigation .header_btn li:first-child a,
.sms_inner_navigation .header_btn li:last-child a::before {
  color: #45108a;
  border: 1px solid #45108a;
}

.sms_inner_navigation .header_btn li:first-child a:hover {
  background-color: #45108a;
  color: #fff;
}

.sms_inner_navigation .header_btn li:last-child a {
  background-color: #45108a;
  color: #fff;
}

.sms_inner_navigation .header_btn li:last-child a:hover {
  background-color: transparent;
  color: #45108a;
}

/**---- title header css ---------**/
.sms_title_main_wrapper {
  display: flex;
  justify-content: center; /* centrer horizontalement */
  align-items: center; /* centrer verticalement */
  height: 70px; /* ou toute hauteur adaptée */
  background: #3d0660 url(../images/background.png) no-repeat center center;
  background-size: cover;
  width: 100%;
}

.sms_inner_title_heading {
  text-align: center;
}

.sms_inner_title_heading h2 {
  font-size: 46px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}

.sms_inner_title_heading ul {
  display: inline-block;
}

.sms_inner_title_heading li {
  float: left;
  color: #ffffff;
  text-transform: capitalize;
}

.sms_inner_title_heading li a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sms_inner_title_heading li a:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sms_inner_title_heading li:last-child {
  color: #fff;
  margin-left: 10px;
}

.sms_inner_navigation {
  padding-top: 28px;
}

.sms_inner_navigation .gc_main_navigation {
  padding-bottom: 20px;
}

.sms_inner_navigation .mainmenu ul li:hover > .navi_2_dropdown {
  top: 90%;
}

.sms_inner_navigation .menubar {
  fill: #3d0660;
}

/**----- about us wrapper css ------**/
.about_us_wrapper {
  padding: 95px 0;
}

.bulk_sms_provider h1 {
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.about_sms_link li a {
  color: #111;
}

.about_sms_link {
  margin-bottom: 20px;
}

.about_bulkimg_wrapper img {
  width: 100%;
}

/**---- pricing wrapper css -------**/

.pricing_select_box {
  width: 1105px;
  border: 1px solid #ccc;
  padding-bottom: 30px;
}

.pricing_box1 {
  padding: 15px 30px 0 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing_select_box ul {
  float: left;
  width: 100%;
  padding: 15px 30px;
  background: #45108a;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  background: -moz-linear-gradient(45deg, #3d0660 20%, 100%);
  background: -webkit-linear-gradient(45deg, #3d0660 20%, #45108a 100%);
  background: linear-gradient(45deg, #3d0660 20%, #45108a 100%);
}

.pricing_select_box ul li:first-child,
.pbox1 {
  float: left;
  width: 50%;
  font-size: 18px;
  padding-left: 30px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing_select_box ul li:nth-child(2),
.pbox2 {
  float: left;
  font-weight: 500;
  width: 25%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing_select_box ul li:last-child,
.pbox3 {
  float: left;
  font-weight: 500;
  width: 23%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing_box:hover .pbox1,
.pricing_box:hover .pbox2,
.pricing_box:hover .pbox3 {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing_box:active .pbox1,
.pricing_box:active .pbox2,
.pricing_box:active .pbox3 {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sms_pricing_table_wrapper .see_more_btn {
  margin-top: 50px;
}

/* The container */
.pricing_select_box .pricing_radio {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 10px;
  margin-top: 30px;
  cursor: pointer;
  color: #111;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.pricing_select_box .pricing_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.pricing_select_box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%;
  margin-left: 25px;
  border: 2px solid;
}

/* On mouse-over, add a grey background color */

/* When the radio button is checked, add a blue background */
.pricing_radio input:checked ~ .checkmark {
  background-color: #3d0661;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.pricing_select_box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.pricing_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.pricing_radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
}

/**----- radio_btn_wrapper_end -------**/
/**----- pay fees wrapper -------**/
.pay_fees_Wrapper {
  background: #fff;
  padding: 95px 0;
  padding-bottom: 80px;
}

.feature_wrapper h1 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 30px;
}

.pay_fees_Wrapper .class_delivery_wrapper h1 {
  font-size: 32px;
  color: #111;
  font-weight: 500;
  margin-bottom: 0;
}

.pay_fees_Wrapper .class_delivery_wrapper li a {
  color: #797979;
}

.pay_fees_links {
  margin-top: 20px;
}

.pay_fees_links ul li a {
  color: #797979;
}

.pay_fees_links ul li {
  margin-bottom: 8px;
}

.pay_fees_links ul li a i:before {
  font-size: 8px;
  padding-right: 15px;
  position: relative;
  top: -2px;
}

.available_payment_wrapper {
  padding: 60px 0;
  background: #f3f2f6;
}

.payment_slider {
  padding-top: 30px;
}

.payment_slider .item {
  width: 100%;
}

.payment_slider .owl-theme .owl-dots .owl-dot,
.payment_slider .owl-theme .owl-nav {
  display: none;
}

/***--blog wrapper css---***/
.blog_wrapper {
  padding: 100px 0;
}

.blog_wrapper .blog-post-wrapper .post-thumbnail {
  position: relative;
}

.blog_wrapper .blog-post-wrapper .blog-content {
  padding: 30px;
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.12);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.blog_wrapper .blog-post-wrapper .entry-header {
  margin-bottom: 20px;
  background: transparent;
}

.blog_wrapper .blog-post-wrapper .entry-title a {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 600;
  color: #45108a;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta {
  font-size: 13px;
  color: #797979;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li {
  display: inline-block;
  line-height: 10px;
  margin-right: 30px;
  font-size: 16px;
}

.post-thumbnail .test-popup-link {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
}

.post-thumbnail img {
  width: 100%;
}

.vedie_img img {
  width: auto;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li i {
  margin-right: 8px;
  color: #45108a;
  font-size: 14px;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
  position: relative;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a {
  text-transform: capitalize;
  color: #45108a;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a:hover {
  color: #45108a;
}

.blog_wrapper .blog-post-wrapper .entry-content {
}

.blog_wrapper .blog-post-wrapper .entry-content p {
  margin: 0;
}

.blog_wrapper .blog-post-wrapper .entry-footer {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  bottom: 20px;
}

.blog-post-wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li {
  display: inline-block;
  margin-right: 7px;
}

.blog-post-wrapper:hover .entry-title a {
  color: #45108a;
}

.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li:last-child {
  margin-right: 0;
}

#blogoneSlider .carousel-control {
  top: 43%;
  bottom: 20px;
  position: absolute;
  width: 30px;
  height: 23px;
  font-size: 14px;
  font-weight: 600;
  color: #2d3a4b;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogoneSlider .carousel-control.left,
#blogoneSlider .carousel-control.right {
  background: #45108a;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

#blogoneSlider .carousel-control:focus,
#blogoneSlider .carousel-control:hover {
  background-color: #fff;
}

.blog-content .blog_read {
  text-transform: capitalize;
  color: #45108a;
  padding-top: 20px;
  font-weight: 500;
  float: left;
  display: inline-block;
}

#blogoneSlider .carousel-control.left i:before,
#blogoneSlider .carousel-control.right i:before {
  color: #fff;
  font-size: 20px;
}

#blogoneSlider .carousel-control.left:hover i:before,
#blogoneSlider .carousel-control.right:hover i:before,
#blogoneSlider .carousel-control.left:focus i:before,
#blogoneSlider .carousel-control.right:focus i:before {
  color: #45108a;
}

#blogoneSlider .carousel-control.right {
  right: 0;
}

.blog-content .blog_read i {
  position: relative;
  top: 1px;
  left: 5px;
}

.iner_blog {
  margin-bottom: 50px;
  border-radius: 5px;
}

.iner_blog_toper {
  padding-bottom: 50px;
}

.blog_prev,
.blog_prev .prev_btn {
  padding-top: 0;
}

.blog_prev {
  padding-top: 10px;
}

.blog_dark_wrapper {
  margin-bottom: 50px;
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 60px 0;
  text-align: center;
}

.blog_dark_wrapper a i {
  color: #fff;
  font-size: 20px;
}

.blog_dark_wrapper h1 {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
  color: #fff;
  padding-top: 20px;
}

.blog_dark_wrapper .port-single-entry-meta a i {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 8px;
  font-size: 14px;
}

.blog_dark_wrapper .port-single-entry-meta a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-transform: capitalize;
}

.sidebar_widget {
  margin-bottom: 35px;
}

.right_sidebar {
  padding-left: 50px;
}

.widget_heading h2 {
  font-size: 20px;
  position: relative;
  text-transform: capitalize;
  padding: 15px 30px;
  color: #fff;
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.search_form .form-control {
  position: relative;
  height: 50px;
  color: #999;
  padding: 0px 60px 0px 15px;
  background: #ffffff;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #45108a;
  box-shadow: none;
}

.search_form {
  position: relative;
  padding: 30px;
}

.blog_pagination_section ul {
  display: inline-block;
}

.blog_pagination_section li:first-child {
  margin-left: 0px;
}

.blog_pagination_section ul li {
  float: left;
  margin-left: 15px;
}

.sidebar_widget {
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}

.blog_pagination_section ul li a {
  float: left;
  color: #222;
  line-height: 50px;
  height: 50px;
  width: 50px;
  background: #fff;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #e2e2e2;
}

.blog_pagination_section .next i:before,
.blog_pagination_section .prev i:before {
  color: #222;
  font-size: 16px;
}

.blog_pagination_section ul li a:hover {
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  color: #fff;
  border: 1px solid #5e2ced;
}

.blog_pagination_section .next:hover i:before,
.blog_pagination_section .prev:hover i:before {
  color: #fff;
}

.blog_pagination_section .third_pagger a {
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  color: #fff;
}

.search_form .form-group {
  margin-bottom: 0;
}

.search_form button {
  position: absolute;
  top: 43px;
  right: 35px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
}

.search_form button i {
  color: #45108a;
  font-size: 16px;
}

.sidebar_widget .blog_date {
  margin-top: 10px;
  font-size: 14px;
  color: #45108a;
  font-weight: 500;
}

.sidebar_widget .blog_image {
  float: left;
  width: 90px;
}

.blog_wrapper22 {
  margin-bottom: 30px;
}

.blog_wrapper22:last-child {
  margin-bottom: 0;
}

.sidebar_widget .blog_text {
  float: left;
  padding-left: 10px;
  width: calc(100% - 90px);
}

.sidebar_widget .blog_text h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
}

.sidebar_widget .blog_text h5 a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #45108a;
}

.sidebar_widget .blog_text h5 a:hover {
  color: #45108a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar_tag_cloud {
  padding: 30px;
}

.sidebar_tag_cloud li {
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
}

.sidebar_tag_cloud li a {
  float: left;
  text-align: center;
  font-size: 14px !important;
  font-weight: 500;
  color: #2d3a4b;
  padding: 5px 15px;
  text-transform: capitalize;
  border: 2px solid #45108a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.sidebar_tag_cloud li span i {
  color: #45108a;
  font-size: 13px;
  margin-right: 5px;
}

.sidebar_tag_cloud li a:hover {
  color: #fff;
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.text_widget p {
  padding-bottom: 20px;
}

.text_widget a {
  font-weight: 500;
  color: #45108a;
}

.text_widget {
  padding: 30px;
}

.instagram_images li {
  float: left;
  margin-right: 11px;
  margin-bottom: 11px;
}

.instagram_images {
  padding: 25px;
}

.instagram_img_wrapper {
  position: relative;
  width: 88px;
  display: inline-block;
}

.instagram_img_wrapper img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

.instagram_img_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity: 0;
  transition: 0.2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.instagram_img_overlay_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  background: #111;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.instagram_wrapper:hover .instagram_img_overlay {
  background-color: rgba(63, 8, 106, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.blog_recent_post {
  padding: 30px;
}

.category_blogbox {
  padding: 30px;
}

.bg_category_select input[type="checkbox"] {
  display: none;
}

.bg_category_select label {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 18px;
  width: 100%;
  font-weight: 500;
}

.bg_category_select label span {
  float: right;
}

.bg_category_select input[type="checkbox"] + label:before {
  border: 1px solid #45108a;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 15px;
  margin: 7px 15px 0 0;
  padding: 0;
  vertical-align: top;
  width: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.bg_category_select input[type="checkbox"]:checked + label:before {
  border: 0;
  color: #fff;
  content: "\2713";
  font-weight: 900;
  background: #45108a;
}

.bg_category_select input[type="checkbox"]:checked + label:after {
  font-weight: 900;
}

.bg_category_select .box {
  color: #ffffff;
  margin-top: 23px;
  text-align: left;
  margin-left: 26px;
}

.bg_category_select input[type="checkbox"] {
  display: none;
}

.bg_category_select:hover {
  color: #45108a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/**---- blog single wrapper css ------**/
.blog_single_wrapper {
  padding: 100px 0;
}

.tb_btm_link_left {
  float: left;
  display: inline-block;
}

.tb_btm_link_right {
  float: right;
  display: inline-block;
}

.tb_btm_link_left ul {
  float: left;
}

.blog_tags_wrapper {
  padding-top: 35px;
  float: left;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.tb_btm_link_left li {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  color: #2d3a4b;
  font-size: 16px;
  font-weight: 500;
}

.tb_btm_link_left li a {
  float: left;
  text-align: center;
  font-size: 16px !important;
  font-weight: 400;
  padding: 5px 15px;
  text-transform: capitalize;
  border: 2px solid #45108a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #45108a;
}

.tb_btm_link_left li span i {
  color: #45108a;
  font-size: 13px;
  margin-right: 5px;
}

.tb_btm_link_left li a:hover {
  color: #fff;
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.tb_btm_link_right ul {
  float: right;
}

.tb_btm_link_right li {
  float: left;
  margin-right: 12px;
  font-size: 16px;
  color: #2d3a4b;
  font-weight: 500;
  text-transform: capitalize;
}

.tb_btm_link_right li a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #797979;
  font-size: 14px;
  border: 2px solid #45108a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.tb_btm_link_right li a:hover {
  color: #fff;
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_relatedpost_wrapper h1 {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.blog_relatedpost_wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.related_blog_post_slider .item {
  width: 100%;
}

.related_blog_post_slider .owl-theme .owl-dots .owl-dot,
.related_blog_post_slider .owl-theme .owl-nav {
  display: none;
}

.related_post_imgwrapper h1 a {
  font-size: 18px;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #111;
  text-transform: capitalize;
}

.related_post_imgwrapper h1 {
  margin-bottom: 0;
}

.related_post_imgwrapperp {
  color: #45108a;
}

.btc_blog_post_admin_main_wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.btc_blog_single_post_admin_img {
  float: left;
  width: 130px;
}

.btc_blog_single_post_admin_img_cont {
  float: left;
  width: calc(100% - 130px);
}

.btc_blog_single_post_admin_img_cont h1 {
  line-height: 24px;
  margin-bottom: 10px;
}

.btc_blog_single_post_admin_img_cont h1 a {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #45108a;
}

.btc_blog_single_post_admin_img_cont p {
}

.comments_wrapper {
  padding-top: 30px;
}

.comments_Box {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.comments_Box .img_wrapper {
  float: left;
  width: 100px;
}

.comments_Box .text_wrapper {
  float: left;
  width: calc(100% - 100px);
  padding-left: 30px;
}

.author_detail {
  margin-bottom: 15px;
}

.author_detail .author_name {
  font-size: 20px;
  font-weight: 600;
  color: #420c79;
}

.author_detail .author_name i {
  font-size: 10px;
  padding: 0px 10px;
  color: #e8e8e8;
}

.author_detail .publish_date {
  font-size: 16px;
  color: #797979;
  font-style: italic;
}

.author_detail .publish_date a {
  color: #45108a;
  font-style: italic;
  text-decoration: underline;
}

.comments_form .form-control {
  height: 50px;
  padding: 15px 23px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  background: #fff;
  -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;
}

.comments_form textarea.form-control {
  height: auto;
  resize: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.comments_form input::placeholder,
.comments_form textarea::placeholder {
  color: #999;
}

.comments_form .form-control:focus,
.comments_form .form-control:hover {
  color: #111;
  background-color: transparent;
  border: 1px solid #45108a !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;
}

.comments_form .form-group {
  position: relative;
}

.comments_form .form-group {
  margin-bottom: 20px;
}

.cntnt_form a {
  width: 100%;
}

.comments_form .form-group i {
  position: absolute;
  top: 17px;
  right: 22px;
  color: #c7c7c7;
}

.blog_comment_wrapper h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 30px;
}

.jp_faq_wrapper {
  float: left;
  width: 100%;
  padding: 100px 0;
}

.jp_rightside_faq_categories_wrapper li:last-child i {
  color: #23c0e9;
}

.jp_edit_pro_main_wrapper {
  background: #23c0e9;
  padding: 20px;
}

.jp_edit_pro_upload_img {
  float: left;
  width: 80px;
}

.jp_edit_pro_upload_img_cont {
  float: left;
  width: calc(100% - 80px);
  padding-left: 20px;
}

.jp_edit_pro_upload_img {
  position: relative;
  text-align: center;
}

.jp_edit_pro_upload_img .dropify-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 80px;
  max-width: 100%;
  height: 80px !important;
  padding: 0;
  font-size: 14px;
  border-radius: 100%;
  line-height: 22px;
  color: #777;
  background-color: #fff;
  background-image: none;
  text-align: center;
  border: 2px solid #e5e5e5;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
}

.jp_edit_pro_upload_img .dropify-wrapper .dropify-preview {
  padding: 0;
}

.jp_edit_pro_upload_img .dropify-wrapper img {
  border-radius: 100%;
}

.jp_edit_pro_upload_img .dropify-wrapper .dropify-message {
  font-size: 8px;
  top: 45%;
  font-size: 8px;
  background: rgba(0, 0, 0, 0.11);
}

.jp_edit_pro_upload_img_cont h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}

.jp_edit_location_wrapper {
  float: left;
  width: 40%;
  padding-top: 15px;
}

.jp_edit_phone_wrapper {
  float: left;
  width: 60%;
  padding-top: 15px;
}

.jp_edit_location_wrapper li,
.jp_edit_phone_wrapper li {
  color: #fff;
  margin-top: 5px;
}

.jp_edit_location_wrapper li i,
.jp_edit_phone_wrapper li i {
  padding-right: 10px;
}

.jp_edit_phone_wrapper li a {
  float: right;
  background: #fff;
  color: #23c0e9;
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
}

.skills span {
  float: right;
}

.skill-item h6 {
  font-size: 12px;
  text-align: left;
  font-weight: 600;
  color: #fff;
  padding-bottom: 12px;
  text-transform: capitalize;
}

.skill-item h6 span {
  font-size: 14px;
}

.skills-progress {
  height: 4px;
  width: 100%;
  background: rgba(255, 255, 255, 0.37);
  position: relative;
}

.skills-progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills-progress span h5 {
  position: absolute;
  top: 23px;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills {
  float: left;
  width: 100%;
  padding-top: 20px;
}

.jp_edit_panding_main_wrapper {
  background: #09abd6;
  padding: 20px;
}

.jp_edit_panding_main_wrapper h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.jp_edit_panding_main_wrapper ul {
  padding-top: 10px;
}

.jp_edit_panding_main_wrapper li a {
  font-size: 12px;
  color: #fff;
}

.jp_edit_panding_main_wrapper h4 a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  float: right;
}

.dropify-wrapper .dropify-clear {
  top: 22px;
  right: 6px;
}

.jp_fixe_top_bar_heading p {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.jp_fixe_top_bar_heading p span {
  font-weight: 600;
}

.jp_fixe_top_navigation_wrapper h4 {
  font-weight: 800;
  color: #111;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.jp_cp_profile_main_wrapper_second {
  background: #f8f8f8;
}

.jp_fixe_top_navigation_wrapper {
  background: #fff;
  padding: 30px 20px;
}

.jp_faq_fix_header_content li a {
  font-size: 18px;
  text-transform: capitalize;
  color: #797979;
  padding: 20px 25px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 20px;
}

.jp_faq_fix_header_content li a:hover,
.jp_faq_fix_header_content li a:focus {
  color: #fff;
  background: #45108a;
  background: -moz-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: -webkit-linear-gradient(45deg, #45108a 20%, #3d0660 100%);
  background: linear-gradient(45deg, #45108a 20%, #3d0660 100%);
}

.jp_faq_fix_header_content li a span {
  text-transform: uppercase;
  color: #23c0e9;
  float: right;
  font-weight: 600;
}

.jp_faq_fix_header_content {
  background: #fff;
  border-radius: 5px;
  float: left;
  width: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

.jp_faq_fix_header_content ul {
  margin-top: 0;
}

.jp_faq_fix_header_content_main_wrapper {
  margin-top: 0;
}

.jp_faq_right_box_main_wrapper {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #23c0e9;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.faq_content_section {
  padding: 100px 0;
  float: left;
  width: 100%;
  background: #fff;
  padding-bottom: 80px;
}

.faq_menu_fixed {
  position: fixed;
  top: 0;
  width: 255px;
  padding: 0px 0px;
  left: auto;
  right: auto;
  z-index: 10;
  margin-top: 20px;
}

.faq_menu_fixed_bottom {
  display: none;
}

.jp_faq_right_box_main_wrapper h3 {
  font-size: 18px;
  color: #111;
  font-weight: 900;
}

.jp_faq_right_box_main_wrapper .add_percentage {
  font-size: 12px;
  padding-left: 10px;
}

.jp_faq_right_box_main_wrapper p {
  padding-top: 10px;
  font-size: 14px;
}

.jb_faq_upload_main_box_wrapper {
  border: 1px solid #eee;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 30px;
}

.jp_faq {
  float: left;
  width: 100%;
}

.accordion h1 {
  font-size: 24px;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.accordion .card {
  background: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}

.accordion .card_pagee h5 {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}

.accordion .card-body {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.accordion .card-body .card_cntnt {
  float: left;
  width: 100%;
}

.accordion [data-toggle="collapse"].collapsed:after {
  content: "\2212";
}

.accordion [data-toggle="collapse"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2212";
  position: absolute;
  font-size: 24px;
  top: 13px;
  right: 15px;
}

.accordion .card_pagee a.collapsed {
  color: #222;
  background-color: #fff;
  display: block;
  padding: 15px;
  border: 0;
  font-weight: 500;
  border: 1px solid #e9e9e9;
}

.accordion .card_pagee a {
  color: #45108a;
  background-color: #fff;
  display: block;
  padding: 15px;
  border: 0;
  font-weight: 500;
  border: 1px solid #e9e9e9;
}

.accordion .card_pagee a:after {
  color: #45108a;
}

.accordion .card_pagee a.collapsed:after {
  content: "+";
  color: #000;
}

.accordion2 h1,
.accordion3 h1,
.accordion4 h1,
.accordion5 h1,
.accordion6 h1,
.accordion7 h1,
.accordion8 h1 {
  font-size: 24px;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.accordion2 .card,
.accordion3 .card,
.accordion4 .card,
.accordion5 .card,
.accordion6 .card,
.accordion7 .card,
.accordion8 .card {
  background: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}

.accordion2 .card_pagee h5,
.accordion3 .card_pagee h5,
.accordion4 .card_pagee h5,
.accordion5 .card_pagee h5,
.accordion6 .card_pagee h5,
.accordion7 .card_pagee h5,
.accordion8 .card_pagee h5 {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}

.accordion2 .card-body,
.accordion3 .card-body,
.accordion4 .card-body,
.accordion5 .card-body,
.accordion6 .card-body,
.accordion7 .card-body,
.accordion8 .card-body {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.accordion2 .card-body .card_cntnt,
.accordion3.card-body .card_cntnt,
.accordion4.card-body .card_cntnt,
.accordion5.card-body .card_cntnt,
.accordion6.card-body .card_cntnt,
.accordion7.card-body .card_cntnt,
.accordion8.card-body .card_cntnt {
  float: left;
  width: 100%;
}

.accordion2 [data-toggle="collapse"].collapsed:after,
.accordion3 [data-toggle="collapse"].collapsed:after,
.accordion4 [data-toggle="collapse"].collapsed:after,
.accordion5 [data-toggle="collapse"].collapsed:after,
.accordion6 [data-toggle="collapse"].collapsed:after,
.accordion7 [data-toggle="collapse"].collapsed:after,
.accordion8 [data-toggle="collapse"].collapsed:after {
  content: "\2212";
}

.accordion2 [data-toggle="collapse"]:after,
.accordion3 [data-toggle="collapse"]:after,
.accordion4 [data-toggle="collapse"]:after,
.accordion5 [data-toggle="collapse"]:after,
.accordion6 [data-toggle="collapse"]:after,
.accordion7 [data-toggle="collapse"]:after,
.accordion8 [data-toggle="collapse"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2212";
  position: absolute;
  font-size: 24px;
  top: 13px;
  right: 15px;
}

.accordion2 .card_pagee a.collapsed,
.accordion3 .card_pagee a.collapsed,
.accordion4 .card_pagee a.collapsed,
.accordion5 .card_pagee a.collapsed,
.accordion6 .card_pagee a.collapsed,
.accordion7 .card_pagee a.collapsed,
.accordion8 .card_pagee a.collapsed {
  color: #222;
  background-color: #fff;
  display: block;
  padding: 15px;
  border: 0;
  font-weight: 500;
  border: 1px solid #e9e9e9;
}

.accordion2 .card_pagee a,
.accordion3 .card_pagee a,
.accordion4 .card_pagee a,
.accordion5 .card_pagee a,
.accordion6 .card_pagee a,
.accordion7 .card_pagee a,
.accordion8 .card_pagee a {
  color: #45108a;
  background-color: #fff;
  display: block;
  padding: 15px;
  border: 0;
  font-weight: 500;
  border: 1px solid #e9e9e9;
}

.accordion2 .card_pagee a:after,
.accordion3 .card_pagee a:after,
.accordion4 .card_pagee a:after,
.accordion5 .card_pagee a:after,
.accordion6 .card_pagee a:after,
.accordion7 .card_pagee a:after,
.accordion8 .card_pagee a:after {
  color: #45108a;
}

.accordion2 .card_pagee a.collapsed:after,
.accordion3 .card_pagee a.collapsed:after,
.accordion4 .card_pagee a.collapsed:after,
.accordion5 .card_pagee a.collapsed:after,
.accordion6 .card_pagee a.collapsed:after,
.accordion7 .card_pagee a.collapsed:after,
.accordion8 .card_pagee a.collapsed:after {
  content: "+";
  color: #000;
}

.position-relative .anchor .main_top_heading {
  font-size: 18px;
  font-weight: 600;
  color: #430e81;
  padding-bottom: 25px;
}

/***----contact wrapper css --------***/
.contact_wrapper {
  padding: 100px 0;
  background: #f3f2f6;
}

.sms_contact_box_wrapper {
  padding: 30px;
  background: #fff;
}

.sms_contact_box_wrapper i:before {
  width: 60px;
  color: #512092;
  float: left;
  height: 75px;
  line-height: 75px;
  font-size: 75px;
}

.sms_contact_info_box a {
  color: #430d7f;
}

.sms_contact_info_box {
  float: left;
  width: calc(100% - 60px);
  padding-left: 40px;
}

.sms_contact_info_box h1 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.contact_form_wrapper {
  padding: 100px 0;
  background: #fff;
}

.sms_contact_form_box {
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  padding: 25px;
  border-radius: 5px;
}

.comments_form .form-control {
  height: 50px;
  padding: 15px 23px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 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;
  background-color: #fff;
}

.sms_contact_form_box textarea.form-control {
  height: auto;
  resize: none;
}

.sms_contact_form_box input::placeholder,
.sms_contact_form_box textarea::placeholder {
  color: #999;
}

.sms_contact_form_box .form-control:focus,
.sms_contact_form_box .form-control:hover {
  color: #111;
  background-color: transparent;
  border: 1px solid #45108a !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;
}

.sms_contact_form_box .form-group {
  position: relative;
}

.sms_contact_form_box .form-group {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.sms_contact_form_box .form-group i {
  position: absolute;
  top: 49px;
  right: 18px;
  color: #909090;
}

.sms_contact_form_box .form-group i:after {
  position: absolute;
  content: "";
  border: 0.5px solid #dedede;
  left: -19px;
  top: -15px;
  height: 45px;
}

.sms_contact_form_box .form-group label {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.sms_contact_form_box .form-control {
  height: 45px;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  background: #fff;
  -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;
}

.sms_contact_form_box .form-group select {
  float: left;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 0 15px;
  color: #797979;
}

.sms_contact_form_box .form-group select:focus {
  border: 1px solid #45108a;
  box-shadow: 0;
}

.sms_contact_form_box .nice-select {
  float: left;
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
}

.sms_contact_form_box .nice-select:after {
  width: 9px;
  height: 9px;
  right: 20px;
}

.sms_contact_form_box .nice-select .list {
  width: 100%;
}

.sms_contact_form_box .i-message i:after {
  display: none;
}

.captchaWrapper {
  line-height: 65px;
  height: 50px;
}

.captchaWrapper,
.captchaContainer {
  display: inline-block;
  float: left;
}

.captch_box {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  float: left;
}

#hiddenCaptcha {
  display: none;
}

#hiddenCaptcha:checked + .captchaLabel:after {
  max-width: 25px;
  opacity: 1;
  overflow: inherit;
}

.captchaLabel {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  color: #4a4a4a;
  padding: 15px 10px 0 15px;
  position: relative;
  display: block;
  float: left;
}

.captchaLabel:after {
  font-family: FontAwesome;
  position: absolute;
  content: "\f00c";
  max-width: 0;
  overflow: hidden;
  opacity: 0.5;
  font-size: 30px;
  top: 0;
  left: -24px;
  line-height: 60px;
  color: #039f53;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.captchaBox {
  width: 24px;
  height: 24px;
  padding: 0;
  outline: none;
  border: 2px solid #b9b9b9;
  border-radius: 2px;
}

.boxHover {
  background-color: #fff;
}

.boxHover:hover {
  cursor: pointer;
  border: 2px solid #440f85;
}

.scaleDown {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(0.2, 0.2);
}

.circle {
  border-top: 2px solid #440f85;
  border-right-color: transparent;
  border-bottom: 2px solid #440f85;
  border-left-color: transparent;
  border-radius: 12px;
  background-color: #fafafa;
}

.scaleUp {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform: scale(1, 1);
}

.rotation {
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
  transform: rotate(1080deg);
}

.fadeOut {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-color: transparent;
}

.captchaError {
  box-shadow: 0 0 1px 1px #e53935;
}

.js_btn_wrapper button {
  width: 180px;
  height: 50px;
  background: #45108a;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  border: 1px solid #45108a;
  line-height: 48px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: capitalize;
  z-index: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.js_btn_wrapper button:hover {
  background-color: transparent;
  color: #45108a;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.js_btn_wrapper {
  margin-top: 40px;
}

.visiting_Wrapper {
  padding: 30px 20px;
}

.visiting_Wrapper .sms_heading_wrapper {
  text-align: left;
}

.visiting_Wrapper .sms_heading_wrapper h3:before {
  margin: 0;
}

.visitors_contact li {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.visitors_contact li i:before {
  float: left;
  color: #451089;
  font-size: 26px;
  width: 20px;
  line-height: 40px;
}

.visitors_contact li p {
  float: left;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
  width: calc(100% - 20px);
}

.visitors_contact i {
  float: left;
}

.visitors_contact li a {
  padding-left: 30px;
  color: #797979;
}

#map {
  float: left;
  width: 100%;
  height: 450px;
  padding: 0;
}

.visitors_contact {
  padding-bottom: 20px;
}

/****----login wrapper css------****/
.login_wrapper_top {
  margin-top: 10px;
}

.login_tabs .nav {
  border: 1px solid #45108a;
  margin-bottom: 40px;
  border-radius: 6px;
}

.login_tabs {
  text-align: center;
}

.login_tabs .nav li {
  float: left;
  border: 0;
  border-left: 0;
}

.login_tabs .nav-tabs .nav-link {
  font-size: 16px;
  color: #45108a;
  text-transform: capitalize;
  text-align: center;
  padding: 8px 30px;
  border: 0;
  border-radius: 5px;
}

.login_tabslogin_tabs {
  text-align: center;
}

.login_tabs ul {
  display: inline-block;
}

.login_tabs .nav-tabs .nav-item.show .nav-link,
.login_tabs .nav-tabs .nav-link.active {
  color: #fff !important;
  background: #45108a;
  position: relative;
}

.login_form_wrapper p {
  text-align: center;
}

.login_wrapper a.btn {
  color: #fff;
  width: 100%;
  height: 50px;
  padding: 6px 25px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: left;
  background: #2c49ab;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #2c49ab;
}

.login_wrapper a.btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.login_wrapper a.btn:hover {
  background-color: #002398;
  border-color: #002398;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.login_wrapper .form-control {
  height: 50px;
  padding: 15px 20px;
  font-size: 16px;
  /*text-transform: capitalize;*/
  line-height: 50px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  border-radius: 5px;
  -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;
  background-color: #fff;
}

.login_wrapper h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.login_wrapper textarea.form-control {
  height: auto;
  resize: none;
}

.login_wrapper input::placeholder,
.login_wrapper textarea::placeholder {
  color: #999;
}

.login_wrapper {
  padding: 30px;
  border-radius: 5px;
}

.login_wrapper .form-control:focus {
  color: #999;
  background-color: fafafa;
  border: 1px solid #45108a !important;
}

.login_remember_box {
  margin: 20px 0;
  margin-bottom: 10px;
  color: #999;
}

.login_remember_box .control {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin: 0;
}

.login_remember_box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.login_remember_box .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 10px;
}

.login_remember_box .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.login_remember_box .control input:checked ~ .control__indicator:after {
  display: block;
}

.login_remember_box .control--checkbox .control__indicator:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.login_remember_box .forget_password {
  float: right;
  color: #45108a;
  font-size: 14px;
  text-decoration: underline;
}

.check-box {
  margin-top: 35px;
}

.check_box_anchr {
  color: #002398 !important;
}

.login_tab_top_wrap {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.login_btn {
  padding: 0;
  padding-bottom: 30px;
  float: left;
  padding-top: 10px;
  width: 100%;
}

.login_btn a {
  width: 100%;
  line-height: 50px;
  border-radius: 0;
}

.facebook_wrap i,
.google_wrap i {
  margin-right: 6px;
  font-weight: 300 !important;
}

.google_wrap a {
  width: 160px;
  height: 45px;
  background: #c8232c;
  float: right;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border: 1px solid #c8232c;
  line-height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.google_wrap a:hover {
  background: transparent;
  color: #c8232c;
}

.facebook_wrap a {
  background: #4f60a5;
  width: 160px;
  height: 45px;
  float: left;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border: 1px solid #4f60a5;
  line-height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.login_wrapper .form-group label {
  text-transform: capitalize;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
  font-size: 20px;
}

.facebook_wrap a:hover {
  background: transparent;
  color: #4f60a5;
}

.login_img_wrapper img {
  left: -52%;
  position: relative;
  top: -20px;
}

.signin_btn {
  margin-top: 30px;
}

.signin_btn li a {
  width: 350px;
  float: left;
}

.account_setting {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  color: #797979;
  text-transform: capitalize;
}

.account_setting a {
  color: #45108a;
}

.login_or_text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.toggle-password-confirm,
.toggle-password-send,
.toggle-password {
  position: absolute;
  bottom: 15px;
  right: 30px;
  color: #717171;
}

/**---- api coding wrapper css -----**/
.api_coding_wrapper {
  padding: 100px 0;
}

.choose_lang_wrapper {
  text-align: center;
  padding-bottom: 30px;
}

.choose_lang_wrapper label {
  display: inline-block;
  font-size: 30px;
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  padding-right: 20px;
}

.choose_lang_wrapper .nice-select {
  display: inline-block;
  float: none;
  border: solid 1px #45108a;
  color: #45108a;
  font-size: 16px;
  padding: 0 25px;
  top: -6px;
}

.choose_lang_wrapper .nice-select span {
  padding-right: 10px;
  position: relative;
  left: -10px;
}

.choose_lang_wrapper .nice-select:after {
  width: 7px;
  height: 7px;
  right: 15px;
  border-bottom: 2px solid #45108a;
  border-right: 2px solid #45108a;
}

.api_mockup_wrapper {
  padding-top: 35px;
}

.api_btn li a {
  width: 250px;
  margin-top: 50px;
}

.api_works_wrapper {
  padding: 100px 0;
  padding-bottom: 50px;
}

.sb_feature_box_wrapper:hover .sb_feature_circle h2 {
  color: #fff;
  position: relative;
  z-index: 1;
}

.api_solution_wrapper {
  padding-bottom: 50px;
}

/*text editore css*/
@import "https://fonts.googleapis.com/css?family=Patua+One|Source+Code+Pro";

* {
  box-sizing: border-box;
}

.api_coding_wrapper .text_edit style {
  display: inline-block;
  width: 100%;
  padding: 20px;
  outline: none;
  border-top: solid 8px;
}

.api_coding_wrapper .text_edit style {
  color: rgba(236, 239, 241, 0.77);
  border-color: #607d8b;
  white-space: pre;
  background: #263238;
  overflow-x: scroll;
}

.api_coding_wrapper .text_edit {
  position: relative;
  margin-top: 20px;
}

.api_coding_wrapper .text_edit .tab-feedback {
  position: absolute;
  padding: 3px;
  top: 8px;
  right: 0px;
  font: 0.8em "Source Code Pro", monospace;
  color: #eceff1;
  background: #f44336;
  text-transform: uppercase;
}

/*text editore css end*/
#tab-main-wrapper {
  float: left;
  width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gray_bg {
  background-color: #f7f7f7;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border-bottom-color: #f1f1f1;
  background-color: #fff;
  color: #420d7d;
}

/*tabOne start*/
.tabOne {
  float: left;
  width: 100%;
  background: #fff;
}

.tabOne .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #420d7d;
}

.tabOne .nav-pills .nav-link {
  border-radius: 0.25rem;
  border: 1px solid #420d7d;
  margin-top: 10px;
  padding: 20px 0px;
  text-align: center;
  color: #420d7d;
  font-weight: 500;
  text-transform: capitalize;
}

.tabOne .tab-pera {
  margin-top: 15px;
  margin-left: 30px;
}

.tabOne .tab-pane {
  background: #fff;
}

.tabOne .tab-pane h2 {
  padding: 10px;
}

.tabOne .tab-pera p {
  padding-left: 15px;
  padding-right: 15px;
}

.tabOne .tab-btn {
  margin-top: 10px;
  width: 225px;
  margin-left: -80px;
}

.main_top_heading {
  padding-bottom: 50px;
  color: #420d7d;
  font-weight: 600;
  font-size: 20px;
}

/*tabone end*/

.clear {
  float: left;
  width: 100%;
  width: 100%;
  text-align: center;
}

.clear img {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.top_text {
  float: left;
  width: 100%;
  text-align: center;
}

.top_text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 110px;
}

.top_text p {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 0px;
}

.top_image {
  float: left;
  width: 100%;
}

.top_image img {
  width: 100%;
  padding-top: 40px;
}

.top_button input {
  float: left;
  width: calc(95% - 150px);
  height: 50px;
  border: 0;
  background: transparent;
  color: #fff;
  padding-left: 20px;
  border: 1px solid #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}

.top_button .slider_btn {
  width: 100%;
  padding-top: 30px;
  animation-delay: 2s;
  max-width: 478px;
}

.top_button button {
  width: 150px;
  height: 50px;
  float: left;
  background: #fff;
  border: 1px solid #fff;
  color: #45108a;
  cursor: pointer;
  text-transform: capitalize;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.top_button {
  width: 100%;
  padding-top: 30px;
  animation-delay: 2s;
  max-width: 478px;
  margin: 0 auto;
}
