
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;900&amp;display=swap');
/*Home Page*/
body,h1,h2,h3,h4,h5,h6 {
    font-family: "Poppins",sans-serif !important;
}

.top__nav {
    background: #4abcd6 !important;
}

.home__banner {
    background: url(../../uploads/images/banner/1.jpg)
     no-repeat center center/cover !important;
     margin-bottom: 50px !important;
     padding: 100px 0 140px !important;
}
.home__banner .heading h1,.home__banner div
{
	color: #fff !important;
	 font-family: "Poppins",sans-serif !important;
}
.home__banner img
{
	border-radius: 150px 50px 150px 700px;
}
.home__banner .home__slider+.container .slick-arrows button
{
	color: #fff !important;
	text-align: center !important;
	border-bottom: 0px  !important;
    background: #4abcd6 !important;
    padding: 5px !important;
}

.testimonials
{
	background: url(../../uploads/images/banner/2.jpg?w=1920&amp;h=1048&amp;mode=crop&amp;both=scale&amp;both=scale) 
	no-repeat center center/cover  !important;
}
/*End Home Page*/


.service__category__page .cat__service__item
{
	border-radius: 15px;
    background: #f0f0f0;
    box-shadow: 0 0 10px lightgrey;
    padding: 25px;
}

.top__nav .contact__info.csr__social .social a .fa-facebook-f,
 .top__nav .csr__social.csr__social .social a .fa-facebook-f ,
 .footer .top .social a .fa-facebook-f
{
    color: #6363e1
}
.top__nav .contact__info.csr__social .social a .fa-linkedin,
 .top__nav .csr__social.csr__social .social a .fa-linkedin ,
 .footer .top .social a .fa-linkedin
{
    color: #2c2cd7
}
.top__nav .contact__info.csr__social .social a:hover,
 .top__nav .csr__social.csr__social .social a:hover,
 .footer .top .social a:hover
 {
    background-color: #2c2cd7 !important;
 } 
 .top__nav .contact__info.csr__social .social a:hover .fa-linkedin,
 .top__nav .csr__social.csr__social .social a:hover .fa-linkedin,
 .top__nav .contact__info.csr__social .social a:hover .fa-facebook-f,
 .top__nav .csr__social.csr__social .social a:hover .fa-facebook-f,
 .footer .top .social a:hover .fa-facebook-f,
 .footer .top .social a:hover .fa-linkedin
 {
    color: #fff !important;
 } 
.modal.fade {
  z-index: 10000000 !important;
}
.btn-logins
{
    border: none;
    border-radius: 20px;
    padding: 5px 20px;
    background-color: #328699;
    color: #fff;
    transition: all .5s;
}
.btn-logins:hover
{
    background-color: #26616e
}
.modal .modal-dialog
{
    max-width: 1000px !important
}
.close.btn-danger
{
    padding: 0 8px !important;
}
.modal-header
{
    border-bottom: none !important;
}


.widget_blog_subscription {
  display: block;
  margin: 50px auto;
  width: 100%;
  max-width: 1040px;
  min-width: 400px;
  position: relative;
  overflow: hidden;
  background-color: #F6F6F2;
  border-radius: 10px;
}
.widget_blog_subscription:after,
.widget_blog_subscription:before {
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background-image: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 15px, transparent 15px, transparent 25px, #83B3DB 25px, #84ADCB 40px, transparent 40px, transparent 50px);
}

.widget_blog_subscription p {
  margin: 0;
  text-align: left;
}
.widget_blog_subscription p:first-child {
  margin: 30px 30px 15px;
  color: #83B3DB;
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
}
.widget_blog_subscription #subscribe-blog:before {
  content: '>>>>>';
  width: auto;
  height: auto;
  display: block;
  border: 2px solid rgba(242, 155, 145, 0.5);
  padding: 4px;
  position: absolute;
  top: 36px;
  right: -30px;
  color: rgba(242, 155, 145, 0.5);
  font-size: 28px;
  transform: rotate(17deg);
  font-weight: 400;
  text-decoration: underline;
  border-radius: 10px;
}
.widget_blog_subscription #subscribe-blog:after {
  content: '&';
  width: 50px;
  height: 50px;
  display: block;
  border: 4px double rgba(242, 155, 145, 0.5);
  padding: 10px;
  position: absolute;
  bottom: 30px;
  right: -10px;
  color: rgba(242, 155, 145, 0.5);
  font-size: 50px;
  transform: rotate(-30deg);
  font-weight: 400;
  border-radius: 99px;
  text-align: center;
  line-height: 50px;
}
.widget_blog_subscription input[type="text"] {
  margin: 15px 30px;
  color: #999;
  padding: 15px 0 !important;
  text-align: left;
  width: 100% !important;
  max-width: calc(100% - 60px);
  outline: none;
  border: 0;
  font-size: 14px;
  background-color: transparent;
  border-top: 1px solid #83B3DB;
  border-bottom: 1px solid #83B3DB;
}
.widget_blog_subscription input[type="text"]::-webkit-input-placeholder {
  color: #d0d0d0;
}
.widget_blog_subscription input[type="text"]:-moz-placeholder {
  color: #d0d0d0;
}
.widget_blog_subscription input[type="text"]::-moz-placeholder {
  color: #d0d0d0;
}
.widget_blog_subscription input[type="text"]:-ms-input-placeholder {
  color: #d0d0d0;
}
.widget_blog_subscription button {
  margin: 15px 35px 25px;
  background-color: #83B3DB;
  color: #fff;
  padding: 14px 18px !important;
  text-align: center;
  width: auto;
  max-width: 70%;
  outline: none;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: .1s all ease-in-out;
  -moz-transition: .1s all ease-in-out;
  -o-transition: .1s all ease-in-out;
  transition: .1s all ease-in-out;
  box-shadow: 0px 0px 0px 5px #83B3DB;
}
.widget_blog_subscription button:hover {
  background-color: #F29B91;
  box-shadow: 0px 0px 0px 5px #F29B91;
}

/* Option B */
.option-b.widget_blog_subscription {
  background-color: #fffbf0;
}
.option-b.widget_blog_subscription:after,
.option-b.widget_blog_subscription:before {
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background-image: repeating-linear-gradient(135deg, #4abcd6 0px, #4abcd6 15px, transparent 15px, transparent 25px, #8ac26d 25px, #8ac26d 40px, transparent 40px, transparent 50px);
}
.option-b.widget_blog_subscription p:first-child {
  color: #8ac26d;
}
.option-b.widget_blog_subscription input[type="text"] {
  border-top: 1px solid #8ac26d;
  border-bottom: 1px solid #8ac26d;
}
.option-b.widget_blog_subscription button {
  background-color: #8ac26d;
  box-shadow: 0px 0px 0px 5px #8ac26d;
}
.option-b.widget_blog_subscription button:hover {
  background-color: #4abcd6;
  box-shadow: 0px 0px 0px 5px #4abcd6;
}
.option-b.widget_blog_subscription #subscribe-blog:before {
  content: '*-* *-* *';
  width: auto;
  height: auto;
  display: block;
  border: 2px solid rgba(138, 194, 109, 0.4);
  padding: 4px;
  position: absolute;
  top: 36px;
  right: -30px;
  color: rgba(138, 194, 109, 0.4);
  font-size: 28px;
  transform: rotate(17deg);
  font-weight: 400;
  text-decoration: underline;
  border-radius: 10px;
}
.option-b.widget_blog_subscription #subscribe-blog:after {
  content: '*';
  width: 50px;
  height: 50px;
  display: block;
  border: 4px double rgba(138, 194, 109, 0.4);
  padding: 10px;
  position: absolute;
  bottom: 30px;
  right: -10px;
  color: rgba(138, 194, 109, 0.4);
  font-size: 120px;
  transform: rotate(-30deg);
  font-weight: 400;
  border-radius: 99px;
  text-align: center;
  line-height: 94px;
  vertical-align: middle;
}


/* demo stuff */

.zoom-area { 
  max-width: 490px;
  margin: 50px auto 75px;
  font-size: 19px;
  color: #ddd;
  text-align: center;
}
.link-container {
  text-align: center;
}
a.more-link {
  text-transform: uppercase;
  font-size: 12px;
    background-color: #ddd;
    padding: 14px 12px;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    text-decoration: none;
  margin-top: 50px;
}


.career_details h3
{
    color: #6dbb3a;
}
.career_details
{
    background: #000000;
    padding: 50px;
    margin-bottom: 50px;
    box-shadow: 0 0 10px #000000;
    border-radius: 5px;
    color: #d9d9d9;
}


/*popups*/
.popups.login
{
  position: fixed;
}
.popups
{
  position: absolute;
    z-index: 999999999999999999;
    left: 0;
    right: 0;
    background: #000000b8;
    top: 0;
    bottom: 0;
    display: none;
}

.popups .modal-dialog
{
  max-width: 1200px !important
}

#success
{
  display: none;
}
.alert .close
{
  border: none !important;
    height: 100% !important;
    padding: 0 20px !important;
    background: white !important;
}

.profile li.active
{
  background: #4abcd6;
}
.profile li.active a
{
  color: #fff
}
.profile li
{
    border: 1px solid #4abcd6;
    margin-bottom: -1px;
    padding: 15px;
    border-radius: 2px;
}
#successMsg
{
  display: none;
}
.btn_btn
{
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
}
.btn_btn.pending
{
   background-color: #e1bd52
}
.btn_btn.approved
{
   background-color: #6cb67d
}
.btn_btn.rejected
{
   background-color: #ff7e7e
}

.facebook
{
    background: #b5e1a4;
    padding: 13px;
    border-radius: 6px;
}
.facebook a 
{
      color: #fff;
}
.facebook i
{
    background: #007bff;
    padding: 8px 11px;
    border-radius: 50%;
    margin-right: 5px;
}

.google
{
    background: #b5e1a4;
    padding: 12px;
    border-radius: 6px;
}
.google a 
{
      color: #fff;
}
.google i
{
    background: #e92929;
    padding: 10px 11px;
    border-radius: 50%;
    margin-right: 5px;
      font-size: 14px;
}