@import url('../fonts.googleapis.com/css2%3Ffamily=Reggae+One&amp%3Bdisplay=swap.css.html');
@import url('../fonts.googleapis.com/css2%3Ffamily=Roboto&amp%3Bdisplay=swap.css.html');
.header {
    float: left;
    width: 100%;
    padding: 5px ;
    background: linear-gradient(to bottom, black, #eafe0b);
}
.header-left {
    float: left;
    width: 100%;
}
.header-left img{
    float: left;
    width: 100%;
}
.header-right {
    float: left;
    width: 100%;
}
.hd-right-p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #feffff;
    font-family: 'Roboto', sans-serif;
    
}
p.hdr-p1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.header-right span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
}
.header-right span a{
color: rgb(255, 255, 255);
font-weight: bold;
}
p.hdr-p2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.right-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: white;
    font-family: 'Reggae One', cursive;
}
.right-header-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
    -webkit-animation: 0.3s blink alternate infinite;
    animation: 0.3s blink alternate infinite;
}
.head-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #070707;
    padding: 5px 0px;
}
.head-color i
{
    color: rgb(243, 241, 241);
    padding-right: 5px;
    font-weight: bold;
}

  @-webkit-keyframes blink {
    from {color: black;}
    to {color:white;}
  }
  .text1 {
    float: left;
    width: 100%;
    background-color: black;
    font-size: 20px;
    color: white;
    padding: 5px 0px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 1;
}
.banner_container {
    float: left;
    width: 100%;
}
.banner_container img{
    float: left;
    width: 100%;
}


.copyrt {
    width: 100%;
    
    float: left;  
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    color: black;
    background: white;
    }
    
    .last-row
    {
    float: left;
    width: 100%;
    }
    .cal
    {
    
    bottom: 0px;
    left: 10px;
    position: fixed;
    z-index: 1111;
    
    }
    
    .whatsaapp img {
        -webkit-animation: mover 0.5s infinite  alternate;
        animation: mover 0.5s infinite  alternate;
    }
    .cal img {
        -webkit-animation: mover 0.5s infinite  alternate;
        animation: mover 0.5s infinite  alternate;
    }
    @-webkit-keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    
    .whatsaapp
    {
    
    bottom: 0px;
    right: 16px;
    position: fixed;
    z-index: 1111;
    
    }
    .banner3
{
    width: 100%;
    float: left;
}
.banner3 img
{
    width: 100%;
    float: left;
}
.text2 {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 25px;
    text-align: center;
    background: rgb(175, 197, 11);
    color: white;
}
.text2 a{
    -webkit-animation: 0.3s blink alternate infinite;
    animation: 0.3s blink alternate infinite;
}
.about-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

.abt-left {
    float: left;
    width: 100%;
    padding: 10px;
    background: #00000038;
    position: relative;
    z-index: 1;
}
.abt-sub {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    color: white;
    padding: 7px 0px 7px 15px;
}
.abt-sub::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 100%;
    top: 0px;
    right: inherit;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    z-index: -1;
    background: black;
    border-left: 5px solid #fe0000;
}
.abt-header {
    float: left;
    width: 100%;
    font-size: 35px;
    color: #fe0000;
    font-family: 'Reggae One', cursive;
}
.abt-desc {
    float: left;
    width: 100%;
    text-align: justify;
    color: black;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 5px 0px;
}
.abt-desc i {
    -webkit-animation: 0.3s blink1 alternate infinite;
    animation: 0.3s blink alternate infinite;
    
}
.abt-desc ul {
    font-size: 18px;
    color: black;
    list-style: none;
}
.abt-right {
    float: left;
    width: 100%;
}
.abt-right img {
    display: table;
    margin: 0 auto;
    float: none;
    width: 100%;
}
.abt-right2 {
    float: left;
    width: 100%;
}
.abt-right2 img {
    display: table;
    margin: 0 auto;
    float: none;
    width: 100%;
}
.about-us::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0px;
    right: inherit;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #060605;
    z-index: -1;
    border-left: 10px solid #fe0000;
}
.abt-rt {
    float: left;
    width: 100%;
}
.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    background: #141414;
}
.best-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: white;
    font-family: 'Reggae One', cursive;
}
.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #f8f807;
    padding-bottom: 30px;
}
.best-border {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.best-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.best-img img {
    float: left;
    width: 100%;
    background: #f8f807;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: black;
    font-family: 'Reggae One', cursive;
}
.best-call {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0px;
}
.best-call a{
position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    border: 1px solid #fe0000;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 400;
    z-index: 1;
}
.best-call a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #fe0000;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.best-border:hover .best-call a::before{
    -webkit-transform: scale(0);
    transform: scale(0);
}
.best-border:hover .best-call a{
  color: #fe0000;
}
.best-contetnt
{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    bottom: -15px;
    padding: 10px 0px;
    background: #f8f807;
}

.best-border:hover .best-img img
{
    border-radius: 50%;
}

.why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}
.why-us::before {
    content: "";
    position: absolute;
    width: 5%;
    height: 100%;
    top: 0px;
    right: inherit;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    z-index: -1;
    background-color: #f8f807;
    border-left: 10px solid #0a6337;
}

.why-left {
    float: left;
    width: 100%;
}
.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #0a6337;
   font-family: "Reggae One", cursive;
    position: relative;
    z-index: 1;
}
.why-header::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 14px;
    top: inherit;
    right: 0px;
    bottom: -12px;
    left: 0px;
    margin: 0 auto;
    z-index: 1;
    border-radius: 20px;
    background: #fe0000;
}
.why-header::after {
    content: "";
    position: absolute;
    width: 200px;
    background: #fe0000;
    z-index: -1;
    right: 0;
    left: 0;
    height: 4px;
    bottom: -7px;
    border: 0px;
    margin: 0 auto;
    display: table;
}
.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 30px 0px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.why-right {
    float: left;
    width: 100%;
}
.why-box {
    float: left;
    width: 100%;
    border: 3px solid black;
    padding: 20px 0px;
    margin-bottom: 30px;
    border-radius: 30px;
}
.why-right span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 43px;
    background: #f8f807;
    color: #fe0000;
    border: 10px solid #0a6337;
}
.why-box p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
   font-family: "Reggae One", cursive;
    color: #0a6337;
}
.why-box:hover span 
{
    transition: 0.5s ease-in-out;
    transform: rotateY(360deg);
 }
 .testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.tetsi-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #0a6337;
   font-family: "Reggae One", cursive;
   position: relative;
   z-index: 1;
}
.testi-border {
    float: left;
    width: 100%;
    background-color: white;
    padding: 10px;
    box-shadow: 10px 10px #0a6337;
    border: 2px solid #f8f807;
    margin-top: 30px;
}
.testi-img {
    float: left;
    width: 100%;
}
.testi-img img {
    float: none;
    display: table;
    margin: 0 auto;
    border: 2px solid #0a6337;
    box-shadow: 3px 3px #f8f807;
}
.testi-desc {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    font-size: 18px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.testi-name {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
   font-family: "Reggae One", cursive;
    color: #0a6337;
    padding-bottom: 10px;
}
.tetsi-header::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 14px;
    top: inherit;
    right: 0px;
    bottom: -12px;
    left: 0px;
    margin: 0 auto;
    z-index: 1;
    border-radius: 20px;
    background: #fc0e1a;
}
.tetsi-header::after {
    content: "";
    position: absolute;
    width: 200px;
    background: #fc0e1a;
    z-index: -1;
    right: 0;
    left: 0;
    height: 4px;
    bottom: -7px;
    border: 0px;
    margin: 0 auto;
    display: table;
}
.other-services
{
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    background: linear-gradient( 
        180deg
         , #fff 15%, #181818 15%);
}
.other-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-family: 'Reggae One', cursive;
    color: #0a6337;
}
.other-line {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
.other-line i
{
color: #0a6337;
}
.other-line:before {
content: '';
position: absolute;
right: calc(50% + 20px);
top: 12px;
background: black;
width: 80px;
height: 3px;
margin: 0;
}
.other-line:after {
content: '';
position: absolute;
left: calc(50% + 20px);
top: 12px;
background: black;
width: 80px;
height: 3px;
margin: 0;
}
.other-img {
float: left;
width: 100%;

}
.other-img {
float: left;
width: 100%;
padding: 0px 15px;
position: relative;
z-index: 1;
}
.other-img img {
float: left;
width: 100%;
border-radius: 10px 10px 0px 0px;
}
.other-title {
float: left;
width: 100%;
text-align: center;
font-size: 25px;
color: #0a6337;
font-family: 'Reggae One', cursive;
}
.other-desc {
float: left;
width: 100%;
text-align: center;
font-size: 18px;
color: black;
  font-family: 'Roboto', sans-serif;
}
.other-call {
float: left;
width: 100%;
text-align: center;
font-size: 20px;
  font-family: 'Roboto', sans-serif;
padding: 10px 15px;
}
.other-call a {
color: white;
background: #0a6337;
padding: 5px 10px;
border-radius: 10px;
}
.other-call i{
color: #f8f807;

}
.other-cnt {
float: left;
width: 100%;
background: #fff;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 0 0 7px #2a2a2a;
padding: 15px;
}
.other-border {
    float: left;
    width: 100%;
    padding: 5px;
    background: #fe0000;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    border-radius: 20px;
}
.other-call a:hover
{
transition: 0.3s ease-in-out;
background: black;
color: white;
}
.other-img a::before {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 90%;
    height: 90%;
    text-align: center;
    content: "";
    background-color: #0a63363f;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease 0s;
    border-radius: 20px;
}
.other-img a::after {
    background-color: black;
    bottom: 0px;
    color: #f8f807;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    height: 60px;
    left: 0px;
    line-height: 60px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    transform: scale(3);
    width: 60px;
    opacity: 0;
    z-index: 2;
    border-radius: 50%;
    margin: auto;
    transition: all 0.5s ease 0s;
}
.other-border:hover .other-img a::after {

opacity: 1;
transform: scale(1);
}
.other-border:hover .other-img a::before {

opacity: 1;

}
.list1 {
    float: left;
    width: 100%;
    color: black;
    padding-top: 20px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.footer {
    float: left;
    width: 100%;
    background: #1a1a1a;
    padding: 50px 0px;
}
.footer-border {
    float: left;
    width: 100%;
  
}
.footer-header {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 25px;
    color: #f8f807 ;
  font-family: 'Reggae One', cursive;
    border-bottom: 1px solid white;
}
.foodesc {
    float: left;
    width: 100%;
    color: white;
    padding-top: 20px;
    font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
.footer ul {
    list-style: none;
}
.footer i {
    padding-right: 5px;
    color: #f8f807 ;
}
.footer i a{
   
    color: #f8f807 ;
}
.footer a
{
    color: white;
}
.footer li:hover
{
    color: #f8f807 ;
}
.foter-img {
    float: left;
    width: 100%;
}
.foter-img img{
    float: left;
    width: 100%;
}
.lat-img {
    float: left;
    width: 100%;
}
.lat-img img{
    float: left;
    width: 100%;
}
.text4 {
    float: left;
    width: 100%;
    background: #f8f807;
    padding: 5px 0px;
    font-size: 20px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
@media(min-width:320px) and (max-width:479px)
{
    .hd-right-p {
        font-size: 18px;
    }
    .hd-right-p1 {
        font-size: 18px;
    }
    header-right span {
        font-size: 18px;
    }
    .right-header {
        font-size: 20px;
    }
    .text1 {
        font-size: 18px;
    }
    .text2 {
        font-size: 20px;
    }
    .abt-sub {
        font-size: 20px;
    }
    .abt-header {
        font-size: 30px;
    }
    .best-header {
        font-size: 35px;
    }
    .best-sub {
        font-size: 20px;
    }
    .best-title {
        font-size: 20px;
    }
    .best-border {
        margin-bottom: 30px;
    }
    .best-call a {
        padding: 5px 10px;
    }
    .why-header {
        font-size: 30px;
    }
    .why-sub {
        font-size: 20px;
    }
    .other-header {
        font-size: 35px;
    }
    .other-title {
        font-size: 20px;
    }
    .other-call a {
        padding: 3px 5px;
    }
    .other-call {
        font-size: 18px;
    }
    .tetsi-header {
        font-size: 35px;
    }
    .text4 {
        font-size: 18px;
    }


}
@media(min-width:480px) and (max-width:639px)
{
    .hd-right-p {
        font-size: 18px;
    }
    .hd-right-p1 {
        font-size: 18px;
    }
    header-right span {
        font-size: 18px;
    }
    .right-header {
        font-size: 20px;
    }
    .text1 {
        font-size: 18px;
    }
    .text2 {
        font-size: 20px;
    }
    .abt-sub {
        font-size: 20px;
    }
    .abt-header {
        font-size: 30px;
    }
    .best-header {
        font-size: 35px;
    }
    .best-sub {
        font-size: 20px;
    }
    .best-title {
        font-size: 20px;
    }
    .best-border {
        margin-bottom: 30px;
    }
    .best-call a {
        padding: 5px 10px;
    }
    .why-header {
        font-size: 30px;
    }
    .why-sub {
        font-size: 20px;
    }
    .other-header {
        font-size: 35px;
    }
    .other-title {
        font-size: 20px;
    }
    .other-call a {
        padding: 3px 5px;
    }
    .other-call {
        font-size: 18px;
    }
    .tetsi-header {
        font-size: 35px;
    }
    .text4 {
        font-size: 18px;
    }
}
@media(min-width:640px) and (max-width:767px){
    .best-border {
        margin-bottom: 30px;
    }
}
@media(min-width:768px) and (max-width:991px){
.header .col-sm-5
{
    width: 100%;
}
.header .col-sm-7
{
    width: 100%;
}
.about-us .col-sm-7
{
    width: 100%;
}
.about-us .col-sm-5
{
    width: 100%;
}
.best-services .col-sm-3
{
    width: 50%;
    margin-bottom: 30px;
}
.why-us .col-sm-3
{
    width: 50%;
}
.other-services .col-sm-4
{
    width: 50%;
}
.testi .col-sm-4
{
    width: 50%;
}
.footer .col-sm-4
{
    width: 50%;
}
}
@media(min-width:992px) and (max-width:1200px){

}