/*
Theme Name: rtpl child
Template: rtpl
*/


@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('fonts/TitilliumWeb-Bold.eot');
    src: url('fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TitilliumWeb-Bold.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Bold.woff') format('woff'),
        url('fonts/TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TitilliumWeb-ExtraLight';
    src: url('fonts/TitilliumWeb-ExtraLight.eot');
    src: url('fonts/TitilliumWeb-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/TitilliumWeb-ExtraLight.woff2') format('woff2'),
        url('fonts/TitilliumWeb-ExtraLight.woff') format('woff'),
        url('fonts/TitilliumWeb-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'TitilliumWeb-SemiBold';
    src: url('fonts/TitilliumWeb-SemiBold.eot');
    src: url('fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TitilliumWeb-SemiBold.woff2') format('woff2'),
        url('fonts/TitilliumWeb-SemiBold.woff') format('woff'),
        url('fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TitilliumWeb-Black';
    src: url('fonts/TitilliumWeb-Black.eot');
    src: url('fonts/TitilliumWeb-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/TitilliumWeb-Black.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Black.woff') format('woff'),
        url('fonts/TitilliumWeb-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TitilliumWeb-Regular';
    src: url('fonts/TitilliumWeb-Regular.eot');
    src: url('fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/TitilliumWeb-Regular.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Regular.woff') format('woff'),
        url('fonts/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TitilliumWeb-Light';
    src: url('fonts/TitilliumWeb-Light.eot');
    src: url('fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/TitilliumWeb-Light.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Light.woff') format('woff'),
        url('fonts/TitilliumWeb-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
header.entry-header{
    display:none;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}
header#site-header .header-inner{
    max-width:1240px;
    margin:0 auto;
    padding:0;
}
.site-logo img {
    max-height: 7rem;
}
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a, .primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor{
    text-decoration: none !important;
}
.primary-menu li{
    margin:0 0 0 55px;
}
.primary-menu li a{
    text-decoration:none;
    color:#000 !important;
    text-transform:uppercase;
    font-family: 'TitilliumWeb-SemiBold';
    font-weight:400;
    font-size: 16px;
    line-height: 110px;
    padding-top:15px;
	position:relative;
    
}

.primary-menu li a::before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom:38px;
  background: #ea1f27;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}

.primary-menu li a::before{
  background: #E91E63;
  transform-origin: 100% 50%;
}
.primary-menu li a:hover::before{
  transform-origin: 0 50%;
}
.primary-menu li a:hover::before {
    transform: scale3d(1,1,1);
}

#site-header .site-logo.faux-heading{
    margin-top:0;
}
#site-header{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:2;
}
#site-content{
	padding-top:115px;
}
header#site-header.fixed{
	box-shadow:0 1px 8px rgba(0,0,0,0.1);
}
.primary-menu ul.sub-menu{
	visibility:hidden;
}
.primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children:focus > ul, .primary-menu li.menu-item-has-children.focus > ul {
   visibility:visible;
}
.primary-menu ul.sub-menu li a::before{
	display:none !important;
}
.banner .elementor-widget-heading .elementor-heading-title{
    font-family: 'TitilliumWeb-Bold';
    font-size: 75px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    
    margin:0 0 50px 0;
}
.custom-button.elementor-widget-button .elementor-button{
    background:#ea1f27;
    text-decoration:none;
    color:#fff !important;
    text-transform:uppercase;
    font-size:18px;
    border-radius:0;
    padding:0 10px;
    line-height: 60px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: 'TitilliumWeb-SemiBold';
    min-width:190px;
    transition:0.5s;
	border:2px solid #ea1f27; 
	cursor:pointer;
}
.custom-button.elementor-widget-button .elementor-button:hover{
    background:transparent;
    color:#ea1f27 !important;
}
.banner .custom-button.elementor-widget-button .elementor-button:hover{
	background:#000;
	color:#fff !important;
	border:2px solid #000; 
}
.start-projects .custom-button.elementor-widget-button .elementor-button:hover{
	background:#4c4c4c;
	border:2px solid #4c4c4c; 
	color:#fff !important;
}
.read-more-text .custom-button.elementor-widget-button .elementor-button:hover{
	background:#4c4c4c;
	border:2px solid #4c4c4c; 
	color:#fff !important;
}
.top-footer{
    float:left;
    width:100%;
    margin-bottom:100px;
}
.bottom-footer{
    float:left;
    width:100%;
}
.footer-logo{
    float:left;
    width:20%;
}
#site-footer{
    margin:0 !important;
    border:none;
}
#site-footer .section-inner {
    display: inherit;
    max-width: 1240px;
    margin: 0 auto;
    width: 1240px;
}
.footer-logo img{
    width:160px;
}
.footer-menu{
    margin: 0;
    width: auto;
    float: left;
    display: inherit;
}
.bottom-footer .footer-menu ul{
    margin:0;
    float:left;
    width:100%;
}
.bottom-footer .footer-menu ul li{
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    width:auto;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-family: 'TitilliumWeb-SemiBold';
    
    margin:0 50px 0 0 !important;
}
.bottom-footer .footer-menu ul li a{
    color:#000 !important;
	position:relative;
}
.social-links ul li a{
	position:relative;
}

.bottom-footer .footer-menu ul li a::before, .social-links ul li a::before, #site-footer a::before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom:-5px;
  background: #ea1f27;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}

.bottom-footer .footer-menu ul li a::before, .social-links ul li a::before, #site-footer a::before{
  background: #E91E63;
  transform-origin: 100% 50%;
}
.bottom-footer .footer-menu ul li a:hover::before, .social-links ul li a:hover::before, #site-footer a:hover::before{
  transform-origin: 0 50%;
}
#site-footer a{
	position:relative;
}
.bottom-footer .footer-menu ul li a:hover::before, .social-links ul li a:hover::before, #site-footer a:hover::before{
    transform: scale3d(1,1,1);
}
.social-links{
    float:right;
    width:auto;
}
.social-links ul{
    margin:0;
    padding:0;
}
.social-links ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-family: 'TitilliumWeb-Regular';
    margin-left: 0;
    padding-bottom: 12px;
}
.social-links ul li a{
    color: #000000;
}

#site-footer{
    float:left;
    width:100%;
    padding:100px 0 30px 0;
    border-top:5px solid #ea1f27 !important;
}
.cols-20{
    width:20%;
    float:left;
}
.cols-30{
    width:25%;
    float:left;
}
.cols-15{
    float: left;
    width: 15%;
}
.cols-30 h3, .cols-20 h3, .cols-15 h3{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'TitilliumWeb-Bold';
    
    margin:0 0 20px 0;
}
.cols-20 p a, .cols-30 p{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    font-family: 'TitilliumWeb-Regular';
    text-decoration:none;
    margin:0;
}
.cols-20 p a:hover, .social-links ul li a:hover, .bottom-footer .footer-menu ul li a:hover{
    text-decoration:none !important;
}
.vision-mission{
    padding:100px 0 150px 0;
}
.copyright{
    float:right;
    width:auto;
}
.copyright p {
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    font-family: 'TitilliumWeb-Regular';
    letter-spacing: 0;
	margin:0;
}
.start-projects{
    padding:160px 0;
}
.start-projects .elementor-widget-heading .elementor-heading-title{
    font-size: 58px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'TitilliumWeb-Regular';
    line-height:62px;
    margin:0 0 50px 0;
    
}
.vision-mission .elementor-widget-image-box .elementor-image-box-title{
    font-size: 32px;
    line-height:30px;
    color: #000000;
    font-family: 'TitilliumWeb-SemiBold';
    margin:20px 0 15px 0;
    
}
.vision-mission .elementor-widget-image-box.elementor-position-top .elementor-image-box-img{
    margin-bottom:5px !important;
}
.vision-mission .elementor-widget-image-box .elementor-image-box-img img{
    height:80px;
    width:auto;
}
.vision-mission .elementor-widget-image-box .elementor-image-box-description{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    font-family: 'TitilliumWeb-Light';
    
    max-width:300px;
}

.custom-head .elementor-widget-heading h4.elementor-heading-title{
    font-size: 20px;
    color: #9e9e9e;
    font-weight: 400;
    font-family: 'TitilliumWeb-Regular';
    
    margin:0 0 12px 0;
}
.custom-head .elementor-widget-heading h2.elementor-heading-title {
    font-size: 42px;
    color: #000000;
    font-weight: 400;
    font-family: 'TitilliumWeb-Regular';
    line-height: 54px;
    max-width: 100%;
    margin: 0 0 40px 0;
    
}
.projects{
    padding-bottom:110px;
}
.sectors {
    padding-top:150px 0 30px 0;
}

.sectors-listing .elementor-widget-image-box .elementor-image-box-img img{
    width:100px;
}
.sectors-listing .elementor-image-box-img{
    margin-bottom:0 !important;
}
.sectors-listing .elementor-image-box-title {
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    font-family: 'TitilliumWeb-SemiBold';
    margin: 30px 0 10px 0;
    text-align: left;
}
.sectors-listing .elementor-widget-image-box .elementor-image-box-img{
    min-height:120px;
}
.sectors-listing .elementor-image-box-description{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    font-family: 'TitilliumWeb-Light';
	text-align:left;
    max-width:345px;
}

.read-more-text.custom-head .elementor-widget-heading h2.elementor-heading-title {
    color:#fff;
} 
.read-more-text{
    padding:150px 0;
}
.technology-sec{
    padding:250px 0;
}
.technology-sec .elementor-widget-heading h2.elementor-heading-title{
    font-family: 'TitilliumWeb-Bold';
    font-size: 75px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
}
.rudra-technocrats.custom-head .elementor-widget-heading h2.elementor-heading-title{
    max-width:100%;
    line-height:50px;
}
.rudra-technocrats .elementor-widget-text-editor.elementor-element:last-child .elementor-widget-container{
    margin-bottom:0;
}
.rudra-technocrats .elementor-widget-text-editor.elementor-element .elementor-widget-container{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    font-family: 'TitilliumWeb-Light';
    
    margin-bottom:30px;
    max-width:85%;
}
.counter-main .elementor-widget-counter .elementor-counter{
    width: 200px;
    float: right;
    border-bottom:1px solid #cccccc;
    padding-top:20px;
}
.counter-main .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper{
    font-size: 80px;
    line-height: 85px;
    color: #000000;
    font-weight: 400;
    font-family: 'TitilliumWeb-Regular';
    text-align:left;
}
.counter-main .elementor-widget-counter .elementor-counter .elementor-counter-title{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    font-family: 'TitilliumWeb-Light';
    
    text-align:left;
    padding-left:5px;
    padding-bottom:30px;
}
.counter-main .elementor-counter .elementor-counter-number-prefix{
    display:none;
}
.rudra-technocrats.e-con.e-flex>.e-con-inner {
    background-image: url("https://rtpl.web-stage.in/wp-content/uploads/2023/10/man.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 850px;
    padding: 150px 0;
}
.read-more-text.custom-head .elementor-widget-heading h2.elementor-heading-title{
    max-width:100%;
}
.project-slider{
	padding-bottom:100px;
}
.project-slider .elementor-image-carousel-caption {
    margin-top:30px;
    position:relative;
}
.project-slider .elementor-image-carousel-caption .slider-text p{
    font-size: 22px;
    line-height:32px;
    text-align:left;
    color: #000000;
    font-weight: 400;
    font-family: 'TitilliumWeb-Regular';
}
.project-slider .read-more, .project-listing .read-more {
    overflow: hidden;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-end;
    align-items: stretch;
    position: absolute;
    top: -85px;
    right: -1px;
}
.project-slider .read-more .read-more-txt, .project-listing .read-more .read-more-txt{
	padding:10px 20px;
	line-height:34px;
	 font-size: 18px;
    color: #000000;
    font-weight: 300;
    font-family: 'TitilliumWeb-Bold';
	transform-origin: center right;
    translate: 100% 0;
    transition: translate .7s ease,color .3s ease;
	background:#fff;
}
.project-slider .elementor-widget-image-carousel .swiper-slide-inner:hover .read-more .read-more-txt{
    translate: 1px;
}

 
.project-listing .elementor-widget-image-box:hover .elementor-image-box-content .read-more .read-more-txt {
	  translate: 0;
}

.project-slider .read-more .read-more-icon, .project-listing .read-more .read-more-icon{
	padding:17px 15px;
	background:#fff;
	z-index:1;
}
.project-slider .read-more .read-more-icon img, .project-listing .read-more .read-more-icon img{
	width:22px;
}
.project-slider .elementor-widget-image-carousel .swiper-slide-inner{
	margin:0 20px !important;
	position:relative;
	cursor:pointer;
}
.project-slider .elementor-widget-image-carousel .swiper-slide-inner img::after{
	position:absolute;
	left:0;
	top:0;
	content:"";
	background:rgba(0,0,0,0.1);
}
.project-slider .elementor-element .swiper .elementor-swiper-button-prev{
	background: #fff url("https://rtpl.web-stage.in/wp-content/uploads/2023/10/prev.png") no-repeat;
	background-position:center center;
	padding:10px;
	background-size:30px;
	width:50px;
	height:50px;
	left:30px !important;
	top:38% !important;
	opacity:0;
	transition:0.3s;
}
.project-slider .elementor-element .swiper .elementor-swiper-button-next{
	background: #fff url("https://rtpl.web-stage.in/wp-content/uploads/2023/10/next.png") no-repeat;
	background-position:center center;
	padding:10px;
	background-size:30px;
	width:50px;
	height:50px;
	right:30px !important;
	top:38% !important;
	opacity:0;
	transition:0.3s;
}
.project-slider .elementor-element .swiper:hover .elementor-swiper-button-next, .project-slider .elementor-element .swiper:hover .elementor-swiper-button-prev{
	opacity:1;
}
.project-slider .swiper .elementor-swiper-button-prev i, .project-slider .elementor-element .swiper .elementor-swiper-button-next i{
	display:none;
}

.sectors-listing .elementor-widget-image-carousel .swiper-slide img{
	width:75px;
	transition:0.3s;
}
.sectors-listing .swiper-pagination{
	bottom:-50px !important;
}
.sectors-listing .swiper-pagination .swiper-pagination-bullet{
	width:10px;
	height:10px;
}
.sectors-listing .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#e22658;
}

.project-listing .elementor-widget-image-box .elementor-image-box-img{
	width:100% !important;
}
.project-listing .elementor-widget-image-box .elementor-image-box-title{
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #000000;
    font-weight: 400;
    font-family: 'TitilliumWeb-Regular';
	margin:0;
}
.project-listing .elementor-widget-image-box .elementor-image-box-content{
	position:relative;
}
.project-listing .read-more {
    top: -78px;
}
.project-listing.e-con.e-flex>.e-con-inner{
	column-gap:40px;
}
.page_title .elementor-heading-title.elementor-size-default {
    font-size: 72px;
    color: #ea1f27;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: 'TitilliumWeb-Bold';
    line-height: 60px;
}
.page_subtitle .elementor-widget-container {
    color: #000;
    font-family: 'TitilliumWeb-Regular';
    font-size: 20px;
    line-height:20px;
}
.internal_page {
    margin: 60px 0 70px 0;
}
.contact_iframe {
    padding: 0;
}
.iframe_text strong {
    width: 100%;
    display: inline-block;
    font-family: 'TitilliumWeb-Bold';
    font-weight: normal;
    padding: 0;
    margin: 0 0 15px 0;
    color: #ea1f27;
    font-size: 22px;
    letter-spacing: 0;
}
.iframe_text .elementor-widget-container {
    color: #000;
    font-family: 'TitilliumWeb-Regular';
    font-size: 18px;
    line-height: 26px;
    width: 500px;
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 19px 5px #ddd;
}
.iframe_text {
    padding: 10px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 1240px;
    right: 0;
    margin: auto;
}
.google_map img {
    width: 100%;
    height: 427px;
    object-fit: cover;
}
.iframe_text a {
    display: table;
    margin: 20px 0 0 0;
    color: #000;
    font-size: 14px;
    width: auto;
    text-transform: uppercase;
    font-family: 'TitilliumWeb-SemiBold';
    border-bottom: 2px solid #ea1f27;
}
.page_right_text .elementor-widget-container {
    color: #000;
    font-family: 'TitilliumWeb-Regular';
    font-size: 18px;
    line-height: 26px;
}
.contact_title .elementor-heading-title.elementor-size-default {
    font-size: 32px;
    color: #000;
    padding: 0;
    margin: 0 0 30px 0;
    font-weight: normal;
    font-family: 'TitilliumWeb-SemiBold';
}
.contact_details {
    padding: 100px 0 120px 0;
	  background:#fff;
}
.contact_address .elementor-widget-container {
    color: #000;
    font-family: 'TitilliumWeb-Regular';
    font-size: 18px;
    line-height: 26px;
}
.contact_address .elementor-widget-container strong {
    display: inline-block;
    width: 100%;
    font-family: 'TitilliumWeb-Bold';
    font-weight: normal;
    margin: 0 0 5px 0;
	color:#ea1f27;
}
.contact_address {
    margin-bottom: 10px !important;
}
.contact_address .elementor-widget-container a {
    font-size: 22px;
    color: #000;
    line-height: 22px;
}
.contact_form label {
    color: #000;
    font-family: 'TitilliumWeb-Regular';
    font-size: 16px;
    float: left;
    width: 100%;
}
.contact_form input {
    border: none;
    border-radius: 5px;
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    background: #f7f5f0;
}
.contact_half {
    width: 48%;
    float: left;
}
.contact_form p {
    float: left;
    width: 100%;
}
.contact_half.f_right {float:right;}

.contact_form textarea {
    border: none;
    border-radius: 5px;
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    resize: none;
	  background: #f7f5f0;
}
.contact_full input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 200px;
    background: #ea1f27;
    font-family: 'TitilliumWeb-Bold';
    letter-spacing: 0;
    font-size: 20px;
    padding: 18px 0;
}
.contact_full input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    text-decoration: none;
    background: #000;
}
.contact_address.contact_social a {
    font-size: 18px;
    width: 35%;
    float: left;
    line-height: 30px;
}
.contact_full strong {
    font-weight: normal;
    font-family: 'TitilliumWeb-Regular';
    font-size: 12px;
    color: #555;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.contact_full.contact_full_file p span {
    background: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px 15px 15px;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    font-family: 'TitilliumWeb-Regular';
}
.wpcf7 form .wpcf7-response-output {
    
    float: left;
    width: 100%;
    font-family: 'TitilliumWeb-Regular';
    font-size: 14px;
}
input::file-selector-button {
    border: none;
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.contact_form label sup {
    color: #ea1f27;
    font-size: 14px;
}
.opening_position {
    padding: 80px 0 100px 0;
    background: #fff;
}

.position-main table {
    border: none;
    width: 1000px;
    margin: 30px auto auto auto;
    border-collapse: separate;
    border-spacing: 0 15px;
}
.position-main table tr:first-child {
    background: transparent;
}
.position-main table th {
    border: none;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin: 0;
    font-family: 'TitilliumWeb-Bold';
    
    padding: 0 30px;
}
.position-main table td {
    font-size: 18px;
    line-height: 12px;
    color: #404143;
    margin: 0;
    border: none;
    padding: 10px 30px;
    border-left: none;
    border-right: none;
    font-family: 'TitilliumWeb-Regular';
}
.position-main table tr {
    margin-bottom: 5px;
    background: #f7f5f0;
}
.position-main table tr td a {
    width: 144px;
    border-radius: 100px;
    background: #ea1f27;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 10px 30px;
    display: inline-block;
	font-family:'TitilliumWeb-Bold';
	float:right;
}
.position-main table td span {
    display: none;
}
.director .contact_title .elementor-heading-title.elementor-size-default {
    margin: 0;
}
.director {
    padding: 100px 0 100px 0;
}
.director_profile img {
    height: 441px;
    object-fit: cover;
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
    background: #fff;
    padding: 10px;
}
.director_profile_right {
    padding-left: 70px;
    
}
#applynow {
    background: #f7f5f0;
}
.career_details .contact_form input , .career_details .contact_form textarea { 
    background: #fff;
}
.opening_position .contact_title .elementor-heading-title.elementor-size-default {
    color: #ea1f27;
}
.internal_about_us {padding:100px 0 !important;}
.internal_about_us .contact_title .elementor-heading-title.elementor-size-default {
    font-size: 48px;
    color: #000;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: normal;
    font-family: 'TitilliumWeb-SemiBold';
}
.internal_about_us .contact_address .elementor-widget-container strong {
   width: auto;
}
.internal_about_us .elementor-widget.elementor-widget-image img{
	width:100%;
}
.contact_address.about_right_para .elementor-widget-container {
    font-size: 20px;
    line-height: 32px;
}
.about_VM {
    background: #f7f5f0;
}
.rudra-technocrats.custom-head.about_VM .elementor-widget-heading h2.elementor-heading-title {
    margin-bottom: 25px;
    font-family: 'TitilliumWeb-Bold';
    
}
.custom-head.about_VM .elementor-widget-heading h4.elementor-heading-title {margin:0;}

.rudra-technocrats.about_VM.e-con.e-flex>.e-con-inner {background-image:none;}

.VM_Icon img {
    height: 100px;
    width: 100px;
}
.primary-menu ul.sub-menu {
    width: 215px;
    background: #ea1f27 !important;
    border-radius: 5px;
    top: calc(100% + 0rem);
    padding: 12px 0;
	left:0;
}
.primary-menu ul.sub-menu li {
    margin: 0;
}

.primary-menu ul.sub-menu a {
    line-height: normal;
    
    color: #fff !important;
    padding: 7px 20px;
}

.primary-menu ul.sub-menu:before , .primary-menu ul.sub-menu:after {display:none;}

.primary-menu > li > .icon {
    right: -0.5rem;
    top: calc(50% - -0.4rem);
}
body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
    color: #ea1f27;
}
.internal_about_us.services-main img {
    height: 760px;
    object-fit: cover;
}
.internal_about_us.services-main .contact_title .elementor-heading-title.elementor-size-default {
    color: #ea1f27;
    font-family: 'TitilliumWeb-Bold';
}

.main_project {padding:100px 0;}
.project_left .elementor-widget-container {
    font-family: 'TitilliumWeb-Regular';
    font-weight: normal;
    margin: 0;
    color: #ea1f27;
    font-size: 18px;
}
.project_left .elementor-heading-title.elementor-size-default {
    font-size: 26px;
    color: #000;
    padding: 0;
    margin: -20px 0 20px 0;
    font-weight: normal;
    font-family: 'TitilliumWeb-SemiBold';
    line-height: 32px;
}
.project_right .elementor-heading-title.elementor-size-default {
    font-size: 42px;
    color: #000;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: normal;
    font-family: 'TitilliumWeb-SemiBold';
}
.project_right .elementor-widget-container {
    color: #000;
    font-family: 'TitilliumWeb-Regular';
    font-size: 18px;
    line-height: 26px;
}
.project_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.project_title .elementor-heading-title.elementor-size-default {
    color: #fff;
    font-weight: normal;
    font-family: 'TitilliumWeb-Black';
    font-size: 52px;
    letter-spacing: 0;
    text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
}
.vision-mission .elementor-image-box-wrapper:hover img {
    transform: scale(0.8);
}

.banner .e-con-inner{
	padding:145px 0 !important;
}

.sectors-listing .elementor-widget-image-carousel .swiper-slide .swiper-slide-inner:hover img {
    transform: scale(0.8);
}
.rudra-technocrats .elementor-widget-counter:last-child .elementor-counter{
	border:none;
}
.custom-head .services_text.elementor-widget-heading h2.elementor-heading-title {
    font-family: 'TitilliumWeb-SemiBold';
}
.thank-you-main{
	padding:150px 0;
}
.thank-you-main .elementor-widget-heading{
	margin-bottom:20px;
}
.thank-you-main .elementor-widget-heading .elementor-heading-title{
    width: 100%;
    text-align: center;
    color: #ea1f27;
     font-family: 'TitilliumWeb-Bold';
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    line-height: 80px;
}
.thank-you-main .elementor-widget-text-editor{
	width: 100%;
    text-align: center;
    color: #000;
    font-family: 'TitilliumWeb-Regular';
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: 0;
}
.contact_full input[type=file]::file-selector-button {
	margin-right: 20px;
	border: none;
	padding: 10px 20px;
	color: #000;
	cursor: pointer;
	line-height: 12px !important;
	font-family: 'TitilliumWeb-Regular';
}
.right-banner .google_map img{
	 object-position: right;
}
.start-projects{
    background-position: 90% center !important;
    background-repeat: no-repeat !important;
    background-size: 55% !important;
}
.project-listing .elementor-widget-image-box .elementor-image-box-img img {
    height: 555px;
    object-fit: cover;
}
.project-slider .swiper-slide img.swiper-slide-image{
	  height: 555px;
    object-fit: cover;
}
.comingsoon .elementor-heading-title.elementor-size-default {
    text-align: center;
    font-family: 'TitilliumWeb-Regular';
    letter-spacing: 0;
    color: rgba(0,0,0,0.08);
    font-size: 72px;
    margin: 0;
}
@media only screen and (max-width: 1300px) {
	header#site-header .header-inner, #site-footer .section-inner{
		max-width:90%;
	}
	.start-projects{
		max-width:90%;
	}
	:is(.elementor-section-wrap,[data-elementor-id])>.e-con{
		 --content-width: 90% !important;
	}	
	:is(.elementor-section-wrap,[data-elementor-id])>.e-con.project-slider{
		--content-width: 94% !important;
	}
}
@media only screen and (max-width: 1200px) {
	.custom-head .elementor-widget-heading h2.elementor-heading-title br{
		display:none;
	}
}
@media only screen and (max-width: 1100px) {
	.primary-menu li {
		margin: 0 0 0 40px;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-description{
		max-width:100%;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-wrapper{
		padding-right:4%;
	}
	.sectors-listing .elementor-image-box-description{
		max-width:100%;
		margin-right:5%;
	}
	 .project-listing .read-more p br{
		display:none;
	}
	.page_title .elementor-heading-title.elementor-size-default{
		font-size:62px;
	}
	.position-main table{
		width:800px;
	}
	.custom-head .elementor-widget-heading h2.elementor-heading-title{
		max-width:85%;
	}
	.project-slider .elementor-image-carousel-caption .slider-text p br{
		display:none;
	}
	.contact_address .elementor-widget-container br{
		display:none;
	}
}
@media only screen and (max-width: 999px) {
	.banner .elementor-widget-heading .elementor-heading-title {
		font-size: 58px;
		line-height: 65px;
	}
	#site-header{
		padding:20px 0;
	}
	.toggle-icon, .toggle-text{
		display:none;
	}
	#site-header .header-titles-wrapper{
		position:relative;
	}
	#site-header .header-inner .toggle{
		padding:0;
		width:40px;
		right:0;
	}
	#site-header .nav-toggle .toggle-inner {
		width: 40px;
		height: 3px;
		background:#000;
		padding-top:0;
		top:4px;
	}
	#site-header .nav-toggle .toggle-inner::after{
		width:40px;
		position:absolute;
		left:0;
		top:-10px;
		content:"";
		height:3px;
		background:#000;
	}
	#site-header .nav-toggle .toggle-inner::before{
		width:40px;
		position:absolute;
		left:0;
		bottom:-10px;
		content:"";
		height:3px;
		background:#000;
	}
	.custom-head .elementor-widget-heading h2.elementor-heading-title {
		line-height: 54px;
		max-width: 100%;
		margin: 0 0 40px 0;
		font-size:38px;
		line-height:48px;
	}
	.projects{
		padding-bottom:80px;
	}
	.project-slider .elementor-image-carousel-caption .slider-text p {
		font-size: 20px;
		line-height: 24px;
	}
	.read-more-text, .rudra-technocrats.e-con.e-flex>.e-con-inner {
		padding: 80px 0;
	}
	.rudra-technocrats.custom-head .elementor-widget-heading h2.elementor-heading-title{
		margin-bottom:20px;
	}
	.rudra-technocrats .elementor-widget-text-editor.elementor-element .elementor-widget-container{
		margin-bottom:10px;
		max-width:100%;
	}
	.technology-sec .elementor-widget-heading h2.elementor-heading-title {
		font-size: 52px;
		line-height: 54px;
	}
	.technology-sec {
		padding: 150px 0;
	}
	.start-projects .elementor-widget-heading .elementor-heading-title {
		font-size: 42px;
		line-height: 48px;
		margin: 0 0 50px 0;
	}
	.start-projects {
		padding: 100px 0;
	}
	.footer-logo {
		float: left;
		width: 100%;
		margin-bottom:20px;
	}
	.top-footer .cols-30, .top-footer .cols-20, .top-footer .cols-15{
		width:50%;
		min-height:150px;
	}
	.social-links {
		float: left;
	}
	.bottom-footer .footer-menu ul li{
		margin-right:30px !important;
	}
	.menu-modal{
		left:inherit !important;
		width:350px !important;
		right:-100% !important;
		top:0;
		bottom:inherit !important;
		transition: 0.3s;
		box-shadow: -6px 0px 22px -8px rgba(0,0,0,0.1);
		height:100%; 
	}
	.menu-modal.active{
		right:0 !important;
		transition: 0.3s;
	}
	#site-content {
		padding-top: 110px;
	}
	.menu-modal ul li {
		border:none;
	}
	.menu-modal ul li a{
		color:#000;
		border:none;
		padding:15px 0 !important;
		font-weight:600 !important;
		font-size:22px !important;
	}
	.menu-modal button.sub-menu-toggle{
		border:none;
	}
	.menu-modal ul li .sub-menu li a{
		font-size:18px !important;
		font-weight:400 !important;
	}
	.menu-modal ul li .sub-menu{
		padding-left:20px;
	}
	.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
		text-decoration: none;
	}
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
		padding: 0 4px;
	}
	.page_title .elementor-heading-title.elementor-size-default{
		font-size:52px;
		line-height:52px;
	}
	.internal_about_us {
		padding: 80px 0 !important;
	}

	.rudra-technocrats.about_VM.e-con.e-flex>.e-con-inner .e-con-full{
		padding-right:30px;
	}
	.director {
		padding: 80px 0;
	}
	.contact_details {
		padding: 80px 0;
	}
	.project_title .elementor-heading-title.elementor-size-default{
		font-size:42px;
	}
	.opening_position {
		padding: 80px 0;
	}
	.opening_position .position-main{
		overflow:scroll;
	}
	.opening_position .position-main .elementor-widget-container{
		width:800px;
	}
}
@media only screen and (max-width: 900px) {
	.banner .elementor-widget-heading .elementor-heading-title {
		font-size: 48px;
		line-height: 58px;
	}
	.banner .e-con-inner {
		padding: 100px 0 !important;
	}
	.rudra-technocrats.e-con.e-flex>.e-con-inner{
		background-size:100%;
	}
	.bottom-footer .footer-menu ul li {
		margin-right: 15px !important;
	}
	.iframe_text strong{
		font-size:18px;
	}
}
@media only screen and (max-width: 768px) {
	:is(.elementor-section-wrap,[data-elementor-id])>.e-con.project-slider{
		--content-width: 90% !important;
	}
	.banner .elementor-widget-heading .elementor-heading-title {
		font-size: 44px;
		line-height: 52px;
	}
	.banner .e-con-inner {
		padding: 80px 0 !important;
	}
	.custom-button.elementor-widget-button .elementor-button {
		font-size: 16px;
		padding: 0 10px;
		line-height: 50px;
	}
	.banner .elementor-widget-heading .elementor-heading-title{
		margin-bottom:30px;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-wrapper {
		padding-right: 0;
	}
	.vision-mission {
		padding: 50px 0;
	}
	.vision-mission .e-con.e-flex{
		margin-bottom:30px;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-img img {
		height: 65px;
		width: auto;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-title {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 12px 0;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-description {
		font-size: 16px;
		line-height: 26px;
	}
	.custom-head .elementor-widget-heading h2.elementor-heading-title {
		font-size: 24px;
		line-height: 34px;
	}
	.vision-mission .e-con.e-flex:last-child {
		margin-bottom: 0;
	}
	.project-slider .elementor-widget-image-carousel .swiper-slide-inner{
		margin:0 !important;
	}
	.projects{
		padding-bottom:50px;
	}
	.project-slider .elementor-widget-image-carousel .swiper-slide-inner img{
		width:100%;
	}
	.project-slider .elementor-image-carousel-caption .slider-text p {
		font-size: 18px;
		line-height: 24px;
	}
	.project-slider .elementor-element .swiper .elementor-swiper-button-next, .project-slider .elementor-element .swiper .elementor-swiper-button-prev{
		display:none;
	}
	.project-slider .read-more, .project-listing .read-more{
		top:-95px;
	}
	.project-slider {
		padding-bottom: 50px;
	}
	.custom-head .elementor-widget-heading h4.elementor-heading-title {
		font-size: 18px;
		margin: 0;
	}
	.sectors-listing .elementor-image-box-title {
		font-size: 24px;
		line-height: 26px;
	}
	.counter-main .elementor-widget-counter .elementor-counter{
		width:100%;
	}
	.counter-main .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
		font-size: 62px;
		line-height: 68px;
	}
	.rudra-technocrats.custom-head .elementor-widget-heading h2.elementor-heading-title {
		max-width: 100%;
		line-height: 34px;
		font-size: 28px;
	}
	.technology-sec .elementor-widget-heading h2.elementor-heading-title {
		font-size: 42px;
		line-height: 48px;
	}
	.technology-sec {
		padding: 100px 0;
	}
	.start-projects .elementor-widget-heading .elementor-heading-title {
		margin: 0 0 30px 0;
	}
	.start-projects {
		padding: 80px 0 50px 0;
	}
	.top-footer .cols-30, .top-footer .cols-20, .top-footer .cols-15{
		width:100%;
		min-height:inherit;
		margin-bottom:20px;
	}
	.cols-30 h3, .cols-20 h3, .cols-15 h3{
		margin-bottom:5px;
	}
	.footer-logo{
		margin-bottom:30px;
	}
	.top-footer{
		margin-bottom:30px;
	}
	.top-footer {
		margin-bottom: 0;
	}
	.footer-menu{
		width:100%;
	}
	.footer-menu ul{
		width:100%;
		text-align:center;
	}
	.bottom-footer .footer-menu ul li{
		float:none;
		display:inline-block;
		margin:0 5px !important;
		font-size:14px;
		line-height:16px;
	}
	.copyright {
		float: right;
		width: 100%;
		text-align: center;
	}
	.copyright p{
		line-height:18px;
		margin-top:8px;
	}
	.top-footer .cols-20 p, .top-footer .cols-15 p{
		margin:0;
	}
	.modal-menu .section-inner {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 86%;
	}
	.project-slider .elementor-widget-image-carousel .swiper-slide-inner:hover .read-more .read-more-txt{
		translate: 1px;
		line-height: 52px;
	}
	.page_title .elementor-heading-title.elementor-size-default {
		font-size: 42px;
		line-height: 42px;
		margin-bottom:0;
	}
	.page_subtitle .elementor-widget-container {
		font-size: 18px;
		line-height: 20px;
	}
	.page_right_text .elementor-widget-container {
		font-size: 18px;
		line-height: 26px;
	}
	.internal_page {
		margin: 50px 0 !important;
	}
	.google_map img {
		height: 300px;
		object-fit: cover;
	}
	.internal_about_us {
		padding: 50px 0 !important;
	}
	
	.internal_about_us .elementor-element .elementor-widget-container{
		height:auto;
	}
	.internal_about_us .contact_title .elementor-heading-title.elementor-size-default {
		font-size: 38px;
		margin-top: 30px;
		margin-bottom:0;
	}
	.contact_address.about_right_para .elementor-widget-container {
		font-size: 18px;
		line-height: 30px;
	}
	.rudra-technocrats.about_VM.e-con.e-flex>.e-con-inner .e-con-full {
		padding-right: 0;
	}
	.read-more-text, .rudra-technocrats.e-con.e-flex>.e-con-inner {
		padding: 50px 0;
	}
	.rudra-technocrats.about_VM.e-con.e-flex>.e-con-inner .e-con-full{
		margin-bottom:30px;
	}
	.rudra-technocrats.about_VM.e-con.e-flex>.e-con-inner .e-con-full:last-child {
		margin: 0;
	}
	.page_title .elementor-heading-title.elementor-size-default {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.director_profile img{
		width:100%;
		height:inherit;
	}
	.director {
		padding: 50px 0;
	}
	.director_profile_right {
		padding-left: 0;
		margin-top: 30px;
	}
	.contact_title .elementor-heading-title.elementor-size-default {
		font-size: 30px;
		margin-top:30px;
		margin-bottom:0;
	}
	.internal_about_us.services-main img {
		height: auto;
	}
	.internal_about_us.services-main .contact_title .elementor-heading-title.elementor-size-default{
		font-size:32px;
	}
/* 	.elementor-element.internal_page.e-flex.e-con-boxed.e-con{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.e-con{
		padding:0;
	} */
	.internal_about_us .elementor-widget-image img{
		width:100%;
	}
	
	.order-change .e-con.e-flex:first-child{
		order:2;
	}
	.order-change .e-con.e-flex:nth-child(2){
		order:1;
	}
	.internal_about_us .elementor-widget-image img{
		margin-bottom:10px;
	}
	.project-listing .elementor-widget-image-box .elementor-image-box-img img {
    	width: 100%;
		max-height: 500px;
		object-fit: cover;
	}
	.project-listing .read-more {
		top: -80px;
	}
	.project-listing .e-con.e-flex .elementor-image-box-wrapper{
		margin-bottom:30px;
	}
	.contact_half {
		width: 100%;
		float: left;
	}
	.contact_form label{
		margin:0;
	}
	.iframe_text .elementor-widget-container {
		font-size: 18px;
		line-height: 26px;
		padding: 15px;
		width:100%;
	}
	.contact_details {
		padding: 50px 0;
	}
	.main_project {
		padding: 50px 0;
	}
	.project_left .elementor-heading-title.elementor-size-default{
		font-size:20px;
		line-height:28px;
	}
	.project_left .elementor-heading-title.elementor-size-default{
		margin-bottom:0;
	}
	.project_right .elementor-heading-title.elementor-size-default {
		font-size: 32px;
		margin: 0 0 0px 0;
	}
	.project_title .elementor-heading-title.elementor-size-default{
		font-size:32px;
		padding:0 5%;
	}
	.start-projects .e-con-inner{
		padding: 0 !important;
	}
	.opening_position {
		padding: 50px 0;
	}
	.contact_address .elementor-widget-container a {
		font-size: 18px;
	}
	.opening_position .position-main .elementor-widget-container{
		width:770px;
	}
	#site-footer{
		padding:50px 0 30px 0;
	}
	.project_right {
		margin-top: 30px;
	}
	.sectors-listing .elementor-image-box-description{
		max-width:100%;
		margin-right:0;
	}
	.start-projects{
		background-image:inherit !important;
	}
}
@media only screen and (max-width: 700px) {
	.modal-menu{
		width:100% !important;
		left:0 !important;
	}
	.comingsoon .elementor-heading-title.elementor-size-default {
    
    font-size: 32px;
    
}
	
}
@media only screen and (max-width: 600px) {
	.banner .elementor-widget-heading .elementor-heading-title {
		font-size: 38px;
		line-height: 48px;
	}
	.custom-head .elementor-widget-heading h2.elementor-heading-title {
		font-size: 22px;
		line-height: 32px;
	}
	.counter-main .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
		font-size: 52px;
		line-height: 62px;
	}
	.technology-sec .elementor-widget-heading h2.elementor-heading-title br{
		display:none;
	}
	.technology-sec .elementor-widget-heading h2.elementor-heading-title {
		font-size: 38px;
		line-height: 44px;
	}
	.internal_about_us .contact_title .elementor-heading-title.elementor-size-default {
		font-size: 34px;
		margin-top: 30px;
		margin-bottom: 0;
	}
	.rudra-technocrats.custom-head .elementor-widget-heading h2.elementor-heading-title {
		line-height: 34px;
		font-size: 26px;
		margin-bottom: 10px !important;
	}
	.VM_Icon img {
		height: auto;
		width: 70px;
	}
}