/*home banner css start here*/
.banner-home {
    height: 100vh;
    background-size: cover;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat
}
.home-blog-sec  .h2 {
        font-family: Myriad Pro;
}
.banner-home .yellow_btn{
    margin-left: 30px;
}
.home_banner_title span {
    font-size: 145px;
    font-weight: 600;
    display: block;
    color: #da8602;
}
.home_banner_title{
    font-size: 110px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
    text-align: center;
}
.home_banner_title b{
    font-weight: 600;
    position: relative;
}
.home_banner_title b::after{
    /*
    position: absolute;
    content: '';
    top: 85px;
    left: -275px;
    border: 1.04px solid #FFFFFF73;
    width: 215px;
    */
}
.home_banner_title span::after{
     /*
    position: absolute;
    content: '';
    top: 168px;
    right: 88px;
    border: 1.04px solid #FFFFFF73;
    width: 165px;
     */
}
.banner-home .sub_heading{
    font-size: 30px;
    font-weight: 400;
    line-height: 49.34px;
    letter-spacing: 0.27em;
    text-align: center;
    color: #fff;
    opacity: 0.7;
    text-transform: uppercase;
}
.banner-home .inner-content{ 
    margin-bottom: 100px;
    text-align: center;
}
.banner-home .btn:hover{
    border:1px solid #fff; 
    color:#fff;
}
.banner-home .container {
    position: absolute;
    bottom: 0;
     width: 100%; 
     max-width: 100%;
    left: 0;
    right: 0;
}
.banner-video{
    width:100%;
    height: 100vh;
}
.banner-video video{
    width:100%;
    height: 100%;
}

.home_contact{
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 40px;
    margin-top: -140px;
    position: relative;
}
.home_contact.common-contact-sec .formbox{
    padding: 0 22px;
}
.home_contact.common-contact-sec form input{
    position: relative;
}
/* .home_contact .formbox .wpcf7-form-control-wrap::after {
    position: absolute;
    top: -3px;
    left: 82px;
    display: inline-block;
    content: '*';
    width: 5px;
    height: 5px;
    color: #ff0018;
    font-size: 25px;
}
.home_contact .formbox.email .wpcf7-form-control-wrap::after{
    left: 52px;
}
.home_contact .formbox.phone .wpcf7-form-control-wrap::after{
    left: 56px;
} */


.common-contact-sec .formbox{
    margin-bottom: 30px;
    position: relative;
    padding: 0 25px
}
.common-contact-sec form input,.common-contact-sec form textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 23px 12px;
    width: 100%;
    color: #F9F9F9;
    background: 0 0;
    border-bottom: 1px solid #c3c0c0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Myriad Pro';
}
.common-contact-sec textarea {
    height: 100px;
    width: 100%;
    resize: none
}
.common-contact-sec form input:focus-visible,.common-contact-sec textarea:focus-visible {
    outline: 0px
}
.home_contact .formbox input::placeholder,
.home_contact .formbox textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c3c0c0;
}
.home_contact .formbox input:-ms-input-placeholder,
.home_contact .formbox textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #c3c0c0;
}
.home_contact .formbox input::-ms-input-placeholder,
.home_contact .formbox textarea::-ms-input-placeholder{ /* Microsoft Edge */
    color: #c3c0c0;
}
.home_contact .form-btn{
    margin: 0 auto;
    width: auto;
}
.home_contact .btn:hover{
    border: 1px solid #fff;
    color: #fff;
    background:none;
}
.home_contact .form-control:focus {
    background: 0 0;
    border-color: #f9f9f9;
    color: #f9f9f9;
}
.home_contact label.error{
    background: #fff;
    padding: 0px 5px;
    bottom: -30px;
    right: auto;
    left: 0;
}

.california_section p span{
    color:#DA8602;
}
/* .california_section p{
    text-transform: capitalize;
} */
/* .california_section .row, .home_practice .header, .serving_section .row, 
.building_section .row, .home-blog-sec .row, .video_page .header, .case_page .header, 
.team-heading-sec .header, .about_page .header, .about_page .about_team, .about_page .question_section,
.about_page .belive_section .row, .about_page .schedule_section .row{
    padding: 0px 50px;
} */
.awardslider button.slick-arrow span img {
    width: 20px;
}
.award-section {
    padding: 0px 20px;
}
.award-list img {
    max-width: 150px;
    margin: 0 auto;
    max-height: 100px;
    width: auto;
}
.award_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.home_caseresult{
    background: linear-gradient(261.66deg, #FAFAFA 6.72%, #FFFFFF 117.66%);
    margin-top: 50px;
}
.home_caseresult .img-block img{
    object-fit: cover;
}
.home_caseresult .inner-content{
    padding-left: 70px;
}
.slick-arrow{
    background: #D2D2D2;
    border: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-arrow:hover{
    background: #0C4C9D;
}
.slick-arrow svg{
    width: 24px;
    height: 24px;
}
.home_caseresult .slick-arrow{
    position: absolute;
    right: 0px;
    bottom: -99px;
}
.home_caseresult .next-arrow {
    right: 77px;
}
.home_caseresult .prev-arrow svg{
    transform: rotate(90deg);
}
.home_caseresult .next-arrow svg{
    transform: rotate(90deg);
}
/* .home_caseresult .prev-arrow{
    right: 93px;
} */
.home_caseresult .sub_heading{
    line-height: 62.1px;
    letter-spacing: 0.02em;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: right;
    padding-right: 15px;
}
.home_caseresult .sub_heading::before{
    border: 1px solid #da8602;
    content: "";
    flex-grow: 1;
    height: 1px;
    margin-right: 20px;
}
.home_caseresult .case_title{
    font-size: 105px;
    font-weight: 600;
    line-height: 126px;
    letter-spacing: 0.02em;
    color: #232323;
    text-align: right;
    font-family: 'Myriad Pro';
}
.home_caseresult .items{
    border-top: 1px solid #0C4C9D;
    margin: 10px 0px;
}

.home_caseresult .slick-list{
    padding: 0 !important;
}
.slider-progress{
    position: absolute;
    left: 22%;
    bottom: 27px;
    width: 64%;
    height: .8px;
}
.slider-progress span{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0px;
	height: 100%;
	background: #0C4C9D;
	transition: all 0s linear;
    width:100%;
}
.slider-progress span.active{
	width: 100%;
}

.home_caseresult .button_wrap{

}
.practice_wrap {
    transition: flex .9s;
    flex: 1;
    overflow: hidden;
    display: grid;
    height: 600px;
    transition: all .9s ease;
}
.practice_wrap:hover, .practice_wrap.active {
    cursor: pointer; 
    flex-grow: 2;
    transition: all .9s ease;
}

.practice_wrap:hover .hover_content, .practice_wrap.active .hover_content{
    display: block !important;
    animation: fadeIn 3s;
    height: auto;
}
.practice_wrap .sub-title{
    font-family: Myriad Pro;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    color:#000;
    border-bottom: 1px solid #DA8601;
    padding-bottom: 20px;
}
.practice_wrap img{
    height: 600px;
    object-fit: cover;
}
.practice_content{
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 30px;
    width: 100%;
    z-index: 99;
}
.practice_wrap .hover_content{
    position: absolute;
    top: 342px;
    left: 0px;
    padding: 30px 30px;
    width: 100%;
    z-index: 99;
}
.practice_wrap .title{
    font-family: Myriad Pro;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
.practice_wrap p{
    letter-spacing: 0.02em;
    color:#fff;
    text-transform: capitalize;
}
.practice_wrap .btn{
    font-family: Arboria-Medium;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.89px;
    letter-spacing: 0.12em;
    padding: 0;
    background: none;
    border: 0;
    font-family: Myriad Pro;
    position: relative;

}
.practice_wrap .btn::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    right: -18px;
    width: 5px;
    height: 10px;
    background-image: url(../img/link_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.practice_wrap:hover .sub-title, .practice_wrap.active .sub-title{
    color: #fff;
}
.hover_content .btn:hover{
    color: #fff;
    text-decoration: underline;
}
.practice_wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(176.03deg, #ffffff 10%, #ffffff 10%, #ffffff6e 83.51%);
    z-index:9;
}
.practice_wrap:hover:after, .practice_wrap.active:after{
    background-image: url(../img/black_overlay.webp);
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s;
    z-index:9;
    background-color: transparent;
    background-image: linear-gradient(0deg, #444242 15%, #eb3d3d00 118%);
    display: block;
    height: 100%;
    opacity: 0.55;
}
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.serving_section .inner-content p a{
    color: #0C4C9D;
    
}
.serving_section .inner-content p a:hover{
    text-decoration: underline;
}
.serving_section .inner-content{
    padding: 0px 0 0 0px;
}
/* .serving_section p{
    line-height: 45px;
} */
.serving_section h2{
    margin-bottom: 15px;
    font-size: 52px;
    line-height: 58px;
}
.serving_section .img-block{
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
    width: 100%;
}
.serving_section .img-block::after{
    position: absolute;
    border: 1px solid #0c4c9d;
    left: 0px;
    top: 3px;
    width: calc(100% - 74px);
    height: calc(100% - 60%);
    content: "";
    z-index: -1;
}
.client_img_section .img-block{
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
    width: 100%;
}
.client_img_section .img-block::after{
    position: absolute;
    border: 1px solid #0c4c9d;
    left: 93px;
    bottom: -9px;
    width: calc(100% - 74px);
    height: calc(100% - 60%);
    content: "";
    z-index: -1;
    top: auto;
}
.client_img_section .inner-content{
    padding: 107px 0px 0px 55px;
}
.client_img_section .img-block{
    margin-left: -18px;
}
.client_img_section{
    background-image: url(../img/client_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height: 100%; 
    margin-top: -130px;
    background-size: 100% 100%;
}
.serving_section img{
    object-fit: cover;
    height: 639px;
    object-position: top;
}
.home_video .btn{
    margin-bottom: 10px;
}
.video_slider{
    padding-right: 0;
}
.home_video .text-end{
    padding-right: 15px;
}
.stretch-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.stretch-link.html5lightbox:before {
    content: "";
    width: 65px;
    height: 45px;
    background: url(../img/video_icon.webp) no-repeat;
    background-size: 100%;
    margin: auto;
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}
.home_video .item-video{
    height: 300px;
}
.home_video .video-image img{
    width:100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px; 
}
.home_video .item{
    padding: 0px 15px 0 0;
}
/* .video_slider{
    padding-right: 0;
} */
.home_video .slick-arrow{
    position: absolute;
    top: 34%;
}
.home_video .prev-arrow{
    right: 0;
    left: -65px;
}
.home_video .next-arrow{
    right: -65px;
}

.video-title{
    z-index: 9;
    position: relative;
    background: #ffffff99;
    text-align: center;
    height: 43px;
    bottom: 63px;
}
.video-title span{
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    color: #0C4C9D;
    text-transform: capitalize;
}
.building_section p{
    line-height: 45px;
}
.building_section .inner-content{
    margin-top: 155px;
}
.home_book{
    background: #F9F9F9;
}
.home_book h2{
    line-height: 55px;
}
.home_book p{
    line-height: 35px;
}
.home_book p a{
    color: #0c4c9d;
    font-weight: 700;
    
}
.home_book p a:hover{
    text-decoration: underline;
}
.book_box{
    background: #fff;
    box-shadow: 0px 4px 70px 0px #0000001A;
    padding: 30px;
    min-height: 690px;
}
.book_box .img-block{
    margin-top: -118px;
}
.book_box .btn{
    font-family: Myriad Pro;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0.06em;
    color: #0c4c9d;
    background: none;
    border: 0;
    text-align: center;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.book_box .btn:hover{
    text-decoration: underline;
}
.book_box .btn svg{
    margin-left: 15px;
}
.book_box .btn svg path{
    stroke: #0c4c9d;
}
.home-testimonial-sec .h3{
    font-size: 45px;
    line-height: 54px;
    text-transform: capitalize;
	font-family: Myriad Pro;
}
.home-testimonial-sec p{
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}
.home-testimonial-sec .item{
    padding-right: 60px;
}
.home-testimonial-sec .quote-icon svg{
    width: 50px;
    height: 35px;
}
.star-icon{
    display: inline-block;
    background: url(../img/yellow-star.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    height: 22px;
    width: 22px;
    background-position: center;
    margin: 0 12px 0 0px;
}
.first_letter{
    background: #0C4C9D;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20.06px;
    font-weight: 400;
    line-height: 24.47px;
}
.home-testimonial-sec .client-name{
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    padding-left: 8px;
}
.home-testimonial-sec .client-content{
    min-height: 240px;
}
.home-testimonial-sec .position{
    position: absolute;
    bottom: 0;
}
#testimonialslider{
    margin-bottom: 30px;
}
.home-testimonial-sec .slick-arrow{
    right: 0;
    position: absolute;
    bottom: -111px;
}
.home-testimonial-sec .prev-arrow{
    right: 92px;
}
.home-testimonial-sec .next-arrow{
    right: 13px;
}
.home-blog-sec{
    background:#F9F9F9;
}
.home-blog-sec .post_wrap{
    border: 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.home-blog-sec .time, .home-blog-sec .post-cat a, .home-blog-sec .post-cat{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.home-blog-sec .post-cat, .home-blog-sec .post-cat a{
    line-height: 32.89px;
    color: #da8602;
    text-transform: uppercase;
}
.home-blog-sec .time{
   color: #4D4B4B;
}
.home-blog-sec .post-cat{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-blog-sec .post-cat span{
    height: 0px;
    border-radius: 50%;
    border-color: #4d4b4b;
    border: 3px solid #4d4b4b;
    margin: 0px 10px;
    display: flex;
}
.home-blog-sec .left_section .inner-content {
    padding-right: 20px;
}
.home-blog-sec .right_section .inner-content {
    padding-left: 20px;
}
.home-blog-sec .blog-title a{
    line-height: 45px;
    color: #000000;
    text-transform: capitalize;
}
.home-blog-sec .post-content p{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color:#4D4B4B;
}
.home-blog-sec .post-image img {
    border-radius: 5px;
    width: 100%;
}
.home-blog-sec .items{
    padding: 20px 0px;
    border-top: 1px solid #DFDADA;
    border-bottom: 1px solid #dfdada;
    
    min-height: 285px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.blog_slider .btn{
    padding: 0px;
    background: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0.06em;
    color: #0C4C9D;
    font-family: 'Myriad Pro';
    border: 0;
    display: flex;

}
.blog_slider .btn:hover{
    text-decoration: underline;
}
.blog_slider .btn svg{
    width: 6px;
    height: 18px;
    margin-left: 15px;
}
.blog_slider .btn svg path{
    stroke: #0C4C9D;
}
.home-blog-sec .slick-arrow{
    right: -82px;
    position: absolute;
    transform: rotate(-90deg);
}
.home-blog-sec .next-arrow{
    bottom: 0;
}
.home-blog-sec .prev-arrow{
    top: 0px;
}
.blog_slider{
    border-bottom: 1px solid #dfdada;
    border-top: 1px solid #dfdada;
}
.home_faq h3{
    font-size: 45px;
    line-height: 54px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.home_faq .accordion-button{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    padding: 0;
    background: none;
    box-shadow: 0 0;
    text-transform: capitalize;
}
.home_faq .accordion-button.collapsed{
    color: #000000;
}
.home_faq p{
    font-size: 18px;
    line-height: 36px;
    color: #3E3E3E;

    text-transform: capitalize;
}
.home_faq .accordion-body{
    padding: 0;
}
.home_faq .accordion-item{
    border: 0 !important;
    
}
.home_faq .accordion-item h2{
    border-bottom: 1px solid #BEBEBE !important;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

/* .home_faq .accordion-button::after{
    background-image: url('../img/faq_uparrow.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 15px;
}
.home_faq .accordion-button:not(.collapsed)::after{
    background-image: url('../img/faq_downarrow.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 15px;
}
.home_faq .accordion-button[aria-expanded=true]:after{
    background-image: url('../img/faq_uparrow.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 15px;
    transform: unset;
}
.home_faq .accordion-button[aria-expanded=false]:after{
    background-image: url('../img/faq_downarrow.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 15px;
} */


.accordion-item .accordion-button:after {
    background-size: auto;
} 
.home_faq .accordion-button[aria-expanded=true] {
    color: #0c4c9d;
}
.accordion-button[aria-expanded="true"]::after {
    background-image: url('../img/faq_downarrow.svg');
    transform: none;
}
.accordion-button[aria-expanded="false"]::after {
    background-image: url('../img/faq_uparrow.svg');
    transform: none;
}
/* END HOME PAGE */


/*home page css end here*/

/* START MEET TEAM PAGE */

.home_team .featured-img{
    height: 540px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.team_page.home_team .team_box{
    overflow: hidden;
    height: 540px;
}
.home_team .team_box:hover .featured-img{
    transform: scale(1.1);
}
.home_team .team-name{
    color:#000;
    text-align: center;
    margin: 15px 0px 0px 0px;
}
.home_team .hover_wrap{
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
}
.home_team .hover_wrap:hover{
    box-shadow: 0px 4px 70px 0px #0000001A;
}
.home_team .designation{
    color: #da8602;
    font-size: 28px;
}
.page-template-template-ourteam .home-testimonial-sec{
    background: #F9F9F9;
}
/* END MEET TEAM PAGE */

/* START MEET TEAM DETAIL PAGE */
.single-team .post-image img {
    height: 776px;
    object-fit: cover;
    object-position: center top; 
}
.single-team .post-image{
    padding-top: 30px;
    padding-left: 30px;
    margin-left: -28px;
    margin-top: -17px;
}
.single-team .post-image::after{
    position: absolute;
    border: 1px solid #0C4C9D;
    left: 0;
    top: 0;
    width: calc(100% - 35px);
    height: calc(100% - 51%);
    content: "";
    z-index: -1;
}
.single-team h3{
    /* margin-top: 20px; */
}
.single-team p{
    color: #000000;
}
.sub-menu li a{
	font-size:13px!important;
}
.single-team .text-lowercase p{
}
.single-team ul{
    padding-left: 22px;
    margin-bottom: 20px;
}
.single-team ul li{
    font-family: News Cycle;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}
.single-team a{
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
    position: relative;
    margin-left: 35px;
    display: block;
}
.single-team a::after{
    content: "";
    width: 25px;
    height: 22px;
    background: url(../img/mail.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 9px;
    left: -33px;
}
.single-team a:hover{
    color: #da8602;
}
.single-team a:hover::after{
    content: "";
    width: 25px;
    height: 22px;
    background: url(../img/mail_hover.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 9px;
    left: -33px;
}
.single-team .award_wrap{
    justify-content: flex-start;
   padding-right: 25px;
}
.single-team .award-list{
    padding-right: 20px;
}
.single-team .award-list img {
    max-width: 210px;
}
.single-team .text-lowercase span{
    text-transform: capitalize;
}
.single-team .designation{
    color: #da8602;
    font-size: 28px;
}
/* END MEET TEAM DETAIL PAGE */

/*==================== Blog List Page CSS ====================*/
.time{
    font-size: 20px;
    font-weight: 400;
    line-height: 32.89px;
    text-transform: uppercase;
}
.post-content .blog-title.h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: #9F763A;
}
.post-content .blog-title.h2 a {
    color: #9F763A;
}
.post-content .blog-title.h2 a:hover {
    color: #64241f;
}

.post-lists .loop-item {
    margin-bottom: 45px;
}
.post-lists .loop-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.post-image {
    overflow: hidden;
    position: relative;
    display: block;
}
.post-image img {
    height: 450px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.post-image .featured {
    background-size: cover;
    background-position: center;
}
.post-image .no-featured {
    background-size: 160px;
    background-position: center;
    background-color: #fff;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 230px;
    background-position: center;
    background-color: #181818;
    height: 400px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.post-lists .loop-item:hover .post-image .featured {
    transform: scale(1.06);
}
.post-lists .blog-title {
    margin: 10px 0px 20px 0px;
    
}
.blog-detail .blog-title{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #000;
}
.post-lists  .blog-title a {
    color: #000;
    text-transform: capitalize;
    font-family: Myriad Pro;
    line-height: 55px;
}
.post-cat a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 32.89px;
    color: #DA8602;
}
.post-cat a:hover {
    color: #0c4c9d;
}
/* .search-post-loop .btn {
    margin-top: 25px;
} */
.post_wrap{
    padding: 15px 0px;
    border-bottom: 1px solid #89929D;
} 
.blog-list{
    padding-right: 70px;
}
.pagination {
    display: flex;
    justify-content: center;
    border-top: 1px solid #89929D;
    border-bottom: 1px solid #89929D;
    padding: 30px 0px;
    margin-top: 80px;
    position: relative;
}
.nav-links{
    display: flex;
    align-items: center;
}
.pagination .page-numbers{
    font-family: Myriad Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #89929D;
    border: 1px solid #89929D;
    padding: 13px 18px;
    border-radius: 8px;
    margin: 0 8px;
    width: 55px;
    height: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .page-numbers.prev{
    position: relative;
    background: url(../img/pagination_left_arrow.svg), #d2d2d2;
    font-size: 0;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    border:1px solid #d2d2d2;
}
.pagination .page-numbers.prev:hover{
    background: url(../img/pagination_left_arrow.svg), #0c4c9d;
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #0c4c9d;
}
.pagination .page-numbers.next:hover{
    background: url(../img/pagination_right_arrow.svg), #0c4c9d;
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #0c4c9d;
}
.pagination .page-numbers.next{
    position: relative;
    background: url(../img/pagination_right_arrow.svg),#d2d2d2;
    font-size: 0;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    border:1px solid #d2d2d2;
}
span.page-numbers.current {
    color: #0c4c9d;
    font-weight: 600;
}
span.page-numbers:hover{
    color: #0c4c9d;
}
/*==================== Blog List Page CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.blog-search {
    margin-bottom: 30px;
}
.blog-search .input-group{
    flex-wrap: nowrap;
}
.blog-search input.form-control {
    padding: 15px 85px 15px 18px;
    height: 55px;
    width: 100%;
    border-radius: 0;
    background: 0 0;
    border: 1px solid #d3d3d3;
    font-size: 20px;
    font-weight: 400;
    line-height: 32.89px;
    color: #000;
}
.blog-search .search-btn {
    height: 55px;
    cursor: pointer;
    z-index: 2;
    width: 55px;
    line-height: normal;
    position: absolute;
    border: none;
    right: 0px;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #DA8602;
    z-index: 9;
}
.blog-search .search-btn svg,
.blog-search .search-btn img {
    width: 20px;
    height: 20px;
    stroke: #fff;
}
.blog-search .search-btn svg path{
    stroke: #fff;
}
.blog-search .search-btn:hover{
    background: #0c4c9d;
}
.blog-search .msg-side-form {
    right: 55px;
}
.blog-search .form-control:focus {
    box-shadow: none;
}
.blog-sidebar, .sidebar-page-wrap{
    /* position: sticky !important; */
    top: 0;
}
.sidebar-list, .sidebar-wrap {
    padding: 22px;
}
.sidebar-list {
    border: 1px solid #89929D;
    padding: 45px 30px;
}
.sidebar-list li {
    display: block;
}
.sidebar-list li:last-child {
    border-bottom: none;
}
.sidebar-list li:last-child a {
    padding-bottom:0;
}
.sidebar-list ul li a {
    padding: 5px 20px 5px 0;
    display: block;
    text-transform: capitalize;
    color: #000000;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}
.sidebar-list ul li a:hover {
    color: #DA8602;
}
.sidebar-list ul li a::before {
    content: "";
    right: 5px;
    position: absolute;
    top: 20px;
    width: 14px;
    height: 12px;
    background-image: url(../img/sidebar_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-list ul li a:hover,
.sidebar-list ul li.active a,
.sidebar-list ul li.activeChild a,
.sidebar-list ul li.current_page_item a {
    color: #DA8602;
}
.sidebar-form .sidebar-heading{
    font-family: Myriad Pro;
    text-transform: capitalize;
}
.sidebar-form {
    padding: 45px 30px;
    background: #0C4C9D;
}
.sidebar-form.common-contact-sec form input, .sidebar-form.common-contact-sec form textarea{
    padding: 0 0 22px 0;
    border-bottom: 1px solid #4274b3;
    font-weight: 400;
    line-height: 20px;
    font-family: Myriad Pro;
    font-size: 16px;
    color: #fff;
}
.sidebar-form.common-contact-sec label.error{
    background: #fff;
    padding: 0 5px;
    left: 0px;
    bottom: -27px;
    width: fit-content;
}
.sidebar-form.common-contact-sec form input:focus, .sidebar-form.common-contact-sec form textarea:focus{
    background: none;
}
.sidebar-form.common-contact-sec .btn:focus{
    background: #da8602;
}
.sidebar-form ::-webkit-input-placeholder {
    color: #fff;
} 
.sidebar-form ::-moz-placeholder {
    color: #fff;
}
.sidebar-form :-ms-input-placeholder {
    color: #fff;
}
.sidebar-form :-moz-placeholder {
    color: #fff;
}
.sidebar-form .form-btn .btn{
    padding: 22px 40px 22px 40px;
    width: auto;
    font-family: News Cycle;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sidebar-form .form-btn .btn:hover{
    border: 1px solid #fff;
    color: #fff;
    background: 0 0;
}
.widget-heading{
    font-family: Myriad Pro;
    color: #232323;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.widget_archive .widget-title{
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: #232323;
}
.widget_archive #archives-dropdown-2{
    width: 100%;
    color: #89929D;
    border: 1px solid #89929D;
    height: 55px;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(../img/down_arrow.svg);
    background-repeat: no-repeat;
}
/*==================== Sidebar CSS END ====================*/

/*==================== Blog Detail Page CSS ====================*/
.blog-detail .blog-title, .blog-detail h1, 
.blog-detail h2, .blog-detail h3, 
.blog-detail h4, .blog-detail h5, .blog-detail h6{
    font-family: Myriad Pro;
    color: #000;
}
.blog-detail .blog-title, .blog-detail h1, 
.blog-detail h2, .blog-detail h3{
    line-height: 48px;
}
.blog-detail .content p{
    color: #000;
}
.blog-detail .content p a{
    font-weight: 700;
    color: #000;
}
.blog-detail .content p a:hover{
    text-decoration: underline;
}
.blog-detail iframe{
    height: 450px;
    margin-top: 70px;
}
.single-post-detail img{
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
}
/*==================== Blog Detail Page CSS End ====================*/

/* START CONTACT US PAGE */
.contact_info{
    background: #0C4C9D;
    padding: 50px 80px 90px;
}
.contact_info .container{
    padding: 0;
}
.contact_info .nap-address, .contact_info .call-number{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}
.contact_info .nap-email{
    padding: 0;
    display: flex !important;
    border: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}
.contact_info .nap-email .email{
    margin-left: -2px;
}
.contact_info .nap-email a{
    color: #fff;
}
.contact_info .nap-contact-block, .contact_info .nap-address-block{
    margin-bottom: 30px;
}
.contact_info .location-icon{
    padding-top: 12px;
    margin-right: 25px;
}
.contact_info .footer-nap-call .call-img{
    padding-top: 13px;
    padding-right: 25px;
}
.contact_info .nap-email .email-icon {
    padding-right: 20px;
}
.contact_info .nap-email span{
    text-transform: lowercase;
}
.contact_page .header p{
    text-transform: capitalize;
    color: #000;
}
.contact_info .footer-nap-call .call-number a:hover, .contact_info .nap-email a:hover{
    color: #da8602;
}
.contact_page .common-contact-sec form input, .contact_page .common-contact-sec form textarea,
.contact_page .wpcf7-select{
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 2px solid #C0C0C0;
    padding: 0px 0px 15px 0px;
    color: #4D4B4B;
    opacity: 1;
    font-family: 'Myriad Pro';
}
.contact_page .common-contact-sec form textarea{
    height: 140px !important;
}
.contact_page .state .wpcf7-form-control-wrap{
    border-bottom: 2px solid #C0C0C0;
}

.contact_page .wpcf7-select{
    border:0px !important;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(../img/down_arrow.svg);
    background-repeat: no-repeat;
    width: 100%;
    font-family: 'Myriad Pro';
}
.contact_page .form-group {
    margin-bottom: 50px;
    padding: 0px 45px;
}

.contact_page .common-contact-sec .form-group input::-webkit-input-placeholder,
.contact_page .common-contact-sec .form-group textarea::-webkit-input-placeholder,
.contact_page .common-contact-sec .form-group select::-webkit-input-placeholder{
    color: #4D4B4B;
    opacity: 1;
}
.contact_page .common-contact-sec .form-group input::-moz-placeholder,
.contact_page .common-contact-sec .form-group textarea::-moz-placeholder,
.contact_page .common-contact-sec .form-group select::-moz-placeholder{
    color: #4D4B4B;
    opacity: 1;
}
.contact_page .common-contact-sec .form-group input:-ms-input-placeholder,
.contact_page .common-contact-sec .form-group textarea:-ms-input-placeholder,
.contact_page .common-contact-sec .form-group select:-ms-input-placeholder{
    color: #4D4B4B;
    opacity: 1;
}
.contact_page .common-contact-sec .form-group input:-moz-placeholder,
.contact_page .common-contact-sec .form-group textarea:-moz-placeholder,
.contact_page .common-contact-sec .form-group select:-moz-placeholder{
    color: #4D4B4B;
    opacity: 1;
}
.contact_page .form-btn{
    width: auto;
    margin: 0 auto;
}
.contact_page .form-btn .btn{
    padding: 14px 40px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    background: #0c4c9d;
    border: 1px solid #0c4c9d;
}
.contact_page .form-btn .btn:hover{
    background: none;
    color: #0c4c9d;
    border-bottom: 1px solid #0c4c9d;
}
/* END CONTACT US PAGE */

/* START CASE RESULT PAGE */
.case_page p{
    color:#000;
}
.case_page .case_title{
    font-family: News Cycle;
    letter-spacing: 0.05em;
    color: #0C4C9D;
    margin-bottom: 15px;
}
.case_page .content{
    font-size: 20px;
    line-height: 32.89px;
    letter-spacing: 0.05em;
    color: #000000;
}
.case_page .items{
    border: 1px solid #89929D;
    padding: 40px 25px 30px 25px;
    margin-top:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 195px;
}
.case_page .items:hover{
    box-shadow: 0px 4px 70px 0px #0000002e;
    cursor: pointer;
}
/* END CASE RESULT PAGE */

/*START TESTIMONIAL PAGE*/
.testimonial_page .sub-heading{
    font-family: Myriad Pro;
    font-size: 22px;
    font-weight: 400;
    line-height: 27.5px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.testimonial-item-box{
    max-width: 100%;
    min-height: 415px;
    padding: 80px 20px 60px 80px;
    position: relative;
    margin-top: 30px;
    border: 7px solid #0C4C9D4D;
}
.testimonial-item-box .testimonial-title {
    margin: 0;
    position: absolute;
    bottom: 40px;
}
.testimonial-item-box .client_name {
    color: #181717;
    font-size: 22px;
    font-weight: 400;
    line-height: 27.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.testimonial-item-box .quote-icon{
    position: absolute;
    left: 20px;
    top: 25px;
}
.testimonial-item-box .quote-icon img, .testimonial-item-box .quote-icon svg {
    height: 38px;
    width: 48px;
}
.testimonial-title .quote-icon {
    width: 45px;
    display: inline-block;
    top: -4px;
    position: relative;
    margin-right: 15px;
}
.testimonial-item-box p {
    color: #181717;
}
.testimonial_team .inner-content{
    background: #0C4C9D;
    padding: 90px;
    margin-left: -220px;
}
.testimonial_team .inner-content p{
    color:#fff;
}
.testimonial_team img{
    height: 742px;
    object-fit: cover;
    object-position: center top;
}
/*END TESTIMONIAL PAGE*/

/* START BOOK PAGE */
.book_page .container-fluid{
    padding-left: 150px;
    padding-right: 150px;
}
.book_page .image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.book_page p{
    color: #000000;
}
.book_page .inner-content{
    background: #0C4C9D;
    width: 65%;
    margin: 0 auto;
    display: block;
    padding: 50px 0px;
    box-shadow: 4px 4px 150px 20px #0C4C9D1A;
}
.book_page .inner-content .row{
    padding: 50px 30px;
}
.book_page .inner-content p{
    color: #fff;
    padding-left: 15px;
}
.book_page .inner-form{
    width: 700px;
    box-shadow: 4px 4px 150px 0px #0000000D;
    background: #fff;
    margin: 0 auto;
    padding: 100px 140px;
}
.book_page label{
    line-height: 40px;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.book_page .common-contact-sec input{
    border: 1px solid #00000029;
    height: 62px;
    color:#000;
}
.book_page .common-contact-sec .btn{
    border-radius: 0;
    font-size: 20px;
    text-transform: capitalize !important;
    border: 1px solid #00000029;
    color:#fff;
    background: #0c4c9d;
}
.book_page .common-contact-sec .form-btn svg{
    position: absolute;
    width: 15px;
    height: 17px;
    z-index: 9;
    left: 69px;
    top: 23px;
}
.book_page .common-contact-sec .form-btn:hover .btn{
    color: #0c4c9d;
    background: none;
}
.book_page .common-contact-sec .form-btn:hover svg path{
    fill: #0c4c9d;
}
.book_page .common-contact-sec label.error, .contact_page .common-contact-sec label.error{
    left: 0;
    bottom: -28px;
}
/* END BOOK PAGE */

/* START PRACTICE AREA PAGE */
.practice_page .practice_box img{
    object-fit: cover;
    height: 530px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.practice_page .practice_box{
    margin-top: 15px;
    cursor: pointer;
    overflow: hidden;
    
}
.practice_page .title{
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left:0;
    padding: 0 15px 35px 35px;
    text-transform: uppercase;
    z-index: 9;
}
.practice_page .practice_box a{
    position: relative;
}
.practice_page .practice_box a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 64%;
    bottom: 0px;
    left: 0;
    background: linear-gradient(180deg, rgba(12, 76, 157, 0) 0%, #0C4C9D 100%);
    z-index: 9;
}
.practice_page .practice_box:hover img{
    transform: scale(1.06);
}
/* END PRACTICE AREA PAGE */

/* START ABOUT US PAGE */
.about_page .sub_heading{
    letter-spacing: 0;
}
.left_border{
    padding-left: 20px;
}
.left_border::after{
    position:absolute;
    content: '';
    top:0;
    left: 0;
    border: 2px solid #DA8602;
    height: 100%;
}

.about_page h3{
    color: #333333;
    line-height: 48px;
    text-transform: capitalize;
}
.about_page p{
    line-height: 45px;
    color:#000;
}
.about_page .header .img-block, .about_page .question_section .img-block{
    padding-right: 80px;
} 
.about_page .question_section{
    padding-top: 80px;
    padding-bottom: 80px;
}
.about_page .gray_bg{
    background: #D9D9D91F;
    padding: 50px 60px;
}
.about_page .gray_bg p{
    font-size: 24px;
    line-height: 40px;
}
.about_team .paragraph{
    line-height: 26px;
    color: #DA8602;
    padding-left: 20px;
}
.about_team .box_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}
.team_box:hover .team-name {
    color: #0c4c9d;
}
.about_team .home_team .featured-img {
    height: 400px;
    width: 100%;
    background-position: center top;
    display: block;
}
.about_team .team-name{
    font-size: 26px;
}
.about_team .home_team .team_box:hover .featured-img{
    transform: scale(1);
}
.about_page .btn{
    font-family: Myriad Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 0;
}
.belive_section{
    background-image: url(../img/about_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height: 100%;
    background-size: auto 100%;
}
.belive_section .btn{
    border-radius:5px;
}
/* END ABOUT US PAGE */

/* START STATIC PAGE */
.default-content h1, .default-content .h1,
.default-content h2, .default-content .h2,
.default-content h3, .default-content .h3,
.default-content h4, .default-content .h4,
.default-content h5, .default-content .h5,
.default-content h6, .default-content .h6{
    color: #272727;
    text-transform: capitalize;
}
.default-content h1, .default-content .h1{
    font-size: 134px;
    font-weight: 600;
    line-height: 127.3px;
}
.default-content h3, .default-content .h3{
    font-size: 45px;
    line-height: 50px;
}
.default-content h4, .default-content .h4{
    font-size: 25px;
}
.default-content h5, .default-content .h5,
.default-content h6, .default-content .h6{
    font-size: 20px;
}
.default-content ul, .content ul{
    padding-left: 20px;
    margin-bottom: 20px;
}
.default-content{
    padding-right: 70px;
}
.widget-title{
    font-family: Myriad Pro;
    color: #232323;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .02em;
    margin-bottom: 15px;
}
.default-content p{
    color: #000;
}
.default-content ul li, .default-content ol li{
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
}
/* END STATIC PAGE */

/* START VIDEO PAGE */
.video_page .stretch-link.html5lightbox:before {
    width: 105px;
    height: 87px;
    background: url(../img/video_img.svg) no-repeat;
    background-size: 100%;
    top: auto;
    left: auto;
    margin: auto;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}

.video_page .main_img{
    height: 270px;
    width: 100%;
    object-fit: cover;

    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.video_page .item-video:hover .main_img{
    transform: scale(1.06);
    cursor: pointer;
}
.video_page p{
    color: #000;
}
.video_page .video_list h3{
    width: 59%;
    text-align: center;
    margin: 0 auto 30px auto;
}

/* END VIDEO PAGE */

/* START 404 PAGE & THANK YOU PAGE*/
.page404 .form-btn .btn:hover{
    border: 1px solid #0c4c9d;
    color: #0c4c9d;
    background: none;
}
.page404 .form-control:focus{
    border-color: #dcdcdc;
}
.thankyou-page a {
    color: #0C4C9D;
}
.thankyou-page a:hover {
    color: #dcb97b;
}
.no_result a {
    text-decoration: underline;
    color: #0c4c9d;
}
.no_result a:hover {
    color: #da8602;
}

.mainpage ul{
    padding-left: 20px;
}   
.mainpage ul li{
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #4d4b4b;
}
.clientreviews{
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.clientreviews .heading{
    margin-bottom: 15px;
}
.review-schema-wrapper {
    padding-top: 0;
    margin-bottom: 70px;
}
.review-schema-wrapper+.video-schema {
    margin-top: 0;
}
.video-schema {
    margin-bottom: 70px;
    margin-top: 70px;
}
.video-schema iframe{
    height: 240px;
}
.stcky {
    top: 0;
}
.wpcf7 form .wpcf7-response-output{
    border: 0px;
}
.page-banner {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.page-banner .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-banner h1, .page-banner .banner-title{
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.page-banner .banner-title{
    font-size: 64px;
    font-weight: 600;
    line-height: 76.8px;
    letter-spacing: .02em;
    font-family: Myriad Pro;
}











.contact-form lable {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #9F763A;
}
.contact-form input {
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 20px;
    color: #000;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-form textarea {
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 20px;
    color: #000;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-form select {
    border: 1px solid #000;
    border-radius: 0;
    padding: 11px 20px;
    color: #000;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
select {
    background-image: url(../img/caret-down.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
}
.contact-form p {
    color: #9F763A;
}
.contact-form .formbox {
    margin-bottom: 30px;
}
.contact-form ::-webkit-input-placeholder {
    color: #959EAD;
}
.contact-form ::-moz-placeholder {
    color: #959EAD;
}
.contact-form :-ms-input-placeholder {
    color: #959EAD;
}
.contact-form ::-ms-input-placeholder {
    color: #959EAD;
}
.contact-form ::placeholder {
    color: #959EAD;
}
.contact-form :focus {
    color: #000;
    outline: none !important;
}
input.btn {
    border: none;
    position: relative;
    padding: 0;
    margin: 0;
    color: #64241f;
    background: 0 0;
    padding-left: 0px;
}
label.error {
    color: red;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 2px;
    right: 10px;
    line-height: normal;
    font-weight: 700;
}
.search-input-wrap button svg path {
    stroke: #fff;
}
textarea.form-control {
    resize: none;
    height: 100px !important;
}
div#breadcrumbs {
    padding-top: 20px;
    background: #f2f2f2;
    margin: 0;
    padding: 10px 0;
    font-family: Myriad Pro;
}
div#breadcrumbs span a {
    color: #da8602;
}
div#breadcrumbs span a:hover{
    color: #0c4c9d;
}
span.breadcrumb_last {
    color: #000;
}
.default-content a {
    text-decoration: underline;
    color: #000;
}
.default-content a:hover{
    color: #64241F;
}
.form-btn.btn .arrow {
    display: flex;
    align-items: center;
}
.form-control {
    border: 2px solid #DCDCDC;
    border-radius: 0;
    padding: 10px;
    height: 50px;
    box-shadow: none !important;
    outline: none !important;
}
textarea.form-control {
    resize: none;
    height: 150px;
}
.form-group {
    margin-bottom: 30px;
}




/* PopUp */
.modal-dialog {
    max-width: 1456px;
    padding: 0 30px;
}
button.btn-close {
    width: 59px;
    height: 59px;
    font-size: 28px;
    border-radius: 50%;
    background-color: #da8602 !important;
    opacity: 1;
    color: #fff;
    position: absolute;
    right: -20px;
    top: -7px;
    --bs-btn-close-bg: none !important;
    padding: 30px 1px !important;
}
button.btn-close:after, button.btn-close:before{
    left: 29px;
    position: absolute;
    content: "";
    height: 33px;
    width: 4px;
    background-color: #fff;
    top: 14px;
}
button.btn-close:before{
    transform: rotate(45deg);
}
button.btn-close:after{
    transform: rotate(-45deg);
}

.modal{
    top: 16% !important;
    left: 0% !important;
    transform: translate(0%, 0%);
}
.modal-backdrop.show{
    opacity: 0.8;
}

.modal-body {
    padding: 0 40px 20px 40px;
}
.modal p{
    color: #fff;
    line-height: 30px;
}
.modal-header {
    flex-direction: column-reverse;
    grid-row-gap: 10px;
    border-bottom: none;
    padding: 0;
    height: 30px;
}
.modal-content {
    background-color: #ffffff;
    border: 10px solid #E7E7E7;
    border-radius: 0;
}
.popup_header_image {
    width: 100%;
    text-align: center;
    background-color: #133f96;
    padding: 8px 45px;
    border-radius: 40px;
    display: none;
}
.modal-body .modal_heading {
    font-size: 59px;
    font-weight: 500;
    line-height: 70.8px;
    min-height: 142px;
}
.popup_heading{
    font-family: Myriad Pro;
    font-size: 59px;
    font-weight: 600;
    line-height: 70.8px;
    position: absolute;
    top: 16%;
    z-index: 9;
}
.popup_heading::after{
    content: '';
    border-bottom: 2px solid #ffffff;
    width: 72%;
    display: block;
    position: relative;
    left: 82px;
}
.modal-body img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.modal .inner_content{
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40%;
    align-content: center;
    text-align: center;
    right: 87px;
}
.modal .content{
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40%;
    align-content: center;
    text-align: center;
    left: 84px;
}
.modal .btn{
    padding: 5px 21px;
    font-size: 15px;
}
.modal .btn:hover{
    border: 1px solid #fff;
    color: #fff;
}
blockquote p {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    color: #075fbe;
}
blockquote p strong{
	color:#075fbe;
}
.list-3 ul {
    column-count: 3;
}
.list-3 ul li {
    list-style: none;
    padding-left: 17px;
    position: relative;
}
.list-3 ul li:before {
    content: "";
    position: absolute;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0px;
    top: 16px;
}
.counter_sec {
    background: #0c4c9d;
    padding: 50px 0;
}
/*.metrics-bar .item {
    height: calc(100% - 30px);
    margin-top: 30px;
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    border: 1px solid #0C4C9D;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}*/
.metrics-bar .item {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.metrics-bar .item .count-number {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-family: Myriad Pro;
    line-height: 65px;
}
.metrics-bar .item .des {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}
.appointment_widgets-xl--revamp{
    padding-top: 2rem !important;
}
.mainpage .appointment_widgets-xl--revamp{
    padding-top: 2rem !important;
}
.books-page{
    background: #F9F9F9;
}
