
@font-face {
	font-display: swap;
	font-family: "DINPro-Condensed";
	font-style: normal;
	font-weight: 900;
	src: local("DINPro-Condensed"), url(../fonts/DINPro-Condensed-Black.1a54726.woff) format("woff"), url(/_nuxt/fonts/DINPro-Condensed-Black.6b25e2b.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: "DINPro-Condensed";
	font-style: normal;
	font-weight: 700;
	src: local("DINPro-Condensed"), url(../fonts/DINPro-Condensed-Bold.089ced2.woff) format("woff"), url(/_nuxt/fonts/DINPro-Condensed-Bold.a34235c.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: "DINPro-Condensed";
	font-style: normal;
	font-weight: 500;
	src: local("DINPro-Condensed"), url(../fonts/DINPro-Condensed-Medium.dbff778.woff) format("woff"), url(/_nuxt/fonts/DINPro-Condensed-Medium.eb703b8.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: "DINPro-Regular";
	font-style: normal;
	font-weight: 400;
	src: local("DINPro-Regular"), url(../fonts/DINPro-Regular.6f62681.woff) format("woff"), url(/_nuxt/fonts/DINPro-Regular.2a78e30.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: "DINPro-Regular";
	font-style: normal;
	font-weight: 900;
	src: local("DINPro-Regular"), url(../fonts/DINPro-Bold.2f7ba88.woff) format("woff"), url(/_nuxt/fonts/DINPro-Bold.fe53cd3.woff2) format("woff2")
}
  
/*My Custom CSS Comes Here*/

.timeline-1-row section .icon, .center-line-1 .scroll-icon-1{
    background: #edbc55 !important;
}
.navbar-nav .nav-link.active{
    color: #edbc55;
}
.py-10{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pb-10{
    padding-bottom: 5rem !important;
  }

  .pt-10{
    padding-top: 5rem !important;
  }

  .my-10{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mt-10{
    margin-top: 5rem !important;
  }

  .mb-10{
    margin-bottom: 5rem !important;
  }

.image-style-practice-area-1200px-676px[width="1200"][height="400"] {
    display: block !important;
  }
/*Customize Default Breadcrumb Appearance*/
.breadcrumb-wrapper{
    background-image: url(../images/abastract-big-data.jpg);
    background-position: center;
    background-attachment: fixed;
}
.breadcrumb{
    justify-content: center;
}

.breadcrumb-item + .breadcrumb-item{
    position: relative;
}

.breadcrumb-item + .breadcrumb-item::before{
    font-style: normal;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 4px 0 4px 0;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    transform: translateY(0px);background: #ffffff;
    opacity:1;
    color:#00331c;
    float:none;
    margin:0px 8px;
}

.breadcrumb-item + .breadcrumb-item a{
    text-decoration: none;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    color: #131433;
    font-weight: 300;
    font-family: "DINPro-Condensed";
}

.menu--main .nav-link.is-active{
    color:#edbc55;
}

.menu--main .dropdown-item.active{
    background:#edbc55;
}

.menu--main .dropdown-item:active,
.menu--main .dropdown-item:focus{
    background: #131433;
}

.menu--main .dropdown-menu{
    line-height: 2em;
}



.title-white h6,
.title-white h5,
.title-white h4,
.title-white h3,
.title-white h2,
.title-white h1{
    color: white;
    position: relative;
    display: inline-block;
}

.title-default h6,
.title-default h5,
.title-default h4,
.title-default h3,
.title-default h2,
.title-default h1{
    position: relative;
    display: inline-block;
}

.title-white h6::before,.title-default h6::before,
.title-white h5::before,.title-default h5::before,
.title-white h4::before,.title-default h4::before,
.title-white h3::before,.title-default h3::before,
.title-white h2::before,.title-default h2::before,
.title-white h1::before,.title-default h1::before{
    background: linear-gradient(to right,#edbc55,rgb(184 151 128 / 0));
    content: "";
    height: 2px;
    width: 50px;
    border-radius: 80px;
    position: absolute;
    right: -70px;
    top: 54%;
    transform: translateY(-50%);
}

strong{
    color: #ff0000;
}

/*Global Slick Override*/

.slick-override .slick-dots li button::before{
    font-size: 1rem;
    width: 21px;
    height: 15px;
    content: "";
    background: #edbc55;
    border-radius: 0px 7px 0px 7px;
}

.slick-override .slick-dots li.slick-active button::before {
    opacity: 1;
}

.slick-override .slick-prev:before, 
.slick-override .slick-next:before{
    opacity: 1;
}

.slick-override .slick-prev::before{
    color:#edbc55;
    font-size: 25px;
    border-radius: 5px 0px 5px 0px;
    padding: 10px;
    line-height: 100%;
    /*transition: 0.2s;*/
    background: #0000006b;
}

.slick-override .slick-prev::before{
    content: '\F12F';
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-override .slick-next::before{
    content: '\F138';
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-override .slick-next::before{
    color:#edbc55;
    font-size: 25px;
    border-radius: 0px 5px 0px 5px;
    padding: 10px;
    line-height: 100%;
    /*transition: 0.2s;*/
    background: #0000006b;
}

.slick-override .slick-prev {
    left: 90%;
}

.slick-override .slick-next {
    right: 2%;
}

.slick-override .slick-arrow:hover::before {
    color: white;
    background: #040348;
}

/*Customize Link Colour*/

body a {
    color: #131433;
    text-decoration: none;
}

body a:hover {
    color: #fa9146;
}

h5.card-title a{
    text-decoration: none;
}

.sub-title{
    color: #040348;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
    width: fit-content;
    padding-left: 30px;
}

.sub-title:before{
    background: linear-gradient(to right,#013e22,rgb(184 151 128 / 6%));
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.sub-title:after{
    background: linear-gradient(to left,#013e22,rgb(184 151 128 / 6%));
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -29px;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

/*Navigation*/

header .nav-link{
    color: #131433;
}

.path-node header .nav-link{
    color: #131433;
}

.nav-link, .media-library-view--widget .view-header a{
    color: #ff0000;
}

.nav-link:hover, .media-library-view--widget .view-header a:hover, 
.nav-link:focus, .media-library-view--widget .view-header a:focus {
    color: #00683F;
}

header .nav-link:hover,
header .nav-link:focus,
header .navbar-nav .nav-link.show {
    color:#edbc55;
}


/*Override Slider Image Width*/
.main-slider .img-fluid{
    width: 100%;
}

.main-slider  .carousel-caption{
    bottom: 10.25rem;
}

.main-slider .md-bullet, .main-slider .md-bullet a{
    height: 12px;
    width: 20px;
    border-radius: 7px 0px 7px 0px;
}

/*Intro Block*/

.intro-bg{
    background-image: url(../images/Landing-Image.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #4f5776;
    background-blend-mode: overlay;    
}

.intro-section{
    background-color: #1b1c2eb8;
    background-blend-mode: overlay; 
    position: relative;
}

.intro-block{
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 4.44rem 0;
    overflow: hidden; 
    z-index: 1;
}

.path-node .intro-block{
    height: auto;
    max-height: 100vh;
    /*display: block;*/
    padding-left: 0%;
}

.who-we-are{
    background-blend-mode: difference;
}


.page-node-type-projects-done .who-we-are{
    background-blend-mode: hard-light;
}

.toolbar-horizontal .intro-block{
    width: initial;
}

.intro-block h1, .intro-block h2, .intro-block h3{
    color: #edbc55;
}

.path-node .intro-block h1{
    padding-left: 0%;
}

.intro-block h1{
    color: #edbc55;
    padding-left: 2%;
    position: relative
} 

.path-frontpage .intro-block h1::before{
    content: " ";
    display: block;
    width: 2px;
    height: 222px;
    border-top: 111px solid #89aef3;
    background: rgb(233 240 246) none repeat scroll 0% 0%;
    position: absolute;
    left: 0%;
    top: 3%;
}

.intro-block p{
    color: white;
    font-size: 19px;
    font-weight: 100; 
}

.intro-bird-below{
    /*padding: 130px 0px !important;*/  
}

.intro-bird-below p{
    font-size: 31px;
    font-weight: 600;
    color: #0a0b25;
    font-weight: 300;
}  

.particle-js{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.user-logged-in.path-frontpage .particle-js{
    display: none;
}

.custom-list ul li:before,
.custom-list ol li:before{
    content: "\F633";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    vertical-align: -0.125em;
    padding-right: 1rem;
    /*
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 2px;
    left: -15px;
    z-index: 1;
    color: #2D89FB;*/
}

.custom-list ul li,
.custom-list ol li{
    position: relative;
    list-style: none;
}

.custom-list ul,
.custom-list ol{
    padding-left: 0rem;
}

/*Front Page Styles*/

.sk-cube-grid .sk-cube,
.is-b-loading:not(.is-b-loaded):not([data-animation]):before {
    background-color: #013e22 !important;
}

.rounded-inverted-5 img, .rounded-inverted-5{
    border-radius: 25px 0px 25px 0px;
}

.rounded-inverted-3 img, .rounded-inverted-3{
    border-radius: 15px 0px 15px 0px !important;
}

 .btn.rounded-inverted-3, .rounded-inverted-3 .btn{
    border-radius: 15px 0px 15px 0px;
    padding: 13px;
    line-height: 100%;
    transition: all .3s;
    background: linear-gradient(250deg, #c1a744, #013e22, #ff0000);
      background-size: auto;
    background-size: auto;
    background-size: 400% 400%;
    -webkit-animation: AnimationName 10s linear infinite;
    -moz-animation: AnimationName 10s linear infinite;
    animation: AnimationName 10s linear infinite;
}

.btn.rounded-inverted-3-outlined, .rounded-inverted-3-outlined .btn{
    border-radius: 7px 0px 7px 0px;
    padding: 13px;
    line-height: 100%;
    transition: all .3s;
    background: transparent;
      background-size: auto;
    background-size: auto;
    background-size: 400% 400%;
    -webkit-animation: AnimationName 10s linear infinite;
    -moz-animation: AnimationName 10s linear infinite;
    animation: AnimationName 10s linear infinite;
    border-color: white;   
}

.path-node .btn-falcon .btn.rounded-inverted-3-outlined,
.path-node .btn.rounded-inverted-3-outlined.btn-falcon, 
.path-node .btn-falcon.rounded-inverted-3-outlined .btn,
.path-node .btn-falcon{
    border-color: #131433;
    color: #131433;
}

.btn-falcon .btn.rounded-inverted-3-outlined:hover,
.btn.rounded-inverted-3-outlined.btn-falcon:hover,
.btn-falcon .rounded-inverted-3-outlined .btn:hover,
.btn-falcon:hover{
    border-color: #edbc55;
    color: #edbc55;
}

.btn.rounded-inverted-3-outlined:hover, .rounded-inverted-3-outlined .btn:hover{
    border-color: #edbc55;
}



.btn.rounded-inverted-3:hover, .rounded-inverted-3 .btn:hover{
    /*color: #013e22;*/
    background: #131433;
    /*border: 2px solid #013e22;*/
}

.btn.rounded-inverted-3-outlined:hover, .rounded-inverted-3-outlined .btn:hover{
    /*color: #013e22;*/
    background: #131433;
    /*border: 2px solid #013e22;*/
}

.gradient-separator, h3.gradient-separator{
    position: relative;
}

h3::after.gradient-separator{
    border-image: linear-gradient(to right,#b8967e,rgb(58 123 213 / 0));
    border-image-slice: 1;
}

.gradient-separator::after{
    border-image: linear-gradient(to right,#b8967e,rgb(58 123 213 / 0));
    border-image-slice: 1;
}

h1:after.gradient-separator, h2:after.gradient-separator,
h3.gradient-separator, h4:after.gradient-separator{
    border-image: linear-gradient(to right,#b8967e,rgb(58 123 213 / 0));
    border-image-slice: 1;
}

.call-all-action{
    /*position: relative;*/
}

.call-all-action-contact{
    background-size: 35% auto !important;
    background-attachment: fixed;
}

.call-all-action-contact svg{
    color: #013e22
}

.call-all-action-text{
    /*position: absolute;
    top: 18%;
    left: 0%;
    translate: 0% 0%;
    display: block;
    z-index: 1;
    color: white;*/
}

.main-slider .slide-link a:before{

}

.main-slider .slide-link a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 15px 0px 15px 0px;
    padding: 13px;
    border: 0px solid #1a4a9c !important;
    line-height: 100%;
    transition: 0.2s;
    background: linear-gradient(250deg, #c1a744, #013e22, #ff0000);
      background-size: auto;
    background-size: auto;
    background-size: 400% 400%;
    -webkit-animation: AnimationName 10s linear infinite;
    -moz-animation: AnimationName 10s linear infinite;
    animation: AnimationName 10s linear infinite;
}

.main-slider .slide-link a:hover {
    color: rgb(255,255,255) !important;
    border: 2px solid #013e22 !important;
    background: rgb(0,0,0,0) !important;
    text-decoration: none;
}

.main-slider .slide-body{
    /*font-size: 18px;*/
    line-height: 1.6em;
}

.main-slider .md-bullet {
    background: #ff0000;
}

.main-slider .md-bullet.md-current {
    background: #013e22;
}


.wrapper-gray, .wrapper-gray-inner .webform-submission-contact-form {
    background-color: #e3efe347;
}

.wrapper-gray-inner .webform-submission-contact-form{
    padding: 1em 1.6em 1.6em;
}

.wrapper-services .sub-title,
.wrapper-news .sub-title,
.team-wrapper .sub-title{
    left: 50%;
    transform: translate(-55%, 0);
}

.node__content{
    background: #e1e1e1;
}


/*Articles Override*/

.blog-teaser-1 h2{
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 2rem;
}

.blog-teaser-1 .focus-areas h2{

}

.core-values h2{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0a0b25;
  color: #e1e1e1 !important;
  display: inline-block;
  font-size: 66px;
  font-family: "DINPro-Condensed" !important;
}

.core-values-body svg{
    color: #edbc55;
}

.blog-teaser-1.sidebar-right h2{
    text-align: center;
    margin-bottom: 1.6rem;
    padding-top: 0px;
    font-size: 1.25rem;
}

.blog-teaser-1.sidebar-right .card-title{
    display: block;
}

.blog-teaser-1.sidebar-right h5::before{
    display: none;
}

.blog-teaser-1 .slick__arrow{
    top:100%;
    margin-top: 10px;
}

.blog-teaser-1 svg, .blog-teaser-1 i{
    color: #ffffff;
}

.focus-areas .card{
    position: relative;
    overflow: hidden;
}
.focus-areas .blog-teaser-1 svg, .focus-areas .blog-teaser-1 i{
  color: #ffffff70;
  font-size: 4em !important;
  position: absolute;
  left: 60%;
  z-index: -1;
  top: 25%;
  translate: 30% 13%;
}

.blog-teaser-1 i::before,
.blog-teaser-1 .services svg{
    font-size: 4em;
}

.blog-teaser-1 .card{
    position: relative;
}

.blog-teaser-1 .card:hover:before{
    background: linear-gradient(to left,rgb(0 104 56),rgb(58 123 213 / 0));
        transition: all .3s;
}

.blog-teaser-1 .card::before{
    /*background: linear-gradient(to left,rgba(0,104,56,0.38),rgb(58 123 213 / 0));
    content: "";
    width: 40px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 40px;
    transition: all .3s;*/
}

.blog-teaser-1 .card-title{
    font-weight: 300;
}

.blog-teaser-1 .card-title a{
    text-decoration: none;
    font-family: "DINPro-Condensed";
}

.project-areas .blog-teaser-1 .card-title a{
    color: white;
}

.focus-areas{
    /*background-color: #131433;*/
    background-color: rgba(9, 9, 17, 0.9);
    background-blend-mode: soft-light;
    background-image: url('../images/abastract-big-data.jpg');
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

.focus-areas .card{
    background-color: #2e2f53d1;
    color: white;
}

.focus-areas .card-title a, .focus-areas .card-title{
    color:#edbc55;
    font-family: "DINPro-Condensed";
    font-size: 1.78rem;
}

.focus-areas .card-title a:hover{
    color: white;
}

.focus-areas h1{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color:#edbc55;9
  color: #0a0b25 !important;
  display: inline-block;
  font-size: 66px;
  font-family: "DINPro-Condensed" !important;
}

.project-areas{
    background-color: #e1e1e1;
    background-blend-mode: overlay;
    background-image: url('../images/falcon-projects.jpg');
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

.project-areas .core-values h2{
    -webkit-text-stroke-color: #fff;
    color: #131433 !important;
}

.page-node-type-projects-done .wrapper-gray.project-areas,
.path-frontpage .project-areas{
    background-image: url('../images/abastract-big-data.jpg');
    background-color: #704b02;
    background-blend-mode: multiply;
}

.project-areas .slick-list{
    padding-bottom: 32px; 
}

.project-areas .project-logo{
    width: fit-content;
    margin-top: -75px;
    margin-left: -15px;
    position: relative;
    min-height: 90px;
}

.page-node-type-projects-done .intro-section .project-logo{
    min-height: 90px; 
    top: 87%;
}

.project-areas .blog-teaser-1 .slide__caption{
    padding: 0px;
}

.project-areas .blog-teaser-1 i::before, .project-areas .blog-teaser-1 .services svg {
  font-size: 1em;
  color: #131433;
}

.path-frontpage .project-areas .blog-teaser-1 i::before, .path-frontpage .project-areas .blog-teaser-1 .services svg,
.page-node-type-projects-done .wrapper-gray.project-areas .blog-teaser-1 i::before, .page-node-type-projects-done .wrapper-gray.project-areas .blog-teaser-1 .services svg {
    font-size: 1em;
    color: #fff;
  }

.project-areas .btn-primary{
  color: #131433;
  border-color: #131433;
  padding: 0px;
}

.project-areas .slide__media{
    display: none;
}

.page-node-type-projects-done .card-text,
.path-frontpage .card-text{
    color: white;
}

.page-node-type-projects-done .wrapper-gray.project-areas .btn-primary,
.path-frontpage .project-areas .btn-primary{
    color: #fff;
    border-color: #fff;
}

.project-areas .btn-primary:hover{
  color: #ffffff;
}

.project-areas .btn-primary a{
  text-decoration: none;
  color: #131433;
  padding: 13px;
  display: block;
}

.path-frontpage .project-areas .btn-primary a,
.page-node-type-projects-done .wrapper-gray.project-areas .btn-primary a{
    color: #fff;
}

.project-areas .btn-primary:hover a,
.project-areas .btn-primary:hover i::before,
.project-areas .btn-primary:hover svg{
  color: white;
}

/*Projects Teaser*/

.header-image .block-system-breadcrumb-block{
    /*position: absolute;
    top: 40%;*/
    z-index: 1;
}

.header-image {
    position: relative;
}

.header-image .block-field-blocknodeprojectstitle{
    position: absolute;
    top: 50%;
    left: 0%;
    translate: 0% 50%;
    display: block;
    z-index: 1;
}

.header-image .block-system-breadcrumb-block a,
.header-image a,
.header-image .block-field-blocknodeprojectstitle h1,
.header-image h1,
.header-image h2{
    color: white;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.header-image .block-system-breadcrumb-block a:hover, .header-image a:hover{
    text-decoration: underline;
}

.header-image .mask{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    background: rgb(0 0 0 / 42%);

}

/*Team Pages Styling*/

.social-icons{
    margin-top: -50px;
    margin-left: 10px;
    position: relative;
    z-index: 999;
}

.social-icons ul{
    display: flex;
    flex-direction: row;
    padding-left: 0px;
}
.social-icons ul li{
    list-style: none;
    padding: 0px 0.15em;
    font-size: 2em;
}

.social-icons ul li a{
    color: white;
}

.social-icons ul li a:hover{
    color: #ff0000;
}

.profile-image div{
    position: relative;
}

.profile-image img{
    width: 100%;
}

.profile-image div::before{
    background: linear-gradient(to right,#013e22,rgb(184 151 128 / 6%));
    content: '';
    position: absolute;
    top: 93%;
    transform: translateY(-46.5%);
    left: 0;
    height: 14%;
    width: 50%;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 15px;
    z-index: 999;
}

/*Override Display of Footer Items*/

footer.footer-dark a:hover,
footer.footer-dark a:focus{
    color: #edbc55;
}

footer.bg-dark{
    background-color: #131433 !important;
    padding-top: 66px;
}

.logo-bottom img{
    filter: brightness(0) invert(1);
}

footer .region.region-footer{
    flex-direction: row;
    flex-wrap: wrap;
}

footer h5{
    margin-bottom: 1.5em;
}

iframe#twitter-widget-0 {
    width: 100% !important;
}

footer ul li a{
    padding-left: 0px !important;
}

footer ul li a:hover{
    color: rgb(0 104 56);
}

footer ul li svg,
footer ul li .fa{
    margin-right: 10px;
}

/*Teams Page*/

.teams-row{
    position: relative;
}

.teams-row::before, .teams-row::after{
    background: linear-gradient(to bottom,rgba(0,104,56,0.30),rgb(58 123 213 / 0));
    transform: translate(5%, 0%);
    width: 90% !important;
}
.teams-row::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: rgb(239 245 242);
    border-radius: 0% 0 50% 50%;
}

.teams-row::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    border-radius: 50% 50% 0% 0%;
}

.teams-row .views-field-title,
.teams-row .views-field-field-team-position,
.teams-row .views-field-field-image,
.teams-row .team-title,
.teams-row .team-position,
.teams-row .team-image{
    position: relative;
    z-index: 1;
}

.teams-row .views-field-field-image img,
.teams-row .team-image img{
    border-radius: 200px;
    border: 3px solid rgb(0 104 56);
    padding: 7px;
    display: initial;
    transition: all 0.6s;
}

.teams-row:hover img{
    transform: scale(0.95);
}

.teams-row .views-field-title a,
.teams-row .team-title a{
    text-decoration: none;
}

.teams-row .views-field-title a h2,
.teams-row .views-field-title a h3,
.teams-row .team-title a h2,
.teams-row .team-title a h3,
.teams-row .team-title h2 a,
.teams-row .team-title h3 a{
    color: rgb(0 104 56);
}

.teams-row .views-field-title a:hover h2,
.teams-row .views-field-title a:hover h3,
.teams-row .team-title h2 a:hover,
.teams-row .team-title h3 a:hover{
    color: #ff0000;
}

.teams-row .social-link-field{
    padding-left: 0px;
}

.teams-row .social-link-field.horizontal li{
    background: #00331c;
    border-radius: 33px;
    padding: 7px 9px;
    margin: 0px 6px;
    z-index: 1;
    position: relative;
}


.teams-row .social-link-field a,
.teams-row .team-social a{
    color: white;
}

#block-views-team-grid-related{
    border-top: 1px solid rgb(0 128 0 / 44%);
}

#block-views-team-grid-related h2{
    margin-bottom: 1.5em;
}

.teams-view .slide__caption{
    padding: 0px;
}

.slick-override .teams-view .slick-prev{
    left: 0%;
}

.slick-override  .teams-view .slick-next {
    right: 0%;
}

/*Sidebar First*/

.region-sidebar-first h5,
.region-sidebar-first h4,
.region-sidebar-first h3,
.region-sidebar-first h2,
.region-sidebar-first h1{
    margin-bottom: 1.6em;
}

.region-sidebar-first .navbar-nav .nav-link{
    background: white;
    line-height: 1.6em;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 0.15em;
    border: 1px solid rgb(204 204 204 / 17%);
}

.region-sidebar-first .navbar-nav .nav-link.active{
    background: #013e22;
    color: white !important;
}

/*media queries start here*/

@media screen and (min-width: 1400.99999px){
    .focus-areas .card{
        min-height: 310px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 767px) {
    .focus-areas .card{
        min-height: 342px;
    }
}

@media screen and (max-width: 1200px) {
    .team-wrapper .container{
        max-width: 100%;
    }
    .blog-teaser-1 .slick__arrow {
        top: 100%;
        margin-top: 42px;
    }

    .blog-teaser-1 .slick__arrow{
        position: initial;
    }
    .blog-teaser-1 .slick-prev {
        left: 0%;
    }
    .blog-teaser-1 .slick-next {
        right: 0%;
    }
}

@media screen and (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link{
    border-right: 1px solid #797979;
  }
  
  .job-apply{
          translate: -100% -50%;
  }

  .path-node .navbar-expand-lg .navbar-nav .nav-link,
  .path-user .navbar-expand-lg .navbar-nav .nav-link,
  .path-view .navbar-expand-lg .navbar-nav .nav-link,
  .path-taxonomy .navbar-expand-lg .navbar-nav .nav-link{
    border-right: 1px solid #dbdbdb;
  }
  .navbar-expand-lg .navbar-nav li:last-child .nav-link{
    border-right: 0px solid #797979;
  }
    header .nav-link{
        color: white;
    }

    .intro-block p{
        font-size: 20px;
        font-weight: lighter;
        padding-top: 18px;       
    }
    .menu--main .dropdown-menu{
        line-height: 2em;
    }

    .path-frontpage header .navbar{
        position: absolute;
        width: 100%;
        z-index: 2;
        background: transparent !important;
    }

    .path-frontpage header .navbar img{
        filter: brightness(0) invert(1);
    }

    .intro-block h1 {
        font-size: 66px;
      }
    
}

@media only screen and (max-width: 991px) {
    
      body .job-apply{
          translate: 0% 0%;
          position: initial !important;
       }


    .intro-block h1{
        font-size: 55px;
    }

    .intro-block h1::before{
        height: 185px;
        border-top: 90px solid #89aef3;       
    }
    

    .navbar-brand img{
        height: 60px;
    }

    .menu--main .navbar-nav .nav-link.dropdown-toggle{
        justify-content: flex-start;
    }
}

@media screen and (min-width: 768px){
    .blog-teaser-1 .slide__caption {
        padding: 20px;
    }
}

@media screen and (max-width: 767.99999px){

    .who-we-are{
        background-blend-mode: color;
    }

    .call-all-action-contact{
        background-size: 0% 0 !important;
    }

    .intro-section{
        background-position: 90% 50% !important;
    }

    .focus-areas h1, .core-values h2{
        font-size: 54px;
    }
}

@media screen and (max-width: 640px){
    .md-slide-item {
        height: 355px !important;
    }
    .main-slider .slide-body{
        font-size: 18px !important;
        width: 92% !important;
        top: 36% !important;
    }

    .md-slider-wrap{
        height: 335px !important;
    }

    .slide-title {
        font-size: 25px !important;
        width: 92% !important;
        top: 15% !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 641px){
    .main-slider .slide-body{
        width: 92% !important;
        font-size: 16px !important;
    }

    .main-slider .slide-link a{
        font-size: 15px !important;
    }
    .slide-link{
        width: 30% !important;
    }

    .slide-title {
        width: 92% !important;
    }
}

@media screen and (max-width: 575.9999px){
    .core-values-body .block{
        border-bottom: 1px solid #c4c4c4;
    }

    .core-values-body .block-last{
        border-bottom: 0px solid #c4c4c4;
    }

}

@media screen and (max-width: 375px){

    .social-icons{
        margin-top: -40px;
    }
    
    .social-icons ul li{
        font-size: 1.5em;
        margin-bottom: 0px;
    }

    .profile-image div::before {
        top: 90%;
        transform: translateY(-44.5%);
        height: 18%;
    }
    
}
