
ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
.header-top{
	height:50px;
	background:#7A553B;
}
.header-top ul li{
	float: left;
    padding: 8px 15px;
	color:#222;
}.header-top ul li a{
	color: #fff;
  text-decoration: none;
  font-size: 12px;

}
.header-top ul li a:hover, .header-bottom ul li a:hover{
	color: #FFD251;;
}

.logo img{
	 height: 100px;
    width: 105px;
    margin-top: -41px;
}

.header-bottom ul li{
	float: left;
    padding: 22px 15px;
    color: #222;
    text-transform: uppercase;
    position:relative;
}.header-bottom ul li a{
	color: #222;
  text-decoration: none;
  font-size: 14px;
}

ul li ul.dropdown{
            background: none repeat scroll 0 0 rgba(15, 32, 75, 0.9);
            position: absolute;
            display: none;
            z-index: 999;
            left: -16px;
            top: 100%;
            padding-top: 15px;
            transition-duration: 0.9s;
           min-width: 170px;
           max-width: 240px;
           padding-bottom: 30px;

    }
    ul li .menu-business{
            background: none repeat scroll 0 0 rgba(15, 32, 75, 0.9);
            position: absolute;
            display: none;
            z-index: 999;
            left: -16px;
            top: 100%;
            padding-top: 0px;
            transition-duration: 0.9s;
            min-width: 340px;
            max-width: 240px;
            padding-bottom: 30px;

    }
    ul li:hover .menu-business{
        display: block;
        width:auto;
    }
    .menu-project{
       width:170px;
       float: left;

       margin-top: 20px;
    }
    .menu-product{
       width:170px;
       float: left;
       border-left: dashed 1px #4b5b82;
       margin-top: 20px;
    }
    .menu-project ul, .menu-product ul{
       margin: 0;
       padding: 0;
       list-style: none;
    }
    .menu-product ul{
          margin-left: 16px;
    }
    .menu-project ul li, .menu-product ul li{
      padding: 4px 15px;
      font-size: 14px;
      width: 100%;
    }
    .menu-project ul li a, .menu-product ul li a{
       color: #fff;
       font-size: 12px;
       text-transform: capitalize;
       font-weight: normal;
    }
    .menu-business .menu-project h2, .menu-business .menu-product h2{
      font-size: 17px;
      color: #FFBB02;
      margin-left: 13px;
      margin-top: 0px;
    }
    .menu-business .menu-product h2{
      margin-left: 32px !important;
    }
    ul li:hover ul.dropdown{
        display: block;
        width:auto;
    }
    ul li ul.dropdown li{
       display: block;
    margin-left: 24px;
    /* margin: 0; */
    width: 67%;
    padding: 4px 0px;
    border-bottom: 1px dashed #fff;

    }
  ul li ul.dropdown li a{
    color: #fff;
    line-height: 27px;
    text-transform: capitalize;
    /*border-bottom: dashed 1px #4b5b82;*/
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    }

.heading{
	text-align:center;
}
.heading h2{
	font-size: 30px;
    font-weight: 600;
	color:#7A553B;
}
.heading h4 {
    color: #7C868F;
    font-weight: 300;
}
.heading p {
    color: #7C868F;
    font-size: 17px;
    text-align: justify;
}
.separator {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    width: 50%;
}
.btn-default.bg {
    color: #FFF;
    background-color: #3f3e7a;
    border: medium none;
    box-shadow: 0px 3px 0px #00346d;
}
.btn-default {
    display: inline-block;
    color: #000;
    font-weight: 700;
    background-color: #FFF;
    padding: 10px 30px;
    letter-spacing: 1px;
    border: medium none;
    box-shadow: 0px 3px 0px #E8E8E8;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.btn-default.bg:hover {
    text-decoration: none;
    background-color: #FFBB02;
    color: #333;
    box-shadow: 0px 3px 0px #be8b00;
}
.our-businesses{
  margin: 40px 0px;
}
.our-businesses h2 {
    padding-top: 0;
    margin-top: 2px;
	color:#3f3e7a;
	font-size: 30px;
	font-weight: 600;
}
.sep {
    width: 30px;
    height: 3px;
    background-color: rgb(5, 86, 174);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
}




.sectors .desc {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.09);
    border-top: solid 2px #0551A4;
    margin-bottom: 32px;
    padding-bottom: 22px;
}
.sectors h4 {
    padding: 10px 10px;
    margin: 0;
    font-size: 22px;
}
.sectors p {
    padding: 10px 0px;
    margin: 0;
    color: #333;
}
.sectors .btn-default {
    padding: 10px 20px;
    margin-left: 30%;
}

element.style {
}
.sectors img:hover, .sectors img + .desc {
    opacity: 0.9;
}
.sectors img {
    width: 100%;
    height: 254px !important;
    border-bottom: solid 4px #FFBB02;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.sectors h5{
  color: #7c868f !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.product .sectors img {
    width: 100%;
    height: 200px !important;
    border-bottom: solid 4px #FFBB02;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.grayBG {
    background-color: rgba(0, 0, 0, 0.05);
    margin: 50px 0px;
    padding-top: 20px;
}
.grayBG h2 {
    padding-top: 0;
    margin-top: 2px;
	color:#3f3e7a;
	font-size: 30px;
	font-weight: 600;
}

.partner-img img{
  height: 100px;
  width:100%;
  margin:0 auto;
}
.our-partner h2 {
    padding-top: 0;
    margin-top: 2px;
  color:#3f3e7a;
  font-size: 30px;
  font-weight: 600;
}
.our-partner{
  margin-bottom: 50px;
}
.partner{
      margin-bottom: 22px;
}
/*==================  About Page ====================== */
.cover {
  background-image: url("../img/frezzer-van.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size:100% 270px;
}
.cover{
	height:270px;
	position:relative;
}
.cover-img{
    position: absolute;
    bottom: -8px;
    margin-left: -7px;
}
.cover-img h2{
    font-size: 29px;
    padding: 3px 14px;
    background: #222;
    color: #ffcb02;
    border: 1px solid #fff;
    letter-spacing: -1px;
}

.sidebar {
}
.sidebar h2{
	font-size:20px;
	text-transform:uppercase;
	color: #555;
	font-weight:600;
	padding-top:20px;
	margin-left:20px;
}
.sidebar ul{
	padding:0;
	margin:0;
	list-style:none;
	width: 100%;
}
.sidebar ul li{
   padding: 4px 3px 4px 20px;
   width: 100%;
}
.sidebar ul li:hover, .sidebarActive{
    background-color: #ffcb02;
	width: 100%;
}

.sidebar ul li a{
	color:#4e5669;
	text-decoration:none;
	text-transform:uppercase;
}
.content {

  height: 1000px;
}

.product h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 21px;
    padding-top: 4px;
    background: #000;
    display: inline-block;
    clear: both;
	 color:#fff;
    margin: 0;
    padding: 10px;
	margin-top:20px;
}
.featured-images{
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: -11px;
    color: #ffcb02;
    font-weight: 400;
}
.featured-images img{
    margin-bottom: 20px;
    height: 400px !important;
    width: 100%;
}
.desc p{
  text-align: center;padding: 10px 3px;
}
/*======================== Search Css===============*/

.serach input[type=text] {
    background: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    color: #fff;
    margin: 5px;
    margin-top: 12px;
    outline:none;
}
.serach button {
    background: transparent;
    border: 0;
    color: #fff;
    outline:none;
}

/*===================== Footer Start ======================
===============================================*/
ul li span i{
  margin-right: 15px;
    font-size: 16px;
}

.footer{
  background-color: #222c43;
}
.footer h2{
     border-bottom: 1px solid #4e5669;
    padding-bottom: 10px;
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
}
.footer ul{
	padding:0;
	margin:0;
	list-style:none;
}
.footer ul li{
   margin-bottom:10px;
}
.footer ul li a, .footer ul li{
	color:#fff;
}
.footer ul li a{
	text-decoration:none;
}
.footer-bottom p {
	 color: #fff;
    margin-top: 15px;
    font-size: 15px;
}
/*===================== Slider Start ======================
===============================================*/
html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption{padding-bottom:80px;}

/*h2{font-size: 60px;}*/
.carousel-caption h2{font-size: 40px !important;}
p{padding:10px}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


/*===================== Slider End ======================
===============================================*/

/*===============Gallery=========*/
.gallery-img{
  height: 250px;
}
.gallery-img img{
  height: 250px;
  width:100%;
}
.gallery{
  margin-bottom: 30px;
}

.full-height{
  padding:0px;
}
.section-table{
  display:block;
  height:100%;
  width:100%;
}
.section-tablecell{
  display:table-cell;
  vertical-align:middle;
  width:100%;
}
.section-padding{
  padding:40px 0;
}
.overlay{
  position:relative;
  z-index:1;
}
.overlay:after, .single-service-item:after{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  background:#000;
  z-index:-1;
  opacity:0.6;
}
.project-bg-1{
  background-image:url(../img/Penguins.jpg);

}

.project-filter li{
  display:inline-block;
  margin:0px 10px;
  border-bottom:3px solid #fff;
  cursor:pointer;
}
.project-filter li.active{
  border-color:#333;
}

@media only screen and (min-width: 1500px) {
  .container {
    width: 1470px;
  }
  .header-top ul li a {
    font-size: 13px;
}
 .sectors p, .product p, .sectors{
    font-size: 17px;
    color:gray;
    text-align: justify;
  }
    .cover-img h2 {
    font-size: 34px;
}
   h5, .product h3{
    font-size: 27px;
  }
  .product{
    min-height: 400px;
    height: auto;
  }
  .sidebar h2 {
    font-size: 35px;
  }
   .sidebar ul li a{
      font-size: 20px;
  }
  .header-bottom ul li a {
      font-size: 16px;
  }
  .featured-images h4, .sectors h4{
    font-size: 32px;
  }
  .cover, .cover img, .featured-images img, .sectors img {
    height: 355px !important;
    background-size: 100% 355px;
  }
  ul li ul.dropdown li a{
    line-height: 30px;
    font-size: 14px;
  }
  .footer h2 {
    padding-top: 20px;
    font-size: 22px;
}
  .footer ul{
        margin: 30px 0px;
  }
  .footer ul li, .footer ul li a{
       font-size: 16px;
  }
  .menu-business{
    min-width: 500px !important;
  }
  .menu-product, .menu-project{
    width: 250px;
  }
  .menu-product ul li a, .menu-project ul li a{
    font-size: 14px;
  }
  .header-top {
    height: 60px;
  }
  .header-top .fa-search{
    font-size: 22px;
  }
  .cover-img h2{
     margin-left: 90px;
  }
  .partner-img img{
    height: 125px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    width: 1400px;
  }
  .header-top ul li a {
    font-size: 13px;
}
  .desc p{
    font-size: 14px;
    color:gray;
  }
  .desc h4{
    font-size: 16px;
    color:#222;
  }
    .cover-img h2 {
    font-size: 34px;
}
 
   h5, .product h3{
    font-size: 20px;
  }
  .sidebar h2 {
    font-size: 30px;
  }
     .sidebar ul li a{
      font-size: 16px;
  }
  .product{
    min-height: 400px;
    height: auto;
  }
  .header-bottom ul li a {
      font-size: 16px;
  }
  .menu-product ul li a, .menu-project ul li a{
    font-size: 14px;
  }
  .featured-images h4, .sectors h4{
   font-size: 24px;
  }
  .s-fornt img{
      height: 300px !important;
    background-size: 100% 300px;
  }
  .cover, .cover img, .featured-images img,{
    height: 470px !important;
    background-size: 100% 470px;
  }
  ul li ul.dropdown li a{
    line-height: 30px;
    font-size: 14px;
  }

  .carousel-inner {
    height: 600px;
  }
  #myCarousel{
    height: 600px !important;
  }
  .heading h2 {
    font-size: 35px;
    margin-top: 50px;
}
  .partner-img img{
    height: 125px;
  }
  .footer h2 {
    padding-top: 20px;
    font-size: 22px;
}
.sectors p, .product p, .sectors{
    font-size: 15px;
    color:gray;
    text-align: justify;
  }
  .front .btn-default{
    margin-left: 36%;
  }

}
@media (min-width: 998px) and (max-width: 1350px) {
  .container {
    width: 1000px;
  }
  .header-top ul li a {
    font-size: 11px;
}
.header-bottom ul li a{
    font-size: 12px;
}
  .heading h2 {
    font-size: 30px;
    margin-top: 40px;
}
.heading p {
    color: #7C868F;
    font-size: 14px;
}
.cover-img h2 {
    margin-left: 72px;
  }
  .sectors p, .product p, .sectors{
    font-size: 14px;
    color:gray;
  }
    .cover-img h2 {
    font-size: 22px;
}
  h5, .product h3 {
    font-size: 15px;
}
  .product{
    min-height: 300px;
    height: auto;
  }
  .sidebar h2 {
    font-size: 25px;
  }
  .sidebar ul li a{
    font-size: 11px;
  }
  .desc h4{
    font-size: 16px;
        color: #222;
  }
  .desc p{
    font-size: 12px;
        color: gray;
  }
  .featured-images h4{
        font-size: 20px;
        color: #222;
  }

  .cover, .cover img, .featured-images img{
    height: 470px !important;
    background-size: 100% 470px;
  }
  ul li ul.dropdown li a{
    line-height: 24px;
    font-size: 12px;
}
.menu-business .menu-project h2, .menu-business .menu-product h2 {
    font-size: 14px;
}
.menu-business .menu-project li a, .menu-business .menu-product li a {
    font-size: 11px;
}
.menu-project ul li, .menu-product ul li {
    padding: 2px 15px;
    font-size: 11px;
}
  
  .carousel-inner {
    height: 600px;
  }
  #myCarousel{
    height: 600px !important;
  }
  
  .partner-img img{
    height: 125px;
  }
  .footer-bottom p {
    font-size: 14px;
  }
  .carousel-caption h2{
    font-size: 30px;
  }
  .btn-large {
    padding:8px 20px;
    font-size: 14px;
 }
}

@media (min-width: 761px) and (max-width: 997px) {
  .pull-right{
    display: none;
  }
  .cover-img h2 {
    margin-left: 72px;
  }
  .top-menu{
    margin-left: 113px;
  }
  .logo{
    width: 20%;
    height: 54px !important;
  }
  .logo img{
    width: 80px;
    height: 54px !important;
  }
  .header-bottom ul{
    float: right;
    margin-top: -44px;
    margin-right: 14px;
  }
  .header-top ul li{
    padding: 8px 6px;
  }.header-top ul li a{
    font-size: 10px;
  }
  .header-bottom ul li{
    padding: 2px 6px;
  }.header-bottom ul li a{
    font-size: 11px;
  }
  .header-bottom .dropdown{
    margin-top: 7px;
    min-width: 143px;
    padding-top: 1px;
  }
  ul li ul.dropdown li{
    color: #fff;
    line-height: 24px;
    font-size: 11px;
  }
   ul li ul.dropdown li a {
    color: #fff;
    line-height: 24px;
    font-size: 11px;
  }
  .menu-business{
    width: 150px !important;
    margin-left: -56px;
  }
  .menu-project, .menu-product{
    width: 150px;
    height: auto;
  }
  .menu-business .menu-project h2, .menu-business .menu-product h2 {
    font-size: 10px;
    color: #FFBB02;
    margin-left: 13px;
    margin-top: -6px;
    margin-bottom: 43px;
}
.menu-project ul li, .menu-product ul li{
    margin-left: 8px;
  }
  .main-sidebar{
    display: none;
  }

  .footer-bottom .text23 p{
     text-align: center !important;
     margin-bottom: 0px;
  }
  .footer-bottom .text22 p{
     text-align: center !important;
     font-size: 12px;
     margin-top: -12px;
  }
  ul li .menu-business{
    top: 185%;
  }
  .header-bottom .dropdown {
    top: 161%;
  }
  .carousel-caption h2{
    font-size: 24px;
  }
  .btn-large {
    padding:8px 20px;
    font-size: 14px;
 }
 .heading h2, .our-businesses h2, .our-partner h2{
    font-size: 22px;
}
.heading h4 {
    font-size: 13px;
}
.heading p {
    font-size: 11px;
    margin: 0px 20px;
}
.heading .btn-default,  .desc .btn-default{
    padding: 4px 13px;
    font-size: 12px;
}
.desc .btn-default{
  margin-left: 44%;
}
.desc h4{
  font-size: 17px;
  color: #222;
}
.desc p {
    font-size: 12px;
    color: gray;
}
.cover-img h2 {
    font-size: 18px;
  }
  .sectors p, .sectors{
    margin: 0px 8px;
    font-size: 10px;
    color: gray;
}
.product h3 {
    font-size: 12px;
    padding: 5px;
}
}
@media (min-width: 411px) and (max-width: 760px) {
  .pull-right{
    display: none;
  }
  .top-menu{
    margin-left: 88px;
  }
  .logo{
    width: 20%;
    height: 54px !important;
  }
  .logo img{
    height: 54px !important;
    width: 70px;
  }
.heading h2, .our-businesses h2, .our-partner h2{
    font-size: 20px;
}
.heading h4 {
    font-size: 12px;
}
.heading p {
    font-size: 12px;
}
.heading .btn-default{
    padding: 4px 13px;
    font-size: 12px;
}
.sectors .btn-default{
    padding: 4px 13px;
    font-size: 12px;
    margin-left: 41%;
}
.desc h4{
  font-size: 17px;
  color: #222;
}
.desc p {
    font-size: 11px;
    color: gray;
}
.cover-img h2 {
    font-size: 18px;
  }
  .sectors p, .sectors{
    margin: 0px 8px;
    font-size: 10px;
    color: gray;
}
.product h3 {
    font-size: 12px;
    padding: 5px;
}
  .header-bottom ul{
    float: right;
    margin-top: -44px;
  }
  .header-bottom ul li{
    padding: 2px 6px;
  }.header-top ul li a{
    font-size: 10px;
  }
  .header-bottom ul li a{
    font-size: 11px;
  }
  .header-bottom .dropdown{
    margin-top: 7px;
    min-width: 143px;
    padding-top: 1px;
  }
  ul li ul.dropdown li{
    color: #fff;
    line-height: 24px;
    font-size: 11px;
  }
   ul li ul.dropdown li a {
    color: #fff;
    line-height: 24px;
    font-size: 11px;
  }
  .menu-business{
    width: 150px !important;
    margin-left: -56px;
  }
  .menu-project, .menu-product{
    width: 150px;
    height: auto;
  }
  .menu-business .menu-project h2, .menu-business .menu-product h2 {
    font-size: 10px;
    color: #FFBB02;
    margin-left: 13px;
    margin-top: -6px;
    margin-bottom: 43px;
}
.menu-project ul li, .menu-product ul li{
    margin-left: 8px;
  }
  .main-sidebar{
    display: none;
  }

	.footer-bottom .text23 p{
		 text-align: center !important;
		 margin-bottom: 0px;
	}
	.footer-bottom .text22 p{
		 text-align: center !important;
		 font-size: 12px;
     margin-top: -12px;
	}
  
  ul li .menu-business{
    top: 185%;
  }
  .header-bottom .dropdown {
    top: 161%;
  }
  .featured-images h4{
    margin-left: 12px;
  }
  .carousel-caption h2{
    font-size: 16px;
  }
  .btn-large {
    padding: 4px 15px;
    font-size: 10px;
 }
}
@media (min-width: 311px) and (max-width: 410px) {
  .pull-right{
    display: none;
  }
  .top-menu{
    margin-left: 68px;
  }
  .logo{
    width: 20%;
    height: 54px !important;
  }
	.logo img{
    width: 70%;
    height: 43px !important;
  }
  .heading h2, .our-businesses h2, .our-partner h2{
    font-size: 17px;
}
.heading h4 {
    font-size: 12px;
}
.heading p {
    font-size: 10px;
}
.heading .btn-default,  .desc .btn-default{
    padding: 4px 13px;
    font-size: 12px;
}
.desc h4{
  font-size: 17px;
}
.desc p {
    font-size: 11px;
}
.cover-img h2 {
    font-size: 18px;
  }
  .sectors p, .sectors{
    margin: 0px 8px;
    font-size: 10px;
}
.product h3 {
    font-size: 12px;
    padding: 5px;
}
  .header-bottom ul{
    float: right;
    margin-top: -44px;
  }
  .header-top{
    height: 40px;
    background: #7A553B;
   }
   .header-top ul li {
    padding: 8px 4px;
    color: #222;
   }
   .header-top ul li a{
        font-size: 10px;
   }
   .header-bottom ul li a {
    font-size: 10px;
   }
   .header-bottom ul li {
    padding: 2px 3px;
   }
	 .footer-bottom .text23 p{
 		 text-align: center !important;
 		 margin-bottom: 0px;
 	}
 	.footer-bottom .text22 p{
 		 text-align: center !important;
 		 font-size: 12px;
      margin-top: -12px;
 	}
  .main-sidebar{
    display: none;
  }
  .header-bottom .dropdown{
    margin-top: 7px;
    min-width: 143px;
    padding-top: 1px;
  }
  ul li ul.dropdown li{
    color: #fff;
    line-height: 24px;
    font-size: 11px;
  }
   ul li ul.dropdown li a {
    color: #fff;
    line-height: 24px;
    font-size: 11px;
  }
  .menu-business{
    width: 150px !important;
    margin-left: -56px;
  }
  .menu-project, .menu-product{
    width: 150px;
    height: auto;
  }
  .menu-business .menu-project h2, .menu-business .menu-product h2 {
    font-size: 10px;
    color: #FFBB02;
    margin-left: 13px;
    margin-top: -6px;
    margin-bottom: 43px;
}
.menu-project ul li, .menu-product ul li{
    margin-left: 12px;
    padding: 0px 3px;
  }
  ul li .menu-business{
    top: 185%;
  }
  .header-bottom .dropdown {
    top: 161%;
  }
  .featured-images h4{
    margin-left: 12px;
  }
  .menu-project ul li a, .menu-product ul li a{
    font-size: 9px;
  }
  .carousel-caption h2{
    font-size: 12px;
  }
  .btn-large {
    padding: 4px 15px;
    font-size: 10px;
 }
}

@media (min-width: 200px) and (max-width: 310px) {
  .pull-right{
    display: none;
  }
  .logo{
    
  }
  .heading h2, .our-businesses h2, .our-partner h2{
    font-size: 17px;
}
.heading h4 {
    font-size: 12px;
}
.heading p {
    font-size: 10px;
}
.heading .btn-default,  .desc .btn-default{
    padding: 4px 13px;
    font-size: 12px;
}
.desc h4{
  font-size: 17px;
}
.desc p {
    font-size: 11px;
}
.cover-img h2 {
    font-size: 18px;
  }
  .sectors p, .sectors{
    margin: 0px 8px;
    font-size: 10px;
    color: gray;
}
.product h3 {
    font-size: 12px;
    padding: 5px;
}
  .logo img{
    width: 15%;
    height: 37px !important;
    margin-top: -50px;
  }
  .header-top ul{
    padding-left: 50px;
  }
  .header-top ul li {
    float: left;
    padding: 8px 5px;
    color: #222;
}
  .header-top ul li a{
     font-size: 9px;
  }
  .main-sidebar{
    display: none;
  }
  .header-bottom ul li {
    float: left;
    padding: 2px 4px;
    color: #222;
    text-transform: capitalize;
    position: relative;
}
.header-bottom ul li a {
    text-decoration: none;
    font-size: 12px;
}
  .header-bottom .dropdown{
    margin-top: 7px;
    min-width: 143px;
    padding-top: 1px;
  }
  ul li ul.dropdown li{
    color: #fff;
    line-height: 24px;
    font-size: 11px;
  }
   ul li ul.dropdown li a {
    color: #fff;
    line-height: 24px;
    font-size: 11px;
  }
  .menu-business{
    width: 150px !important;
    margin-left: -56px;
  }
  .menu-project, .menu-product{
    width: 130px;
    height: auto;
  }
  ul li .menu-business {
    top: 195%;
    min-width: 260px;
    max-width: 240px;
  }
  .header-bottom .dropdown {
    top: 173%;

  }
  .menu-business .menu-project h2, .menu-business .menu-product h2 {
    font-size: 10px;
    color: #FFBB02;
    margin-left: 13px;
    margin-top: -6px;
}
.menu-project ul li, .menu-product ul li{
    margin-left: 12px;
    padding: 0px 3px;
  }
  .menu-project ul li a, .menu-product ul li a{
    font-size: 9px;
  }
.footer-bottom .text23 p{
     text-align: center !important;
     margin-bottom: 0px;
  }
  .footer-bottom .text22 p{
     text-align: center !important;
     font-size: 10px;
      margin-top: -12px;
  }
  .featured-images h4{
    margin-left: 12px;
  }
  .carousel-caption h2{
    font-size: 12px;
  }
  .btn-large {
    padding: 4px 15px;
    font-size: 10px;
 }


  
}


