html, body{
	overflow-x: hidden;
}
a{
    color: #e57926;
}

header, .fixHeader{
    background: #0b0b2b;
    top: 0;
}
.fixHeader .logo {
    width: 140px;
    line-height: 65px;
}
header .navRight .topHeader .topHeadNav ul li a {
    color: #FFFFFF;
}

header .logo {
    width: 220px;
    line-height: 120px;
}

header .navRight .topHeader .topHeadTel p, header .navRight .topHeader .topHeadNav ul li a {
    line-height: 48px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 70px !important;
    height: 70px !important;
}

.mainContainer {
    padding-top: 120px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	color: #FFFFFF;
}

.bannerSliderIn .bannerSliderText .bannerTextIn h2, .bannerSliderIn .bannerSliderText .bannerTextIn h1 {
    color: #ed7715;
}
.bannerSliderIn .bannerSliderText .bannerTextIn h2 span, .bannerSliderIn .bannerSliderText .bannerTextIn h1 span {
    color: #242034;
}

.blueText {
    color: #ed7715 !important; /*Change color blue to orange*/
}

.headingH2 span{
	color: #242034;
}

footer {
    background: #0b0b2b;
}
.logo-footer{
	width: 60%;
}

.fullImgText1.orangeBg,
.allFullImgText .fullImgText1:nth-child(odd),
.clientMain{
    background: #0b0b2b;
}

.mainBtn3 {
    color: #242034;
}

.caseStudyBox {
    background: none;
}


.swiper-slide{
	height: auto;
    min-height: 100%;
}
.clientMain .clientSliderMain .clientSlider .clientSwiper .clientSliderIn {
    height: 100%;
}
.clientMain .clientSliderMain .clientSlider .clientSwiper .clientSliderIn .clientLogo{
	border: 5px solid #242034;
}
.clientMain .clientSliderMain .clientSlider .clientSwiper .clientSliderIn .clientText p:after{
	top: inherit;
	bottom: 0;
}
.clientMain .clientSliderMain .clientSlider .swiper-button-next,
.clientMain .clientSliderMain .clientSlider .swiper-button-prev {
    background: url(../img/slider-arrow-white.png) no-repeat center center;
}

.clientMain .clientSliderMain .clientSlider .clientSwiper .clientSliderIn .clientText {
    padding: 20% 30px 30%;
    height: 60%;
}
.clientMain .clientText .mainBtn1{
	bottom: 30px;
    position: absolute;
    left: 35%;
}

.emblems {
    /*background: #efcaa9;*/
    background: #e27814;
}


.industries-catered-images .elementor-image-box-content{
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    padding: 5px 0;
}
.industries-catered-images .elementor-element-populated{
	display: inline-flex;
    justify-content: center;
}
.industries-catered-images .elementor-element-populated .elementor-widget {
    position: relative;
    width: 23% !important;
    margin: 0 1%;
    margin-bottom: 20px;
}


.why-choose-text .elementor-heading-title::after{
	content: '';
    position: absolute;
    width: 20%;
    height: 2px;
    background: #e57800;
    bottom: -20px;
    margin: 0 auto;
    left: 40%;
    right: 40%;
}

.elementor-accordion .elementor-tab-title{
	background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.testimonials-new .swiper-container {
    position: initial;
}
.testimonials-new .elementor-testimonial__text{
	/*background: #FFF;
	border: 2px solid #e4e4e4;*/
    padding: 20px;
    margin-top: -70px;
    padding-top: 80px;
    border-radius: 5px;
}
.testimonials-new .elementor-testimonial__image {
    background: #FFF;
    border-radius: 50%;
    padding: 5px;
    border: 5px solid #0b0b2b;
}
.testimonials-new .elementor-testimonial__name::before{
	content: "-";
	margin-right: 5px;
}


/* Get In Touch Form */
.get_in_touch_form{
	margin: 0;
}
.get_in_touch_form .form-group .input-group{
	border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.get_in_touch_form .form-group .input-group .input-group-addon{
	background: none;
	border: none;
	color: #e27814;
}
.get_in_touch_form .form-group .input-group .form-control{
	border: none;
}
.get_in_touch_form .form-group textarea{
	resize: none;
}
.get_in_touch_form .form-group .btn-orange{
	background: #e27814;
	color: #FFFFFF;
	width: 100%;
}

#get_in_touch_form .input-group .wpcf7-not-valid-tip{
	position: absolute;
    margin-top: 34px;
    margin-left: -50px;
    z-index: 2;
}

/* Popup form Enquire Now */
.enquire-now{
	position: fixed;
    z-index: 999999;
    width: 400px;
    right: 0;
    top: 200px;
}

.btn-enquire-now {
    transform: rotate(-90deg);
    margin-top: 100px;
}

.btn-enquire-now .elementor-button{
	width: 160px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.enquire-now-innr{
	background: #FFFFFF;
	 border-radius: 0 0 0 10px;
	 box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.enquire-now-innr .btn-close-enquire-now{
	width: 20px;
	height: 20px;
}

/* Join Now New */
.formMain {
	margin: 0;
}
.formMain body{
	background: blue;
}
.formMain .join_us{
	margin: 0 !important;
}

.custom-section{
	margin: 0;
}
.custom-section ul {
	margin-left: 40px;
}
.custom-section ul li {
	list-style: disc;
}

.eicon-chevron-left,
.eicon-chevron-right{
	color: #333333;
}

/* Elementor Flip Box for homepage technologies icons */
.icon-flipbox .elementor-flip-box__layer__inner{
	position: relative;
}
.icon-flipbox .elementor-flip-box__layer__inner .elementor-flip-box__layer__title{
	font-size: 1rem;
	font-weight: 500;
	top: 60px;
    color: #333333;
    position: absolute;
    width: 100%;
}

.work-flipbox .elementor-flip-box__front .elementor-flip-box__layer__title{
	background: rgba(0,0,0,0.5);
    padding: 15px;
    margin: 0;
}

.projects-template .site-content{
	margin-top: 120px;
}

.elementor-portfolio__filters{
	justify-content: flex-start;
    border-bottom: 1px solid #cccccc;
}
.elementor-portfolio__filter {
    padding: 10px 20px;
}
.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active{
	background: #e57800;
    color: #fff;
}
.elementor-portfolio__filters .elementor-portfolio__filter:nth-child(6),
.elementor-portfolio__filters .elementor-portfolio__filter:nth-child(11),
.elementor-portfolio__filters .elementor-portfolio__filter:nth-child(12){
	display: none;
}
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
    background: #FFF;
}

.process-innr .elementor-widget-wrap {
    flex-direction: column;
}

.blog-pagination{
	/*background: yellow;*/
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
.blog-pagination .page-numbers{
	padding: 5px 15px;
    border: 1px solid #e4e4e4;
    background: #f2f2f2;
    color: #333333;
    margin: 5px 0;
    display: inline-block;
}
.blog-pagination .page-numbers:hover{
	background: #e2e2e2;
}
.blog-pagination .page-numbers.current{
	color: #FF0000;
}

#about_and_subscription h3{
	font-size: 20px;
    font-weight: bold;
    color: #E27814;
    line-height: normal;
    /*margin: auto;*/
}

.attachafile{
	border: 1px solid #898787;
    padding: 10px;
    overflow: hidden;
}
.attachafile .input-group p{
	margin: 0;
}

.desktop-new{
	display: block;
}
.mobile-new{
	display: none;
}

.single-post .entry-content h4 {
    font-size: 18px;
}

/*No Job Opening*/
.NoJobOpening{
	text-align: center;
}
.NoJobOpening h3{
	font-size: 1.4rem;
	font-weight: 300;
	margin: 0;
}
.NoJobOpening h3 strong{
	color: #E27814;
	font-weight: 500;
}
.NoJobOpening .social-icons-main{
	display: flex;
    justify-content: center;
    align-items: center;
}
.NoJobOpening .social-icons-main .social-icon{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0 10px;
    font-size: 22px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}


/* spinner arrow - Start */
.spinner {
    /*background: url(data:image/png;base64,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) no-repeat center;*/
    display: block;
    margin: 0 auto;
    position: relative;
    width: 200px;
    height: 50px;
}
@-webkit-keyframes pulse {
 0% {
 opacity: 0;
 background-position: center top;
 -moz-background-size: 0 auto;
 -o-background-size: 0 auto;
 -webkit-background-size: 0 auto;
 background-size: 0 auto;
}
 10% {
 opacity: 0;
}
 50% {
 opacity: 1;
 -moz-background-size: 20% auto;
 -o-background-size: 20% auto;
 -webkit-background-size: 20% auto;
 background-size: 20% auto;
}
 90% {
 opacity: 0;
}
 100% {
 opacity: 0;
 background-position: center bottom;
 -moz-background-size: 0 auto;
 -o-background-size: 0 auto;
 -webkit-background-size: 0 auto;
 background-size: 0 auto;
}
}
 @-moz-keyframes pulse {
 0% {
 opacity: 0;
 background-position: center top;
 -moz-background-size: 0 auto;
 -o-background-size: 0 auto;
 -webkit-background-size: 0 auto;
 background-size: 0 auto;
}
 10% {
 opacity: 0;
}
 50% {
 opacity: 1;
 -moz-background-size: 20% auto;
 -o-background-size: 20% auto;
 -webkit-background-size: 20% auto;
 background-size: 20% auto;
}
 90% {
 opacity: 0;
}
 100% {
 opacity: 0;
 background-position: center bottom;
 -moz-background-size: 0 auto;
 -o-background-size: 0 auto;
 -webkit-background-size: 0 auto;
 background-size: 0 auto;
}
}
 @-ms-keyframes pulse {
 0% {
 opacity: 0;
 background-position: center top;
 -moz-background-size: 0 auto;
 -o-background-size: 0 auto;
 -webkit-background-size: 0 auto;
 background-size: 0 auto;
}
 10% {
 opacity: 0;
}
 50% {
 opacity: 1;
 -moz-background-size: 20% auto;
 -o-background-size: 20% auto;
 -webkit-background-size: 20% auto;
 background-size: 20% auto;
}
 90% {
 opacity: 0;
}
 100% {
 opacity: 0;
 background-position: center bottom;
 -moz-background-size: 0 auto;
 -o-background-size: 0 auto;
 -webkit-background-size: 0 auto;
 background-size: 0 auto;
}
}
 @keyframes pulse {
 0% {
 opacity: 0;
 background-position: center top;
 -moz-background-size: 0 auto;
 -o-background-size: 0 auto;
 -webkit-background-size: 0 auto;
 background-size: 0 auto;
}
 10% {
 opacity: 0;
}
 50% {
 opacity: 1;
 -moz-background-size: 20% auto;
 -o-background-size: 20% auto;
 -webkit-background-size: 20% auto;
 background-size: 20% auto;
}
 90% {
 opacity: 0;
}
 100% {
 opacity: 0;
 background-position: center bottom;
 -moz-background-size: 0 auto;
 -o-background-size: 0 auto;
 -webkit-background-size: 0 auto;
 background-size: 0 auto;
}
}
.scroll-down a {
  display: block;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
  -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0s infinite normal ease forwards;
  animation: pulse 1.5s 0s infinite normal ease forwards;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
}
.scroll-down a:before, .scroll-down a:after {
  content: " ";
  position: absolute;
  top: 0;
  /*left: 0;*/
  left: 25%;
  right: 25%;
  display: block;
  /*width: 100%;*/
  width: 50%;
  height: 100%;
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMzAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiMwMTM0NmIiIGQ9Ik0yMS44NSw3LjE2YzAsMC4zMDktMC4xMTgsMC42MTctMC4zNTMsMC44NTNsLTUuNjgxLDUuNjhjLTAuNDcxLDAuNDcxLTEuMjMzLDAuNDcxLTEuNzA0LDBsLTUuNjgxLTUuNjgNCgkJYy0wLjQ3LTAuNDcxLTAuNDctMS4yMzMsMC0xLjcwNGMwLjQ3MS0wLjQ3LDEuMjM0LTAuNDcsMS43MDQsMGw0LjgyOCw0LjgyOGw0LjgyOC00LjgyOGMwLjQ3Mi0wLjQ3LDEuMjM0LTAuNDcsMS43MDQsMA0KCQlDMjEuNzMxLDYuNTQzLDIxLjg1LDYuODUyLDIxLjg1LDcuMTZ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center top;*/
  background: url(../images/arrow-angle-down-solid.png) no-repeat center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.scroll-down a:before {
  -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  animation: pulse 1.5s 0.25s infinite normal ease forwards;
}
.scroll-down a:after {
  -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  animation: pulse 1.5s 0.5s infinite normal ease forwards;
}
/* spinner arrow - End */

.upResume{
	height: 800px;
}
.upResume .join-us-main{
  display: flex;
  flex-direction: column;
}
.upResume .join-us-main .join-us-form{

}
.upResume .join-us-main .formMdlContent{
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.upResume .join-us-main .formMdlContent h3{
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.upResume .join-us-main .formMdlContent h3 strong{
  color: #E27814;
  font-weight: 500;
}
.upResume .join-us-main .formMdlContent .social-icons-main,
.upResume .join-us-main .formMdlContent .social-icons-main p{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0;
}
.upResume .join-us-main .formMdlContent .social-icons-main .social-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 10px;
  font-size: 22px;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}



#horizontal_accordion-main{
  background: #020936;
}
#horizontal_accordion-main .panel-default:nth-child(1) .panel-heading{
  background: #74df14;
}
#horizontal_accordion-main .panel-default:nth-child(2) .panel-heading{
  background: #ed15b3;
}
#horizontal_accordion-main .panel-default:nth-child(3) .panel-heading{
  background: #15c7ed;
}
#horizontal_accordion-main .panel-default:nth-child(4) .panel-heading{
  background: #edbd15;
}
#horizontal_accordion-main .panel-default:nth-child(5) .panel-heading{
  background: #ed7715;
}
#horizontal_accordion-main .panel-default:nth-child(6) .panel-heading{
  background: #ed1557;
}
#horizontal_accordion-main .panel-default:nth-child(7) .panel-heading{
  background: #ad15ed;
}
#horizontal_accordion-main .panel-default:nth-child(8) .panel-heading{
  background: #d1ed15;
}
#horizontal_accordion-main .panel-default:nth-child(9) .panel-heading{
  background: #1566ed;
}
#horizontal_accordion-main .section-header h2{
  color: #FFFFFF;
}
#horizontal_accordion-main .horizontal_accordion{
  display: flex;
  justify-content: center;
  align-items: center;
}

.horizontal_accordion .panel-group {
  width:430px;
  height: 500px;
  /*z-index: 100;*/
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(-163%) rotate(-90deg);
  -webkit-transform-origin: right top;
  -moz-transform: translateX(-163%) rotate(-90deg);
  -moz-transform-origin: right top;
  -o-transform: translateX(-163%) rotate(-90deg);
  -o-transform-origin: right top;
  transform: translateX(-163%) rotate(-90deg);
  transform-origin: right top;
  /*margin-left: -25%;*/
}
.horizontal_accordion .panel.panel-default{
  border: 0;
  border-radius: 0;
  margin: 0 !important;
}
.horizontal_accordion .panel-heading {
  width: 430px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.horizontal_accordion .panel-title {
  /*height:30px;*/
}
.horizontal_accordion .panel-title a {
  /*float:right;*/
  text-decoration:none;
  /*padding: 10px 430px;
  margin: -10px -430px;*/
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-right: 30px;
  color: #FFFFFF !important;
}
.horizontal_accordion .panel-title a .icon-name{
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 2rem;
  font-size: 2rem;
}
.horizontal_accordion .panel-title a .icon-name i{
  margin-right: 20px;
  font-size: 4rem;
  transform: rotate(90deg);
}
.horizontal_accordion .panel-title a .number{
  transform: rotate(90deg);
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  display: flex;
  align-self: center;
}
.horizontal_accordion .panel-title a .icon-menu{
  transform: rotate(90deg);
  font-size: 2rem;
  font-weight: 900;
}
.horizontal_accordion .panel-body {
  /*height:830px;*/
  min-height: 430px;
  transform: rotate(90deg);
}
.horizontal_accordion .panel-group img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0%) rotate(90deg);
  -webkit-transform-origin: left top;
  -moz-transform: translateX(0%) rotate(90deg);
  -moz-transform-origin: left top;
  -o-transform: translateX(0%) rotate(90deg);
  -o-transform-origin: left top;
  transform: translateX(0%) rotate(90deg);
  transform-origin: left top;
}
.horizontal_accordion .panel-group .panel img {
  margin-left: 400px;
  position: absolute;
}







/* ********************* Responsive ********************* */

@media (min-width: 1600px) {
	.bannerSliderIn .bannerSliderText .bannerTextIn h1 {
	    font-size: 56px !important;
	}
}

@media (max-width: 1600px) {
	header .logo {
	    width: 220px;
	    line-height: 120px;
	}

	header .navRight .topHeader .topHeadTel p, header .navRight .topHeader .topHeadNav ul li a {
	    line-height: 48px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	    line-height: 70px !important;
	    height: 70px !important;
	}

	.mainContainer {
	    padding-top: 120px;
	}

	
}


@media (max-width: 990px){
	header .logo {
	    width: 120px;
	    line-height: 80px;
	}
	.fixHeader .logo {
	    width: 120px;
	    line-height: 65px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	    color: #666666;
	}

	.desktop-new{
		display: none;
	}
	.mobile-new{
		display: block;
	}
	.mobile-new .img-fluid{
		width: 65%;
	}


  .horizontal_accordion .panel-group{
    height: auto;
    transform: none;
    margin-left: inherit;
  }
  .horizontal_accordion .panel-heading {
    width: auto;
  }
  .horizontal_accordion .panel-body {
    transform: none;
    min-height: 200px;
  }
  .horizontal_accordion .panel-title a .icon-name i{
    transform: none;
  }

}

@media (max-width: 767px){
	.industries-catered-images .elementor-element-populated .elementor-widget {
	    width: 100% !important;
	}

	.why-choose-text .elementor-heading-title::after{
		width: 10%;
	    left: 45%;
	    right: 45%;
	}

	/* Popup form Enquire Now */
	.enquire-now{
		width: 350px;
	}
	.btn-enquire-now .elementor-button{
		width: 155px;
	    height: 55px;
	}
	.enquire-now .input-group-addon {
	    padding: 0.5rem;
	}
	.enquire-now .form-control{
		padding: 0.5rem 0;
	}

	.process-innr .elementor-widget-wrap {
	    align-items: center;
	}

	.mobile-new .img-fluid{
		width: 80%;
	}
}

@media (max-width: 640px){
	.clientMain .clientText .mainBtn1{
		left: 40%;
	}
	.clientMain .clientSliderMain .clientSlider .clientSwiper .clientSliderIn .clientText {
	    padding: 20% 30px 20%;
	}
	
}

@media (max-width: 480px){
	
	.clientMain .clientText .mainBtn1{
		left: 4%;
		bottom: 10px;
	}
}
