#footer-top
{
    background-color: #f0f3f2 !important;
}

/**Table of Content**/
.table-of-contents
{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    width: 0px;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    z-index: 1;
    transition: 0.3s ease all;
}
.table-of-contents-show
{
    width: 300px;
    z-index: 9999 !important;
}

.content-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
}
.content-list li a 
{
    font-size: 20px;
    line-height: 22px;
    color: #333;
    font-family: 'Libre Baskerville', serif;
}
.content-list li
{
    padding: 18px 0;
    border-bottom: 1px solid #777;
}
.tabs--link
{
    transition: 0.3s ease all;
}
/**Table of Content**/




/**Presentaion Page **/
.presentation-wrapper
{
    padding: 40px 0;
}

.feature-presentation-block{
    padding: 20px 0;
}


.presention-block-title
{
    font-size: 36px;
    line-height: 1.45;
    color: #122058;
    font-weight: 400;
    font-family: "Libre Baskerville";
}
.presentation-block-desc
{
    font-size: 20px;
line-height: 30px;
color: #b1c02a;
font-weight: 700;
margin-bottom: 20px !important;
font-family: "Libre Baskerville";
}

.bg-wrapper
{
padding: 40px 40px;
background-color: #122058;
}
/**@media(min-width:767px){
    .bg-wrapper{
        margin-bottom: -70px;
    }
}
**/

.bg-wrapper .wrapper-text{
font-size: 18px;
line-height: 30px;
color: #ffffff;}


.presentation-title
{
    font-size: 36px;
    line-height: 60px;
    display: inline-block;
    font-weight: 700;
    font-family: "Libre Baskerville";
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
}
.bg-blue
{
    background-color: #050e47;
    color: #b1c02a;
}

.bg-gren
{
    background-color: #b1c02a;
    color: #050e47;
}

.presentation-service-block
{
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.service-block
{
   text-align: center;
   background-color: #cccccc;
   text-align: center;
    padding: 10px 20px 40px;
   border-bottom: 10px solid #bfcb65;
   margin-bottom: 20px;
   flex: 0 0 19%;
   width: 19%;
}

@media(max-width:991px){
    .service-block{
        flex: 0 0 49%;
        width: 49%;
    }   
}

@media(max-width:540px){
    .service-block{
        flex: 0 0 100%;
        width: 100%;
    }   
}


.service-block-content{
font-size: 14px;
line-height: 18px;
color: #484848;}

.service-block-title
{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size:20px !important;
}

.client-brand{
    padding: 50px 0;
    background-color: #f1f1f1 !important;
}

.client-brand-lists{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.client-brand-lists img
{
    flex: 0 0 19%;
    width: 19%;
}
@media(max-width:500px){
.client-brand-lists img
{
    flex: 0 0 50%;
    width: 50%;
}}

.presentation-story-block
{
    padding: 50px 0px;
}

.story-block-head{
    text-align: center;
}
.story-block-head img{
    margin-bottom: 25px !important;
}
.story-block-head h2{
font-size: 38px;
line-height: 52px;
color: #122058;
font-weight: 700;
margin-bottom: 20px !important;
font-family: "Libre Baskerville";}
.story-block-head p{
    font-size: 18px;
line-height: 24px;
color: #484848;
}

.story-banner-block
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media(max-width:768px){
    .story-banner-block{
           justify-content: center !important;
    }
}

@media(max-width:600px){
    .presentation-title {
    font-size: 28px !important;
    line-height: 50px !important;}
    .approach .step-column{
        width: 50% !important;
    }
}

.story-banner-block img
{
flex: 0 0 49%;
border: 1px solid #ccc;
margin-bottom: 20px;
}
.mbottom-30
{
    margin-bottom: 30px !important;
}

.fp-blocks{
display: flex;
justify-content: space-between;
}.fp-block-top
{
display: flex;
align-items: center;
margin-bottom: 12px;
cursor: pointer;
}
.fp-block{
margin-bottom: 20px;
border-bottom: 2px solid #d4d4d4;
}
.fp-icon .uil
{
color: #c0cb65;
font-size: 35px;
line-height: 35px;
}
.fp-title h3
{
font-size: 19.327px;
color: #050e47;
font-weight: 700;
margin-bottom: 0;
padding-left: 12px;
line-height: 1.019;
}
.inner-desc {
flex: 0 0 80%;
width: 80%;
}
.fp-content {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
transition: 0.5s ease all;
display: none;
}
.fp-content-show
{
display: flex;
}
/**Presentaion Page **/


.inner-portfolio-content
{
    padding: 50px 0;
}
.recent-post-nav
{
    padding: 35px 0;
    border-top: 1px solid rgb(201, 196, 196);
    margin-top: 4rem;
}


.text-right
{
    text-align: right;
}
.portfolio-title
{
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}
.portfolio-title span
{
    font-size: 14px;
    line-height: 25px;
    display: block;
    margin-top: 0.90rem;
}

.portfolio-subtitle
{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 2.5rem !important;
}
.portfolio-items{
    margin-top: 2.5rem !important;
}

.portfolio-items
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-share ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.social-share ul li a{
padding: 0 12px;
font-size: 1.1rem;
color: #000;
}
.social-share ul li a:first-child{
    padding-left: 0;
}
.refer-url a 
{
    font-size: 1.1rem;
color: #000;
}

.nav-title
{
    font-weight: bold;
    font-size: 18px;
}
.main-portfolio
{
    font-size: 1.5rem;
    color: #000;
}




.c-v .content h2 a{
        color: #050e47 !important;
        text-decoration: none !important;
            font-size: 20px;
}





.slider-content
{
    padding: 20px 0;
    position: relative;
}
.carousel-inner {
    padding: 0px !important;
}
.anim-line-top, .anim-line-bottom {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: 1s cubic-bezier(.858, .01, .068, .99);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #000;
}

.slider-c-btn i
{
color: #000;
font-size: 2.5rem;
}
.slider-c-btn
{
    align-items: flex-end !important;
    justify-content: flex-end;
    width: 5%;
}
.right-50
{

    left: auto;
    right: 8%;
}
.bottom-10
{
    bottom: 10px;
}
.slider-content h3
{
    margin-bottom: 0px;
}

.portfolio-slider
{
    padding: 8% 0px;
}

@media(min-width:767px)
{
    .even-slider
    {
        margin-top: 4.3rem;
    }
}

@media(max-width:767px)
{
.slider-content
    {
        margin-bottom: 1.5rem !important;
    }
}

@media(max-width:1024px){
    .right-50
    {
            right: 12% !important;
    }
}


.slider-content h3 a
{
        color: #333 !important;
        text-decoration: none !important;
}



@media(max-width:600px)
{
    .section-grid .client-list
    {
        flex: 0 0 50% !important;
    }
    
    .slider-content h3 a, .slider-content h3{
            font-size: 20px !important;
    }
    .slider-c-btn i{
            font-size: 2rem !important;
    }
    
}

.client--section
{
    position: relative;
    padding: 40px 0px;
}

.section-grid
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.section-grid .client-list
{
    flex: 0 0 24%;
padding: 81px 25px;
border-color: #000;
text-align: center;
    border-style: solid;
    border-width: 0 1px 1px 0;
}

.section-grid .client-list:nth-child(1) {
    border-top-width: 1px;
}
.section-grid .client-list:nth-child(4n-3)
{
    border-left-width: 1px;
}
.section-grid .client-list:nth-child(2) {
    border-top-width: 1px;
}
.section-grid .client-list:nth-child(3) {
    border-top-width: 1px;
}
.section-grid .client-list:nth-child(4) {
    border-top-width: 1px;
}


.section-grid .client-list img
{
filter: grayscale(100%); 
    transition: 0.3s ease !important;
    transition-duration: 3s;
}

.cursor
{
    position: fixed;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #000;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none !important;
    mix-blend-mode: difference;
}


.section-grid .client-list:hover ~ .cursor
{
    -webkit-transform: scale(15);
    transform: scale(15);
}
.client-list:hover .img-revert
{
  /** filter: brightness(0) invert(1) !important;**/
filter: grayscale(0); 
    transition: 0.3s ease all;
}
.img-revert
{
    transition: 0.3s ease all;
}












.m-top{
    margin-top:45px !important;
}
.page--title--bar {
    padding: 60px 0px !important;
}
.color-yellow {
    background-color: #efa14a;
}
.color-l-yellow
{
    background-color: #ecb94c !important;
}
.color-l-purple{
    /*background-image:url("images/purple gradient.png") !important;*/
    background-color: #821a55 !important;
}
.color-blue
{
    background-color: #5e91e2 !important;
}
.color-light-green{
    background-color: #82c0d2 !important; 
}
.color-light-green-1 {
    background-color: #68ccbe !important;
}
.color-pink{
        background-color: #f35f9d !important; 
}
.color-ll-pink{
    background-color: #eb81af !important;
}
.color-green
{
     background-color: #c0cb65 !important;
}
.color-brown
{
     background-color: #d3a67e !important;
}
.color-l-pink{
   background-color: #f85c4f  !important; 
}

.color-l-blue{
   background-color: #4200ff  !important; 
}

.color-lgreen{
   background-color: #65b1b1  !important; 
}










.get-a-quote {
    padding: 2px 10px;
    color: #25292d;
    border: 1px solid #25292d;
    position: relative;
    text-decoration: none !important;
}

@media(max-width:600px){
    .page-title-bar-banner{
            padding: 30px 0px 30px !important;
    }
}


@media(max-width:768px){
    .header__bar{
        padding: 0 10px !important;
    }.header__logo {
    flex: 0 0 65%;
    width: 65%;
}.cus-btn span{
    display: none !important;
}
}
.header{
    background-color: transparent !important;
}
.get-a-quote::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0 !important;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.6s ease all;
    background-color: #fff !important;
}
.get-a-quote:hover::after {
    width: 100% !important;
} 
.header__logo{
    flex: 0 0 70%;width:70%;}
.header__logo1 {
    flex: 0 0 84%;
    width: 100%;
}
html {
  scroll-behavior: smooth !important;
}

.home11-slider-prev
{
    position: absolute !important;
  width: 48px !important;
  height: 48px !important;
  bottom: auto !important;
  top: 50% !important;
  left: 50px !important;
  right: auto !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 14px !important;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.home11-slider-next
{
    position: absolute !important;;
  width: 48px !important;
  height: 48px !important;
  bottom: auto !important;
  top: 50% !important;
  left: auto !important;
  right: 50px !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 14px !important;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

@media(max-width:760px){
    .header__logo {
    flex: 0 0 50% !important;
    width: 50% !important;
}
}

@media(width:1024px){
    .pagetitlebar-content h1{
        font-size: 50px !important;
    }
    .g-block .title {
    color: #fff!important;
    font-size: 40px !important;
    line-height: 50px !important;
    text-transform: capitalize !important;
}.g-block h3 {
    font-size: 25px!important;
    color: #010a44!important;
    line-height: 1.1 !important;
}
.g-block {
    padding: 70px 0 !important;
}
}
.page-title-bar-banner{
        padding: 125px 0px 110px;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-title-bar-banner .container-fluid
{
    padding-left: 0;
    padding-right: 0;
}
.page-title-bar-banner .container-fluid .pagetitle-bar
{
    position: relative;
}.page-title-bar-banner .container-fluid .pagetitle-bar img
{
width: 100%;
}
.pagetitlebar-content{
}
.pagetitlebar-content h1{
line-height: 1.15;
font-size: 65px;
font-weight: bold !important;
color: #fff;
text-align: right;
margin-bottom: 25px;}
.pagetitlebar-content p{
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    margin-left: auto;
    margin-bottom: 20px;
    text-align: right;
}



@media(width:768px){
    .pagetitlebar-content h1{
            font-size: 40px !important;
                line-height: 1.45 !important;
    }.pagetitlebar-content p{
            font-size: 20px !important;
            line-height: 25px !important;
    }
}
@media(max-width:600px){
     .pagetitlebar-content h1{
            font-size: 2.5rem !important;
    }.pagetitlebar-content p{
            font-size: 1.5rem !important;
            line-height: 1.35 !important;
    }  
    
    .header
    {
        background-color: #fff !important;
    }
    .page-title-bar-banner.m-top{
        margin-top: 64px !important;
    }.pagetitlebar-content h1{
        margin-bottom:10px !important;
    }.pagetitlebar-content{
        top: 15% !important;
    }
}

.flyer-light-green
{
        background-color: #4bbad6 !important;
}



.get-title{padding-left:20%!important}
.get-connected{background-color:#24262e!important;padding-top:20%}
.get-connected h2{color:#fff!important;font-size:40px!important;line-height:45px!important}
@media(min-width:769px)
{.enquiry-form-content h2{font-size:60px!important;line-height:60px!important;font-weight:700!important;margin-bottom:25px!important;text-align:right;
}}
.footer-section{
    padding:50px 0 20px!important;
    /*background-image:url(".../assets/images/footer-bg1.png")!important;*/
    /*background-size:cover;*/
}
.enquiry-form-content p{font-size:25px!important;font-weight:500!important;opacity:.7;text-align:right}
textarea:focus{border-color:transparent!important}
.get-connected p{color:#fff!important;font-size:30px}
#footer-top .container-fluid{padding-left:0;padding-right:0}
.no-padding{padding-left:0!important;padding-right:0!important}
.get-connected ul{padding-left:30px;text-align:center;margin:0}
.get-connected ul li{display:inline-block;width:24%;padding:0 5px 10px}
.get-connected ul li a img{width:100%;opacity:1;-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],textarea{background-color:transparent!important;border-radius:5px !important}
.back-color{background-color:#f0f3f2}.get-connected ul li a:hover img{opacity:.7!important;-webkit-filter:grayscale(100%)!important;filter:grayscale(100%)!important;-webkit-transition:.3s linear!important;transition:.3s linear!important}
.enquiry-form p{font-size:20px}
.enquiry-form{background-color:#f0f3f200;padding:40px 2%!important}.row.display-flex{display:flex;flex-wrap:wrap}.row.display-flex > [class*='col-']{display:flex!important;flex-direction:column!important}.home-field{background-color:transparent!important;padding-left:10px !important;border-bottom:2px solid #fff !important;border-radius:0!important;background:transparent!important}
.ex-field,.ex-field:focus
{border-bottom: 2px solid #fff !important;
    border: 2px solid #fff;}
.col-md-6.max-mb-50.footer-right {
    padding: 60px;
}
img.social-img {
    width: 40px;
    background-color: yellow;
    border-radius: 50px;
    padding: 5px;
}
.round-icons a {
  background: yellow;
    color: #421d63;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0.5em;
  text-align: center;
  border-radius: 100%;
  transition: 0.15s all ease-in-out;
}
.round-icons a svg {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.round-icons a:hover {
  background: #000;
  color:#fff;
}
i.fa.fa-facebook-f {
    padding: 12px;
    font-size: 20px;
}
i.fa.fa-twitter {
    padding: 12px;
    font-size: 20px;
}
i.fa.fa-instagram {
    padding: 12px;
    font-size: 20px;
}
i.fa.fa-linkedin {
    padding: 12px;
    font-size: 20px;
}
i.fa.fa-tumblr{
     padding: 12px;
    font-size: 20px;
}
i.fa.fa-pinterest{
    padding: 12px;
    font-size: 20px;
}
@media (min-width: 320px) and (max-width: 480px) {
  
 .col-md-6.max-mb-50.footer-right {
    padding-left: 20px !important;
}
  
}