.main-container 
{
    float: left;
    width: 100%;
	
}
.banner_container 
{
    float: left;
    width: 100%;
}
.banner_container img
{
    float: left;
    width: 100%;
}
.banner3
{
    float: left;
    width: 100%;
}
.banner3 img
{
    float: left;
    width: 100%;
}
.ser-list {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
   
}
.ser-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.ser-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #053a02;
	    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.solutions-list {
    float: left;
    width: 100%;
    margin-top: 30px;
}.solutions-list ul {
    padding: 0;
    margin: 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.solutions-list ul li {
    font-size: 15px;
    padding: 10px 10px;
    text-transform: capitalize;
    list-style: none;
    margin: 10px;
    background-color: #053A02;
    border: 1px solid rgba(197,0,56,.2);

    transition: 0.7s;
    color: #fff;
}
.solutions-list ul li a {
    text-decoration:none;
	 font-size: 15px;
    padding: 10px 10px;
    text-transform: capitalize;
    list-style: none;
    margin: 10px;
    background-color: #053A02;
    border: 1px solid rgba(197,0,56,.2);
   
    transition: 0.7s;
    color: #fff;
}
.solutions-list ul li:hover {
    background-color: #FFC30F;
	color: #000;
}
.solutions-list ul li i {
    color: #fdc702;
    padding-right: 10px;
}
.solutions-list ul li i:hover {
    color: #000;
    padding-right: 10px;
}

.last-row img
{
float: left;
width: 40%;
}
.last-row
{
float: left;
width: 100%;
}
.cal
{

bottom: 0px;
left:5px;
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: -75px;
  position: fixed;
  z-index: 1111;
}.header-top {
    float: left;
    width: 100%;
    background: #FFC30F;
    position: relative;
    overflow: hidden;
}
.top-left {
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
   font-family: 'Roboto Condensed', sans-serif;
    background-color: #012911;
    padding: 10px 0px;
}
.top-left a{
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
   font-family: 'Roboto Condensed', sans-serif;
    background-color: green;
    padding: 10px 0px;
}
.top-left i{margin-right: 10px;}
.top-right {
    float: left;
    width: 100%;
    color: black;
    font-size: 20px;
   font-family: 'Poppins', sans-serif;
    padding: 10px 0px;
}.top-left1 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #053a02;
    padding: 10px 0px;
    animation: zoom-in-zoom-out 2s ease infinite;
    overflow: hidden;
}
@keyframes zoom-in-zoom-out
{
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
.just {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
   
    background-attachment: fixed;
    text-align: center;
}
.just img {
    display: table;
    margin: 0 auto;
    float: none;
    width: 20%;
}
.just1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.just2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 10px;
}
.just2 span {
    background: #053a02;
    padding: 8px 15px;
    letter-spacing: 3px;
}
.just3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #053a02;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 15px;
}
ul.call-chat-services {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    float: left;
    width: 100%;
}ul.call-chat-services li {
    line-height: normal;
    display: inline-block;
    padding: 15px 7px;
}ul.call-chat-services li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: #c00000;
    padding: 11px 15px;
    transition: 0.5s;
    box-shadow: 0px 6px 7px 0px #0000006b;
}ul.call-chat-services li a i {
    font-size: 20px;
    color: #FFC30F;
    position: relative;
    animation-duration: var(--fa-animation-duration,3s);
    top: 3px;
    margin-right: 10px;
} 
ul.call-chat-services li.online-chat a {
    background: green;
}
.top-hd {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.top-hd img{
    float: left;
    width: 100%;
}
.top-hd-img22 img {
    display: table;
    margin: 10px auto;
    float: none;
    width: 70%;
   
}
.copyrt
{
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
	    background-color: #000;
    font-family: 'Poppins', sans-serif;
}
.copyrt a{
	text-decoration:none;
	color:#FFC30F;
	
}
.best-ser {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
	background: #053A02;
}
.best-header {
  float: left;
  width: 100%;
  font-size: 35px;
  text-align: center;
  color: #fdc702;
      font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
.best-sub {
  float: left;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.best-border {
  float: left;
  width: 100%;
  padding: 2px;
  border-radius: 5px;
  margin-top: 40PX;
  background-color: #fff;
}
.best-img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.best-img img{
    float: left;
    width: 100%;
    transition: 0.8s;
}
.best-border:hover .best-img img {
    transform: scale(1.2);
}
.best-title {
    float: left;
    width: 100%;
	background-color:#FFC30F;
    text-align: center;
    font-size: 22px;
    padding: 10px 0px;
    color: #053a02;
	font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
	
}
.best-title a{
	text-decoration:none;
	color:#c00000;
	
}
.bestcal{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
	color:#c00000;
}
.bestcal a{
	text-decoration:none;
	color:#c00000;
}
.best-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding-bottom: 15px;
    font-family: 'Poppins', sans-serif;
	padding:10px;
}
.testimonial {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testi-header {
    float: left;
    width: 100%;
    font-size: 35px;
    text-align: center;
    padding-bottom: 30px;
    color: #053a02;
    font-family: 'Roboto Condensed', sans-serif;
}
.testi-header span{color: #FFC30F;}
.test-border {
    float: left;
    width: 100%;
    padding: 20px 30px;
    border-radius: 15px;
    background: #053a02;
    margin-top: 20px;
}.testi-name {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    border-left: 2px solid #FFC30F;
    color: #FFC30F;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
}
.test-border:hover{box-shadow: 5px 7px #FFC30F;}
.testi-desc {
    float: left;
    width: 100%;
    padding: 15px 0px;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
}
.test-img {
    float: left;
    width: 100%;
}
.test-img img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 5px 5px #fff;
}
.list-display {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.list-left {
    float: left;
    width: 100%;
}
.contact-form form span input {
    float: left;
    width: 97%;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.contact-form form span textarea {
    float: left;
    width: 100%;
}

.contact-form {
    float: left;
    width: 100%;
    background: linear-gradient(to bottom, #053a02, #0c0b0b);
    padding: 30px;
    border-radius: 10px;
    outline: 2px dashed #FFC30F;
    outline-offset: -15px;
	    color: #fff;
}

.contact-form span {
    text-align: left;
    font-size: 25px;
    color: #FFC30F;
   font-family: 'Roboto Condensed', sans-serif;
}

.contact-form form span {
    float: left;
    width: 100%;
    padding-top: 8px;
}

.contact-form form span label {
    float: left;
    width: 100%;
  font-family: 'Poppins', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #fff;
}

.contact-form form span input {
    float: left;
    width: 97%;
    height: 45px;
}

.contact-form form span.discription {
    float: left;
    width: 99%;
    padding-top: 20px;
}

.contact-form form span.discription textarea {
    border: 1px solid #ddd;
    background-color: #fff;
    height: 100px;
}

.contact-form button {
    background-color: #FFC30F;
    padding: 8px 60px;
  font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #fff;
    margin-top: 20px;
}
.contact-form button:hover {
    background-color: #fff;
   
    color: #000;
    
}
.why-choose h4 {
    font-size: 35px;
    color: #053a02;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 35px;
}
ul.list-choose {
    padding: 0;
    margin: 0;
   
}
ul.list-choose li {
    list-style: none;
    font-size: 20px;
    padding-bottom: 22px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
ul.list-choose li i {
    background: linear-gradient(to bottom, #053a02, #0c0b0b);
    padding: 12px 0;
    font-size: 30px;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100px;
    margin-right: 10px;
}
.call-sec {
    float: left;
    width: 100%;
    text-align: center;
    background-size: cover;
   padding-top: 5%;
   padding-bottom: 50px;
    position: relative;
    background-size: cover;
    z-index: 1;
    background-attachment: fixed;

} 
.call-sec::before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    z-index: -1;
}
.call-sec-header {
    float: left;
    width: 100%;
	font-weight: bold;
    font-size: 45px;
    color: #053a02;
  font-family: 'Roboto Condensed', sans-serif;
}
.call-sec-title {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #c00000;
  font-family: 'Roboto Condensed', sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;   
	/*text-shadow: 2px 2px 2px #000;*/
	font-weight: bold;
}
.call-sec-desc {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #053a02;
  font-family: 'Roboto Condensed', sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
}
.abt-us {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-attachment: fixed;
}.abt-eft {
    float: left;
    width: 100%;
}
.abt-header {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 35px;
    color: #053a02;
    font-family: 'Roboto Condensed', sans-serif;
}
.abt-header h1{
	font-weight:bold;
}
.abt-desc {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 20px;
    color: #000;
    padding: 5px 0px;
    font-family: 'FontAwesome';
    line-height: 33px;
	
}
.abt-desc h2{
	color:red;
	    text-align: left;
}
.abt-desc h4{
	    font-size: 25px;
    color: red;
}
.home-abt-cta {
    display: inline-flex;
    border: 2px solid #053a02;
    margin-top: 10px;
    border-radius: 7px;
    color: #053a02;
    font-family: 'Poppins', sans-serif;
}
.abtcta {
    background: #053a02;
    color: #fff;
    font-size: 17px;
    padding: 4px 0 0 0;
    width: 175px;
    text-align: center;
}
.home-abt-cta a {
    font-size: 30px;
    color: #053a02;
    line-height: 50px;
    padding: 5px 10px;
    font-weight: 700;
    text-decoration: none;
}.marksection {
    float: left;
    width: 100%;
    padding: 0;
    background: #053a02;
    padding: 50px 0px;
}
.marksection1 {
    padding:0px;
}
.mark-right1 {
    padding: 0 0px 0 0px;
    text-align: left;
}.mark-right2 {
    padding: 0 0px;
    text-align: center;
    color: #fff;
}.mark-right2 strong {
    padding: 0px;
    display: block;
    font-size: 44px;
    font-weight: 500;
    color: #FFC30F;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Poppins', sans-serif;
  font-family: 'Poppins', sans-serif;
}.mark-right3 {
    padding: 10px 0 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}.mark-right3 p {
    width: 60%;
    padding: 0px 20px 0 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}.mark-right3 a {
    width: 40%;
    line-height: 71px;
    padding: 0px;
    background: #FFC30F;
    font-size: 30px;
    font-weight: 600;
    color: #053a02;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.abt-right {
    float: left;
    width: 100%;
}
.abt-right img{
    float: left;
    width: 100%;
}
@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .best-ser .col-sm-4{width: 50%;}
    .ser-list .col-sm-4{width: 50%;}
    .mark-right3 {
        display: contents;
      }.mark-right3 p {
        width: 100%;}
        .mark-right3 a {
            width: 100%;
            padding: 10px;
          }.testimonial .col-sm-4{width: 50%;}
} 
@media(min-width:640px) and (max-width:767px){.top-hd-img22 {
    display: none;
  }.mark-right3 {
    display: contents;
  }.mark-right3 p {
    width: 100%;}
    .mark-right3 a {
        width: 100%;
        padding: 10px;
      }
}
@media(min-width:480px) and (max-width:639px)
{.top-hd-img22 {
    display: none;
  }.home-abt-cta a {
    font-size: 20px;
  }.mark-right3 {
    display: contents;
  }.mark-right3 p {
    width: 100%;}
    .mark-right3 a {
        width: 100%;
        padding: 10px;
      }
}
@media(min-width:320px) and (max-width:479px)
{

    .top-left1 {
        font-size: 18px;
      }
      .top-hd-img22 {
        display: none;
      }
      .abtcta {
        text-align: center;
        float: left;
        width: 100%;
      }.home-abt-cta a {
        float: left;
        width: 100%;
        font-size: 20px;
        display: inline;
      }
      .home-abt-cta {
        display: contents;
      }.just2 span {
        float: left;
        width: 100%;
      }.mark-right3 {
        display: contents;
      }.mark-right3 p {
        width: 100%;}
        .mark-right3 a {
            width: 100%;
            line-height: 78px;
            font-size: 17px;
            padding: 10px;
          }
}
.topnav {
  overflow: hidden;
  background-color: #053A02;
  border-bottom: 3px solid #FFC30F;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  font-weight:bold;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #FFC30F;
  color: black;
  
}

.topnav a.active {
  background-color: #c00000;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.choose-icon3
{
	float:left;
	padding: 10px;
	margin: 0px 0 0 0;
	border-right: dashed 2px #d8d2d2;
}

.choose-icon
{
	padding:20px 0;
}

.chos-smil
{
	border-right:0px;
}


.chos-ic6
{
	margin: 0px 0 0 0;
}

.choose-icon4
{
	padding: 0px;
	
	text-align:center;
	

}
.cho-ic5
{
	background-color: #04251c;
	color: #fff;
}

.chose-ic3 i
{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #04251c;
	color: #f2c039;
	font-size: 30px;
}

.cho-ic6 i
{
	background-color: #f2c039;
	color: #04251c;
}

.choose-texxx
{
	font-size: 19px;
	padding: 10px 0;
}
.chos-ic4 h4
{
	padding: 10px 0;
	font-weight: bold;
	color:#053A02;
}
.choose-tex
{
	padding: 10px 0px 0 0px;
}
.choose-tex p
{
	padding: 0 0 10px 0;
    margin: 0;
    line-height: 30px;
	text-align: center;
    font-size: 16px;
}
.choose
{
	float: left;
	padding-top: 50px;
	
}
.award{
	padding:10px;
}
h3 {
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-family: 'FontAwesome';
    color: #053A02;
	    font-weight: bold;
		text-align: center;
}

@media(max-width: 767px){

	h3{font-size: 30px;}
	
	.choose-tex{padding: 0px;}
	.choose-icon3{margin: 0px;}



}


@media (max-width: 575px) and (min-width: 0px){
	
	.choose-icon3{width:100%;}
	
}

@media (max-width: 991px) and (min-width: 768px){
	
	.choose-icon4{padding: 20px;}
	h3{font-size: 40px;}
	
	.chos-smil2{border-right:0px;}
}
/* footer section start */
.footer-sec{
	float:left;
    padding: 0;
    background:#053A02;
}
.main {
    width: 95%;
    padding: 0;
    margin: 0 auto;
    border: 0px solid;
}
.footer-sec-1{
    padding:15px 8px 15px;
}
.footer-design{
    padding: 0;
    text-align: center;
}
.footer-design p{
    color: #fff;
    font-size: 27px;
    text-transform: capitalize;
    padding: 0 0 10px;
    font-weight: 400;
    animation:
    mover 0.9s infinite alternate;
}
@keyframes mover{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(10px);
    }
}
.footer-design span{
  color: #FFC30F;
  display: block;font-size:30px;
  padding: 13px 0 10px;margin:0;
  border-top: 1px solid #FFC30F;
  border-bottom: 1px solid #ffffff;
  font-weight:600;
  text-transform:
  capitalize;
}
.footer-box{
    padding: 30px 0 0;
}
.footer-1{
    padding: 0;
}
.footer-2{
    padding: 0 0 20px;
}
.footer-title{
    padding: 0;
}
.footer-title strong{
    color:#FFC30F;
    font-size:30px;
    font-weight: bold;
    text-transform: capitalize;
    font-family:'Archivo Black', sans-serif;
}
.footer-list{
    padding:10px 0 0;
}
.footer-list p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    padding-bottom: 6px;
}
.footer-list ul li{
	list-style: none;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 7px 0;
}
.footer-list ul li a{
  color:#fff;
  text-decoration:none;
}
.footer-list ul li a:hover{
  color:#FFC30F;
  text-decoration:none;
}
.footer-list ul li i{
    color:#FFC30F;
    font-size: 17px;
    padding-right: 11px;
}
/* footer section end */
.absimg img{
    width:100%;
}
.absimg{
        padding: 10px;
      
}
