/*font-family: 'Open Sans Condensed', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


/* table of contents */
/*
+ General Styling and Tags
*body
+ @font-face

+ #home
  - .navbar
  - .page-content-main-revolution-slider
  - .full-menu

+ #features
  - .page-content-features-section

+ #who-we-are
   - .page-content-company-qualities-section

+ #awesome-workrelative-date today
    - .page-content-portfolio-section

+ #pricing

+ #news
    - .page-content-news-section

+ #contact-us
  - social-links
  - office-address
  - .footer

*/

/*Loader starts*/
.loader{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    z-index:1200;
    background: #fff;
    overflow: hidden;
}

.spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    position:absolute;
    left:50%;
    right:50%;
    margin-left:-20px;
    top:50%;

    -webkit-animation: sk-rotate 2.0s infinite linear;
    -moz-animation: sk-rotate 2.0s infinite linear;
    -o-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    -moz-animation: sk-bounce 2.0s infinite ease-in-out;
    -o-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
    background-color: #005a93 ;
}.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    -moz-animation: sk-bounce 2.0s infinite ease-in-out;
    -o-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    -o-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@-moz-keyframes sk-rotate { 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@-o-keyframes sk-rotate { 100% { -o-transform: rotate(360deg); transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@-moz-keyframes sk-bounce {
    0%, 100% {
        -moz-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          -moz-transform: scale(1.0);
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

@-o-keyframes sk-bounce {
    0%, 100% {
        -o-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          -o-transform: scale(1.0);
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

@keyframes sk-bounce {
    0%, 100% {
        -moz-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          -moz-transform: scale(1.0);
          -o-transform: scale(1.0);
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
/*Loader ends*/
/*Global Styling*/
@font-face {
    font-family: 'Baskerville';
    src: 
         url('../fonts/Baskerville-Bold-font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    padding:0;
    margin:0;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color: #4a4b4c;
    position: relative;
}
.background-position{
    background: no-repeat fixed center ;
    background-size: cover ;
}
.parallax-content{
    margin-bottom: 300px;
    z-index: 1;
    background: #fff;
    overflow-x: hidden;
}
html{
    height:100%;
    width:100%;
    font-size:16px;
}

ol, ul{
    margin:0;
    padding:0;
    list-style:none;
}
a, a:hover, a:focus{
    outline:none;
    text-decoration:none;
    color: inherit;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;
    margin: 0;
    color: #515A5F;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}

h1, .h1 {
    font-size:55px;
    font-weight: 300;
}
h2, .h2 {
    font-size: 40px;
    font-weight: 300;
    color: #005a93;
   font-family: "Source Serif 4", serif !important;

}
h3, .h3 {
    font-size: 40px;
    font-weight: 300;
}
h4, .h4 {
    font-size: 20px;
    font-weight: 300;
}
h5, .h5 {
    font-size: 35px;
    font-weight: 300;
}
h6, .h6 {
    font-size: 20px;
    font-weight: 300;
}
p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.60rem;
    color: #535353;
}
.p1{
    font-size: 0.75rem;
    font-weight: 300;
    line-height:  1.35rem;
    color: #535353;
}
.p2{
    font-size: 0.625rem;
    font-weight: 300;
    line-height:  1.35rem;
}
.p3{
    font-size:15px;
    font-weight: 300;
    line-height: 1.25rem;
}
b{
    font-weight: 600;
}
.rotate-right{
    transform: rotate(1deg);
    width: 103%;
    position: relative;
    left: -2%;
}
.rotate-left{
    transform: rotate(-1deg);
    width: 103%;
    position: relative;
    left: -2%;
}
.rotate-left-text{
    transform: rotate(1deg)
}
.rotate-right-text{
    transform: rotate(-1deg)
}
.hover-div-black:hover .img-hover-circal{
    border-color: #515a5f;
}
.hover-div-white:hover .img-hover-circal{
    border-color: #fff;
}
.img-hover-circal
{
    padding: 4px;
    -webkit-border-radius: 50%;
    display: inline-block;
    border: 2px solid transparent;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*button*/
/* Shutter Out Horizontal */
/* Button with fixed hover background color */
.button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    
    /* Add explicit background color */
    background-color: #3498db; /* Default button color - change as needed */
    color: white;
    
    /* Add border for hover effect */
    border: 2px solid #3498db; /* Should match the background-color */
    
    /* Include background-color in the transition properties */
    transition-property: background-color, color;
    transition-duration: 0.3s;
    
    /* Optional styling */
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

/* Remove animation pseudo-element */
.button:before {
    content: none;
}

/* Explicit hover state with background color change */
.button:hover, 
.button:focus, 
.button:active {
    background-color: transparent; /* Changes to transparent on hover */
    color: #3498db; /* Changes to match the border color */
}

/* If you have any :before hover states, make sure they're nullified */
.button:hover:before, 
.button:focus:before, 
.button:active:before {
    -webkit-transform: none;
    transform: none;
}

/* Yellow button variant */
.button.yellow-btn {
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.button.yellow-btn:hover {
    background-color: transparent;
    color: #f1c40f;
}

/* Red button variant */
.button.red-btn {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.button.red-btn:hover {
    background-color: transparent;
    color: #e74c3c;
}
/* .button{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.button:hover, .button:focus, .button:active {
    color: white;
}
.button:hover:before, .button:focus:before, .button:active:before {
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
} */
.page-buttons{
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 7px 30px !important;
    border-radius: 50px;
    border: transparent;
    text-transform: uppercase;
    background-color: #659dc6!important;
}
.page-buttons:hover{
    background-color: #005a93 !important;

}
/* Helper Classes & Shorcodes */
.padding {
    padding: 9.375rem 0;
}
.padding-sides-info{
    padding: 0 140px;
}
.padding-sides-intro{
    padding:0 220px;
}
.padding-top{
    padding-top: 50px;
}
.padding-bottom{
    padding-bottom: 50px;
}
.padding-pricing{
    padding: 50px 0;
}
.padding-top-price-box{
    padding-top: 2.188rem;
}
.padding-bottom-price-box{
    padding-bottom:2.188rem;
}
.margin-bottom{
    margin-bottom:7.5rem;
}
.top160{
    margin-top: 160px;
}
.heading_space{
    margin-bottom: 3.75rem;
}
.bottom50{
    margin-bottom: 50px;
}
.bottom10{
    margin-bottom:10px;
}
.top10{
    margin-top:10px;
}
.top55{
    margin-top: 55px;
}
.top100{
    margin-top: 100px;
}
.bottom15{
    margin-bottom:15px;
}
.topbottom132{
    margin: 132px 0;
}
.top15{
    margin-top:15px;
}
.top20{
    margin-top:20px;
}
.top25{
    margin-top: 25px;
}
.top60{
    margin-top: 60px;
}
.bottom20{
    margin-bottom:20px;
}
.bottom25{
    margin-bottom:25px;
}
.top50{
    margin-top: 50px;
}
.bottom30{
    margin-bottom:30px;
}
.top30{
    margin-top:30px;
}
.top135{
    margin-top: 135px;
}
.bottom35{
    margin-bottom:35px;
}
.top40{
    margin-top:40px;
}
.top15{
    margin-top: 15px;
}
.top70{
    margin-top: 70px;
}
.top75{
    margin-top: 75px;
}
.topbottom155{
    margin: 155px 0;
}
.topbottom50{
    margin: 50px 0;
}
.bottom55{
    margin-bottom:55px;
}
.bottom45{
    margin-bottom: 45px;
}
.bottom65{
    margin-bottom: 65px;
}
.bottom100{
    margin-bottom:100px;
}
.nomargin{
    margin:0;
}
.container
{
    max-width: 100%;
}
/*to align elements*/
.open-full-menu-center
{
    display:block;
    position:absolute;
    top:40%;
    width:100%;
    left:50%;
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

/*Global Styling ends*/
/* Helper Classes */
/* Social Icons */
ul.social li a{
    display:block;
    height:34px;
    width:34px;
    position:relative;
    border:1px solid #515a5f;
    color:#515a5f;
    margin:1px;
    text-align: center;
    line-height:34px;
    font-size:15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
}
ul.social li a:hover{
    border-color: transparent;
}
ul.social li
{
    display: inline-block;
}

ul.social li a:hover::before,
ul.social li a:focus::before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
ul.social li a:hover,
ul.social li a:focus{
    color: #fff;
}

ul.social_simple li a {
    display: block;
    font-size: 17px;
    line-height: 1;
    margin: 7px 5px;
}
ul.social_vertical li a{
    display: block;
    font-size: 20px;
    color: #515A5F;
}
ul.social.white li a{
    border:1px solid #fff;
}
ul.social .button{
    background: transparent;
}
.pinterest:before{
    background-color: #cb2027;

}
.twitter:before{
    background-color: #1DA1F2 !important;

}
.facebook:before{
    background-color: #3b5998 !important;

}
.google:before{
    background-color: #DB4437 !important;

}
.linkedin:before{
    background-color: #0077B5 !important;

}
/* Social Icons ends*/
/* Helper Classes ends */
/* transitions*/
.navbar-search-box-icon .search-icon .fa-times,
ul.social li a:before,
nav.navbar.navbar-default,
nav.navbar ul.nav > li > a:before,
.navbar-brand > img,
nav.navbar li.dropdown ul.dropdown-menu > li > a:before,
.full-menu, .full-menu ul.full-nav  li a:before,
.menu-icon span, .menu-icon span:before, .menu-icon span:after,
.tp-bullet, .swiper-pagination-bullet,
.swiper-button-next,.explore-now, .swiper-button-prev,
.back-top, .back-top-visible,
a, .fa, .button:before,
.item-containe>img, .hover-div-blue,
.member-1-img-back,
.member-2-img-back,
.img-center img,
.name-member,
.button-blue,p,span,
.cbp-item-wrapper img,
.team-achievement-data-index3 .num-inner-radius h2,
.news-data-img img,
ul.social li a,
.index6-navbar,
.news .tab-content .tab-pane,
.news .tab-content .tab-pane ,
.news .tab-content .tab-pane img,
.navbar-right, .navbar-left{
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
/* ------ Headers Starts ------ */
header
{
    position: relative;
}
nav.navbar.navbar-default{
    border-bottom: none;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    padding: 5px 0;
}
nav.navbar.navbar-default.scroll-nav
{
    -webkit-box-shadow: 0 8px 6px -9px #999 !important;
    box-shadow: 0 8px 6px -9px #999 !important;
}
header nav.navbar.navbar-fixed{
    background: transparent;
}
header .scroll-nav{
    background: #fff !important;
    z-index: 11;
    position: fixed;
    left: 0; right: 0;
    top: 0;
    -webkit-animation-name: animationFade;
    -moz-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.navbar.navbar-empty {
    position: absolute;
    background: transparent;
    top: 0;
    z-index: 5;
    width: 100%;
}
nav.navbar .navbar-toggle {
    background-color: transparent !important;
    float: right;
    margin-right: 0;
    margin-top: 12px;
    color: #515A5F;
}
.navbar-brand {
    height: auto;
    padding: 15px 0;
    margin-left: 0 !important;
}
.navbar-brand > img{
    width: 250px;
}
.scroll-nav .navbar-brand > img,
nav.navbar.navbar-fixed.scroll-nav .navbar-brand > img{
    width: 250px;
}
header nav.navbar.navbar-fixed .logo-display,
header nav.navbar.navbar-fixed.scroll-nav .logo-scrolled{
    display: inline-block;
}
header nav.navbar.navbar-fixed .logo-scrolled,
header nav.navbar.navbar-fixed.scroll-nav .logo-display{
    display: none;
}
nav.brand-center .navbar-collapse .col-half.left {
    float: left;
    width: auto;
}
nav .brand-center .navbar-collapse .col-half.right {
    float: right;
    width: auto;
}
nav.navbar ul.nav > li{
    margin: 0 10px;
}
nav.navbar.brand-center ul.nav > li:first-child{
    margin-left: 0;
}
nav.navbar.brand-center ul.nav > li:last-child{
    margin-right: 0;
}
nav.navbar ul.nav > li > a {
    font-weight: 600;
    padding: 19px 0;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
}
header nav.navbar.navbar-fixed ul.nav > li > a{
    color: #515A5F;
}
header nav.navbar ul.nav > li > a,
header .scroll-nav ul.nav > li > a,
header nav.navbar.navbar-fixed.scroll-nav ul.nav > li > a{
    color: #515A5F;
}

nav.navbar ul.nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100% !important;
    height: 4px;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}
nav.navbar ul.nav > li > a:hover::before,
nav.navbar ul.nav > li.active a:before
{
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default ul li a:hover
{
    background: none;
}

/*navbar search icon starts*/
header .scroll-nav  .navbar-search-box-icon .search-icon  i
{
    color: #515A5F !important;
}

.navbar .navbar-search-box-icon .search-icon
{
    position: relative;
    right: 15px;
    top: 16px;
    font-size: 16px;
    color: #fff;
    float: right;
}
.navbar-search-box-icon .search-icon .fa-times
{
    font-size: 20px;
}
.navbar-search-box-icon .actives
{
    z-index: 1100;
    color: #515a5f !important;
}
.navbar-search-box-open
{
    width: 100% !important;
    height: 100vh;
}
.navbar-search-box
{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,0.94);
    overflow-x: hidden;
    padding: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#search-box input[type="search"] {
    position: absolute;
    top: 50%;
    width: 80%;
    color: #515a5f;
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: none;
    margin: -51px auto 0;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    left: 0;
    right: 0;
}
.navbar-search-box-open .form-control
{
    border-radius:0;
    box-shadow: none;
    border: none;
    height: auto;
    width: 100%;
}
.navbar-search-box  .navbar-search-box-button
{
    margin-top: 61px;
    margin-left: -61px;
    top: 50%;
    left: 50%;
    position: absolute;
}
.navbar-search-box  .navbar-search-box-button .button-blue
{
    color: #fff;
}
.button-blue:hover,
.button-blue:focus,
.button-blue:active
{
    color: #fff;
}
/*navbar search icon ends*/
/*revolution slider css starts*/
.default-span-yellow{
    font-weight: 600;
}
.default-span{
    font-weight: 600;
}
.explore-now
{
    color: #fff;
}

.tp-bullet {
    margin-bottom: 60px!important;
    color: #fff;
    background: none !important;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px;
    text-align: center;

}
.tp-bullet.selected, .tp-bullet:hover{
    background: none !important;
}
/*revolution video slider css*/
.rs-fullvideo-cover {
    background: rgba(0, 0, 0, 0.49);
}
/*revolution video slider css*/
/*revolution slider css ends*/
/*full-menu starts*/
.menu-icon {
    width: 50px;
    height: 24px;
    cursor: pointer;
    right: 0;
    float: right;
    top: 15px;
    position:relative;
    z-index:100;
    background:transparent;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
    cursor: pointer;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 2px;
    width: 22px;
    position: absolute;
    top: 50%;
    display: block;
    content: '';
}

header nav.navbar.navbar-fixed.scroll-nav .menu-icon span,
header nav.navbar.navbar-fixed.scroll-nav .menu-icon span:before,
header nav.navbar.navbar-fixed.scroll-nav .menu-icon span:after{
    background: #515A5F;
}
header nav.navbar.navbar-fixed .menu-icon span,
header nav.navbar.navbar-fixed .menu-icon span:before,
header nav.navbar.navbar-fixed .menu-icon span:after{
    background: #515A5F;
}

.menu-icon span:before {
    left: 0;
    top: -8px;
}
.menu-icon span:after {
    left: 0;
    top: 8px;
}
.menu-icon.active {
    position: fixed;
    top: 1rem;
    right: 0;
}
.menu-icon.active span{
    background: transparent;
}
.menu-icon.active span:before,
.menu-icon.active span:after {
    top: 0;
}
.menu-icon.active span:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.menu-icon.active span:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.full-menu {
    background: #ffffff;
    color: #515A5F;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 0 0;
    opacity: 0;
    /* text-align: center; */
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: scale(0);
    z-index: -1;
}

.full-menu.open {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 1300;
    
}
.full-menu .button{
    border-radius: 50px !important;
}
.full-menu .logo-full{
    display: inline-block;
    width: 120px;
}
.full-menu .logo-full > img{
        width: 250px;
    margin-top: -150px;
    margin-left: -81px;
}

.full-menu .open-full-menu-center{
    width: 620px;
    max-width: 99%;
}
.full-menu ul.full-nav li{
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transform:translate3d(0px, -10px, 0px);
    -o-transform:translate3d(0px, -10px, 0px);
    -moz-transform:translate3d(0px, -10px, 0px);
    transform:translate3d(0px, -10px, 0px);
    opacity: 0;
}
.full-menu.open ul.full-nav li{
    opacity: 1;
    -webkit-transform:translate3d(0px, 0px, 0px);
    -o-transform:translate3d(0px, 0px, 0px);
    -moz-transform:translate3d(0px, 0px, 0px);
    transform:translate3d(0px, 0px, 0px);
}
.full-menu.open ul.full-nav li:first-child{
    -moz-transition-delay:.1s;
    -o-transition-delay:.1s;
    -webkit-transition-delay:.1s;
    transition-delay:.1s;
}
.full-menu.open ul.full-nav li:nth-child(2){
    -moz-transition-delay:.2s;
    -o-transition-delay:.2s;
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
.full-menu.open ul.full-nav li:nth-child(3){
    -moz-transition-delay:.3s;
    -o-transition-delay:.3s;
    -webkit-transition-delay:.3s;
    transition-delay:.3s;
}
.full-menu.open ul.full-nav li:nth-child(4){
    -moz-transition-delay:.4s;
    -o-transition-delay:.4s;
    -webkit-transition-delay:.4s;
    transition-delay:.4s;
}
.full-menu.open ul.full-nav li:nth-child(5){
    -moz-transition-delay:.5s;
    -o-transition-delay:.5s;
    -webkit-transition-delay:.5s;
    transition-delay:.5s;
}
.full-menu.open ul.full-nav li:nth-child(6){
    -moz-transition-delay:.6s;
    -o-transition-delay:.6s;
    -webkit-transition-delay:.6s;
    transition-delay:.6s;
}
.full-menu.open ul.full-nav li:nth-child(7){
    -moz-transition-delay:.7s;
    -o-transition-delay:.7s;
    -webkit-transition-delay:.7s;
    transition-delay:.7s;
}

.full-menu ul.full-nav li:before{
    border-radius: 0;
}
.full-menu ul.full-nav li:hover  span{
    color: #005a93;
}
.full-menu ul.full-nav li:hover a{
    color: #515A5F;
}
.full-menu ul.full-nav li > span {
    color: #515A5F;
    font-size: 1rem;
    font-weight: 300;
    vertical-align: middle;
    margin-right: 10px;
    display: inline;
}
.full-menu ul.full-nav  li a{
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #515A5F;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    /* padding: 1.5rem 2rem; */
    text-align: left;
    /* background: #f5f5f5; */
    cursor: pointer;
    /* border-radius: 50px; */
    margin-left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.full-menu ul.full-nav li {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
/*full-menu Ends*/
/*svg*/

svg{
    position:absolute;
    bottom:-10px; left:0;
    width:100%; height:100px;
    display:block;
}
/*svg ends*/
/*-----  Headers Ends ------ */

/*feature section start*/

.feature .feature-onworking-list .work-title{
    color: #939494;
}

.feature .feature-onworking-list .web-solution-icon ,
.feature .feature-onworking-list .market-analysis-icon ,
.feature .feature-onworking-list .financial-advise-icon
{

    color: #fff;
    cursor: pointer;
    font-size: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 100px;
    height: 100px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;;
}
.feature .feature-onworking-list .web-solution-icon i,
.feature .feature-onworking-list .market-analysis-icon i ,
.feature .feature-onworking-list .financial-advise-icon i{
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 50%;
    width: 100%;
    background: transparent;
    line-height: 100px;
}

.feature .feature-onworking-list .market-analysis:before
{
    position: absolute;
    content: '';
    width: 50%;
    display: table;
    margin-left: 270px;
    top: 45px;
    height: 1px;
    background: #ebebeb;
}
.feature .feature-onworking-list .market-analysis:after
{
    position: absolute;
    content: '';
    width: 50%;
    display: table;
    margin-left: -115px;
    top: 45px;
    height: 1px;
    background: #ebebeb;
}
.feature .feature-onworking-list h4{
    padding: 0 65px;
    font-weight: 400;
    font-size: 18px;
    
}
/*feature icons hover effects*/

.feature .feature-onworking-list .financial-advise:hover .fa-file-text-o ,
.feature .feature-onworking-list .web-solution:hover  .fa-diamond ,
.feature .feature-onworking-list .market-analysis:hover  .fa-bar-chart{
    background: #515a5f;
    border-color: transparent;
    cursor: pointer;
    color: #fff;
}
/*feature icons hover effects ends*/
.digital-services-text{
    color: #fff;
}
.digital-services-text .btn{
    background: #fff;
    color: #515A5F;
}
.digital-services-btn:hover,
.digital-services-btn:focus,
.digital-services-btn:active
{
    color: #fff !important;
}

/*feature section end*/
/*who-we-are starts*/

.team-members .member-1-img-back,
.team-members .member-2-img-back{
    background: #efefef;
    /*border-radius: 50%;*/
    width: 178px;
    height: 178px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
}
.team-members .img-center
{
    position: absolute;
    width: 250px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.team-member-1 ,
.team-member-2 ,
.team-member-3{
    cursor: pointer;
}
.team-member-1 .img-center img,
.team-member-2 .img-center img,
.team-member-3 .img-center img{
    width: 70%;
}
.team-member-1:hover .img-center img,
.team-member-2:hover .img-center img,
.team-member-3:hover .img-center img{
    transform: scale(1.1);

}
.team-members .name-member{
    font-weight:600;
    color:#005a93;
}
.team-members .name-member:hover{
  color:#d15921;
}
.team-members .profession{
    font-size: 15px;
}

/*who-we-are progress bar*/
.progress-bar{
    box-shadow: none;
}
.about-progress .bar{
    box-shadow: inset 0 0 2px rgba(236, 236, 236, .8);
    background: #ececec;
    height: 7px;
    border-radius: 0;


}
.about-progress .progress-bar-blue .progress-bar {
    text-align: left;
    color: #515A5F;
    transition: 4s;
}
.about-progress .progress-bar-black .progress-bar {
    background: #515A5F;
    text-align: left;
    color: #515A5F;
    transition: 400ms;
}
.about-progress  .progress-profession-top {
    position: absolute;
    top: 44px;
}
.about-progress .right-top{
    position: absolute;
    right: 15px;
    top: 44px;
    font-size: 18px;
}
.about-progress  .progress-profession {
    position: absolute;
    top: 126px;
}
.about-progress .right{
    position: absolute;
    right: 15px;
    top: 126px;
    font-size: 18px;
}
 .team-achievement-data{
    color: #fff;
}
.num{
    font-size: 3.125rem;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
}
.num-inner-radius{
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
#team-achievement .team-achievement-data h2 i{
    font-size: 1.125rem;
    color: #9c9c9c;
}
#team-achievement .team-achievement-data p{
    color: #fff;
}
#team-achievement .team-achievement-data h2{
    font-size: 2rem;
    line-height: 40px;
}
/*who-we-are ends*/
/*Awesome work starts*/
/* Awesome work Portfolio Section */
.portfolio_filter .cbp-item-wrapper:hover img{
    transform: scale(1.2);
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title{
    letter-spacing: 0 !important;
    font-family: 'Open Sans', sans-serif !important;
}
.portfolio_filter .work-item {
    height: auto;
    width: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.portfolio_filter .work-item>img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.item-container:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.portfolio_filter .overlay-inner {
    margin: auto;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.portfolio_filter .item-container:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio_filter .work-item:hover .line {
    width: 40%;
}

.portfolio_filter .overlay .line {
    width: 0;
}

.overlay .line,
.product-content .line {
    height: 1px;
    margin: 15px auto;
    background-color: #515A5F;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}



.cbp-l-filters-buttonCenter .cbp-filter-item {
    margin: 0 10px 10px 10px !important;
    padding: 0 !important;
}

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-counter {
    display: none;
}

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item {
    border: none;
    font-size: 18px;
    color: #515A5F;
}

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 3px;
    bottom: -5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active:before {
    transform: scale(1);
}

/*Awesome work ends*/
/*pricing starts*/

.pricing-data{
    /* background: #f7f7f7; */
    background-color: #fff;
}
.pricing-box-center{
    padding-top: 70px;
    position: relative;
}
.pricing-box-center .pricing-blue-box-center svg{
    bottom: auto;
    top: 0;
}
.pricing-box-center .pricing-blue-box-center i{
    position: absolute;
    top: 18px;
    left: 16px;
    color: #fff;
}
.pricing-box-center .pricing-blue-box-center span{
    position: absolute;
    transform: rotate(-43deg);
    top: 27px;
    left: 20px;
    color: #fff;
}
.pricing-box-left,
.pricing-box-center,
.pricing-box-right{
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #dfebf4;
    border-radius: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.pricing-box-left ul li,
.pricing-box-center ul li,
.pricing-box-right ul li{
    margin-top: 28px;
    font-size: 15px;
}
.pricing-boxes .pricing-box-left-text h3,
.pricing-boxes .pricing-box-center-text h3,
.pricing-boxes .pricing-box-right-text h3{
    font-weight: 600;
    font-size: 20px;
    color:#005a93;
    text-transform: uppercase;
    line-height: 25px;
     /* padding-left: 20px;
    padding-right: 20px; */
}
.pricing-boxes p{
    padding-left: 30px;
    padding-right: 30px;
    font-weight:400;
}
.bg-lightwhite{
    background-color: #f5f5f5;
}
.pricing-boxes .pricing-box-left-text hr,
.pricing-boxes .pricing-box-center-text hr,
.pricing-boxes .pricing-box-right-text hr{
    width: 70%;

}
.pricing-boxes .pricing-box-left-text h1,
.pricing-boxes .pricing-box-center-text h1,
.pricing-boxes .pricing-box-right-text h1{
    font-size: 62px;
    font-weight: bolder;
    position: relative;
    display: inline-block;
}
.pricing-boxes .pricing-box-center-text p{
    font-size: 15px;
}
.pricing-boxes .center-box-price .dollar{
    font-size: 20px;
    position: absolute;
    left: -14px;
    top: 10px;
    font-weight: 400;
}
.pricing-boxes .center-box-price .month{
    font-size: 20px;
    font-weight: 400;
    color: #515A5F;
}
.pricing-boxes .left-box-price .dollar,
.pricing-boxes .right-box-price .dollar{
    font-size: 20px;
    position: absolute;
    left: -14px;
    top: 10px;
    font-weight: 400;
}
.pricing-boxes .left-box-price .month,
.pricing-boxes .right-box-price .month{
    font-size: 20px;
    font-weight: 400;

}
.pricing-box-right-btn,
.pricing-box-left-btn{
    background: #fff;
    color: #515A5F;
    border: 1px solid #b9bdbf;
}
.pricing-box-center-btn:before,
.pricing-box-right-btn:before,
.pricing-box-left-btn:before{
    background: #515A5F;
    color: #fff;
}
.pricing-box-center-btn{
    color: #fff;
}
.pricing-box-center-btn:hover,
.pricing-box-center-btn:focus,
.pricing-box-center-btn:active{
    color: #fff;
}
/*pricing ends*/
/*news*/
/*news tabs*/
.news .nav-tabs{
    float: left;
    width: 50%;
    margin-top: 40px
}
.news .tab-content{
    width: 50%;
    float: right;
}
.news .nav-tabs>li.active .news-padding,
.news .nav-tabs>li.active .news-padding:focus,
.news .nav-tabs>li.active .news-padding:hover{
    border: 2px solid transparent;
}
.news .tab-content .tab-pane{
    overflow: hidden;
    position: relative;
}
.news .tab-content .tab-pane .news-hover-text{
    display: none;
    font-weight: 600;
    top: 50%;
    left: 50%;
    font-size: 18px;
    transform: translateX(-50%);
    position: absolute;
    color: #fff;
    background: transparent !important;

}
.news .tab-content .tab-pane:hover .news-hover-text{
    display: block;
}
.news .tab-content .tab-pane img{
    width: 100%;


}
.news .tab-content .tab-pane img:hover{
    transform:scale(1.1);
    opacity: .5;
    transition: all 1s;
}
.news .nav-tabs>li .news-padding{
    float: none;
}
.news .nav-tabs>li{
    margin-right: 0;

}
.news .nav-tabs li .news-blue-words{
    margin-left: 18px;
}
.news .nav-tabs li>a:hover,
.news .nav-tabs li>a:focus{
    border: none;
}
.news .nav-tabs li>a{
     margin-right:0;
     line-height: 0;
     border: none;
    border-radius:0;
}
.news .nav-tabs li .news-padding{
    display: block;
    position: relative;
    padding: 30px 60px ;
    float: none;
    cursor: pointer;
    background: #fff !important;
    border: 2px solid #e3e3e3;
    border-right: none !important;
    transition: 1s;
}

.news .nav-tabs .news-blue-box p{
    line-height: 1;
}
.news .nav-tabs li:hover .news-blue-box p,
.news .nav-tabs>li.active .news-blue-box p{
    color: #fff;
}
.resp-tab-active .news-blue-box{
    color: #fff;
}
.news .nav-tabs li .news-padding .news-blue-box{
    border: 2px solid #e3e3e3;
    float: left;
    position: absolute;
    left: -30px;
    background: #fff;
    padding: 10px 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 1s;
}
/*news tabs end*/

.news #news-text-slider{
    color: #fff;
}

.news #news-text-slider .client-name{
    font-weight: 600;
}
.news #news-text-slider .swiper-button-next i:hover,
.news #news-text-slider .swiper-button-prev i:hover{
    border-color: transparent;
}
.news #news-text-slider .swiper-button-next i,
.news #news-text-slider .swiper-button-prev i{

    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 27px;
}

.news #news-text-slider .swiper-button-next,
.news #news-text-slider .swiper-button-prev{
    background: none;
    top: 20%;
}
.news #news-text-slider .swiper-container p{
    color: #fff;
}
.news .given-stars{
    color: #fcc121;
}

/*news ends*/
/*contact us*/
.contact-us .contact-us-form label{
    font-weight: 100;
    font-size: 16px;
}
.contact-us .contact-us-form .form-control{
    height: 45px;
}
.contact-us .contact-us-form textarea.form-control{
    height: 135px;
}
.contact-us-button .send-button{
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 7px 30px !important;
    border-radius: 50px;
    border: transparent;
    text-transform: uppercase;
    background-color: #659dc6 !important;
    
}
.contact-us-button .send-button:hover{
    background-color: #ddc462 !important;
}
.send-button:hover,
.send-button:focus,
.send-button:active{
    color: #fff;
}
/*office address*/
.office-location .address,
.office-location .phone,
.office-location .envelope
{
    display: block;
    cursor: pointer;
}
.office-location .address i,
.office-location .phone i ,
.office-location .envelope i  {
    float: left;
    font-size: 15px;
    margin-top:10px;
    color:#d15921;
   

}

.office-location .address .p3,
.office-location .phone .p3,
.office-location .envelope .p3{
    margin-left: 45px;
}
.office-location .address .p3 a:hover,
.office-location .phone .p3 a:hover,
.office-location .envelope .p3 a:hover{
    color:#005a93;
}
.office-location .address .heading,
.office-location .phone .heading,
.office-location .envelope .heading{
    font-weight: 600;
}
.contact-us .svg{
    transform: rotate(180deg);
    bottom: -8px !important;
    position: absolute;
    width: 100%;
}
/*contact us ends*/
/*footer*/
.footer {
            background-color: #5391c3;
            color: white;
            padding: 30px 0 5px;
        }
        
        .footer-brand {
            font-size: 28px;
            font-weight: 300;
            margin-bottom: 5px;
            font-family: serif;
        }
        
        .footer-subtitle {
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
            color: rgba(255, 255, 255, 0.9);
        }
        
        .footer-logo {
            margin-top: 20px;
            max-width: 70px;
            border-radius: 4px;
            /*padding: 2px;*/
        }
        
        .footer-content {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
        }
        
        .footer-links {
            display: flex;
            margin-top: 8px;
        }
        
        .footer-links-group {
            list-style: none;
            padding-left: 0;
            margin-right: 30px;
        }
        
        .footer-links-group.second {
            margin-left: 30px;
            position: relative;
        }
        
        .footer-links-group.second:before {
            content: "";
            position: absolute;
            left: -15px;
            top: 3px;
            height: 90%;
            border-left: 1px solid rgba(255, 255, 255, 0.8);
        }
        
        .footer-links-group li {
            margin-bottom: 7px;
            line-height: 1;
        }
        
        .footer-links-group li a {
            color: white;
            text-decoration: none;
            font-size: 13px;
        }
        .footer-links-group li a:hover{
            color: #005a93;
        }
        /* Style the whole paragraph on hover */
.contact-item:hover strong,
.contact-item:hover a {
    color: #005a93;
    transition: all 0.3s ease;
}
        .contact-section {
            text-align: left;
        }
        
        .contact-section h4 {
            
            margin-bottom: 10px;
            font-size: 13px;
            font-weight: 500;
        }
        
        .contact-section p {
            margin-bottom: 0px;
            font-size: 13px;
            color:#fff;
        }
        
        .contact-section strong {
            margin-right: 5px;
        }
        
        .footer-divider {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            margin: 20px 0;
            width: 90%;
        }
        
        .footer-copyright {
            font-size: 12px;
            font-weight: 300;
            /* padding-top: 5px; */
            text-align: left;
        }
         .footer-copyright a:hover{
             color: #005a93;
         }
        @media (max-width: 768px) {
    .contact-section {
        padding-left: 0 !important; /* Remove padding on mobile */
    }
    .office-location .address .p3,
.office-location .phone .p3,
.office-location .envelope .p3{
    font-size: 17px;
        line-height: 25px;
}
 .office-location .address i,
    .office-location .phone i,
    .office-location .envelope i{
        float: none;
        margin-bottom: 10px;
        font-size: 20px;
    }
     .office-location .address, .office-location .phone, .office-location .envelope{
        padding-top: 0px;
        margin-top:0px;
    }
    
  
    .footer-logo{
        max-width:100px;
    }
}
        @media (max-width: 768px) {
            .footer-content {
                flex-direction: column;
            }
            
            .footer-links {
                flex-direction: column;
                margin-top: 20px;
            }
            
            .footer-links-group.second:before {
                display: none;
            }
            
            .footer-links-group.second {
                margin-left: 0;
                margin-top: 20px;
            }
            
            .contact-section {
                text-align: left;
                margin-top: 20px;
            }
            
            .footer-divider {
                width: 100%;
                margin: 15px 0;
            }
            
            .footer-copyright {
                text-align: center;
                margin-right: 0;
                font-size:15px;
            }
        }
/*footer ends*/
@media screen and (max-width: 1024px){
    html{
        font-size: 13px;
    }

}
@media screen and (max-width: 1023px){
    nav.navbar.no-background .menu-icon span,
    nav.navbar.no-background .menu-icon span:before,
    nav.navbar.no-background .menu-icon span:after{
        background: #515A5F;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px){
    /*navbar*/
    .home-main-index4 .navbar-right,
    .home-main-index4 .navbar-left{
        margin: 0 !important;
    }
    nav.navbar ul.nav > li > a{
        font-size: 12px;
    }
    .navbar-right{
        margin-right: 65px;
    }
    .home-main-index4 .navbar-right{
        margin: 0;
    }
    nav.navbar ul.nav > li{
        margin: 0 1rem;
    }

    /*feature*/
    .feature .feature-onworking-list .market-analysis:before{
        margin-left: 166px;
    }
    .feature .feature-onworking-list .market-analysis:after{
        margin-left: -80px;
    }
    /*news*/
    .news .nav-tabs{
        margin-top: 0;
    }
    .news .nav-tabs li>a{
        padding: 10px 40px;
    }
    .news .nav-tabs .top30,
    .news .nav-tabs li>a .top15{
        margin-top: 5px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    nav.navbar ul.nav > li {
        margin: 0 1rem;
    }

    /*feature*/
    .feature .feature-onworking-list .market-analysis:before{
        margin-left: 220px;
    }
    .feature .feature-onworking-list .market-analysis:after{
        margin-left: -100px;
    }
    /*news*/
    .news .nav-tabs{
        margin-top: 0;
    }
    .news .nav-tabs li>a{
        padding: 20px 50px;
    }
    .news .nav-tabs .top30{
        margin-top: 20px;
    }

}
@media screen and (max-width: 992px) {
    h1, .h1 {
        font-size: 2em;
    }

    h2, .h2 {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 1.5rem;
    }

    h4, .h4 {
        font-size: 1rem;
    }

    h5, .h5 {
        font-size: 0.9375rem;
    }

    h6, .h6 {
        font-size: 0.8375rem;
    }

    .top30{
        margin-top: 20px;
    }
    .top55{
        margin-top: 25px;
    }
    .top100{
        margin-top: 50px;
    }
    .top160{
        margin-top: 80px;
    }
    .topbottom132{
        margin: 66px 0;
    }

        /*Header*/

    .navbar-brand > img,
    .nav.navbar .navbar-brand > img,
    .nav.navbar .scroll-nav .navbar-brand > img,
    nav.navbar .navbar-fixed.scroll-nav .navbar-brand > img {
        width: 250px !important;
    }
    

    header nav.navbar .navbar-fixed {
        background: #fff;
    }
    header nav.navbar .navbar-fixed .menu-icon span,
    header nav.navbar .navbar-fixed .menu-icon span:before,
    header nav.navbar .navbar-fixed .menu-icon span:after
    {
        background: #515A5F;
    }
    /*who we are*/
    .about-progress  .progress-profession-top,
    .about-progress .right-top {
        top: -25px;
    }
    .about-progress  .progress-profession,
    .about-progress .right{

        top: 58px;
    }
    /*contact us*/
    .office-location{
        margin-top: 60px;
    }
    /*pricing*/
    .pricing-boxes .pricing-box-left-text h1,
    .pricing-boxes .pricing-box-center-text h1,
    .pricing-boxes .pricing-box-right-text h1{
        font-size: 42px;
    }
}
@media screen and (max-width: 800px) {
    nav.navbar .navbar-toggle {
        display: none;
    }

    nav.navbar .brand-center .navbar-toggle {
        display: inline-block;
    }

}

@media screen and (max-width: 767px) {
    /*Header*/
    /*.full-menu*/
    .top30{
        margin-top: 15px;
    }

    .full-menu .logo-full {
        width: 200px;
  
        /* margin-top: 0.5rem; */
    }
    header nav.navbar.navbar-fixed .logo-display, header nav.navbar.navbar-fixed.scroll-nav .logo-scrolled{
        padding-left: 20px;
    }


    .full-menu ul.full-nav li > span {
        font-size: 12px;
    }

    .full-menu ul.full-nav li a {
        font-size: 1.125rem;
        margin-left: 0;
    }

    .navbar-brand{
        padding: 15px 15px;
    }


        /*search-icon*/
    .navbar .navbar-search-box-icon{
        display: none;
    }
    .navbar .nav
    {
        display: none;
    }
    /*feature*/
    .feature .feature-onworking-list .market-analysis:after,
    .feature .feature-onworking-list .market-analysis:before{
        display: none;
        position: static;
    }
    .feature .feature-onworking-list h4,
    .padding-sides-info,
    .padding-sides-intro{
        padding: 0;
    }
    .rotate-right{
        transform: rotate(0deg);
        width: 100%;

        left: 0;
    }
    .rotate-left{
        transform: rotate(0deg);
        width: 100%;

        left: 0;
    }

    .rotate-left-text{
        transform: rotate(0deg)
    }
    .rotate-right-text{
        transform: rotate(0deg)
    }
    .digital-services-heading{
        padding: 0 160px;
    }
    /*who we are*/
    .team-member-1
   {
        margin-top: 40px;
    }
    .market-analysis{
        margin: 30px;
    }
    .num{
        width: 150px;
        height: 150px;
    }
    .team-member-2{
        margin: 40px 0;
    }
    /*news*/
    .news .nav-tabs{
        width: 100%;
    }
    .news .nav-tabs li>a{
        border-right: 2px solid #e3e3e3 !important;
    }

    .news .tab-content{
        display: none;
    }
    .news  .swiper-button-next,
    .news  .swiper-button-prev{
        display: none;
    }
    .news .top135{
        margin-top: 70px;
    }
    /*work*/
    .portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item{
        font-size: 14px;
    }
    /*contact us*/
    .social-info,
    .office-location{
        text-align: center;
    }
    .office-location .address i,
    .office-location .phone i,
    .office-location .envelope i{
        float: none;
        margin-bottom: 10px;
    }
    .office-location .address .p3,
    .office-location .phone .p3,
    .office-location .envelope .p3{
        margin-left: 0;
    }
    .office-location .address, .office-location .phone, .office-location .envelope{
        padding-top: 30px;
    }
    .contact-us .name{
        margin-bottom: 15px;
    }
    .contact-us .top70{
        margin-top: 20px;
    }
   

}
@media (min-width: 768px){
    .navbar-right {
        float: right!important;
        margin-left: 20px;
    }
}

@media (max-width: 500px) {
    #search-box input[type="search"]{
        font-size: 20px;
    }
    /*revolution*/
    #rev_slider_2_1 .tp-caption,
    #rev_slider_2_1 .default-span-yellow
    /*#rev_slider_2_1 .default-span*/
    {
        font-size: 20px !important;
    }
    #rev_slider_2_1 .default-span{
        font-size: 30px !important;
    }
    #rev_slider_2_1 .awsum{
        font-size: 20px !important;
    }
    /*feature*/
    .digital-services-heading{
        padding: 0 ;
    }
    header .index7-navbar nav.navbar.navbar-fixed{
    padding:0px;
}
}
    .jarallax {
    position: relative;
    z-index: 0;
}

.jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*Index2 styling start*/
/*home background image*/
.home-main-index2{
    background-image: url("../images/1.jpg");
    height: 100vh;
    width: 100%;

}
.digital-getinsight{
    background-image: url("../images/getinsight-bg.jpg");
    
}
/*digital-services background image*/
.digital-services-index2{
    background-image: url("../images/INDUSTRY-EXPERT.jpg");

}
.trusted-CA-index1{
    background-image: url("../images/dark-gray-bg.jpg");

}
/*team-achievement background image*/
.team-achievement-index2 {
    background-image: url(../images/dark-gray-bg.jpg);
 
}
/*.milestones {*/
/*    background-image: url("../images/milestone-BK.jpg");*/

/*}*/
.career-bg {
    background-image: url("../images/career-bg.jpg");

}

/*news-text-slider background image*/
.news-text-slider-index2{
    background: url("../images/index2-slide4.jpg") fixed ;
    background-size: cover;

 }

/*home slider*/
.home-main-index2 .yellow-span,
.home-main-index2  .blue-span{
    font-weight: 500;
}
.main-slider-index2 .swiper-container .swiper-button-next,
.main-slider-index2 .swiper-container .swiper-button-prev {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5) none;
    width: 40px;
    height: 40px;
    font-size: 27px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    border-radius: 5px;
}
.main-slider-index2 .swiper-container {
    width: 100%;
    height: 100vh;
}
.main-slider-index2 .swiper-slide h1{
    font-size: 45px;
    font-weight: 100;
}
.main-slider-index2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover !important;
    color: #ffffff;
}
.main-slider-index2  .swiper-container i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}
.main-slider-index2 .swiper-container .swiper-button-next:hover,
.main-slider-index2 .swiper-container .swiper-button-prev:hover {
    background: #ffffff;
    color: #1b1b1b;
}
.main-slider-index2 .swiper-slide .buttons-group {
    margin-top: 30px;
}
@media screen and (max-width: 767px){
    .main-slider-index2 .swiper-slide h1{
        font-size: 22px !important;
    }
    .main-slider-index2 .swiper-slide .page-buttons{
        font-size: 12px !important;
        padding: 6px 16px !important;
    }
    /*team-achievement background image*/
.team-achievement-index2 {
    background-image: url(../images/dark-gray-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
    /*min-height: 100vh;*/
}
.digital-services-index2{
    background-image: url("../images/INDUSTRY-EXPERT.jpg");
 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
    /*min-height: 100vh;*/
}
}
    /*Index2 styling ends*/

/*Index3 styling start*/
/*digital-services-index3 background image*/
.digital-services-index3 {
    background-image: url("../images/index2-slide2.jpg");

}
/*team-achievement-index3 background image*/
.team-achievement-index3 {
    background-image: url("../images/index2-slide3.jpg");

}
/*news-text-slider-index3 background image*/
.news-text-slider-index3{
    background: url("../images/index2-slide4.jpg") fixed ;
    background-size: cover;
}

.six-section-index3 .second-line {
    margin-top: 50px;
}
.six-section-index3 .third-line {
    margin-top: 50px;
}
.six-section-index3 .section {
    text-align: center;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

 .team-achievement-data-index3 .num-inner-radius:hover h2
{
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.team-achievement-data-index3{
    color: #fff;
}
.team-members-index3 .img-center{
     width: 250px;
     height: 250px;
 }

.index3-news  .news-data:hover .news-data-img img{
    transform: scale(1.1);

}
.index3-news .news-data .news-data-img img{
    width: 100%;
    position: relative;
}
.index3-news .news-data .news-data-img{
    overflow: hidden;
    border-radius: 5px !important;
}
.six-section-index3 .section h2 {
    margin-bottom: 10px;
     font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color:#aac7d8;
    font-size: 30px;
}

.six-section-index3 .section hr {
    width: 45px;
    height: 3px;
    margin: 0 auto 12px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    border: none;
}
.six-section-index3 .section h4 {
    margin-bottom: 10px;
     font-family: 'Open Sans', sans-serif;
     color:#fff;
}
.six-section-index3 .section p {
    line-height: 24px;
}
.six-section-index3 .section:hover h2 {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
    .six-section-index3 .section {
        text-align: center;
    }

    .six-section-index3 .section hr {
        margin: 0 auto 20px;
    }
    .six-section-index3 .section.middle-section {
        margin: 50px 0;
    }
}

/*Index3 styling ends*/



/*Index4 styling start*/
.home-main-index4 .navbar-right{
    margin-right: 160px;
}
.home-main-index4 .navbar-left{
    margin-left: 160px;
}
.home-main-index4 .navbar-brand img {
    display: block;
    margin: 0 auto;
}
.home-main-index4 .navbar-brand {
    height: auto;
    padding: 7px 0;
    position: absolute;
    float: none;
    left: 50%;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 10px;
}
/*digital-services background image*/
.digital-services-index4{
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#eb8416), to(#ed2371));

}
/*team-achievement background image*/
.team-achievement-index4 {
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#5e8ec7), to(#31c2be));

}
/*news-text-slider background image*/
.news-text-slider-index4{
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#d635d6), to(#ff364f));
    background-size: cover;

}
.home-main-index4 nav.navbar.navbar-default.scroll-nav .navbar-right{
    margin-right: 0;
}
.home-main-index4 nav.navbar.navbar-default.scroll-nav .navbar-left{
    margin-left: 0;
}

.home-main-index4 .font-white .navbar-nav>.active>a,
.home-main-index4 .font-white .navbar-nav>.active>a:focus,
.home-main-index4 .font-white .navbar-nav>.active>a:hover,
.home-main-index4 .font-white ul li a:hover{
    color: #fff !important;
}
.home-main-index4 .font-white ul.nav > li > a:before{
    background: #fff !important;
}
.main-slider-index4 .slider-btn:hover,
.main-slider-index4 .slider-btn-yellow:hover{
    color: #4fbbe9;
}
.main-slider-index4 .slider-btn:before,
.main-slider-index4 .slider-btn-yellow:before{
    background: #fff !important;
}
.home-main-index4 .menu-icon{
    width: 34px;
    border-radius: 4px;
    padding: 16px 9px;
    right: 15px;
    top: 10px;
}
.index4-menu-icon  .menu-icon span:before{
    top: -6px;
}
.index4-menu-icon  .menu-icon span:after{
    top: 6px;
}

.index4-menu-icon  .menu-icon span, .index4-menu-icon  .menu-icon span:before,.index4-menu-icon .menu-icon span:after{
    width: 16px;
}
.main-slider-index4 .buttons-group-index4 .slider-btn-yellow,
.main-slider-index4 .buttons-group-index4 .slider-btn{
    border: 2px solid #fff;
    background: transparent !important;
    transition: all 500ms ;
}
.digital-services-index4 .digital-services-text .btn{
    background: transparent;
    border: 2px solid #fff;
    transition: all 500ms ;
    color: #fff;
}
.index4-menu-icon .menu-icon{

    background: #fff;
}
.index4-menu-icon .menu-icon span,
.index4-menu-icon .menu-icon span:before,
.index4-menu-icon .menu-icon span:after{
    background: #d63c5d !important;
}


/*home slider*/
.home-main-index4 .yellow-span,
.home-main-index4  .blue-span{
    font-weight: 500;
    color: #fff !important;
}
.main-slider-index4 .swiper-container .swiper-button-next,
.main-slider-index4 .swiper-container .swiper-button-prev {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5) none;
    width: 40px;
    height: 40px;
    font-size: 27px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    border-radius: 5px;
}
.main-slider-index4 .swiper-container {
    width: 100%;
    height: 100vh;
}
.main-slider-index2 .swiper-slide h1{
    font-size: 45px;
    font-weight: 100;
}
.main-slider-index4 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover !important;
    color: #ffffff;
}
.main-slider-index4  .swiper-container i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}
.main-slider-index4 .swiper-container .swiper-button-next:hover,
.main-slider-index4 .swiper-container .swiper-button-prev:hover {
    background: #ffffff;
    color: #1b1b1b;
}
.main-slider-index4 .swiper-slide .buttons-group {
    margin-top: 30px;
}
.footer-index4{
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#5e8ec7), to(#31c2be));
}

.footer-index4 .footer-icon {
    color: #fff;

}
.footer-index4 ul.social li a{
    color: #fff;
    border-color: #fff;
}
.footer-index4 ul.social li a:hover{
    border-color: transparent;
}
/*Index4 styling ends*/
/*index5 styling starts*/
.index5-slider .swiper-container .swiper-slide img
{
    width: 100%;
    height: 100vh;
}
.home-main-index5 .menu-icon-index5  .menu-icon{

    background: #fff;
}
.home-main-index5 .menu-icon-index5  .menu-icon{
    width: 34px;
    padding: 16px 9px;
    right: 15px;
    top: 10px;
    border-radius: 4px;
}
.home-main-index5 .menu-icon-index5 .menu-icon span,
.home-main-index5 .menu-icon-index5 .menu-icon span:before,
.home-main-index5 .menu-icon-index5 .menu-icon span:after {
    width: 16px;
    background: gray !important;
}
.menu-icon-index5  .menu-icon span:after{
    top: 6px;
}
.menu-icon-index5  .menu-icon span:before{
    top: -6px;
}
.menu-icon.active span:before, .menu-icon.active span:after{
    top: 8px;
}
.home-main-index5  .index5-slider-text
{
    position: absolute;
    z-index: 9;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    color: #fff;
}
.home-main-index5  .index5-slider-text .slider-content h1{
    font-size: 54px;
    color: #fff;
}
.home-main-index5  .index5-slider-text .slider-content p{
    font-size: 18px;
    color: #fff;
}
.home-main-index5  .index5-slider-text .slider-btn-index5{
    background: transparent ;
    color: #fff;
    border: 2px solid #fff;
    transition: all 500ms;
}
.home-main-index5 nav.navbar.scroll-nav{
    box-shadow: none !important;
    background: transparent !important;
}
.home-main-index5 nav.navbar.navbar-default.scroll-nav .navbar-brand{
    display: none;
}
.home-main-index5 nav.navbar{
    z-index: 1200;
}
/** Push Menu**/
/* toggle button*/
.home-main-index5 .menu-icon-index5 .menu-icon{
    cursor: pointer;
    display:table;
    position:relative;
    z-index:1301;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.home-main-index5 .menu-icon-index5 .menu-icon.active{
    right: 0;
    position: fixed;

}
.home-main-index5 .menu-icon-index5 .menu-icon.active:hover span,
.home-main-index5 .menu-icon-index5 .menu-icon.active span{
    background: transparent !important;
}


.pushmenu-push{
    overflow-x: hidden;
    position: relative;
    left: 0;
    z-index: 1099;
}
.pushmenu{
    background: #fff;
    padding:20px 15px;
    border-top:5px solid  transparent;
    width: 270px;
    height: 100%;
    top: 0;
    z-index: 1100;
    position:fixed;
    overflow:hidden;
    transition: 400ms;

}
.pushmenu-left{
    left: -270px;


}
.pushmenu-left.pushmenu-open{
    left: 0;
    box-shadow:3px 0 3px -3px rgba(0,0,0,.35);
}
.pushmenu-push-toright{
    left: 270px;



}
.pushmenu-right{
    right: -270px;

}
.pushmenu-right.pushmenu-open {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
    right: 0;
}
.pushmenu-push-toleft{
    left: -270px;
    transition: 400ms;
}
.pushmenu-push-toleft .left-stick {

}
.pushmenu .push-logo{
    display:block;
    margin:30px 0;
    text-align:center;
    position:relative;
    z-index:98;
}
.pushmenu .push-logo > img{
    display:inline-block;
    width:80px;
}
.pushmenu ul{
    margin-top: 70px;
}
.pushmenu .push_nav{ width:100%; z-index:100; background:#fff;}
nav.navbar.bootsnav .pushmenu .push_nav > li{
    display:block;
    position:relative;
    -moz-transform:translate3d(0px, -10px, 0px);
    -ms-transform:translate3d(0px, -10px, 0px);
    -o-transform:translate3d(0px, -10px, 0px);
    -webkit-transform:translate3d(0px, -10px, 0px);
    transform:translate3d(0px, -10px, 0px);
    opacity:0;
}
.pushmenu.pushmenu-open .push_nav > li{
    -moz-transition-duration:.4s;
    -ms-transition-duration:.4s;
    -o-transition-duration:.4s;
    -webkit-transition-duration:.4s;
    transition-duration:.4s;

    transition-property: all;
    -moz-transform: translate3d(0, 0px, 0px);
    -ms-transform: translate3d(0, 0px, 0px);
    -o-transform: translate3d(0, 0px, 0px);
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);

    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity:1;
}
.pushmenu.pushmenu-open .push_nav > li:first-child{
    -moz-transition-delay:.1s;
    -ms-transition-delay:.1s;
    -o-transition-delay:.1s;
    -webkit-transition-delay:.1s;
    transition-delay:.1s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(2){
    -moz-transition-delay:.2s;
    -ms-transition-delay:.2s;
    -o-transition-delay:.2s;
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(3){
    -moz-transition-delay:.2s;
    -ms-transition-delay:.2s;
    -o-transition-delay:.2s;
    -webkit-transition-delay:.2s;
    transition-delay:.3s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(4){
    -moz-transition-delay:.4s;
    -ms-transition-delay:.4s;
    -o-transition-delay:.4s;
    -webkit-transition-delay:.4s;
    transition-delay:.4s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(5){
    -moz-transition-delay:.5s;
    -ms-transition-delay:.5s;
    -o-transition-delay:.5s;
    -webkit-transition-delay:.5s;
    transition-delay:.5s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(6){
    -moz-transition-delay:.6s;
    -ms-transition-delay:.6s;
    -o-transition-delay:.6s;
    -webkit-transition-delay:.6s;
    transition-delay:.6s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(7){
    -moz-transition-delay:.7s;
    -ms-transition-delay:.7s;
    -o-transition-delay:.7s;
    -webkit-transition-delay:.7s;
    transition-delay:.7s;
}

.pushmenu .push_nav > li > a {
    color: #222222 !important;
    display: block;
    font-size: 1.125rem;
    margin: 15px 5px;
    padding: 5px !important;
    text-align: center;
}
.pushmenu .push_nav > li > a:hover::before,
.pushmenu .push_nav > li.active > a::before {
    display: none !important;
    width:0;
}
.pushmenu .push_nav > li > a:hover,
.pushmenu .push_nav > li > a:focus,
.pushmenu .push_nav > li.active > a{
    background:transparent !important;
}
.pushmenu  .social {
    position:absolute;
    bottom:0;
    text-align:center;
    left:0;
    right:0;
}
@media screen and (max-width: 767px){
    .home-main-index4 .navbar-brand{
        left: 15px;
        transform: translateX(0);
    }
}
/*index5 styling ends*/

/*index6 styling ends*/
.digital-services-index6 {
    background-image: url("../images/index6-par1.jpg");
    background-size: auto;

}
/*team-achievement-index3 background image*/
.team-achievement-index6 {
    background-image: url("../images/index6-par2.jpg");
    background-size: auto;
}
/*news-text-slider-index3 background image*/
.news-text-slider-index6{
    background: url("../images/index6-par3.jpg") fixed ;
    background-size: auto;
}



.home-main-index6 .index6-navbar {
    background: transparent;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    top: 40px;
    z-index: 1100;
}
.home-main-index6  .stick{
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 68px;
    background: #fff;
    -webkit-box-shadow: 0 8px 6px -9px #999 !important;
    box-shadow: 0 8px 6px -9px #999 !important;
    border-radius: 0;
}
.index6-navbar .navbar{
    border: none;
    transition: 1s;
    background: #fff;
}
.index6-navbar .scroll-nav{
    transition: 1s;
}
.index6-navbar .navbar .navbar-search-box-icon .search-icon,
.index6-navbar nav.navbar.navbar-fixed ul.nav > li > a{
    color: #515a5f;
}
.index6-navbar nav.navbar.navbar-fixed .menu-icon span,
.index6-navbar nav.navbar.navbar-fixed .menu-icon span:before,
.index6-navbar nav.navbar.navbar-fixed .menu-icon span:after{
    background: #515a5f;
}
.index6-navbar  nav.navbar.navbar-fixed {
    background: #fff;
    border-radius: 5px;
}

/*index6 styling ends*/
.home-main-index7{
    background-image: url("../images/index2-slide1.jpg");
    /* height: 70vh; */
    width: 100%;

}
header .index7-navbar  nav.navbar.navbar-fixed {
    background: #fff;
   padding: 10px;
}
.index7-navbar  .scroll-nav {
    background: #fff !important;
    padding: 0 !important;
}
.index7-navbar nav.navbar.navbar-fixed .navbar-nav>.active>a,
.index7-navbar nav.navbar.navbar-fixed .navbar-nav>.active>a:focus,
.index7-navbar nav.navbar.navbar-fixed .navbar-nav>.active>a:hover,
.index7-navbar .font-white ul li a:hover{
    color: #005a93  !important;
}
.index7-navbar .scroll-nav  .navbar-search-box-icon .search-icon  i,
.index7-navbar  nav.navbar.navbar-fixed.scroll-nav ul.nav > li > a{
    color: #515a5f !important;
}
.index7-navbar  nav.navbar.navbar-fixed.scroll-nav .menu-icon span,
.index7-navbar nav.navbar.navbar-fixed.scroll-nav .menu-icon span:before,
.index7-navbar  nav.navbar.navbar-fixed.scroll-nav .menu-icon span:after {
    background: #515a5f !important;
}
.main-slider-index7 .swiper-button-next,
.main-slider-index7 .swiper-button-prev{
    top: 60%;
}
.main-slider-index7 .index7-bold{
    font-weight: 600;
}
.main-slider-index7 .swiper-slide{
    top: 50%;
    display: block;
}
@media screen and(max-width: 500px){
    header .index7-navbar  nav.navbar.navbar-fixed {
        padding: 0;
    }
}
@media screen and(max-width:768px){
    .main-slider-index7 .swiper-slide h1{
        font-size: 22px !important;
    }
    .main-slider-index7 .swiper-slide .page-buttons{
        font-size: 12px !important;
        padding: 6px 16px !important;
    }
}
/*index7 styling ends*/
/*index8 styling starts*/
.index8-navbar{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1100;
}
.index8-navbar .navbar{
    margin-bottom: 0;
}
.index8-navbar nav.navbar.navbar-fixed {
    background:#fff;
    -webkit-box-shadow: 0 8px 6px -9px #999 !important;
    box-shadow: 0 8px 6px -9px #999 !important;
    border-radius: 0;
}
.index8-navbar .navbar .navbar-search-box-icon .search-icon,
.index8-navbar nav.navbar.navbar-fixed ul.nav > li > a{
    color: #515a5f;
}
.index8-navbar nav.navbar.navbar-fixed .menu-icon span,
.index8-navbar nav.navbar.navbar-fixed .menu-icon span:before,
.index8-navbar nav.navbar.navbar-fixed .menu-icon span:after{
    background: #515a5f;
}

@media screen and (max-width: 500px) {

    /*revolution*/
    #rev_slider_2_2 .tp-caption,
    #rev_slider_2_2 .default-span-yellow,
    #rev_slider_2_2 .default-span{
        font-size: 30px !important;
    }
    #rev_slider_2_2 .help{
        margin-top: 40px !important;
    }
    #rev_slider_2_2 .ahead{
        margin-top: 45px !important;
    }
    #rev_slider_2_2 .explore-now{
        margin-top: 90px !important;
        font-size: 10px !important;
        padding: 40px;
    }
    #rev_slider_2_2 .awsum{
        font-size: 15px !important;
        margin-bottom: 40px;
    }

}
/*index8 styling ends*/

/*blog page styling starts*/
.blog_mew{
    background: #fff;
}

.blog_mew .innerpage-banner {
    padding-top: 130px;
    color: #ffffff;
    /* margin-bottom: 45px; */
    /*background-image: url("../images/bg-new.jpg");*/
    
}

.blog_mew .innerpage-banner p {
    margin-bottom: 40px;
    color: #659dc6;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height:50px;
    
}

.blog_mew .tagline {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 45px;
}

.blog_mew .blog-item-v3 {
    border-bottom: 1px solid #d1d2d2;
    padding-bottom: 50px;
    margin-bottom: 25px;
}

.blog_mew .blog-item-v3>img {
    margin-bottom: 35px;
    height: 380px;
    width: 100%;
}

.blog_mew .blog-item-v3 h3 {
    font-size: 30px;
    color: #303840;
}

#area-main ul.blog-author {
    margin: 30px 0 35px 0;
    padding: 0;
}

#area-main ul.blog-author li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

#area-main ul.blog-author li a {
    color: #303840;
    font-size: 14px;
    margin-right: 15px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    transition: 400ms;
}
#area-main ul.blog-author li a .fa {
    margin-right: 5px;
}

#area-main p {
    color: #303840;
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

#area-main  .button {
    text-decoration: none;
    padding: 13px 50px;;
    display: inline-block;
    color: #FFFFFF;
    border: none;
}

#area-main  .button:before {
    color: #fff;
}
#area-main .post-tag ul.social .button{
    padding: 0;
    background: transparent !important;
    color: #515A5F;
    border:1px solid #515A5F;
}
#area-main .post-tag ul.social .button:hover{
    color: #fff;
    border-color: transparent;
}
.blog_mew .morepost-wrap2 {
    border-bottom: 1px solid #d1d2d2;
    padding-bottom: 25px;
}

.blog_mew .morepost-wrap .morepost,
.morepost-wrap2 .morepost {
    font-size: 16px;
    color: #303840;
    display: inline-block;
    position: relative;
    visibility: visible;
    animation-duration: 500ms;
    animation-delay: 300ms;
    text-decoration: none;
}
.blog_mew .morepost-wrap2 .morepost .fa-long-arrow-left,
.morepost-wrap2 .morepost .fa-long-arrow-right,
.morepost-wrap .morepost .fa-long-arrow-left,
.morepost-wrap .morepost .fa-long-arrow-right {
    color: transparent;
    position: absolute;
    text-shadow: 0 0 transparent;
    top: 7%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0 !important;
    filter: alpha(opacity=0);
}

.blog_mew .morepost-wrap2 .morepost:hover .fa-long-arrow-left,
.morepost-wrap .morepost:hover .fa-long-arrow-left {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    right: 100%;
}

.blog_mew .morepost-wrap2 .morepost:hover .fa-long-arrow-right,
.morepost-wrap .morepost:hover .fa-long-arrow-right {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    left: 118%;
}

.blog_mew .widget {
    margin-bottom: 40px;
    color:#303840;
}

.blog_mew .search_box input {
    border: 1px solid #d9d9d9;
    height: 53px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.blog_mew .search_box i {
    border-left: 1px solid #d9d9d9;
    bottom: 0;
    color: #d9d9d9;
    font-size: 24px;
    height: 53px;
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
}

.blog_mew .widget h4,
.widget img {
    margin-bottom: 25px;
}

.blog_mew .widget h4 {
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.blog_mew ul.category li {
    margin-top: 15px;
    display: block;
}

.blog_mew ul.category {
    padding: 0;
}

.blog_mew ul.category li a {
    color: #303840;
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    display: block;
    text-transform: capitalize !important;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.blog_mew ul.category li a .date {
    font-size: 12px;
    display: block;
}
#area-main .tag-cloud {
    padding: 0;
    margin: 0;
}

#area-main .tag-cloud li {
    display: inline-block;
    margin: 10px 10px 10px 0;
    text-transform: uppercase;
    border-radius: 0;
}

#area-main .tag-cloud li a,
.blog-reply a.btn-rep {
    color: #fff;
    font-size: 12px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    transition: 1s;
    font-weight: 600 !important;
    border-radius: 50px;
    border: transparent;
}

#area-main .tag-cloud li a:hover,
.blog-reply a.btn-rep:hover {
    color: #FFFFFF;
}

.blog_mew .blog-item .blog-content {
    padding: 0;
    margin: 35px 0;
}

.blog_mew .blog-item blockquote {
    color: #d63c5d;
    font-family: 'Open Sans', sans-serif;
}

.blog_mew blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.blog_mew .blog-item .post-tag {
    border: 1px solid #d9d9d9;
    padding: 5px;
    margin-bottom: 70px;
}

.blog_mew .social-link {
    margin: 0;
}

.blog_mew .social-link li {
    display: inline-block;
}

.blog_mew .social-link li a {
    width: 44px;
    height: 44px;
    display: block;
    border: 1px solid #303840;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #303840;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.blog_mew .social-link li a i {
    line-height: 42px;
    font-size: 20px;
}


.blog_mew .blog-reply {
    padding: 10px;
    border: 1px solid #f3f3f3;
    position: relative;
    margin: 20px 0;
    border-radius: 5px;
}

.blog_mew .media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.blog_mew .blog-reply a.btn-rep {
    position: absolute;
    top: 0;
    right: 0;
}

.blog_mew .blog-item .post-comment form .form-control,
.contact form .form-control,
.blog-item .post-comment form textarea,
.contact form textarea,
.index_3 .form-inline .form-control,
.index_3 .form-inline textarea {
    padding: 15px;
    font-size: 14px;
    color: #303840;
    border: 1px solid #d0d0d0;
    width: 100%;
    -webkit-border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}
.form-control::placeholder {
  color: #666666;
}

.form-control:focus::placeholder {
  color:  #999999;
}

.form-control:focus {
  color: #666666;
}

.blog_mew .blog-item .post-comment form textarea,
.contact form textarea {
    margin: 30px 0;
    min-height: 210px;
}

.blog_mew .blog-item .post-comment form .form-control,
.contact form .form-control {
    height: 50px;
}

.blog_mew .blog-item .post-comment h3 {
    margin-bottom: 35px;
    margin-top: 70px;
}

.blog_mew .blog-item .post-comment form a:before,
.contact form input a:before {
    background:#303840;
}

.blog_mew .blog-item .post-comment form a,
.contact form a {
    margin-bottom: 60px;
}

.making_slide_center_text{
    text-align: center !important;
    display: block !important;
}

.making_slide_right_text{
    text-align: right !important;
    display: block !important;
}
/* content Page Styling */
/* .skill_section_inner{
    padding: 5.375rem;
} */
.half_img_standalone{
    width: 100%;
}

.text-side-half{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.img-side-half{
    position: relative;
    left: 50%;
}

.right_section_img{
    position: static;
}

.righ_section_text{
    transform: translateY(-50%);
    left: 50%;
}

.half_sections_outer{
    margin-bottom: 60px;
}
.default_divider {
    width: 70px;

}
.default_text {
    /*color: #535353;*/
    color:#4a4848;
    font-size: 16px;
    margin: 0;
    /*word-spacing: 2px;*/
    line-height: 24px;
    text-align:left;
    font-weight:400;
}

.margin_default_bottom {
    margin-bottom: 25px !important;
}
@media only screen and (max-width: 992px) {
    .righ_section_text {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .text-side-half{
        position: static;
        transform: translateY(0);
        text-align: center;
        margin-bottom: 30px;
    }

    .text-side-half .default_divider{
        margin-left: auto !important;
    }

    .img-side-half{
        position: static;
        transform: translateY(0);
    }
}
/* Existing styles for navbar */
nav.navbar .navbar-toggle {
    background-color: transparent !important;
    float: right;
    margin-right: 0;
    margin-top: 12px;
    color: #515A5F;
}
.navbar-brand {
    height: auto;
    padding: 15px 0;
    margin-left: 0 !important;
}
.navbar-brand > img{
    width: 250px;
}
.scroll-nav .navbar-brand > img,
nav.navbar.navbar-fixed.scroll-nav .navbar-brand > img{
    width: 250px;
}
header nav.navbar.navbar-fixed .logo-display,
header nav.navbar.navbar-fixed.scroll-nav .logo-scrolled{
    display: inline-block;
}
header nav.navbar.navbar-fixed .logo-scrolled,
header nav.navbar.navbar-fixed.scroll-nav .logo-display{
    display: none;
}
nav.brand-center .navbar-collapse .col-half.left {
    float: left;
    width: auto;
}
nav .brand-center .navbar-collapse .col-half.right {
    float: right;
    width: auto;
}
nav.navbar ul.nav > li{
    margin: 0 10px;
}
nav.navbar.brand-center ul.nav > li:first-child{
    margin-left: 0;
}
nav.navbar.brand-center ul.nav > li:last-child{
    margin-right: 0;
}
nav.navbar ul.nav > li > a {
    font-weight: 600;
    padding: 19px 0;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
}
header nav.navbar.navbar-fixed ul.nav > li > a{
    color: #515A5F;
}
header nav.navbar ul.nav > li > a,
header .scroll-nav ul.nav > li > a,
header nav.navbar.navbar-fixed.scroll-nav ul.nav > li > a{
    color: #515A5F;
}

nav.navbar ul.nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100% !important;
    height: 4px;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}
nav.navbar ul.nav > li > a:hover::before,
nav.navbar ul.nav > li.active a:before
{
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default ul li a:hover
{
    background: none;
}

/*navbar search icon starts*/
header .scroll-nav  .navbar-search-box-icon .search-icon  i
{
    color: #515A5F !important;
}

.navbar .navbar-search-box-icon .search-icon
{
    position: relative;
    right: 15px;
    top: 16px;
    font-size: 16px;
    color: #fff;
    float: right;
}

/* New dropdown styles */
.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 0;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #515A5F;
    border-bottom: 1px solid #f5f5f5;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: #f5f5f5;
    color:#515A5F;
    box-shadow: inset 4px 0 0 #005a93;
}

.dropdown-menu > li:last-child > a {
    border-bottom: none;
}

/* Dropdown caret adjustment */
.navbar-nav > li > a .caret {
    margin-left: 5px;
}

/* Enhanced hover effects for dropdown menus */
@media (min-width: 768px) {
    /* Fixed left alignment for dropdowns */
    .navbar-nav > li.dropdown {
        position: relative !important;
    }
    
    .navbar-nav > li.dropdown > .dropdown-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: auto !important;
        margin-top: 0 !important;
    }
    
    /* Override Bootstrap's default right-aligned dropdowns */
    .navbar-right .dropdown-menu {
        right: auto !important;
        left: 0 !important;
    }
    
    /* Show dropdown menu on hover */
    .dropdown:hover .dropdown-menu {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
    
    /* Smooth transition for dropdown items on hover */
    .dropdown-menu > li > a {
        transition: all 0.3s ease;
    }
    
    .dropdown-menu > li > a:hover {
        padding-left: 25px;
         color:#515A5F;
        background-color: #f5f5f5;
    }
    
    /* Hover effect for dropdown parent */
    .nav > li.dropdown:hover > a {
        color: #333;
    }
    
    /* Fix for the before element on dropdown toggles */
    nav.navbar ul.nav > li.dropdown > a:before {
        bottom: 8px;
    }
    
    /* Animation for dropdown appearance */
    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Mobile dropdown adjustments */
@media (max-width: 767px) {
    .navbar-nav {
        margin: 0;
    }
    
    .navbar-nav .open .dropdown-menu {
        padding: 0;
        background-color: #f9f9f9;
    }
    
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 12px 15px 12px 25px;
    }
    
    nav.navbar ul.nav > li {
        margin: 0;
    }
    
    nav.navbar ul.nav > li > a {
        padding: 12px 15px;
    }
    
    /* Remove the before animation on mobile */
    nav.navbar ul.nav > li > a:before {
        display: none;
    }
    
    /* Dropdown toggle button */
    .dropdown-toggle .caret {
        float: right;
        margin-top: 8px;
    }
  
}
.text-link{
    color:#307cb0;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
   
}
.text-link:hover{
    color:#d15921;
}
.text-link1{
    color:#659dc6;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
   
}
.text-link1:hover{
    color:#d15921;
}
.trusted-CA{
    background-color: #dfebf4;
}
.text-white{
color:#fff;
}
.consultation-section {
    background: url('../images/dark-gray-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
}
        .consultation-text {
            font-size: 25px;
            margin-bottom: 30px;
            line-height: 1.4;
            color:#fff;
        }
        .form-container {
            max-width: 1200px;
            margin-left:50px
        }
        .form-container .form-control{
            margin-bottom: 10px;
        }
.news-heading a{
    font-weight: 400;
    line-height: 25px;
    font-size:17px;
    color:#535353;
}
.submit-btn{
    background-color: #307cb0;
    color:#fff;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 7px 30px !important;
    border-radius: 50px;
    border: transparent;
    text-transform: uppercase;
}
.submit-btn:hover{
    background-color: #ddc462;
    color:#fff;
}
@media (max-width: 768px) { /* Adjust breakpoint as needed */
    .form-container {
        margin-left: 0;
    }
    
}
.button-container {
  padding-top: 5px;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .button-container {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .six-section-index3 .third-line{
    margin-top:0;
  }
  .news-heading a{
      font-size:18px;
  }
  /*.news .nav-tabs li .news-blue-words{*/
  /*    font-size:18px;*/
}

.bg-gray{
    background-color: #e6e6e6;
}
.gray-text{
    color:#77787b;
}
.image-container {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    height: 55px;
}

.service-icon {
    max-height: 55px;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.primary-icon {
    opacity: 1;
}

.hover-icon {
    opacity: 0;
}

.pricing-box-left:hover .primary-icon {
    opacity: 0;
}

.pricing-box-left:hover .hover-icon {
    opacity: 1;
}
.bg-1{
    background-color: #005a93;
}
.bg-2{
    background-color: #307cb0;
}
.bg-3{
    background-color: #659dc6;
}
.bg-4{
    background-color: #dfebf4;
}
/* Alternative fix for custom mobile menus */
@media (max-width: 767px) {
    p{
        font-size: 17px;
    }
    /* Reset z-index stacking for all menu elements */
    .navbar-nav,
    .dropdown,
    .dropdown-menu,
    .nav > li,
    .navbar-collapse {
        position: relative !important;
        z-index: auto !important;
    }
    
    /* Ensure dropdown content displays as a block below its parent */
    .dropdown-menu {
        display: none;
        width: 100%;
        margin-left:20px;
        padding: 0;
        list-style: none;
        background-color: #fff;
    }
    
    /* Style for dropdown items */
    .dropdown-menu > li > a {
        display: block;
        padding: 10px 15px 10px 30px;
        clear: both;
        font-weight: 400;
        color: #333;
        white-space: normal;
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }
    
    /* When dropdown is open, display its content */
    .open > .dropdown-menu {
        display: block !important;
    }
    
    /* Ensure dropdown parent has clear indication it's clickable */
    .dropdown > a:after {
        content: " ▼";
        font-size: 10px;
        float: right;
        margin-top: 5px;
    }
   
    /* Container fixes */
    .navbar-collapse {
        overflow-y: visible !important;
        max-height: none !important;
    }
    
    /* Ensure content area is tall enough to display dropdown */
    .navbar-collapse.in {
        overflow-y: visible;
    }
}
.dropdown-menu > li:last-child > a {
    border-bottom: none;
}

/* If you're using Bootstrap 4/5, you might also need this selector */
.dropdown-menu > li:last-of-type > a {
    border-bottom: none;
}

/* For newer Bootstrap versions that use .dropdown-item */
.dropdown-menu > .dropdown-item:last-child {
    border-bottom: none;
}

/* Mobile Menu Styles */
.full-menu {
    width: 100%;
    height: 100%;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 1050;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.mobile-menu-container.active {
    left: 0;
}

/* Menu header */
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.menu-logo {
    text-align: center;
}

.menu-close {
    color: #d95030;
    font-size: 20px;
    cursor: pointer;
}

/* Menu items */
.mobile-nav-item {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    text-decoration: none;
}

.mobile-nav-item:hover, .mobile-nav-item:focus {
    background-color: #f9f9f9;
    color: #333;
    text-decoration: none;
}

/* Dropdown indicator */
.dropdown-indicator {
    color: #777;
    transition: transform 0.3s;
}

.dropdown-indicator.rotate {
    transform: rotate(90deg);
}


/* Dropdown content */
.dropdown-content {
    display: none;
    background-color: #f9f9f9;
}

.dropdown-content a {
    color: #333;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.dropdown-content a:hover {
    background-color: #f0f0f0;
}

/* Page overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1045;
    display: none;
}

.footer-container {
    display: flex;
    flex-direction: column;
    width: 60%;
}
@media screen and (max-width: 767px) {
    .footer-container {
        width: 100%;
        padding-left:10px;
    }
    .footer-links-group li a{
        font-size:16px;
    }
    .contact-section strong{
        font-size:16px;
    }
    .contact-section p{
        font-size:16px;
    }
}
  /* Accordion styling */
        .custom-accordion {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .custom-accordion .accordion-item {
            margin-bottom: 10px;
            border: none;
        }

        .custom-accordion .accordion-header {
            background-color: #f1f1f1;
            padding: 15px 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 3px;
            position: relative;
        }


/* Base title style */
.custom-accordion .accordion-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-right:20px;
    transition: color 0.3s ease; /* Add smooth transition for text color */
}

/* Make title white on hover for all accordions */
.custom-accordion .accordion-header:hover .accordion-title {
    color: white;
}

/* Individual hover background colors for each accordion */
#heading1 {
    background-color: #dfebf4;
}

#heading2 {
    background-color: #aac7d8;
}

#heading3 {
    background-color: #dfebf4;
}

#heading4 {
    background-color: #aac7d8;
}

#heading5 {
    background-color: #dfebf4;
}

#heading6 {
    background-color: #aac7d8;
}

#heading7 {
    background-color: #dfebf4;
}

#heading8 {
    background-color: #aac7d8;
}

#heading9 {
    background-color: #dfebf4;
}


#heading1:hover {
    background-color: #005a93;
}

#heading2:hover {
    background-color: #659dc6;
}

#heading3:hover {
    background-color: #307cb0;
}

#heading4:hover {
    background-color: #005a93;
}

#heading5:hover {
    background-color: #307cb0;
}

#heading6:hover {
    background-color: #659dc6;
}

#heading7:hover {
    background-color: #005a93;
}

#heading8:hover {
    background-color: #659dc6
}

#heading9:hover {
    background-color: #307cb0;
}
     

        .custom-accordion .accordion-icon {
            font-size: 12px;
            transition: transform 0.6s ease;
            display: inline-block;
            color: #777;
        }

        .custom-accordion .accordion-header[aria-expanded="true"] .accordion-icon {
            transform: rotate(180deg);
        }

        .custom-accordion .accordion-body {
            padding: 35px;
            background-color: #fff;
            line-height: 1.6;
            color: #333;
            border:1px solid #f1f1f1;
        }

        .custom-accordion .accordion-body p {
            margin-bottom: 15px;
        }

        /* Animation for accordion - uses height transitions directly */
        .custom-accordion .accordion-collapse {
            height: 0;
            overflow: hidden;
            transition: height 0.8s ease;
        }

        /* Remove default collapse class behavior */
        .custom-accordion .accordion-collapse.collapse {
            display: block;
        }

        /* We'll handle heights with JavaScript, not with the show class */
        .custom-accordion .accordion-collapse.show {
            /* Height will be set by JavaScript */
        }
        .accordion-body ul {
  padding-left: 40px;
  margin-bottom: 0;
  list-style-type: disc;
  color:#535353;
  font-weight: 400;
}
.accordion-body b{
    font-weight: 600;
}

.accordion-body li {
  margin-bottom: 5px;
  font-weight: 400;
  
}
.color-blue{
    color:#005a93;
    font-style: italic;
}
hr {
    border: none;
    height: 1px;
    background: #515A5F;
    width: 100%;
    
}


.color-blue:hover {
  color: #3a5cba !important;
  text-decoration: underline;
  font-style: italic;
}

hr {
  opacity: 0.15;
}
.contact-us {
    padding: 60px 0;
}
  .FAQ {
        
            margin: 0px auto;
        }
        
        .FAQ .accordion-item {
            margin-bottom: 10px;
        }
        
       .FAQ .accordion-header {
            background-color: #f8f9fa;
            padding: 15px 20px;
            cursor: pointer;
            border-radius: 4px;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
       .FAQ .accordion-title {
            font-weight: 500;
            color: #333;
        }
      
     #faq1{
         background-color: #dfebf4;
     }
      #faq2{
          background-color: #aac7d8;
     }
     #faq1:hover {
    background-color: #307cb0;
}

#faq2:hover {
    background-color: #659dc6;
}

       .FAQ .accordion-icon {
            font-size: 12px;
            transition: transform 0.3s;
        }
        
        .FAQ.collapsed .accordion-icon {
            transform: rotate(180deg);
        }
        
        .FAQ.accordion-body {
            /* padding: 20px;
            background-color: #fff; */
            border-top: none;
        }
        

.FAQ .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
    
    overflow: hidden;
}
/* Add smooth transition for accordion body */
.FAQ .collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}

/* When opened, allow smooth expansion */
.FAQ .collapse.in {
    max-height: 100%; /* Adjust this based on content */
    /* padding: 15px 20px; */
}

/* Rotate the icon when expanded */
.FAQ .accordion-header[aria-expanded="true"] .accordion-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}
  .FAQ .table-container {
            max-width: 600px;
            
            overflow: hidden;
        }
        
       .FAQ  .table {
            margin-bottom: 20px;
        }
        
        .FAQ .table thead {
            background-color: #f8f9fa;
        }
        
        .FAQ .table thead th {
            font-weight: 600;
            border-bottom: 2px solid #dee2e6;
        }
        
        .FAQ .table td, .table th {
            vertical-align: middle;
            padding: 12px 15px;
        }
        
        .FAQ .superscript {
            vertical-align: super;
            font-size: 70%;
        }
        
        @media (max-width: 576px) {
           .FAQ .table td, .table th {
                padding: 8px 10px;
                font-size: 14px;
            }
        }
  .table-container {
            max-width: 100%;
            overflow-x: auto;
        }
        
        .table {
            width: 100%;
            margin-bottom: 1rem;
            border-collapse: collapse;
        }

     
        
        .table thead th {
            background-color: #307cb0;
            font-weight:600;
            color:#fff;
            text-align: center;
            text-transform: uppercase;
        }
        .table td{
           color: #4a4848;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    word-spacing: 2px;
    line-height: 32px;
        }
        .table > tbody > tr > td{
            padding: 10px;
        }
        
        
        /* Custom styles for mobile view */
        @media (max-width: 767px) {
            .table-responsive {
                overflow-x: auto;
            }
            
            .mobile-table th, .mobile-table td {
                padding: 8px;
                font-size: 14px;
            }
            
            .mobile-table th {
                background-color: #dfebf4;
                font-weight: bold;
            }
        }
.table-striped > tbody > tr:nth-of-type(even){
        background-color: #f9f9f9;
} 
.table-striped > tbody > tr:nth-of-type(odd){
        background-color: #ffffff;
} 
   .table th, .table td {
            padding: 8px;
            border: 1px solid #dee2e6;
            vertical-align: top;
        }
.light-blue-bg{
    background-color:#dfebf4;
}


.milestone{
     max-width: 800px;
            margin: 0 auto;
            padding: 0;
}
/* Accordion Container */
        .minimalist-accordion {
            border: none;
            margin-bottom: 0;
            background-color: transparent;
            width: 100%;
        }
        
        /* Accordion Header */
         .minimalist-accordion .accordion-header {
            display: flex;
            align-items: left;
            padding: 0;
            border: none;
            width: 100%;
             background-color: #307cb0;
        }
        
        /* Toggle Button - Now on the right */
         .minimalist-accordion .toggle-btn {
            width: 40px;
            height: 40px;
            background-color: #307cb0;
            border: none;
            color: #333;
            font-size: 16px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            outline: none;
            order: 2; /* Ensures the button comes after the title */
        }
        
         .minimalist-accordion  .toggle-btn.collapsed {
            /*background-color: #7a7a7a;*/
            color:#535353;
        }
        
        /* Header Title */
         .minimalist-accordion .header-title {
            flex-grow: 1;
            padding: 15px 20px;
            font-weight: 500;
            font-size: 16px;
            color: #fff;
            margin: 0;
            background-color: #307cb0;
            text-align:left;
            order: 1; /* Ensures the title comes before the button */
        }
        
        /* Accordion Content */
         .minimalist-accordion  .accordion-content {
            padding: 25px;
            border: none;
            background-color: #dfedfe;
            text-align:left;
            
        }
        
        /* Remove Bootstrap's default panel styling */
         .minimalist-accordion  .panel, .panel-default, .panel-heading, .panel-body {
            background: transparent;
            border: none;
            border-radius: 0;
            box-shadow: none;
        }
        
         .minimalist-accordion  .panel {
            margin-bottom: 10px; /* Add space between panels */
            width: 100%;
        }
        
         .minimalist-accordion  .panel-heading {
            padding: 0;
            width: 100%;
        }
        
        .minimalist-accordion  .panel-body {
            padding: 0;
            width: 100%;
        }
        
         .minimalist-accordion .collapsed-section .accordion-content {
            display: none;
        }
       /* Custom plus/minus icons */
 .minimalist-accordion  .custom-icon {
    position: relative;
    width: 14px;
    height: 14px;
}

 .minimalist-accordion .custom-icon:before,
 .minimalist-accordion  .custom-icon:after {
    content: "";
    position: absolute;
    background-color: currentColor;
}
/* Horizontal line for both plus and minus */
.minimalist-accordion .custom-icon:before {
    width: 14px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
}

/* Vertical line only for plus */
.minimalist-accordion .custom-icon:after {
    width: 1px;
    height: 14px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #fff;
}

/* Hide vertical line for minus icon */
.minimalist-accordion .toggle-btn:not(.collapsed) .custom-icon:after {
    display: none;
}
 .minimalist-accordion  .accordion-content ul {
    padding-left: 40px;
    margin-bottom: 0;
    list-style-type: disc;
    color: #535353;
    font-weight: 400;
}
 .minimalist-accordion  .panel-group .panel + .panel{
    margin-bottom:10px;
}
.salary-wrapper {
    position: relative;
}

.salary-input {
    position: relative;
}

.salary-input::before {
    content: attr(data-prefix);
    position: absolute;
    left: 10px;
    top: 8px;
    color: #555;
}

.salary-input::after {
    content: attr(data-suffix);
    position: absolute;
    right: 10px;
    top: 8px;
    color: #555;
}
.resource ul li{
    font-weight:700;
    margin-bottom:0px;
    color:#005a93 ;
} 
.resource ul li:hover{
    color: #d15921 ;}
    
    
           .student-hub .custom-accordion {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .student-hub .custom-accordion .accordion-item {
            margin-bottom: 10px;
            border: none;
        }

        .student-hub .custom-accordion .accordion-header {
            background-color: #f1f1f1;
            padding: 15px 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 3px;
            position: relative;
        }

.course-structure{
    max-width: 800px;
            margin: 0 auto;
            padding: 0;
}
/* Base title style */
.student-hub .custom-accordion .accordion-title {
    font-size: 16px;
    font-weight: 500;
    margin-right:20px;
    /*color: #fff;*/
    transition: color 0.3s ease; /* Add smooth transition for text color */
}

/* Make title white on hover for all accordions */
.custom-accordion .accordion-header:hover .accordion-title {
    color: #fff;
}

/* Individual hover background colors for each accordion */
.student-hub #heading1 {
    background-color: #005a93;
    
   
}
.student-hub #heading1 .accordion-title{
    color:#fff;
}
.student-hub #heading1:hover .accordion-title{
    color:#fff;
}
.student-hub #heading3 .accordion-title{
    color:#fff;
}
.student-hub #heading3:hover .accordion-title{
    color:#fff;
}
#headingcs1{
    background-color: #005a93;
}
#headingcs1:hover{
    background-color: #307cb0;
}
#headingcs3{
    background-color: #005a93;
}
#headingcs3:hover{
    background-color: #307cb0;
}
.student-hub #heading11 {
    background-color:  #dfebf4;
   
}
.student-hub #heading11:hover {
    background-color:  #307cb0;
   
}
.student-hub #heading12 {
    background-color: #aac7d8;
   
}
.student-hub #heading12:hover {
    background-color: #659dc6;
   
}


.student-hub #heading3 {
    background-color: #005a93;
    color: #fff;
    
}

.student-hub #heading4 {
    background-color: #aac7d8;
    color:#333;
}

.student-hub #heading5 {
    background-color: #dfebf4;
}

.student-hub #heading6 {
    background-color: #aac7d8;
}

.student-hub #heading7 {
    background-color: #dfebf4;
}

.student-hub #heading8 {
    background-color: #aac7d8;
}

.student-hub #heading9 {
    background-color: #dfebf4;
}


.student-hub #heading1:hover {
    background-color: #307cb0;
}
#headingcs1 .accordion-title{
    color:#fff;
}

 #headingcs1:hover .accordion-title{
    color: #333;
}

#headingcs3 .accordion-title{
    color:#fff;
}
#headingcs3:hover .accordion-title{
    color: #333;
}


.student-hub #heading2:hover {
    background-color: #307cb0;
}

.student-hub #heading3:hover {
    background-color: #307cb0;
}

.student-hub #heading4:hover {
    background-color:#307cb0;
}

.student-hub #heading5:hover {
    background-color: #307cb0;
}

.student-hub #heading6:hover {
    background-color: #659dc6;
}

.student-hub #heading7:hover {
    background-color: #005a93;
}

.student-hub #heading8:hover {
    background-color: #659dc6
}

.student-hub #heading9:hover {
    background-color: #307cb0;
}
     

        .student-hub .custom-accordion .accordion-icon {
    font-size: 12px;
    transition: transform 0.6s ease, color 0.3s ease;
    display: inline-block;
    color: #777;
}

.student-hub .custom-accordion .accordion-header:hover .accordion-icon {
    color: white;
}

.student-hub .custom-accordion .accordion-header[aria-expanded="true"] .accordion-icon {
    transform: rotate(180deg);
    color: white;
}

        .student-hub .custom-accordion .accordion-body {
            padding: 35px;
            background-color: #fff;
            line-height: 1.6;
            color: #333;
            border:1px solid #f1f1f1;
        }

        .student-hub .custom-accordion .accordion-body p {
            margin-bottom: 15px;
        }

        /* Animation for accordion - uses height transitions directly */
        .student-hub .custom-accordion .accordion-collapse {
            height: 0;
            overflow: hidden;
            transition: height 0.8s ease;
        }

        /* Remove default collapse class behavior */
       .student-hub  .custom-accordion .accordion-collapse.collapse {
            display: block;
        }

        /* We'll handle heights with JavaScript, not with the show class */
       .student-hub  .custom-accordion .accordion-collapse.show {
            /* Height will be set by JavaScript */
        }
        .student-hub  .accordion-body ul {
  padding-left: 40px;
  margin-bottom: 0;
  list-style-type: disc;
  color:#535353;
  font-weight: 300;
}
.student-hub .accordion-body b{
    font-weight: 500;
}

.student-hub .accordion-body li {
  margin-bottom: 5px;
}
    .dropdown-menu > .active > a{
        background-color:#fff;
        color:#515A5F;
    }
       .dropdown-menu > .active > a:hover{
        background-color:#fff;
        color:#515A5F;
    }
.ESI-table {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* If you're using a container for the table, you can also set text-align center */
.table-container {
    text-align: center;
}

/* If the table is inside a container, but you want only the table centered */
.table-container .ESI-table {
    margin-left: auto;
    margin-right: auto;
}



.PF-table {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* If you're using a container for the table, you can also set text-align center */
.table-container {
    text-align: center;
}

/* If the table is inside a container, but you want only the table centered */
.table-container .PF-table {
    margin-left: auto;
    margin-right: auto;
}
.LWF-table {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* If you're using a container for the table, you can also set text-align center */
.table-container {
    text-align: center;
}

/* If the table is inside a container, but you want only the table centered */
.table-container .LWF-table {
    margin-left: auto;
    margin-right: auto;
}


.abbreviation-tbl {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* If you're using a container for the table, you can also set text-align center */
.table-container {
    text-align: center;
}

/* If the table is inside a container, but you want only the table centered */
.table-container .abbreviation-tbl {
    margin-left: auto;
    margin-right: auto;
}
/* Hide element on desktop/larger screens */
@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}

/* Show element on mobile/smaller screens */
@media screen and (max-width: 767px) {
  .hide-on-desktop {
    display: block; /* or flex, grid, etc. depending on your layout needs */
  }
}
/* This class will be hidden on mobile devices */
.mobile-hidden {
  display: block; /* or whatever default display value you need */
}

/* Media query for mobile devices */
@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
/* CSS fixes for iOS compatibility */
.career-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* Form layout with custom classes */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form-column-half {
    flex: 0 0 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.form-column-full {
    flex: 0 0 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

/* iOS form input fixes */
input[type="text"], 
input[type="email"], 
input[type="tel"],
input[type="date"],
input[type="file"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    /*width: 100%;*/
    padding: 10px;
    /*font-size: 16px;*/
    border: 1px solid #ccc;
}

/* Fix date input on iOS */
input[type="date"] {
    height: auto;
    line-height: normal;
}

/* Ensure proper rendering of file input on iOS */
input[type="file"] {
    padding: 8px;
}

/* Fix button appearance on iOS */
.btn.button.send-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

/* Add proper spacing for form groups */
.form-group {
    margin-bottom: 15px;
    position: relative;
}

/* Ensure proper textarea height */
textarea {
    min-height: 80px;
    resize: vertical;
}

/* Fix for iOS safari specific bugs */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input[type="text"],
    input[type="date"],
    input[type="email"],
    input[type="tel"] {
        line-height:0px;
        /*font-size: 16px;*/
    }
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .form-column-half {
        flex: 0 0 100%;
    }
    
 
}
@media screen and (max-width: 767px) {
    input[type="text"], 
    input[type="email"], 
    input[type="tel"],
    input[type="date"],
    input[type="file"],
    textarea,
    select {
        font-size: 16px !important; /* Prevent zoom on iOS */
    }
}
/* iOS Date Input Fix - CSS Only Solution */

/* Fix the oversized placeholder issue on iOS date inputs */
input[type="date"],
input[onfocus*="this.type='date'"] {
    -webkit-appearance: none;
    appearance: none;
    min-height: 30px;
    max-height: 30px;
    line-height: normal;
    font-size: 14px;
    padding: 0 10px;
    padding-right: 30px;
    box-sizing: border-box;
    position: relative;
}

/* Hide the internal spinning wheel controls on Webkit */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Style the date picker indicator to be smaller and positioned properly */
input[type="date"]::-webkit-calendar-picker-indicator,
input[onfocus*="this.type='date'"]::-webkit-calendar-picker-indicator {
    background: transparent;
    color: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    margin: 0;
}

/* Force consistent height across iOS Safari versions */
@supports (-webkit-touch-callout: none) {
    input[type="date"],
    input[onfocus*="this.type='date'"] {
        height: 38px !important;
        background-clip: padding-box;
    }
}
/* Original Styling */
.tax-dashboard {
    background-color:#005a93;
    padding: 25px 20px 40px 20px;
    border-radius: 10px;
    margin-bottom: 50px;
    position: relative;
}

.custom-card {
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border: none;
    background-color: white;
    margin: 10px 15px;
    padding: 20px 10px;
    min-height: 230px;
}

.e-filing-btn {
    background-color: #0099ff;
    border: none;
    border-radius: 6px;
    padding: 8px 15px;
    color: white;
    font-size: 14px;
    margin-top: 15px;
}

.today-badge {
    background-color: #d15921;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;  position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}


.section-title {
    margin-bottom: 15px;
    color: #fff;
    text-align:center;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
}

.form-title {
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0;
}

.date-text {
    color: #555;
    margin-bottom: 0;
}

.card-content {
    text-align: center;
}

/* Navigation styling */
.owl-navigation-container {
    display: flex;
    justify-content: flex-start; /* Aligns arrows to the left */
    align-items: center;
    margin-top: 20px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

.arrows-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;  /* Center the arrows horizontally */
    transform: translateX(-50%); /* Adjusts to exactly center */
}

.nav-arrow {
    background: #708fa5;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

.nav-arrow:hover {
    background-color: #aac7d8;
}

/* Entire Calendar link */
.calendar-link-wrapper {
    text-align: right;
    margin-left: auto; /* Align the calendar link to the right */
}

.tax-calendar-link {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}


/* Hide the default owl carousel navigation */
.owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .custom-card {
        margin: 0 auto;
        max-width: 280px;
    }
    
    .owl-navigation-container {
        padding: 0 5px;
    }
    .calendar-link-wrapper{
        margin-top:70px;
        width:100%;
        text-align:center;
    }
.tax-calendar-link{
         margin-top:60px
     }
    .owl-navigation-container{
        margin-top:0px;
    }
}
