
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    scroll-behavior: smooth;
}

.topbar {
    background: #36444F;
    padding: 10px 0px;
}
.top-right {
  color: #fff;
  display: flex;
  justify-content: end;
}
.menubar{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nav-link{
color: black;
}

.cta{
    background: #D9DADA;
    padding: 16px;

}

.all-product-tdtl{
  color:#064497;
}



/* CSS */
.button-35 {
 
  align-items: center;
  background-color: #4161b2;
  border-radius: 5px;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, .1) 0 6px 20px;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter,sans-serif;
  font-size: 19px;
  line-height: 1;
  color: #FFF;
  margin: 0;
  outline: none;
  padding: 13px 26px;
  text-align: center;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
  transition: box-shadow .2s,-webkit-box-shadow .2s;
  /* white-space: nowrap; */
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-35:hover {
  box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
}
.cta-left {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}

.cta-left p{
  font-size: 18px;
margin:5px;
}
/* 
productsection  */
.call-to-action {
  background: linear-gradient(rgb(0 0 0 / 0%), rgb(175 175 175 / 0%)), url(../images/background_02.jpg) center center;
    background-size: cover;
    padding: 58px 0;
}

.client-h2 {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.readbtn {
  text-align: center;
}
.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.companylogo_u1li {
  padding: 2%;
}
.mset-1, .mset-4 {
  margin-top: 0;
}
.companylogoStyle {
  position: relative;
}
.companylogoStyle .comp-iconBg {
  width: 100%;
  max-width: 100%;
  position: relative;
}
/* .companylogoStyle .comp-icon {
  max-width: 100%;
  width: 70%;
  top: 21%;
  left: 15%;
  position: absolute;
  cursor: pointer;
} */
.companylogoStyle .comp-icon {
  top: 27%;
  left: 25%;
  position: absolute;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.companylogo_ul {
  display: flex;
}

/* footer */
#footer {
  position: relative;
  background-color: #7e271e;
}
#footer .widgets_row {
  padding-top: 36px;
  position: relative;
  margin-top: 36px;
}

#footer .footer_widgets {
  position: relative;
}
#footer .widgets_row .footer_logo {
  position: relative;
  margin: 0 0 37px;
  padding: 22px 0 0;
}
#footer .widgets_row .footer_logo a {
  display: inline-block;
  vertical-align: top;
}
#footer .widgets_row .footer_logo a img {
  display: block;
  height: 45px;
  width: auto;
}
.footer-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-icons li {
  display: inline-block;
}

.footer-icons a {
  text-decoration: none;
  color: #000; /* Set your preferred icon color */
  border: 1px solid #fff; /* White border around icons */
  border-radius: 50%;
  padding: 10px; /* Adjust the padding as needed */
  margin-right: 10px; /* Adjust spacing between icons */
  font-size: 20px; /* Adjust the size as needed */
  display: inline-flex; /* Ensure horizontal layout */
  align-items: center;
  justify-content: center;
  width: 40px; /* Set a fixed width for each icon */
  height: 40px; /* Set a fixed height for each icon */
}
#footer .widgets_row .footer_logo a img {
  display: block;
    height: 45px;
    width: auto;
    background: #fff;
    padding: 0px 1px;
}
#footer .footer_logo img {
  max-width: none;
}

#footer section#text-2 {
  padding: 25px 0px 0px 0px;
}

#footer.style_2 .footer_widgets .widget {
  margin-bottom: 40px;
}
#footer .footer_widgets .widget.widget_text {
  color: #000;
}
#footer.style_2 .footer_widgets .widget {
  margin-bottom: 40px;
}
#footer .footer_widgets .widget.widget_text {
  color: #000;
}
#footer .footer_widgets .widget {
  margin: 0 0 50px;
}
#footer .footer_widgets .widget {
  margin: 0 0 50px;
}
.widget.widget_text, .widget.widget_text p {
  font-size: 13px;
  line-height: 22px;
  color: #243238;
}
#footer.style_2 .socials {
  margin-bottom: 35px;
}
#footer.style_2 .socials ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#footer.style_2 .socials ul li:not(:last-child) {
  margin-right: 8px;
}
#footer.style_2 .socials ul li a {
  display: block;
  width: 32px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #36444f;
  opacity: .5;
  transition: opacity .3s ease;
}
#footer.style_2 .socials ul li
#footer.style_2 .footer_widgets .widget .widget_title {
  font-weight: 400;
  letter-spacing: .01em;
  padding-top: 19px;
}

#footer.style_2 .footer_widgets .widget .widget_title {
  font-weight: 400;
  letter-spacing: .01em;
  padding-top: 19px;
}
#footer .footer_widgets .widget .widget_title {
  border-top: transparent !important;
}
#footer .footer_widgets .widget .widget_title {
  position: relative;
  text-transform: none;
  border-bottom: 1px solid rgba(204,204,204,.5);
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  padding-bottom: 10px;
}{
  float: left;
}
#footer .footer_widgets .widget.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer_widgets .widget.widget_recent_entries ul li {
  position: relative;
  margin: 0 0 30px;
}
#footer .footer_widgets .widget.widget_recent_entries ul li a {
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  transition: all .3s ease;
  margin: 0 0 14px;
}
#footer .footer_widgets .widget.widget_nav_menu ul li a {
  padding: 0;
  border: none;
  position: relative;
  color: #fff;
  opacity: .9;
  text-decoration: none;
  list-style-type: none;
}

.menu{
  list-style: none;
}

section.about-wrapper {
  padding: 60px 0px;
}

.abt-right p {
  font-size: 39px;
  font-weight: 700;
}
.abt-title p{
  font-size: 30px;
  /* margin-bottom: 78px; */
} 

.aadhunik {
  position: relative;
  color: #d12614;
}
/* .aadhunik:after{
  content: '';
    position: absolute;
    height: 2px;
    width: 278px;
    background-color: #d12614;
    top: 42px;
    margin: 5px 0px 23px -376px;
} */
/* .aadhunik:before{
  content: '';
  position: absolute;
  height: 2px;
  width: 334px;
  background-color: #d12614;
  top: 45px;
  margin: -3px 0px 6px -92px;
  }
  .abt-right1 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 10px;
    text-align: justify;
} */

.abt-left img{
  position: relative;
}


.abt-right1 ul {
  margin: 16px;
}

.abt-box{
  height: 313px;
  width: 316px;
  background-color: red;
  position: absolute;
  top: -19px;
  z-index: -1;
  left: -8px;
  transition:ease-in 0.5;
}
.abt-box2 {
  height: 313px;
  width: 316px;
  background-color: #294ea8;
  position: absolute;
  top: 150px;
  z-index: -1;
  /* left: 51px; */
  right: 0;
}
.abt-left img{
  position: relative;
  border: 6px solid #fff;
}

.abt-left:hover + .abt-box {
  background-color: #294EA8;
}
.abt-left:hover + .abt-box2 {
  background-color: #29a855;
}

#menu-products li {
  padding: 10px 0px;
}

/* form */
.get-in-touch {
  max-width: 800px;
  margin: 38px auto 0px auto;
  position: relative;
}
.get-in-touch .title {
  
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3.2em;
  /* line-height: 52px; */
  padding-bottom: -22px;
  color: #5543ca;
  background: #5543ca;
  background: -moz-linear-gradient(left,#f4524d 0%,#5543ca 100%) !important;
  background: -webkit-linear-gradient(left,#f4524d 0%,#5543ca 100%) !important;
  background: linear-gradient(to right,#f4524d 0%,#5543ca 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #5543ca;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #5543ca;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
   background-image: linear-gradient(125deg,#a72879,#064497);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width:200px;
  cursor: pointer;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: white;
 
  border-radius: 0.25rem;
  color: #000;
}

.navbar-nav {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* 
search */

.search {
  position: absolute;
  top: 50%;
  margin: 0px 32px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.search * {
  outline: none;
  box-sizing: border-box;
}
.search__wrapper {
  position: relative;
}
.search__field {
  width: 0px;
  height: 50px;
  color: transparent;
  font-family: Lato, sans-serif;
  font-size: 1.35em;
  padding: 0.35em 50px 0.35em 0;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.search__field:focus {
  border-bottom-color: #ccc;
  width: 200px;
  color: #2b2b2b;
  cursor: default;
}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e9f1f4;
  width: 50px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

/* mission vision home page */

.accordion .card-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: right; 
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
}
.mission-box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.mission-wrapper {
  margin-top: 65px;
  border: 1px dotted #5543ca;
  padding: 50px;
}
.accordion>.card>.card-header {
  border-left: 10px solid #5543ca;
  border-radius: 0;
  padding: 15px;
  margin-bottom: -1px;
}
/* .card-body p{
  color:#5543ca;
  border-left : 1px solid #5543ca;
  padding:10px;
} */

.card-body p {
  color: #535355;
  border-left: 1px solid #5543ca;
  padding: 10px;
}
.accor-1 {
  background: #a01a0c;
  color:#fff;
}
.accor-2 {
  color:#fff;
  background: green;
}
.accor-3 {
  color:#fff;
  background: #dde405;
  
}
.card-title {
  margin-bottom: 0.75rem;
  color: #fff;
}
.inner-details {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 15px;
}
.product-more{
  background: #9eeb62;  /* fallback for old browsers */
background: linear-gradient(to right, #9eeb62, #60a829);+ */

}
.product-more a{
  text-decoration: none !important;
  color:#fff;
}

.bg-image {
  background: linear-gradient(90deg, #d4eece, #d4eece, #d4eece), url(../images/about-us-banner.png) no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  height: 290px;
}
.bg-image-all {
  background: linear-gradient(90deg, #d4eece, #d4eece, #d4eece), url(../images/about-us-banner.png) no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  height: 290px;
}
.abt-us{
  width: 100%;
  height: 250px;
  background: url(../images/about-new.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.contact-uss{
  width: 100%;
  height: 250px;
  background: url(../images/contact-us.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.career{
  width: 100%;
  height: 250px;
  background: url(../images/career-new.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg-image  img{
  width:100%;
}


.breadcrumb {
  display: inline-block;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border-radius: 7px;
  counter-reset: flag;
  position: relative;
  position: relative;
  /* top: 0px; */
  z-index: 9999999999999;
  left: 0;
  margin: 110px 101px;
}
/* 
breadcrumb */
/* .breadcrumb {
  display: inline-block;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border-radius: 7px;
  counter-reset: flag;
  position: relative;
  position: absolute;
  top: 0px;
  z-index: 9999999999999;
  left: 0;
  margin: 249px 101px;
} */

.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 25px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 20px;
}

/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px; /*half of square's length*/
	/*same dimension as the line-height of .breadcrumb a */
	width: 36px; 
	height: 36px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.707) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	/*stylish arrow design using box shadow*/
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	/*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
/*  */


.flat a, .flat a:after {
	background: white;
	color: black;
	transition: all 0.5s;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
	background: #9EEB62;
}

/* about us page */


.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 38px;
  /* line-height: 1.28em; */
  color: #222222;
  font-weight: 600;
  padding-bottom: 3px;
  margin-top: 34px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}
/* .about-section{
  position: relative;
  padding: 120px 0 70px;
} */
.about-section {
  position: relative;
  padding: 0px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 25px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text {
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 22px;
  
  color: #848484;
  font-weight: 400;
  
  padding: 10px;
}
.abt-para{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-left: 3px solid #a01a0c;
}
.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 114px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid #00aeef;
}
.about-section .image-column .image-1 {
  position: relative;

  margin: 123px 10px 10px 10px;
}
/* .about-section .image-column .image-1{
  position: relative;
} */
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* contact us */


.right_conatct_social_icon{
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}
.contact_us{
 background-color: #f1f1f1;
 padding: 120px 0px;
}

.contact_inner{
 background-color: #fff;
 position: relative;
 box-shadow: 20px 22px 44px #cccc;
 border-radius: 25px;
}
.contact_field{
 padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
 height: 100%;
}

.contact_field h3{
color: #000;
 font-size: 40px;
 letter-spacing: 1px;
 font-weight: 600;
 margin-bottom: 10px
}
.contact_field p{
 color: #000;
 font-size: 13px;
 font-weight: 400;
 letter-spacing: 1px;
 margin-bottom: 35px;
}
.contact_field .form-control{
 border-radius: 0px;
 border: none;
 border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
 box-shadow: none;
 outline: none;
 border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
 font-size: 13px;
 letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #2d2d2d;
  right: 1px;
  top: 18%;
  height: 430px;
  width: 383px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
 letter-spacing: 1px;
 padding-bottom: 15px;
 color: #fff;
}

.info_single{
 margin: 30px 0px;
}
.info_single i{
 margin-right: 15px;
}
.info_single span{
 font-size: 14px;
 letter-spacing: 1px;
 color: #fff;
}

button.contact_form_submit {
 background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
 border: none;
 color: #fff;
 padding: 10px 15px;
 width: 100%;
 margin-top: 25px;
 border-radius: 35px;
 cursor: pointer;
 font-size: 14px;
 letter-spacing: 2px;
}
.socil_item_inner li{
 list-style: none;
}
.socil_item_inner li a{
 color: #fff;
 margin: 0px 15px;
 font-size: 14px;
}
.socil_item_inner{
 padding-bottom: 10px;
}

.map_sec{
 padding: 50px 0px;
}
.map_inner h4, .map_inner p{
 color: #000;
 text-align: center
}
.map_inner p{
 font-size: 13px;
}
.map_bind{
margin-top: 50px;
 border-radius: 30px;
 overflow: hidden;
}

.info_single i{
  color:#fff;
}

.info_single a{
  color:#fff;
}


/* careers */

.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
}
.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 28px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #121212;

  overflow: hidden;
  min-height: 200px;
  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height: 87px;
  margin: 0 0 23px;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  z-index: 2;
  position: relative;
}
.ag-courses-item_date-box {
  font-size: 18px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date {
  font-weight: bold;
  color: #f9b234;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background-color: #3ecd5e;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #e44002;
}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background-color: #952aff;
}
.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
  background-color: #cd3e94;
}
.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
  background-color: #4c49ea;
}



@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}


.carrer-right h4{
  color: #a01a0c;
  font-size: 64px;
  margin-right: -92px;

}
#current-openening{
  font-size: 30px;
  color: #3d5db0;
}
section.cards {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.job-listing {
  position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 260px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 45px 25px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #f5f5f5;
    position: relative;
    text-align: center;
}
.icon {
  position: absolute;
  left: 0%;
  top: -15%;
  right: 0%;
  bottom: auto;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 50%;
  background-color: #3ebff6;
}
.icon {
  position: absolute;
  left: 0%;
  top: -15%;
  right: 0%;
  bottom: auto;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 50%;
  background-color: #3ebff6;
}
.icon img{
  width: 50px;
}
.sec-carrer-list {
  background: #606060;
  padding: 52px;
}
.button.alt {
  border-bottom-color: #62b100;
  background-color: #85ce2b;
  color: #fff;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}



#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
.c-form-ttl {
  font-size: 31px;
  margin-top: 20px;
}


.career-form-im {
  padding: 103px 55px;
  /* width: 200px; */
  border: 20px solid #4161b2;
}
#contact {
    background: #ffffff;
    padding: 35px;
    margin: 32px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.job-listing{
  transition: ease 2s;
}
.job-listing :hover img{
  transform: rotate(360deg);
}
.productt-crd-left {
  background: #4161b2;
  padding: 78px 78px;
  min-height: 374px;
}
.service_top_crd {
  background-image: url(../img/3228.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.service_top_crd {
  /* background: #ffffff;
  border: 1px solid;
  border-color: #ddd;
  margin: 0px 0px!important;
  margin-top: 43px!important; */
}
.servicecard_left {
  padding: 63px;
  /* padding: 34px; */
  text-align: justify;
}
.servicecard_left p {
  font-size: 23px;
  line-height: 39px;
  text-align: left;
}
.servicecard_right {
  padding-top: 32px;
}
.servicecard_left p strong{
  background: #4161b2;
    color: #fff;
    padding: 6px;
} 

.servicecard_right img {
  position: relative;
  top: -23px;
  left: 6px;
  /* height: 484px; */
  width: 400px;
  padding-bottom: 0px;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom: 23px solid #005589;
  outline: 23px solid #d1d1d1;
  outline-offset: 7px;

}


.navbar-toggler i{
  font-size: 24px;

}

.nav-item a{
  font-size: 19px;
}



/* mobile search */

.search-container {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.search-icon {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  display: none; /* Hide on large screens */
}

.search-box {
  display: flex;
  align-items: center;
  padding: 10px;
}
form.search.search2 {
  position: absolute;
  right: 0px;
}
#search-input {
  padding: 10px;
  border: none;
  border-radius: 5px;
}

.close-icon {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
}

/* Media query to show the search icon and hide the search box on smaller screens */
@media (max-width: 768px) {
  .search-icon {
      display: block;
  }
  .search-box {
      display: none;
  }
}


.search-container {
  position: relative;
  display: inline-block;
}

.search-box {
  display: none;
  position: absolute;
  top: -30px;
  right: 0;
  padding: 5px;
}

#search-icon {
  cursor: pointer;
}


.search-box-n {
  background: #4161b2;
  padding: 11px;
  display: none;
  
}

.close-icon{
  float: right;
  color: #fff;
  top: -32px;
  right: -24px;
  position: relative;
}


.srch-icon i {
  line-height: 42px;
  margin: 0px 11px;
}



/* preloaders

/* Preloader Styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Hide the content until the page is loaded */
.content {
  display: none;
}

.top-one {
  margin: 0px 8px;
}

.servicecard_left span  {
outline:1px solid red;
}
.servicecard_lefts {
  padding: 78px;
}
.servicecard_lefts p{
  border-bottom: 1px solid #e5e5e5;
}
#back_button{

}

/* tabs */
.project-tab {
  padding: 10%;
  margin-top: -8%;
}
.project-tab #tabs{
  background: #007b5e;
  color: #eee;
}
.project-tab #tabs h6.section-title{
  color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #e41414;
  color: #ffffff;
  /* background-color: transparent; */
  border-color: transparent transparent #f3f3f3;
  border-bottom: 3px solid !important;
  font-size: 16px;
  font-weight: bold;
  border-top-left-radius: 10% 20px;
  border-top-right-radius: 10% 20px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}
.project-tab .nav-link {
  border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #ffffff;
    font-size: 16px;
    background: #005589;
    font-weight: 600;
    border: 1px solid #f2f2f2;
    margin: 0px 20px;
}
.project-tab .nav-link:hover {
  border: none;
}
.project-tab thead{
  background: #f3f3f3;
  color: #333;
}
.project-tab a{
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.tab-content>.active {
  display: block;
  /* background: #f5f5f5; */
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  font-weight: 500;
}
.tab-content>.tab-pane {
  border-radius: 10px;
  margin: 0px;
}

.product-title h1 {
  font-size: 24px;
  /* float: left; */
  display: contents;
}

.servicecard_right{

}



.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  /* background-color: rgba(0,0,0,.03); */
  border-bottom: 1px solid rgba(0,0,0,.125);
}


#gsearch{
  border: none;
  outline: 1px solid #36444e;
  padding: 6px;
  border-radius: 36px;
}

input.search__button {
  background: #3e62ae;
  padding: 3px 8px;
  border-radius: 24px;
  color: #fff;
  position: relative;
  left: -39px;
}
button.btn.btn-secondary.search__buttonn {
  background: #3e62ae;
}


  .footer-icons li a i {
    outline: 1px solid #fff;
    padding: 7px 10px;
}



/* MY-SEP */

.my-sep1 {text-align:center;}
.my-sep1 span {position:relative;display:inline-block;vertical-align:top;font-size:35px;}
.my-sep1 span::before, .my-sep1 span::after {content:"";position:absolute;width:8vw;height:1px;top: calc(50% - .5px);background:rgba(0,0,0,.15);}
.my-sep1 span::before {right:100%;margin-right:15px;}
.my-sep1 span::after {left:100%;margin-left:15px;}
.my-sep1 span img {width:100px;}

/*=====================================================================*/

.mea1 {
 position: relative;
 font-size: 1.2em;
 line-height: 1;
 letter-spacing: 2px;
 color: #d39c0a;
 text-transform: uppercase;
 text-align: center;
}

.mea1::before, .mea1::after {
 content: "";
 position: relative;
 display: block;
 width: 50px;
 height: 2px;
 background: #d39c0a;
 margin-left: auto;
 margin-right: auto;
}

.mea1::before {
 top: 0;
 margin-bottom: 20px;
}

.mea1::after {
 bottom: 0;
 margin-top: 20px;
}

/*=====================================================================*/

h1 {
 text-align:center;
}

h1 span {
 position: relative;
 display: inline-block;
 vertical-align: top;
 max-width: 90%;
}

h1 span::before, h1 span::after {
 content: "";
 position: absolute;
 width: 1200px;
 height: 1px;
 top: calc(50% - .5px);
 background: #313131;
}

h1 span::before {
 right: 100%;
 margin-right: 15px;
}

h1 span::after {
 left: 100%;
 margin-left: 15px;
}

/*=====================================================================*/

figure {
 text-align:center;
}

figure span {
 position: relative;
 display: inline-block;
 vertical-align: top;
}

figure span::before, figure span::after {
 content: "";
 position: absolute;
 width: 1200px;
 height: 2px;
 top: calc(50% - 1px);
 background: #aaa;
}

figure span::before {
 right: 100%;
 margin-right: 25px;
}

figure span::after {
 left: 100%;
 margin-left: 25px;
}


/* card */
.get-cards{
  padding: 14px;
  margin: 20px 0px;
  position: relative;
  border: 0.5px solid #ddd;
  border-radius: 10px;
  transition:ease 0.5s;
}
.get-cards:hover{
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
  background:#005589;
}
.get-cards h4{
  border-bottom: 1px solid #ddd;
  display: inline-block;
  font-size: 17px;
}


.get-cards img {
  margin-bottom: 11px;
  width: 49px;
  background: #d7d7d7;
  padding: 5px;
  border-radius: 10px;
}
.get-cards:hover a{
  color:#fff;
}
.get-cards a{
  font-size:10px;
}

#searrcch{
  margin-left: 26px;
}
div#searchResults {
  position: absolute;
  margin: 7px;
  z-index: 2;
  background: #3b63aa;
  width: 257px;
  border-radius: 7px;
  margin: 10px 29px;
}
#searchResults div a{
  color: #fff;
  align-items: initial;
  display: flex;
  margin: 9px;
}

.product-title h1{
  
}  
/* captcha */
#captchaa{

    border: none;
    background: none;
}
.captcha-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.captcha-input {
  width: 80px;
  margin-right: 10px;
}




.sec-title h1 {
  font-size: 38px;
  text-align: left;
  margin-top: 41px;
}

.carrer-right h1 {
  color: #a01a0c;
  font-size: 64px;
  margin-right: -92px;
}

.contact_field h1 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}