

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400;1,600;1,700&display=swap');

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 { color: #2c2d3e }
html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    height: 100%;
    color: #6e789b
}
ul, ol { list-style: none; margin: 0; padding: 0;}
a, a:hover, .btn, .btn:hover, button, button:hover, a.btn-subscribe:hover span, a.btn-subscribe span {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
a, a:focus, a:hover:focus, button:focus, button:hover:focus, .btn:focus, .btn:hover:focus, a:hover {
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    -o-border: none;
}

/*** all color **/
.blue-bg { background-color: #4bd065; color: #fff; }
.blue-c { color: #4bd065}

.black-c { color: #2c2d3e }

.black-bg { background-color: #231f20; color: #fff }
.header-top.black-bg {background-color: #51b749;color: #fff;
    padding: 2px;}
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }

.pb-80 { padding-bottom: 80px }

.pt-50 { padding-top: 50px }

.mt-0 { margin-top: 0px }
.mt-80 { margin-top: 80px }

.btn-button-2 { padding: 8px 20px; text-transform: capitalize; font-weight: 600; }

.btn-button-2:hover { border: 1px solid transparent; background: #51b749;color: #fff; }

.btn-button-2:focus, .btn-button-2:hover:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.btn-button-1 {
    padding: 9px 28px;
    border-radius: 100px;
    background: transparent;
    border: 4px solid #b9efc4;
    font-weight: bold;
    color: #fff
}
.btn-button-1:hover {
    border: 4px solid transparent;
    background-color: #181e31;
    color: #fff;
}
.btn-button-1:focus,
.btn-button-1:hover:focus {
    border: 2px solid transparent;
    box-shadow: none;
    background: #181e31;
    color: #fff;
}
.bg-btn {
    background-color: #4bd065;
}
.title:hover {
    color: #4bd065
}
.title {
    font-size: 18px;
    font-weight: bold;
    font-family: Poppins;
    color: #333;
}
.hadding-text-area h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.hadidng-icon i {
    font-size: 36px;
    color: #4bd065;
    padding-bottom: 3px;
    display: block;
    padding-top: 0;
}
.hadidng-2 p {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.nevmenu{}

.nevmenu ul li a.nav-link {
    text-transform: capitalize;
    color: #2c2d3e;
    font-size: 17px;
    font-weight: 600;
}
.nevmenu ul li a.nav-link.active {
    color: #51b749;
}
.nevmenu ul li a.nav-link:hover{
    color: #51b749;
}
.nevmenu ul .nav-item .dropdown-menu {
    padding: 0;
} 
.nevmenu ul .nav-item .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    background: #50b748;
    color: #fff;
}
/*.nevmenu ul .nav-item .dropdown-item:hover{
    background:#eee;
    color: #fff;
}*/
.nevmenu ul .nav-item .dropdown-item li:last-child {
  border: none;
}
.nevmenu ul li.nav-item {
    padding-right: 32px;
}

.bg-lightgray .navbar-nav .nav-link {
    color: rgb(35 31 32);
}
.bg-lightgray .navbar-nav .active>.nav-link, .bg-lightgray .navbar-nav .nav-link.active{
    color: #51b749;
}
.bg-lightgray .navbar-nav .nav-link:focus, .bg-lightgray .navbar-nav .nav-link:hover {
    color: #51b749;
}



.socialMedia ul li {
    display: inline-block;
}

.socialMedia ul li a {
    color: #2c2d3e;
    margin: 5px;
        font-size: 17px;
}
.socialMedia ul li a:hover{
    color: #51b749;
}
/**********Start Home Page Design************/

.h-top-item span {
    color: #4bd065;
    margin-right: 5px;
}
.brand_logo a{
    width: 220px;
    float: left;
}
.brand_logo a img{
    width: 100%;
}
.h-box-icon {
    display: inline-block;
    clear: both;
    overflow: hidden;
    margin-right: 10px;
}
.h-box-content {
    display: inline-block;
}
.h-box-content span {
    color: #6e789b;
    text-transform: capitalize;
}
.h-box-content span {
    display: block;
}
.h-box-content strong {
    color: #2c2d3e;
    font-size: 16px;
}
.wel-mag.h-top-item label {
    margin-bottom: 0;
}
/**/
.bg-lightgray{
	background: #eee;
}
.bnnerBtmcolor{
    background-color: #4bd065;
}
.knowmoreBtn{
    padding: 9px 28px;
    border-radius: 100px;
    border: 4px solid #b9efc4;
    font-weight: bold;
    color: #fff;
}
.knowmoreBtn:hover {
    border: 4px solid transparent;
    background-color: #181e31;
    color: #fff;
}
.homeimgSlidercontant .carousel-caption {
    width: 49%;
    position: absolute;
    bottom: 35%;
    left: 9.2%;
    text-align: left;
}
.homeimgSlidercontant .carousel-caption h1{
    font-size: 38px;
    font-weight: bold;
    font-family: Poppins;
    padding-right: 0;
    line-height: 48px;
    margin-bottom: 30px;
}
.homeimgSlidercontant .carousel-caption p{
    color: #181e31;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    padding-right: 20%;
    line-height: 27px;
}
.mainImgSilder .carousel-indicators li {
    background-color: #2c2d3e;
}
.slider-content h1 {
    
}
.blue-c {
    color: #4bd065;
}
.mainImgSilder .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 50px;
    display: none;
}
/*****************About page*****************/
.home-section01{
    width: 100%;
    float: left;
    padding: 30px 0;
    /*background: url(../images/slider4.jpg) no-repeat !important;*/
    background-size: cover;
    background-position: 65% 100% !important;
}
.about-section01{
   width: 100%;
    float: left;
    padding: 30px 0;
    background-size: cover;
    background-position: 74% 68% !important;
}
.hadidng-2 h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}
.about-content {
    padding-right: 100px;
}
.about-content h2 {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.about-content h2 span {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.about-img img {
    width: 100%;
}
.aboutmorebtn{
    float: left;
    margin-top: 25px;
}
.servicesSection{
    width: 100%;
    float: left;
    background: #eee;
   
    padding-bottom: 60px;
}
.servicesSection .hadidng-2.text-center.pt-20.pb-5 {
    width: 100%;
}
.service-style-three a.knowmoreBtn{
    margin: 0 auto;
    display: table;
}
/***************************************New Services************************************************************************/
.post-slide5{
    margin: 0 15px;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom:2em;
}

/*@media only screen and (max-width: 359px) {
    .post-slide5 .category{ font-size: 13px; }
}
*/
.trainingServices .service-card{
     height: auto !important;
}
.trainingserimg img{
    width: 100%;
}
.trainingsections{
    width: 100%;
    float: left;
    padding-top: 40px;
    border-bottom: 1px solid #eee;
}
.trainingsections h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c2d3e;
}

.trainingsections p{
    color: #2c2d3e;
}

/***************************************End New Services********************************************************************/
/*inner services*/
.service-style-three{
    width: 100%;
    float: left;
}
.servicesSection .service-card h3{
  /* height: 45px;*/
}
.service-style-three .service-card {
    text-align: center;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.1);
    padding: 30px 15px;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
        background: #fff;
    border-bottom: 2px solid #51b749;
        height: 365px;
}
.service-style-three .service-card:hover {
    margin-top: -10px;
}

.service-style-three .service-card i {
    font-size: 35px;
    width: 90px;
    height: 90px;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    border-radius: 46% 54% 68% 32% / 55% 48% 52% 45%;
    margin-bottom: 25px;
    -webkit-animation: icon-animation 5s ease-in-out infinite;
    animation: icon-animation 5s ease-in-out infinite;
    border: 1px dashed;
    -webkit-transition: .5s;
    transition: .5s;
}
.service-style-three .service-card:hover i {
    -webkit-animation: none;
    animation: none;
    border: 1px dashed #51b749;
    color: #51b749;
}
.service-style-three .service-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-style-three .service-card p {
    margin-bottom: 0;
    font-size: 16px;
    color: #0f2137;
}
/* Animation CSS */
@-webkit-keyframes icon-animation {
  0% {
    border-radius: 46% 54% 68% 32% / 55% 48% 52% 45%;
  }
  50% {
    border-radius: 66% 34% 41% 59% / 51% 34% 66% 49%;
  }
  100% {
    border-radius: 46% 54% 68% 32% / 55% 48% 52% 45%;
  }
}
@keyframes icon-animation {
  0% {
    border-radius: 46% 54% 68% 32% / 55% 48% 52% 45%;
  }
  50% {
    border-radius: 66% 34% 41% 59% / 51% 34% 66% 49%;
  }
  100% {
    border-radius: 46% 54% 68% 32% / 55% 48% 52% 45%;
  }
}
/**************************steveLawrence-section*******************************/
.steveLawrence-section{
    width: 100%;
    float: left;
    padding: 65px 0;
    border-top: 4px  solid #51b749;
    border-bottom: 4px  solid #51b749;
   /* background: url(../images/founderbg-img.jpg) no-repeat;*/
    background-size: cover;
    background-position: 0% 94%;
}

/**************************testimonial-section*******************************/
.testimonials-section{
    width: 100%;
    float: left;
    padding: 40px 0;
}
.testimonials-section .hadidng-2{
   width: 100%;
   float: left;
}
.testimonials-section .hadidng-2 h2{
   color: #fff;
}
.testimonials-section .hadidng-2 p{
   color: #fff;
}
.testimonial{
    margin: 10px 15px;
    padding: 0 0 20px 20px;
    position: relative;
}
.pic{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1c2834;
    width: 80px;
    height: 80px;
    padding: 10px;
    z-index: 2;
    border: 2px dotted #51b749;
    border-radius: 50%;
}
.pic img{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.testimonial-review{
    border: 1px solid #fff;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}
.testimonial-review p{
   font-weight: normal;
    line-height: 20px;
    padding: 0px 0 10px 52px;
    color: #fff;
    font-size: 13px;
    position: relative;
}
/*.testimonial-review p:before{
    content: "\f10d";
    font-family: "FontAwesome"; 
    font-weight: 900;
    position: absolute;
    left:0;
    top:10px;
    font-size: 30px;
}*/
.testimonial-title{
    padding: 0 0 0 48px;
    font-size: 17px;
    font-weight: 600;
    color: #51b749;
}
.testimonial-title a{
    color: #bfbdbe;
    font-size: 12px;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    display: block;
    height: 3px;
    margin: 5px 2.5px;
    width: 30px;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #51b749;
}



/**************Start ourcleintSection**************/
.ourcleintSection{
    width: 100%;
    float: left;
    padding: 60px 0;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/**************Start ourcleintSection**************/
/**************Start newsletter-section**************/
.newsletter {
    width: 100%;
    float: left;
    background: #51b749;
    padding: 30px 0;
}
.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.newsletter .content h2 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 700;
}
.newsletter .content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
}
.newsletter .content .input-group {
    background: #ffffff59;
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 6px;
}
.newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
}
.newsletter .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #3a3a3c;
    color: #fff;
    font-weight: 600;
}
/**************End newsletter-section**************/

/**************Start footer**************/
.footer-section{
    width: 100%;
    float: left;
}
.footer-inner {
    background-image: url(../images/footer-bg.jpg);
    background-position: 100%;
    background-size: cover;
}
.ft-contents > p {
    margin-top: 20px;
    line-height: 29px;
}
h2.ft-hadidng {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}
h2.ft-hadidng span {
    position: relative;
    padding-bottom: 5px;
}
.ft-content ul li a {
    color: #fff;
    line-height: 38px;
}
.ft-recent-post a {
    font-size: 15px;
    color: #fff;
    display: block;
    padding-bottom: 8px;
}
.rpost-meta {
    color: #51b749;
}
h2.ft-hadidng {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}
h2.ft-hadidng span {
    position: relative;
    padding-bottom: 5px;
}

.ft-info-list h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}
.ft-info-list p {
    margin-left: 10%;
}
.ft-contents img{
    width: 150px;
}
.ft-social ul li {
    display: inline-block;
}
.ft-social ul li a {
    color: #fff;
    margin: 5px;
}
.copyrighet-area.p-3 {
    border-top: 1px solid;
}


/************Star The Inner Pages*****************************/
.innerbanner {
    width: 100%;
    float: left;
}
.banerimg {
    height: 285px;
    position: relative;
}
.banerimg:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    background-color: #17161570;
}
.bannertitle {
    text-align: left;
    padding-top: 7%;
    position: absolute;
    z-index: 999999;
    padding-left: 25px;
}
.bannertitle:before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    background: #fff;
    height: 70px;
}
.bannertitle h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px;
}
.bannertitle .small-title {
    list-style: none;
    margin-top: 10px;
}
.bannertitle .small-title li {
    display: inline;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 0 5px;
}
.bannertitle .small-title li a {
    color: #fff;
}
/*************End of inner banner************/

.about-section {
    width: 100%;
    float: left;
    background: #FFFFFF;
}
.you-achieving {
    font-size: 24px !important;
    line-height: 32px;
}
.about-image img {
  /*  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.35);
    z-index: 1;
    -webkit-animation: wrep 7s infinite linear;
    animation: wrep 7s infinite linear;*/
    width: 100%;
    max-width: unset;
}
/*
@-webkit-keyframes wrep {
  0% {
    border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
  }
  35% {
    border-radius: 67% 33% 39% 61% / 48% 63% 37% 52%;
  }
  70% {
    border-radius: 40% 60% 62% 38% / 32% 41% 59% 68%;
  }
  100% {
    border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
  }
}

@keyframes wrep {
  0% {
    border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
  }
  35% {
    border-radius: 67% 33% 39% 61% / 48% 63% 37% 52%;
  }
  70% {
    border-radius: 40% 60% 62% 38% / 32% 41% 59% 68%;
  }
  100% {
    border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
  }
}*/


.about-section .about-text .section-title {
    margin: 0 auto 20px 0;
}
.section-title span {
    font-size: 16px;
    color: #51b749;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.section-title h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-section .about-text .about-us {
    margin-bottom: 20px;
}
.about-section .about-text .about-us i {
    font-size: 40px;
    left: 20px;
    position: relative;
    top: 0;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    color: #111111;
    z-index: 0;
}
.about-section .about-text .about-us p {
    font-size: 14px;
    color: #808291;
    margin-bottom: 0;
}

.about-section .about-text p {
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
  /*  max-width: 500px;*/
}
.theme-button .default-btn {
    padding: 9px 28px;
    border-radius: 100px;
    border: 4px solid #b9efc4;
    font-weight: bold;
    color: #fff;
    background-color: #51b749;
}
.theme-button .default-btn:hover{
    background-color: #181e31;
    border: 4px solid #181e31;
}
.about-section .about-text .about-us i.icon-one::after {
    background: rgb(81 183 73 / 67%)
}
.about-section .about-text .about-us i.icon-two::after {
    background: rgba(255, 124, 0, 0.64);
    border-radius: 50px;
}
.about-section .about-text .about-us i.icon-three::after {
    background: rgba(255, 199, 10, 0.66);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.about-section .about-text .about-us i::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 0;
    left: -15px;
    z-index: -1;
}
.teamSection{ 
    width: 100%;
    float: left;
    margin-top: 0px;
    background: #f8f8f8; 
}
.teamSection .hadidng-2.text-center.pt-20.pb-5 {
    width: 100%;
}

.teamSection .our-team{
    overflow: hidden;
    position: relative;
}
.teamSection .our-team .picteam{
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.teamSection .our-team .layer-1{
    width: 200%;
    overflow: hidden;
    transform: rotate(10deg) translate(-13%, 13%);
}
.teamSection .our-team .layer-2{
    background: #fff;
    overflow: hidden;
    transform: rotate(-16deg) translate(-9%, -13%);
}
.teamSection .our-team .layer-3{
    width: 51%;
    margin: 0 auto;
    transform: rotate(6deg) translateY(5%);
}
.teamSection .our-team img{
    width: 100%;
    height: auto;
}
.teamSection .our-team .social{
    width: 50%;
    height: 150%;
    background: linear-gradient(to right, rgba(244, 205, 3, 0), rgb(81 183 73));
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-out 0s;
}
.teamSection .our-team:hover .social{
    transform: translateX(0px);
}
.teamSection .our-team .social-icon{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 30px;
    position: absolute;
    bottom: 95px;
    right: 15px;
}
.teamSection .our-team .social-icon li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
    color: #000;
    text-align: center;
    margin: 4px 0;
    transform: scale(0);
    transition: all 0.2s ease-out 0.4s;
}
.teamSection .our-team:hover .social-icon li a{
    transform: scale(1);
}
.teamSection .our-team .social-icon li a.fa-facebook:hover{ color: #4867aa; }
.teamSection .our-team .social-icon li a.fa-google-plus:hover{ color: #db4437; }
.teamSection .our-team .social-icon li a.fa-twitter:hover{ color: #1da1f2; }
.teamSection .our-team .team-info{
    padding: 10px 10px;
    margin: 25px;
    background: #51b749;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}
.teamSection .our-team:hover .team-info{
    background: #fff;
}
.teamSection .our-team .title{
    font-size: 18px;
    color: #000;
    margin: 0;
}
.teamSection .our-team .post{
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #6c6c6c;
}
@media only screen and (max-width: 990px){
    .teamSection .our-team{ margin-bottom: 20px; }
}
@media only screen and (max-width: 767px){
    .teamSection .our-team .social-icon{ right: 25px; }
    .teamSection .our-team .team-info{ bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .teamSection .our-team .team-info{ bottom: 65px; }
}
/***************************************Contact page***************************************/
.contactUsSection{
    width: 100%;
    float: left;
}
.contact-area .contact-box {
    background: #fff;
    padding: 60px 45px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.contact-area .contact-box .contact-card {
    border: 1px solid #51b749;
    position: relative;
    padding: 20px;
}
.contact-area .contact-box .contact-card i {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #51b749;
    display: inline-block;
    color: #51b749;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 25px;
    transition: .4s;
}
.contact-area .contact-box .contact-card i:hover{
    background-color: #51b749;
    border: 1px solid #51b749;
    color: #fff;
}
.contact-area .contact-box .contact-card h3 {
    padding-left: 80px;
    font-weight: 700;
}
.contact-area .contact-box .contact-card ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-left: 80px;
}
.contact-area .contact-box .contact-card ul li a{
    color: #4a4a4a;
    font-size: 14px;
    list-style: none;
}

.contact-section{
    width: 100%;
    float: left;
    padding: 50px 0;
}

.contacts-img {
     -webkit-box-shadow: 0px 2px 25px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 2px 25px 0px rgba(12, 0, 46, 0.1);
    padding: 20px 50px 15px;
    background: #fff;
    padding: 68px 17px;
}
.contacts-img img{
    width: 100%;    
}

.contact-section .contact-form {
    -webkit-box-shadow: 0px 2px 25px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 2px 25px 0px rgba(12, 0, 46, 0.1);
    padding: 20px 50px 15px;
    background: #FFFFFF;
    position: relative;
}
.contact-section .contact-form .contact-text {
    padding-bottom: 20px;
}
.contact-section .contact-form .contact-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}
.contact-section .contact-form .contact-text p {
    color: #646464;
    margin-bottom: 0;
}
.contact-section .contact-form .form-group .form-control {
    height: 42px;
    border: 1px solid #51b749;
    border-radius: 8px;
}
.contact-section .contact-form .contact-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-animation: translatey 5s infinite linear;
    animation: translatey 5s infinite linear;
}
.contact-section .contact-form .form-group .message-field {
    border: 1px solid #51b749;
    width: 100%;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 10px;
        height: 141px;
}
.contact-section .contact-form .default-btn:hover {
    color: #fff;
    border: 1px solid #51b749;
}
.contact-section .contact-form .default-btn {
    color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 10px;
    z-index: 0;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
    border: 1px solid #51b749;
    margin-bottom: 10px;
}
.contact-section .contact-form .contact-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-animation: translatey 3s infinite linear;
    animation: translatey 3s infinite linear;
}


@-webkit-keyframes translatey {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes translatey {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.ft-info-list a {
    color: #fff;
}
.header-center.p-0 {
    border-bottom: 2px solid #51b749;
}
ul.agile-Ways-list {
    padding-left: 35px;
}
.agile-Ways-list li {
    list-style: circle;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    margin: 10px 0;
}
.texthideandshow{
    display: none;
}
.texthide{
    margin-top: 30px;
    float: left;
}
.why-image {
    padding-top: 60px;
}
.why-image img{
   width: 100%;
}



/**************************Responsive Website*****************************/
header.headerSection {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9999;
}
.logLeft {
    float: left;
    margin-top: 3px;
}
.navigationRight{
    width: 76%;
    float: right;
}
.navBtn .navbar-toggler {
    float: right;
}
.nevmenu {
    width: 100%;
    float: left;
}
nav.navbar.navbar-expand-md.mrgtp {
    margin-top: 15px;
}
nav.navbar.mrgtp {
    padding-top: 25px;
}


@media only screen and (max-width: 1200px) {
    .nevmenu ul li.nav-item {
    padding-right: 10px;
}
.homeimgSlidercontant .carousel-caption h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 6px;
}
.agile-Ways-list li {
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0;
}
}
@media only screen and (max-width: 991px) {
.about-image img {
    width: 68%;
    margin: 0 auto;
    display: block;
}
.steveLawrence-section {
    padding: 20px 0;
    background-position: 55% 94%;
}
.hadidng-2 h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}
.ft-info-list h2 {
    font-size: 15px;
}
.ft-contents > p {
    margin-top: 20px;
    line-height: 22px;
}
.ft-recent-post a {
    font-size: 14px;
    padding-bottom: 6px;
    line-height: 20px;
}
.testimonials-section {
    padding: 20px 0;
}
.service-style-three .service-card h3 {
    font-size: 18px;
}
.service-style-three .service-card {
    padding: 30px 5px;
    margin-bottom: 30px;
    height: 420px; 
}
.logLeft {
    width: 20%;
}
}

@media only screen and (max-width: 960px) {
.homeimgSlidercontant .carousel-caption h1 {
    font-size: 22px;
    line-height: 28px;
}
.homeimgSlidercontant .carousel-caption p {
    font-size: 14px;
    line-height: 20px;
}
.you-achieving {
    font-size: 20px !important;
    line-height: 28px;
}
}

@media only screen and (max-width: 840px) {
.homeimgSlidercontant .carousel-caption {
    width: 70%;
}
.banerimg {
    height: 210px;
}
}
@media only screen and (max-width: 767px) {
.service-style-three .service-card h3 {
        height: auto;
    margin-bottom: 10px;
}
.service-style-three .service-card {
    height: auto;
}
p.copyright {
    font-size: 12px;
}
.section-title h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.why-image {
    padding-top: 0px;
}
nav.navbar.mrgtp {
    width: 100%;
    padding-bottom: 0;
}
.navigationRight{
    width: 100%;
    float: right;
}
.navBtn .navbar-toggler {
    float: right;
    position: absolute;
    top: -52px;
    right: 0;
}
.navBtn.navbar-expand-md {
    width: 100%;
}
.nevmenu ul li.nav-item {
    border-bottom: 1px solid #eee;
    width: 100%;
    float: left;
}
nav.navbar.mrgtp {
    padding-top: 0px;
}
.socialMedia {
    display: none;
}
.nevmenu ul li.nav-item {
    padding-right: 0px;
}
.nevmenu ul li a.nav-link {
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    padding: 4px 12px;
    color: #000;
}
.nevmenu ul li a.nav-link:hover {
    font-size: 15px;
    font-weight: 600;
    background: #51b749;
    padding: 4px 12px;
    color: #fff;
}
.margTop{
    margin-top: 20px;
}
.ft-info-list p {
    margin-left: 0%;
}
.carousel-control-prev {
    left: 0;
    top: 108px;
}
.carousel-control-next {
    right: 0;
    top: 109px;
}
}
@media only screen and (max-width: 667px) {
.homeimgSlidercontant .carousel-caption {
    width: 80%;
}
.homeimgSlidercontant .carousel-caption h1 {
    font-size: 18px;
    line-height: 24px;
}
.homeimgSlidercontant .carousel-caption p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 18px;
}
.knowmoreBtn {
    padding: 5px 20px;
    font-size: 14px;
}
.you-achieving {
    font-size: 20px !important;
    line-height: 24px;
}
.mainImgSilder .carousel-indicators {
    display: none;
}
}

@media only screen and (max-width: 540px) {
.homeimgSlidercontant .carousel-caption h1 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px;
}
.homeimgSlidercontant .carousel-caption p {
    display: none;
}
}

.ft-content ul li {
    float: left;
    padding-right: 30px;
}
.ft-info-list.pt-3 {
    float: left;
    margin-right: 20px;
}
.ft-info-list.pt-3 i{
    margin-right: 20px;
}


/*---- Niti Css Here 08-02-21 ----*/
header.headerSection .menu-item a {
font-size: 20px;
text-transform: capitalize;
color: #2c2d3e;
font-size: 17px;
font-weight: 600;
padding-right: 46px
}

header.headerSection li.menu-item {
line-height: 44px;
}

.subscribe-main-box h3.widget-title{
display: none;}

.subscribe-main-box label{
display: none;
}

.subscribe-main-box .search {
margin-top: -23px;
}

.subscribe-main-box input[type="email"] {
height: 50px;
border-color: #ffffff;
border-radius: 0;
border: none;
width: 82%;
float: left;
padding: 10px 9px;
outline: none;
position: relative;
font-size: 14px;
color: #6f6d6d;
letter-spacing: 0px;
font-weight: 500;
}

.subscribe-main-box [type=submit] {
border-radius: 0;
background: #3a3a3c;
color: #fff;
font-weight: 600;
border: none;
padding: 13px 20px;
position: absolute;
right: 6px;
top: 7px;
outline: none;
}

.subscribe-box-info {
background: #ffffff59;
width: 100%;
float: left;
margin-top: 20px;
padding: 6px;
position: relative;
}

.ft-content h3.widget-title{
font-size: 18px;
color: #fff;
font-weight: bold;
text-transform: capitalize;
padding-bottom: 24px;
}

.contact-form .form-control:focus {
color: #495057;
background-color: #fff;
border-color: #0a0a0a;
outline: 0;
box-shadow: none;
border: 2px solid #000 !important;
}

section.inner_banner-info {
margin: 53px 0px 50px 0px;
}