.feature {
    height: 325px;
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease;
}

.feature.expanded {
    height: auto;
}
.toggle-link {
    color: #d00;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}/* Base modal */
.modal {
  display: none; /* default hidden */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}

/* Add fade-in + slide-down animation */
.modal.show {
  display: flex;
  justify-content: center;
  align-items: start;
  animation: fadeIn 0.4s ease forwards;
}

/* Slide + fade animation for content */
.modal-content {
  background: #fff;
  margin: 50px auto;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  border-radius: 8px;
  position: relative;
  opacity: 0;
  transform: translateY(-30px);
  animation: slideDown 0.4s ease forwards;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.modal-content input,
.modal-content textarea,
.modal-content button {
  width: 100%;
  margin: 8px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.modal-content button {
  background-color: #dc3545;
  color: white;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.modal-content button:hover {
  background-color: #c82333;
}

.closed-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

#error, #mobileErrorr {
    display: block;
    padding: 0px 10px;
    background-color: #cd0e0e;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    visibility: hidden; 
}


.text,
footer,
section,
.section,
.mian-wrapper,
.main-contant,
header {
    float: left;
    width: 100%;
    position: relative;
}

footer,
.section,
section {
    padding: 20px 0 40px;
}

.parallax-section {
    background-attachment: fixed !important;
}

/*
      ==============================================================
           HEADER DEFAULT CSS START #HEADER
      ==============================================================
*/
.top-bar {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.top-nav {
    float: left;
    width: 100%;
}

.top-bar .pull-left .top-nav {
    padding: 3px 0 0 0;
}

.top-nav li {
    float: left;
    width: auto;
    margin: 0 10px;
    position: relative;
    display: inline-block;
}

.top-nav li:first-child {
    margin-left: 0;
}

.top-nav li:last-child {
    margin-right: 0;
}

.top-nav li,
.top-nav li a {
    color: #5c747b;
    font-size: 12px;
    line-height: 12px;
}

.top-nav li i {
    margin-right: 10px;
}

/*Social List*/
.top-nav .social-list li {
    margin: 0 10px;
}

.top-nav .social-list li:first-child {
    margin-left: 0;
}

.top-nav .social-list li:last-child {
    margin-right: 0;
}

.top-nav .social-list li a {
    font-size: 12px;
}

.top-nav .social-list li i {
    margin: 0px;
}

.top-bar.th-bg * {
    color: #fff;
}

/**/
.nav-right,
.logo {
    margin: 0;
    float: left;
    width: auto;
    line-height: 0;
    padding: 15px 0;
}

.nav-right a,
.nav-right {
    width: auto;
    float: right;
    padding: 0 0;
    margin-left: 35px;
    position: relative;
}

.nav-right::before {
    top: 50%;
    width: 1px;
    left: 0px;
    content: "";
    height: 44px;
    position: absolute;
    background: #d0d0d0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

a.join-meeting {
    float: left;
    border-color: transparent;
    background-color: transparent;
}

/*
      ============================================================
          Navigation Css Start
      ============================================================
*/
.navigation-wrapper {
    float: right;
    width: auto;
}

.navigation-wrapper .navigation {
    float: left;
    width: auto;
    margin-right: 35px;
    text-align: center;
}

.navigation-wrapper .navigation:last-child {
    margin-right: 0;
}

.navigation ul {
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
    list-style: none;
}

.navigation ul li {
    float: left;
    width: auto;
    margin-right: 30px;
    position: relative;
}

.navigation ul li:last-child {
    margin: 0;
}

.navigation ul li a {
    float: left;
    width: 100%;
    padding: 25px 0;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
}

.navigation ul li ul,
.navigation .sub-menu,
.navigation .children {
    left: 0;
    top: 100%;
    margin: 0;
    opacity: 0;
    z-index: 1000;
    padding: 0;
    min-width: 220px;
    border-width: 2px 0 0 0;
    border-style: solid;
    position: absolute;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    background-color:
        /* rgba(255, 255, 255, 0.95) */
        #fff;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.navigation ul li ul,
.navigation ul li .sub-menu,
.navigation ul li .children {
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.navigation ul li:hover>ul,
.navigation ul li:hover>.sub-menu,
.navigation ul li:hover>.children {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.navigation ul li ul ul,
.navigation ul li .sub-menu .sub-menu,
.navigation ul li .children .children {
    top: 0;
    left: 100%;
}

.navigation ul li.last ul,
.navigation ul li.last .sub-menu,
.navigation ul li.last .children {
    right: 0;
    left: auto;
}

.navigation ul li.last ul ul,
.navigation ul li.last .sub-menu .sub-menu,
.navigation ul li.last .children .children {
    left: auto;
    right: 100%;
}

.navigation ul li ul li,
.navigation ul li .sub-menu li,
.navigation ul li .children li {
    margin: 0;
    float: left;
    width: 100%;
}

.dl-menuwrapper li a,
.navigation ul li ul a,
.navigation ul li .sub-menu a,
.navigation ul li .children a {
    display: block;
    font-size: 14px;
    text-align: left;
    line-height: 14px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    /* padding: 15px 18px !important; */
    transition: background-color 0.3s ease, color 0.6s ease;
    -o-transition: background-color 0.3s ease, color 0.6s ease;
    -ms-transition: background-color 0.3s ease, color 0.6s ease;
    -moz-transition: background-color 0.3s ease, color 0.6s ease;
    -webkit-transition: background-color 0.3s ease, color 0.6s ease;
}

.dl-menuwrapper li:last-child a,
.navigation ul ul li:last-child a {
    border: none;
}

.navigation ul li ul a,
.navigation ul li .sub-menu a,
.navigation ul li .children a {
    padding: 15px 18px !important;
}

.navigation li.active>a,
.navigation ul li ul li:hover>a,
.navigation ul li .sub-menu li:hover>a,
.navigation ul li .children li:hover>a {
    color: #fff !important;
}

.search-icon {
    float: right;
    width: auto;
}

.search-icon a {
    float: left;
    font-size: 14px;
    transform: translateY(2px);
}

.search-icon a i {
    font-weight: 500;
}

.responsive-button {
    display: none;
}

.dl-menuwrapper {
    display: none;
}

.dl-menuwrapper {
    margin: 29px 0;
}

.header-2 .dl-menuwrapper {
    margin: 24px 0;
}

.dl-menu {
    left: auto;
    right: 0;
}

.dl-menu li {
    background: #fff;
}

.dl-menu li {
    color: #333;
}

.onepage-nav-toggle {
    width: auto;
    float: right;
    background: transparent;
    margin: 38px 0 38px 30px;
}

/*
      ==============================================================
           HEADER 1 CSS START #HEADER 1
      ==============================================================
*/
header {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.header-1 {
    float: left;
    width: 100%;
    background-color: #fff;
}

.header-1 .top-bar {
    padding-left: 50px;
    padding-right: 50px;
}

.header-1 .navigation {
    margin-right: 0;
}

.header-1 .navigation ul li {
    margin: 0;
}

.header-1 .navigation ul li a {
    float: left;
    width: 100%;
    padding: 32.5px 15px;
}

.header-1 .navigation ul li:hover>a {
    color: #fff;
}

.header-1 .nav-right {
    padding: 23.5px 0;
}

.header-1 .nav-right a.btn-2 {
    padding: 13px 30px;
}

.header-1 .nav-right a.btn-2,
.header-1 .navigation ul li a {
    font-weight: 500;
}

/*
      ==============================================================
           STICKY HEADER CSS START #STICKY HEADER
      ==============================================================
*/
.sticky-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    position: fixed;
    transition: background .3s ease, margin .4s ease;
    -o-transition: background .3s ease, margin .4s ease;
    -ms-transition: background .3s ease, margin .4s ease;
    -moz-transition: background .3s ease, margin .4s ease;
    -webkit-transition: background .3s ease, margin .4s ease;
}

.sticky-header.affix {
    position: fixed;
    margin: -40px 0 0 0;
    background-color: #fff;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
    transition: background .3s ease, box-shadow .3s ease, , margin .4s ease;
    -o-transition: background .3s ease, box-shadow .3s ease, , margin .4s ease;
    -ms-transition: background .3s ease, box-shadow .3s ease, , margin .4s ease;
    -moz-transition: background .3s ease, box-shadow .3s ease, , margin .4s ease;
    -webkit-transition: background .3s ease, box-shadow .3s ease, , margin .4s ease;
}

.sticky-header.affix-top {
    background: transparent;
    box-shadow: none;
}

.sticky-header.affix .navigation ul li a {
    color: #333;
}

.sticky-header.affix .navigation-outer {
    transition: padding .4s ease;
    -o-transition: padding .4s ease;
    -ms-transition: padding .4s ease;
    -moz-transition: padding .4s ease;
    -webkit-transition: padding .4s ease;
}

/*
      ==============================================================
           HEADER 2 CSS START #HEADER 2
      ==============================================================
*/
.header-2 {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
}

.header-2 .top-bar {
    background: var(--gray-bg);
}

.header-2 .logo {
    padding: 21px 0;
}

.header-2 .navigation {
    float: left;
}

.header-2 .navigation ul li {
    margin: 0;
}

.header-2 .search-icon i {
    float: left;
    font-size: 30px;
    line-height: 21px;
}

.header-2 .search-icon,
.header-2 .navigation ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 38px 20px;
    font-family: 'Work Sans', sans-serif;
}

.header-2 .navigation ul ul li a {
    font-weight: normal;
}

.header-2 .navigation ul li:hover>a {
    color: #fff;
}

.header-2 .search-icon {
    float: right;
    width: auto;
}

.header-2 .search-icon a {
    float: left;
    font-size: 14px;
    transform: translateY(2px);
}

.header-2 .search-icon a i {
    font-weight: 500;
}

/*
      ==============================================================
           HEADER 2 CSS START #HEADER 2
      ==============================================================
*/
.header-3 {
    float: left;
    width: 100%;
    position: relative;
    background: transparent;
}

.header-3 .logo {
    padding: 20px 0;
}

.header-3 .navigation {
    float: left;
}

.header-3 .navigation ul li {
    margin: 0;
}

.header-3 .search-icon i {
    float: left;
    font-size: 30px;
    line-height: 21px;
}

.header-3 .search-icon,
.header-3 .navigation ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 37px 15px 38px;
}

.header-3 .navigation ul ul li a {
    font-weight: normal;
}

.header-3 .navigation ul li:hover>a {
    color: #fff;
}

.header-3 .search-icon {
    float: right;
    width: auto;
}

.header-3 .search-icon a {
    float: left;
    font-size: 14px;
    transform: translateY(2px);
}

.header-3 .search-icon a i {
    font-weight: 500;
}


#opg-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
}

/*
      ============================================================
           Main Banner Css Start #Main Banner
      ============================================================
*/
.slick-initialized {
    display: block !important;
}

.main-banner {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.banner-caption-wrapper {
    left: 0;
    top: 50%;
    right: 0;
    width: 100%;
    z-index: 1;
    margin: 0px auto 0;
    position: absolute;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner-caption {
    float: left;
    width: 100%;
    position: relative;
}

.banner-caption .title:first-child {
    font-size: 64px;
    margin: 0 0 17px;
}

.banner-caption .title {
    font-size: 46px;
    margin: 0 0 21px;
}

.banner-description {
    float: left;
    width: 100%;
    margin: 0 0 23px;
}

.banner-caption .title,
.banner-description {
    color: #fff;
}

.banner-caption .btn {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: normal;
    background: var(--main-bg-color);
}

.main-banner .dotstyle-puff {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.main-banner .slick-slider.slick-dotted {
    margin-bottom: 0;
}

/*
      ============================================================
           Parallax Banner Css Start #Parallax Banner
      ============================================================
*/
.parallax-slider {
    display: none;
    opacity: 1;
}

.parallax-slider .parallax-slide {
    z-index: 1;
    padding: 200px 0;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}

.parallax-slider .parallax-slide::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.4;
    position: absolute;
    background-color: #000;
}

.parallax-slider .banner-caption .title {
    font-size: 36px;
    margin-bottom: 15px;
}

.parallax-slider .banner-caption .title:first-child {
    font-size: 50px;
    margin-bottom: 13px;
}

/*
      ============================================================
           Image Banner Css Start #Parallax Banner
      ============================================================
*/
.slider {
    display: none;
    float: left;
    width: 100%;
    position: relative;
}

.slider .slick-slide::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.5;
    position: absolute;
    background-color: #000;
}

.slider .slick-slide {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slider .slick-slide img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slider .slick-slide.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slider .banner-caption-wrapper .banner-caption {
    max-width: 750px;
    padding-bottom: 8px;
}

.slider .banner-caption-wrapper.text-center .banner-caption {
    float: none;
    margin: 0 auto;
    display: block;
}

.slider .banner-caption-wrapper.text-right .banner-caption {
    float: right;
}

.slider .banner-caption-wrapper.text-left .banner-caption {
    float: left;
}

/* .slider  .banner-caption .title:first-child{
                font-size: 56px;
                margin: 0 0 17px;
            } */
.slider .banner-caption .title span {
    color: var(--main-text-color)
}

.slider .banner-caption .title {
    font-size: 46px;
    margin: 0 0 22px;
}

.slider .banner-description {
    margin: 0 0 27px;
}

/*
      ============================================================
           Sub Banner Css Start #Sub Banner
      ============================================================
*/

.sub-banner {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 93px 0px 84px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('extra-images/sub-banner.jpg');
}

.sub-banner .container {
    position: relative;
}

.sub-banner::before {
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.sub-banner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin: 0px 0px 16px 0px;
    text-transform: uppercase;
}

.sub-banner ul {
    margin: 0px;
    list-style: none;
    display: inline-block;
}

.sub-banner ul li {
    float: left;
}

.sub-banner ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0 10px;
    text-transform: capitalize;
}

.shop-subbanner {
    background-image: none;
    background-color: #002644;
    padding: 50px 0px;
}

.shop-subbanner:before {
    display: none;
}

/*
      ============================================================
           We Are Section Start  #Feature Section
      ============================================================
*/
.we-are-thumb {
    float: left;
    width: 100%;
    padding: 0 30px;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.we-are-thumb .svg-icon {
    float: none;
    width: 50px;
    clear: both;
    height: 50px;
    display: block;
    font-size: 50px;
    overflow: hidden;
    margin: 0 auto 26px;
    color: var(--main-text-color)
}

.svg-icon svg,
.svg-icon span {
    fill: #333;
    color: #333;
    float: left;
    width: 100%;
    font-size: 50px;
    stroke-width: 2px;
    line-height: 50px;
}

.svg-icon span {
    font-size: 45px;
}

.we-are-thumb .title {
    margin: 0 0 22px;
}

.we-are-thumb:hover .title a {
    color: var(--main-text-color)
}

.we-are-thumb p {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.we-are-thumb p:last-child {
    margin: 0 0px;
}

/*We Are Thumb Style 2*/
.we-are-thumb-2 .svg-icon {
    padding: 16px;
    width: 80px;
    height: 80px;
    font-size: 45px;
    border-radius: 100%;
    border: 1px solid var(--main-bdr-color);
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.we-are-thumb-2:hover .svg-icon {
    color: #fff;
    box-shadow: 0 80px 0px var(--main-bg-color) inset;
}

.we-are-thumb-2 {
    padding: 60px 40px;
    background: #fff;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.slick-current .we-are-thumb-2,
.we-are-thumb-2:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.02);
    border-radius: 20px;
}

/**/
.we-are-thumb-3 {
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border: solid 1px #eaeaea;
    padding: 66px 30px 22px 30px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.slick-current .we-are-thumb-3,
.we-are-thumb-3:hover {
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15)
}

.we-are-thumb-3 .svg-icon {
    left: 0px;
    top: -40px;
    right: 0px;
    float: left;
    width: 80px;
    height: 80px;
    margin: auto;
    padding: 15px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    border: solid 1px #eaeaea;
}

.we-are-thumb-3 .overflow-text {
    text-align: center;
}

.we-are-thumb-3 .title {
    margin-bottom: 22px;
}

.we-are-thumb-3 p {
    margin-bottom: 16px;
}

.services-list-1 {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 23px;
}

.services-list-1 .svg-icon {
    float: left;
    width: 50px;
    height: 50px;
    font-size: 50px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.services-list-1 .text {
    float: none;
    width: auto;
    overflow: hidden;
}

.services-list-1 .title {
    margin: 0 0 9px;
}

.services-list-1 p {
    float: left;
    width: 100%;
    margin-bottom: 24px;
}

.services-list-1 p:last-child {
    margin: 0 0px;
}

/*
      ============================================================
           Intro Section Start  #Intro Section
      ============================================================
*/
.intro-slider {
    display: none;
}

.intro-caption {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    padding: 28px 0 0px;
}

.intro-caption .text {}

.intro-caption .section-heading-2+.text p:first-child {
    margin-top: -5px;
}

.intro-caption .text p {
    margin-bottom: 32px;
}

.intro-caption .text p:last-child {
    margin-bottom: 0;
}

.intro-thumb {
    float: left;
    width: 100%;
    border-width: 10px;
    border-style: solid;
    margin-bottom: 30px;
    border-color: var(--gray-border);
    box-shadow: 0px 30px 25px -20px rgba(0, 0, 0, 0.2);
}

/*
      ============================================================
           News Section Start  #News Section
      ============================================================
*/
.news-thumb {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.news-thumb:hover {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.09);
    border-radius: 0px 0px 20px 20px;
}

.news-thumb figure {
    background-color: #000;

}

.news-thumb:hover figure img {
    opacity: 0.7;
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.news-thumb figure .date-tag {
    left: 0;
    bottom: 15px;
    position: absolute;
}

.news-thumb:hover figure .date-tag {
    bottom: 25px;
}

.news-thumb .blog-meta {
    float: left;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 7px;
    border-bottom: 1px solid;
}

.news-thumb .blog-meta,
.news-thumb .text {
    padding-left: 30px;
    padding-right: 26px;
}

.news-thumb .text {
    padding-top: 27px;
    padding-bottom: 30px;
}

.news-thumb .text .title {
    font-size: 18px;
    margin-bottom: 21px;
}

.news-thumb .text p {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.share-post {
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    background-color: var(--gray-bg);
}

.share-post .tags {
    margin: 0;
    width: auto;
    float: left;
    padding: 3px 0 0;
}

.social-network li span,
.share-post .tags span {
    float: left;
    margin-right: 10px;
    padding: 4px 0;
}

.share-post .tags a {
    margin: 0px 2px;
    background-color: #fff;
    border: none;
}

.social-network {
    float: left;
}

.share-post .social-network {
    float: right;
}

.social-network li {
    float: left;
    line-height: 36px;
    margin: 0px 2px;
}

.social-network li span {
    line-height: 28px;
}

.social-network li a {
    height: 36px;
    width: 36px;
    border-radius: 100%;
    display: block;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.social-network li a.fb-btn {
    background-color: #306199;
}

.social-network li a.twitter-btn {
    background-color: #26c4f1;
}

.social-network li a.google-btn {
    background-color: #cc3d27;
}

.social-network li a.all-networks {
    background-color: #ff6550;
}

/*
      ============================================================
           News List Start  #News List Page
      ============================================================
*/
.news-list-thumb figure {
    max-width: 350px;
}

.news-list-thumb .text {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 19px 30px 0;
}

.news-list-thumb .blog-meta {
    padding: 0 0 14px;
    margin-bottom: 16px;
}

.news-list-thumb .text .title {
    margin-bottom: 9px;
}

.news-list-thumb .text p {
    margin-bottom: 14px;
}

/*
      ============================================================
           News List Section  #News List Section
      ============================================================
*/
.gallery-list {
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 40px;
}

.gallery-list .project-thumb-2 {
    margin: 0px;

}

.no-padding.gallery-list [class*="col-"] {
    padding: 0;
}

.gallery-thumb img {
    width: 100%
}

/*
      ============================================================
           Mid Bar  #Mid Bar
      ============================================================
*/
.md-bar {
    position: relative;
    background-size: cover;
    padding: 147px 0px 150px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url('extra-images/box-pattren.jpg');
}

.md-bar::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.6;
    position: absolute;
    background-color: #000;
}

.md-bar h4,
.md-bar h6 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 36px;
    margin-bottom: 28px;
    text-transform: capitalize;
}

.md-bar h4 {
    font-size: 60px;
    margin-bottom: 28px;
}

.md-bar .btn {
    color: #fff;
    border-color: #fff;
}

.md-bar .play-icon .circle,
.md-bar .play-icon .triangle,
.md-bar .play-icon {
    stroke: #fff;
    border-color: #fff;
}

/*
      ============================================================
           Video Bar  #Video Bar
      ============================================================
*/
.video-bar {
    padding: 0;
    background-image: none;
    background-color: transparent;
}

.video-bar::before {
    display: none;
}

.video-bar .video-thumb {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

/*
      ============================================================
           Team Section  #Team Section
      ============================================================
*/
.team-thumb-1 {
    float: left;
    width: 100%;
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.team-thumb-1:hover {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}

.team-thumb-1 figure {
    max-width: 260px;
}

.team-thumb-1:hover figure img {
    opacity: 0.7;
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
}

.team-thumb-1 .text {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 25.5px 0px 0 30px;
}

.team-thumb-1 .title {
    font-size: 26px;
    margin-bottom: 9px;
}

.team-thumb-1 .designation {
    float: left;
    width: 100%;
    margin-bottom: 17px;
}

.team-thumb-1 p {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

/*
      ============================================================
           Team 2 Section  #Team 2 Section
      ============================================================
*/
.team-thumb-2 {
    float: left;
    width: 100%;
    padding: 10px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.team-thumb-2:hover {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.09);
}

.team-thumb-2:hover .text * {
    color: #fff;
}

.team-thumb-2:hover figure img {
    opacity: 0.7;
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
}

.team-thumb-2 .social-box {
    bottom: 20px;
    right: 20px;
    position: absolute;
}

.team-thumb-2 .text {
    padding: 16px 0px 0px 0px;
}

.team-thumb-2 .title {
    font-size: 24px;
    margin-bottom: 4px;
}

.team-thumb-2 .designation {
    float: left;
    width: 100%;
    font-size: 12px;
    margin-bottom: 1px;
}

.team-thumb-2 p {
    float: left;
    width: 100%;
    margin-bottom: 23px;
}

/*
      ============================================================
           Testimonial Section  #Testimonial Section
      ============================================================
*/
.testimonial-section {
    z-index: 1;
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('extra-images/testimonial-bg.jpg');
}

.testimonial-section::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    opacity: 0.7;
    background: #000;
    position: absolute;
}

.testimonial-section .container {
    max-width: 750px;
}

.testimonial {
    display: none;
}

.testimonial .slick-slide {
    /* transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
            -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); */
}

.testimonial .slick-slide .testimonial-thumb {
    width: 100%;
    /* transform: scale(.8);
                -webkit-transform: scale(.8);
                transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
                -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); */
}

.testimonial .slick-slide.slick-active .testimonial-thumb {
    /*  transform: scale(1);
                -webkit-transform: scale(1); */
}

.testimonial-thumb {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
}

.testimonial-thumb::after,
.testimonial-thumb::before {
    font-size: 26px;
    position: absolute;
}

.testimonial-thumb figure {
    float: none;
    width: 90px;
    height: 90px;
    display: block;
    overflow: hidden;
    margin: 0 auto 16px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.testimonial-thumb figure img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.testimonial-thumb .title {
    margin-bottom: 11px;
}

.testimonial-thumb .designation {
    margin-bottom: 17px;
}

.testimonial-thumb p {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.testimonial-thumb * {
    color: #fff;
}

/*
      ============================================================
           Testimonial 2  #Testimonial 2
      ============================================================
*/
.testimonial-style-2 {
    float: left;
    width: 100%;
    padding-left: 45px;
    position: relative;
}

.testimonial-style-2 figure {
    float: left;
    width: 90px;
    height: 90px;
    padding: 10px;
    overflow: hidden;
    margin-left: -45px;
    position: relative;
    border-radius: 100%;
    margin-bottom: -45px;
}

.testimonial-thumb figure img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.testimonial-style-2 figure,
.testimonial-style-2 .text {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(255, 255, 255, 0.5);
}



.testimonial-caption {
    float: left;
    width: 100%;
    overflow: visible;
    position: relative;
    margin: 0px 0 30px;
    text-align: center;
    background-color: #fff;
    padding: 27px 30px 24px;
}

.testimonial-caption .title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 11px;
}

.testimonial-caption p:last-child {
    margin-bottom: 0;
}

.testimonial-figure {
    width: 100%;
    float: none;
    display: none;
    margin: 0 auto;
    /* max-width: 75%; */
    text-align: center;
}

.testimonial-figure .slick-list {
    padding: 0 !important;
}

.testimonial-figure .slick-slide {
    float: none;
    height: 90px;
    max-width: 90px;
    overflow: hidden;
    margin: 0 15px 24px;
    border-radius: 100%;
    display: inline-block;
}

.testimonial-figure .slick-slide figure {
    cursor: pointer;
    background: #000;
}

.testimonial-figure figure img {
    opacity: 0.5;
}

.testimonial-figure .slick-current figure img {
    opacity: 1;
}

/*
      ============================================================
          Blog Section  #Blog Section
      ============================================================
*/
.blog-thumb {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    border: solid 1px #e1e7e8;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

/*.blog-thumb::after,*/
.blog-thumb::after {
    top: auto;
    left: auto;
    right: -3px;
    width: 35px;
    content: "";
    bottom: -3px;
    height: 35px;
    position: absolute;
    border-style: solid;
    border-color: var(--main-bdr-color)
}

.blog-thumb::after {
    border-width: 0 3px 3px 0px;
}

.blog-thumb:hover {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.09);
}

.blog-thumb:hover figure img {
    opacity: 0.7;
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
}

.blog-thumb figure.video-post iframe {
    height: 400px
}

.blog-thumb figure {
    background: var(--main-bg-color);
}

.blog-thumb figure .date-tag {
    left: 0;
    bottom: 15px;
    position: absolute;
}

.blog-thumb:hover figure .date-tag {
    bottom: 25px;
}

.blog-thumb .blog-meta {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.blog-thumb .text {
    padding: 27px 30px 30px;
}

.blog-thumb .text .title {
    margin-bottom: 13px;
}

.blog-thumb:hover .title a {
    color: var(--main-text-color)
}

.blog-thumb .text p {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.blog-list-thumb .text.pull-left:first-child {
    max-width: 100%;
    max-width: -webkit-calc(100% - 353px);
    max-width: -moz-calc(100% - 353px);
    max-width: calc(100% - 353px);
}

.blog-list-thumb figure,
.services-list figure {
    max-width: 348px;
}

.blog-list-thumb .text,
.services-list .text {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 27px 30px 30px;
}

.services-list .text {
    padding: 30px;
    background-color: transparent;
}

.blog-list-thumb .text .title {
    margin-bottom: 13px;
}

.blog-list-thumb .text .blog-meta {
    padding: 0;
    border: none;
    margin-bottom: 13px;
}

.blog-list-thumb .text p {
    margin-bottom: 17px;
}

/*
      ============================================================
          Blog Detail Page  #Blog Detail Page
      ============================================================
*/
.blog-detail-section>p:last-child {
    margin-bottom: -6px;
    /*ADJESTMENT*/
}

.blog-detail-section .page-title+p {
    margin-top: -12px;
}

.blog-detail-section p+.page-title {
    margin-top: -6px;
}

.blog-detail-section .img-thumb {
    margin: 0px 0px 26px 0px;

}

.blog-detail-section .title,
.blog-detail-section h2 {
    font-size: 26px;
    margin: 0px 0px 19px 0px;
}

.blog-detail-section .blog-meta {
    margin: 0px 0px 18px 0px;
}

.list-style-1 {
    margin-bottom: 30px;
}

.list-style-1 li {
    list-style: circle;
    list-style-position: inside;
}

.blog-detail-section .list-style-1 {
    margin-bottom: 20px;
    margin-top: 2px;
}

/*RECENT COMMENTS*/
.rec-comments {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.rec-comments .page-title {
    margin-bottom: 24px;
}

.comment-holder {
    float: left;
    width: 100%;
}

.comments ul {
    padding: 0px 0px 0px 90px;
}

.comments li {
    float: left;
    width: 100%;
    margin: 15px 0px 0;
}

.rec-comments .children>li:first-child,
.rec-comments .comments>li:first-child {
    margin-top: 0;
}

.comments li .comment-holder:after {
    content: "";
    display: table;
}

.comments li figure {
    float: left;
    width: 70px;
    margin: 0px 20px 0px 0px;
}

.comments li .text {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 26px 30px 22px;
    background-color: var(--gray-bg);
}

.comments li .comment-header {
    margin: 0 0 17px;
}

.comments li .comment-header * {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}

.comments li .comment-header a {
    color: #838d97;
    font-size: 14px;
}

.comments li .comment-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    /* color: #838d97; */
}

.comment-holder p:last-child {
    margin-bottom: 0 !important;
}

.leave-reply {
    float: left;
    width: 100%;
}

.leave-reply .page-title {
    margin-bottom: 24px;
}

.reply-form {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.reply-form .form-control {
    border-radius: 0px;
    margin-bottom: 30px;
}

.reply-form textarea.form-control {
    height: 200px;
}

.reply-form input[type="submit"] {}

/*Author Detail Css Start*/
.iq-author-detail {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 28px 30px 30px;
    background-color: #edf1f2;
}

.iq-author-detail figure {
    float: none;
    width: 100px;
    height: 100px;
    margin-bottom: 6px;
    border-radius: 100%;
    display: inline-block;
}

.iq-author-detail .detail-content {
    float: left;
    width: 100%;
}

.iq-author-detail .title {
    font-size: 20px;
    margin-bottom: 16px;
}

.iq-author-detail .post-by {
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.iq-author-detail .post-acts {
    float: left;
    width: 100%;
    font-size: 0;
    margin: 7px 0px 8px;
}

.iq-author-detail .post-acts li {
    display: inline-block;
    margin: 0px 5px;
    font-size: 14px;
}

.iq-author-detail .post-acts li i {
    margin-right: 5px;
}

.iq-author-detail .post-acts li a {
    display: block;
    font-size: 14px;
    color: #838d97;
}

.iq-author-detail .social-network {
    width: 100%;
}

.iq-author-detail .social-network li {
    display: inline-block;
    float: none;
}

/*
      ============================================================
          Price Table Section  #Price Table Section
      ============================================================
*/
.price-table {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding: 37px 0 40px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.price-table:hover {
    border-radius: 20px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2)
}

.price-table .title {
    font-size: 26px;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.price-table:hover .price-div {
    background-color: #fff;

}

.price-div {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 34px;
    padding: 9px 20px 22px;
}

.price-div::before,
.price-div::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    content: "";
    position: absolute;
    border-style: solid;
    background: transparent;
    border-width: 15px 0 15px 20px;
    border-left-color: #dae3e5 !important;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.price-div::before {
    left: 0;
    right: auto;
    border-width: 15px 20px 15px 0px;
    border-right-color: #dae3e5 !important;
    border-top-color: #fff;
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.price-table:hover .price-div::before,
.price-table:hover .price-div::after {
    border-right-color: #ecf3f4 !important;
}

.price-div h5 {
    float: left;
    width: 100%;
    font-size: 60px;
    font-weight: 400;
    margin: 0 0 6px;
    line-height: normal;
}

.price-div sub {
    font-size: 26px;
    bottom: 2px;
}

.price-div h6 {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 0 0 5px;
}

.price-table ul {
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0 0 15px;
}

.price-table ul li {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0 0 17px;
    text-transform: capitalize;
}

.price-table:hover .title,
.price-table:hover ul li {
    color: #fff;
}

.price-table:hover .btn {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

/*
      ============================================================
          Contact Section  #Contact Section
      ============================================================
*/
.contact-section {
    float: left;
    width: 100%;
    /* padding: 0; */
    text-align: center;
    position: relative;
}

/* footer + .contact-section .contact-form-outer{
    bottom: -70px;
} */
.map-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url('./images/map-bg.png'); */
}

.contact-section .contact-form-outer {
    z-index: 1;
    max-width: 750px;
    background: #fff;
    position: relative;
    margin: 0 auto 24px;
    display: inline-block;
    padding: 46px 50px 20px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.contact-form {
    float: left;
    width: 100%;
}

.contact-form .input-field {}

.contact-form textarea {
    min-height: 127px;
}

.contact-form .btn {
    font-weight: 600;
    font-size: 16px;
    padding: 13px 35px 14px;
}

.contact-form .form-control-2,
.contact-form .form-control {
    border: 2px solid #dfe5ea;
    border-radius: 0px;
}

.form-control-2:focus,
.form-control-2:focus {
    outline: none;
    border-width: 0 0 1px !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

* {
    outline: none;
}

/*
      ============================================================
          Footer  #Footer
      ============================================================
*/
.contact-section+.footer-2 {
    padding-top: 135px;
    padding-bottom: 39px;
    margin-top: -140px;
}

.footer-2 {
    float: left;
    width: 100%;
}

.footer-2 .widget {
    margin-bottom: 30px;
}

.footer-2 .widget.widget_nav_menu {
    margin: 0 0 0;
}

.footer-2 .contact-list li:first-child {
    display: none;
}

.footer-2 .contact-list li {
    margin: 0 0 20px;
}

.footer-2 .widget-title {
    margin-bottom: 21px;
    background: no-repeat;
    padding: 0px;
}

.footer-2 .widget-title .title {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}

.footer-2 .widget_nav_menu .widget-title {
    margin-bottom: 12px;
}

.footer-2 .widget_nav_menu ul li {
    width: 50%;
    /* border: none;
        padding: 0; */
}

.footer-2 .widget.widget_nav_menu {
    margin: 0 0 24px;
}

.footer-2 .widget_nav_menu ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer-2 .social-list li {
    float: left;
}

.footer-2 {
    background: #002644;
    padding-top: 2% !important;
    margin-top: 2%;
}

.widget-newsletter .input-field .search-icon {
    color: #fff;
    border-radius: 100px;
}

.footer-2 .title a,
.footer-2 .widget-title .title,
.footer-2 .widget_rss ul li,
.footer-2 .widget_meta ul li,
.footer-2 .widget_pages ul li,
.footer-2 .widget_archive ul li,
.footer-2 .widget_nav_menu ul li,
.footer-2 .widget_categories ul li,
.footer-2 .widget_recent_comments ul li,
.footer-2 .widget_recent_entries ul li,
.footer-2 .widget_rss ul li a,
.footer-2 .widget_meta ul li a,
.footer-2 .widget_pages ul li a,
.footer-2 .widget_archive ul li a,
.footer-2 .widget_nav_menu ul li a,
.footer-2 .widget_categories ul li a,
.footer-2 .widget_recent_comments ul li a,
.footer-2 .widget_recent_entries ul li a,
.footer-2 .social-list li a,
.footer-2 {
    color:
        /* rgba(255,255,255,0.5) */
        #fff;
}

.footer-2 [class*="form-control"]::-moz-placeholder {
    color:
        /* rgba(255,255,255,0.5) */
        #fff;
}

.footer-2 [class*="form-control"]::-webkit-input-placeholder {
    color:
        /* rgba(255,255,255,0.5) */
        #fff;
}

.footer-2 .social-list li a,
.footer-2 [class*="form-control"] {
    border-color:
        /* rgba(255,255,255,0.5) */
        #fff;
}


.footer-2.gray-bg .title a,
.footer-2.gray-bg .widget-title .title,
.footer-2.gray-bg .widget_rss ul li,
.footer-2.gray-bg .widget_meta ul li,
.footer-2.gray-bg .widget_pages ul li,
.footer-2.gray-bg .widget_archive ul li,
.footer-2.gray-bg .widget_nav_menu ul li,
.footer-2.gray-bg .widget_categories ul li,
.footer-2.gray-bg .widget_recent_comments ul li,
.footer-2.gray-bg .widget_recent_entries ul li,
.footer-2.gray-bg .widget_rss ul li a,
.footer-2.gray-bg .widget_meta ul li a,
.footer-2.gray-bg .widget_pages ul li a,
.footer-2.gray-bg .widget_archive ul li a,
.footer-2.gray-bg .widget_nav_menu ul li a,
.footer-2.gray-bg .widget_categories ul li a,
.footer-2.gray-bg .widget_recent_comments ul li a,
.footer-2.gray-bg .widget_recent_entries ul li a,
.footer-2.gray-bg .social-list li a,
.footer-2.gray-bg {
    color: inherit;
}

.footer-2.gray-bg [class*="form-control"]::-moz-placeholder {
    color: inherit;
}

.footer-2.gray-bg [class*="form-control"]::-webkit-input-placeholder {
    color: inherit;
}

.footer-2.gray-bg .social-list li a,
.footer-2.gray-bg [class*="form-control"] {
    border-color: inherit;
}

/*
    ============================================================
      Footer Style 1 Css Start  #Footer Style 1
    ============================================================
*/
.footer-3 {
    float: left;
    width: 100%;
    position: relative;
    padding: 98px 0 48px;
    background-color: #002138;
}

.footer-3::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}

.footer-3 .widget {
    margin: 0 0 30px;
}

.footer-3 .widget-title {
    color: #fff;
    padding: 0;
    font-size: 22px;
    margin: 0 0 27px;
    line-height: 100%;
    background: transparent;
}

.footer-3 .widget_pages li {
    padding: 0;
}

.footer-3 .widget-contact .widget-title,
.footer-3 .widget_pages .widget-title {
    margin: 0 0 25px
}

/*Widget Contact Us Start*/
.info-thumb {
    float: left;
    width: 100%;
    margin: 0 0 23px;
}

.info-thumb:last-child {
    margin: 0;
}

.info-thumb span {
    float: left;
    width: 15px;
    height: 15px;
    min-width: 15px;
    max-width: 15px;
    font-size: 15px;
    line-height: 15px;
    margin: 0 15px 0 0;
    text-align: center;
}

.info-thumb a,
.info-thumb p {
    margin: 0;
    float: left;
    width: 100%;
}

.info-thumb a:first-child,
.info-thumb p:first-child {
    margin-top: -5px;
}

.info-thumb a:last-child,
.info-thumb p:last-child {
    margin-bottom: 0;
}

/*Widget Flicker Start*/
.widget-flickr ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none
}

.widget-flickr ul li {
    float: left;
    width: 25%;
}

.footer-3 .title a,
.footer-3 .widget-title .title,
.footer-3 .widget_rss ul li,
.footer-3 .widget_meta ul li,
.footer-3 .widget_pages ul li,
.footer-3 .widget_archive ul li,
.footer-3 .widget_nav_menu ul li,
.footer-3 .widget_categories ul li,
.footer-3 .widget_recent_comments ul li,
.footer-3 .widget_recent_entries ul li,
.footer-3 .widget_rss ul li a,
.footer-3 .widget_meta ul li a,
.footer-3 .widget_pages ul li a,
.footer-3 .widget_archive ul li a,
.footer-3 .widget_nav_menu ul li a,
.footer-3 .widget_categories ul li a,
.footer-3 .widget_recent_comments ul li a,
.footer-3 .widget_recent_entries ul li a,
.footer-3 .social-list li a,
.footer-3 {
    color: rgba(255, 255, 255, 0.8);
}

.footer-3 [class*="form-control"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-3 [class*="form-control"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-3 .social-list li a,
.footer-3 [class*="form-control"] {
    border-color: rgba(255, 255, 255, 0.5);
}

/*
      ============================================================
          Copyright Section  #Copyright Section
      ============================================================
*/
.copy-right {
    float: left;
    width: 100%;
    z-index: 1;
    padding: 25px 0 23px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .3);
    background: #002644;
}

/* .copy-right::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.2;
    z-index: -1;
    background: #000;
    position: absolute;
} */
.copy-right p {
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
}

/*
      ============================================================
         Project Page  #Project Page
      ============================================================
*/
.project-thumb {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.project-thumb img {
    float: left;
    width: 100%;
}

.project-thumb:hover img {
    opacity: 0.1;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.project-thumb .text {
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition-delay: .3s;
    padding: 17px 30px 17px;
    transform: scale(0) translateY(-50%);
    -o-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    -moz-transform: scale(0) translateY(-50%);
    -webkit-transform: scale(0) translateY(-50%);
}

.project-thumb:hover .text {
    opacity: 1;
    transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
}

.project-thumb .text::after,
.project-thumb .text::before {
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    width: 112px;
    bottom: auto;
    margin: 0 auto;
    background: #fff;
    position: absolute;
}

.project-thumb .text::after {
    top: auto;
    bottom: 0;
}

.project-thumb .pro-cat,
.project-thumb .title {
    float: left;
    width: 100%;
}

.project-thumb .title {
    margin-bottom: 9px;
}

.project-thumb .pro-cat,
.project-thumb .title a {
    color: #fff;
}

.project-thumb .pro-cat {
    margin-bottom: 0;
}

/*
      ============================================================
         Project 2 Page  #Project 2 Page
      ============================================================
*/
.project-thumb-2 {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.slick-current .project-thumb-2 img,
.project-thumb-2:hover img {
    opacity: 0.1;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.project-thumb-2 .text {
    right: 0;
    bottom: 0;
    top: auto;
    opacity: 0;
    left: -20%;
    padding: 20px;
    position: absolute;
}

.slick-current .project-thumb-2 .text,
.project-thumb-2:hover .text {
    left: 0;
    opacity: 1;
}

.project-thumb-2 .title {
    margin-bottom: 10px;
}

.project-thumb-2 .pro-cat {
    font-size: 14px;
    width: auto;
    float: left;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}

.project-thumb-2 .pro-cat,
.project-thumb-2 .title a {
    color: #fff;
}

.popup-icon {
    top: 20px;
    left: auto;
    right: 20px;
    opacity: 0;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    font-size: 20px;
    background: #fff;
    line-height: 46px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.slick-current .project-thumb-2 .popup-icon,
.project-thumb-2:hover .popup-icon {
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

/*
      ============================================================
         Project Detail Page  #Project Detail Page
      ============================================================
*/
.project-detail-outer {
    float: left;
    width: 100%;
    position: relative;
}

.project-detail {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.project-detail figure {
    margin-bottom: 26px;
}

.project-detail p {
    float: left;
    width: 100%;
    margin-bottom: 23px;
}

.project-detail p:last-child {
    margin-bottom: 18px;
}

.project-detail p+p {
    float: left;
    width: 100%;
    margin-top: -6px;
}

blockquote {
    float: left;
    width: 100%;
    margin-bottom: 23px;
    padding: 26px 30px 22px;
    background: var(--gray-bg);
}

blockquote p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0 !important;
    font-style: italic;
}

.project-detail blockquote:last-child {
    margin-bottom: 0;
}

.project-plane {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-plane #donutchart {
    float: left;
    width: 100%;
}

.project-strategy {
    float: left;
    width: 100%;
    margin-bottom: 23px;
    position: relative;
}

.project-strategy .page-title {
    margin: 0 0 20px;
}

.project-strategy+p {
    margin-top: -7px;
}

.project-strategy p {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.strategy-list {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
}

.strategy-list li {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 0 0 0 20px;
    position: relative;
    text-transform: capitalize;
}

.strategy-list li::before {
    top: 50%;
    left: 0;
    width: 10px;
    content: "";
    height: 10px;
    background: #555;
    position: absolute;
    border-radius: 100%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: 1px solid;
}

.project-detail-outer .project-strategy,
.project-detail-outer .project-plane {
    margin-bottom: 23px;
}

.project-progress {
    float: left;
    width: 100%;
}

#chart_div {
    float: left;
    width: 100%;
}

.project-accordian {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.project-accordian .asked-questiond {
    margin: 0;
}

/*
      ============================================================
         About Us Page  #About Us Page
      ============================================================
*/
/*About Us Page*/
.asked-questiond-wrap {
    float: left;
    width: 100%;
    position: relative;
    background-size: 450px;
    background-repeat: no-repeat;
    /* padding-bottom: 0px; */
}

/*.asked-questiond-wrap::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.9;
    position: absolute;
    background: #fff;
}*/
/* .asked-questiond-wrap .section-heading-2 .title{
    font-size: 50px;

} */
.asked-questiond {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    /* padding-top: 150px; */
}

.asked-questiond .simple-accordian {
    margin-bottom: 10px;
}

.asked-questiond .simple-accordian .accordion-1 {
    color: #4f535c;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 14px 20px 12px;
    background-color: #f3f3f3;
    text-transform: uppercase;
}

.asked-questiond .simple-accordian .accordion-1:hover,
.asked-questiond .simple-accordian .accordion-1.accordion-open {
    color: #fff;
}

.asked-questiond .simple-accordian .accordion-1.accordion-open {
    border-radius: 0;
}

.asked-questiond .simple-accordian:last-child,
.asked-questiond .simple-accordian:last-child .accordion-1.accordion-close {
    margin-bottom: 0;
}

.asked-questiond .simple-accordian .accordion-content {
    padding: 25px 20px 22px;
    background-color: rgba(0, 0, 0, 0.03)
}

/*
      ============================================================
         contact us page  #contact us page
      ============================================================
*/
/*contact us page  Start*/
.map-absolute {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.map-absolute .map-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.map-absolute .contact-form-info {
    padding: 66px 50px 64px;
}

.contact-form-info {
    z-index: 1;
    float: left;
    width: 100%;

    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

.contact-form-info .widget-title {
    padding: 0px;
    background: none;
    margin: 0px 0px 14px 0px;
}

.contact-form-info p {
    margin-bottom: 19px;
}

.contact-form-info .contact-list {
    margin-bottom: 21px;
}

.map-footer {
    float: left;
    width: 100%;
}

.map-footer .map-wrap {
    position: static;
    width: 100%;
    height: 400px;
}

.dot-style.pull-left {
    margin-left: 16px;
}

..contact-form-info

/************************************************************
*   #Magnific Popup CSS 
************************************************************/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 14px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 1;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/******************************************************************
#ANIMATION
*******************************************************************/

/* text-based popup styling */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}

/* 
====== Zoom effect ======
*/
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 
====== Newspaper effect ======
*/
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0) rotate(500deg);
    -moz-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    -o-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;

    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    -moz-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    -o-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 
====== Move-horizontal effect ======
*/
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all .3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 
====== Move-from-top effect ======
*/
.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all .2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all .2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 
====== 3d unfold ======
*/
.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
    -webkit-perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    -moz-transform: rotateY(-60deg);
    -ms-transform: rotateY(-60deg);
    -o-transform: rotateY(-60deg);
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all .5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 9999;
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    -ms-transform: rotateY(60deg);
    -o-transform: rotateY(60deg);
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

/*  MAGNIFIC END    ****************************************/
/*
      ============================================================
         Shop page  #Shop page
      ============================================================
*/
.woo-product {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: solid 1px #d8dee0;
}

.woo-product fieldset.rating {
    left: 20px;
    bottom: 20px;
    position: absolute;
}

.woo-product:hover {
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15)
}

.woo-product .product-img {
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.gray-bg .woo-product .product-img {
    padding: 10px;

}

.gray-bg .woo-product {
    border: none;
}

.woo-product .product-img img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woo-product:hover .product-img img {
    opacity: 0.3
}

.woo-product .product-img a {
    display: block;
}

.product-dtl {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 24px 30px 30px 30px;
}

.product-dtl h4 {
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
}

.product-dtl .price {
    color: red;
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 0px 0px 11px 0px;
}

.woo-product .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background: red;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
}

/*
      ============================================================
         Shop Detail page  #Shop Detail page
      ============================================================
*/
.product-detail-contnent {
    float: left;
    width: 100%;
    padding: 37px 0 17px;
}

.product-large {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.product-detail-text {
    float: left;
    width: 100%;
}

.product-detail-contnent .page-title {
    margin-bottom: 23px;
}

.product-price {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.product-price .pd_price {
    float: left;
}

.product-price .rating {
    float: right;

}

.product-price .pd_price .new {
    font-size: 24px;
    color: red
}

.product-price .pd_price .old {
    font-size: 14px;
    bottom: 0;
    text-decoration: line-through;
}

.product-price .pd_text {
    float: left;
    width: 100%;
}

.product-detail-contnent .select-size a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: #fff;
    text-align: center;
    color: #999;
    border: solid 1px #c5c5c5;
}

.product-detail-contnent .select-size a:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2)
}

.product-detail-contnent h4 {
    font-size: 22px;
    margin: 0px 0px 18px 0px;
    text-transform: capitalize;
}

.product-detail-contnent .pd-detail-text {
    float: left;
    width: 100%;
    margin-bottom: 17px;
}

.product-detail-contnent .pd-detail-text p {
    margin: 0px;
}

.product-detail-contnent .select-color {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 0
}

.product-detail-contnent .select-color a {
    display: inline-block;
    height: 36px;
    width: 36px;
    overflow: hidden;
    text-indent: -999999px;
    margin: 0px 10px 0px 0px;

}

.product-detail-contnent .select-color a.active {
    border: 4px solid #fff;
    outline: 1px solid #ccc;

}

.product-detail-contnent .select-color .color-section {
    float: left;
    margin-right: 30px;
}

.product-detail-contnent .select-color .quantity-section {
    float: right;
}

.product-detail-contnent .select-color .quantity-section .quantity-box {
    width: 80px;
    height: 36px;
    background-color: #fff;
    border: solid 1px #dadddf;
    color: #333;
    padding: 0px 10px;
}

.product-detail-contnent .form-control {
    border-radius: 0;
    max-height: 34px;
    min-height: inherit;
    line-height: normal;
    padding: 6px 20px;
}

.product-detail-contnent .product-buttons {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.product-detail-contnent .product-buttons .btn-2 {
    padding: 15px;
    background: transparent;
}

.product-detail-contnent .btn {
    border-radius: 0;
}

.product-detail-contnent .social-list.long {
    padding: 12px 0;
}

.product-detail-contnent .social-list.long li {
    float: left;
}

.share-product {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.product-detail-contnent .tags {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

.product-detail-contnent .tags span {
    float: left;
    width: auto;
    padding-top: 4px;
}

.product-detail-contnent .input-field label,
.product-detail-contnent .tags span {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.product-detail-contnent .input-field label {
    margin-bottom: 13px;
}

.input-field .input-check {
    margin-bottom: 0 !important;
}

.review-tabs {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    border: solid 1px #dadddf;
}

.review-tabs .nav-tabs {
    margin: 0px;
    padding: 15px;
}

.review-tabs .nav-tabs>li>a {
    color: #000;
    border: none;
    font-weight: 500;
    border-radius: 100px;
    padding: 8px 30px 10px;
    text-transform: uppercase;

}

.review-tabs .nav-tabs>li.active>a {
    color: #fff;
    border: none;
}

.review-tabs .tab-content {
    padding: 23px 30px 24px;
    float: left;
    width: 100%;
}

.product-rating {
    float: left;
    width: 100%;
}

.product-rating h4 {
    margin: 0px;
    font-size: 18px;
}

.product-rating span {
    font-size: 12px;
}

.overall-rating {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.person-name {
    float: left;
}

.overall-rating .stars {
    float: right;
    color: #ffae00;

}

.person-name .title {
    margin: 0px;
    font-size: 18px;
}

.review-form {
    float: left;
    width: 100%;
}

.review-form h3 {
    font-size: 18px;
}

.review-form input[type="text"],
.review-form textarea {
    border-radius: 0px;
}

.review-form textarea {
    height: 200px;
    padding: 20px 20px;
}

.related-products {
    float: left;
    width: 100%;
}

.related-products .title {
    margin-bottom: 30px;
}

.review-tabs .tab-content>div>p:last-child {
    margin-bottom: 0;
}

/*
      ============================================================
         404 page  #404 page
      ============================================================
*/
.eroor-section {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

.eroor-section>.container {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.eroor-section>.container>.row {
    width: 100%;
    display: table-row;
}

.eroor-section>.container>.row>div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.error404-caption {
    float: left;
    width: 100%;
    padding-bottom: 46px;
    text-align: center;
    /* padding: 200px 0px; */
}

.error404-caption h2 {
    font-size: 200px;
    font-weight: 500;
    margin-bottom: 40px;
    text-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);

}

.error404-caption h4 {
    font-size: 18px;
    margin-bottom: 47px;
    text-transform: uppercase;
}

.lost-vector {
    float: left;
    width: 100%;
    padding: 0 50px
}

.lost-vector img {
    max-width: 39vw;
}

/*
      ============================================================
         Comingsoon page  #Comingsoon page
      ============================================================
*/
.error .coming-soon-page {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    height: 100vh;
    background-image: url(extra-images/comingsoon-bg.png);
}

.coming-soon-page:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0.7;
    left: 0px;
    top: 0px;
}

.coming-soon-page h2 {
    font-size: 40px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.coming-soon-page h4 {
    font-size: 26px;
    margin-bottom: 29px;
    text-transform: uppercase;
}

.comingsoon-caption {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    text-align: center;
    padding: 0 0px;
}

.enter-email {
    width: 30%;
    position: relative;
    display: inline-block;
}

.enter-email input[type="text"] {
    width: 100%;
    height: 50px;
    padding-top: 5px;
    background-color: #fff;
}

.enter-email button {
    top: 0px;
    right: 0px;
    color: #fff;
    height: 50px;
    position: absolute;
    border-radius: 0 100px 100px 0;
}

.enter-email button:focus {
    outline: none;
    color: #fff;
}

/*
    ============================================================
      Brand Slider Section Css Start   #Brand Slider Section
    ============================================================
*/
.brand-slider {
    display: none;
}

.brand-slider {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.brand-slider .slick-slide {
    padding: 0 5px
}

.brand-slider .thumb {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.brand-slider .thumb:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.brand-slider .thumb img {
    float: none;
    width: auto;
    display: inline-block;
}

/*
    ============================================================
      Newsletter Section Css Start    #Newsletter
    ============================================================
*/
.news-letter {
    padding: 53px 0 53px;
    position: relative;
    background-color: #002644
}

.news-letter::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}

.news-letter input[type="email"] {
    background-color: #fff;
    border: none;
}

.news-letter .input-field {
    margin: 6px 0;
}

.news-letter .search_icon.th-bg {
    background-color: transparent;
    color: #999;

}

.news-letter .text {
    padding: 3px 0 0;
    position: relative;
}

.news-letter .text .title {
    font-size: 24px;
    margin-bottom: 3px;
    font-weight: normal;
}

.news-letter .text p {
    margin: 0;
}

.news-letter .text p,
.news-letter .text .title {
    color: #fff;
}

.news-letter.text-center .text {
    margin: 0 0 23px;
}

.news-letter.text-center .input-field {
    float: none;
    max-width: 370px;
    margin: 0 0 -5px;
    display: inline-block;
}

.news-letter .alert-dismissable,
.news-letter .alert-dismissible {
    padding-right: 35px;
    float: left;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}












/*
      ============================================================
         Video Slider Start  #Video Slider
      ============================================================
*/

.video-slider .slick-slide,
.video-slider .slick-slide::before,
.caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.video-slider .slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-slider {
    position: relative;
    width: 100%;
    height: 38vw;
    min-height: 8vw;
    margin-bottom: 0px;
    opacity: 0;
    display: none;
    visibility: hidden;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.video-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.video-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.video-slider .slick-slide {
    position: relative;
    height: 38vw;
}

.video-slider .slick-slide::before {
    background-color: #000;
    opacity: .3;
    z-index: 1;
}

.video-slider .slick-slide video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-slider .slick-slide iframe {
    position: relative;
    pointer-events: none;
}

.video-slider .slick-slide figure {
    position: relative;
    height: 100%;
}

.video-slider .slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.video-slider .slick-slide .slide-image.show {
    opacity: 1;
}

.video-slider .slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.video-slider .slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}

.video-slider .slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.video-slider .slick-slide.slick-active {
    z-index: 1;
}

.video-slider .slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.video-slider .slick-dots {
    text-align: center;
    padding-top: 15px;
    bottom: 20px;
}

.video-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.video-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .4;
}

.video-slider .slick-dots li button:focus {
    outline: none;
}

.video-slider .slick-dots li button:hover {
    opacity: 1;
}

.video-slider .slick-dots li.slick-active button {
    border-color: #2d3042;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    opacity: 1;
}

@-webkit-keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
}

@keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
}






#sidebar-stiky.affix-top {
    position: relative;
}

#sidebar-stiky.affix {
    top: 70px;
    position: fixed !important;
}

#sidebar-stiky {
    width: auto;
    display: block;
    margin-bottom: 20px;
}

.sidebar.clearfix::before,
.sidebar.clearfix::after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.serach-popup .modal-tab {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #fafafa;
    box-shadow: none;
    float: left;
    padding: 25px;
    width: 100%;
    border-radius: 0;
}

.serach-popup form {
    float: left;
    width: 100%;
}

.serach-popup .input-field {
    margin-bottom: 0;
}

/*
============================================================
    Law Home Page Start  #Law Home Page
============================================================
*/
.law-intro {
    float: left;
    width: 100%;
    position: relative;
}

.law-intro .d-flex .thumb {
    /* top: 0;
        bottom: 0;
        left: 0px;
        right: 0px;
        width: auto;
        padding: 0 15px;
        position: absolute; */
}

.law-intro-caption .text {
    margin-bottom: 23px;
}

.law-intro-caption .text p {
    margin-bottom: 0;
}

/*
============================================================
    Prectice Area Start  #Prectice Area
============================================================
*/
.practice-area-slider {
    float: none;
    width: auto;
    clear: both;
}

.practice-area-slider .slick-slide {
    padding: 0 15px;
}

/*
============================================================
    Mid Bar Start  #Mid Bar
============================================================
*/
.mid-bar {
    float: left;
    width: 100%;
}

.mid-bar h2 {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}

.mid-bar.th-bg * {
    color: #fff;
}

.mid-bar .d-flex {
    min-height: 100px;
}

.mid-bar .d-flex>* {
    margin: 0;
}

.mid-bar .btn:hover {
    color: #fff;
}

.mid-bar .btn-2:hover::after {
    background-color: #000;
}

.md-bar-2 {
    float: left;
    width: 100%;
    padding: 67px 0 70px;
    text-align: center;
}

.md-bar-2.th-bg * {
    color: #fff;
}

.md-bar-2.th-bg h5 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.md-bar-2.th-bg h5:last-of-type {
    margin: 0 0 27px;
}

/*
============================================================
    Call To Action Start  #Call To Action
============================================================
*/
.call2action-wrap {
    overflow: hidden;
}

.call2action-wrap *,
.call2action-wrap {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.call2action-box {
    float: left;
    width: 50%;
    height: 400px;
    text-align: center;
    display: flex !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-image: url(extra-images/banner4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.call2action-box::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.5;
    background: #000;
    position: absolute;
}

.call2action-box.th-bg::before {
    display: none;
}

.call2action-box.th-bg {
    background-image: none;
}

.call2action-box.active {
    width: 95%;
}

.call2action-box.inactive * {
    font-size: 0;
    opacity: 0;
}

.call2action-box.inactive {
    width: 5%;
}

.call2action-box .text {
    float: none;
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.call2action-box.active .text {
    max-width: 80%;
}

.call2action-box .text * {
    color: #fff;
    position: relative;
}

.call2action-box .text .title {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 7px;
    text-overflow: ellipsis;
}

.call2action-box .text p {
    float: left;
    width: 100%;
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 14px;
}

/*
============================================================
    What We Do Start  #What We Do
============================================================
*/
.what-we-do-section {}

.what-we-do-section .services-list-1 {
    margin-bottom: 33px;
}

.what-we-do-section [class*="col-"]:last-child .services-list-1:nth-child(even) {
    direction: rtl;
}

.what-we-do-section [class*="col-"]:last-child .services-list-1:nth-child(even) .svg-icon {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.what-we-do-section [class*="col-"]:first-child .services-list-1:nth-child(odd) {
    direction: rtl;
}

.what-we-do-section [class*="col-"]:first-child .services-list-1:nth-child(odd) .svg-icon {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}

/*
============================================================
    Services Detail Page Start  #Services Detail Page
============================================================
*/
.services-detail {
    float: left;
    width: 100%;
}

.services-detail .image-holder {
    float: left;
    width: 100%;
    margin: 0 0 24px;
}

.services-detail .page-title {
    margin-bottom: 25px;
}

.services-detail .text>.page-title+p {
    margin-top: 0;
}

.services-detail .text>p {
    float: left;
    width: 100%;
    margin-bottom: 17px;
}

.services-detail .text>p:last-child {
    margin-bottom: 18px;
}

.services-detail .text .page-title {
    margin: 0 0 17px;
}

.related-projects {
    float: left;
    width: 100%;
}

.related-project-slider {
    float: left;
    width: 100%;
}






.related-project-slider .slick-list {
    float: none;
    width: auto;
    margin: 0 -15px;
}

.related-project-slider .slick-slide {
    padding: 0 15px;
}


/*INDEX 2 START*/

.graph-base {
    float: left;
    width: 100%;
    margin-bottom: 67px;
    position: relative;
}

.graph-bg {
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #d1d1d1;
}

/*Graph Background Start*/
.interval-divider {
    height: 60px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: 50px;
    position: relative;
}

.interval-divider:before {
    background-image: linear-gradient(to right, #d1d1d1 33%, rgba(255, 255, 255, 0) 0%);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    content: "";
    display: block;
    height: 1px;
}

.interval-divider:first-child:before,
.interval-divider:last-child:before {
    height: 0;
}

.interval-divider span {
    left: -50px;
    bottom: -8px;
    font-size: 14px;
    color: #d1d1d1;
    padding-right: 5px;
    position: absolute;
    line-height: normal;
}

/*Graph Background End*/
/*Graph Contant Wrap Start*/
.graph-contant-wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    position: absolute;
    padding-bottom: 2px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

/*Graph Contant Start*/
.graph-contant {
    width: 40%;
    position: relative;
    max-width: 225px;
}

/*Graph Bar Start*/
.graph-bar {
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #51c96d;
    border-bottom: 1px solid #4aba64;
    display: -webkit-inline-box !impo
        /* rtant;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important; */
}

/* .graph-bar:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    content: "+";
    z-index: -1;
    font-size: 18px;
    color: currentColor;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
} */
.graph-bar .title {
    color: #fff;
    width: 100%;
    z-index: 1;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    min-height: 27px;
    line-height: normal;
    text-align: center;
    position: relative;
    cursor: pointer;
    float: none;
}

/*Graph Bar End*/
.graph-contant .prices {
    display: block;
    width: auto;
    color: #267f3b;
    font-size: 12px;
}

.graph-contant .prices strong {
    display: block;
    font-size: 22px;
}

.graph-contant .process {
    position: absolute;
    top: 100%;
    color: #333;
    font-size: 14px;
    max-height: 37px;
}

.graph-contant .process,
.graph-contant .prices {
    padding: 10px 15px !important;
    background-color: transparent !important;
    border: none !important;
    height: auto !important;
    min-height: auto !important;
}

.graph-contant .process:before,
.graph-contant .prices:before {
    display: none;
}

/*Graph Contant Second Start*/
.prices-sec .graph-bar {
    background-color: #676767;
    border-color: #5f5f5f;
}

.prices-sec .graph-bar .title {
    padding-top: 37px;
    min-height: 65px;
    padding-bottom: 37px;
    color: #404040;
}

/*Graph Contant End*/
/*Graph Contant Wrap End*/
/* Tooltip container */
/* Tooltip text */
.info-tooltip {
    /*
    opacity: 0;
    visibility: hidden;
    */
    right: 0;
    left: -0%;
    color: #333;
    z-index: 1;
    bottom: 100%;
    width: 130px;
    margin: 0 auto;
    padding: 5px 0;
    display: none;
    font-weight: 300;
    position: absolute;
    text-align: center;
    background-color: #fff;
    font-size: 12px !important;
    transition: opacity 1s ease 0s;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
}

.prices-sec .info-tooltip {
    background-color: #676767;
}

/* Tooltip arrow */
.info-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0%;
    left: 0;
    width: 5px;
    margin: 0 auto;
    border-width: 5px;
    border-style: solid;
    border-top-color: #fff;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.prices-sec .info-tooltip:after {
    border-color: #676767 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container 
.active-tooltip .info-tooltip{
    visibility: visible;
    opacity: 1;
}
*/
@media (max-width: 767px) {
    .interval-divider {
        height: 45px;
    }

    .graph-bar {
        cursor: pointer;
        font-size: 0;
        min-height: 30px;
    }

    .graph-bar:before {
        opacity: 1;
        cursor: pointer;
    }

    .graph-contant .process {
        max-height: inherit;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .prices-sec .graph-bar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .graph-contant .process {
        font-size: 10px;
    }
}

.gray-bg+.gray-bg {
    border-top: 1px solid rgba(0, 0, 0, 0.07) !important
}

.fixed-alert-box,
#notification_container {
    margin: 0;
    left: 20px;
    z-index: 11;
    bottom: 20px;
    height: auto;
    position: fixed;
    max-width: 350px;
}

.slide {
    position: relative;
}

.btn-wrap {
    position: absolute;
    right: 3vw;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    max-width: 34vw;
}

@media (max-width:991.98px) {
    .btn-wrap {
        position: static;
        transform: none;
        max-width: 100%;
        margin: 1.5rem auto 0;
        justify-content: center;
    }
}

.btn-primary {
    background: #D62828 !important;
    border-color: #D62828 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #072b8b;
    border-color: #072b8b;
}

.main-slider {
    padding: 0 !important;
}

.service-carousel {
    width: 70% !important;
    margin: auto !important;
}

.service-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

.service-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 31px;
    margin: 6px;
    transition: 0.3s;
    height: 161px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card img {
    width: 50px;
    height: 84px;
    margin: 0 auto 10px;
}

.service-card p {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

/* put this AFTER owl.carousel.min.css */
.service-carousel .owl-item {
    width: 179.165px !important;
    margin-right: 0;
}

.owl-stage-outer {
    overflow: hidden;
}

/* let Owl take control back */
/* .services-slider .owl-stage{ transform:none !important; } */

/* --- nav arrows --- */
.service-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: none;
    background: #e70808 !important;
    border-radius: 50%;
    font-size: 28px !important;
    font-weight: bold;
    color: #fff !important;
    /* orange arrow */
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.service-carousel .owl-nav .owl-prev {
    left: -45px;
}

/* left side */
.service-carousel .owl-nav .owl-next {
    right: -46px;
}

/* right side */
.service-carousel .owl-nav button:hover {
    background: #ed0f0f;
}







#itr-plans .card {
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#itr-plans h3 {
    color: #E70808;
    margin-bottom: 1rem;
}

#itr-plans ul {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

#itr-plans .btn-primary {
    background-color: #E70808;
    border: none;
}

.Salariedperbut {
    background-color: white;
    color: #D62828;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 23px;
    padding: 0px 10px;
    line-height: 1.9;
    border-radius: 6px;
    border: none;
    margin-right: 14px;
}

.activesal {
    background-color: #E70808;
    color: #fff;
}

.buttonbetweenrsd {
    height: 34px;
    margin: 0px;
    border: none;
    width: 3px;
    border-left: 3px solid #D62828;
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: -40px;
}

@media (max-width: 576px) {
    .button-container {
        flex-direction: column;
    }

    .buttonbetweenrsd {
        display: none;
    }
}

.bussprobut {
    background-color: white;
    color: #E70808;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 23px;
    padding: 0px 10px;
    line-height: 1.9;
    border-radius: 6px;
    margin-left: 14px;
    border: none;
}

/* ---------- wrapper ---------- */
.plan-wrapper {
    padding: 0 1px 1px;
}

/* ---------- card ---------- */
.plan-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 13px;
    box-shadow: 0 3px 6px #0000001a;
}

/* ---------- headings ---------- */
.plan-card h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #01355d;
    margin: 0 0 12px;
}

/* ---------- dropdown button ---------- */
.tenure-btn {
    border: 2px solid #D62828;
    border-radius: 6px;
    width: 100%;
    padding: 6px 0 6px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.tenure-btn img.arrow {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.tenure-price {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #01355d;
}

.tenure-price span.amount {
    font-size: 18px;
    color: #D62828;
}

.tenure-price-del {
    font-size: 14px;
    text-decoration: line-through;
    color: #D62828;
}

.tenure-save {
    font-size: 14px;
    color: #ff4747;
}

/* ---------- dropdown list ---------- */
.tenure-dropdown {
    border: 2px solid #D62828;
    border-top: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 3px 6px #0000001a;
    width: 100%;
}

.tenure-dropdown li {
    padding: 6px 0 6px 6px;
    cursor: pointer;
}

.tenure-dropdown li+li {
    border-top: 2px solid #D62828;
}

/* ---------- CTA button ---------- */
.get-started-btn {
    width: 183px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background: url("images/itr/Mask_Group_202.svg") center/cover no-repeat;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #f3f3f3;
    box-shadow: 0 3px 6px #00000016;
    margin: 15px 0;
}

/* ---------- features list ---------- */
.features p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #2d2d2d;
    letter-spacing: -0.5px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.features p img {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
}

.plan-header-box {
    background-color: #D62828;
    background-image: url("images/itr/Salaried - starter.svg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 6px 6px 6px #00000017;
    margin-bottom: 40px;
}

.plan-header-box p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    /* text-transform: uppercase; */
    color: #121111;
    /* text-align: center; */
    font-weight: 700;
    line-height: 1.3;
    padding: 12px px;
}

.plan-box {
    border-radius: 10px;
    box-shadow: 6px 6px 6px #00000017;
    margin-bottom: 40px;
    background-color: #01355D;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.starter-bg {
    background-image: url("images/itr/Salaried - starter.svg");
}

.plan-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #F7F7F7;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    padding: 12px 5px;
}

.plan-content-wrapper {
    padding: 0 5px 5px 5px;
}

.formplacer {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 13px;
}

.tenure-select-wrapper {
    padding: 0 12px;
}

.tenure-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #01355D;
    letter-spacing: -0.4px;
}

.dropdown-select {
    padding: 0;
    border: 2px solid #D62828;
    box-shadow: 3px 3px 6px #0000001A !important;
    border-radius: 6px;
    width: 100%;
    background-color: #fff;
}

.dropdown-value {
    padding: 6px 0 6px 6px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1.2;
}

.dropdown-price .duration {
    font-size: 15px;
    color: #01355D;
}

.dropdown-price .price-now {
    font-size: 18px;
    color: #D62828;
}

.dropdown-discount {
    padding-left: 79px;
}

.price-old {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #FF4747;
    color: #D62828;
}

.discount-text {
    font-size: 14px;
    color: #FF4747;
}

.get-started-btn {
    background-image: url('images/itr/Mask_Group_202.svg');
    width: 183px;
    height: 30px;
    border-radius: 5px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 3px 3px 6px #00000016;
    color: #F3F3F3;
    margin: 15px 0;
}

.feature-list {
    list-style: none;
    padding-left: 13px;
    margin-bottom: 10px;
}

.feature-list li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #2D2D2D;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}

.feature-list li::before {
    content: '';
    background-image: url("https://legal251.com/images/itr/Mask Group 201.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
}

.starter-card {
    background-image: url('images/itr/Salaried - starter.svg');
    background-color: #D62828;
    border-radius: 10px;
    box-shadow: 6px 6px 6px #00000017;
    margin-bottom: 40px;
}

.starter-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #F7F7F7;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    padding: 12px 5px;
}

.card-body {
    padding: 0px 1px 1px 1px;
}

.formplacer {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 13px;
}

.form-header {
    padding: 0 12px;
}

.select-tenure {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #01355D;
}

.dropdown-select {
    padding: 0px;
    border: 2px solid #D62828;
    border-radius: 6px;
    box-shadow: 3px 3px 6px #0000001A !important;
    width: 100%;
    text-align: left;
    background: none;
}

.dropdown-content {
    padding: 6px 0 6px 6px;
    height: auto;
}

.price-line {
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Roboto';
}

.duration {
    font-size: 15px;
    color: #01355D;
}

.price {
    font-size: 18px;
    color: #D62828;
}

.price-discount {
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Roboto';
    padding-left: 79px;
}

.original-price {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #FF4747;
    color: #D62828;
}

.save-text {
    font-size: 14px;
    color: #FF4747;
}

.sixdropdown-menu {
    border: 2px solid #D62828;
    margin-top: 0px;
    padding-top: 5px;
    width: 100%;
    box-shadow: 3px 3px 6px #0000001A !important;
    border-radius: 6px;
}

.getform {
    background-image: url(images/itr/Mask_Group_202.svg);
    width: 183px;
    height: 36px;
    border-radius: 5px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 3px 3px 6px #00000016;
    color: #ffffff;
    margin: 15px 0;
    background-color: #dd0e0e;
}

.feature-section {
    /* padding-top: 10px; */
}

.features {
    list-style: none;
    padding-left: 13px;
    margin-bottom: 0;
}

.features li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #2D2D2D;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    position: relative;
    padding-left: 20px;
}

.features li::before {
    content: '';
    background-image: url('https://legal251.com/images/itr/Mask Group 201.svg');
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
}

.plan-box {
    border-radius: 10px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    padding-bottom: 1px;
}

.plan-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 12px 5px;
}

.plan-body {
    padding: 0 1px 1px 1px;
}

.plan-content {
    background-color: #fff;
    border-radius: 12px;
    padding: 13px;
}

.tenure-selection p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #01355D;
}

.dropdown {
    position: relative;
    margin-top: 10px;
}

.dropdown-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px;
}

.dropdown-btn {
    width: 100%;
    padding: 10px;
    text-align: left;
    border: 2px solid #D62828;
    border-radius: 6px;
    background-color: transparent;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', sans-serif;
}

.dropdown-text {
    font-weight: 500;
    font-size: 16px;
    color: #01355D;
}

.price {
    font-size: 18px;
    color: #D62828;
}

.strikethrough {
    text-decoration: line-through;
    text-decoration-color: #FF4747;
    font-size: 14px;
    color: #D62828;
}

.discount {
    color: #FF4747;
    font-size: 14px;
}

.dropdown-menu {
    width: 100%;
    border: 2px solid #D62828;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px;
}

.dropdown-menu li {
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}

.get-started-btn {
    background-image: url(images/itr/Mask_Group_202.svg);
    width: 183px;
    height: 36px;
    border-radius: 5px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 3px 3px 6px #00000016;
    color: #ffffff;
    margin: 15px 0;
    background-color: #dd0e0e;
}

.features ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 20px;
}

.features li {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2D2D2D;
    margin-bottom: 10px;
    padding-left: 20px;
}

.features li::before {
    content: '';
    background-image: url('https://legal251.com/images/itr/Mask%20Group%20201.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
}

.salaried-card-container {
    background: url('images/itr/Salaried - pro.svg') #070707 no-repeat center/cover;
    border-radius: 10px;
    box-shadow: 6px 6px 6px #00000017;
    margin-bottom: 40px;
}

.salaried-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #F7F7F7;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    padding: 12px 5px;
}

.formplacer-wrapper {
    padding: 0 1px 1px 1px;
}

.formplacer {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 13px;
}

.formplacer-inner {
    padding: 0 12px;
}

.tenure-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #01355D;
}

.dropdown-select {
    padding: 0px;
    border: 2px solid #D62828;
    box-shadow: 3px 3px 6px #0000001A !important;
    border-radius: 6px;
    background: white;
    width: 100%;
}

.dropdown-content {
    padding: 6px 0 6px 6px;
    height: auto;
}

.dropdown-main {
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Roboto';
    font-size: 15px;
    color: #01355D;
}

.dropdown-price {
    font-size: 18px;
    color: #D62828;
}

.dropdown-sub {
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Roboto';
    padding-left: 79px;
    font-size: 14px;
}

.strike {
    text-decoration: line-through;
    text-decoration-color: #FF4747;
    color: #D62828;
}

.save {
    color: #FF4747;
}

.eightdropdown-menu {
    border: 2px solid #D62828;
    margin-top: 0px;
    padding-top: 5px;
    width: 100%;
    box-shadow: 3px 3px 6px #0000001A !important;
    border-radius: 6px;
}



.features-list {
    list-style: none;
    padding-left: 13px;
    margin-bottom: 0;
}

.features-list li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #2D2D2D;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    position: relative;
    padding-left: 18px;
}

.features-list li::before {
    content: '';
    background: url('https://legal251.com/images/itr/Mask Group 201.svg') no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background-size: contain;
}

.premium-card {
    background: url('images/itr/Salaried - premium.svg') #D62828 no-repeat center;
    border-radius: 10px;
    box-shadow: 6px 6px 6px #00000017;
    margin-bottom: 40px;
    background-size: cover;
}

.premium-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #F7F7F7;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    padding: 12px 5px;
}

.premium-star {
    width: 23px;
    margin-top: -5px;
}

.premium-content {
    padding: 0 1px 1px 1px;
}

.formplacer {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 13px;
}

.tenure-container {
    padding: 0 12px;
}

.tenure-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #01355D;
}

.dropdown-select {
    padding: 0;
    border: 2px solid #D62828;
    box-shadow: 3px 3px 6px #0000001A !important;
    border-radius: 6px;
    background: white;
    width: 100%;
    text-align: left;
}

.dropdown-inner {
    padding: 6px 0 6px 6px;
}

.dropdown-header {
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
}

.tenure-text {
    font-size: 15px;
    color: #01355D;
}

.price-text {
    font-size: 18px;
    color: #D62828;
}

.strike-price {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #FF4747;
    color: #D62828;
}

.save-text {
    font-size: 14px;
    color: #FF4747;
}

.dropdown-menu {
    border: 2px solid #D62828;
    margin-top: 0px;
    padding-top: 5px;
    width: 100%;
    box-shadow: 3px 3px 6px #0000001A !important;
    border-radius: 6px;
    background-color: #fff;
}

.dropdown-item {
    padding: 6px 0 6px 6px;
    height: auto;
}

.getform4,
.getform3 {
    background-image: url(images/itr/Mask_Group_202.svg);
    width: 183px;
    height: 36px;
    border-radius: 5px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 3px 3px 6px #00000016;
    color: #ffffff;
    margin: 15px 0;
    background-color: #dd0e0e;
}

.feature-list {
    list-style: none;
    padding-left: 13px;
    margin-bottom: 10px;
}

.feature-list li {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #2D2D2D;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.feature-list li::before {
    content: "";
    background-image: url("https://legal251.com/images/itr/Mask Group 201.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 0;
}

/* container */
.plan-dropdown {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

/* button look */
.dd-btn {
    /* cursor: pointer; */
    border: 2px solid #D62828;
    /* orange border */
    padding: 10px 12px;
    background: #fff;
    box-shadow: 3px 3px 6px #0001;
    border-radius: 0;
    /* square corners */
}

/* arrow */
.dd-arrow {
    width: 18px;
    flex-shrink: 0;
}

/* menu */
.dd-menu {
    display: none;
    position: absolute;
    /* below button */
    width: 100%;
    background: #fff;
    border: 2px solid #D62828;
    box-shadow: 3px 3px 6px #0001;
    border-radius: 0;
    z-index: 10;
}

.plan-dropdown.open .dd-menu {
    display: block;
}

/* each option */
.dd-item {
    padding: 10px 12px;
    cursor: pointer;
}

.dd-item:hover {
    background: #f8f9fa;
}

/* subtle grey hover */
.plan-dropdown2 {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.dd2-btn {
    cursor: pointer;
    border: 2px solid #D62828;
    /* orange border */
    padding: 10px 17px;
    background: #fff;
    box-shadow: 3px 3px 6px #0001;
    border-radius: 0;
}

.dd2-arrow {
    width: 18px;
    flex-shrink: 0;
}

.dd2-label {
    font-size: 14px;
}

.dd2-menu {
    display: none;
    position: absolute;
    /* below button */
    width: 100%;
    background: #fff;
    border: 2px solid #D62828;
    box-shadow: 3px 3px 6px #0001;
    border-radius: 0;
    z-index: 10;
}

.plan-dropdown2.open .dd2-menu {
    display: block;
}

.dd2-item {
    padding: 10px 12px;
    cursor: pointer;
}

.dd2-item:hover {
    background-color: #f8f9fa;
}

.price {
    font-weight: bold;
    font-size: 16px;
}

.plan-dropdown {
    position: relative;
    width: 100%;
    font-family: 'Segoe UI', sans-serif;
}

.dropdown-toggle-btn {
    cursor: pointer;
    border: 2px solid #D62828;
    /* orange border */
    padding: 10px 12px;
    background: #fff;
    box-shadow: 3px 3px 6px #0001;
    border-radius: 0;
}

.dropdown-arrow {
    width: 18px;
}

.dropdown-menu-list {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 2px solid #D62828;
    width: 100%;
    z-index: 10;
    box-shadow: 3px 3px 8px #0001;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.plan-dropdown.show .dropdown-menu-list {
    display: block;
}

.dropdown-menu-list li {
    padding: 10px 14px;
    cursor: pointer;
}

.dropdown-menu-list li:hover {
    background-color: #f9f9f9;
}

.dropdown-price {
    font-weight: bold;
    font-size: 16px;
}

.plan-dropdown {
    position: relative;
}

.dropdown-toggle-btn {
    cursor: pointer;
    border: 2px solid #D62828;
    /* orange border */
    padding: 10px 12px;
    background: #fff;
    box-shadow: 3px 3px 6px #0001;
    border-radius: 0;
}

.dropdown-arrow {
    width: 18px;
    height: auto;
}

.dropdown-menu-list {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border: 2px solid #D62828;
    z-index: 999;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.plan-dropdown.show .dropdown-menu-list {
    display: block;
}

.dropdown-menu-list li {
    padding: 10px 14px;
    cursor: pointer;
}

.dropdown-menu-list li:hover {
    background-color: #f9f9f9;
}

.tenure-text,
.price-text {
    font-weight: 600;
}

.strike-price {
    color: #999;
    text-decoration: line-through;
}

.save-text {
    font-size: 0.9rem;
}

.b-starter {
    font-size: 31px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    text-align: center !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    padding: 12px 5px !important;
}

.tenure-info {
    margin-left: 14%;
    padding-top: 2%;
}

.pro-card-black,
.plan-box-black {
    background-color: #000 !important;
}

.pbi {
    padding-bottom: 2% !important;
}

body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f9f9f9;
}

.cardss-second-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 20px;
    gap: 30px;
}

.cardss-second {
    position: relative;
    width: 340px;
    background-color: white;
    /* border-radius: 12px; */
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    text-align: center;
    overflow: hidden;
}

.cardss-second h3 {
    font-size: 20px;
    color: #cc0000;
    margin-bottom: 15px;
}

.cardss-second p {
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}

.cardss-second .icons {
    width: 50px;
    height: auto;
}

/* Hover red corners */
.cardss-second::before,
.cardss-second::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 5px solid red;
    opacity: 0;
    transition: 0.3s ease;
}

.cardss-second::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.cardss-second::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.cardss-second:hover {
    transform: translateY(-10px);
}

.cardss-second:hover::before,
.cardss-second:hover::after {
    opacity: 1;
}

/* ----------  SECTION  ---------- */
.about-band {
    /* padding: 70px 0 */
}

/* section title */
.about-band .sec-title .title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--ssa-red);
    text-transform: uppercase;
    margin-bottom: 6px
}

.about-band h4 {
    font-weight: 700;
    color: var(--ssa-dark);
    margin-bottom: 25px
}

/* button */
.about-band .btn-style-ssa {
    display: inline-block;
    background: #D62828;
    color: #fff;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 6px;
    transition: .25s
}

.about-band .btn-style-ssa:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(230, 0, 0, .3)
}

/* ----------  IMAGE WRAPPER  ---------- */
.about-img-wrap {
    position: relative;
    display: inline-block;
    /* shrink‑wrap around the image  */
    perspective: 900px;
    /* depth for the tilt            */
    transition: transform .4s ease;
    /* smooth hover motion           */
}

.about-img-wrap:hover {
    transform: rotateX(4deg) rotateY(-4deg) scale(1.03);
}

/* ░░ photo itself ░░ */
.about-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
    /* matches PNG corner radius     */
}

.about-border {
    position: absolute;
    inset: 0;
    /* stretch full wrapper          */
    background: no-repeat center/cover url('https://ssatax.in/assets/images/resource/service-border-layer.png');
    pointer-events: none;
    /* keeps image clickable         */
    z-index: 2;
    /* sits above photo              */
}

.about-img {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: transform .45s cubic-bezier(.25, .46, .45, .94) .05s
}

.about-img-wrap::before,
.about-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    pointer-events: none;
    transition: transform .45s cubic-bezier(.25, .46, .45, .94)
}

.about-img-wrap::before {
    border: 6px solid var(--ssa-red);
    transform: translate(18px, 18px) rotate(-2deg);
}

.about-img-wrap::after {
    border: 2px solid var(--ssa-red);
    transform: translate(-16px, -16px) rotate(2deg);
}

@media (hover:hover) {
    .about-img-wrap:hover {
        transform: rotateX(4deg) rotateY(-4deg) scale(1.03);
    }

    .about-img-wrap:hover .about-img {
        transform: rotateY(-4deg) rotateX(2deg);
    }

    .about-img-wrap:hover::before {
        transform: translate(26px, 26px) rotate(-3deg);
    }

    .about-img-wrap:hover::after {
        transform: translate(-24px, -24px) rotate(3deg);
    }
}

@media(max-width:991px) {
    .about-img-wrap {
        margin-bottom: 40px;
        perspective: none
    }

    .about-img-wrap,
    .about-img,
    .about-img-wrap::before,
    .about-img-wrap::after {
        transform: none !important
    }
}

.bookconst {
    text-align: left;
    line-height: 1.3;
    font-family: "open sans";
    font-weight: 700;
    font-size: 70px;
    letter-spacing: 0px;
    color: #1E1E1E;
    margin-top: 10px;
}

.bookconstspan1 {
    font-weight: 800;
    color: #D62828;
}

.bookconstspan2 {
    font-weight: 800;
    color: #01355D;
}

.readyconsline {
    text-align: left;
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #1E1E1E;
    opacity: 1;
    line-height: 1.2;
    margin-top: 28px;
    margin-bottom: 32px;
}

.bookbtn2 {
    width: fit-content;
    background: #D62828;
    border-radius: 15px;
    /* font: normal normal bold 20px / 27px Open Sans; */
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
    padding: 11px 20px;
    opacity: 1;
    position: relative;
    overflow: hidden;
    display: block;
}

/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

/* fontawesome */
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

h2 {
    text-align: center;
    margin: 50px 0;
    color: #386c3d;
    font-size: 3rem !important;
    font-family: 'Quicksand', sans-serif;

    @media(max-width:540px) {
        font-size: 28px;
        margin: 30px 0;
    }
}

form {
    padding: 0 10%;

    section {
        /* width: calc(50% - 40px); */
        padding: 20px;
        background: #dd3a3a;
        margin: 20px;
        border-radius: 5px;

        &.left {
            float: left;
        }

        &.right {
            float: right;
        }

        .input-container {
            label {
                display: block;
                margin-bottom: 4px;
                color: white;
                font-size: 16px;
                text-shadow: 0px 2px 1px #65ad6b;
                font-family: 'Quicksand', sans-serif;
            }

            input,
            textarea {
                width: 100%;
                padding: 5px 10px;
                height: 40px;
                border-radius: 5px;
                border: none;
                background: #ffffff;
                /* box-shadow: 0 2px 0px #77bd7d; */
                /* font-family: 'Quicksand', sans-serif; */
                font-size: 16px;

                /* color: #757575; */
                &:focus {
                    outline: none;
                    background: white;
                }
            }

            textarea {
                height: 122px;
                padding: 15px 10px;
                resize: none;
            }

            padding:10px;
        }
    }

    .send-container {
        /* float: right; */
        width: 100%;
        text-align: right;
        margin-right: 20px;

        input {
            background: #000000;
            border: none;
            color: white;
            padding: 9px 30px;
            border-radius: 5px;
            font-size: 20px;
            cursor: pointer;
            width: -webkit-fill-available;
            margin-left: 14%;

            &:hover {
                background: #f00909;
            }
        }
    }

    &:after {
        content: "";
        display: block;
        clear: both;
    }

    @media(max-width:992px) {
        padding: 0 5%;
    }

    @media(max-width:768px) {
        margin-bottom: 50px;

        section {
            width: 100%;
            margin: 0;

            &.left {
                margin-bottom: -30px;
            }
        }

        .send-container {
            margin-right: 0;
            margin-top: 15px;

            input {
                width: 72%;
                            margin-right: 14%;
                                            font-size: 1.4rem;
            }
        }
    }
}
/* Mega menu panel width and layout fix */
.dropdown-mega {
  min-width: 660px;
}
.dropdown-mega .col-md {
  padding: 1rem 1.5rem;
}
.dropdown-mega ul {
  padding-left: 0;
  margin: 0;
}
.dropdown-mega li {
  list-style: none;
}


.mega-menu{
    z-index: 1000;
}
.plans-section-both{
    padding-bottom:unset;
}
 
/* @media (max-width:375px) {
    .menu.open {
        left: 23% !important;
 
    }
    .bookconst{
            font-size: 45px !important;
    }
}
 
@media (max-width:425px) {
    .menu.open {
        right: 140px !important;
 
    }
    .bookconst{
            font-size: 51px !important;
 
    }
 
} */