/*========== Common Styles start ===============*/
@font-face {
    font-family: BASKVILL;
    src: url(../fonts/BASKVILL.ttf);
  }
@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
  }
body{
    transition: 0.3s;
    font-family: BASKVILL;
}
body.active{
    overflow: auto;
}
*{
    
    scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{
    letter-spacing: 1.7px;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: BASKVILL;
}

p{
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 2;
}
a{
    text-decoration: none !important;
    color: #000000;
}
input:-internal-autofill-selected{
    background-color: transparent !important;
}
/*========== Common Styles end ===============*/

.banner{
    height: 770px;
    width: 100%;
    background-image: url(../img/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
@-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
  }
  @keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
  } /*End of Zoom in Keyframes */

.banner-text-box h1{
    font-size: 50px;
    margin-bottom: 45px;
    font-weight: 900;
}
.banner-text-box p{
    font-size: 16px;
}
.banner-btn-box{
    margin-top: 35px;
}
.banner-btn-box a.read-more,.banner-text-box a.contact-us{
    font-size: 15px;
    text-decoration: none;
    padding: 15px 40px;
    border: 2px solid #00aeef;
    font-family: Poppins-Regular;
    position: relative;
}
.banner-btn-box a.read-more{
    background-color: #00aeef;
    color: #ffffff;
    margin-right: 15px;
}
.banner-btn-box a.read-more::before,.banner-text-box a.contact-us::before{
    position: absolute;
    content: '';
    height: 10px;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    left: 0;
    bottom: -35%;
    border-radius: 100%;
    filter: blur(5.5px);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
.banner-btn-box a.read-more:hover::before,.banner-text-box a.contact-us:hover::before{
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
.banner-text-box a.contact-us:hover{
    background-color: #00aeef;
    color: #ffffff;
}
.about-us-section{
    padding: 135px 0;
}
.about-left-section{
    position: relative;
}
.about-left-section-top-img{
    height: 480px;
    position: relative;
}
.about-left-section-top-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-absolute-content{
    background-color: #00aeef;
    padding: 45px 50px;
    position: absolute;
    bottom: -55px;
    width: 60%;
    right: 45px;
}
.about-content{
    padding-left: 125px;
}
.about-content h2{
    font-size: 50px;
    font-weight: 900;
}
.about-content p.p1{
    font-size: 18px;
    padding: 40px 0 35px 0;
}
.about-content p.p2{
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    line-height: 2;
}
.about-content a.view-more{
    margin-bottom: 50px;
    font-family: Poppins-Regular;
    font-size: 15px;
}
.about-absolute-content p{
    color: #ffffff;
    position: relative;
}
span.quot-ab{
    position: absolute;
    color: #ffffff;
    left: -15px;
    top: 15px;
}
span.quot-ab i{
    color: #ffffff;
    font-size: 50px;
}
.line-break-1{
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
}
.line-break-2{
    width: 100%;
    height: 2px;
    background-color: #bfbfbf;
}
.ab-mb{
    margin-bottom: 55px;
}
.pt-65{
    padding-top: 65px;
}
.about-spec-grid h4{
    font-size: 16px;
    font-weight: 600;
    padding: 25px 0;
}
.about-spec-grid p{
    color: #949494;
}
.easy-quote{
    background-color: #00aeef;
    padding: 70px 0;
}
.easy-quote h5{
    margin-bottom: 35px;
    font-size: 35px;
    font-weight: 900;
    color: #ffffff;
}
.easy-quote p{
    color: #ffffff;
}
.easy-quote a{
    padding: 15px 35px;
    background-color: #ffffff;
    color: #000000;
    font-weight: 800;
    font-family: Poppins-Regular;
    font-size: 15px;
}
.common-pad{
    padding: 145px 0 0 0;
}
.practice-area-section h3{
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 55px;
}
.each-grids{
    width: 32%;
    padding: 35px 45px;
    border: 1px solid #bfbfbf;
    margin-bottom: 25px;
}
.each-grids h4{
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding: 25px 0 25px 0;
}
.each-grids p{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.top-img,.blue-img{
    position: relative;
}
.white-img{
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
.each-grids:hover {
    background-color: #00aeef;
    color: #ffffff;
}
.each-grids:hover .white-img{
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
.each-grids:hover .blue-img{
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
.each-grids:hover a{
    color: #ffffff;
}
a.view-more{
    padding: 15px 35px;
    background-color: #00aeef;
    color: #ffffff;
    font-family: Poppins-Regular;
    font-size: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
a.view-more:hover{
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
.team-gird{
    width: 100%;
    background-color: #00aeef;
}
.our-team h4{
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 55px;
}
.team-grid-img{
    height: 350px;
    position: relative;
}
.team-grid-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/* .team-grid-img::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(85, 139, 247, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
} */
.team-blue-back-drop{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 174, 239, 0.7);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
.team-blue-back-drop h5{
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}
.team-blue-back-drop a{
    padding: 7px 20px;
    background-color: #00aeef;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: Poppins-Regular;
    font-size: 14px;
    margin-top: 10px;
}
.team-social-icons ul{
    margin: 20px 0;
}
.team-social-icons ul li{
    margin-right: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.team-social-icons ul li:last-child{
    margin-right: 0;
}
.team-social-icons a{
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.team-social-icons ul li:hover{
    margin-top: -3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.team-gird:hover .team-blue-back-drop{
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
.testimonial-section h3{
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 55px;
}
.testimonial-img{
    height: 72px;
    width: 72px;
    background-color: #00aeef;
    border-radius: 50%;
    margin-bottom: 30px;
}
.testimonial-img img{
    width:100%;
    border-radius: 50%;
}
.testimonial-contents .author-name h5{
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    color: #00aeef;
}
.testimonial-slider .owl-dots{
    text-align: center;
}
.testimonial-slider .owl-dots button{
    height: 10px;
    width: 10px;
    background-color: #d8d9db;
    border-radius: 50%;
    margin-right: 5px;
    outline: none;
}
.testimonial-slider .owl-dots button.active{
    background-color: #00aeef;
}
.testimonial-contents p{
    text-align: center;
}
.p-counter{
    padding: 75px 80px;
    background-color: #00aeef;
    margin: 100px 0 140px 0;
    position: relative;
}
.counter-head span{
    font-size: 13px;
    color: #ffffff;
}
.counter-head h6{
    font-size: 45px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 60px;
}
.counter-value{
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    position: relative;
}
.c-num span{
    color: #ffffff;
    font-size: 18px;
    position: relative;
    top: -10px;
}
.blog-section{
    margin-bottom: 140px;
}
.blog-section h3{
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 55px;
}
.blog-content-area{
    padding: 40px 25px;
}
.each-blog{
    width: 100%;
    margin-bottom: 30px;
}
.blog-img img{
    width: 100%;
}
h5.blog-head{
    font-size: 21px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 25px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
   text-transform: uppercase;
}
.blog-date{
    padding: 20px 40px;
}
.blog-date span{
    margin-right: 15px;
}
.blog-date i{
    color: #00aeef;
}
p.blog-para{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.each-blog:hover{
    box-shadow: 2px 3px 10px 2px rgba(0,0,0,0.1);
}
.blog-section .owl-stage-outer{
    padding: 1rem 0;
}
footer{
    background-color: #3d3d3d;
    padding: 65px 0 0 0;
}

.map{
    height: 640px;
}
footer h6{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
    font-family: 'Poppins-Regular';
}
.office-address p{
    color: #ffffff;
}
.ad-1 a{
    color: #ffffff;
}
.ad-2{
    margin-top: 15px;
}
.follow-us ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.follow-us span{
    margin-right: 15px;
}
.follow-us a{
    color: #ffffff;
    font-family: Poppins-Regular;
    font-size: 14px;
}
footer .about-us p{
    color:#ffffff;
    margin-bottom: 25px;
}
.follow-us ul li{
    margin-bottom: 10px;
}

a.ftr-about{
    padding: 10px 25px;
    background-color: #00aeef;
    color: #ffffff;
    margin-top: 80px;
    font-family: 'Poppins-Regular';
    font-size: 15px;
}
.our-clients{
    padding: 0 0 145px 0;
}
.disclaimer{
    background-color: #00aeef;
    padding: 15px 0;
}
.disclaimer p{
    font-style: italic;
    font-size: 12px;
}
.disclaimer span{
    font-style: normal;
    font-weight: 600;
    font-family: Poppins-Regular;
}
.consultant-grid .team-blue-back-drop{
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
.consultant-grid a:hover{
    background-color: #ffffff;
    color: #00aeef;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
.award-section p{
    font-size: 16px;
}
.award-section h5{
    font-size: 50px;
    margin-bottom: 25px;
}
.award-section span img{
    height: 50px;
}
.award-sub-sec{
    padding: 80px 0 0 0;
}
.award-sub-sec .award-img img{
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.award-sub-sec ul li{
    color: #fff;
}
/* option -2 */
.award-img img{
    height: 350px;
    object-fit: cover;
    object-position: center;
    border: 3px solid #fff;
    border-radius: 5px;
}
.award-img{
    position: relative;
    overflow: hidden;
}
.award-backdrop{
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 15px 20px;
    bottom: 0;
    text-align: center;
    border: 2px solid #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}
.award-backdrop a{
    display: inline-block;
    background-color: #00aeef;
    color: #fff;
    padding: 10px 35px;
    font-size: 14px;
}
.award-img:hover .award-backdrop{
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    bottom: 0;
}
.award-modal .award-image{
    padding: 25px;
}
.award-modal .modal-award-content{
    padding: 15px 25px;
    background-color: #00aeef;
    color: #fff;
}
.close-btn{
    position: absolute;
    height: 35px;
    width: 35px;
    color: #e8e8e8;
    background-color: #00aeef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: -15px;
    font-size: 20px;
    cursor: pointer;
}
/*=============================== about us page start ===========================*/
.common-page-banner{
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #00aeef;
    background-image: url('../img/about-bnr-bg.jpg');
    position: relative;
}
.common-page-banner::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #00aeef;
    opacity: 0.9;
    top: 0;
}
.common-page-banner h1{
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
}
.common-page-banner p{
    font-size: 16px;
    color: #ffffff;
    padding-left: 30px;
}
.common-page-head{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.common-page-head::after{
    position: absolute;
    content: '';
    right: 0;
    height: 100%;
    width: 3px;
    background-color: #ffffff;
    top: 0;
}
.about-left-img{
    height: 500px;
    width: 100%;
    background-color: #00aeef;
    position: relative;
}
.about-content.about-page{
    padding-left: 50px;
}
.about-page p{
    margin-bottom: 15px;
}
.about-us-page p{
    text-align: justify;
}
.about-us-page .about-us-section{
    padding-bottom: 0;
}
.about-left-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-left-img::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #00aeef;
    top: 3%;
    left: 3%;
    z-index: -1;
}

/*=============================== about us page end ===========================*/

/*============================== practice area start ===========================*/
.practice-area h2{
    font-size: 50px;
    font-weight: 900;
}
.practice-area-wrapper{
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0;
    flex-wrap: wrap;
}
/* .practice-area-wrapper:nth-child(1) .each-p-area{
    margin-right: 1.3%;
} */
.each-p-area{
    width: 32%;
    height: 350px;
    background-color: #00aeef;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 30px;
}
.practice-area .about-us-section{
    padding-bottom: 90px;
    padding-top: 90px;
}
.bottom-content{
    padding: 15px;
    background-color: rgba(0, 174, 239, 0.8);
    position: absolute;
    bottom: -105px;
    transition: 0.3s;
}
.bottom-content h3{
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}
.bottom-content a{
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.bottom-content span{
    margin-left: 7px;
    position: relative;
    display: flex;
    align-items: center;
}
.bottom-content span i{
    position: absolute;
    
}
.each-p-area:hover .bottom-content{
    bottom: 0;
    transition: 0.3s;
}
.each-p-area p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bottom-content p{
    text-align: left;
}
/*============================== practice area start ===========================*/

/*============================== practice area inner start ===========================*/
.practice-area-inner h2{
    font-size: 35px;
}
.other-items{
    padding-left: 30px;
}
.other-items h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.other-item-wrapper ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.other-item-wrapper ul li a{
    display: flex;
    padding: 10px 15px;
    background-color: #00aeef;
    color: #ffffff;
    font-size: 13px;
}
.other-item-wrapper ul li{
    margin-bottom: 3px;
}
.practice-area-inner-bnr-pic img{
    width: 100%;
}
.practice-area-contents{
    padding: 30px 0;
}
.practice-area-contents h4{
    margin-bottom: 10px;
    font-weight: 600;
}
.practice-area-contents p{
    margin-bottom: 20px;
}
.related-blogs h4{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}
.related-blogs .owl-stage-outer{
    padding: 1rem;
}
/*============================== practice area inner end ===========================*/

/*============================== blog page start =================================*/
p.blog-page-center-para{
    font-size: 22px;
    font-family: 'fonts/BASKVILL.ttf';
    text-align: center;
    
}
.blog-page{
    padding: 89px 0 0 0;
}

/*============================== blog page end =================================*/

/*============================== blog page inner start =================================*/
.e-r-blog .other-item-wrapper ul li a{
    display: block;
    background-color: transparent;
}
.e-r-blog .other-item-wrapper ul li .each-blog{
    margin-bottom: 20px;
}
.e-r-blog .other-item-wrapper ul li .each-blog:hover{
    box-shadow: none;
}
.e-r-blog .other-item-wrapper ul li .each-blog a{
    padding: 0;
}
.e-r-blog .other-item-wrapper ul li .each-blog .blog-content-area{
    padding: 10px 0;
}
.e-r-blog h5.blog-head{
    margin-bottom: 0;
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*============================== blog page inner end =================================*/

/*============================== contact page start ========================================*/
.each-contact-grids{
    width: 32%;
    padding: 30px;
    background-color: #ffffff;/* #00aeef*/
    color: #868686;
    border-radius: 5px;
    border: 1.5px solid #00aeef;
    margin-bottom: 35px;
    /* text-align: center; */
    position: relative;
}
.office-ab h2{
    font-size: 17px;
}
.office-ab{
    position: absolute;
    top: -15px;
    right: 15px;
    background-image: linear-gradient(to right, #00aeef, #1c88f8f5);
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 3px;
}
.contact-head i{
    color: #00aeef;
}
.contact-head p,.contact-head a{
    color: #868686;
    font-family: 'Poppins-Regular';
}
.form-left{
    height: auto;
    width: 50%;
}
.form-left img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-form{
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.form-right{
    width: 50%;
    padding: 60px 300px 60px 100px;
    background-color:#ffffff;
}
.contact-form-wrapper input, .contact-form textarea{
    width: 100%;
    outline: none;
    padding: 5px 15px 10px 30px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: transparent;
    color: #858585;
    font-family: Poppins-Regular;
    font-size: 13px;
}
.contact-form-wrapper input:focus,.contact-form-wrapper textarea:focus{
    border-bottom: 1px solid rgba(0, 174, 239, 0.7);
}
.contact-form textarea{
    height: 150px;
    padding-left: 0;
}
.contact-form-wrapper input::placeholder,.contact-form-wrapper textarea::placeholder{
    color: #929292;
}
.contact-form i{
    color: #00aeef;
}
.form-field{
    margin-bottom: 30px;
    position: relative;
}
.contact-form-wrapper h4{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 45px;
}
.ab-icon{
    position: absolute;
    top: 5px;
    left: 0;
}
button.c-send-btn{
    padding: 10px 60px;
    outline: none;
    border: 0;
    background-image: linear-gradient(to right, #00aeef, #1c88f8f5);
    color: #ffffff;
    cursor: pointer;
    position: relative;
    font-family: Poppins-Regular;
    font-size: 15px;
}
.contact-up-page .map{
    position: relative;
}
/* button.c-send-btn:hover{
    background-image: none;
    color: #00aeef;
} */
button.c-send-btn::after{
    position: absolute;
    width: 25px;
    height: 100%;
    background-image: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.1),rgba(255,255,255,0));
    content: '';
    top: 0;
    left: -20px;
}
button.c-send-btn:hover::after{
    left: 10vw;
    transition: 0.5s;
}
.contact-head h4{
    font-size: 22px;
    font-weight: 600;
}
/*============================= contact end =========================================*/

/*============================= credit start =========================================*/
.credit{
    padding: 10px;
    color: #ffffff;
    background-color: #2b2b2b;
    font-size: 13px;
}
.credit a{
    font-family: Poppins-Regular;
    color: #46b19f;
    text-transform: uppercase;
}
.credit p{
    font-size: 13px;
}
/*============================= credit end =========================================*/

/*============================= our team inner start =========================================*/
.left-team-side{
    position: relative;
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
    text-align: center;
}
.left-team-side .pro-pic img{
    width: 100%;
}
.pro-header h4{
    position: relative;
    font-weight: 700;
    color: #111111;
    margin-top: 30px;
    margin-bottom: 10px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.pro-designation h5{
    position: relative;
    color: #626262;
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 8px;
    font-family: Poppins-Regular;
}
.contact-details{
    margin-bottom: 20px;
}
.left-team-side .team-social-icons ul{
    margin: 0;
}
.contact-grids a{
    font-family: Poppins-Regular;
    font-size: 13px;
}
.our-team-single-right{
    padding-left: 60px;
}
.our-team-single-right h1{
    font-weight: 600;
    font-size: 40px;
}
.our-team-single-right h2{
    font-size: 25px;
    margin: 10px 0;
    color: rgb(98, 98, 98);
}
.our-team-single-right h3{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.about-highlights p{
    margin-bottom: 20px;
}
.about-highlights p:last-child{
    margin-bottom: 50px;
}
.our-team-single-right .line-break-2{
    background-color: #00aeef;
    margin-bottom: 2px;
}
.our-team-single-right .line-break-2:last-child{
    margin-bottom: 0;
}
h5.highlight-head{
    font-size: 20px;
    font-family: 'fonts/BASKVILL.ttf';
    font-weight: 600;
    margin-bottom: 20px;
}
.team-single-bottom{
    margin: 40px 0;
}
.team-single-bottom p{
    margin-bottom: 17px;
    text-align: justify;
}
.membership-box{
    background-color: #00aeef;
    color: #ffffff;
    padding: 30px 30px;
    margin-left: 30px;
    border-radius: 5px;
}
.member-ship-content p{
    margin: 0;
    padding-left: 10px;
}
.membership-box h4{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.membership-box h4::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 60px;
    background-color: #ffffff;
    top: 35px;
}
.each-member-ships{
    margin-bottom: 20px;
}
.qualification{
    font-size: 21px;
}
/*============================= our team inner end =========================================*/

/*============================ consultant page start ======================================*/
.each-consultants{
    padding: 60px 20px 30px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 9%);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}
.c-pro-pic{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-image:linear-gradient(to right, #00aeef, #3c91eaf5);
    /* border:3px solid rgba(0,0,0,0.1); */
    position: absolute;
    top: -37px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 3px solid #00aeef;

}
.c-pro-pic img{
    /* height: 64px;
    width: auto; */
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    object-fit: cover;
}

.consultant-details p{
    text-align: center;
    padding: 15px 20px;
}
.c-btn-box button{
    outline: none;
    padding: 12px 35px;
    background-color: #00aeef;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-family: Poppins-Regular;
    font-size: 15px;
}
.pr-20{
    padding-right: 20px;
    padding-left: 15px;
}
.row .pr-20:nth-child(even){
    padding-left: 20px;
    padding-right: 15px;
}
.consultant-details h4{
    font-size: 22px;
    font-weight: 600;
    color: #181717;
}
.other-consultants ul{
    list-style-type: none;
    font-family: Poppins-Regular;
    padding: 0;
    margin: 0;
}
.other-consultants ul li a{
    display: inline-block;
    background-color: #f7f7f7;
    color: #00aeef;
    padding: 15px 15px;
    width: 100%;
    border-bottom: 0.75px solid rgba(0,0,0,0.1);
}
.other-consultants ul li a p{
    color: rgb(112, 112, 112);
    font-size: 13px;
}
/*============================ consultant page end =========================================*/

/*============================ consultant inner page start =================================*/
.consultant-inner h2{
    font-size: 40px;
    font-weight: 600;
    color: #00aeef;
}
.consultant-inner-head{
    background-color: #eeeeee;
    padding: 20px 30px;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.consultant-inner .qualification{
    padding-left: 20px;
    position: relative;
    background-color: transparent;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
}
.consultant-inner .qualification::before{
    content: '\f19d';
    font-family: fontawesome;
    height: 50px;
    width: 50px;
    background-color: #eeeeee;
    display: block;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00aeef;
    margin-top: 20px;
    border-radius: 5px;
}
.consultant-inner h3 {
    font-size: 20px;
    margin: 0;
    color: rgb(98, 98, 98);
}
.consultant-inner .qualification ul li{
    margin-bottom: 17px;
}
.pl-30{
    padding-left: 50px;
}
.meet-team-desc{
    text-align: center;
}
.meet-team-desc .pro-header h4{
    font-size: 20px;
    margin-top: 15px;
}
/* .meet-our-team .owl-nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 30%;
    z-index: 10000;
    background: red;
} */
.meet-our-team .owl-dots,.practice-area-slider-container .owl-dots{
    text-align: center;
}
.meet-our-team .owl-dots button,.practice-area-slider-container .owl-dots button{
    height: 3px;
    width: 20px;
    background: #e2e2e2;
    margin-right: 7px;
    outline: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.meet-our-team button.owl-dot.active,.practice-area-slider-container button.owl-dot.active{
    background: #00aeef;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.consultant-inner-head a{
    color: rgb(98, 98, 98);
}
.practice-area-slider-container{
    padding-top: 60px;
}
.practice-area-slider-container h5.blog-head{
    font-size: 25px;
    margin-bottom: 10px;
}
.practice-area-slider-container .blog-content-area{
    padding: 25px 20px;
}
.practice-area-slider-container .blog-img img{
    height: 225px;
    object-fit: cover;
}
/*============================ consultant inner page end ===================================*/
.scroll-top-btn{
    width: 45px;
    height: 45px;
    border: 2px solid #00aeef;
    border-radius: 50%;
    position: fixed;
    right: 70px;
    bottom: 70px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
}
.scroll-top-btn i{
    color:#00aeef;
    font-size: 22px;
}
.each-p-area.last{
    visibility: hidden !important;
}

/*================ award popup start ========================*/
.award .modal-body{

}
.award .modal-body img{
    width: 100%;
}
.award h5{
    font-family: Poppins-Regular;
    font-size: 15px;
    font-weight: 500;
}
.award p{
    font-size: 14px;
}
.award .modal-header button{
    background-color: #ffffff;
    color: #00aeef;
    outline: none;
    opacity: 0.8;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7%;
}
.award .modal-body p span{
    color: #111111;
    font-family: Poppins-Regular !important;
}
.award .modal-header{
    background-color: #00aeef;
    color: #ffffff;
    position: relative;
}

/*======================== award popup end ========================*/

/*========================== disclimer ==========================*/
.disclaimer-backdrop{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.9);
    /* display: none; */
    opacity: 0.8;
    z-index: 10000;
    height: 100%;
    width: 100%;
}
.dis-popup{
    position: fixed;
    background-color: #fff;
    color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    padding: 3% 4%;
    width: 90%;
    max-width: 1200px;
    border-radius: 5px;
}
.dis-accept-btn a.close{
    padding: 13px 20px;
    background-color: #00aeef;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 500;
    text-shadow: none;
    opacity: 1;
    font-family: Poppins-Regular !important;
}
.dis-content p{
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 13px;
    letter-spacing: 0.7px;
}

.dis-accept-btn a:hover{
    box-shadow: 0 0 7px 0 rgba(0,0,0,.3);
}
.dis-title h5{
    font-weight: 600;
    font-size: 25px;
}



/*****************************disclimer end**************************************/
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(255, 255, 255, 0.95); */
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.98) 50%, rgba(0, 174, 239, 0.95));
    width: 100%;
    height: 100%;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.popup-overlay .popup {
    display: inline-block;
    max-width: 1200px;
    min-height: 200px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 30px;
    border: 2px solid #e8e8e8;
    max-height: 95%;
    overflow: auto;
}




/* Accordian Css */
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #00aeef;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f00e";
    font-family: "FontAwesome";   
	width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #00aeef;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding: 10px 15px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}