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

html {
    scroll-behavior: smooth;
  }

a{
    text-decoration: none !important;
}
p {
    font-family: "Roboto";
    margin: 0;
}

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

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

body {
    background: #fff;
}

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

:-ms-input-placeholder {
    /* Robotonet Explorer 10-11 */
    color: #fff;
}

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

.page ::placeholder {
    color: #333;
    opacity: 1;
    /* Firefox */
}

.page :-ms-input-placeholder {
    /* Robotonet Explorer 10-11 */
    color: #333;
}

.page ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}

.modal-header{
    background: #fff;
}

/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom:55px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #000; background: #00B5EB; border: #00B5EB solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #000; }

.input-text {
    color: #000;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-family: "Roboto";
    padding: 5px 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
   
}

.input-textarea {
    color: #000;
    width: 100%;
    font-size: 16px;
    font-family: "Roboto";
    padding: 5px 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
  
}

.form-group .custom-select select {
    color: #fff;
    height: 50px;
    font-size: 16px;
    font-family: "Roboto";
    padding: 5px 15px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}

.input-submit {
    color: #fff;
    font-size: 16px;
    border: 2px solid #000;
    background: #000;
    padding: 10px 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Roboto";
    text-transform: uppercase;
}

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

.page .input-text {
    color: #121212;
    height: 50px;
    width: 100%;
    font-size: 14px;
    font-family: "Roboto";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #d7d7d7;
    font-weight: 300
}

.page .input-textarea {
    color: #121212;
    width: 100%;
    font-size: 14px;
    font-family: "Roboto";
    padding: 5px 15px;
    background: #fff;
    font-weight: 300;
    border: 1px solid #d7d7d7;
}

.page .input-submit {
    color: #000;
    font-size: 16px;
    border: 2px solid #00B5EB;
    background: #00B5EB;
    width: 100%;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Roboto";
}

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

.button-right{
    text-align: right;
}

.button1 {
    font-family: "Roboto";
    color: #fff;
    font-size: 16px;
    border: 2px solid #00B5EB;
    background: #00B5EB;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.button1:hover {
    color: #fff;
    background: #D92B2D;
    border: 2px solid #D92B2D;
}

.button2 {
    font-family: "Roboto";
    color: #fff;
    font-size: 14px;
    border: 2px solid #D92B2D;
    background: #D92B2D;
    padding: 10px 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    text-transform: uppercase;
}

.button2:hover {
    color: #fff;
    background: #00B5EB;
    border: 2px solid #00B5EB;
}

.button3 {
    font-family: "Roboto";
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #000;
    background: #000;
    padding: 9px 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;

}

.button3:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000;
}


.button4 {
    font-family: "Roboto";
    color: #fff;
    font-size: 16px;
    border: 2px solid #000;
    background: #000;
    padding: 15px 35px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.button4:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.top-header {
    background: #00B5EB;
    margin: 0;
    position: relative;
    padding: 5px 0;
}

.top-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 0;
    border-top: 100px solid #D92B2D;
    border-right: 100px solid transparent;
  }


.top-header .info ul{
    display: flex;
    list-style: none;
    gap: 30px;
}

.top-header .info .bx{
    color: #fff;
    font-size: 18px;
    vertical-align: text-bottom;
}


.top-header .info ul li a{
    display: inline-block;
    text-decoration: none;
    font-family: 'Roboto';
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 500;
}

.top-header .info ul li a:hover{
    color: #000;
}


.top-header .info-left{
    display: flex;
    justify-content: flex-end;
    padding: 5px 0;
}

.top-header .social-info{
    margin-top: 8px;
}

.top-header .social-info ul{
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 20px;

}

.top-header .social-info ul li{
    font-family: 'Roboto';
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.top-header .social-info ul li .fa{
    color: #fff;
}

.top-header .social-info ul li .fa:hover{
    color: #000;
    transition: all ease-in 0.2s;
}


.banner{
    position: relative;
}

.banner-content {
    position: relative;
}

.banner .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    content: '';
    z-index: 1;
    top: 0;
    height: 100%;
}

.banner-content .banner-img img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}


.banner-content .top-left {
    position: absolute;
    top: 20%;
    left: 6%;
    width: 55%;
    z-index: 11;
}

.banner-content .top-left h1 {
    color: #fff;
    font-size: 35px;
    font-family: "Roboto";
    font-weight: 500;
    margin: 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 60px;
}

.banner-content .top-left h1 span{
    font-size: 53px;
    text-transform: uppercase;
    font-weight: 700;
    
}

.banner-content .top-left p {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto";
    line-height: 30px;
}

.banner-content .top-left .why-block{
    padding: 20px 0;
    display: flex;
    gap: 40px;
    text-align: center;
}



.banner-content .top-left .why-block h2{
    color: #fff;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 500;
}
.banner-content .top-left .why-block img{
    margin: 0 auto;
}

.small-banner img{
width: 100%;
height: 400px;
object-fit: cover;
}

.welcome-top{
    padding: 0;
    background: transparent;
    margin-top: -50px;
}

.welcome-block{
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

.welcome-block .icon-heading{
    display: flex;
    align-items: center;
    gap: 30px;
}

.welcome-block .icon-heading h2{
    color: #fff;
    font-size: 28px;
    font-family: "Roboto";
    font-weight: 500;
    margin: 0;
}

.welcome-top  .blue-bg .icon-heading h2:hover{
    color: #D92B2D;
    transition: all ease-in 0.2s;
}

.welcome-top  .red-bg .icon-heading h2:hover{
    color: #00B5EB;
    transition: all ease-in 0.2s;
}

.welcome-top .blue-bg{
    background: #00B5EB;
}

.welcome-top .red-bg{
    background: #D92B2D;
}

.welcome-block .link-icon .fa{
    color: #fff;
    font-size: 30px;
}

.welcome-top .blue-bg .link-icon .fa:hover{
    color: #D92B2D;
    transform: translateX(5px);
    transition: all ease-in 0.2s;
}

.welcome-top .red-bg .link-icon .fa:hover{
    color: #00B5EB;
    transform: translateX(5px);
    transition: all ease-in 0.2s;
}

.one {
   padding: 80px 0;
   background: #fff;
   position: relative;
}


.one .title-section{
    margin-bottom: 20px;
  
}



.one .title-section h2 {
    color: #fff;
    font-size: 36px;
    font-family: "Roboto";
    font-weight: bold;
    margin: 0;
    line-height: 55px;
    text-transform: capitalize;
}

.one p {
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 30px;
}


.one .why-block-btm{
    display: flex;
    margin-bottom: 45px;
}

.one .why-block-btm .image-block{
    padding-right: 15px;
}

.one .why-block-btm .content-block h3{
    color: #fff;
    font-size: 20px;
    font-family: "Roboto";
    margin: 0 0 10px 0;
    font-weight: bold;

}

.one .quote-block{
   background: url(../images/quote.jpg) no-repeat center center;
   height: 691px;
   background-size: cover;
}

.one .choosebg{
    background: url(../images/choosebg.jpg) no-repeat center center;
    height: 691px;
    background-size: cover;
    padding: 40px 30px;
 }

.one .quote-content{
    background: #00B5EB;
    padding: 40px 30px;
    margin-top: 40px;
}

.one .quote-content h2{
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: bold;
    margin: 0 0 25px 0;
}


.two {
 background: #fff;
 position: relative;
 padding: 0 0 80px 0 ;
}

.two .title-section{
    margin-bottom: 20px;
    text-align: center;
  
}


.two .title-section h2 {
    color: #00B5EB;
    font-size: 36px;
    font-family: "Roboto";
    font-weight: bold;
    margin: 0;
    line-height: 55px;
    text-transform: capitalize;
}

.four {
    background: #F6F6F6;
    padding: 80px 0;
}

.four .title-section{
    margin-bottom: 20px;
    text-align: center;
  
}


.four .title-section h2 {
    color: #00B5EB;
    font-size: 34px;
    font-family: "Roboto";
    font-weight: bold;
    margin: 0;
    line-height: 55px;
}



.four .service-content-block {
    margin-bottom: 30px;
    background: #fff;
 
}

.four .service-content-block h3{
    color: #000;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 0 15px 0;
}


.four .service-content-block p{
    color: #8a8a8a;
        font-size: 15px;
        font-family: "Roboto";
        margin: 15px 0;
        line-height: 30px;
}

.four .service-content-block .service-content{
    padding: 20px 10px;
    text-align: center;
}


.four .service-content-block .service-image-block img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}

.four .button-btm{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.four .button-btm h4{
    color: #000;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.four .button-btm h4 a{
    color: #00B5EB;
}

.four .button-btm h4 a:hover{
    color: #D92B2D;
    transition: all ease-in 0.2s;
}



.seven {
   background: #fff;
   padding: 80px 0;
   text-align: center;
}


.seven  .title-section{
    margin-bottom: 20px;
  
}


.seven .title-section h2 {
    color: #00B5EB;
    font-size: 34px;
    font-family: "Roboto";
    font-weight: bold;
    margin: 0;
    line-height: 55px;
}


.seven p {
      color: #666666;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 30px;
}

.seven img {
   width: 100%;
   object-fit: cover;
}

.seven button{
    margin: 25px 0 0 0 ;
}

.seven .welcome-btm h3{
    color: #000;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 500;
    margin: 0 0 15px 0;
}

.seven .welcome-btm img{
    margin-bottom: 20px;
}




.top-footer {
    padding:80px 0 60px 0;
    background: #000;
    position: relative;
}


.top-footer img{
    margin-bottom: 25px;
}

.top-footer h5 {
    color: #fff;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 500;
    margin: 0 0 25px 0;
    text-transform: capitalize;
}

.top-footer h2 {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 400;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.top-footer h3 {
    color: #fff;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 600;
    margin: 0 0 25px 0;
    text-transform: capitalize;
}

.top-footer-content ul{
    list-style: none;
    text-decoration: none;
}

.top-footer-content ul li{
 font-family: 'Roboto';
 font-size: 16px;
 color: #fff;
 margin-bottom: 20px;
}

.top-footer-content ul li span{
  float: right;
}


.top-footer p {
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

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


.top-footer a {
    color: #fff;
}

.top-footer a:hover {
    color: #00B5EB;
    transition: all ease-in 0.2s;
    text-decoration: none;
}


.top-footer .social-info ul{
    list-style: none;
    text-decoration: none;
}

.top-footer .social-info ul li{
 font-family: 'Roboto';
 font-size: 16px;
 color: #fff;
 display: inline-block;
 margin-left: 5px;
}

.top-footer .social-info .fa{
    color: #fff;
    padding: 5px 7px;
    border: 2px solid #fff;
    font-size: 15px;
}

.top-footer .social-info .fa:hover{
    background: #00B5EB;
    color: #000;
    border: 2px solid #00B5EB;
    transition: all ease-in 0.2s;
}

.top-footer .social-info .fa-facebook{
    padding: 5px 9px;
}


.footer {
    padding:20px 0 15px 0;
    background: #00B5EB;
    position: relative;
    text-align: center;
}

.footer p {
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    margin: 0;
}



/* Inner Page */

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

.page .page-title{
    text-align: center;
    margin-bottom: 30px;
}



.page h2 {
    color: #000;
    font-size: 25px;
    font-family: "Roboto";
    margin: 0 0 15px 0;
    
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page h4 {
    color: #000;
    font-size: 35px;
    font-family: "Roboto";
    margin: 0;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page h3 {
    color: #000;
    font-size: 22px;
    font-family: "Roboto";
    margin: 0 0 15px 0;
    font-weight: 500;
    letter-spacing: 1px;
}

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

.page h5 {
    font-family: "Roboto";
    color: #3E4E58;
    font-size: 20px;
    font-weight: 500;
}

.page h1{
     color: #000;
    font-size: 22px;
    font-family: "Roboto";
    margin: 0 0 15px 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.page ul{
    list-style: none;
}

.page ul li{
     color: #000;
    font-family: "Roboto";
    font-size: 15px;
    line-height: 33px;
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
}

.page ul li span{
    margin-right: 10px;
}

.page p {
    color: #000;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 33px;
}

.page a{
    color: #00B5EB;
    text-decoration: none;
}

.page a:hover{
    color: #00B5EB;
    transition: all ease-in 0.2s;
}

.page .fa {
    font-size: 18px;
    color: #00B5EB;
}

.page .form-group .custom-select select {
    color: #000;
    height: 50px;
    font-size: 14px;
    font-family: "Roboto";
    padding: 5px 15px;
    background: transparent;
    border: none;
    width: 100%;
    border: 1px solid #d7d7d7;
   
}

.page  .projects-block {
    margin-bottom: 30px;
}

.page  .projects-block img{
    width: 100%;
}

.page  .projects-block h5{
    color: #00B5EB;
    margin: 15px 0;
}

.page .video-gallery{
    margin-top: 30px;
}

.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;
}


/* Header */

.affix {
    position: fixed;
    top: 0px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 1px 10px #666;
    margin-bottom: 10px;
}

.affix-top {
    position: static;
    top: -35px;
    transition: all 0.5s ease-in-out;
}

.affix .header{
 position: inherit;
 margin-top: inherit;
 padding: 5px 0;
}

.affix .header img{
    width: 70%;
}

.affix .header .nav-menu > li > a {
    padding: 26px 25px;
}

.affix .header .button-right {
    margin-top: 6px;
}

.header {
    display: block;
    background: #FFE7C5;
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.header .button-right{
    margin-top: 20px;
}


/* Tap to Call */

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

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


/* 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;
  
}

.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: none;

}

.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: #00B5EB !important;
    width: 6px !important;
    height: 6px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.banner-block{
    background: #00B5EB;
    padding: 80px 0;
    text-align: center;

}
.banner-block h2 {
    color: #fff;
    font-size: 36px;
    font-family: "Roboto";
    font-weight: 500;
    margin: 0 0 25px 0;
    line-height: 50px;
}


.banner-block p {
      color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 30px;
}
@media only screen and (max-width: 1180px) {
    .affix .header .nav-menu > li > a{
        padding: 26px 7px;
    }
.header .nav-menu > li > a {
    font-size: 15px;
    padding: 40px 7px;
}
.button3 {
    font-size: 13px;
    border: 1px solid #00B5EB;
}


    
}

@media only screen and (min-width: 1180px) {
   
}


/* Large Devices, Wide Screens */

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


    .mid-header .info-content p{
        font-size: 15px;
    }

    .header .dash {
        margin: 1em 5px 0;
    }

    .main-header{
        box-shadow: inherit;
    }
    
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .center {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: inherit;
        position: relative;
    }

    .top-header::before {
        display: none;
    }

    .header {
        top: inherit;
        padding: 5px 0px;
    }
    .services img {
        width: 100%;
        margin-bottom: 20px;
    }

    .affix .header img {
        width: 50%;
    }

    .logo{
        position: inherit;
        top: inherit;
        width: 100%;
        text-align: center;
    }
    .button-right {
        display: none;
    }


   

    .request-callback #ask{
        position: inherit;
        width: 100%;
        bottom: inherit;
        text-align: center;
        padding: 10px 0;
    }
    .three img {
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .page .inner-cont {
        margin-top: inherit;
    }
    .header {
        position: inherit !important;
    }

    .top-header .social-info ul{
        justify-content: center;
       }
  

   

    .nav-brand img{
        width: 75%;
    }
   
    .header .social-icons{
        display: none !important;
    }

    .title-section h2{
        font-size: 25px !important;
    }

    .top-header .info-left {
        justify-content: center;
       
    }

    .footer::before {
        display: none;
    }
    .one img{
        margin-bottom: 25px;
    }

    .banner-content .banner-img img{
        min-height:400px ;
  
    }
    .mid-footer {
        padding: 40px 0;
    }



    .page h4 {
        font-size: 25px;
    }

    .banner-content .top-left {
        width: 80%;
        transform: translate(-50%);
        left: 50%;
        text-align: center;

    }

    .banner-content .top-left h1 {
        color: #fff;
        font-size: 25px;
        line-height: 38px;
    }


.one .why-block .why-block-btm {
    display: block;
}
.one .quote-block {
    padding: 10px;

}

.one .why-block {
    padding: 10px;
}

.top-header .info ul li a {
    padding: 5px;
}

.top-header .button-block {
    text-align: center;
}

.five .why-us {
    margin-bottom: 15px;
}

.five .why-us h2 {
    font-size: 18px;
}

.five .why-us p {
    font-size: 14px;
    line-height: 25px;
}

.seven p {
    font-size: 14px;
    line-height: 25px;
}

.banner-content .banner-img img{
    height: 400px;
 }

.banner-content .top-left h1 span {
 color: #fff;
 font-size: 30px;
 line-height: 38px;
}
.welcome-top {
margin-top: 0;
padding: 40px 0;
}

.welcome-block {
 padding: 20px;
 margin-bottom: 15px;
}

.banner-content .top-left .why-block {
 display: none;
}


.banner-content .top-left p {
 font-size: 14px;
 line-height: 25px;
}

.welcome-block .icon-heading h2 {
 font-size: 20px;
}

.welcome-block .link-icon .fa {
 font-size: 25px;
}

.seven {
    padding: 0 0 40px 0;
}

.four .service-content-block p {
    font-size: 14px;
    line-height: 25px;
}
.four .button-btm {
    flex-direction: column;
}


}

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

    .top-header::before {
        display: none;
    }

    .one .quote-block{
        height: 400px;
    }

    .seven .welcome-btm {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .seven .welcome-image-block .experience-block {
        width: 48%;
    }
    
.four .service-content-block h3 {
    font-size: 20px;
}

.four .service-content-block .service-content .bx {
    font-size: 35px;
}

.one .quote-content h2 {
    font-size: 25px;
    text-align: center;
}

.one .quote-content {
    padding: 30px 10px;
}

.input-submit {
    font-size: 13px;
}

.one .quote-block {
    margin-bottom: 30px;
}

.one .why-block-btm .content-block h3 {
    font-size: 18px;
}

.testimonials-content .client-review {
    font-size: 14px !important;
    line-height: 25px !important;
}

.top-footer-content ul li {
    font-size: 14px;
    margin-bottom: 15px;
}

.top-footer h5 {
    font-size: 20px;
}

.one p {
    font-size: 14px;
    line-height: 25px;
}

    .seven .seven-top-block h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .seven .seven-top-block .blue-block {
        margin-top: 20px;
    }

    .seven .seven-top-block .blue-block h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .seven .seven-top-block .blue-block {
        padding: 20px;
    }
    .seven .seven-top-block .blue-block p {
        font-size: 16px;
        line-height: 30px;
    }

    .seven img {
        margin-bottom: 25px;
    }

    .one .why-block-btm {
        display: block;
    }

    .top-header .info ul{
        justify-content: center;
        align-items: center;
    }

    .top-header .social-info ul{
        justify-content: center;
       }


.top-header .info ul li a {
    padding: 5px;
}
.top-header .button-block {
    text-align: center;
}


    .button1 {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .one .quote-block {
        padding: 10px;

    }
    .one .why-block .why-block-btm {
        display: block;
    }
    .one .why-block {
        padding: 10px;
    }

    .button2 {
        margin-bottom: 20px;
        font-size: 13px;
    }
    .title-section h2{
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .top-header .info-left {
        justify-content: center;
        
    }

    .footer::before {
        display: none;
    }
    .one img{
        margin-bottom: 25px;
    }

    .banner-bottom-section{
        display: none;

    }
    .mid-footer {
        padding: 40px 0;
    }

    .page h4 {
        font-size: 25px;
    }

    .banner-content .banner-img img{
       height: 400px;
    }

.banner-content .top-left h1 span {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
}
.welcome-top {
margin-top: 0;
padding: 40px 0;
}

.welcome-block {
    padding: 20px;
    margin-bottom: 15px;
}

.banner-content .top-left .why-block {
    display: none;
}


.banner-content .top-left p {
    font-size: 14px;
    line-height: 25px;
}

.welcome-block .icon-heading h2 {
    font-size: 20px;
}

.welcome-block .link-icon .fa {
    font-size: 25px;
}


.three{
    text-align: center;
}
.three .call-us-block h2{
    display: block;
}

.three .call-us-block .button1{
    float: inherit;
}

    .top-footer .top-footer-content {
        margin-top: inherit;
    }

  

    .logo{
        position: inherit;
        top: inherit;
        width: 100%;
        text-align: center;
    }

    .request-callback #ask{
        position: inherit;
        width: 100%;
        bottom: inherit;
        text-align: center;
        padding: 10px 0;
    }

    .four .service-content-block{
        min-height: inherit;
    }

    .header {
        top: inherit;
        padding: 5px 0px;
    }
   
    .footer h2 {
        text-align: center;
    }
    .hr1 {
        display: none;
    }
    .title-section {
        margin-bottom: 30px;
        text-align: center;
    }
    .one {
        text-align: center;
    }
    .three h2 {
        text-align: center !important;
    }
    .two h2 {
        text-align: center;
    }
    .two #ask {
        padding: 30px 0;
    }
    .seven {
        text-align: center;
        padding: 20px 0 40px 0;
    }

    .seven .about-us{
        margin-bottom: 20px;
    }

    .four .button-btm {
        flex-direction: column;
        gap: 20px;
    }
    .small-banner{
        height: 300px;
    }

    .four .button-btm h4 {
        line-height: 30px;
    }
    .one .choosebg {
        height: inherit;
    }
    .footer img {
        margin: 0 auto;
    }
    .footer p {
        text-align: center !important;
    }
    .four {
        text-align: center;
    }
    .affix {
        position: inherit;
    }
    .owl-controls {
        display: none !important;
    }
    .testimonials-content .client-name {
        text-align: center;
    }
    .testimonials-content img {
        margin: 0 auto;
    }
    .five {
        text-align: center;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px;
    }
    .dropdown-menu>li>a {
        color: #121212;
    }
    .six {
        text-align: center;
    }
    .four .service img {
        margin: 0 auto;
    }
    .top-footer .btm-menu {
        font-size: 15px;
    }

    
}

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

@media only screen and (max-width: 320px) {
    .owl-controls {
        display: none !important;
    }
}
.testimonials-content .client-information{
    text-align: center;
    background: #fff;
    padding: 30px;
    position: relative;
    box-shadow: 0 0  10px 0 rgba(0, 0, 0, 0.1);
}

.testimonials-content .client-information::before{
    content: '';
    background: url(../images/quote-icon.png) no-repeat center center;
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 1;
    height: 99px;
    width: 137px;
    transform: translate(-50%);
}

.testimonials-content img{
    margin: 20px auto 20px auto;
}


.testimonials-content .client-left{
    margin-top: 65px;
    text-align: center;

}
.testimonials-content .client-name {
    font-size: 22px;
    font-family: "Roboto";
    font-weight: bold;
    color: #000;
    display: inline-block;
}

.testimonials-content .client-deg {
    display: block;
    color: #6A6F78;
    font-size: 15px;
    font-family: "Roboto";
}

.testimonials-content .client-review {
    display: block;
    margin-bottom: 25px;
    line-height: 30px;
    color: #6A6F78;
    font-size: 16px;
    font-family: "Roboto";
}

#owl-demo1 .item {
    margin: 10px;
}



/* -- Here is owl pagination { display: none; } you can { display: block; } to show the pagigation buttons -- */

#owl-demo1 .owl-pagination {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    display: none !important;
}

#owl-demo1 .owl-pagination .owl-page span {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    background: #fff;
}

#owl-demo1 .owl-pagination .active span {
    background: #000000 !important;
    border: 1px solid #005826 !important;
    height: 15px !important;
    width: 15px !important;
}

#owl-demo2 .owl-pagination {
    display: none !important;
}

#owl-demo2 .item {
    margin: 0 10px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header #menu a {
        font-size: 12px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .header #menu a {
        font-size: 12px
    }
}


