@charset "utf-8";
@font-face {
    font-family: "Poetsen One";
    src: url("../fonts/PoetsenOne-Regular.ttf");
}

p {
    font-family: "Raleway"; font-size: 16px !important;
}

ul,
li {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}


.logo{margin:10px 0 10px 0;}

.logo1{display: none;}

.affix .logo1{display: block; width:16%;}
.sundip{
background: #3eb5d3;
padding: 20px 0px;
margin:17px 0 40px 0;
}

::placeholder {
    color: #8d8d8d;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8d8d8d;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8d8d8d;
}
.button-nav{background:none; border:2px solid #fff; padding:10px 25px 10px 25px; color:#fff; margin-top:6px;}
.button-nav:hover{background:#fff; border:2px solid #828282; padding:10px 25px 10px 25px; 
    color:#08acd5; margin-top:6px;
transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
}

.affix .button-nav{background:transparent; border:2px solid #fff; padding:10px 25px 10px 25px; 
    color:#fff; margin-top:12px;}
.affix .button-nav:hover{background:#5fb8cf; border:2px solid #fff; padding:10px 25px 10px 25px; 
    color:#fff; margin-top:12px;
transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
}


.page ::placeholder {
    color: #333;
    opacity: 1;
    /* Firefox */
}

.page :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

.page ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}

/*===== 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: #fff; background: #5fb8cf; 
    border: #FFF 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: #5fb8cf; border:1px solid #5fb8cf; }

.form-group {
    margin-bottom: 3px !important;
}


.input-text {
    color: #333;
    height: 45px;
    width: 100%;
    font-size: 14px;
    font-family: "Raleway";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #c3c3c3;

}

.input-textarea {
    color: #333;
    width: 100%;
    font-size: 14px;
    font-family: "Raleway";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #c3c3c3;

}

.input-submit {
    color: #3eb5d3;
    font-size: 15px;
    border: 2px solid #3eb5d3;
    background: transparent;
    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: "Raleway";
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;


}

.input-submit:hover{background:#3eb5d3; color:#fff;}

.page .input-text {
    color: #121212;
    height: 50px;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #d7d7d7;
    font-weight: 300
}

.page .input-textarea {
    color: #121212;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #fff;
    font-weight: 300;
    border: 1px solid #d7d7d7;
}

.page .input-submit {
    color: #6ad272;
    font-size: 16px;
    border: 2px solid #6ad272;
    background: transparent;
    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: "Poppins";
}

.page .input-submit:hover {
    color: #fff;
    background: #6ad272;
    border: 2px solid #6ad272;
}

.button1 {
    font-family: "Poppins";
    font-weight: normal;
    font-style: normal;
    color: #6ad272;
    font-size: 16px;
    border: 2px solid #6ad272;
    background: transparent;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
}

.button1:hover {
    color: #fff;
    background: #6ad272;
    border: 2px solid #6ad272;
}

.button2 {
    font-family: "Raleway";
    color: #08acd5;
    font-size: 16px;
   
    background: transparent !important;
    border:1px solid #08acd5;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 20px;


}

.button2:hover {
background: #08acd5 !important;
color:#fff;
    }



.main-header .button-nav {
    font-family: "Raleway";
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    background: transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 700;
    border-radius: 6px;
    margin-left:636px;
    margin-top:0px;
}

.main-header .button-nav:hover {
    background:#fff;
    color:#2d94b5;
    transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;

    }
.button3 {
    font-family: "Raleway";
    color: #fff;
    font-size: 18px;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 500;
    border-radius: 5px;

}

.button3:hover {
    color: #fff;
    background: #08acd5;
    border: 2px solid #FFF;
}


.header-icon{
    display: flex;
}
.header .text{
    line-height: 1px;
}



.banner-content {
    position: relative;
}

.banner-content img {
    width: 100%;
}

.banner-content .top-left {
    position: absolute;
    top:38%;
    text-align: center;
    width: 100%;
}
.banner-content .top-left h2 {
     font-size:52px;
  font-family: 'Bebas Neue', cursive;
  text-shadow: 1px 2px 1px #000;
    line-height: 55px;
    /* or 122% */
    text-align: center;
     color: #FFFFFF;
}
.banner-content h5{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 55px;
    /* or 122% */
    text-align: center;
    color: #FFFFFF;
}
.one {
 padding-top:20px ;
 background: #cecccc;

}
.one .quote-content h4{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    margin-top: 111px;
    text-align: left;
    color: #fdbe33;

}
.one .quote-content h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    
    text-align: left;
    color: #fff;

}
.one .quote-content .hr1{
    background: #3eb5d3;
    height: 2px;
    width: 20%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.one .form-bg{
    background: transparent;
    padding: 15px 15px;
}

/**/
.one-new {
 padding-top:20px ;

   background: url(../images/gallery-bg.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   position: relative;


}
.one-new .quote-content h4{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    margin-top: 111px;
    text-align: left;
    color: #fdbe33;

}
.one-new .quote-content h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    
    text-align: left;
    color: #fff;

}
.one-new .quote-content .hr1{
    background: #3eb5d3;
    height: 2px;
    width: 20%;
    margin-top: 20px;
    margin-bottom: 20px;
}


/**/
.one #ask{

    padding-top: 25px ;
}
.two {
   background: url(../images/quote-bg.jpg) no-repeat center center fixed;
   /*-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   position: relative;*/
    padding: 30px 0;
}

.two .client-information{
    margin-bottom: 35px;
    text-align: center;
    background: transparent;
    margin-top: 15px;
}
.two .client-information h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size:20px;
    line-height: 19px;
    /* identical to box height */


    color: #fdbe33;

}
.two .client-information p{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height:25px;
    /* or 200% */

    text-align: center;

    color: #fff !important;


}

.two .title-section h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    text-align: center;

    color: #fdbe33;
}

.two .title-section h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 10px;
    /* or 129% */
    text-align: center;
    color: #fff;
}
.three{
  
    padding: 40px 0px;
    background: url(../images/six.jpg) no-repeat center center ;
     -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}


/*.three:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    background: #000;
    top:0;
}

.three:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background: #fdbe33;
    top:0;
    
}*/
.three .why-choose{
    z-index: 1;
    position: relative;
    text-align: center;
}


.three .why-choose .expert-num{
   color: #fdbe33;
   text-align: center;
}
.three .why-choose .expert-text{
   font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 45px;
   color: #fdbe33;
   text-align:  center;
}
.three .why-choose h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    /* identical to box height, or 167% */


    color: #000;
}
.three .why-choose h1{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 45px;
    /* or 129% */


    color: #000;
}


.three p{
 font-family: 'Raleway';
 font-style: normal;
 font-weight: 500;
 font-size: 16px;
 line-height: 30px;
 /* or 188% */


 color: #FFFFFF;
}
.three ul{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    padding-left: 20px;
    /* or 194% */


    color: #FFFFFF;
}
.three .choose-img{
    background: #fdbe33;
    margin-left: -15px;

}

.four {
    background: #fff;
    padding: 50px 0px;
    
}
.four .service .hr1{
    background: #5fb8cf;
    height: 2px;
    width: 20%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.four .service h3{
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */


  color: #030f27;
}
.four .service h2{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 0px;
    letter-spacing: -1px;



    color: #030f27;

}
.four .service-content-block h3 {
 font-family: 'Raleway';
 font-style: normal;
 font-weight: 600;
 font-size: 25px;
 line-height: 45px;
 /* identical to box height, or 180% */

 margin:0;
 color: #1569AE;
}


.four .four-content-block{
    background: #7fd7ee;

    margin-bottom: 20px;
}
.four .img-responsive {
    width: 100%;
}

.four .four-content-block h3 span{
    float: right;


}
.four .four-content-block h3{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.four .four-content-block span{
    background: #08acd5;
    color: #fff;
    padding: 15px 15px; 
    font-size: 15px;
}
.five .info-box0 {
    background: #5fb8cf;
    padding: 40px 30px;
    color: #fff;
    text-align: center;
    margin-right: -30px;
     padding-bottom:30px;
}


.five .info-box1 {
    background: #30a1be;
    padding: 40px 30px;
    color: #000;
    text-align: center;
    padding-bottom:30px;
}
.five .info-box2 {
    background: #177188;
    padding: 40px 30px;
    color: #fff;
    text-align: center;
    margin-left:0px;
     padding-bottom:30px;
}
.five .info-box0 h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}
.five .info-box0 p{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.five .info-box1 h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}
.five .info-box1 p{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.five .info-box2 h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}
.five .info-box2 p{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.seven-new{
    padding: 75px 0;
    background:#828282 /*url(../images/bg1.jpg) center no-repeat;
    background-size: cover;*/
}

.seven-new h2 {
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin: 0 0 25px;
    text-transform: uppercase;
    text-align: center;
}

.seven-new h3{
    font-family: 'questrial';
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.seven-new .y-box{
    border: 1px solid #c4c3c3;
    padding: 7px;
    margin-bottom: 20px;
    background:#979797;
}


.seven {
 background: #828282;
 padding: 80px 0px 40px 0px;
}

.seven .welcome {
    background: #fff;
    padding: 80px 25px 0 25px;
    position: absolute;
    z-index: 9999;
  
    padding-left: 0;
    padding-right: 0;
    margin: 51px 0 0 -100px;
}
.wcontent{padding:25px;}
.seven .title-section {
    margin-bottom: 20px;
}

.seven .title-section h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */


    color: #030f27;
}

.seven .title-section h2 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 0px;
  letter-spacing: -1px;
  /* or 129% */


  color: #030f27;
}
.seven .hr1{
    background: #5fb8cf;
    height: 2px;
    width: 20%;
    margin-top: 20px;
}

.seven h4 {
    color: #000;
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 10px 0;
}

.seven p {
 font-family: 'Raleway';
 font-style: normal;
 font-weight: 500;
 font-size: 16px;
 line-height: 23px;
 text-align:left;
 /* or 188% */


 color: #313131;
}

.seven .welcome ul{
    text-decoration: none;
    margin-bottom: 20px;
}
.seven .welcome ul li .fa{
    color: #6dc8d5;
}

.seven .welcome ul li{
    list-style: none;
    color: #333;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}

.seven img {
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 4px;
}

.top-footer {
    padding:80px 0 40px 0;
    background: #08acd5;
    position: relative;
}
.top-footer h2{
    color: #fff;
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 25px 0;
}
.top-footer h5 {

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */

    text-align: left;

    color: #FFFFFF;
}

.top-footer .social-info {
    margin-top: 30px;
}

.top-footer .social-info ul{
    list-style: none;
    text-decoration: none;
}

.top-footer .social-info ul li{
   font-family: 'Poppins';
   font-size: 16px;
   color: #fff;
   margin-bottom: 15px;
   display: inline-block;
}

.top-footer .social-info .fa{
    color: #fff;
    border-radius: 50%;
    padding: 8px 9px;
    border: 2px solid #fff;
    margin-right: 20px;
}

.top-footer .social-info .fa:hover{
    background: #121212;
    color: #fff;
    border: 2px solid #121212;
    transition: all ease-in 0.2s;
}

.top-footer .social-info .fa-facebook{
    padding: 8px 11px;
}

.top-footer-content ul{
    list-style: none;
    text-decoration: none;
}

.top-footer-content ul li{

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 33px;
    /* or 250% */


    color: #FFFFFF;
}

.top-footer-content ul li span{
  margin-left: 28px;
}

.top-footer-content .border-bot li{
   border-bottom: 1px dotted #ccc;
   padding-bottom: 10px;
}

.top-footer-content .border-bot li:last-child{
    border-bottom: none;
}

.top-footer h3 {
    color: #fff;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0;
}

.top-footer p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    /* or 188% */


    color: #FFFFFF;

}

.top-footer .top-footer-content .fa {
    color: #fff;
    font-size: 18px;
    width: 38px;
}


.top-footer a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    /* or 250% */


    color: #FFFFFF;

}

.top-footer a:hover {
    color: #000;
    transition: all ease-in 0.2s;
    text-decoration: none;
}

.top-footer img {
    margin: 0 auto;
}


.footer {
    padding-top: 15px;
    background: #afb1b1;
    text-align: center;
}

.footer span {
    color: #6ad272;
}

.footer p {
   font-family: 'Raleway';
   font-style: normal;
   font-weight: 400;
   font-size: 17px;
   line-height: 30px;
   /* identical to box height, or 176% */


   color: #FFFFFF;
}





/* Inner Page */

.page {
    padding: 40px 0px 40px 0;
    background: #ededed !important;
    position: relative !important;
}

.page  ul li{
    list-style: none;
    color: #333;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.page .inner-cont {
    background: white;
    margin-top: -60px;
    box-shadow: 0 10px 10px 0px #666;
    padding: 25px 25px 80px 25px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.page h2 {
    color: #121212;
    font-size: 30px;
    font-family: "Poppins";
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.page h4 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  /* or 129% */


  color: #222222
}

.page h3 {
    font-size: 20px;
    font-family: "Poppins";
    color: #6ad272;
}

.page h3 span {
    font-family: "Poppins";
    color: #ccc;
    font-size: 14px;
}

.page h5 {
    font-family: "Poppins";
    color: #128afb;
    font-size: 20px;
    font-weight: 500;
}

.page p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height:23px;
  /* identical to box height, or 176% */


  color: #000;
}

.page .fa {
    font-size: 18px;
    color: #FF8C00;
}

.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;
}


/* Typography */

.opensans {
    font-family: "Open Sans";
}

.coda {
    font-family: "Coda";
}

.rokkitt {
    font-family: "rokkitt";
}


/* Coloring */

.black {
    color: #000 !important;
}

.white {
    color: #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{
   background: transparent;
backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
   position: inherit;
   margin-top: inherit;
}
.header-icon-img {
    margin-top: 14px;
}
.affix .header .main-header{
    box-shadow: inherit;
}

.affix .header .logo{
    top: 0;
}
.header img{
    margin:10px 0 10px 0;
}

.header {
    display: block;
    background: #08acd5;
    z-index: 2;
    width: 100%;

}
.header .text h3{
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 0px;
  letter-spacing: -1px;
  color: #030f27;
  margin-top: 35px;
}
.header .text h4{
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #000;
}
/*header-alt*/



.header #menu .quote:last-child {
    float: right;
}



/* Tap to Call */

.taptocall {
    color: #000;
    font-size: 14px !important;
    border: 1px solid #000;
    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;
    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: #fff !important;
    width: 6px !important;
    height: 6px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* 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;
    }
    .five .cloud-img img {
        display: none;
    }
    .three h3{
        text-align: center;
    }
    .three .choose{
        margin-right: 0px;
    }
    .three .choose-img{
       margin-left: 0px;
       margin-top: 10px;
   }
   .header {
    top: inherit;
    background: #fff;
    padding: 10px 0px;
}
.services img {
    width: 100%;
    margin-bottom: 20px;
}

.affix .header img{
    width: inherit;
}

.logo{
    position: inherit;
    top: inherit;
}

.request-callback #ask{
    position: inherit;
    width: 100%;
    bottom: inherit;
    text-align: center;
    padding: 10px 0;
}
.one{
    padding: 0px 0px;
}
.one .quote-content h4{
    margin-top: 20px;
}
.three img {
    margin-bottom: 10px;
    margin: 0;
}
.four{
    padding: 10px 0px;
}
.four .service h2{
    padding-bottom: 25px;
}
.page .inner-cont {
    margin-top: inherit;
}
.header {
    position: inherit !important;
}
.top-header .info {
    text-align: center;
}
.top-header .social-info {
    text-align: center;
}
.header #toggle-menu {
    width: 100%;
    padding: 1em 0.8em;
    background: #828282;
    color: #fff;
}
.header #menu .quote:last-child {
    float: none;
}
.header #menu .quote:last-child a {
    margin-top: 0px;
}
}

@media only screen and (max-width: 768px) {
    .seven .welcome {
    background: #fff;
    padding:0px 10px 0 10px;
    position: relative;
    z-index: 9999;
    padding-left: 0;
    padding-right: 0;
    margin:20px auto;
}
    .ocean {
    height: 80px;
    width: 95%;
    /* text-align: center; */
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 0;
    overflow-x: hidden;
}
    .seven {
 background: #fff;
 padding: 40px 0px 0px 0px;
}
    .banner-content .top-left h2 {
     font-size:24px;
  font-family: 'Bebas Neue', cursive;
  text-shadow: 1px 2px 1px #000;
    line-height:25px;
    /* or 122% */
    text-align: center;
     color: #FFFFFF;
}
.banner-content .top-left {
    position: absolute;
    top:7%;
    text-align: center;
    width: 100%;
}
.banner-content h5{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height:16px;
    /* or 122% */
    text-align: center;
    color: #FFFFFF;
}
    .button1 {
        margin-bottom: 20px;
    }

    .top-footer .top-footer-content {
        margin-top: inherit;
    }

    .header #menu .quote:last-child a{
        padding: 1em 1.25em;
    }

    .logo{
        position: inherit;
        top: inherit;
    }

    .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;
        background: #fff;
        padding: 10px 0px;
    }
    .header .header-icon{
        display: none;
    }
    .main-header .button-nav{
        display: none;
    }
    .five .info-box0{
        margin-right: 0px;
        margin: 10px;
    }
    .five .info-box1{
        margin-left: 0px;
        margin: 10px;
    }
    .five .info-box2{
        margin-left: 0px;
        margin: 10px;
    }
    .three .why-choose h1 {
        color: #fff;
    }
    .three .why-choose  h3{
        color: #fff;
    }
    .three .why-choose .expert-num {
        color: #fff;
    }
    .three .why-choose .expert-text{
        color: #fff;
    }
    .seven .title-section h2{
        font-size: 16px;
    }
    .top-footer-content ul li{
        text-align: left;
    }
    .affix .header {
        background: #fff;
    }
    .footer h2 {
        text-align: center;
    }
  
    .title-section {
        margin-bottom: 30px;
        text-align: center;
    }
    .one {
        text-align: center;
    }
    .three h2 {
        text-align:left !important;
    }
    .two h2 {
        text-align: center;
    }
    .two #ask {
        padding: 30px 0;
    }
    .seven {
        text-align: justify;
    }
    .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;
    }
    
    .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;
    }

    .header .dash{
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .owl-controls {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) {
    .owl-controls {
        display: none !important;
    }
}


.client-information {
    background:transparent;
    padding:  0 15px;
    border-radius: 4px;
    position: relative;
}

.client-information .dash img{
    position: absolute;
    right: 0;
    bottom: 0;
}

.testimonials-content .client-name {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 600;
    color: #7accd8;
    display: inline-block;

}

.testimonials-content .address {
    font-size: 20px;
    font-family: "Lato";
    font-weight: 300;
    color: #434343;
    display: block;
    margin-top: -10px;
}

.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height: 28px;
    color: #5f5f5f;
    font-size: 16px;
    font-family: "Poppins";
}

#owl-demo1 .item {
    margin: 0 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;
    }
    .five .cloud-img img {
        display: none;
    }
}

@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
    }
}

  /*Mover*/
    .shake {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}