/*
  Theme Name: Name - Multipurpose HTML Template
  Author: radowan.bhuiyan.tri@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/


/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/


/* 1. Theme default css */
:root {
  --theme-color-light: #ffffff;
  --theme-color-dark: #18191c;
  --theme-color1: purple;
  --theme-color2: #2f047a;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --text-color-bg-theme-color1: #222;
  --text-color-bg-theme-color2: #fff;
  --text-color: #6f7174;
  --headings-color: var(--theme-color2);
  --link-color: var(--theme-color2);
  --link-hover-color: var(--theme-color2);
}


body {
  font-family: "Poppins", serif !important;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.fix {
  overflow: hidden
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}


a,
button {
  color: #2f047a;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  color: #313131;
  margin: 0px;
  font-style: normal;
  font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

li {
  list-style: none
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #7e7e7e;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative
}

.theme-overlay::before {
  background: #2f047a none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2
}





/* sticky */



/* header */

.hero-area {
  min-height: 1032px;
}

.popup-video{
  display: inline-block;
  background: purple;
  color: #fff;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  line-height: 79px;
  margin-bottom: 24px;
  position: relative;
  z-index: 99;
}
.popup-video:hover {
  background: #ffffff;
  color: purple;
}
.hero-wrapper h2 {
  font-size: 80px;
  color: #fff;
}

.hero-wrapper {
  position: relative;
}

.back-text {
  color: #fff;
  opacity: 0.1;
  font-size: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}




/* header */

.header-transparent {
  position: fixed !important;
  width:100%;
  background:#fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 15px 0px;
}


.main-menu ul li {
  display: inline-block;
  margin-left: 22px;
  position: relative;
}

.main-menu ul li .active {
  color: purple;
}

.main-menu ul li  a {
  display: block;
 color: #234c8d;
  font-weight: 500;
  padding: 45px 0;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.2;
}
.header-transparent-3 .sticky .main-menu ul li a {
color: var(--bg-theme-color2);
}
.header-transparent-3 .sticky .main-menu ul li .active,
.header-transparent-3 .main-menu ul li .active {
  color: purple;
}


.header-transparent-3 .main-menu ul li a {
  color: #234c8d;
  padding: 24px 0;
}

 .logo img{
    max-width: 250px;
}
.sticky .main-menu ul li .sub-menu li a,
.main-menu ul li .sub-menu li a {
  padding: 8px 0;
  color: var(--bg-theme-color2);

}

.main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}

.header-transparent-3 .main-menu ul li:hover>a {
  color: purple;
}

.header-transparent-3 .main-menu ul li .active {
  color: purple;
}

.main-menu ul li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 245px;
  background: #ffffff;
  padding: 13px 18px;
  border-top: 4px solid #234c8d;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.main-menu ul li .sub-menu::before {
  content: '';
  width: 17px;
  height: 9px;
  background-color: #234c8d;
  position: absolute;
  left: 20px;
  bottom: 100%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}



.main-menu ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-btn {
margin-top: 20px;
margin-left: 35px;
}
.header-btn  .search-btn {
color: #fff;
}
.sticky .header-btn  .search-btn {
color: var(--bg-theme-color2);
}
@media only screen and (min-width: 576px) and (max-width: 992px),
(max-width: 992px) {
.header-btn {
    display: none;
}
}
/* sidebar */

.info-toggle-btn.sidebar-toggle-btn {
  position: relative;
  top: 10px;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.side-menu-icon i {
  color: #234c8d;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  top: -02px;
}

.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  max-width: 100%;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}

.sidebar__area.sidebar-opened {
  right: 0px;
}

.sidebar__wrapper {
  position: relative;
  padding: 25px;
  background: #ffffff;
}

.sidebar__close {
  position: absolute;
  top: 22px;
  right: 35px;
}

.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 40px;
  background: #ffffff;
  color: #121121;
  border-radius: 50%;
  border: 1px solid #eceff8;
  transition: 0.3s;
}

.sidebar__close-btn:hover {
  background: #234c8d;
  border-color: #234c8d;
  color: #ffffff;
}

.sidebar__logo {
  padding-bottom: 20px;
  border-bottom: 1px solid #eceff8;
}

.sidebar__search {
  position: relative;
}

.sidebar__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #eceff8;
  font-size: 16px;
  color: #686893;
}

.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #686893;
  background: none;
  border: none;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.body-overlay:hover {
  cursor: pointer;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #222;
  border-top: 1px solid #eceff8;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mean-container .mean-nav ul li li a {
  border-top: 1px solid #eceff8;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #eceff8 !important;
  height: 30px;
  width: 30px;
  color: #222;
  line-height: 32px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  color: #222;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: purple;
  color: #ffffff;
  border-color: purple;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
  transition: 0.8s;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.sidebar__contact h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #121121;
}

.sidebar__contact-icon i {
  display: inline-block;
  color: #121121;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eceff8;
  transition: 0.5s;
}

.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}

.sidebar__social ul li {
  display: inline-block;
}

.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: purple;
  color: #ffffff;
}

.sticky.menu-area {
  background: #fff;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  animation: sticky 2s;
  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 15%);
  z-index: 9999;
  -webkit-animation: sticky 2s;
  padding: 10px 0px;
}
.sticky.menu-area .logo img {
max-width: 100px;
}


@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
      margin-top: 0;
      margin-right: 40px;
  }
}

.fix {
  overflow: hidden;
}


input,
select {
  transition: 0.3s;
}


/* Banner */



.home-arrow {
  position: absolute;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 50px;
}

.home-arrow a {
  font-size: 30px;
}

.home-arrow a i {
  animation: updown 1s infinite alternate;
  -webkit-animation: updown 1s infinite alternate;
}

.home-arrow-3 a:hover {
  color: purple;
}

.home-arrow-3 a {
  color: #ffffff;
  transition: 0.3s;
}

.home-arrow a {
  font-size: 30px;
  color: purple;
}


@keyframes updown {
  0% {
      transform: translateY(10px);
  }
  100% {
      transform: translateY(-10px);
  }
}

@media (max-width: 1199.98px) {
  .main-menu ul li {
      margin-left: 15px;
  }
}

/*===== All Preloader Style =====*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

#preloader .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

#preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: purple;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
      transform: scale(0, 0);
      opacity: 0.5;
  }
  100% {
      transform: scale(1, 1);
      opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
      -webkit-transform: scale(0, 0);
      opacity: 0.5;
  }
  100% {
      -webkit-transform: scale(1, 1);
      opacity: 0;
  }
}




/***

====================================================================
  Home Layout 3 Styles
====================================================================



/***

====================================================================
  Contact Section
====================================================================

***/

.contact-form {
  position: relative;
}
.contact-form .row {
  margin: 0 -10px;
}
.contact-form .row > div {
  padding: 0 10px;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.contact-form .form-group label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: purple;
  margin-bottom: 0;
}
.contact-form .form-group .select2-container--default .select2-selection--single,
.contact-form .form-group input:not([type=submit]),
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 15px 30px;
  font-size: 14px;
  color: #717070;
  line-height: 28px;
  font-weight: 400;
  background-color: #f6f6f6;
  border: 1px solid transparent;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group ::-webkit-input-placeholder {
  color: #717070;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--theme-color2);
}
.contact-form .form-group textarea {
  height: 100px;
  resize: none;
}
@media (max-width: 991.98px) {
  .contact-form .form-group input[type=submit],
  .contact-form .form-group button {
    width: 100%;
  }
}




/***

==================================================================
Main Footer
==================================================================

***/
.main-footer {
position: relative;
/* background-color: var(--theme-color2); */
/* Widget Section */
}
.main-footer .footer-upper {
position: relative;
padding: 30px 0 7px;
background-color: #151518;
}
.main-footer .widgets-section {
position: relative;
padding:  50px 0px;
}
.main-footer .footer-column {
position: relative;
}
.main-footer .footer-widget {
position: relative;
}
.main-footer .widget-title {
position: relative;
font-weight: 600;
color: var(--theme-color2);
line-height: 1.2em;
margin-bottom: 20px;
}

.address-details a img {
    width: 25px;
    height: 25px;
}

.contact-info-block {
position: relative;
margin-bottom: 30px;
}
.contact-info-block:last-child .inner:before {
display: none;
}
.contact-info-block .inner {
position: relative;
padding-left: 40px;
}
.contact-info-block .inner:before {
position: absolute;
right: 20px;
top: 0;
height: 100%;
width: 1px;
background-color: #fff;
opacity: 0.1;
content: "";
}
@media (max-width: 575.98px) {
.contact-info-block .inner {
  padding-left: 0;
  text-align: center;
}
}
.contact-info-block .inner .icon {
position: absolute;
left: 0;
top: 12px;
font-size: 20px;
color: var(--theme-color1);
}
@media (max-width: 575.98px) {
.contact-info-block .inner .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
}
.contact-info-block .inner .sub-title {
font-size: 12px;
color: #7f7f7f;
font-weight: 400;
line-height: 20px;
display: block;
}
.contact-info-block .inner .text {
font-size: 18px;
color: #fff;
line-height: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
}
@media (max-width: 575.98px) {
.contact-info-block .inner .text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
}
.contact-info-block .inner .text a {
color: #fff;
}
.contact-info-block .inner .text a:hover {
color: var(--theme-color1);
}

.main-footer .about-widget {
position: relative;
}
.main-footer .about-widget .logo {
margin-bottom: 15px;
}
.main-footer .about-widget .text {
margin-bottom: 30px;
}

/*=== User LInks ===*/
.user-links {
position: relative;
}
.user-links li {
position: relative;
font-size: 15px;
line-height: 26px;
color: #151518;
font-weight: 400;
margin-bottom: 10px;
}
.user-links li:last-child {
margin-bottom: 0;
}
.user-links li a {
position: relative;
display: inline-block;
color: inherit;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.user-links li a:hover {
color: var(--theme-color2);
}
.user-links li a:before {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 1px;
background-color: var(--bg-theme-color1);
content: "";
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.user-links li a:hover:before {
width: 100%;
}
.user-links.two-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.user-links.two-column li {
width: 50%;
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}

.newsletter-widget {
position: relative;
}
.newsletter-widget .text {
margin-bottom: 10px;
}

/* Subscribe Form */
.subscribe-form {
position: relative;
}
.subscribe-form .form-group {
position: relative;
}
.subscribe-form .form-group input[type=text],
.subscribe-form .form-group input[type=email] {
position: relative;
display: block;
height: 60px;
width: 100%;
font-size: 14px;
line-height: 30px;
color: #717070;
padding: 20px 30px;
background: #fff;
text-align: center;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.subscribe-form .form-group input[type=text]::-webkit-input-placeholder, .subscribe-form .form-group input[type=email]::-webkit-input-placeholder {
color: #717070;
}
.subscribe-form .form-group input[type=text]::-moz-placeholder, .subscribe-form .form-group input[type=email]::-moz-placeholder {
color: #717070;
}
.subscribe-form .form-group input[type=text]:-ms-input-placeholder, .subscribe-form .form-group input[type=email]:-ms-input-placeholder {
color: #717070;
}
.subscribe-form .form-group input[type=text]::-ms-input-placeholder, .subscribe-form .form-group input[type=email]::-ms-input-placeholder {
color: #717070;
}
.subscribe-form .form-group input[type=text]::placeholder,
.subscribe-form .form-group input[type=email]::placeholder {
color: #717070;
}
.subscribe-form .form-group .theme-btn {
position: relative;
margin-top: 10px;
width: 100%;
}

/*=== Footer Bottom ===*/
.footer-bottom {
position: relative;
z-index: 3;
text-align: center;
}
.footer-bottom .copyright-text {
position: relative;
font-size: 15px;
padding: 15px 15px;
font-weight: 400;
color: var(--text-color-bg-theme-color1);
margin-bottom: 0;
border-top: 1px solid var(--bg-theme-color2);
}
.footer-bottom .copyright-text a {
color: #151518;
}
.footer-bottom .copyright-text a:hover {
color: var(--bg-theme-color1);
}
@media (max-width: 1199.98px) {
  .main-footer .about-widget .text {
      margin-bottom: 20px;
  }
  .footer-column {
      margin-bottom: 20px;
  }
}




/***

====================================================================
		Banner Sectiom
====================================================================

***/
/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
opacity: 0;
-webkit-transform: translateY(100px);
        transform: translateY(100px);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.owl-carousel .animate-x {
opacity: 0;
-webkit-transform: translateX(100px);
        transform: translateX(100px);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
opacity: 1;
-webkit-transform: translateY(0);
        transform: translateY(0);
}
.owl-carousel .active .animate-2 {
-webkit-transition-delay: 300ms;
        transition-delay: 300ms;
}
.owl-carousel .active .animate-3 {
-webkit-transition-delay: 600ms;
        transition-delay: 600ms;
}
.owl-carousel .active .animate-4 {
-webkit-transition-delay: 900ms;
        transition-delay: 900ms;
}
.owl-carousel .active .animate-5 {
-webkit-transition-delay: 1200ms;
        transition-delay: 1200ms;
}
.owl-carousel .active .animate-6 {
-webkit-transition-delay: 1500ms;
        transition-delay: 1500ms;
}
.owl-carousel .active .animate-7 {
-webkit-transition-delay: 1800ms;
        transition-delay: 1800ms;
}



.slider-one {
  position: relative;
}

.slider-one__slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f047a47;
}
.slider-one__carousel .owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;

}
.slider-one__carousel .owl-nav .owl-next{
  right: 5%;
  position: absolute;
}
.slider-one__carousel .owl-nav .owl-prev{
  left: 5%;
  position: absolute;
}
.slider-one__carousel .item {
  overflow: hidden;
  text-align: center;
}
[class*=slider-one__slider-] {
  padding-top: 322px;
  padding-bottom: 245px;
}
[class*=slider-one__slider-], [class*=slider-two__slider-] {
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slider-one__carousel .owl-theme .owl-dots .owl-dot span {
  padding: 0px;
  margin: 0;
  border-radius: 0px;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
 .slider-one__carousel.owl-theme .owl-dots .owl-dot {
  outline: none;
  margin: 0 7.5px;
  padding: 0;
  background-color: #fff;
  position: relative;
}
.slider-one__carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: -15px;
  width: 100%;
  text-align: center;
}

.slider-one__carousel.owl-theme .owl-dots .owl-dot:hover:before, .slider-one__carousel.owl-theme .owl-dots .owl-dot.active:before {
  opacity: 1;
}
.slider-one__carousel.owl-theme .owl-dots .owl-dot:before {
  content: '';
  width: 100%;
  background-color: #234c8d;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.slider-one__carousel.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.slider-one__carousel.owl-theme .owl-dots .owl-dot span {
   width: 150px;
  height: 90px;
  display: inline-block;
}



.slider-one__carousel.owl-theme .owl-dots .owl-dot:hover span, .slider-one__carousel.owl-theme .owl-dots .owl-dot.active span {
  opacity: .3;
}
 .slider-one__carousel.owl-theme .owl-dots .owl-dot span {
  padding: 0px;
  margin: 0;
  border-radius: 0px;
  background-color: transparent;
  width: 150px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.slider-one__tag-line {
  margin: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: .025em;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  position: relative;
  display: inline-block;
}
.slider-one__tag-line:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background-image: url(../img/pattern-1-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 5px;
}

.slider-one__title {
  margin: 0;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@media (max-width: 375px) {
  .slider-one__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}


.slider-one__text {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 45px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@media (max-width: 767px) {
  .slider-one__text br {
    display: none;
  }
}
.slider-one__btn {
  background-color: #e0a965;
  color: #fff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.slider-one .active .slider-one__tag-line {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.slider-one .active .slider-one__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-one .active .slider-one__text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.slider-one .active .slider-one__btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider-one .owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}
@media (max-width: 991.98px) {
  .slider-one__title {
    font-size: 27px;
  }
  .slider-one__title br{
    display: none;
  }
  .slider-one__text {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .slider-one__carousel.owl-theme .owl-dots{
    display: none;
  }
  .slider-one__carousel .owl-nav {
    top: 85%;
  }
  [class*=slider-one__slider-] {
    padding-top: 152px;
    padding-bottom:100px;
  }
}
@media (max-width: 575px) {
  [class*=slider-one__slider-] {
    padding-top: 130px;
    padding-bottom: 120px;
  }
}
/***

====================================================================
		about Sectiom
====================================================================

***/
.about-section .content h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.about-section .content ul {
  list-style: none;
  padding: 0;
}

.about-section .content ul li {
  padding: 10px 0 0 0;
  display: flex;
}

.about-section .content ul i {
  color: var(--theme-color2);
  margin-right: 0.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
}

.about-section .content p:last-child {
  margin-bottom: 0;
}

.about-section .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--theme-color1) 50%, color-mix(in srgb, var(--theme-color1), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--theme-color1), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--theme-color1);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@media (max-width: 767.98px) {

}
@media (max-width: 575.98px) {

}


/***

====================================================================
		FAQ's Sectiom
====================================================================

***/


.about-section-two .image {
  position: relative;
  /* display: flex;
  height: 100%; */
}
.program-area .success-item {
  border: 1px solid #ddd;
  padding: 20px;
}
/* .about-section-two .image img{
  margin-top: auto;
} */

.program-area .nav .nav-item{
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.program-area .nav .nav-item button img{
  max-width: 100%;
  margin-right: 20px;
  position: relative;
}
.program-area .nav .nav-item button{
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 19px;
  color: #232d39;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  text-align: left;

}
.program-area .nav .nav-item button.active {
  background-color: transparent;
  color:var(--theme-color1) !important;
}
.program-area   .image {
  position: relative;
  display: inline-block;
}
.program-area   .author-info {
  position: absolute;
  background:  var(--theme-color1);
  right: 30px;
  top: 200px;
  min-width: 220px;
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}
.program-area   .author-info:before {
  position: absolute;
  content: '';
  background:  var(--theme-color1);
  height: 25px;
  width: 22px;
  left: 20px;
  bottom: -24px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.program-area   .author-info h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}
.program-area   .author-info .designation {
  font-size: 18px;
  color: #fff;
  line-height: 1.2em;
}
.program-area   .image:hover .author-info {
  opacity: 1;
  visibility: visible;
  top: 220px;
}

.program-area {
  position: relative;
  padding: 70px 0px;
  background: #dddddd14;
}

.program-area  .default-navs .owl-next,
.program-area  .default-navs .owl-prev{
  background:var(--theme-color2);
  color: #fff;
 }
.program-area   .default-navs .owl-next:hover,
 .program-area   .default-navs .owl-prev:hover {
  background: var(--theme-color1);
}
.program-area  .default-navs .owl-nav{
  justify-content: center;
  margin-top: 15px;
}



@media (max-width: 991.98px) {
  .program-area  .sec-title .text {
    font-size: 16px;
  }
  .program-area .nav .nav-item button {

    padding: 12px 20px;
    font-size: 18px;
  }
}
/***

====================================================================
		FAQ's Sectiom
====================================================================

***/
.service-area {
  text-align: center;
  padding: 60px 0px;
}
.service-area .image-box {
  position: relative;
  display: inline-block;
}
.service-area .image-box img {
  position: relative;
}


.service-area .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 20px;
  background: rgba(11, 11, 11, 0.60);
  visibility: hidden;
  opacity: 0;
}
.service-area .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.service-area .overlay-inner h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.service-area .overlay-inner .text {
  color: #dddddd;
}

.service-area .overlay-inner h3 a {
    color: #ffffff;
}

.service-area .item:hover .overlay-inner {

  opacity: 1;
  visibility: visible;
}
.service-area .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  color: #ffffff;
  opacity: 0;
  /* border: 20px solid transparent; */
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.service-area .item:hover .overlay-box {
  top: 0px;
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}


.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:5px 10px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
  position: relative;
  font-weight: 500;
}

.portfolio-menu ul li:hover:before,
 .portfolio-menu ul li.active:before,
  .portfolio-menu ul li:hover:after,
  .portfolio-menu ul li.active:after {
  opacity: 1;
}
.portfolio-menu ul li.active{
  color: var(--theme-color1);
}
.portfolio-menu ul li:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0px;
  width: 20px;
  border-bottom: 1px solid var(--theme-color1);
  opacity: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:20px;
  position: relative;
}
.portfolio-single-item{
  border: 1px solid #ddd;
  padding: 15px;

}
.portfolio-item .option-btn {
  position: relative;
  display: inline-block;
  line-height: 44px;
  color: #ffffff;
  font-size: 18px;
  width: 46px;
  height: 46px;
  margin: 15px 4px 0px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.portfolio-item .option-btn:hover {
  background: #f7542b;
  border-color: #f7542b;
}
/***

====================================================================
		FAQ's Sectiom
====================================================================

***/
.resource-area {
  background: #fff;
}
.resource-item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.resource-item img {
  transition: .5s;
}

.resource-item:hover img {
  transform: scale(1.1);
}

.resource-item .resource-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9));
}
.resource-item .resource-text a {
  color: #FFFFFF;
  transition: .5s;
}

.resource-item .resource-text a:hover {
  color: #FFFFFF;
}

.resource-item .breadcrumb-item+.breadcrumb-item::before {
  color: #FFFFFF;
}

/***

====================================================================
		FAQ's Sectiom
====================================================================

***/

.dt-sc-video-wrapper{
  position: relative;
}
.dt-sc-video-wrapper img{
  height: 528px;
  max-height: 100%;
}

.dt-sc-video-wrapper .video-overlay-inner a {
  display: inline-block;
  height: 90px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 25px 3px rgba(96, 154, 51, 0);
  background: radial-gradient(rgb(47 4 122 / 65%) 60%, rgba(255, 255, 255, 1) 62%);
}
.dt-sc-video-wrapper .video-overlay-inner a:before {
  background: rgba(198, 16, 0, 0);
  border: 5px solid #fff;
  content: "";
  height: 100%;
  opacity: 1;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dt-sc-video-wrapper .video-overlay-inner a:after {
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  z-index: 100;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@-webkit-keyframes pulsate1 {
  0% {
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    box-shadow: none;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);

  }
  }

  @keyframes pulsate1 {
  0% {
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    box-shadow: none;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6);

  }
  }

  .dt-sc-video-item {
    margin-bottom: 35px;
    max-height: 153px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 98%;
    padding-right: 2%;
}
.dt-sc-vitem-detail {
  display: inline-block;
  height: 100%;
  opacity: 0;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s linear 0s;
}
.dt-sc-vitem-detail h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
.dt-sc-vitem-detail h2:before {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 3px;
}
.nav-btn.active .dt-sc-video-item .dt-sc-vitem-detail,
 .dt-sc-video-item:hover .dt-sc-vitem-detail{
  background: rgb(47 4 122 / 53%);
}
.nav-btn.active .dt-sc-video-item .dt-sc-vitem-detail,
.dt-sc-video-item:hover .dt-sc-vitem-detail {
  opacity: 1;
}
.dt-sc-video-wrapper .video-overlay-inner h2 {
  background-color: rgba(27, 27, 27, 0.8);
  font-size: 24px;
  margin: 0;
  padding: 40px 45px 45px;
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.video-scrollbar
{
	height: 529px;
	overflow-y: scroll;
  outline: none;
  touch-action: none;
}
.nav-btn {
  border: none;
  background: none;
}
/*
 *  STYLE 3
 */

 .video-scrollbar::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: #F5F5F5;
 }

 .video-scrollbar::-webkit-scrollbar
 {
   width: 6px;
   background-color: #F5F5F5;
 }

 .video-scrollbar::-webkit-scrollbar-thumb
 {
   background-color: rgb(47, 4, 122);
 }
@media (max-width: 991.98px) {
  .success-story .section-top {
    flex-direction: column;
  }
  .dt-sc-video-wrapper{
    margin-bottom: 15px;
  }
  .dt-sc-video-wrapper .video-overlay-inner h2 {
    font-size: 17px;
    padding: 15px;
  }
  .dt-sc-video-wrapper img {
    height: auto;
}

}

/***

====================================================================
		FAQ's Sectiom
====================================================================

***/
/***

====================================================================
	News Section
====================================================================

***/

.blog-area{
  background: #fafafa;
  padding: 70px 0px;
}
/***

====================================================================
	Testimonials
====================================================================

***/
.testimonial-area{
  position: relative;
  padding: 50px 0px;
}
.testimonial-area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.profile-info{
  display: flex;
  align-items: center;
  gap: 15px;
}
.profile-info img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(222, 226, 230) !important;
    border-image: initial !important;
    padding: .5rem;
}
.profile-content h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #234c8d;
  margin-bottom: 5px;
}
.profile-content .designation {
  font-size: 13px;
  text-transform: capitalize;
  color: #1c1c1c;
}
.single-item-carousel{
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.owl-item.center .single-item-carousel{
  background: var(--theme-color2);
}
.owl-item.center .single-item-carousel .profile-content h4{
    color:#fff;
}

.owl-item.center .single-item-carousel p{
  color: #fff;
}
.owl-item.center .profile-content .designation{
  color: #fff;
}
.testimonial-area .owl-carousel .owl-nav {
  justify-content: center;
  margin-top: 25px;
}
.testimonial-area .default-navs .owl-next, .testimonial-area .default-navs .owl-prev{
  background: #e0dddd;
}
/***

====================================================================
		FAQ's Sectiom
====================================================================

***/
.faqs-section {
  position: relative;
  padding: 120px 0 70px;
}
.faqs-section .faq-column {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .faqs-section .content-column {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.faqs-section .content-column .image-box {
  position: relative;
  padding-right: 45px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .faqs-section .content-column .image-box {
    padding-right: 0;
  }
}
.faqs-section .content-column .image-box .image {
  margin-bottom: 0;
}
.faqs-section .content-column .image-box .image img {
  width: 100%;
}
.faqs-section .content-column .exp-box {
  position: relative;
  text-align: center;
}
.faqs-section .content-column .exp-box .count {
  display: block;
  font-size: 150px;
  line-height: 1em;
  font-weight: 600;
  color: var(--theme-color2);
  margin-top: -95px;
  margin-bottom: 5px;
  text-shadow: 3px 3px 0 var(--theme-color1), -1px -1px 0 var(--theme-color1), 1px -1px 0 var(--theme-color1), -1px 1px 0 var(--theme-color1), 1px 1px 0 var(--theme-color1);
}
.faqs-section .content-column .exp-box .title {
  font-size: 30px;
  font-weight: 300;
}

.faq-block {
  position: relative;
  margin-bottom: 42px;
}
.faq-block .item {
  position: relative;
  padding-right: 40px;
}
@media (max-width: 1199.98px) {
  .faq-block .item {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .faq-block .item {
    text-align: center;
  }
}
.faq-block .item:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-light);
}
.faq-block .title-box {
  position: relative;
  padding-left: 72px;
  margin-bottom: 10px;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575.98px) {
  .faq-block .title-box {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
}
.faq-block .title-box .title {
  margin-bottom: 0;
  line-height: 1.2em;
}
.faq-block .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  width: 52px;
  color: var(--theme-color2);
  background-color: var(--bg-theme-color1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .faq-block .icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto 15px;
  }
}
.faq-block .text {
  font-size: 16px;
  line-height: 30px;
  color: var(--theme-color4);
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block.active-block {
  border: 1px solid #e1e2e7;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--title-font);
  background-color: #f2f3f6;
  padding: 25px 40px;
  padding-right: 70px;
  letter-spacing: -0.04em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 766.98px) {
  .accordion-box .block .acc-btn {
    padding: 20px 15px;
    padding-right: 50px;
    font-size: 16px;
  }
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 75px;
  width: 75px;
  font-size: 16px;
  line-height: 75px;
  color: var(--theme-color2);
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  color: var(--theme-color1);
  background-color: transparent;
}
.accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color1);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 0px 40px 25px;
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-content .content {
    padding: 0 20px 25px;
  }
}
.accordion-box .block .acc-content .content .text {
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}



/***

====================================================================
  About Section details
================= ===================================================

***/
.about-section-details {
    position: relative;
    padding: 0px 0 50px;
    }
    .about-section--details:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 35%;
    background-image: url(../images/icons/gradient.jpg);
    content: "";
    }
    .about-section-details .content-column {
    position: relative;
    margin-bottom: 50px;
    }
    .about-section-details .content-column .inner-column {
    position: relative;
    padding-left: 70px;
    }
    @media (max-width: 1199.98px) {
    .about-section-details .content-column .inner-column {
      padding-left: 0;
    }
    }
    .about-section-details .content-column .sec-title {
    margin-bottom: 35px;
    }
    .about-section-details .content-column .info-box {
    position: relative;
    padding-left: 105px;
    margin-bottom: 30px;
    }
    @media (max-width: 575.98px) {
    .about-section-details .content-column .info-box {
      padding-left: 0;
      text-align: center;
    }
    }
    .about-section-details .content-column .info-box:hover .icon {
    color: var(--theme-color2);
    }
    .about-section-details .content-column .info-box .icon {
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--theme-color1);
    line-height: 1em;
    font-size: 62px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    }
    @media (max-width: 575.98px) {
    .about-section-details .content-column .info-box .icon {
      position: relative;
      display: inline-block;
      margin-bottom: 20px;
    }
    }
    .about-section-details .content-column .info-box .icon:after {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 52px;
    width: 52px;
    z-index: -1;
    background-color: #f2f3f6;
    content: "";
    }
    .about-section-details .content-column .info-box .title {
    margin-bottom: 5px;
    }
    .about-section-details .content-column .other-info {
    position: relative;
    padding-right: 230px;
    margin-top: 42px;
    }
    @media (max-width: 767.98px) {
    .about-section-details .content-column .other-info {
      padding-right: 0;
    }
    }
    .about-section-details .content-column .other-info .theme-btn {
    position: absolute;
    right: 0;
    top: 10px;
    }
    @media (max-width: 767.98px) {
    .about-section-details .content-column .other-info .theme-btn {
      position: relative;
      margin-top: 30px;
      top: 0;
    }
    }
    .about-section-details .content-column .author-info {
    position: relative;
    padding-left: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 88px;
    }
    .about-section-details .content-column .author-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    width: 88px;
    padding: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color2)), to(var(--theme-color1)));
    background: linear-gradient(to top, var(--theme-color2), var(--theme-color1));
    border-radius: 50%;
    }
    .about-section-details .content-column .author-info .thumb img {
    border-radius: 50%;
    border: 9px solid #fff;
    }
    .about-section-details .content-column .author-info .name {
    margin-bottom: 0;
    }
    .about-section-details .content-column .author-info .designation {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
    }
    .about-section-details .image-column {
    position: relative;
    margin-bottom: 50px;
    }
    @media (max-width: 991.98px) {
    .about-section-details .image-column {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
    }
    .about-section-details .image-column .image-box {
    position: relative;

    }
    @media (max-width: 767.98px) {
    .about-section-details .image-column .image-box {
      padding-bottom: 0;
    }
    }
    .about-section-details .image-column .image-box .icon-circle {
    position: absolute;
    left: 85px;
    bottom: 40px;
    }
    @media (max-width: 991.98px) {
    .about-section-details .image-column .image-box .icon-circle {
      display: none;
    }
    }
    .about-section-details .image-column .image-box .icon-dots {
    position: absolute;
    right: 20px;
    bottom: 70px;
    }
    .about-section-details .image-column .image-1 {
    margin: 0;
    }
    .about-section-details .image-column .image-2 {
    position: absolute;
    right: -23px;
    bottom: 0;
    border: 10px solid #fff;
    margin-bottom: 0;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    }
    @media (max-width: 1199.98px) {
    .about-section-details .image-column .image-2 {
      right: 0;
    }
    }
    @media (max-width: 767.98px) {
    .about-section-details .image-column .image-2 {
      display: none;
    }
    }
    .about-section-details .image-column .exp-box {
    position: absolute;
    left: -80px;
    top: 90px;
    padding: 40px 40px 60px;
    background-image: url(../img/shape2.png);
    height: 170px;
    width: 303px;
    }
    @media (max-width: 1199.98px) {
    .about-section-details .image-column .exp-box {
      left: 15px;
    }
    }
    @media (max-width: 767.98px) {
    .about-section-details .image-column .exp-box {
      display: none;
    }
    }
    .about-section-details .image-column .exp-box .inner {
    position: relative;
    padding-left: 85px;
    }
    .about-section-details .image-column .exp-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 62px;
    color: var(--theme-color2);
    }
    .about-section-details .image-column .exp-box .count {
    font-size: 48px;
    font-weight: 600;
    line-height: 1em;
    color: var(--theme-color2);
    }
    .about-section-details .image-column .exp-box .text {
    font-size: 15px;
    color: var(--theme-color2);
    line-height: 1em;
    font-weight: 600;
    }


        /***

        ====================================================================
          team Section
        ====================================================================

        ***/
        .team-section {
        position: relative;
        padding: 120px 0 90px;
        overflow: hidden;
        }

        .team-block-two {
        position: relative;
        margin-bottom: 30px;
        }
        .team-block-two .inner-box {
        position: relative;
        padding-bottom: 30px;
        }
        .team-block-two .inner-box:hover .image img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        }
        .team-block-two .inner-box:hover .social-links {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        opacity: 1;
        visibility: visible;
        }
        .team-block-two .inner-box:hover .info-box::after {
        height: 385px;
        }
        .team-block-two .inner-box:hover .info-box .designation,
        .team-block-two .inner-box:hover .info-box .name {
        color: var(--theme-color-light);
        }
        .team-block-two .info-box {
        position: relative;
        padding: 35px 20px 30px;
        text-align: center;
        }
        .team-block-two .info-box:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 385px;
        background-color: #f2f3f6;
        width: 100%;
        border-radius: 20px;
        content: "";
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        }
        .team-block-two .info-box:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        height: 0;
        content: "";
        border-radius: 20px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        background-color: var(--theme-color2);
        }
        .team-block-two .info-box .name {
        position: relative;
        margin-bottom: 7px;
        z-index: 2;
        }
        .team-block-two .info-box .designation {
        position: relative;
        display: block;
        font-size: 14px;
        text-transform: capitalize;
        z-index: 2;
        line-height: 1em;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        }
        .team-block-two .image-box {
        position: relative;
        padding: 0 20px;
        }
        .team-block-two .image-box .image {
        position: relative;
        overflow: hidden;
        margin-bottom: 0;
        border-radius: 40px;
        z-index: 1;
        }
        .team-block-two .image-box .image img {
        width: 100%;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        }
        .team-block-two .share-icon {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -30px;
        height: 60px;
        width: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 16px;
        color: var(--theme-color-light);
        background-color: var(--bg-theme-color1);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 3;
        border-radius: 50%;
        }
        .team-block-two .social-links {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 40px;
        padding: 15px 0;
        margin: 0 auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 54px;
        background: var(--theme-color2);
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
        z-index: 3;
        visibility: hidden;
        opacity: 0;
        border-radius: 10px;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        }
        .team-block-two .social-links a {
        position: relative;
        height: 35px;
        width: 50px;
        display: block;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
        color: var(--theme-color-light);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        }
        .team-block-two .social-links a:hover {
        color: var(--theme-color2);
        }



/* service  */
.services__details-area {
    padding-bottom: 50px;
  }
  .services__details-area .case-block-two .inner-box {
    text-align: center;
    }
    .services__details-area  .case-block-two .inner-box .lower-content {

        margin: 13px 0;
    }
    .services__details-area  .case-block-two .inner-box .lower-content:hover a{
        color: var(--theme-color1);
    }
  .services__sidebar {
    margin-inline-end: 20px;
    position: sticky;
    top: 115px;
  }
  .sidebar__widget-two {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 40px;
  }
  .list-wrap {
    margin: 0;
    padding: 0;
  }
  .sidebar__cat-list-two .list-wrap li {
    margin-bottom: 10px;
  }
  .sidebar__cat-list-two .list-wrap li a:hover {
    background: #191D88;
    border-color: #191D88;
    color: #fff;
  }
  .list-wrap li {
    list-style: none;
  }
  .sidebar__cat-list-two .list-wrap li a {
    align-items: center;
    background: #ecf6fa;
    border: 1px solid #e0eef3;
    border-radius: 4px;
    color: #3E4073;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    justify-content: space-between;
    padding: 16px 20px;
  }
  .sidebar__widget {
    border: 1px solid #dadbec;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 26px 30px 30px;
  }
  .sidebar__widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
    padding-bottom: 12px;
    position: relative;
  }
  .sidebar__widget-title:before {
    background: var(--theme-color2);
    border-radius: 4px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 30px;
  }
  .sidebar__brochure p {
    margin-bottom: 15px;
  }
  .sidebar__brochure a {
    align-items: center;
    background: #ecf6fa;
    border-radius: 5px;
    color:var(--theme-color2);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    margin-bottom: 10px;
    padding: 15px 20px;
  }
  .sidebar__brochure a:last-child {
    margin-bottom: 0;
  }

  .sidebar__post-item {
    align-items: center;
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
  }
  .sidebar__post-thumb {
    flex: 0 0 auto;
    width: 80px;
  }
  .sidebar__post-content .title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  .truncate-2-custom {
    -webkit-line-clamp: 2;
  }
  .sidebar__post-content .date {
    align-items: center;
    color: #83849e;
    display: flex
  ;
    font-size: 15px;
    gap: 5px;
  }
  content .date i {
    line-height: 0;
  }
  .sidebar__cat-list-two .list-wrap li a i {
    font-size: 24px;
    line-height: 0;
    transition: all .3s ease-out 0s;
  }
  .sidebar__cat-list-two .list-wrap li a:hover i {
    color: var(--theme-color1);
  }

  .sidebar__brochure a:hover {
    background:  var(--theme-color2);
    color: #fff;
  }

        .services-item .truncate-2-custom {
            height: 50px;
          }
          .services__details-thumb {
            margin-bottom: 35px;
          }

          .services__details-thumb img {
            border-radius: 10px;
            min-height: 250px;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
          }
          .services__details-content>.title {
            font-size: 40px;
            font-weight: 600;
            margin-bottom: 22px;
            text-transform: capitalize;
          }
          .services__details-content>p {
            margin-bottom: 20px;
          }

          .services__details-list {
            margin: 35px 0 10px;
          }

          .services__details-list {
            margin: 35px 0 10px;
          }

          .services__details-list-box {
            align-items: flex-start;
            border: 1px solid #e5e7e8;
            border-radius: 10px;
            -ms-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .05);
            -o-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .05);
            display: flex
          ;
            gap: 20px;
            margin-bottom: 30px;
            padding: 30px;
          }
          .services__details-list-box .icon {
            align-items: center;
            background: var(--theme-color2);
            border-radius: 8px;
            color: #fff;
            display: flex
          ;
            flex: 0 0 auto;
            font-size: 50px;
            height: 70px;
            justify-content: center;
            line-height: 0;
            width: 70px;
          }
          .services__details-list-box .icon  svg.icon {
            border: unset;
            height: 50px;
            position: unset;
            transition: all .4s ease-out 0s;
            width: 50px;
          }
          .services__details-list-box:hover svg.icon {
            transform: rotateY(180deg);
            transition: all .4s ease-out 0s
          }
          .services__details-list-box .content .title {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 10px;
            color: var(--theme-color2);
          }
          .services__details-list-box .content p {
            margin-bottom: 0;
          }
          .services__details-inner {
            margin: 35px 0 30px;
          }
          .services__details-inner-img {
            position: relative;
          }
          .services__details-inner-img img {
            border-radius: 10px;
            min-height: 230px;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
          }
          .services__details-inner-content .title {
            font-size: 24px;
            margin-bottom: 15px;
            text-transform: capitalize;
            color: var(--theme-color2);
          }
          .services__details-inner-content p {
            margin-bottom: 20px;
          }
          .ck-content ul {
            list-style-type: disc;
          }
          .list-wrap {
            margin: 0;
            padding: 0;
          }
          .about__list-box .list-wrap li {
            align-items: flex-start;
            color: var(--theme-color2);
            display: flex;
            font-size: 20px;
            font-weight: 500;
            gap: 12px;
            margin-bottom: 10px;
          }
          .about__list-box .list-wrap li i {
            align-items: center;
            background: var(--theme-color2);
            border-radius: 50%;
            color: #fff;
            display: flex
          ;
            flex: 0 0 auto;
            font-size: 15px;
            height: 30px;
            justify-content: center;
            line-height: 0;
            transform: translateY(3px);
            width: 30px;
          }


/* *** blog */

.blog-section{
	position:relative;
	overflow:hidden;
}

.blog-section .outer-box{
	position:relative;
}

.blog-section .outer-box:before{
	 content:'';
	 position:absolute;
	 left:50%;
	 margin-left:-0.5px;
	 top:0px;
	 display:block;
	 height:100%;
	 border-left:1px solid #e0e0e0;
}

.blog-section .month-block{
	position:relative;
}

.blog-section .month-block .month-title{
	position:absolute;
	left:50%;
	margin-left:-50px;
	padding:10px 15px;
	background:#ffffff;
	top:140px;
	width:100px;
	text-align:center;
	z-index:1;
	font-size:16px;
	color:#1c1c1c;
}

.blog-section .month-block .row{
	margin-left:-50px;
	margin-right:-50px;
}

.blog-section .month-block .default-blog-post:nth-child(2n+2){
	margin-top:60px;
}

.default-blog-post{
	position:relative;
	margin-bottom:70px;
	z-index:1;
}

.blog-section .month-block .row .default-blog-post{
	padding:0px 50px;
}

.default-blog-post .inner-box{
	position:relative;
}

.default-blog-post .post-info{
	position:relative;
	display:block;
	padding:16px 0px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:20px;
}

.default-blog-post .post-info:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:-1px;
	width:30px;
	border-bottom:1px solid #f7542b;
}

.default-blog-post .post-info h3{
	position:relative;
	float:left;
	font-size:16px;
	color:#1c1c1c;
	font-weight:500;
	line-height:24px;
}

.default-blog-post .inner-box h3 a{
	color:#1c1c1c;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.default-blog-post .inner-box h3 a:hover{
	color:#f7542b;
}

.default-blog-post .post-meta{
	position:relative;
	float:right;
}

.default-blog-post .post-meta li{
	position:relative;
	display:inline-block;
	color:#1c1c1c;
	padding-left:20px;
}

.default-blog-post .post-meta li a{
	color:#1c1c1c;
	display:block;
	line-height:24px;
}

.default-blog-post .post-meta li a:hover{
	color:#f7542b;
}

.default-blog-post .post-meta li .icon{
	font-size:14px;
	color:#f7542b;
	line-height:24px;
	padding-right:5px;
}

.default-blog-post .image-box{
	position:relative;
	display:block;
	overflow:hidden;
}

.default-blog-post .image-box img{
	display:block;
	width:100%;
	height:auto;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-blog-post .inner-box:hover .image-box img{
	opacity:0.80;
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

.default-blog-post .image-box .date{
	position:absolute;
	left:10px;
	top:10px;
	width:85px;
	font-size:12px;
	background:#ffffff;
	color:#1c1c1c;
	padding:20px 10px 24px;
	line-height:24px;
	text-align:center;
	z-index:1;
}

.default-blog-post .image-box .date .day{
	display:block;
	font-size:26px;
	font-weight:500;
	color:#f7542b;
	margin-bottom:3px;
}

.default-blog-post .image-box .date:after{
	content:'';
	position:absolute;
	bottom:20px;
	left:50%;
	width:30px;
	margin-left:-15px;
	border-bottom:1px solid #f7542b;
}

.default-blog-post .inner-box .post-content{
	position:relative;
}

.default-blog-post .inner-box .post-content p{
	margin-bottom:20px;
	line-height:2em;
}

.default-blog-post .inner-box .text{
	position:relative;
	margin-bottom:25px;
	color:#5a5a5a;
	line-height:2em;
}
.default-blog-post  .social-links a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 2px solid #555555;
    line-height: 32px;
    font-size: 14px;
    color: #555555;
    text-align: center;
    margin-right: 2px;
    transition: all 300ms ease;
}
.default-blog-post  .social-links a:hover {
    color: #ffffff;
    background: #f7542b;
    border-color: #f7542b;
}
.default-blog-post .share-option {
    position: relative;
    padding: 8px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.default-blog-post .share-option strong {
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    color: #1c1c1c;
    text-transform: capitalize;
}


