/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url(../fonts/line-awesome/css/line-awesome.min.css);

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000000;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden !important;
	/* background-color: #e5f4e0; */
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px 10px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
	/* background-color: #FFF; */
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 60px;
    padding-bottom: 0px;
}

.layout_padding2 {
    padding-top: 20px;
    padding-bottom: 0px;
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
	/* background-color:#ffffff00; */
	background-color: #ffffff;
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.header_main {
    width: 100%;
    float: left;
    background: #10e2bd;
    height: 80px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    /* background-color: #f7941d !important; */
    background-color: #562d80 !important;
	color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f7941d;
}

.navbar {
    /* padding: 10px 1rem; */
    padding: 2px 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: 16px;
	font-weight: bold;
    /* color: #662d91; */
    color: #ffffff;
}

.logo {}

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner/main-banner-002.jpg);
    height: 500px;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
    margin-top: -90px;
    /* height: 100vh; */
}

.banner_taital {
    width: 100%;
    float: left;
    padding: 100px 0px;
    text-align:center;
    padding-top:165px
}

.outstanding_text {
    width: 100%;
    float: left;
    font-size: 60px;
	color: #000000;
    /* color: #662d91; */
    padding-bottom: 0px;
	font-weight: 900;
	line-height: 1.1 !important;
}

.coffee_text {
    width: 100%;
    float: left;
    font-size: 36px;
	color: #000000;
    /* color: #662d91;
	color: #fbb71e; */
    font-weight: bold;
    padding-bottom: 20px;
	line-height: 1.2 !important;
}

.there_text {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding-bottom: 30px;
}

.learnmore_bt {
    width: 170px;
}

.learnmore_bt a {
    width: 100%;
    float: left;
    padding-right: 0;
    background-color: #f7941d;
    color: #fff;
    text-align: center;
    margin-right: 12px;
    height: 53px;
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
}

.learnmore_bt a:hover {
    background-color: #f7941d;
    color: #fff;
}

#main_slider a.carousel-control-next {
    left: 0px;
    right: -60px;
    top: 390px;
}

#main_slider a.carousel-control-prev {
    left: -60px;
    right: 0px;
    top: 390px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    background: #eeecec8f;
    opacity: 1;
    font-size: 30px;
    color: #333333;
    margin: 0 auto;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #f7941d;
}

/* banner section end */

/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 30px;
	/* background-color: #e5f4e0; */
}

.about_taital_main {
    width: 100%;
    float: left;
    padding: 95px 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f7941d;
    font-weight: bold;
    /* text-transform: uppercase; */
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4c4c4b;
    margin: 0px;
    padding-top: 10px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    margin: 0px;
    padding-top: 10px;
}

.main-heading{
	font-size: 16px;
    background-color: #f7941d;
    color: #ffffff;
    padding: 8px 15px 8px 15px;
    border-radius: 6px;
}

.main-btn{
	font-size: 20px;
    /* background-color: #f7941d; */
    background-color: #562d80;
    color: #ffffff;
    padding: 8px 15px 8px 15px;
    border-radius: 6px;
}

.main-btn:hover {
    color: #ffffff;
    background-color: #f7941d;
}

.read_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 14px;
    background-color: #f7941d;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #f7941d;
}

.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
}

.fa-3x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #f7941d;
}


/* about section end */

/* gallery section start */

.gallery_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background-color: #f1f1f1;
}

.gallery_taital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #f7941d;
    font-weight: bold;
}

.gallery_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    padding-top: 0px;
    color: #262525;
}

.gallery_section_2 {
    width: 100%;
    float: left;
    padding-top: 0px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

img.image {
    min-height: 300px;
}

.container_main {
    position: relative;
}
.container_main img{
    border-radius: 10px;
}
.container_main img:hover{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(254, 230, 220, 0.6);
    margin: 0 auto;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.seemore_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #f7941d;
    padding: 10px 0px;
    margin-top: 40px;
}

.seemore_bt a:hover {
    background-color: #f7941d;
    color: #ffffff;
}

a:hover {
    color: #f7941d;
    text-decoration: underline;
}

/* gallery section end */

/* services section start */

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0%;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.next_pre{
   background-color: #000;
    padding: 5px;
    padding-bottom: 0px;
    border-radius: 4px;
    opacity: 1;  
}

.trusted_text h2{
  margin-bottom:50px;
  text-align:center;   
  font-weight: 900;
}

.padd0{
  padding: 0px;  
}
.align_center{
    text-align: center;
}

.bg_gray{
  background-color: #f9f9f9;  
}
.sec_gap{
  padding:45px 0px;   
  float: left;
  width: 100%;
}
.sec_gap_2{
  padding:60px 0px;   
  float: left;
  width: 100%;
}
.sec_gap_3{
	padding: 5px 0px;
    float: left;
    width: 100%;
}

.cro_img img{
    border-radius: 8px;
}

.cro_img_2 img{
    border-radius: 8px;
}

.services_section {
    width: 100%;
    float: left;
    background-image: url(../images/our-values-1.jpg);
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-size: cover;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f7941d;
    font-weight: bold;
    text-align: center;
}
.services_taital2 {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #f7941d;
    font-weight: bold;
    /* text-align: center; */
}

.services_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
	font-weight: 600;
}

.house_icon {
    width: 200px;
    height: auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.house_icon img {
    width: 75px;
    min-height: 50px;
}
.house_icon_2 {
    height: auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.house_icon_2 img {
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
}

.box_main .house_icon .image_2 {
    display: none;
}

.box_main:hover .house_icon .image_2 {
    display: block;
}

.box_main:hover .house_icon .image_1 {
    display: none;
}

.box_main:hover {
    background-color: #ffffff;
}

.box_main {
    width: 100%;
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 18px -6px;
    border-radius: 10px;
}

.box_main:hover{
	color: #ffffff;
	background-color: #f7941d;
}

.box_main:hover .decorate_text {
    color: #ffffff;
}

.box_main:hover .tation_text {
    color: #ffffff;
}

.box_main:hover .readmore_bt {
    display: block;
}

.box_main:hover .readmore_bt a {
    color: #ffffff;
    background-color: #f7941d;
}

.box_main_2 {
    width: 100%;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.box_main_2_gap {
   padding: 20px 20px;
   min-height: 324px;
}

.box_main_2_gap p {
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
}
.box_main_2_gap h3 {
    margin-bottom:0px !important;
}
.box_main_3_gap {
   padding: 20px 20px;
   min-height: 124px;
}
.box_main_3_gap h3 {
    margin-bottom: 0px !important;
    margin-top: 24px;
}

.box_main_4_gap {
   padding: 20px 20px;
   min-height: 314px;
}
.box_main_4_gap h3 {
    margin-bottom: 0px !important;
    margin-top: 24px;
}
.box_main_4_gap p {
    margin: 0px;
    margin-top: 10px;
}


.box_main_2:hover{
    color: #000;
    background-color: #fff;
}
.box_main_2 h3{
  font-size: 17px;  
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.box_main_2 button{
  width:120px;  
}
.about_text2{
    background-color: #fff;
    padding: 40px;
    border-radius: 6px;
    margin-top: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.about_text2 p{
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin: 0px;
}
.about_text2 h2 {
    font-size: 34px;
    color: #000;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}
.aboutus-bg {
    background-image: url(../img/img_0404.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.aboutus-bg2 {
    background-image: url(../img/img_0405.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.payroll-bg {
    background-image: url(../img/image-005.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.heading_text h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}
.heading_text p {
    font-size: 20px;
    color: #f7941d;
    margin: 0px;
    margin-bottom: 0px;
}
.mb_30{
 margin-bottom: 30px !important;   
}
.mb_10{
  margin-bottom: 10px !important;  
}
.mt_50{
 margin-top: 50px !important;   
}
.mt_30{
 margin-top: 30px !important;   
}
.mt_10{
 margin-top: 10px !important;   
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.decorate_text {
    width: 100%;
    font-size: 28px;
    color: #000000;
    padding-top: 5px;
    text-align: center;
	min-height: 100px;
}

.tation_text {
    width: 100%;
    font-size: 14px;
    color: #000000;
    margin: 0px;
    text-align: center;
	min-height: 128px;
}

.readmore_bt {
    width: 175px;
    padding-top: 40px;
    margin: 0 auto;
    display: flex;
    display: none;
    padding-bottom: 40px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #070603;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #f7941d;
}

.about_img img{
    border-radius: 6px;
}
.recruitment_btext{
      bottom: 100px;  
}
.recruitment_btext h4{
  font-size: 30px;
    color: #fff;
    font-weight: 900; 
}
.recruitment_btext p{
  font-size: 17px;
  line-height: 23px;  
  margin: 0px;
}
.text_center{
  text-align: center;  
}
.search_team{}
.search_team p{
  margin: 0px;
  line-height: 28px;  
}
.search_team h4{
  font-size: 22px;
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
    margin-bottom: 15px; 
}
.search_team h2{
    background-color: #f7941d;
    color: #fff;
    border-radius: 3px;
    width: 200px;
    height: 92px;
    text-align: center;
    margin: auto;
    padding-top: 29px;
    font-size: 28px;   
}
.search_team ul{
   margin-left: 28px;  
}
.search_team ul li{
  font-size: 15px;
  list-style: circle;  
  margin-bottom: 15px;
  color: #494949;
}



/* services section end */

.mb_30{
  margin-bottom: 30px !important;  
}

.mb_10{
  margin-bottom: 10px !important;  
}

/* client section start */

.client_section {
    width: 100%;
    float: left;
}

.client_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f7941d;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.client_text {
    width: 100%;
    font-size: 16px;
    color: #252525;
    margin: 0 auto;
}

.client_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    padding-bottom: 100px;
}

.testimonial_section_2 {
    width: 100%;
    float: left;
    padding: 0px 40px 30px 40px;
    position: relative;
}

.testimonial_section_2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 150px;
    border-top: 3px solid #1269b7;
    border-left: 3px solid #1269b7;
    top: 12px;
    left: 0px;
    right: initial;
}

.testimonial_section_2::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 150px;
    border-bottom: 3px solid #1269b7;
    border-right: 3px solid #1269b7;
    top: 12px;
    left: initial;
    right: 0px;
}

.client_name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #f7941d;
    text-transform: uppercase;
    padding-left: 100px;
    font-weight: bold;
}

.quick_icon {
    text-align: right;
    padding-left: 30px;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    margin: 0px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 55px;
    height: 18px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #1269b7;
    border-radius: 20px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators .active {
    background-color: #f7941d;
}

/* client section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}
.have_text{
  padding:90px 80px;   
}

.contact_text {
    width: 100%;
    float: left;
    font-size: 26px;
    text-align: left;
    color: #000;
    font-weight: 700;
    margin-bottom: 12px;
}

.head_text {
    width: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    color: #f7941d;
    font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #f7941d;
}

.contact_section_2 {
    width: 100%;
    float: left;
}

.mail_section {
    width: 100%;
    float: left;
    height: auto;
    padding: 23px 70px;
    padding-bottom: 75px;
}

.long_text {
    width: 52%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #b2afaf;
    padding-top: 30px;
    display: flex;
}
.f_left{
  float:left;  
}
.email_text {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.email-bt {
    color: #080707;
    width: 100%;
    height: 55px;
    font-size: 14px;
    padding: 4px 15px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.input_area {
    color: #080707;
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding: 4px 15px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.massage-bt {
    color: #080707;
    width: 100%;
    font-size: 14px;
    padding: 15px 18px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.send_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.main_bt a {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #f7941d;
    padding: 15px 50px 12px 50px;
    border-radius: 30px;
    display: block;
}

.main_bt a {
    color: #000000;
    background-color: #ffffff;
}

.main_bt a:hover {
    color: #ffffff;
    background-color: #f7941d;
}

.padding_0 {
    padding: 0px;
}

/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    height: auto;
    padding: 55px 0px;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000000;
    margin: 0px;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 14px;
    color: #ffffff;
}

.footer_menu li a {
    color: #662d91;
}

.footer_menu li a:hover {
    color: #f7941d;
}

.dummy_text {
    width: 30%;
    float: left;
    font-size: 14px;
    color: #662d91;
    margin: 0px;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 14px;
    color: #ffffff;
    padding: 0px 0px 5px 0px;
}

.location_text li a {
    color: #000000;
}

.location_text li a:hover {
    color: #f7941d;
}

.padding_left_10 {
    padding-left: 10px;
}


/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #000000;
    color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #662d91;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #f7941d;
}

.copyright_text a:hover {
    color: #f7941d;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.footer-address{
	color: #000000 !important;
}

.align-justify{
	text-align: justify;
	text-justify: inter-word;
}

.banner-margin-btm{
	margin-bottom: 162px;
}

.about-banner_taital {
    width: 100%;
    float: left;
    padding: 100px 0px;
}

.about-banner_section{
    width: 100%;
    float: left;
    background-image: url(../images/banner/about-us-banner.jpg);
	height: 488px;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}

.contact-banner_section{
    width: 100%;
    float: left;
    background-image: url(../images/banner/contact-us-banner.jpg);
    height: 488px;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}

.services-banner_section{
    width: 100%;
    float: left;
    background-image: url(../images/our-values-banner.jpg);
    height: auto;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}

.about-why-banner_section{
    width: 100%;
    float: left;
    background-image: url(../images/why-workup-hr-solutions.jpg);
    height: auto;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}

.indcat-banner_section{
    width: 100%;
    float: left;
    background-image: url(../images/industry-catered.jpg);
    height: auto;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}

.compliance-banner_section{
    width: 100%;
    float: left;
    background-image: url(../images/banner/compliance-payroll-banner-001.jpg);
    height: auto;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}

.recruitment-banner_section{
    width: 100%;
    float: left;
    background-image: url(../images/recruitment.jpg);
   /*  height: auto; */
    height: 488px;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}

.tempstaff-banner_section{
    width: 100%;
    float: left;
    background-image: url(../images/temp-staffing.jpg);
    height: auto;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}
.staffing_banner{
    width: 100%;
    float: left;
    background-image: url(../images/banner/staffing-services-banner-001.jpg);
    height: 488px;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}
.training_banner{
    width: 100%;
    float: left;
    background-image: url(../images/banner/training-upgrade-banner-002.jpg);
    height: 488px;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}
.hr_banner{
    width: 100%;
    float: left;
    background-image: url(../images/banner/compliance-payroll-banner-001.jpg);
    height: 488px;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}

.about_main {
	width: 100%;
	float: left;
	padding: 20px 0px;
}

.abt-layout_padding {
	padding-top: 90px;
	padding-bottom: 0px;
}

.tnc_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f7941d;
    font-weight: bold;
    text-transform: uppercase;
}

.services-padding{
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.contact_us_text{
    width: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    color: #662d91;
    font-weight: 800;
}

.list-padding{
	padding: 0px !important;	
}

.submit_bt{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #f7941d;
    padding: 10px 20px;
    border-radius: 4px;
    display: block;
}

.submit_bt{
    color: #fff;
    background-color: #f7941d;
}

.submit_bt:hover {
    color: #ffffff;
    background-color: #f7941d;
}

.err-msg{
	color: #ff0000;
}

.dropdown-box-bg{
	background-color: #fff;
	float: right;
	border: 0 !important;
}

.tab-style{
	color: #662d91;
}

.dropdown-menu a:hover {
	color: #ffffff;
	background-color: #f7941d;
}

.link-active{
	color: #fff !important;
	background-color: #f7941d !important;
}

.heading-txt{
	width: 100%;
    float: left;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
    color: #262525;
}

.golden-colour{
	color: #fbb71e;
}

.blue-colour{
	color: #662d91;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
}

.txt-orange{
	color: #f7941d !important;
}

.txt-heading{
	font-size: 28px;
	font-weight: bolder;
}

/*.sticky-top {
    position: fixed;
    top: 10;
	width: 100%
}
*/
/*
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
} */


@media (max-width: 600px) {

 .aboutus-bg {
   background-size: cover;
   background-image: inherit;
}  

.payroll-bg{
   background-size: cover;
   background-image: inherit;
} 

.hr_banner{
    background-size: 407px 314px;
    height: 298px;
}
.about-banner_section{
    background-size: 407px 314px;
	height: 298px;
}

.contact-banner_section{
    background-size: 407px 314px;
   height: 298px;
}

.services-banner_section{
   background-size: 407px 314px;
   height: 210px;
}

.about-why-banner_section{
    background-size: 407px 314px;
   height: 210px;
}

.indcat-banner_section{
    background-size: 407px 314px;
   height: 210px;
}

.compliance-banner_section{
   background-size: 407px 314px;
   height: 210px;
}

.recruitment-banner_section{
    background-size: 407px 314px;
   height: 210px;
}

.tempstaff-banner_section{
    background-size: 407px 314px;
   height: 210px;
}
.staffing_banner{
   background-size: 407px 314px;
   height: 298px;
}
.training_banner{
   background-size: 407px 314px;
   height: 314px;
}

	.about-banner_taital {
		padding: 0px;
	}
	
	.about-banner_section {
		padding: 0px;
	}
	
	.about-why-banner_section {
		padding: 0px;
	}
	
	.indcat-banner_section {
		padding: 0px;
	}
	
	.compliance-banner_section {
		padding: 0px;
	}
	
	.tempstaff-banner_section {
		padding: 0px;
	}
	
	.recruitment-banner_section {
		padding: 0px;
	}
	
	.contact-banner_section {
		padding: 0px;
	}
	
	.tnc_taital {
		font-size: 22px;	
	}	
	
	.heading-txt{
		font-size: 18px;
		font-weight: 600;
	}
	
	.contact_text {
		font-size: 26px;
	}
	
	.head_text {
		font-size: 26px;
	}
}

@media (min-width: 600px) {
	.about_taital_main{
		padding: 20px 0px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .about-banner_section{
		height: auto;
	}
	
	.contact-banner_section{
		height: auto;
	}
	
	.recruitment-banner_section{
		height: auto;
	}

	.hr_banner{
		height: auto;
	}	
	
	.staffing_banner{
		height: auto;
	}
	
	.training_banner{
		height: auto;
	}
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1124px) {
	.outstanding_text {
		padding-top: 25px;
	}	
}	


