@charset "utf-8";
@import url(../css/bootstrap.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/fontawesome.min.css);
@import url(../css/baguetteBox.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    width: 100%;
    font-family: "Poppins", serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px; 
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: #000000;
}
p{
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px; 
    margin-bottom: 10px;
    font-family: "Poppins", serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Inter", serif;
    color: #ffffff;
    font-size: 44px;
    line-height: 50px;
    font-weight: 500;
    text-transform: capitalize;
}
.cmn_white_heading{
    font-family: "Inter", serif;
    color: #ffffff;
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
}  
.cmn_white_heading span{
    color: #E7242B;
}
.paragraph{
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px; 
    margin-bottom: 15px;
} 
.paragraph a{ color: #E7242B; }
figure{
    margin: 0;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
} 
a{
    text-decoration: none;
    transition: .35s;
    font-family: "Inter", serif;
}
a:hover{
    text-decoration: none;
    transition: .35s; 
}
.cmn_btn{
    background: #E7242B;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter", serif;
    border: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    padding: 18px 28px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    transition: .35s;
    position: relative;
    z-index: 1;
}
.cmn_btn i{
    transform: rotate(315deg);
    margin-left: 5px;
}
.cmn_btn:hover{
    background: #000000;
    border-color: #E7242B;
    color: #fff;
    transition: .35s;
} 

.pt_50{
    padding-top: 50px !important;
}
.pb_50{
    padding-bottom: 50px !important;
}
.pt_60{
    padding-top: 60px !important;
}
.pb_60{
    padding-bottom: 60px !important;
}
.pt_70{
    padding-top: 70px !important;
}
.pb_70{
    padding-bottom: 70px !important;
}
.pt_80{
    padding-top: 80px !important;
}
.pb_80{
    padding-bottom: 80px !important;
}
.pt_90{
    padding-top: 90px !important;
}
.pb_90{
    padding-bottom: 90px !important;
}
.pt_100{
    padding-top: 100px !important;
}
.pb_100{
    padding-bottom: 100px !important;
}
.mt_50{
    margin-top: 50px !important;
}
.mb_0{
    margin-bottom: 0 !important;
}
::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}  
::-webkit-scrollbar-track {
    background: #222222;
}  
::-webkit-scrollbar-thumb {
    background: #e7242c;
    border-radius: 5px;
}
@media (min-width:1200px){
    .container{
        max-width: 1160px;
    }
}
@media (min-width:1440px){
    .container{
        max-width: 1300px;
    }
}
@media (min-width:1600px){
    .container{
        max-width: 1320px;
    }
}
img, svg {
	max-width: 100%;
    margin: 0;
    padding: 0;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.stickycontent{position: relative;}
.stickybox{position: sticky; top: 20%;}
.about-text ul{
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 20px;
margin: 20px 0;
}
.about-text ul li, .paragraph ul li{
    position: relative;
    padding-left: 32px;
}
.about-text ul li::before, .paragraph ul li::before{
    content: '';
    background: url('../images/Icon.png') no-repeat center;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 3px;
}
.paragraph ul li::before{
    background: url('../images/checkpoint.png') no-repeat center;
}
/* ===============Owl-carousel=============== */
.owl-carousel{
    padding: 0px;
}
.owl-carousel:not(.bannerslider) .owl-stage {
    /* display: flex;
    justify-content: center; */
    margin: 0;
}
.owl-carousel:not(.bannerslider) .item {
    height: 100%;
}
.owl-nav [class*="owl-"] {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #3D474D !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
}
.owl-nav .owl-prev {
    left: -60px;
    padding-right: 2px;
}
.owl-nav .owl-next {
    right: -60px;
    padding-left: 2px;
}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
    pointer-events: none;
    opacity: 0.4;
    background: #dfdfdf;
}
.owl-nav [class*="owl-"]:hover {
    background: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
    opacity: 1;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin: 50px 0;
    line-height: 0;
}
.owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    min-width: auto;
    width: 12px;
    height: 12px;
    background: #B2C0C7;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 5px;
    outline: 1px solid transparent;
    outline-offset: 4px;
}
.owl-carousel .owl-dots .owl-dot.active span{
    background: #fff;
    border-color: #fff;
    /* outline-color: var(--border-color); */
}

/* ===============Owl-carousel=============== */
/**HEADER_SECTION_STRATS**/
.header_top_social{
    background: #000000;
    padding-top: 11px;
    padding-bottom: 11px;
}
.header_cm_social{
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.top_header_contact_mail_number{
    display: flex;
    gap: 50px;
}
.top_header_contact_mail_number li a{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-family: "Poppins", serif;
}
.top_header_contact_mail_number li a:hover{
    color: #E7242B;
}
.top_header_contact_mail_number span{
    padding-left: 2px;
}
.top_header_contact_social{
    display: flex;
    gap: 18px;
}
.top_header_contact_social li a{
    color: #ffffff;
    font-size: 15px;
}

.header_top_section{ 
    background: #ffffff;
    z-index: 2;
    position: relative;
}
.header_top_section.fixed{
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #ffffff;
    transition: .35s;
    box-shadow: 0px 4px 9px 0 #ffffff1a;
    top: 0;
}
.top_header_contact_social li a:hover{
    color: #E7242B;
}
.header_top_section.fixed .header_logo a{
    padding: 0;
}
.header_top_section.fixed 
.header_logo a{
    display: block; 
}
.logo_menu_social{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    height: 100px;
}
.header_navigation{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.header_navigation li a{
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #001524;
    padding-bottom: 4px;
    position: relative;
}
.header_navigation li a:hover, .header_navigation li.current_page_item a {
    color: #E7242B;
}
.header_navigation li > a::before{
    width: 0%;
    height: 2px;
    border-radius: 10px;
    background: #E7242B;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    transition: .35s;
}
.header_navigation li.menu-item-has-children .sub-menu a::before{
    content: none;
}
.header_navigation li.active a::before{
    width: 65%;
}
.header_navigation li.active a{
    color: #E7242B;
}
.header_navigation li a:hover::before{
    transition: .35s;
    width: 65%;
} 
.header_logo{
    position: relative;
    top: 38px;
    max-width: 160px;
}
.custom-logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header_top_section.fixed .header_logo{
    top: 0;
}
.header_top_section.fixed .header_logo img{
    width: 85px;
}

.nav_menu ul li:hover ul.sub-menu li a{background-color: transparent; color: #282828;}
.nav_menu ul li:hover ul.sub-menu li:hover{background-color: #292929; color: #fff;}
.nav_menu ul li:hover ul.sub-menu li:hover > a{color: #fff; }
.nav_menu li.menu-item-has-children{position: relative;}
.nav_menu ul .sub-menu {
    position: absolute;
    min-width: 280px;
    top: 60%;
    left: 0;
    background-color: #fff;
    transform: translateY(20px);
    box-shadow: 0 3px 5px rgb(0 0 0/20%);
    z-index: 11;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav_menu li.menu-item-has-children > ul.sub-menu li > ul.sub-menu{left: 100%; top: 0; transform: translateY(0px);}
.nav_menu li.menu-item-has-children:hover > ul.sub-menu{
    visibility: visible;
    opacity: 1;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav_menu li.menu-item-has-children:hover > ul.sub-menu li:hover > ul.sub-menu{
    visibility: visible;
    opacity: 1;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
ul.sub-menu > li {
    position: relative;
}
ul.sub-menu > li > a {
    color: #fff;
    padding: 10px 10px;
    display: block;
    line-height: normal;
    font-size: 14px;
}
ul.sub-menu > li:not(:last-child){border-bottom: 1px solid #ccc;}
ul.sub-menu > li:last-child{border-radius: 0 0;}
ul.sub-menu > li:first{border-radius: 0 0;}
/* ul.sub-menu > li a{color: #363636;} */
ul.sub-menu > li:hover .subarrow {color: #fff;}
.opened>.subarrow { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.subarrow{ pointer-events: inherit; text-align: center; place-items: center; display: inline-block; vertical-align: middle; font-size: 14px; -webkit-transform: rotate(0deg); transform: rotate(0deg); color: #222;}
.nav_menu li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children .subarrow {
	position: absolute;
	top: 28%;
	right: 10%;
	transform: rotate(270deg);
}
/**HEADER_SECTION_ENDS**/

/**HOME_BANNER_SECTION_STARTS**/
.banner_section{
    width: 100%;
    height: 785px;
    overflow: hidden;
    position: relative;
}
.banner_home_slide{
    width: 100%;
    height: 785px;
    position: relative;
}
.banner_home_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_text{
    width: 800px;
    position: absolute;
    bottom: 0;
    text-align: left;
    left: auto;
    padding-bottom: 170px;
}
.home_banner_heading{
    font-size: 64px;
    line-height: 84px;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-family: "Inter", serif;
}
.home_banner_para{
    text-transform: math-auto;
    color: #ffffff;
    font-size: 16px;
    width: 560px;
    font-weight: 300;
    margin-bottom: 45px;
    line-height: 28px;
}

.marq_section .policechecker .marq {
	/* background: #6CCF44; */
	padding: 10px 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: #E7242B;
	background-size: cover;
	background-position: center;
}
.marq_section .policechecker p {
	font-family: 'Inter', serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color: #fff;
	position: relative;
	text-align: center;
    margin: 0;
    text-transform: uppercase;
  word-spacing: 2px;
  letter-spacing: 1px;
  padding-right: 20px;
}
.marq_section .policechecker p::after {
	content: '';
	background: url('../images/striparrow.png');
	background-size: contain;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 9px;
	right: 0;
}
/**HOME_BANNER_SECTION_ENDS**/

/**HOME_TESTIMONIAL_STARTS**/
.testimonial_slide_box{
    margin: 18px;
    background: #ffffff;
    border-radius: 14px;
    padding: 25px;
    position: relative;
}
.testimonial_slide_box::before {
	content: '';
	background: url('../images/quote.png') no-repeat center;
	width: 50px;
	height: 35px;
	position: absolute;
	right: 10%;
	bottom: -16px;
}
.client_img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.client_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial_client_img_des{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}
.testimonial_star{
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.testimonial_star li{
    color: #FFC107;
    font-size: 14px;
}
.testimonial_box_icon_img img{
    width: auto !important;
}
.testimonial_description{
    font-size: 14px;
    line-height: 27px;
    font-style: italic;
    color: #454545;
    margin-bottom: 15px;
    height: 110px;
    overflow: auto;
}
.client_name{
    font-size: 17px;
    color: #323232;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.client_descrip{
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    line-height: 19px;
    text-transform: capitalize;
}
/**HOME_TESTIMONIAL_ENDS**/

/**HOME_BLOGS_STARTS**/
.blogs_heading_home_box{
    margin-bottom: 55px;
}
.blog_slide_text_date_box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px;
} 
.blog_slide_img{
    width: 100%;
    height: 458px;
    overflow: hidden;
    transition: .35s;
    border-radius: 10px;
    position: relative;
}
.blog_slide_img::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180.85deg, rgba(0, 21, 36, 0) 34.01%, rgba(0, 21, 36, 0) 34.01%, rgba(0, 21, 36, 0.72) 64.46%, #001524 99.21%);
    bottom: 0;
    left: 0;
}
.blog_slide_img img{
    width: 100%;
    height: 100%;
    transition: .35s;
    object-fit: cover;
}
.blog_slide_box:hover .blog_slide_img img{
    transform: scale(1.1);
}
.blog_slide_box{
    display: block;
    position: relative;
    font-family: "Poppins", serif;
}
.blog_month{
    text-transform: uppercase;
    color: #2A2A2A;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
}
.blog_date{
    font-weight: bold;
    font-size: 40px;
    color: #2A2A2A;
    line-height: 44px;
}
.blog_slide_box_heading{
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 31px;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: "Inter", serif;
}
.blog_slide_box_paragraph{
    color: #6E707A;
    font-size: 16px;
    line-height: 29px;
} 
.blog_slide_date{
    display: flex;
    gap: 40px;
    margin-bottom: 17px;
}
.blog_slide_date li{
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    position: relative;
}
.blog_subtitle_icon{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid #a7a7a738;
    padding-top: 20px;
}
.blog_subtitle_icon li{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
}
.blog_subtitle_icon i{
    color: #ffffff;
    font-size: 18px;
    transform: rotate(315deg);
}
.blog_slide_date li i{
    color: #E7242B;
}
/**HOME_BLOGS_ENDS**/

/**FOOTER_SECTION_STARTS**/
.footer_section{
    background: url(../images/footer_bg.jpg) center no-repeat; 
    background-size: cover;
    width: 100%; 
} 
.footer_logo_links_section{
    padding-top: 100px;
    padding-bottom: 70px;
}
.footer_para{
    color: #ffffff;
    margin-bottom: 10px;
}
.footer_main_logo{
    margin-bottom: 25px;
}
.footer_all_links_box{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 80px;
    gap: 120px;
}
.footer_link_heading{
    font-size: 24px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 32px;
    font-family: "Inter", serif;
    position: relative;
    padding-bottom: 15px;
}
.footer_link_heading::before{
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 70%;
    height: 2px;
}
.list_links_footer li{
    padding-bottom: 10px;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins", serif;
}
.list_links_footer li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    padding-left: 15px;
    transition: .35s;
    font-family: "Poppins", serif;
}
.list_links_footer li a:hover{
    -webkit-text-stroke: 0.8px;
    transition: .35s;
}
.list_links_footer li a::before{
    top: -2px;
    left: 0;
    position: absolute;
    color: #E7242B;
    font-size: 13px;
    content: "\f054";
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
}
.footer_conatcts_icon{
    position: absolute;
    left: 0;
} 
.footer_links_single_box{
    width: auto;
}
.footer_copyright{
    color: #ffffff;
    padding-top: 20px;
    background: #121212;
    text-align: center;
    padding-bottom: 20px;
    font-size: 15px;
    text-transform: capitalize;
}
.footer_copyright a{
    color: #E7242B;
}
.footer_copyright a:hover{
    color: #ffffff;
}  
.footer_logo{
    max-width: 140px;
    margin-bottom: 36px;
}
/**FOOTER_SECTION_ENDS**/


/* ==========Popup Form Star========== */
form {
    margin: 0;
    padding: 0;
}
.form_wrap, .comment-respond {
	max-width: 830px;
}
.form_wrap p{line-height: 1.5;}
label {
	display: block;
	text-align: left;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.4px;
}
.wpcf7-form-control-wrap { display: block; }
.required{color: #ff0000;}
.form-control, .wpcf7-form-control, .comment-form .wpcf7-form-control, .comment-form textarea{
    padding: 5px 20px;
    width: 100%;
    height: 48px;
    border: 1px solid #838383;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #272727;
    color: #B4B4B4;
    caret-color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    position: relative;
    vertical-align: top;
    outline: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.comment-form .wpcf7-form-control, .comment-form textarea{
    background-color: #022035;
    border-color: #CDCDCD;
}
select.form-control, select.wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 10px) 16px;
    padding-right: 30px;
}
textarea.form-control, textarea.wpcf7-form-control, .comment-form textarea, .comment-form textarea.wpcf7-form-control, .woocommerce form .form-row textarea {
	height: 180px;
	padding-top: 10px;
	resize: none;
}
.formLabel .row{
    row-gap: 24px;
}
.formLabel-wrap {
	position: relative;
	z-index: 1;
    margin-bottom: 20px;
}
.formLabel-wrap label {
    position: absolute;
    top: 50%;
    left: 6px;
    padding-inline: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.formLabel-wrap:has(textarea) label {
    top: 30px;
}
.formLabel-wrap:has(.wpcf7-not-valid) label {
    margin-top: -12px;
}
.formLabel-wrap:has(.wpcf7-form-control:focus, .form-control:focus) label, .formLabel-wrap.has-value label {
	top: -20px;
	margin: 0;
	font-size: 0.95em;
	color: #fff;
	background: #022035;
}
.formLabel-wrap :is(.wpcf7-form-control:focus, .form-control:focus) {
    box-shadow: none;
}
.formLabel-wrap::before {
	content: '';
	position: absolute;
	right: 10px;
	top: 30%;
	width: 16px;
	height: 16px;
	background-size: contain;
	z-index: 1;
}
.formLabel-wrap.nameicon::before{background: url('../images/nameicon.png') no-repeat center;}
.formLabel-wrap.emailicon::before{background: url('../images/emailicon.png') no-repeat center;}
.formLabel-wrap.telicon::before{background: url('../images/telicon.png') no-repeat center;}
.formLabel-wrap.dropicon::before{background: url('../images/dropicon.png') no-repeat center;}
.formLabel-wrap.msgicon::before{background: url('../images/msgicon.png') no-repeat center; top: 10%;}
.formLabel-wrap.addressicon::before{background: url('../images/addressicon.png') no-repeat center;}
.rj_popupForm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #000000d1;
}
.rj_popupForm-content .form-wrap {
    max-width: 100%;
    padding: 30px;
    background-color: #E7242B;
}
.rj_popupForm-content .form-wrap .cmn_btn{border: 1px solid #fff;}
.rj_popupForm-content {
    max-width: 640px;
    margin: auto;
    height: 100%;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.rj_popupForm-content form {
    overflow: hidden;
    overflow-y: auto;
    max-height: 520px;
    margin-right: -10px;
    padding-right: 10px;
    padding-top: 10px;
}
.rj_popupForm .form_wrap{
    background-color: #fff;
    border-radius: 14px;
}
.rj_popupForm-content .form-wrap .wpcf7-form-control{
    height: 42px;
}
.rj_popupForm-content .form-wrap textarea.wpcf7-form-control{
    height: 160px;
}
.rj_popupForm-content .form-wrap .cmn_btn{
    font-size: 16px;
    padding: 11px 28px;
}
.rj_popupForm-content .form-wrap .wpcf7-not-valid-tip{
    color: #fff;
}
/* ==========Popup Form Ends========== */

/* ===============ERROR_MSG Start=============== */
.wpcf7-spinner {
    margin: 0 !important;
    position: absolute !important;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    pointer-events: none;
}
.wpcf7-not-valid-tip {
    font-size: 15px;
    font-weight: 500;
    margin: 2px 0 -10px;
}
.wpcf7 form .wpcf7-response-output {
    background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 10px 10px / 20px 20px;
    border: 1px solid #eab4b4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #c00;
    display: block;
    font-size: 15px;
    font-weight: 500;
    min-height: 40px;
    margin: 24px 0 0;
    padding: 8px 5px 8px 40px;
    text-align: left;
    border: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-image: url(../images/success_icon.png);
    background-color: #eaf7d9;
    border-color: #c8dd9c;
    color: #425c05;
}
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-image: url(../images/warning_icon.png);
    background-color: #ffeacd;
    border-color: #ffd396;
    color: #856404;
}
.input_error {
    border-color: #c00 !important;
}
.input_success {
    border-color: #425c05 !important;
}
.norecord {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
/* ===============ERROR_MSG Ends=============== */
/* ===============Scrollup Start=============== */
.scrollup {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9;
    display: none;

}
.scrollup i {
    display: grid;
    place-items: center;
    font-size: 20px;
    --width: 54px;
    width: var(--width);
    height: var(--width);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: #E7242B;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.scrollup i:hover {
    background: #E7242B;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
/* ===============Scrollup Ends=============== */

/* ===========Popup Video Start================ */
.home_banner_btn {
    display: flex;
    align-items: center;
    gap: 10px 20px;
}
.rj_video-btn {
    display: flex;
    align-items: center;
    --space: 38px;
    gap: 10px;
    font-size: 18px;
    cursor: pointer;
}
.rj_video-btn em {
    font-style: normal;
}
.rj_video-btn i {
	width: var(--space);
	height: var(--space);
	border-radius: 100%;
	display: grid;
	place-items: center;
	border: 2px solid transparent;
	font-size: calc(var(--space) * 0.5);
	background: #ffffff;
	color: #E7242B;
	padding-left: 5px;
    flex-shrink: 0;
}
.rj-popup-video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}
.rj-popupOverlay { 
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000000de; 
    display: none; 
}
.rj-popupVideo-container {
    background: var(--black-color);
    max-width: 1080px;
    width: 90%;
    height: clamp(360px, 70vh, 580px);
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.close-icon {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -10px;
    right: -10px;
    display: grid;
    place-items: center;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #ff0000;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    opacity: 0.8;
    padding-left: 1px;
}
.rj-popup-iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100% !important;
}
/* ===========Popup Video Ends================ */

/* ===============About Section================ */
.home_aboutUs .chooseImg{position: relative;}
.home_aboutUs .imagepart{height: 520px;}
.home_aboutUs .chooseImg figure.big-image{width: 390px; height: 380px; margin-right: auto;}
.home_aboutUs .chooseImg figure.small-image{width: 220px; height: 280px; position: absolute; right: 20%; bottom: 0; background-color: #222; padding: 5px; border-radius: 12px;}
.chooseus .chooseImg figure img{border-radius: 13px; height: 100%;}
.exprience { font: normal 700 16px "Inter", serif; max-width: 210px; display: flex; align-items: center; column-gap: 10px; background: #222; border-radius: 10px; padding: 3px; margin-top: 10px; }
.exprience span{font-size: 70px; color: #E7242B;}
/* ===============About Section================ */

/* ===============Service Section================= */
.servicebox{
  padding: 0;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #fff;
  text-align: left;
  position: relative;
  min-height: 100%;
}
.servicebox figure {
	width: 100%;
	height: 290px;
	border-radius: 10px;
	margin-bottom: 0px;
	overflow: hidden;
}
.servicebox figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	transform: scale(1);
	transition: all 400ms ease-in;
}
.servicebox:hover figure img {
	transform: scale(1.1);
	transition: all 400ms ease-in;
}
.servicebox .servicecontent {
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	/* align-items: center; */
	padding: 30px 25px;
}
.servicebox .servicecontent .title{
    font: normal 500 24px "Inter", serif;
    color: #353535;
    text-transform: capitalize;
    /* margin-bottom: 20px; */
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.servicebox .servicecontent .editor{
    font: normal 400 15px "Inter", serif;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #454545;
    margin: 20px 0;
    min-height: 70px;
}
.servicebox .servicecontent .readmore{
    font: normal 400 15px "Inter", serif;
    line-height: 25px;
    color: #454545;
    display: flex;
    align-items: center;
    column-gap: 5px;
  max-width: fit-content;
  position: relative;
}
.servicebox .servicecontent .readmore::before{
    content: '';
    background: #454545;
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 300ms ease-in;
}
.servicebox .servicecontent:hover .readmore::before{
    width: 100%;
    transition: all 300ms ease-in;
}
/* ===============Service Section================= */

/* =====================Counter===================== */
.counter{
    background: url('../images/counter_background.png') no-repeat center;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}
.counter::before{
    content: '';
    background: #0F0F0F;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.countergrid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }
  .countergrid .countitem{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    position: relative; 
  }
  .countergrid .countBox:not(:last-child){
    border-right: 1px solid #FFFFFF75;
  }
  /* .countergrid .countBox:nth-child(2){
      justify-self: center;
  }
  .countergrid .countBox:last-child{
      justify-self: end;
  } */
  .countergrid .countitem .icon{
      width: 92px;
      height: 92px;
  }
  /* .countergrid .countitem .icon img{
      width: 30px;
      height: 30px;
      object-fit: contain;
  } */
  .countergrid .countitem:not(:first-child){
    margin-left: 50px;
  }
  .countergrid .countitem:not(:last-child):before{
    content: '';
    background-color: #AAC3BD;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .countitem .num{
    font: normal 800 40px "Inter", serif;
    line-height: 56px;
    color: #E7242B;
    letter-spacing: 1px;
    text-align: center;
  }
  .countitem .num em{font-style: normal;}
  .countitem .text{
    font: normal 500 20px 'Poppins', serif;
    line-height: 24px;
    color: #fff;
  }
  /* =====================Counter===================== */

  /**CONTACT_PAGE_STARTS**/
.contact_faq_box{
    padding-right: 90px;
}
.contact_single_details_box{
    border-radius: 6px;
    border: 1px solid #BCBCBC;
    text-align: center;
    height: 100%;
    padding: 40px;
    position: relative;
    top: 0;
    transition: .35s;
    background: #022035;
}
.contact_single_details_box:hover{
    position: relative;
    top: -5px;
    transition: .35s;
}
.contact_icon_img{
    margin-bottom: 25px;
}
.contact_details_box_heading{
    font-size: 32px;
    color: #353535;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact_details_box_italic{
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    font-family: "Playfair Display", serif;
    margin-bottom: 30px;
}
.contact_single_details_box a{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}
.contact_faq_paragraph a{
    font-weight: 600;
    color: #fff;
}
/* .contact_faq_paragraph a:hover{
    color: #febe20;
} */
.contact_faq_accordion .accordion-button{
    background: transparent;
    /* border-bottom: 1px solid #CDCDCD; */
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 30px 0;
    box-shadow: none;
}
.contact_faq_accordion .accordion-button:focus{
    border-bottom: 1px solid #CDCDCD;
    box-shadow: none;
}
.contact_faq_accordion .accordion-item{
    border: none;
}
.contact_faq_accordion .paragraph{
    padding: 20px 0;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 0;
}
.contact_faq_accordion .accordion-button::after{
    filter: brightness(0.1);
}
.contact_faq_form_input input{
    width: 100%;
    height: 54px;
    border: 1px solid #DBDBDB;
    background: #EFEFEF;
    font-size: 16px;
    color: #454545;
    border-radius: 3px;
    padding: 3px 15px;
    margin-bottom: 15px;
}
.contact_faq_form_input input:focus{
    border: 1px solid #FEBE20;
    outline: 0;
    box-shadow: none;
}
.contact_faq_form_input textarea{
    width: 100%;
    height: 180px;
    border: 1px solid #DBDBDB;
    background: #EFEFEF;
    font-size: 16px;
    margin-bottom: 10px;
    color: #454545;
    border-radius: 3px;
    padding: 3px 15px;
}
.contact_faq_form_input textarea:focus{
    border: 1px solid #FEBE20;
    outline: 0;
    box-shadow: none;
}
.contact_faq_form_input{
    margin-top: 35px;
}
.contact_mapiframe iframe{
    height: 460px;
}
.contact_faq_accordion_inner .accordion-button:first-child{
    /* border-top: 1px solid #CDCDCD */
}
.row_faq_inner{
    margin-top: 60px;
}

.accordion-item{
    background: transparent !important;
}

/***FAQs****/
.sk_toggle .sk_box:not(:first-child){
    border-top: 1px solid #ffffffb2;
}
.sk_toggle .sk_box:last-child{
    border-bottom: 1px solid #ffffffb2;
}
.sk_toggle .sk_box .sk_ques{
    padding: 40px 0;
}
.sk_toggle .sk_box .sk_ans{
    padding-bottom: 40px;
}
.sk_toggle .sk_box .sk_ques .subheading{
    font: normal 500 20px 'Inter', serif;
    line-height: 26px;
    color: #fff;
    position: relative;
}
.sk_toggle .sk_box .sk_ques .subheading::before{
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: inherit;
    color: #fff;
    position: absolute;
    right: 0;
}
.sk_toggle .sk_box.opened .sk_ques .subheading::before{
    content: '\f077';
}
/**CONTACT_PAGE_ENDS**/

.grid-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}

.categorygrid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

/**BLOG_DETAILS_PAGE_STARTS**/
.gallery_images_blog_details{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.gallery_images_blog_details img{
    width: 100%;
    height: 255px;
    object-fit: cover;
}
.blog_details_main_img{
    width: 100%;
    height: 520px;
    margin-bottom: 18px;
}
.blog_details_main_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_details_sub_heading {
	/* font-family: "Playfair Display", serif; */
	font-size: 40px;
	color: #ffffff;
	font-weight: 400;
	line-height: 48px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.blog_details_testimonial_box{
    border: 1px solid #CDCDCD;
    border-radius: 8px;
    padding: 50px;
    margin-top: 105px;
    margin-bottom: 45px;
}
.blog_testimonial_paragraph{
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    padding-right: 80px;
}
.blog_details_client_box{
    display: flex;
    gap: 15px;
    margin-top: -100px;
    margin-bottom: 20px;
}
.blog_date_name_year {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}
.blog_details_client_box .blog_date_name_year{
    padding-top: 15px;
}
.share_textimonial_img{
    text-align: right;
}
.blog_details_client_icon{
    width: 114px;
    height: 100px;
    flex-shrink: 0;
}
.blog_details_client_icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.blog_details_recent_post_box{
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 15px;
    background: #022035;
}
.recent_heading {
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	text-transform: capitalize;
	margin-bottom: 22px;
}
.recent_post_single_box{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.recent_img{
    width: 97px;
    height: 84px;
    flex-shrink: 0;
}
.recent_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent_post_admin_year {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 2px;
}
.recent_post_blog_heading {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-bottom: 4px;
}
.recent_post_btn {
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.3;
	display: inline-block;
	text-decoration: underline;
}
.recent_post_btn:hover {
	color: #E7242B;
	text-decoration: underline;
}
.gallery_images_blog_details_right{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; 
}
.gallery_images_blog_details_right img{
    width: 100%;
    height: 90px;
    object-fit: cover;  
}
.blog_details_page_right_section{
    padding-left: 50px;
    position: sticky;
    top: 100px;
}
.searchWrap {
    position: relative;
    z-index: 1;
}
.searchWrap i {
    position: absolute;
    top: 50%;
    z-index: 1;
    color: #8D8D8D;
    left: 15px;
    transform: translateY(-50%);
}
.search_right_blog_details input {
	width: 100%;
	border-radius: 3px;
	background: #ffffff;
	border: 1px solid #F1F1F1;
	font-size: 17px;
	height: 50px;
	padding: 3px 15px 3px 40px;
	color: #022035;
}
.search_right_blog_details input:focus{
    background: #022035;
    border: 1px solid #E7242B;
    color: #ffffff;
    outline: 0;
    box-shadow: none;
}
.search_right_blog_details input::placeholder{
    font-size: 17px;
    color: #8D8D8D;
}
.search_right_blog_details{
    margin-bottom: 15px;
}
/**BLOG_DETAILS_PAGE_ENDS**/

/* HOME SERVICE  */
.home_service .serviceslide .owl-nav {
    position: absolute;
    top: -13%;
    right: 0;
}
.home_service .serviceslide .owl-nav .owl-prev, .home_service .serviceslide .owl-nav .owl-next{
    width: 50px;
    height: 50px;
    background: #FFD6D7 !important;
    border-radius: 5px;
    color: #E7242B !important;
    margin-left: 10px;
    font-size: 20px;
}
.home_service .serviceslide .owl-nav .owl-prev:hover, .home_service .serviceslide .owl-nav .owl-next:hover{
    width: 50px;
    height: 50px;
    background: transparent !important;
    border-radius: 5px;
    color: #E7242B !important;
    margin-left: 10px;
    font-size: 20px;
}
/* HOME SERVICE  */

/* HOW WE WORK  */
.work_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.work_grid .workbox{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    text-align: center;
    padding: 0 80px;
    position: relative;
}
.work_grid .workbox:not(:last-child):before{
    content: '';
    background: url('../images/point_arrow.png') no-repeat center;
    width: 100%;
    height: 28px;
    position: absolute;
    top: 30%;
  left: 50%;
}
.work_grid .workbox figure{
    width: 190px;
    height: 210px;
    margin: 0 auto;
}
.work_grid .workbox .title{
    font: normal 800 24px 'Inter', serif;
    line-height: 30px;
    color: #fff;
}
.work_grid .workbox .editor{
    font: normal 400 16px 'Poppins', serif;
    line-height: 26px;
    color: #fff;
}
/* HOW WE WORK  */

/* PROJECT AFTER BEFORE  */
.project_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.workbox-slide {
    position: relative;
    width: 100%;
    height: 410px;
    border: 4px solid #E7242B;
    border-radius: 20px;
  }
.workbox-slide .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 900px 100%;
    border-radius: 20px;
  }
  .workbox-slide .foreground-img {
    width: 50%;
  }
  .workbox-slide .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .workbox-slide .slider:hover {
    background: transparent;
  }
  .workbox-slide .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 410px;
    background: white;
    cursor: pointer;
  }
  .workbox-slide .slider::-moz-range-thumb {
    width: 6px;
    height: 400px;
    background: white;
    cursor: pointer;
  }
  .workbox-slide .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .workbox-slide .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
  }
  .workbox-slide .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
  }
  .workbox-slide::before{
    --visiblity:1;
    content: 'BEFORE';
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    color: #000;
    position: absolute;
    top: 5%;
    left: 2%;
    z-index: 1;
    visibility: var(--visiblity);
    transition: all 300ms ease-in;
  }
  .workbox-slide.current.left::before{
    visibility: 0;
    opacity: 0;
    transition: all 300ms ease-in;
  }
  .workbox-slide::after{
    content: 'AFTER';
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    color: #000;
    position: absolute;
    top: 5%;
    right: 2%;
    z-index: 1;
    transition: all 300ms ease-in;
  }
  .workbox-slide.current.right::after{
    visibility: 0;
    opacity: 0;
    transition: all 300ms ease-in;
  }
/* PROJECT AFTER BEFORE  */

/* CALL TO ACTION  */
.Call_to_action {
    padding: 130px 0;
}
.Call_to_action .heading{
    font: normal 700 44px 'Inter', serif;
    line-height: 54px;
    color: #001524;
    margin-bottom: 30px;
}
.Call_to_action a{
    font: normal 700 36px 'Inter', serif;
    line-height: 54px;
    color: #E7242B;
}
/* CALL TO ACTION  */

/* NEWSLETTER */
.newsletter{
    background: url('../images/newsletter_background.png') center;
    color: #fff;
    padding: 50px 0;
}
.newsletter .row{
    align-items: center;
}
.newsletter .tnp-field-email label{
    display: none;
}
.newsletter .tnp-subscription form{
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: end;
}
.newsletter .tnp-subscription form .tnp-field-email input{
    width: 400px;
    height: 60px;
    border-radius: 6px;
    outline: none;
    border: none;
    padding: 10px;
}
.newsletter .tnp-subscription form .tnp-field-button .tnp-submit {
	height: 60px;
	font: normal 600 16px 'Inter', serif;
	background: #001524;
	color: #fff;
	border-radius: 6px;
	width: 130px;
	padding-right: 20px;
    border-color: transparent;
}
.newsletter .tnp-subscription form .tnp-field-button .tnp-submit:hover{
    border-color: #fff;
    background: transparent;
    transition: .3s;
}
.newsletter .tnp-subscription form .tnp-field-button{
    position: relative;
}
.newsletter .tnp-subscription form .tnp-field-button::before {
	content: '\f1d8';
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 13px;
	position: absolute;
	right: 15px;
	top: 16px;
}
/* NEWSLETTER */

/* SERVICE DETAILS  */
.service_details_section .service_content{
    min-height: 500px;
}
.service_details_section .service_content .service_details_main_img{
    width: 630px;
    height: 485px;
    margin: 0 20px 20px 0;
    float: left;
}
.service_details_section .service_content .service_details_main_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.gallery_grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.gallery_grid img{
    width: 100%;
    height: 100%;
}
.gallery_grid .lightbox{
    height: 260px;
}
.service_content_list {
    margin: 40px 0;
}
.service_content_list .service_details_sub_heading{
    font: normal 500 32px 'Inter', serif;
    line-height: 38px;
    margin-bottom: 20px;
    color: #fff;
}
.service_content_list .paragraph{
    margin-bottom: 30px;
}
.service_content_list .paragraph ul li{
    margin-bottom: 10px;
}
/* SERVICE DETAILS  */

/* CONTECT PAGE  */
.form-wrap {
	border: 1px solid #BCBCBC;
	border-radius: 10px;
	background: #022035;
	padding: 60px 50px;
}
.form-wrap .form-control, .form-wrap .wpcf7-form-control, .form-wrap .comment-form :is(input, textarea, select){
    background: #fff;
    color: #222;
    caret-color: #222;
}
.form-wrap .formLabel-wrap label{color: #74757B;}
/* CONTECT PAGE  */
.faq .contact_faq_box{padding-right: 0;}

.thankyouSection_wrapper figure{
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

select option {
    /* color: #000; */
    /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); */
  }

.start_top, .start_bottom{position: relative;}
.start_top::before{
    content: '';
    background: url('../images/starts.png') no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
	height: 70px;
	background-size: contain;
}
.start_bottom::after {
	content: '';
	background: url('../images/starts.png') no-repeat center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background-size: contain;
}
.disk{position: relative;}
.disk::before{
    content: '';
	background: url('../images/disk.png') no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 250px;
	background-size: contain;
}
.btn_wrap{
    margin-top: 30px;
}

.home_aboutUs .about-text ul{
    padding-bottom: 20px;
}
.home_service .serviceslide .owl-nav .owl-next {
	right: 0;
}
.home_service .serviceslide .owl-nav .owl-prev {
	left: auto;
	right: 60px;
}

.blog_slide_date li:first-child:before {
	content: '|';
	position: absolute;
	right: 0;
}
.rj_map{
    margin-bottom: -10px;
}
.reviewbox {
    background: #fff;
  height: 100%;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px 0 0 10px;
  width: 60px;
}
.rewview_wrap{
    display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
  row-gap: 20px;
}
.reviewbox .deskimg{display: block;}
.reviewbox .mobileimg{display: none;}

.project_section .cmn_white_heading {padding-top: 50px;}
.project_grid .projectname {
	text-align: center;
	display: inline-block;
	background: #fff;
	color: #222;
    font-weight: 600;
	border-radius: 6px;
	margin-top: 8px;
	width: auto;
	margin: 0 auto;
	padding: 0 10px;
}
.project_grid .item{
display: flex;
flex-direction: column;
align-items: center;
row-gap: 8px;
}