@font-face {
    font-family: Montserrat-Black;
    src: url('../fonts/Montserrat-Black.ttf');
}

@font-face {
    font-family: Montserrat-BlackItalic;
    src: url('../fonts/Montserrat-BlackItalic.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-BoldItalic;
    src: url('../fonts/Montserrat-BoldItalic.ttf');
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url('../fonts/Montserrat-ExtraBold.ttf');
}

@font-face {
    font-family: Montserrat-ExtraBoldItalic;
    src: url('../fonts/Montserrat-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: Montserrat-ExtraLight;
    src: url('../fonts/Montserrat-ExtraLight.ttf');
}

@font-face {
    font-family: Montserrat-ExtraLightItalic;
    src: url('../fonts/Montserrat-ExtraLightItalic.ttf');
}

@font-face {
    font-family: Montserrat-Italic;
    src: url('../fonts/Montserrat-Italic.ttf');
}

@font-face {
    font-family: Montserrat-Light;
    src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: Montserrat-LightItalic;
    src: url('../fonts/Montserrat-LightItalic.ttf');
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: Montserrat-MediumItalic;
    src: url('../fonts/Montserrat-MediumItalic.ttf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-SemiBoldItalic;
    src: url('../fonts/Montserrat-SemiBoldItalic.ttf');
}

@font-face {
    font-family: Montserrat-Thin;
    src: url('../fonts/Montserrat-Thin.ttf');
}

@font-face {
    font-family: Montserrat-ThinItalic;
    src: url('../fonts/Montserrat-ThinItalic.ttf');
}

html, body {
  font-family: Montserrat-Regular !important;
}
.container {
  width: 100% !important;
}

.text_center{
    text-align: center;
}


/*Back to top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  cursor: pointer;
  border-radius: 50%;
  width: 2.5%;
  box-shadow: 0 8px 16px -6px #000;
}

/*#myBtn:hover {
  background-color: #555;
}*/
/*Back to top*/
.progress-container {
  width: 100%;
  height: 2px;
  background: #fff;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 560px!important;
}

.progress-bar {
  height: 2px;
  background: #E16A25 !important;
  width: 0%;
}
.nav>li>a {
  font-size: 15px;
    font-family: montserrat-medium;
    color: #000 !important;
    padding: 23px 15px !important;
    position: relative;
    display: block;
}
.navbar-default {
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%) !important; 
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)) !important;
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%) !important; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(255,255,255,.075) !important; 
     box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(255,255,255,.075) !important;
         border-color: #fff !important;
}
.navbar-right {
  margin-right: 0px !important;
}
.navbar {
  border: none !important;
}
.logo{
	width: 61%;
	padding: 5px !important;
}
.remove_padding {
  padding: 0 !important;
}
.padding_wrapper {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.banner{
	/*margin-top: 5em;*/
	padding-right: 0 !important; 
    padding-left: 0 !important;
    margin-top: 4.5%;
}
.text_over_banner {
  position: absolute;
  bottom: 38.65%;
  left: 11.55%;
  font-family: montserrat-medium;
  font-size: 28px;
  color: #fff;
}
.btn_banner{
	font-weight: 600;
    border: none;
    background-color: #F2F2F2;
}
.we_build{
	margin-top: 3em;
}
.we_build h2 {
  font-size: 28px;
    font-family: montserrat-light;
    width: 90%;
    text-align: center;
}
.btn_default{
	border: 2px solid #000;
  background: #fff;
  padding: 10px 15px;
  font-size: 14px;
  font-family: montserrat-medium;
  margin-top: 30px;
}
.btn_default:hover{
      border: 2px solid #E16A25;
    color: #E16A25;
    transition: all .2s linear;
    outline: none;
}

.btn_center{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.projects{
	margin-top: 5em;
}
.project_para{
	    font-family: montserrat-medium;
    font-size: 15px;
    text-align: left;
}
.box_effect {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.box_effect:hover {
  top: -10px;
  /*box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.3);*/
}
.leaders{
	/*margin-top: 3em;*/
	background-color: #F2F2F2;
}
.leaders_top{
	margin-top: 3em;
}
.meet_bottom{
	margin-bottom: 1em;
  font-family: montserrat-light;
  font-size: 40px;
}
.leader_heading{
  font-family: montserrat-medium;
  font-size: 20px;
  height:45px;
}
.btn_leader{
  font-family: montserrat-regular;
  font-size: 12px;
  background: none;
  border: none;
}
.leaders_description {
  font-size: 14px;
  font-family: montserrat-regular;
  text-align: justify;
}
.btn_team{
	margin-top: 3em;
	margin-bottom: 3em;
  background: #f2f2f2;
}
 .btn_projects {
    margin-top: 3em;
    margin-bottom: 3em;
 }
.small_carousel{
	background-image: url("../img/carousel_background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
.small_banner{
    position: relative;
    width: 60%;
    margin-left: 20%;
    top: 18%;
}
.carousel_arrow{
	display: inline-block;
    vertical-align: middle;
    margin-top: 110%;
}
.row_color{
	background-color: #fff;
}
.height_wrapper {
  height: 580px;
}
.carousel_text{
	font-size: 16px;
    margin-top: 4%;
    width: 95%;
    text-align: justify;
    font-family: montserrat-light;
}
.carousel_heading{
	font-family: montserrat-medium;
    font-size: 16px;
	margin-top: 8%;
}
.carousel-control.right {
  background-image: none !important;
  right: -65px !important;
}
.carousel-control.left {
  background-image: none !important;
  left: -65px;
}
.carousel_caption{
    position: absolute;
    right: 70%;
    top: calc(40% - 150px);
    font-size: 19px;
    left: 0;
    z-index: 10;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}
.carousel_caption h3  {
    color: #000;
    font-size: 20px;
    font-family: montserrat-medium;
    line-height: 25px;
    text-align: left;
    background: #fff;
    padding: 35px;
    width: 100% !important;
    /*height: 150px;*/
}
.carousel_caption a:hover {
    text-decoration: none;
}
.carousel_caption h3 a{
	color: #000;
    text-decoration: none;
    font-size: 12px;
}
.homepage .carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    margin: 6px !important;
    background-color: #808080 !important;
    border: none !important; 
}
.homepage .carousel-indicators .active {
    width: 12px !important;
    height: 12px !important;
    margin: 6px !important;
    background-color: #fff !important;
    border:1px solid #808080 !important;
}
.arrow_width_wrapper {
  width: 50%;
}
.read_more_width_wrapper {
  width: 12%;
}
.full_story_width_wrapper {
  width: 4%;
}
.read_more_button {
  text-align: left;
  padding: 0;
}
.btn_banner{
	background-color: #fff;
  font-family: montserrat-regular;
  font-size: 10px;
  text-align: left;
    padding: 0;
}
.join_team{
	background-color: #3F3F3F;
	height: 120px;
}
.text-align-center {
  text-align: center;
}
.btn_join{
	color: #fff;
    border: 2px solid #fff;
    background-color: #3F3F3F;
    padding: 4px 16px;
    /*margin-left: 30%;*/
    margin-top: 7%;
}
.btn_join:hover{
  border: 2px solid #E16A25;
  color: #E16A25;
  outline: none;
}
.foot{
	/*height: 120px;*/
	background-color: #1E1E1E;
}
.contact{
	margin-top: 2%;
	left: 6%;
	color:#fff;
	display: grid;
}
.contact a {
  font-family: montserrat-regular;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.contact a:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.social{
	margin-top: 2%;
	left: 11%;
	color:#fff;
}
.foot_list li {
  text-decoration: none;
  display:inline-block;
  color: #fff;
  margin-right: 10px;
}
.social_para{
	margin-left: 11%;
  font-size: 10px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 9%;
  left: 3.5%;
  right: 0;
  background-color: #1e1e1e;
  overflow: hidden;
  height: 90.6%;
  width: 93.2%;
  opacity: 0;
  transition: .5s ease;
}
.image_hover:hover .overlay, .work_image_hover:hover .overlay {
  opacity: 1;
}

.text {
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #f26f21;
  font-size: 24px;
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  text-align: left;
  font-family: montserrat-regular;
}

/*.overlay {
  position: absolute;
  bottom: 9%;
  left: 3%;
  right: 0;
  background-color: #1e1e1e;
  overflow: hidden;
  width: 94%;
  height: 92%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}*/

/*.image_hover:hover .overlay{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}*/

/*.text {
  width: 100%;
    height: 100%;
    padding: 15px;
  color: #f26f21;
  font-size: 15px;
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  text-align: left;
  font-family: montserrat-regular;
}*/
.section_heading {
  font-family: montserrat-regular;
    font-size: 40px;
    margin: 50px 0px;
    text-align: center;
    text-transform: uppercase;
}

/*About Us Page CSS*/
.about_indicator {
    left: 0% !important;
    width: 102% !important;
    margin-left: -1% !important;
}
.about_indicator li:first-child {
    border-left: 1px solid #000;
}
.about_indicator li:last-child {
    border-left: 1px solid #000;
}
.about_indicator li {
    display: inline-block;
    width: 8.3% !important;
    height: 1px !important;
    margin: 0 -5px !important;
    background-color: #939598 !important;
    border: none !important;
    border-radius: 0px !important;
}
 .about_indicator .active {
  background-color: #f26f21 !important;
 }
.about_indicator .active {
    width: 8.3% !important;
    height: 3px !important;
    margin: 0;
    background-color: #fff;
}
.about_overlay {
    position: absolute;
    bottom: 0%;
    left: 4.5%;
    right: 0;
    background-color: rgba(30, 30, 30, 0.9);
    overflow: hidden;
    width: 91%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.about_image_hover:hover .about_overlay{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.about_text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 38%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*text-align: center;*/
  font-family: montserrat-regular;
}


/* override position and transform in 3.3.x */
.carousel-inner .item.left.active {
  transform: translateX(-33%);
}
.carousel-inner .item.right.active {
  transform: translateX(33%);
}

.carousel-inner .item.next {
  transform: translateX(33%)
}
.carousel-inner .item.prev {
  transform: translateX(-33%)
}

.carousel-inner .item.right,
.carousel-inner .item.left { 
  transform: translateX(0);
}

.carousel-control.left,.carousel-control.right {background-image:none;}
.media_carousel_left_arrow {
  display: inline-block;
    vertical-align: middle;
    margin-top: 100%;
    margin-left: -50%;
}
.media_carousel_right_arrow {
  display: inline-block;
    vertical-align: middle;
    margin-top: 100%;
    margin-right: -50%;
}
.media_arrow_width_wrapper {
  width: 40%;
}
.about_us_para {
  font-size: 21px;
    width: 80% !important;
    margin: 60px;
    font-family: montserrat-regular;
}
.about_left {
  margin-top: 195%;
  margin-left: -65%;
}
.about_right {
  margin-top: 195%;
  margin-left: 65%;
}
.our_people {
  background: #f1f2f2;
}
.aboutus_width_wrapper {
  width: 80% !important;
  margin-left: 10%;
}
.about_image_hover {
  margin-bottom: 5%;
}
.media_coverage_section_border {
  border-left:2px solid #000;
  padding-left: 8px;
}
.media_date_sectiom {
  font-family: montserrat-light;
  font-size: 10px;
}
.media_name_section {
  font-size: 14px;
    font-family: montserrat-medium;
 }
 .carousal_height {
  width: 95%;
  height: 300px;
  margin-left: 2.5%;
 }
 .media_coverage_section_border a {
  text-decoration: none !important;
  color: #000 !important;
 }
 .awards_background {
  background-image: url('../img/awards_bg.jpg');
  background-position: 100%;
  height: 600px;
 }
 .awards_width_wrapper {
    width: 80%;
    margin-left: 10%;
 }
 .people_name_wrapper {
  font-family: montserrat-light;
  font-size: 12px;
 }
 .awards_individual_heading {
  font-family: montserrat-medium;
  font-size: 15px;
 }
 .awards_individual_list {
      font-family: montserrat-light;
    font-size: 12px;
 }

 /* Services Page*/
 .image_margin_wrapper {
  margin: 0 auto;
 }
 .our_services {
  margin: 50px 0;
 }
 .service_height_wrapper {
  height: 300px;
  text-align: center;
 }
 .service_individual_heading {
  font-family: montserrat-medium;
  font-size: 22px;
 }
 .service_individual_para {
  font-family: montserrat-light;
 }
 .our_work, .service_our_work {
  background: #f1f2f2;
 }
 .margin_wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
 }
 .our_work_para {
  font-size: 28px;
  font-family: montserrat-regular;
 }

 /* Work Page*/
 .mb50 {
  margin-bottom: 50px;
 }
 .work_carousel_arrow{
  display: inline-block;
    vertical-align: middle;
    margin-top: 30%;
}
 .work_anchor_wrapper {
  color: #000 !important;
  text-decoration: none !important;
 }
 .work_image_hover {
  margin-top: 20px;
  margin-bottom: 20px;
 }
 .work_carousel_caption{
    position: absolute;
    right: 45%;
    top: calc(40% - 150px);
    /*font-size: 19px;*/
    left: 0;
    z-index: 10;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    background: #fcfcf6;
}
.work_carousel_caption h3  {
    color: #000;
    font-size: 20px;
    font-family: montserrat-medium;
    line-height: 30px;
    text-align: left;
    /*background: #fff;*/
    padding: 40px;
    width: 100% !important;
    height: 300px;
}
.work_carousel_caption h3 a{
  color: #000;
    text-decoration: none;
    font-size: 12px;
}

 /*case_study*/
 .disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
 }
 .initiative_work {
  margin-top: 50px;
  margin-bottom: 50px;
 }
 .left_section_heading {
  font-size: 18px;
    font-family: montserrat-regular;
 }
 .left_section_para {
  font-size: 14px;
    font-family: montserrat-light;
 }
 .mb20 {
  margin-bottom: 20px;
 }
 .right_section_heading {
      font-size: 20px;
    font-family: montserrat-medium;
    text-transform: uppercase;
 }
 .right_section_para {
      line-height: 33px;
    font-size: 17px;
    text-align: justify;
    font-family: montserrat-light;
 }
 .right_section_info {
      font-size: 17px;
    font-family: montserrat-light;
 }
 .right_section_info_heading {
  font-family: montserrat-medium;
 }
 .btn_previous_next {
    color: #fff;
    border: 2px solid #fff;
    background-color: #3F3F3F;
    padding: 8px 16px;
    margin-top: 7%;
    width: 30%;
}
.btn_previous_next:hover {
  color: #E16A25;
  border: 2px solid #E16A25;
  outline: none;
}
.case_study_button {
  background-color: #3F3F3F;
    height: 120px;
    text-align: center; 
 }

 /*contact-business*/
 .btn_submit {
    color: #000;
    border: 1px solid #000;
    background-color: #FFF;
    padding: 8px 16px;
    margin-top: 7%;
    width: 30%;
}
.form_heading {
  font-size: 22px;
    font-family: montserrat-regular;
    text-align: center;
    margin: 50px 0;
}
.form-control {
    border: none !important ;
    border-bottom: 1px solid #c8c8c8 !important;
    padding: 0px 6px !important;
    height: 22px !important;
    border-radius: 0px !important;
    margin: 20px 0;
    box-shadow: unset !important;
    color: #000 !important;
    font-family: montserrat-light;
    font-size: 12px !important;
}
.text_centered {
  position: relative;
  text-align: center;
  color: white;
}
.centered {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.address_heading {
  font-size: 14px;
    font-family: montserrat-medium;
}
.address_content {
  font-size: 12px;
    font-family: montserrat-light;
    line-height: 20px;
}
.span-choose-file {
  color: #555;
    font-size: 12px;
    font-family: montserrat-light;
    font-weight: 100;
}
.img_responsive_wrapper {
    width: 100%;
}
.mobile_footer, .desktop_hide {
    display: none;
}
.desktop_footer {
    display: block;
}
.mobile_hide {
    display: block !important;    
}
.list_style_wrapper {
    list-style-type: none;
    padding-inline-start: 0;
}
select:required:invalid {
  color: #909090 !important;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: #000;
}
.thankyou_logo {
  margin-top: 5%;
}
.thankyou_message {
  margin: 100px 0 50px 0;
  text-align: center;
  font-family: Montserrat-Regular;
  font-size: 25px;
}
.btn_thankyou {
  color: #3F3F3F;
  border: 2px solid #3f3f3f;
  background-color: #fff;
  padding: 8px 16px;
  margin-bottom: 4%;
  font-size: 14px;
  font-family: montserrat-medium;
}
.btn_thankyou:hover {
    color: #E16A25;
    border: 2px solid #E16A25;
    outline: none;
}
.resumeLabel{
    font-weight: 200;
    font-size: 10px;
    color: #909090;
}
.mtZero{
    margin-top: 0;
}
.captchBox{
    margin-top: 25px;
}
/* .resumeInput{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */

.inpCust[type="file"] {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}
.control-fileupload {
    margin: 7px 0px;
    display: block;
    border-bottom: 1px solid #d6d7d6;
    background: #fff;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px 2px 10px;
    overflow: hidden;
    position: relative;
    /* File upload button */
}
.control-fileupload:before,
.control-fileupload input,
.control-fileupload label {
    cursor: pointer !important;
}
.control-fileupload:before {
    /* inherit from boostrap btn styles */
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: color 0.2s ease;
    /* add more custom styles*/
    content: "Browse";
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    line-height: 20px;
    text-align: center;
}
.control-fileupload:hover:before,
.control-fileupload:focus:before {
    background-color: #e6e6e6;
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.2s ease-out;
}
.textMuted{
    color: #909090;
}
.control-fileupload label {
    line-height: 44px;
    font-size: 12px;
    font-weight: 100;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    margin-right: 90px;
    margin-bottom: 0px;
    cursor: text;
}

.contact-wrap{
  width: 100%;
}

.contact-wrap .col-lg-2{
  width: 20%;
  float: left;
}
  
.navbar-nav {
    align-items: center;
    display: flex;
}

  
@media only screen and (min-width: 1441px) {
    /*HomePage CSS Start*/
    .navbar-right {
        padding: 10px;
    }
    .logo {
        padding: 10px !important;
    }
    .height_wrapper {
        height: 880px;
    }
    .overlay {
        left: 2.5%;
        height: 93%;
        width: 95.2%;
    }
    .image_mobile_wrapper {
        width: 100%;
    }
    .small_carousel {
        height: 700px;
    }
    .btn_join {
        margin-top: 5%;
    }
    .contact {
        display: grid;
    }
    /*HomePage CSS End*/
    
    /*AboutPage CSS Start*/
    .media_date_sectiom {
        font-size: 16px;
    }
    .media_name_section {
        font-size: 20px;
        font-family: montserrat-medium;
    }
    .media_carousel_left_arrow, .media_carousel_right_arrow {
        margin-top: 75%;
        margin-left: -65%;
    }
    .carousal_height .carousel-indicators {
        bottom: 20% !important;
    }
    .carousal_height {
        height: 400px;
    }
    .awards_background {
        height: 700px;
    }
    .about_left {
        margin-top: 160%;
    }
    .service_individual_para {
        padding: 0 15%;
    }
    /*AboutPage CSS End*/
    /**/
    .work_carousel_arrow {
        margin-top: 40%;
    }
    /**/
    /*CaseStudyPage Start*/
    .btn_previous_next {
        margin-top: 4%;
    }
    /*CaseStudyPage End*/
}





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

     .nav > li > a.glowing-button {

        margin: 7px 10px;
     }

.navbar-nav {
    display: flex;
    flex-direction: column;  
    justify-content: flex-start; 
    align-items: flex-start;  
}
    #myBtn {
        width: 8%;
    }
    .navbar-toggle {
        margin-top: 13px !important;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        padding: 0;
    }
    .navbar-nav {
        margin: 7.5px 0px !important;
    }
    .logo {
        width: 32%;
        padding: 5px 0px 10px 10px !important;
    }
    .section_heading h2 {
        font-size: 22px;
    }
    .homepage .carousel-indicators {
        bottom: -6% !important;
    }
    .homepage .carousel-indicators li {
        width: 8px !important;
        height: 8px !important;
        border: none  !important;
        background-color: rgba(0, 0, 0, 1) !important;
    }
    .homepage .carousel-indicators .active {
        width: 12px !important;
        height: 12px !important;
        background-color: #000 !important;
    }
    .carousel_caption {
        right: 0%;
        top: calc(128% - 150px);
    }
    .carousel_caption h3 {
        font-size: 14px;
        padding: 12px;
    }
    .banner {
        margin-top: 15%;
    }
    .section_heading {
        margin: 20px 0px;
    }
    .morecontent span {
        display: none;
    }
    .morelink {
        display: block;
        color: #000;
    }
    .morelink:focus, .morelink:hover {
        color: #000;
        text-decoration: none;
    }
    .read_more_width_wrapper {
        width: 4%;
    }
    .we_build center h2 {
        font-size: 16px;
        width: 100%;
        font-weight: 800;
    }
    .btn_default {
        padding: 4px 8px;
        font-size: 12px;
        margin-top: 10px;
    }
    .projects {
        margin-top: 1em;
    }
    .btn_projects {
        margin-top: 0em;
    }
    .padding_wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .leaders_top {
        margin-top: 1em;
        text-align: center;
    }
    .meet_bottom {
        font-size: 24px;
    }
    .leaders_description {
        text-align: center;
    }
    .image_mobile_wrapper {
        border-radius: 0px;
        width: 150px;
        height: 150px !important;
        margin-left: 27.5%;
    }
    .leader_heading {
        font-size: 15px;
        height: auto;
    }
    .small_carousel {
        background-image: none;
        height: 500px;
        touch-action: auto;
    }
    .small_banner {
        width: 100%;
        margin-left: 0%;
        top: 5%;
    }
    .img_responsive_wrapper {
        width: 30%;
    }
    .text_align_wrapper {
        text-align: center;
    }
    .carousel-control {
        display: none;
    }
    .carousel_text {
        font-size: 14px;
        margin-top: 4%;
        width: 95%;
        text-align: center;
        font-family: montserrat-light;
        margin-left: 1%;
    }
    .carousel_heading {
        font-family: montserrat-medium;
        font-size: 14px;
        margin-top: 2%;
        text-align: center;
    }
    .join_team {
        padding: 7%;
    }
    .desktop_footer {
        display: none;
    }
    .mobile_footer, .desktop_hide {
        display: block;
    }
    .mobile_footer a {
        color: #fff;
    }
    .mobile_footer_list {
        margin-top: 4%;
        list-style-type: none;
        line-height: 27px;
    }
    .foot_list {
        margin-left: -5%;
    }
    .social {
        left: 0%;
    }
    .social_para {
        font-size: 12px;
        margin-left: 8%;
    }
    .text_over_banner {
        bottom: 20%;
        left: 8%;
        font-size: 12px;
    }
    .media_date_sectiom {
        font-size: 12px;
    }
    .about_us_para {
        font-size: 12px;
        margin: 20px;
    }
    .about_indicator {
        display: none;
    }
    .media .carousel-control, .awards .carousel-control {
        display: block;
    }
    .media .carousal_height {
        height: 225px;
    }
    .media .carousel-control.left {
        left: -5%;
        top: 25%;
    }
    .media .carousel-control.right {
        right: -5% !important;
        top: 25%;
    }
    .media .section_heading {
        margin: 10px 0px;
    }
    .awards .carousel_arrow {
        display: unset;
    }
    .awards .carousel-control.left {
        left: -10%;
        top: 45%;
    }
    .carousel-control.right {
        right: -10% !important;
        top: 45%;
    }
    .about_right , .about_left {
        margin-left: 0;
    }
    .awards .carousel-inner {
        height: 350px;
    }
    .awards_background {
        height: 460px;
    }
    .awards .section_heading {
        margin: 20px 0px;
    }
    .our_services {
        margin: 20px 0;
    }
    .service_height_wrapper {
        height: auto;
    }
    .service_individual_heading {
        font-size: 14px;
        height: 20px;
        display: table-cell;
        vertical-align: middle;
    }
    .service_individual_para {
        font-size: 12px;
        text-align: left;
    }
    .image_margin_wrapper {
        margin: 0;
        width: 35%;
    }
    .our_work_para {
        font-size: 16px;
    }
    .margin_wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mobile_hide {
        display: none !important;
    }
    .btn_submit {
        padding: 4px 8px;
        width: 65%;
    }
    .case_study_button {
        height: auto;
    }
    .btn_previous_next {
        padding: 4px 8px;
        margin-top: 10%;
        margin-bottom: 10%;
        width: 100%;
        font-size: 13px;
    }
    .form_heading {
        font-size: 14px;
        margin: 20px 0;
    }
    .right_section_heading {
        font-size: 16px;
    }
    .right_section_para, .right_section_info {
        font-size: 14px;
    }
    .mobile_banner_wrapper {
        margin-left: -77%;
    }
     .work_carousel_caption{
        position: absolute;
        right: 0%;
        top: calc(59% - 150px);
        font-size: 14px;
        left: 0;
        z-index: 10;
        padding-bottom: 0px;
        color: #fff;
        text-align: center;
        background: #fcfcf6;
    }
    .work_carousel_caption h3  {
        color: #000;
        font-size: 14px;
        font-family: montserrat-medium;
        line-height: 30px;
        text-align: left;
        /* background: #fff; */
        padding: 15px;
        width: 100% !important;
        height: 280px;
    }
    .initiative_work {
        margin-top : 82% !important;    
    }
    .mtb10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .overlay {
        height: 88.6%;
    }
    .text {
        font-size: 16px;
    }
    /*.work_carousel_caption {*/
    /*    display: none;*/
    /*}*/

    .contact-wrap .col-lg-2{
      width: 100%;
      float: left;
    }
}
@media only screen and (min-width : 400px) and (max-width : 1125px)  {
    .height_wrapper {
        height : 640px;
    }
}



@media screen and (min-width: 768px) {
    
    .carousel-indicators
    {
        bottom: 45px !important;
    }
    
}

