
  body {
    line-height: 1.8;
    color: #818181;
    font-family: 'Open Sans', sans-serif !important;
  }
  .jumbotron{
    background: url('../images/image-2.jpg');
    background-size: cover;
    text-align: center;
    height: 750px;
    display: grid;
    align-content: center;
    margin-bottom: 0px;
  }
  .jumbotron img{
    width: 40%;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .jumbotron h2{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .jumbotron .top-nav{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 10px;
    left: 0;
  }
  .jumbotron .top-nav span{
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
  }
  .jumbotron .home-icon{
  width: 5%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.jumbotron .home-icon-2{
  width: 2%;
  margin: 0;
}
.content {
  padding: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 0px;
}
  #navbar {
    background-color: #fff;
    padding: 0px 10px;
    transition: 0.4s;
    width: 100%;
    height: 65px;
    top: 0;
    z-index: 99;
    transition: 1s height;
  }
  .navbar {
    margin-bottom: 0;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    background: #fff;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #666 !important;
    font-weight: 400;
  }
  .nav>li>a{  
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #eb8833 !important;
    background-color: #fff !important;
    font-weight: 600;
    border-bottom: 2px solid #eb8833;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  .navbar-fixed-top{
    top: 30%;
  }
  .navbar-brand{
    padding: 10px 15px;
  }
  #logo{
    width: 42%;
    transition: 1s width;
  }
  #logo2{
    width: 35%;
  }
  .navbar-collapse.collapse{
    padding-top: 1%;
    transition: 1s padding;
  }
  .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    font-size: 15px;
    letter-spacing: 0px;
    min-width: 235px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {background-color: #ddd;}

  .dropdown:hover .dropdown-content {display: block;}

  .dropdown:hover .dropbtn {background-color: #3e8e41;}

  
  .about .row{
    margin-left: 0px;
    margin-right: 0px;
  }
  .about .col-md-6, .about .col-md-12{
    padding: 0px;
  }
  .about .col-md-6 .box{
    display: grid;
    align-content: center;
    height: 600px;
    padding: 0px 50px;
    text-align: left;
  }
  .about .col-md-6 .box h1:after{
    content: '';
    display: block;
    background: #ee9634;
    width: 70px;
    height: 2px;
    margin-top: 25px;
  }
  .about .col-md-6 .col-md-6 img, .about .col-md-6 .col-md-12 img{
    width: 100%;
  }
  .about .col-md-6 .box .far{
    font-size: 10px;
  }
  .about .col-md-6 .box h4{
    font-weight: 400;
  }
  .team{
    padding: 50px 0px;
    background: #3b0798;
  }
  .team h1{
    /*margin-bottom: 30px;*/
  }
  .team h4{
    margin-bottom: 50px;
  }
  .team h1, .team h4{
    padding-left: 4%;
    color: #fff;
  }
  .team p{
    color: #fff;  
  }
  .team .row{
    margin-left: 0px;
    margin-right: 0px;
  }
  .team .col-md-2{
    padding: 0;
    display: grid;
    align-content: center;
    text-align: center;
    width: 20%;
  }
  .team .col-md-2 img{
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    border-right: 2px solid #fff;
  }
  .team .col-md-2 h4{
    background: #fff;
    color: #000;
    margin: 0;
    padding: 15px 0px;
  }
  .team .col-md-2 a{
    text-decoration: none;
  }
  .modal-dialog{
    width: 80%;
  }
  .modal-body{
    padding: 0px;
    height: 305px;
  }
  .modal-body p{
    color: #000;
  }
  .modal-body .col-md-6 img{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .team .col-md-2 .modal-body img{
      margin: 0 10px 10px;
      width: 23%;
      filter: none;
  }
  .modal-body p{
    padding: 0px 10px;
  }
  .what-we-do h1{
    text-align: center;
    margin-bottom: 75px;
  }
  .what-we-do .row{
    margin-right: 0px;
    margin-left: 0px;
  }
  .what-we-do .col-md-4{
    padding: 0px;
  }
  .what-we-do .col-md-4 img{
    width: 100%;
  }
  .what-we-do .col-md-4 .title{
    top: 40%;
    position: absolute;
    color: #000;
    background: #fff;
    width: 100%;
    text-align: center;
  }
  .what-we-do .box {
    position: relative;
    height: 360px;
    display: grid;
    align-content: end;
    text-align: center;
    padding: 0px 0px;
  }
  #box-one{
    background-image: url('../images/Untitled.jpg');
    background-size: cover;
  }
  #box-two{
    background-image: url('../images/Untitled-2.jpg');
    background-size: cover;
  }
  #box-three{
    background-image: url('../images/Untitled-3.jpg');
    background-size: cover;
  }
  #box-four{
    background-image: url('../images/Untitled-4.jpg');
    background-size: cover;
  }
  #box-five{
    background-image: url('../images/Untitled-5.jpg');
    background-size: cover;
  }
  #box-six{
    background-image: url('../images/Untitled-6.jpg');
    background-size: cover;
  }
  .what-we-do .box h4{
    color: #fff;
    font-weight: 600;
    background: #9c27b0;
    padding: 20px 0px;
    margin-bottom: 0;
    height: 70px;
    align-content: center;
    display: grid;
  }
  .what-we-do .box p{
    color: #fff;
    line-height: 22px;
  }
  .what-we-do .image {
  display: block;
  width: 100%;
  height: auto;
}

.what-we-do .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #9c27b0e6;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.what-we-do .box:hover .overlay {
  height: 100%;
}

.what-we-do .text {
  color: white;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  padding: 0px 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
}
.what-we-do .text h4{
  background: transparent;
}

  .testimonial{
    background: #ff8600;
    padding: 50px 0px;
  }
  .testimonial .row{
    margin-left: 0px;
    margin-right: 0px;
  }
  .testimonial .col-md-12{
    text-align: center;
  }
  .testimonial .col-md-12 p{
    padding: 30px 150px;
  }
  .testimonial h1{
    text-align: center;
    margin-bottom: 30px;
  }
  .testimonial .item{
    height: 250px;
  }
  .testimonial .carousel-inner{
    padding-top: 0px;
  }
  .testimonial .carousel-indicators{
    position: relative;
    bottom: 0px;
    top: 1%;
  }
  .testimonial .carousel-indicators li{
    display: unset;
  }
  .testimonial .carousel-caption h4{
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
  }
  .logoAnimation{
     -webkit-animation: zoomIn 3s ; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
  animation: zoomIn 1s ;
  animation-delay: 0s;
  }
  .service1{
    left:160px; top:415px; position: absolute;
    -webkit-animation: zoomInRight 10s ; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
  animation: zoomInRight 5s ;
  animation-delay: 0s;
  }
  .service2{
   left:65px; top:245px; position: absolute;
    -webkit-animation: zoomInRight 15s ; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
  animation: zoomInRight 7s ;
  animation-delay: 0s;
  }
   .service3{
  left:380px; top:100px;
    -webkit-animation: zoomInUp 20s ; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
  animation: zoomInUp 10s ;
  animation-delay: 0s;
  }
   .service4{
  right:80px; top:245px; position: absolute;;
    -webkit-animation: zoomInLeft 25s ; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
  animation: zoomInLeft 12s ;
  animation-delay: 0s;
  }
   .service5{
  right:220px; top:415px; position: absolute;;
    -webkit-animation: zoomInLeft 30s ; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
  animation: zoomInLeft 15s ;
  animation-delay: 0s;
  }
  .tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 10px solid #fac836;
}
#tip-one{
  border: 10px solid #3b0798;
  top: 10px;
  right: -25px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
#tip-two{
  border: 10px solid #9c27b0;
  top: 10px;
  right: -25px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
#tip-three{
  border: 10px solid #9C27B0;
  top: 10px;
  left: -25px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
#tip-four{
  border: 10px solid #3b0798;
  top: 10px;
  left: -25px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.tip-up {
  top: -25px; /* Same as body margin top + border */
  left: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.tip-down {
  bottom: -25px;
  left: 47%;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;  
}

.tip-left {
  top: 10px;
  left: -25px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;  
}

.tip-right {
  top: 10px;
  right: -25px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;  
}

.dialogbox .body {
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 20px 10px;
  padding: 5px;
  background-color: #ffc107b3;
  border-radius: 3px;
  border: 5px solid #fac836;
}
.dialogbox #one{
  background: #3b079873;
  border-color: #3b0798;
}
.dialogbox #two{
  background: #9c27b08f;
  border-color: #9C27B0;
  width: 415px;
}
.dialogbox #three{
  background: #9c27b08f;
  border-color: #9C27B0;
  width: 415px;
}
.dialogbox #four{
  background: #3b079873;
  border-color: #3b0798;
}

.body .message {
  min-height: 30px;
  border-radius: 3px;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  color: #797979;
}
.body .message h3{
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
.body .message span{
  color: #fff;
}

  .carousel-indicators .active{
    padding: 10px 15px;
    color: #fff;
    background: #a43ab6;
    font-weight: 700;
    border: 0px solid #33087f;
  }

  .carousel-indicators a{
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
  }
  .carousel-indicators a:hover{
    text-decoration: none;
  }
  .clients{
    padding: 50px 0px;
  }
  .clients h1{
    text-align: center;
  }
  .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.allied-services{
  padding-bottom: 50px;
}
.allied-services .col-md-6 img{
  width: 100%;
}
.allied-services .row{
    margin-left: 0px;
    margin-right: 0px;
  }
  .allied-services .col-md-12, .about .col-md-12{
    padding: 0px;
  }
  .allied-services .col-md-12 .box{
    display: grid;
    align-content: center;
    height: 500px;
    padding: 0px 50px;
  }
  .allied-services .col-md-12 .box h1, .allied-services .col-md-12 .box h3, .allied-services .col-md-12 .box p{
    text-align: left;
  }
  .allied-services .col-md-12 .box h1:after{
    content: '';
    display: block;
    background: #ee9634;
    width: 70px;
    height: 2px;
    margin-top: 25px;
  }
  .allied-services .col-md-3{
    border-left: 1px solid #d4d4d4;
    height: 300px;
    padding: 20px 20px;
    background: #fff;
        -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
 
  .allied-services .col-md-3:hover{
    background-image: linear-gradient( #00000094, #00000094), url('../images/Untitled-2.jpg');
    background-size: cover;
    color: #fff;
        -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .allied-services .col-md-3:hover h4{
    color: #fff;
        -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .allied-services .col-md-3:hover li{
    color: #fff;
        -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .allied-services .col-md-3 .fas{
    font-size: 50px;
    color: #ee9434;
  }
  .allied-services .col-md-3 li{
    color: #000;
  }
.contact{
  background: url('../images/bg-connection.jpg');
  background-size: cover;
  background-position-x: -470px;
  padding: 100px 0px;
}
.contact .row{
  margin-right: 0;
  margin-left: 0px;
}
.contact .col-md-12{
  padding-left: 110px;
}
.contact .col-md-12 .box{
  width: 50%;
}
.contact .col-md-12 h3{
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
}
.contact .col-md-12 h3:after{
  content: '';
  display: block;
  width: 55%;
  height: 1px;
  background: #fff;
  margin-top: 30px;
}
.contact .col-md-12 h4{
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 500;
}
.contact .col-md-12 a{
  color: #fff;
  text-decoration: none;
}
.contact .col-md-12 form{
  text-align: left;
}
input{
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-bottom: 20px;
}
button, html input[type=button], input[type=reset], input[type=submit]{
  color: #000;
  background: #f4ae35;
  padding: 5px 50px;
  margin-top: 20px;
  border: 0;
}
textarea {
    width: 85%;
    margin-top: 20px;
    background: transparent;
    border-radius: 4px;
    height: 85px;
    resize: none;
    outline: none;
    padding-left: 5px;
    color: #fff;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}
  footer{
    padding: 20px 0px 00px;
    background: #000;
  }
  footer .col-md-12 span{
    color: #fff;  
    padding: 10px 15px;
  }
  footer .col-md-4 h5{
    text-align: left;
    color: #fff;
  }
  footer .col-md-4 h5 a{
  color: #fff;
  }
  footer .col-md-4 h5 a:hover{
    color: #4cb950;
    text-decoration: none;
  } 
  footer .col-md-4 img{
    width: 40%;
  }
  footer .col-md-4 .hotline{
    color: #fff;
    font-size: 22px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 2px solid #4cb950;
    transition: 0.5s background;
  }
  footer .col-md-4 .hotline:hover{
    text-decoration: none;
    background: #4cb950;
  }
  footer .col-md-12{
    margin-top: 20px;
    border-top: 2px solid #fff;
  }
  footer .col-md-12 h5{
    color: #fff;
  }
  footer .col-md-12 .col-md-6{
    padding: 10px 0px;
  }
  footer .col-md-12 .col-md-6 .fab{
    font-size: 26px;
    padding: 5px 10px;
    color: #fff;
    transition: 0.5s background;
  }
  footer .col-md-12 .col-md-6 .fab:hover{
    color: #4cb950;
  }
  .text-center{
    text-align: center;
  
  }
  .text-left{
    text-align: left;
  }
  .text-right{
    text-align: right;
  } 

  h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    color: #000;
  }
  p, span{
    font-family: 'Montserrat', sans-serif;
    color: #000;
  }
  li{
    font-family: 'Montserrat', sans-serif;
  }
  a{
    font-family: 'Montserrat', sans-serif;
  }

  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  } 
  @media screen and (max-width: 1100px){
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      background: #fff;
      text-align: center;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px 0px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .jumbotron img{
      width: 55%;
      margin-top: 215px;
      margin-bottom: 0px;
    }
  .service1{
    left: 5%;
    top: 450px;
  }
  .service2{
    left: 5%;
    top: 280px;
  }
  .service3{
    left: 27%;
    top: 125px;
    position: absolute;
  }
  .service4{
    right: 5%;
    top: 280px;
  }
  .service5{
    right: 5%;
    top: 450px;
  }
  .service3 .dialogbox .body{
    max-width: 450px;
  }
  .dialogbox .body {
    max-width: 320px;
  }
  .body .message{
    font-size: 14px;
  }
  .body .message h3{
    font-size: 16px;
  }
  .navbar-header{
    width: 100%;
  }
  .carousel-indicators{
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  .allied-services .col-md-3{
    height: 380px;
  }
  .modal-body{
    height: 500px;
  }
  .team .col-md-2 .modal-body img{
    width: 40%;
  }
  .team .col-md-2 h4 {
    height: 65px;
    display: grid;
    align-content: center;
  }
  }
  @media screen and (max-width: 768px) {
    #navbar{
      padding: 0px 10px;
      height: 80px;
    }
    #navbar #logo2{
      display: block;
    }
    #logo2{
      width: 35%;
    }
    #navbar .navbar-toggle{
      margin-top: 7%;
      margin-bottom: 3%;
    }
    #navbar .navbar-collapse.collapse{
      padding-top: 0px;
    }
    #navbar .navbar-nav{
      background: #fff;
    }
    .dropdown-content{
      position: relative;
    }
    .carousel-indicators{
      width: 100%;
      left: 0%;
      margin-left: 0;
    }
    .carousel-caption{
      right: 5%;
      left: 5%;
    }
    .about .col-md-6 .box{
      height: 400px;
    }
    .about .col-md-12{
      width: 100%;
      float: left;
    }
    .about .col-md-6 .col-md-6{
      width: 50%;
      float: left;
    }
    .about .col-md-6 .col-md-12 img{
      width: 100%;
    }
    .allied-services .col-md-3{
      width: 50%;
      float: left;
    }
    .team .col-md-2{
      float: left;
    }
    .team .col-md-2 h4{
      height: 65px;
      display: grid;
      align-content: center;
    }
    .what-we-do .col-md-4{
      width: 50%;
      float: left;
    }
    .contact {
      background-position-x: -420px;
    }
    .contact .col-md-12{
      padding-left: 50px; 
    }
    .service1{
    left: 2%;
    top: 450px;
  }
  .service2{
    left: 2%;
    top: 280px;
  }
  .service3{
    left: 20%;
    top: 125px;
  }
  .service4{
    right: 2%;
    top: 280px;
  }
  .service5{
    right: 2%;
    top: 450px;
  }
  .service3 .dialogbox .body{
    max-width: 450px;
  }
  .dialogbox .body {
    max-width: 250px;
  }
  .modal-body{
    height: auto;
  }
  .team .col-md-2 .modal-body img{
    width: 40%;
  }
    h1{
      font-size: 28px;
    }
    h2{
      font-size: 24px;
    }
    h3{
      font-size: 20px;
    }
    h4{
      font-size: 16px;
    }
    h5{
      font-size: 12px;
    }
    h6{
      font-size: 10px;
    }
  }
  @media screen and (max-width: 600px) {
    .service3{
      left: 10%;
    }
    .dialogbox .body{
      max-width: 100%;
    }
    .what-we-do .box{
      height: 270px;
    }
    .team .col-md-2{
      width: 100%;
    }
  }
  @media screen and (max-width: 480px) {
    .jumbotron{
      background-size: cover;
      background-position-y: 0px;
      background-position-x: -380px;
      height: 580px;
    }
    .jumbotron .container{
      text-align: center;
    }
    .jumbotron img{
      width: 40%;
      margin-top: 210px;
      margin-bottom: 65px;
    }
    .jumbotron h2{
      font-size: 16px;
    }
    .navbar-default .navbar-brand{
      width: 80%;
    }
    .navbar-brand>img{
      width: 100%;
    }
    
    #logo{
      display: none;
    }
    .team .col-md-2{
      width: 100%;
    }
    .what-we-do .box{
      height: 320px;
    }
    .testimonial .col-md-12 p{
      padding: 0px 15px;
    }
    .testimonial .item{
      height: 300px;
    }
    .carousel-indicators{
      width: 100%;
      left: 0%;
      margin-left: 0px;
    }
    .carousel-caption{
      left: 0%;
      right: 0%;
    }
    .what-we-do .col-md-4{
      width: 100%;
    }
    .carousel-indicators a{
      font-size: 12px;
      line-height: 40px;
    }
    .about .col-md-6 .box{
      padding: 0 20px;
      height: 550px;
    }
    .allied-services{
      padding: 50px 0px;
    }
    .allied-services .col-md-3{
      width: 100%;
    }
    .allied-services .col-md-12 .box{
      height: auto;
      padding: 0;
      display: block;
    }
    .allied-services .col-md-3{
      height: auto;
      margin: 10px 0px;
    }
    .modal-dialog{
      width: 96%;
      margin: 10px 5px;
    }
    .modal-body img{
      margin: 0 10px 10px;
      width: 200px;
    }
    .close{
      font-size: 30px;
    }
    .contact{
      padding: 50px 0px;
    }
    .contact .col-md-12{
      padding-left: 15px;
    }
    .contact .col-md-12 .box{
      width: 100%;
    }
    footer .col-md-12{
      text-align: center;
    }
    footer .col-md-12 span{
      padding: 10px 20px;
    }
    input{
      width: 100%;
      margin: 15px 0px;
    }
    input[type=submit]{
      width: 45%;
    }
    footer .col-md-4 .hotline{
      font-size: 16px;
    }
    footer .col-md-4 h4{
      margin-top: 25px;
    }
    h1{
      font-size: 26px;
    }
    h2{
      font-size: 22px;
    }
    h3{
      font-size: 18px;
    }
    h4{
      font-size: 16px;
    }
    h5{
      font-style: 14px;
    }
    h6{
      font-size: 12px;
    }
  .service1{
    left: 0;
    top: 370px;
  }
  .service2{
    left: 0;
    top: 200px;
  }
  .service3{
    left: 0%;
    top: 95px;
    width: 100%;
  }
  .service4{
    right: 0;
    top: 200px;
  }
  .service5{
    right: 0;
    top: 370px;
  }
  .service3 .dialogbox .body{
    max-width: 100%;
  }
  .dialogbox .body {
    max-width: 120px;
  }
  .body .message{
    font-size: 10px;
  }
  .body .message h3{
    font-size: 14px;
    margin: 5px 0px;
  }
  .navbar-header{
    width: 100%;
  }
  .navbar-default .navbar-brand{
    width: 60%;
  }
  #logo2{
    width: 45%;
  }
  .modal-body{
    height: auto;
  }
  .team .col-md-2 .modal-body img{
    width: 40%;
  }
}
@media screen and (max-width: 320px) {
  .dialogbox .body{
    max-width: 110px;
  }
}
@media screen and (max-width: 250px) {
  #logo2{
    width: 50%;
  }
  #navbar .navbar-toggle{
    margin-top: 10%;
  }
  .body .message h3{
    font-size: 10px;
  }
  .service1{
    top: 260px;
  }
  .service2{
    top: 150px;
  }
  .service3{
    left: 0;
    top: 70px;
  }
  .service4{
    top: 150px;
  }
  .service5{
    top: 320px;
  }
  .jumbotron{
    background-size: 650px;
    background-position-x: -215px;
    background-position-y: 85px;
    height: 440px;
  }
  .jumbotron img{
    margin-top: 0px;
  }
  .dialogbox .body{
    padding: 2px;
    margin: 10px 5px;
    max-width: 80px;
  }
  .body .message h3{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .body .message span{
    font-size: 8px;
  }
  .about .col-md-6 .box{
    height: 670px;
  }
  input[type=submit]{
    width: 50%;
    padding: 5px 25px;
  }
  footer .col-md-12 span{
    padding: 10px 5px;
  }
}
  .cwhite{
    color: #fff !important;
  }

