/* @import url('http://example.com/example_style.css'); */


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */

/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box;
}

:root{
	--containerw: calc((100vw - 1490px) / 2);
}

html{
	font-size: 1rem;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container {
	float: none;
	max-width: 1490px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

img{
    max-width: 100%;
    height: auto;
}

a { 
    text-decoration: none;
    outline: none;
    color: #000;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
a:hover, a:focus { 
    text-decoration: none;
    outline: none;
    color: #F47A1F; 
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #FCE620;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #FCE620;
  text-shadow: none;
}


/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
    margin: 0 0 15px;
} 
p:last-child{
    margin: 0;
}
small {}
strong {
    font-weight: 700;
}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0 15px;
    font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}


h1 {
    font-size: 60px;
	line-height: 1.2;
}
h2 {
    font-size: 50px;
	line-height: 1.2;
}
h3 {
    font-size: 35px;
	line-height: 1.2;
}
h4 {
    font-size: 30px;
	line-height: 1.2;
}
h5 {
    font-size: 28px;
	line-height: 1.2;
}
h6 {
    font-size: 24px;
	line-height: 1.4;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


.cmn_padd{
    padding-top: 50px;
    padding-bottom: 50px;
}
.cmn_padd_top{
	padding-top: 50px;
	padding-bottom: 0;
}
.cmn_padd_bottom{
	padding-bottom: 50px;
	padding-top: 0;
}
.cmn_btn{
    background: #F47A1F;
    display: inline-block;
    padding: 15px 50px 15px;
    text-transform: uppercase;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
    color: #fff;
    position: relative;
	text-align: center;
	white-space: normal;
	z-index: 1;
	border: 1px solid #F47A1F;
	border-radius: 0;
}
.cmn_btn:hover{
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.alm-btn-wrap .alm-load-more-btn {
    background: #000 !important;
    display: inline-block !important;
    padding: 15px 50px 15px !important;
    text-transform: uppercase !important;
	font-size: 18px !important;
	line-height: 1 !important;
	font-weight: 400 !important;
    color: #fff !important;
    position: relative !important;
	text-align: center !important;
	white-space: normal !important;
	z-index: 1 !important;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	height: auto !important;
}
.alm-btn-wrap .alm-load-more-btn:hover{
	background-color: #F47A1F !important;
	border-color: #F47A1F !important;
	color: #fff !important;
}
a.cmn_btn.cmn_btn_blk {
    border-radius: 5px;
    background: #000;
    color: #fff;
    border-color: #000;
}
a.cmn_btn.cmn_btn_blk:hover {
    background: #F68B56;
    color: #000;
    border-color: #000;
}


.ubhide {
  display: none;
}
.ubhidden_item{
	display: none !important;
}
.pg_cntwrap {
    color: #000;
}
.top_title {
    margin-bottom: 50px;
}
.top_title h2 {
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.5px;
    margin: 0;
}
.top_title h2 strong {
    color: #F47A1F;
}

.top_title p {
    margin: 20px 0 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

.custom_header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
	padding: 25px 0 0;
}
.custom_header .ct_row {
    display: flex;
    flex-wrap: wrap;
}
.custom_header .ct_row .header_logo {
    width: 220px;
}
.custom_header .ct_row .header_cnt {
    width: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.custom_header .header_cnt .htop ul.conlist {
    list-style: none;
    margin: 0;
    padding: 0 0 25px;
}
.custom_header .header_cnt .htop ul.conlist li {
    display: inline-block;
    vertical-align: middle;
}
.custom_header .header_cnt .htop ul.conlist li span.icon {
    margin-right: 10px;
}
.custom_header .header_cnt .htop ul.conlist li:not(:last-child) {
	padding-right: 20px;
	margin-right: 18px;
	border-right: 1px solid #000;
}
.custom_header .header_cnt .htop ul.conlist li a{
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.36px;
}
.custom_header .header_cnt .htop ul.conlist li a:hover{
	color: #F47A1F;
}
.custom_header .header_cnt .hbottom .hsocialicon {
    margin-right: 25px;
}
.custom_header .header_cnt .hbottom .hsocialicon ul.social_icon {
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom_header .header_cnt .hbottom .hsocialicon ul.social_icon li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    border-right: 1px solid #585858;
}
.custom_header .header_cnt .hbottom .hsocialicon ul.social_icon li:last-child {
    border: 0 none;
}
.custom_header .header_cnt .hbottom .hsocialicon ul.social_icon li:first-child {
    padding-right: 20px;
}
.custom_header .header_cnt .hbottom .hsocialicon ul.social_icon li a {
    color: #fff;
    font-size: 22px;
}
.custom_header .header_cnt .hbottom .hsocialicon ul.social_icon li a:hover {
	color: #F47A1F;
}
.custom_header .header_cnt .hbottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    background: #000;
}
.custom_header .header_cnt .hbottom .hbtn a.cmn_btn {
    font-weight: 900;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    padding: 20px 35px;
}
.custom_header .header_cnt .hbottom .hmenu {
    padding-right: 130px;
}
.custom_header .hbottom .hmenu .primary-menu-container > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom_header .hbottom .hmenu .primary-menu-container > ul > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
	margin: 0 15px;
}
.custom_header .hbottom .hmenu .primary-menu-container > ul > li > a{
	color: #FFF;
}
.custom_header .hbottom .hmenu .primary-menu-container ul li.current-menu-item a,
.custom_header .hbottom .hmenu .primary-menu-container > ul > li > a:hover {
	color: #F47A1F;
}


/*=== Social Icon ===*/

ul.social_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social_list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
ul.social_list li a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
	border: 1px solid #F68B56;
	background-color: #F68B56;
}
ul.social_list li a:hover{
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}
ul.social_list li:nth-child(1) a:hover{
	background-color: #1E4FAD;
	border-color: #1E4FAD;
} 
ul.social_list li:nth-child(3) a:hover{
	background-color: #007AB5;
	border-color: #007AB5;
}
ul.social_list li:nth-child(2) a:hover{
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	border-color: #d6249f;
}
ul.social_list li:nth-child(4) a:hover{
	background-color: #1DA1F2;
	border-color: #1DA1F2;
} 

/*=== Testimonial Section Css ===*/

.kir_reviews_sec {
    background: #F9F9F9;
    padding: 50px 0 120px;
	position: relative;
}
.kir_reviews_sec .rev_slider_inner {
    position: relative;
    padding-left: 200px;
    padding-right: 100px;
}
.kir_reviews_sec .rev_slider_inner .rev_slider_mcnt {
    position: relative;
}
.kir_reviews_sec .rev_slider_inner .rev_slider_mcnt a.slidenav {
    width: 83px;
    height: 83px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    border-radius: 100%;
}
.kir_reviews_sec .rev_slider_inner .rev_slider_mcnt a.slidenav.bslide_prev {
    left: -50px;
}
.kir_reviews_sec .rev_slider_inner .rev_slider_mcnt a.slidenav.bslide_next {
    right: -50px;
}
.kir_reviews_sec .rev_leftimg {
    position: absolute;
    left: 0;
    top: 140px;
    width: 40%;
    height: calc(100% - 200px);
    background-size: cover;
    background-position: center center;
}
.kir_reviews_sec .kir_reviews_inn {
    position: relative;
    z-index: 1;
}
.kir_reviews_sec .kir_reviews_inn .owl-item .rev_items_wrap {
    background-color: #fff;
    padding: 100px 45px 45px;
	background-image: url(../images/bquote.png);
	background-position: right 50px top 30px;
	background-repeat: no-repeat;
}
.kir_reviews_sec .kir_reviews_inn .owl-item .rev_items_wrap .star_reviews {
    font-size: 20px;
    margin: 0 0 20px;
}
.kir_reviews_sec .kir_reviews_inn .owl-item:nth-child(even) .rev_items_wrap {
    background-color: #F47A1F;
	color: #fff;
	background-image: url(../images/wquote.png);
	background-position: right 50px top 30px;
	background-repeat: no-repeat;
}
.kir_reviews_sec .kir_reviews_inn .owl-item:nth-child(odd) .rev_items_wrap .star_reviews{
	color: #F47A1F;
}
.kir_reviews_sec .kir_reviews_inn .owl-item .rev_items_wrap .srt_des{
	margin-bottom: 50px;
}
.kir_reviews_sec .kir_reviews_inn .owl-item .rev_items_wrap p{
	line-height: normal;
}
.kir_reviews_sec .kir_reviews_inn .owl-item .rev_items_wrap .rev_title_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.kir_reviews_sec .kir_reviews_inn .owl-item .rev_items_wrap .rev_title_wrap img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin-right: 20px;
}
.kir_reviews_sec .kir_reviews_inn .owl-item .rev_items_wrap .rev_title_wrap h5 {
    color: #F47A1F;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.kir_reviews_sec .kir_reviews_inn .owl-item:nth-child(even) .rev_items_wrap .rev_title_wrap h5 {
	color: #fff;
}
.kir_reviews_sec .kir_reviews_inn .owl-item .rev_items_wrap .rev_title_wrap p {
    color: #000;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 5px;
}
.kir_reviews_sec .kir_reviews_inn .owl-item .rev_items_wrap .rev_title_wrap p:last-child{
	margin: 0;
}

/*=== Single Contact Stripe Css ===*/

.kir_singlecon_stripe {
    padding: 145px 0 144px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.kir_singlecon_stripe:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0 0 0 / 70%);
}
.kir_singlecon_stripe:after {
    content: "";
    position: absolute;
    right: 20%;
    top: -120px;
    height: 550px;
    width: 320px;
    background-color: rgba(255 220 193 / 12%);
    transform: rotatez(25deg);
}
.kir_singlecon_stripe > .container {
    position: relative;
    z-index: 5;
    max-width: 1360px;
}
.kir_singlecon_stripe .singlecon_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kir_singlecon_stripe .singlecon_wrap .contxt {
    padding-right: 35px;
}
.kir_singlecon_stripe .singlecon_wrap .contxt h3 {
    color: #FFF;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
    margin: 0;
}

/*=== Contact Stripe Css ===*/

.kir_constripe {
    background-color: #F9F9F9;
    padding: 50px 0;
}
.kir_constripe .csr_inn {
    display: flex;
    align-items: center;
}
.kir_constripe .csr_inn .csr_icon {
    width: 93px;
    height: 76px;
    background: #F47A1F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kir_constripe .csr_inn .csr_cnt {
    width: calc(100% - 93px);
    padding-left: 15px;
}
.kir_constripe .csr_inn .csr_cnt strong {
    color: #F47A1F;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    display: block;
    margin-bottom: 18px;
}
.kir_constripe .csr_inn .csr_cnt p {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
}
.kir_constripe.kir_constripecontact > .container > .row {
    justify-content: center;
}

/* ==========================================================================
   Footer
   ========================================================================== */


.main_footer {
    background: rgba(0, 0, 0, 0.88);
    padding: 0;
    color: #fff;
}
.main_footer .footertop {
    padding: 75px 0;
    border-bottom: 1px solid #fff;
}
.footer_logo {
    margin-bottom: 15px;
}
.main_footer .fsubsdes p,
.main_footer .fdes p {
    color: #FFF;
    font-size: 16px;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.8px;
}
.main_footer .fw_title h6 {
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}
.main_footer .fw_title h6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: #F47A1F;
}
.fmenu_item ul.footer-navigation-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fmenu_item ul.footer-navigation-wrapper li {
    display: block;
    padding: 0;
    margin: 0 0 22px;
}
.fmenu_item ul.footer-navigation-wrapper li:last-child {
    margin: 0;
}
.fmenu_item ul.footer-navigation-wrapper li a {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.9px;
}
.foo_widgets.foo_widgets_loc .fmenu_item ul.footer-navigation-wrapper li a strong,
.fmenu_item ul.footer-navigation-wrapper li.current-menu-item a,
.fmenu_item ul.footer-navigation-wrapper li a:hover{
	color: #F47A1F;
}

.main_footer .fsubsdes{
	margin-bottom: 30px;
}
.main_footer .fnewsform{
	margin-bottom: 35px;
}
.main_footer .fnewsform form .gjs-row:first-child {
    display: none;
}
.main_footer .fnewsform form .gjs-row {
    margin: 0 !important;
}
.main_footer .fnewsform form .es-form-field-container {
    background: #fff;
    border-radius: 6px;
    position: relative;
}
.main_footer .fnewsform form .es-form-field-container .gjs-row:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 100%;
    display: block;
}
.main_footer .fnewsform form .es-form-field-container .gjs-row input[type="email"] {
    position: relative;
    background: #fff;
    border: 0 none;
    height: 45px;
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    border-radius: 5px;
    padding: 10px 100px 10px 15px;
    margin: 0;
}
.main_footer .fnewsform form .es-form-field-container .gjs-row:last-child input[type="submit"] {
    border-radius: 5px;
    background: #F47A1F;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    padding: 10px 12px;
    width: 100%;
    height: 45px;
}
.main_footer .fnewsform form .es-form-field-container .gjs-row:last-child input[type="submit"]:hover{
	background: #000;
}
.foosocialicon ul.social_icon {
    list-style: none;
    margin: 0;
    padding: 0;
}
.foosocialicon ul.social_icon li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.foosocialicon ul.social_icon li:last-child {
    margin: 0;
}
.foosocialicon ul.social_icon li a {
    background: #F47A1F;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}
.foosocialicon ul.social_icon li:nth-child(1) a:hover{
	background-color: #1E4FAD;
} 
.foosocialicon ul.social_icon li:nth-child(3) a:hover{
	background-color: #007AB5;
}
.foosocialicon ul.social_icon li:nth-child(2) a:hover{
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.developed_bylogo {
    margin-top: 35px;
}

/*=== Footer Bottom Css ===*/

.main_footer .footer_copyright {
    background: #000;
    padding: 25px 0;
}
.main_footer .footer_copyright p {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.32px;
}



/* ==========================================================================
   Forms
   ========================================================================== */
   
 
   
   


/* All Global Forms
   ========================================================================== */


/* Labels */

body label {
    margin: 0 0 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}



/* One Line Inputs */


body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    background-color: transparent;
    padding: 10px 15px;
    height: auto;
    min-height: auto;
    line-height: 1;
    border: 1px solid #000000;
    margin-bottom: 20px;
    border-radius: 0;
    color: #000;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 15px;
    outline: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}


body textarea.form-control{
    height: 145px;
    resize: none;
	border-radius: 0;
	background-color: transparent;
}
body select.form-control {
    appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    -o-appearance: auto;
    -webkit-appearance: auto;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: #000;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */

body input[type="radio"] {}
body input[type="checkbox"] {}





/* Placeholder Text */
.form-control::-webkit-input-placeholder { /* Webkit Browsers */
   color: #c8c8c8 !important;
   opacity: 1; 
}
.form-control:-moz-placeholder { /* Firefox 18- */
   color: #c8c8c8 !important;
   opacity: 1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
   color: #c8c8c8 !important;
   opacity: 1;
}
.form-control:-ms-input-placeholder { /* IE10 */
   color: #c8c8c8 !important;
   opacity: 1;
}



/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

.alm-btn-wrap button.blogload_more,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #F68B56;
    border-radius: 5px;
    width: auto;
    padding: 14px 50px 15px;
    font-family: 'Inter', sans-serif;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
    white-space: normal;
	text-transform: uppercase;
    border: 0 none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
	display: block;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.alm-btn-wrap button.blogload_more:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background: #57585A;
    color: #fff;
}

.alm-btn-wrap button.blogload_more:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    background: #57585A;
    color: #fff;
}

.alm-btn-wrap button.blogload_more{
	display: inline-block;
	background: #38B6FF !important;
	font-size: 1.125rem;
}
.alm-btn-wrap button.blogload_more:hover{
	background: #145CA4 !important;
}


.wpcf7-not-valid-tip {
    position: relative;
    top: -12px;
}
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border: 0 none;
    color: #f00;
    margin: 20px 0 30px;
    padding: 0;
}

/*=== Latest Articles Section Css ===*/

.kir_larticles_sec {
    padding: 50px 0;
}
.kir_larticles_slider .thumbpost_right {
	padding-left: 50px;
	padding-top: 40px;
    padding-bottom: 40px;
	position: relative;
}
.kir_larticles_slider .thumbpost_right .tmbpost_item {
    margin: 10px 0;
}
.kir_larticles_slider .thumbpost_right .tmbpost_inn {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.kir_larticles_slider .thumbpost_right .tmbpost_inn .tmbpost_img {
	width: 130px;
    height: 90px;
    overflow: hidden;
}
.kir_larticles_slider .thumbpost_right .tmbpost_inn .tmbpost_img img {
    width: 130px;
    height: 90px;
    object-fit: cover;
    object-position: center center;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}
.kir_larticles_slider .thumbpost_right .tmbpost_inn:hover .tmbpost_img img {
    transform: scale(1.2);
}
.kir_larticles_slider .thumbpost_right .tmbpost_inn .tmbpost_cnt {
    width: calc(100% - 130px);
    padding-left: 12px;
	padding-right: 50px;
}
.kir_larticles_slider .thumbpost_right .tmbpost_inn .tmbpost_cnt h6 {
    color: #F47A1F;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.kir_larticles_slider .thumbpost_right .tmbpost_inn .tmbpost_cnt h6 a {
    color: #F47A1F;
}
.kir_larticles_slider .thumbpost_right .tmbpost_inn .tmbpost_cnt h6 a:hover {
    color: #000;
}
.kir_larticles_slider .thumbpost_right .tmbpost_inn .tmbpost_cnt p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.kir_larticles_slider .thumbpost_right a.slidenav {
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    background: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 10;
}
.kir_larticles_slider .thumbpost_right a.slidenav:hover{
	background: #F47A1F;
}
.kir_larticles_slider .thumbpost_right a.slidenav.gslide_prev {
    top: 50px;
}
.kir_larticles_slider .thumbpost_right a.slidenav.gslide_next {
    bottom: 50px;
}
.kir_larticles_slider .mainpost_blk {
    padding-right: 50px;
    border-right: 2px solid #000;
}
.kir_larticles_slider .mainpost_blk .mpost_inn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	cursor: pointer;
}
.kir_larticles_slider .mainpost_blk .mpost_inn .mpost_img {
    width: 385px;
    height: 415px;
    overflow: hidden;
    position: relative;
}
.kir_larticles_slider .mainpost_blk .mpost_inn .mpost_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}
.kir_larticles_slider .mainpost_blk .mpost_inn:hover .mpost_img img {
    transform: scale(1.2);
}
.kir_larticles_slider .mainpost_blk .mpost_inn .mpost_cnt {
    width: calc(100% - 385px);
    padding-left: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.kir_larticles_slider .mainpost_blk .mpost_inn .mpost_cnt h2 {
    font-weight: 700;
    line-height: 60px; /* 120% */
    letter-spacing: 1px;
    margin: 0 0 15px;
}
.kir_larticles_slider .mainpost_blk .mpost_inn .mpost_cnt h2 a {
    color: #000;
}
.kir_larticles_slider .mainpost_blk .mpost_inn:hover .mpost_cnt h2 a {
    color: #F47A1F;
}
.kir_larticles_slider .mainpost_blk .mpost_inn .mpost_cnt p {
    line-height: normal;
    margin-bottom: 35px;
}



/*========== Home Page Css ==========*/

.main_hbanner {
    height: 100vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 325px 0 225px;
	display: table;
}
.main_hbanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba( 0 0 0 / 50%);
}
.main_hbanner .bann_inn {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.main_hbanner .bann_inn .container {
	max-width: 1084px;
}
.main_hbanner .banner_caption {
    text-align: center;
}
.main_hbanner .banner_caption h1 {
    color: #FFF;
    font-weight: 700;
    line-height: 60px; 
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.main_hbanner .banner_caption h1 strong {
    color: #F47A1F;
    display: block;
}
.main_hbanner .banner_caption p {
    color: #FFF;
    font-size: 18px;
    line-height: 25px;
}
.main_hbanner .banner_caption .banncnt {
    margin-bottom: 35px;
}

/*=== Service and Experience section Css ===*/

.kir_serexp {
	padding: 0 0 50px;
	position: relative;
	z-index: 1;
}
.kir_serexp .container {
    max-width: 1200px;
}
.serexp_wrap {
    display: flex;
    flex-wrap: wrap;
	margin-top: -75px;
}
.serexp_wrap .exp_sec {
    width: 33.333%;
    background: #F47A1F;
    padding: 50px 35px;
    color: #fff;
	display: flex;
    align-items: center;
}
.serexp_wrap .ser_sec {
    width: 66.6666%;
}
.serexp_wrap .ser_sec .ser_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.serexp_wrap .exp_sec h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px; 
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.serexp_wrap .exp_sec .exp_year {
    color: #000;
    font-size: 150px;
    font-weight: 700;
    line-height: 1; 
    letter-spacing: 3px;
    text-transform: uppercase;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item {
    width: 50%;
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
	padding: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(40, 40, 40, 0.50);
}
.serexp_wrap .ser_sec .ser_wrap .ser_item .hover_cnt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(244, 122, 31, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	z-index: 0;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item:hover .hover_cnt{
	opacity: 1;
	z-index: 5;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item .hover_cnt .hover_cnt_inn {
    position: relative;
    height: 100%;
    overflow-y: auto;
    color: #fff;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item .stitle {
    position: relative;
    z-index: 2;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item:hover .stitle{
	opacity: 0;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item .stitle h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin: 0;
	color: #fff;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item .stitle h6 a {
    color: #fff;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item .hover_cnt .sericon {
    margin-bottom: 25px;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item .hover_cnt h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item .hover_cnt h6 a {
    color: #fff;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item .hover_cnt p {
    color: #FFF;
    letter-spacing: 0.9px;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item .hover_cnt a.more {
	font-size: 30px;
	line-height: 1;
	color: #fff;
}
.serexp_wrap .ser_sec .ser_wrap .ser_item .hover_cnt a.more:hover {
	color: #000;
}


/*=== About Us Section Css ===*/

.kir_about_sec {
    padding: 75px 0;
	background: url(../images/about-bg.png);
	background-size: cover;
	background-position: center center;
}
.kir_about_sec .row {
    align-items: center;
}
.abcnt_wrap .top_title {
    margin: 0 0 10px;
}
.abcnt_wrap .cont p {
    letter-spacing: 0.9px;
}
.abcnt_wrap .cont {
    margin-bottom: 50px;
}

/*=== Guidance Section css ===*/

.kir_guidance_sec {
    padding: 75px 0 0;
    background: url(../images/guidance-bg.png);
    background-size: cover;
    background-position: center center;
	color: #fff;
}
.kir_guidance_sec .guidance_wrap {
    display: flex;
    flex-wrap: wrap;
	padding-right: var(--containerw);
}
.kir_guidance_sec .guidance_wrap .guidance_img {
    width: 35%;
}
.kir_guidance_sec .guidance_wrap .guidance_img img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.kir_guidance_sec .guidance_wrap .guidance_cnt_wrap {
    width: 65%;
    padding-left: 45px;
}
.kir_guidance_sec .guidance_wrap .guidance_cnt_wrap .guidance_item {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    display: flex;
}
.kir_guidance_sec .guidance_wrap .guidance_cnt_wrap .guidance_item .guidance_srno {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 40px;
}

.kir_guidance_sec .guidance_wrap .guidance_cnt_wrap .guidance_item  .guidance_icon {
    width: 100px;
    padding-left: 30px;
}
.kir_guidance_sec .guidance_wrap .guidance_cnt_wrap .guidance_item  .guidance_cnt {
    width: calc(100% - 140px);
    padding-left: 20px;
}
.kir_guidance_sec .guidance_wrap .guidance_cnt_wrap .guidance_item .guidance_cnt h4 {
    color: #F47A1F;
    letter-spacing: 0.6px;
    margin: 0 0 15px;
}

/*=== Specification Section Css ===*/

.kir_spec_sec {
    padding: 20px 0;
}
.kir_spec_sec .ub_specitem {
    position: relative;
    padding: 20px;
    text-align: center;
}
.kir_spec_sec .ub_specitem .number {
    color: #F7F7F7;
    font-size: 140px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 11.52px;
}
.kir_spec_sec .ub_specitem .txt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 5.6px;
}
.kir_spec_sec .kircount_col:not(:last-child) .ub_specitem:after {
    content: "";
	width: 4px;
	height: 133px;
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
	background: #FBFBFB;
}

/*=== Project Section Css ===*/

.kir_project_sec {
    padding: 50px 0 10px;
}
.grid-sizer {
    width: 25%;
}
.kir_project_sec .project_item {
    padding: 10px;
}
.kir_project_sec .project_item .project_item_inn {
    height: 465px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.kir_project_sec .project_item:nth-child(2) .project_item_inn,
.kir_project_sec .project_item:nth-child(4) .project_item_inn,
.kir_project_sec .project_item:nth-child(8) .project_item_inn,
.kir_project_sec .project_item:nth-child(9) .project_item_inn {
	height: 300px;
}
.kir_project_sec .project_item .project_item_inn img.fpimg{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.kir_project_sec .viewall_btn {
    padding-top: 50px;
}
.kir_project_sec .project_item .project_item_inn .content-overlay {
  background: rgba(244, 122, 31, 0.88);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.kir_project_sec .project_item .project_item_inn:hover .content-overlay{
  opacity: 1;
}
.kir_project_sec .project_item .project_item_inn .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.kir_project_sec .project_item .project_item_inn:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.kir_project_sec .project_item .project_item_inn .content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.kir_project_sec .project_item .project_item_inn a{
	color: #fff;
}
.kir_project_sec .project_item .project_item_inn .content-details .icon {
    margin-bottom: 10px;
}
.kir_project_sec .project_item .project_item_inn .content-details .more_link {
    font-size: 30px;
    line-height: 1;
}
.kir_project_sec .project_item .project_item_inn .content-details .more_link a:hover{
	color: #000;
}

/*=== Contact Section Css ===*/

.kir_contact_sec {
    padding: 50px 0 10px;
}

.kir_contact_sec input:not([type="submit"]),
.kir_contact_sec textarea {
    background-color: #F5F5F5;
    border: none;
    padding: 20px;
    margin-bottom: 10px;
}

.kir_contact_sec input[type="submit"] {
    border-radius: 0;
    color: #fff;
}

.kir_contact_sec input[type="submit"]:hover {
    background-color: #000;
}


/*=== Inner Banner Css ===*/

.inner_banner {
    height: 100vh;
    width: 100%;
    padding: 200px 0 50px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: table;
}
.inner_banner .innbann_sec {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.inner_banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0 0 0 / 50%);
}
.inner_banner .innbann_sec h1 {
    color: #FFF;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

/*=== Blog Page Css ===*/


.ccblog_section .blog_items .pro_img {
	max-height: 450px;
    overflow: hidden;
	position: relative;
}
.ccblog_section .blog_items .pro_img img{
	width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
    transition: 0.3s ease-in-out;
    transform: scale(1);
}
.ccblog_section .blog_items:hover .pro_img img{
	transform: scale(1.1);
}
.ccblog_section .blog_items .post_cnt_wrap {
    padding: 20px 0px;
	position: relative;
}
.ccblog_section .blog_items .post_cnt_wrap h5 {
    color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
}
.ccblog_section .blog_items .post_cnt_wrap p {
    font-weight: 400;
    font-weight: 300;
}
.ccblog_section .blog_items .post_cnt_wrap .srt_des {
    margin-bottom: 25px;
}
.ccblog_section .blog_items .post_cnt_wrap .knowmore_wrap a.morelink {
    color: #D9181F;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.ccblog_section .blog_items .post_cnt_wrap .knowmore_wrap a.morelink:hover {
    color: #fff;
}
.ccblog_section.blogpg .alm-listing.ctpost_listwrap{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.ccblog_section.blogpg .alm-listing.ctpost_listwrap > div.blogpost_item {
    padding-left: 15px;
    padding-right: 15px;
}
.ccblog_section.blogpg .alm-btn-wrap {
    margin: 0;
    padding: 0;
}
.alm-btn-wrap .alm-load-more-btn.done {
    display: none !important;
}
.ccblog_section.blogpg .blog_items_wrap {
    margin-bottom: 30px;
}


/*=== Single Post Page Css ===*/

.single-post .inner_banner {
    height: auto;
    padding: 300px 0 100px;
}
.spcmn_padd{
	padding-top: 75px;
	padding-bottom: 75px;
}
.spg_section .kr_cntitem .kr_twocol_cnt {
    background: #F7F7F7;
    position: relative;
}
.spg_section .kr_cntitem .kr_twocol_cnt > .container > .row {
    align-items: center;
}
.spg_section .kr_cntitem .kr_twocol_cnt .cnt {
    padding-right: 30px;
}
.post_sinimg {
    margin-bottom: 45px;
	display: none;
}
.cmn_postcnt p,
.spg_section .kr_cntitem .cnt p {
    letter-spacing: 0.9px;
    margin: 30px 0;
}
.spg_section .kr_cntitem .cnt p:last-child{
	margin-bottom: 0;
}
.spg_section .kr_fw_cnt {
    text-align: center;
}
.spg_section .kr_fw_cnt {
    text-align: center;
}
.spg_section .kr_cntitem:nth-child(even) .kr_twocol_cnt .cntcol {
    order: 2;
}
.spg_section .kr_cntitem:nth-child(even) .kr_twocol_cnt .cntcol .cnt {
    padding-right: 0;
    padding-left: 30px;
}
.spg_section .kr_cntitem .kr_twocol_cnt .pImge img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.spg_section .kr_cntitem .kr_twocol_cnt:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 250px;
	width: 193px;
	background-image: url(../images/dots-bg.png);
	background-size: cover;
	background-position: center center;
}
.spg_section .kr_cntitem .kr_twocol_cnt:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 163px;
	width: 152px;
	background-image: url(../images/bdots.png);
	background-size: cover;
	background-position: center center;
}
.spg_related_post {
    background: #F7F7F7;
}
.spg_related_post .relpost_sec{
	position: relative;
}
.spg_related_post .relpost_sec a.slidenav {
    width: 83px;
    height: 83px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    border-radius: 100%;
}
.spg_related_post .relpost_sec a.slidenav:hover{
	background: #F47A1F;
}
.spg_related_post .relpost_sec a.slidenav.relp_prev {
    left: -50px;
}
.spg_related_post .relpost_sec a.slidenav.relp_next {
    right: -50px;
}
.single-post .kir_reviews_sec {
    background: #fff;
}
.mnpg_cntwrap.cmn_postcnt article {
    max-width: 900px;
    margin: 0 auto;
    background: #F7F7F7;
    padding: 35px 20px;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
}

/*=== Contact Us Page Css ===*/

.con_pgtop_cnt {
    padding-top: 100px;
    padding-bottom: 100px;
}
.cpg_form_wrapper {
    padding-right: 100px;
}
.con_pgtop_cnt .topcnt {
    margin-bottom: 65px;
}
.con_pgtop_cnt .topcnt h5 {
    color: #F47A1F;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-left: 55px;
    position: relative;
    margin: 0 0 10px;
}
.con_pgtop_cnt .topcnt h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #F47A1F;
    transform: translateY(-50%);
}
.con_pgtop_cnt .topcnt h2 {
    color: #151515;
    font-weight: 700;
    margin: 0;
}
.cpg_form_wrapper .form_main form p {
    margin: 0;
}
.cpg_form_wrapper .form_main form br{
	display: none;
}
.cpg_form_wrapper .form_main form input.form-control {
    background: #F5F5F5;
    border: #F5F5F5;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    padding: 20px 25px;
}
.cpg_form_wrapper .form_main form textarea.form-control{
	background: #F5F5F5;
	height: 200px;
	border: #F5F5F5;
	padding: 20px 25px;
}
.cpg_form_wrapper .form_main form input.cmn_btn{
	border: 2px solid #F47A1F;
	background: #F47A1F;
	color: #FFF;
	font-size: 21px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.05px;
	text-transform: uppercase;
	border-radius: 0px;
}
.cpg_form_wrapper .form_main form input.cmn_btn:hover{
	background: #000;
	border-color: #000;
}
.cpg_form_wrapper .form_main form textarea.form-control::-webkit-input-placeholder ,
.cpg_form_wrapper .form_main form input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000 !important;
}
.cpg_form_wrapper .form_main form textarea.form-control::-moz-placeholder ,
.cpg_form_wrapper .form_main form input.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #000 !important;
}
.cpg_form_wrapper .form_main form textarea.form-control:-ms-input-placeholder ,
.cpg_form_wrapper .form_main form input.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #000 !important;
}
.cpg_form_wrapper .form_main form textarea.form-control:-moz-placeholder ,
.cpg_form_wrapper .form_main form input.form-control:-moz-placeholder { /* Firefox 18- */
	color: #000 !important;
}
.con_pgtop_cnt  .cri_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.con_pgtop_cnt .cri_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.10);
}
.con_pgtop_cnt .cri_img svg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.con_pgtop_cnt .cri_img img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

/*=== Service Section Css ===*/

.kir_serexp.kir_serexp_service .serexp_wrap {
    display: block;
    margin: 0;
}
.kir_serexp.kir_serexp_service .serexp_wrap .ser_sec {
    width: 100%;
}
.kir_serexp.kir_serexp_service .serexp_wrap .ser_item {
    width: 100%;
}
.kir_serexp.kir_serexp_service .serexp_wrap .ser_sec .ser_wrap {
    align-items: initial;
    justify-content: initial;
}
.kir_serexp.kir_serexp_service .serexp_wrap .ser_sec .ser_wrap .ser_item{
	height: 500px;
	margin-bottom: 25px;
}
.kir_serexp.kir_serexp_service .serexp_wrap .exp_sec_outer {
    padding-top: 100px;
    padding-bottom: 100px;
}
.kir_serexp.kir_serexp_service .serexp_wrap .exp_sec_outer .exp_inn {
    background: #F47A1F;
    padding: 50px 35px;
    display: flex;
    align-items: center;
}
.kir_serexp.kir_serexp_service .serexp_wrap .exp_sec_outer .exp_inn .exp_year {
    color: #000;
    text-align: center;
    font-size: 150px;
    font-weight: 700;
    line-height: 1; 
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 180px;
}
.kir_serexp.kir_serexp_service .serexp_wrap .exp_sec_outer .exp_inn .exp_innright {
    width: calc(100% - 180px);
    padding-left: 20px;
}
.kir_serexp.kir_serexp_service .serexp_wrap .exp_sec_outer .exp_inn .exp_innright h5 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px; 
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.kir_serexp.kir_serexp_service .serexp_wrap .exp_sec_outer .exp_inn .exp_innright p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.kir_serexp.kir_serexp_service .serexp_wrap .ser_sec .ser_wrap .ser_item .hover_cnt {
    align-items: flex-end;
}
.kir_serexp.kir_serexp_service .serexp_wrap .ser_sec .ser_wrap .ser_item .hover_cnt .hover_cnt_inn {
    height: auto;
    overflow: initial;
}
.kir_serexp.kir_serexp_service .serexp_wrap .ser_sec .ser_wrap .ser_item .stitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.kir_serexp.kir_serexp_service .serexp_wrap .ser_sec .ser_wrap .ser_item .stitle a.more_icon {
    color: #fff;
    font-size: 40px;
    line-height: 1;
}


/*=== About Page Css ===*/

.kir_about_sec.kir_about_sec_pgab {
    background: #F7F7F7;
    position: relative;
}
.kir_about_sec.kir_about_sec_pgab:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 1035px;
	width: 940px;
	background-image: url(../images/dots-ab.png);
	background-size: cover;
	background-position: center center;
}
.kir_about_sec.kir_about_sec_pgab > .container {
    position: relative;
    z-index: 1;
}

/*=== Booking Section Css ===*/

.kir_booking_sec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background: #fff;
}
.kir_booking_sec:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/pgabg.png);
	background-size: cover;
	background-position: center center;
}
.kir_booking_sec > .container{
	position: relative;
	z-index: 1;
}
.kir_booking_sec > .container > .row {
    align-items: center;
}

/*=== Specification Section Css ===*/

.kir_spec_sec.kir_spec_sirpg {
    background: #FBF7F0 url(../images/abcbg.png);
	background-size: cover;
    background-position: center center;
}
.kir_spec_sec.kir_spec_sirpg .ub_specitem .number {
    color: #E6E3DF;
}
.kir_spec_sec.kir_spec_sirpg .kircount_col:not(:last-child) .ub_specitem:after {
    background-color: #E6E3DF;
}
