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

p {
    font-family: "Poppins"; font-size:16 !important;
}

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

body {background: #fff;}

.yellowsec{
    background:#2b2b37; padding:60px 0;
}


.yellowsec .title-section h3 {
    color: #66d0f1;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 10px 0;
    letter-spacing: 1.5;
}

.yellowsec .title-section h2 {
   color: #fff;
    font-size: 32px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    margin: 0 0 5px 0;
    letter-spacing: 1.5;
}

.seven h4 {
    color: #000;
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 10px 0;
}

.seven h3 {
    color: #421d56;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    margin:20px 0 10px 0;
    text-align: center;

}

.seven p {
    color: #e7e9e9;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 1px;
    text-align: center;
}

.yellowline {
        color:#66d0f1;
        border-bottom:2px solid #66d0f1;
        width:100px;

    }
    .yellowline2 {
        color:#66d0f1;
        border-bottom:2px solid #66d0f1;
        width:75px;
        margin-top:-15px;

    }
.sbox {
    
    background: #66d0f1;
    margin-top: 60px;
    width: 32%;
    margin-right: 16px;
    padding-right: 0;
    padding-left: 0;
}

.sbox p{ color: #fff;
    font-size: 16px;
    font-family: "Poppins";
    line-height: 23px;
    text-align: center;
    padding:15px;

}


.our{padding:60px 0 60px 0; background: #2b2b37;}
.our .title-section h3 {
    color: #fff;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    text-align:left;
}

.our .title-section h2 {
    color: #66d0f1;
    font-size: 32px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 40px;
     text-transform: uppercase;
     text-align:left;
     letter-spacing: 1.5;
}
.our p{text-align: left; line-height:23px;font-family: "Poppins";}

.logo1{margin-top:6px !important; }
.quote{background: #60b65c; border:1px solid #fff; text-align: center; 
    padding:10px 0 10px 0; font-size:18px;  transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
margin: 20px auto;
border: 2px solid #000;
color:#fff ;
}


.quote:hover{ background:#000; color:#fff; border:1px solid #60b65c; text-align: center; }
.button3 {
  border-radius: 4px;
  background-color: #66d0f1;
  border: none;
  color: #fff;
  text-align: center;
  font-size:16px;
  padding:10px 0 10px 0px;
  width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px auto !important;
}

.button3 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button3 span:after {
  content: '\00bb';
  /*content: ' \003E';*/
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button3:hover span {
  padding-right: 25px;
}

.button3:hover span:after {
  opacity: 1;
  right: 0;
}
::placeholder {
    color: #8d8d8d;
    opacity: 1;
    /* Firefox */
}


  .rotate{
   width:398px;
   height:398px;
   animation: rotation infinite 20s linear;
}

@keyframes rotation{
  from{
    transform:rotate(0deg);
  }
 
  to{
    transform:rotate(360deg);
  }
}


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

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

.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: #66d0f1;
    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: #66d0f1;
    border: #66d0f1 solid 2px;
}

.input-text {
    color: #333;
    height: 45px;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #c3c3c3;
}

.input-textarea {
    color: #333;
    width: 100%;
    height:90px;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #c3c3c3;
}

.input-submit {
    color: #fff;
    font-size: 15px;
    border: 2px solid #fff;
    background: transparent;
    width: 100%;
    padding: 14px 35px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Poppins";
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;
}

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

.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: #139ac6;
    font-size: 16px;
    border: 2px solid #139ac6;
    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: #139ac6;
    border: 2px solid #139ac6;
}

.button1 {
    font-family: "Poppins";
    font-weight: normal;
    font-style: normal;
    color: #66d0f1;
    font-size: 16px;
    border: 2px solid #66d0f1;
    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: #66d0f1;
    border: 2px solid #fff;
}

.button2 {
    color: #139ac6;
    font-size: 15px;
    border: 2px solid #139ac6;
    background: #fff;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 25px
}

.button2:hover {
    color: #fff;
    background: #139ac6;
    border: 2px solid #139ac6;
}

.button4 {
    font-family: "Poppins";
    color: #fff;
    font-size: 15px;
    border: 2px solid #fff;
    background: transparent;
    padding: 15px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 500;
}

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

.top-header {
    background: #000;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
}

.top-header ul {
    list-style: none;
    display: inline-block;
}

.top-header .envelope {
  
    margin-right: 0px;
    padding-right: 0px;
}

.top-header .envelope li {
    font-size: 16px;
    font-family: 'Poppins';
    display: inline-block;
    color: #fff;
}

.top-header .envelope li a {
    color: #fff;
    text-decoration: none;
}

.top-header .envelope li a:hover {
    color: #333334;
    transition: all ease-in 0.2s;
}

.top-header .social-info li {
    display: inline-block;
    margin-right: 15px;
}

.top-header .social-info li .fa {
    color: #afafb2 !important;
}

.top-header .envelope li {
    font-size: 16px;
    font-family: 'Poppins';
    display: inline-block;
    color: #afafb2;
}

.top-header .envelope li {
    font-size: 16px;
    font-family: 'Poppins';
    display: inline-block;
    color: #afafb2;
}

.top-header .call-info {
    text-align: right;
    z-index: 2;
    position: relative;
}

.top-header .call-info ul {
    list-style: none;
}

.top-header .call-info ul li {
    font-size: 16px;
    font-family: 'Poppins';
    display: inline-block;
    color: #5cd4f1;
}

.top-header .call-info ul li a {
    color: #afafb2 !important;
    text-decoration: none;
}




.top-header:after {
    background: #5cd4f1;
    position: absolute;
    content: '';
    width: 23%;
    top: 0;
    height: 100%;
    right: 0;
}

.banner-content {
    position: relative;
}

.banner-content img {
    width: 100%;
}

.banner-content .top-left {
    position: absolute;
    top: 45%;
    left:0%;
    width: 100%;
    text-align: center;
}

.banner-content .top-left h2 {
    color: #fff;
    font-size:72px;
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    line-height:56px;
    text-shadow: 1px 2px 1px #000;
}

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

.banner-content .top-left p span {
    font-size: 30px;
    font-family: "Poppins";
    font-weight: 600;
}

.one {
    padding: 80px 0;
     background:url(../images/choose.jpg) no-repeat fixed;
    position: relative;
}

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

.one .title-section h3 {
    color: #e3e2e2;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 10px 0;
}

.one .title-section h2 {
   color: #fff;
    font-size: 32px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    text-align: center;
}

.one h4 {
    color: #fff;
    font-size:17px;
    font-family: "Poppins";
    font-weight: 600;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
    text-align: center;
}

.one .why-choose {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.one .why-choose-content {
    margin-left: 15px;
}

.one p {
    color: #fff;
    font-family: "Poppins";
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.two {
     background:url(../images/testibg.jpg) no-repeat fixed;
    position: relative;
    padding: 80px 0;
}

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

.two .title-section h3 {
    color: #60b65c;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.two .title-section h2 {
    color: #000;
    font-size: 35px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
}

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

.three .title-section {
    margin-bottom: 30px;
}

.three .title-section h3 {
    color: #66d0f1;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.three .title-section h2 {
    color: #000;
    font-size: 35px;
   font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
}

.ourwork-images {
    overflow: hidden;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.ourwork-images img {
    width: 100%;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.ourwork-images:hover img {
    transform: scale(1.1, 1.1);
}

.four {
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
}

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

.four .title-section h3 {
    color: #2e2e2e;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.four .title-section h2 {
    color: #66d0f1;
    font-size: 32px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 40px;
     text-transform: uppercase;
     letter-spacing: 1.5;
}

.four h4 {
    color: #000;
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 600;
    margin: 0 0 5px 0;
}

.four .left-content-block {
    text-align: right;
    margin-bottom: 15px;
}

.four .right-content-block {
    text-align: left;
    margin-bottom: 15px;
}

.four p {
    color: #333;
    font-family: "Poppins";
    font-size: 15px;
    line-height: 23px;
}

.four .mid-img-block img {
    margin: 0px auto;
    width: 100%;
}

.seven {
    background: #fff;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}


.seven .title-section h3 {
    color: #2e2e2e;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 10px 0;
}

.seven .title-section h2 {
   color: #66d0f1;
    font-size: 32px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
    margin: 0 0 5px 0;
    letter-spacing: 1.5;
}

.seven h4 {
    color: #000;
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 10px 0;
}

.seven h3 {
    color: #421d56;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    margin:20px 0 10px 0;
    text-align: center;

}

.seven p {
    color: #6c6c6c;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 1px;
    text-align: center;
}

.seven .welcome-img-block img {
    margin: 0 auto;
    margin-bottom: 15px;
}

.seven .welcome-bottom {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.seven .welcome-bottom ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.seven .welcome-bottom ul li {
    color: #000;
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.seven .welcome-bottom:after {
    content: '';
    position: absolute;
    border-left: 2px solid #ccc;
    height: 60px;
    z-index: 1;
    bottom: 10px;
    right: 36%;
}

.seven .welcome-bottom:before {
    content: '';
    position: absolute;
    border-left: 2px solid #ccc;
    height: 60px;
    z-index: 1;
    bottom: 10px;
    left: 31%;
}

.seven .welcome-bottom ul li img {
    margin-right: 15px;
}

.eight {
    background:url(../images/form-bg.jpg) no-repeat;
    /*background: #139ac6;*/
    padding: 40px 0;
}

.eight h2 {
    color: #fff;
    font-size: 30px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 10px 0;
    line-height: 40px;
}

.eight p {
    color: #dddfe0;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

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

.top-footer h5 {
    color: #421d56;
    font-size: 26px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 500;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    border-left: 4px solid #fff;
   
}

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

.top-footer-content ul li {
    font-family: 'Poppins';
    font-size: 16px;
    color: #2e2e2e;
    margin-bottom:5px;
}

.top-footer-content ul li span {
    margin-left: 28px;
}

.top-footer h3 {
    color: #fff;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0;
}

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

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

.top-footer a {
    color: #2e2e2e;
}

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

.top-footer img {
    margin: 0 ;
}

.footer {
    padding: 20px 0 15px 0;
    background: #383636;
    text-align: center;
    border-top: 4px solid #66d0f1;
}

.footer span {
    color: #139ac6;
}

.footer p {
    color: #979393;
    font-family: "Poppins";
    font-size: 14px;
    margin: 0;
}


/* Inner Page */

.page {
    padding: 40px 0px 40px 0;
    background: #ededed !important;
    position: relative !important;
}

.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 {
    color: #121212;
    font-size: 30px;
    font-family: "Poppins";
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.page h3 {
    font-size: 20px;
    font-family: "Poppins";
    color: #139ac6;
}

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

.page h5 {
    font-family: "Poppins";
    color: #66d0f1;
    font-size: 20px;
    font-weight: 500;
}

.page p {
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    line-height:23px;
}

.page .fa {
    font-size: 18px;
    color: #139ac6;
}

.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:url(../images/headerbg.jpg) repeat-x;
      background: transparent;
backdrop-filter: blur(40px) saturate(160%) contrast(45%) brightness(140%);
    position: inherit;
    margin-top: inherit;*/
    background: #2b2b37;
}

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

.affix .header .logo {
    top: 0;
}

.header {
    display: block;
    background: #2b2b37;
    /*border-bottom: 35px solid #19181e;
    background:url(../images/headerbg.jpg) repeat-x;*/
    position: relative;
    width: 100%;
}


/*header-alt*/

.header #menu .quote:last-child a {
    background: transparent;
    color: #000 !important;
    border: 2px solid #000;
    padding: 1em 1.2em;
    margin-top: 25px;
}


/* Tap to Call */

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

.taptocall:hover {
    background: #8f8f91;
    transition: 0.2s ease-in;
    color: #2b2b37;
}


/* 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: #66d0f1 !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;
    }
    .top-header:after {
        display: none;
    }
    .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:after {
        display: none;
    }
    .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;
    }
    .three img {
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .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 {
        padding: 1em 0.8em;
        background: #000;
        color: #fff;
    }
    .header #menu .quote:last-child {
        float: none;
    }
    .header #menu .quote:last-child a {
        margin-top: 0px;
    }
    .four .left-content-block,
    .four .right-content-block {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .sbox {
   background: #421d56;
   margin-top:20px;
    width: 100%;
    margin-right: 0;
}
    .one {
    padding: 80px 0;
     background:url(../images/choose2.jpg) no-repeat fixed;
    position: relative;
}
    .banner-content .top-left {
    position: absolute;
    top:20%;
    left:0%;
    width: 100%;
    text-align: center;
}

    .banner-content .top-left h2 {
    color: #fff;
    font-size:28px;
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    line-height:5px;
    text-shadow: 1px 2px 1px #000;
}

.banner-content .top-left p {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins";
    line-height:18px;
}
.banner-content .top-left p span {
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 600;
}

    .header {
    display: block;
    background: #ce3235;
    border-bottom: none;
    position: relative;
    width: 100%;
}
    .logo1{margin-top:5px; }

    .button1 {
        margin-bottom:5px;
    }
    .top-header:after {
        display: none;
    }
    .top-header {
        text-align: center;
    }
    .top-header .call-info {
        text-align: center;
    }
    .seven .welcome-bottom:before,
    .seven .welcome-bottom:after {
        display: none;
    }
    .seven .welcome-bottom ul {
        display: block;
    }
    .seven .welcome-bottom ul li {
        display: inline-flex;
    }
    .one .why-choose {
        display: block;
    }
    .one .why-choose-content {
        margin-left: 0;
    }
    .four .left-content-block,
    .four .right-content-block {
        text-align: center;
    }
    .four .mid-img-block img {
        width: 60%;
    }
    .top-footer .top-footer-content {
        margin-top: inherit;
    }
    .header #menu .quote:last-child a {
        padding: 1em 1.25em;
    }
  
    .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: #2b2b37;
        padding: 10px 0px;
    }
    .affix .header {
        background: #2b2b37;
    }
    .footer h2 {
        text-align: center;
    }
 
    .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;
    }
    .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;
    }
    .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;
    }
}

.testimonials-content {}

.client-information {
     background: transparent;
backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
    padding: 40px;
    border-radius: 4px;
    position: relative;
    text-align: center;
}

.client-information .dash img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.testimonials-content .client-name {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 600;
    color: #66d0f1;
    display: inline-block;
    text-align: center;
}

.testimonials-content .address {
    font-size: 20px;
    font-family: "Lato";
    font-weight: 300;
    color: #fff;
    display: block;
    margin-top: -10px;
}

.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height:21px;
    color: #fff;
    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;
    }
}

@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
    }
}

.css-typing p {
    border-right: .15em solid #139ac6;
    font-family: "Courier";
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.css-typing p:nth-child(1) {
    width: 15em;
    -webkit-animation: type 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
    width: 9em;
    opacity: 0;
    -webkit-animation: type2 2s steps(40, end);
    animation: type2 2s steps(40, end);
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes type {
    0% {
        width: 0;
    }
    99.9% {
        border-right: .15em solid #139ac6;
    }
    100% {
        border: none;
    }
}

@-webkit-keyframes type {
    0% {
        width: 0;
    }
    99.9% {
        border-right: .15em solid #139ac6;
    }
    100% {
        border: none;
    }
}

@keyframes type2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid #139ac6;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@-webkit-keyframes type2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid #139ac6;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@keyframes type3 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes type3 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

@-webkit-keyframes blink {
    50% {
        border-color: tranparent;
    }
}