/* ========= Enter Your CSS ========== */
@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');

.call-btn.btn {
    background: #005aac;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 20px;
    text-shadow: 0px 0px 8px #101f3c85;
}
.call-btn.btn i{
    margin-right: 9px
}
.logo {
    height: 50px;
    position: relative;
    width: auto;
    z-index: 99999;
    margin: 0px;
}

.logo-2 {
    width: auto;
    height: 55px;
    float: left;
}

h3.logo-name a {
    color: #005aac;
}

.logo-name {
    font-size: 32px;
    text-transform: uppercase;
    float: left;
    margin: 22px 0px 0px;
}

figure.portfolio-image {
    height: 155px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #f3f2f2;
}
.title-box .main-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #313131;
    font-weight: 600;
    margin: 10px 0;
}

.widget.footer-widget.text-center p {
    font-size: 14px;
}
.widget.footer-widget.text-center p:last-child {
    margin: 0;
}

textarea{
    min-height: 100px;
    padding: 7px 20px;
}

.banner-img img{
    width: 100%;
}

.p-0 {
    padding: 0px !important;
}
p,li,b{
    font-family: 'Roboto', sans-serif !important;
}




.flash-button{
    padding:5px 10px;
    color:#fff;
    border:none;
    border-radius:5px;
    
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    //Firefox 1+
    -webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    //Safari 3-4
    -moz-animation-name: flash;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

@keyframes flash {

 0% { opacity: 1.0;
    background:#4db848;
}
50% { opacity: 1.0;
    background:#005aac; 
}
100% { opacity: 1.0;
    background:#4db848; 
}

}

//Firefox 1+
@-webkit-keyframes flash {  
    0% { opacity: 1.0;
    background:orange;
}
50% { opacity: 1.0;
    background:red; 
}
100% { opacity: 1.0;
    background:orange; 
} 
}

//Safari 3-4
@-moz-keyframes flash {  
   0% { opacity: 1.0;
    background:orange;
}
50% { opacity: 1.0;
    background:red; 
}
100% { opacity: 1.0;
    background:orange; 
}
}

th.th-1 {
    width: 70%;
}

table.table.table-style thead {
    background: #005aac;
    color: #fff;
    border: none !important;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
}

table.table.table-style {
    border: 1px solid #ddd;
    border-radius: 6px !important;
    box-shadow: 0px 4px 10px -6px #00000075;
    overflow: hidden;
    background: #fff;
}
td.p-small {
    font-size: 13px;
}

tr.thead-light {
    background: #d2d2d236;
    color: #005aac;
}

.g-map iframe {
    width: 100%;
    height: 300px;
}
.bg-white {
    padding: 40px 0px;
    background: #fff;
}
.bg-grey {
    padding: 40px 0px;
    background: #f7f7f7;
}

ul.list-style-main {
    padding: 0px;
    margin: 0px
}

ul.list-style-main li {
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 10px;
    /* box-shadow: 0px 3px 6px -3px #0000; */
    list-style: none;
    border-radius: 4px;
    /* background: #fff; */
    font-size: 14px;
    /* margin-bottom: 6px; */
}

.list-style li:last-child{
    border-bottom:0px;
    margin-bottom: 0px !important
}
img.logo-banner {
    width: auto;
    height: 40px;
}

ul.list-style-main li:before {
    content: '✔';
    margin-right: 8px;
    color: #005aac;
}

.section-content h4 {
    margin: 10px 0px 4px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    color: #313131;
}
#carousel-example-generic-sky {
    height: 277px;
    overflow: hidden;
}
ul.list-style {
    padding: 0px;
}

ul.list-style li {
    border-bottom: 1px solid #d2d2d2;
    padding: 7px 3px;
    list-style: none;
    border-radius: 4px;
    font-size: 14px;
}
ul.list-style li:before {
    content: '✔';
    margin-right: 8px;
    color: #005aac;
}

img{
    width: 100%
}

a:hover{
    text-decoration:none; 
}

.sky-walk p {
    font-size: 14px;
    text-align: justify;
}
.section-title.mb-20 {
    text-align: center;
}

.margin-top-15 {
    margin-top: 15px;
}

img.footer-logo-2 {
    /* height: 33px; */
    width: 90px !important;
    margin-left: 13px;
    border-left: 1px solid #d2d2d2;
    padding-left: 13px;
    margin-top: 23px;
}

.footer-logo {
    margin-bottom: 6px;
}
.table td, .table th {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding: 12px;
    padding-left: 22px;
}


@media screen and (max-width: 768px){
    .nav-bar {
    display: none;
}
    a.inquire-btn { 
    display: block !important;
}
    .form-query {
    display: none;
}
    .why-us-style {
    margin-bottom: 15px;
}
.logo {
    height: 40px !important;
}
    .tab button {
    height: 68px;
    margin: 0px !important;
    line-height: 18px;
    font-size: 14px !important;
    width: 33.3%
}
.tabcontent {
    margin-bottom: 10px;
}
#carousel-example-generic-sky {
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}


.modal-dialog .inquiry-modal {
    padding: 17px;
    text-align: center;
}

.inquiry-form {
    display: none;
    background: #015bab;
    padding: 20px 35px;
    z-index: 1;
    box-shadow: none;
    border-top: none;
    position: relative;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 3px;
    margin: 0px;
    text-align: center;
}


.bg-white,.bg-grey {
    padding: 20px 0px;
}

.section-content h4 {
    font-size: 22px;
}
.call-to-action-area .button-white.pull-right {
    float: none !important;
    width: 100% !important;
    margin: 0px 0px 15px !important;
    display: block;
}
th.th-1 {
    width: 55%;
}
.about-build p {
     
    font-size: 14px !important;
}
table.table.table-style thead {
    font-size: 14px;
    border: none !important;
}
.contact-info {
    padding: 30px 0px !important;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
}
.display-none-responsive{
    display: none !important;
}
.display-block-responsive{
    display: block !important;
}

}


.display-none-responsive{
    display: block;
}

.display-block-responsive{
    display: none;
}

figure.portfolio-image img {
    height: 100%;
}


h3.card-title {
    color: #005aac;
    
}

p.card-text {
    font-size: 14px;
    line-height: 21px;
}
.card .carousel {
    height: 195px !important;
    overflow: hidden;
    margin-bottom: 10px;
}
.logo-img2 {
    width: 100px;
    margin-top: 5px;
    padding-bottom: 0px;
    margin-left: 10px;
}
.card-body h5.head {
    padding: 10px 0px 8px;
    font-size: 18px;
    margin: 0px;
    text-transform: uppercase;
    color: #00539e;
}
.card-body ul {
    padding: 0;
}
.p1 {
    font-size: 13px;
    line-height: 21px;
}
.p1 {
    text-align: justify;
    height: 190px;
    /* width: 350px; */
    overflow: auto;
    color: #313131;
    padding: 10px;
}

.area-cover-m3m h3 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 10px 0px 3px;
    color: #005aab;
}
.card-body .btn {
    margin: 0px !important;
    width: 100%;
}
.img-card {
    
    overflow: hidden;
}
.img-card img{
    height: 100%
}
a.btn.btn-primary {
    margin: 10px auto;
}
.area-cover-m3m h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0px 3px;
}
.card-body .btn {
    margin: 0px !important;
}
.card {
    text-align: left;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    height: auto;
     border-radius: 4px;
    margin-bottom: 0;
    padding: 10px;
}
.area-cover-m3m ul{
    padding: 0px
}

.area-cover-m3m ul li {
    font-size: 14px;
     text-align: left;
    border-bottom: 1px solid #e8e8e8;
    list-style: none;
    padding: 2px 0;
    margin-bottom: 0px;
}
section.bg-gray {
    background-color: #f7f7f7;
}


h5.head {
    padding: 5px;
}



.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}


.modal-dialog .inquiry-form {
    width: 100%;
}

.item ol.carousel-indicators {
    display: none !important;
}

/*
button.owl-prev {
    background: #005aac !important;
    font-size: 30px !important;
    width: 25px;
    height: 50px;

}

button.owl-next {
    background: #005aac !important;
    font-size: 30px !important;
     width: 25px;
     height: 50px;
}*/



section.bg-grey button.owl-prev {
    /* background-color: #005aac !important; */
    font-size: 42px !important;
    color: #005aac !important
}


section.bg-grey button.owl-prev:hover{
        color: #4cb748 !important;
}

section.bg-grey button.owl-next{
    font-size: 42px !important;
    margin-left: 20px;
    color: #005aac !important;
}


section.bg-grey button.owl-next:hover{
    color: #4cb748 !important;
}


.card-body ul li i {
    font-size: 12px;
    color: #005aac;
    margin-right: 4px;
}

/* Style the tab */
.tab {
    margin-top: 10px;
    overflow: hidden;
    border: none;
    /* background: #66b7ff; */
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: 1px solid #ececec;
    border-bottom: 0px;
    /* border: none; */
    margin-bottom: 0px !important;
    font-weight: 600;
    margin-right: 10px;
    outline: none;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    color: #313131;
    background: #f7f7f7;
    padding: 5px 16px;
    transition: 0.3s;
    font-size: 16px;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #005aab;
    color: #fff
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #005aab;
    color: #ffffff;
    font-weight: 600;
}
/* Style the tab content */
.tabcontent {
    display: none;
    background: #f7f7f7;
    padding: 10px;
    box-shadow: 0px 1px 8px -6px #000;
    border: none;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    border-radius: 0px 4px 4px 4px;
}

/************************************************************/


#exTab3 .tab-content {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 1px 8px -6px #000;
    border: none;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    border-radius: 0px 4px 4px 4px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
    float: left;
    border: 1px solid #ececec;
    border-bottom: 0px;
    /* border: none; */
    margin-bottom: 0px !important;
    font-weight: 600;
    outline: none;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    color: #313131;
    background: #f7f7f7;
    padding: 5px 16px;
    transition: 0.3s;
    font-size: 16px;
    width: 100%;
}
#exTab3 .nav-pills li{
    width: 50%;
    margin: 0px;
    text-align: center;
    display: block;
    float: left;
}
ul.nav.nav-pills li.active a {
    background: #8f0d00 !important;
    color: #FFF !important;
}


#exTab3 {
    margin: 14px 0px 0px;
}

.topnav {
  overflow: hidden;
  /* background-color: #333; */
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.topnav a:hover {
    /* background-color: #ddd; */
    color: #005aab;
}

.topnav a.active {
  /* background-color: #4CAF50; */
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



.site-logo:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 290px;
    height: 100%;
    background: #ffffff;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
}

.form-query {
    width: 100%;
    background: #045cac;
    padding: 9px 30px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.col-bottom {
    width: 20%;
    float: left;
    padding: 0px 7px;
}

.col-bottom input {
    margin: 0px;
}

.col-bottom button {
    display: block;
    width: 100%;
    /* height: 40px; */
    padding: 6px 0px !important;
    color: #fff;
}

section.bg-dark {
    background: #272727;
    padding: 40px 0px;
}

.about-build p {
    text-align: justify;
    color: #fff;
    font-size: 13px;
}

section.bg-dark h2 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}

section.bg-dark input,section.bg-dark select {
    width: 100%;
    border-radius: 3px;
    height: 40px;
}

button.btn.theme-btn.btn-style-one {
    background: #4db848;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    padding: 0px 20px;
}

.footer-bottom-text p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 22px;
    text-align: center;
}

.footer-bottom-text {
    border-top: 1px solid #585858;
    padding: 10px 0px 40px;
    margin-top: 11px;
}

.why-us-style img {
    height: 60px;
    width: auto;
}
.why-us-style {
    padding: 15px 0px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px -6px #000;
    text-align: center;
}
.why-us-style p{
    color: #333;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px !important;
    margin: 10px 0px 0px;
}

a.inquire-btn {
    background: #4db848;
    width: 100%;
    display: none;
    bottom: 0;
    position: fixed;
    border: none;
    z-index: 9999;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    font-size: 19px;
}
.contact-form select {
    margin-bottom: 15px;
}

.modal .inquiry-form {
    background: #f1f1f1;
}

h3.main-title {
    
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 25px;
    color: #333;
    
}

#myModal2 .modal-dialog {
    margin: 35% 20px;
}

.col-bottom input {
    height: 37px;
}

.col-bottom button {
    height: 37px;
    padding: 0 !important;
}
.area-cover-m3m ul li:last-child{
    border-bottom:0px !important;
}
.area-cover-m3m ul li b {
    font-weight: 600;
    color: #000;
}

.area-cover-m3m ul li i {
    color: #4db848;
    margin-right: 3px;
}
.area-cover-m3m{
    min-height:180px;
}
section.banner-main {
    position: relative;
    overflow: hidden;
}
.inquiry-form {
    background: rgb(154 0 0 / 60%);
    padding: 20px;
    z-index: 1;
    box-shadow: 0px 0px 16px -5px #000000;
    position: absolute;
    /* border: 1px solid #505349; */
    border-radius: 3px;
    margin: 96px 55px 0px;
    text-align: center;
}
.p-font{
    font-family: 'Montserrat', sans-serif !important
}
#Projects .owl-nav{
    width: 100%;
    top: 40%;
    position: absolute;
}

#Projects .owl-nav .owl-next{
    position: absolute;
    right: -25px;
    font-size: 50px !important;
}

#Projects .owl-nav .owl-prev{
    position: absolute;
    left: -25px;
    font-size: 50px !important;
}


#Projects .owl-dots {
    display: none;
}

 
.info-box p {
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}

.button-green {
    background: #4db848;
    border: none;
    letter-spacing: 1px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
}

.whatsapp-fix:hover{
    background: #fff
}

.head-top {
    text-align: center;
    padding-bottom: 24px;
}
h4.banner-text {
    color: #fff;
    font-size: 26px;
    margin: 4px 0;
    font-weight: 800;
    text-shadow: 0 1px 5px #00000045;
}

#tab-style .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
    float: left;
    border: 1px solid #ececec;
    border-bottom: 0px;
    /* border: none; */
    margin-bottom: 0px !important;
    font-weight: 600;
    outline: none;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    color: #313131;
    background: #fff;
    padding: 5px 16px;
    transition: 0.3s;
    font-size: 16px;
    width: 100%;
}

.nav-pills li a.active {
    background: #005aab !important;
    color: #fff !important;
}

#tab-style .tab-content {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 1px 8px -6px #000;
    border: none;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    border-radius: 0px 4px 4px 4px;
}

#tab-style .nav-pills li {
    width: 50%;
    margin: 0px;
    text-align: center;
    display: block;
    float: left;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 330px;
    margin: 1.75rem auto;
}
}

.form-group {
    margin-bottom: 1rem;
}
.inquiry-form h3 {
    font-size: 23px;
    margin-bottom: 11px;
    color: #000;
}
.form-control {
    min-height: 45px;
}
.inquiry-form h2 {
    color: #fff;
}
.text-center {
    text-align: center!important;
}

.inquiry-form .btn {
    display: block;
    width: 100%;
}


@media screen and (max-width: 768px){

.d-none-xs {
    display: none !important;
}
}

@media screen and (max-width: 768px){

.head-top {
    font-size: 32px;
}
}


@media screen and (max-width: 768px){

.text-right {
    margin-top: -45px;
}
}
@media screen and (max-width: 768px){
#modal-inquire {
    background: #fff;
}
}

.btn.contact-btn {
    padding: 14px 22px;
    background: -webkit-linear-gradient(-47deg, #034887, #055dad);
    background: linear-gradient(-47deg, #034887, #055dad);
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    width: 100%
}


@media screen and (max-width: 768px){

.transparent-menu {
   position: relative !important;
}
}


.top-heading {
    font-size: 30px;
    text-align: center;
    color: #152539;
    margin: 5px 0;
}

@media screen and (max-width: 768px){

.top-heading {
    font-size: 24px;
    margin: 10px 0 0;

}
}


@media screen and (max-width: 768px){
.d-block-xs {
    display: block !important;
}
}
@media screen and (max-width: 768px){  
.call-btn {
    padding: 12px 15px;
    font-size: 18px;
}
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: .3s;
    padding: 10px 0;
    background: #ffffff
}

.d-block-xs {
    display: none;
}

@media screen and (max-width: 768px){
    #exTab3 .tab-content{
            margin-bottom: 14px;
}
}

@media screen and (max-width: 768px){
    

.sky-walk{
            margin-top: 14px;
}
}


.modal-dialog .inquiry-modal{
    padding: 14px;
    text-align: center;
}

a.flash-button.best {
    float: right;
    margin-top: -5px;
}

.head-5 {
    float: right;
   
    background: #005aab;
    color: #fff;
    padding: 9px;
    border-radius: 4px;
}

p a.flash-button {
    float: right;
    margin-top: -45px;
}



p.flash-button.center {
    /* width: auto; */
    font-weight: bold;
    margin-top: 10px;
    width: 42%;
    text-align: center;
}


@media screen and (max-width: 768px){

p.flash-button.center {
    /* width: auto; */
    width: 100%;
    margin-bottom: 50px;
}
}

@media screen and (max-width: 768px){

.head-5 {
    margin-top:-1px;
}
}


@media screen and (max-width: 768px){

p a.flash-button {
    /* width: auto; */
    width: 100%;
    text-align: center;
}
}


@media screen and (max-width: 768px){

.flash-button.best {
    /* width: auto; */
    margin-top: 12px !important;
    width: 100%;
    text-align: center;
}
}



