@import url(font-awesome.css);

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bggray {
    background: #ADB8BF
}

.borderright {
    border-right: 25px solid #fff;
    padding-right: 25px;
}

.borderleft {
    border-left: 25px solid #fff;
    padding-left: 25px;
}

.pl {
    padding-left: 40px;
}


#map_canvas,#map_canvas1,#map_canvas2, .iframe_map {
	width: 90%;
	height: 345px;
  float: right;
  margin-right: 10%
}



.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
}
/* General */
body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #4d4d4d;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    background: #fff;
    overflow-x: hidden;
    letter-spacing: 0.2px;
    padding-top:70px;
}
body#page-home {
    padding-top:0;
}

.bg-light-blue {
    background-color: #daeeed;
}

.bg-white-blue {
    background-color: #E1F2F5;
    position: relative; /* This is crucial for absolute positioning of ::after */
    margin-bottom: 60px;
}

.bg-white-blue::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #E1F2F5; /* Match the background color */
}

 /* Remove triangle from the last div */
.bg-white-blue:last-child::after {
    display: none;
}


.bg-light-grey {
    background-color: #F4F4F4;
    
}

.dark {
    color: #4A4A4A;
}

.light-blue {
    color: #4A90E2;
}

.blue {
    color:#67B6BD;
}

.container {
    width: 1200px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    max-width: 100%;
}


    .container.sml {
        width: 750px;
    }

    .container.middle {
        width: 1200px;
    }

    .container.x-large {
        width: 1430px;
    }

    .container.esi {
        width: 900px;
        max-width: 100%;
    }

    .container.large {
        width: 100%;
    }
ul{
    padding:0 0 0 17px;
	    font-size: 18px;
}

h1, h2, h3, h4 {
    font-weight: 700;
    margin: 0;
}
h1 {
    font-size: 40px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 25px;
	font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight:500;
}

p {
   margin: 0 0 11px;
    line-height: 22px;
    padding-bottom: 5px;
    font-size: 18px;
    letter-spacing: 0px;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;   
	
}

img {
    max-width: 100%;
}

img.solution-circle {
    /* width: clamp(320px, 90vw, 900px); */
    width: 900px;
}

#loadmore {
    margin: 45px auto;
    cursor: pointer;
    text-align: center;
}


back {
    position: absolute;
    right: 0;
    bottom: 5px
}

.submit {
    margin-bottom: 80px;
}

    .submit:hover {
        color: #fff !important;
        background: #434244 !important;
    }
/*header*/
header.fixed, header {
    bottom: auto;
    position: fixed;
    top: 0;
    z-index: 20000;
    width: 100%;
    height: 70px;
    background: #fff;
}
header .container {
    width: 1600px;
}

/*#page-home header {
    width: 100%;
    z-index: 9999;
    position: fixed;
    background: #fff;

}*/
#page-home header.fixed {
   position: fixed;
    top: 0;
    opacity:1;
    transform:none;
    transition-delay:0.4s;
}
.fixed > #ancher {
    padding-top: 102px;
}
.home_logo {
    position:absolute;
    top:0;
    left:40px;
    width:250px;
    z-index:10;
	display: none;
}
.logo {
    position: absolute;
    left: 10px;
    top: 10px;
    top: 16px;
    z-index:10
}
.logo img{
    width: 220px;
    width: 165px;
}

#navmenu {
    text-align: right;
    float: right;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-top: 23px;
}
#navmenu li{
        list-style: none;
        display: inline-block;
        margin-left: 20px;
        position: relative;
    }
#navmenu li:first-child {
        margin-left: 0;
    }
#navmenu li a {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    color: #000000;
    position: relative;
    z-index: 2;
      text-transform: uppercase;
}

#navmenu li a:hover,
#page-services #navmenu li a.services,
#page-about #navmenu li a.about,
#page-contact #navmenu li a.contact,
#page-ourClient #navmenu li a.ourClient,
#page-home #navmenu li a.home,
#page-community #navmenu li a.community,
#page-briefings #navmenu li a.briefings {
    color: #3b6e8f;
}

#preloader {
    position: fixed;
    height: 1000px;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 50100;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.loading {
    display: block;
    margin: auto;
    position: relative;
    width: 100px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    top: calc(50% - 50px);
}


.box {
    border: 2px solid #3b6e8f;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
}
.uppercase{
  text-transform: uppercase;
}
@-webkit-keyframes move1 {
    0% {
        -webkit-transform: scale(0)
    }

    25% {
        -webkit-transform: scale(0.5)
    }

    50% {
        -webkit-transform: scale(1)
    }

    75% {
        -webkit-transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(0)
    }
}

@keyframes move1 {
    0% {
        transform: scale(0)
    }

    25% {
        transform: scale(0.5)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(0.5)
    }

    100% {
        transform: scale(0)
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: scale(0.5)
    }

    25% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.5)
    }

    75% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(0.5)
    }
}

@keyframes move2 {
    0% {
        transform: scale(0.5)
    }

    25% {
        transform: scale(1)
    }

    50% {
        transform: scale(0.5)
    }

    75% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes move3 {
    0% {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.5)
    }

    50% {
        -webkit-transform: scale(0)
    }

    75% {
        -webkit-transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes move3 {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(0.5)
    }

    50% {
        transform: scale(0)
    }

    75% {
        transform: scale(0.5)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes move4 {
    0% {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.5)
    }

    50% {
        -webkit-transform: scale(0)
    }

    75% {
        -webkit-transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes move4 {
    0% {
        transform: scale(0)
    }

    25% {
        transform: scale(0.5)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(0.5)
    }

    100% {
        transform: scale(0)
    }
}

#nav-toggle {
    position: absolute;
    top: 25px;
    right: 23px;
    left: auto;
    margin: 0 auto;
    z-index: 10;
    cursor: pointer;
    display: block;
    width: 35px;
    height: 35px;
    display: none;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: rgba(59, 110, 143, 1);
    position: absolute;
    display: block;
    content: '';
    top: 10px;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#nav-toggle.active span {
background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/*Home*/
.Home_only, #page-home .other_pages{
  display: none;
}


#page-home .Home_only, .other_pages{
  display: block;
	
}

#page-contact .contact_only {
	display:none;
}

#page-privacy-policy .contact_only {
	display:none;}

.m-t-100 {
    margin-top: 100px;
}
.bannertext{
  max-width: 700px;
}
.info, .bannertext {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    transition-delay: 500ms;  
    opacity: 0;
    transform: translateY(30px);
    max-width:900px;
}
.info {
    margin-top: 10%;
}
.info h1, .bannertext h1{
    margin-bottom:40px;
    line-height:1;
    text-shadow: 0px 3px 2px rgba(45, 45, 45, 0.3);
}
.info h4, .bannertext h4{
    text-shadow: 0px 3px 2px rgba(45, 45, 45, 0.3);
}
.bannertext h1{
    font-size:60px;
}
/* Image Hover*/
.image-holder-container {
    width: auto;
    overflow: hidden;
    width: 100%;
    height:700px;
}

.img-holder {
    text-align: center;
    display: inline-block;
    float: left;
    width: 25%;
    margin: 0;
    position: relative;
    height: 700px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-holder h2 {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    top:50%;
    transform: translateY(-50%);
}
.image-holder-container:hover .img-holder {
    width: calc((100% - 500px) /3);
}
.image-holder-container .img-holder:hover {
    width: 500px;
}
.image-holder-container .img-holder:hover .img-hover:before{
    opacity:1
}
.img-holder h3{
    font-size:30px;
    margin-bottom:30px;
}

.img-hover:before {
    opacity: 0;
    background: rgba(173,184,191, 0.9);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.img-copy {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 75%;
    margin:0 auto;
    font-size: 18px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    transform: translateY(-50%);
}

.img-holder:hover .img-copy {
    opacity: 1;
}

.img-holder:hover h2 {
    opacity: 0
}

.flex-active-slide.noani .info{
    opacity: 0 !important;
    transform: translateY(30px) !important;
}

.flex-active-slide .info, .bannertext.active {
    opacity: 1;
    transform: translateY(0);
}
.white {
    color: white;
}
.square {
    height: 28vw;
	max-height: 325px;
    background-size: cover;
    margin-bottom: 20px;
}


/* collaps */
.content {
    display: none;
}

.content img {
    display:inline-block;
    float:left;
    width:100px;
}


.content p {
    display:inline-block;
    float:left;
    width:calc(100% - 100px);
    padding-left:20px;
    padding-top:10px;
}
.collapsible {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #3b6e8f;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    margin-bottom:10px;
    cursor: pointer;
}
.collapsible:before, .collapsible:after {
    content: "";
    display: block;
    width: 7px;
    height: 2px;
    background: rgba(59, 110, 143, 1);
    position: absolute;
    top: 7px;
    transition: transform .5s;
}
.collapsible:before {
    right: 14px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: rotate(45deg);
}
.collapsible:after {
    right: 10px;
    transform: rotate(-45deg);
}
.collapsible.active-ex:before {
    transform: rotate(-45deg);
}

.collapsible.active-ex:after {
    transform: rotate(45deg);
}

.innerbg {
    width: 100%;
    height: 260px;
    background-size: cover;
    margin-bottom: 15px;
}

.fullimage-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 60vh;
    position: relative;
    background-position: top center;
    background-size: cover;
    min-height: 200px;
}

.fullimage {
    width: 100%;
    max-width: 100%;
    display: block;
}
.full_bg_img{
  position: relative;
  background-position: top center;
  background-size: cover;
  min-height: 200px;
}

h1.page-title {
    font-size: 40px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    text-transform: uppercase;
    max-height: 45px;
    letter-spacing: 2px;
}



p.date {
    font-size: 14px;
    margin-bottom: 4px;
}

p.title {

    /*    min-height: 55px;*/
    color: #434345;
    padding-right: 15px;
}

.read {
    font-family: 'HelveticaLTStdBold';
    color: rgb(54, 185, 199);
    font-size: 15px;
}

.newscontent {
    position: relative;
    padding-bottom: 70px;
    text-align: left;
    padding-left: 30px;
}

a.newsnext {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: inline-block;
    z-index: 1;
}

a.people {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    table-layout: fixed;
    height: 100%;
    position: relative;
}

a.people .people_details {
    /* position: absolute; */
    position: static;
    top: 50%;
    color: #000;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    margin: 0;
    z-index: 1;
    opacity: 1;
    font-size: 15px;
    /* -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; */
    /* transform: translateY(-50%); */
    transform: translateY(0);
}

a.people:before {
    /* opacity: 1;
    background: rgba(54, 185, 199, 0.8);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom:0; */
    display: none;
}

/* a.people:hover:before, a.people:hover .people_details {
    opacity: 1;
} */
.people_details .Button {
    width: 150px;
    padding:10px;
    color: #3b6e8f;
    border-color: #3b6e8f;
}
.right_border{
    padding:0 20px;
}
*.right_border:before {
    border-right: 2px solid rgb(173, 184, 191);
    position: absolute;
    content: '';
    left: 50%;
    width: 2px;
    height: 100%;
}
/* Footer */
.fsg {
    margin: 0 5px;
}

.advisor {
    margin-right: 5px;
}

footer {
    background: #aeb9bf;
    padding: 20px 0;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    overflow: auto;
}
.logofooter {
    float: right;
    width: 190px;
}
footer .grid_4 {
    width: 30%;
    width: calc(33.33% - 0px);
    margin: auto;
}

footer .container {
    padding-bottom: 20px;
    displaY: block !important;
}

.links {
    display: inline-block;
    margin: 0 auto;
    text-align: right;
    bottom: 0px;
    right: 0;
    color: #fff;
    float: right !important;
}

footer span.grid_4 {
    color: white;
    text-align: left;
}

.totop {
    display: inline-block;
    padding: 0 8px;
}

p.details {
    text-align: left;
    padding-left: 80px;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;

}

    p.details span {
        display: inline-block;
        width: 80px;
        margin-bottom: 10px;
        position: absolute;
        left: 0;
    }

#map {
    width: 430px;
    height: 240px;
    margin: 45px 0 45px 0;
    max-width: 90%;
}

.max550 {
    width: 100%;
    max-width: 550px;
}

.half {
    width: 48%;
    float: left;
    display: block;
    margin-right: 2%
}

    .half.right {
        display: block;
        margin-right: 0;
        margin-left: 2%;
    }
    input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
        color: #000;
        opacity: 1;
    }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #000;
        opacity: 1;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #000;
        opacity: 1;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #000;
        opacity: 1;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: $form-field-text;
        opacity: 1;
    }

    input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
        color: transparent;
    }

    input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
        color: transparent;
    }

    input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
        color: transparent;
    }

    input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
        color: transparent;
    }
input, textarea, select {
    font-family: 'Lato', sans-serif;
    border: 0 none;
    text-align: left;
    width: 100%;
    color: #000;
    margin: 0 0 25px 0;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    display: block;
    width: 550px;
    max-width: 100%;
}
select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 0;
    border-style: solid;
    border-color: initial;
    border-image: initial;
}
textarea {
    resize: none;
    height: 150px
}
.Button, input.Button {
    margin: 20px auto 10px auto;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 13px;
	font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 20px;
    text-decoration: none;
    width: 180px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase
}

.Button.footer {
    margin: 10px 10px 10px 10px;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 20px;
    text-decoration: none;
    width: 210px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
}


.Button:hover, input.Button:hover {
    color: rgb(54, 185, 199);
    background: #fff
}
.Button.dark_blue_color:hover, input.Button.dark_blue_color:hover{
    color:#fff;
    background:#3b6e8f;
}

*.first {
    display: grid;
    grid-template-columns: 1fr;
}

*.seconds {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
}

.seconds.grid-fw {
    grid-template-columns: 1fr 1fr;
}

.seconds.gap2rem {
    gap: 2rem;
}

.thirds {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-row-gap-3rem {
    row-gap: 3rem;
}

*.grid_3 {
    width: 24%;
    margin: 0 1% 1% 0;
    width: calc(25% - 15px);
    margin: 0 20px 20px 0;
    float: left;
}

.grid_3_logos {
    width: calc(25% - 15px);
    margin: 0 10px 10px 0;
    float: left;
	position: relative;}

*.grid_2 {
    width: 20%;
    margin: 0 0 30px 0;
    float: left;
}

.grid_2_logos {
    width: 25%;
    margin: 0 0 30px 0;
    float: left;
}


*.grid_10 {
    width: 80%;
    margin: 0 0 30px 0;
    float: left;
    padding-left: 30px;
    position: relative;
    padding-bottom: 50px;
}

*.grid_5 {
    width: 40%;
    float: left;
}

*.grid_7 {
    width: 60%;
    float: left;
}

*.grid_4 {
    width: 32%;
    margin: 0 1% 1% 0;
    width: calc(33.33% - 14px);
    margin: 0 20px 20px 0;
    float: left;
}

*.grid_4_1 {
    width: 32%;
    margin: 0 1% 1% 0;
    width: calc(33.33% - 10px);
    margin: 0 15px 15px 0;
    float: left;
}
*.grid_8 {
    width: 65%;
    margin: 0 1% 1% 0;
    width: calc(66.66% - 14px);
    margin: 0 20px 20px 0;
    float: left;
}

*.grid_6 {
    width: 50%;
    float: left;
}

*.row {
    display: flex;
    flex-direction: row;   
}

.row.gap{
    gap: 2rem;
}


.resize.grid_6 {
    width: 48%;
}

.mycontainer.resize.grid_6 {
    width: 49%;
}

*.left {
    float: left;
}

*.right {
    float: right;
}

*.leftalign {
    text-align: left;
}
*.rightalign {
    text-align: right;
}
*.centeralign {
    text-align: center;
}

*.gray {
    background: #f1f1f1;
}

*.md-gray {
    background: #9ca0a3;
}

*.last, *.l_2 {
    margin-right: 0 !important;
}

*.font-18 {
    font-size: 18px;
}

*.max1040 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.padding_r {
    padding-right: 15px;
    min-height: 110px;
}

.pt15{
    padding-bottom: 15px;
   ;
}

.bold {
    font-weight: bold;
}


.padding_rbox {
    padding-right: 15px;
}

.boxmin {
    min-height: 110px;
}

.padding_r_40 {
    padding-right: 40px;
}

.padding_l {
    padding-left: 40px;
}

*.padding_t80 {
    padding-top: 80px;
}

*.padding_t40 {
    padding-top: 40px;
}

*.padding_b60 {
    padding-bottom: 60px;
}
*.padding_b40 {
    padding-bottom: 40px;
}

*.padding_b20 {
    padding-bottom: 20px;
}

*.margin_t50 {
    margin-top: 50px;
}

*.margin_t80 {
    margin-top: 80px;
}

*.margin_tb {
    margin-top: 20px;
    margin-bottom: 40px;
}

*.padding_tb {
    margin-top: 10px;
    margin-bottom: 40px;
}

*.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

*.plr35 {
    padding-left: 35px;
    padding-right: 35px;
}

*.padding_t_20 {
    padding-top: 20px;
}

*.padding_t_30 {
    padding-top: 30px;
}

*.padding_t_50 {
    padding-top: 50px;
}

*.padding_t_100 {
    padding-top: 100px;
}

*.padding_b_20 {
    padding-bottom: 20px;
}

*.padding_b_30 {
    padding-bottom: 30px;
}

.padding_b_50 {
    padding-bottom: 50px;
}

*.padding_b_100 {
    padding-bottom: 100px;
}

*.padding_tb_100 {
    padding: 100px 0;
}

*.padding_tb_150 {
    padding: 150px 0;
}

*.padding_tb_50 {
    padding: 50px 0;
}

*.padding-tb-110 {
    padding: 110px 0;
}

*.padding-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.minheight {
    min-height: calc(100vh - 358px);
}

.nopadding_bottom{
  padding-bottom: 0
}
.margin_b {
    margin-bottom: 60px;
}
.margin_tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.margin_bs {
    margin-bottom: 20px;
}

*.margin_b40 {
    margin-bottom: 40px;
}

*.margin_b_50 {
    margin-bottom: 50px;
}

*.margin_t_60 {
    margin-top: 60px;
}

*.margin_tbs {
    margin-top: 40px;
    margin-bottom: 50px;
}

*.margin_0 {
    margin: 0;
}

*.Blue_bg {
    background: rgb(54, 185, 199);
}

*.Blue_color {
    color: rgb(54, 185, 199);
}
*.Blue_border {
    border-color: rgb(54, 185, 199);
}
*.dark_blue_color {
    border-color: #3b6e8f;
    color: #3b6e8f;
}

*.Grey{
	color:#4d4d4d;
}

.Button.scrolldown {
    margin: 10vh auto 0 auto;
    bottom: 40px;
    z-index: 2;
}

.email{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	color:#3b6e8f;
}

.notloaded {
    position: relative;
}

.notloaded:after {
    display: block;
    content: '';
    background: #fff no-repeat url(/images/loader.gif) center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

i.fa.fa-envelope-square {
    padding: 0 5px 0px;
    margin-right: 5px;
}


i.fab fa-linkedin-square {
    padding: 0 5px 0px;
    margin-right: 5px;
}

.tb {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    table-layout: fixed;
    height: 100%;
    position: relative;
}

.tbc {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.borderbottom {
    border-bottom: 1px solid #9ca0a3;
}

div#enquiry {
    width:100%;
    max-width:550px;
}

.custom-list {
    /* padding-left: 1.5em; */
    margin: 0;
}

.custom-list li {
    position: relative;
    /* padding-left: 1em; */
    margin-bottom: 0.5em;
}

.custom-list li:before {
    position: absolute;
    left: 0;
}

.justify-center {
    justify-content: center;
}

.services-circle-layout {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 3rem;
    position: relative;
    padding: 60px 0;
    align-items: center; */
    display: none;
}

.service-position.top {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.service-position.left {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.service-position.right {
    grid-column: 3;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-center {
    grid-column: 2;
    grid-row: 2;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}



.service-icon {
    flex-shrink: 0;
    width: 100px;
}

.service-icon svg {
    width: 100%;
    height: auto;
} 

.spn{
	position: absolute;
    display: block;
    background-color: #4d4d4d;
}
.spn-top {
	width: 100%;
	height: 1px;

	left: 0;
}

.p0m0 {
    padding: 0;
    margin: 0;
}



@media screen and (max-width : 1500px) {

    .container.sml {
        max-width: 90%;
        max-width: calc(100% - 100px);
    }

    .square {
        height: 28vw;
    }

    .innerbg {
        height: 25vw;
    }
}

@media screen and (max-width : 1230px) {
    #navmenu li{
        margin-left: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .m-solution-circle {
        display: none;
    }
    .services-circle-layout {
        grid-template-columns: 1fr 200px 1fr;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .service-position {
        width: 100%;
        align-items: center !important;
    }
    
    .service-center {
        order: -1;
    }
    
    .service-box {
        text-align: center;
    }
    
    .service-box .row {
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    
    .service-box .leftalign {
        text-align: center;
    }
    
    .service-center {
        width: 180px;
        height: 70px;
    }
}

@media screen and (max-width : 1024px) {
    #navmenu{
        margin-top:28px;
    }
    #navmenu li{
        margin-left: 10px;
    }
    #navmenu li a {
        font-size: 13px;
    }

    .logo img{
        width: 150px;
        margin-top:10px
    }

}

@media screen and (max-width: 1000px) {
    .seconds {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .seconds.grid-fw {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .margin_t_60 {
        margin-top: 0px;
    }
    .padding_b40 {
        padding-bottom: 0;
    }
    .row {
        flex-direction: column;
    }
    .m-txt-center-align {
        text-align: center;
    }
    .row.gap {
        gap: 2rem;
    }
    .m-txt-align-left-centered {
        text-align: left;
        margin: 0 auto;
    }
    .padding_b_50 {
        padding-bottom: 20px;
    }

    *.grid_3 {
        width: 100%;
        margin: 0 0 20px 0;
        max-width: 100%;
    }

    
    
    
}

@media screen and (max-width : 825px) {
    .right-float {
        display: none !important;
    }

    .left-float {
        display: none !important;
    }
    .info h1 {
        margin-bottom: 20px;
        font-size:20px;
    }
}


@media screen and (max-width : 750px) {

    
    .content p {
        width:100%;
        padding-left:0;
        padding-right:0;
    }
    totop {
        padding: 0 3px;
    } 
    #map_canvas, #map_canvas1, #map_canvas2 {
        width: 100%;
        height: 345px;
        float: none;
        margin-right: 0;
    }
  .rightalign{
    text-align: center;
  }
	
	p {
	 font-size: 16px;
	}
	
  a.people .people_details {
    position: static;
    clear: both;
    transform: translateY(0%);
    color:#000;
    opacity: 1;
  }
  a.people:before{
    display: none;
  }
  .people_details .Button {
      padding: 10px;
      color: #3b6e8f;
      border-color: #3b6e8f
  }
  .grid_4, .grid_8{
    width: 100%
  }
  *.padding_tb_100{
      padding: 60px 0;
  }
    *.grid_6.last{
        margin-bottom:0
    }
    *.right_border:before {
        border-right: 0 none;
    }
        .home_logo{
        width:150px;
        left:20px;
    }
    .logo {
       left:10px;
    }
    footer .grid_4 {
        width: 100%;
        margin-right: 0;
        float: left;
        text-align: center !important;
    }

    .img-holder, .image-holder-container .img-holder:hover, .image-holder-container:hover .img-holder{
      width: 100%;
    }
    .img-holder{
      margin-bottom: 2px;
      height:350px;
    }
    .image-holder-container{
      height: 100%
    }
    .img-holder .img-copy, .img-hover:before {
        opacity: 1;
    }
    .img-holder h2 {
      display: none
    }
    p.addreess {
        text-align: center;
        float: none;
        margin: 0 auto;
        overflow: auto;
        padding-bottom: 0;
        padding-top: 10px;
    }

    h3 span {
        font-size: 14px;
        line-height: 18px !important;
        max-width: 300px;
    }

    .links {
        padding-top: 10px;
    }

    body {
        padding-top: 60px;
    }

    .resize.grid_6 {
        width: 100%;
    }

    .adjust .last.leftalign {
        padding-left: 0;
    }

    .container, .container.middle, .container.sml, .container.esi {
        width: calc(100% - 50px);
        max-width: 100%;
    }
    h1{
      font-size: 30px
    }
    h3 {
        font-size: 20px;
    }
    h4{
      font-size: 16px;
    }

    header {
        padding:0;
        position: fixed;
        top: 0;
        background: #FFFFFF;
        z-index: 20000;
        width: 100%;
    }
    header .container{
        width:100%
    }
    #nav-toggle {
        display: block;
    }

    #navmenu {
        padding-top:80px;
        width: 100vw;
        height: 100vh;
        position: absolute;
        left: -120vw;
        background: #fff;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

        #navmenu.active {
            left: 0;
        }

        #navmenu li {
            display: block;
            margin: 5vh 0;
            text-align: center;
        }

    .info {
        text-align: left;
        width: calc(100% - 40px);
        padding-right:20px
    }


    *.margin_tb {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .padding_r {
        min-height: 100px;
        margin-bottom: 25px;
    }

    .innerbg {
        height: 50vw;
    }

    p.title {
        min-height: 10px;
        margin-bottom: 20px;
    }

    h6 {
        font-size: 18px;
        line-height: 1.5;
        margin: 0;
    }

    .margin_b40 {
        margin-bottom: 30px;
    }

    *.grid_6 {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

        *.grid_6.green, .padding_tb_100.grid_6 {
            margin-bottom: 0;
        }

    .padding_l {
        padding-left: 0;
    }

    *.margin_t50 {
        margin-top: 30px;
    }

    *.grid_3, *.grid_380 {
        width: 100%;
        margin: 0 0 20px 0;
        max-width: 100%;
    }

    .leftc {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }

    .sidenav {
        text-align: left;
        padding: 0 25px;
    }

        .sidenav li {
            width: 48%;
            margin: 0 !important;
            text-align: left;
        }

    .square {
        height: 75vw;
    }

    .grid_5, .grid_7, .grid_2, .grid_10 {
        width: 100%;
        padding-left: 0;
    }

    a.people {
        margin-left: auto;
        margin-right: auto;
    }

    h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    a.newspre {
        left: 0;
    }

    .border.emailme {
        width: 200px;
        margin-top: 20px;
    }

    #map {
        width: 100%;
        max-width: 100%;
    }

    *.grid_380 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .newscontent h2 {
        margin-top: 30px;
    }

    .borderright {
        border-right: none;
        padding-right: 0;
        border-bottom: 5px solid #fff;
    }

    .borderleft {
        border-left: none;
        padding-left: 0;
    }




    a.disabled {
        pointer-events: none;
        cursor: default;
    }

    
}
