body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}
h3, .h3 {
  font-size: 17px;
  color: #0028ff;
}
.layout_padding {
  padding: 60px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(8, 19, 92, 0.9)), to(rgba(8, 19, 92, 0.9))), url(../images/slider-bg.jpg);
  background-image: -webkit-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
  background-image: -moz-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
  background-image: -o-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
  background-image: linear-gradient(to right, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
}

.header_section {
  padding: 15px 0;
}

.navbar-brand {
  margin: 0;
}

.navbar-brand span {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.collapsebtn
{
  background: #2aaadf !important;
  position: absolute;
  z-index: 999;
  top: -123px;
  padding: 4px !important;
  font-size: 12px;
  width: 45px !important;
  height: 38px !important;
  right: 0;
}
.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
	margin-top: 8px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link span {
  margin-left: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #e41a2b;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0;
}

.custom_nav-container .nav_search-btn:hover {
  color: #e41a2b;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}


.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #08135c;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 75px;
  padding-bottom: 125px;
}

.slider_section .row {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  text-align: center;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.slider_section .detail-box h1 span {
  color: #08135c;
}

.slider_section .find_container form .form-group {
  margin: 15px 0;
}

.slider_section .find_container form .form-control {
  width: 100%;
  background-color: transparent;
  border: none;
  height: 45px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  padding: 0 15px;
  background-color: #ffffff;
}

.slider_section .find_container form .btn-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .find_container form .btn-box button.btn {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e41a2b;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e41a2b;
  outline: none;
  text-transform: uppercase;
}

.slider_section .find_container form .btn-box button.btn:hover {
  background-color: transparent;
  color: #e41a2b;
}

.slider_section .find_container .nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  border: none;
  width: auto;
  height: auto;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  top: 7px;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.slider_section .find_container .nice-select.open:after {
  content: "\f106";
}

.slider_section .find_container .job_check_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.slider_section .find_container .job_check_list li {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 15px 10px 0;
}

.slider_section .find_container .job_check_list label {
  color: #ffffff;
  margin: 0;
}

.slider_section .find_container .job_check_list .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.slider_section .find_container .job_check_list .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.slider_section .find_container .job_check_list .styled-checkbox + label:before {
  content: '';
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}

.slider_section .find_container .job_check_list .styled-checkbox:hover + label:before {
  background: #f35429;
}

.slider_section .find_container .job_check_list .styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.slider_section .find_container .job_check_list .styled-checkbox:checked + label:before {
  background: #f35429;
}

.slider_section .find_container .job_check_list .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.slider_section .find_container .job_check_list .styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}

.slider_section .find_container .job_check_list .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.category_section .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 15px;
  background-color: #e41a2b;
  color: #ffffff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  height: 183px;
}

.category_section .box .img-box {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category_section .box .img-box img {
  width: 100%;
}

.category_section .box .detail-box {
  margin-top: 15px;
}

.category_section .box .detail-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.category_section .box:hover {
  background-color: #b61522;
}

.about_section .row {
  -webkit-box-align: normal;
     -moz-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.about_section .img-box img {
  width: 100%;
  border-radius: 15px;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
	display: inline-block;
	padding: 0px 14px;
	background-color: none;
	color: #fff;
	border-radius: 2px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border: 0px solid #f3f3f3;
	outline: none;
	margin-top: 0px;
	color: #2aaadf;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #08135c;
}

.job_section {
  background-color: #08135c;
  color: #ffffff;
}

.job_section .heading_container {
  margin-bottom: 15px;
}

.job_section .job_container {
  margin-top: 45px;
}

.job_section .job_heading {
  margin-bottom: 0;
  text-transform: uppercase;
}

.job_section .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border: 1px solid #a4a4a4;
  margin-top: 25px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
}

.job_section .box .job_content-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job_section .box .img-box {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-right: 20px;
  border: 1px solid #717171;
  background-color: #ffffff;
}

.job_section .box .img-box img {
  width: 100%;
}

.job_section .box .detail-box h5 {
  font-weight: 600;
}

.job_section .box .detail-box .detail-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.job_section .box .detail-box .detail-info h6 {
  margin: 0;
  margin-right: 15px;
}

.job_section .box .option-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.job_section .box .option-box .fav-btn {
  margin-right: 25px;
  border: none;
  background: none;
  outline: none;
  font-size: 20px;
  color: inherit;
}

.job_section .box .option-box .apply-btn {
  display: inline-block;
  padding: 5px 15px;
  background-color: #213092;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 1px solid #213092;
  outline: none;
}

.job_section .box .option-box .apply-btn:hover {
  background-color: transparent;
  color: #213092;
}

.job_section .box .option-box .apply-btn:hover {
  color: #ffffff;
}

.job_section .btn-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.job_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e41a2b;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e41a2b;
  outline: none;
}

.job_section .btn-box a:hover {
  background-color: transparent;
  color: #e41a2b;
}

.expert_section .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #08135c;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 45px;
  width: 340px;
}

.expert_section .box .img-box {
  width: 100%;
}

.expert_section .box .img-box img {
  width: 100%;
}

.expert_section .box .detail-box {
  width: 100%;
  color: #ffffff;
  padding: 25px 15px;
}

.expert_section .box .detail-box a {
  color: inherit;
  font-size: 18px;
}

.expert_section .box .detail-box .expert_position {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}

.expert_section .box .detail-box .expert_rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.expert_section .box .detail-box p {
  margin-bottom: 0;
}

.expert_section .btn-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.expert_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e41a2b;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e41a2b;
  outline: none;
}

.expert_section .btn-box a:hover {
  background-color: transparent;
  color: #e41a2b;
}

/* blog section end */
.blog_section .box {
  padding-bottom: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 45px;
}

.blog_section .box .date_box {
  position: absolute;
  top: 0;
  left: 25px;
  padding: 20px;
  background-color: #08135c;
}

.blog_section .box .date_box h5 {
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  margin-top: 25px;
  padding: 0 25px;
}

.blog_section .box .detail-box .blog_info {
  margin-top: 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_section .box .detail-box .blog_info a {
  color: #50504f;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0;
  margin-right: 25px;
}

.blog_section .box .detail-box .blog_info a span {
  margin-right: 5px;
}

.blog_section .box .detail-box .blog_info a i {
  font-size: 20px;
}

.blog_section .box .detail-box .blog_info a:hover {
  color: #e41a2b;
}

.blog_section .box .detail-box .blog_text h4 {
  font-weight: bold;
}

.blog_section .box .detail-box .blog_text p {
  color: #555555;
  font-size: 15px;
  margin-top: 10px;
}

.blog_section .box .detail-box a.blog_btn {
  color: #e41a2b;
}

/* blog section end */
.info_section {
  background-color: #030d47;
  color: #ffffff;
  padding: 65px 0 45px 0;
}

.info_section h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.info_section .info_links ul {
  padding-left: 15px;
}

.info_section .info_links ul .active::before {
  background-color: #e41a2b;
}

.info_section .info_links ul li {
  list-style-type: none;
  position: relative;
}

.info_section .info_links ul li::before {
  content: "";
  left: -15px;
  top: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_links ul li:hover::before {
  background-color: #e41a2b;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 15px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e41a2b;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e41a2b;
  outline: none;
}

.info_section .info_form button:hover {
  background-color: transparent;
  color: #e41a2b;
}

.info_section .info_social .social_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social .social_container a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 5px;
  color: #1a1c78;
  font-size: 16px;
}

.info_section .info_social .social_container a:hover {
  color: #e41a2b;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #030d47;
  text-align: center;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

.mb-4, .my-4 {
  margin-bottom: 0.7rem !important;
}
hr {
  margin-top: 1rem;
  margin-bottom: 0;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 1px solid #25a7df;
}
ul li
{
  line-height: 29px;
  margin-bottom: 5px;
}

h2, .h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2aaadf;
  margin: 0px;
  padding: 0px;
}
.btn-warning {
  color: #fff;
  background-color: #25a9e2;
  border-color: #05a0e3;
}
.btn-warning:hover {
  color: #fff;
  background-color: #0390cd;
  border-color: #25a9e2;
}
.btn-dark {
  color: #fff;
  background-color: #25a9e2;
  border-color: #25a9e2;
}
.btn-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.profilebox
{
  box-shadow: 0px 0px 3px 0px #e6e6e6;
  border-radius: 5px;
}
.profilebox:hover
{
  box-shadow: 0px 0px 5px 2px #c6c6c6;
  border-radius: 5px;
}
.profilebox2 span
{
font-size:12px;
color:#747474;
}
.quickLink ul {
  margin: 0;
  padding: 0;
}
.quickLink .collection li {
  border: 0;
}
ul:not(.browser-default) li {
  list-style-type: none;
}
.quickLink h5 {
	margin: 0px 15px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	font-weight: 600;
	font-size: 20px;
	padding-top: 12px;
}
.quickLink .collection li.collection-item {
  padding: 10px 20px;
}
.quickLink .collection li {
  border: 0;
border-bottom: 1px solid #eee;
}
.collection .collection-item
{
  background-color: #fff;
  line-height: 1.5rem;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.quickLink .collection li .text {
  color: #666;
  cursor: pointer;
  font-size: 13px;
}
.quickLink .collection li .text a {
  color: #666;
  cursor: pointer;
  font-size: 13px;
}
.quickLink .collection li .text a:hover {
  color: #09c;
}
.quickLink .collection li .text:hover {
  color: #09c;
}

.quickLink .collection li .secondary-content {
  text-transform: uppercase;
  color: #4A90E2;
  font-weight: 600;
  font-size:11px;
}
.secondary-content {
  float: right;
  color: #0074ad;
}
.form-control {
  color: #616161;
  font-size:14px;
  }
.table th, .table td {
  padding: 0.75rem;
  vertical-align: middle;
   border-top: 0px solid #dee2e6;border-bottom: 1px solid #dee2e6;
  font-size: 0.8rem;
}
.table td {
  border-bottom: 1px dotted #dee2e6;
}
/*# sourceMappingURL=style.css.map */


.jd-header {
  padding-bottom: 0;
}
.jd-header .top {
  position: relative;
}
.jd-header .jd-top-head {
  width: 100%;
  display: inline-block;
}
.jd-header-title {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.jd-header-comp-name a {
  margin-top: 8px;
  color: #1da6de!important;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  padding: 0px 0px !important;
}
.pad-rt-8 {
  padding-right: 8px;
}
.jd-header .contact, .jd-header .exp, .jd-header .loc, .jd-header .salary, .jd-header .venue, .jd-header .walkin, .jd-header .wfhmode {
  margin-top: 5px;
}
.job-desc {
  margin-top: 30px;
}
.job-desc .dang-inner-html {
  margin-top: 10px;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
.apply-button-container > .reg-apply-button {
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  color: #4a90e2;
  text-transform: none;
  width: auto;
  height: 38px;
  border-radius: 2px;
  line-height: 17px;
  margin-right: 12px;
  border: 1px solid #4a90e2;
}
.waves-ripple, .waves-ripple-white {
  background-position: 50%;
  -webkit-transition: background .8s;
  -o-transition: background .8s;
  transition: background .8s;
}
.waves-effect {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  z-index: 1;
  cursor: pointer;
}

.jd-header .top {
  position: relative;
}
.jd-header .right {
  width: 430px;
  text-align: right;
}
.jd-header .bottom {
	border-top: 1px solid #eee;
	padding-top: 8px;
	margin-top: 8px;
	padding-bottom: 4px;
}
.jd-header .left, .jd-header .right {
  display: inline-block;
  vertical-align: top;
}
.about-company {
  margin-top: 30px;
}
.about-company .detail, .about-company .detail.dang-inner-html {
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
.about-company .detail {
  line-height: 20px;
}
.job-desc .dang-inner-html p {
  margin-top: 12px;
}
.sim-jobs-right {
  padding-bottom: 16px;
}
.sim-jobs-right h2
{
	color: #333;
	font-size: 15px;
	font-weight: 700;
}
.sim-jobs-right h3
{
	color: #1da6de;
	font-size: 13px;
	margin-top:5px;
}
.posted-date
{
	font-size: 10px;
}
.arrowleft {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 0%;
  padding-top:0.5%;
  margin-left: -3.5%;
  background-color: rgba(0,0,0,0.3);
  font-size: 22px;
  color: #fff;
  padding-left: 0px;
  position: absolute;
  top: 40%;
}
		.arrowright
		{
			width: 40px;
			height: 40px;
			border: 1px solid rgba(0,0,0,0.3);
			border-radius: 0%;
			padding-top: 0.5%;
			margin-left: 99.5%;
			background-color: rgba(0,0,0,0.3);
			font-size:22px;
			color:#fff;
			padding-left: 0px;
			position: absolute;
		    top: 40%;
		}
		.arrowright:hover:after{
			color:#8dcb66;
			-webkit-animation: nextArrow 0.3s forwards;
			-moz-animation: nextArrow 0.3s forwards;
			animation: nextArrow 0.3s forwards;
		}
		.arrowleft:hover:after{
			color:#8dcb66;
			-webkit-animation: prevArrow 0.3s forwards;
			-moz-animation: prevArrow 0.3s forwards;
			animation: prevArrow 0.3s forwards;
		}
		.arrowright:hover,
		.arrowleft:hover{
			color:#8dcb66;	
			background:none /*rgba(0, 0, 0, 0) linear-gradient(to right, #0e419a 0%, #2b70be 100%) repeat scroll 0 0*/;
			-webkit-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
			-moz-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
			box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
		}
		
		@-webkit-keyframes nextArrow {
			49% { -webkit-transform: translate(100%); }
			50% { opacity: 0; -webkit-transform: translate(-100%); }
			51% { opacity: 1; }
		}
		@-moz-keyframes nextArrow {
			49% { -moz-transform: translate(100%); }
			50% { opacity: 0; -moz-transform: translate(-100%); }
			51% { opacity: 1; }
		}
		@keyframes nextArrow {
			49% { transform: translate(100%); }
			50% { opacity: 0; transform: translate(-100%); }
			51% { opacity: 1; }
		}
		
		@-webkit-keyframes prevArrow {
			49% { -webkit-transform: translate(-100%); }
			50% { opacity: 0; -webkit-transform: translate(100%); }
			51% { opacity: 1; }
		}
		@-moz-keyframes prevArrow {
			49% { -moz-transform: translate(-100%); }
			50% { opacity: 0; -moz-transform: translate(100%); }
			51% { opacity: 1; }
		}
		@keyframes prevArrow {
			49% { transform: translate(-100%); }
			50% { opacity: 0; transform: translate(100%); }
			51% { opacity: 1; }
		}
		.rs-contact .contact-wrap {
			  background: #ffffff;
			  padding: 25px 40px 50px;
			  border-radius: 10px 10px 10px 10px;
			}
			.rs-contact .contact-wrap .content-part {
			  text-align: center;
			}
			.rs-contact .contact-wrap .content-part .title {
			  font-size: 24px;
			  line-height: 40px;
			  font-weight: 700;
			  color: #0a0a0a;
			  margin: 0;
			}
			.rs-contact .contact-wrap .content-part .desc {
			  margin: 0;
			}
			.rs-contact .contact-wrap .from-control {
			  padding: 12px 16px 12px 16px;
			  border-radius: 5px 5px 5px 5px;
			  border-style: solid;
			  border-color: #02010100;
			  background-color: #F6F7F9;
			  color: #454545;
			  width: 100%;
			  opacity: 4;
			}
			.rs-contact .contact-wrap ::-webkit-input-placeholder {
			  /* Chrome/Opera/Safari */
			
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact .contact-wrap ::-moz-placeholder {
			  /* Firefox 19+ */
			
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact .contact-wrap :-ms-input-placeholder {
			  /* IE 10+ */
			
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact .contact-wrap :-moz-placeholder {
			  /* Firefox 18- */
			
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact .contact-box {
			  /*! background-image: linear-gradient(283deg, #009579 5%, #7ecca6 100%); */
			  padding: 0px 30px 25px 30px;
			  border-radius: 5px 5px 5px 5px;
			}
			.rs-contact .contact-box .address-box {
			  display: flex;
			}
			.rs-contact .contact-box .address-box .address-icon {
			  background-image: linear-gradient(275deg, #27a9e0 0%, #27a9e0 100%);
			  min-width: 48px;
			  height: 48px;
			  line-height: 48px;
			  text-align: center;
			  width: 40px;
			  border-radius: 50%;
			  margin-right: 23px;
			}
			.rs-contact .contact-box .address-box .address-icon i {
			  font-size: 20px;
			  line-height: 20px;
			  color: #fff;
				  padding-top: 15px;
			}
			.rs-contact .contact-box .address-box .address-text .label {
			  font-size: 18px;
			  font-weight: 600;
			  color: #373634;
			  display: block;
			  margin-bottom: 5px;
			}
			.rs-contact .contact-box .address-box .address-text a {
			  color: #373634;
			  font-size: 16px;
			}
			.rs-contact .contact-box .address-box .address-text a:hover {
			  color: #0b1355;
			}
			.rs-contact .contact-box .address-box .address-text .desc {
			  color: #373634;
			  font-size:16px;
			}
			.rs-contact .contact-box.onepage-box {
			  background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
			}
			.rs-contact .contact-box.onepage-box .address-box .address-icon {
			  background: white-color;
			}
			.rs-contact .contact-box.onepage-box .address-box .address-icon i {
			  color: #f2541b;
			}
			.rs-contact .contact-box.onepage-box.modify1 {
			  background-image: linear-gradient(250deg, #9c9ff9 0%, #6e71db 100%);
			}
			.rs-contact .contact-box.onepage-box.modify1 .address-box .address-icon {
			  background: white-color;
			}
			.rs-contact .contact-box.onepage-box.modify1 .address-box .address-icon i {
			  color: #787cf2;
			}
			.rs-contact .contact-box.onepage-box.home14-onepage-style {
			  background-image: linear-gradient(250deg, #932ff5 0%, #343dfb 100%);
			}
			.rs-contact .contact-widget .from-control {
			  padding: 12px 20px 12px 20px;
			  border-radius: 5px 5px 5px 5px;
			  border-style: solid;
			  border-width: 0px 0px 0px 0px;
			  background-color: #dbece4;
			  width: 100%;
			  max-width: 100%;
			}
			.rs-contact .contact-widget textarea {
			  height: 120px;
			}
			.rs-contact .contact-widget ::-webkit-input-placeholder {
			  /* Chrome/Opera/Safari */
			
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact .contact-widget ::-moz-placeholder {
			  /* Firefox 19+ */
			
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact .contact-widget :-ms-input-placeholder {
			  /* IE 10+ */
			
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact .contact-widget :-moz-placeholder {
			  /* Firefox 18- */
			
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact .contact-widget.onepage-style .from-control {
			  background: #fff;
			}
			.rs-contact .map-canvas {
			  overflow: hidden;
			}
			.rs-contact .map-canvas iframe {
			  float: left;
			  width: 100%;
			  height: 460px;
			  border: unset;
			}
			.rs-contact.style2 .contact-box-wrap {
			  background-image: linear-gradient(270deg, #4e95ed 0%, #03228f 100%);
			  border-radius: 5px 5px 5px 5px;
			  padding: 90px 60px 60px 60px;
			}
			.rs-contact.style2 .contact-box-wrap .from-control {
			  padding: 16px 16px 16px 16px;
			  border-radius: 5px 5px 5px 5px;
			  border-style: solid;
			  border-width: 1px 1px 1px 1px;
			  border-color: #F1F5FB;
			  width: 100%;
			  max-width: 100%;
			}
			.rs-contact.style2 .contact-box-wrap textarea {
			  height: 120px;
			}
			.rs-contact.style2 .contact-box-wrap ::-webkit-input-placeholder {
			  /* Chrome/Opera/Safari */
			
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact.style2 .contact-box-wrap ::-moz-placeholder {
			  /* Firefox 19+ */
			
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact.style2 .contact-box-wrap :-ms-input-placeholder {
			  /* IE 10+ */
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact.style2 .contact-box-wrap :-moz-placeholder {
			  /* Firefox 18- */
			  color: #454545;
			  opacity: 1;
			}
			.rs-contact.negative-margin {
			  margin-top: 50px;
			  margin-bottom:50px;
			}	
			.mb-20 {
			  margin-bottom: 20px;
			}
			.mb-25 {
			  margin-bottom: 25px;
			}
			.mb-45 {
			  margin-bottom: 35px;
			}
			.readon.learn-more.submit {
			  background-image: linear-gradient(283deg, #009579 5%, #7ecca6 100%);
			  padding: 16px 40px 16px 40px;
			  font-weight: 500;
			  font-size: 16px;
			  border-radius: 30px 30px 30px 30px;
			  color: #FFFFFF;
			  background-color: transparent;
			  display: inline-block;
			  position: relative;
			  transition: all 0.4s;
			  z-index: 1;
			  border: none;
			  margin-bottom:30px;
			}

.owl-carousel3{
  background-color: #e41a2b !important;
}
			/*carousel_se_02 start*/
.carousel_se_03{
    overflow: hidden;
}


.carousel_se_03 .product-grid3{
  border:none;
  box-shadow: none;
}


.carousel_se_03  .owl-carousel.owl-carousel3 .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -3px;
    padding: 0px 5px !important;
   
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
   
}
.carousel_se_03  .owl-carousel .owl-nav button.owl-next:hover {
    background:#a5ca34;
    color: #fff;
}
.carousel_se_03 .owl-carousel.owl-carousel3 .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -3px;
  padding: 0px 5px !important;
 
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 5px;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
 
}
.carousel_se_03  .owl-carousel .owl-nav button.owl-prev:hover {
    background:#a5ca34;
    color: #fff;
}
.carousel_se_03 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.carousel_se_03 .owl-arrow .owl-nav .owl-prev,
.carousel_se_03 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #a5ca34;
}

.carousel_se_03 .round_icon_img i{
   font-size: 70px;
    color: #a5ca34;

}

.carousel_se_03 .btn-primary{
  background:#a5ca34; 
  border-color: #a5ca34;
}

.carousel_se_03 .btn-primary:hover, .carousel_se_03 .btn-primary:focus, .carousel_se_03 .btn-primary:active{
  background:#708e15; 
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
 display:block !important;
}