/*
Theme Name: Octonion
Author: Octonion Design
Author URI: https://techguymedia.com
Description: MRD Soft
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techguymedia
*/



@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
}




body {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  color: #000;
 }

a {
  text-decoration: none;
}

.f68 {
  color: #E3E3E3;
  font-size: 68px;
  font-family: Arial, Helvetica, sans-serif;
}

.f85 {
  font-size: 85px;
  font-weight: 600;
}

.f58 {
  font-size: 58px;
  font-weight: 600;
}

.f48 {
  font-size: 48px;
}

.f40 {
  font-size: 40px;
}

.f30 {
  font-size: 30px;
}

.f35 {
  font-size: 35px;
}

.f35h {
  font-size: 35px;
  font-weight: bold;
  font-family: Helvetica;
  color: #0B0A53;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}

.f18 {
  font-size: 18px;
}

.f12 {
  font-size: 12px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

.fw700 {
  font-weight: 600;
}

.fgrey {
  color: #454545;
}



.reddbtn {
  border: 1px solid #0B0A53;
  padding: 15px 24px;
  font-weight: 600;
}

.sbmtbtn {
  border: 1px solid #F53235;
  padding: 15px 24px;
  background-color: #fff;
  border-radius: 5px;
  color: #F53235;
  font-weight: bold;
}

.sbmtbtn:hover {
  border: 1px solid #0B0A53;
  background-color: #0B0A53;
  color: #FFF;
}

.redmrbtn {
  border: 1px solid #F53235;
  color: #F53235;
  font-size: 14px;
  padding: 15px 24px;
  font-weight: 600;
}

.cntbtn{
  background-color: #fff;
  color: #34B6D8;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.cntbtn1{
  background-color: #fff;
  color: #F15A24;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.reddbtn:hover, .redmrbtn:hover, .cntbtn1:hover {
  background-color: #0B0A53;
  color: #fff;
}

.cntbtn:hover {
  background-color: #34B6D8;
  color: #fff;
}

.fntblu {
  color: #0B0A53;
 }

.redlink {
  color:#F53235;
}

.redlink:hover {
  color: #0B0A53;
}

/******* Menu Part*********/
.navbar {
  padding: 0;
}

.nav-link {
  font-weight: 500;
  color: #000;
  padding: 20px 25px !important;
  text-transform: capitalize;
	font-size: 16px;
}

.dropdown-item {
  padding: 11px 10px;
width: 230px;}

.nav-link:hover, .navbar-nav .nav-link.active {
  color:#F53235;
}

.menu-main-menu-container {
    margin-left: auto !important;
}

 .dropdown-menu li .nav-link.active {
  padding: 10px 0px 10px 10px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item:hover, .dropdown-menu li .nav-link.active  {
  background-color: #E8ECFF;
}



.dropdown-menu {
  border-top: 3px solid #0B0A53;
  border-radius: 0;
  background-color: white !important;
	  padding: 0;
}
.dropdown-toggle::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-left: 1px;
  transition: transform 0.3s ease;
  border: 0;
  vertical-align: -0.8px;
  color: #1C1B1F;
}

.dropdown-toggle:hover::after {
  transform: rotate(180deg); /* Rotate the arrow upwards */
  color:#F53235;
}

.menu-primary-menu-container {
    margin-left: auto !important;
}

/****************** Mobile menu *****************************/

.offcanvas {
  width: 300px !important;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.offcanvas {
  width: 300px !important;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.mobilelinks ul {
  padding: 0px 20px;
}
.mobilelinks ul li {
  padding: 10px 0;
}

.mobilelinks ul li ul li {
  border-bottom: 0 solid #d9d9d9;
  padding: 5px 0;
  font-size: 16px;
}

.mobilelinks ul li ul {
  padding: 0;
}

.mobilelinks ul li a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

.mobilelinks ul li a:hover, .mobilelinks ul li ul li a:hover, #menu-item-49 .mobilelinks ul li ul li a {
	color: #F53235;
}

.mobilelinks ul li ul li a {
  color: #000;
  font-size: 15px;
  font-weight: normal;
}

.mobilelinks ul li a[aria-expanded="true"]:after {
  content: "\f106";
  font-family: FontAwesome;
  float: right;
  font-size: 16px;
  padding: 8px 0px 0px 0px;
}

.mobilelinks ul li a[aria-expanded="false"]:after {
  content: "\f107";
  font-family: FontAwesome;
  float: right;
  padding-left: 10px;
  font-size: 14px;
}



.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  float: right;
  height: 50px;
  position: relative;
  width: 50px;
  z-index: 10;
  top: 8px;
}
.toggle-menu span {
  background: #1c1b1f;
  content: "";
  display: block;
  height: 3px;
  left: calc(50% - 17px);
  position: absolute;
  top: calc(50% - 12px);
  transform-origin: 50% 50%;

  width: 26px;
  right: 0;
  border-radius: 2px;
}
.toggle-menu span:before {
  background: #1c1b1f;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  width: 26px;
  border-radius: 2px;
}

.toggle-menu span:after {
  background: #1c1b1f;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  width: 26px;
  border-radius: 2px;
}

.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background: transparent;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before,
.toggle-menu.active span:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

.banner, .banner2 {
    position: relative;
    overflow: hidden;
}

.banner .overlay-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    text-align: left;
	 color: #0B0A53 !important;
}


.banner2 .overlay-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    text-align: left;
	 color: #fff !important;
}


 .bannerbg {
  background: #0B0A53 url('images/bannerbg.png');
  background-size: cover;
  min-height: 613px;
  color: #fff;
}


/*.conservbg {
  background: url('images/conservbnr.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}



.mangdservbg {
  background: url('images/mangdserv.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}



.middleservbg {
  background: url('images/middleserv.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}



.stageticbg {
  background: url('images/stagetic.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}


.techbg {
  background: url('images/tech.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}


.businssbg {
  background: url('images/busins.jpg');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}

.ebusnssuitbg {
  background: url('images/ebussuit.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}

.fussionbg {
  background: url('images/fussion.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}

.solumiddlebg {
  background: url('images/solumiddle.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}

.peplsoftbg {
  background: url('images/peoplesoft.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}

.indtcommbg {
  background: url('images/induscommcl.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}

.energybg {
  background: url('images/energy.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}

.healthbg {
  background: url('images/healthcare.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}

.higherbg {
  background: url('images/higher-education.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}

.publicbg {
  background: url('images/public-sector.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}

.innerbg {
  background: #0B0A53 url('images/innerbanrbg.png');
  background-size: cover;
  min-height: 369px;
	
}

.carrerbg {
  background: url('images/careerbanr.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
}

.contactbg {
  background: url('images/contactbnr.png');
  background-size: cover;
  min-height: 369px;
  color: #0B0A53 !important;
} */

.bannerbg  h1, .innerbg h1 {
  font-size: 48px;
  color: #fff; 
  font-weight: bold;
}

h2 {
  font-size: 35px;
  color: #000; 
}

.phases .card, .bussoutins .card   {
  padding: 30px;
  border-radius: 10px;
  background: white;
  border: 1px solid transparent;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); 
} 

/* .whychoose .card, .mrdserv .card, 
.srvoffer .card, .techkeyfet .card {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    padding: 30px;
    border-radius: 10px;
	border:0;
    background: white;
   position: relative;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    text-align: center; 
} */

.selvating .card, .whychoose .card, .mrdserv .card, 
.srvoffer .card, .techkeyfet .card{
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center the content */
    align-items: center; /* Horizontally center the content, optional */
    padding: 30px;
    border-radius: 10px;
	border:0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	z-index:0;
    text-align: center; /* Ensures text is centered */
}


.selvating .card:before, .whychoose .card:before, .mrdserv .card:before, 
.srvoffer .card:before, .techkeyfet .card:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;

  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
	
}
.selvating .card:hover, .whychoose .card:hover, .mrdserv .card:hover, 
.srvoffer .card:hover, .techkeyfet .card:hover {
  transform: scale(1.05);
	 border: 1px solid #F4161A ;
}

.selvating .card:hover::before, .whychoose .card:hover::before, .mrdserv .card:hover::before, 
.srvoffer .card:hover::before, .techkeyfet .card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}


/* .selvating .card:hover, .whychoose .card:hover, .mrdserv .card:hover, .srvoffer .card:hover, .techkeyfet .card:hover   {
  border: 1px solid #F4161A ;
} */


.selvating .card {
  min-height: 500px;
}

.aboutimg .card {
   border-radius: 10px;
  background: white;
  border: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); 
 }

 .whychoose .card { 
  min-height: 400px;
}

.techkeyfet .card { 
  min-height: 400px;
}

.mrdserv .card {
  min-height: 300px;
}
.srvoffer .card{ 
  min-height: 350px;
}

.phases .card {
  min-height: 300px;
  padding: 0;
}

.provdresrch .card {
  min-height: 435px !important;
  padding: 0;
	border:0;
	border-radius:30px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); 
}

.bussoutins .card {
  min-height: 520px;
  padding: 0;
	border:0;
	border-radius:30px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); 
}

.cardhead {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #E8ECFF;
  font-size: 20px;
}



.lets {
  position: relative;
  top: -20px;
}

.lethelp {
  position: absolute;
  left: 8%;
  bottom: 20%;
  z-index: 5;
}

.listicons ul {
  list-style: none; /* Remove default bullets */
  padding: 0;
}

.listicons ul li {
  padding-left: 30px; /* Space for icon */
  background: url(images/tick.svg) no-repeat left top;
  background-size: 20px 20px; /* Adjust icon size */
  margin-bottom: 15px; /* Spacing between items */
}

.listicons ul li ul {
  list-style-type:disc; /* Remove default bullets */
  padding: 0 0 0 20px;
}

.listicons ul li ul li {
  padding-left: 10px; /* Space for icon */
  margin-bottom: 5px; /* Spacing between items */
  background: none;
}


#contactus input[type="text"],
#contactus input[type="email"],
#contactus input[type="tel"],
#contactus textarea {
  border: none;
  border-bottom: 2px solid #9d9d9d;
  background: transparent;
  outline: none;
  width: 100%;
  color: #9d9d9d;
  font-size: 14px;
  padding: 10px 10px 0px 0px;
	border-radius:0;
}

#contactus label {
    width: 100%;
}




.hero-banner-one__content {
  position: relative;
}


.hero-banner-one__text {
  font-size: 24px;
  line-height: 34px;
  max-width: 750px;
  margin: 0 0 30px;
}

}


/****************** For heading animation *****************/

.sec-title__title {
  
}

.sec-title__title.bw-split-text > div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to left, rgba(var(--lotech-black-rgb, 14, 15, 17), 0.1) 50%, var(--lotech-black, #0E0F11) 50%);
}
















/******************* Footer *****************************/
footer{
  background-color: #F7F7F7;
  font-size: 14px;
	margin-top: -50px;
}

footer .form-control {
  padding: 15px;
border: 1px solid #fff;
background-color: transparent;}

footer .form-control::placeholder {
  color: #fff; /* Replace with your desired color */
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
box-shadow: none;}

.footrborbtm{
  border-bottom: 1px solid #BFBFBF;
}

footer a {
  color: #000 !important;
}

footer a:hover {
  color: #F53235 !important;
}


.privlinks a {
  color: #fff;
  font-size: 12px;
}



.social-icons ul li {
  list-style-type: none;
  margin-right: 15px;
}



.social-icons ul li a {
text-decoration: none;
color: #777 !important;
  font-size: 16px;
font-weight: 400;
}

.social-icons ul li a:hover {
    color: #F4161A !important;
 }

/************** Careers page CSS *************************************/

.awsm-grid-item .awsm-job-item{ 
	border: 0 !important; 
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) !important; 
	border-radius: 15px !important;  
	font-family: 'Helvetica' !important;
	    padding: 30px 30px 40px 30px;
}

.awsm-grid-col-2 .awsm-grid-item {
    width: 25% !important;

}

.awsm-job-wrap, .awsm-job-wrap * {
    line-height: 29px;
}

.awsm-job-item h2.awsm-job-post-title {
	font-size:18px !important;
	padding-top: 0 !important;
	color: #000 !important;
	padding-bottom:5px;
	border-bottom: 0px solid #34B6D8;
	font-weight:700;
}

.awsm-job-more-container .awsm-job-more span::before {
    content: "" !important;
	font-family: "FontAwesome" !important;
}

.awsm-job-more {
	color: #000 !important;
	border:1px solid #0B0A53;
	padding:12px 22px;
	border-radius:5px;
}

.awsm-job-more:hover {
	color: #FFF !important;
	background-color: #F4161A !important;
	border:1px solid #F4161A !important;
}

.awsm-job-more-container {
	padding-top: 2rem !important;
}

.awsm-load-more-main a.awsm-load-more {
	color: #F00817 !important;
	border:0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

h3.wp-block-heading, .awsm-job-entry-content h3 {
	padding:15px 0px;
}
ul.wp-block-list, .awsm-job-entry-content ul {
	padding:0px 0px 25px 18px;
}

.awsm-job-form {
	    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.awsm-job-form-inner {
    background: #F7F7F7 !important;
    border: 1px solid #fff;
    padding: 35px;
}

.awsm-job-form-control {
	border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
	padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
	background: #fff;
}

.awsm-job-form-group input.awsm-application-submit-btn {
border: 1px solid #F4161A;
    color: #F4161A;
    text-transform: uppercase;
  background: #fff;
  border-radius: 5px;
  padding: 10px 56px
}

.awsm-job-form-group input:hover.awsm-application-submit-btn { 
 background-color: #0B0A53 !important;
	border:1px solid #0B0A53 !important;
   color: #fff;
}

.awsm-job-form-group input.awsm-application-submit-btn::after
{
	 content: "\f101" !important;
	font-family: "FontAwesome" !important;
}




/*********************************************************************************/


@media (min-width: 821px) {
  .d-custmd-none {
    display: none !important;

  }

  

 


}


@media (max-width: 575.98px) and (max-width: 767px) {

  .bannerbg {
    background: #0B0A53 url(images/mbbanner.png);
    background-size: cover;
    min-height: 567px;
}
	
p.f35 {
    font-size: 25px;
}
	
	h1 {
		 font-size: 20px;
	}

.bannerbg h1 {
  font-size: 30px;
  padding: 60px 0px 20px 0px;
}
	
	.innerbg h1 {
		font-size: 32px;}

.bannerbg p.f18 {
  font-size: 14px;
}

.countlist p.f18 {
  font-size: 22px;
}

.f35h {
  font-size: 30px;}

h2 {
  font-size: 25px;
  color: #000; 
}

  .f48 {
    font-size: 35px;
}

.whychoose .card, .mrdserv .card, .srvoffer .card {
  margin: 15px;
}

.lets {
  position: relative;
  top: 59px;
}

.lethelp {
  position: absolute;
  left: 10%;
  bottom: 28%;
  z-index: 5;
}

.lets img {
  position: relative;
  margin-top: -40px;
  z-index: -1;
}

.provdresrch .card {
  min-height: 390px !important;
}
	
	footer {
    margin-top: 30px;
}


}





/* Ipad Air and Mini*/
@media screen and (min-width: 768px) and (max-width: 991px) {

  .textnone {
		display:none;
	} 
}

/* For Large screens */

@media (min-width: 1500px) {


}
