@charset "utf-8";

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

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

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

body {
    background: #fff;
}
.singh{padding-top: 198px !important;}
.kumar{padding-top: 190px !important;}
::placeholder {
    color: #8d8d8d;
    opacity: 1;
    /* Firefox */
}

:-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: #4EAAC8;
    border: #4EAAC8 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: #B5BE05;
}
.top-header{
    background: #F6F8F9;
    padding: 10px 0;

}

.top-header p{
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #42474C;
    margin: 0;
}



.top-header .info ul{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

.top-header .info ul li{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #42474C;
   
}
.top-header  h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    margin:0;
    color: #7FBD42;
    text-align: right;

}
.top-header .info ul li a{
    color: #42474C;
    text-decoration: none;
}
.top-header .info ul li a:hover{
    color: #E9322E;
    transition: all ease-in 0.2s;
}

.top-header .info .fa{
    color: #4EAAC8;
}
.top-header .social .fa{
    color: #000;
}
.top-header .social ul {
    list-style: none;
    text-align: right;
    margin-top: -30px;
}

.top-header .social ul li{
    display: inline-block;

    margin: 5px;
}
.top-header .social ul li a{
 color: #fff;

}
.affix-down{
    background: #fff;


}
.affix-down .social h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;

    /* identical to box height, or 188% */


    color: #000;
}


.affix-down .info ul{
    list-style: none;
    margin-top: 6px;
}

.affix-down .menu ul li{
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;

    color: #000;
}
.affix-down .info h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    margin-top:-1px;
    color: #7FBD42;

}
.affix-down .info ul li a{
    color: #000;
    text-decoration: none;
}
.affix-down .info ul li a:hover{
    color: #E9322E;
    transition: all ease-in 0.2s;
}

.affix-down .info .fa{
    color: #4EAAC8;
}
.affix-down .social .fa{
    color: #000;
}
.affix-down .social ul {
    list-style: none;
    text-align: right;
    margin-top: 15px;
    padding-right: 70px;
}

.affix-down .social ul li{
    display: inline-block;

    margin: 5px;
}
.affix-down .social .fa {
 color: #4EAAC8;

}

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

}

.input-textarea {
    color: #333;
    width: 100%;
    font-size: 14px;
    font-family: "Inter";
    padding: 5px 15px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #eee;

}

.input-submit {
    color: #B5BE05;
    font-size: 15px;
    border: 2px solid #B5BE05;
    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: "Inter";
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;

}

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

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

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

.page .input-submit {
    color: #fff;
    font-size: 16px;
    border: 2px solid #4EAAC8;
    background: #4EAAC8;
    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: "Inter";
}

.button1 {
    font-family: "Inter";
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #4EAAC8;
    background: #4EAAC8;
    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;
}



.button2 {
    font-family: "Inter";
    font-weight: normal;
    font-style: normal;
    color: #fff;
    margin-top: -15px;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #4EAAC8;
    background: #4EAAC8;
    padding: 7px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
}



.button3 {
   font-family: "Inter";
   font-weight: normal;
   font-style: normal;
   color: #fff;

   font-size: 16px;
   border-radius: 5px;
   border: 2px solid #4EAAC8;
   background: #4EAAC8;
   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;
}

.button4{
   font-family: "Inter";
   font-weight: normal;
   font-style: normal;
   color: #fff;
   margin-top: 20px;
   font-size: 16px;
   border-radius: 5px;
   border: 2px solid #7FBD42;
   background: #7FBD42;
   padding: 6px 25px;
   transition: 0.5s;
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -ms-transition: 0.5s;
   -o-transition: 0.5s;
   font-weight: 400;
}


.banner-content {

    top: 30%;
    left: 10%;
    width: 100%;
}

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

.banner-content .centered {
  position: absolute;
  top: 30%;
  left: 8%;
  width: 100%;
}

.banner-content .centered h2 span {
    font-weight: 800;
}


.banner-content .centered h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    /* or 125% */
    color: #FFFFFF;

}


.one {
    padding: 80px 0 0 0;
    background: #fff;
    
}
.one h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #585C61;
}
.one p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #363636;
}

.one .items {

    text-align: center;
    margin-bottom: 20px;
}
.one .items a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height, or 156% */

    text-align: center;

    color: #4EAAC8;
}
.one .items .fa{
    font-size: 20px;
    
}

.two{
    background: #F6F8F9;
    padding: 80px 0;
}

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

.two .title-section .hr1{
 background: #DCDCDC;
    width: 10%;
    height: 2px;
    margin: 15px auto;
}

.two h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #585C61;
    margin: 0 0 10px 0;
}
.two h2{

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    color: #585C61;
    margin: 0;
}

.two h2 span{
    font-weight: 700;
}


.two h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #585C61;

}


.two img{
    margin-bottom: 15px;
    width: 100%;
}

.two .services{
    margin-bottom: 30px;
}

.two .services p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #363636;
}
.two .services a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height, or 156% */
    text-align: center;
    color: #4EAAC8;
    margin-top: 15px;

}

.three{
  background: url(../images/untitlled-111.jpg) center center no-repeat fixed;
  padding: 80px 0px;
  background-size: cover;
}

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

.three .title-section .hr1{
 background: #DCDCDC;
    width: 8%;
    height: 2px;
    margin: 15px auto;
}

.three h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 0 0 10px 0;
}


.three h2{
   font-family: 'Inter';
   font-style: normal;
   font-weight: 600;
   font-size: 35px;
   text-align: center;
   color: #fff; 
   margin: 0;
}


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

.four .contact{
    margin-bottom: 30px;
}

.four .contact h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #585C61;
    margin:  0 0 20px 0;
}

.four .contact h2 span{
    font-weight: 700;
}

.four .contact p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #727273;
    line-height: 30px;

}

.four  h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #585C61;
    margin: 0 0 15px 0;
}

.four p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #727273;
    line-height: 30px;

}

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

.seven .title-section {
    margin-bottom: 20px;
}
.seven .title-section h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
margin: 0 0 10px 0;
    color: #585C61;
}

.seven .title-section h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    color: #585C61;
    margin: 0;

}

.seven .title-section h2 span {
     font-weight: 700;
}

.seven .title-section .hr1{
    background: #DCDCDC;
    width: 10%;
    height: 2px;
    margin: 15px 0;
}

.seven p {
 font-family: 'Inter';
 font-style: normal;
 font-size: 16px;
 line-height: 30px;
 color: #727273;
}

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

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

.top-footer .top-footer-block {
    display: flex;
    align-items: center;
}

.top-footer .top-footer-content {
    margin-left: 15px;
}
.top-footer h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.top-footer h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;

}


.top-footer h5 {
    color: #fff;
    font-size: 20px;
    font-family: "Inter";
    font-weight: 700;
    margin: 0 0 5px 0;
}

.top-footer p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}


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

.top-footer ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
   
}

.top-footer ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
   
}

.top-footer ul li .fa{
    width: 25px;
}
.top-footer .social-icon{
    padding: 10px 0;
}

.top-footer .social-icon ul li{
    display: inline-block;
}






.footer {
        padding: 10px 0 3px 0;
    background: #E5E5E5;
    text-align: center;
}

.footer span {
    color: #B5BE05;
}

.footer p {
    color: #505050;
    font-family: "Inter";
    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: "Inter";
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.page h4 {
   font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;

    /* or 129% */
    text-align: center;

    color: #585C61;
}

.page h3 {
    font-size: 20px;
    font-family: "Inter";
    color: #B5BE05;
}

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

.page h5 {
   
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 30px;
/* identical to box height, or 167% */


color: #4EAAC8;
}

.page p {
font-family: 'Inter';
 font-style: normal;
 font-size: 16px;
 line-height: 30px;
 color: #727273;
}

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

.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 */

.Inter {
    font-family: "Inter";
}

.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: rgba(255, 255, 255, 0.9);
    position: inherit;
    margin-top: inherit;

}

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

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


.header {
    display: block;
    background: #fff;
    border-bottom: 1px solid #c1c4c9;

    width: 100%;


}

/*header-alt*/



.header #menu .quote:last-child {
    float: right;
}

.header #menu .quote:last-child a {
    background: #B5BE05;
    color: #fff !important;
    border-radius: 3px;
    padding: 1em 2em;
    margin-top: 25px;

}
.header .afix-img ul li{
   
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    color: #4EAAC8;


}
.header .afix-img ul{
  list-style: none;
display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 25px;

}


.header .afix-img a{
    color: #4EAAC8;
    font-weight: 500;
    text-decoration: none;

} 

.header .afix-img a:hover{
    color: #7FBD42;
    transition: all ease-in 0.2s;
}

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

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


@media only screen and (max-width: 1180px) {
.header .afix-img ul li {
font-size: 17px;
}
.header .afix-img ul {
    justify-content: space-between;
}
}


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

    .header {
        top: inherit;
        background: #fff;
        padding: 10px 0px;
    }
    .button1{
        display: none;
    }
    .affix-down .social ul{
        display: none;
    }

    .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: #B5BE05;
        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) {
    .singh{padding-top: 60px !important;}
.kumar{padding-top: 60px !important;}
    .button1 {
        margin-bottom: 20px;
    }

    .header{
    border-bottom: inherit;
    }

    .top-header{
        text-align: center;
    }
    .top-header .info ul{
        display: inherit;
    }
    .top-header h3{
        text-align: center;
        padding: 10px 0;
    }

    .banner-right, .banner-left {
        display: none;
    }

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

    .header #menu .quote:last-child a {
        padding: 1em 1.25em;
    }

    .logo {
        position: inherit;
        top: inherit;
    }

    .seven img {
        width: 100%;

    }

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

    .four .service-content-block {
        min-height: inherit;
        margin: inherit;
        padding: 20px;
    }

    .two .form-group {
        padding: inherit;
    }

    .header {
        top: inherit;
        background: #fff;
        padding: 10px 0px;
    }

    .affix .header {
        background: #fff;
    }

    .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: 20px;
    }

    .two .testimonials-content {
        padding: 20px;
    }

    .top-footer .top-footer-block {
        margin-bottom: 20px;
    }

    .top-footer .abn-block {
        position: inherit;
        margin-top: 30px;
    }


    .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 {
   
   text-align: center;
}

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



.testimonials-content .client-review {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #fff !important;
    font-style: italic;
}

.testimonials-content {
    text-align: center;
    color: white;
    font-size: 16px;
}

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

 .blink {
        animation: blinker 0.9s linear infinite;
        color: #1c87c9;
        font-size: 16px !important;
        font-weight: normal;
        font-family: sans-serif;
        margin-top: 10px;
        text-align: center;
      }
      @keyframes blinker {
        50% {
          opacity: 0;
        }
      }
      .blink-one {
        animation: blinker-one 1s linear infinite;
      }
      @keyframes blinker-one {
        0% {
          opacity: 0;
        }
      }
      .blink-two {
        animation: blinker-two 1.4s linear infinite;
      }
      @keyframes blinker-two {
        100% {
          opacity: 0;
        }
      }