@charset "utf-8";
/* CSS Document */
body{
    font-family: 'Lato', sans-serif;
}

/* .container{
    width: 1500px !important;
} */

.top-banner{
    padding:0px !important;
    height:auto;
    /* position:absolute;
    z-index:11; */
}

.header-menu{
    min-height:112px;
    top:0px !important;
    z-index:12;
    margin-top:0px;
    padding-top:5px;
    padding-bottom:5px !important;
    position: absolute;
    z-index: 11;
}

.menu-nav{
    padding:0px !important;
    min-height:60px;
}

.logo{
    height:60px;
    padding-top: 15px;
}

.menu{
    height:60px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}

.logo img{
    width: 120px;
}

.menu > ul{
    padding-left: 0px !important;
    display: flex;
    justify-content: flex-end;
}

.sub-ul{
    padding-left: 0px;
    position: relative;
    background: #ffffff;
    width: auto;
    position: absolute;
    margin-left: -30px;
    margin-top: 0px;
    display: none;
    z-index: 121;
    
}

.hover-ticker:hover{
    color: #ae272e !important;
}

.how-we-work-flow{
    margin-bottom: 50px;
}

.about-us-img-center{
    padding: 20px;
    border: 2px solid #e2e2e2;
    border-radius:7px;
}

.sub-li{
    padding-left: 0px;
    float: inherit !important;
    position: relative;
    height: 35px !important;
    padding-top: 3px !important;
    margin-top: 5px !important;
    border-left: 0px !important;
    border-bottom: 1px rgb(55,130,94,0.5) solid;
}

.menu > ul > li{
    list-style:none;
    float:left;
    height:20px;
    margin-top:20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #e2e2e2;
    text-align: center !important;
    position: relative;
    height: 30px;
}

.menu > ul > li > a:hover{
    color: #ae272e;
    transition: 0.3s;
}

.menu > ul > li > a{
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: normal;
    padding: 5px;
    text-decoration: none;
}

.menu > ul > li > ul{
    background-color: rgba(174,39,46,0.7);
    position: absolute;
    padding: 5px 15px 5px 15px;
    min-width: 120px;
    margin-top: 5px;
    display: none;
    margin-left: 4px;
    z-index: 12;
}

.menu > ul > li > ul:hover{
    display: block;
}

.menu > ul > li > ul > li > a{
    color: #fff;
}

.menu > ul > li > ul > li{
    list-style: none;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
}

.inner_nav > li > a{
    color: #ae272e !important;
    font-weight: 600 !important;
    font-size: 15px !important
}

/*mobile view*/
.bg-img{
    width: 100%;
    height: 100%;
    bottom: 0px;
    background: rgb(25,24,24,0.8);
    position:fixed;
    left: -100%;
    z-index: 1231;
   /*  display: none; */
}

.req-form{
    width: 250px;
    height: 250px;
    /*background: #ffffff;*/
    position: fixed;
    z-index: 5252;
    top: 50%;
    left: 100%;
    margin-left: -50px;
    margin-top: -125px;
}

.query-img{
    width: 50px;
    height: 250px;
    /*background: #ff0000;*/
    float: left;
}

.query-form{
    width: 200px;
    height: 250px;
    padding-top: 22px;
    background: #e2e2e2;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.query-btn{
    width: 70px;
    height: 40px;
    margin-top: 10px;
    background: #37825e;
    border: 0px;
    text-align: center;
    color: #ffffff;
}

.banner-cont{
    width: 100%;
    position: absolute;
    height: 100px;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* padding-left: 6%; */
}

.home_menu_bar{
    color: #fff !important;
}

.section-about{
    background-image: url(../images/Insighteon---Copy.jpg);
    background-size: cover;
    background-position: center;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    background-position: #e2e2e2

}

.about_img{
    padding-top: 15px;
    padding-bottom: 10px;
    border: 3px #ae272e solid
}

.section-title-row{
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-title{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #ae272e
}

.title-p-des{
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #333;
}

.about-img{
    height: auto;
}

.about_section{
    padding-bottom: 50px;
}

.about_cont{
    font-size: 25px;
    line-height: 36px;
    color: #333;
    font-weight: 500;
    text-align: justify;
    padding-top: 30px;
    padding-left: 30px;
}

.three_row_section{
    position: relative;
    padding: 0;
    margin-bottom: 5px;
    border-left: 3px #fff solid;
}

.img_split{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 40px;
    bottom: 0;
    background-color: rgba(174,39,46,0.7);
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}

.view-all-btn{
    width: 160px;
    height: 45px;
    color: #AE272E;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
    border: 2px #AE272E solid;
    margin: auto;
    display: block;
    font-weight: 600;
    margin-top: 35px;
}

.view-all{
    color: #AE272E;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.view-all:hover{
    color: #AE272E;
    text-decoration: none;
}

.about-left-section{
    min-height: 400px;
    color: #fff;
}

.about-left-section h3{
    font-weight: 400;
    font-size: 25px;
    text-decoration: underline;
}

.about-left-section p{
    line-height: 27px;
    font-weight: 300;
    font-size: 14px;
}

.banner-cont h3{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-shadow: 3px 3px 3px #000;
}

.banner-cont p{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.know-more-btn{
    display: inline-block;
    color: #fff;
    border: 1px #fff solid;
    padding: 5px 15px 5px 15px;
    margin-top: 20px;
}

.know-more-btn:hover{
    color: #fff;
    text-decoration: none;
}

/*.mob-nav{
    width: 100%;
    height: 100%;
    bottom: 0px;
    position: fixed;
    background: rgb(255,255,255);
    z-index: 1232;
    left: -100%;
}*/

.mob-sub-li{
    padding-left: 10px;
    display: none;
}

.plus-icon{
    margin-right: 10px;
    margin-top: 3px;
    font-size: 16px !important;
    color: #013d7b;
}

/*.mob-nav ul{
    padding-left: 0px;
    margin-top: 50px;
}

.mob-nav li{
    list-style: none;
    padding-top: 8px;
    padding-left: 20px;
    border-bottom: 1px rgb(55,130,94,0.2) solid;
    height: 40px;
}

.mob-nav li a{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}*/

.close-btn{
    height: 50px;
    position: absolute;
    text-align: end;
    width: 100%;
    color: #000;
    padding-right: 25px;
    padding-top: 5px;
    font-size: 25px;
    z-index: 13;
    margin-top: -45px;
    
}

.mob-logo{
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu-icon{
    color: #37825e;
    font-weight: bold;
    padding-top: 10px;
    font-size: 30px !important;
}

.mob-logo img{
    width: 70px;
}

.mob-menu{
    height: 50px;
    background:#191818;
}

.mob-menu-fixed{
    position: fixed;
    z-index: 1233;
}

.requiredError {
    text-align: center;
    color: #ff0000;
    margin-bottom: 20px;
    border-radius: 20px;
    font-size: 18px;
}

.phone-cell{
    height:60px;
    padding:0px !important;
    padding-top:42px !important;
    text-align: center;
}

.phone-icon{
    font-size: 16px !important;
    color: #013d7b;
}

.get-qt-btn{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    font-size: 12px;
    padding-bottom: 2px;
    background: #013d7b;
    color: #fff;
    font-weight: 600;
}

.phone-no{
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*our history*/
.our-history{
    min-height: 320px;
    background: #e2e2e2;
    background-image: url(../images/our-history.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 20px;
    padding-bottom:45px;
}

.our-history p{
    font-size: 16px;
    font-weight: 700;
}

.our-history h2{
    color: #37825e;
    font-size: 40px;
    padding-top: 20px;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
    
}

/*services*/
.services{
    height:auto;
    padding-top:40px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 40px;
}

.services h2{
    color: #333;
    font-size: 40px;
    padding-top: 0px;
    margin-bottom: 45px;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    display: table;
    margin: auto;
    margin-bottom: 40px;  
}

.services-section{
    background-color: #5ca8dc;
    min-height: 300px;
    text-align: left;
    color: #ffffff;
}

.services-section h3{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 23px;
    min-height: 70px;
}

.services-section {
    margin-right: 15px;
    width: calc(16.66% - 15px);
}

.services-section:hover {
    background: #6a6e71;
    cursor: pointer;
    transition: 0.4s;
}

.services-section ul{
    padding-left: 15px;
}

.services-section ul li{
    font-size: 12px;
}

.kindly-contact{
    background: #f2f2f2;
    height: auto;
    padding-top: 30px;
    padding-bottom:40px;
    position: relative;
    text-align: center;
}

.kindly-contact-inner h3{
    font-weight: 500;
    text-align: left;
    font-size: 30px;
    padding-bottom: 2px;
    display: table;
    color: #ae272e;
    margin-bottom: 10px;
}

.kindly-contact-inner p{
    line-height: 23px;
    padding-top: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.enquiry-feild{
    height: 40px;
    padding-left: 10px;
    border: 0.5px #999 solid;
    margin-right: 15px;
    margin-bottom: 20px;
}

.submit-btn{
    background: #ae272e;
    width: 150px;
    color: #fff;
    border: 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
}

.text_area{
    height: 150px !important;
    margin-bottom: 20px;
}

.contact-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    text-align: center;
    color: #fff;
    padding-top: 60px;
}

.contact-img h3{
    border: 1px #fff solid;
    display: table;
    margin: auto;
    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
    font-size: 20px;
}

.white-bg{
    background: #ffffff;
}

.participate-section{
    text-align: left;
    margin-top: 30px;
    min-height: 210px;
}

.participate-section img{
    margin-bottom: 10px;
}

.participate-section p{
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: #666;
    font-weight: 400;
    padding-right: 20px;
}

.enquiry-form{
    margin-top: 20px;
}

.services-text{
    line-height: 24px;
    font-size: 15px;
}

.services-inner{
    min-height:550px;
    padding:0px !important;
    padding-bottom:30px !important;
    text-align:center;
    
}

.services-inner h3 a{
    font-size:20px;
    color:#ffffff;
    font-weight:bold;
    text-decoration: none;
    outline: inherit;
    text-align:center;
    
}

/* //services */

/*what we do*/
.what-we-do{
    min-height: 440px;
    background-image:url(../images/our-history2.png);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;.
    opacity: 0.2;
    padding-top: 25px;
    padding-bottom:45px;
}

.what-we-do p{
    font-size: 16px;
    font-weight: 700;
    
}

.what-we-do h2{
    color: #37825e;
    font-size: 40px;
    padding-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    
}

.gallery{
    height: 600px;
    background-image:url(../images/services.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;.
    opacity: 0.2;
    padding-top: 5px;
}

/*#gallery img{
    width: 100%;
}*/

.gallery h2{
    color: #ffffff;
    font-size: 40px;
    padding-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    
}


.love-food{
    padding:0px !important;
    height:auto;
}

.contact-box{
    height:650px;
    padding: 0px !important;
    background-image:url(../images/contact.jpg);
    background-position:center;
    background-repeat:no-repeat;
}

.contact-inner{
    height:auto;
}

.contact-form{
    height:425px;
    background:#37825e;
    margin-top:100px;
}

.party-contact-form{
    height:425px;
    background:inherit;
    margin-top:100px;
}

.contact-text{
    width:100%;
    height:64px;
    font-weight:normal;
    text-align:center;
    color: #ffc30c;
    font-size:35px;
    color:#ffc30c;
    padding-top:10px;
    
}

.form-feild{
    height:34px !important;
    margin-top:10px;
    font-family:'Lato', sans-serif;
    color:#000000 !important;
    width:100%;
    background: rgb(255,255,255,0.5);
    border:1px rgb(55,130,94, 0.2) solid;
    padding-left:20px;
    border-radius: 20px;
}

.sub-btn{
    background:#ffc30c;
    height:45px;
    width:40%;
    margin-left:30%;
    margin-top:30px;
    border:0px;
    font-weight:900;
    color:#37825e;
    font-size:15px;
}

.footer-2{
    background-color: #e7e5e6;
    min-height:300px;
    padding: 0px;
    background-position:center;
    padding-top:50px;
    background-repeat:no-repeat;
}

.ft-logo p{
    color: #222;
}

.ft-menu{
    padding-top: 30px;
}

.ft-menu h3 a{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;

}

.footer-p{
    margin-bottom: 30px;
}

.ft-social i{
    color: #222;
    font-size: 20px;
    margin-right: 5px;
}

.ft-menu ul{
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.ft-menu ul li{
    line-height: 25px;
    margin-bottom: 10px;
}

.ft-menu-2 li{
    line-height: 30px !important;
}

.ft-menu ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.ft-menu-3 li:nth-child(1){
    color: #ffffff;
    font-weight: 500;
}

.ft-contect {
    text-align: left;
    padding-top: 30px;
}

.ft-contect h3{
    text-align: left;
    font-weight: 500;
    font-size: 22px;
}

.ft-input{
    height: 33px;
    background: #fff;
    color: #111;
    border: 0;
    border-radius: 0;
}

.ft-input::placeholder{
    color: gray;
}

.subscribe{
   width: 115px;
    height: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
    background: #ae272e;
    border: 0;
    margin-top: 20px;
}

.social-icon i{
    color: #ffffff;
    font-weight: 600 !important;
    font-size: 20px !important;
}

.social-icon{
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border: 1px #fff solid;
    line-height: 35px;
    float: right;
    margin-top: 25px;
    margin-left: 15px;
}

.btm-footer{
    background: #ccc6c6;
    text-align: center;
    color: #000;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.editorial_board{
    background-image: url(../images/main-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    padding-bottom: 40px;
}

.slider-row{
    background: #ffffff;
    min-height: 350px;
    padding: 25px;
}

.footer-section{
    padding-bottom: 30px;
}

.read_more_text{
    display: inherit;
    color: #ae272e;
    font-weight: 600;
}

.swiper-wrapper{
    padding-bottom: 20px;
}

.testimonial_content{
    width: calc(100% - 150px);
}

.testimonial_content h3{
    font-weight: 600;
    color: #ae272e;
    font-size: 20px;
}

.testimonial_content p{
    color: #000;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}

.profile_des p{
    color: #000;
    letter-spacing: 0px;
    line-height: 20px;
    font-size: 16px;
    text-align: justify; 
}

.testimonial_p_profile{
    font-size: 18px !important;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;    
}

.slider-img-testimonial img {
    width: 150px !important;
    margin-right: 30px;
}

.title-color{
    color: #AE272E;
    font-weight: 600;
    font-size: 20px;
    margin-top:35px;
}

.date-font{
    font-size: 17px;
}

.text-white{
    color: #fff;
}

span.social-icon {
}


.bottom-logo{
    margin-bottom:25px;
    height: 80px;
}



/*party page*/
.banner-text{
    text-align: center;
    position: absolute;
    
    color: #37825e;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 69px;
}

.party-contact-box{
    height:650px;
    padding: 0px !important;
    background-image:url(../images/party-contact-img.jpg);
    background-position:center;
    background-repeat:no-repeat;
}

.description-box{
    height: auto;
    padding: 0px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.des-box{
    height: 600px;
    padding: 0px !important;
    background: #ffc30c;
    color: #37825e;
    position: relative; 
}

.des-content{
    top: 50%;
    left: 42%;
    /* margin-left: -50%; */
    transform: translate(-10%,-50%);
    position: absolute;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: bold;
}

.des-img-box{
    height: 600px;
    padding: 0px !important;
    
}

.des-img-box img{
    height: 100%;
    width: 100%;
}

/*testimonials*/
.testimonial{
    /* background: #37825e; */
    min-height: 500px;
    padding-top: 20px;
    text-align: center;
    color: #ffffff;
    background-image: url('../images/testimonial.jpg');
}

.testimonial-2{
    /* border: 3px #ffffff solid; */
    min-height: 350px;
    text-align: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px !important;
    left: 0;
    width: 100%;
}

.our_member_slider .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    display: inline-block;
    border-radius: 100%;
    background: #ae272e !important;
    opacity: 1;
}

.our_member_slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000 !important;
}

.ist-col{
    border: 1px #ffffff solid;
    min-height: 200px;
    border-radius: 5px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.quote-icon{
    color: #ffffff;
    font-size: 40px !important;
}

.testimonial-text{
    color: #ffffff;
    font-size: 20px;
    
}

.what-customer{
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    
}

.section{
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    text-align: center;
}

.text-gray{
    color: #666 !important;
    padding-bottom: 20px;
}

.center-text{
    font-weight: 700;
    text-shadow: 3px 3px 3px #666;
    font-size: 40px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%)
}

.text-bold{
    font-weight: 700 !important;
    font-size: 25px !important;
    color: #000 !important;
    border-bottom: 0 !important;
}

.about-text p{
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

.about_banner_flex{
    display: flex;
    margin-bottom: 10px;
}

.about-desc{
    margin-bottom: 0;
    padding-left: 15px;
    flex-direction: column;
    width: 50%;
}

.expert-btn{
    float: left;
    background: #5ca8dc;
    color: #fff;
    text-align: center;
    height: auto;
    border-radius: 7px;
    width: 180px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    height: 50px;
    margin-right: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
}

.ist-team-row{
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 0 5px #e2e2e2;
    margin-bottom: 20px;
}

.our-team-content p{
    font-size: 16px;
    line-height: 25px;
}

.our-team-content h3{
    font-weight: 700;
    color: #000;
}

.our-team-content h4{
    color: #5ca8dc;
}

.about-left-section p{
    color: #fff !important;
}

.contact{
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-section{
    min-height: 350px;
    padding-top: 15px;
    padding-bottom: 25px;
}

.pd-right{
    margin-left: 5px;
}

.contact-section h3{
    color: #333;
    font-size: 22px;
    font-weight: 300;
}

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

.why-us p{
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: #666;
    font-weight: 400;
    padding-right: 20px;
    text-align: center;
}

.inner-navigation{
    position: inherit;
    min-height: 105px;
}

.inner-banner{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 125px;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner-page-title{
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 125px;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
    text-shadow: 3px 3px 3px #000;
}

.text-underline{
    text-decoration: underline;
}

.inner-navigation .menu{
    padding-top: 20px;
}

.profile_row{
    display: flex;
    align-items: end;
}

.profile_section{
    border-right: 1px #f3f3f3 solid;
    margin-bottom: 20px;
}

.profile_section:nth-child(2n+1) .profile_img img{
    width: 150px;
    border: 6px solid #AE272E;
    margin-right: 25px;
}

.ed-bg-img{
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 6px solid #AE272E;
    margin-right: 25px;
}

.profile_section:nth-child(2n) .profile_img .ed-bg-img{
    /*width: 150px;
    border: 6px solid #AE272E;*/
    margin-left: 25px;
}

.profile_section:nth-child(2n) .profile_img{
    display: flex;
    order: 2;
}

.profile_section:nth-child(2n+1) .profile_name{
    width: 100%;
    padding-left: 40px;
    position: relative;
    text-align: justify;
}

.profile_section:nth-child(2n) .profile_name{
    width: 100%;
    padding-right: 40px;
    position: relative;
    text-align: right;
}

.profile_section:nth-child(2n+1) .profile_name:before{
    top: 20px;
    background-image: url(../images/arrow.png);
    background-size: cover;
    width: 18px;
    height: 165px;
    content: '';
    position: absolute;
    top: 0;
    left: 1%;
}

.profile_section:nth-child(2n) .profile_name:after{
    top: 20px;
    background-image: url(../images/arrow.png);
    background-size: cover;
    width: 18px;
    height: 165px;
    content: '';
    position: absolute;
    top: 0;
    right: 1%;
}

.profile_des{
    padding: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 22px;
    font-size: 17px;
    text-align: justify;
}

.sidebar_category ul{
    padding-left: 5px;
    list-style: none;
    border-bottom: 3px solid #AE272E;
    padding-bottom: 15px;
}

.sidebar_category:last-child ul{
    border-bottom: 0;
}

.sidebar_category ul li a{
    color: #000;
    font-size: 18px;
}

.sidebar_category ul li{
    margin-bottom: 25px;
}

.sidebar_category ul li a{
    text-decoration: none;
    outline: none;
}

.about_content{
    margin-bottom: 25px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 22px;
    font-size: 13px;
}

.search_submit_btn{
    width: 30px;
    height: 35px;
    background-color: #fff;
    border-top: 1px #e2e2e2 solid;
    border-bottom: 1px #e2e2e2 solid;
    border-right: 1px #e2e2e2 solid;
    border-left: 0;
    margin-left: -5px;
}

.search_field{
    border-top: 1px #e2e2e2 solid;
    border-bottom: 1px #e2e2e2 solid;
    border-left: 1px #e2e2e2 solid;
    border-right: 0;
    height: 35px;
    padding-left: 10px;
}

*:focus {
    outline: none;
}

.search_form{
    display: flex;
}

.short_content {
    color: #000;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-size: 13px;
}

.a_href_btn{
    border: 2px solid #AE272E;
    color: #AE272E;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: 500;
}

.margin_top{
    margin-top: 0;
}

.margin_top_10{
    margin-top: 10px;
    display: inline-block;
}

.news_section{
    position: relative;
    margin-bottom: 30px;
}

.blog_date{
    padding: 5px 15px 5px 15px;
    background-color: #AE272E;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 15px;
    z-index: 1;
}

.next_prev{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.next_prev a{
    color: #AE272E;
    font-size: 14px;
    display: inline-block;
}

.next_prev a i{
    font-size: 18px;
}

.margin_left_20px{
    margin-left: 20px;
}

.address_sidebar{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff; 
    padding-top: 30px;
    padding-bottom: 30px;
}

.address_sidebar p{
    margin-bottom: 30px;
}

.address_sidebar h3{
    font-size: 21px;
}

.team_row{
    margin-bottom: 30px;
}

.team_row .profile_img img {
    width: 100px;
    border: 4px solid #AE272E;
    margin-right: 25px;
}

.team_row .profile_name {
    width: 100%;
    padding-left: 40px;
    position: relative;
    text-align: left;
}

.team_row .profile_row{
    justify-content: center;
}

.team_row .profile_name:before {
    top: 20px;
    background-image: url(../images/team_arrow.png);
    background-size: cover;
    width: 18px;
    height: 100px;
    content: '';
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translate(0, -50%);
}

.black_color{
    color: #333 !important;
    text-align: left;
    font-size: 18px !important;
}

.text_decoration_none{
    text-decoration: none;
    outline: inherit;
}

.text_decoration_none:hover{
    text-decoration: none;
    outline: inherit;
    color: #fff;
}

.theme_color{
   color: #AE272E !important;
    text-align: left;
    font-size: 15px !important;
    line-height: normal !important;
    margin-bottom: 5px;
}

.display_grid{
    padding-top: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.our_member_slider{
    padding-top: 25px;
    padding-bottom: 40px;
}

.our_goal .profile_name:before{
    background-image: none;
    content: none !important;
}

.our_goal .profile_name{
    padding-left: 20px !important;
}

.green_border{
    width: 200px;
    height: 200px;
    padding: 25px;
    border-radius: 50%;
    border:4px solid #1fa7a3;
}

.our_goal .profile_img img {
    width: 140px !important;
    border: 6px solid #AE272E;
    margin-right: 0;
}

.cate_seciton{
    text-align: center;
    padding-top: 15px;
}

.ined_library_section{
    text-align: center;
}

.ined_library_section h3{
    text-align: center;
    font-size: 25px;
    margin-bottom: 0;
}

.cate_seciton ul{
    padding-left: 0;
    list-style: none;
}

.cate_seciton ul li a{
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin-top: 0;
}

.video_icon{
    margin-right: 3px;
    color: #fff;
    font-size: 18px;
}

.cate_seciton ul li{
    border-right: 2px #36908e solid;
    display: inline-block;
    align-items: center;
    margin-right: 15px;
    padding-right: 8px;
    height: auto;
    margin-bottom: 10px;
}

.cate_seciton ul li h5{
    margin-top: 2px;
    margin-bottom: 4px;
}

.cate_seciton ul li:last-child{
    margin-right: 0;
}



.cate_seciton ul li:last-child{
    border-right: 0;
}

.font-size-25{
    font-size: 25px !important;
}

.post_description{
    letter-spacing: 0.5px;
    line-height: 22px;
    font-size: 13px;
}

.date_row{
    padding-bottom: 15px;
}

.margin_right_15{
    margin-right: 15px;
}

.font-size-15{
    font-size: 15px
}

.ined_library_video_title{
    font-size: 15px !important;
    margin-bottom: 0 !important;
    line-height: 23px;
    margin-top: 5px;
    text-align: left !important;
    color: #333;
    font-weight: 600;
}

.ined_lib_date{
    font-size: 13px;
    text-align: left;
    color: #AE272E;
    padding-top: 5px;
}

.color_black{
    color: #333;
}

.color_black i{
    font-size: 25px;
    margin-right: 5px;
}

.margin_20px{
    margin-bottom: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.home-icon-close{
    right: -7px;
    top: -6px;
    margin-top: 0;
    position: absolute;
    width: 40px;
    height: 30px;
    float: right;
    cursor: pointer;
}

.popup-contain{
    width: 500px;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 25px;
}

.custom-popup-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1212;
    background-color: rgba(0,0,0,0.2);
    transition: opacity 0.4s ease;
    bottom: 0;
    top: 0;
    left:0;
}

.custom-popup{
    width:100%;
    height: 100%;
    bottom:0;
    position: fixed;
    z-index: 12123;
    top: 0;
}

.popup-contain img{
    max-width:100%;
}

.ined-library-btn:hover{
    background-color: #ae272e;
    transition: 0.3s;
}

.custom-slider{
    padding-left: 0;
    padding-right: 0;
}

.banner-link {
    position: absolute;
    bottom: 5px;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
    font-size: 50px;
    text-decoration: none;
    text-align:center;
}

.banner-link:hover{
    text-decoration: none;
    color: #fff;
}

.ined-library-btn {
    padding: 5px 50px;
}

.editorial_ul{
    padding-left: 20px;
    }

    .about-us_img img{
    width: 280px;
    border: 7px solid #24a29f;
    margin-right: 25px;
    }
    .about-img-circle {
    border-radius: 50%;
}
.about-us_content{
    width: 75%;
    padding-left: 56px;
    position: relative;
    text-align: justify;
    padding-bottom: 37px;
}
.about-us_content h2{
    color: #ae2730;
}
.about-us_content p{
    font-size: 18px;
    color: #000;
}

.aboutus_des {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 18px;
    text-align: justify;
}
.how-we-work h2 {
    font-size: 30px;
    text-align: center;
    color: #ad252d;
    font-weight: 700;
    margin-bottom: 30px;

}
.how-we-work-flow img {
    margin-top: 40px;
    display: flex;
    margin: auto;
}
.footer-banner-bg {

    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.contact_button_name {
    float: left;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.contact_button_name a{
    color:#fff;
    text-decoration: none;
}

.contact_button {
    border: 2px solid #fff; 
    padding: 11px;
}
.footer-banner-title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
}

.wrap1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap1 img {
    width: 340px;
    display: flex;
    margin: auto;
}

.news-ltr {
    color: #ae272e;
}

.cont-ltr {
    color: #ae272e;
    font-size: 17px;
}
.border-outer {
    
    background-size: cover;
    background-repeat: no-repeat;
}

.signup-form-side {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 628px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;

}
.contact-section-signup{
     background-color: #fff;
    margin-left: 40px;
    padding-left: 13px;
}
.signup-form-field {

    background-color: #fff;
    margin-left: 35px;
    width: 41%;
    margin-top: 50px;

}
.signup-heading {

    font-size: 25px;
    text-align: center;
    color: #9a545e;
    font-weight: 600;
    margin-bottom: 60px;

}
.sign-up-field{
    height: 40px;
    padding-left: 10px;
    margin-right: 15px;
    margin-bottom: 30px;
    border:none;
    border-bottom: 2px solid #598a91;
    box-shadow: none;
    border-radius: 0;
}
.form-icon {
    position: absolute;
    right: 27px;
    width: 20px;
    padding-top: 8px;
}
.password-desc {
    font-size: 12px;
    margin-top: -14px;
    color: #918684;
    margin-bottom: 26px;
}
.checkbox-signup{
    display: inline;
}
.checkbox-bootom {
    display: block ruby;
    margin-bottom: 6px;
}
.chkbox-cont {
    margin-left: 30px;
}
.sign-up-submit-btn {
    background: none;
    width: 66%;
    color: #ae272e;
    text-align: center;
    line-height: 36px;
    height: 38px;
    border-radius: 5px;
    border: 2px solid #ae272e;
    margin: auto;
    margin-left: 16%;
}
.sign-up-submit-btn:hover {
    background: #ae272e;
    width: 66%;
    color: #fff;
    text-align: center;
    line-height: 36px;
    height: 38px;
    border-radius: 5px;
    border: 2px solid #ae272e;
    margin: auto;
    margin-left: 16%;
}
.login-text {
    color: #9a2e36;
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 42px;
}
.login-text a{
    color: #9a2e36;
}
.login-text a:hover{
    color: #9a2e36;
}


/*    login page  */  

.login-heading {
    font-size: 25px;
    text-align: center;
    color: #9a545e;
    font-weight: 600;
    margin-bottom: 85px;
    margin-top: 85px;
}
.login-submit-btn {

    background: none;
    width: 97%;
    color: #ae272e;
    text-align: center;
    line-height: 36px;
    height: 46px;
    border-radius: 5px;
    border: 2px solid #ae272e;
    margin: auto;
    font-size: 20px;

}

.social-login-head {
    font-size: 19px;
    color: #ae272e;
    text-align: center;
    margin-top: 30px;
}
.social-login {
    padding-top: 8px;
    text-align: center;
    border-radius: 8px;
    margin-left: 30px;
    color: #fff;
    font-size: 11px;
}

.facebook-login {
    width: 9px;
    margin-right: 8px;
}
.google-login {
    margin-right: 8px;
}

.social-login a {
    color: #fff;
    text-decoration: none;
}
.checkbox-bootom-login {

    display: block ruby;
    margin-bottom: 34px;

}
.ined-library-btn {
    padding: 5px 50px;
}
.ined-library-btn:hover {
    background-color: #ae272e;
    transition: 0.3s;
}
.cangle-right{
    width:10px;
    font-weight:bold;
}
.form-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #f1f1f1;
  z-index: 9;
}

.form-container {
  max-width: 600px;
  padding: 10px;
  background-color: white;
}

.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

.form-container .cancel {
  background-color: red;
  width: auto;
  margin-top: 15px;
}

.padding-bottom-20{
    padding-bottom: 20px;
}

.padding-top-10{
    padding-top: 10px;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.dropdown-form{
    padding-right: 20px;
    padding-left: 20px;
}

.dropdown-menu>li>a{
    white-space: inherit;
}

.user-sign-icon{
    width: 50px;
    height: 50px;
    border: 0;
    margin-top: -16px;
    border-radius: 50%;
    background: #ae272e;
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}


.dropdown-menu{
    min-width: 210px;
    right: 0;
    left: auto;
}

.display-flex{
    display: flex;
}

.display-flex-three-row{
    width: 31%;
    margin-left: 3.33%;
}

.display-flex-three-row:nth-child(3n+1){
    margin-left: 0;
}

.width-100-per{
    width: 100%;
}

.flex-wrap{
    flex-wrap: wrap;
}

.display-flex-two-row{
    width: 48%;
    margin-left: 3%;
}

.display-flex-two-row:nth-child(2n+1){
    margin-left: 0;
}

.inner-page-sub-title {
    margin-bottom: 0;
    margin-top: 5px;
}

.video-detail-iframe{
	height: 500px;
}

.search_field {
    width: 100%;
}

.pdf-scroll-btn{
    width: 30px;
    height: 30px; 
    border-radius: 50%;
    background-color: #ff0000;
    position: absolute;    
    z-index: 12;
    bottom: 35px;
    right: 30px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 30px;
}

.theme-color-red{
    color: #ae272e;
}

.select-feild-row{
    position: relative;
    height: 40px;
    margin-bottom: 30px;
}

.angle-down-icon{
    right: 10px;
    top: 7px;
    cursor: pointer;
}

.sign-up-country{
    position: absolute;
    z-index: 1;
    background: no-repeat;
    padding: 0;
    -webkit-appearance: inherit;
}

.custom-bg{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    display: none;
    position: fixed;
    z-index: 11;
}

.custopm-popup{
    position: fixed;
    height: 300px;
    max-width: 900px;
    width: 900px;
    background-color: #fff;
    z-index: 12;
    left: 50%;
    padding: 20px;
    top: 10%;
    display: none;
    margin-left: -450px;
    overflow-y: scroll;
}

.popup-close-btn{
    font-size: 25px;
}

.agree-btn-row{
    justify-content: center;
    padding-top: 20px;
}

.first-agree-btn{
    margin-right: 10px;
}

.agree-btn {
    background: #ae272e;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
    border:0;
}

.popup-close-btn{
    cursor: pointer;
}

.first-agree-btn{
    display: none;
}

.btn-group .dropdown-menu li a:hover{
    color: #ae272e !important;
    font-weight: 600 !important;
    transition: 0.3s;
}

.marquee-slit{
    background-color: #22a09d;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    padding-right: 0;
    padding-left: 0;
}

.marquee-slit a{
    display: inline-block;
    margin-right: 30px;
    color: #ffffff;
    text-decoration: none;
    font-size:20px; 
    font-weight: 600;
    letter-spacing: 1px;
}

.marquee-slit a:hover{
    text-decoration: none;
    outline: inherit;
    color: #ffffff;
}

.about-us-video{
    width: 100%;
    height: 300px;
}

#testimonial .swiper-wrapper{
    padding-bottom: 50px;
}

.slider-img-testimonial{
    background-repeat: no-repeat;
    background-position: top;
    width: 150px;
    height: 150px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 25px;
}

@media screen and (min-width: 767px){
    .pdf-scroll-btn{
        display: none;
    }

    .home-banner-01{
        height: 275px;
        width: 100%;
    }
}

@media screen and (max-width: 1200px){
    .footer-social {
        width: 100% !important;
        padding: 0px !important;
    }

    .services-section {
        margin-right: 15px;
        width: calc(32.66% - 15px);
        margin-top: 20px;
    }
}

@media screen and (min-width:991px) and (max-width:1367px){
    .menu-nav{
        width:100% !important;
    }

    .menu-nav{
        margin-left: 0;
        width: 100%;
    }

}

@media screen and (min-width:1200px) and (max-width:1450px){
    .inner-services{
        width: 100%;
        margin-left: 0;
    }
}

.no-desk{
    display: none;
}

.menu-icon{
    display: none;
}

@media screen and (max-width:1200px){
    .no-desk{
        display: block;
    }

    .mob-qt{
        width: 120px;
        text-align: center;
        display: inline-block;
    }

    .tab-phone{
        width: 200px;
        display: inline-block;
    }

    .menu-icon {
        color: #5ca8dc;
    }

    .phone-cell{
        text-align: right;
    }

   .phone-no-pd {
        margin-top: 5px !important;
        display: inline-block;
    }

    .header-menu .container{
        width: 100% !important;
    }
}

@media screen and (min-width:991px) and (max-width:1080px){
    .menu > ul > li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (min-width: 992px){
    .close-btn{
        display: none;
    }
}

@media screen and (max-width:991px){

    .phone-cell{
        height: 110px;
    }
    
    .contact-text{
        width:80%;
        background:#ffffff;
        height:80px;
        margin-left:10%;
        font-weight:normal;
        text-align:center;
        font-size:25px;
        color:#37825e;
        margin-top:-40px;
        padding-top:20px;
    }

    .banner-text{
        text-align: center;
        position: absolute;
        
        color: #37825e;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 35px;
    }

    .des-box{
        height: 300px;
        padding: 0px !important;
        background: #ffc30c;
        color: #37825e;
        position: relative; 
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: bold;
        line-height: 23px;
    }

    .des-content{
        top: 50%;
        left: 20%;
        transform: translate(-10%,-50%);
        position: absolute;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .des-img-box{
        height: 300px;
        padding: 0px !important;
        
    }

    .navigation{
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 12;
        left: -100%;
        top: 0;
        padding-top: 50px;
    }

    .margin-top{
        margin-top: 20px;
    }

    .menu-icon{
        display: block;
        margin-right: 15px;
        color: #ae272e;
        font-weight: 400;
    }

    .menu > ul {
        padding-left: 0px !important;
        justify-content: initial;
        flex-direction: column;
    }

    .menu > ul > li {
        float: initial;
        text-align: left !important;
        height: auto;
        margin-top: 0;
        border-bottom: 1px rgb(55,130,94,0.2) solid;
        padding: 10px 15px;
        position: relative;
    }

    .menu ul li i{
        text-align: right;
        position: absolute;
        right: 20px;
        font-size: 30px;
    }

    .menu > ul > li a{
        color: #000 !important;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
    }

    .menu > ul > li > ul {
        background: none;
        position: initial;
        width: 100%;
        padding-left: 0;
        display: block;
    }

    .menu > ul > li > ul >li {
        border-bottom: 1px rgb(55,130,94,0.2) solid;
        padding: 10px 15px;
    }

    .menu > ul > li > ul >li > a{
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
    }

    .menu a{
        display: inline-block;
        width: 100%;
    }

    .about_cont{
    	padding-left: 0;
    	padding-right:0;
    }

    .about_section{
    	padding: 0;
    }

}

@media screen and (min-width:767px) and (max-width:991px){
    .social li {
        list-style: none;
        float: left;
        width: 30px;
        height: 30px;
        padding-top: 5px;
        background: #ffc30c;
        margin-left: 6px;
        border-radius: 100%;
    }

    .social {
        height: 50px;
        padding: 0px !important;
        /* background: #0CC; */
        padding-top: 16px !important;
        padding-bottom: 10px !important;
    }

    .banner-cont h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .know-more-btn {
        margin-top: 5px;
    }

    .banner-cont{
        bottom: 0;
        height: auto;
    }

    .video-detail-iframe{
		height: 400px;
	}

}

@media screen and (max-width:767px){
    .top-banner .bannner-img{
        margin-top: 0px;
    }

    .slider-img-testimonial{
        margin-right: 0;
    }

    .banner-link {
        bottom: 30px;
        font-size: 25px;
        left: 20px;
    }
    .popup-contain {
        width: 90%;
        top: 40%;
      }

    .inner-navigation {
        position: inherit;
        min-height: 80px;
    }

    .inner-banner{
        min-height: 100px;
        padding-top: 5px;
    	padding-bottom: 5px;
    }

    .team_row .profile_row{
        margin-bottom: 30px;
    }

    .team_row .profile_name {
        width: 100%;
    }

    .profile_section {
        border-right: 0;
    }

    .inner-page-title {
        line-height: 30px;
        font-size: 20px;
    }

    .inner-page-sub-title {
	    margin-bottom: 0;
	    margin-top: 5px;
	    font-size: 20px;
	}

    .data_row{
        padding: 0;
    }

    .contact {
        padding-top: 25px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 25px;
    }

    .profile_row {
        display: initial;
    }

    .profile_img{
        text-align: center;
    }

    .profile_section:nth-child(2n+1) .profile_name:before{
        transform: rotate(180deg);
        top: 20%;
    }

    .profile_section:nth-child(2n) .profile_img {
        display: inherit;
        order: 2;
    }

    .profile_section .profile_name {
        width: 100% !important;
    }

    /*.right_sidebar{
        padding: 0;
    }*/

    .profile_section{
        padding: 0;
    }

    .search_form{
        display: flex;
        justify-content:normal;
    }

    .services{
        min-height:500px;
        background-image: inherit;
        padding-top:20px;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        padding-bottom: 20px;
    }

    .services-inner h3 a {
        font-size: 20px;
        color: #37825e;
        font-weight: bold;
        text-decoration: none;
        outline: inherit;
        text-align: center;
        
    }

    .services h2 {
        margin-bottom: 0px;
    }

    .banner-text{
        text-align: center;
        position: absolute;
        
        color: #37825e;
        font-weight: 700;
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 29px;
        margin-top: 45px;
    }

    .participate-section{
        height: auto;
    }

    .kindly-contact-inner h3 {
        font-weight: 300;
        text-align: center;
        font-size: 20px;
        border-bottom: 1px solid black;
        padding-bottom: 10px;
        display: table;
        margin: auto;
        margin-bottom: 10px;
    }

    .participate-section {
        text-align: left;
        margin-top: 10px;
        min-height: 165px;
    }

    .kindly-contact-inner {
        padding: 0;
    }

    .footer-2 {
        min-height: 300px;
        padding: 0px;
        background-position: center;
        padding-top: 30px;
        background-repeat: no-repeat;
        text-align: center;
        padding-bottom: 30px;
    }

    .enquiry-form {
        margin-top: 20px;
        padding: 0;
    }

    .enquiry-feild {
        width: 100%;
    }

    .kindly-contact-inner p {
        line-height: 25px;
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }

    .logo img{
        width: 90px;
    }

    .section-title {
        font-size: 25px;
    }

    .title-p-des {
        font-size: 18px;
    }
    
    .about_cont {
        font-size: 18px;
        line-height: 30px;
        color: #333;
        font-weight: 500;
        text-align: left;
        padding-top: 20px;
        padding-left: 0;
    }

    .banner-cont {
        width: 100%;
        position: absolute;
        height: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .center-text {
        font-size: 20px !important;
    }

    .banner-cont h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }

    .header-menu{
        padding: 0;
    }

    .services h2 {
        font-size: 25px;
    }

    .phone-cell {
        height: 80px;
        padding-top: 25px !important;
    }

    .inner-services{
        padding: 0;
    }

    .services-section {
        width: 48%;
        margin-right: 2%;
        
    }

    .services-section h3 {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 18px;
        min-height: 70px;
    }

    .services-section ul li {
        font-size: 10px;
    }

    .why-us p{
        font-size: 14px;
        line-height: 23px;
        text-align: left;
        color: #666;
        font-weight: 400;
        padding-right: 20px;
        text-align: center;
    }

    .exp-btn{
        padding: 0;
    }

    .expert-btn {
        float: initial;
        background: #5ca8dc;
        color: #fff;
        text-align: center;
        height: auto;
        border-radius: 7px;
        width: 47%;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        height: 50px;
        margin-right: 2%;
        margin-top: 20px;
        padding-bottom: 5px;
        display: inline-flex;
        justify-content: center;
    }

    .three_row_section img{
        width: 100%;
    }

    .slider-row {
        padding: 20px;
        flex-direction: column;
    }

    .testimonial_content {
        width: 100%;
    }

    .footer-section{
        padding-bottom: 0px;
    }

    .signup-form-side {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        color: #ffffff;
        height: 300px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .contact-section-signup{
        margin-left: 0;
    }

    .signup-form-field{
        width: 100%;
        margin-left: 0;
    }

    .form-popup{
        width: 100%;
    }

    .display-flex-three-row{
        width: 48%;
        margin-left: 3%;
    }

    .display-flex-three-row:nth-child(3n+1){
        margin-left: auto;
    }

    .display-flex-three-row:nth-child(3n+1){
        margin-left: auto;
    }

    .mob-padding-left-15{
        padding-left: 15px;
    }

    .mob-padding-right-15{
        padding-right: 15px;
    }

    .display-flex-three-row:nth-child(2n+1){
        margin-left: 0;
    }

    .display-flex-two-row{
        width: 100%;
        margin-left: 0;
    }

    .footer-banner-title {
        font-size: 20px;
    }

    .search_field {
	    width: 100%;
	}

	.video-detail-iframe{
		height: 300px;
	}
}

@media screen and (max-width:480px){
    .banner-text{
        text-align: center;
        position: absolute;
        
        color: #37825e;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 20px;
        margin-top: 50px;
    }

    .get-qt-btn{
        display: none;
    }


    .services-section {
        background-color: #5ca8dc;
        min-height: 270px;
        text-align: left;
        color: #ffffff;
    }
}
    
@media screen and (max-width:767px){
    .about-us_content {
        width: 100%;
        position: relative;
        text-align: justify;
        padding-bottom: 0px;
        padding-left: 14px;

    }
    .about-us_img {
        display: initial;
        text-align: center;
    }

    .about-us_content h2 {
        text-align: center;
    }

    .about-us_content p {
        font-size: 17px;
    }

    .aboutus_des {
        padding-top: 25px;
        padding-bottom: 0px;
        color: #000;
        letter-spacing: 0.5px;
        line-height: 24px;
        font-size: 17px;
        text-align: justify;
        padding-right: 30px;
        padding-left: 31px;
    }

    .how-we-work-flow {
        display: flex;
    }

    .footer-banner-head {
        padding-bottom: 30px;
    }

    .contact_button_name {
        float: left;
        font-size: 26px;
        color: #fff;
        text-align: center;
    }
}

/*pdf viewer style*/
#pdf-viewer {
    width: 100%;
    height: 100%;
    overflow: auto;
    max-height: 400px;
    display: none;
}

.pdf-page-canvas {
    display: block;
    margin: 5px auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 100%;
    width: 100%
}

