@import url('../css2.html');
@import url('../css2-1.html');
.header {
    float: left;
    width: 100%;
    
    padding: 10px 0px;
}
.header-left {
    float: left;
    width: 100%;
   
}
.header-left img{
    float: left;
    width: 100%;
   
}

.logo {
    float: left;
    width: 100%;
}
.logo img {
    float: left;
    width: 100%;
}

.header-right {
    float: left;
    width: 100%;
}
.header-right img{
    float: left;
    width: 100%;
}
img {
    max-width: 100%;
}
.top-sec {
	    border: 2px solid #ffffff;
    background: #FFDE59;
    color: #000;
    float: left;
    width: 100%;
}
.top-sec .tp-cl1 {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 0px;
}
.top-sec .tp-cl1 .tp-inr p {
    margin: 0px;
    font-size: 20px;
   font-family: 'Righteous', cursive;
    color: #000;
}
.top-sec .tp-cl2 {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 0px;
}
.top-sec .tp-cl2 .tp-inr {
    padding: 0px 8px;
    border-left: 1px solid #fff;
}
.top-sec .tp-cl2 .tp-inr p {
    color: #FFCB01;
    font-size: 20px;
    font-family: inherit;
    font-family: inherit;
   font-family: 'Righteous', cursive;
}
.top-sec .tp-cl2 a {
    text-decoration: none;
    color: inherit;
}
.top-sec .tp-cl2 .tp-inr span {
    display: block;
    color: #fff;
}
.top-sec .tp-cl3 {
    background: #FFCB01;
    padding: 0px;
    z-index: 1;
    position: relative;
}
.top-sec .tp-cl3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: inherit;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #004e34;
    -webkit-transform: skewY(
-55deg);
    transform: skewY(
-55deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: -1;
}
.top-sec .tp-cl3 .tp-inr {
    border: 0px;
}
.top-sec .tp-cl3 ul {
    list-style: none;
    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;
    margin: 0px;
}
.top-sec .tp-cl3 ul li {
    padding: 0px 10px;
    line-height: 27px;
}
.top-sec .tp-cl3 ul li a .fa{
    font-size: 24px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #004e34;
    position: relative;
    border-radius: 50%;
    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;
}
  .text1 {
    float: left;
    width: 100%;
    background: #017C82;
    font-size: 20px;
    color: #fff;
    padding: 5px 0px;
	    border: 2px solid #fff;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 1;
	text-align:center;
}
.zoom-in-out-box {
    animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 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;
    color: #fff;
    background: #017C82;
    padding: 10px 0px;
    }
    
    .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 {
        float: left;
        width: 100%;
    }
    .banner3 img{
        float: left;
        width: 100%;
    }
 
    
    @-webkit-keyframes blink2 {
        from {color: black;}
        to {color:white;}
      }
      .just {
        float: left;
        width: 100%;
        padding: 50px 0px;
        background: black;
        position: relative;
        z-index: 1;
    }
    .just-headr {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 45px;
        color: #FFCB01;
   font-family: 'Righteous', cursive;
    }
    .just-sub {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 35px;
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
    }
    .just-call {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 35px;
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
    }
    .just-call a
    {
        color: #FFCB01;
    }
    .just-border {
        float: left;
        width: 100%;
        border: 5px solid whitesmoke;
        padding: 20px;
    }
    .most-left {
        float: left;
        width: 100%;
    }
    .most-right {
        float: left;
        width: 100%;
        margin-top: -40px;
    }
  
   .most-right ul {
        text-align: left;
        width: 100%;
        padding: 20px;
        background: #017C82;
		margin-top: 40px;
    }
    .most-right ul li {
        line-height: 50px;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        list-style: none;
        color: white;
    }
    .most-right ul li i{
        padding-right: 10px;
        color: white;
    }
    .most-services {
        width: 100%;
        float: left;
        padding: 50px 0px;
		background:#017C82;
    }
    .most-header {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 45px;
        color: yellow;
        padding-bottom: 30px;
     font-family: 'Righteous', cursive;
    }
    .most-sub {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: white;
        font-family: 'Roboto', sans-serif;
    }
    .most-border {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        border: 1px solid #e1e1e1;
        padding: 25px 15px;
		background:black;
    }
    .most-img {
        float: left;
        width: 100%;
     
    }
    .most-img img {
        float: left;
        width: 100%;
        clip-path: polygon(0 15%,0 0,100% 0,100% 0,95% 95%,60% 95%,50% 100%,40% 96%,5% 95%);
    }
    .most-title {
        float: left;
        width: 100%;
        font-size: 20px;
        padding: 5px 0px;
        color: #004e34;
        font-weight: bold;
         font-family: 'Roboto', sans-serif;
    }
    .most-desc {
        float: left;
        width: 100%;
        font-size: 15px;
        color: white;
         font-family: 'Roboto', sans-serif;
    }
    .most-border:hover
    {
        box-shadow: 0px 10px 15px -10px #777777;
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    }
    .most-border:hover .most-img img
    {
        box-shadow: 10px 10px 15px -10px #777777;
    -webkit-box-shadow: 10px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    }
    .most-border:hover .most-title 
    {
       color: black;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    }
    .ban2-sec {
        text-align: center;
        padding: 100px 0px;
        position: relative;
        background: url(../images/index.html);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        z-index: 1;
        float: left;
        width: 100%;
    }
    .ban2-sec:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        bottom: inherit;
        left: 0px;
        margin: 0 auto;
        z-index: -1;
        background: #000000b8;
    }
    .ban-name {
        font-size: 60px;
        color: #FFDE59;
        text-transform: capitalize;
        text-align: center;
      font-family: 'Righteous', cursive;
        margin: 0px;
        font-weight: 700;
        width: 100%;
        float: left;
    }
    .astr-name {
        font-size: 28px;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
      font-family: 'Righteous', cursive;
        margin: 0px;
        padding: 10px 0px;
        width: 100%;
        float: left;
    }
    .ban-call {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 18px;
       font-family: 'Roboto', sans-serif;
        padding: 10px 0px;
    }
    .ban-call a{
    position: relative;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: white;
        border: 1px solid #FFCB01;
        padding: 10px 20px;
        font-weight: 400;
        z-index: 1;
    }
    .ban-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: black;
        border-radius: inherit;
        z-index: -1;
        -webkit-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }
  .ban-call a:hover::before
  {
     transform: scale(0);
  }
  .ban-call a:hover
  {
     color: #FFCB01;
  }
.about-us {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 50px 0px;
   
    outline-offset: -30px;
}

.abt-left {
    float: left;
    width: 100%;
}
.abt-right {
    float: left;
    width: 100%;
}
.abt-left img{
    float: left;
    width: 100%;
}

.abt-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
  font-family:auto;
    color: #004e34;
}
.line {
    float: left;
    width: 100%;
}
.line img {
    display: table;
    margin: 0 auto;
    float: none;
}
.abt-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}
.abt-desc {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    color: black;
	padding:10px;
    line-height: 30px;
}
.abt-desc ul {
    list-style: inside;
    padding-top: 20px;
}
.abt-desc i
{
    padding-right: 10px;
    color: #004e34;
}
.abt-desc span
{
    color: #004e34;
    font-weight: bold;
}
    
        .best-services {
            float: left;
            width: 100%;
            padding: 50px 0px;
            position: relative;
            z-index: 1;
        }
        
        .best-services::before
        {
            content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        right: inherit;
        bottom: inherit;
        left: 0px;
        margin: 0 auto;
        background: whitesmoke;
        }
        .best-right {
            float: left;
            width: 100%;
        }
        .best-right-header {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 45px;
            color: #004e34 ;
        font-family: 'Righteous', cursive;
        }
        .best-right-sub {
            float: left;
            width: 100%;
            text-align: center;
            color: black;
            font-size: 20px;
            font-family: 'Roboto', sans-serif;
            padding-bottom: 30px;
        }
        .best-right-box {
            float: left;
            width: 100%;
        background: #fff ;
            padding: 25px;
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
            clip-path: polygon(0 0%, 100% 0, 100% 93%, 0% 103%);
        }
       
        .best-right-box::before
        {
            content: '';
            background-color: #017C82;
            height: 65%;
            width: 100%;
            transform: translateY(-50%);
            position: absolute;
            top: 54%;
            left: 0;
            z-index: -1;
        }
        
        .best-right-img {
            float: left;
            width: 100%;
           
            border-radius: 50%;
        }
        .best-right-img img {
            margin: 0 auto;
            float: none;
            display: table;
           
            padding: 5px;
           border-top-left-radius: 27px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 97px;
            border: 4px dotted #FFDE59;
        }
        .best-right-title {
            float: left;
			margin-top: 10px;
            width: 100%;
            text-align: center;
            font-size: 22px;
            color: #FFDE59;
        font-family: 'Righteous', cursive;
        }
        .best-right-desc {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 16px;
            color: #fff;
            padding: 10px 0px;
            font-family: 'Roboto', sans-serif;
            margin-bottom: 10px;
        }
        .read-more {
            color: #fff;
            background-color: #000;
            font-size: 35px;
            line-height: 70px;
            height: 70px;
            width: 70px;
            margin: 0 auto;
            box-shadow: 0 0 3px #000;
            border-radius: 50%;
            display: block;
            position: relative;
            text-align: center;
            margin: 0 auto;
            display: table;
        }
		
  
       
        .best-right-box:hover .read-more:before {
		
         transform: scale(0.7);
            opacity: 1;
            transition: all 0.3s;
        }
		
	
        .testi {
            float: left;
            width: 100%;
            padding: 50px 0px;
            background-color: #000000;
		    border: 2px solid #000;
        }
        .testi-header {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 45px;
            color: #fff;
    font-family: 'Righteous', cursive;
         padding-bottom: 30px;
         border-bottom: 2px dashed #000;
        }
    
        .testi-border {
            float: left;
            width: 100%;
            padding: 10px;
            position: relative;
            z-index: 1;
          
        }
       
        .testi-desc {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 18px;
            color: #fff;
            font-family: 'Roboto', sans-serif;
            padding: 30px 20px 60px 20px;
    border-bottom: 2px solid #000;
        }
        .testi-img {
            float: left;
            width: 100%;
            margin: -47px 0 0 0;
        }
        .testi-img img {
            display: table;
            margin: 0 auto;
            float: none;
            border-radius: 50%;
        }
        .testi-name {
            float: left;
            width: 100%;
            font-size: 25px;
            color: #fff;
    font-family: none;
       text-align: center;
        }
        .footer {
            float: left;
            width: 100%;
            background: black;
        }
        .footer-border {
            float: left;
            width: 100%;
        }
        .footer-detail{
            padding: 10px;
           
        }
        .footer-img {
            padding: 0;
            text-align: center;
        }
        .footer-img img {
            max-width: 100%;
        }
        .head-call1 {
            padding: 0 0 10px 0;
            text-align: center;
        }
        .head-call1 p {
            animation-name: bounce;
            animation-duration: 1s;
            margin: 0;
            animation-iteration-count: infinite;
        }
        @-webkit-keyframes bounce {
            from {color: black;}
            to {color:#004e34;}
          }
          
        .head-call1 a {
            text-transform: capitalize;
            margin: 0;
            color: #004e34;
            font-size: 27px;
            font-weight: 700;
            text-decoration: none;
            animation-name: bounce;
            animation-duration: 1s;
            margin: 0;
            animation-iteration-count: infinite;
        }
        .head-call1 span {
            color: #000000;
            font-size: 20px;
            margin: 0;
            font-weight: 800;
            padding: 10px 0 10px;
            text-transform: capitalize;
            font-family: 'Roboto', sans-serif;
        }
        .aaa {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 18px;
            color: #fff;
            font-family: 'Roboto', sans-serif;
            padding-top:10px;
        }

        .head-call1 a{
            color: #004e34;
            font-size: 30px;
            padding: 13px 0 0 0;
            font-weight: 600;
            display: inline-block;
            text-align: center;
            font-family: 'Roboto', sans-serif;
            float: left;
            width: 100%;
        }
        .head-call1 span .text10 {
            color: #004e34;
        }
        .head-call1 span .text20 {
            color: #004e34;
        }
        .footer-about {
            padding: 10px;
            float: left;
            width: 100%;
        }
        .footer-about1 {
            padding: 10px 0;
        }
        .quick-serv {
            padding: 20px 0;
            text-align: left;
        }
        .quick-serv ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .quick-serv ul li {
            color: #fff;
            font-size: 18px;
            line-height: 28px;
            padding: 5px 0;
            text-transform: capitalize;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
        }
        .quick-serv li i {
            color: #FFCB01;
            padding: 0 5px 0 0;
        }
        .about-head {
            text-align: left;
            padding: 0;
            padding-bottom: 0px;
        }
        .about-head p {
            margin: 0;
            color: #FFCB01;
            font-size: 27px;
            text-align: center;
            text-transform: capitalize;
            font-weight: 600;
            padding: 0px 0;
            font-family: 'Roboto', sans-serif;
        }
        .about-call {
            padding: 35px 0 0;
            text-align: center;
        }
        .about-call ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }
        .about-call ul li {
            display: block;
            border: 0px solid #ccbbbb;
            height: 62px;
            position: relative;
            font-size: 20px;
            text-align: center;
            margin-bottom: 38px;
            padding-top: 22px;
            letter-spacing: 0.5px;
            font-family: 'Roboto', sans-serif;
        }
        .about-call li a {
            color: #fff;
            font-size: 19px;
            text-transform: capitalize;
        }
        .about-call ul li:hover a
        {
            color: #FFCB01;
        }
        .about-call ul li:hover i
        {
          transform: rotate(360deg);
        }
        .about-call li i {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: #FFCB01;
            line-height: 35px;
            text-align: center;
            color: #000000;
            font-size: 16px;
            position: absolute;
            top: -17px;
            left: 50%;
            transition: 0.4s;
            margin-left: -17px;
        }

        .chooseus-section {
            background: #ffcb01;
            padding: 0;
            float: left;
            width: 100%;
            padding-bottom: 50px;
			color:white;
        }
        .chooseus-section1 {
            padding: 50px 0px;
        }
        .list-section {
            padding: 10px;
        }
        list-section1 {
            padding: 0px;
            /* border: 1px solid; */
        }
        .choose-head {
            padding: 10px 0;
            text-align: center;
        }
        .choose-head p {
            margin: 0;
            font-size: 28px;
            font-weight: 700;
            text-transform: capitalize;
           font-family: 'Righteous', cursive;
            color: #017C82;
        }

        .list {
            padding: 0;
            text-align: left;
        }
        .list ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .list ul li {
            margin: 0;
            padding: 5px;
            COLOR: #017C82;
            line-height: 34px;
            
            font-size: 17px;
            font-weight: 500;
            text-transform: capitalize;
            font-family: 'Roboto', sans-serif;

        }
        .list li i {
            color: #017C82;
            padding: 0 5px 0 0;
            font-weight: 800;
        }
        .fa-star:before {
            content: "\f005";
        }
        .choose-2 {
            padding: 14px 0px;
            text-align: center;
        }
        .choose-2 i {
            color: #000;
            font-size: 30px;
        }
        .choose-2 p {
            color:#017C82;
            font-size: 18px;
            font-weight: 700;
            text-transform: capitalize;
            font-family: 'Roboto', sans-serif;
            padding-bottom: 20px;
        }
        .serv3 {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 18px;
            color: black;
            font-family: 'Roboto', sans-serif;
            padding: 5px 0px;

        }
        .serv2 {
            float: left;
            width: 100%;
        }
        .serv2 img{
            float: left;
            width: 100%;
        }
        .serv1 {
            float: left;
            width: 100%;
        }
.serv1:hover .serv3
{
    color: #FFCB01;
    background: black;
}
   @media(min-width:320px) and (max-width:479px)
{ .footer-hesder {
    font-size: 35px;
}
    .just-sub {
        font-size: 25px;
    }
    .just-call {
        font-size: 25px;
    }
    .just-headr {
        font-size: 35px;
    }

    .contact-right {
        font-size: 18px;
    }
    .text4 {
        display: none;
    }
   
    .text1 {
        font-size: 20px;
    }
  
    .abt-header {
        font-size: 29px;
    }
    .abt-desc {
        font-size: 18px;
    }
  
    .best-header {
        font-size: 35px;
    }
    .best-sub {
        font-size: 20px;
    }
    .best-title {
        font-size: 20px;
    }
    .best-call a {
        padding: 5px 10px;
    }
    .best-border {
        margin-bottom: 30px;
    }
    .best-border::before {
        width: 26px;
        top: 61%;
        left: 3px;
    }
    .best-border::after {
        width: 26px;
        top: 61%;
        left: 263px;
        z-index: 0;
    }
   
    .besy-subb {
        font-size: 20px;
    }
    .testi-header {
        font-size: 35px;
		color:#000;
    }
    .testi-border
    {
        margin-bottom: 30px;
		
    }
   
    .most-header {
        font-size: 35px;
    }
    .most-title {
        font-size: 20px;
		color:#F8CB13;
    }
	.Display1{display: block !important;}
	.banner-sec {
  z-index: 1;
}

.banner-sec .slider-ban {
  padding: 0px;
}

 
    .ban-name {
        font-size: 35px;
    }
    .astr-name {
        font-size: 25px;
    }
    .mainrigth {
        padding: 0px;
    }
   
    .best-right-header {
        font-size: 35px;
    }
    .mainleft p {
        text-align: center;
    }
    .top-sec .tp-cl3::before {
        width: 0%;
    }
    .logo{display: none;}
    .about-us::before {
        width: 300px;
        height: 133px;
    }
    .about-us {
        outline-offset: -15px;
    }
}
@media(min-width:480px) and (max-width:639px)
{.mainrigth {
    padding: 0px;
}
.about-us {
    outline-offset: -15px;
}
.about-us::before {
    width: 300px;
    height: 133px;
}
.mainleft p {
    text-align: center;
}
.best-right-header {
    font-size: 35px;
}
.top-sec .tp-cl3::before {
    width: 0%;
}
.logo{display: none;}
    .footer-hesder {
        font-size: 35px;
    }
    .astr-name {
        font-size: 25px;
    } .ban-name {
        font-size: 35px;
    }
   
    .just-sub {
        font-size: 25px;
    }
    .just-call {
        font-size: 25px;
    }
    .just-headr {
        font-size: 35px;
    }
    
    .contact-right {
        font-size: 18px;
    }
    .text4 {
        display: none;
    }

    .text1 {
        font-size: 18px;
    }
   
    
    .abt-header {
        font-size: 35px;
    }
    .abt-desc {
        font-size: 18px;
    }
 
    .best-border {
        margin-bottom: 30px;
    }
    .best-border::before {
        width: 60px;
        top: 61%;
        left: 3px;
    }
    .best-border::after {
        width: 57px;
        top: 61%;
        left: 389px;
        z-index: 0;
    }
   
    .besy-subb {
        font-size: 20px;
    }
    .testi-header {
        font-size: 35px;
    }
    .testi-border
    {
        margin-bottom: 30px;
    }
  
    .contact li {
        padding-right: 5px;
    }
    .most-header {
        font-size: 35px;
    }
    .most-title {
        font-size: 20px;
    }
}
@media(min-width:640px) and (max-width:767px){
    .contact-details {
        text-align: center;
    }
    .logo{display: none;}
    .mainleft p {
        text-align: center;
    }
    .top-sec .tp-cl3::before {
        width: 0%;
    }
    .testi-border {margin-bottom: 30px;}
  
    .testi-desc {
        padding-top: 150px;
		
    }
    .best-border {
        margin-bottom: 30px;
    }
    .best-border::before {
        width: 112px;
        top: 61%;
        left: 3px;
    }
    .best-border::after {
        width: 118px;
        top: 61%;
        left: 488px;
        z-index: 0;
    }
}
@media(min-width:768px) and (max-width:991px){
    .most-services .col-sm-8{width: 100%;}
    .most-services .col-sm-4{width: 100%;}
    .ban-call {
        display: none;
    }
    .logo{display: none;}
    .footer .col-sm-5{width: 100%;}
.footer .col-sm-7{width: 100%;}
    .head-main .col-sm-6
    {
        width: 100%;
        text-align: center;
    }
   .chooseus-section .col-sm-3
   {
       width: 50%;
   }
   .chooseus-section .col-sm-4
   {
       width: 50%;
   }
   .chooseus-section .col-sm-5
   {
       width: 100%;
   }
    .header .col-sm-2{width: 50%;}
    .header .col-sm-5{width: 50%;}
    .head-main .col-sm-6
    {
        width: 100%;
        text-align: center;
    }
    .header .col-sm-4{width: 100%;}
   
    .best-services .col-sm-3
    {
        margin-bottom: 30px;
        width: 50%;
    }
    .best-border::before {
        width: 112px;
        top: 61%;
        left: 3px;
    }
    .best-border::after {
        width: 118px;
        top: 61%;
        left: 598px;
        z-index: 0;
    }
   
   
    .testi .col-sm-4
    {
        width: 50%;
        margin-bottom: 30px;
    }
  .footer .col-sm-3{width: 50%;}
  .about-us .col-sm-5{
      width: 100%;
  }
  .about-us .col-sm-7{
    width: 100%;
}
}
@media(min-width:992px) and (max-width:1200px){
    .contact-right {
        padding: 10px;
    }
    .best-border::before {
        width: 14px;
        top: 40%;
        left: 3px;
    }
    .best-border::after {
        width: 14px;
        top: 40%;
        left: 195px;
    }
    .chooseus-section .col-sm-3
    {
        width: 50%;
    }
    .chooseus-section .col-sm-4
    {
        width: 50%;
    }
    
    
    .chooseus-section .col-sm-5
    {
        width: 100%;
    }
   .footer .col-sm-3{width: 50%;}
    .most-services .col-sm-8{width: 100%;}
    .most-services .col-sm-4{width: 100%;}
}
/* section services*/

.srv-sec {
  text-align: center;
}

.srv-sec .srv-hd {
  padding: 30px 0px;
}

.srv-sec .srv-hd p {
  font-size: 28px;
  text-align: center;
  color: #000000;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}

.srv-sec .srv-mn {
  padding: 30px 0px;
}

.srv-sec .srv-mn .srv-bx {
  padding: 0px 15px;
  position: relative;
}


.srv-sec .srv-mn .srv-bx img {
  border-radius: 0%;
  padding: 16px;
  position: relative;
  border-width: 14px;
  border-style: solid;
  border-color: #fff #017C82 #fff #017C82;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.srv-sec .srv-mn .srv-bx .s-hd {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  margin: 0px;
  text-transform: capitalize;
  color: #000;
  color: #ff4212;
  font-weight: 700;
}

.srv-sec .srv-mn .srv-bx .s-para {
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  text-transform: inherit;
  margin: 0px;
  line-height: 25px;
  padding: 10px 0px 20px;
}

.srv-sec .srv-mn .srv-bx a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
 
  padding: 10px;
  border-radius: 5px;
}

.srv-sec .srv-mn .srv-bx:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.srv-sec .srv-mn .lst-bx:before {
  display: none;
}
.btn-danger {
    color: #fff;
    background-color: #017C82;
    border-color: #000;
}
.srv-sec .srv-mn .lst-bx:after {
  display: none;
}

.sv2-sec {
  text-align: center;
  padding: 0px 0px 50px;
}

.sv2-sec .srv2-mn {
  padding: 20px 20px;
}
a:hover {
	text-decoration:none;
}

.sv2-sec .srv2-mn .srv2-bx {
  padding: 0px;
  position: relative;
}

.sv2-sec .srv2-mn .srv2-bx p {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  margin: 0px;
  text-transform: capitalize;
  color: #000;
  position: absolute;
  padding: 10px;
  color: #fff;
  background: #000000a1;
  width: 100%;
  bottom: 0;
}
.best-servv5 p {
    font-size: 20px;
    color:#017C82;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    margin: 0px;
    padding: 15px 0px;
    font-weight: 600;
}

/* end section services*/


/* section services*/

.srv-sec {
  text-align: center;
}

.srv-sec .srv-hd {
  padding: 30px 0px;
}

.srv-sec .srv-hd p {
  font-size: 28px;
  text-align: center;
  color: #000000;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
}

.srv-sec .srv-mn {
  padding: 30px 0px;
}

.srv-sec .srv-mn .srv-bx {
  padding: 0px 15px;
  position: relative;
}

.srv-sec .srv-mn .srv-bx img {
  border-radius: 50%;
  padding: 16px;
  position: relative;
  border-width: 14px;
  border-style: solid;
  border-color: #000 #FFDE59 #fff #FFDE59;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.srv-sec .srv-mn .srv-bx .s-hd {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  margin: 0px;
  text-transform: capitalize;
  color: #000;
  color: #ff4212;
  font-weight: 700;
}

.srv-sec .srv-mn .srv-bx .s-para {
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  text-transform: inherit;
  margin: 0px;
  line-height: 25px;
  padding: 10px 0px 20px;
}

.srv-sec .srv-mn .srv-bx a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
 
  padding: 10px;
  border-radius: 5px;
}

.srv-sec .srv-mn .srv-bx:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.srv-sec .srv-mn .lst-bx:before {
  display: none;
}
.btn-danger {
    color: #fff;
    background-color: #000;
    border-color: #d43f3a;
}
.srv-sec .srv-mn .lst-bx:after {
  display: none;
}

.sv2-sec {
  text-align: center;
  padding: 0px 0px 50px;
}

.sv2-sec .srv2-mn {
  padding: 20px 20px;
}

.sv2-sec .srv2-mn .srv2-bx {
  padding: 0px;
  position: relative;
}

.sv2-sec .srv2-mn .srv2-bx p {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  margin: 0px;
  text-transform: capitalize;
  color: #000;
  position: absolute;
  padding: 10px;
  color: #fff;
  background: #000000a1;
  width: 100%;
  bottom: 0;
}
.best-servv5 p {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    margin: 0px;
    padding: 15px 0px;
    font-weight: 600;
}
/* end section services*/
.whychooseus-section{padding:0;background:#fff;}
.whychooseus-section1{padding:50px 0 0}
.why-head{padding:10px 0;text-align:center}
.why-head strong{color:#000;font-size:40px;margin:0;padding:0 0 10px 0;font-family:Oswald,sans-serif;text-transform:capitalize;font-weight:500}
.why-head p{color:#000;text-transform:capitalize;font-size:16px;font-weight:600;padding:0 0 0;margin:0}
.why-choose{padding:10px 0}
.choose-head{padding:0 0 10px;text-align:left}
.choose-head p{color:#000;margin:0;text-transform:capitalize;font-weight:400;padding:0 0 5px 0;font-size:31px;font-family:Oswald}
.choose-head p:before{content:"";position:absolute;width:40%;height:2px;display:block;background:#000;top:86.4%}
.choose-head :after{content:"";width:40px;height:6px;background:#000;display:block;position:absolute;top:83%}
.our-skills1{padding:10px}
.our-skills2{padding:0}
.our-skills3{padding:10px 0 0}
.our-skills3 p{font-size:15px;line-height:24px;color:#000;text-transform:capitalize;font-weight:400;margin:0}
.progress-bar_3{padding:0 0}
.skills_bar_design{padding:20px 0 0 0}
.float_right{float:right;margin-right:10px}
.progress-bar{background:#000 none repeat scroll 0 0;box-shadow:0 0 0;height:11px;margin:0 0 25px;position:relative;width:100%;border-radius:11px}
.progress-bar-text{color:#000;font-size:17px;font-weight:500;text-align:left;text-transform:capitalize;margin-bottom:6px}
.progress-bar span{display:block;height:100%;width:0;border-radius:5px}
.progress-bar .barr1{background:#f8c01b none repeat scroll 0 0}
.progress-bar .barr2{background:#FDC830 none repeat scroll 0 0}
.progress-bar .barr3{background:#FDC830 none repeat scroll 0 0}
.progress-bar .barr4{background:#FDC830 none repeat scroll 0 0}
.progress-bar .barr5{background:#FDC830 none repeat scroll 0 0}
.progress-bar .barr6{background:#FDC830 none repeat scroll 0 0}
.whyus-1{padding:10px}
.whyus-2{padding:10px;background:url(images/choose.html);background-position:left;background-repeat:no-repeat}
.choose-us{padding:10px}
.choose-us-1{padding:10px}
.choose-us-2{padding:15px;border:1px dashed #000}
.choose-us-2 p{text-align:center;font-weight:500;font-size:16px;text-transform:capitalize;margin:0;color:#000}
.ourbest1{padding:10px}
.ourbest2{padding:10px;background:url(images/choose.html);background-position:left;background-repeat:no-repeat}
.our-best1{padding:0}
.our-best2{padding:10px;text-align:left;border-bottom:2px solid #f8c01b;    color: #000;}
.our-best3{padding:6px 0;display:flex;justify-content:center;align-items:center}

