@charset "utf-8";

/* CSS Document */


/* YOUR CUSTOM STYLES */

body {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}


/* Standard Styles Starts */

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

a:hover,
a:focus {
    color: #9d0000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

hr {
    width: 100%;
    background: #dedede;
    height: 1px;
    border: 0px;
    float: left;
}

h1 {
    font-size: 36px;
    color: #000000;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}

h4 {
    font-size: 14px;
    color: #000000;
    line-height: 26px;
    font-weight: 400;
}

h5 {
    font-size: 13px;
    color: #000000;
    line-height: 26px;
}

h6 {
    font-size: 12px;
    color: #000000;
    line-height: 22px;
}

b {
    font-weight: 600;
}


/* Placeholder Color */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #acacac;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #acacac;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #acacac;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #acacac;
}


/* SCROLL */

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #da4936;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #000;
}

.prime-color {
    color: #9d0000;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search-md],
textarea.materialize-textarea {
    font-size: 12px;
}


/* Top Info */

#top-info {
    background: rgb(0, 0, 0);
}

#top-info h6 {
    color: #ffffff;
}

.fa-facebook-square {
    font-size: 20px;
    color: #3B5998;
    
}

.fa-youtube {
    background: #bb0000;
    color: white;
  }

.fa-youtube-play {
    font-size: 20px;
    color: #dddddd;
}

.fa-facebook-square:hover {
    color: #ffcc29;
}

.fa-instagram {
    font-size: 20px;
    color: #125688;
}

.fa-instagram:hover {
    color: #ffcc29;
}

.fa-linkedin-square {
    font-size: 18px;
    color: #dddddd;
}

.fa-linkedin-square:hover {
    color: #ffcc29;
}

.fa-twitter-square {
    font-size: 18px;
    color: #dddddd;
}

.fa-twitter-square:hover {
    color: #ffcc29;
}

.fa-google-plus-square {
    font-size: 18px;
    color: #dddddd;
}

.fa-google-plus-square:hover {
    color: #ffcc29;
}


/* Navigation */

#header {
    padding: 25px;
}

.default-color {
    background: #2957a4 !important;
}

.navbar {
    margin-bottom: 0px;
}

.navbar .navbar-nav>li>a {
    padding: 15px 20px;
    font-size: 14px;
    color: #FFF;
}

.active {}

.active2 {
    background: #ffcc29;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus {
    color: #fff;
    font-weight: 600;
}

.dropdown-menu li>a,
.dropdown-menu li>span {
    font-size: 14px;
    padding: 6px 14px;
}

.dropdown-menu li>a,
.dropdown-menu li>span {
    color: #2957a4;
    font-weight: 600;
}

.fa-phone {
    color: #ffffff;
}

.fa-clock-o {
    color: #ffcc29;
}

.carousel .carousel-indicators .active {
    height: 16px;
    width: 16px;
}

.carousel-control .fa {
    font-size: 36px;
    top: 30%;
    left: 18%;
}


/* Banner */

#banner {
    padding-bottom: 30px;
}


/* Welcome */

#welcome {
    padding-bottom: 30px;
}

.btn-default {
    background: #2957a4;
    margin-left: 0px;
    text-transform: none;
    border-left: solid 6px #ffcc29;
    box-shadow: none;
    border-radius: 0px;
}

.btn-default:hover {
    color: #fff !important;
    background-color: #333!important;
    box-shadow: none;
    border-left: solid 6px #ffcc29;
}

.btn-default:focus {
    color: #fff !important;
    background-color: #333!important;
    box-shadow: none;
    border-left: solid 6px #ffcc29;
}

.btn-primary {
    background: #2957a4;
    margin-left: 0px;
    text-transform: none;
    box-shadow: none;
    border-radius: 0px;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #333!important;
    box-shadow: none;
}

.btn-primary:focus {
    color: #fff !important;
    background-color: #333!important;
    box-shadow: none;
}


/* Services */

#services {
    padding: 40px;
}

#services h3 {
    padding-bottom: 8px;
}

.thumbnail {
    margin-bottom: 0px !important;
}


/* Projects */

#projects {
    padding: 40px;
    background: url(../img/point.jpg);
}

.info h3 {
    padding-top: 10px;
}


/* Banner Text */

#banner-txt {
    padding: 0px;
    background: url(../img/banner-txt.jpg) center;
    min-height: 230px;
}

#banner-txt h2 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding-top: 25px;
}

#banner-txt h3 {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    line-height: 40px;
    padding-top: 5px;
}


/* Our Clients */

#footer {
    padding: 40px;
    background: url(../img/footer-bg.jpg) center top no-repeat;
    background-size: cover;
}

#footer h5 {
    line-height: 20px;
}

#footer ul li a {
    line-height: 28px;
    color: #efefef;
}

#footer ul li a:hover {
    line-height: 28px;
    color: #ffd800;
}

.copy {
    font-size: 12px;
    color: #efefef;
}

.copy a {
    color: #efefef;
}

.copy a:hover {
    color: #ffd800;
}


/* Top Inner */

#top-inner {
    background: #efefef;
    min-height: 140px;
    padding: 20px;
    border-bottom: solid 1px #dfdfdf;
}

.box {
    width: 100%;
    background: #000;
    padding: 8px;
    border: solid 2px #ffcc29;
}

@media (min-width: 1200px) {
    /* Banner Text */
    #banner-txt {
        padding: 0px;
        background: url(../img/banner-txt.jpg) center;
        min-height: 430px;
    }
    #banner-txt h2 {
        color: #fff;
        font-size: 26px;
        text-align: center;
        line-height: 30px;
        padding-top: 60px;
    }
    #banner-txt h3 {
        color: #fff;
        font-size: 18px;
        text-align: center;
        font-style: italic;
        line-height: 60px;
        padding-top: 30px;
    }
    .box {
        width: 100%;
        background: #000;
        padding: 10px;
        border: solid 2px #ffcc29;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.sticky-slider {
    border: none;
    background-color: #ffcc29;
    z-index: 10000;
    padding: 0.75rem 2rem;
    margin: 1rem 0;
    right: 1rem;
    width: 170px;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff !important;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
    position: fixed;
    right: -4.5em;
    top: 45%;
    -webkit-transform: rotate( -90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate( -90deg);
    -o-ransform: rotate(-90deg);
    -moz-ransform: rotate(-90deg);
    bottom: 20px;
    transition: background 0.25s;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.75;
}

@import "https://fonts.googleapis.com/css?family=Raleway";
* {
    box-sizing: border-box;
}

h1 {
    margin: 0;
}

#contact {
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    cursor: pointer;
}

#contact:hover {
    background: #2957a4;
    color: #ffffff!important;
}

#contact:active {
    background: #2957a4;
    color: #ffffff!important;
}

#contactForm {
    display: none;
    border: 6px solid salmon;
    padding: 2em;
    width: auto;
    max-height: 90%;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    filter: none;
}

@media (max-width:768px) {
    #contactForm {
        width: 70%;
        filter: none;
    }
}

input,
textarea {
    margin: 0.8em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    display: block;
    width: 280px;
    padding: 0.4em;
}

textarea {
    height: 80px;
    resize: none;
}

.formBtn {
    width: 140px;
    display: inline-block;
    background: teal;
    color: #fff;
    font-weight: 100;
    font-size: 1.2em;
    border: none;
    height: 30px;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}



/* WhatsApp Button */

.whatsApp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-whatsApp{
    margin-top:16px;
}


/* Call Button */

.callButton{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-callButton{
    margin-top:16px;
}



@import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}



.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 35px 25px;
  z-index:100;
}
.floating-container:hover {
  height: 220px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #29a71a;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
  
  box-shadow: 0 20px 20px -10px ;
}
.floating-container .float-element:nth-child(2) {
  background: #4CAF50;
  box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}
.floating-container .float-element:nth-child(3) {
  background: #FF9800;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}








