/* ----- Universal Selector ----- */

* {

    font-family: Quicksand, sans-serif;
}


.fadeInBlock {
    opacity: 0;
}



/* ----- NAVIGATION BAR ----- */

/* TARGETING BOTH */

.nav > li > a {
    -webkit-transition: 1s;
}

.icon-bar {
    background-color: #fff;
}

/* NO SCROLL */

#my-navbar {
    position: absolute;
    width: 100%;
}

.navbar-left img {
    position: absolute;
    width: 240px;
    margin-top: 10px;
    margin-left: 10px;
}

.noscroll-nav {
    margin-top: 30px;
    margin-right: 30px;
}

.noscroll-img {
    margin-top: 30px;
    margin-left: 30px;
}

.noscroll-nav li a {
    border-radius: 10px;
    margin-right: 10px;
    color: #fff;
}

.noscroll-nav > li > a:hover {
    border-radius: 10px !important;
    background-color: rgba(39, 113, 232, 0.8)!important;
}


/* SCROLL BAR */


.scrollbar {
  display: none;
  position: fixed;
    z-index: 9999;
    width: 100%;
    height: 50px;
    background-color: rgba(28, 26, 26, 0.93);
    box-shadow: 0px 2px 20px black;
    border-radius: 0px;
}

.caret {
    border-width: 6px;
    transition: .5s;
}

.caret:hover {
    color: dodgerblue;
    transition: .5s;
}

.comment_col {
  position: absolute;
  margin-left: 76%;
}

.jump_to_top_col {
  position: absolute;
  margin-left: 82%;
}

.contact-form-comment {
    color: #fff !important;
    margin-top: 2px;
    z-index: 2000;
    transition: .3s;
}

.contact-form-comment:hover {
    transition: .3s;
    color: dodgerblue !important;
}

.btn-scroll-bar {
    background-color: transparent;
    margin-top: 7px;

}

.btn:focus,.btn:active {
   outline: none !important;
}

.btn-scroll-bar span {
    color: #fff;
}

.dropdown-menu {
    background-color: #262626;
    margin-top: 7px;
    border-radius: 0;
}

.dropdown-menu li a {
    color: #fff !important
}

.dropdown-menu li a:hover {
   color: #262626 !important;
}

.angle-up {
    color: #fff;
    margin-top: 2px;
    transition: .3s;
}

.angle-up:hover {
    transition: .3s;
    color: dodgerblue;
}

.scroll-nav-left img {
    width: 100px;
    margin-top: 10px;
}


.contact-us a:focus {
  outline: none !important;
  background-color: transparent !important;
}


/* ----- Contact Us Modal Styling ----- */

.modal-content {
    margin-top: 60px;
    background-color: rgba(28, 26, 26, 0.87);
    border-radius: 30px;
    border: 2px solid lightgrey;
}

.modal-header img {
    width: 200px;
    padding-top: 20px;
}

.head-top {
    height: 80px;

}

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

.modal-header {
    border-style: none;
}

.modal-header h4 {
    text-align: center;
}

.text-under {
    text-align: center;
    font-size: 16px;
}

button[class=close] {
  color: #fff !important;
}

label, .text-under, .modal-title {
    color:#fff;
}
input[type=text] {
  border: none;
  border-radius: 10px;
  width: 150%;
  height: 30px;
  margin-top: 5px;
  text-indent: 15px;
}

input[type=text]:focus {
  outline: none;
}

textarea {
  border: none;
  border-radius: 10px;
  width: 150%;
  height: 100px;
  margin-top: 5px;
  text-indent: 15px;
  padding-top: 5px;
}

textarea:focus {
  outline: none !important;
}

input[type=submit] {
  color: #fff;
  background-color: #51af3b;
  border: none;
  border-radius: 5px;
  width: 50%;
  height: 30px;
  transition: .5s;
}

input[type=submit]:hover {
  cursor: pointer;
  background-color: #306823;
  transition: .5s;
}

input[type=reset] {
  color: #fff;
  background-color: #8e0000;
  border: none;
  border-radius: 5px;
  width: 30%;
  height: 30px;
  transition: .5s;
}

input[type=reset]:hover {
  cursor: pointer;
  background-color: #590000;
  transition: .5s;
}

.submit_reset {
  margin-right: 6%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.profile-section {
  padding-top: 10px;
  padding-bottom: 20px;
}

.profile-pic {
    width: 200px;
    margin-top: 20px;
    border-radius: 30px;
    border: 2px solid #fff;
  /*  box-shadow: 3px 3px 10px black */
}

.profile-section button {
  margin-top: 20px;
  border: 2px solid #fff;
  outline: none !important;
  width: 80%;
  height: 40px;
  background-color: #112544;
  border-radius: 10px;
  font-size: 20px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  transition: .7s;
}

.profile-section button:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
  box-shadow: 1px 1px 10px #fff;
  transition: .7s;
}

.profile-section button a {
  text-decoration: none !important;
  color: #fff !important;
}
.profile-section h4 {
  padding: 20px;
  line-height: 2em;
}

.contact_details {
  padding-top: 20px;
}

/* ----- FADING IMG SLIDESHOW ----- */

.item img {
    width: 100%;
    filter: brightness(50%);
}

.carousel-caption {
    top: 60%;
    transform: translateY(-50%);
}
/* Carousel Fading slide */
.carousel-fade .carousel-inner {
    background: #000;
}

.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  }


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
}


/* ----- END slideshow ----- */


/* ----- Top text ----- */


.text-above p {
    font-size: 24px;
    padding: 100px;
    line-height: 2;
}

.title-text p {
    font-size: 20px;
}

.fa-image-section {
   color: #fff;
    font-size: 150px;
}

/* ----- Four images ----- */


.top-left-image {
    background-image: url('homeimage1.jpeg');
    background-size: cover;
    background-repeat: no-repeat;

}

.sub-text p {
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;

}

.top-right-image {
    background-image: url('homeimage2.jpeg');
    background-size: cover;

    background-repeat: no-repeat;
    height: 500px;

}

.bottom-left-image {
    background-image: url('homeimage3.jpeg');
    background-size: cover;

    background-repeat: no-repeat;

}

.bottom-right-image {
    background-image: url('homeimage4.jpeg');
    background-size: cover;

    background-repeat: no-repeat;

}

.images {

    height: 450px;
}

.top-left-icon, .top-right-icon, .bottom-left-icon, .bottom-right-icon {
    padding-top: 100px;
    padding-bottom: 50px;
}

.top-left-title, .top-right-title, .bottom-left-title, .bottom-right-title {
    color: #fff;
    font-size: 24px;

}


/* ----- Text Below ----- */

.text-below p {
    font-size: 24px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 100px;
    line-height: 2;
}

.fa-code-fork {
    margin-top: 70px;
    font-size: 150px;
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 1s;
}

.fa-code-fork:hover {
    transition: 1s;
    color: #2b65c4;
}

.arrow-to-tick {
    margin-top: 100px;
    font-size: 100px;
}

.arrow-to-tick:hover {
    transition: 1s;
    color: green;
}





/* -- NEW BOOTSTRAP FOOTER -- */

.footer-distributed {
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	padding: 45px 50px;

}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;

	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

.footer-links a {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}

.footer-links a:hover {
    color: #47b8ff;
    transition: .5s;
    -webkit-transition: .5s;
}

.footer-right a{
    transition: 1s;
    -webkit-transition: 1s;
}

.footer-right a:hover {
    background-color: #0048bc;
    transition: 1s;
    -webkit-transition: 1s;
}



/* ---------------------- MEDIA QUERIES ---------------------- */



/* ---------- BOOTSTRAP BREAKPOINTS ---------- */


@media (min-width: 768px) and (max-width: 900px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block!important;
    }
    .navbar-header {
        float:none;
    }
}

@media (max-width: 900px) {
    .carousel-caption {
        margin-top: -50px;
    }
}

@media (max-width: 620px) {


    .carousel-caption {
        margin-top: -30px;
    }

    .carousel-caption h1 {
        font-size: 26px;
    }

}

@media (max-width: 768px) {
    #navbar-collapse {
        background: -webkit-linear-gradient(top, rgba(10,10,10,0.5), #292c2f); /* For Safari 5.1 to 6.0 */
        background-color: ;
    }
}

@media (max-width: 450px) {
    .carousel-caption {
        display: none;
    }

    .slide-caption-fade {
        display: none;
    }

    .noscroll-img img {
        margin-top: 60px;
        margin-left: 12%;
    }

    .text-above p {
        font-size: 20px;
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 50px;
    }

    .text-below p {
      font-size: 20px;
    }

    .footer-links a {
      font-size: 14px;
    }


}



/* ---------- LAPTOP M ---------- */


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

     #expertise-heading {
        margin-top: -50px;
        }

}

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

    .imageSlideshow h2 {
        font-size: 24px;
        }

}

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

        /*
        .footer ul {
        margin-left: 15%;
        }
        */

}


/* ---------- TABLETS ---------- */


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

    #services-drop-down {
        display: inline-block;
        margin-top: 40px;
        border-radius: 10px;
        height: 40px;
        width: 50%;
        float: right;
        background: url('arrow-down.png') no-repeat 90% center;
        background-size: 15px;
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        cursor: pointer;
        opacity: 0.8;
        -o-transition:.5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition:.5s;
        transition: .5s;
        z-index: 5;
        }


    #services-drop-down p {
        display: block;
        text-align: center;
        color: white;
        padding-top: 2.3%;
        }


    .nav-bar {
        position: relative;
        min-height: 100px;
        z-index: 4;
        }


    .nav-bar ul {
        margin-right: 4%;
        }


    .nav-bar li {
        width: 90%;
        display: none;
        margin: 1px;
        }


    .nav-bar li.open{
        position: absolute
        width: 45%;
        display: block;
        margin: 1px;
        text-align: right;
        opacity: 0.9;
        }


    #contact {

        background-color: lightgrey;
        color:  #316ece;
        }


    #hover {
        background-color: lightgray;
        color:  #316ece;
        }


    #hover:hover {
        background-color: #316ece;
        color: #fff;
        }


    #contact:hover {
        background-color: dimgray;
        color: #fff;
        }

    .main-logo img {
        width: 200px;
    }

    #footer-drop-down {
        position: relative;
        display: inline-block;
        border-radius: 10px;
        height: 35px;
        width: 70%;
        margin-left: 25%;
        top: -20px;
        background: url('arrow-down.png') no-repeat 90% center;
        background-size: 15px;
        background-color: dimgrey;
        cursor: pointer;
         -o-transition:.75s;
        -ms-transition: .75s;
        -moz-transition: .75s;
        -webkit-transition:.75s;
        transition: .75s;
        }


    #footer-drop-down p{
        color: #fff;
        margin-top: 7px;
        margin-left: 30px;
         -o-transition:.5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition:.5s;
        transition: .5s;
        cursor: pointer;
        height: 10;
        }


    #footer-drop-down:hover {
        background-color: lightgray;
        -o-transition:.75s;
        -ms-transition: .75s;
        -moz-transition: .75s;
        -webkit-transition:.75s;
        transition: .75s;
        }

    /*
    #hover:hover {
        color: dimgrey;
        -o-transition:.5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition:.5s;
        transition: .5s;
        }

    */

    .footer ul {
        position: relative;
        padding: 0;
        top: -135%
        }


    .footer li {
        display: none;
        position: relative;
        border-radius: 5px;
        left: 26%;
        width: 100%;
        background-color: lightgray;
        text-align: right;
        color: dimgrey;
        }

    .footer li.open {
        width: 90%;
        display: block;
        margin: 1.5px;
        }


}

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

    #expertise-heading {
        margin-top: -50px;
        }

    .imageSlideshow h2 {
        font-size: 20px;
        }
    #footer-drop-down {
        top: 20px;
        width: 80%;
        margin-left: 10%;
    }

    .footer-logo {
        display: none;
    }

    .footer {
        height: 80px;
    }

    .comment_col {
      margin-left: 70%;
    }

    .jump_to_top_col {
      margin-left: 79%;
    }

}

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

    .imageSlideshow h2 {
    font-size: 18px;
    }

     #contact-li {
     width: 50%;
     margin-left: 25%;
     }
}

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

    .text-box {
    height: 400px;
    }

    .imageSlideshow h2 {
    font-size: 15px;
    }


}

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



    #services-drop-down {
        margin-top: 4%;
        margin-right: 4%;
    }

     .nav-bar li.open{
        width: 60%;
         margin-top: 0.1%;
         margin-right: 4%;
        text-align: right;
        opacity: 0.97;

        }


    header ul {
        width: 100%;
        padding: 0;
    }

    #four-images li {
        width: 100%;

    }

    #overlay-images li {
    width: 100%;

}

    .main-logo img {
        width: 150px;
        margin-top: -15px
    }

    .text-box-two {

    margin-top: 265%;
    }

    h3[class="top-left"] {
      top: 18%;
      left: 25%;
    }

    h3[class="top-right"] {
        top: 42%;
        left: 25%;
    }

    h3[class="bottom-left"] {
        top: 65%;
        left: 25%;
    }

    h3[class="bottom-right"] {
        top: 92%;
        left: 25%;
    }

    .comment_col {
      margin-left: 65%;
    }

    .jump_to_top_col {
      margin-left: 78%;
    }



}


/* ---------- MOBILE M ---------- */

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

    #contact-li {
        width: 60%;
    }

    #footer-drop-down {

        width: 80%;
        margin-left: 10%;
    }

    .footer-logo {
        display: none;
    }

    .footer {
        height: 80px;
    }
}

@media screen and (max-width: 500px) {
  .comment_col {
    margin-left: 60%;
  }

}

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

    .imageSlideshow h2 {
    font-size: 10px;
    }

    #p-text {
    font-size: 10px;
    }

}

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

  .profile-section button {
    margin-top: 0px;
  }

  .head-top {
    height: 60px;
  }

  .contact_details {
    padding-top: 0px;
  }

  .top-left-icon, .top-right-icon, .bottom-left-icon, .bottom-right-icon {
    padding-top: 50px;
  }



    .imageSlideshow h2 {
        display: none;
    }

    #services-drop-down {
        width: 92%;
        margin-top: 30%;
    }

    .nav-bar li.open {
        width: 79%;
    }


    .main-logo img {
        width: 230px;
        margin-left:  16%;
    }

    .imageSlideshow img {
        width: 110%;
    }

    .overlay h3 {

        font-size: 13px;
    }

    #expertise-heading {

        font-size: 15px;
        margin-top:;
    }

    #p-text {
        font-size: 14px;
        margin-top: -20%;
    }

    .text-box-two {
        height: 400px ;
    }

    .text-box-two li {
        margin-left: -30%;
        width: 160%;
        font-size: 15px;
    }

    #contact-li {
        width: 170%;
        margin-left: -35%;
    }


    .footer-logo {
        display: none;
    }

    .footer {
        height: 80px;
    }
}


/* ---------- MOBILE S ---------- */

@media screen and (max-width: 362px) {
  .angle-up i {
    margin-left: 40px;
  }


}
