
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Raleway:wght@500;600;700;800&display=swap');

*:focus{
  outline: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal; 
  {cursor: url(http://www.rw-designer.com/cursor-extern.php?id=56197);}
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  margin-top: 0px;
  font-weight: 600;
  font-style: normal;
}


ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: justify;
}
.font-weight-extra-bold {
    font-weight: 800!important;
}
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

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

a {
  color: #635c5c;
 
}
a:hover {
  color: #fda50f;
}
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*Colors*/
.color-yellow{
  color: #fda50f !important; 
}
.color-blue{
  color: #0b5394 !important
}
.color-black{
  color: #000 !important;
}
.color-white{
  color: #fff !important;
}


/*Paddings*/
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}




/*Buttons */
.btn {
    padding: 8.528px 14.928px;
    padding: .533rem .933rem;
    cursor: pointer;
}
.btn-3d {
  border-bottom-width: 3px
}
.btn-rounded {
    border-radius: 35px;
}

.btn-warning {
  background-color: #fda50f;
  border-color: #fda50f #fda50f #d39e00;
  color: #fff
}

.btn-warning:hover,
.btn-warning.hover {
  background-color: #ffcb2d; 
   border-color: #fda50f #fda50f #d39e00;
  color: #fff
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, .5)
}


.btn-primary {
    background-color: #0b5394;
    border-color: #0b5394 #0b5394 #1d6286;
    color: #fff;
}

.btn-primary:hover,
.btn-primary.hover {
  background-color: #1d6286;
 border-color: #0b5394 #0b5394 #0b5394;
  color: #fff
}


.single-defination{
  margin-bottom: 30px;
}
.shadow-primary {
    -webkit-box-shadow: 0 20px 40px rgb(0 0 0 / 20%);
    box-shadow: 0 20px 40px rgb(0 0 0 / 20%);
}
.rounded-border {
    border-radius: 10px !important;
    overflow: hidden;
}
#scrollUp, #back-top {
  background: #0b5394;
  height: 50px;
  width: 50px;
  right: 40px;
  bottom: 18px;
  position: fixed;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}


.referEarn{
  position: fixed;
  bottom:85px;
  right: 10px;
  z-index: 999;
}
#button::-moz-focus-inner {
  border: 0;
}

#button {
  display: block;
    padding: 30px 30px;
    position: relative;   
    color: #fff;
    width: 120px !important;
    height: 120px;
    text-align: center;
    font-weight: 600;
    border: none;
    border-radius: 50%;
    outline: none;
    transition: all 300ms ease;
    font-size: 20px;
    line-height: 1;
    animation-name: color_change;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
#button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  z-index: -1;

  -webkit-animation: pulse_shadow 2s ease-in-out infinite;
          animation: pulse_shadow 2s ease-in-out infinite;
}

@-webkit-keyframes color_change {
  from { background-color: #fda50f; }
  to { background-color: #0b5394; }
}
@-moz-keyframes color_change {
 from { background-color: #fda50f; }
  to { background-color: #0b5394; }
}
@-ms-keyframes color_change {
  from { background-color: #fda50f; }
  to { background-color: #0b5394; }
}
@-o-keyframes color_change {
 from { background-color: #fda50f; }
  to { background-color: #0b5394; }
}
@keyframes color_change {
 from { background-color: #fda50f; }
  to { background-color: #0b5394; }
}

@-webkit-keyframes pulse_shadow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(20, 67, 92,, 0.25);
  }
  100% {
    box-shadow: 0px 0px 3px 30px rgba(20, 67, 92, 0);
  }
}
@keyframes pulse_shadow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(20, 67, 92, 0.25);
  }
  100% {
    box-shadow: 0px 0px 3px 30px rgba(20, 67, 92, 0);
  }
}

/*drop-caps*/
p.drop-caps:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia
}

p.drop-caps:first-letter {
  background-color: #0b5394 ;
  color: #fff;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px
}



/*Sections */
.section-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Header */
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}
.header-area .header-sticky {
    background: rgba(255,255,255,.8);    
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
  margin-bottom: -65px;
}
.header-area .header-sticky.sticky-bar{
  background:#fff;
}

/* line 195, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_headerMenu.scss */
.header-area .header-sticky.sticky-bar .main-menu nav > ul > li > a {
  padding: 15px 20px !important;
}
.main-header {
  position: relative;
  z-index: 3;
}

.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.main-header .main-menu ul li a {
  color: #000;
  font-weight: 600;
  padding: 15px 20px;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-transform: capitalize;
}

.main-header .main-menu ul li a:hover{
  color:#fda50f;
  border-bottom: 1px solid #fda50f
}

.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 210px;
  background: #0b5394;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}

.main-header .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 15px;
  color: #fdfdfd;
}

.main-header .main-menu ul ul.submenu > li > a:hover {
  background: none;
  padding-left: 13px !important;
}

.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
#navigation{
  margin-bottom: 0px;
}



/* Footer */
.footer-area {
    background: #11141b;
}
.footer-area .footer-top {
    border-bottom: 1px solid #233148;
}
.footer-padding {
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-area .footer-top .single-footer-caption .footer-logo {
    margin-bottom: 10px;
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #bdbdbd;
}
.footer-area .footer-top .single-footer-caption .footer-tittle h4 {
    color: #fff;  
    font-size: 18px;
    margin-bottom: 38px;      
}

.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #bdbdbd;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #bdbdbd;
  font-weight: 300;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #fff;
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-number a{
  color: #fda50f;
}
.footer-area .footer-top .single-footer-caption .footer-number a span{
  color: #fff;
}
.footer-area .footer-top .single-footer-caption .footer-number h4 a {
  color: #fda50f;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-area .footer-top .single-footer-caption .footer-number h4 a span {
  color: #fff;
}

.footer-area .footer-top .single-footer-caption .footer-number p {
  color: #bdbdbd;
  margin-bottom: 0px;
}

.footer-area .footer-bottom {
    padding-bottom: 15px;
    padding-top: 10px;
}
.footer-area .footer-social a:first-child {
  margin-left: 0px;
}
.footer-area .footer-social a:hover {
  color: #fff;
}
.footer-area .footer-bottom .footer-copy-right p {
    color: #bdbdbd;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px;
}

.footer-area .footer-social a {
  color: #bdbdbd;
  font-size: 14px;
  text-align: center;
  margin-left: 16px;
}
/*Slider */
.slider-area {  
  background-image: url(../img/hero/h1_hero.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: -65px;
  background-attachment: fixed;
  color: #fff;
}
.slider-area p{
  color: #fff;
}
.slider-area .hero__caption {
  overflow: hidden;
}
.slider-area .hero__caption h1{
  font-size: 2rem;
}
.slider-height {
    height: 650px;
}
.slider-area .hero__caption p.ml14 {
  font-size: 20px;
  margin-bottom: 20px;  
  color: #000;
  display: inline-block;
  position: relative;  
  text-transform: uppercase;
}


/* Industries section */
.section-tittle>span {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 17px;
    text-transform: uppercase;
    color: #cecece;
    display: inline-block;
    position: relative;
    padding-left: 68px;
}
.section-tittle>span::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.section-tittle h2 {
    font-size: 35px;
    color: #fff;  
    margin-bottom: 20px;
    padding-right: 20px;
}

.industries-item {
    margin-bottom: 25px;
   float: left;
    width: 50%;
}
.industries__icon {
    margin-right: 20px;
}
.industries__icon i, .industries__icon span {
    color: #fda50f;
    font-size: 24px;
    margin-top: 1px;
}
.industries-item .media-body p {
    font-size: 20px;
    margin-bottom: 0;   
    color: #fff;
}

/*Testimonials*/
.testimonial-area {
    background: #121212;
    position: relative;  
    padding: 50px 0;
    background-image: url(../img/testimonials.jpg);
    background-size: cover;   
    top: 0px;
    left: 0px;   
    background-position-x: 50%;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    border: 0;
}

.testimonial-item{
  text-align: center;
}


.testimonial-author {
    padding: 0;
    margin: 6px 0 0;
    display: flex;
    flex-direction: column;
}

.testimonial-author img {
    margin: 0 auto 15px;
    max-width: 60px;
    max-height: 60px;
}

.testimonial-author p {
    text-align: center;
    padding: 0;
    margin: 0;   
    opacity: .6;
    color: #fff;
}

.testimonial-author strong{
   display: block;
    margin-bottom: 2px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
}
.testimonial-item blockquote {     
    padding: 22px 20px;
    position: relative;
    color: #fff;

}

.testimonial-item blockquote p {
    opacity: .9;
    color: #fff;
    padding: 0 40px;
    line-height: 30px;
}

.testimonial-item blockquote:before {
   display: block!important;
    left: 10px;
    top: 0;
    content: "“";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
   font-family: 'Playfair Display', serif;
}

.testimonial-item blockquote:after {
    display: block!important;
    right: 10px;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -.5em;
    content: "”";
    font-family: 'Playfair Display', serif;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top:20px;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #fda50f;
  border:none;
  outline: none;
}


/*Brabds /clients */


.brand-area {
    background: #f7f7f7;
    padding: 30px 0px;
}
.brand-area .single-brand.slick-slide {
  opacity: 1;
  border: 1px solid #ccc;
}
.brand-area .single-brand.slick-slide:hover{
  opacity: 0.7;
}


/* Categories Area */
.categories-area {
    background: #fff;
    padding:50px 0px;
}
.section-tittle>span.color-black::before{
 background: #000;
}
.support-caption p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.support-caption p.pera-top {
    font-size: 20px;
    font-weight: 500;   
}
.support-caption ul{
  padding:0px 25px;
  margin-bottom: 20px;
}
.support-caption ul li{
  list-style: disc;
}

/*Service 3D Flip */
.flip-card {
  position: relative;
  border: none;
  perspective: 1000px;
  margin:20px 0px;
}

.flip-card .flip-front,
.flip-card .flip-back {
  padding: 32px;
  padding: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  box-shadow: 0 0 44px -10px rgba(0, 0, 0, .15);
  transform-style: preserve-3d;
  transition: ease transform 500ms
}

.flip-card .flip-front .flip-content,
.flip-card .flip-back .flip-content {
  transform: translate3d(0, 0, 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.flip-card .flip-front.overlay:before,
.flip-card .flip-back.overlay:before {
  transform: translate3d(0, 0, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.flip-card .flip-front {
  transform: translate3d(0, 0, 1px) rotateY(0deg)
}
.flip-card h4{
  text-transform: uppercase;
}
.flip-card .flip-front p{
  color:#000;
  text-align: center; 
}

.flip-card .flip-back p{
  color:#fff;
  opacity: 0.8;
   text-align: center; 
}
.flip-card .flip-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, -1px) rotateY(180deg)
}

.flip-card:hover .flip-front {
  transform: translate3d(0, 0, -1px) rotateY(-180deg)
}

.flip-card:hover .flip-back {
  transform: translate3d(0, 0, 1px) rotateY(0deg)
}
.flip-card.flip-card-3d .flip-front .flip-content,
.flip-card.flip-card-3d .flip-back .flip-content {
  perspective: inherit;
  transform: translate3d(0, 0, 60px)
}

/*Cal to Action */
.call-to-action {
    background-image: url(../img/calltoaction.jpg);
    background-size: cover;
    background-color: transparent;
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
    border: 0;
    padding: 80px 0;
}

.call-to-action .call-to-action-content {
    text-align: center;
    color: #fff;
}

.call-to-action p {
    color: #e6e5e5;
    text-align: center;
}


/* Innerpages Banner */
.slider-area2 {
    background-image: url(../img/hero/hero2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.slider-height2 {
    height: 350px;
    background-size: cover;
}
.hero-overly2 {
    position: relative;
    z-index: 1;
}
.hero-overly2::before {
    position: absolute;
    content: "";
    background-color: rgba(13, 45, 62, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.slider-area2 .hero-cap h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
}



.uniques{
  padding: 50px 40px
}

.uniques li {
    display: block;
    font-size: 18px;
    line-height: 30px;
    position: relative;   
    color: #fff;
    margin-bottom: 20px;
}

.list.list-ordened {
  counter-reset: custom-counter;
  list-style: none
}

.list.list-ordened li {
  position: relative;
  padding-left: 22px
}

.list.list-ordened li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: counter(custom-counter);
  counter-increment: custom-counter;
  font-weight: 700
}

.list.list-ordened.list-ordened-style-3 li {
  padding-left: 45px
}

.list.list-ordened.list-ordened-style-3 li:before {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
}

.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #fda50f;
  color: #fff;
  border: 0
}


/*Openings  */
 .bs-example{
        margin: 20px;
 }
.accordion .fa{
        margin-right: 0.5rem;
 }

.jd-title h4 {
    margin: 0;
    color: #0b5394;
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.jd-list{
  margin:10px 0px 30px 0px;
}
.jd-list li {
    display: block;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    padding: 7px 0 7px 20px;
}
.jd-list li span{
  margin-right:10px;
  color: #fda50f;
}
#jd-accordion .card{
  border:none;
}
#jd-accordion .card-header{
  background-color: transparent;
  padding:0px;
  border-bottom:none;

}

#jd-accordion .btn-link{
  color:#0b5394 !important;
  font-weight: 600;
   font-size: 20px;
  text-decoration: none !important
}

#jd-accordion .btn-link .fa{
  background: #fda50f;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 10px;
    vertical-align: middle;
}

/*Abiut us Features */
.amazing_feature {
padding-top:20px;
padding-bottom:20px;
}

.single_feature{
background: #fff none repeat scroll 0 0;
box-shadow:0 2px 30px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding: 40px 40px;
min-height: 270px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.single_feature:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b5394;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.single_feature:hover, .single_feature:focus, .single_feature:active {
  color: white;
}

.single_feature:hover:before, .single_feature:focus:before, .single_feature:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.feature_icon{}
.single_feature i {
  border: 1px solid #e8e8e9;
  border-radius: 50%;
  color: #333;
  float: left;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  margin-right: 15px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 60px;
  z-index: 3;
  margin-top: 25px;
}
.single_feature:hover i{
  background: #fff;
  border: 1px solid #fff;color:#0b0861;
}
.single_feature h3 {
  text-transform: capitalize;
  font-size: 20px; 
  margin-top:0px;
  overflow: hidden;
}
.single_feature:hover h3{color:#fff;}
.single_feature span {
border-bottom: 1px dashed #ccc;
display: block;
margin: 15px auto 10px;
width: 80px;
}
.single_feature p { margin-bottom: 0 ;overflow: hidden;}
.single_feature:hover p{
  color: #fff;
}

/*Process */
.process {
    text-align: center;
}
.process .process-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.process .process-step:before {
    height: 2px;
    display: block;
    background-color: #ededed;
    position: absolute;
    content: '';
    width: 50%;
    top: 23px;
    left: 75%;
}
.process .process-step:last-child:before {
    display: none
  }

.process.process-shapes .process-step-circle {
  position: relative;
  width: auto;
  height: auto;
  border: 0;
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem
}

.process.process-shapes .process-step-circle .process-step-circle-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #0b5394;
  border-radius: 100%;
  color: #fff;
  z-index: 3
}

.process.process-shapes .process-step-circle:before,
.process.process-shapes .process-step-circle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #0b5394;
  border-radius: 100%;
  opacity: .6;
  transform: translate3d(-50%, -50%, 0) scale(1.5);
  transition: ease transform 1s;
  z-index: 2
}

.process.process-shapes .process-step-circle:after {
  background-color: #999;
  opacity: .3;
  transform: translate3d(-50%, -50%, 0) scale(2);
  z-index: 1
}

.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:before {
  -webkit-animation-name: processShapesScaleOne;
  animation-name: processShapesScaleOne;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms
}

.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:after {
  -webkit-animation-name: processShapesScaleTwo;
  animation-name: processShapesScaleTwo
}

.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:before,
.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before {
  -webkit-animation-name: processShapesScaleOne;
  animation-name: processShapesScaleOne;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms
}

.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after {
  -webkit-animation-name: processShapesScaleTwo;
  animation-name: processShapesScaleTwo
}

.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before,
.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle.process-shapes-always-animate-delay:before {
  -webkit-animation-name: processShapesScaleOne;
  animation-name: processShapesScaleOne;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms
}

.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle.process-shapes-always-animate-delay:after {
  -webkit-animation-name: processShapesScaleTwo;
  animation-name: processShapesScaleTwo;
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms
}

@-webkit-keyframes processShapesScaleOne {
  0% {
    opacity: .6;
    transform: translate3d(-50%, -50%, 0) scale(1.5)
  }
  25% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.8)
  }
  50% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1)
  }
  100% {
    opacity: .6;
    transform: translate3d(-50%, -50%, 0) scale(1.5)
  }
}

@keyframes processShapesScaleOne {
  0% {
    opacity: .6;
    transform: translate3d(-50%, -50%, 0) scale(1.5)
  }
  25% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.8)
  }
  50% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1)
  }
  100% {
    opacity: .6;
    transform: translate3d(-50%, -50%, 0) scale(1.5)
  }
}

@-webkit-keyframes processShapesScaleTwo {
  0% {
    opacity: .3;
    transform: translate3d(-50%, -50%, 0) scale(2)
  }
  25% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(2.3)
  }
  50% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1)
  }
  100% {
    opacity: .3;
    transform: translate3d(-50%, -50%, 0) scale(2)
  }
}

@keyframes processShapesScaleTwo {
  0% {
    opacity: .3;
    transform: translate3d(-50%, -50%, 0) scale(2)
  }
  25% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(2.3)
  }
  50% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1)
  }
  100% {
    opacity: .3;
    transform: translate3d(-50%, -50%, 0) scale(2)
  }
}

.process-step-content{
  margin-top:20px;
}
.process-step-content p{
  text-align: center;
}


.registrationform{
  margin:50px 0px;
}

.form-control {
    border-color: rgba(0,0,0,.09);
}

.form-control:focus {
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    border-color: #ccc;
    color: #495057;
    background-color: #fff;
}


/*Contact us */
.list.list-icons li {
    position: relative;
    padding-left: 25px;
}
.list li {
    margin-bottom: 13px;
}
.list.list-icons.list-icons-style-2 li {
    padding-top: 5px;
    padding-left: 36px;
    position: relative;
    margin-bottom: 13px;
}
.list.list-icons-style-2 li>[class*=fa-]{
    color: #08c;
    border-color: #08c;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px;
    font-size: .8em;
    line-height: 1.3;
    position: absolute;
    left: 0;

}


 .list-dark.list-icons li>[class*=fa-]{
  color: #212529;
    border-color: #212529;
    position: absolute;
    left: 0;
    top: 5px;
 }


 /* Employer */
 .employer{
  margin:50px 0px;
 }



/*Blog */

/*============ blog_left_sidebar css ==============*/
/* line 647,  */

.section-padding{
  padding:50px 0px;
}
.blog_item {
  margin-bottom: 50px;
}

/* line 651,  */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 651,  */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 659,  */
.blog_details p {
  margin-bottom: 30px;
}

/* line 663,  */
.blog_details a {
  color: #0b5394;
}


/* line 671,  */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 671,  */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 685,  */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 689,  */
.blog-info-link li a {
  color: #999999;
}

/* line 693,  */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 699,  */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 705,  */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 710,  */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 718,  */
.blog_item_img {
  position: relative;
}

/* line 721,  */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #0b5394;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 721,  */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 737,  */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 737,  */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 749,  */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 749,  */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 769,  */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 774,  */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 782,  */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 786,  */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

/* line 794,  */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 803,  */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 807,  */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 816,  */
.blog_right_sidebar .search_widget .input-group button {
  background: #0b5394;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
  cursor: pointer;
}

/* line 824,  */
.blog_right_sidebar .search_widget .input-group button i {
  color: #fff;
}

/* line 827,  */
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 838,  */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 847,  */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 851,  */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 860,  */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 867,  */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #fff;
}

/* line 880,  */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 885,  */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 889,  */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 894,  */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 899,  */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 916,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 921,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 932,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fda50f;
}

/* line 938,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 945,  */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 953,  */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 956,  */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 967,  */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #0b5394;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 982,  */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 988,  */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 1088,  */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 1109,  */
.blog-pagination {
  margin-top: 80px;
}

/* line 1113,  */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1130,  */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1142,  */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1149,  */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1174,  */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1179,  */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1182,  */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1186,  */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1199,  */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1202,  */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1212,  */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1212,  */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1226,  */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1226,  */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1236,  */
.single-post-area .arrow {
  position: absolute;
}

/* line 1239,  */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1246,  */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1251,  */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1255,  */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1259,  */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1262,  */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1269,  */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1272,  */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1281,  */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1285,  */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1289,  */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1307,  */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1307,  */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1316,  */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1316,  */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1329,  */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1333,  */
.single-post-area .blog-author a:hover {
  color: #fda50f;
}

/* line 1338,  */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1343,  */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1350,  */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1355,  */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1359,  */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1365,  */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1368,  */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1372,  */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 1377,  */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 1384,  */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1389,  */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1365,  */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1400,  */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1403,  */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1407,  */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 1412,  */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 1419,  */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1424,  */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1432,  */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

