/*
Theme Name:   bpt-bootstrap-child
Template:     bpt-bootstrap
*/

*{
    font-family: 'Roboto', sans-serif;
}
.p-0{padding:0 !important;}
.m-0{margin:0 !important;}

.header__top{
	padding: 6px 20px;
    background-color: #5a5a5a;
    color: #fff !important;
}

.navbar {
    min-height: auto;
    margin-bottom: 0px !important;
    border: none !important;
}
.navbar-header {
    position: relative;
    vertical-align: middle;
    margin-top: 25px;
}
.header-logo{
	width: 150px;
	height: auto;
}
span.icon.icon_house_alt {
    background: #363636;
    padding: 6px;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}
.icon-red{
    color: #c31515;
}
.social__icon img {
    padding-right: 10px;
}
#req__quote {
    width: 100%;
    text-align: center;
}

.navbar-brand, .navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
}
.responsive--full {
    width: 100%;
    height: 400px;
}
.sidebar__txt:hover {
    text-decoration: none;
}
.sidebar__title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.sidebar__Posh_lexrikai {
    background: #f9f9f9;
    height: auto;
    border-radius: 5px;
    width: 100%;
    padding: 15px 5px 15px 5px;
    border-top: 1px solid #b1b1b1;
}
.nav > li > a {
    position: relative;
    display: block; 
    padding: 15px 30px;
}
.navbar-right {
    float: none!important;
    margin-right: 0px;
    display: flex;
    justify-content: center;
}
.dropdown-toggle:before {
    content: "\f103";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    padding-top: 3px;
    padding-left: 5px;
}
.dropdown-toggle span.caret {
    display: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
    text-align: center;
  }
  .loader::before , .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
  }
  .loader::after{
    border-color: #FF3D00;
    animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
    inset: 6px;
  }

  @keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
      0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
      25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
      50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
      100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
  }
.navbar-nav > li:before{
        position: absolute;
        content: '';
        left: 0px;
        bottom: -1px;
        width: 0%;
        height: 4px;
        opacity: 0;
        background-color: #fff;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;    
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #972727;
    background-image: linear-gradient(to bottom, #363636 0%, #323232 100%);
    background-repeat: repeat-x;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 20px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: left !important ;
    padding: 20px 0px;
}

/* --------------------SLIDER IMAGES SECTION-------------------- */
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
	height: auto;
}
.home_mainslider {
    position: relative;
}
.header__menu {
    z-index: 9;
    position: relative;
    width: 100% !important;
    height: 125px;
}

button.owl-next span {
    position: absolute;
    top: 45%;
    background: #ffffff75;
    border-radius: 50px;
    font-size: 34px;
    right: 20px;
    width: 50px;
    height: 50px;
}
button.owl-prev span {
    position: absolute;
    top: 45%;
    background: #ffffff75;
    border-radius: 50px;
    font-size: 34px;
    left: 20px;
    width: 50px;
    height: 50px;
}
.slider__title {
    font-size: 30px;
	line-height: 1.4;
    font-weight: normal;
}
.slider__title .startup{
    font-size: 7rem;
    font-weight: normal;
    text-transform: uppercase;
}
.slider__box a {
    color: #fff;
	margin-top: 10px;
    padding: 10px 45px;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 14px;
	text-decoration: none;
    border-radius: 50px;
	transition: .4s;
}
.slider__box a:hover {
	background-color: #ffffff;
	color: #094dba;
}
.slider__full{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    z-index: 9;
}
.slider__box {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/* --------------------Sumesh-------------------- */
.msg_success_none{
    display: none;
}

.Queryform {
    max-width: 800px;
    margin: 60px auto;
    border-radius: 1.25rem;
    box-shadow: 0 0.313rem 3.875rem 0 rgb(0 0 0 / 19%);
    background: #f5f5f5;
}

.Queryform h1 {
    padding: 10px 30px;
    background: #282828;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.query-bx {
    padding: 0 25px 30px;
}

.query-bx p {
    font-size: 1.65rem;
	margin-top: 25px;
    color: #b30600;
    padding-bottom: 1.25rem;
}
.Queryform .query-bx .form-group, .typo-column p {
    margin-bottom: 25px;
}

.Queryform .query-bx .form-group .label {
    font-size: 14px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding: 4px 0px;
}

.query-bx .form-group .label sup {
    color: #c00;
    top: -0.2em;
    font-size: 16px;
}

.query-bx .btn-primary {
	position: relative;
	left: 38%;
    background-color: #000000!important;
    color: #fff;
	border: none;
	outline: none;
	width: 25%;
	border-radius: 50px;
	padding: 10px 10px;
    box-shadow: inset 0 1px 1px transparent;
    font-family: Lato,sans-serif;
}

.btn-primary{
    background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
    border-radius: 20px;
    width: 50%;
    margin: 0;
    padding: 0;
}
/* --------------------START SERVICES SECTION-------------------- */
.services_section img{
	width: 100%;
	height: auto;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
    text-decoration: none;
}
.career_button{
	border-radius: 50px;
	padding: 8px 40px;
	color: #b30600;
	background-color: #ffffff;
	border: 1px solid #b30600;
	transition: .4s;
}
.career_button:hover{
	color: #ffffff;
	background-color: #313131;
	border: 1px solid #313131;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #47b2e4;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

/* Start Right SiderPanel */
.wp-block-search__input {
    border: 1px solid #910500;
    margin-left: 0;
	outline: none;
    margin-right: 0;
    min-width: 3em;
    text-decoration: unset!important;
}
.wp-block-search__button {
    margin-left: auto;
    word-break: normal;
	background-color: #910500;
	border: none;
	color: #ffffff;
}
.search_box{
	display: inline-flex;
}
.search_input{
	border: none;
	padding: 6px;
	border: 1px solid #b95c5c;
	outline: none;
	color: #222;
}
.search{
    border: none;
    outline: none;
    background-color: transparent;
    padding: 6px 15px;
    color: inherit;
}
::placeholder{
	color: #3a3a3a;
}
#secondary #menu-our-services{
	list-style-type: none;
}
#secondary #menu-our-services a{
	color: #363636;
	font-size: 14px;
}
#secondary #menu-our-services a::before{
    content: "\f054 ";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    color: #b30600;
	margin-right: 13px;
	font-size: 12px;
}
footer #menu-useful-links li{
	list-style-type: none;
}
footer #menu-our-services-1 a:before, footer #menu-our-services a:before, footer #menu-useful-links a:before{
	content: "\f054 ";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    color: #cbcbcb;
	margin-right: 13px;
	font-size: 12px;
}

footer #menu-our-services-1, footer #menu-our-services, footer #menu-useful-links{
	list-style-type:none;
	padding-left: 25px;
}
footer #menu-our-services-1 li, footer #menu-our-services li, footer #menu-useful-links li{
	line-height:2;
}
ul#menu-our-services-1 li:hover a, ul#menu-our-services li:hover a, footer #menu-useful-links li:hover a{
	color: #fff;
	text-decoration: none;
}
ul#menu-our-services-1 li a, ul#menu-our-services li a, footer #menu-useful-links li a{
    margin-left: -13px;
    text-indent: -13px;
    color: #cbcbcb;
}
#secondary #menu-our-services, #menu-item
{
	line-height: 2;
	margin-left: -20px;
}
.widget-title {
	margin: 0;
    font-size: 20px;
    margin-bottom: -8px;
    margin-top: 20px;
}
.widget-area{
	padding: 15px 8px;
	background-color: #e1e1e1;
}

/* Start Footer Section CSS */
.input_text{
	background-color: #ffffff;
	border: none;
	text-decoration: none;
	outline: none;
	padding: 10px 150px 10px 10px;
	margin-left: 40px;
	width: 100%;
}
.email_box::before{
	position: absolute;
    content: " ";
    top: -26px;
    left: -56px;
    width: 109px;
    height: 109px;
    transform: rotate(45deg);
    background-color: #242424;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.subscribe{
	background-color: #333333;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	padding: 10px 20px;
	transition: .4s;
}
.subscribe:hover{
	background-color: #252525;
}
footer.footer.section-small {
    background-color: #202020;
	background-image: url('https://lexrikai.in/wp-content/uploads/2023/06/h1-sl1-1.webp');
    background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff !important;
	padding-top: 30px;
}
.textwidget {
    text-align: justify;
	color: #cbcbcb;
}
.text-center {
    text-align: center;
}
a {
    color: #222222;
    font-size: 14px;
	text-align: left;
}
p {
    line-height: 28px;
}
.widget-title{
	font-size: 18px;
	margin-bottom: 20px;
}
.copyright{
	margin-top: 30px;
	margin-bottom: 0;
}
.email_address img {
    font-weight: 900;
    font-size: 18px;
    margin-right: 8px;
}

.email_address a{
	font-size: 15px;
	font-weight: normal;
    color: #cbcbcb;
	display: block;
    margin-bottom: 10px;
}
.email_address:hover a{
	color: #fff;
	text-decoration: none;
}
.footer_hr {
    border-color: #606060;
}
.social_media_icon{
	display: inline-flex;
}
.social_media_icon img{
	margin: 0px 10px 0px 0px;
	cursor: pointer;
	transition: .4s;
}
.social_media_icon img:hover{
	margin-top: -5px;
}
/* End Footer Section CSS */

.back-to-top i {
    font-size: 20px;
    color: #fff !important;
    margin-left: 13px;
    bottom: 10px;
    padding-top: 10px;
}
.d-flex {
    display: flex !important;
}
body .boxed__sec1 .elementor-container {
    position: absolute;
	left: 50%;
    bottom: -40px;
    width: 100%;
    transform: translate(-50%, -40px);
}
.boxed__sec1 .elementor-widget-wrap.elementor-element-populated {
    background: #fff;
}
.home__boxed_top>.elementor-container {
    min-height: 288px;
}
.menu-item-has-children:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-menu li a {
    padding: 7px 15px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 13px;
}
.dropdown-menu li a:hover {
    background: #cdcdcd;
}
.navbar-right .dropdown-menu {
    right: inherit;
    left: auto;
}
.info__details {
    text-align: right;
	line-height: 2.8;
}
.info__details a {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}
.info__details a:hover {
    text-decoration: none;
}
.info__details a:first-child {
    margin-right: 20px;
}
.info__details a:hover {
    color: #8f0d09;
}
span.icon.icon_phone {
    background: #363636;
    padding: 6px;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}
span.icon.icon_mail_alt {
    background: #363636;
    padding: 6px;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}
.email_box:after {
    content: "\e010";
    font-family: 'ElegantIcons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    right: 95%;
    color: #fff;
    z-index: 9;
    font-size: 45px;
}
.back-to-top:hover {
    text-decoration: none;
    background: #238bbb;
}
.bg__overlay_nav, .btn__close_nav{
    display: none;
}
.overlay__nav{
    display: block;
}
.inner__featured_img {
    position: relative;
    bottom: 45px;
}
.subscribeemail {
    background: #000;
    height: 110px;
    width: 110px;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    left: -8%;
    transform: translate(-50%,-50%);
	box-shadow: 0 0 8px #000000;
}

.inner__featured_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000059;
    width: 100%;
	text-transform: uppercase;
    height: 100%;
}
.inner__featured_img h1 {
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
	text-align: center;
}
.inner__featured_img h1{
    padding-bottom: 10px;
}
.inner__featured_img .entry-title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
    border: 1px solid #fff;
}

.contact__form {
    width: 85%;
    margin: 0px auto 0px auto;
}
.contact__form h2 {
    margin-bottom: 40px;
    margin-top: 50px;
    font-size: 20px;
	line-height: 1.4;
    color: #b30600;
    text-transform: uppercase;
}
.contact__form input[type="submit"] {
    background: #b30600;
	    width: 150px;
    color: #fff;
    padding: 10px 50px;
    border: 0;
    border-radius: 50px;
    transition: .6s;
}
.contact__form input[type="submit"]:hover {
    background: #740400;
}
.contact__form input.form-control {
    border: none;
	outline: none;
	border-radius: 0px;
    padding: 20px 12px;
}
.contact__form label {
    font-weight: 500;
}
#contact__form .error {
    display: block;
    color:red;
}
.contact__form .col-md-6 .form-group{
    min-height: 70px;
}
.contact__form textarea, #query{
	
}
.footer__lex_logo{
    padding: 5px 0px;
    border-radius: 5px;
}
.contact_right_form{
    background-color: #dfdfdf;
}
.boxed__form_contact{
    max-width: 400px;
	margin-left: 90px;
}
.boxed-contact-form{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 45px;
    padding-top: 30px !important;
    background: #dfdfdf;
	width: 100%;
}

/* .contact__sec2{
    background-image: linear-gradient(to bottom, rgb(211 211 211 / 85%), rgb(211 211 211 / 85%)), url("http://192.168.0.23/lexrikai/wp-content/uploads/2023/06/lexrikaifrontdeskimage.webp");
}
.contact__sec2:before{
    content: "";
    background: rgb(18 21 29 / 92%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
} */

.contact__page_sec {
}
.boxed__cotact_details {
    text-align: center;
    padding: 20px 15px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #dbdbdb;
}
.boxed__cotact_details p{
    font-size: 16px;
    color: #222;
}
.boxed__cotact_details a {
    font-size: 16px;
    color: #222;
}
.boxed__cotact_details .location,.email,.phone{
    font-size: 18px;
    text-transform: uppercase;
    margin: 2px;
}
.thankyoucontent {
    text-align: center;
    padding: 40px 0 60px 0;
}
.thankyoucontent i {
    border: 2px solid green;
    border-radius: 50px;
    padding: 10px;
    font-size: 28px;
    color: green;
}
.go-home {
    background: #b30600;
    padding: 10px 30px;
    border: 0;
    border-radius: 5px;
}
.go-home a {
    color: #fff;
}
.thankyoucontent h1 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 10px;
}
.thankyoucontent p {
    font-size: 20px;
}
.blog__category_list .posts-list .blog-post h2.title a {
    font-size: 28px;
    color: #222;
}
.blog__category_list .posts-list .blog-post .gallery-image img {
    width: 100%;
}
.blog__category_list .posts-list .blog-post .boxed__post_list {
    background: white;
    box-shadow: 0 0 17px #a5a5a5;
    margin-bottom: 30px;
}
.blog__category_list .posts-list .blog-post {
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.blog__category_list .posts-list .blog-post h2.title a {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog__category_list .posts-list .blog-post .cont__post_list h2 {
    line-height: 22px;
    margin-top: 10px;
}
.blog__category_list .posts-list .blog-post a.btn.btn-theme {
    background: #363636;
    display: inline-block;
    color: #fff;
}
.blog__category_list .posts-list .blog-post .cont__post_list {
    padding: 0 15px;
    padding-bottom: 15px;
}
.blog__category_list .posts-list .blog-post a.btn.btn-theme:hover {
    background: #120d0d;
    box-shadow: 0px 6px 17px #a7a7a7;
}
.posted-on a {
    color: #a54b4b;
}
.posted-on .author.vcard a{
    color: #a54b4b;
}
.blog__category_list .posts-list .blog-post .content {
    margin-bottom: 0;
    margin-top: 0px;
    height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog__category_list .posts-list {
    margin-bottom: 30px;
    margin-top: 20px;
}
.apply-form select, .apply-form input  {
    width: 100%;
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.apply-form label>sup {
    color: #c11818;
    font-size: 14px;
}
.total__count_res {
    font-size: 17px;
    color: #b30600;
}
.apply-form h3 {
    font-size: 18px;
    border-bottom: 2px solid #b30600;
    margin-bottom: 15px;
    padding-bottom: 5px;
	    padding-left: 10px;
    border-radius: 35px;
}
.apply-form textarea{
	  border: 1px solid #ababab;
    width: 100%;
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.apply-wraper {
    margin-bottom: 60px;
}
.GPformButtonSubmit {
    background: #b30600;
    color: #fff;
    padding: 10px;
    max-width: 200px;
    border: none;
	box-shadow: 0px 4px 9px #999999;
}
.GPformButtonSubmit:hover {
    background: #c11813;
    color: #fff;
    padding: 10px;
    max-width: 200px;
    border: none;
	box-shadow: 0px 4px 9px #999999;
}
.subscribe__email input.wpcf7-text {
    padding: 8px 25px 8px 8px;
    width: 100%;
    max-width: 250px;
    position: relative;
}
.subscribe__email .wpcf7-submit {
    background: #151922;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    width: auto;
}
.subscribe__email {
    text-align: center;
	padding-left: 15%;
}
.subscribetext {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -100%);
}
.subscribetext img {
    width: 55px;
}
.subscribe__email>p {
    display: flex;
	    justify-content: space-around;
}
.subscribe__email input.wpcf7-form-control.has-spinner.wpcf7-submit {
    position: relative;
    right: 55px;
}
.subscribe__email span.wpcf7-not-valid-tip {
    position: absolute;
}
.subscribe__email .wpcf7-response-output {
    color: #fff;
}
.single_php .posts-list {
    padding-bottom: 30px;
    padding-top: 30px;
}
body .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{
    font-size: 0;
}
.ewd-ufaq-post-margin-symbol.ewd-ufaq->span:before {
    content: '+';
    font-size: 40px;
    line-height: 25px;
}
.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol.ewd-ufaq->span:before {
    content: '-';
    font-size: 40px;
    line-height: 25px;
}
.ewd-ufaq-faq-title {
    border-bottom: 2px solid #585858;
}
body .ewd-ufaq-faq-div {
    margin-bottom: 15px;
}
body .ewd-ufaq-faq-categories {
    display: none;
}
body .ewd-ufaq-faq-body {
    padding: 10px 0px;
    padding-left: 30px;
}
.cont__post_list time.updated {
    display: none;
}
.posts-list ul li {
    color: #313131;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
#datetimepicker3 .fa-calendar-week {
    background: url(img/sprite.png) -105px -236px no-repeat;
    width: 23px;
    display: inline-block;
    cursor: pointer;
    height: 20px;
}
#datetimepicker3 .fa-calendar-week:before{
	display:none;
}
.query__form{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
	width: 75%;
    margin: 0px auto 0px auto;
	background-color: #ffffff;
	padding: 0;
}
#q_form input{
	padding: 20px 10px;
}
#r_form input{
	padding: 20px 10px;
}
.left_side{
/* 	background: linear-gradient(45deg, #7e0400, #b30600); */
	padding-right: 40px;
}
.query__form label{
	font-weight: normal;
}
.query__form h2,.query_heading{
	color: #2c2c2c;
    margin-bottom: 20px;
    margin-top: 0px !important;
    font-size: 22px;
    margin-left: 12px;
    font-weight: bold;
    line-height: 1.4;
}
#query__form, input{
	border: 1px solid #c9c9c9;
	border-radius: 0px;
	width: 100%;
	background-color: #fff;
}
.query__form input#subscribebtn{
	background-color: #b30600;
	color: #ffffff;
	border: none;
	padding: 10px 40px;
	border-radius: 4px;
	transition: .4s;
}
.query__form input#subscribebtn:hover {
    background-color: #b13632;
}
.query__form input#registerbtn{
	background-color: #b30600;
	color: #ffffff;
	border: none;
	padding: 10px 40px;
	border-radius: 4px;
	transition: .4s;
    width: 200px;
}
.query__form input#registerbtn:hover {
    background-color: #b13632;
}
.career__form_lex input{
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #b3b3b3;
}
.career__form_lex select {
    width: 100%;
    padding: 9.5px 10px;
	border: 1px solid #b3b3b3;
}
.career__form_lex textarea {
    width: 100%;
    padding: 5px 10px;
	border: 1px solid #b3b3b3;
}
form#q_form .left_side {
    height: 512px !important;
}
form#r_form .left_side {
    height: 420px !important;
}
#department_internship{
	display:none;
}
.career__form_lex label>span {
    color: #c11813;
}
.career__form_lex input.wpcf7-submit {
    background: #af0805;
    width: auto;
    padding: 5px 50px;
    color: #fff;
    border-radius: 5px;
    border: navajowhite;
    box-shadow: 0 0 14px #838383;
}
.career__form_lex h3 {
    font-size: 18px;
    border-bottom: 2px solid #b30600;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 35px;
}
.subscribe__email + .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
    position: absolute;
    left: 42%;
    transform: translate(-50%);
    top: 25px;
}
.hide__font{
	clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
	    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}  
.btn-glow:focus {
    background-color: #b30600;
    -webkit-border-radius: 60px;
    border-radius: 4px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 15px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
  } 
.btn-glow:hover {
    background-color: #b30600;
    -webkit-border-radius: 60px;
    border-radius: 4px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 15px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
  }
.btn-glow {
  background-color: #b30600;
  -webkit-border-radius: 60px;
  border-radius: 4px;
  border: none;
  color: #eeeeee;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 15px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
}
.contact__form.cf__form input.form-control {
    border: 1px solid #bbbbbb;
    outline: none;
    border-radius: 5px;
    padding: 20px 12px;
}
@keyframes glowing {
  0% {
    background-color: #da1c16;
    box-shadow: 0 0 5px #da1c16;
  }
  50% {
    background-color: #da1c16;
    box-shadow: 0 0 20px #da1c16;
  }
  100% {
    background-color: #da1c16;
    box-shadow: 0 0 5px #da1c16;
  }
}
.btn-glow {
  animation: glowing 1300ms infinite;
}
.btn-glow:focus {
    animation: glowing 1300ms infinite;
  }
  .btn-glow:hover {
    animation: glowing 1300ms infinite;
  }

  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: transparent !important;
  }  
  .strong-text{
      font-weight: bold;
  }

@media only screen and (min-width: 992px){
    .navbar-nav > li:hover::before, .navbar-nav > li.active::before {
        opacity: 1;
        width: 100%;
        z-index: 1;
    }
   
}
@media only screen and (max-width:1299px){
	.subscribe__email {
		text-align: right;
	}
}
@media only screen and (max-width:1199px){
	.header__menu .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
}
	.inner__featured_img {
    z-index: -1;
		bottom: 0;
}
	.inner__featured_img h1{
		margin-top:0;
		font-size: 24px;
	}
	.subscribetext img {
    width: 55px !important;
}
	.subscribe__email input.wpcf7-text {
    padding: 8px 25px 8px 8px;
    width: auto;
    max-width: 225px;
    position: relative;
}
	.subscribe__email input.wpcf7-form-control.has-spinner.wpcf7-submit {
    position: relative;
    right: 0;
}
	.subscribeemail{
		left: -20%;
	}
	.footer__top_subscribe .elementor-element-populated{
		padding: 50px 0px 50px 40px !important;
	}
	.subscribe__email .wpcf7-submit {
    padding: 10px 20px;
    width: 100px;
}
	.subscribetext {
    top: 50%;
    left: -9%;
    transform: translate(-50%, -100%);
}
	.subscribe__email input {
    padding: 8px;
    width: 190px;
}
    .home__boxed_top img {
        width: 100px !important;
    }
body .boxed__sec1 .elementor-container {
	position: relative;
    top: 0;
    left: 0;
    transform: translate(0%,0%);
	}
	.slider__title {
		font-size: 16px;
		width: 80%;
		margin-top: 30px;
		margin-left: 10%;
		text-align: center;
	}
	.slider__box a {
		padding: 10px 30px;
	}
	.career_button {
		margin-top: auto;
		border-radius: 50px;
		padding: 6px 40px;
	}
	.bg__overlay:before {
		top: 20px;
	}
	.owl-carousel .owl-item img {
		margin-top: 20px;
	}
	.info__details {
		text-align: left;
		line-height: 2.8;
	}
	.elementor img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width:1199px){
.lex__office_img {
    width: 100%;
}
}
@media only screen and (max-width:991px){
    .blog__category_list .posts-list .blog-post {
        float: left;
        width: 50%;
    }
	.subscribeemail, .subscribetext{
		display:none;
	}
	.subscribe__email {
    text-align: center;
}
	.boxed-contact-form {
		bottom: 0px;
	}
    .bg__overlay_nav {
        background: #000000ad;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9;
    }
    .navbar-nav > li:before{
        height: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-toggle {
        display: block;
        border: 2px solid #fff;
        margin-right: 0;
        z-index: 9;
    }
    .navbar-toggle .icon-bar {
        display: block;
        background: #fff;
    }
    .home_mainslider {
        position: relative;
        bottom: 0px;
    }
    .owl-carousel .owl-item img {
        margin-top: 0;
    }
    .bg__overlay:before {
        top: 0;
    }    
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: block;
    }
    .navbar-right {        
        display: block;     
    }
    .dropdown-menu {
        position: relative;
        top:0;
        left:0;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        color: #000;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
        color: #fff;
        white-space: normal;
    }
    .menu-header-menu-container ul>li>a {
        width: 245px;

    }
    .menu-header-menu-container ul>li>a>ul li {
        width: 245px;
        
    }  
    .custom__header{
        position: initial !important;
    }
    .header__menu {
        position: initial;

    }
    .btn__close_nav {
        font-size: 20px;
        display: block;
        color: #fff;
        position: absolute;
        right: 15px;
        z-index: 9;
        top: 15px;
        border: 1px solid #fff;
        width: 30px;
        height: 30px;
        border-radius: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 20px;
    }
	.contact__form h2 {
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.contact__form input[type="submit"] {
		margin-left: 0%;
	}
    .dropdown-header, .dropdown-menu>li>a {
        padding: 3px 20px;
        white-space: normal !important;
        display: block;
        line-height: 1.42857143;
}
@media only screen and (max-width:767px){
    .contact__page_sec {
        padding: 0;
    }
	.subscribe__email>p {
    display: flex;
    justify-content: center;
}
	.subscribe__email {
    padding-left: 0%;
}
	.boxed-contact-form {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
    }
	.boxed-contact-form{
		bottom: 0px;
	}	
.subscribe__email input {
    padding: 8px;
    width: 250px;
}
    .boxed-contact-form {
		width: 100%;
        height: 100%;
        display: block;
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        padding: 30px 15px !important;
    }
    .contact__form {
        width: 100%;
        padding: 15px;
    }
	.contact__form h2 {
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.contact__form input[type="submit"] {
		margin-left: 0%;
	}
    .caree_form {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        text-align: center;
        width: 150px;
    }
    .header__top {
        padding: 10px 0px 0;
    }    
    .info__details {
        text-align: center !important;
        margin-top:5px;
    }
    .home_mainslider .item::before {
        content: "";
        height: 100px;
        width: 100%;
        position: absolute;
        top: 73%;
        left: 0px;
        z-index: 9;
        background: url(https://lexrikai.in/wp-content/uploads/2023/06/bg-slider.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    button.owl-next span {
        position: absolute;
        top: 35%;
        background: #ffffff75;
        border-radius: 50px;
        font-size: 20px;
        right: 1px;
        width: 30px;
        height: 30px;
    }
    button.owl-prev span{
        position: absolute;
        top: 35%;
        background: #ffffff75;
        border-radius: 50px;
        font-size: 20px;
        left: 1px;
        width: 30px;
        height: 30px;
    }
	.widget_text, .widget_nav_menu{
		width: 100%;
	}
	.inner__featured_img {
		height: 150px;
	}
	.inner__featured_img img {
		height: 150px;
		object-fit: cover;
	}
	.inner__featured_img h1 {
		margin-top: 0;
		font-size: 20px;
	}
}
@media only screen and (max-width:480px){
    .social__icon img{
        text-align: center;
        padding-right: 5px;
        }	
    .blog__category_list .posts-list .blog-post {
        float: left;
        width: 100%;
    }
    .header-logo {
        width: 120px;
        height: auto;
    }
    .info__details a:first-child {
        margin-right: 2px;
    }
   
    .home_mainslider .item::before {
        content: "";
        height: 65px;
        display: none;
    }
    .slider__box a {
        padding: 6px 20px;
    }
    .slider__title {
        font-size: 13px;
        width: 94%;
        margin-top: 0;
        margin-left: 3%;
        text-align: center;
        margin-bottom: 3px;
    }
    .slider__box a {        
        font-size: 12px;
    }
    .owl-carousel .owl-item img {
        margin-top: 0;
        height: 160px;
        object-fit: cover;
    }
    .career_button {
        padding: 6px 30px;
    }
	.widget_text, .widget_nav_menu{
		width: 100%;
	}
	.subscribe__email input {
    padding: 8px;
    width: 61%;
}
	.subscribe__email .wpcf7-submit {
    padding: 10px;
    width: 80px;
}
	.footer__top_subscribe .elementor-element-populated {
    padding: 30px !important;
}
.subscribe__email input.wpcf7-text {
    padding: 8px 25px 8px 8px;
    width: auto;
    max-width: 200px;
    position: relative;
}
.subscribe__email span.wpcf7-spinner {
    position: absolute;
    bottom: -15px;
}	
}
@media (min-width: 768px) and (max-width: 991px){
    .social__icon img{
        padding-right: 5px;
        }	
        .social__icon{
            text-align: center;
            width: 100%;
            margin: 5px 0 5px 0;
            }	
}
@media (min-width: 576px) and (max-width: 767px){
    .social__icon img{
        padding-right: 5px;
        }	
        .social__icon{
            text-align: center;
            width: 100%;
            margin: 5px 0 5px 0;
            }	
            .header-logo{
                text-align: center;
            }
            .navbar-header{
                text-align: center;
            }
            .caree_form {
                margin: 0 auto;
                display: flex;
                justify-content: center;
                text-align: center;
                width: 150px;
            }
}
@media (min-width: 320px) and (max-width: 576px){
        .social__icon img{
            padding-right: 5px;
            }	
            .social__icon{
                text-align: center;
                width: 100%;
                margin: 5px 0 5px 0;
                }	
                .header-logo{
                    text-align: center;
                }
                .navbar-header{
                    text-align: center;
                }
                .caree_form {
                    margin: 0 auto;
                    display: flex;
                    justify-content: center;
                    text-align: center;
                    width: 150px;
                }
}
@media (min-width: 400px) and (max-width: 768px) and (max-width: 991px){
	.widget_text, .widget_nav_menu{
		width: 100%;
	}
    
}

@media only screen and (min-width: 480px) and (max-width:600px){
.slider__box a {
    font-size: 12px;
}
}

@media (min-width: 400px) {
.elementor-21 .elementor-element.elementor-element-00a2123 > .elementor-widget-container{
    margin: 0px 0px 0px 60px;
}
}
