/*MAIN CSS*/
/*\\\\\\\\\\\\\*/
/*=================*/



@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;700&display=swap');


/*@font-face {
    font-family: 'Freight-Text-Book';
    src: url(../fonts/Freight_Disp_Book.otf);
}
*/




body{
    background-color: #fff;
    position: relative;
    font-family: 'Manrope', sans-serif;
    font-weight: normal;
	font-weight: 300;
}
/* ================= normalizing =============*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
a,h1,h2,h3,h4,h5,h6,ul,li,ol,span,p,input{
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration: none!important;
    color: #313c43;
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
}
p{
    font-size: 19px;
	font-weight: 300;
}
img{width: 100%;}
input[type="number"]{
    appearance:textfield;
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    -ms-appearance:textfield;
    -o-appearance:textfield;
}
::selection {background: #222;color: #2ebddb;}
::-moz-selection {background: #222;color: #2ebddb;}
::-webkit-selection {background: #222;color: #2ebddb;}
/*=========  end ===============*/

/*      Common Styles   */
.master_wrap{
    /* max-width: 1440px; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.ease,a,input,button{
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.container{
    max-width: 1200px;
}
#nav-icon {
    z-index: 999;
    margin: 0;
    width: 35px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    display: none;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1f1728;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg );
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 10px;
}
#nav-icon span:nth-child(3) {
    top: 21px;
}
#nav-icon.open span:nth-child(1) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(135deg );
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg );
}
#nav-icon.open span:nth-child(2) {
    opacity: 0;
    width: 100%;
    right: 60px;
}
#nav-icon.open span:nth-child(3) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(-135deg );
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg );
}
.container {
    max-width: 1480px;
}
.header_section {
    background: #39464e;
    position: relative;
    z-index: 9999;
}
.home .header_section {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgb(0 0 0 / 30%);
    width: 100%;
}
.header_wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 40px;
}
.header_logo {
    width: 400px;
}
.header_logo img {
    width: 200px;
    height: auto;
    object-fit: contain;
}
.header_logo a {
    display: flex;
    flex-wrap: wrap;
}
.header_logo a span {
    color: #ff7900;
    font-size: 21px;
    display: block;
    max-width: 175px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid rgb(255 255 255 / 16%);
}
.header_right_wrp {
    flex-grow: 1;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
}
.header_search_wrp, .header_enqry_wrp, .lets_talk_wrp, .menu_wrp {
    display: inline-flex;
    vertical-align: middle;
}
.menu_wrp li {
    display: inline-block;
}
.header_search_wrp button {
    background: #39464e;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 30px;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 1;
}
.header_enqry_wrp a {
    background: #ff7900;
    display: block;
    line-height: 80px;
    padding: 0px 44px;
    color: #fff;
    font-size: 18px;
}
.lets_talk_wrp p {
    line-height: 80px;
    width: 260px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-left: 1px solid rgb(255 255 255 / 20%);
}
.lets_talk_wrp p a {
    color: #ff7900;
}
.menu_wrp ul {
    display: flex;
}
.menu_wrp li a {
    color: #fff;
    padding: 0 25px;
    line-height: 80px;
    padding-right: 35px;
    display: block;
}
.menu_wrp li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
ul.sub-menu {
    position: absolute;
    width: 100%;
    text-align: left;
    min-width: 275px;
    top: 120px;
    background: #313c43;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-delay: 0.3s;
}
ul.sub-menu li{
    display: block;
}
ul.sub-menu li a {
    line-height: 60px;
    display: block;
    padding: 0 25px;
    padding-right: 35px;
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
ul.sub-menu li a:after {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 24px;
    background: url(../images/arrow_orang.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: grayscale(1);
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
ul.sub-menu li a:hover{
    background: #ff7900;
    color: #fff;
}
ul.sub-menu li a:hover:after {
    filter: grayscale(1) brightness(10);
}
.menu_wrp li:hover > ul.sub-menu{
    top: 80px;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}
.menu_wrp li:hover > a{
    background: #313c43;
}
.menu_wrp > ul > li.menu-item-has-children > a:after {
    content: ">";
    color: #ff7900;
    font-size: 24px;
    line-height: 1;
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 13px;
    vertical-align: middle;
}
.menu_wrp ul.sub-menu li > ul.sub-menu {
    top: 0;
    left: 110%;
    background: #39464e;
}
.menu_wrp ul.sub-menu li:hover > ul.sub-menu {
    left: 100%;
}
.menu_wrp ul.sub-menu li > ul.sub-menu a:hover {
    background: none;
    color: #ff7900;
}
.menu_wrp ul.sub-menu li > ul.sub-menu a:hover:after{
    filter: none;
}

/* =============== end ============*/

a.theme_btn_light,
a.theme_btn_dark,
a.theme_btn_orng{
    position: relative;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 25px;
    margin-top: 25px;
    min-width: 275px;
    padding-right: 52px;
}
a.theme_btn_light:after,
a.theme_btn_dark:after,
a.theme_btn_orng:after {
    content: "";
    background: url(../images/arrow_w.png);
    display: inline-block;
    width: 20px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 18px;
    right: 25px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
a.theme_btn_dark {
    color: #313c43;
    border: 1px solid #313c43;
}
a.theme_btn_orng {
    color: #ff7900;
    border: 1px solid #ff7900;
}

a.theme_btn_dark:after{
    background: url(../images/arrow_Black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
a.theme_btn_orng:after{
    background: url(../images/arrow_orang.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
a.theme_btn_light:hover,
a.theme_btn_dark:hover{
    background: #f8f8f8;
    border-color: #313c43;
    color: #313c43;
}
a.theme_btn_orng:hover {
    background: #ff7900;
    color: #313c43;
}
a.theme_btn_dark:hover {
    color: #fff;
    border: 1px solid #313c43;
    background: #313c43;
}
a.theme_btn_light:hover:after,

a.theme_btn_orng:hover:after {
    background: url(../images/arrow_Black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 15px;
}
a.theme_btn_dark:hover:after {
    filter: brightness(10);
}
.home_banner_slider_each {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
    position: relative;
    min-height: 650px;
}
.home_banner_slider_each:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    z-index: -1;
}
.home_banner_inner {
    max-width: 1480px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.home_banner_slider ul.slick-dots {
    bottom: 0;
    z-index: 9;
    display: flex;
    max-width: 1450px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.home_banner_slider ul.slick-dots li {
    width: 100%;
    margin: 0;
    padding: 15px 5px;
    height: auto;
}
.home_banner_slider ul.slick-dots li  button.tab {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 1;
    padding: 0;
    position: relative;
    text-align: left;
    background: none;
    border-radius: 0;
}
.home_banner_slider ul.slick-dots li  button.tab:after {
    content: "";
    display: block;
    height: 6px;
    background: #313c43;
    margin: 5px 0;
    margin-top: 10px;
    opacity: 0.4;
}
.home_banner_slider ul.slick-dots li  button.tab:before {
    top: auto;
    content: "";
    display: block;
    height: 6px;
    background: #ff7900;
    margin: 5px 0;
    margin-top: 10px;
    position: absolute;
    opacity: 1;
    width: 50px;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: .8s ease-in-out;
  -moz-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
.home_banner_slider ul.slick-dots li.slick-active button.tab:before{
    width: 100%;
  /*animation: width_ 7s ease;
  animation-timing-function: ease-out;*/
}

/*@keyframes width_ {
  0% {
    width: 50px;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}*/

.home_banner_slider.slick-slider {
    margin: 0;
}
.home_banner_inner h1,
.home_banner_inner h2{
    color: #fff;
    font-size: 60px;
    max-width: 685px;
    padding-bottom: 35px;
}

.two_col_section_content img {
    width: 40px;
    margin-bottom: 35px;
}
.two_col_section_content {
    max-width: 745px;
    padding-left: 15px;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-right: 70px;
}
.two_col_section .row {
/*    align-items: center;*/
}
.col.two_col_section_content_col {
    padding: 65px 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
}
.two_col_section_content h2 {
    font-size: 60px;
    max-width: 425px;
    padding-bottom: 30px;
}
.two_col_section_content p{
    padding-bottom: 30px;
}
.orng_bg {
    background: #ff7900;
}
.col.two_col_section_img_col {
    padding: 0;
}
.two_col_section_img {
    height: 100%;
    min-height: 776px;
}
.two_col_section_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.grey_bg {
    background: #313c43;
}
.grey_bg .two_col_section_content h2 {
    color: #ff7900;
}
.grey_bg .two_col_section_content p {
    color: #ff7900;
}
.right_content .col.two_col_section_content_col {
    order: 2;
    justify-content: left;
}
.right_content .col.two_col_section_content_col .two_col_section_content {
    padding-right: 15px;
    padding-left: 65px;
}
.our_servc_section {
    padding: 85px 0;
}
.our_servc_section h2 {
    font-size: 36px;
    padding-bottom: 25px;
}
.our_servc_section ul {
    display: flex;
    flex-wrap: wrap;
}
.our_servc_section ul li {
    width: 25%;
}
.our_servc_each {
    position: relative;
    height: 365px;
    overflow: hidden;
    z-index: 1;
    background-size: cover !important;
    background-position: center !important;
}
.our_servc_each:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    opacity: 0.35;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.our_servc_each h3 {
    position: absolute;
    padding: 15px;
    padding-top: 30px;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 38px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.our_servc_each a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    padding-top: 0;
}
.our_servc_each a img {
    width: 17px;
    margin-right: 10px;
    vertical-align: middle;
    filter: brightness(10);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.our_servc_each a span {
    position: relative;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 18px;
    bottom: -30px;
}
.our_servc_each p{
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.our_servc_each a:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-bottom: 8px;
    opacity: 0.3;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.our_servc_section ul li.half_width_item {
    width: 75%;
}
.our_servc_section ul li.half_width_item  .our_servc_each {
    padding: 20px;
}
.our_servc_section ul li.half_width_item  .our_servc_each h3 {
    position: static;
    padding: 0;
    color: #ff7900;
    padding-top: 10px;
}
.our_servc_section ul li.half_width_item .our_servc_each p {
    position: static;
    color: #ff7900;
    padding-top: 50px;
    max-width: 900px;
}
.our_servc_each a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1000%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.our_servc_each:hover:after{
    background: #ff7900;
    opacity: 1;
}
.our_servc_each:hover a span {
    bottom: 0;
}
.our_servc_each:hover a img{
    filter: none;
}
.our_servc_each:hover h3{
    color: #313c43;
}
.our_servc_each:hover a:before {
    background: #313c43;
    opacity: 1;
}
.our_servc_section ul li.half_width_item .our_servc_each:hover:after {
/*     background: #000; */
/*     opacity: 0.35; */
}
/* .our_servc_section ul li.half_width_item .our_servc_each:hover img {
    filter: brightness(10);
    -webkit-transition: .3s;
} */

.our_servc_section ul li.half_width_item .our_servc_each:hover a:before {
    background: #fff;
    opacity: 0.4;
}
.our_servc_section ul li.half_width_item  .our_servc_each:hover h3,
.our_servc_section ul li.half_width_item .our_servc_each:hover p,
.our_servc_section ul li.half_width_item .our_servc_each:hover a span{
    color: #313c43;
}





.sector_slider_each a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 35px;
    padding-top: 0;
    line-height: 1;
}
.sector_slider_each a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-bottom: 15px;
    opacity: 0.3;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sector_slider_each a img {
    width: 17px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    filter: brightness(10);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sector_slider_each a span {
    position: relative;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 18px;
    bottom: -30px;
    color: #fff;
}
.sector_slider_each a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1000%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.slick-dots li button {
    background: #313c43;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.slick-dots li.slick-active button{
    background: #ff7900;
}
.slick-dots li {
    margin: 0 5px;
    padding: 0;
    width: auto;
    height: auto;
}
.slick-dots {
    position: static;
    padding: 10px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.our_sectors_section {
    padding: 85px 0;
}
.sector_slider_each:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    opacity: 0.35;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sector_slider_each:hover:after{
	background: #ff7900;
    opacity: 1;
}
.our_sectors_section h2 {
    padding-bottom: 25px;
}
.our_sectors_section h2 a.theme_btn_dark {
    margin: 0;
    float: right;
}
.our_sectors_section h2 a.theme_btn_dark{
	display: none;
}
.our_sectors_section h2:after{
    content: "";
    display: block;
    clear: both;
}
.sector_slider_each {
    position: relative;
    z-index: 1;
}
.sector_slider_each {
    position: relative;
    z-index: 1;
    padding: 50% 0;
    background-size: cover !important;
    background-position: center !important;
}
.sector_slider_each h3 {
    position: absolute;
    bottom: 70px;
    padding: 0 35px;
    width: 100%;
    left: 0;
    color: #fff;
    font-size: 37px;
}
.sector_slider_each:hover a span{
    bottom: 0;
}
.accreditation_section {
    padding: 85px 0;
}
.accreditation_section h2 img {
    width: 35px;
    display: block;
    margin-bottom: 25px;
}
.accreditation_section h2 {
    font-size: 60px;
    padding-bottom: 50px;
}
ul.accreditation_slider {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
}
ul.accreditation_slider li img {
    width: 200px;
    height: 150px;
    object-fit: contain;
    max-width: 100%;
}
ul.accreditation_slider li {
    max-width: 20%;
    padding: 0 10px;
}
footer {
    background: #313c43;
    padding: 85px 0;
    padding-bottom: 40px;
}
footer .row:nth-child(2) {
    margin-top: 50px;
    /* border-top: 1px solid #273036; */
    padding-top: 35px;
    position: relative;
}
footer .row:nth-child(2):before{
    content: "";
    height: 1px;
    position: absolute;
    background: #273036;
    left: 15px;
    right: 15px;
    top: 0;
}
footer p,
footer h5{
    color: #fff;
    font-size: 18px;
}
.footer_contact a {
    color: #ff7900;
    display: block;
    max-width: 250px;
}
.footer_logo img {
    width: 185px;
}
.footer_social a {
    color: #ff7900;
    font-size: 36px;
    margin-right: 15px;
}
.footer_social a {
    color: #ff7900;
    font-size: 36px;
    margin-right: 15px;
}
.footer_social h5 {
    padding-bottom: 15px;
    font-size: 18px;
}
.footer_developer {
    text-align: right;
}
.footer_copyright p,
.footer_developer p{
    font-size: 14px;
}
.inner_breadcrms li:after{
    content: ">";
    padding-left: 15px;
    color: #fff;
}
.inner_breadcrms li:last-child:after{
    display: none;
}
.inner_banner_wrp {
    height: 100vh;
    height: calc(100vh - 80px);
    min-height: 450px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}
.breadcrms_wrp {
    position: absolute;
    top: 25px;
    width: 100%;
    left: 50%;
    max-width: 1480px;
    padding: 0 15px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}
ul.inner_breadcrms {
    
}
.inner_banner_content {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px;
}
ul.inner_breadcrms li, 
ul.inner_breadcrms span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
    padding-left: 8px;
    color: #fff;
    line-height: 20px;
}
ul.inner_breadcrms li a,
ul.inner_breadcrms span a{
    color: #fff;
}
ul.inner_breadcrms li a:hover,
ul.inner_breadcrms span a:hover{
    color: #ff7900;
}
ul.inner_breadcrms > span {
    display: flex;
    align-items: center;
    padding-left: 0;
}
ul.inner_breadcrms {
    margin-left: -5px;
}
.inner_banner_wrp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: 0.4;
}
.inner_banner_wrp h1 {
    color: #fff;
    font-size: 60px;
    max-width: 700px;
}
.back_to_servc {
    color: #fff;
}
.back_to_servc img {
    width: 17px;
    margin-right: 10px;
    transform: rotate(180deg);
}
.about_servc_tabs ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.about_servc_tabs ul li{
    padding: 7px;
    width: 25%;
}
.about_servc_tabs ul li a {
    border: 1px solid #d6d8d9;
    display: block;
    padding: 15px 20px;
    color: #313c43;
    font-size: 18px;
}
.about_servc_tabs ul li.active a{
    background: #ff7900;
    font-weight: 600;
    border-color: #ff7900;
}
.about_servc_section {
    padding: 95px 0;
    padding-bottom: 150px;
}
.about_servc_tabs {
    padding-bottom: 0;
}
.servc_detals_left img {
    width: 35px;
    margin-top: -50px;
}
.servc_detals_left {
    line-height: 1;
}
.servc_detals_left h2 {
    font-size: 60px;
    padding-top: 25px;
    max-width: 600px;
}
.servc_detals_right p {
    padding-bottom: 15px;
    padding-top: 25px;
}
.about_servc_section + .about_servc_section {
/*     background: #eeeeee; */
/*     padding-top: 125px; */
}
.servc_faq_section {
    background: #39464e;
    padding: 85px 0;
}
.servc_faq_section h2{
    color: #ff7900;
    font-size: 37px;
    padding-bottom: 20px;
}
.faq_each {
    background: #313c43;
    margin-top: 10px;
    padding: 15px;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.faq_each.active{
    background: #ff7900;
}
.faq_title h4{
    color: #ff7900;
    font-size: 30px;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
} 
.faq_title.active h4 {
    color: #313c43;
}
.faq_title{
    position: relative;
    cursor: pointer;
}
.faq_title:after{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 5px;
    top: 8px;
    background: url(../images/Down_orng.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.faq_title.active:after {
    filter: grayscale(1) brightness(0.5);
    transform: rotate(-180deg);
}
.faq_content p {
    color: #313c43;
    font-size: 21px;
    padding-top: 35px;
}
.faq_content {
    display: none;
    padding-bottom: 25px;
}
.faq_wrp {
    padding-bottom: 25px;
}
.servc_faq_section a.theme_btn_orng:after {
    transform: rotate(90deg);
}
.related_servc_each img {
    width: 15px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.related_servc_section {
    padding: 85px 0;
}
.related_servc_section h2{
    color: #39464e;
    font-size: 37px;
}
.related_servc_section ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}
.related_servc_section ul li {
    flex-grow: 1;
    background: #39464e;
    position: relative;
    padding: 20px;
    padding-bottom: 12px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.related_servc_section ul li:last-child{
    background: #313c43;
}
.related_servc_section ul li:hover{
    background: #ff7900;
}
.related_servc_each h4 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 15px;
}
.related_servc_each a {
    display: block;
    padding-top: 7px;
    border-top: 1px solid rgb(255 255 255 / 27%);
}
.related_servc_each a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.related_servc_section ul li:hover img{
    margin-left: 15px;
}
.enqry_section {
    background: #eeeeee;
}
.enqry_form_wrp {
    max-width: 715px;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 15px;
    padding-right: 25px;
    padding-left: 0;
}
.enqry_section_left {
    text-align: right;
}
.enqry_text_wrp {
    max-width: 715px;
    padding: 15px;
}
.enqry_text_wrp img {
    width: 35px;
}
.enqry_section_right:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #ff7900;
}
.enqry_section .col-md-6 {
    z-index: 1;
    padding: 70px 15px;
}
.enqry_section form .col-md-6{
    padding: 0 15px;
}
.enqry_text_wrp h2 {
    font-size: 60px;
    padding-bottom: 80px;
    padding-top: 25px;
}
.enqry_text_wrp p {
    max-width: 450px;
    padding-bottom: 65px;
}
.enqry_form_wrp h2 {
    font-size: 37px;
    color: #313c43;
    padding-bottom: 25px;
}
.enqry_form_wrp label {
    display: block !important;
    margin: 0 !important;
    padding-bottom: 10px !important;
    font-size: 18px !important;
    color: #313c43;
    font-weight: 400 !important;
}
.enqry_form_wrp input, .enqry_form_wrp textarea {
    display: block;
    width: 100%;
    background: none;
    border: 1px solid #c8cacc;
    padding: 13px 20px !important;
    font-size: 18px !important;
    outline: none;
}
.enqry_form_wrp textarea{
    resize: none;
    height: 120px !important;
}
.enqry_form_wrp .row {
    padding-bottom: 18px;
}
.servc_detals_right h5 {
    font-size: 19px;
    color: #ff7900;
    padding-bottom: 15px;
    padding-top: 25px;
}
.servc_detals_right ul {
    padding-top: 15px;
    column-count: 2;
}
.servc_detals_right ul li {
    position: relative;
    padding-left: 18px;
    font-size: 19px;
    margin-bottom: 5px;
}
.servc_detals_right ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ff7900;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}
.servc_detals_right p a{
    color: #ff7900;
    text-decoration: underline !important;
}
.contact_section_left img{
    width: 35px;
    margin-bottom: 15px;
}
.contact_section_left {
    padding: 80px 0;
}
.contact_section_left h2 {
    font-size: 60px;
    padding-bottom: 25px;
    padding-top: 15px;
}
.contact_section_left p{
    font-size: 21px;
}
.contact_section_left h5 {
    padding-top: 30px;
    padding-bottom: 50px;
}
.contact_section_left h5 a{
    color: #ff7900;
    display: block;
    font-size: 21px;
}
.map_wrp {
    height: 100%;
    position: relative;
    margin: 0 -15px;
}
.map_wrp iframe{
    position: absolute;
    width: 50vw;
    height: 100%;
    top: 0;
    left: 0;
}
.header_wrp.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #39464e;
    z-index: 999;
    animation: slide_down 0.6s;
}


@keyframes slide_down {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

.header_wrp.static {
    animation: slide_up 0.6s;
    position: fixed;
}


@keyframes slide_up {
  0% {
    top: 0;
  }
  100% {
    top: -100px;
  }
}

.menu_wrp .lets_talk_wrp,
.menu_wrp .header_enqry_wrp{
    display: none;
}
.submenu_trigger{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.about_servc_section_tab {
    padding: 85px 0;
    padding-bottom: 40px;
}
.search_wrp {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-width: 490px;
    padding: 20px 35px;
    text-align: center;
    background: rgb(0 0 0 / 30%);
    border-top: 1px solid rgb(255 255 255 / 20%);
    background: #ff7900;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
}
.search_wrp.active{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.search_wrp form {
    position: relative;
}
.search_wrp form input {
    width: 100%;
    background: none;
    border: 1px solid rgb(255 255 255 / 50%);
    font-size: 22px;
    padding: 10px 25px;
    border-radius: 80px;
    padding-right: 60px;
    color: #fff;
}
.search_wrp form button {
    position: absolute;
    background: none;
    height: 100%;
    border: none;
    width: 65px;
    right: 0;
    cursor: pointer;
    z-index: 9;
    outline: none;
}
.search_wrp form button img {
    width: 24px;
    filter: brightness(10) grayscale(10);
}

.search_wrp form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search_wrp form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search_wrp form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search_wrp form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.body_overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 995;
    background: rgb(0 0 0 / 34%);
}
.enqry_section_left .enqry_form_wrp .gform_footer.before {
    position: relative;
    width: auto;
    display: inline-block;
    cursor: pointer;
    z-index: 9;
    padding: 0;
    margin-top: 20px;
    
}
.enqry_section_left .enqry_form_wrp .gform_footer.before:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../images/arrow_Black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 18px;
    right: 25px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: -1;
}
.enqry_section_left .enqry_form_wrp .gform_footer.before input {
    margin: 0;
    cursor: pointer;
    padding: 15px 25px !important;
    min-width: 275px;
    text-align: left;
    font-weight: 700;
    font-size: 18px !important;
    color: #313c43;
    border: 1px solid #313c43;
    background: none;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: none !important;
    border: none !important;
    font-size: 12px !important;
    padding: 0 !important;
/*     position: absolute; */
    top: 100% ;
    margin: 0 !important;
}
.enqry_section_left .enqry_form_wrp .gform_footer img{
    width: 25px;
    position: absolute;
}
.enqry_section_left .gform_wrapper.gravity-theme .gform_validation_errors {
    background: #ff7900;
    border: none;
    padding: 15px;
    text-align: center;
}
.enqry_section_left .gform_wrapper.gravity-theme .gform_validation_errors h2.gform_submission_error.hide_summary {
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
}
.search_result_section {
    padding: 65px 0;
}
.search-result-count {
    font-size: 30px;
    padding-bottom: 25px;
}
.search_result_section li {
    width: 50%;
    padding: 0;
}
.search_result_section ul {
    display: flex;
    flex-wrap: wrap;
}
.next_prev_wrp {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.next_prev_wrp a {
    position: relative;
    display: inline-block;
    color: #313c43;
    border: 1px solid #313c43;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 25px;
    margin-top: 25px;
    min-width: 275px;
    padding-right: 52px;
}
.next_prev_wrp a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../images/arrow_Black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 18px;
    right: 25px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
body.search.search-results .inner_banner_wrp,
body.error404 .inner_banner_wrp{
    max-height: 60vh;
    height: 400px !important;
    min-height: auto;
}
.contact_section + .enqry_section .col-md-6 {
    padding: 107px 15px;
}
.servc_detals_right a.theme_btn_dark {
    margin-right: 15px;
}
.about_servc_section:nth-child(odd) {
    background: #eeeeee;
    padding-top: 125px;
}
.servc_faq_section {
    display: none;
}







/*================================================================*/
/*================================================================*/
/*================================================================*/
/*================================================================*/
/*================================================================*/
/*================================================================*/
/*================================================================*/
/*================================================================*/

@media(max-width: 1450px){


.header_logo img {
    width: 160px;
}
.header_wrp {
    padding-left: 25px;
}
.header_logo a {
    align-items: center;
}
.header_logo {
    width: 330px;
}
.header_logo a span {
    font-size: 17px;
    max-width: 150px;
    padding-left: 15px;
    margin-left: 15px;
}
.menu_wrp li a {
    padding: 0 15px;
}
.lets_talk_wrp p {
    width: 250px;
}
.header_enqry_wrp a {
    padding: 0px 35px;
}
.our_servc_each h3 {
    font-size: 32px;
}


}





@media(max-width: 1150px){

div#nav-icon {
    display: block;
    margin: 0 22px;
}
#nav-icon span {
    background: #ff7900;
}
.menu_wrp {
    position: absolute;
    top: 100%;
    right: -265px;
    background: #39464e;
    width: 100%;
    max-width: 265px;
    height: 100vh;
    display: block;
    padding-bottom: 200px;
    overflow: auto;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.menu_wrp.active {
    right: 0;
}
body .menu_wrp,
body .header_wrp{
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
body.menu_active .menu_wrp,
body.menu_active .header_wrp {
    background: #39464e;
}
.menu_wrp ul {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    max-width: 265px;
}
.home .menu_wrp {
    background: rgb(0 0 0 / 30%);
}
.header_wrp.fixed .menu_wrp {
    background: #39464e;
}
.header_wrp.fixed .header_search_wrp button {
    border-right: 1px solid rgb(255 255 255 / 20%);
}
.header_search_wrp button {
    border-right: 1px solid rgb(255 255 255 / 20%);
}
.home .header_search_wrp button {
    border-right: none;
}
.lets_talk_wrp p {
    border-left: none;
}
.menu_wrp li a {
    padding: 0 25px;
    line-height: 48px;
}
.menu_wrp li {
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 32%);
}
.menu_wrp li:last-child{
    border: none;
}
.menu_wrp .lets_talk_wrp, .menu_wrp .header_enqry_wrp {
    display: block;
    width: 100%;
}
.header_enqry_wrp a {
    padding: 0px 20px;
    text-align: center;
    line-height: 50px;
}
.lets_talk_wrp p {
    width: 100%;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid rgb(255 255 255 / 32%);
}
body.menu_active {
    overflow: hidden;
}
.menu_wrp > ul > li.menu-item-has-children > a {
    position: relative;
}
.menu_wrp > ul > li.menu-item-has-children > a:after {
    position: absolute;
    right: 15px;
    top: 11px;
}
ul.sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    min-width: 100%;
    display: none;
    transition: none;
}
ul.sub-menu li a {
    line-height: 48px;
}
ul.sub-menu li a:after {
    right: 15px;
    top: 17px;
}
li.menu-item-has-children button.submenu_trigger {
    opacity: 1;
    position: absolute;
    display: block;
    visibility: visible;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    border: none;
    background: no-repeat;
    outline: none;
    z-index: 9;
}
.two_col_section_content h2,
.accreditation_section h2,
.servc_detals_left h2,
.enqry_text_wrp h2,
.inner_banner_wrp h1,
.contact_section_left h2{
    font-size: 42px;
}
.accreditation_section h2 img,
.two_col_section_content img,
.servc_detals_left img,
.contact_section_left img{
    width: 30px;
    margin-bottom: 20px;
}
.enqry_text_wrp img{
    width: 30px;
}
.our_servc_section ul li {
    width: 33.33%;
}
.our_servc_section ul li.half_width_item {
    width: 66.63%;
}
.enqry_form_wrp h2 {
    font-size: 32px;
}
.about_servc_tabs ul li {
    padding: 7px;
    width: 50%;
}

}




@media(max-width: 992px){

/*.lets_talk_wrp p {
    font-size: 0;
    width: 80px;
    line-height: 1;
}
.lets_talk_wrp p a{

}
.lets_talk_wrp p a:after {
    content: "\f879";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 28px;
    line-height: 80px;
    display: block;
    background: #ff7900;
    color: #fff;
    border-right: 1px solid rgb(255 255 255 / 32%);
}*/
.header_enqry_wrp, .lets_talk_wrp {
    display: none;
}
footer .row:first-child .col:first-child {
    min-width: 100%;
    text-align: center;
    padding-bottom: 50px;
}
footer .row:first-child .col {
    width: 33.33%;
}
.footer_contact a.theme_btn_orng {
    min-width: 100%;
}
.home_banner_inner h1, .home_banner_inner h2 {
    font-size: 46px;
}   
.home_banner_slider ul.slick-dots li  button.tab {
    font-size: 14px;
}   
.two_col_section .row .col {
    min-width: 100%;
}
.col.two_col_section_content_col {
    justify-content: left;
}
.our_servc_section ul li {
    width: 50%;
}
.our_servc_section ul li.half_width_item {
    width: 50%;
}
.our_servc_section ul li.half_width_item .our_servc_each p {
    font-size: 17px;
}
.two_col_section_img {
    height: auto;
    min-height: 0;
    padding: 50% 0;
}
.col.two_col_section_img_col {
    order: 2;
}
.col.two_col_section_content_col {
    order: -1;
}
.two_col_section_content {
    padding-right: 15px;
}
.right_content .col.two_col_section_content_col .two_col_section_content {
    padding-right: 15px;
    padding-left: 15px;
}
ul.accreditation_slider.slick-slider {
    display: block;
}
ul.accreditation_slider ul.slick-dots {
    margin-top: 25px;
}
.map_wrp {
    padding: 50% 0;
}
.map_wrp iframe {
    width: 100%;
}

}








@media(max-width: 767px){
footer .row:first-child .col:last-child{
    min-width: 100%;
    text-align: center;
}
.home_banner_inner h1, .home_banner_inner h2 {
    font-size: 40px;
}
.home_banner_slider ul.slick-dots li {
    width: 10%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.home_banner_slider ul.slick-dots li  button.tab {
    min-width: 200px;
    font-size: 0;
    transition: none;
    height: 35px;
    min-height: 35px;
}   
.home_banner_slider ul.slick-dots li.slick-active button.tab{
    font-size: 14px;
}
.home_banner_slider ul.slick-dots li.slick-active{
    width: 70%;
}   
.home_banner_slider ul.slick-dots li  button.tab:after {
    margin: 0;
    margin-top: 0;
    opacity: 0.4;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
}
.home_banner_slider ul.slick-dots li  button.tab:before {
    width: 10%;
    height: 6px;
    margin: 0;
    margin-top: 0;
    bottom: 0;
    left: 0;    
}   
a.theme_btn_light, a.theme_btn_dark, a.theme_btn_orng {
    font-size: 16px;
    padding: 12px 15px;
    margin-top: 20px;
    min-width: 240px;
    padding-right: 45px;
}   
a.theme_btn_light:after, a.theme_btn_dark:after, a.theme_btn_orng:after {
    top: 16px;
    right: 20px;
}
.our_sectors_section h2 a.theme_btn_dark {
    margin: 0;
    float: none;
    display: block;
    margin-top: 15px;
}
.our_sectors_section h2 a.theme_btn_dark:after {
    top: 12px;
}
.two_col_section_content h2,
.accreditation_section h2,
.servc_detals_left h2,
.enqry_text_wrp h2,
.inner_banner_wrp h1,
.contact_section_left h2{
    font-size: 36px;
}
.sector_slider_each h3 {
    font-size: 28px;
}
.about_servc_section .col {
    min-width: 100%;
}
.breadcrms_wrp {
    flex-wrap: wrap;
}
.back_to_servc {
    width: 100%;
    margin-top: 15px;
}
.about_servc_tabs ul li {
    padding: 7px;
    width: 100%;
}
.servc_faq_section h2 {
    font-size: 32px;
}
.faq_title h4 {
    font-size: 24px;
    padding-right: 33px;
}
.related_servc_section h2 {
    font-size: 32px;
}
.related_servc_each h4 {
    font-size: 28px;
}
.related_servc_section ul li {
    width: 100%;
    margin: 5px 0;
}
.search-result-count {
    font-size: 22px;
}	
	
}










@media(max-width: 640px){
.header_logo img {
    width: 125px;
}
.header_logo a span {
    font-size: 11px;
    max-width: 100%;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    border: none;
}
.header_wrp {
    padding-left: 15px;
}
.header_search_wrp button {
    padding: 23px;
    width: 65px;
    height: 65px;
}
div#nav-icon {
    margin: 0 20px;
    width: 30px;
}
.header_logo {
    width: 140px;
    padding-top: 6px;
}
footer .row:first-child .col {
    min-width: 100%;
    text-align: center;
    padding: 15px;
}
.footer_contact a {
    display: block;
    max-width: 100%;
}
.footer_contact a.theme_btn_orng {
    min-width: 100%;
    max-width: 250px;
    min-width: auto;
    display: block;
    margin: 0 auto;
    margin-top: 19px;
    text-align: left;
}
footer .row:nth-child(2) .col {
    min-width: 100%;
    text-align: center;
    padding: 8px 15px;
}
.footer_developer {
    text-align: center;
}
.home_banner_inner h1, .home_banner_inner h2 {
    font-size: 36px;
}
.home_banner_slider ul.slick-dots li.slick-active button.tab {
    font-size: 11px;
}
.our_servc_section ul li {
    width: 100%;
}
.servc_detals_right ul {
    column-count: 1;
}
.search_result_section li {
    width: 100%;
    padding: 0;
}
.our_servc_section ul li.half_width_item {
    width: 100%;
}
.our_servc_section ul li.half_width_item .our_servc_each p {
    font-size: 19px;
}
}


.thumbnail {
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative; }
  .thumbnail button {
    pointer-events: none; }
  .page .thumbnail {
    color: #FFFFFF; }
  .thumbnail:hover {
    color: #F24130; }
    .thumbnail:hover button {
      color: #FFFFFF;
      background-color: #F24130;
      border-color: #F24130; }
  .thumbnail_image {
    width: 100%;
    height: 0;
    padding: 0 0 66% 0;
    background: center center / cover no-repeat;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 150ms ease;
    transition: -webkit-transform 150ms ease;
    -o-transition: transform 150ms ease;
    transition: transform 150ms ease;
    transition: transform 150ms ease, -webkit-transform 150ms ease; }
  .thumbnail:hover .thumbnail_image {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .thumbnail_overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem;
    padding: calc( 0.5vmin + 0.5rem) calc( 0.66vmin + 0.66rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background 150ms ease;
    -o-transition: background 150ms ease;
    transition: background 150ms ease; }
    .thumbnail_overlay, .thumbnail_overlay > * {
      color: inherit; }
  .thumbnail:hover .thumbnail_overlay {
    background: rgba(64, 64, 64, 0.75); }

.thumbnail_plus {
  padding: 1rem;
  border: solid whitesmoke 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 13px 0px #f0f0f0;
  box-shadow: 0px 3px 13px 0px #f0f0f0; }
  .thumbnail_plus .c_grey {
    margin-bottom: -0.5em; }