/**
Theme Name: Tigmo WP
Theme URI: https://tigmo.com.au/
Author: Tigmo
Author URI: https://tigmo.com.au/
Description: General wordpress theme with basic components
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tigmo
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images,

Use this theme to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------
>>> General Components
--------------------------------**/
@font-face{
    font-family: Open Sans;
    src: url('https://fonts.googleapis.com/css?family=Open+Sans');
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('./fonts/MyriadPro-Regular.eot') format('embedded-opentype'),  url('./fonts/MyriadPro-Regular.otf')  format('opentype'),
	     url('./fonts/MyriadPro-Regular.woff') format('woff'), url('./fonts/MyriadPro-Regular.ttf')  format('truetype'), url('./fonts/MyriadPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HaasGrotDisp-45Light';
  src: url('./fonts/HaasGrotDisp-45Light.eot') format('embedded-opentype'),  url('./fonts/HaasGrotDisp-45Light.otf')  format('opentype'),
	     url('./fonts/HaasGrotDisp-45Light.woff') format('woff'), url('./fonts/HaasGrotDisp-45Light.ttf')  format('truetype'), url('./fonts/HaasGrotDisp-45Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SctoGroteskA-Bold';
  src: url('./fonts/SctoGroteskA-Bold.eot') format('embedded-opentype'),  url('./fonts/SctoGroteskA-Bold.otf')  format('opentype'),
	     url('./fonts/SctoGroteskA-Bold.woff') format('woff'), url('./fonts/SctoGroteskA-Bold.ttf')  format('truetype'), url('./fonts/SctoGroteskA-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SctoGroteskA-Light';
  src: url('./fonts/SctoGroteskA-Light.eot') format('embedded-opentype'),  url('./fonts/SctoGroteskA-Light.otf')  format('opentype'),
	     url('./fonts/SctoGroteskA-Light.woff') format('woff'), url('./fonts/SctoGroteskA-Light.ttf')  format('truetype'), url('./fonts/SctoGroteskA-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SctoGroteskA-Medium';
  src: url('./fonts/SctoGroteskA-Medium.eot') format('embedded-opentype'),  url('./fonts/SctoGroteskA-Medium.otf')  format('opentype'),
	     url('./fonts/SctoGroteskA-Medium.woff') format('woff'), url('./fonts/SctoGroteskA-Medium.ttf')  format('truetype'), url('./fonts/SctoGroteskA-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SctoGroteskA-Regular';
  src: url('./fonts/SctoGroteskA-Regular.eot') format('embedded-opentype'),  url('./fonts/SctoGroteskA-Regular.otf')  format('opentype'),
	     url('./fonts/SctoGroteskA-Regular.woff') format('woff'), url('./fonts/SctoGroteskA-Regular.ttf')  format('truetype'), url('./fonts/SctoGroteskA-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SctoGroteskA-Thin';
  src: url('./fonts/SctoGroteskA-Thin.eot') format('embedded-opentype'),  url('./fonts/SctoGroteskA-Thin.otf')  format('opentype'),
	     url('./fonts/SctoGroteskA-Thin.woff') format('woff'), url('./fonts/SctoGroteskA-Thin.ttf')  format('truetype'), url('./fonts/SctoGroteskA-Thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html{
    overflow-y: scroll;
    scroll-behavior: smooth;
}
body{
    padding:0;
    margin:0;
    font-family: 'Open Sans', sans-serif;
	background-color: #DBDBDB;
    overflow-x: hidden;
}
body.home{
    background-color: #1B9BDD;
}
#tg-front{
	background-color: #ffffff;
}
section{
   width:100%;
   margin:0;
}
a{
   text-decoration:none;
}
.section-content{
   max-width:1280px;
   width:100%;
   margin:0 auto;
   clear:both;
}
#tg-front .section-content{
   max-width:1310px;
}
.text--primary{
    color:#d94949;
}
.bg-primary{
    background:#d94949;
}
ul{
    margin: 0;
    padding: 0;
}
.menu-right .menu{
    margin-bottom: 0;
}
ul li{
    list-style: none;
}
p{
	font-size: 15px;
	line-height: 19.95px;
	color: #fff;
}
.row{
	width: 100%;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container{
	max-width: 1310px;
}
a{
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
    opacity: 0.5;
	text-decoration: none;
}
.menu-logo a:hover {
    opacity: 1;
}

/*--------------------------------
>>> Header Components
--------------------------------**/
#header{
    position: relative;
    top: 0;
	height: 100%;
}
.home #header{
 	overflow: hidden;
}
.main-menu {
    width: 100%;
	z-index: 999;
}
.sub-menu {
 	opacity: 0;
	visibility: hidden;
    position: absolute;
/*    top: 29px;*/
    top: 75px;
    max-width: 280px;
    width: 450px;
	padding-top: 19px;
	z-index: 9;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    padding-left: 26px;
}
.slick-container{
	display: block !important;
}
.feature-project-main.main-number {
    background-color: transparent;
}
.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
/*
.menu-item-has-children:hover .sub-menu {
    display: block;
}
*/
#project-page-animation{
    opacity: 0;
}
#feed-page-animation{
    opacity: 0;
}
#menu-primary-menu li a{
	color: #000;
}
#menu-primary-menu li a {
    color: #fff;
    font-size: 14px;
	line-height: 29.59px;
    letter-spacing: 0.02em;
	cursor: pointer;
    text-transform: capitalize;
    text-decoration: none;
	position: relative;
	display: block;
	font-family: 'SctoGroteskA-Regular';
}
#menu-primary-menu > li > a::before {
    content: '';
    position: absolute;
/*    bottom: -5px;*/
/*    bottom: -25px;*/
    bottom: 0px;
    background-color: #fff;
    height: 4px;
    width: 0px;
    opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition-duration: 0.75s; /* Safari */
  	transition-duration: 0.75s;
}
#menu-primary-menu > li > a:hover::before {
    content: '';
/*    width: 100%;*/
    width: 51%;
    opacity: 1;
}
.page-template-page-contact #menu-primary-menu li a {
    color: #ffffff;
}
.home #menu-primary-menu li.menu-item-has-children > a::after, .page-template-page-contact #menu-primary-menu li.menu-item-has-children > a::after{
	background-image: url('./images/arrow-down.png');
}
.page-template-page-contact .white-logo {
    display: inline-block;
}
.page-template-page-contact .blue-logo {
    display: none;
}
.white-logo {
    width: 204px;
}
.page-template-page-contact .menu-last {
    display: none;
}
#menu-primary-menu li.menu-item-has-children > a::after {
    content: ' ';
    position: absolute;
    right: -20px;
    top: 2px;
    font-size: 15px;
    width: 15px;
    height: 11px;
	background-image: url('./images/arrow-down-dark.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#menu-primary-menu li.menu-item-has-children > a.arrow-up::after{
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#menu-primary-menu > li {
    display: inline-block;
/*    margin: 0 11px;*/
/*    margin: 0 26px;*/
	vertical-align: top;
	position: relative;
}
#menu-primary-menu > li:first-child {
    margin-left: 0;
}
#menu-primary-menu > li:last-child {
    margin-right: 0;
}
#menu-primary-menu li.menu-item-has-children .sub-menu a{
	padding: 0px 0;
	line-height: 25px;
}
.navbar {
    padding: 0 0 0 0 !important;
}
.page-template-page-contact .navbar {
    padding: 65px 0 0 0;
}
.page-template-page-contact #navbarNav {
/*    padding-top: 18px;*/
}
.main-row{
	display: flex;
}
.grid-half{
	width: 50%;
}
.grid-60{
	width: 60%;
}
.grid-40{
	width: 40%;
}
.grid-50{
	width:50%;
}
.grid-25{
	width:25%;
}
.grid-custom-one{
	width:20.3%;
}
.grid-custom-two {
    width: 28.9%;
    padding-left: 30px;
}
.menu-logo {
    width: auto;
    float: left;
}
.navbar-brand.mb-0 {
    margin: 13px 0 20px 0 !important;
    padding: 0 !important;
}
.menu-right {
/*    width: 80%;*/
    width: auto;
    float: right;
/*    background-color: rgba(0, 155, 223, 0.8);*/
/*    padding: 5px 27px;*/
/*    padding: 25px 27px;*/
    padding: 0px 27px;
/*	position: relative;*/
/*	max-width: 640px;*/
    max-width: auto;
}
.mc-cycle_inner + a:hover{
    opacity:1 !important;
}
/*.menu-primary-menu-container {
    background-color: rgba(0, 155, 223, 0.8);
    padding: 5px 27px;
}*/
.slick-track{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.sub-menu-background, .search-menu-background {
    min-height: 205px;
    position: absolute;
    width: 100vw;
    top: 80px;
/*  top: 39px;*/
/*	left: 0;*/
	left: -26px;    
    opacity: 0;
	z-index: -1;
	visibility: hidden;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.search-menu-background {
	min-height: 44px;
    padding: 8px 27px;
}
.sub-menu-bg-color {
	background-color: rgba(51,51,51,0.8);
	opacity: 1;
	height: auto;
    visibility: visible;
}
.all-project-filter a:active{
    color: #009BDF;
}
.sub-menu-background{
    top: 79.5px;
/*  top: 39px;*/
    z-index: -1;
}
/*
.site-header {
    position: absolute;
	width: 100%;
	left: 0;
    right: 0;
	padding-left: 15px;
    padding-right: 15px;
    background-color: #009BDF !important;
    z-index: 1;
}
*/
.site-header {
    position: fixed;
	width: 100%;
	left: 0;
    right: 0;
	padding-left: 15px;
    padding-right: 15px;
    background-color: #009BDF !important;
    z-index: 1;
}
.search-menu {
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
}
.search-input {
    width: 100%;
    padding: 0px 10px;
    border: none;
    height: 28px;
	font-family: 'SctoGroteskA-Regular';
    font-size: 14px;
    line-height: 29.59px;
    color: #333333;
}
.search-in-menu {
/*	padding: 0px 0px 0 66px;*/
}
.search-in-menu a {
    padding: 25px 26px;
    outline: none;
}
/*home banner*/
.mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:relative;
	top:0;
	width:100%;
	z-index:-1;
}
.mc-cycle img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
/*end home banner*/
.feature-project-main {
    position: absolute;
    bottom: 0;
   /* width: 50.66%; */
    right: -40px;
    width: 50%;
	background-color: rgba(0, 155, 223, 0.8);
}
.feature-project {
    color: #fff;
	padding-bottom: 30px;
}
/*
.number-feature ul li {
    float: left;
    display: inline-block;
    color: #9babbc;
	padding: 0 12px 0 0;
}
*/
.number-feature ul li {
    float: left;
    display: inline-block;
/*  color: #9babbc;*/
/*	padding: 0 12px 0 0;*/
    margin-right: 12px;
    width: 11.60px !important;
    height: 11.60px !important;
    background: #fff;
    position: relative;
    top: 6.5px;
    border-radius: 50%;
    opacity: 0.7;
}
.number-feature {
	width: 100%;
	clear: both;
    overflow: hidden;
	display: grid;
/*    grid-template-columns: 56px auto auto;*/
    grid-template-columns: 52px auto auto;
}
.feature-project h3 {
    font-family: 'SctoGroteskA-Bold';
    font-size: 13px;
    line-height: 10.69px;
    font-weight: normal;
	margin: 26px 0 20px 20px;
}
.feature-project h1 {
    font-family: 'SctoGroteskA-Light';
    font-size: 40px;
    line-height: 35px;
    font-weight: normal;
    margin: 0px 20px;
    color:#fff;
}
.feature-project p {
    font-family: 'SctoGroteskA-Regular';
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
	margin: 19px 0 37px 20px;
	max-width: 350px;
}
.left-arrow img, .right-arrow img {
    width: 7px;
    height: 14px;
	margin-bottom: 2px;
}
.left-arrow {
	margin-left: 9px;
}
.right-arrow {
	margin-right: 9px;
	text-align: right;
}
.number-feature ul li a {
    font-family: 'SctoGroteskA-Light';
    font-size: 18px;
    line-height: 22px;
    color: rgba(24,59,103,0.5);
	cursor: pointer;
/*  display: none;*/
    opacity: 0;
    position: relative;
    top: -7px;
}
.number-feature ul li a.active {
    color: #071E3F;
}
.custom-dots li.slick-active{
    background: #000000;
}
/*.number-feature ul {
    margin: 0px 0px 0px 56px;
}*/
#menu-primary-menu .menu-item-has-children {
	position: relative;
}
#menu-primary-menu >ul .current-menu-item > a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    background-color: #fff;
    height: 4px;
    width: 0px;
    opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition-duration: 0.75s; /* Safari */
  	transition-duration: 0.75s;
}
#menu-primary-menu .current.current-menu-item a::before{
/*	width: 101%;*/
    width: 51%;
	opacity: 1;
}

/*--------------------------------
>>> Home Content
--------------------------------**/
.cicg-about-us {
    float: left;
    width: 50%;
	margin-top: 70px;
	padding-right: 23px;
}
.cicg-sectors {
    float: left;
    width: 50%;
    /* padding-left: 41px; */
    padding-left: 40px;
}
.sectors-main {
    background-color: #DBDBDB;
    clear: both;
    overflow: hidden;
}
.sectors-heading {
    float: left;
    width: 35%;
	margin-top: 65px;
}
.sectors-ul {
    float: right;
    width: 65%;
	margin-top: 66px;
	margin-bottom: 58px;
}
.cicg-about-us h1 {
    font-family: 'SctoGroteskA-Light';
    font-size: 39px;
    line-height: 38.36px;
    color: #000000;
    font-weight: normal;
	margin-bottom: 37px;
}
.cicg-about-us p.cicg-about {
    font-family: 'SctoGroteskA-Thin';
    font-size: 25px;
    line-height: 27px;
    color: #000000;
	margin-bottom: 33px;
}
.cicg-about-us p {
    font-family: 'SctoGroteskA-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.sectors-heading h2 {
    font-family: 'SctoGroteskA-Medium';
    font-size: 30px;
    line-height: 36.36px;
    color: #333333;
    font-weight: normal;
	padding-left: 50px;
}
.sectors-ul a {
    font-family: 'SctoGroteskA-Light';
    font-size: 39px;
    line-height: 41px;
    color: #009BDF;
    position: relative;
    background-image: url('./images/sectors-arrow.png');
    background-repeat: no-repeat;
    background-position: 100% center;
    padding-right: 22px;
    background-size: 13px 20px;
}
.sectors-ul a:hover {
    text-decoration: none;
}
.sectors-ul a::after {
    content: "";
    /* background-image: url('./images/sectors-arrow.png'); */
    width: 13px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 19px;
    right: -20px;
}
#tg-front {
	position: relative;
}
.sectors-bg-color {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #DBDBDB;
    width: calc(50% - ( 0.5 * 1167px ) );
    height: 411px;
/*  z-index: -1;*/
    /* height: 411px; */
}
.about-us-read-more {
    padding-top: 10px;
}
.about-us-read-more a{
    background-image: url('./images/sectors-arrow.png'); 
    color: #009BDF;
    background-repeat: no-repeat;
    background-position: 100% center;
    padding-right: 15px;
  /*background-size: 13px 20px;*/
    background-size: 10px 11px;
}
.feature-project:hover {
    opacity: 0.5;
}

/*--------------------------------
>>> Single project page
--------------------------------**/
/*
.single-projects .home-slider-images {
    max-height: 600px !important;
}
*/
.slick-track li a{
    width:100%;
    display: inherit;
}
.tg-related-content, .tg-related-image {
    width: 100% !important; 
}
a .tg-related-image:hover {
    opacity:0.8;
} 

/*--------------------------------
>>> Footer Components
--------------------------------**/
footer{
   background-color: #009BDF;
}
.footer-left {
    float: left;
    padding-left: 0;
}
.footer-right {
    float: left;
    padding-right: 0;
}
.footer-left p {
    font-family: 'SctoGroteskA-Light';
    font-size: 39px;
    line-height: 40px;
    max-width: 360px;
	margin: 51px 0px 75px 0px;
}
.footer-right a {
    font-family: 'SctoGroteskA-Regular';
    font-size: 24px;
    line-height: 27px;
	max-width: 433px;
    color: #FFFFFF;
    display: block;
    font-family: 'SctoGroteskA-Light';
}
.selected a{
	color:#009BDF !important;
}
.about-right-side{
	margin-bottom:37px;
}
.page-id-8 .sbi_item{
/*	display:none !important;*/
}
.page-id-8 .sbi_type_image:nth-child(1),.sbi_type_image:nth-child(2),.sbi_type_image:nth-child(3),.sbi_type_image:nth-child(4),.sbi_type_image:nth-child(5),.sbi_type_image:nth-child(6),.sbi_type_image:nth-child(7),.sbi_type_image:nth-child(8){
	display:inline-block !important;
}
/* .page-id-20 .cicg-instagram #sb_instagram #sbi_load{
	height: 11.1%;
}*/
 .page-id-20 .cicg-instagram #sb_instagram #sbi_load{
	right: auto;
    left: 75%;
    height: 12.5%;
}
/* .submenu a:active{
	color:#009BDF;
}
#menu-primary-menu li.menu-item-has-children .sub-menu a:active{
	color:#009BDF;
}
.main-menu li a.active{
	color:#009BDF ;
}*/
.sub-menu .current-menu-item a {
color:#009BDF !important;
}
.page-id-10 .sub-menu a.active{
    color:#009BDF !important;
}
.page-id-14 .sub-menu a.active{
    color:#009BDF !important;
}
.page-id-16 .sub-menu a.active{
    color:#009BDF;
}
/*.current-menu-parent > a {
    color: #4dc9ff !important;
}

.current > a{
    color:#4dc9ff !important;
}
#menu-primary-menu > li > a::before{
    background-color:#4dc9ff !important;
}*/
#menu-primary-menu .current-menu-parent > a::before {
    width: 51%;
    opacity: 1;
}
.footer-right a br{
	display: block;
}
.footer-right br{
	display: none;
}
.footer-bottom {
    background-color: #333333;
}
.footer-bottom .footer-left ul li {
    float: left;
    padding: 33.8px 54px 31px 0;
}
.footer-bottom .footer-left ul li a {
    font-family: 'SctoGroteskA-Regular';
    font-size: 17.25px;
    line-height: 24.64px;
    color: #EAEBEB;
}
.footer-bottom .footer-right a {
    font-family: 'SctoGroteskA-Regular';
    font-size: 24px;
    line-height: 36px;
    color: #EAEBEB;
	text-align: right;
	padding-top: 26px;
    display: flex;
    /*flex-direction: row-reverse;*/
    margin-left: 14px;
}
/*
.footer-bottom .footer-right a img {
    width: 26px;
    height: 26px;
	margin-left: 28px;
}
*/
.footer-bottom .footer-right a img {
    width: 26px;
    height: 26px;
/*  margin-right: 15px;*/
    margin-top: 5px;
}
.footer-bottom .footer-left {
    float: left;
    padding-left: 0;
    width: 75%;
	max-width: 75%;
}
.footer-bottom .footer-right a:nth-child(1){
    pointer-events: none;
    margin-left: 0;
    margin-right: 15px;
}
.footer-bottom .footer-right {
    float: right;
    padding-right: 0;
    width: 25%;
	max-width: 25%;
    display: flex;
    justify-content: flex-end;
}
.cicg-phone {
    padding-top: 55px;
}

/*--------------------------------
>>> Instagram Components
--------------------------------**/
.cicg-instagram {
    position: relative;
}
.cicg-instagram #sb_instagram #sbi_load {
    padding-top: 0px !important;
/*    width: 25%;*/
    width: 33.33%;
    position: absolute;
    right: 0;
    bottom: 0;
/*    height: 50%;*/
    height: 33.33%;
    max-height: 1000px;
    display: inline-block;
}
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn {
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
	border-radius: 0;
    background: #009BDF;
}
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn .sbi_btn_text {
    position: absolute;
    top: 50%;
    left: 34%;
    font-family: 'SctoGroteskA-Medium';
    font-size: 20px;
    line-height: 22.14px;
}
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn .sbi_btn_text::after {
    content: "";
    background-image: url('./images/view-more-arrow.png');
    width: 12px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 4px;
    right: -18px;
}
.custom_sbi_load_btn {
    display: block !important;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: #009BDF;
}
.custom_sbi_load_btn .sbi_btn_text {
    position: absolute;
    top: calc(50% - 11px);
    left: 34%;
    font-family: 'SctoGroteskA-Medium';
    font-size: 20px;
    line-height: 22.14px;
	color: #fff;
}
.custom_sbi_load_btn .sbi_btn_text::after {
    content: "";
    background-image: url('./images/view-more-arrow.png');
    width: 12px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 3px;
    right: -18px;
}
.instagram-cicg h2 {
    font-family: 'SctoGroteskA-Light';
    font-size: 39px;
    line-height: 39.36px;
    color: #333333;
    font-weight: normal;
	margin-top: 51px;
    margin-bottom: 35px;
}
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn:hover {
    box-shadow: none;
}
#tg-front {
    padding-bottom: 40px;
}

/*--------------------------------
>>> about section
--------------------------------**/
.page-section {
    width: 100%;
    max-width: 1315px;
	opacity: 0;
    margin: 0 auto;
    background-color: #FFFFFF;
}
.page-banner {
    position: relative;
}
.header-content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: rgba(0, 155, 223, 0.8);
}
.cicg-page-title {
    font-family: 'SctoGroteskA-Bold';
    font-size: 12.52px;
    line-height: 10.3px;
    color: #FFFFFF;
    font-weight: normal;
	padding: 24px 0px 0 12px;
}
.cp-page-title {
    font-family: 'SctoGroteskA-Light';
    font-size: 40px;
    line-height: 35.72px;
    font-weight: normal;
    color: #FFFFFF;
	padding: 0px 0 0 12px;
    margin-bottom: 29px;
}
.tg-page-content {
    clear: both;
    overflow: hidden;
}
.about-left-side, .about-right-side {
    width: 50%;
}
.about-right-side.contact-right a {
    font-family: 'SctoGroteskA-Light';
    font-size: 16px;
    line-height: 20px;
	margin-bottom: 15px;
    color: #000000;
    display: block;
}
.about-right-side p {
    font-family: 'SctoGroteskA-Light';
    font-size: 16px;
    line-height: 20px;
	margin-bottom: 15px;
    color: #000000;
}
.about-right-side ul{
    padding-left: 16px;
    margin-bottom: 18px;
}
.about-right-side ul li {
    font-family: 'SctoGroteskA-Light';
    font-size: 16px;
    line-height: 20px;
	color: #000000;
    list-style-type: disc !important;
    padding-left: 8px;
}

.about-right-side h3 {
    font-size: 25px;
    line-height: 29px;
	font-family: 'SctoGroteskA-Light';
/*	margin-bottom: 32px;*/
	margin-bottom: 15px;
    
}
.about-right-side h3 > strong, .about-right-side h3 > b{
    font-size: 25px;
    line-height: 29px;
	font-family: 'SctoGroteskA-Light';
/*	margin-bottom: 32px;*/
	margin-bottom: 15px;
    font-weight: normal;
}
.about-right-side h4, .about-right-side h5, .about-right-side h6 {
	margin-bottom: 15px;
}
.about-right-side h2 {
    font-family: 'SctoGroteskA-Medium';
    font-size: 30px;
    line-height: 30px;
	margin-bottom: 17px;
    color: #000000;
}
.about-right-side.tender-right h2 {
	font-family: 'SctoGroteskA-Light';
    font-size: 39px;
    line-height: 30px;
	margin-bottom: 17px;
    color: #009bdf;
}
.page-banner img {
    width: 100%;
    height: 364px;
    object-fit: cover;
    object-position: center;
}
.number-feature-bg {
/*    background-color: #ecedee;*/
    background-color: rgba(5, 95, 119, 0.6);
    padding: 11px 10px;
    max-width: 233px;
}
.show-on-mobile {
	display: none;
}
a.read-more{
    display: inline-block;
    font-size: 25px;
    color: #000000;
    font-family: 'SctoGroteskA-Light';
    position: relative;
    padding-right: 24px;
    background-image: url('./images/black-arrow.png');
    background-size: 8px 12px;
    background-repeat: no-repeat;
    background-position: 100% 2.5px;
    line-height: 19px;
}
.about-left-side{
	padding-right: 15px;
}
.about-right-side{
	padding-left: 15px;
}
.tg-about-content {
    display: flex;
    margin-top: 92px;
}
.about-project-image {
    margin-bottom: 54px;
}

/*--------------------------------
>>> Projects page Components
--------------------------------**/
.project-title {
    font-size: 40px;
    line-height: 35px;
    font-family: 'SctoGroteskA-Light';
    margin-bottom: 0;
}
.main-projects {
    padding-top: 154px;
	padding-bottom: 40px;
}
.main-projects.main-feed{
	padding-top: 0;
}
.filter {
    font-size: 30px;
    line-height: 33px;
    font-family: 'SctoGroteskA-Medium';
    text-transform: capitalize;
    letter-spacing: 0.75px;
    margin-bottom: 16px;
    color: #D9D9D9;
    
}
.filter-row .grid-40 {
    width: 48.6%;
}
.filter-row .grid-60 {
    width: 51.8%;
}
.filter-categoery a {
    font-size: 33px;
    line-height: 32px;
    color: #000;
    font-family: 'SctoGroteskA-Light';
}
.filter-categoery a:hover {
    color: #009BDF;
    opacity: 1;
}
.page-template-page-projects #menu-primary-menu .menu-item-has-children::after{
	border-bottom:none;
}
.feature-project-main.main-number {
    background-color: transparent;
    max-width: 230px;
    left: 270px;
    margin: 0 auto;
}
.project-item .project-link {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
    height: 321px;
	opacity: 1;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.project-item .project-link .project-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    top: 0;
    display: table;
    background-color: rgba(0,155,223,0.8);
    background-position: center center;
    background-size: cover;
}
.project-item .project-caption {
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
}
.project-caption h4 {
    color: #ffffff;
    font-size: 33px;
    line-height: 33.14px;
    max-width: calc(100% - 42%);
    text-align: center;
    margin: 0 auto;
    font-family: 'SctoGroteskA-Light';
}
.project-category {
    color: #ffffff;
    font-size: 13px;
    font-family: 'ChapDemo-Medium';
    margin: 0;
    text-transform: uppercase;
}
.projects-grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}
.project-item .project-link:hover .project-hover .project-caption {
    opacity: 1;
}
.project-item .project-link:hover .project-hover {
    opacity: 1;
}
.single-slider .slick-arrow img:hover {
    opacity: .5;
}
.tg-related-project .slick-arrow:hover {
  opacity: 0.5;
}
/*
.project-item{
    -moz-transform: translate3d(0px, 0px, 0px); 
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px); 
}
*/
.projects-grid {
    background-color: #ffffff;
	margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1310px;
}
a.load-more {
    display: none !important;
}
a.load-more {
    font-size: 22px;
    line-height: 23.15px;
    font-family: 'SctoGroteskA-Light';
    color: #333333;
    display: block;
    margin: 0 auto;
    max-width: 260px;
    padding: 25px 0 23px 0;
}
.load-more{
    margin: 0;
    position: relative;
    width: 100%;
    opacity: 1;
    text-align: center;
}
.menu-logo .white-logo:nth-child(2) {
    display: none;
}
.feed-title{
	padding-top: 34px;
}
.footer-right span {
    vertical-align: middle;
}
.er404{
    padding-top: 145px;
}
.er404 h1 {
    color: #000000;
    font-size: 28px;
    font-family: 'SctoGroteskA-Medium';
}
.err404 {
    font-family: 'SctoGroteskA-Light';
    font-size: 21px;
    color: #000000;
}
.err404 a {
    color: #000000;
    text-decoration: underline;
}
/*
.single-project {
    padding-top: 154px;
}
*/
.single-project {
    padding-top: 0px;
}
.slide{
	position: relative;
}
.single-slider button {
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    position: absolute;
	top: 50%;
    padding: 0;
    cursor: pointer;
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.left{
    left: 34px;
}
.right{
    right: 34px;
}
.numbers {
    font-size: 16px;
    line-height: 18.58px;
    color: #666666;
    font-family: 'SctoGroteskA-Regular';
    margin-top: 11px;
}
.numbers .seprator {
    margin: 0 7px 2px 7px;
    display: inline-block;
}
.numbers span {
 vertical-align: middle;
}
.tg-main {
    max-width: 164px;
    padding-bottom: 9px;
}
.tg-small-heading {
    font-size: 9px;
	line-height: 11.95px;
    color: #666666;
    font-family: 'SctoGroteskA-Bold';
    text-transform: uppercase;
}
.tg-name {
    font-size: 16px;
    line-height: 20.3px;
    font-family: 'SctoGroteskA-Medium';
}
.tg-main:last-child {
    padding-bottom: 0;
}
.tg-project-summry {
    font-size: 16px;
    line-height: 19.3px;
    font-family: 'SctoGroteskA-Light';
	color: #000;
}
.tg-project-name {
    font-size: 40px;
    line-height: 35.72px;
    max-width: auto;
	margin-bottom: 25px;
    font-family: 'SctoGroteskA-Medium';
    color: #12110F;
}
.tg-higlight-heading {
    font-size: 17px;
    line-height: 20.3px;
    color: #000000;
    font-family: 'SctoGroteskA-Medium';
}
.tg-higlight-list li {
    font-size: 16px;
    line-height: 19.3px;
    font-family: 'SctoGroteskA-Light';
    position: relative;
    padding-left: 13px;
	padding-bottom: 13px;
}
.tg-higlight-list li::before {
    content: '•';
    position: absolute;
    left: 4px;
    top: 0;
}
.tg-higlight-list {
    margin-top: 24px;
}
.tg-project-details {
    margin-top: 25px;
}
.tg-related-heading {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 20px;
	padding: 0 27px 21px 27px;
    font-family: 'SctoGroteskA-Medium';
}
.tg-related-project-grid li {
	display: flex !important;
    background-color: #e4e4e3;
    width: 50%;
	height: auto !important;
}
.slick-track{
	display: flex !important;
}
.tg-related-content h4 {
    font-size: 13px;
    line-height: 11px;
    margin-bottom: 0;
	letter-spacing: 0.75px;
	padding-bottom: 7px;
    font-family: 'SctoGroteskA-Bold';
	color: #666666;
}
#stop-scrolling {
    position: fixed;
   /* overflow:hidden; */
    margin-top: 0;
    width: 100%;
}
.tg-related-content h5 {
    font-family: 'SctoGroteskA-Medium';
    font-size: 29px;
    line-height: 31.17px;
    max-width: 257px;
    color:#212529;
    margin-bottom: 170px;
}
.tg-related-project-summry {
    font-size: 20px;
    line-height: 24.45px;
    color: #4D4D4D;
    font-family: 'SctoGroteskA-Regular';
/*    padding-top: 75px;*/
    position: absolute;
    bottom: 15px;
}
.tg-related-content, .tg-related-image {
    width: 50%;
}
.tg-related-image{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.tg-related-content {
    padding: 40px 20px 25px 17px;
    position: relative;
}
.tg-related-project-slider {
	position: relative;
    padding: 0 16px 0 16px;
}
.tg-related-project-slider button {
    background-color: #666666;
    border: none;
    width: 33px;
    height: 33px;
	top: 50%;
	z-index: 1;
    text-align: center;
	position: absolute;
	cursor: pointer;
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #666666 !important;
}
.right-related {
    right: 0;
}
.left-related {
    left: 0;
}
.right-related img, .left-related img{
	height: 20px;
}
.tg-related-project {
    padding-top: 110px;
}
.mc-image {
    background-size: cover;
}
.left img:nth-of-type(1), .right img:nth-of-type(1) {
    display: none;
}
.home .menu-logo, .slideshow-container, .home .menu-right, .feature-project-main, #tg-front, .home footer, .home .footer-bottom{
	opacity: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.projects-grid h4 {
    padding: 10px 10px;
}
.single-slider {
    position: relative;
}
.slick-active a{
	color: #071E3F !important;	
}
.instagram-cicg {
/*  padding-bottom: 40px;*/
    padding-bottom: 0px;
}
.right-related {
	background-image: url('./images/arrow-white-right.png');
	background-size: 12px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.left-related {
	background-image: url('./images/arrow-white-left.png');
	background-size: 12px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
#mylist li{
    display:none;
}
.search-title {
    color: #12110F;
    font-size: 40px;
    line-height: 35.72px;
    letter-spacing: -0.25px;
	margin-bottom: 18px;
	font-family: 'SctoGroteskA-Medium';
}
.search-excerpt p {
    color: #000;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 0;
	font-family: 'SctoGroteskA-Light';
	letter-spacing: -0.25px;
}
.search-excerpt {
    max-width: 790px;
	margin-bottom: 15px;
}
.learn-more a {
    display: inline-block;
  /*  font-size: 25px; */
    font-size: 20px;
    color: #000000;
    font-family: 'SctoGroteskA-Light';
    position: relative;
    padding-right: 24px;
    background-image: url('./images/black-arrow.png');
    background-size: 8px 12px;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 19px;
}
.search-articals article{
	border-bottom: 1px solid #333333;
	margin-bottom: 44px;
	padding-bottom: 38px;
}
.search-articals {
    padding-top: 108px;
	padding-bottom: 182px;
}
.post-search-terms {
    text-transform: capitalize;
	vertical-align: top;
}
.search-articals article:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Extra new css*/
.header-sub-background-fullwidth{
    position: relative;
}
.home #tg-front {
    padding-bottom: 0;
}
.cicg-instagram #sb_instagram #sbi_images .sbi_item {
    width: 100%;
    z-index: 0;
}
.cicg-instagram #sb_instagram #sbi_images{
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.cicg-instagram #sb_instagram #sbi_load{
    display: none;
}
.page-template-page-feed{
    background-color: #ffffff;
}
.main-projects.main-feed .feed-grid .projects-grid {
    background-color: #ffffff;
}
.main-projects.main-feed{
    padding-bottom: 0;
}
.page-section.feed-page-template{
    max-width: 100%;
}
.feed-content {
    margin: 55px 0 5px 0;
}
.content-right {
    font-size: 25px;
    line-height: 29px;
    font-family: 'SctoGroteskA-Light';
}
.feed-grid .projects-grid .cicg-instagram #sb_instagram #sbi_load {
    display: none;
}
body.page-id-18{
    background: #ffffff;
}
.page-section.projects-page-width{
    max-width: 100%;
}
.page-section.projects-page-width .main-projects{
    padding-bottom: 0px;
}
body.single-projects, .page-template-page-login{
    background: #ffffff; 
}
.page-section.single-projects-width{
    max-width: 100%;
}
.about-left-side.contact-left {
    padding-right: 0;
    position: relative;
    height: 100vh;
}
.tg-about-content.tg-contact-page{
    margin-top: 0;
}
.overlap-contant {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #009BDF;
    max-width: 240px;
    max-height: 270px;
    left: 10vw;
    padding: 30px 28px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.cicg-head-office {
    font-family: 'SctoGroteskA-Bold';
    color: #fff;
    font-size: 16px;
    margin-bottom: 1px;
}
.cicg-address-title {
    color: #fff;
    font-size: 9pt;
    font-family: 'SctoGroteskA-Bold';
}
.cicg-address-content {
    font-family: 'SctoGroteskA-Medium';
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}
.get-direction {
    background: #fff;
    padding: 8px 15px;
    display: block;
    border-radius: 68px;
    min-width: 166px;
    margin-top: 20px;
    position: relative;
}
.get-direction:after {
    background-image: url(./images/arrow-right-blue.png);
    content: "";
    background-size: cover;
    position: absolute;
    vertical-align: middle;
    width: 13px;
    height: 19px;
    right: 16px;
    top: 11px;
}
.see-tenders {
    background: #009BDF;
    padding: 8px 15px;
    display: block;
    border-radius: 68px;
    max-width: 182px !important;
    margin-top: 20px;
    position: relative;
    color: #ffffff;
    font-size: 19px;
    font-family: 'SctoGroteskA-Bold';
}
.see-tenders:after {
    background-image: url(./images/arrow-right-white.png);
    content: "";
    background-size: cover;
    position: absolute;
    vertical-align: middle;
    width: 13px;
    height: 19px;
    right: 16px;
    top: 13px;
}
.see-tenders:hover{
    color: #ffffff;
}
.login-btn {
    background: #009BDF;
    padding: 8px 30px;
    display: block;
    border-radius: 68px;
    max-width: 165px !important;
    margin-top: 20px;
    position: relative;
    color: #ffffff;
    font-size: 19px;
    font-family: 'SctoGroteskA-Bold';
    margin-left: 10px;
}
.login-btn:after {
    background-image: url(./images/arrow-right-white.png);
    content: "";
    background-size: cover;
    position: absolute;
    vertical-align: middle;
    width: 13px;
    height: 19px;
    right: 16px;
    top: 13px;
}
.login-btn:hover{
    color: #ffffff;
}
.main-right-div {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
}
.about-right-side.contact-right{
    display: table;
    margin-bottom: 0px;
}
.place-card.place-card-large{
    display: none !important;
}
.gm-style .place-card-large {
    display: none !important;
}
.login-content-title{
    font-family: 'SctoGroteskA-Light';
    font-size: 39px;
    line-height: 30px;
    margin-bottom: 17px;
    color: #009bdf;
}
.login-content-descriptions{
    font-family: 'SctoGroteskA-Light';
    font-size: 24.5px;
    line-height: 30px;
    margin-bottom: 17px;
    color: #333333;
}
.tg-login-content {
    margin-top: 92px;
    margin-bottom: 54px;
}
.section-login {
    margin-bottom: 100px;
}
.row.row-width .section-login:nth-child(2n){
    padding-left: 30px !important;
}
#sb_instagram #sbi_images > .sbi_item .sbi_photo_wrap .sbi_photo:hover {
/*Comment code for hover effect
    opacity: 0.8 !important;
*/
    opacity: 1 !important;
    transition: none !important;
}
#sb_instagram #sbi_images > .sbi_item .sbi_photo_wrap .sbi_photo{
     transition: none !important;
}
.filter-categoery.project-filter-dj li.selected-filter:before {
    background-image: url(./images/arrow-right-blue.png);
    content: "";
    background-size: cover;
    position: absolute;
    vertical-align: middle;
    width: 13px;
    height: 20px;
    left: -23px;
    top: 6.4px;
}
.filter-categoery.project-filter-dj li{
    position: relative;
    margin-bottom: 3px;
}
/*
.cicg-instagram #sb_instagram .sbi_hover_bottom {
    display: none;
}
.cicg-instagram #sb_instagram .sbi_hover_top{
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
    align-items: center;
}
.cicg-instagram #sb_instagram .sbi_link_area {
    z-index: 999999;
}
.cicg-instagram #sb_instagram .sbi_photo_wrap {
    height: 100%;
}
*/
.cicg-instagram #sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.cicg-instagram #sb_instagram svg:not(:root).svg-inline--fa, #sbi_lightbox svg:not(:root).svg-inline--fa {
    box-sizing: unset;
    overflow: visible;
    width: 1em;
    display: none !important;
}
.cicg-instagram #sb_instagram #sbi_images > .sbi_item {
    position: relative;
}
/*
.cicg-instagram #sb_instagram #sbi_images > .sbi_item:hover .sbi_info {
    opacity: 1 !important;
    transition: all 0.5s;
}
*/
.cicg-instagram #sb_instagram .sbi_info {
    text-align: left;
    position: absolute;
    top: 47%;
    opacity: 0;
    color: #ffffff;
    cursor: pointer;
}
.cicg-instagram #sb_instagram .sbi_info {
    z-index: 1;
    pointer-events: none;
}
.cicg-instagram #sb_instagram .sbi_expand {
    opacity: 0;
}
#sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
    cursor: pointer;
    z-index: 1;
}
.cicg-instagram #sb_instagram .sbi_info p {
    text-align: center;
    padding: 0 30px !important;
}
#sb_instagram .sbi_caption {
    text-transform: capitalize;
    font-family: 'SctoGroteskA-Light' !important;
}
.sbi_photo{
    position: relative;
    z-index: 0;
}
.sbi_photo:hover::before {
/*
    position: absolute;
    z-index: 1;
    background-color: rgba(0,155,223,0.8);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    transition: all ease .5s !important;
*/
}
.home .cicg-instagram #sb_instagram #sbi_images .sbi_item:nth-child(9) .sbi_photo_wrap .sbi_photo:after {
    position: absolute;
    z-index: 1;
    background-color: rgba(0,155,223,0.8);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    transition: all ease .5s !important;
}
.home .cicg-instagram #sb_instagram #sbi_images > .sbi_item:nth-child(9):hover .sbi_info {
    opacity: 1 !important;
    transition: all 0.5s;
}
.home .cicg-instagram #sb_instagram #sbi_images .sbi_item:nth-child(9) .sbi_info {
    opacity: 1;
}
.home .cicg-instagram #sb_instagram #sbi_images .sbi_item:nth-child(9) .sbi_photo_wrap .sbi_photo:hover::before {
   display: none !important;
}
.cicg-instagram #sb_instagram #sbi_images .sbi_item:nth-child(9) .sbi_info p.sbi_caption_wrap .sbi_caption{
    position: relative;
}
.cicg-instagram #sb_instagram #sbi_images .sbi_item:nth-child(9) .sbi_info p.sbi_caption_wrap .sbi_caption:after{
    background-image: url(./images/arrow-right-white.png);
    content: "";
    background-size: cover;
    position: absolute;
    vertical-align: middle;
    width: 16px;
    height: 24px;
    right: -24px;
    top: 9px;
}
.page-projects .main-projects .projects-grid ul#mylist .disable-project{
    pointer-events: none;
    opacity: 0.2 !important;
}

/*--------------------------------
>>> Moblie Menu Components
--------------------------------**/
@media (min-width: 1200px){
.footer-right {
/*  padding-left: 0;*/
    padding-bottom: 50px;
}

.footer-right.footer-socical-desk{
    padding-bottom: 0;        
}
.project-item .project-link {
    height: 32.4vw !important;
}
#menu-primary-menu li a {
/*  padding: 25px 0px;*/
    padding: 25px 26px;
    outline: none;
    }
#js-frontimage{
/*  height: 100vh;*/
    position: relative;
    /* width: 100vw; */
    width:100%;
}
.tg-project-details {
    margin-top: 70px;
}
.home-slider-images {
    height: 100vh !important;
    width: 100%;
}
.arrow-img:after {
    background-image: url(./images/down-arrow.png);
    content: "";
    background-size: cover;
    position: absolute;
    vertical-align: middle;
    width: 21px;
    height: 14px;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
}
}
@media only screen and (max-width: 1199px) {
#responsive-menu-container {
    width: 100vw !important;
}
.main-projects.main-projects-mobile{
    padding-left: 0;
    padding-right: 0;
}
.home-slider-images {
    /*height: 100vh !important;*/
    height: 50vh !important;
    width: 100%;
}
.arrow-img:after {
    background-image: url(./images/down-arrow.png);
    content: "";
    background-size: cover;
    position: absolute;
    vertical-align: middle;
    width: 21px;
    height: 14px;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
}
.about-right-side.contact-right {
    display: initial;
    margin-bottom: 30px;
}
.main-right-div {
    display: unset;
    vertical-align: unset;
    height: auto;
}
.mobile-container{
    padding-left: 15px;
    padding-right: 15px;
}
.page-id-18 .menu-logo .white-logo:nth-child(2) {
    display: none !important;
}
.navbar-toggler.navbar-toggler-right.collapsed {
    float: right;
}
.menu-right {
    background-color: transparent;
}
.site-header {
    background-color: rgba(0, 155, 223, 0.8);
	min-height: 60px;
    max-height: 60px;
	z-index: 9;
}
.tax-sector .menu-logo .white-logo:nth-child(1) {
    display: none !important;
}
.navbar-brand.mb-0 {
    margin:8px 0px;
}
.page-template-page-projects .navbar-brand.mb-0, .page-template-page-projects-single .navbar-brand.mb-0{
    padding-top: 8.5px;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    border-radius: 0 !important;
}
#responsive-menu-container {
    top: 60px !important;
}
.white-logo {
    width: 111px;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand-lg > .container {
    padding-right: 15px;
    padding-left: 15px;
}
#responsive-menu-container {
    background: rgba(51,51,51,0.8) !important;
}
#responsive-menu-container #responsive-menu-wrapper, #responsive-menu-container #responsive-menu li.responsive-menu-item a {
	background-color: transparent !important;
}
/*
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu.responsive-menu-submenu-open {
    display: block !important; 
}
*/
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-family: 'SctoGroteskA-Regular';
/*	border-bottom: 1px solid #fff;*/
/*	padding: 15px 30px;*/
    padding: 15px 15px;
}
.responsive-menu-item-has-children a.responsive-menu-item-link {
    border-bottom: none !important;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
    height: 30px !important;	
}
.responsive-menu-submenu-open li:last-child a {
/*  border-bottom: 1px solid #fff !important;*/
	padding-bottom: 57px !important;
}
#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a {
    border-top: none !important;
}
.responsive-menu-subarrow.responsive-menu-subarrow-active, .responsive-menu-subarrow {
    display: none;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover {
	border-color: #fff !important;
}
.responsive-menu-submenu-open {
    margin-top: -21px !important;
}
/*
.responsive-menu-open #responsive-menu-container {
    position: fixed !important;
	overflow-y: hidden !important;
    height: 100%;
}
*/
#responsive-menu-container.slide-top {
	z-index: -1;
    transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    opacity: 0;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
}
.responsive-menu-open #responsive-menu-container.slide-top {
    transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    opacity: 1;
}
#responsive-menu-wrapper {
	display: none;
}
.is-active + #responsive-menu-container, .is-active + #responsive-menu-container #responsive-menu-wrapper {
    display: block;
}
.is-active + #responsive-menu-container{
	z-index: 99998;
}	
button#responsive-menu-button {
    right: 30px !important;
}
.site-header{
	position: fixed;
}
.feature-project-main{
	width: 100%;
}
.feature-project h3, .feature-project h1, .feature-project p{
	margin-left: 15px;
	margin-right: 15px;
}
.number-feature {
    margin: 0 auto !important;
    width: auto;
    max-width: 154.2px;
    grid-column-gap: 19px;
	grid-template-columns: auto auto auto;
}
.number-feature-bg {
    max-width: 100%;
    margin: 0 30px;
}
.left-arrow {
    margin-left: 0;
}
.right-arrow {
    margin-right: 0;
 }
.number-feature ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.number-feature ul li a{
	line-height: 25px;
}
.cicg-about-us {
    width: 100%;
    float: none;
    margin-top: 57px;
/*  padding: 0 30px 45px 15px;*/
    padding: 0 30px 45px 15px;
}
.sectors-bg-color{
	display: none;
	}
.cicg-sectors {
    float: none;
    width: 100%;
    padding-left: 0;
}
.section-content .row {
    margin-left: 0;
    margin-right: 0;
}
.section-content .col-md-12, .section-content .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
.sectors-main, footer{
	padding-left: 15px;
	padding-right: 15px;
}
footer {
    padding-bottom: 21px;
}
.sectors-heading h2{
	padding-left: 0;
}
.sectors-heading {
    margin-top: 57px;
	float: none;
	width: 100%;
}
.sectors-ul{
	margin-top: 34px;
	margin-bottom: 66px;
	float: none;
	width: 100%;
}
.instagram-cicg {
    padding: 0 15px !important;

}
.instagram-cicg h2{
	margin-top: 63px;
}
/* .cicg-instagram #sb_instagram #sbi_load{
	position: static;
	height: auto;
	text-align: right;
	float: right;
	width: auto;
} */
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn{
	color: #071E3F;
	display: inline-block;
	margin-top: 22px;
	margin-bottom: 25px;
	padding-right: 16px;

}
/* .cicg-instagram #sb_instagram #sbi_load .sbi_load_btn .sbi_btn_text, .custom_sbi_load_btn .sbi_btn_text{
	position: static;
} */
/* .cicg-instagram #sb_instagram #sbi_load{
	background-color: transparent;
} */
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn .sbi_btn_text::after {
    background-image: url('./images/blue-arrow.png');
    width: 7px;
    height: 11px;
	right: 0px;
	top: 7px;
}
.footer-right{
	padding-left: 0;
}
.footer-left p {
    font-size: 25px;
    line-height: 30px;
    max-width: 250px;
    margin: 63px 0px 7px 0px;
}
.footer-right a{
	font-size: 18.76px;
}
.footer-right br, .show-on-mobile {
    display: block;
}	
.hide-on-mobile{
	display: none;
}	
.show-on-mobile img {
    margin-left: 42px;
}
.show-on-mobile a {
    font-size: 20.84px;
    color: #ffffff;
    font-family: 'SctoGroteskA-Regular';
}
span{
	vertical-align: middle;
}	
.show-on-mobile{
	padding-top: 82px;	
	clear: both;
}
.footer-bottom .footer-left {
    float: none;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
}	
.footer-bottom .footer-left ul li {
    float: none;
    padding:0 0 7px 0;
}	
.footer-bottom .footer-left ul li a {
    font-size: 15.63px;
    line-height: 21.04px;
}
.footer-bottom {
    padding: 21px 15px 14px 15px;
}
.footer-left{
	float: none;
}
a.read-more {
    display: inline-block;
    font-size: 25px;
    color: #000000;
    font-family: 'SctoGroteskA-Light';
    position: relative;
    padding-right: 24px;
}
/*.slide-content{
	display: none;
}*/
.cicg-about-us p.cicg-about{
	margin-bottom: 20px;
}	
a.read-more::after {
    content: '';
    background-image: url('./images/black-arrow.png');
    width: 8px;
    height: 12px;
    position: absolute;
    background-size: cover;
    right: 0;
    top: 15px;
}
.cicg-about-us a.read-more::after {
	background-image: none;
}
/* .cicg-instagram #sb_instagram #sbi_load .sbi_load_btn, .custom_sbi_load_btn{
	background-color: transparent;
} */
.custom_sbi_load_btn .sbi_btn_text {
    right: 0;
    left: 0px;
    max-width: 120px;
    margin: 0 auto;
    background-image: url('./images/view-more-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 18px;
    padding-right: 18px;
}
.custom_sbi_load_btn .sbi_btn_text::after{
    background-image:none;
}
.header-content{
	width: 100%;
	padding: 0 18px;
}
.tg-about-content {
    padding: 64px 15px 60px 15px;
    background-color: #ffffff;
    margin: 0 0;
}
.tg-about-content.tg-tender-contant {
    padding: 64px 0px 60px 0px;
    background-color: #ffffff;
    margin: 0 0;
}
.about-left-side, .about-right-side {
    width: 100%;
	padding: 0 0;
}
.about-project-image {
    margin-bottom: 30px;
}
.about-right-side br {
    display: none;
}
.about-right-side p:last-child {
    margin-bottom: 0;
}
/*
.page-section{
	background-color: transparent; 
}
*/
.page-template-page-projects .menu-logo .white-logo:first-child, .single-projects .white-logo:first-child {
    display: none;
}
.menu-logo .white-logo:nth-child(2) {
display: block;
}
.main-projects {
    background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}
.page-template-page-projects .page-section {
    background-color: #DBDBDB;
    padding: 0 0;
}
.main-feed.main-projects {
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
	padding-bottom: 0px;
}
.project-caption h4{
    font-size: 18px;
    line-height: 20.14px;
}
.feed-grid {
    margin: 0 15px;
    padding:64px 0;
    background-color: #fff;
}
.feed-grid .projects-grid{
	margin-top: 0px;
}
#responsive-menu-container #responsive-menu > li.responsive-menu-item{
	border-bottom: 1px solid #ffffff;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link{
/*	padding-left: 76px !important;*/
    padding-left: 61px !important; 
	}
/* .custom_sbi_load_btn{
    color: #071E3F;
    display: inline-block;
    margin-top: 22px;
    margin-bottom: 25px;
    padding-right: 16px;
	position: relative;
} */
/* .custom_sbi_load_btn .sbi_btn_text{
	color: #071E3F;
} */
/* .custom_sbi_load_btn .sbi_btn_text::after{
    background-image: url('./images/blue-arrow.png');
    width: 7px;
    height: 11px;
    right: 0px;
    top: 9px;
} */
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu {
    display: block !important;
	padding-bottom: 15px;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
    min-height: 30px !important;
    height: auto !important;
}	
.single-slider .home-slider-images {
/*    height: 475px !important;*/
}
.responsive-menu-boring.is-active .responsive-menu-inner::after, .responsive-menu-boring.is-active .responsive-menu-inner::before{
    width: 24px;
}
.is-active .responsive-menu-box {
    height: 20px;
    width: 24px;
}

button#responsive-menu-button.is-active {
    width: 24px; 
    height: 20px; 
    top: 16px;
	right: 27px !important;
}

.is-active .responsive-menu-inner {
    width: 24px;
}
.search-articals {
	padding-top: 57px;
	padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.search-title {
    font-size: 30px;
    line-height: 30.72px;
}
}

/*--------------------------------
>>> Responsive Components
--------------------------------**/
@media only screen and (max-width: 767px) {
#maximage .feature-project-main{
    position: unset !important;
    background-color: rgba(0, 155, 223, 1) !important;
}
#maximage .feature-project-main .feature-project{
    padding-bottom: 20px;
}
.home-slider-images {
    /*height: 100vh !important;*/
    height: 50vh !important;
}
.cicg-instagram #sb_instagram .sbi_caption {
    font-size: 20px !important;
}
.cicg-instagram #sb_instagram #sbi_images .sbi_item:nth-child(9) .sbi_info p.sbi_caption_wrap .sbi_caption::after {
    width: 9px;
    height: 14px;
    right: -14px;
    top: 6px;
}
.row.row-width .section-login:nth-child(2n){
    padding-left: 15px !important;
}
.row-width{
    width: auto;
}
.login-btn {
    margin-left: 0;
}
.section-login {
    margin-bottom: 40px;
}
.cicg-about-us {
    width: 100%;
}
.cicg-sectors {
    width: 100%;
    padding-left: 0px;
}
.sectors-heading {
    width: 100%;
}
.feature-project-main {
    width: 100%;
	right: 0px;
}
.single-projects .home-slider-images {
/*    max-height: 450px !important;*/
}
/*
.number-feature { 
    max-width: 372px;
    margin: 0 auto;
	grid-template-columns: 35% 124px 35%;
}
.left-arrow {
    margin-right: 10px;
    text-align: right;
    padding-right: 0;
}
.number-feature ul {
    max-width: 250px;
    margin: 0 auto;
}
.right-arrow {
    margin-left: -7px;
    text-align: left;
    padding-left: 0;
}
.number-feature ul li {
    float: left;
    padding: 0 17px 0 0;
}
*/
.header-content {
    width: 100%;
}	
.number-feature ul li{
	padding: 0 5px 0 0;
    margin-right: 5px;
}
.left img:nth-of-type(2), .right img:nth-of-type(2) {
    display: none;
}
.left img:nth-of-type(1), .right img:nth-of-type(1) {
    display: none;
}
.right img, .left img {
    height: 20px;
}
.single-slider button{
	background-color: #666666;
	border: none;
	width: 33px;
	height: 33px;
}
.right{
    right: 15px;
	background-image: url('./images/arrow-white-right.png');
	background-size: 12px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.left{
    left: 15px;
	background-image: url('./images/arrow-white-left.png');
	background-size: 12px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
}

@media only screen and (max-width: 991px){
.hide-on-mobile {
    display: none !important;
}
.show-on-mobile a {
    display: flex;
    flex-direction: row-reverse;
    float: left;
    align-items: center;
}
.show-on-mobile img {
    margin-left: 0px;
    margin-right: 10px;
}
.tg-about-content{
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.about-left-side.contact-left{
   padding-top:0px; 
}
.about-left-side{
    padding-top:30px;
}
.about-project-image:last-child{
    margin-bottom: 0px;
}
.tg-details-container{
    flex-wrap: wrap;
}
.grid-custom-one, .tg-details-container .grid-50, .grid-custom-two, .tg-related-project-grid li  {
    width: 100%;
}
.grid-custom-two {
    padding-left: 0;
}
.grid-custom-one, .tg-details-container .grid-50{
    margin-bottom: 20px;
}
.tg-project-name{
    max-width: 100%;
    margin-bottom: 15px;
}
.tg-higlight-list {
    margin-top: 15px;
}
.tg-related-project {
    padding-top: 25px;
}
/*
	.tg-related-image{
		width: 35%;		
	}
	.tg-related-content{
		width:65%;
	}
*/
.tg-related-project-grid .grid:last-child {
    display: none;
}
.tg-related-project-summry{
    max-width: 330px;
}
.footer-bottom {
    padding:24px 15px 19px 15px;
}
}

@media only screen and (max-width: 700px){
.projects-grid ul{
    grid-template-columns: 1fr 1fr;
}	
}
	
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-bottom .footer-right {
    max-width: 40%;
    justify-content: flex-start;
}
#navbarNav{
    display: none !important;
}
.slide-content {
    display: block;
}
	/*a.read-more{
		display: none;
	}*/
.cicg-about-us{
	max-width: 734px;
}
.feature-project-main {
    width: 50%;
}
.cicg-about-us p.cicg-about {
    margin-bottom: 49px;
}	
.sectors-heading {
    float: left;
    width: 381px;
    margin-top: 66px;
}
.sectors-ul {
    float: right;
    width: 315px;
    margin-top: 70px;
}
.sectors-main{
    max-width: 756px;
	background-color: transparent;
}
.cicg-sectors{
	background-color: #DBDBDB;		
}
.cicg-instagram #sb_instagram #sbi_load{
	width: 25%;
	position: absolute;
	height:50%;
}
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn, .custom_sbi_load_btn {
    display: flex !important;
    margin-top: 0;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}
.custom_sbi_load_btn .sbi_btn_text {
    color: #fff;
}
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn .sbi_btn_text, .custom_sbi_load_btn .sbi_btn_text{
	position: relative;
	top: auto;
	left: auto;
}
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn .sbi_btn_text::after{
	background-image: url('./images/view-more-arrow.png');
	right: -18px;
	top: 4px;
	width: 12px;
	height: 18px;
}
.footer-left {
    float: left;
}
.footer-right a {
    font-size: 20px;
    max-width: 210px;
}
.footer-left p{
	margin-top:0;
}
.cicg-phone {
    padding-top: 0;
}
.show-on-mobile{
	display: none;
}
footer {
    padding-bottom: 28px;
	padding-top: 49px;
}
.footer-bottom .footer-left {
    float: left;
    padding-left: 0;
    width: 75%;
    max-width: 75%;
}
.hide-on-mobile {
    display: block;
}
.footer-bottom .footer-right a{
	padding-top: 0px;
    float: left;
}
.footer-bottom .footer-left ul li a {
	font-size: 17.25px;
	line-height: 24.64px;
}
.footer-bottom .section-content .col-sm-12 {
    display: flex;
    align-items: flex-end;
}
.footer-bottom{
	padding-bottom: 33px;
	padding-top: 32px;
}
.footer-bottom .footer-right a{
	text-align: left;
}
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn, .custom_sbi_load_btn{
	background-color: #009BDF;
}
.header-content{
	width: 50%;
	padding: 0;
}
.tg-about-content{
	display: flex;
}
.about-left-side, .about-right-side {
    width: 50%;
}
.about-left-side {
    padding-right: 15px;
}
.about-right-side {
    padding-left: 15px;
}
.about-right-side h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}
.tg-related-content h5 {
    font-size: 25px;
    line-height: 30px;
}
.tg-related-project-summry {
    font-size: 18px;
    line-height: 22.45px;
    padding-top: 35px;
}
.tg-related-project-grid li{
	height: auto !important;
}
#tg-front {
    padding-bottom: 40px;
	margin-bottom: 0px;
}
.single-project {
    padding-top: 124px;
}
/*
.main-projects{
    padding-top: 123px;
	padding-bottom: 64px;
}
*/
.main-projects.main-projects-mobile{
    padding-top: 0px;
	padding-bottom: 64px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.cicg-instagram #sb_instagram .sbi_caption {
    font-size: 20px !important; 
}
}

@media only screen and (max-width: 640px){
.tg-related-project-grid li{
    flex-wrap: wrap;
}
.tg-related-image{
    width: 100%;
    height: 311px;
}
.tg-related-content{
    width: 100%;
}
.tg-related-project-summry{
    padding-top: 25px;
}
.cicg-instagram #sb_instagram #sbi_load {
    width: 50%;
    height: 25%;
}
.search-articals article {
    margin-bottom: 34px;
    padding-bottom: 28px;
}
}

@media only screen and (max-width: 480px){
.overlap-contant {
    display: none;
}
.projects-grid ul{
    grid-template-columns: 1fr;
}	
.project-item .project-link {
    height: 93vw !important;
}
.main-row {
    flex-direction: column;
}
.filter{
    margin-top: 40px;
}
.main-projects {
    padding-top: 130px;
}
.main-projects.main-projects-mobile{
    padding-top: 0px;
}
.projects-grid{
    margin-top: 40px;
}
.filter-categoery a {
    font-size: 18px;
    line-height: 21px;
}
.filter-categoery.project-filter-dj li.selected-filter::before {
    width: 9px;
    height: 14px;
    left: -12px;
    top: 5px;
}
a.load-more{
    text-align: center;
    font-size: 15px;
    line-height: 23.15px;
}
.cp-page-title{
    font-size: 27px;
    line-height: 24.72px;
}
.cicg-instagram #sb_instagram #sbi_load {
    background-color: transparent;
}
.cicg-instagram #sb_instagram #sbi_load {
    position: static;
    height: auto;
    text-align: right;
    float: right;
    width: auto;
}
.custom_sbi_load_btn{
    color: #071E3F;
    display: inline-block;
    margin-top: 22px;
    margin-bottom: 25px;
    padding-right: 0;
    position: relative;
} 
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn, .custom_sbi_load_btn {
    background-color: transparent;
}
.custom_sbi_load_btn .sbi_btn_text{
    color: #071E3F;
}
.cicg-instagram #sb_instagram #sbi_load .sbi_load_btn .sbi_btn_text, .custom_sbi_load_btn .sbi_btn_text{
    position: static;
}
.custom_sbi_load_btn .sbi_btn_text::after{
    background-image: url('./images/blue-arrow.png');
    width: 7px;
    height: 11px;
    right: 0px;
    top: 9px;
}
}

@media (max-width: 420px){
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link {
     padding-bottom: 10px !important;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
    line-height: 19.39px  !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 20px !important;
}
}

@media only screen and (max-width: 375px){
.tg-related-project-grid li{
    flex-wrap: wrap;
}
.tg-related-image{
    width: 100%;
    height: 200px;
}
.tg-related-content{
    width: 100%;
}
.tg-related-project-summry{
    padding-top: 10px;
    font-size: 17px;
    line-height: 21.45px;
}
.tg-project-name {
    font-size: 25px;
    line-height: 27px;
    }
.tg-higlight-heading {
    font-size: 15px;
    }
.tg-related-heading{
    padding: 0 15px 21px 0;
}
.tg-related-content {
    padding: 20px 10px 25px 10px;
}
.tg-related-content h5 {
    font-size: 20px;
    line-height: 25.17px;
}
   
/*.tg-related-project-slider {
    	padding: 0 0 0 0;
	} 

	.tg-related-project-slider button{
		display: none;
	}
*/
.sectors-ul a {
    font-size: 24px;
    line-height: 25px;
	}
.sectors-ul a::after{
	top: 6px;
}
.search-excerpt p {
    font-size: 20px;
    line-height: 26px;
}
.learn-more a {
    font-size: 20px;
}
.number-feature-bg{
    margin: 0 px;
}
}

@media only screen and (min-width: 250px) and (max-width: 350px) {
.feature-project-main.main-number{
    max-width:84%;
    left: 25px;
    right: 30px;
}
}

@media only screen and (min-width: 351px) and (max-width: 767px) {
.feature-project-main.main-number{
    max-width:84%;
    left: 30px;
    right: 30px;
}
.number-feature-bg{
    margin:0px;
}
}

@media only screen and (min-width: 701px) and (max-width: 1199px) {
.project-item .project-link {
    height: 32vw !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
.number-feature ul li {
    margin-right: 6px;
    }
.section-login {
    margin-bottom: 70px;
}
.number-feature-bg {
    margin: 0 0;
    max-width: 277px;
}
.feature-project-main {
    /* width: 410px; */
    width:50%;
	right: 0;
}
.feature-project h1 {
    font-size: 30px;
    line-height: 27px;
}
.feature-project-main.main-number{
    left: 230px;
}
.cicg-instagram #sb_instagram .sbi_caption {
    font-size: 20px !important; 
}
.cicg-instagram #sb_instagram #sbi_images .sbi_item:nth-child(9) .sbi_info p.sbi_caption_wrap .sbi_caption::after {
    width: 9px;
    height: 14px;
    right: -14px;
    top: 6px;
}
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
.cicg-instagram #sb_instagram #sbi_images .sbi_item {
    width: 100% !important;
}
}
.filter-categoery li a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 991px){
 .cicg-instagram #sb_instagram #sbi_images {
    grid-template-columns: 1fr 1fr;
}   
}

@media only screen and (max-width: 480px){
 .cicg-instagram #sb_instagram #sbi_images {
    grid-template-columns: 1fr;
}
.cicg-instagram #sb_instagram #sbi_load {
/*    display: block;*/
    display: none;
}
}

.about-right-side h3 p {
    font-size: 25px;
    line-height: 29px;
	font-family: 'SctoGroteskA-Light';
	margin-bottom: 32px;
	color : rgb(33, 37, 41);
}

@media (min-width: 1310px) {
.project-item .project-link {
    height: 436px !important;
}
}