@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 100;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}

* {
  padding: 0;
  margin: 0
}

a {
  transition: .3s ease;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none
}

.clr {
  clear: both
}

.clear {
  clear: both
}

body {
  font-family: var(--bodyFont) !important;
  font-size: 14px;
  background: #ececec;
  overflow-x: hidden;

}

.container {
  max-width: 1280px !important;
  margin: 0 auto;
  width: 100%
}

:root{
--primaryColor: #244469;
--secondaryColor: #404040;
--bodyFont: "Poppins";
}

.side_menu {
  background-color: #1e1e20;
  height: 100%;
  padding: 20px 60px;
  position: fixed;
  z-index: 9999999;
  text-align: right;
  right: -100%;
  top: 0;
  width: 300px;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.side_menu_after {
  background: rgb(30 30 33 / .6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  left: -405%;
  top: 0;
  width: 93%;
  display: none;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.side_menu h3,
.side_menu .h_3 {
  color: #fff;
  font-size: 26px;
  margin: 50px 0 45px;
  position: relative;
  text-transform: uppercase;
  text-align: left
}

.side_menu h3::after,
.side_menu .h_3::after {
  background-color: #fff;
  bottom: -8px;
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  width: 45px
}

.side_menu i {
  color: #00BCD4;
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 5px
}

.side_menu ul li {
  list-style: outside none none;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 1;
  text-align: left;
  width: 100%
}

.side_menu ul li:nth-child(2),
.side_menu ul li:nth-child(4),
.side_menu ul li:nth-child(6) {
  margin-right: 200px
}

.side_menu ul li::before {
  background-color: #515151;
  content: "";
  height: 40px;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 100%;
  z-index: -1
}

.side_menu ul li::after {
  background-color: #00BCD4;
  content: "";
  height: 40px;
  position: absolute;
  transition: all .5s ease-in-out 0s;
  left: 98%;
  top: -5px;
  width: 1%
}

.side_menu ul li:hover:after {
  left: -1%;
  width: 100%;
  z-index: -1
}

.side_menu ul li a {
  color: #9b9b9b;
  font-size: 22px;
  text-align: left;
  font-weight: 500;
  transition: all .3s ease-in-out 0s
}

.side_menu ul li:hover a {
  color: #fff
}

.header {
  position: relative;
  z-index: 99;
  left: 0;
  width: 100%;
  transition: all .7s;
  --webkit-transition: all .7s;
  background-color: #fff;
  background-image: -webkit-linear-gradient(50deg, #fff 37%, #312f45 37%)
}

.header .logo {
  width: 25%;
  float: left;
  text-align: left;
  padding-top: 11px;
  box-sizing: border-box
}

.header .menu {
  width: 75%;
  float: right;
  text-align: right;
  padding-top: 19px;
  box-sizing: border-box
}

.menu-top {
  float: right;
  width: 100%
}

.menu-top ul {
  margin: 0;
  padding: 0
}

.menu-top ul li {
  list-style-type: none;
  color: #fff;
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  /* padding: 0 12px 0 9px; */
  padding-left: 34px;
  padding-right: 20px;
  position: relative;
  transition: .3s ease;
  background-position: left center;
  background-repeat: no-repeat;
}

label.validationError {
  color: #d41717 !important
}
.menu-top ul li:nth-child(1) {
  /* background: url(../images/icons/contact_us.png) no-repeat bottom left; */
  background-image: url(../images/icons/contact_us.png);
}


.menu-top ul li:nth-child(2) {
  /* background: url(../images/icons/clndr.png) no-repeat bottom 1px left 10px; */
  background-image: url(../images/icons/clndr.png);
  /* padding-right: 15px */
}

.menu-top ul li:nth-child(3) {
  /* background: url(../images/icons/phone.png) no-repeat bottom left 10px; */
  background-image: url(../images/icons/phone.png);
  padding-right: 0
}

.menu-top ul li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 30px;
  background: #838383
}

.menu-top ul li:last-child:before {
  width: 0
}




.menu-top ul li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  transition: .3s ease
}
/* 
.menu-top ul li:hover:nth-child(1) {
  background: url(../images/event-bg.png) no-repeat top left 0
}

.menu-top ul li:hover:nth-child(2) {
  background: url(../images/download-bg.png) no-repeat top left 10px
}

.menu-top ul li:hover:nth-child(3) {
  background: url(../images/msg-bg.png) no-repeat top 3px left 10px
}

.menu-top ul li:hover:nth-child(4) {
  background: url(../images/phn-bg.png) no-repeat top 1px left 10px
} */

.menu-top ul li:hover a {
  color: #00BCD4
}

.menu-bottom ul {
  margin: 0;
  padding: 0;
  display: inline-block
}

.menu-bottom ul li {
  display: inline-block;
  color: #fff
}

.menu-bottom ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 16px
}

.menu-btn {
  display: inline-block
}

.menu-btn a {
  color: #00BCD4;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding-right: 30px
}





.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
	align-items: center;
	justify-content: center;
	z-index: 99999;
}
.popup .popup-content {
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 10px;
	max-width: 700px;
	height:540px;
	width: 100%;
  overflow: auto;
}
 p {
	color: #1f2c36;
	font-size: 1rem;
	line-height: 23px;
	font-weight: 500;
}
.popup .popup-content ul.contentList{
  position: relative;
  line-height: 25px;
  padding-left: 20px;
  margin: 0;
} 
.popup .popup-content h2 span{
  color: red;
}
.popup .popup-content h4{
  margin: 10px 0;
}

.popup .popup-content button {
  
  position: absolute;
    bottom: 86%;
    right: 286px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
	color: #fff;
  background-color: var(--primaryColor);
  border: none;
	border-radius: 50px;
	font-size: 15px;
}
.popup .popup-content h2 {
	color: var(--primaryColor);
	font-size: 25px;
	margin: 0 0 10px;
	padding: 0;
}
.popup .popup-content .checkMark {
	display: flex;
	align-items: center;
	gap: 10px;
}
.popup .popup-content h3{
  margin: 0 0 10px;
  color:#f74040;
  padding: 0;
}
.popup .popup-content p{
  padding: 0;
  font-size: 14px;
}
section.contactWrap{
  width: 100%;
    float: left;
    padding: 80px 0;
}
form.forms input, form.forms textarea, form.forms select {
    background-color: #f9f9f9;
    width: 100%;
    float: left;
    padding: 10px 20px;
    margin: 0 0 20px;
    border: 1px solid rgb(18 16 16 / 9%);
    resize: none;
    font-size: 14px;
    color: #9c9999;
}
form.forms input.submit {
    background-color: var(--primaryColor);
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
}
section.contactWrap .boxInfo {
    display: flex;
    gap: 20px;
    margin: 0 0 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid rgb(18 16 16 / 9%);
}
section.contactWrap .boxInfo .icon i {
    background-color: var(--primaryColor);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    margin: 0 0 20px;
    border-radius: 3px;
}
section.contactWrap .boxInfo .address h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primaryColor);
}
section.contactWrap .boxInfo .address p,section.contactWrap .boxInfo .address a{
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    color: var(--secondaryColor);
}
section.contactWrap h2{
  font-size: 25px;
  font-weight: 600;
  color: var(--primaryColor);
  margin:  0 0 20px;
}


.menu-bottom {
  padding-top: 20px
}

.menu-bottom ul li a:hover {
  color: #00BCD4
}

.panel {
  padding: 0 1px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out
}

.panel ul {
  margin-bottom: 5px
}

.panel ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.panel ul li img {
  margin-right: 20px
}

.panel a {
  text-align: left;
  display: block;
  color: #fff
}

.link {
  color: #c42728
}

.link:hover {
  color: #000
}

.caption h3 {
  font-size: 123px;
  color: #333;
  font-weight: 700;
  font-family: AvantGardeITCbyBT-Demi;
  letter-spacing: 7px;
  line-height: 105px
}

.caption h4 {
  font-size: 57px;
  color: #333;
  line-height: 50px;
  font-family: AvantGardeITCbyBT-Demi;
  font-weight: 700;
  text-align: left;
  padding-left: 10px
}

.verticals_area .v-right_box.inr_gallery {
  position: relative
}

div#counter {
  position: absolute;
  right: 70px;
  top: 11px
}

.team-div {
  float: left;
  width: 100%
}

.team-div .parallax {
  float: left;
  width: 100%;
  background-color: var(--primaryColor);
}

.team-div-box {
  padding: 55px 0 50px;
  display: flex
}

.team-div-box-left {
  float: left;
  width: 74%;
  margin-left: 4%;
  margin-right: .5%;
  position: relative
}

.team-div-box-left img {
  width: 100%
}

.team-div-box-right {
  width: 21.5%;
  max-height: 550px;
  float: left;
  background: url(../images/team-div-bg.jpg) repeat top left;
  position: relative
}

.team-div-box-right h2 {
  font-size: 33px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-top: 110px
}

.team-div-box-right h2 span {
  color: #00BCD4
}

.team-div-box-right h3 {
  font-size: 26px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-top: 110px;
    line-height: 35px;
}

.team-div-box-right h3 span {
  color: #00BCD4
}

.team-div-box-right p {
  color: #9a98b3;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 0 30px;
  line-height: 22px;
  margin-top: 20px
}

.team-div-box-right:before {
  content: '';
  position: absolute;
  width: 338px;
  height: 1px;
  right: 95px;
  bottom: 75px
}

.team-div-box h1 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  top: 280px;
  left: -97px;
  transform: rotate(270deg)
}

.team-div-box h1 span {
  color: #00BCD4
}

.team-div-box .team-div-box-left h1 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  top: 240px;
  left: -185px;
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg)
}

.team-div-box h2 {
  position: absolute;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  top: 280px;
  left: -97px;
  transform: rotate(270deg)
}

.team-div-box h2 span {
  color: #00BCD4;
}

.team-div-box .team-div-box-left h2 {
  position: absolute;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  top: 240px;
  left: -185px;
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg)
}

.vertical-div {
  padding: 60px 0 70px;
  background: url(../images/verticals-bg.jpg) no-repeat top center;
  background-size: cover
}

.vertical-div h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: 600;
  line-height: 30px
}

.vertical-div h3 {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: 600;
  line-height: 30px
}

.vertical-div p {
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
  margin-top: 18px
}

.vertical-div ul {
  margin: 0;
  padding: 70px 0 0 0
}

.img-box {
  height: 100px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  transition: .3s ease
}

.img-box img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.vertical-div ul li h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
  transition: .3s ease
}

.vertical-div ul li h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
  transition: .3s ease
}

.vertical-div ul li {
  float: left;
  list-style-type: none;
  text-align: center;
  padding: 17px 0 53px;
  width: 24.9%;
  border-right: 1px dashed #000;
  position: relative;
  transition: .3s ease;
  border-top: 1px dashed #000
}

.vertical-div ul li:nth-child(1),
.vertical-div ul li:nth-child(2),
.vertical-div ul li:nth-child(3),
.vertical-div ul li:nth-child(4) {
  border-top: 0
}

.vertical-div ul li:nth-child(4n+4) {
  border-right: 0
}

.vertical-div ul li .content-overlay {
  background:#00BCD4 url(../images/information-bg.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s
}

.vertical-div ul li:hover .content-overlay {
  opacity: 1
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.vertical-div ul li:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1
}

.fadeIn-top {
  top: 20%
}

.vertical-div ul li:hover .img-box,
.vertical-div ul li:hover h4 {
  opacity: 0
}

.vertical-div .content-details h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600
}

.vertical-div .content-details h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600
}

.details-btn {
  margin-top: 25px
}

.details-btn a {
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 35px;
  font-weight: 400;
  opacity: 1;
  line-height: 14px;
  position: relative;
  transition: .3s ease;
  background: 0 0
}

.details-btn a:before {
  content: '';
  position: absolute;
  top: 16px;
  right: -20px;
  width: 40px;
  height: 1px;
  background: #fff;
  transition: .3s ease
}

.details-btn a:hover:before {
  right: -30px
}

.job-div .parallax {
  background-color: var(--primaryColor);
}

.job-div h2 {
  padding: 42px 0 30px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 300
}

.job-div h2 span {
  font-weight: 400
}

.job-div h3 {
  padding: 42px 0 30px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 300
}

.job-div h3 span {
  font-weight: 400
}

.job-div ul {
  margin: 0 45px;
  padding: 0
}

.job-div ul li {
  width: 21%;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  border: 1px dashed #5c5a72;
  list-style-type: none;
  transition: .3s ease
}

.job-div ul li:nth-child(4n+4) {
  margin-right: 0
}

.job-div ul li a {
  margin: 3%;
  background: #fff;
  width: 94%;
  height: 94%;
  float: left;
  text-align: center;
  border: 1px dashed #8f8e9e;
  transition: .3s ease
}

.job-div ul li a h4 {
  color: #43405c;
  font-size: 19px;
  font-weight: 700;
  margin: 20px 0 30px;
  line-height: 19px;
  transition: .3s ease
}

.job-img {
  height: 100px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  transition: .3s ease
}

.job-img img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s ease
}

.job-img .hover1-1 {
  opacity: 0
}

.box-detail {
  width: 100%;
  float: left
}

.box-detail-left {
  width: 50px;
  float: left;
  background: #666;
  border: 1px solid #8f8f8f;
  padding: 3px 0 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 12px
}

.box-detail-left.box-detail-right {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px
}

.job-div ul li a:hover {
  background: #000000bf
}

.job-div ul li a:hover h4 {
  color: #fff
}

.job-div ul li a:hover .job-img img.hover1 {
  opacity: 0
}

.job-div ul li a:hover .job-img img.hover1-1 {
  opacity: 1
}

.details-btn.details-btn-center {
  text-align: center;
  padding-bottom: 40px
}

.client-box {
  height: 170px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  transition: .3s ease;
  padding: 26px 0 45px 0;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  box-sizing: border-box
}

.client-box img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s ease
}

.clients-bg .parallax {
  background-image: url(../images/clients-bg.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.clients-bg h3 {
  padding: 68px 0 0 0;
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.clients-bg h3 span {
  font-weight: 400
}

.clients-bg p {
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: 300;
  margin-top: 18px;
  line-height: 20px;
  margin-bottom: 55px
}

.client-box img {
  width: auto !important
}

.client-box:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.technology-slider-main {
  width: 84.6%;
  margin: 0 auto
}

.technology-slider img {
  width: auto !important
}

.client-box .overlay-color {
  background: #fff;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s
}

.client-box:hover .overlay-color {
  opacity: 1
}

.details-btn.details-btn-center.black-shade a {
  border-color: #000;
  color: #000
}

.details-btn.details-btn-center.black-shade a:before {
  background: #000
}

.details-btn.details-btn-center.black-shade {
  padding-bottom: 50px
}

.technology-div {
  background-image: url(../images/tech-bg.jpg);
  padding: 70px 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.technology-div-left {
  width: 32%;
  float: left;
  margin-left: 1%
}

.technology-div-right h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin: 8px 0 35px 60px
}

.technology-div-right h3 span {
  color: #00BCD4
}

.technology-div-right {
  width: 67%;
  float: left
}

#owl-demo444 .owl-pagination {
  display: none
}

div#owl-demo444 {
  margin: auto;
  width: 85%
}

div#owl-demo444 .owl-buttons {
  position: absolute;
  top: 40%;
  width: 100%
}

div#owl-demo444 .owl-prev {
  position: absolute;
  left: -60px;
  background: #fff0 url(../images/big-arrrow-left.png) no-repeat top left;
  font-size: 0;
  width: 30px;
  height: 90px;
  transition: .3s ease
}

div#owl-demo444 .owl-next {
  right: -55px;
  position: absolute;
  background: #fff0 url(../images/big-arrow-right.png) no-repeat top right;
  font-size: 0;
  width: 30px;
  height: 90px;
  transition: .3s ease
}

.technology-div-left img {
  margin-bottom: -4px
}

.technology-slider.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -65px;
  background: url(../images/big-arrrow-left.png) no-repeat;
  font-size: 0;
  width: 30px;
  height: 90px;
  transition: .3s ease
}

.technology-slider.owl-theme .owl-nav .owl-prev:hover {
  background: #fff0 url(../images/big-arrrow-left.png) no-repeat
}

.technology-slider.owl-theme .owl-nav .owl-next:hover {
  background: #fff0 url(../images/big-arrow-right.png) no-repeat
}

.technology-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -85px;
  background: url(../images/big-arrow-right.png) no-repeat;
  font-size: 0;
  width: 30px;
  height: 90px;
  transition: .3s ease
}

.technology-slider .owl-nav {
  margin-top: 0 !important
}

.technology-slider .owl-dots {
  display: none !important
}

.banner_slider .owl-nav {
  display: none !important
}

.banner_slider .owl-dots {
  display: none !important
}

.banner-inner-slider .owl-nav {
  display: none !important
}

.banner-inner-slider .owl-dots {
  display: none !important
}

.case-slider .owl-nav {
  position: absolute;
  top: -36px;
  right: 0;
  margin-top: 0 !important
}

.case-slider.owl-theme .owl-nav .owl-prev {
  background: url(../images/case_slider_prev.png) no-repeat;
  font-size: 0;
  height: 12px;
  transition: .3s ease
}

.case-slider.owl-theme .owl-nav .owl-prev:hover {
  background: #fff0 url(../images/case_slider_prev.png) no-repeat
}

.case-slider.owl-theme .owl-nav .owl-next:hover {
  background: #fff0 url(../images/case_slider_next.png) no-repeat
}

.case-slider.owl-theme .owl-nav .owl-next {
  background: url(../images/case_slider_next.png) no-repeat;
  font-size: 0;
  height: 12px;
  transition: .3s ease
}

.case-slider .owl-dots {
  display: none !important
}

.project-slider .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  right: 0;
  top: -40px
}

.project-slider.owl-theme .owl-nav .owl-prev {
  background: url(../images/priv-1a.png) no-repeat;
  font-size: 0;
  height: 7px;
  width: 5px;
  transition: .3s ease;
  margin-right: 0
}

.project-slider.owl-theme .owl-nav .owl-prev:hover {
  background: #fff0 url(../images/priv-1a.png) no-repeat
}

.project-slider.owl-theme .owl-nav .owl-next:hover {
  background: #fff0 url(../images/next-1a.png) no-repeat
}

.project-slider.owl-theme .owl-nav .owl-next {
  background: url(../images/next-1a.png) no-repeat;
  font-size: 0;
  height: 7px;
  width: 7px;
  transition: .3s ease;
  margin-left: 0
}

.project-slider .owl-dots {
  display: none !important
}

.gallery-slider .owl-nav {
  position: absolute;
  top: -36px;
  right: 0;
  margin-top: 0 !important
}

.gallery-slider.owl-theme .owl-nav .owl-prev {
  background: url(../images/case_slider_prev.png) no-repeat;
  font-size: 0;
  height: 12px;
  transition: .3s ease
}

.gallery-slider.owl-theme .owl-nav .owl-prev:hover {
  background: #fff0 url(../images/case_slider_prev.png) no-repeat
}

.gallery-slider.owl-theme .owl-nav .owl-next:hover {
  background: #fff0 url(../images/case_slider_next.png) no-repeat
}

.gallery-slider.owl-theme .owl-nav .owl-next {
  background: url(../images/case_slider_next.png) no-repeat;
  font-size: 0;
  height: 12px;
  transition: .3s ease
}

.gallery-slider .owl-dots {
  display: none !important
}

.video-slider .owl-nav {
  position: absolute;
  top: -36px;
  right: 0;
  margin-top: 0 !important
}

.video-slider.owl-theme .owl-nav .owl-prev {
  background: url(../images/case_slider_prev.png) no-repeat;
  font-size: 0;
  height: 12px;
  transition: .3s ease
}

.video-slider.owl-theme .owl-nav .owl-prev:hover {
  background: #fff0 url(../images/case_slider_prev.png) no-repeat
}

.video-slider.owl-theme .owl-nav .owl-next:hover {
  background: #fff0 url(../images/case_slider_next.png) no-repeat
}

.video-slider.owl-theme .owl-nav .owl-next {
  background: url(../images/case_slider_next.png) no-repeat;
  font-size: 0;
  height: 12px;
  transition: .3s ease
}

.video-slider .owl-dots {
  display: none !important
}

.event-slider .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
  margin-top: 0 !important
}

.event-slider.owl-theme .owl-nav .owl-prev {
  background: url(../images/case_slider_prev.png) no-repeat;
  font-size: 0;
  height: 19px;
  transition: .3s ease
}

.event-slider.owl-theme .owl-nav .owl-prev:hover {
  background: #fff0 url(../images/case_slider_prev.png) no-repeat
}

.event-slider.owl-theme .owl-nav .owl-next:hover {
  background: #fff0 url(../images/case_slider_next.png) no-repeat
}

.event-slider.owl-theme .owl-nav .owl-next {
  background: url(../images/case_slider_next.png) no-repeat;
  font-size: 0;
  height: 19px;
  transition: .3s ease
}

.event-slider .owl-dots {
  display: none !important
}

.trade-div.skills-div.img-gallery {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0;
  background: 0 0
}

.clients-slider .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  right: 0;
  top: -45px
}

.clients-slider.owl-theme .owl-nav .owl-prev {
  background: #fff0 url(../images/lll.png) no-repeat top 5px left 4px;
  border: 1px solid #a2a2a2;
  border-radius: 0;
  font-size: 0;
  padding: 12px
}

.clients-slider.owl-theme .owl-nav .owl-prev:hover {
  background: #fff0 url(../images/lll.png) no-repeat top 5px left 4px
}

.clients-slider.owl-theme .owl-nav .owl-next:hover {
  background: #fff0 url(../images/rrr.png) no-repeat top 5px left 4px
}

.clients-slider.owl-theme .owl-nav .owl-next {
  background: #fff0 url(../images/rrr.png) no-repeat top 5px left 4px;
  border: 1px solid #a2a2a2;
  border-radius: 0;
  font-size: 0;
  padding: 12px
}

.clients-slider .owl-dots {
  display: none !important
}

.gallery-slider .gg-box {
  box-shadow: 0 0 8px #acacac;
  margin-bottom: 40px
}

.gallery-slider .gg-box p {
  padding: 5px 0 5px 0;
  font-size: 15px;
  color: red;
  text-align: center;
  font-weight: 600;
  background: #fff
}

.awards-slider .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  left: 52.4%;
  transform: translate(50%);
  bottom: 50px
}

.awards-slider.owl-theme .owl-nav .owl-prev {
  background: #fff0 url(../images/priv-1a.png) no-repeat;
  border-radius: 0;
  font-size: 0;
  width: 20px;
  height: 13px;
  padding: 0;
  margin: 0
}

.awards-slider.owl-theme .owl-nav .owl-prev:hover {
  background: #fff0 url(../images/priv-1a.png) no-repeat
}

.awards-slider.owl-theme .owl-nav .owl-next:hover {
  background: #fff0 url(../images/next-1a.png) no-repeat
}

.awards-slider.owl-theme .owl-nav .owl-next {
  background: #fff0 url(../images/next-1a.png) no-repeat;
  border-radius: 0;
  font-size: 0;
  width: 20px;
  height: 13px;
  padding: 0;
  margin: 0
}

.awards-slider .owl-dots {
  display: none !important
}
section.innerbanner{
  background-image: url(../images/inner-banner.jpg);
  background-position: center;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  z-index: 0;
}
section.innerbanner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  z-index: -1;
}
section.innerbanner h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.testimonialBox{
    padding: 70px 0;
}
.testimonialBox .contentTitle h2{
    font-size: 25px;
    margin: 0;
    text-align: center;
}
.testimonialBox .contentTitle h3{
    margin: 10px 0 20px;
    text-align: center;
}
.testimonialBox .testimonialInner{
    padding: 20px;
    box-shadow: 5px 6px 15px 6px #ccc;
	margin: 10px;
}
.testimonialBox .testimonialInner .icon i{
    font-size: 30px;
    color: #fd0571;
    margin: 0 0 20px;
}
.testimonialBox .testimonialInner .content p{
    font-size: 15px;
    line-height: 24px;
    padding: 0;
}
.testimonialBox .testimonialInner .content span{
    font-size: 15px;
    padding: 0;
    font-weight: 600;
}
.testimonialBox .testimonialInner .content h3{
    margin:7px 0;
    font-size: 16px;
    color: #fd0571;
    padding: 0;
}


.footer-bg {
  position: relative;
  background-color: #eee;
  padding: 60px 0;
}

.footer-left {
  width: 40%;
  float: left;
}

.logo-footer {
  height: 100px;
  max-width: inherit;
  margin: 0 0 15px;
}
.box-contacts a,.box-contacts p{
  display: block;
  color: var(--secondaryColor);
  font-size: 15px;
  line-height: 33px;
  padding-left: 38px;
  position: relative;
}
.box-contacts p{
  line-height: 18px;
  margin: 10px 0 0;
}

.footer-right-div {
  float: left;
  width: 60%;
  z-index: 99999;
  position: relative;
}
.footer-box-first h3{
  padding: 0;
  margin: 0;
}
.footer-right-div ul.socialIcons li{
  display: flex;
}

.footer-box-first ul {
  margin: 0;
  padding: 0;
  width: 28.35%;
  float: left
}
.footer-box-first ul.socialIcons{
  width: 40%;
}
.footer-box-first ul:nth-child(4) {
  width: 15%
}

.footer-right-div ul li {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  list-style-type: none;
  line-height: 24px;
  text-decoration: none
}

.footer-right-div ul li:nth-child(1) {
  margin-bottom: 16px;
  color: var(--primaryColor);
  font-weight: 600;
  position: relative;
    padding: 0 0 15px;
    margin: 0 0 20px;
}
.footer-right-div ul li:nth-child(1)::before{
      content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--primaryColor);
    width: 40px;
}

.footer-right-div ul li a {
  text-transform: capitalize;
  color: var(--secondaryColor);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: .3s ease;
  line-height: 28px;
}

.footer-right-div ul li a:hover {
  color: #00BCD4
}
.footer-bg .footer-left .box-contacts{
  position: relative;
}
.footer-bg .footer-left .box-contacts i{
    position: absolute;
    top: 7px;
    left: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: var(--primaryColor);
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
}
.footer-bg .footer-left .box-contacts a,.footer-bg .footer-left .box-contacts p{
  padding: 5px 0 5px 47px;
  position: relative;
  margin: 0;
  line-height: 35px;

}

.follow-div h6,
.follow-div .h_6 {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: 400
}

.follow-div {
  width: 43.33%;
  float: left
}

.footer-right-div .follow-div ul {
  width: 100%;
  margin: 0 0 40px;
  padding: 0
}

.footer-right-div .follow-div ul li {
  display: inline-block;
  border: 1px solid #403e49;
  width: 43px;
  height: 35px;
  padding: 5px 0
}

.footer-right-div .follow-div ul li.face-book {
  background: #fff0 url(../images/face-book.png) no-repeat top 12px center
}

.subscription-box-left {
  width: 100px;
  height: 34px;
  background: #fff;
  display: inline-block;
  position: relative;
  border: 1px solid #223e7a;
  margin-right: 3px
}

.subscription-box-left select.select-option {
  width: 100%;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  background: #fff url(../images/select-icon.jpg) center right 5px no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border: 0;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  height: 34px
}

.subscription-box-right {
  display: inline-block;
  position: relative;
}

.subscription-box-right input.newletter-email {
  width: 190px;
  height: 34px;
  border: 1px solid #223e7a;
  padding: 0 10px;
  font-size: 12px;
  color: #333
}

.subscription-box-right .newletter-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 13px;
  border: 1px solid #d6dff3;
  background: 0 0;
  padding: 4px 6px;
  color: #333;
  cursor: pointer;
  transition: .3s ease
}

.subscription-box-right .newletter-btn:hover {
  color: #fff;
  background: #00BCD4;
  border: 1px solid #00BCD4
}

.subscription-box {
  margin-top: 15px
}

#otpField {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 290px
}

#otpInput {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  width: 70%;
  box-sizing: border-box
}

#verifyOtpBtn {
  padding: 5px 5px;
  background-color: #91141a;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  transition: background-color 0.3s
}

#verifyOtpBtn:hover {
  background-color: #0056b3
}

.footer-last-bg {
  background: var(--primaryColor);
}

.footer-last-left {
  float: left;
  width: 100%
}

.footer-last-right {
  width: 50%;
  float: left
}
.careerForm {
    background-color: #eef1f2;
    padding: 40px;
}

marquee.home-jobs .job-items {
    margin: 20px 0;
    padding: 20px;
    background-color: #eef1f2;
}
marquee.home-jobs {
    height: 400px;
    margin: 30px 0 20px;
}

.footer-last-left p,
.footer-last-right p {
  font-size: 13px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  margin: 0;
}

.footer-last-left p span {
  font-weight: 600
}

.footer-last-right p {
  text-align: right
}

.footer-last-right p a {
  color: #ab1e14;
  font-weight: 700;
  text-decoration: none;
  transition: .3s ease
}

.footer-last-right p a:hover {
  color: #000
}

.follow-div ul li a {
  text-align: center;
  display: block;
  transition: .3s ease
}

.follow-div ul li a i {
  color: #00BCD4;
  font-size: 30px;
  line-height: 40px;
  text-align: center
}

.footer-right-div .follow-div ul li.facebook a:hover i {
  color: #4867aa
}

.footer-right-div .follow-div ul li.twitter a:hover i {
  color: #1da1f2
}

.footer-right-div .follow-div ul li.linkedin a:hover i {
  color: #0274b3
}

.footer-right-div .follow-div ul li.youtube a:hover i {
  color: #fff
}

.map-div-bg {
  background: #ececec
}

.map-div {
  padding: 70px 0 5px 0;
  position: relative
}

.map-div h3 {
  color: #333;
  font-size: 50px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  margin: 15px 0 0px 0;
  padding: 0
}

.map-div h3 span {
  /*font-weight: 700*/
  color: #c42828;
}

.map-div p {
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  padding: 10px 5px 0;
  line-height: 30px
}

.map-div p b {
  font-size: 20px;
  color: #c42729
}

.map-div p span {
  color: #295b96;
  display: block;
  font-family: Courgette, cursive;
  font-size: 17px
}

.global-div {
  position: relative;
  padding-top: 32px
}

.map-div .text_div {
  position: absolute;
  top: 19px;
  -moz-transform: translate(23%, 0);
  -ms-transform: translate(23%, 0);
  transform:translate(23%, 0) ;
}

.map-div .text_div p {
  line-height: 27px
}

.global-div .global-img {
  /*float: right;*/
  margin-right: 0;
  text-align: center;
}
.global-div .global-img img {
  max-width: 1210px;
  height: auto;
  margin: 0 auto;
}
.global-div .global-img .mob_img {
  display: none;
}
.state-list {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #ffffff3d;
  cursor: pointer;
  border-radius: 20px;
  font-size: 0;
  border: 1px solid #aba7a773
}

.state-Pakistan {
  top: 166px;
  left: 773px
}

.state-Rajasthan {
  top: 287px;
  left: 779px
}

.state-content {
  display: none;
  width: 135px;
  height: 42px;
  border: 1px solid #000;
  line-height: 42px;
  text-align: center;
  font-size: 14.5px;
  color: #fff;
  font-weight: 400;
  position: absolute
}

.state-Pakistan-content {
  border-color: #7ecba4;
  background: #336813;
  top: 86px;
  left: 561px
}

.state-Pakistan-content:before {
  position: absolute;
  content: '';
  top: 42px;
  left: 68px;
  background: url(../images/pakisthan-bg.png) no-repeat top left;
  height: 48px;
  width: 135px
}

.state-Rajasthan-content {
  border-color: #e08531;
  background: #fc9c44;
  top: 202px;
  left: 610px
}

.state-Rajasthan-content:before {
  position: absolute;
  content: '';
  top: 42px;
  left: 68px;
  background: url(../images/rajasthan-bg.png) no-repeat top left;
  height: 47px;
  width: 93px
}

.state-Gujrat {
  top: 326px;
  left: 770px
}

.state-Gujrat-content {
  border-color: #16bca9;
  background: #39ccbb;
  top: 382px;
  left: 580px
}

.state-Gujrat-content:before {
  position: absolute;
  content: '';
  top: -49px;
  left: 68px;
  background: url(../images/Gujrat-bg.png) no-repeat top left;
  height: 48px;
  width: 98px
}

.state-Maharashtra {
  top: 442px;
  left: 837px
}

.state-Maharashtra-content {
  border-color: #6f9730;
  background: #91be4a;
  top: 499px;
  left: 660px
}

.state-Maharashtra-content:before {
  position: absolute;
  content: '';
  top: -48px;
  left: 68px;
  background: url(../images/Maharashtra-bg.png) no-repeat top left;
  height: 48px;
  width: 98px
}

.state-Kerala {
  top: 565px;
  left: 870px
}

.state-Kerala-content {
  border-color: #2e5197;
  background: #385a9e;
  top: 555px;
  left: 637px
}

.state-Kerala-content:before {
  position: absolute;
  content: '';
  top: 17px;
  left: 135px;
  background: url(../images/Kerala-bg.png) no-repeat top left;
  height: 2px;
  width: 98px
}

.state-Chennai {
  top: 569px;
  left: 906px
}

.state-Chennai-content {
  border-color: #179dbe;
  background: #19abce;
  top: 558px;
  left: 1050px
}

.state-Chennai-content:before {
  position: absolute;
  content: '';
  top: 17px;
  left: -129px;
  background: url(../images/Chennai-bg.png) no-repeat top left;
  height: 2px;
  width: 133px
}

.state-Secunderabad {
  top: 438px;
  left: 920px
}

.state-Secunderabad-content {
  border-color: #164884;
  background: #295b96;
  top: 492px;
  left: 1006px
}

.state-Secunderabad-content:before {
  position: absolute;
  content: '';
  top: -47px;
  left: -57px;
  background: url(../images/Secunderabad-bg.png) no-repeat top left;
  height: 46px;
  width: 121px
}

.state-Bangladesh {
  top: 378px;
  right: 124px
}

.state-Bangladesh-content {
  border-color: #335440;
  background: #323683;
  top: 439px;
  right: 63px
}

.state-Bangladesh-content:before {
  position: absolute;
  content: '';
  top: -26px;
  left: 50%;
  background: url(../images/Bangladesh-bg.png) no-repeat top left;
  height: 46px;
  width: 1px
}

.state-Gorakhpur {
  top: 268px;
  right: 268px
}

.state-Gorakhpur-content {
  border-color: #928123;
  background: #bdaa40;
  top: 189px;
  right: 90px
}

.state-Gorakhpur-content:before {
  position: absolute;
  content: '';
  top: 43px;
  left: -40px;
  background: url(../images/Gorakhpur-bg.png) no-repeat top left;
  height: 46px;
  width: 109px
}

.state-Nepal {
  top: 250px;
  right: 222px
}

.state-Nepal-content {
  border-color: #d78954;
  background: #d78954;
  top: 124px;
  right: 0
}

.state-Nepal-content:before {
  position: absolute;
  content: '';
  top: 43px;
  left: -84px;
  background: url(../images/Nepal-bg.png) no-repeat top left;
  height: 92px;
  width: 156px
}

.state-Delhi {
  top: 215px;
  right: 392px
}

.state-Delhi-content {
  border-color: #8677ee;
  background: #9c94f0;
  top: 133px;
  right: 170px
}

.state-Delhi-content:before {
  position: absolute;
  content: '';
  top: 43px;
  left: -84px;
  background: url(../images/Delhi-bg.png) no-repeat top left;
  height: 92px;
  width: 156px
}

.state-Punjab {
  top: 176px;
  right: 408px
}

.state-Punjab-content {
  border-color: #e47071;
  background: #fd8182;
  top: 28px;
  right: 266px
}

.state-Punjab-content:before {
  position: absolute;
  content: '';
  top: 43px;
  left: 4px;
  background: url(../images/Punjab-bg.png) no-repeat top left;
  height: 114px;
  width: 66px
}

.state-Qatar {
  top: 304px;
  left: 378px
}

.state-Qatar-content {
  border-color: #8d1b3d;
  background: #8d1b3d;
  top: 200px;
  left: 396px
}

.state-Qatar-content:before {
  position: absolute;
  content: '';
  top: 43px;
  left: 2px;
  background: url(../images/Qatar-bg.png) no-repeat top left;
  height: 70px;
  width: 68px
}

.state-Egypt {
  top: 307px;
  left: 285px
}

.state-Egypt-content {
  border-color: #f41111;
  background: #f41111;
  top: 230px;
  left: 225px
}

.state-Egypt-content:before {
  position: absolute;
  content: '';
  top: 43px;
  left: 50%;
  background: url(../images/Egypt-bg.png) no-repeat top left;
  height: 27px;
  width: 2px
}

.state-Dubai {
  top: 342px;
  left: 487px
}

.state-Dubai-content {
  border-color: #00732f;
  background: #00732f;
  top: 390px;
  left: 427px
}

.state-Dubai-content:before {
  position: absolute;
  content: '';
  top: -19px;
  left: 50%;
  background: url(../images/Dubai-bg.png) no-repeat top left;
  height: 27px;
  width: 3px
}

.circle-div {
  width: 520px;
  bottom: 0;
  position: absolute
}

img.circle-img {
  float: left;
  width: 180px;
  margin-right: 20px
}

.circle-div ul {
  float: left;
  width: 180px;
  margin-right: 30px
}

.circle-div ul li {
  list-style-type: none;
  margin: 0;
  font-size: 16px;
  color: #2f5c9e;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 9px;
  border-left: 5px solid #2f5c9e
}

.circle-div ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  border: 3px solid #000;
  width: 9px;
  height: 9px
}

.circle-div ul li:nth-child(1):before {
  border-color: #9c94f0
}

.circle-div ul li:nth-child(2):before {
  border-color: #ad9b34
}

.circle-div ul li:nth-child(3):before {
  border-color: #ef8c31
}

.circle-div ul li:nth-child(4):before {
  border-color: #84ad42
}

.circle-div ul li:nth-child(5):before {
  border-color: #26466c
}

.circle-div ul li:nth-child(6):before {
  border-color: #ed6a6b
}

.circle-div ul li:nth-child(7):before {
  border-color: #31bbab
}

.circle-div ul li:nth-child(8):before {
  border-color: #385a9e
}

.circle-div ul li:nth-child(9):before {
  border-color: #19abce
}

.circle-div ul.circle-div-two {
  width: 151px;
  position: absolute;
  right: -25px;
  bottom: 0;
  margin-right: 0
}

.circle-div ul.circle-div-two li:nth-child(1):before {
  border-color: #8a1b19
}

.circle-div ul.circle-div-two li:nth-child(2):before {
  border-color: #336813
}

.circle-div ul.circle-div-two li:nth-child(3):before {
  border-color: #d78954
}

.circle-div ul.circle-div-two li:nth-child(4):before {
  border-color: #323683
}

.circle-div ul.circle-div-two li:nth-child(5):before {
  border-color: #329401
}

.circle-div ul.circle-div-two ul li:nth-child(6):before {
  border-color: #329401
}

.circle-div ul.circle-div-two ul li:nth-child(7):before {
  border-color: #f41111
}

.wallpaper-div ul {
  margin: 40px 0 0 0;
  padding: 0;
  width: 100%;
  float: left
}

.wallpaper-div ul li {
  list-style-type: none;
  width: 28.7%;
  float: left;
  border: 1px solid #333;
  margin-right: 6.6%;
  margin-bottom: 6.6%;
  transition: .3s ease;
  background: #fff
}

.wallpaper-div ul li:hover {
  background: #f5f5f5;
  border: 1px solid #6b6565
}

.wallpaper-img img {
  width: 100%;
  height: 153px;
  background-size: cover
}

.wallpaper-div ul li:nth-child(3n+3) {
  margin-right: 0
}

.wallpaper-div ul li:nth-child(3n+1) {
  clear: left
}

.verticals_area .wallpaper-div ul li p {
  color: #312f45;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 0 25px 13px
}

.download-btn a {
  color: #fff;
  font-size: 16px;
  background: #ab1c12;
  padding: 13px 64px;
  display: inline-block;
  position: relative;
  transition: .3s ease
}

.download-btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  border-width: 46px 23px 0 0;
  border: 23px solid #ab1c12;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  transition: .3s ease
}

.download-btn a:hover {
  background: #000
}

.download-btn a:hover:before {
  border: 23px solid #000
}

.download-btn {
  float: right
}

.verticals_area.grey-full {
  background-size: cover;
  padding-bottom: 30px
}

.wallpaper-img.wallpaper-img1 img {
  width: auto;
  margin: auto;
  text-align: center;
  display: block;
  padding-top: 10px
}

a.btn-view {
  font-size: 16px;
  font-weight: 400;
  float: left;
  padding: 13px 0 0 15px;
  color: #ab1c12
}

a.btn-view:hover {
  color: #000;
  text-decoration: none
}

.divided-part {
  border-bottom: 1px solid #898989;
  margin-top: 38px;
  margin-bottom: 38px
}

.trade-div {
  background: #fff;
  padding: 20px
}

.trade-box {
  width: 100%;
  float: left;
  position: relative
}

.trade-food {
  position: absolute;
  width: 68%;
  background: #fff;
  right: 0;
  transform: translate(0, -50%);
  top: 50%
}

.trade-food h3 {
  background: #1a182f;
  color: #fff !important;
  margin: 0 !important;
  padding: 31px 40px !important;
  line-height: 24px
}

.trade-food ul {
  padding: 24px 5% 20px 5%;
  margin: 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: #fff
}

.trade-food ul li {
  list-style-type: none;
  width: calc(50% - 26px);
  float: left;
  font-size: 18px;
  color: #1a182f;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 26px;
  padding-right: 10px;
  background: url(../images/trade-list.png) no-repeat top 8px left
}

.trade-food ul li:nth-child(2n+2) {
  list-style-type: none;
  width: calc(50% - 26px);
  float: left;
  font-size: 18px;
  color: #1a182f;
  line-height: 24px;
  padding-left: 26px
}

.trade-food * {
  box-sizing: border-box
}

.trade-box {
  margin-bottom: 50px
}

.skills-div .trade-box {
  background: #dadada
}

.skills-div .trade-food {
  width: 70%;
  background: rgb(255 255 255 / .8);
  right: 25px
}

.skills-div .trade-food h4 {
  font-size: 24px;
  margin: 20px 0 0 40px;
  font-weight: 600 !important;
  color: #312f45
}

.skills-div .trade-food ul {
  margin: 24px 10% 20px 10%;
  width: 80%
}

.skills-div .trade-food ul li {
  width: 100%;
  line-height: 24px;
  padding-bottom: 10px;
  background: 0 0;
  padding-left: 0
}

.skills-div .trade-food ul li img {
  margin-right: 10px
}

.skills-div .trade-food p {
  padding-left: 40px;
  color: #312f45 !important;
  line-height: 24px !important;
  display: block;
  margin-top: 15px;
  float: left;
  width: 100%
}

.trade-food p span {
  display: block;
  font-size: 16px
}

.download-btn.download-btn-left {
  padding-left: 40px;
  float: left;
  padding-bottom: 25px;
  padding-top: 5px
}

.download-btn.download-btn-left a:before {
  right: -10px;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  left: auto
}

.verticals_area .v-right_box h2.div-font {
  font-size: 22px;
  margin-top: 30px
}

.job-box {
  width: 100%;
  float: left
}

.job-box-left {
  width: 34%;
  float: left;
  font-size: 36px;
  color: #a7a7a7;
  font-weight: 700
}

.job-box-right {
  width: 66%;
  float: left
}

.job-box-right ul {
  margin: 0;
  padding: 0
}

.job-box-right ul {
  margin: 0;
  padding: 0
}

.job-box-right ul li {
  width: 48%;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  margin-right: 4%;
  padding-top: 2%;
  margin-bottom: 50px
}

.job-box-right ul li:nth-child(2n+2) {
  margin-right: 0
}

.job-box-right ul li h5 {
  font-size: 18px;
  color: #312f45;
  min-height: 65px;
  font-weight: 700
}

.job-box-right ul li h6 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 30px
}

.verticals_area .v-right_box .job-box-right ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #b7b7b7;
  min-height: 49px;
  margin-bottom: 20px
}

.div-apply-right {
  float: right
}

.job-div .div-apply-right a {
  color: #fff;
  background: #ab1e14;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 32px 9px;
  margin: 0;
  float: none;
  border-radius: 30px
}

.job-div .div-apply-left {
  background: 0 0;
  border: 0;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  display: inline-block
}

.verticals_area.white-full {
  background-image: none;
  background: #fff
}

.font-change {
  font-weight: 600
}

.form-div.reg_form {
  padding: 0
}

.form-div-box {
  width: 100%;
  float: left
}

.form-div-left {
  width: 48%;
  float: left;
  margin-right: 4%
}

.form-div-box .form-div-left:nth-child(2) {
  margin-right: 0
}

.form-div-left .qc_name input[type=text] {
  background: url(../images/f_name.png) no-repeat 5px 3px
}

.form-div-left .qc_phone input[type=text] {
  background: url(../images/f_mobile.png) no-repeat 5px 3px
}

.form-div-left .qc_email_id input[type=text] {
  background: url(../images/f_email.png) no-repeat 5px 10px
}

.form-div-box .qc_textarea input[type=text] {
  background: url(../images/f_textarea.png) no-repeat 5px 5px;
  padding: 5px 0 5px 42px
}

.form-div-box input[type=text]:focus {
  background: auto;
  padding: 5px 0 5px 42px
}

.qc_country {
  float: left;
  width: 32%;
  margin-right: 1.95%
}

.qc_country:nth-child(3) {
  margin-right: 0
}

.qc_country select {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  margin-bottom: 14px;
  color: #999;
  border-top: 0 solid #95949f;
  border-right: 0 solid #95949f;
  border-left: 0 solid #95949f;
  border-bottom: 1px solid #95949f;
  font-size: 13px
}

.qc_country:nth-child(1) select {
  background: url(../images/f_country.png) no-repeat 5px 7px;
  padding-left: 30px
}

.register-form-left {
  width: auto;
  float: left;
  margin-right: 12.5%;
  margin-bottom: 70px;
  margin-top: 27px
}

.register-form-left p {
  padding: 0
}

.file {
  position: relative
}

.file input {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: .01;
  cursor: pointer;
  width: 100%;
  height: 39px
}

.file label#file_name {
  background: 0 0;
  padding: 3.5px 10px;
  font-weight: 400;
  font-size: 14px;
  transition: all .4s;
  color: #312f45;
  border: 1px solid #959595;
  border-radius: 20px;
  float: left
}

.applyJob .input-box .register-form-left .file label#file-error {
  margin-bottom: -41px;
  margin-left: -4px;
  z-index: 1
}

.applynow .input-box .register-form-left .file label#file-error {
  bottom: -24px;
  left: -5px;
  z-index: 1;
  min-width: 320px;
  border: 0;
  color: red !important;
  background: 0 0
}

.applyJob .input-box .register-form-left .file label#file-error:hover,
.applynow .input-box .register-form-left .file label#file-error:hover {
  border: 0 !important;
  color: red !important;
  background: 0 0 !important
}

.register-form-right {
  float: right;
  margin-top: 27px
}

.register-form-right a {
  color: #fff;
  font-size: 16px;
  background: #312f45;
  padding: 10px 40px;
  border-radius: 30px;
  display: block;
  transition: all .4s
}

.register-form-right a:focus,
.register-form-right a:hover {
  background: #ab1e14
}

.all_dv h4 {
  font-size: 18px;
  color: #312f45;
  font-weight: 600;
  font-family: var(--bodyFont);
  margin-bottom: 15px;
  line-height: 23px
}

.all_dv h5 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  font-family: var(--bodyFont);
  margin: 18px 0 15px 0;
  line-height: 23px
}

.all_dv h5 span {
  display: inline-block;
  color: #ab1e14
}

.verticals_area .all_dv p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-family: var(--bodyFont);
  line-height: 24px
}

#case_slider .owl-next {
  position: absolute;
  right: 0;
  background: #fff0 url(../images/case_slider_next.png) no-repeat center center;
  font-size: 0;
  width: 20px;
  height: 20px;
  transition: .3s ease;
  border-radius: 0;
  margin: 0;
  padding: 0
}

#case_slider .owl-prev {
  position: absolute;
  right: 22px;
  background: #fff0 url(../images/case_slider_prev.png) no-repeat center center;
  font-size: 0;
  width: 20px;
  height: 20px;
  transition: .3s ease;
  border-radius: 0;
  margin: 0;
  padding: 0
}

#case_slider .owl-buttons {
  position: absolute;
  top: -32px;
  right: 0
}

#case_slider .owl-pagination {
  display: none
}

#case_slider .owl-theme .owl-controls {
  margin-top: 0
}

#case_slider2 .owl-next {
  position: absolute;
  right: 0;
  background: #fff0 url(../images/case_slider_next.png) no-repeat center center;
  font-size: 0;
  width: 20px;
  height: 20px;
  transition: .3s ease;
  border-radius: 0;
  margin: 0;
  padding: 0
}

#case_slider2 .owl-prev {
  position: absolute;
  right: 22px;
  background: #fff0 url(../images/case_slider_prev.png) no-repeat center center;
  font-size: 0;
  width: 20px;
  height: 20px;
  transition: .3s ease;
  border-radius: 0;
  margin: 0;
  padding: 0
}

#case_slider2 .owl-buttons {
  position: absolute;
  top: -32px;
  right: 0
}

#case_slider2 .owl-pagination {
  display: none
}

#case_slider2 .owl-theme .owl-controls {
  margin-top: 0
}

.verticals_area .all_dv p.tex_bg {
  background: #dadada;
  padding: 16px 14px 18px 15px;
  color: #312f45;
  font-weight: 600;
  margin-top: 32px
}

.skills_div2 {
  border-top: 1px solid #898989;
  padding-top: 25px;
  margin-top: 40px
}

.all_dv h5 span img {
  margin: 0 0 0 7px;
  display: inline-block;
  position: relative;
  top: 5px
}

.case_slider {
  margin-top: 15px
}

.verticals_area .inr_gallery h2 {
  border-bottom: 0;
  margin: 0
}

.inr_gallery_sl ul li {
  list-style: none;
  background: #fff
}

.verticals_area .inr_gallery_sl ul li p {
  padding: 5px 0 7px 0;
  font-size: 15px;
  color: red;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 3px 6px -3px #acacac;
  -moz-box-shadow: 0 3px 6px -3px #acacac;
  -webkit-box-shadow: 0 3px 6px -3px #acacac;
  -ms-box-shadow: 0 3px 6px -3px #acacac;
  margin-top: -4px
}

.inr_gallery_sl ul li:nth-child(3n+3) {
  margin-right: 0
}

.inr_gallery_sl ul li img {
  width: 100%
}

.inr_gallery_sl {
  float: left;
  width: 100%;
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: 5px
}

.inr_gallery_sl:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0
}

#case_slider3 .owl-next {
  position: absolute;
  right: 0;
  background: #fff0 url(../images/case_slider_next.png) no-repeat center center;
  font-size: 0;
  width: 20px;
  height: 20px;
  transition: .3s ease;
  border-radius: 0;
  margin: 0;
  padding: 0
}

#case_slider3 .owl-prev {
  position: absolute;
  right: 22px;
  background: #fff0 url(../images/case_slider_prev.png) no-repeat center center;
  font-size: 0;
  width: 20px;
  height: 20px;
  transition: .3s ease;
  border-radius: 0;
  margin: 0;
  padding: 0
}

#case_slider3 .owl-buttons {
  position: absolute;
  top: -32px;
  right: 0
}

#case_slider3 .owl-pagination {
  display: none
}

#case_slider3 .owl-theme .owl-controls {
  margin-top: 0
}

.inr_gallery_sl ul#case_slider3 li {
  width: 94%;
  position: relative
}

.video_icn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.inr_gallery_sl ul li .video_icn img {
  width: auto
}

.video_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  z-index: 999999;
  display: none;
  top: 0;
  left: 0
}

.close_video {
  float: right;
  position: fixed;
  right: 10px;
  top: 10px
}

.iframe_vdo {
  position: absolute;
  max-width: 712px;
  width: 100%;
  height: 494px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.inr_gallery_sl2 {
  margin-top: 18px
}

.viewer-button {
  background-color: #ab1c12 !important
}

.viewer-container {
  z-index: 9999999999 !important
}

li.viewer-flip-horizontal,
li.viewer-flip-vertical,
li.viewer-one-to-one,
li.viewer-reset,
li.viewer-rotate-left,
li.viewer-rotate-right {
  display: none
}

.viewer-toolbar {
  width: 133px !important
}

.viewer-title {
  font-size: 20px !important;
  color: #fff !important;
  margin-bottom: 25px !important
}

.v-right_box.inr_gallery .trade-div {
  margin-top: 0
}

.news_text h1 {
  font-size: 16px;
  color: #312f45;
  line-height: 23px;
  margin-bottom: 14px;
  font-weight: 600
}

.news_text {
  background: #fff;
  padding: 25px;
  position: relative;
  margin-top: -4px
}

.news_text:after {
  position: absolute;
  top: -14px;
  left: 34px;
  transform: translateX(-50%);
  border-bottom: 14px solid #fff;
  border-left: 10px solid #fff0;
  border-right: 10px solid #fff0;
  content: ""
}

.news_text p {
  font-size: 14px;
  color: #656565;
  line-height: 23px;
  padding-bottom: 20px;
  font-weight: 600
}

.new_red {
  font-size: 14px;
  color: #ab1c12;
  line-height: 23px;
  font-weight: 600;
  background: url(../images/new_icon.png) no-repeat right 6px;
  padding-right: 35px
}

.new_mb {
  margin-bottom: 50px
}

.nes_img img {
  width: 100%;
  position: relative
}

.news_box {
  width: 32%;
  float: left;
  margin: 0 2% 2% 0
}

.news_box:nth-child(3n+3) {
  margin-right: 0
}

.news_box:nth-child(even) .news_text {
  margin-top: 0;
  background: #312f45;
  color: #fff
}

.news_box:nth-child(even) .news_text h1,
.news_box:nth-child(even) .news_text p {
  color: #fff !important
}

.news_box:nth-child(even) .news_text:after {
  top: inherit;
  bottom: -14px;
  z-index: 9;
  transform: rotate(-180deg);
  border-bottom: 14px solid #312f45
}

.news_box:nth-child(even) .news_text a.new_red {
  color: #fff;
  background: url(../images/new_icon2.png) no-repeat right 6px
}

.new_mb .button {
  display: block !important;
  text-align: center
}

.verticals_area .methodology p {
  font-size: 18px;
  line-height: 26px
}

.methodology {
  padding: 30px 30px 0;
  background: #fff;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 60px
}

.methodology * {
  box-sizing: border-box
}

.methodology-list {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding: 47px 75px 0 75px;
  min-height: 369px;
  background: url(../images/bg_methodology.png) center top no-repeat
}

.methodology-list ul {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0 -12px;
  padding: 0
}

.methodology-list li {
  float: left;
  width: 20%;
  padding: 0 12px
}

.methodology-list li .box {
  float: left;
  width: 100%
}

.methodology-list li .box p {
  font-size: 14px;
  padding-bottom: 0
}

.methodology-list li .box .icon-main {
  float: left;
  width: 100%;
  position: relative;
  height: 143px
}

.methodology-list li .box .icon-main .left {
  display: inline-block;
  left: -65px;
  position: absolute;
  top: 0
}

.methodology-list li .box .icon-main .right {
  display: inline-block;
  right: -65px;
  position: absolute;
  top: 0
}

.methodology-list li .box .icon-box {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 18px;
  margin-top: -15px
}

.methodology-list li .box .icon-box:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 127px;
  height: 3px;
  left: 0;
  top: 24px;
  background: #bdbdbd;
  z-index: 1;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.methodology-list li .box .icon-box .icon {
  display: inline-block;
  left: 38px;
  position: relative;
  z-index: 2;
  width: 51px;
  height: 51px;
  line-height: 56px;
  text-align: center;
  border: 4px solid #bdbdbd;
  border-radius: 50%;
  background: #fff;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.methodology-list li .box .icon-box:hover .icon {
  border: 4px solid #000;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.methodology-list li .box .icon-box:hover:before {
  background: #000;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.methodology-list li .box .icon-box .icon img {
  display: inline-block
}

.methodology-list li .box .title {
  float: left;
  width: 100%;
  margin-bottom: 7px
}

.methodology-list li .box .title p {
  line-height: 18px
}

.methodology-list li .box .desc {
  float: left;
  width: 100%;
  padding-bottom: 0
}

.methodology-list li .box .desc p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px
}

.getintouch * {
  box-sizing: border-box
}

.getintouch .container {
  padding: 0 30px
}

.getintouch {
  box-sizing: border-box;
  padding: 29px 0;
  overflow: hidden;
  display: block;
  width: 100%;
  background: url(../images/bg_getintouch.jpg) center top no-repeat;
  background-size: cover
}

.getintouch .box {
  float: left;
  width: 100%;
  padding: 35px 135px;
  background: url(../images/bg_in-getintouch.jpg) center -21px no-repeat;
  background-size: cover
}

.getintouch .box h2,
.getintouch .box .h_2 {
  text-align: center;
  color: var(--primaryColor);
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  text-shadow: 1px 1px 0 var(--primaryColor);
  -moz-text-shadow: 1px 1px 0 var(--primaryColor);
  -webkit-text-shadow: 1px 1px 0 var(--primaryColor);
  -ms-text-shadow: 1px 1px 0 var(--primaryColor);
  -o-text-shadow: 1px 1px 0 var(--primaryColor);
}

.getintouch .box p {
  text-align: center;
  font-size: 17px;
  line-height: 34px;
  color: var(--primaryColor);
  font-weight: 400
}

.getintouch .box .buttons {
  float: left;
  width: 100%;
  margin-top: 24px;
  background: 0 0;
  text-align: center;
  text-shadow: 1px 1px 0 #00BCD4;
  -moz-text-shadow: 1px 1px 0 #00BCD4;
  -webkit-text-shadow: 1px 1px 0 #00BCD4;
  -ms-text-shadow: 1px 1px 0 #00BCD4;
  -o-text-shadow: 1px 1px 0 #00BCD4;
}

.getintouch .box .buttons a.btn {
  display: inline-block;
  width: 174px;
  color: #fff;
  font-size: 17px;
  height: 44px;
  padding: 10px;
  line-height: 22px;
  border-radius: 20px;
  border: 1px dotted #000;
  background: #00BCD4;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.getintouch .box .buttons a.btn:hover {
  background: #000;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.header * {
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.header.floating_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: var(--primaryColor);
  background-image: none;
  box-shadow: 0 0 8px 0 #000;
  -webkit-box-shadow: 0 0 8px 0 #000;
  -ms-box-shadow: 0 0 8px 0 #000;
  -moz-box-shadow: 0 0 8px 0 #000
}

.header.floating_menu * {
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.header.floating_menu .logo {
  width: 19%;
  padding-top: 3px
}

.header.floating_menu .logo img {
  max-width: inherit;
  height: 60px;
}

.header.floating_menu .menu .menu-top {
  display: none
}

.header.floating_menu .menu-bottom ul li a {
  color: #fff;
}
.header.floating_menu .menu-bottom ul.dropMenu li a{
  color: #fff;
}

.header.floating_menu .menu-bottom ul li a.immg {
  color: #fff
}

.header.floating_menu .menu {
  padding-top: 6px
}

.corp_info .cirt_box p {
  font-size: 16px;
  line-height: 25px;
}
.corp_info .map{
  line-height: 0;
}

.corp_info .cirt_box ul.history-list * {
  box-sizing: border-box
}

.corp_info .cirt_box ul.history-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none
}

.corp_info .cirt_box ul.history-list li {
  display: block;
  width: 25%;
  float: left;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  min-height: 102px;
  border: 1px solid #fff;
  background: #312f45
}

.vision_mission .mission {
  border: 1px solid rgb(0 0 0 / 25%)
}

.note_otr {
  display: flex
}

.note_txt_bx {
  width: 70%;
  padding-right: 15px
}

.note_img_bx {
  width: 30%;
  padding: 0 15px
}

.note_img_bx img {
  border: 10px solid #fff;
  border-radius: 5px;
  display: block;
  max-width: 92%;
  height: auto
}

.mv_txt_bx .hd {
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin: 10px 0 10px 0
}

.clearfix {
  display: block;
  width: 100%;
  clear: both
}

.ourclients {
  background: #fff;
  border-top: 1px solid #ddd
}

.ourclients .container {
  position: relative;
  overflow: hidden
}

.ourclients * {
  box-sizing: border-box
}

.ourclients img {
  max-width: 100%;
  max-height: 100%
}

.ourclients {
  float: left;
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  position: relative
}

.ourclients h1 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600
}

.ourclients h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 15px
}

.ourclients ul.clientlist {
  display: inline;
  width: 100%;
  margin: 0 -15px;
  overflow: hidden;
  list-style: none;
  list-style-type: none
}

.ourclients ul.clientlist li {
  float: left;
  width: 14.28%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px
}

.ourclients ul.clientlist li a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  height: 120px;
  text-align: center;
  line-height: 90px
}

.ourclients ul.clientlist li a img {
  display: inline-block;
  vertical-align: middle
}

.ourclients .select-box {
  position: absolute;
  right: 15px;
  top: 50px;
  display: inline-block
}

.ourclients .select-box:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 5px solid #fff0;
  border-right: 5px solid #fff0;
  border-top: 5px solid #000;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.ourclients #catId {
  height: 40px;
  display: inline-block;
  padding: 5px 20px 5px 5px;
  line-height: 30px;
  border-radius: 0;
  border: 1px solid #ddd;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
}

.ourclients .content-box {
  float: left;
  width: 100%
}

.clients-slider .owl-carousel .owl-item img {
  max-width: 100%;
  max-height: 100%
}

.clients-slider .client-box img {
  padding: 20px;
  box-sizing: border-box
}

body.fixedp {
  position: fixed;
  width: 100%
}

.form-div.reg_form {
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
  float: left;
  width: 100%
}

.form-div.reg_form * {
  box-sizing: border-box
}

.form-div.reg_form form {
  float: left;
  width: 100%
}

.form-div.reg_form .form-div-box {
  margin: 0 -15px;
  display: inline-block;
  width: 100%
}

.form-div.reg_form .form-div-box.submitb {
  padding: 0 15px
}

.form-div.reg_form .form-div-left {
  width: 33.33%;
  padding: 0 15px;
  margin-right: 0
}

.form-div.reg_form .form-div-box .qc_textarea {
  padding: 0 15px
}

.form-div.reg_form .register-form-left {
  margin: 20px 0 0;
  width: 50%;
  float: left;
  padding: 0 15px
}

.form-div.reg_form .register-form-right {
  margin: 0;
  width: 50%;
  float: left;
  padding: 0 15px
}

.form-div.reg_form .register-form-right .form-group {
  float: right;
  min-width: 300px
}

.form-div.reg_form .register-form-right .captcha-form-group p {
  margin-bottom: 0;
  font-size: 16px;
  padding-bottom: 0
}

.form-div.reg_form .register-form-right .captcha-form-group .captcha {
  width: 156px !important;
  float: left
}

.form-div.reg_form .register-form-right .captcha-form-group .refreshCaptchaReg {
  float: left;
  margin-top: 5px
}

.form-div.reg_form .register-form-right .captcha-form-group #captcha_code_reg {
  float: left;
  width: 100px;
  margin-left: 10px
}

.form-div.reg_form .register-form-right .captcha-form-group #captcha_code_reg {
  padding: 10px;
  text-align: center;
  border: 1px solid #95949f
}

.form-div.reg_form .register-form-right a {
  padding: 0;
  border-radius: 0;
  background: 0 0
}

.verticals_area .v-left_box .menu_holder.ct ul li {
  display: none
}

.verticals_area .v-left_box .menu_holder.ct ul li.act_sub {
  display: block
}

.details-btn.details-btn-center.ov {
  padding-bottom: 0;
  float: left;
  width: 100%;
  margin-top: 20px;
  display: none
}

.details-btn.details-btn-center.ov a {
  border: 1px solid #000;
  color: #000;
  display: inline-block
}

.details-btn.details-btn-center.ov a:before {
  background: #000
}

.banner5 .banner_slider {
  height: 100%
}
.banner5 .banner_slider .owl-stage-outer {
  height: 100%
}

.banner5 .banner_slider .owl-stage {
  height: 100%
}

.banner5 .banner_slider .owl-item {
  height: 100%
}

.banner5 .banner_slider .owl-item .item {
  height: 100%
}

.banner-inner-slider {
  position: relative
}

.banner-inner-slider .sec-head {
  padding: 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -38px;
  left: 0;
  display: flex;
  align-items: center
}

.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto
}

.banner-inner-slider .sec-head .header-content {
  position: relative;
  padding: 18px 0 56px;
  display: inline-block;
  right: 6%
}

.banner-inner-slider .sec-head .header-content h2 {
  font-size: 42px;
  color: #fff;
  font-family: 'Museo700Regular';
  text-align: right;
  line-height: 50px
}

.banner-inner-slider .sec-head .header-content h2 span {
  font-family: 'museo300regular';
  font-weight: 300
}

.banner-inner-slider .sec-head .header-content h3 {
  font-size: 85px;
  color: #f9c834;
  font-family: 'Museo700Regular';
  text-align: right;
  line-height: 90px;
  letter-spacing: -3px
}

.banner-inner-slider .sec-head .header-content h3 span {
  font-family: 'museo300regular';
  font-weight: 300
}

.banner-inner-slider .sec-head .header-content p {
  font-size: 42px;
  color: #fff;
  font-family: 'museo300regular';
  text-align: right;
  line-height: 50px
}

.banner-inner-slider .counter {
  position: absolute;
  display: inline-block;
  width: 55%;
  bottom: 0;
  right: 0;
  box-sizing: border-box
}

.banner-inner-slider .counter * {
  box-sizing: border-box
}

.banner-inner-slider .counter:before {
  position: relative;
  content: "";
  display: inline-block;
  bottom: -175px;
  left: -56px;
  height: 135px;
  width: 57px;
  background: url(../images/arrow-1.png) 0 0 no-repeat;
}

.banner-inner-slider .counter ul.l-list {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  padding-left: 10px
}

.banner-inner-slider .counter ul.l-list li {
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1px
}

.banner-inner-slider .counter ul.l-list li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0
}

.banner-inner-slider .counter ul.l-list li:first-child:before {
  display: none
}

.banner-inner-slider .counter ul.count-list {
  padding: 30px 0;
  display: inline-block;
  width: 100%;
  height: 134px;
  background: #fff
}

.banner-inner-slider .counter ul.count-list li {
  display: inline-block;
  position: relative;
  padding: 0 16px
}
.img_responsive {
  /* position: absolute; */
  top: 0;
  left: -12vh;
  height: 100%;
}
.banner-inner-slider .counter ul.count-list li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #969696;
  position: absolute;
  left: 0;
  top: 0
}

.banner-inner-slider .counter ul.count-list li:first-child {
  padding-left: 0
}

.banner-inner-slider .counter ul.count-list li:first-child:before {
  display: none
}

.banner-inner-slider .counter ul.count-list li .value {
  display: block;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  width: 100%;
  float: left;
  margin-bottom: 10px
}

.banner-inner-slider .counter ul.count-list li .value span.count,
.banner-inner-slider .counter ul.count-list li .value span.fa-plus {
  position: relative;
  color: #333
}
.banner-inner-slider .counter ul.count-list li .value span.fa-plus {
  font-size: 22px;
  top: -2px;
  left: 2px;
}

.banner-inner-slider .counter ul.count-list li .title {
  text-align: center;
  line-height: 17px;
  display: block;
  width: 100%;
  font-size: 17px;
  color: var(--primaryColor);
  font-weight: 700;
}

.select-wrapper {
  position: relative
}

.select-wrapper:after {
  position: absolute;
  content: "";
  top: 24px;
  right: 14px;
  border: 6px solid #fff0;
  border-color: #656565 #fff0 #fff0 #fff0;
  z-index: 9;
  pointer-events: none
}

::-webkit-input-placeholder {
  color: #666
}

::-moz-placeholder {
  color: #666
}

:-ms-input-placeholder {
  color: #666
}

:-moz-placeholder {
  color: #666
}

.jobsrc .msg {
  position: absolute;
  top: -36px;
  left: 0;
  width: 210px;
  background-color: #be201c;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 18px;
  line-height: 14px;
  display: none
}

.jobsrc .msg:after {
  position: absolute;
  top: 34px;
  left: 100px;
  content: '';
  width: 13px;
  height: 7px;
  background: url(../images/ar.png) no-repeat 0 0
}

.jobsrc .tp {
  background-color: #086f68;
  margin-bottom: 20px
}

.jobsrc .tp .pd {
  padding: 10px 30px
}

.jobsrc .tp .dv1 {
  position: relative;
  float: left;
  width: 605px;
  margin-right: 30px
}

.jobsrc .tp .dv1 input {
  font-family: var(--bodyFont);
  font-size: 20px;
  line-height: 20px;
  color: #666;
  border: none;
  border-radius: 4px;
  padding: 0 20px;
  height: 52px;
  width: 100%;
  box-sizing: border-box
}

.jobsrc .tp .dv2 {
  float: left;
  width: 200px;
  margin-right: 30px
}

.jobsrc .tp .dv2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--bodyFont);
  font-size: 20px;
  line-height: 20px;
  color: #666;
  border: none;
  border-radius: 4px;
  padding: 0 20px;
  height: 52px;
  width: 100%;
  box-sizing: border-box
}

.jobsrc .tp .dv3 {
  float: left;
  width: 230px;
  margin-right: 30px
}

.jobsrc .tp .dv3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--bodyFont);
  font-size: 20px;
  line-height: 20px;
  color: #666;
  border: none;
  border-radius: 4px;
  padding: 0 20px;
  height: 52px;
  width: 100%;
  box-sizing: border-box
}

.jobsrc .tp .dv4 {
  float: left;
  width: 95px;
  height: 52px;
  background: url(../images/ic_search.png) no-repeat center center #be201c;
  border-radius: 4px
}

.jobsrc .lt {
  float: left;
  width: 25%;
  margin-right: 5%;
  background-color: #086f68;
  margin-bottom: 50px
}

.jobsrc .lt .pd {
  padding: 20px
}

.jobsrc .lt .mnttl {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px
}

.jobsrc .lt .clearall {
  float: right;
  background-color: #161521;
  border-radius: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  padding: 6px 30px 8px 30px;
  margin-bottom: 20px
}

.jobsrc .lt .bx {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px
}

.jobsrc .lt .bx .ttl {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  border-bottom: 1px solid #dacfbb;
  padding-bottom: 6px;
  margin-bottom: 10px
}

.jobsrc .lt .bx a {
  display: block;
  color: #000;
  padding: 2px 0 2px 20px;
  background: url(../images/tick.png) 0 5px no-repeat;
  transition: 0s
}

.jobsrc .lt .bx a:hover {
  font-weight: 700
}

.jobsrc .lt .bx a.active {
  background-position: 0 -55px
}

.jobsrc .lt .bx_experience a {
  background: url(../images/tick2.png) 0 5px no-repeat
}

.jobsrc .rt {
  float: left;
  width: 70%;
  font-size: 16px;
  line-height: 20px;
  color: #333
}

.jobsrc .rt .lbls {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px
}

.jobsrc .rt .lbls div {
  margin-bottom: 6px
}

.jobsrc .rt .lbls span span {
  color: #be201c
}

.jobsrc .rt .lbls .dv0 {
  display: none
}

.jobsrc .rt .lbls .spanInd {
  display: none
}

.jobsrc .rt .lbls .spanJob {
  display: none
}

.jobsrc .rt .lbls .spanExp {
  display: none
}

.jobsrc .rt .lbls .spanCon {
  display: none
}

.jobsrc .rt .lbls .p1 {
  display: none
}

.jobsrc .rt .lbls .p2 {
  display: none
}

.jobsrc .rt .bx {
  background-color: #fff;
  box-shadow: 0 0 10px silver;
  margin-bottom: 20px
}

.jobsrc .rt .bx.hide {
  display: none
}

.jobsrc .rt .bx.show {
  display: block !important
}

.jobsrc .rt .pd {
  padding: 30px 50px
}

.jobsrc .rt .lk {
  float: right;
  background-color: #ab1e14;
  border-radius: 16px;
  line-height: 16px;
  color: #fff;
  padding: 6px 30px 8px 30px
}

.jobsrc .rt .ttl {
  float: left;
  font-size: 22px;
  line-height: 26px;
  color: #be201c;
  font-weight: 700;
  margin-bottom: 16px
}

.jobsrc .rt .ttl span {
  background-color: #ff0
}

.jobsrc .rt .bl {
  margin-bottom: 16px;
  clear: both
}

.jobsrc .rt .bl .bl1 {
  position: relative;
  float: left;
  background: url(../images/ic1.png) 0 1px no-repeat;
  padding-left: 26px;
  padding-right: 50px
}

.jobsrc .rt .bl .bl2 {
  position: relative;
  float: left;
  background: url(../images/ic2.png) 0 1px no-repeat;
  padding-left: 26px;
  padding-right: 50px
}

.jobsrc .rt .bl .bl3 {
  position: relative;
  float: left;
  background: url(../images/ic3.png) 0 1px no-repeat;
  padding-left: 26px
}

.jobsrc .rt .bl .bl4 {
  position: relative;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 18px;
  margin-top: 6px
}

.jobsrc .rt .bl .bl5 {
  position: relative;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 18px;
  margin-top: 6px
}

.jobsrc .rt .bl .bl6 {
  position: relative;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 18px;
  margin-top: 6px
}

.jobsrc .rt .bl .bl7 {
  position: relative;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 18px;
  margin-top: 6px
}

.jobsrc .rt .bl .bl2:before {
  position: absolute;
  content: '|';
  left: -25px
}

.jobsrc .rt .bl .bl3:before {
  position: absolute;
  content: '|';
  left: -25px
}

.jobsrc .rt .expand {
  float: right;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 13px;
  color: #3c971e;
  display: none
}

.jobsrc .rt .des .tx1 {
  float: left;
  width: 25%;
  font-weight: 700;
  margin-top: 10px
}

.jobsrc .rt .des .tx2 {
  float: left;
  width: 75%;
  font-weight: 500;
  margin-top: 10px;
  overflow: hidden
}

.jobsrc .rt .des .tx22 {
  float: left;
  width: 75%;
  font-weight: 500;
  margin-top: 10px;
  overflow: hidden
}

.jobsrc .rt .des .tx22 ul {
  margin-left: 18px
}

.jobsrc .rt .des .tx2 .dt span {
  background-color: #ff0
}

.jobsrc .rt .sal {
  background-color: #e2e2e2
}

.jobsrc .rt .sal .slpd {
  padding: 10px 50px;
  position: relative
}

.jobsrc .rt .sal .slpd span {
  font-weight: 700
}

.events {
  margin-bottom: 60px
}

.events .bx {
  background-color: #fff;
  box-shadow: 0 0 10px silver;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333
}

.events .pd {
  padding: 30px 50px
}

.events .lk {
  float: right;
  background-color: #ab1e14;
  border-radius: 16px;
  line-height: 16px;
  color: #fff;
  padding: 6px 30px 8px 30px
}

.events .nolk {
  float: right;
  background-color: #ab1e14;
  border-radius: 16px;
  line-height: 16px;
  color: #fff;
  padding: 6px 30px 8px 30px
}

.events .ttl {
  float: left;
  font-size: 22px;
  line-height: 26px;
  color: #be201c;
  font-weight: 700;
  margin-bottom: 16px
}

.events .ttl span {
  background-color: #ff0
}

.events .bl {
  margin-bottom: 26px;
  clear: both
}

.events .bl .bl1 {
  position: relative;
  float: left;
  background: url(../images/ic1.png) 0 1px no-repeat;
  padding-left: 26px;
  padding-right: 50px
}

.events .bl .bl2 {
  position: relative;
  float: left;
  background: url(../images/ic2.png) 0 1px no-repeat;
  padding-left: 26px;
  padding-right: 50px
}

.events .bl .bl3 {
  position: relative;
  float: left;
  background: url(../images/ic3.png) 0 1px no-repeat;
  padding-left: 26px
}

.events .bl .bl2:before {
  position: absolute;
  content: '|';
  left: -25px
}

.events .bl .bl3:before {
  position: absolute;
  content: '|';
  left: -25px
}

.events .expand {
  float: right;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 13px;
  color: #3c971e;
  display: none
}

.events .txt {
  height: 84px;
  overflow: hidden
}

.events .des h1 {
  font-size: 16px;
  line-height: 22px;
  color: #ab1e14;
  margin-bottom: 10px
}

.events .des h2 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  border: none;
  padding: 0
}

.events .des p {
  font-size: 16px;
  line-height: 22px
}

.events .sal {
  background-color: #e2e2e2
}

.events .sal .slpd {
  padding: 10px 50px;
  position: relative
}

.events .sal .slpd span {
  font-weight: 700
}

.pagination {
  margin-bottom: 20px
}

.pagination a {
  float: left;
  padding: 6px 10px;
  background-color: #fff;
  color: #000;
  margin: 6px 6px 6px 0;
  border-radius: 4px
}

.pagination a.active {
  background-color: #ab1e14;
  color: #fff
}

.pagination1 {
  margin-bottom: 20px
}

.pagination1 a {
  float: left;
  padding: 6px 10px;
  background-color: #fff;
  color: #000;
  margin: 6px 6px 6px 0;
  border-radius: 4px
}

.pagination1 a.active {
  background-color: #ab1e14;
  color: #fff
}

.corp_info .cirt_box .vision_mission {
  margin-top: 40px
}

body.history-page .corp_info {
  background-size: cover
}

body.history-page .corp_info ul.history-list {
  display: none
}

.h-milestone {
  width: 800px;
  margin: 50px 0;
  overflow: hidden;
  position: relative;
  background: url(../images/scale.png) repeat-y center;
  font-size: 17px;
  box-sizing: border-box
}

.h-milestone * {
  box-sizing: border-box
}

.h-milestone .asidel {
  width: 400px;
  float: left;
  position: relative
}

.h-milestone .asidel span {
  position: absolute;
  max-height: 130px;
  overflow-y: auto;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 0;
  padding: 15px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.h-milestone .h-box {
  width: 100%;
  position: relative;
  height: 130px;
  margin-bottom: 50px
}

.h-milestone .arrow_box {
  width: 325px;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
  height: 130px;
  margin: 0;
  font-size: 17px
}

.h-milestone .arrow_box:after,
.h-milestone .arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid #fff0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.h-milestone .arrow_box:before {
  border-color: #fff0;
  border-left-color: #ccc;
  border-width: 21px;
  margin-top: -21px
}

.h-milestone .arrow_box:after {
  border-color: #fff0;
  border-left-color: #fff;
  border-width: 20px;
  margin-top: -20px
}

.h-milestone .h-box .date {
  background: #eeeeef;
  position: absolute;
  top: 38%;
  padding: 5px;
  right: -22px
}

.h-milestone .asider {
  width: 400px;
  float: right;
  position: relative;
  text-align: right;
  margin-top: 0
}

.h-milestone .asider span {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 0;
  padding: 15px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.h-milestone .asider.first {
  margin-top: 100px
}

.h-milestone .h-box1 {
  width: 100%;
  position: relative;
  height: 130px;
  margin-bottom: 50px
}

.h-milestone .arrow_box1 {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  width: 325px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
  height: 130px;
  display: inline-block;
  margin: 0;
  text-align: left;
  font-size: 17px
}

.h-milestone .arrow_box1:after,
.h-milestone .arrow_box1:before {
  right: 100%;
  top: 50%;
  border: solid #fff0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.h-milestone .arrow_box1:after {
  border-color: #fff0;
  border-right-color: #fff;
  border-width: 20px;
  margin-top: -20px
}

.h-milestone .arrow_box1:before {
  border-color: #fff0;
  border-right-color: #ccc;
  border-width: 21px;
  margin-top: -21px
}

.h-milestone .h-box1 .date {
  background: #eeeeef;
  position: absolute;
  top: 38%;
  padding: 5px;
  left: -22px
}

.banner_slider .item {
  position: relative
}

.banner_slider .item .counter {
  position: absolute;
  display: none;
  width: 55%;
  bottom: 0;
  right: 0;
  box-sizing: border-box
}

.banner_slider .item .counter * {
  box-sizing: border-box
}

.banner_slider .item .counter:before {
  position: relative;
  content: "";
  display: inline-block;
  bottom: -169px;
  left: -57px;
  height: 134px;
  width: 57px;
  background: url(../images/arrow-1.png) 0 0 no-repeat
}

.banner_slider .item .counter ul.l-list {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  padding-left: 10px
}

.banner_slider .item .counter ul.l-list li {
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -1px
}

.banner_slider .item .counter ul.l-list li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0
}

.banner_slider .item .counter ul.l-list li:first-child:before {
  display: none
}

.banner_slider .item .counter ul.count-list {
  padding: 30px 0;
  display: inline-block;
  width: 100%;
  height: 134px;
  background: #fff
}

.banner_slider .item .counter ul.count-list li {
  display: inline-block;
  position: relative;
  padding: 0 16px
}

.banner_slider .item .counter ul.count-list li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #969696;
  position: absolute;
  left: 0;
  top: 0
}

.banner_slider .item .counter ul.count-list li:first-child {
  padding-left: 0
}

.banner_slider .item .counter ul.count-list li:first-child:before {
  display: none
}

.banner_slider .item .counter ul.count-list li .value {
  display: block;
  text-align: center;
  font-size: 50px !important;
  line-height: 50px !important;
  font-weight: 700;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 10px
}

.banner_slider .item .counter ul.count-list li .value span.count {
  position: relative;
  color: #333
}

.banner_slider .item .counter ul.count-list li .value span.count:after {
  position: relative;
  content: "+";
  display: inline-block
}

.banner_slider .item .counter ul.count-list li .title {
  text-align: center;
  line-height: 17px;
  display: block;
  width: 100%;
  font-size: 17px;
  color: #c8150f
}

.branch-offices .branch-offices-main {
  position: relative
}

.branch-offices .branch-offices-main .contact-map-right {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 99
}

.verticals_area.serv {
  background: url(../images/corp-bg.jpg) left top no-repeat;
  background-size: cover
}

.verticals_area.serv .v-left_box h2 {
  color: #fff
}

.verticals_area.serv .menu_holder .accordionButton-a a {
  color: #fff
}

.verticals_area.serv .menu_holder .accordionButton-a a:focus,
.verticals_area.serv .menu_holder .accordionButton-a a:hover,
.verticals_area.serv .menu_holder .accordionButton-a.active a {
  background: #ab1c12
}

.verticals_area.serv .v-right_box h1 {
  color: #fde428;
}

.verticals_area .v-right_box h1 {
  font-size: 24px;
  color: #312f45;
  font-family: var(--bodyFont);
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 1px solid #898989;
  margin-bottom: 20px;
  top: 0
}

.verticals_area.serv .v-right_box h2 {
  color: #fde428;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border-bottom: 0 solid #898989
}

.verticals_area.serv .v-right_box p {
  color: #d2d2d2;
  font-size: 20px;
  line-height: 30px
}

.verticals_area.serv .v-right_box h4 {
  color: #e92c1f;
  font-size: 20px;
  font-weight: 600
}

.backbtn {
  position: fixed;
  bottom: 1px;
  right: 2px;
  display: inline-block;
  z-index: 999999
}

#back2Top {
  width: 40px;
  line-height: 32px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  background-color: #00BCD4;
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  padding: 2px 6px;
  box-sizing: border-box;
  float: left;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

#back2Top:hover {
  background-color: #000;
  color: #fff;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.privacy {
  float: left;
  width: 100%;
  display: block;
  padding: 50px 0
}

.privacy h1 {
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase
}

.privacy p {
  font-size: 18px;
  color: #333;
  font-family: var(--bodyFont);
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 30px
}

.privacy h2 {
  font-size: 24px;
  color: #312f45;
  font-family: var(--bodyFont);
  font-weight: 600;
  padding-bottom: 14px
}

.privacy h3 {
  margin-bottom: 10px
}

.privacy ul {
  padding: 0 0 0 50px;
  margin: 0 0 25px
}

.privacy ul li {
  font-size: 18px;
  color: #333;
  font-family: var(--bodyFont);
  font-weight: 400;
  line-height: 30px
}

.vertical-div ul li:nth-child(10),
.vertical-div ul li:nth-child(9) {
  display: none
}

.banner5 .item div {
  background-position: center top !important
}

.verticals_area.serv .v-right_box h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600
}

.footer-right-div .follow-div ul li {
  height: auto;
  padding: 0
}

.subscription-box-left select.select-option {
  height: 32px
}

.equipment-main {
  padding-bottom: 0
}

.clients-slider .client-box {
  height: 115px
}

.clients-slider .client-box img {
  padding: 15px 20px
}

.branch-offices-boxs .branch-offices-box {
  min-height: 360px
}

.menu_holder .accordionButton.active.on:before {
  position: absolute;
  content: '';
  height: 12px;
  width: 12px;
  background: url(../images/minus.png);
  right: 10px;
  top: 14px
}

.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s
}

.accordion:after {
  content: '\002B';
  font-weight: 700;
  float: right;
  margin-left: 5px
}

.accordion.active:after {
  content: "\2212"
}

.new_h_bx h1,
h1 {
  font-size: 32px;
  font-family: var(--bodyFont);
  font-weight: 600;
  position: relative;
  padding-left: 18px;
  box-sizing: border-box;
  top: 30px;
  margin-bottom: 40px
}

.new_h_bx h1:before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background: #00BCD4;
  position: absolute;
  left: 0;
  border-radius: 2px;
  z-index: 600;
  text-align: center
}

h2 {
  font-size: 22px;
  font-family: var(--bodyFont);
  font-weight: 600;
  color: var(--primaryColor);
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 10px
}

h3 {
  font-size: 20px;
  font-family: var(--bodyFont);
  font-weight: 700;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 10px
}

.button-right-h3 {
  position: relative;
  padding-left: 40px;
  color: var(--secondaryColor);
  font-weight: 600;
  font-size: 17px;
}

.button-right-h3::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background:var(--primaryColor);
  border-radius: 50%;
  transition: all 0.2s linear
}

.button-right-h3::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff
}

.new_h_bx h1:after,
.new_h_bx h2:after,
h1:after {
  background-image: none
}
.corp_info h2{
  color: var(--primaryColor);
  font-size: 26px;
  font-weight: 600;
}
.new_h_bx h1 span,
.new_h_bx h2 span,
h1 span {
  display: block;
  width: 100%;
  font-size: 32px;
  color: #ab1c12;
  font-weight: 600
}
.object-fit{
  object-fit: cover;
  object-position: center;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: var(--bodyFont);
  padding-left: 10px
}

.t_h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 5px
}

.verticals_area .q-box h2 {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: var(--bodyFont);
  font-weight: 600;
  background: #1a182f;
  color: #fff;
  margin: 0;
  padding: 20px 40px 20px 20px;
  line-height: 24px
}

.q-box h1 span,
.q-box h2 span,
.q-box h3 span,
.q-box h4 span,
.q-box h5 span,
.q-box h6 span {
  position: absolute;
  right: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.add_counter_otr {
  z-index: 1
}

#outsource-form {
  display: block;
  float: left;
  box-sizing: border-box;
  margin: 0 -10px
}

#outsource-form * {
  box-sizing: border-box
}

#outsource-form input[type=email],
#outsource-form input[type=password],
#outsource-form input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0;
  height: 45px;
  line-height: 25px;
  padding: 10px 10px;
  color: #333;
  font-size: 12px
}

#outsource-form .input-box,
#outsource-form .select-box {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 10px;
  margin: 0;
  margin-bottom: 15px
}

#outsource-form .input-box.textbox {
  width: 100%
}

#outsource-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0;
  height: 45px;
  line-height: 25px;
  padding: 10px 10px;
  color: #333;
  font-size: 14px;
  min-height: 123px;
  resize: none
}

#outsource-form select {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff url(../images/icon-sarrow.png) right center no-repeat;
  border-radius: 0;
  height: 45px;
  line-height: 25px;
  padding: 10px 10px;
  color: #333;
  font-size: 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none
}

#outsource-form .input-box:last-child {
  width: 98%
}

#outsource-form .input-box label,
#outsource-form .select-box label {
  color: red;
  font-size: 10px;
  position: absolute;
  bottom: -12px;
  left: 20px
}

#outsource-form .submit-box {
  text-align: center
}

#outsource-form .submit-box button.btn-submit {
  cursor: pointer;
  display: inline-block;
  width: 174px;
  color: #fff;
  font-size: 15px;
  height: 45px;
  padding: 10px 5px;
  line-height: 15px;
  border-radius: 20px;
  border: 1px dotted #000;
  background: #ab1e14;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

#outsource-form .submit-box button.btn-submit:hover {
  background: #000;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.q-box-area {
  float: left;
  width: 100%
}

.q-box {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px
}

.q-box * {
  box-sizing: border-box
}

.verticals_area .q-box h3 {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: var(--bodyFont);
  font-weight: 600;
  background: #1a182f;
  color: #fff;
  margin: 0;
  padding: 20px 40px 20px 20px;
  line-height: 24px
}

.q-box h3 span {
  position: absolute;
  right: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.q-box .q-content {
  float: left;
  width: 100%;
  display: none;
  background: #fff;
  padding: 20px
}

.q-box .q-content ul {
  float: left;
  width: 100%;
  margin: 0
}

.q-box .q-content ul>li {
  list-style-type: none;
  width: 100%;
  float: left;
  font-size: 18px;
  color: #1a182f;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 26px;
  padding-right: 10px;
  background: url(../images/trade-list.png) no-repeat top 8px left
}

.process-area .q-box {
  position: relative
}

.process-area .q-box h3 {
  position: relative
}

.process-area .q-box:first-child .q-content {
  display: block
}

.process-area .q-box .q-content {
  display: block !important
}

.process-area .q-box h3 span {
  display: none
}

.timeline-box {
  float: left;
  width: 100%;
  box-sizing: border-box
}

.timeline-box * {
  box-sizing: border-box
}

.timeline-box .box {
  float: left;
  width: 46%
}

.timeline-box .box.onsite {
  margin-right: 2%
}

.timeline-box .box.offsite {
  margin-left: 2%
}

.timeline-box ul {
  float: left;
  width: 100%;
  padding: 24px 5% 20px 5%;
  margin: 0;
  background: #fff;
  min-height: 248px
}

.timeline-box ul li {
  list-style-type: none;
  width: 100%;
  float: left;
  font-size: 18px;
  color: #1a182f;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 26px;
  padding-right: 10px;
  background: url(../images/trade-list.png) no-repeat top 8px left
}

.verticals_area .timeline-box h3 {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: var(--bodyFont);
  font-weight: 600;
  background: #1a182f;
  color: #fff;
  margin: 0;
  padding: 20px 40px 20px 20px;
  line-height: 24px
}

.cost-area {
  float: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #b21f18;
  border: 1px solid #b21f18
}

.cost-area * {
  box-sizing: border-box
}

.cost-area table {
  width: 100%;
  border-collapse: collapse
}

.cost-area table tbody td,
.cost-area table thead th {
  text-align: left;
  padding: 10px 10px;
  border: 1px solid #333
}

.cost-area table thead th {
  background: #333;
  color: #fff
}

.cost-area table tbody tr:nth-child(13) td:last-child,
.cost-area table tbody tr:nth-child(14) td:last-child {
  text-align: center
}

.cost-area table tbody tr:nth-child(even) {
  background: #e8dede
}

.cost-area table tbody tr:nth-child(odd) {
  background: #fff
}

.gallery-slider .gg-box>img {
  max-height: 205px;
  min-height: 206px
}

.gallery-slider-one * {
  box-sizing: border-box
}

.gallery-slider-one.owl-carousel {
  max-height: none
}

.gallery-slider-one.owl-carousel .owl-stage-outer {
  max-height: none;
  overflow: hidden
}

.gallery-slider-one .gg-box {
  float: left;
  width: 25%;
  height: auto;
  margin: 0 0 20px;
  padding: 0 15px;
  box-shadow: none
}

.gallery-slider-one .gg-box>img {
  max-height: 145px;
  min-height: 145px
}

.gallery-slider-one .gg-box p {
  padding: 5px 0 5px 0;
  line-height: 20px;
  font-size: 13px;
  color: red;
  text-align: center;
  font-weight: 600;
  background: #fff
}

.gallery-slider-one .owl-item .item {
  margin: 0 -15px
}

.gallery-slider-one .owl-nav {
  position: absolute;
  top: -36px;
  right: 0;
  margin-top: 0 !important
}

.gallery-slider-one.owl-theme .owl-nav .owl-prev {
  background: url(../images/case_slider_prev.png) no-repeat;
  font-size: 0;
  height: 18px;
  transition: .3s ease;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -ms-transition: .3s ease
}

.gallery-slider-one.owl-theme .owl-nav .owl-prev:hover {
  background: #fff0 url(../images/case_slider_prev.png) no-repeat
}

.gallery-slider-one.owl-theme .owl-nav .owl-next:hover {
  background: #fff0 url(../images/case_slider_next.png) no-repeat
}

.gallery-slider-one.owl-theme .owl-nav .owl-next {
  background: url(../images/case_slider_next.png) no-repeat;
  font-size: 0;
  height: 18px;
  transition: .3s ease;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -ms-transition: .3s ease
}

.gallery-slider-one .owl-dots {
  display: none !important
}

.inr_gallery_sl .video-slider .item iframe {
  height: 206px
}

.inr_gallery_sl .video-slider .item>img {
  max-height: 206px;
  display: none
}

.skill-upgrd {
  float: left;
  width: 100%;
  display: block;
  padding: 50px 0
}

.skill-upgrd h1 {
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase
}

.skill-upgrd p {
  font-size: 18px;
  color: #333;
  font-family: var(--bodyFont);
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 30px
}

.skill-upgrd h2 {
  font-size: 24px;
  color: #312f45;
  font-family: var(--bodyFont);
  font-weight: 600;
  padding-bottom: 14px
}

.skill-upgrd h3 {
  margin-bottom: 10px
}

.skill-upgrd p strong {
  font-family: var(--bodyFont);
  font-size: 16px;
  color: #000
}

.skill-upgrd ul {
  padding: 0 0 0 50px;
  margin: 0 0 25px
}

.skill-upgrd ul li {
  font-size: 18px;
  color: #333;
  font-family: var(--bodyFont);
  font-weight: 400;
  line-height: 30px
}

.skill-upgrd .step-box {
  float: left;
  width: 100%;
  margin-bottom: 20px
}

.skill-upgrd .step-box p {
  padding-bottom: 0;
  line-height: 26px
}

.footer-box-first ul.othr {
  width: 43%
}

.footer-box-first ul.othr li {
  width: 50%;
  float: left
}

.footer-box-first ul.othr li:first-child {
  width: 100%
}

.applyJob .eresultapplyJob {
  text-align: center;
  margin-top: -40px;
  text-shadow: 0 0 10px #fff
}

.applynow {
  width: 100%;
  padding: 50px 0;
  display: block;
  float: left;
  box-sizing: border-box
}

.applynow * {
  box-sizing: border-box
}

.applynow h1 {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase
}

.applynow form {
  width: 700px;
  margin: 0 auto
}

.applyJob .contact-form form .form-group .form-control,
.applyJob .contact-form form .form-group input[type=email],
.applyJob .contact-form form .form-group input[type=text],
.applynow input[type=email],
.applynow input[type=password],
.applynow input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0;
  height: 45px;
  line-height: 25px;
  padding: 10px 10px;
  color: #333;
  font-size: 12px
}

.applyJob .contact-form form .form-group,
.applynow .input-box,
.applynow .select-box {
  float: left;
  width: 48%;
  position: relative;
  margin-bottom: 20px;
  margin-right: 2%;
  padding-left: 0
}

.applyJob .contact-form form {
  margin: 0 -19px 0 0
}

.applyJob .contact-form form .form-group textarea,
.applynow textarea {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0;
  line-height: 25px;
  padding: 10px 10px;
  color: #333;
  font-size: 14px;
  height: 100px;
  resize: none
}

.applyJob .contact-form form .form-group select,
.applynow select {
  min-height: 46px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff url(../images/icon-sarrow.png) right center no-repeat;
  border-radius: 0;
  height: 45px;
  line-height: 25px;
  padding: 10px 10px;
  color: #333;
  font-size: 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none
}

.applyJob.applynow .input-box.msgbox {
  width: 98%
}

.applynow .submit-box {
  float: left;
  width: 100%;
  position: relative;
  text-align: center
}

.applynow .submit-box button.btn-reset,
.applynow .submit-box button.btn-submit {
  cursor: pointer;
  display: inline-block;
  width: 174px;
  color: #fff;
  font-size: 15px;
  height: 45px;
  padding: 10px 5px;
  line-height: 15px;
  border-radius: 20px;
  border: 1px dotted #000;
  background: #ab1e14;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.applynow .submit-box button.btn-reset:hover,
.applynow .submit-box button.btn-submit:hover {
  background: #000;
  color: #fff !important;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.applynow .submit-box button.btn-reset {
  margin-left: 10px
}

.applynow .jobtitle {
  float: left;
  width: 100%;
  margin-bottom: 20px
}

.applynow .jobtitle p {
  text-align: center;
  font-weight: 600;
  font-size: 18px
}

.applynow .jobtitle p span {
  font-weight: 400
}

.applynow .input-box label {
  color: red;
  font-size: 10px;
  position: absolute;
  bottom: -12px;
  left: 0
}

.applyJob .input-box .register-form-left,
.applynow .input-box .register-form-left {
  margin: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  height: 45px;
  padding: 5px
}

.applynow .input-box .register-form-left .file {
  display: inline-block
}

.applynow .input-box .register-form-left input {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: .01;
  cursor: pointer;
  width: 100%;
  height: 39px
}

.applyJob .input-box .register-form-left .file label#file_name,
.applynow .input-box .register-form-left .file label#file_name {
  cursor: pointer;
  display: inline-block;
  position: relative;
  bottom: 0;
  margin: 0;
  width: auto;
  border: 0;
  border-radius: 0;
  height: 35px;
  line-height: 25px;
  padding: 5px 10px;
  color: #333;
  font-size: 14px;
  z-index: 10
}

.applyJob .input-box .register-form-left .file label#file_name,
.applynow .input-box .register-form-left .file label#file_name.file-selected {
  padding-top: 0
}

.applyJob .input-box .register-form-left .file label#file_name:hover,
.applynow .input-box .register-form-left .file label#file_name:hover {
  background: #000;
  color: #fff;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.applyJob .contact-form form .form-group label.validationError,
.applynow .contact-form form .form-group label.validationError,
.joblist .contact-form form .form-group label.validationError {
  color: red !important;
  background-color: transparent !important
}

.applyJob .input-box .register-form-left .file label.validationError,
.applynow .input-box .register-form-left .file label.validationError {
  margin-right: 5px
}

.testimonials {
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background-color: #f5f6f8;
}
.testimonials .bg_testi_bx {
  background-image: url(../images/bg_testimonial.jpg);
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 50px 0;
  margin-top: 40px;
}

.testimonials * {
  box-sizing: border-box
}

.testimonials .img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.testimonials > .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.testimonials h3 {
  padding: 35px 0 30px 0;
  text-align: left;
  color: #232323;
  font-size: 60px;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 0;
}

.testimonials h3 span {
  font-weight: 400
}

.test-slider {
  position: relative;
  /*padding: 0 55px*/
}
.test-slider .item {
    display: flex;
}
.test-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 67%;
  margin: auto 0 auto auto;
  display: flex;
  justify-content: start;
}
.test-slider.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 55px;
  height: 15px;
}
.test-slider.owl-theme .owl-dots .owl-dot.active span,
.test-slider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d90f30;
}
.test-slider .img {
    text-align: center;
    float: left;
    width: 40%;
    min-width: 320px;
    margin-bottom: 25px;
    position: relative;
    height: auto;
    height: 450px;
}
.test-slider .img span {
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #d90f30; */
    height: 450px;
    /* height: 100%; */
    width: 310px;
    z-index: -1;
    border: 10px solid #d90f30;
}
.test-slider .img a {
    display: inline-block;
    width: 310px;
    height: 450px;
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    /* border-radius: 50%; */
    padding: 10px;
    text-align: center;
    line-height: 201px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
}
.test-slider .text {
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 8%;
  padding-left: 5%;
}

.test-slider .text .h2, 
.test-slider .text .h3, 
.test-slider .text p {
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 0;
}
.test-slider .text .h2 {
  font-size: 36px;
  font-weight: 500;
}
.test-slider .text .h3 {
  font-size: 28px;
}
.test-slider .text p {
  font-size: 22px;
  font-weight: 300;
}

.test-slider .text p span {
  display: inline-block;
  font-size: 16px
}

.test-slider .owl-nav {
  margin: 0 !important
}

.test-slider .owl-nav div {
  display: block;
  height: 34px;
  width: 18px;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 0 !important;
  background: url(../images/icon-arrowslide1.png) 0 0 no-repeat !important;
  position: absolute;
  top: 31%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.test-slider .owl-nav div.owl-next {
  right: 0;
  left: auto;
  background-position: -18px 0 !important
}

.test-slider .owl-nav div:hover {
  opacity: .7;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.reachus-part-main .contact-form div#eresult {
  color: #369a59;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin: 30px 0;
  padding: 20px;
  border: 1px solid #369a59
}

.verticals_area .v-right_box p a.dsshealth {
  color: #00BCD4
}

.verticals_area .v-right_box p a.dsshealth:hover {
  text-decoration: underline
}

.awd_bg {
  display: none !important
}

.team_slider {
  box-sizing: border-box;
  position: relative
}

.team_slider * {
  box-sizing: border-box
}

.team_slider img {
  max-width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}

.team_slider .owl-nav div {
  height: 34px;
  width: 18px;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 0 !important;
  background: url(../images/icon-arrowslide1.png) 0 0 no-repeat !important;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.team_slider .owl-nav div.owl-next {
  right: 10px;
  left: auto;
  background-position: -18px 0 !important
}

.circle-div ul {
  float: left;
  width: 273px;
  margin-right: 30px;
  margin-top: 43px
}

.circle-div ul li:before {
  display: none
}

.reg_form div#sresult {
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin: 5px 0
}

.trade-box.suc {
  padding: 30px 25px;
  position: relative;
  background: #dadada;
  box-sizing: border-box;
  overflow: hidden
}

.trade-box.suc * {
  box-sizing: border-box
}

.trade-box.suc img {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
  z-index: 1
}

.trade-box.suc:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: -25.5%;
  z-index: 2;
  background: #dadada;
  transform-origin: bottom left;
  -ms-transform: skew(-28deg, 0deg);
  -webkit-transform: skew(-28deg, 0deg);
  transform: skew(-28deg, 0deg)
}

.trade-box.suc .trade-food {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 24px 24px 40px;
  width: 75%;
  float: right;
  transform: none;
  z-index: 3;
  background: rgb(255 255 255 / .9)
}

.trade-box.suc .trade-food h3 {
  color: #312f45 !important;
  font-weight: 400;
  margin-bottom: 20px !important;
  padding: 0 !important;
  font-size: 24px;
  background: 0 0;
  padding: 0
}

.trade-box.suc .trade-food ul {
  padding: 0 0 0 20px;
  background: 0 0
}

.trade-box.suc .trade-food ul li {
  width: 100%;
  color: #333;
  padding-right: 0;
  font-weight: 400;
  background: url(../images/bullet-skill-4.png) no-repeat top 5px left
}

.trade-box.suc .trade-food p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  float: left;
  width: 100%;
  padding-bottom: 0
}

.trade-box.suc .trade-food p span {
  display: inline-block;
  font-size: 16px
}

.trade-box.suc .trade-food p span.ct {
  font-weight: 400;
  font-size: 18px
}

.trade-box.suc .trade-food a.btn {
  display: inline-block;
  margin-top: 20px;
  height: 46px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px 10px 33px;
  line-height: 26px;
  color: #fff;
  background: #ab1c12;
  position: relative;
  font-weight: 400;
  min-width: 196px;
  transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  -ms-transition: .5s ease-out
}

.trade-box.suc .trade-food a.btn:after {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 46px;
  top: 0;
  right: -24px;
  z-index: 2;
  background: #ab1c12;
  transform-origin: bottom left;
  -ms-transform: skew(28deg, 0deg);
  -webkit-transform: skew(28deg, 0deg);
  transform: skew(28deg, 0deg);
  transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  -ms-transition: .5s ease-out
}

.trade-box.suc .trade-food a.btn:hover {
  background: #000;
  transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  -ms-transition: .5s ease-out
}

.trade-box.suc .trade-food a.btn:hover:after {
  background: #000;
  transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  -ms-transition: .5s ease-out
}

.trade-box.suc .trade-food a.learn-more {
  color: #ab1c12;
  display: inline-block;
  margin: 20px 0 0 44px;
  font-size: 18px;
  padding: 8px 0;
  line-height: 24px;
  text-decoration: underline
}

.trade-box.suc .trade-food a.learn-more:hover {
  text-decoration: none
}

.equipment.stat-link {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #000
}

.equipment-left.rel-sec h2 {
  margin-top: 50px;
  font-size: 24px;
  color: #333;
  font-family: var(--bodyFont);
  font-weight: 300;
  padding-bottom: 10px;
  position: relative;
  padding-left: 18px;
  box-sizing: border-box
}

.equipment-left.rel-sec h2 span {
  display: block;
  width: 100%;
  font-size: 28px;
  color: #ab1c12;
  font-weight: 600
}

.equipment-left.rel-sec h2:before {
  display: block;
  content: '';
  width: 5px;
  height: 62px;
  background: #ab1c12;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 2px;
  z-index: 600
}

.dss-event {
  display: none
}

#__ft__chatbtn__ {
  bottom: 39px !important;
  right: 0 !important
}

.contact-form form .form-group .send-btn {
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.contact-form form .form-group .send-btn:focus,
.contact-form form .form-group .send-btn:hover {
  background: #f02e25;
  color: #fff;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.contact-form {
  min-height: 400px
}

.job-div ul {
  box-sizing: border-box
}

.job-div ul * {
  box-sizing: border-box;
  transition: none
}

.job-div ul li {
  padding: 5px
}

.job-div ul li a {
  position: relative;
  height: 184px;
  margin: 0;
  padding: 0;
  width: 100%
}

.job-div ul li a h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 9;
  font-size: 18px;
  color: #43405c;
  margin: 0;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 700
}

.job-div ul li a h4 {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 9;
  font-size: 18px;
  color: #43405c;
  margin: 0;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.job-div ul li a .job-img {
  position: absolute;
  padding: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  top: 0;
  left: 0
}

.job-div ul li a .job-img img.hover1 {
  opacity: .8
}

.job-div ul li a .job-img img.hover1-1 {
  display: none
}

.job-div ul li a .job-img img {
  margin: 0;
  position: relative;
  width: 100%
}

.job-div ul li a:hover .job-img img.hover1 {
  display: none
}

.job-div ul li a:hover .job-img img.hover1-1 {
  display: block
}

.job-div ul li a:hover h4 {
  display: none
}

.org-chart img {
  cursor: pointer
}

.org-chart+.viewer-container .viewer-title {
  display: none !important
}

@media (max-width:1500px) {
  .banner-inner-slider .counter:before {
    /*bottom: -161px*/
    bottom: -131px;
    height: 96px;
  }

  .banner-inner-slider .counter ul.count-list {
    height: 95px;
    padding: 15px 0
  }

  .banner-inner-slider .counter ul.count-list li .value {
    font-size: 35px;
    line-height: 35px
  }

  .banner-inner-slider .counter ul.l-list {
    margin-bottom: 9px;
    padding-left: 4px
  }

  .banner-inner-slider .counter ul.l-list li {
    padding: 0 5px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0
  }

  .banner-inner-slider .counter ul.count-list li .title {
    font-size: 14px
  }

  .banner_slider .item .counter:before {
    bottom: -161px
  }

  .banner_slider .item .counter ul.count-list {
    height: 95px;
    padding: 15px 0
  }

  .banner_slider .item .counter ul.count-list li .value {
    font-size: 35px !important;
    line-height: 35px !important
  }

  .banner_slider .item .counter ul.l-list {
    margin-bottom: 9px;
    padding-left: 4px
  }

  .banner_slider .item .counter ul.l-list li {
    padding: 0 5px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0
  }

  .banner_slider .item .counter ul.count-list li .title {
    font-size: 14px
  }

  .caption {
    top: 21%;
    box-sizing: border-box;
    padding-left: 100px
  }

  .caption h3 {
    font-size: 93px;
    line-height: 80px
  }

  .caption h4 {
    font-size: 40px;
    line-height: 40px;
    padding-left: 3px;
    letter-spacing: 1px
  }
}

span.share_icon {
  float: right;
  width: 5%;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  margin-top: -3px;
  text-align: center
}

.icon_hover {
  transition: all 1s ease-out;
  float: right;
  position: absolute;
  right: 60px;
  margin-top: -26px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  display: none
}

.icon_hover div {
  float: right;
  cursor: pointer;
  padding: 2px 10px;
  background: #5a504f;
  margin: 0 5px;
  color: #fff;
  border-radius: 2px;
  transition: all 1s ease-out
}

.icon_hover div:hover {
  background: #000
}

.clr {
  clear: both
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  position: relative
}

.d-flex {
  display: flex !important
}

.justify-content-between {
  justify-content: space-between !important
}

.align-items-center {
  align-items: center !important
}

.features .feature-icons .content .icon-box {
  display: flex;
  align-items: center
}

.main_container {
  background: #fff;
  z-index: 0;
  position: relative
}

.canada_about_section {
  width: 100%;
  padding: 90px 0;
  background: url(../images/about-bg.jpg) top center no-repeat
}

.canada_about_section .about_intro {
  float: left;
  width: 60%;
  padding-right: 30px;
  box-sizing: border-box
}

.canada_about_section .about_intro h1 {
  font-family: var(--bodyFont);
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 1;
  margin-bottom: 15px
}

.canada_about_section .about_intro h1:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  bottom: -1px;
  left: 62px;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.canada_about_section .about_intro h2 {
  font-family: var(--bodyFont);
  font-size: 22px;
  text-transform: uppercase;
  color: #0e1133;
  font-weight: 400;
  margin-bottom: 25px
}

.canada_about_section .about_intro h3 {
  font-family: var(--bodyFont);
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 1;
  padding-top: 30px
}

.canada_about_section .about_intro h3:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  bottom: -1px;
  left: 62px;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.canada_about_section .about_intro p {
  font-size: 19px;
  line-height: 30px;
  font-family: var(--bodyFont);
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 0
}

.canada_about_section .about_intro ul {
  margin: 0;
  padding: 0;
  padding-top: 18px
}

.canada_about_section .about_intro ul li {
  font-size: 19px;
  line-height: 30px;
  font-family: var(--bodyFont);
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  padding-left: 22px;
  z-index: 1
}

.canada_about_section .about_intro ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 12px;
  left: 0;
  background: url(../images/bullet.png) center center;
  z-index: -1
}

.canada_about_section .about_form {
  float: left;
  width: 40%
}

.canada_about_section .about_form .form_bx {
  padding: 48px 44px;
  background: #c42728;
  border-radius: 10px
}

.canada_about_section .about_form .form_bx h2 {
  font-family: var(--bodyFont);
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 10px
}

.canada_about_section .about_form .form_bx p {
  font-family: var(--bodyFont);
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 28px;
  text-align: left;
  margin-bottom: 25px
}

.free-quote-frm {
  padding: 60px 0;
  background: url(../images/iiso-bg.html) top center no-repeat;
  background-size: cover;
  text-align: center
}

.free-quote-frm .contact-info {
  margin-bottom: 20px;
  text-align: center
}

.free-quote-frm .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #c32728
}

.free-quote-frm .contact-info address,
.free-quote-frm .contact-info p {
  margin-bottom: 0;
  color: #000
}

.free-quote-frm .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999
}

.free-quote-frm .contact-info a {
  color: #000
}

.free-quote-frm .contact-info a:hover {
  color: #c32728
}

.free-quote-frm .contact-address,
.free-quote-frm .contact-phone,
.free-quote-frm .contact-email {
  margin-bottom: 20px
}


@media (min-width:768px) {

  .free-quote-frm .contact-address,
  .free-quote-frm .contact-phone,
  .free-quote-frm .contact-email {
    padding: 20px 0
  }
}

@media (min-width:768px) {
  .free-quote-frm .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
  }
}

.free-quote-frm .php-email-form {
  padding: 0
}

.free-quote-frm .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600
}

.free-quote-frm .php-email-form .error-message br+br {
  margin-top: 25px
}

.free-quote-frm .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #c32728;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.free-quote-frm .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}

.free-quote-frm .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #c32728;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite
}

.free-quote-frm .php-email-form .form-group {
  margin-bottom: 20px
}

.free-quote-frm .php-email-form input,
.free-quote-frm .php-email-form textarea,
.free-quote-frm .php-email-form select {
  padding: 10px 14px;
  box-shadow: none;
  font-size: 14px;
  color: #8f8f8f;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--bodyFont);
  border-radius: 5px
}

.free-quote-frm .php-email-form select {
  font-family: var(--bodyFont);
  font-weight: 400
}

.free-quote-frm .php-email-form input::focus,
.free-quote-frm .php-email-form textarea::focus,
.free-quote-frm .php-email-form select::focus {
  background-color: #c32728
}

.free-quote-frm .php-email-form button[type=submit] {
  background: #f9c834;
  border: 0;
  padding: 10px 30px;
  color: #0e1133;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  font-size: 26px;
  border-radius: 10px;
  font-family: var(--bodyFont);
  margin-bottom: 20px;
  text-transform: uppercase
}

.free-quote-frm .php-email-form button[type=submit]:hover {
  background: #000;
  color: #fff
}

.free-quote-frm .php-email-form .form-group .form-control.user-ico {
  background: #fff url(../images/user.png) no-repeat 12px 8px;
  padding-left: 54px
}

.free-quote-frm .php-email-form .form-group .form-control.phn-ico {
  background: #fff url(../images/phon.png) no-repeat 12px 8px;
  padding-left: 54px
}

.free-quote-frm .php-email-form .form-group .form-control.eml-ico {
  background: #fff url(../images/eml.png) no-repeat 12px 8px;
  padding-left: 54px
}

.free-quote-frm .php-email-form .form-group .form-control.dtb-ico {
  background: #fff url(../images/dtb.png) no-repeat 12px 8px;
  padding-left: 54px
}

.free-quote-frm .php-email-form .form-group .form-control.occu-ico {
  background: #fff url(../images/occu.png) no-repeat 12px 7px;
  padding-left: 54px
}

.free-quote-frm .php-email-form .check {
  margin-bottom: 15px;
  font-size: 16px;
  color: #c32728;
  line-height: 1.25;
  text-align: left
}

.free-quote-frm .php-email-form p {
  font-family: var(--bodyFont);
  font-size: 15px;
  color: #fff;
  line-height: 20px
}

.free-quote-frm .php-email-form .form-group .form-control {
  border-radius: 4px
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.immgr_option {
  padding-top: 75px;
  padding-bottom: 90px
}

.immgr_option_left {
  float: left;
  width: 37%
}

.immgr_option_left .img-fluid {
  width: 100%
}

.immgr_option_left .option_img {
  padding-right: 20px;
  position: relative
}

.immgr_option_right {
  float: left;
  width: 63%
}

.immgr_option .feature-box {
  padding: 24px 20px;
  box-shadow: 0 0 30px rgb(1 41 112 / .08);
  transition: 0.3s;
  height: 100%
}

.immgr_option .immgr_option-icons h3 {
  font-family: var(--bodyFont);
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  line-height: 40px;
  font-weight: 400
}

.immgr_option .immgr_option-icons h3 span {
  position: relative;
  display: block;
  font-weight: 700
}

.immgr_option .immgr_option-icons h3 span:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  top: 26px;
  left: -8px;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.immgr_option .immgr_option-icons p {
  font-size: 19px;
  line-height: 30px;
  font-family: var(--bodyFont);
  font-weight: 400;
  padding-bottom: 20px;
  text-align: left;
  margin-bottom: 25px
}

@media (max-width:768px) {
  .immgr_option .immgr_option-icons h3 {
    font-size: 28px
  }
}

.immgr_option .immgr_option-icons .content .outer_bx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.immgr_option .immgr_option-icons .content .icon-box {
  display: flex;
  float: left;
  width: 47%;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 3%;
  margin-bottom: 1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.immgr_option .immgr_option-icons .content .icon-box:hover {
  background: #2c2a3f;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.immgr_option .immgr_option-icons .content .icon-box:hover p {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.immgr_option .immgr_option-icons .content .icon-box:hover h4 {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.immgr_option .immgr_option-icons .content .icon-box:hover .st0 {
  fill: #FFF
}

.immgr_option .immgr_option-icons .content .icon-box:hover .st11 {
  fill: #fff
}

.immgr_option .immgr_option-icons .content .icon-box:hover .st32 {
  fill: #fff
}

.immgr_option .immgr_option-icons .content .icon-box:hover .st33 {
  fill: #fff
}

.immgr_option .immgr_option-icons .content .icon-box h4 {
  font-family: var(--bodyFont);
  font-size: 24px;
  letter-spacing: -1px;
  color: #333;
  text-align: left;
  margin-bottom: 2px
}

.immgr_option .immgr_option-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
  display: flex
}

.immgr_option .immgr_option-icons .content .icon-box i svg {
  width: 100%
}

.immgr_option .immgr_option-icons .content .icon-box p {
  font-size: 16px;
  font-family: var(--bodyFont);
  color: #333;
  line-height: 1.4;
  display: block;
  text-align: left;
  margin-bottom: 0
}

.imagr_pathways {
  width: 100%;
  padding: 100px 0;
  clear: both;
  background: url(../images/rbg-bg.jpg) center center;
  background-size: cover
}

.imagr_pathways .flex-container {
  justify-content: center;
  align-items: center;
  display: flex
}

.imagr_pathways .flex-box-left {
  width: 44%;
  float: left
}

.imagr_pathways .flex-box-left h2 {
  font-family: var(--bodyFont);
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 300
}

.imagr_pathways .flex-box-left h3 {
  font-family: var(--bodyFont);
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  line-height: 55px
}

.imagr_pathways .flex-box-left p {
  font-family: var(--bodyFont);
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  margin-bottom: 0
}

.imagr_pathways .flex-box-right {
  width: 56%;
  float: left
}

.imagr_pathways .flex-box-right .outer_bx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.imagr_pathways .flex-box-right .icon-box {
  display: flex;
  float: left;
  width: 47%;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 3%;
  margin-bottom: 1.5rem
}

.imagr_pathways .flex-box-right .icon-box h4 {
  font-size: 19px;
  line-height: 1;
  font-family: var(--bodyFont);
  font-weight: 400;
  padding-bottom: 0;
  text-align: left;
  margin-bottom: 0
}

.imagr_pathways .flex-box-right .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px
}

.imagr_pathways .flex-box-right .icon-box p {
  font-size: 15px;
  color: #848484
}

.imagr_pathways .flex-box-right .icon-box .hd {
  padding: 18px 0
}

.our_service {
  width: 100%;
  padding: 70px 0 40px;
  clear: both;
  background-image: linear-gradient(to bottom, #e9e7e3, #ecebe7, #f0eeeb, #f3f2f0, #f7f6f4)
}

.our_service .service_box {
  width: 100%
}

.our_service .service-head h2 {
  font-family: var(--bodyFont);
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  margin-bottom: 45px;
  z-index: 1
}

.our_service .service-head h2:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  bottom: -2px;
  left: 73px;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.our_service .service-head h3 {
  font-family: var(--bodyFont);
  font-size: 23px;
  text-transform: uppercase;
  color: #0e1133;
  font-weight: 400;
  margin-bottom: 45px
}

.our_service .service-head p {
  font-family: var(--bodyFont);
  font-size: 22px;
  color: #120f2d;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px
}

.our_service .service_box .service_innner_bx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.our_service .service_box .service_innner_bx .icon-box {
  display: flex;
  float: left;
  width: 32%;
  border: 1px solid #cbcbcb;
  padding: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-right: 1%;
  margin-bottom: 1.5rem;
  align-items: center !important;
  background: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover {
  background: #c32728;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.our_service .service_box .service_innner_bx .icon-box:hover h4 {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.our_service .service_box .service_innner_bx .icon-box:hover p {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.our_service .service_box .service_innner_bx .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
  overflow: hidden;
  display: inline-table
}

.our_service .service_box .service_innner_bx .icon-box i svg {
  width: 100%
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta0 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta21 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta0 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta0 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta0 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta0 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box h4 {
  font-family: var(--bodyFont);
  font-size: 24px;
  color: #0e1133;
  font-weight: 600;
  margin-bottom: 5px
}

.our_service .service_box .service_innner_bx .icon-box p {
  font-size: 16px;
  font-family: var(--bodyFont);
  color: #333;
  line-height: 1.4;
  display: block;
  text-align: left;
  margin-bottom: 10px
}

.client_say {
  width: 100%;
  padding: 40px 0 20px;
  position: relative;
  background-image: linear-gradient(to bottom, #f7f6f5, #f9f8f8, #fbfafa, #fdfdfd, #ffffff)
}

.client_say h2 {
  font-family: var(--bodyFont);
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 99;
  margin-bottom: 50px
}

.client_say h2:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  top: 29px;
  left: 62px;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.client_say .wraps {
  background: #2c2a3f;
  padding: 55px 95px;
  box-sizing: border-box
}

.client_say .img_bx {
  float: left;
  width: 42%;
  position: relative;
  text-align: center;
  padding: 75px 0;
  box-sizing: border-box
}

.client_say .img_bx::after {
  content: "";
  width: 98px;
  height: 98px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 100%;
  background: url(../images/quote.png) center center
}

.client_say .img_bx .auth_img {
  position: relative
}

.client_say .img_bx .auth_img img {
  border-radius: 100%;
  position: relative;
  width: 100%;
  max-width: 260px;
  display: inline-block
}

.client_say .img_bx .auth_img::after {
  content: "";
  width: 327px;
  height: 327px;
  display: inline-block;
  border: 1px solid #cbcbcb;
  margin: 4px 10px;
  position: absolute;
  left: 55px;
  top: -37px;
  border-radius: 100%
}

.client_say .img_bx .auth_img::before {
  content: "";
  width: 402px;
  height: 402px;
  display: inline-block;
  border: 1px solid #cbcbcb;
  margin: 4px 10px;
  position: absolute;
  left: 17px;
  top: -76px;
  border-radius: 100%
}

.client_say .text_area {
  float: left;
  width: 58%;
  padding: 85px 45px;
  box-sizing: border-box
}

.client_say .text_area p {
  font-family: var(--bodyFont);
  font-size: 23px;
  color: #fff;
  line-height: 36px;
  text-align: left;
  margin-bottom: 30px
}

.client_say .text_area .auther {
  font-family: var(--bodyFont);
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  text-align: left;
  margin-bottom: 10px
}

.client_say .text_area .auther span {
  font-family: var(--bodyFont);
  color: #fff;
  font-size: 18px;
  display: block
}

.client_say .testim-slider.owl-theme .owl-dots .owl-dot span {
  background: #44425d !important
}

.client_say .testim-slider.owl-theme .owl-dots .owl-dot.active span,
.client_say .testim-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #c42728 !important
}

.client_say .testim-slider.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px
}

.news_artical {
  padding: 60px 0 100px;
  width: 100%
}

.news_artical h2 {
  font-family: var(--bodyFont);
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 99;
  margin-bottom: 50px;
  text-align: center
}

.news_artical h2:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  top: 30px;
  left: 43%;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.results {
  max-width: 1135px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, 350px);
  grid-auto-rows: minmax(40px, auto);
  justify-content: center
}

.results>* {
  width: 350px;
  float: left;
  margin: 40px
}

@supports (display:grid) {
  .results>* {
    margin: 0 auto
  }
}

.results>* {
  background-color: #fdfdfd;
  border: 1px solid #cbcbcb;
  border-radius: 10px
}

.results>* img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  width: 100%
}

.results>* span {
  color: #e4493d;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: var(--bodyFont);
  line-height: 28px;
  display: block
}

.results .content_bx {
  padding: 25px;
  width: 100%;
  box-sizing: border-box
}

.results .content_bx .date {
  width: 100%
}

.results .content_bx h3 {
  font-size: 22px;
  font-family: var(--bodyFont);
  color: #333;
  font-weight: 600;
  margin-bottom: 18px
}

.results .content_bx p {
  font-size: 16px;
  font-family: var(--bodyFont);
  color: #333;
  line-height: 26px;
  display: block;
  margin-bottom: 24px
}

.results .content_bx .read_more {
  font-size: 14px;
  color: #e4493d;
  font-family: var(--bodyFont);
  text-transform: uppercase
}

.results .content_bx .read_more a {
  font-size: 14px;
  color: #e4493d;
  font-family: var(--bodyFont);
  display: block;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 10px
}

.results .content_bx .read_more a:hover {
  width: 100%
}

.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#c42728 50%, rgb(255 74 23 / .4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid #fff0;
  border-bottom: 10px solid #fff0;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(.55, .055, .675, .19)
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #c42728;
  top: -15%;
  left: -15%;
  background: #fff0
}

.play-btn:hover::after {
  border-left: 15px solid #c42728;
  transform: scale(20)
}

.play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid #fff0;
  border-bottom: 10px solid #fff0;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(.6, .6);
    opacity: 1
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(.6, .6);
    opacity: 1
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

.photogallery {
  background-color: #fcfcfc;
  padding-top: 80px;
  padding-bottom: 80px
}

.photogallery .main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto
}

.photogallery h3 {
  font-family: var(--bodyFont);
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 99;
  margin-bottom: 50px;
  text-align: center
}

.photogallery h3:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  top: 35px;
  left: 43%;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

#customers-photogallery .media-details {
  text-align: left;
  float: left;
  width: 25%;
  box-sizing: border-box;
  margin-left: 0%
}

#customers-photogallery .item-details {
  text-align: left;
  float: left;
  width: 31%;
  box-sizing: border-box;
  margin-left: 0%
}

#customers-photogallery .item-details .img-responsive {
  margin-bottom: 22px
}

#customers-photogallery .item-details img {
  width: 100%;
  border-radius: 10px;
  max-width: 385px
}

#customers-photogallery .video-detail {
  float: left;
  width: 64%;
  position: relative;
  margin-right: 2%
}

#customers-photogallery .video-detail img {
  width: 100%;
  border-radius: 10px;
  max-width: 788px
}

#customers-photogallery .item {
  text-align: center;
  margin-bottom: 80px
}

#customers-photogallery h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px
}

#customers-photogallery h5 span {
  color: red;
  float: right;
  padding-right: 20px
}

#customers-photogallery p {
  font-size: 14px
}

.photogallery .owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.photogallery .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6
}

.photogallery .owl-carousel {
  position: relative
}

.photogallery .owl-carousel .owl-next,
.photogallery .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  font-size: 20px;
  color: #333;
  border: 1px solid #333;
  text-align: center
}

.photogallery .owl-carousel .owl-prev {
  left: -70px
}

.photogallery .owl-carousel .owl-next {
  right: -70px
}



.newslide .counter * {
  box-sizing: border-box
}



@media (max-width:1500px) {
  .banner-inner-slider .counter ul.count-list {
    height: 95px;
    padding: 15px 0
  }
}

.newslide .counter:before {
  background: #fff0
}

.newslide .counter ul.count-list li {
  display: inline-block;
  position: relative;
  padding: 0 16px;
  text-align: center
}

.newslide .counter ul.count-list li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #969696;
  position: absolute;
  left: 0;
  top: 0
}

.newslide .counter ul.count-list li .value {
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  width: 100%;
  float: left;
  margin-bottom: 8px
}

.newslide .counter ul.count-list li .value span.count:after {
  position: relative;
  content: "+";
  display: inline-block
}

.newslide .counter ul.count-list li:first-child {
  padding-left: 16px
}





.hed_count {
  position: relative;
  width: 100%
}



.immg_faqs {
  padding: 60px 0 60px;
  background-image: linear-gradient(to bottom, #edece9, #f2f0ee, #f6f3f4, #f9f8f8, #fcfcfc)
}

.immg_faqs h2 {
  font-size: 35px !important;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333333 !important;
  font-weight: 700 !important;
  z-index: 1;
  text-align: center;
  position: relative;
  border-bottom: 0px !important;
  margin-bottom: 40px !important
}

.immg_faqs h2:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  bottom: 9px;
  left: 43%;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.immg_faqs .q-box h3 {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #cbcbcb;
  cursor: pointer;
  padding: 12px 40px 12px 20px !important
}

.immg_faqs .q-box h3:nth-child(even) {
  background: #fdfdfd !important
}

.immg_faqs .q-box h3:nth-child(odd) {
  background: #fbf9f9 !important
}

.immg_faqs .q-box .q-content {
  border: 1px solid #cbcbcb;
  border-top: 0
}

.immigration_faq {
  margin: 0 auto;
  padding-left: 0px !important;
  float: none !important
}

#header {
  z-index: 9;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  left: 0
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none
}

#header .logo h1 a span,
#header .logo h1 a:hover span {
  color: #fdc134
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 72px;
  width: auto;
  opacity: 0
}

#header .menu-top {
  text-align: right;
  padding-top: 15px
}
.header .logo img{
  height: 100px;
  max-width: inherit;
}

.header-open {
  display: block !important;
  background: #fff
}

.header-open .menu-bottom ul li a {
  color: #333
}

.header-open .menu-bottom ul li a:hover {
  color: #00BCD4
}

.header-open .menu-top ul li a {
  color: #333
}

.header-open .menu-top ul li:hover a {
  color: #00BCD4
}

.header-open {
  background-image: -webkit-linear-gradient(50deg, #fff 37%, #ffffff 37%)
}

.header-open .menu-top ul li:nth-child(1) {
  background: url(../images/event-bga.png) no-repeat bottom left;
  padding-left: 28px
}

.header-open .menu-top ul li:hover:nth-child(1) {
  background: url(../images/event-bga.png) no-repeat top left 0
}

.header-open .menu-top ul li:nth-child(2) {
  background: url(../images/msg-bga.png) no-repeat bottom 1px left 10px;
  padding-left: 40px;
  padding-right: 15px
}

.header-open .menu-top ul li:hover:nth-child(2) {
  background: url(../images/msg-bga.png) no-repeat top 3px left 10px
}

.header-open .menu-top ul li:nth-child(3) {
  background: url(../images/phn-bga.png) no-repeat bottom left 10px;
  padding-left: 30px;
  padding-right: 0
}

.header-open .menu-top ul li:hover:nth-child(3) {
  background: url(../images/phn-bga.png) no-repeat top 1px left 10px
}

#header.floating_menu {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #312f45;
  background-image: none;
  transition: all .5s;
  --webkit-transition: all .5s;
  box-shadow: 0 0 8px 0 #000;
  -webkit-box-shadow: 0 0 8px 0 #000;
  -ms-box-shadow: 0 0 8px 0 #000;
  -moz-box-shadow: 0 0 8px 0 #000
}

#header.floating_menu * {
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

#header.floating_menu .logo {
  width: 20%;
  padding-top: 5px;
  padding-bottom: 2px;
  transition: all 0.5s
}

#header.floating_menu .logo img {
  max-width: 100%;
  transition: all 0.5s;
  opacity: 1
}

#header.floating_menu .menu-top {
  display: none
}

#header.floating_menu .navbar ul li a {
  color: #fff
}

#header.floating_menu .navbar ul li a:hover {
  color: #c42728
}

#header.floating_menu .menu {
  padding-top: 6px
}

.navbar {
  padding: 0;
  text-align: right
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center
}

.navbar li {
  position: relative
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
  font-family: var(--bodyFont);
  text-transform: uppercase
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #c42728
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #c42728;
  color: #fff;
  padding: 6px 25px 8px 25px;
  margin-left: 30px;
  border-radius: 5px;
  border: 2px solid #c42728;
  display: inline-block;
  margin-bottom: 18px;
  margin-top: 18px
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #fff;
  color: #c42728
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgb(127 137 161 / .25);
  transition: 0.3s;
  border-radius: 4px
}

.navbar .dropdown ul li {
  min-width: 200px
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #3e6f9b
}

.navbar .dropdown ul a i {
  font-size: 12px
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fdc134
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible
}

@media (max-width:1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%
  }
}

@media (max-width:1200px) {
  .menu-bottom ul li a {
    font-size: 15px
  }

  .header {
    background-image: -webkit-linear-gradient(32deg, #fff 32%, #312f45 32%)
  }
}

.mobile-nav-toggle {
  color: #fdc134;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0
}

@media (max-width:991px) {
  .mobile-nav-toggle {
    display: block
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(18 33 46 / .9);
  transition: 0.3s;
  z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #213b52
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fdc134
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  display: block;
  border: 0
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0 0 30px rgb(127 137 161 / .25)
}

.navbar-mobile .dropdown ul li {
  min-width: 200px
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fdc134
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block
}

#hero {
  width: 100%;
  padding: 0 0 0 0;
  background: #2c2a3f;
  background: linear-gradient(180deg, #2c2a3f 0%, #2c2a3f 35%, #2c2a3f 100%)
}

#hero h1 {
  font-size: 95px;
  font-weight: 300;
  line-height: 79px;
  color: #fff;
  font-family: var(--bodyFont);
  letter-spacing: -3px
}

#hero h1 span {
  color: #c42728;
  font-weight: 700;
  font-family: var(--bodyFont);
  letter-spacing: -3px
}

#hero h2 {
  margin: 0 0 20px 0;
  font-size: 95px;
  font-weight: 300;
  line-height: 95px;
  color: #fff;
  font-family: var(--bodyFont);
  letter-spacing: -3px
}

#hero h2 span {
  color: #f9c834;
  font-weight: 700;
  font-family: var(--bodyFont);
  letter-spacing: -3px
}

#hero p {
  color: #fff;
  margin-bottom: 130px;
  font-size: 40px;
  line-height: 40px;
  font-family: var(--bodyFont)
}

#hero .btn-get-started {
  color: #213b52;
  border-radius: 50px;
  padding: 8px 35px 10px 35px;
  border: 2px solid #fdc134;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  background: #fdc134
}

#hero .btn-get-started:hover {
  background: #fff0;
  color: #fff
}

.left_container {
  width: 50%
}

.right_container {
  width: 50%
}

@media (max-width:991px) {
  #hero .hero-img {
    text-align: center
  }

  #hero .hero-img img {
    width: 50%
  }
}

@media (max-width:768px) {
  #hero {
    -moz-text-align-last: center;
    text-align-last: center
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
  }

  #hero .hero-img img {
    width: 70%
  }

  .canada_about_section .about_intro {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px
  }

  .canada_about_section .about_form {
    float: none;
    width: 100%
  }

  .immgr_option_left {
    float: none;
    width: 100%
  }

  .immgr_option_right {
    float: none;
    width: 100%
  }

  .imagr_pathways .flex-box-left {
    float: none;
    width: 100%;
    margin-bottom: 30px
  }

  .imagr_pathways .flex-box-right {
    float: none;
    width: 100%
  }

  .imagr_pathways .flex-container {
    display: block
  }

  .client_say .img_bx {
    float: none;
    width: 100%
  }

  .client_say .text_area {
    float: none;
    width: 100%;
    padding: 55px 0
  }

  .client_say .img_bx .auth_img::after {
    left: -45px
  }

  .client_say .img_bx .auth_img::before {
    left: -84px
  }

  .client_say .text_area p {
    font-size: 20px;
    line-height: 32px
  }

  .client_say .img_bx::after {
    top: auto;
    bottom: 0;
    left: 170px
  }

  .client_say .wraps {
    padding: 55px 25px
  }

  .client_say .img_bx .auth_img {
    max-width: 260px;
    width: 100%;
    margin: 0 auto
  }

  .results {
    grid-gap: 20px;
    grid-auto-rows: minmax(20px, auto)
  }

  .photogallery .owl-carousel .owl-prev {
    left: -30px
  }

  .photogallery .owl-carousel .owl-next {
    right: -30px
  }

  #header {
    background: #312f45;
    height: 50px
  }

  #header .menu-toggle {
    color: #fff;
    text-align: center;
    position: absolute;
    font-size: 20px;
    right: 15px
  }

  #header .menu-toggle a {
    color: #fff
  }

  #header .navbar {
    display: none;
    width: 100%;
    background: #312f45;
    position: relative;
    top: 3px;
    padding-top: 20px
  }

  #header .navbar ul {
    display: block;
    width: 100%
  }

  #header .container.d-flex {
    display: block !important
  }

  .navbar a,
  .navbar a:focus {
    display: block;
    padding: 10px 0 10px 0
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    margin-left: 0
  }

  .navbar li {
    text-align: center
  }

  .header-open .menu-bottom ul li a {
    color: #fff
  }

  .in_banner {
    padding-top: 49px
  }

  .canada_about_section {
    padding: 50px 0
  }

  .menu-top ul li:nth-child(1) {
    display: none
  }

  .menu-top ul li:nth-child(2) {
    display: none
  }

  .menu-top ul li:nth-child(3) {
    display: none
  }

  .menu-top ul li:nth-child(4) {
    display: none
  }

  #header .menu-top {
    width: auto;
    display: inline-block
  }

  #header .logo {
    width: 20%;
    padding-top: 5px;
    display: inline-block
  }

  #header .logo img {
    opacity: 1
  }

  .header-open {
    display: none !important
  }

  .hed_count .counter {
    position: relative;
    bottom: 0;
    right: 0
  }

  .banner-inner-slider .sec-head {
    top: 0
  }

  .hed_count .container {
    padding: 0
  }

  .newslide .counter ul.count-list {
    border-radius: 0
  }
}

@media (max-width:575px) {
  #hero .hero-img img {
    width: 80%
  }

  #otpField {
    margin: 0 auto;
    font-size: 13px
  }

  .canada_about_section .about_form .form_bx {
    padding: 30px 20px
  }

  .immgr_option .immgr_option-icons .content .icon-box {
    float: none;
    width: 100%
  }

  .imagr_pathways .flex-box-right .icon-box {
    float: none;
    width: 100%
  }

  .our_service .service_box .service_innner_bx .icon-box {
    float: none;
    width: 100%;
    margin-right: 0%
  }

  .client_say .img_bx .auth_img {
    max-width: 180px
  }

  .client_say .img_bx .auth_img::after {
    width: 225px;
    height: 225px;
    left: -34px;
    top: -28px
  }

  .client_say .img_bx .auth_img::before {
    width: 270px;
    height: 270px;
    left: -58px;
    top: -50px
  }

  .client_say .img_bx::after {
    left: 20px
  }

  #customers-photogallery .video-detail {
    float: none;
    width: 100%;
    margin-right: 0%
  }

  #customers-photogallery .item-details {
    float: none;
    width: 100%
  }

  #customers-photogallery .item-details .img-responsive {
    float: left;
    width: 48%;
    margin-top: 5px;
    margin-right: 2%
  }

  #header.floating_menu .logo {
    width: 42%;
    padding-top: 5px
  }

  #header .logo {
    width: 49%;
    padding-top: 3px;
    display: inline-block
  }

  .our_service .service_box .service_innner_bx .icon-box img {
    max-width: 60px
  }

  .immgr_option .immgr_option-icons .content .icon-box img {
    max-width: 80px
  }

  .banner-inner-slider img {
    height: 202px;
    width: 430px
  }

  .banner-inner-slider .sec-head {
    position: relative;
    height: auto;
    display: block;
    text-align: center
  }

  .banner-inner-slider .sec-head .header-content {
    right: auto;
    float: none;
    padding: 18px 0 18px
  }

  .banner-inner-slider .sec-head .header-content h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center
  }

  .banner-inner-slider .sec-head .header-content h3 {
    font-size: 46px;
    line-height: 50px;
    text-align: center
  }

  .banner-inner-slider .sec-head .header-content p {
    font-size: 30px;
    line-height: 40px;
    text-align: center
  }

  .newslide .counter ul.count-list {
    float: none;
    height: auto
  }

  .newslide .counter ul.count-list li {
    width: 40%;
    margin: 2%;
    padding: 0 5px
  }

  .newslide .counter ul.count-list li:first-child {
    padding-left: 0
  }

  .newslide .counter ul.count-list li .value span.count {
    font-size: 30px
  }

  .newslide .counter ul.count-list li:before {
    width: 100%;
    height: 1px
  }

  .newslide .counter ul.count-list li:nth-child(1):before {
    background: #fff0
  }

  .newslide .counter ul.count-list li:nth-child(2):before {
    background: #fff0
  }

  .canada_about_section .about_intro h1:after {
    left: 0
  }

  .newslide .owl-next {
    top: 15%
  }

  .newslide .owl-prev {
    top: 15%
  }

  .team-div-box-left img {
    width: 400px !important;
    height: 211px
  }

  .technology-slider img {
    width: 197px !important;
    height: 121px
  }
}

@media (max-width:430px) {

  .header.floating_menu .menu-bottom ul li immg {
    color: #fff;
    margin-left: 20px
  }

  .menu-bottom ul li a {
    font-size: 16px;
    transform: translateX(20px)
  }

  .technology-slider img {
    width: 196px !important;
    height: 120px
  }

  .technology-div-left img {
    width: 122px;
    height: 173px
  }


  .job-div ul li a .job-img img {
    width: 174px;
    height: 136px
  }

  li>a>div.job-img>img.hover1 {
    width: 174px;
    height: 136px
  }

  .mob-map.docs-pictures.global-img picture img {
    width: 382px;
    height: 241px;
    object-fit: cover
  }

  .map-div-bg {
    position: relative;
    padding-top: 10px
  }

  .container {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    position: relative
  }

  .map-div {
    width: 100%;
    max-width: 430px
  }

  .global-div .circle-div img.circle-img {
    width: 100px;
    height: 110px;
    object-fit: cover
  }
}

@media (max-width:375px) {
  .results>* {
    width: 315px;
    float: none
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: top
}

.menu-bottom ul li {
  position: relative
}

.menu-bottom ul li ul {
  position: absolute;
  left: 0;
  text-align: left;
  background: #312f45;
  z-index: 999999;
  padding: 0 15px 20px 15px;
  width: 220px;
  margin-top: 0;
  display: none
}

.menu-bottom ul li:hover>ul {
  display: block
}

.menu-bottom ul li ul li {
  border-bottom: solid 1px;
  display: block;
  padding: 10px 0
}

.header-open .menu-bottom ul li ul li a {
  color: #FFF
}

.dsk {
  display: block;
}
.mob {
  display: none;
}
.banner_slider.owl-carousel .owl-item img {
  height: auto;
}
@media (max-width:1280px) {
  .map-div .text_div {
    left: 0;
  }
  .map-div h3 {
    font-size: 50px !important;
  }
  /* @media (max-width:1280px) { */
}
@media (max-width:1170px) {
  .banner_slider img {
    height: auto;
  }
  .banner-inner-slider .counter:before {
      bottom: -87px;
      height: 52px;
  }
  .map-div .text_div {
    left: 0;
  }
  .test-slider .owl-dots {
    position: static;
    width: 100%;
    justify-content: center;
    margin: 0;
  }
  /* @media (max-width:1170px) { */
}
@media (max-width:767px) {
  .note_otr {
    flex-direction: column-reverse
  }

  .note_txt_bx {
    width: 100%;
    padding-right: 0
  }

  .note_img_bx {
    width: 100%;
    padding-left: 0
  }
  .map-div-bg {
    background-color: #ffffff;
  }
  .global-div .global-img .dsk_img {
    display: none;
  }
  .global-div .global-img .mob_img {
    display: block;
    margin: auto;
    text-align: center;
  }
  .global-div {
    padding-top: 5px;
  }
  .map-div .global-div .mob-map {
    margin-top: 40px;
    text-align: center;
  }
  .map-div {
    padding-top: 0;
  }
  .global-div .global-img {
    margin-right: 0;
  }
  .testimonials .bg_testi_bx {
    background-image: url(../images/mob_bg_testimonial.jpg) !important;
    background-position: center 0px !important;
    background-size: 100% 650px !important;
    background-color: #1c1c1c;
    margin-top: 0 !important;
  }
  .testimonials h3 {
    padding-top: 15px !important;
}
  .mob_img_otr {
    display: flex;
    justify-content: center;
  }
  .test-slider .mob_img_otr .img {
    margin-bottom: 70px;
  }
  .test-slider .item {
    flex-direction: column;
  }
  .test-slider .text p span {
    line-height: 1.5;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: #ffc000;
  }
  .dsk {
    display: none;
  }
  .dsk {
    display: block;
  }
  .testimonials h3 span {
    font-size: 27px;
    text-align: center;
    width: 100%;
    display: block;
  }
  .test-slider {
    padding: 0;
  }
      .map-div h3 {
        font-size: 25px !important;
    }
  /* @media (max-width:767px) { */
}
@media (max-width:360px) {
  .test-slider .img {
    min-width: 280px !important;
    height: 350px !important;
  }
  .test-slider .img span,
  .test-slider .img a {
    width: 240px !important;
    height: 350px !important;
}
.testimonials .bg_testi_bx {
  background-size: 100% 530px !important;
}
.test-slider .text .h2 {
  font-size: 28px;
}
.test-slider .text .h3 {
  font-size: 20px;
}
.test-slider .text .h2, 
.test-slider .text .h3 {
  margin-bottom: 2px;
}
.test-slider .owl-nav.disabled+.owl-dots {
  margin-top: 0;
}
.test-slider.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 10px;
}
.test-slider .text {
  padding-left: 0;
}
.header .logo {
  padding-top: 0 !important;
}
.floating_menu .mob-menu-btn {
  top: 20px !important;
}
.mob-menu-btn {
  top: 5px !important;
}
.subscription-box-right {
  top: -20px;
}
.footer-last-left p, 
.footer-last-right p {
  padding: 2px 0;
  text-align: left;
}
  /* @media (max-width:360px) { */
}

section.map-section {
    padding: 30px 0px;
}


@media (min-width:1424px) {
  .popup .popup-content button{
      bottom: 84%;
     right: 32%;
  }
}