@charset "utf-8";
@font-face {
    font-family: "Poetsen One";
    src: url("../fonts/PoetsenOne-Regular.ttf");
}

p {
    font-family: 'Raleway';
}

ul,
li {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}

::placeholder {
    color: #121212;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #121212;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #121212;
}

.input-text {
    color: #121212;
    height: 40px;
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto';
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #c9c9c9;
}

.input-textarea {
    color: #121212;
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto';
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #c9c9c9;
}

.input-submit {
    color: #fff;
    font-size: 16px;
    border: 2px solid #79d1ea;
    background: #79d1ea;
    width: 100%;
    padding: 10px 25px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    font-family: 'Roboto';
}

.input-submit:hover {
    color: #fff;
    background: #f46a3c;
    border: 2px solid #f46a3c;
}

.button1 {
    border-radius: 25px;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 2px solid #79d1ea;
    background: #79d1ea;
    padding: 10px 25px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
}

.button1:hover {
    color: #fff;
    background: #f46a3c;
    border: 2px solid #f46a3c;
    border-radius: 25px;
}

.button2 {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 1px solid #6aac2b;
    background: #6aac2b;
    padding: 10px 20px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    margin-left: 100px;
    border-radius: 25px;
}

.button2:hover {
    color: #6aac2b;
    background: transparent;
    border: 1px solid;
    border-radius: 25px;
}




/*Home*/

.one {
    margin: 50px 0;
    width: 100%;
    background-color: #f6f6f5;
}

.one img {
    display: block;
}

.one-text {
    padding: 0 150px 0 50px;
}

.one h2 {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 26px;
    margin: 30px 0;
}

.one h3 {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 20px;
    margin: 30px 0;
}

.one p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
}

.text-img {
    margin: 25px auto !important;
}

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

.two h2 {
    font-family: 'Roboto';
    font-size: 20px;
}

.two p {
    font-family: 'Roboto';
    color: #414141;
}

.two h4 {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
}

.two a {
    text-decoration: none;
    color: #000;
}

.two hr {
    border: 2px solid #eee;
}

.three {
    padding: 50px 0;
}

.three h2 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 30px;
    margin: 25px 0;
}

.three p {
    text-align: center;
    font-family: 'Roboto';
    font-weight: bold;
}

.pa {
    margin: 0;
    padding: 0;
}


/*Home*/

.top-footer {
    padding: 40px 0;
    background: #000;
}

.top-footer p {
    color: #fff;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
}

.top-footer span,
.top-footer a {
    color: #858484;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
}

.top-footer a:hover{
    color: #f7931d;
    transition: all ease-in 0.2s.
}


.top-footer .fa {
    color: #fff;
    font-size: 18px;
}




/* Inner Page */

.page {
    padding: 80px 0;
    background: #fff !important;
    position: relative !important;
}



.page h2 {
    font-size: 22px;
    font-family: 'Roboto';
    color: #f7931d;
}

.page h4 {
    font-size: 25px;
    font-weight: 500;
    font-family: "Roboto";
    margin-bottom: -10px;
    color: #121212;
    margin: 0;
    
}

.page h3 {
    font-size: 25px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #f7931d;
}

.page h3 span {
    font-family: 'Roboto';
    color: #ccc;
    font-size: 14px;
}

.page h5 {
    font-family: 'Roboto';
    color: #f7931d;
    font-size: 16px;
    font-weight: 600;
}

.page p {
    font-family: 'Roboto';
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
}

.page .fa {
    font-size: 8px;
}

.projects {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(0,0,0,0.6);
}

.projects:hover .overlay {
  opacity: 1;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff !important;
}

.text h3{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}

.text p{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px
    color: #fff;
    text-align: center;
}

.reset {
    margin: 0px !important;
    padding: 0px !important
}

.margin-reset {
    margin: 0px !important;
}

.padding-reset {
    padding: 0px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0px solid #FFF !important;
}




/* Coloring */

.black {
    color: #000 !important;
}

.white {
    color: #FFF !important;
}


/* Header */



.header {
    background-size: cover;
    background: rgba(0, 0, 0, 1);
    padding: 10px;


}

.logo {
    z-index: 999;
    position: absolute;
}

.center {
    padding: 5px 0;
}

.header p {
    font-family: 'Roboto';
    color: #494949;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    text-align: right;
}


/* Tap to Call */

.taptocall {
    color: #fff;
    font-size: 14px !important;
    border: 1px solid rgb(255, 255, 255);
    width: 50%;
    margin: 5px auto !important;
    padding: 10px 0px;
}

.taptocall:hover {
    background: #e1dfdf;
    transition: .2s ease-in;
    color: #fff;
}


/* Menu */

:after,
:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* Cool Heading */

.heading {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    text-align: center;
    font-family: "Poetsen One";
    font-weight: bold;
    font-size: 26px;
}


/* Owl Banner CSS */

.owl-theme .owl-controls {
    margin-top: 0px !important;
}

#owl-demo {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #fff;
}

#owl-demo .item img {
    display: block;
    width: 100%;
}

.owl-controls.clickable .owl-buttons div {
    display: none !important;
    border-radius: 0px !important;
    width: 0px !important;
    height: 0px !important;
    line-height: 0px !important;
    text-align: center;
    color: transparent;
    font-size: 0px !important;
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.items {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.owl-pagination {
    position: absolute;
    bottom: 10%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.owl-controls .owl-page span {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.owl-controls .owl-page.active span {
    background: #f7931d !important;
    width: 6px !important;
    height: 6px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .center {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: inherit;
    }
    .page .inner-cont {
        margin-top: inherit;
    }
    .header {
        position: inherit !important;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        top: inherit;
        padding: 10px 0px;
    }
    .one-text {
        padding: 0 !important;
    }
    .two,
    .three {
        text-align: center;
    }
    .affix {
        position: inherit;
    }
    .owl-controls {
        display: none !important;
    }
    .testimonials-content img {
        margin: 0 auto;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px;
    }
    .dropdown-menu>li>a {
        color: #121212;
    }
}

@media only screen and (max-width: 480px) {
    .owl-controls {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) {
    .owl-controls {
        display: none !important;
    }
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .one h2 {
        font-family: 'Roboto';
        font-weight: 600;
        font-size: 26px;
        margin: 10px 0;
    }
    .one h3 {
        font-family: 'Roboto';
        font-weight: 600;
        font-size: 20px;
        margin: 10px 0;
    }
    .one p {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 15px;
        text-align: justify;
    }
    .text-img {
        display: none !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .text-img2 {
        margin-top: 40px !important;
    }
    .one-text {
        padding: 0 !important;
    }
}