body {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
}
a, a:hover {
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1300px;
    padding-left: 40px;
    padding-right: 40px;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

/*header css*/
nav.navbar .navbar-collapse {
	flex: initial;
}
nav.navbar {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 12%);
    padding: 4px 0px;
    transition: all 0.5s ease-in-out 0s;
    position: relative;
    z-index: 99;
}
nav.navbar.fixed-header {
    position: fixed;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
nav.navbar .navbar-nav li a.nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 34px 16px;
    transition: all 0.5s ease-in-out 0s;
    text-transform: uppercase;
}
nav.navbar.fixed-header .navbar-nav li a.nav-link {
    padding: 26px 16px;
}
nav.navbar .navbar-nav {
    align-items: center;
}
nav.navbar .navbar-nav li a.nav-link.dropdown-toggle::after {
	content: none;
}
nav.navbar .navbar-nav li a.nav-link.dropdown-toggle i {
	font-size: 13px;
	margin-left: 2px;
}
nav.navbar .navbar-nav li a.nav-link.active {
	color: #F43336;
}
nav.navbar .navbar-nav li a.nav-link:hover {
	color: #F43336;
}
nav.navbar .navbar-nav li.contact_btn a.nav-link {
    background: #F43336;
    border-radius: 30px;
    padding: 12px 28px;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 25%);
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}
nav.navbar .navbar-nav li.contact_btn a.nav-link:hover {
	background: #03091F;
    color: #fff;
}
nav.navbar .navbar-nav li.nav-item.contact_btn {
    margin-left: 18px;
}
nav.navbar .navbar-nav li.dropdown ul.dropdown-menu {
    box-shadow: 5px 5px 15px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 5px 5px;
    padding: 0;
    border-color: #e1e1e1a3;
    margin: 0px;
    overflow: hidden;
}
nav.navbar .navbar-nav li.dropdown ul.dropdown-menu li a {
    font-size: 15px;
    padding: 10px 20px;
    border-bottom: 1px dashed #ddd;
    transition: all 0.5s ease-in-out 0s;
}
nav.navbar .navbar-nav li.dropdown ul.dropdown-menu li a:hover {
	background: #F43336;
	color: #fff;
}
nav.navbar .navbar-nav li.dropdown ul.dropdown-menu li:last-child a {
	border-bottom: none;
}

/*body section css*/
section.home_about_sec {
    padding: 70px 0px 90px;
    position: relative;
}
section.home_about_sec:after {
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    top: 70px;
    right: 70px;
    border: solid 160px #0088cf08;
    border-radius: 50%;
    z-index: -1;
}
.header_part {
    text-align: center;
    margin-bottom: 50px;
}
.header_part h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #000000;
}
.header_part h2 span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #F43336;
    margin-bottom: 8px;
}
.inner_img > img {
    border-radius: 0px 30px 30px 0px;
    width: 100%;
}
.btn {
    background: #F43336;
    border-radius: 30px;
    padding: 13px 28px;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 25%);
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    border: none;
}
.btn i {
    margin-left: 5px;
}
.btn:hover, .btn:focus {
    background: #03091F !important;
    color: #fff;
}
.advance_feature_img {
    padding-right: 50px;
    position: relative;
}
.advance_content_info {
    padding-left: 30px;
}
.advance_content_info ul {
    list-style-type: none;
    padding: 0;
    margin: 30px 0px 15px;
    display: flex;
    flex-wrap: wrap;
}
.advance_content_info ul li {
    width: 48%;
    padding-right: 2%;
    margin-bottom: 25px;
    position: relative;
    padding-left: 38px;
}
.advance_content_info ul li::before {
    content: "\f00c";
    font: var(--fa-font-solid);
    background: #F43336;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: -1px;
}
.year_experience_data {
    background: #03091F;
    border: 4px solid #FFFFFF;
    box-shadow: 3px 0px 11px rgb(0 0 0 / 25%);
    width: 153px;
    height: 153px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    line-height: 178.8%;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
}
.year_experience_data sup {
    font-size: 34px;
    position: unset;
    line-height: unset;
}
.year_experience_data span {
    display: block;
    letter-spacing: 0.8px;
}
.inner_img {
    position: relative;
}
.inner_img:after {
    content: "";
    border: 1px solid red;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 25px;
    top: 25px;
    border-radius: 10px;
    z-index: -1;
}
.inner_carousel_data .banner_img {
    position: relative;
}
.inner_carousel_data .banner_img::before {
    content: "";
    background: #03091fc9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.inner_carousel_data {
    position: relative;
}
.banner_content_overlay {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1300px;
    width: 100%;
    left: 50%;
    padding-left: 40px;
    padding-right: 40px;
}
.content_overlay_info {
    background: rgba(3, 9, 31, 0.6);
    border-radius: 0px 30px;
    padding: 40px;
    max-width: 595px;
}
.content_overlay_info h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.content_overlay_info .btn:hover, .content_overlay_info .btn:focus {
    background: #fff !important;
    color: #F43336;
}



/*Common owl dots css start*/
.owl-carousel .owl-dots {
    position: relative;
    bottom: 0;
    left: auto;
    transform: unset;
    margin: 20px auto 0px;
    display: table;
}
.owl-carousel .owl-dots button.owl-dot {
    background: #F43336;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 6px;
    position: relative;
}
.owl-carousel .owl-dots button.owl-dot.active::after {
    content: "";
    border: 1px solid #F43336;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    top: -5px;
    left: -5px;
}
.inner_tab_content h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 15px;
}
.owl-carousel .owl-nav {
    display: block !important;
}
.home-slider-carousel .owl-nav, .home-slider-carousel .owl-dots {
    display: none !important;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
.owl-carousel .owl-nav button {
    background: #F43336 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    width: 45px;
    height: 45px;
    color: #fff !important;
    border-radius: 50%;
}
.owl-carousel .owl-nav button span {
    font-size: 0px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}
.owl-carousel .owl-nav button.owl-prev::before {
    content: "\f177";
    font: var(--fa-font-solid);
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}
.owl-carousel .owl-nav button.owl-next::before {
    content: "\f178";
    font: var(--fa-font-solid);
    color: #fff;
    font-size: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*Common owl dots css close*/




.home-slider-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.home-slider-carousel .owl-dots button.owl-dot {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 6px;
    position: relative;
}
.home-slider-carousel .owl-dots button.owl-dot.active::after {
    content: "";
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    top: -5px;
    left: -5px;
}
.home-slider-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
.home-slider-carousel .owl-nav button {
    background: #F43336 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    width: 50px;
    height: 50px;
    color: #fff !important;
    border-radius: 0px;
}
.home-slider-carousel .owl-nav button span {
    font-size: 0px;
}
.home-slider-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.home-slider-carousel .owl-nav button.owl-prev::before {
    content: "\f177";
    font: var(--fa-font-solid);
    color: #fff;
    font-size: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-slider-carousel .owl-nav button.owl-next {
    right: 0px;
}
.home-slider-carousel .owl-nav button.owl-next::before {
    content: "\f178";
    font: var(--fa-font-solid);
    color: #fff;
    font-size: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
section.service_offering_sec {
    background: #0088cf0d;
    padding: 70px 0px;
}
.inner_sevice_data {
    background: #FFFFFF;
    box-shadow: 3px 12px 18px rgb(0 0 0 / 7%);
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
}
.cloud_icon {
    background: #f8f8f8;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.cloud_icon img {
    width: auto !important;
}
.inner_sevice_data h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 8px;
}
.inner_sevice_data p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;    
}
.inner_sevice_data a.btn-outline {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    transition: all 0.5s ease-in-out 0s;    
}
.inner_sevice_data a.btn-outline i {
    margin-left: 4px;
    color: #F43336;
    position: relative;
    top: 1px;
}
.inner_sevice_data a.btn-outline:hover, .inner_sevice_data a.btn-outline:focus {
    color: #F43336;
}
.home-service_carousel .owl-item {
    padding: 0px 18px 25px 18px;
}
section.expert_people_section {
    padding: 70px 0px;
}
.inner_team_items {
    background: #FFFFFF;
    box-shadow: 3px 12px 18px rgb(0 0 0 / 7%);
    border-radius: 18px 18px 0px 0px;
    overflow: hidden;
}
.inner_team_items h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    text-align: center;
    padding: 24px 20px;
    margin: 0;
}
.inner_team_items h4 span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #505050;
    margin-top: 5px;
}
.team_member_carousel .owl-item {
    padding: 0px 18px 24px;
}
.business_contact_data {
    background: url("../png/contact_bg.png") no-repeat;
    background-size: cover;
    width: 100%;
    padding: 60px 0px 100px;
}
.header_part.text-left h2 {
    text-align: left;
}
.form-group {
    margin-bottom: 20px;
}
.form-group .form-control {
    background: #0088cf14;
    border: none;
    height: 56px;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.form-group .form-control:focus {
    border-color: #F43336;
}
.btns_submit {
    background: #F43336;
    border-radius: 30px;
    padding: 12px 28px;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 25%);
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
}
.btns_submit:hover {
    background: #03091F;
    color: #fff;
}
.form-group textarea.form-control {
    min-height: 100px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.business_contact_data .header_part h2 {
    font-size: 30px;
    line-height: 36px;
}
.form-group {
  position: relative;
}
.form-group .palceholder {
    position: absolute;
    top: 18px;
    left: 20px;
    color: #000;
    display: none;
}
.form-group .star {
  color: red;
}
.form-group label {
  font-weight: normal;
  color: #000;
}

/*footer css*/
footer.main_footer {
    background: #03091F;
    padding: 60px 0px;
    color: #fff;
}
.footer_inner_data h4 {
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer_inner_data p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;	
	padding-right: 30px;
}
.social_datas {
    list-style-type: none;
    padding: 0;
    margin: 30px 0px 0px;
    display: flex;
}
.social_datas li a {
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
}
.social_datas li a:hover {
	background: #F43336;
	color: #fff;
}
.social_datas li {
	margin-right: 10px;
}
.general_flist {
	list-style-type: none;
    padding: 0;
    margin: 0px;
}
.general_flist li a {
	color: #fff;
	transition: all 0.5s ease-in-out 0s;
}
.general_flist li {
	margin-bottom: 12px;
}
.general_flist li:last-child {
	margin-bottom: 0px;
}
.general_flist li a:hover {
	margin-left: 10px;
	color: #F43336;
}
.split_address ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.split_address ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.split_address ul li i {
	font-size: 18px;
	position: relative;
	top: 4px;
}
.split_address ul li p {
    margin: 0px;
    padding-left: 15px;
    padding-right: 0;
}
.split_address ul li:last-child {
	margin-bottom: 0px;
}
.split_address ul li p a {
	color: #fff;
	text-decoration: none;
}
.split_address ul li p a:hover {
	color: #F43336;	
}
.split_address h5 {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer_address_data {
    display: flex;
    justify-content: space-between;
}
.split_address {
    width: 42%;
}
.inner_pages_banner {
    background: url("../jpg/contact_banner.jpg") no-repeat;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
}
section.inner_pages_banner::before {
    content: "";
    background: rgba(3, 9, 31, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.inner_pages_banner h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
    color: #fff;
    position: relative;
    z-index: 1;
}
section.inner_pages_banner p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0px 0px;
    position: relative;
    z-index: 1;
}
section.googleMap_address {
    display: flex;
}
section.contact_form_sec {
    padding: 70px 0px;
}
.contact_main_forms {
    background: #FFFFFF;
    box-shadow: 3px 7px 60px rgb(0 0 0 / 7%);
    border-radius: 30px;
    padding: 35px;
}
.touch_form .header_part {
    margin-bottom: 30px;
}
.touch_form .header_part h2 {
    font-size: 26px;
    line-height: 32px;
}
.contact_informations {
    background: #FFFFFF;
    box-shadow: 3px 7px 60px rgb(0 0 0 / 7%);
    border-radius: 30px;
    padding: 35px 40px;
    margin-right: 50px;
    height: 100%;
}
.contact_informations h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
}
.contact_informations p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;    
}
.add_icons {
    width: 50px;
    height: 50px;
    border: 2px solid #F43336;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F43336;
    font-size: 18px;
    margin-right: 15px;
}
.add_content h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.add_content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}
.address_data ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.address_data ul li {
    display: flex;
    margin-bottom: 15px;
}
.address_data ul li:last-child {
    margin-bottom: 0px;
}
.add_content {
    flex: 1;
    align-self: center;
}
.add_content a {
    color: #000;
}
.add_content a:hover {
    color: #F43336;
}
.add_content p:last-child {
    margin-bottom: 0;
}
.address_data {
    margin-top: 35px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}
.inner_pages_banner.about_banner {
    background: url("../jpg/about_banner.jpg") no-repeat;
    background-size: cover;
}
.inner_pages_banner.career_banner {
    background: url("../jpg/career_banner.jpg") no-repeat;
    background-size: cover;   
}
.power_performance_section {
    background: rgba(0, 136, 207, 0.05);
    padding: 70px 0px;
}
.power_performance_section .inner_sevice_data {
    height: 100%;
    padding: 30px;
}
.power_performance_section .inner_sevice_data p {
    margin-bottom: 0px;
}
.commitment_excellence_sec {
    padding: 70px 0px;
}
.commitment_excellence_sec .advance_content_info h2 {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #000000;
}
.advance_content_info p:last-child {
    margin-bottom: 0px;
}
.stafftrack_sec {
    background: rgba(0, 136, 207, 0.05);
    padding: 70px 0px 50px;
}
.stafftrack_sec .inner_sevice_data p:last-child {
    margin-bottom: 0;
}
.stafftrack_sec .inner_sevice_data {
    height: 100%;
}
.stafftrack_sec .row [class*="col-"] {
    margin-bottom: 25px;
}
section.about_passion_sec {
    padding: 70px 0px;
}
.strategic_partnerships {
    text-align: center;
    max-width: 80%;
    margin: 60px auto 0px;
}
.strategic_partnerships h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #000;
    margin-bottom: 20px;
}
.strategic_partnerships .btn {
    margin-top: 18px;
}
.passion_content .header_part {
    margin-bottom: 20px;
    position: relative;
}
.passion_content p:last-child {
    margin-bottom: 0px;
}
.passion_content {
    padding-left: 30px;
}
.passion_content .header_part::before {
    content: "";
    background: rgba(217, 217, 217, 0.3);
    border-radius: 4px;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -50px;
    left: -62px;
}
.passion_content .header_part::after {
    content: "";
    background: rgba(217, 217, 217, 0.3);
    border-radius: 4px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -1px;
    left: -10px;
}
.out_forms {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 10px;
}
.out_forms a {
    color: #F43336;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    margin-bottom: 22px;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0px;
    background: unset;
    padding: 16px 15px 16px 165px;
    display: block;
    width: calc(100% - 0px);
    pointer-events: none;
    z-index: 20;
    height: auto;
    color: #000;
    border-radius: 5px;
    font-weight: 400;
}
.file-upload-wrapper:before {
    content: "Attach Resume";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: auto;
    background: #ebf6fb;
    color: #000;
    font-weight: 500;
    z-index: 25;
    font-size: 15px;
    padding: 16px 22px;
    pointer-events: none;
    border-radius: 5px;
    letter-spacing: 0.5px;
}
/*.file-upload-wrapper:hover:before {
  background: #3d8c63;
}*/
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
section.career_opportunies_sec {
    background: rgba(0, 136, 207, 0.05);
    padding: 60px 0px;
}
.left_data_values {
    background: #FFFFFF;
    box-shadow: 3px 22px 40px rgb(0 0 0 / 7%);
    border-radius: 16px;
    padding: 35px;
}
.inner_tab_content {
    background: #FFFFFF;
    box-shadow: 3px 22px 40px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    padding: 35px;
    height: 100%;
}
.left_data_values {
    height: 100%;
}
.left_data_values h4 {
    font-weight: 800;
    font-size: 17px;
    line-height: 39px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
}
.inner_tab_content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 39px;
    letter-spacing: 0.03em;
    color: #000000;
}
.left_data_values .nav-pills button.nav-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 36px;
    color: #000000;
    border-bottom: 1px dashed #ddd;
    text-align: left;
    padding: 5px 0px;
    background: unset !important;
    outline: none;
}
.left_data_values .nav-pills button.nav-link.active {
    color: #F43336;
}
.left_data_values .nav-pills button.nav-link:last-child {
    border-bottom: none;
}
ul.pill_contents {
    list-style-type: none;
    padding: 0;
    margin: 15px 0px 0px;
}
ul.pill_contents li {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
}
ul.pill_contents li>span {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
}
ul.pill_contents li ul.subpills {
    list-style-type: none;
    padding: 0;
    margin: 10px 0px 18px;
}
ul.pill_contents li ul.subpills li::before {
    content: "";
    background: #F43336;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 0;
}
ul.pill_contents li ul.subpills li {
    padding-left: 25px;
}
.left_data_values .nav-pills button.nav-link:first-child {
    padding-top: 0px;
}
.inner_tab_content h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.03em;
    color: #000000;
}
.inner_tab_content p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
.inner_tab_content address {
    font-weight: 700;
    line-height: 30px;
}
.inner_tab_content h3 sup {
    font-size: 14px;
    color: #f43336;
    letter-spacing: 0;
}
.right_career_datas {
    height: 100%;
}
.right_career_datas .tab-content {
    height: 100%;
}
.right_career_datas .tab-content .tab-pane {
    height: 100%;
}
.service_inner_content {
    padding: 70px 0px;
}
.main_ser_img {
    margin-bottom: 40px;
    position: relative;
    height: 0;
    padding-bottom: 50.25%;
    border-radius: 18px;
    overflow: hidden;
}
.main_ser_img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_inner_content .header_part {
    margin-bottom: 22px;
}
.service_inner_content .header_part h2 {
    font-size: 30px;
}
.navbar-brand img {
    width: 250px;
}
.inner_sev_content_data .btn {
    margin-top: 13px;
}
.inner_sev_content_data ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0px 25px;
}
.inner_sev_content_data ul li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 15px;
}
.inner_sev_content_data ul li::before {
    content: "\f00c";
    font: var(--fa-font-solid);
    background: #F43336;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: -1px;
}
.inner_sev_content_data h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 5px;
}
.succes_icon img {
    width: 40px;
}
.success_message {
    text-align: center;
}
.succes_icon {
    margin-bottom: 15px;
}
.success_message p {
    margin: 0;
    font-size: 15px;
}
.home_contact_form_data {
    background: #FFFFFF;
    box-shadow: 3px 7px 60px rgb(0 0 0 / 7%);
    border-radius: 30px;
    padding: 35px;
}








/*Responsive css start here*/

@media only screen and (min-width: 1200px) and (max-width: 1280px) { 

.banner_content_overlay {
    max-width: 1140px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}



}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

.navbar-brand img {
    max-width: 300px;
}
nav.navbar .navbar-nav li a.nav-link {
    padding: 34px 13px;
}
.split_address {
    width: 46%;
}
.advance_content_info {
    padding-left: 20px;
}
.advance_content_info ul li {
    padding-left: 34px;
}
.year_experience_data {
    width: 130px;
    height: 130px;
    font-size: 13px;
    right: -30px;
}
.year_experience_data sup {
    font-size: 26px;
}
.inner_img:after {
    left: 15px;
    top: 15px;
}
.advance_feature_img {
    padding-right: 30px;
}
.home-slider-carousel .owl-nav button {
    width: 30px;
    height: 30px;
}
.home-slider-carousel .owl-nav button.owl-prev::before {
    font-size: 12px;
}
.home-slider-carousel .owl-nav button.owl-next::before {
    font-size: 12px;
}
.content_overlay_info h1 {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 18px;
}
.content_overlay_info {
    max-width: 535px;
}
.home-slider-carousel .owl-dots {
    bottom: 20px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
.form-group textarea.form-control {
    min-height: 90px;
}
.form-group .form-control {
    height: 50px;
}
.business_contact_data {
    padding: 30px 0px 60px;
}
.contact_informations {
    padding: 30px;
    margin-right: 10px;
}










}



@media only screen and (max-width: 991px) {

nav.navbar {
    padding: 5px 0px;
}
nav.navbar .navbar-nav {
    align-items: flex-start;
    background: #f7f7f7;
    padding: 10px 20px 25px;
    margin: 20px 0px;
}
nav.navbar .navbar-collapse {
    flex: initial;
    width: 100%;
}
nav.navbar .navbar-nav li {
	width: 100%;
}
nav.navbar .navbar-nav li > a.nav-link {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav.navbar .navbar-nav li.nav-item.contact_btn {
    margin-left: 0;
    margin-top: 10px;
}
nav.navbar .navbar-nav li.contact_btn a.nav-link {
    display: table;
}
nav.navbar .navbar-nav li.dropdown ul.dropdown-menu {
    box-shadow: none;
    border: none;
    background: unset;
}
nav.navbar .navbar-nav li.dropdown ul.dropdown-menu li a {
    padding: 5px 10px;
    border-bottom: none;
}
.navbar-toggler-icon {
    display: block;
    width: 20px;
    height: 1px;
    vertical-align: middle;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #fff;
    margin: 6px 0px;
}
button.navbar-toggler {
    padding: 7px 12px;
    background: #F43336;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;

}
.form-group textarea.form-control {
    min-height: 90px;
}
.form-group .form-control {
    height: 50px;
}



}



@media only screen and (min-width: 768px) and (max-width: 991px) {

.footer_inner_data {
    margin-bottom: 30px;
}
footer.main_footer {
    padding: 40px 0px 10px;
}
.split_address {
    width: 48%;
}
.social_datas {
    margin: 20px 0px 0px;
}
section.home_about_sec {
    padding: 50px 0px;
}
.advance_content_info {
    padding-left: 0;
    margin-top: 50px;
}
.header_part {
    text-align: center;
    margin-bottom: 30px;
}
.banner_img img {
    height: 420px;
    object-fit: cover;
    object-position: right;
}
.home-slider-carousel .owl-nav button {
    width: 30px;
    height: 30px;
}
.home-slider-carousel .owl-nav button.owl-prev::before {
    font-size: 12px;
}
.home-slider-carousel .owl-nav button.owl-next::before {
    font-size: 12px;
}
.content_overlay_info h1 {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 18px;
}
.content_overlay_info {
    max-width: 535px;
}
.home-slider-carousel .owl-dots {
    bottom: 20px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
.owl-carousel .owl-dots {
    margin: 0px auto 0px;
}
.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
}
.owl-carousel .owl-nav button.owl-next::before, .owl-carousel .owl-nav button.owl-prev::before {
    font-size: 13px;
}
.home_contact_form_data {
    margin-top: 50px;
}
.business_contact_data {
    padding: 20px 0px 40px;
}
.contact_informations {
    padding: 30px;
    margin-right: 0px;
}
.touch_form {
    margin-top: 40px;
}
.passion_img_data {
    display: table;
    margin: 0 auto 30px;
}
.strategic_partnerships {
    text-align: center;
    max-width: 100%;
    margin: 40px auto 0px;
}
section.career_opportunies_sec {
    padding: 40px 0px;
}
.left_data_values {
    padding: 25px;
}
.inner_tab_content {
    padding: 25px;
}



	
}


@media only screen and (max-width: 767px) {

.navbar-brand img {
    max-width: 340px;
}
.split_address {
    width: 48%;
}
footer.main_footer {
    padding: 40px 0px 10px;
}
.footer_inner_data h4 {
    font-size: 16px;
}
.split_address ul li {
    margin-bottom: 15px;
}
.footer_inner_data {
    margin-bottom: 30px;
}
section.home_about_sec {
    padding: 40px 0px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
}
.advance_content_info {
    padding-left: 0;
    margin-top: 60px;
}
.inner_img:after {
    left: 15px;
    top: 15px;
}
.advance_feature_img {
    padding-right: 10px;
    position: relative;
}
.year_experience_data {
    width: 110px;
    height: 110px;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    left: 50%;
    bottom: -50px;
    border: 3px solid #fff;
}
.year_experience_data sup {
    font-size: 20px;
}
.year_experience_data span {
    letter-spacing: 0.2px;
}
.header_part h2 {
    font-size: 22px;
    line-height: 36px;
}
.header_part {
    margin-bottom: 20px;
}
.header_part h2 span {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}
.btn {
    padding: 12px 24px;
    font-size: 13px;
}
p {
    font-size: 15px;
    line-height: 24px;
}
.banner_img img {
    height: 370px;
    object-fit: cover;
    object-position: right;
}
.home-slider-carousel .owl-nav button {
    width: 30px;
    height: 30px;
}
.home-slider-carousel .owl-nav button.owl-prev::before {
    font-size: 12px;
}
.content_overlay_info h1 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}
.content_overlay_info {
    max-width: 535px;
    padding: 20px;
}
.home-slider-carousel .owl-dots {
    bottom: 20px;
}
.home-slider-carousel .owl-nav button.owl-next::before {
    font-size: 12px;
}
section.home_about_sec:after {
    content: "";
    width: 280px;
    height: 280px;
    position: absolute;
    top: 50%;
    right: auto;
    border: solid 80px #0088cf08;
    border-radius: 50%;
    z-index: -1;
    left: 20px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
.owl-carousel .owl-dots {
    margin: 0px auto 0px;
}
.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
}
.owl-carousel .owl-nav button.owl-next::before, .owl-carousel .owl-nav button.owl-prev::before {
    font-size: 13px;
}
.business_contact_data .header_part h2 {
    font-size: 22px;
    line-height: 26px;
}
.home_contact_form_data {
    margin-top: 50px;
}
.business_contact_data {
    padding: 20px 0px 40px;
}
.contact_informations {
    padding: 30px;
    margin-right: 0;
}
.touch_form {
    margin-top: 30px;
}
.touch_form .header_part {
    margin-bottom: 20px;
}
.touch_form .header_part h2 {
    font-size: 22px;
    line-height: 28px;
}
.contact_main_forms {
    padding: 25px;
}
section.contact_form_sec {
    padding: 40px 0px;
}
section.inner_pages_banner h2 {
    font-size: 26px;
    line-height: 32px;
}
section.inner_pages_banner p {
    font-size: 14px;
    margin: 10px 0px 0px;
}
.inner_pages_banner {
    padding: 70px 0px;
    background-position: bottom;
}
.contact_informations h3 {
    font-size: 22px;
    line-height: 32px;
}
section.about_passion_sec {
    padding: 40px 0px;
}
.passion_content {
    padding-left: 0;
    padding-top: 30px;
}
.passion_content .header_part::before, .passion_content .header_part::after {
    content: none;
}
.strategic_partnerships h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}
.strategic_partnerships {
    max-width: 100%;
    margin: 40px auto 0px;
}
.power_performance_section .row [class*="col-"] {
    margin-bottom: 20px;
}
.commitment_excellence_sec {
    padding: 40px 0px;
}
.stafftrack_sec {
    padding: 40px 0px 30px;
}
section.expert_people_section {
    padding: 40px 0px;
}
.power_performance_section {
    padding: 40px 0px;
}
.commitment_excellence_sec .advance_content_info h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 33px;
}
.passion_img_data {
    margin: 0 auto;
    display: table;
}
section.career_opportunies_sec {
    padding: 30px 0px;
}
.left_data_values {
    padding: 25px;
}
.inner_tab_content {
    padding: 25px;
    margin-top: 20px;
}
nav.navbar.fixed-header .navbar-nav li a.nav-link {
    padding: 12px 0px;
}
nav.navbar.fixed-header .navbar-nav li.contact_btn a.nav-link {
    padding: 12px 28px;
}


}




@media only screen and (max-width: 575px) {

.navbar-brand img {
    max-width: 190px;
    position: relative;
    top: 3px;
}
.footer_inner_data p {
    padding-right: 0;
}
.footer_address_data {
    flex-direction: column;
}
.split_address {
    width: 100%;
    margin-bottom: 25px;
}
.split_address:last-child {
	margin-bottom: 0px;
}
.advance_content_info ul li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 12px;
    position: relative;
}
.home-service_carousel .owl-item {
    padding: 0px 8px 25px 8px;
}
.home-service_carousel .owl-nav, .team_member_carousel .owl-nav {
    display: none !important;
}
.team_member_carousel .owl-item {
    padding: 0px 8px 24px;
}
section.service_offering_sec {
    padding: 40px 0px;
}
.service_inner_content .header_part h2 {
    font-size: 24px;
}
.service_inner_content {
    padding: 40px 0px;
}


}

