@charset "utf-8";
/* CSS Document */
.slide-item .inner .getstarted {
  background: transparent !important;
  padding: 10px 20px;
  color: #F0B71C!important;
  border-radius: 20px;
  border: 1px solid #F0B71C;
  font-size: 14px;
}
.slide-item .inner a.getstarted:hover {
  background: #F0B71C!important;
  color: #fff!important;
  transition: 0.2s ease-in;
}
.job-box span:hover {
  color: #1B2B58;
  letter-spacing: 0.6px;
  transition: 0.4s ease-out;
  border-bottom: 1px solid;
}
.job-box span {
  cursor: pointer;
}
.sponsors-outer figure.image-box a {
  pointer-events: none !important;
}
.getstarted{
	background: #F0B71C;
	padding: 10px 20px;
	color: #000;
	border-radius:20px;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
  left: -20px !important;
}
.address_info{
	display: flex;
	flex-wrap: wrap;
}
#erp{
	background: #EBF2FF;
}
.erp_sol .inner-box{
	background: #fff !important;
}
#about_sec{
	/*background: url("../images/background/about-bg.png"); */  
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;	
	/*padding: 115px 0px 50px;*/
}
#about_sec h2, #services_id h2, #clients_id h2, #contact_id h2, #careers_list h2{
	font-weight: 500;
    font-family: "Libel Suit" !important;
    line-height: 1.2em;
    letter-spacing: 2px;
}
#about_id h5{
	font-weight: 500;
    font-family: "Libel Suit" !important;
    line-height: 1.2em;
    letter-spacing: 2px;	
}
#about_sec .vid-link{
	position: absolute;
    left: 19em;
    top: 22.5em;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#about_sec .vid-link .ripple{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(197, 220, 246, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(197, 220, 246, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(197, 220, 246, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(2197, 220, 246, 0.6);
    box-shadow: 0 0 0 0 rgba(197, 220, 246, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
#about_sec .vid-link .ripple:before{
	-webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
#about_sec .vid-link .ripple:after{
	-webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

#about_sec .icon{
	position: relative;
    display: block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #E4EAF5;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.read-more{
	color:#555;
    /* text-align: right; */
    float: right;
    margin-right: 4em;
    margin-top: -3em;
}
#about_sec .icon .flaticon-next-1{
	color:#555;
}
#our-vision h5, #career_sec_id h5{
	font-weight: 500;
    font-family: "Libel Suit" !important;
    line-height: 1.2em;
    letter-spacing: 2px;
	color:#fff;
}
.banner_bg img{
	height: 550px;
	width: 100% !important;
}
#career_sec_id .career_block{
	color:#fff;
	padding: 4em;
}
#careers_detail{
	background: #F5F9FF;
}
#careers_detail .breadcrumb{
	background: none;
}
#careers_detail .job_overview{
	font-weight: 600;
}
.career-detail-sec{
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 50px;
}
.career-detail-sec h5{
	font-weight: 500;
    font-family: "Libel Suit" !important;
    line-height: 1.2em;
    letter-spacing: 2px;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #F0B71C;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
#careers_detail h5{
	font-weight: 500;
    font-family: "Libel Suit" !important;
    line-height: 1.2em;
    letter-spacing: 2px;
	
}
#resume-info .resume-upload{
	background: #EBF2FF;
	padding: 90px 50px 50px;
	border: 1px solid #e9e9e9;
}
#expertise_id h5{
	font-weight: 500;
    font-family: "Libel Suit" !important;
    line-height: 1.2em;
    letter-spacing: 2px;
	color:#F0B71C;
}
#careers_list .mo-mb-2{
	color:#F0B71C;
}
#resume-info .form-box .form-group input[type="text"], #resume-info .form-box .form-group input[type="email"],.form-group input[type="number"]{
	position: relative;
    display: block;
    height: 55px;
    width: 80%;
    font-size: 18px;
    color: var(--thm-black);
    line-height: 40px;
    font-weight: 400;
    padding: 10px 20px;
    letter-spacing: 0.02em;
    background-color: #fff;
    border: 1px solid #c6d1df;
    border-radius: 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.custom-file-upload input[type="file"] {
    display: none;
}
.custom-file-upload .custom-file-upload1 {
    border: 1px solid #4769B5;
    display: inline-block;
    padding: 3px 12px;
    cursor: pointer;
	background: #2E3C5B;
	opacity: 0.7;
	border-radius: 5px;
	color:#fff;
}
.services_block h5{
	font-weight: 500;
    font-family: "Libel Suit" !important;
    line-height: 1.2em;
    letter-spacing: 2px;
	text-transform: uppercase;
}
.services_block{
	position: relative;
    padding: 80px 0px 80px;
}

#about_sec .service-block-two h5{
  font-weight: 500;
  font-family: "Libel Suit" !important;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: capitalize;
   text-align: center;
}
#about_items h5{
	font-weight: 500;
  font-family: "Libel Suit" !important;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: capitalize;
   text-align: center;
}
.sponsors-section{
	position: relative;
    padding: 115px 0px 80px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}
#about_items{
	position: relative;
    padding: 80px 0px 80px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}
.contact_bg{
	background:url("../images/background/contact_bg.png");
	padding: 70px;
	padding: 60px 70px 60px;
}
.contact_sec{
	/*background:url("../../images/background/cont_bg.png");*/
	background: #03205b;
	height: 100%;
}
#careers_list{
	background:url("../images/background/pattern-2.png");
}
#contact_id p, #contact_id p a{
	color:#fff;
	font-size: 18px;
}
#contact_id h5{
	color:#fff;	
	font-weight: 500;
  font-family: "Libel Suit" !important;
  line-height: 1.2em;
  letter-spacing: 2px;
}
.main-footer {
  position: relative;
  color: #fff;
  background:url(../images/footer_bg.png) center
    top no-repeat;
}
.main-footer h6 {
    position: relative;
    font-size: 24px;    
    color: #ffffff;
    text-transform: uppercase;    
    margin-bottom: 30px;
	color:#fff;	
	font-weight: 500;
  font-family: "Libel Suit" !important;
  line-height: 1.2em;
  letter-spacing: 2px;
}
.widget-content ul li span{
	font-size: 12px;
    vertical-align: middle;
}
.services-banner{
	height: 550px;
}
#app_dev_id{
	background:#F5F9FF;
}
.inner-box-services{
	padding-top: 6em;
}
.services-social-flair{
	background: #F5F9FF;
}
.services-social-flair .inner-box{
	background: #FFF;
	border-bottom: 3px solid #F0B71C;
	padding: 25px 25px 25px;
	
}
/*----------about us-----------*/
.feature-box-14 > div { border-right: 1px solid #ededed; border-bottom: 1px solid #ededed}
.feature-box-14 > div:last-child { border-right: 0;}
.padding-fifteen-all {padding:11%;height: 430px; }

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.p-0 {
    padding: 0 !important;
}
.cap-box .cat span:before {
    content: "";
    position: absolute;   
    width: 50px;
    border-bottom: 2px solid #F0B71C;
	left: 9em;
	bottom: 2em;
}
/*----------------*/
.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {
	background: #ffffff; border-color: #ffffff; color: #232323}
.btn.btn-rounded.btn-small {
    padding: 5px 29px;
}
.btn.btn-rounded {
    border-radius: 50px;
}
.job-box {
  -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
  border-radius: 9px;
  overflow: hidden;
}
.p-4 {
    padding: 1.5rem!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.bg-light-bg{
background: #FFFCF5;	
}
/*------------------social links------------*/
.social-links ul {  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
#home-slider .social-links ul {  
  position: absolute;
  top:10rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/

.social-links ul li {
  list-style: none;
}

.social-links ul li a {
  width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    line-height: 39px;
    font-size: 15px;
    margin: 15px 10px;
    border-radius: 53%;
    position: relative;
    overflow: hidden;
    border: 1.2px solid #fff;
    z-index: 1;
    display:flex !important;
    align-items:center;
    justify-content:center;
}
.social-links ul li a:hover .twitternewIcon {
 filter:  brightness(0) invert(1);
}
.social-links ul li a .twitternewIcon {
 filter:  brightness(0) invert(1);
}
.social-links ul li a .icon {
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}

.social-links ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.social-links ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.social-links ul li a:hover:before {
  top: 0;
}

.social-links ul li:nth-child(1) a:before{
  background: #3b5999;
}

.social-links ul li:nth-child(2) a:before{
  background: #55acee;
}

.social-links ul li:nth-child(3) a:before {
  background: #0077b5;
}

