@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Archivo+Black|Arimo:400,400i,700,700i|Baloo+Paaji|Bungee|Holtwood+One+SC|Russo+One');

body {
    font-family: "Arimo", sans-serif;
    background: url("images/g-bg.svg") repeat-x left top / 130% auto;
}

.visi {
    opacity: 1;
}
.news_popups .modal-dialog{
    border:10px solid #FFF;
    border-radius:10px;
    width: 700px;
}
.news_popups button.close {
    position: absolute;
    right: -30px;
    top: -30px;
    color: #FFF;
    font-size: 30px;
    opacity: 1;
}
.news_popups button.close:hover{
    opacity: 1;
}
p {
    margin: 0 0 15px;
    color: #727272;
    font-size: 15px;
    line-height: 28px;
}

a {
    color: #333;
}

h1,
h2,
h3 {
    margin-bottom: 30px !important;
    font-family: "Archivo Black", sans-serif;
    color: #11468a;
}

.event-esri {
    position: relative;
    margin-bottom: -100px;
}

#event-popup .modal-dialog {
    max-width: 800px;
    margin-top: calc(50vh - 265px);
}

#event-popup .close {
    position: absolute;
    top: -8px;
    right: -31px;
    font-size: 35px;
    color: #FFF;
    opacity: .7;
}

#event-popup .close:hover,
#event-popup .close:focus {
    outline: none;
    opacity: 1;
}
#news_carousel .owl-wrapper > div article {
    height: 400px;
    overflow-y: scroll;
}
@media screen and (max-width: 767px) {

    #event-popup .close {
        top: -40px;
        right: 10px;
    }
    #event-popup .modal-dialog {
        max-width: 800px;
        margin-top: calc(50vh - 120px);
    }
    .event-esri {
        position: relative;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1024px) {
	#events_carousel .owl-controls .owl-buttons, #news_carousel .owl-controls .owl-buttons {
    width: calc(100% - 70px) !important;
    margin: auto!important;
    left: 0!important;
    right: 0!important;
}
}
#news-popup {
    top: 8%;
}

#news-popup .play,
#news-popup .pause {
    position: absolute;
    top: 62px;
    right: -36px;
    font-size: 18px;
    color: #0059ad;
    border: 1px solid #FFF;
    border-radius: 0 18px 18px 0;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #FFF;
}

#myVideo {
    width: 100%;
    /*max-width: 600px;*/
    height: auto;
    border: 0px solid #0059ad;
    border-radius: 0px;
}

#news-popup button.close {
    font-size: 30px;
    color: #0059ad;
    position: absolute;
    right: -36px;
    top: 15px;
    border: 1px solid #FFF;
    border-radius: 0 18px 18px 0;
    width: 36px;
    height: 36px;
    text-align: left;
    line-height: 36px;
    background: #FFF;
    opacity: .5;
    padding-left: 6px;
}

#news-popup button.close:hover,
#news-popup button.close:focus {
    opacity: 1;
}

#news_carousel p {
    min-height: 252px;
}

.ist-iso {
    left: 70px;
    position: absolute;
    top: 80px;
    z-index: 9;
}

.home-h1>span {
    color: #aaa;
    font-family: "Arimo", sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.home-h1,
.home-h2-right,
.home-h2-left {
    position: relative;
}

.home-h1::before {
    border-bottom: 20px solid transparent;
    border-right: 15px solid #aaa;
    content: "";
    height: 0;
    left: -23px;
    position: absolute;
    top: 18px;
    width: 0;
}

.home-h2-left::before {
    border-bottom: 30px solid transparent;
    border-right: 15px solid #aaa;
    content: "";
    height: 0;
    left: -23px;
    position: absolute;
    top: 5px;
    width: 0;
}

.home-h2-right::before {
    border-top: 30px solid #aaa;
    border-right: 15px solid transparent;
    content: "";
    height: 0;
    right: -23px;
    position: absolute;
    top: 5px;
    width: 0;
}

.home-h2-right {
    text-align: right;
}

.navbar-brand {
    -background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 0 0 5px 6px;
    float: left;
    height: auto;
    margin: 10px 5px !important;
    padding: 0;
}

a.foot-logo {
    margin-bottom: 17px !important;
    display: inline-block;
}

.home-h2-right>span,
.home-h2-left>span {
    font-family: "Arimo", sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #aaa;
}

h2 {
    font-family: "Archivo Black", sans-serif;
    color: #11468a;
}

section {
    margin: 50px 0;
}

.navbar-brand>img {
    display: block;
    width: 200px;
}





















/* CSS Document */

.navbar {
    margin-bottom: 20px;
    min-height: 50px;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.navbar-inverse {
    background-color: transparent;
    border: 0;
}

.banner-geo {
    top: 10% !important;
}

.banner-img {
    /*height: 100vh;
  overflow: hidden;*/
    display: none;
    position: relative;
    width: 100%;
}

.banner-img>img {
    width: 100%;
}





















/*slider*/

.bs-slider {
    overflow: hidden;
    /*   max-height: 700px;
  height: 120vh;
  -webkit-height: 100vh;*/
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    display: none;
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}

.item {
    position: relative;
}

.item .read_more {
    position: absolute;
    right: 30px;
    bottom: 110px;
    background: #fdef75;
    color: #000;
    display: block;
    font-weight: bold;
    padding: 0 10px;
    /*width: 90px;*/
    text-align: center;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    z-index: 999999999999;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.item .read_more:hover,
.item .read_more:focus {
    text-decoration: none;
    background: #00c4ff;
    color: #FFF;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

@media screen and (max-width: 767px) {
    .item .read_more {
        bottom: 45px;
    }
}





/*
@media screen and (max-width: 767px){

.bs-slider>.carousel-inner>.item>img,
 .bs-slider>.carousel-inner>.item>a>img{
    width: 180% !important;
    max-width: inherit;
    position: relative;
    left: -40%;
 }
 .fade .item,
 .carousel-inner,
 .bs-slider{
    height: 59vh !important;
 }   
}*/


/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}





















/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}





















/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    display: none;
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}







/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text>h1 {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text.braein_text {
    top: 5%;
}

.slide-text.braein_text a>h1 {
    font-size: 25px !important;
    line-height: 40px;
}

.slide-text.braein_text a>h1 span {
    color: #fdef75;
}

.slide-text.braein_text a h1 {
    color: #FFF;
}

.slide-text.braein_text a:hover,
.slide-text.braein_text a:focus {
    text-decoration: none;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slider .carousel-inner::before {
    border-left: 1920px solid #f8f8f8;
    border-top: 100px solid transparent;
    bottom: -20px;
    content: "";
    height: 137px;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}





/*.slider .carousel-inner::before {
    border-left: 1500px solid #f8f8f8;
    border-top: 100px solid transparent;
    bottom: 49px;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 100%;
   z-index: 99;
}*/

.banner-img::before {
    border-left: 1500px solid #f8f8f8;
    border-top: 100px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 100%;
}









/*Testimonial*/


/* carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}






/* Control buttons  */

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    left-text-shadow: none;
    margin-top: 30px;
}












/* Previous button  */

#quote-carousel .carousel-control.left {
    left: -12px;
}








/* Next button  */

#quote-carousel .carousel-control.right {
    right: -12px !important;
}






/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}













/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
}

#quote-carousel .item blockquote {
    text-align: center;
}

#quote-carousel img {
    width: 250px;
    height: 100px
}








/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    display: none;
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.navbar-collapse {
    padding-right: 0;
}

.navbar>.container-fluid {
    padding-right: 0px;
}

.navbar-nav>li>a {
    font-family: "Arimo", sans-serif;
    font-size: 15px;
    color: #fff !important;
    padding: 25px 25px 10px;
    letter-spacing: 1px !important;
    font-weight: bold;
    text-transform: capitalize;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}



/*.navbar-inverse .navbar-nav > li > a:focus::before, .navbar-inverse .navbar-nav > li > a:hover::before {
  background: #11468A;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
  width: 100%;
}*/

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: transparent;
    border-top: 5px solid #fff;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    -background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;
}

#sec-one h2 {
    font-family: "Archivo Black", sans-serif;
    color: #11468A;
}

.pro-left img {
    width: auto;
    margin: 0 auto;
}

.social-media>a,
.social-media>a:hover {
    text-decoration: none !important;
}

.copyright {
    margin-left: 30px;
}





















/*Sec-Two Image Skew  */

#sec-two,
#sec-three {
    display: inline-block;
    margin: 100px 0;
    width: 100%;
}

.mask_skew {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 150px;
    transform: skew(22.5deg);
}

.skew_photo {
    transform: skew(-22.5deg);
}

.skew_photo>img {
    height: 500px;
    position: relative;
    right: 133px;
}

.img-skew {
    overflow: hidden;
}

.text>h2 {
    color: #11468a;
    margin-bottom: 30px;
}

.text>p {
    font-size: 17px;
    line-height: 30px;
    font-family: "Arimo", sans-serif;
}

.text {
    padding: 0px 0 0 50px;
}

.home-six h2 {
    margin-bottom: 30px
}

.left-text>h2 {
    color: #11468a;
    font-size: 50px;
    font-family: "Archivo Black", sans-serif;
    margin-bottom: 50px;
}

.left-text>p {
    font-size: 17px;
    line-height: 30px;
    font-family: "Arimo", sans-serif;
}

.left-text {
    padding: 0px 50px 0 0;
}

.left_mask_skew {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    right: 150px;
    transform: skew(-22.5deg);
}

.left_skew_photo {
    transform: skew(22.5deg);
}

.left_skew_photo>img {
    height: 650px;
    left: 133px;
    position: relative;
}

.foot-logo>img {
    width: 180px;
}

.footer-nav li {
    display: inline-block;
    padding: 10px 20px;
}

.footer-nav li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.footer-nav {
    padding-left: 0;
    width: 450px;
}

.copy-social {
    margin: 40px 0;
    clear: both;
}

.copyright {
    color: #aaa;
    float: left;
}

.social-media {
    display: inline-block;
    margin-left: 30px;
}

.social-media .fa {
    color: #fff;
    font-size: 26px;
    padding: 0 10px;
    transition: all ease 0.2s;
}

.social-media .fa:hover {
    text-shadow: 0px 0px 20px rgba(225, 225, 225, 1);
    transition: 0.3s all ease;
    color: #fff;
    font-size: 26px;
    padding: 0 10px;
}

footer {
    background: #111;
    border-top: 5px solid #000;
    float: left;
    margin-top: 200px;
    padding-top: 19px;
    position: relative;
    width: 100%;
}

footer .foot {
    position: absolute;
    top: -100px;
    right: 20px;
}

.footer-right .partners {
    padding: 40px 0;
    max-width: 100%;
}

.footer-tagline::before {
    border-right: 350px solid #1A7B1A;
    border-top: 700px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 100%;
}





















/*.footer-tagline {
  background: #1A7B1A none repeat scroll 0 0;
  bottom: 0;
  height: 800px;
  position: absolute;
  right: -433px;
  transform: skew(-22.5deg);
  width: 600px;
}*/

.footer-tagline>h2 {
    bottom: 0;
    color: #fff;
    font-size: 40px;
    left: 0;
    padding: 53px 0;
    position: absolute;
    right: 30px;
    left: auto;
    /* transform: skew(22.5deg);*/
    font-family: "Archivo Black", sans-serif;
}








/*Events*/

#events_carousel .item {
    padding: 10px;
}

#events_carousel .item article {
    background: #FFF url(images/events_bg.png) center center;
    background-size: cover;
    width: 100%;
    padding: 5px 15px 0 15px;
    display: block;
    text-align: center;
    border-radius: 15px 15px 0 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

#events_carousel .item article:hover {
    background: #2ac4db url(images/events_bg.png) center center;
    color: #FFF;
    text-decoration: none;
    background-size: cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

#events_carousel .item article .pic {
    position: relative;
    width: 100%;
    display: block;
    z-index: 9;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

#events_carousel .item article .pic img {
    border-radius: 0 0 5px 5px;
}

#events_carousel .item article .pic::after {
    position: absolute;
    content: '';
    left: -15px;
    bottom: 0;
    background: #FFF;
    width: calc(100% + 30px);
    height: 50px;
    z-index: -9;
}

#events_carousel .item h4 {
    margin: 10px 0;
    position: relative;
    font-weight: bold;
}


#events_carousel .item article::before,
#events_carousel .item article::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 99999 !important;
    position: absolute;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    transition-duration: .0s;
}

#events_carousel .item article::before {
    right: 0;
    opacity: .5;
    top: 0;
}

#events_carousel .item article::after {
    bottom: 0;
    opacity: .5;
    left: 0;
}

#events_carousel .item:hover article::after,
#events_carousel .item:hover article::before {
    height: 100%;
    opacity: 0;
    width: 100%;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

#events_carousel .item p {
    text-align: justify;
    margin-top: 20px;
    padding: 0 15px;
}
#events_carousel .item p strong{
    color:#097dbf;
    font-size: 18px;
}
#events_carousel .item article h4 {
    font-size: 14px;
    height: 35px;
    line-height: 21px;
}

#events_carousel .owl-controls {
    margin-top: 20px;
    height: 0;
}

#events_carousel .owl-controls .owl-page span {
    background: #000;
    border: 1px solid #000;
}

#events_carousel .owl-controls .owl-buttons,
#news_carousel .owl-controls .owl-buttons {
    position: absolute;
    top: calc(50% - 40px);
    width: 100%;
}

#events_carousel .owl-controls .owl-buttons>div,
#news_carousel .owl-controls .owl-buttons>div {
    background: none;
    border-radius: 0;
    margin: 0;
    position: relative;
    color: rgba(0, 0, 0, 0);
}

#events_carousel .owl-controls .owl-buttons>div.owl-prev,
#news_carousel .owl-controls .owl-buttons>div.owl-prev {
    float: left;
    left: 30px;
}

#events_carousel .owl-controls .owl-buttons>div.owl-next,
#news_carousel .owl-controls .owl-buttons>div.owl-next {
    float: right;
    right: 30px;
}

#events_carousel .owl-controls .owl-buttons div {
    opacity: 1;
}

#events_carousel .owl-controls .owl-buttons>div.owl-prev::before,
#events_carousel .owl-controls .owl-buttons>div.owl-next::before,
#news_carousel .owl-controls .owl-buttons>div.owl-prev::before,
#news_carousel .owl-controls .owl-buttons>div.owl-next::before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    opacity: 1;
    padding: 10px 15px;
    font-size: 40px;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}

#events_carousel .owl-controls .owl-buttons>div.owl-prev::before,
#news_carousel .owl-controls .owl-buttons>div.owl-prev::before {
    content: '\f104';
    left: 0px;
    border-left: 0;
}

#events_carousel .owl-controls .owl-buttons>div.owl-next::before,
#news_carousel .owl-controls .owl-buttons>div.owl-next::before {
    content: '\f105';
    right: 0px;
    border-right: 0;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
    #events_carousel .owl-controls .owl-buttons>div.owl-prev,
    #news_carousel .owl-controls .owl-buttons>div.owl-prev {
        left: 15px;
    }

    #events_carousel .owl-controls .owl-buttons>div.owl-next,
    #news_carousel .owl-controls .owl-buttons>div.owl-next {
        right: 15px;
    }
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    position: relative;
    top: -30px;
}

#events_carousel .owl-controls .owl-buttons>div.owl-prev::before,
#events_carousel .owl-controls .owl-buttons>div.owl-next::before,
#news_carousel .owl-controls .owl-buttons>div.owl-prev::before,
#news_carousel .owl-controls .owl-buttons>div.owl-next::before {
    font-family: "Glyphicons Halflings";
    font-size: 32px;
    color: #aaa;
    opacity: .4;
    text-shadow: none;
}

#events_carousel .owl-controls .owl-buttons>div.owl-prev:hover::before,
#events_carousel .owl-controls .owl-buttons>div.owl-next:hover::before,
#news_carousel .owl-controls .owl-buttons>div.owl-prev:hover::before,
#news_carousel .owl-controls .owl-buttons>div.owl-next:hover::before {
    opacity: 1;
}

#events_carousel .owl-controls .owl-buttons>div.owl-prev::before,
#news_carousel .owl-controls .owl-buttons>div.owl-prev::before {
    content: '\e079';
    left: -80px;
}

#events_carousel .owl-controls .owl-buttons>div.owl-next::before,
#news_carousel .owl-controls .owl-buttons>div.owl-next::before {
    content: "\e080";
    right: -80px;
}

#events_carousel .pic_carousel .item {
    padding: 0;
}

.pic_carousel .owl-pagination {
    display: none;
}


.news article {
    border: 1px solid #DDD;
    text-align: center;
    padding: 10px;
    margin: 0 10px;
    text-align: justify;
    font-size: 12px;
}


.news article img {
    margin-bottom: 20px;
}

.news article h4 {
    font-weight: bold;
    height: 40px;
    text-align: center;
}

.news article h4.style_2 {
    height: 65px;
    margin-top: -12px;
}

.news article a i {
    position: absolute;
    right: 37px;
    top: 30px;
    font-size: 30px;
    color: #FFF;
    opacity: 0;
}


.news article:hover a i {
    opacity: 1;
}






/*Solutions Page*/

#exTab1 h3 {
    margin-bottom: 25px;
    color: #11468a;
}

#exTab1 .tab-content {
    background-color: transparent;
    color: #555;
    padding: 5px 15px;
}

#exTab1 .tab-container {
    text-align: center;
    display: block;
}

#exTab1 hr {
    border-color: #e6e6e6;
    margin-top: -7px !important;
}

#exTab1 {
    text-align: center;
    margin-top: 50px;
}

#exTab1 .nav.nav-pills {
    display: inline-block;
}

#exTab1 .tab-content {
    text-align: left;
}

#exTab1 .nav-pills>li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

#exTab1 .nav-pills>li>a {
    border-radius: 0;
    -border-top: 5px solid #fff;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 14px;
    border-top: 5px solid #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #f9f9f9 none repeat scroll 0 0;
    border-color: #337ab7 #337ab7 currentcolor !important;
    border-style: solid solid none !important;
    border-width: 5px 1px 0 !important;
    color: #337ab7;
}

.nav-pills>li.active {
    border-bottom: 0px !important;
}

.tab-one img {
    width: 300px;
    float: right;
}

.tab-pane .logoimg {
    height: 40px;
}

.tab-pane p,
li {
    color: #727272;
    font-size: 15px;
    line-height: 28px;
}

.tab-two .r-img>img {
    width: 100%;
}

.tab-three .l-img,
.tab-three .r-img {
    text-align: center;
    padding: 30px 0;
}

.tab-three .r-img iframe {
    height: 250px;
    margin-top: 15px;
    width: 100%;
}

.tab-four .l-img,
.tab-four .r-img,
.tab-five .l-img,
.tab-five .r-img {
    text-align: center;
    padding: 30px 0;
}

.tab-six .img-right {
    float: right;
    width: 400px;
}

.tab-seven .img-right {
    float: right;
}

.ser-tab-one img {
    float: right;
    width: 300px;
}

.ser-tab-one .ser-img-center {
    float: none;
    margin: 20px 0;
    width: auto;
}

.align-right {
    float: right;
}

.align-left {
    float: left;
}

.center-align {
    text-align: center;
}

.ser-tab-three .gis-img2 {
    margin-right: 20px;
    width: 270px;
}

.ser-tab-three .gis-img3 {
    width: 180px;
}

.ser-tab-four .gis-sap {
    width: 200px;
    margin-left: 15px;
}

.align-right.gis-smart {
    width: 200px;
    margin-left: 15px;
}

.bullets.ser-2col-list {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

.pdf-btn {
    background: rgba(17, 69, 136, 1);
    background: -moz-linear-gradient(top, rgba(17, 69, 136, 1) 0%, rgba(42, 112, 198, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 69, 136, 1)), color-stop(100%, rgba(42, 112, 198, 1)));
    background: -webkit-linear-gradient(top, rgba(17, 69, 136, 1) 0%, rgba(42, 112, 198, 1) 100%);
    background: -o-linear-gradient(top, rgba(17, 69, 136, 1) 0%, rgba(42, 112, 198, 1) 100%);
    background: -ms-linear-gradient(top, rgba(17, 69, 136, 1) 0%, rgba(42, 112, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(17, 69, 136, 1) 0%, rgba(42, 112, 198, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114588', endColorstr='#2a70c6', GradientType=0);
    border-radius: 5px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-top: -11px;
    padding: 5px 20px;
    text-align: right;
}

.fa.fa-file-pdf-o {
    font-size: 25px;
    vertical-align: top;
    margin: 4px 0 0 10px;
}

.pdf-btn>p {
    color: #fff;
    float: left;
    line-height: 18px;
    margin-bottom: 0;
}

.pdf-btn span {
    color: #87bcff;
    font-size: 13px;
}

.ser {
    margin-bottom: 15px;
}

#industries .indi4 {
    width: 80%;
}

#industries .indi3 {
    width: 80%;
}

#industries .indi2 {
    width: 80%;
}

#industries .2col-list {
    margin-bottom: 30px;
}

.cont-margin {
    margin: 30px 0;
}

.carrer .career-img1 {
    margin: 30px 0 15px;
    width: 600px;
}

.contact .fa {
    color: #11468a;
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.contact h3 {
    padding-left: 15px;
}

#contact_frm input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cacaca;
    height: 35px;
    width: 280px !important;
}

#contact_frm textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cacaca;
    width: 280px !important;
}

.contact>p:first-child,
.contact>h2,
.carrer>p,
.carrer>h2,
.sitemap h2 {
    text-align: center;
}

.hr {
    border-color: #488be1;
    border-width: 5px;
    width: 70px;
}

.call-outs .call-img {
    position: relative;
    -border-bottom: 1px solid #aaa;
    height: 280px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,9eba80+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(158, 186, 128, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(158, 186, 128, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(158, 186, 128, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#9eba80', GradientType=0);
    /* IE6-9 */
}

.call-outs .call-img img {
    padding: 20px;
    width: 70%;
}

.call-outs p {
    color: #000;
    margin-top: 30px;
}

.call-img a {
    background: #CCDAD4;
    padding: 5px 10px;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    left: 0;
    text-decoration: none;
    color: #333;
    transition: all ease 0.4s;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
}

.call-img a:hover {
    background: #b8cca2;
    transition: all ease 0.4s;
}

.call-outs .call-img label {
    left: 0;
    right: 0;
    bottom: -17px;
    border-radius: 50%;
    top: auto;
    padding: 5px 10px;
    width: 80%;
    background: #fff;
    border: 1px solid #aaa;
    border-bottom: 5px solid #aaa !important;
    margin: auto;
    -position: absolute;
    /*box-shadow:0px 3px 3px rgba(0, 0, 0, 0.4);*/
}

.home-services p a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px 10px 25px;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: url(images/ser-pat.png) no-repeat right bottom rgba(17, 70, 138, 0.9);
    border-radius: 5px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.home-services p a:hover {
    background: url(images/ser-pat.png) no-repeat right bottom #5e7448;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.home-industries p {
    background: rgba(17, 70, 138, 0.9) none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 5px 25px;
    margin-top: 5px;
}

.home-services p a::before {
    display: none;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    bottom: 42px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
}

.home-industries p::before {
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    bottom: 32px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
}

.home-industries .ser img {
    border-radius: 5px 5px 0 0;
    margin-bottom: 5px;
    width: 100%;
}

.pro-icon>img {
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    width: 150px;
}

.projects .proj {
    text-align: center;
}

.projects .proj img {
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    width: 150px;
}

.projects .proj h4 {
    color: #11468a;
    font-size: 14px;
    font-weight: bold;
}

.projects .proj h5 {
    color: #777;
    font-size: 15px;
    line-height: 25px;
}

.projects {
    margin-top: 40px;
}

.pro-text h6 {
    color: #777;
    font-size: 15px;
    line-height: 25px;
}

.pro-text h5 {
    color: #11468a;
    font-size: 14px;
    font-weight: bold;
}

.pro-text {
    margin: 25px 0;
}


.road {
    background: url(images/road.jpg) #212020;
    height: 50px;
    width: 100%;
}

.road-line {
    border-bottom: 5px dashed #ffc30f;
    height: 28px;
    width: 100%;
    display: inline-block;
}

.journey {
    display: none;
    -background: url(images/road-bg.jpg) #212020;
    display: inline-block;
    width: 100%;
}

.car1 {
    position: absolute;
    display: none;
}

.top-year,
.bottom-year {
    display: inline-block;
    width: 100%;
}

.tyear {
    background: #1A7B1A none repeat scroll 0 0;
    border-radius: 4px;
    clear: left;
    color: #fff;
    font-weight: bold;
    margin: 5px 0 5px 20px;
    padding: 5px 14px;
    float: left;
    position: relative;
}

.tyear::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1A7B1A;
    content: "";
    left: 30px;
    margin-left: -8px;
    position: absolute;
    top: 100%;
}

.byear {
    position: relative;
    background: #1A7B1A none repeat scroll 0 0;
    border-radius: 4px;
    clear: left;
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 20px 0 5px 20px;
    padding: 5px 14px;
}

.byear::after {
    border-bottom: 8px solid #1A7B1A;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 100%;
    content: "";
    left: 30px;
    margin-left: -8px;
    position: absolute;
}

.logo2009,
.log2 {
    height: 50px;
    display: block;
}

.banner-icons {
    width: 100%;
    bottom: 0px;
    position: absolute;
    z-index: 99;
}

.banner-icons .arrow {
    bottom: 88px;
    left: 50px;
    position: absolute;
}

.banner-icons .obj1 {
    bottom: 42px;
    position: absolute;
}

.banner-icons .obj2 {
    bottom: 45px;
    right: 10px;
    left: auto;
    position: absolute;
}

.jrny-info img {
    width: 150px;
}

.jrny-info p {
    border-bottom: 1px solid #11468a;
    color: #11468a;
    height: 70px;
    padding-bottom: 36px;
    position: relative;
    text-align: center;
    line-height: 24px;
    background: -webkit-linear-gradient(0deg, rgb(239, 234, 234) 0%, rgba(0, 255, 0, 0) 80%);
    background: -o-linear-gradient(0deg, rgb(239, 234, 234) 0%, rgba(0, 255, 0, 0) 80%);
    background: -moz-linear-gradient(0deg, rgb(239, 234, 234) 0%, rgba(0, 255, 0, 0) 80%);
    background: linear-gradient(0deg, rgb(239, 234, 234) 0%, rgba(0, 255, 0, 0) 80%);
}

.jrny-info p::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #11468a;
    content: "";
    left: 30px;
    margin-left: 42px;
    position: absolute;
    top: 100%;
}

.jrny-info p span {
    display: block;
    font-size: 12px;
    height: 20px;
    position: relative;
    top: -4px;
    font-weight: bold;
}

.industries {
    position: relative;
}

.industries .controls {
    position: absolute;
    z-index: 9;
    bottom: 48%;
    top: auto;
    width: 100%;
}

.industries a.right {
    border: 0;
    float: right;
    /* margin-right: -20px;*/
    border-radius: 50%;
    height: 34px;
    width: 34px;
    background: rgba(0, 0, 0, 1);
    vertical-align: middle;
    line-height: 23px;
}

.industries a.left {
    border: 0;
    /* margin-left: -20px;*/
    border-radius: 50%;
    height: 34px;
    width: 34px;
    background: rgba(0, 0, 0, 1);
    vertical-align: middle;
    line-height: 23px;
}

#slider-text {
    padding-top: 40px;
    display: block;
}

#slider-text .col-md-6 {
    overflow: hidden;
}

#slider-control img {
    padding-top: 60%;
    margin: 0 auto;
}

.footer-ist-iso {
    display: none;
}


.pro-left ul {
    padding: 0;
    text-align: center;
}

.pro-left ul li {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .pro-left ul li {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .pro-left ul li:nth-child(5),
    .pro-left ul li:nth-child(6),
    .pro-left ul li:nth-child(7),
    .pro-left ul li:nth-child(8) {
        top: -20px;
        left: -87px;
    }
    .pro-left {
        position: relative;
        top: -70px;
    }
}

.pro-left ul li>div {
    position: relative;
    width: 150px;
    height: 86.60px;
    margin: 33.30px 0;
    border-left: solid 10px #e1e1e1;
    border-right: solid 10px #e1e1e1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.pro-left ul li>div.active,
.pro-left ul li>div.active:before,
.pro-left ul li>div.active:after {
    border-color: #fbc61e;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.pro-left ul li>div:before,
.pro-left ul li>div:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 106.07px;
    height: 106.07px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 11.9670px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.pro-left ul li>div:before {
    top: -53.0330px;
    border-top: solid 14.1421px #e1e1e1;
    border-right: solid 14.1421px #e1e1e1;
    z-index: -10;
}

.pro-left ul li>div:after {
    bottom: -53.0330px;
    border-bottom: solid 14.1421px #e1e1e1;
    border-left: solid 14.1421px #e1e1e1;
    z-index: -10;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
}

.pro-left ul li>div a {
    display: block;
}

footer {
    position: relative;
}

.video {
    text-align: center;
}

.video iframe {
    border-top: 20px solid #1e6aa5;
    border-right: 10px solid #1e6aa5;
    border-bottom: 20px solid #1e6aa5;
    border-left: 10px solid #1e6aa5;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .4);
    box-shadow: 0 5px 40px rgba(0, 0, 0, .4);
}

@media screen and (max-width: 767px) {
    .video {
        margin: 0 10px;
    }
    .video iframe {
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #itemslider .item {
        min-height: 320px;
    }
}

@media screen and (min-width: 1200px) {
    #itemslider .item {
        min-height: 310px;
    }
}

.clients {
    margin-top: 0;
}

#clients_carousel .item>div {
    text-align: center;
}

#clients_carousel .item>div>img {
    display: inline;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}


















/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/

@media screen and (max-width: 1280px) {
    .navbar-nav>li>a {
        padding: 25px 15px 10px !important;
    }

    .bs-slider {
        height: auto !important;
    }

    .slider .carousel-inner::before {
        bottom: 0 !important;
        height: auto !important;
    }
    /*.banner-icons {
  bottom: -28px !important;
}*/
}

@media screen and (max-width: 1200px) {
    .footer-right .partners {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .pro-left img {
        width: 100%;
    }

    section {
        margin: 30px 0;
    }

    .home-h2-right {
        padding-right: 10px;
    }

    .home-h2-right::before {
        right: -10px;
    }

    .pro-left>img {
        width: 100%;
    }

    .home-services p {
        font-size: 11px;
    }

    .home-services p a {
        padding: 5px !important;
    }

    .home-industries p {
        font-size: 13px;
    }

    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text>p {

        font-size: 18px;
    }

    .jrny-info img {
        width: 100px !important;
    }

    .jrny-info p {
        font-size: 11px;
        line-height: 16px;

        height: 5px !important;
    }

    .jrny-info p::after {
        margin-left: 6px !important;
    }
}





















/*---------- MEDIA 800px ----------*/

@media screen and (max-width: 800px) {
    .navbar-nav>li>a {
        padding: 25px 6px 10px !important;
        line-height: 0 !important`
    }
}

@media screen and (max-width: 768px) {
    .navbar-inverse .navbar-nav>li>a {
        padding-right: 5px !important;
        line-height: 0 !important;
    }

    .navbar-brand>img {
        display: block;
        width: 180px;
    }

    .bs-slider {
        height: auto !important;
    }
}





















/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .control-round .carousel-control {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .navbar-header {
        margin: 0px !important;
    }

    .footer-ist-iso {
        display: block;
    }

    .ist-iso {
        display: none;
    }

    .slider .carousel-inner::before {
        border-left: 767px solid #f8f8f8;
        border-top: 50px solid transparent;
    }

    .copyright {
        margin-left: 0px;
    }

    .banner-icons {
        bottom: -25px;
    }

    .banner-icons .obj1 {
        width: 200px;
    }

    .banner-icons .obj2 {
        bottom: 70px;
        right: 15px !important;
        width: 133px;
    }

    .banner-icons .arrow {
        bottom: 88px;
        left: 20px !important;
        position: absolute;
    }

    #home-three>div {
        margin: auto;
        text-align: center;
        width: 250px;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
    }

    .navbar-collapse {
        padding-left: 0;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #eee;
        margin-right: 23px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 16px 0 !important;
    }

    .slider .carousel-inner::before {
        bottom: 0;
        right: 0;
    }

    .banner-icons .arrow {
        bottom: 36px !important;
    }

    .slider .carousel-inner::before {
        z-index: 8 !important;
    }

    .banner-icons {
        z-index: 8 !important;
    }

    .banner-icons .obj2 {
        bottom: 28px !important;
    }

    footer {
        text-align: center;
    }

    .footer-nav {
        margin: auto;
    }

    .copyright {
        float: none !important;
    }

    .footer-right>img {
        padding: 15px 0 0 !important;
        width: auto !important;
        margin: auto;
    }

    .social-media {
        margin-top: 15px;
    }

    .projects {
        margin-top: 10px !important;
    }

    footer {
        margin-top: 120px !important;
    }

    .hidden-xs {
        display: inline-block !important;
    }

    #home-five>.container {

        text-align: center;
    }

    .home-industries p::before {
        bottom: 18px !important;
    }

    .industries a.left {
        left: 0;
        position: absolute;
    }
}

@media (max-width: 480px) {
    .banner-icons .arrow {
        bottom: 29px;
        height: 53px;
        left: 40px;
        position: absolute;
    }

    .banner-icons .obj1 {
        bottom: 28px;
        position: absolute;
        width: 139px;
    }

    .h1,
    h1 {
        font-size: 18px;
    }

    .footer-nav {
        width: 100% !important;
    }

    .footer-nav li {
        padding: 10px 5px !important;
    }

    .home-h1>span {
        font-size: 20px;
    }

    .home-h1::before {
        top: 7px;
    }

    .slide-text {
        padding: 10px 30px;
    }

    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line>.carousel-indicators {
        display: none;
    }
}






















/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}





















/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }

    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}





















/* End Testimonial*/

@media screen and (max-width: 992px) {
    #slider-control img {
        padding-top: 70px;
        margin: 0 auto;
    }
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 5px;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 5px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -16.666%;
    }

    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 16.666%;
    }

    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3,
    .carousel-showmanymoveone .carousel-inner .cloneditem-4,
    .carousel-showmanymoveone .carousel-inner .cloneditem-5,
    .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(16.666%, 0, 0);
        transform: translate3d(16.666%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-16.666%, 0, 0);
        transform: translate3d(-16.666%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-showmanymoveone .left.carousel-control {
    right: 100%;
    left: auto;
}

.carousel-showmanymoveone .right.carousel-control {
    left: 100%;
}

.carousel-showmanymoveone .right .glyphicon,
.carousel-showmanymoveone .left .glyphicon {
    color: #aaa;
    text-shadow: none;
}

@media screen and (max-width: 450px) {
    .footer-right .partners {
        width: 100% !important;
    }
}

.carousel-showmanymoveone_2 .carousel-inner>.item {
    width: 25%;
}