/** ==============================
                Home
================================== **/

.intro-banner .banner-subtitle, .intro-banner h4 {
    padding-top: 23.6rem;
}

/* ----- preloader ----- */
.art-preloader {
  margin: 15px;
  position: absolute;
  top: -20px;
  left: -55px;
  width: calc(110vw - 30px);
  height: calc(300vh - 30px);
  background: #20202a;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* scroll-margin: inherit; */
}
.art-preloader .art-preloader-content {
  margin-bottom: 15px;
  text-align: center;
}
.art-preloader .art-preloader-content .art-preloader-load {
  margin-top: 5px;
  width: 240px;
}
.art-preloader .art-preloader-content .art-preloader-load .progressbar-text {
  position: relative;
  font-size: 14px;
  font-weight: 400 !important;
  color: #8c8c8e !important;
  height: 300px;
  line-height: 350px;
}

.art-preloader-load path:first-child {
  stroke: #191923;
}
.art-preloader-load path:last-child {
  stroke: #39cabb;
}

.art-preloader-content{
    position: absolute;
    left: 40%;
    top: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.art-preloader-content h4{
    color: #ffffff;
    font-size: 20px;
}


/* ------------------------------

app marcup (after 920px)

------------------------------ */
@media (max-width: 920px) {
  /* ----- container ----- */
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* ----- preloader ----- */
.art-preloader {
    margin: 0;
    width: 100vw;
    height: 104vh;
    margin-left: 56px;
    }

.art-preloader-content{
    position: absolute;
    left: 20%;
    top: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

}

/**  Appointment Section Start  **/

.process-section {
    position: relative;
    padding: 115px 0px 120px 0px;
}
.bg-color-2 {
    background-color: #453f85;
}

.process-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 70px;
    bottom: 0px;
    width: 299px;
    height: 142px;
    background-repeat: no-repeat;
}

.process-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 150px;
    top: 110px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.process-section .pattern-layer .pattern-3 {
    position: absolute;
    right: 70px;
    top: 0px;
    width: 382px;
    height: 285px;
    background-repeat: no-repeat;
}

.process-section .pattern-layer .pattern-4 {
    position: absolute;
    right: 135px;
    bottom: 30px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.process-section .sec-title {
    margin-bottom: 50px;
}
.sec-title.centred {
    text-align: center !important;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.sec-title p {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 17px;
}

.sec-title p {
    color: #39cabb;
}

.sec-title.light h2 {
    color: #fff;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
}

.process-section .inner-content {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.processing-block-one .inner-box {
    position: relative;
    display: block;
    padding: 47px 40px 46px 40px;
}

.processing-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #e4f2f1;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
}

.processing-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    min-height: 97px;
    margin-bottom: 10px;
}

.processing-block-one .inner-box .icon-box span {
    position: absolute;
    top: -2px;
    right: -35px;
    font-size: 24px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    background: #343434;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgb(0 24 73 / 30%);
}

.processing-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 22px;
}

.processing-block-one .inner-box:after {
    position: absolute;
    content: '';
    width: 145px;
    height: 6px;
    bottom: 0px;
    right: 40px;
    transition: all 500ms ease;
}
.processing-block-one .inner-box:after {
    background: #05B895;
}

.processing-block:nth-child(2) .processing-block-one .inner-box:after {
    background: #343434;
}

.processing-block-one .inner-box:hover:after {
    width: 100%;
    right: 0px;
}

.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 17px 40px;
    border-radius: 30px;
    z-index: 1;
    box-shadow: 0 20px 30px #d5edea;
    transition: all 500ms ease;
}

.theme-btn-one {
    background: #39cabb;
}

.theme-btn-one:hover {
    background: #343434;
}

/**  Appointment Section End  **/


/**  How Can Help Section Start  **/

.bg-color-3 {
    background: #ebf7f6;
}
.feature-section {
    position: relative;
    padding: 120px 0px;
}

.centred {
    text-align: center;
}

.feature-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 80px;
    bottom: 0px;
    width: 299px;
    height: 142px;
    background-repeat: no-repeat;
}

.feature-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 80px;
    top: 0px;
    width: 299px;
    height: 142px;
    background-repeat: no-repeat;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 30px 45px 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px #eaf2f1;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover {
    box-shadow: 0 20px 30px #cee4e2;
}

.feature-block-one .inner-box:hover .pattern .pattern-1 {
    left: 0px;
    opacity: 1;
}

.feature-block-one .inner-box .pattern .pattern-1 {
    position: absolute;
    left: -30px;
    top: 0px;
    width: 229px;
    height: 103px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .pattern .pattern-2 {
    right: 0px;
    opacity: 1;
}

.feature-block-one .inner-box .pattern .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 149px;
    height: 87px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    min-height: 100px;
    margin-bottom: 5px;
}

.feature-block-one .inner-box .icon-box img {
    display: inline-block;
}

.feature-block:first-child .feature-block-one .inner-box h3 {
    color: #39cabb;
}

.feature-block-one .inner-box h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 25px;
}
.feature-block-one .inner-box .btn-box {
    position: absolute;
    left: 0px;
    bottom: 45px;
    width: 100%;
    text-align: center;
}

.feature-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    background: #e6f5f3;
    border-radius: 50%;
    transform: scale(1,1);
}

.feature-block-one .inner-box .link a {
    color: #39cabb;
}

.theme-btn-one:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: scale(0,0);
    transition: all 500ms ease;
}

.feature-block-one .inner-box h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 25px;
}

.feature-block-one .inner-box h3 {
    color: #39cabb;
}

/**  How Can Help section End  **/

/**  Subscribe Area section Start  **/

.htc__subscribe__area.bg-2 .newsletter__form .input__box input[type="email"], .htc__subscribe__area.bg-2 {
    background: #ffffff none repeat scroll 0 0;
}

.htc__subscribe__area.subscribe--transparent {
    background: #f7fbff none repeat scroll 0 0;
    padding: 60px 0;
}

.htc__subscribe__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.htc__subscribe__inner h2 {
    color: #343434;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-transform: capitalize;
}

.htc__subscribe__inner h4 {
    color: #333333;
    font-size: 16px;
    line-height: 1;
    margin-top: 13px;
}

.newsletter__form .input__box form {
    position: relative;
}

.input_email_inner {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#05B895), to(#05B895)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #05B895 0%, #05B895 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #05B895 0%, #05B895 100%) repeat scroll 0 0;
    border-radius: 35px;
    padding: 1px;
}

.htc__subscribe__area.bg-2 .newsletter__form .input__box input[type="email"], .htc__subscribe__area.bg-2 {
    background: #ffffff none repeat scroll 0 0;
}
.newsletter__form .input__box input[type="email"] {
    background: #f7fbff none repeat scroll 0 0;
    border: medium none;
    border-radius: 35px;
    color: #05B895;
    height: 55px;
    padding: 0 40px;
    width: 500px;
}
input[type=text], input[type=email], input[type=password] {
    width: 100%;
}
input, select, textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}.htc__subscribe__area.bg-2 .newsletter__form .input__box input[type="email"], .htc__subscribe__area.bg-2 {
    background: #f4f9ff none repeat scroll 0 0;
}
.newsletter__form .input__box input[type="email"] {
    background: #f7fbff none repeat scroll 0 0;
    border: medium none;
    border-radius: 35px;
    color: #05B895;
    height: 55px;
    padding: 0 40px;
    width: 500px;
}
input[type=text], input[type=email], input[type=password] {
    width: 100%;
}
input, select, textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.newsletter__form .input__box button {
    border: medium none;
    border-radius: 35px;
    color: #f7fbff;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 160px;
    z-index: 9;
    cursor: pointer;
}

.newsletter__form .input__box button:before {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#05B895), to(#05B895)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #05B895 0%, #05B895 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #05B895 0%, #05B895 100%) repeat scroll 0 0;
    border-radius: 35px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.newsletter__form .input__box button:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.newsletter__form .input__box button:after {
    background: #343434 none repeat scroll 0 0;
    border-radius: 35px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/**  Subscribe Area section End  **/

/**  Footer Area section Start  **/

.main-footer {
    position: relative;

}

.footer-top {
    position: relative;
    padding: 132px 0px 100px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    border-bottom: 1px solid #2d3236;
}

.footer-top:before {
    position: absolute;
    content: '';
    background: #22272b;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.94;
}

.footer-top .icon-layer {
    position: absolute;
    bottom: 0px;
    left: 80px;
}

.footer-top .logo-widget {
    position: relative;
    margin-top: -32px;
}

.footer-top .logo-widget .logo-box {
    position: relative;
    display: inline-block;
    max-width: 149px;
    margin-bottom: 31px;
}

.footer-top .logo-widget .logo-box img {
    width: 100%;
}

.footer-top .logo-widget .text {
    margin-bottom: 18px;
}

.footer-top .logo-widget .text p {
    font-size: 16px;
    line-height: 32px;
    color: #7c8389;
}

.footer-top .logo-widget .info {
    margin-bottom: 20px;
}

.footer-top .logo-widget .info li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 8px;
}

.footer-top .logo-widget .info li i {
    margin-right: 10px;
    margin-left: -20px;
}

.footer-top .logo-widget .info li i {
    color: #39cabb;
}

.footer-top .logo-widget .info li a {
    display: inline-block;
    color: #fff;
}

.footer-top .logo-widget .info li a:hover {
    color: #39cabb;
}

.footer-top .logo-widget .info li a {
    display: inline-block;
    color: #fff;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.footer-top .logo-widget .support-box {
    position: relative;
    display: block;
    background: #1f2327;
    padding: 22px 30px 19px 90px;
}

.footer-top .logo-widget .support-box i {
    position: absolute;
    left: 20px;
    top: 35px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.footer-top .logo-widget .support-box i {
    background: #39cabb;
}

.footer-top .logo-widget .support-box p {
    font-size: 15px;
    line-height: 22px;
    color: #7c8389;
}
.footer-top .logo-widget .support-box h5 {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.footer-top .logo-widget .support-box h5 a {
    display: inline-block;
    color: #fff;
}

.footer-top .logo-widget .support-box h5 a:hover {
    color: #39cabb;
}

.ml-70 {
    margin-left: 70px !important;
}

.footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer-top .widget-title h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
}

.footer-top .links-widget .links-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #7c8389;
    margin-bottom: 16px;
    margin-left: -20px;
}

.footer-top .links-widget .links-list li a {
    display: inline-block;
    color: #7c8389;
    padding-left: 10px;
}

.footer-top .links-widget .links-list li a:before {
    position: absolute;
    content: "\f0da";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #7c8389;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.footer-top .links-widget .links-list li a:hover {
    color: #fff;
}

.footer-top .links-widget .links-list li a:hover:before {
    color: #39cabb;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.footer-top .appointment-widget {
    position: relative;
    display: block;
    overflow: hidden;
    background: #1f2327;
    margin-left: -30px;
    margin-top: -34px;
    padding: 34px 40px 40px 40px;
}

.footer-top .appointment-widget .icon-layer {
    position: absolute;
    top: -25px;
    right: -195px;
    font-size: 150px;
    line-height: 100px;
    color: #2a2e32;
}

.footer-top .appointment-widget .widget-title {
    margin-bottom: 17px;
}

.footer-top .widget-title h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
}

.footer-top .appointment-widget .shediul-list li {
    position: relative;
    display: block;
    margin-bottom: 21px;
}
.footer-top .appointment-widget .shediul-list li span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #7c8389;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
.footer-top .appointment-widget .shediul-list li h6 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
}

.theme-btn-two {
    background: #39cabb;
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 26px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 12px 30px;
    border-radius: 30px;
    z-index: 1;

    transition: all 500ms ease;
}

.theme-btn-two:hover {
    background: #343434;
}


.signature {
    text-align: center;
    padding-top: 15px;
}

.signature img {
    width: 300px;
    height: 150px;
}

.footer-botton {
    position: relative;
    display: block;
    background: #1f2327;
    padding: 0px 0px;
}

.pull-left {
    float: left;
}
.footer-botton .copyright p {
    font-size: 16px;
    line-height: 85px;
    color: #7c8389;
    padding-top: 15px;
}

.footer-botton .copyright p a {
    color: #7c8389;
}

.footer-botton .copyright p a:hover {
    color: #39cabb;
}


.pull-right {
    padding-top: 15px;
}
.footer-botton .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 7px;
}

.footer-botton .social-links li a {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 16px;
    color: #7c8389;
    background: #22272b;
    border-radius: 50%;
}

.footer-botton .social-links li a:hover {
    background: #39cabb;
}

/**  Footer Area section End  **/
/** ==============================
            Home End
================================== **/



/** ==============================
            Treatment Start
================================== **/

/**  Physical Therapy Start  **/

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.services-details-desc .overview-content {
    margin-top: 20px;
    margin-bottom: 25px;
}

.services-details-desc .overview-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.services-details-desc .overview-content .list {
    padding-left: 0;
    margin-bottom: 0;
}

.services-details-desc .overview-content .list li {
    font-size: 15px;
    color: #6b6b84;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
    list-style-type: none;
    padding-left: 25px;
}

.services-details-desc .overview-content .list li i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #343434;
    font-size: 16px;
}

.services-details-desc .overview-content .list li:last-child {
    margin-bottom: 0;
}

.services-details-info {
    padding-left: 15px;
}

.services-details-info .services-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 30px;
}

.services-details-info .services-list li {
    margin-bottom: 15px;
}
.services-details-info .services-list li a:hover, .services-details-info .services-list li a.active {
    background-color: #39cabb;
    color: #fff;
}

.services-details-info .services-list li a:hover, .services-details-info .services-list li a.active {
    background-color: #39cabb;
    color: #fff;
}

.services-details-info .services-list li a {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    padding: 20px 30px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px 10px 0 10px;
}

.services-details-info .services-list li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    color: #343434;
}

/**  Physical Therapy End  **/


/** ==============================
            Treatment End
================================== **/

/** ==============================
            About Start
================================== **/

.about-style-two {
    position: relative;
    padding: 120px 0px;
}

.mr-50 {
    margin-right: 50px;
}

.content_block_1 .content-box .sec-title {
    margin-bottom: 24px;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.content_block_1 .content-box .text {
    margin-bottom: 24px;
}

.content_block_1 .content-box .list-style-one {
    margin-bottom: 34px;
}

.list-style-one {
    position: relative;
    display: block;
}

.list-style-one li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    color: #00224f;
    font-weight: 500;
    margin-bottom: 8px;
    padding-left: 30px;
}

.list-style-one li:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0px;
    top: 6px;
    border-radius: 50%;
}

.list-style-one li:before {
    border: 3px solid #39cabb;
}
.list-style-one li:last-child {
    margin-bottom: 0px;
}

.about-style-two .image_block_3 .image-box {
    margin-left: 40px;
}

.image_block_3 .image-box {
    position: relative;
    padding: 0px 60px 95px 100px;
}

.image_block_3 .image-box .pattern .pattern-1 {
    position: absolute;
    left: 40px;
    top: 35px;
    width: 490px;
    height: 506px;
    background-repeat: no-repeat;
    z-index: -1;
}

.image_block_3 .image-box .pattern .pattern-2 {
    position: absolute;
    top: 0px;
    right: 60px;
    width: 124px;
    height: 144px;
    background-repeat: no-repeat;
    z-index: 1;
}

.image_block_3 .image-box .pattern .pattern-3 {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.5;
}

.image_block_3 .image-box .pattern .pattern-3 {
    background: #38c8ba;
}

.image_block_3 .image-box .image {
    border-radius: 15px;
    box-shadow: 0 10px 40px rgb(0 24 73 / 40%);
}

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

.image_block_3 .image-box .image-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.image_block_3 .image-box .image {
    border-radius: 15px;
    box-shadow: 0 10px 40px rgb(0 24 73 / 40%);
}

.image_block_3 .image-box .image-content {
    position: absolute;
    top: 105px;
    left: 0px;
    background: #fff;
    max-width: 240px;
    width: 100%;
    border-radius: 10px;
    padding: 32px 20px 32px 90px;
    box-shadow: 17px 20px 80px rgb(0 24 73 / 30%);
}

.image_block_3 .image-box .image-content .icon-box {
    position: absolute;
    left: 23px;
    top: 23px;
}

.image_block_3 .image-box .image-content span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #061a3a;
}

.image_block_3 .image-box .image-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
}
.image_block_3 .image-box .image-content h4 {
    color: #39cabb;
}

.pt-125 {
    padding-top: 125px;
}

.faq-section {
    position: relative;
}

.image_block_4 .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
}

.image_block_4 .image-box .pattern {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 558px;
    height: 449px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.image_block_4 .image-box img {
    position: relative;
    width: 100%;
}

.faq-section .content_block_5 .content-box {
    margin-left: 40px;
    padding-bottom: 120px;
    margin-top: 30px;
}

.accordion-box .block {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px #e3eae9;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 28px 80px 24px 30px;
    cursor: pointer;
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box .block .acc-btn .icon-outer:after {
    position: absolute;
    content: "\f107";
    font-size: 24px;
    color: #00224f;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.accordion-box .block .acc-btn.active .icon-outer:before {
    position: relative;
    font-size: 24px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin: 0px;
    content: "\f106";
    color: #00224f;
}

.accordion-box .block .acc-btn.active .icon-outer:after {
    opacity: 0;
}



.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 0px 35px 33px 30px;
}
/** ==============================
            About End
================================== **/


/** ==============================
            Blog Start
================================== **/

.blog-page-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-page-item {
    margin-bottom: 40px;
}

.blog-page-item .single-image img {
    width: 100%;
}

.blog-page-item .blog-page-content {
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    padding: 40px 28px;
}

.blog-page-item .blog-page-content .blog-list {
    padding-left: 0;
    margin-bottom: 0;
    line-height: normal;
}

.blog-page-item .blog-page-content .blog-list li {
    display: inline-block;
    font-size: 15px;
    color: #666;
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.blog-page-item .blog-page-content .blog-list a {
    color: #666666;
}
.blog-page-item .blog-page-content a {
    color: #061933;
}

.blog-page-item .blog-page-content .blog-list i {
    color: #666666;
    margin-right: 6px;
    font-weight: bold;
    line-height: normal;
}

.blog-page-item .blog-page-content .blog-list i::before {
    font-size: 16px;
}

.blog-page-item .blog-page-content h3 {
    font-size: 24px;
    color: #39cabb;
    margin: 12px 0 10px 0;
}

.blog-page-item .blog-page-content a {
    color: #39cabb;
}

.blog-page-item .blog-page-content a:hover {
    color: #343434;
}

.mt-0 {
    margin-top: 0!important;
}

.sidebar .widget.widget-search {
    -webkit-box-shadow: 0px 0px 29px 0px rgb(102 102 102 / 10%);
    box-shadow: 0px 0px 29px 0px rgb(102 102 102 / 10%);
    padding: 20px;
}

.sidebar .widget {
    margin-bottom: 30px;
}

.sidebar .widget.widget-search form {
    position: relative;
}

.sidebar .widget.widget-search form .form-control {
    height: 50px;
    padding: 16px;
    font-size: 15px;
    color: #343434;
    background-color: transparent;
    border-bottom: 1px solid #b5b4b4;
}

.sidebar .widget.widget-search form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #39cabb;
}

.sidebar .widget.widget-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: #39cabb;
    outline: 0;
    color: #fff;
    padding: 12px;
    cursor: pointer;
}

.sidebar .widget.widget-recent-entries {
    padding: 20px;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
}

.sidebar .widget h3, .sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 18px;
    position: relative;
}

.sidebar .widget h3 span, .sidebar .widget .widget-title span {
    z-index: 2;
    position: relative;
}

.sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar .widget.widget-recent-entries ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 15px;
}

.sidebar .widget.widget-recent-entries ul li a {
    color: #343434;
}
.sidebar .widget.widget-recent-entries ul li a {
    display: block;
}

.sidebar .widget.widget-recent-entries ul li a:hover {
    color: #39cabb;
}

.sidebar .widget.widget-recent-entries ul li a img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 85px;
    height: 65px;
}

.sidebar .widget.widget-recent-entries ul li h5 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2px;
}

.sidebar .widget.widget-recent-entries ul li p {
    color: #6084a4;
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
}

.sidebar .widget.widget-categories {
    padding: 20px;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
}

.sidebar .widget.widget-categories ul {
    padding-left: 0;
}

.sidebar .widget.widget-categories ul li {
    position: relative;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

.sidebar .widget.widget-categories ul li a {
    color: #343434;
}

.sidebar .widget.widget-categories ul li a:hover {
    color: #39cabb;
}

.sidebar .widget.widget-tag-cloud {
    padding: 20px;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
}

.sidebar .widget.widget-tag-cloud .tagcloud a {
    font-size: 15px !important;
    border: 1px dashed #39cabb;
    padding: 10px 25px;
    color: #343434;
    display: inline-block;
    background: transparent;
    margin: 5px;
}

.sidebar .widget.widget-tag-cloud .tagcloud a:hover {
    background: #39cabb;
    color: #ffffff;
}

/** ==============================
            Blog End
================================== **/



/** ==============================
            Blog Details Page Start
================================== **/

.blog-details {
    -webkit-box-shadow: 0px 0px 29px 0px rgb(102 102 102 / 10%);
    box-shadow: 0px 0px 29px 0px rgb(102 102 102 / 10%);
}

.blog-details .article-img {
    position: relative;
}

.blog-details .article-img .date {
    position: absolute;
    bottom: 15px;
    width: 80px;
    left: 15px;
    height: 90px;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    border-radius: 5px;
    padding-top: 15px;
    line-height: 30px;
    background-color: #39cabb;
    color: #ffffff;
}

.blog-details .article-content {
    padding: 30px;
}

.blog-details .article-content h3 {
    font-size: 22px;
    margin-bottom: -2px;
    line-height: 30px;
}

.blog-details .article-content p {
    margin-bottom: 0;
    margin-top: 15px;
}

.blog-details .article-content .blockquote {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f9f9f9;
    padding: 30px;
    border-left: 4px solid #39cabb;
}

.post-controls-buttons {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
    box-shadow: 0 5px 10px rgb(0 9 128 / 4%), 0 7px 18px rgb(0 9 128 / 5%);
}

.post-controls-buttons .controls-left {
    float: left;
}

.post-controls-buttons div a {
    border: 1px solid #eeeeee;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    color: #343434;
}

.post-controls-buttons div a:hover, .post-controls-buttons div a:focus {
    color: #ffffff;
    background: #39cabb;
    border-color: #39cabb;
}

.post-controls-buttons .controls-right {
    float: right;
}



/** ==============================
            Blog Details Page End
================================== **/


/** ==============================
            Career Section Start
================================== **/

.arlo_tm_about {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 150px;
    padding-top: 140px;
    background-color: #fff;
}

.arlo_tm_main_title {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.arlo_tm_all_wrap[data-color=crimson] .arlo_tm_main_title span {
    color: #e65f78;
}
.arlo_tm_main_title span {
    color: #39cabb;
    display: inline-block;
    font-family: poppins;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.arlo_tm_main_title h3 {
    font-size: 30px;
    font-weight: 800;
}

.arlo_tm_about .about_inner {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    padding-top: 100px;
}
.arlo_tm_all_wrap, .arlo_tm_all_wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arlo_tm_about .left {
    width: 35%;
    float: left;
    height: auto;
}

.arlo_tm_about .left .about_image_wrap {
    position: relative;
    float: left;
}

.arlo_tm_about .left .about_image_wrap .image {
    position: absolute;
    z-index: 2;
}

.arlo_tm_about .left .about_image_wrap img {
    opacity: 0;
    min-width: 100%;
}

.arlo_tm_about .left .about_image_wrap .image .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.arlo_tm_about .left .about_image_wrap .border .inner {
    position: absolute;
    top: 25px!important;
    bottom: -25px!important;
    left: 25px!important;
    right: -25px!important;
    border: 10px solid #000;
}

.arlo_tm_about .right {
    width: 65%;
    height: auto;
    padding-left: 70px;
}

.arlo_tm_about .right .about_title {
    margin-bottom: 30px;
}

.arlo_tm_about .right .about_title h3 {
    font-size: 20px;
    font-weight: 600;
}

.arlo_tm_all_wrap[data-color=crimson] .arlo_tm_about .right .about_title h3 .arlo_tm_animation_text_word {
    color: #e65f78;
}
.arlo_tm_about .right .about_title h3 .arlo_tm_animation_text_word {
    color: #39cabb;
}

.arlo_tm_about .right .text {
    margin-bottom: 23px;
    float: left;
}

.arlo_tm_all_wrap[data-color=crimson] .arlo_tm_about .right .text span {
    color: #e65f78;
}
.arlo_tm_about .right .text span {
    color: #39cabb;
    font-style: italic;
}

.arlo_tm_about .about_short_contact_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 24px;
}

.arlo_tm_about .about_short_contact_wrap ul {
    margin: 0;
    list-style-type: none;
}

.arlo_tm_about .about_short_contact_wrap ul li {
    margin: 0 0 10px;
    width: 50%;
    float: left;
    position: relative;
    padding-left: 30px;
}

.arlo_tm_all_wrap[data-color=crimson] .arlo_tm_about .about_short_contact_wrap ul li .svg {
    color: #e65f78;
}
.arlo_tm_about .about_short_contact_wrap ul li .svg {
    position: absolute;
    left: 0;
    top: 6px;
    width: 17px;
    height: 17px;
    color: #e65f78;
}

.arlo_tm_about ul li label {
    font-weight: 600;
    color: #000;
    min-width: 85px;
    display: inline-block;
}

.arlo_tm_about .about_short_contact_wrap ul li:nth-of-type(2n) {
    clear: right;
}

.arlo_tm_button {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}


/** ==============================
            Career Section End
================================== **/


/** ==============================
            Resume Section Start
================================== **/

.lightbox-wrapper .lightbox-content .section-heading.page-heading {
    margin-bottom: 83px;
    text-align: center;
}

.lightbox-wrapper .lightbox-content .single-section:not(:last-child) {
    margin-bottom: 120px;
}

.resume-section .col-block.education {
    margin-right: 20px;
}

.resume-section .col-title {
    font-size: 26px;
    margin-bottom: 20px;
}

.resume-section .resume-item:not(:last-child) {
    border-bottom: 1px solid #343434;
}


.resume-section .resume-item {
    background-color: #eeeeee;
    border-left: 2px solid transparent;
    padding: 32px 48px;
    position: relative;
    border-left-color: #39cabb;
}

.resume-section .resume-item .item-arrow {
    left: 0;
    margin-top: 2px;
    position: absolute;
}

.resume-section .resume-item .item-arrow:before {
    background-color: #39cabb;
}

.resume-section .resume-item .item-arrow:before {
    height: 16px;
    left: 0;
    width: 16px;
}

.resume-section .resume-item .item-arrow:after, .resume-section .resume-item .item-arrow:before {
    content: "";
    display: block;
    position: absolute;
}


.resume-section .resume-item .item-arrow:after {
    border: 8px solid transparent;
    left: 16px;
    border-left-color: #39cabb;
}

.resume-section .resume-item .item-title {
    line-height: 100%;
    margin-bottom: 9px;
}

.resume-section .resume-item .item-details {
    display: inline-block;
    margin-bottom: 7px;
}

.resume-section .resume-item .item-description {
    margin-bottom: 0;
}

.resume-section .col-block.experience {
    margin-left: 20px;
}

.resume-section .col-title {
    font-size: 26px;
    margin-bottom: 20px;
}

.lightbox-wrapper .lightbox-content .section-heading {
    margin-bottom: 50px;
    text-align: left;
}

.lightbox-wrapper .lightbox-content .section-heading>.section-description {
    font-size: 15px;
    margin-bottom: 17px;
}

.lightbox-wrapper .lightbox-content .section-heading>.section-title {
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.25px;
    line-height: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}

.skills-section .single-skill:not(:last-child) {
    margin-bottom: 42px;
}

.skills-section .single-skill .skill-info {
    -ms-flex-pack: justify;
    color: #343434;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    margin-bottom: 4px;
}

.skills-section .single-skill .skill-info .skill-name {
    display: inline-block;
    margin-right: 12px;
    white-space: nowrap;
}

.skills-section .single-skill .skill-progress {
    background-color: #2f2f2f;
    border-radius: 1px;
    font-size: 15px;
    height: 9px;
    overflow: visible;
}


/** ==============================
            Resume Section End
================================== **/



/** ==============================
            Skill Section Start
================================== **/

.sec-p100-bg-bs {
    padding: 100px;
    padding-top: 80px;
    background-color: #ffffff;
    box-shadow: 0px 10px 40px 0px rgb(1 1 1 / 10%);
}

.mb-30 {
    margin-bottom: 30px;
}
.clearfix {
    clear: both;
}

.Section-title {
    width: 100%;
    display: table;
    text-align: left;
    position: relative;
    margin-bottom: 60px;
}

.professional-skills-area {
    margin-bottom: 90px;
}

#graphicdesign, #photography, #technology, #design, #webdevelopment, #application {
    padding: 60px 60px;
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgb(1 1 1 / 10%);
}

#graphicdesign h2.title, #photography h2.title, #technology h2.title, #design h2.title, #webdevelopment h2.title, #application h2.title {
    margin-bottom: 50px;
}
h2.title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.single_experties {
    width: 100%;
    display: table;
    margin-bottom: 25px;
}

.skilled-tittle {
    width: 30%;
    float: left;
}

.progress {
    width: 70%;
    height: 5px;
    float: right;
    border-radius: 0;
    margin-top: 10px;
    overflow: visible;
    background-color: #f0f0f0;
}

@keyframes Rx-width-90 {
 0% {
  width: 0%;
}

100% {
  width: 90%;
}
}
@-webkit-keyframes Rx-width-90 {
 0% {
  width: 0%;
}

100% {
  width: 90%;
}
}

@-webkit-keyframes Rx-width-60 {
 0% {
  width: 0%;
}

100% {
  width: 65%;
}
}

@-webkit-keyframes Rx-width-75 {
 0% {
  width: 0%;
}

100% {
  width: 75%;
}
}

@keyframes Rx-width-75 {
 0% {
  width: 0%;
}

100% {
  width: 75%;
}
}


@-webkit-keyframes Rx-width-45 {
 0% {
  width: 0%;
}

100% {
  width: 45%;
}
}

@-webkit-keyframes Rx-width-65 {
 0% {
  width: 0%;
}

100% {
  width: 65%;
}
}

@keyframes Rx-width-80 {
 0% {
  width: 0%;
}

100% {
  width: 80%;
}
}

.Rx-width-90 {
  -webkit-animation-name: Rx-width-90;
  -o-animation-name: Rx-width-90;
  animation-name: Rx-width-90;
  animation-fill-mode: forwards;
}

.Rx-width-60 {
  -webkit-animation-name: Rx-width-60;
  -o-animation-name: Rx-width-60;
  animation-name: Rx-width-60;
  animation-fill-mode: forwards;
}

.Rx-width-75 {
  -webkit-animation-name: Rx-width-75;
  -o-animation-name: Rx-width-75;
  animation-name: Rx-width-75;
  animation-fill-mode: forwards;
}

.Rx-width-45 {
  -webkit-animation-name: Rx-width-45;
  -o-animation-name: Rx-width-45;
  animation-name: Rx-width-45;
  animation-fill-mode: forwards;
}

.Rx-width-65 {
  -webkit-animation-name: Rx-width-65;
  -o-animation-name: Rx-width-65;
  animation-name: Rx-width-65;
  animation-fill-mode: forwards;
}

.Rx-width-80 {
  -webkit-animation-name: Rx-width-80;
  -o-animation-name: Rx-width-80;
  animation-name: Rx-width-80;
  animation-fill-mode: forwards;
}

.progress-bar {
    height: 5px;
    position: relative;
}
.photoshop-bg {
    background-color: #46e29a;
}

.progress-bar > span {
    right: -4%;
    bottom: 10px;
    font-weight: 700;
    position: absolute;
}
.photoshop-color {
    color: #46e29a;
}

.Rx-width-60 {
    -webkit-animation-name: Rx-width-60;
    -o-animation-name: Rx-width-60;
    animation-name: Rx-width-60;
    animation-fill-mode: forwards;
}

.jquery-bg {
    background-color: #26a69a;
}

.php-bg {
    background-color: #ef5350;
}


.html5-bg {
    background-color: #3f51b5;
}



.css3-bg {
    background-color: #fbc02d;
}


.marketing-bg {
    background-color: #ab47bc;
}

.marketing-bg {
    background-color: #ab47bc;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
    display: table;
    content: " ";
}

h2.title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.mb-30 {
    margin-bottom: 30px;
}

.common-color {
    color: #39cabb;
}

.circle {
    height: 120px;
    width: 120px;
    float: left;
    position: relative;
    margin-right: 20px;
}

canvas {
    position: fixed;
    width: 100% !important;
    left: 0;
    right: 0;
    height: 100%;
}

.circle strong {
    position: absolute;
    text-align: center;
    top: 30%;
    left: 0;
    right: 0;
}

.skill-piechart:last-child .circle {
    margin-right: 0;
}

.last strong {
    top: 42%;
}

/** ==============================
            Skill Section End
================================== **/



/** ==============================
            Work Experience Start
================================== **/

.experience-left {
    z-index: 0;
    position: relative;
    padding: 60px 60px;
    box-shadow: 0px 10px 40px 0px rgb(1 1 1 / 10%);
}

.experience-left-item-area {
    z-index: 1;
    height: 820px;
    padding: 0px 30px;
    overflow-y: scroll;
}

.border-left {
    padding: 20px 30px 0px 30px;
    border-left: 2px solid #f0f0f0;
}
.experience-left-item-area::-webkit-scrollbar {
  width: 2px;
  height: 100px;
}

.experience-left-item-area::-webkit-scrollbar-track {
  width: 2px;
  background-color: #f0f0f0;
}

.experience-left-item-area::-webkit-scrollbar-thumb {
  background-color: #39cabb;
}

.experience-left .experience-item {
    position: relative;
    margin-bottom: 80px;
}

.experience-item .exp1:before {
    border-color: #39cabb;
}
.experience-left .experience-item:before {
    top: -3px;
    left: -44px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 3px solid #39cabb;
    background-color: transparent;
}

.experience-item.exp1:after {
    background-color: #39cabb;
}
.experience-left .experience-item:after {
    top: 4px;
    left: -37px;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: #39cabb;
}
.experience-left .experience-item:before, .experience-left .experience-item:after {
    content: '';
    position: absolute;
}
.experience-left .experience-item h2 {
    line-height: 30px;
}

.experience-left .experience-item .post-mate {
    margin: 20px 0px;
}

ul.ul-li {
    width: 100%;
    display: table;
}


.experience-left .experience-item .post-mate li span.current {
    color: #ffffff;
    padding: 5px 10px;
}

.experience-item.exp2:before {
    border-color: #26a69a;
}

.experience-left .experience-item:before, .experience-left .experience-item:after {
    content: '';
    position: absolute;
}

.jquery-color {
    color: #26a69a;
}


.php-color {
    color: #ef5350;
}

.experience-right {
    box-shadow: 0px 10px 40px 0px rgb(1 1 1 / 10%);
}

.experience-right .achivement {
    padding: 67px 50px 60px 60px;
    border-bottom: 1px solid #f0f0f0;
}

.experience-right .achivement h2 {
    margin-bottom: 30px;
    line-height: 30px;
}

.experience-right .achivement h2>.thumb {
    float: left;
    color: #e7e7e7;
    font-size: 54px;
    font-weight: 700;
    margin-top: -13px;
    margin-right: 10px;
}

.experience-right .achivement:last-child {
    border-bottom: none;
}

.experience-right .achivement {
    padding: 67px 50px 60px 60px;
    border-bottom: 1px solid #f0f0f0;
}


/** ==============================
            Work Experience End
================================== **/



/** ==============================
            Get In Touch Start
================================== **/

.contact-section {
    position: relative;
}

.section-heading {
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 3rem;
}

.section-heading h2 {
    color: #fff;
}

.heading-bg {
    font-size: calc(1.9rem + 6vw);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .625rem;
    -webkit-text-stroke: 1px #343a40;
    color: transparent;
}


.heading-main {
    font-size: calc(1.7rem + 2vw);
    font-weight: 700;
    letter-spacing: .3rem;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.contact-info h4 {
    color: #fff;
}

.contact-info p {
    color: #fff;
}

.contact-title {
    margin-bottom: 1.25rem;
}

.contact-item {
    padding: .75rem 0;
    position: relative;
}

.contact-item:not(:last-child)::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: radial-gradient(ellipse at center, #777 0%, transparent 70%);
}

.about-info-item a, .about-title span, .blog-more, .blog-single-quote, .btn-animated:hover, .btn-rounded, .client-rating i, .comment-reply, .contact-item i, .owl-next i:hover, .owl-prev i:hover, .portfolio-filter li.active, .portfolio-filter li:hover, .switcher__setting i, a.active, a:hover {
    color: #39cabb;
}
.contact-item i {
    font-size: 1.5rem;
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.contact-details {
    margin-left: 2rem;
}

.contact-details span:first-child {
    font-weight: 600;
}
.contact-details span {
    display: block;
    font-size: 16px;
    color: #fff;
}

.contact-form {
    max-width: 90%;
}

.contact-title {
    margin-bottom: 1.25rem;
    color: #fff;
}

.contact-field {
    border: 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    color: inherit;
    background: #101419;
    box-shadow: 0.25rem 0.25rem 0.75rem #101419;
    padding: .5rem .8rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

.contact-field {
    border: 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    color: inherit;
    background: #101419;
    box-shadow: 0.25rem 0.25rem 0.75rem #101419;
    padding: .5rem .8rem;
    margin-bottom: 1.5rem;
    width: 100%;
}


/** ==============================
            Get In Touch End
================================== **/


/** ==============================
            Make an Appointment Start
================================== **/

@media (min-width: 1200px){
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
}
.htc__appoinment__area {
    background: rgba(0, 0, 0, 0) url(../images/appoinment.jpg) no-repeat scroll center center / cover;
    padding: 100px 0 125px;
    margin-top: 100px;
}
.htc__appoinment__area .section__title h2 {
    padding-bottom: 50px;
}

.section__title h2 {
    color: #001430;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
}

.htc__appoinment__form {
    position: relative;
}

.htc__app__box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.htc__app__box {
    padding: 0 15px;
    width: 100%;
}

.htc__app__box input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #39cabb;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    color: #001430;
    font-family: "Lato",sans-serif;
    height: 55px;
    padding: 0 40px;
}

input[type=text], input[type=email], input[type=password] {
    width: 100%;
}
input, select, textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.htc__appoinment__form .htc__app__box__inner + .htc__app__box__inner {
    margin-top: 40px;
}

.psy__calendar {
    position: relative;
    width: 100%!important;
}

.htc__app__box.psy__calendar:before {

  position: absolute;
  right: 39px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.appoinment--4 .htc__app__box.psy__calendar:before {
    right: 27px;
    top: 19%;
}
.date__dropdown.hasDatepicker {
    padding-right: 39px;
}
.appoinment__style--3 .htc__app__box.psy__calendar:before {
    right: 26px;
    top: 21%;
}

.htc__app__box.message {
    padding: 0;
    width: 100%;
}

.htc__app__box.message textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #39cabb;
    border-radius: 10px;
    margin-top: 40px;
    min-height: 130px;
    padding: 22px 40px;
}

.ht__appoin__btn {
    bottom: 5px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
}

.ht__appoin__btn > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    padding: 0 40px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.ht__appoin__btn > button:before {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#39cabb), to(#22f285)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #39cabb 0%, #39cabb 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #39cabb 0%, #39cabb 100%) repeat scroll 0 0;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.ht__appoin__btn > button:hover {
    background: #343434;
}

/** ==============================
            Make an Appointment End
================================== **/

/** ==============================
            Contact Us Start
================================== **/

.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.contact-info-box {
    text-align: center;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background: #39cabb;
    padding: 35px 35px 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 50px 50px 0 50px;
    overflow: hidden;
}

.contact-info-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #343434;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50px 50px 0 50px;
}

.contact-info-box:hover::before {
    height: 100%;
}

.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.contact-info-box .icon {
    margin-bottom: 22px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    text-align: left;
    border-radius: 20px 20px 0 0;
}
.contact-info-box .icon i {
    font-size: 35px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-info-box .icon h3 {
    margin-bottom: 0;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 25px;
}

.contact-info-box:hover p {
    color: #fff;
}
.contact-info-box p {
    margin-bottom: 2px;
    -webkit-transition: .6s;
    transition: .6s;
    color: #221d48;
}

.contact-info-box p i {
    color: #fff;
    margin-right: 5px;
}

.contact-info-box:hover p a {
    color: #fff;
}
.contact-info-box p a {
    display: inline-block;
    color: #221d48;
}

.contact-area {
    background-color: #f9f9f9;
}

.contact-form {
    padding: 0 0 90px 100px;
}

.contact-form h3 {
    font-size: 45px;
    margin-bottom: 30px;
}

.contact-form h3 span {
    font-weight: 500;
}

#contactForm .form-group {
    margin-bottom: 15px;
}

#contactForm .form-group .form-control {
    height: 60px;
    padding: 20px;
    line-height: initial;
    color: #6b6b84;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

#contactForm .form-group .help-block.with-errors ul {
    color: red;
    margin-bottom: 0;
    margin-top: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

#contactForm .form-group .help-block.with-errors ul li {
    font-size: 14px;
    text-align: left;
}

#contactForm .form-group textarea.form-control {
    height: auto;
    padding: 20px;
    line-height: 1.5rem;
}

#contactForm .default-btn {
    display: inline-block;
    border: none;
    padding: 15px 60px 15px 10px;
    border-radius: 10px 10px 0 10px;
    font-size: 15px;
    font-weight: 500;
    background-color: #39cabb;
    color: #212529;
    -webkit-transition: .6s;
    transition: .6s;
    position: relative;
    margin-top: 5px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

#contactForm .default-btn:hover {
    background: #343434;
    color: #fff;
}

#contactForm .default-btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    color: #343434;
    border-radius: 10px 10px 0 10px;
    background-color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
}

#contactForm .default-btn:hover i {
    background-color: #fff;
    color: #343434;
}

/** ==============================
            Contact Us End
================================== **/




@media only screen and (min-width: 480px) and (max-width: 767px) {
    .scroll-top.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}


@media (min-width: 478px) and (max-width: 640px) {
    .scroll-top.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width : 320px) and (max-width: 478px)  {
    .scroll-top.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}
