@charset "utf-8";
/*
*
* -----------------------------------------------------------------------------
*
* Template : AdqwestMM - Digital Agency HTML Template
* Author : dhitheme
* Author URI : https://www.dhitheme.com/
*
* -----------------------------------------------------------------------------
*
*/
/*====================================================
--<	baseline Header Top Section Css -->
======================================================*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mouse+Memoirs&display=swap');

.mobile-menu {
    background: #75dab4;
    padding: 0 35px 0 10px;
    display: none;
}
/* scrollup */
#scrollUp {
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    right: 40px;
    text-align: center;
    width: 40px;
    background: #75dab4;
    transition: .3s;
    font-weight: 300;
    animation: jump 4s infinite;
}
.header-top-section {
    padding: 10px 0;
    background: #14212b;
}
.baseline-top-address span {
    color: #fff;
    font-size: 14px;
}
.social-icon {
    text-align: right;
    display: inline-block;
}
.social-icon a {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    color: #fff;
}.social-icon span {
    position: relative;
}
.social-icon span:before {
    position: absolute;
    background: #5c727d;
    width: 2px;
    height: 12px;
    right: -9px;
    top: 7px;
    content: "";
}
.contact-form i {
    position: absolute;
    left: 89%;
    right: 0;
    margin-top: 20px;
}
/* Style-Two */
.style-two .baseline-top-address span {
    color: #0E1C41;
    padding-right: 14px;
}
.style-two .baseline-top-address span i {
    color: #75dab4;
    padding-right: 5px;
}
.style-two .social-icon a {
    color: #0E1C41;
    transition: .5s;
}
.style-two .social-icon a:hover{
    color: #75dab4;
}
.style-two .option {
    background: transparent;
    color: #0E1C41;
    outline: 0;
    border: none;
    font-size: 13px;
    margin-left: -8px;
}
.style-two .baseline-top-address {
    margin-left: 22px;
}
.style-two .social-icon {
    text-align: right;
    display: inline-block;
    margin-left: 200px;
}
/* style-three */
.style-three.header-top-section .baseline-top-address span {
    color: #fff;
    margin-right: 15px;
}
.style-three.header-top-section .baseline-top-address span i{
    margin-right: 7px;
    transition: .5s;
}
.style-three.header-top-section .social-icon i:hover{
    color: #75dab4;
}
.style-three.header-top-section .social-icon i{
    transition: .5s;
}
/* style-Four */
.style-four .row.align-items-center.header-bg {
    background: #000000;
    z-index: 9;
    position: relative;
    padding: 10px 30px;
    margin-top: 10px;
}
.header-right-side {
    float: right;
}
/* style-five */
.style-five.header-top-section {
    background: #fff;
    border-bottom: 1px solid #E2E4E8;
}
.style-five.header-top-section .baseline-top-address span {
    color: #344548;
}
.style-five.header-top-section .baseline-top-address span i {
    color: #75dab4;
}
.style-five.header-top-section .social-icon a {
    color: #344548;
}
.style-five.header-top-section .option {
    color: #344548;
}
.style-five.header-top-section .social-icon span:before {
    background: #E2E4E8;
}
.col-lg-4.col-md-4.right-side {
    text-align: right;
}
/*====================================================
--<	baseline Header Menu Section Css -->
======================================================*/
.header-menu-section {
    padding: 23px 0 28px;
}
.header-logo a {
    display: inline-block;
    margin-top: 11px;
}
.menu-toggle {
    display: none;
}
.header-menu {
    text-align: right;
}
.header-menu ul {
    display: inline-block;
}
.header-menu ul li {
    display: inline;
    position: relative;
    padding-bottom: 35px;
}
.header-menu ul li a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #101010;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-right: 20px;
    position: relative;
    transition: .5s;
}
.header-menu ul li:hover{
    color: #75dab4;
    cursor: pointer;
}
.header-menu ul li a:hover{
    color: #75dab4;
    cursor: pointer;
}
.header-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #75dab4;
    height: 1px;
    transition: .5s;
    opacity: 0;
    cursor: pointer;
    width: 0px;
}
.header-menu ul li a:hover:before{
    opacity: 1;
    width: 100%;
}
.header-button {
    display: inline-block;
}
.header-button a {
    display: inline-block;
    text-decoration: none;
    background: #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 12px 32px;
    text-transform: uppercase;
    margin-left: 19px;
    transition: 0.5s;
}
.header-button a:hover{
    background: #75dab4;
    color: #fff;
}
.header-menu ul li .sub-menu {
    text-align: left;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    width: 260px;
    left: 0;
    top: 58px;
    padding: 10px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    z-index: 9;
    transition: .5s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.sticky.header-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.header-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.sticky .header-menu-section {
    padding: 19px 0 15px;
}
.header-menu ul li .sub-menu li a {
    display: block;
    text-transform: uppercase;
    color: #191a1c;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0px;
    transition: .5s;
    border-bottom: 1px solid rgb(0,0,0,.09);
    margin: 5px 20px;
    position: relative;
}
.header-menu ul li .sub-menu li a:before{
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0px;
    right: 0px;
    transform: scaleX(0);
    background: #75dab4;
}
.header-menu ul li .sub-menu li a:hover:before{
    transform: scaleX(1);
}
.header-menu ul li .sub-menu li a:hover {
    color: #75dab4;
}
/* sticky */
.sticky .menu-logo {
	display: block !important;
}
.sticky .header-menu ul li a {
    color: #191a1c;
}
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    transition: .5s;
    z-index: 2;
    padding: 20px 0 21px;
    right: 0;
    background: #fff;
}
.sticky .header-menu ul li a:hover {
    color: #75dab4;
}
.sticky .header-button a {
    background: #000;
}
.header-menu-section .sticky-logo{
    display: none;
}
.sticky .menu-logo{
    display: none;
}
.sticky .sticky-logo{
    display: block;
}
/* Style-Two */
.style-two.header-menu-section {
    padding: 23px 0 28px;
    margin-bottom: -154px;
}
.header-bg-2 {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    background: #fff;
    z-index: 9;
    padding: 50px 0 50px;
    position: relative;
}
.header-bg-2 {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 2%);
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 22px 0 22px;
    margin-bottom: -43px;
}
.style-two.header-menu-section .header-logo a {
    margin-left: 18px;
}
.style-two.header-menu-section .header-button a {
    background: #181B2A;
    text-transform: capitalize;
}
.style-two.header-menu-section .header-button a:hover {
    background: #75dab4;
}
.style-two.header-menu-section.sticky {
    background: transparent;    
	-webkit-box-shadow: none;
    box-shadow: none;
	top: -23px;
}
.style-two.header-menu-section.sticky .header-menu ul li a {
    color: #191a1c;
}
.style-two.header-menu-section.sticky .header-menu ul li a:hover {
    color: #75dab4;
}
.style-two.header-menu-section ul li .sub-menu li a:hover {
    color: #75dab4;
}
.style-two.header-menu-section.sticky .menu-logo {
    display: block;
}
.style-two.header-menu-section ul li .sub-menu {
    top: 60px;
}
/* Style-Three */
.style-three.header-menu-section .menu-logo{
    margin-top: 4px;
}
/* Style-Four */
.style-four.header-menu-section {
    padding: 23px 0 28px;
    margin-bottom: -187px;
}
.style-four.header-menu-section .header-menu {
    float: right;
    margin-right: 34px;
}
.style-four.header-menu-section .header-bg-2 {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 2%);
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 22px 0 22px 19px;
    margin-bottom: -15px;
    margin-top: -33px;
}
.style-four.header-menu-section.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    box-shadow: none;
    transition: .5s;
    z-index: 2;
    padding: 23px 0 10px;
    right: 0;
    background: transparent;
}
.style-four.header-menu-section.sticky .header-menu ul li a {
    color: #191a1c;
}
.style-four.header-menu-section.sticky .sticky-logo {
    display: none;
}
.style-four.header-menu-section.sticky .menu-logo {
    display: block;
}
.style-four.header-menu-section a.menu-logo {
    margin-top: 1px;
}
.style-four.header-menu-section.sticky .header-menu ul li a:hover {
    color: #75dab4;
}
.style-four.header-menu-section .header-menu ul li:hover {
    color: #75dab4;
    cursor: pointer;
    z-index: 9;
}
.style-four.header-menu-section .header-menu ul li .sub-menu {
    top: 60px;
}
/* Style-Five */
.style-five.header-menu-section .header-button a {
    background: #14212B;
    padding: 10px 16px;
    text-transform: capitalize;
}
.style-five.header-menu-section a.menu-logo {
    margin-top: 5px;
}
.style-five.header-menu-section .header-menu ul li .sub-menu {
    top: 56px;
}
/*====================================================
--<	baseline Slider Menu Section Css -->
======================================================*/
.slider-section {
    background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), transparent url(assets/images/slider-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 798px;
    overflow: hidden;
}
.slider-content {
    color: #fff;
}
.slider-content h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    position: relative;
    color: #fff;
}
.slider-content h5:before {
    position: absolute;
    content: "";
    left: -196px;
    top: 13px;
    background: #75dab4;
    width: 10px;
    height: 10px;
    right: 0;
    margin: auto;
}
.slider-content h1 {
    font-size: 58px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 28px 0 62px;
}
.slider-content h2 {
    font-size: 58px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-top: -6px;
    color: #fff;
}
.slider-circle-thumb.rotateme {
    position: absolute;
    top: 35%;
    right: 21%;
}
.slider-button {
    display: inline-block;
    margin-top: 57px;
    margin-left: 0;
}
.slider-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #000;
    padding: 16px 27px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.slider-button a:hover{
    background: #75dab4;
}
.slider-button a:before {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
}
.slider-button a:hover:before{
    background: #ffffff;
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.top {
    position: relative;
    top: -25px;
    right: -25px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
@keyframes ripple-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}
.rotateme {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
@keyframes rotateme {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes rotateme {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear; 
}
@-webkit-keyframes float-bob {
    0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
    50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
    100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } 
}
/* style-two */
.slider-section-2 {
    background: url(assets/images/slider-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 909px;
    overflow: hidden;
}
.slider-section-2 .slider-content h1 {
    color: #020307;
}
.slider-section-2 .slider-content h2 {
    color: #020307;
} 
.slider-section-2 .slider-content h5 {
    color: #020307;
	margin-left: 25px;
}
.slider-section-2 .slider-content h5:before {
    position: absolute;
    content: "";
    left: -102%;
    top: 16px;
    background: #75dab4;
    width: 15px;
    height: 2px;
    right: 0;
    margin: auto;
}
.slider-section-2 .slider-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #75dab4;
    padding: 15px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
	margin-right:17px;
}
.slider-section-2 .btn-2.slider-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #191a1c;
    padding: 15px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.slider-section-2 .slider-content {
    color: #fff;
    margin-top: 130px;
}
.slider-section-3 {
    background: #F1F2F7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 790px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slider-section-3 .slider-content {
    color: #fff;
    margin-top: 107px;
    margin-bottom:107px;
}
.slider-section-3 .slider-content h5 {
    color: #ffffff;
}
.slider-section-3 .slider-content h1 {
    color: #ffffff;
}
.slider-section-3 .slider-content h2 {
    color: #ffffff;
}
.slider-section-3 .slider-thumb img {
    width: 118%;
    padding-top: 66px;
    animation: zoomin 2s linear;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    visibility: hidden;
    margin-left: -130px;
}
.slider-section-3 .slider-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.slider-section-3 .slider-content h5:before {
    position: absolute;
    content: "";
    left: -105%;
    top: 16px;
    background-color: transparent;
    width: 15px;
    height: 2px;
    right: 0;
    margin: auto;
}
.slider-section-3 .btn-2.slider-button a {
    margin-left: 16px;
}
.slider-section-3 .btn-2.slider-button a {
    background: #14212B;
    padding: 16px 44px;
    color: #fff;
}
.slider-shape2 {
    position: absolute;
    top: -75px;
    left: 0;
}
.slider_list .owl-dot {
    display: block;
    background: #75dab4;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 132px;
    margin-top: 15px;
}
.slider_list .owl-dots {
    text-align: center;
    position: absolute;
    left: 91%;
    top: 43%;
}
.slider_list .owl-dot.active {
    border: 1px solid #75dab4;
    width: 13px;
    height: 13px;
    margin-bottom:0px;
}
/* style-four */
.slider-section-4 {
    background: #E3E3EC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 900px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slider_list_2 .owl-prev {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    top: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}
.slider_list_2 .owl-next {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    top: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}
.slider_list_2:hover .owl-next{
    right: 20px;
    opacity: 1;
}
.slider_list_2:hover .owl-prev{
    left: 20px;
    opacity: 1;
}
.amm-top-banner {
    height: 600px !important;
}
.amm-top-banner .slider-content {
    margin-top: 216px !important;
}
.amm-top-banner .slider-thumb {
    margin-top: 130px !important;
}
.slider-section-4 .slider-content {
    color: #fff;
    margin-top: 416px;
}
.slider-section-4 .slider-thumb {
    margin-top: 330px;
}
.slider-section-4 .slider-content h5:before {
    left: -104%;
    height: 12px;
    width: 12px;
}
.slider-section-4 .slider-content h5 {
    color: #000000;
    margin-left: 23px;
}
.slider-section-4 .slider-content h1 {
    font-size: 80px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin: 31px 0 53px;
    color: #000000;
}
.slider-section-4 .slider-content h2 {
    color: #000000;
}
/* slider-5 */
.slider-section-5 {
    background: #040813;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 835px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slider-section-5 .slider-content {
    position: relative;
    top: 29%;
}
.slider-section-5 .slider-content h1 {
    margin: 28px 0 55px;
}
.slider-section-5 .slider-content p {
    width: 80%;
    margin: 38px 6px 0;
}
.slider-section-5 .slider-button {
    display: inline-block;
    margin-top: 27px;
    margin-right: 20px;
}
.slider-section-5 .slider-button a {
    padding: 12px 44px;
}
.slider-section-5 .slider-thumb img {
    width: 100%;
    margin-top: 187px;
}
.slider-section-5 .slider-shape {
    position: absolute;
    top: 15%;
    right: 285px;
    z-index: -1;
}
/* Banner Style */

.bn-hero {
    background: url(assets/images/banner/home-4-banner.png) no-repeat 50% 50%/contain;
    min-height: 920px;
    position: relative;
    background-position: bottom;
    padding-top: 200px;
}
.bn-hero:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: -webkit-linear-gradient(90deg, #75dab4 0%, #75dab48c 80%, #75dab46b 100%);
    background-image:-webkit-linear-gradient(90deg, #75dab4 0%, #75dab48c 80%, #75dab46b 100%);
    background-image: -webkit-linear-gradient(90deg, #75dab4 0%, #75dab48c 80%, #75dab46b 100%);
    z-index: -1;
}
.bn-slider-subtitle {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.bn-slider-title {
    color: #2f2c2c;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 36px;
}
.bn-slider-title span {
    color: #fff;
}    

/* Banner Style */

/* Breadcumn */
.breadcumn-section {
    background: url(assets/images/breadcumn.jpg);
    padding-top: 107px;
    padding-bottom: 107px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.breadcumn-content h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
}
.breadcumn-content ul li {
    list-style: none;
    display: inline;
}
.style2{
    margin-right: 5px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.breadcumn-content ul li i {
    font-size: 12px;
    margin-right: 2px;
}
.breadcumn-content ul li a {
    display: inline-block;
    color: #75dab4;
}
.current_menu{
	color: #75dab4 !important; 
}
/* =============================================================================
  particles CSS
========================================================================== */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 219px;
    left: 0;
}
#stats {
    display: none;
}

.section-title .bar {
    position: relative;
    width: 0px;
    height: 4px;
    display: block;
    margin: 0 auto;
}

.section-title .bar:before {
    background: #75dab4;
    width: 30px;
    right: -63px;
}
.section-title .bar:after, .section-title .bar:before {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
}
.section-title .bar:after {
    width: 25px;
    background: #181b2a;
    right: -29px;
}
.section-title .bar-blackbg {
    position: relative;
    width: 0px;
    height: 4px;
    display: block;
    margin: 0 auto;
}

.section-title .bar-blackbg:before {
    background: #75dab4;
    width: 30px;
    right: -63px;
}
.section-title .bar-blackbg:after, .section-title .bar-blackbg:before {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
}
.section-title .bar-blackbg:after {
    width: 25px;
    background: #fff;
    right: -29px;
}
.section-title .bar-side {
    position: relative;
    width: 0px;
    height: 4px;
    margin-top: 12px;
    display: block;
    
}

.section-title .bar-side:before {
    background: #75dab4;
    width: 30px;
    right: -33px;
}
.section-title .bar-side:after, .section-title .bar-side:before {
    position: absolute;
    height: 100%;
    top: 0;
    right: -35px;
    content: "";
}
.section-title .bar-side:after {
    width: 25px;
    background: #181b2a;
    right: -65px;
}
.section-title .bar-sidewhite {
    position: relative;
    width: 0px;
    height: 4px;
    margin-top: 12px;
    display: block;
    
}

.section-title .bar-sidewhite:before {
    background: #75dab4;
    width: 30px;
    right: -33px;
}
.section-title .bar-sidewhite:after, .section-title .bar-sidewhite:before {
    position: absolute;
    height: 100%;
    top: 0;
    right: -35px;
    content: "";
}
.section-title .bar-sidewhite:after {
    width: 25px;
    background: #fff;
    right: -65px;
}
/*====================================================
--<	baseline About Section Css -->
======================================================*/
.about-section {
    padding-top: 120px;
    padding-bottom: 99px;
}
.about-section .section-title {
    padding-top: 50px;
    padding-left: 30px;
}
.about-section .section-title p {
    width: 73%;
    color: #5c727d;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-top: 13px;
    margin-bottom: 28px;
}
.about-thumb {
    position: relative;
}
.about-thumb img {
    width: 100%;
    animation: zoomin 1s linear;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    visibility: hidden;
}
@keyframes zoomin{
    0%{
        transform: scale(0.5);
        visibility: visible;
    }
    100%{
        transform: scale(1);
        visibility: visible;
    }
}
@keyframes white-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(208,10,43, 0.3), 0 0 0 10px rgba(208,10,43, 0.3), 0 0 0 20px rgba(208,10,43, 0.3)
    }
    100% {
        box-shadow: 0 0 0 10px rgba(208,10,43, 0.3), 0 0 0 15px rgba(208,10,43, 0.3), 0 0 0 30px rgba(208,10,43, 0.3)
    }
}
.section-title h5 {
    font-size: 18px;
    text-space: normal;
    color: #75dab4;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.section-title h1 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 31px;
    line-height: 45px;
    margin-top: 16px;
}
.section-title h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}
.about-single-box {
    margin-bottom: 15px;
    padding-left: 30px;
}
.about-single-box:hover .about-icon i {
    transform: rotate(360deg);
}
.about-icon i {
    color: #75dab4;
    font-size: 26px;
    transition: .5s;
    display: inline-block;
}

.team-icon i {
    color: #75dab4;
    font-size: 20px;
    padding-top: 7px;
    transition: .5s;
    display: inline-block;
}

.about-content {
    margin-top: -12px;
    margin-left: 12px;
}
.about-title {
    margin-top: 5px;
}
.about-title h2 {
    margin-bottom: 0;
    font-size: x-small;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}
.amm-bullet-text h2 {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 600 !important;
    padding-right: 30px;
}
.about-text p {
    color: #5c727d;
    width: 70%;
    margin: 4px 0 15px 0;
}
/* style-two */
.style-two.about-section {
    position: relative;
    z-index: 1;
    padding-bottom: 115px;
}
.style-two.about-section .skill-shape {
    position: absolute;
    top: 110px;
    left: 280px;
    z-index: -1;
}
.style-two.about-section .about-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #000;
    padding: 16px 27px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.style-two.about-section .about-btn a:before {
content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(117 218 180);
    right: 0;
    top: 0;
}
.style-two.about-section .about-btn a:hover:before{
	 background: #ffffff;
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.about-btn {
    display: inline-block;
}
.about-sign-thumb {
    display: inline-block;
}
.about-sign-thumb img {
    margin-bottom: 53px;
    margin-left: 21px;
}
/* Style-Three */
.style-three.about-section {
    padding-top: 120px;
    padding-bottom: 81px;
    position: relative;
}
.style-three.about-section .skill-shape {
    position: absolute;
    top: 110px;
    left: 280px;
    z-index: -1;
}
.style-three.about-section .about-thumb {
    position: relative;
    z-index: 1;
}
.style-three.about-section .about-single-box {
    margin-bottom: 21px;
    padding-left: 30px;
}
.style-three.about-section .about-thumb-content {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    display: inline-block;
    padding: 25px 35px 23px;
    margin-top: 0;
    border-left: 5px solid #75dab4;
    position: absolute;
    bottom: 7px;
    border-radius:5px;
    left: -28px;
    background: #fff;
}
.style-three.about-section .about-count {
    display: inline-block;
}
.style-three.about-section .about-count h3 {
    display: inline-block;
    font-size: 65px;
    color: #75dab4;
    font-family: 'Mouse Memoirs', sans-serif;
}
.style-three.about-section .about-thumb-content span {
    color: #75dab4;
    font-size: 23px;
}
.style-three.about-section .about-desc {
    display: inline-block;
    padding-left: 5px;
}
.style-three.about-section .about-desc h6 {
    margin-top: -15px;
    font-family: 'Poppins', sans-serif;
}
.style-three.about-section .section-title p {
    width: 76%;
    color: #5c727d;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-top: 13px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    padding-left: 6px;
    margin-top: 23px;
}
.style-three.about-section .section-title p:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    background: #75dab4;
    top: 17px;
    left: -7px;
}
.style-three.about-section .about-single-box:hover .about-icon i {
    color: #fff;
    transform: none;
}
.style-three.about-section .about-title h2 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    color: #151515;
    margin-left: 5px;
}
.style-three.about-section .style2.about-title h2 {
    font-size: 16px;
    font-weight: 600;
}
.style-three.about-section .about-icon i {
    color: #75dab4;
    font-size: 13px;
    transition: .5s;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #F0F3F8;
    position: relative;
    z-index: 1;
}
.style-three.about-section .about-icon i:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #75dab4;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}
.style-three.about-section .about-single-box:hover .about-icon i:after {
    transform: scale(1);
}
/* style-four */
.style-four.about-section {
    padding-top: 120px;
    padding-bottom: 85px;
    position: relative;
}
.style-four.about-section .about-thumb-content {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    display: inline-block;
    padding: 48px 35px 23px;
    margin-top: 0;
    border-left: none;
    position: absolute;
    bottom: -74px;
    left: 337px;
    background: #75dab4;
}
.style-four.about-section .about-count {
    margin-bottom: 28px;
}
.style-four.about-section .about-count h3 {
    color: #fff;
}
.style-four.about-section .about-desc h6 {
    margin-top: -15px;
    color: #fff;
    padding-bottom: 5px;
}
.style-four.about-section .about-thumb-content span {
    color: #fff;
    margin-top: 30px;
}
.style-four.about-section .about-count {
    margin-bottom: 16px;
}
.style-four.about-section .section-title h1 {
    text-transform: capitalize;
}
.style-four.about-section .section-title h2 {
    text-transform: uppercase;
    color: #000;
}
.style-four.about-section .about-single-box {
    margin-bottom: 15px;
    padding-left: 45px;
}
.style-four.about-section .section-title p:before {
    display: none;
}
.style-four.about-section .section-title p {
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-top: 13px;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    padding-left: 6px;
}
.style-four.about-section .scetion-text-2 {
    padding-left: 41px;
    width: 97%;
}
.style-four.about-section .scetion-text-2 p {
    margin: -7px 0 29px 0;
    width:100%;
}
.style-four.about-section .about-btn {
    padding-left: 12px;
}
.style-four.about-section .about-btn a {
    padding: 10px 39px;
    margin-left: 28px;
}
.style-four.about-section .thumb-content {
    display: inline-block;
    position: relative;
    top: -84px;
    left: 45px;
    background: transparent;
    box-shadow: none;
}
.style-four.about-section .thumb-content h6 {
    margin-bottom: -14px;
}
/* Style-Five */
.style-five.about-section .about-thumb-content {
    background: #040813;
}
/* single-style */
.single-style.about-section {
    padding-bottom: 100px;
}
.single-style .about-thumb img {
    width: inherit;
}
.single-style .section-title h5 {
    text-transform: uppercase;
}
.single-style.about-section .about-thumb {
    position: relative;
    z-index: 1;
    left: 24%;
}
.single-style.about-section .section-title h1 {
    text-transform: uppercase;
    font-size: 49px;
}
.single-style.about-section .section-title h1 {
    text-transform: capitalize;
    font-size: 49px;
}
.single-style.about-section .section-title h2 {
    font-size: 49px;
    color: #000000;
    text-transform: capitalize;
}
.single-style.about-section .about-thumb-content {
    padding: 27px 35px 10px;
    bottom: 0;
    left: 0;;
}
.single-style.about-section .skill-shape {
    position: absolute;
    top: 67%;
    left: 41%;
    z-index: -1;
}
/* leapsatbar-section */
.leapsatbar-section {
    padding-top: 90px;
    padding-bottom: 90px;
}
.leapsatbar-content h3 {
    font-size: 22px;
    margin-top: 22px;
    margin-bottom: 13px;
}
.leapsatbar-text p {
    width: 87%;
    color: #5C727D;
    text-align:justify;
}
.leapsatbar-text2 p {
    width: 80%;
    padding-left: 34px;
    padding-bottom: 15px;
    padding-top: 10px;
    text-align:justify;
}
.leapsatbar-text4 p {
    width: 85%;
    text-align:justify;
}
.leapsatbar-thumb img
{
    width:100%;
}
.amm-service-inner .right-sidebar h2 {
    font-size: 22px;
    position: relative;
}
.amm-service-w-font
{
    color: #000!important;
}
.amm-service-inner .right-sidebar h2:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    background: #75dab4;
    height: 2px;
    width: 52px;
}
.amm-service-inner .right-sidebar ul {
    margin-top: 30px;
    list-style: outside none none;
}
.amm-service-inner .right-sidebar ul li a {
   display: block;
    border: 1px solid #e8e8e8;
    padding: 16px 18px;
    transition: all .5s ease;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-decoration:none;
    color: #000;
    margin-bottom: 15px;
}
.amm-service-inner .right-sidebar ul li a:before {
   content: ">>";
    position: absolute;
    right: 12px;
    top: 16px;
    color: #000;
}

.amm-service-inner .right-sidebar ul li a:hover, .amm-service-inner .right-sidebar ul li a.active {
    background: #75dab4;
    color: #ffffff;
}
.amm-service-inner .right-sidebar ul li a:hover:before,.amm-service-inner .right-sidebar ul li a.active:before {
    color: #ffffff;
}

.amm-service-inner .right-sidebar .services-add-bg {
    background: url(assets/images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 35px 28px;
}
.amm-service-inner .right-sidebar .services-add-bg .address-icon {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #75dab4;
}
.amm-service-inner .right-sidebar .services-add-bg h3, .amm-service-inner .right-sidebar .services-add-bg a {
    color: #fff;
    padding-top:10px;
}
.amm-service-inner .right-sidebar .services-add-bg .address-icon i {
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}

.amm-service-inner .right-sidebar .services-add-bg .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background: #75dab4;
}
.single-content2 h3 {
    font-size: 22px;
    margin-bottom: 17px;
}
.single-content2 span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #5C727D;
    position: relative;
}
.single-content2 span:before {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    background: #ACB7BD;
    width: 108%;
    height: 2px;
}
.single-content2 {
    border: 2px solid #e8e8e8;
    padding: 5px 20px 16px;
    margin-top: 25px;
    margin-bottom:10px;
}
.content2 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.amm-service-btn3 a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #000;
    padding: 11px 28px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    margin-left: 0;
    margin-top: 6px;
    border-radius: 5px;
}
.amm-service-btn3 a:hover{
    background-color: #75dab4;
}
a.btn2 i {
    font-size: 15px;
    padding-left: 8px;
}
.single-content3 h3 {
    font-size: 22px;
    margin: 22px 0 27px;
}
.single-content3 p {
    margin-top: -24px;
    width: 80%;
}
/*====================================================
--<	baseline amm-service Section Css -->
======================================================*/
.amm-service-section {
    padding-top: 92px;
    padding-bottom: 120px;
    background: #F5F6F9;
    position: relative;
    z-index: 1;
}
.amm-service-section .section-title h1 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 31px;
    line-height: 45px;
    margin-top: 16px;
}
.amm-service-section .section-title .white{
    color: #000!important;
}
.amm-service-single-box:hover {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    transform: translateY(-10px);
}
.amm-service-single-box {
    background: #fff;
    padding: 30px 30px;
    overflow: hidden;
    margin-top: 38px;
    transition: .5s;
    position: relative;
    margin-right: 30px;
}
.amm-service-thumb{
    overflow: hidden;
}
.amm-service-thumb img{
    transition: 1s;
}
.amm-service-icon i {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #75dab4;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 165px;
}
.amm-service-content h2 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
}
.amm-service-content a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    transition: .5s;
    position: relative;
}
.amm-service-content a::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #75dab4;
    transition: .5s;
}
.amm-service-single-box:hover .amm-service-content a{
    color: #75dab4;
}
.amm-service-single-box:hover .amm-service-content a::before{
    width: 100%;
}
.amm-service-content p {
    width: 90%;
    margin-bottom: 5px;
	transition:.5s;
}
.amm-service-single-box:hover .amm-service-thumb img {
    transform: scale(1.1);
}
.service-shape-thumb {
    position: absolute;
    top: 77%;
    left: 14%;
    z-index: -1;
}

.amm-service-btn {
    display: inline-block;
    margin-top: 57px;
    margin-left: 0;
}
.amm-service-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #75dab4;
    padding: 16px 27px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.amm-service-btn a:hover{
    background: #191a1c;
}
.amm-service-btn a:before {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
}
.amm-service-btn a:hover:before{
    background: #ffffff;
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.service-shape-thumb2 {
    position: absolute;
    top: 29%;
    right: 15%;
    z-index: -1;
}
.service-shape-thumb3 {
    position: absolute;
    left: 5%;
    bottom: 32%;
}
.owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -69px;
}
.owl-dot {
    display: inline-block;
    background: #75dab4;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
}
.owl-dot.active {
    border: 1px solid #75dab4;
    background: transparent;
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
}
/* Style-Two */
.style-two.amm-service-section {
    background: transparent;
}
.style-two.amm-service-section .amm-service-icon i {
    font-size: 60px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    background: transparent;
    color: #75dab4;
    display: inline-block;
    text-align: center;
    border-radius: 0%;
    position: inherit;
    right: inherit;
    top: inherit;
    transition: .5s;
    padding-top: 53px;
}
.style-two.amm-service-section .amm-service-single-box:hover {
    box-shadow: 6px 5px 16px 0px rgb(25 26 28 / 15%);
    transform: translateY(-10px);
}
.style-two.amm-service-section .amm-service-content a {
    margin-bottom: 23px;
    margin-top: 10px;
    transition: .5s;
    font-size: 18px;
}
.style-two.amm-service-section .amm-service-content h2 {
    margin-top: 25px;
    margin-bottom: 16px;
    transition: .5s;
    font-size: 24px;
}
.style-two.amm-service-section .amm-service-single-box:hover .amm-service-icon i,
.style-two.amm-service-section .amm-service-single-box:hover .amm-service-content h2,
.style-two.amm-service-section .amm-service-single-box:hover .amm-service-content p,
.style-two.amm-service-section .amm-service-single-box:hover .amm-service-content a{
	color:#fff;
}
.style-two.amm-service-section .amm-service-single-box {
    position: relative;
    z-index: 1;
    border-radius:5px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
}
.style-two.amm-service-section .amm-service-single-box:before {
    position: absolute;
    content: "";
    background: #191a1c;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    visibility: hidden;
	transition:.5s;
	z-index:-1;
}
.style-two.amm-service-section .amm-service-content a::before {
    display: none;
}
.style-two.amm-service-section .amm-service-single-box:hover:before{
	height:100%;
	top:0;
	visibility:visible;
}
.style-two.amm-service-section .amm-service-single-box:after {
    position: absolute;
    content: "";
    background: url(assets/images/shape-service.png);
    top: 123px;
    left: 191px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.style-two.amm-service-section .amm-service-single-box:hover:after{
	visibility:visible;
	opacity:1;
}
/* Style-Three */
.style-three.amm-service-section {
  background-image:url('assets/images/back-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
}
.style-three.amm-service-section .section-title h5 {
    font-size: 16px;
    color: #75dab4;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.style-three.amm-service-section .amm-service-desc p {
    margin-top: 33px;
    width: 77%;
}
.style-three.amm-service-section .amm-service-desc-2 p {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    width: 87%;
}
.style-three.amm-service-section .amm-service-desc-2 p:before{
    position: absolute;
    content: "";
}

.style1.amm-service-single-box {
    margin-top: 11px;
}
.style-three.amm-service-section .amm-service-single-box {
    background: #fff;
    padding: 30px 41px;
    margin-right: 0;
}
.style-three.amm-service-section .amm-service-single-box:after {
    display: none;
}
.style-three.amm-service-section .amm-service-content a::before {
    display: none;
}
.amm-service-section .section-title h1{
    color: #fff;
}
.style-three.amm-service-section .amm-service-desc p{
     color: #fff;
}
.style-three.amm-service-section .amm-service-desc-2 p{
    color: #fff;
}
.style-three.amm-service-section .amm-service-desc-2 p:before {
    position: absolute;
    content: "";
    background: #75dab4;
    width: 2px;
    height: 75px;
    top: 5px;
    left: -15px;
}
.style-three.amm-service-section .amm-service-content p {
    width: 90%;
    margin-bottom: 0;
    transition: .5s;
    font-size: 14px;
}
.style-three.amm-service-section .amm-service-content a {
    margin-bottom: 15px;
    margin-top: 10px;
    transition: .5s;
    font-size: 14px;
}
.style-three.amm-service-section .amm-service-icon i {
    font-size: 50px;
    padding-top: 30px;
}
/* style-four */
.style-four.amm-service-section {
    background-image:url('assets/images/back-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.style-four.amm-service-section .amm-service-single-box {
    background: #FFFFFF;
    padding: 30px 41px;
    margin-right: 0;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 3%);
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 2px solid #F2F2F2;
}
.style-four.amm-service-section .amm-service-single-box:hover {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 18%);
    transform: translateY(0px);
}
.style-four.amm-service-section .amm-service-content a::before {
    display: none;
}
.style-four.amm-service-section .amm-service-single-box:before {
    display: none;
}
.style-four.amm-service-section .amm-service-single-box:after {
    background: url(assets/images/service-shape-01.png);
    top: 52px;
    left: 202px;
    background-repeat: no-repeat;
}
.style-four.amm-service-section .amm-service-single-box:hover .amm-service-icon i{
    color: #75dab4;
}
.style-four.amm-service-section .amm-service-single-box:hover .amm-service-content h2{
     color: #000000;
 }
 .style-four.amm-service-section .amm-service-single-box:hover .amm-service-content p{
    color: #5c727d;
}
.style-four.service-section .service-single-box:hover .service-content a {
    color: #75dab4;
}
.style-four.service-section .service-content a {
    margin-bottom: 26px;
    margin-top: 17px;
}
.style-four.service-section .service-content p {
    width: 90%;
    margin-bottom: 5px;
    transition: .5s;
    margin: auto;
}
.style-four.service-section .service-content a i {
    padding-left: 7px;
}
.style-four.service-section .service-meta-top {
    position: absolute;
    top: 27px;
    right: 30px;
    transform: translate(65px, 10px);
    visibility: hidden;
    transition: .5s;
}
.style-four.service-section .service-single-box:hover .service-meta-top{
    transform: translate(0px, 10px);
    visibility: visible;
}
.style-four.service-section .service-meta-top span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #75dab4;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
/* style-five */
.style-five.service-section {
    background: #fff;
}
.style-five.service-section .service-desc p {
    margin-top: 47px;
}
/*====================================================
--<	baseline Call-Do-Action Section Css -->
======================================================*/
.call-do-action {
    padding-top: 118px;
    padding-bottom: 65px;
}
.row.call-bg {
    background: url(assets/images/call1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 235px;
    padding-bottom: 235px;
    position: relative;
    z-index: 1;
}
.row.call-bg:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,rgba(208,10,43,0) 0%,rgba(208,10,43,0) 6%,rgba(0,0,0,.70) 52%,rgba(0,0,0,.88) 100%);
    z-index: -1;
    width: 100%;
    height: 100%;
}
/* style-two */
.style-two.call-do-action {
    padding-top: 84px;
    padding-bottom: 0;
    background: #F5F6F9;
    position: relative;
    z-index: 1;
}
.style-two.call-do-action .section-title h5 {
    font-size: 24px;
    color: #75dab4;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.style-two.call-do-action .section-title a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    background: #000;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 34px;
}
.style-two.call-do-action .section-title a:before {
    position: absolute;
    content: "";
    background: #75dab4;
    width: 0%;
    height: 100%;
    top: 0;
    left: -38px;
    z-index: -1;
    transition: .5s;
    transform: skew(50deg);
    visibility: hidden;
}
.style-two.call-do-action .section-title a:hover:before {
    width: 180%;
    visibility: visible;
    bottom: 0;
}
.style-two.call-do-action .call-thumb {
    margin-top: -155px;
    margin-left: 80px;
}
.call-shape {
    position: absolute;
    top: -3px;
    right: 0;
    z-index: -1;
}
/* style-four */
.style-four.call-do-action {
    padding-top: 0;
    padding-bottom: 65px;
}
.style-four.call-do-action .row.call-bg-2 {
    background: #191a1c;
    padding: 41px 0 40px 33px;
    margin-bottom: -154px;
    position: relative;
    z-index: 1;
}
.style-four.call-do-action .call-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.style-four.call-do-action .call-content span {
    font-size: 18px;
    color: #fff;
}
.style-four.call-do-action .call-btn {
    text-align: right;
}
.style-four.call-do-action .call-btn a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: #75dab4;
    padding: 18px 47px;
    margin-right: 37px;
    margin-top: 14px;
    transition: .5s;
}
.style-four.call-do-action .call-btn a:hover {
    background: #000;
    color: #fff;
}
/*====================================================
--<	baseline Feature Section Css -->
======================================================*/
.feature-section {
    padding-top: 0px;
    padding-bottom: 118px;
}
.single-feature-box {
    background: #f5f6f9;
    padding: 53px 0 50px;
    transition: .5s;
    position: relative;
    margin-bottom: 30px;
}
.single-feature-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #75dab4;
    height: 5px;
    width: 0%;
    transition: .5s;
}
.single-feature-box:hover:before{
    width: 100%;
}
.single-feature-box:hover {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    background: #fff;
    transform: translateY(-10px);
}
.feature-num span {
    font-size: 18px;
    font-weight: 600;
    font-family:'Poppins', sans-serif;
    color: #000000;
}
.feature-content h2 {
    font-size: 22px;
    text-transform: uppercase;
}
.feature-content p {
    font-size: 15px;
    width: 80%;
    margin: 9px auto 0;
}
.feature-icon i {
    display: inline-block;
    font-size: 55px;
    color: #75dab4;
    margin-top: 29px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background: #fff;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.single-feature-box:hover .feature-icon i{
    color: #fff;
}
.feature-icon i:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #191a1c;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
    color: #fff;
}
.single-feature-box:hover .feature-icon i:after{
    transform: scale(1);
}
/* Style-Two */
.style-two.feature-section {
    padding-top: 110px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.style-two.feature-section .section-title p {
    position: relative;
    padding-left: 15px;
    padding-top: 37px;
    margin-bottom: 9px;
}
.style-two.feature-section .section-title p:before {
    position: absolute;
    content: "";
    top: 38px;
    left: 2px;
    background: #75dab4;
    width: 2px;
    height: 50px;
}
.style-two.feature-section .single-feature-box {
    background: transparent;
    padding: 0;
    transition: .5s;
    position: relative;
    margin-bottom: 4px;
}
.style-two.feature-section .single-feature-box:hover {
    box-shadow: none;
    background: transparent;
    transform: none;
}
.style-two.feature-section .single-feature-box:before {
    display: none;
}
.style-two.feature-section .feature-icon i {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    margin-top: 29px;
    width: 70px;
    line-height: 70px;
    background: #75dab4;
    transition: .5s;
    border-radius: 50%;
}
.style-two.feature-section .single-feature-box:hover .feature-icon i{
    color: #fff;
}
.style-two.feature-section .feature-icon i:after {
    border-radius: 50%;
}
.style-two.feature-section .feature-content {
    padding-left: 25px;
    padding-top: 25px;
}
.style-two.feature-section .feature-content h2 {
    font-size: 24px;
    text-transform: capitalize;
}
.style-two.feature-section .feature-content p {
    font-size: 15px;
    width: 65%;
    margin: 8px 0 0;
}
/* Style-Three */
.style-three.feature-section {
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: -62px;
}
.style-three.feature-section .feature-items {
    background: #fff;
    padding: 35px 30px 35px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    position: relative;
    z-index: 1;
}
.style-three.feature-section .feature-items:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: #D11030;
    width: 100%;
    height: 2px;
    transition: .5s;
    z-index: -1;
    transform: scale(0);
}
.style-three.feature-section .feature-items:hover:before{
    transform: scale(1);
} 
.style-three.feature-section .feature-icon i {
    display: inline-block;
    font-size: 23px;
    margin-top: 0px;
    width: 50px;
    line-height: 50px;
    height: 50px;
    transition: .5s;
    border-radius: 50%;
    background-color: #FAE6E9;
    color: #DF546C;
}
.style-three.feature-section .feature-content {
    padding-left: 21px;
}
.style-three.feature-section .feature-content h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
    color: #3C464F;
}
.style-three.feature-section .feature-content span {
    font-size: 14px;
}
/* style-four */
.style-four.feature-section {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #14212B;
    position: relative;
    z-index: 1;
}
.style-four.feature-section .section-title {
    padding-top: 110px;
    padding-bottom: 21px;
}
.style-four.feature-section .feature-icon i {
    display: inline-block;
    font-size: 12px;
    color: #EFF0F0;
    margin-top: 35px;
    width: 32px;
    line-height: 32px;
    background: #1A3042;
    transition: .5s;
    border-radius: 50%;
}
.style-four.feature-section .section-title h1 {
    color: #EFF0F0;
}
.style-four.feature-section .section-title h2 {
    color: #EFF0F0;
}
.icon-content {
    margin-top: 32px;
    padding-left: 18px;
}
.icon-content span {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #EFF0F0;
}
.style-four.feature-section .feature-thumb {
    margin-left: 65px;
}
/* style-five */
.style-five.feature-section .feature-thumb {
    margin-left: 0;
}

.style-five.feature-section .section-title h5 {
    color: #fff;
}
.style-five.feature-section .section-title {
    padding-top: 0;
    padding-bottom: 0;
}
/*====================================================
--<	baseline Portfolio Section Css -->
======================================================*/
.portfolio_area {
    padding-top: 98px;
    padding-bottom: 100px;
}
.portfolio_menu {
    margin-top: 40px;
    margin-bottom: 50px;
}
.baseline-single-portfolio {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
}
.portfolio_menu ul li {
    list-style: none;
    display: inline;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 30px;
    font-weight: 700;
    color: #182A3D;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.portfolio_nav {
    margin-top: 16px;
}
.portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
    color: #75dab4;
    border-bottom: 2px solid #75dab4;
}
.baseline-portfolio-thumb{
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.portfolio_area .baseline-portfolio-thumb img {
    transition: .5s;
    overflow: hidden;
    width: 93%;
    margin-bottom: 10px;
}

.portfolio-thumb img {
    width:100%;
}
.baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0,0,0,0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.baseline-single-portfolio:hover .baseline-portfolio-thumb:before{
    opacity: 1;
}
.fortfolio-title {
    position: absolute;
    bottom: 52px;
    left: 40px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}
.baseline-single-portfolio:hover .fortfolio-title{
    transform: translate(0px, 0px);
    opacity: 1;
}
.fortfolio-title h3 a {
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.fortfolio-title h3:after {
    
    background: #75dab4;
    width: 25%;
    position: absolute;
    height: 4px;
    top: 0;
    left: 0;
    content: "";
    
}
.fortfolio-title span{
    color: #fff;
}
.portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(90px, 0px);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.portfolio-icon:hover{
    color: #fff;
}
.baseline-single-portfolio:hover .portfolio-icon{
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}
.style2.baseline-single-portfolio .baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0,0,0,0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}
.style2.baseline-single-portfolio:hover .baseline-portfolio-thumb:before{
    opacity: 1;
}
.style2.baseline-single-portfolio .fortfolio-title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}
.style2.baseline-single-portfolio:hover .fortfolio-title{
    transform: translate(0px, 0px);
    opacity: 1;
}
.style2.baseline-single-portfolio .portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(100px, 0px);
    transition: .5s;
}
.style2.baseline-single-portfolio:hover .portfolio-icon{
    transform: translate(0px, 0px);
}
.style3.baseline-single-portfolio .baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0,0,0,0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}
.style3.baseline-single-portfolio:hover .baseline-portfolio-thumb:before{
    opacity: 1;
}
.style3.baseline-single-portfolio .fortfolio-title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}
.style3.baseline-single-portfolio:hover .fortfolio-title{
    transform: translate(0px, 0px);
    opacity: 1;
}
.style3.baseline-single-portfolio .portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(100px, 0px);
    transition: .5s;
}
.style3.baseline-single-portfolio:hover .portfolio-icon{
    transform: translate(0px, 0px);
}
.style4.baseline-single-portfolio .baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0,0,0,0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}
.style4.baseline-single-portfolio:hover .baseline-portfolio-thumb:before{
    opacity: 1;
}
.style4.baseline-single-portfolio .fortfolio-title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}
.style4.baseline-single-portfolio:hover .fortfolio-title{
    transform: translate(0px, 0px);
    opacity: 1;
}
.style4.baseline-single-portfolio .portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(100px, 0px);
    transition: .5s;
}
.style4.baseline-single-portfolio:hover .portfolio-icon{
    transform: translate(0px, 0px);
}
.style5.baseline-single-portfolio .baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0,0,0,0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}
.style5.baseline-single-portfolio:hover .baseline-portfolio-thumb:before{
    opacity: 1;
}
.style5.baseline-single-portfolio .fortfolio-title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}
.style5.baseline-single-portfolio:hover .fortfolio-title{
    transform: translate(0px, 0px);
    opacity: 1;
}
.style5.baseline-single-portfolio .portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(100px, 0px);
    transition: .5s;
}
.style5.baseline-single-portfolio:hover .portfolio-icon{
    transform: translate(0px, 0px);
}
.style6.baseline-single-portfolio .baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0,0,0,0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}
.style6.baseline-single-portfolio:hover .baseline-portfolio-thumb:before{
    opacity: 1;
}
.style6.baseline-single-portfolio .fortfolio-title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}
.style6.baseline-single-portfolio:hover .fortfolio-title{
    transform: translate(0px, 0px);
    opacity: 1;
}
.style6.baseline-single-portfolio .portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(100px, 0px);
    transition: .5s;
}
.style6.baseline-single-portfolio:hover .portfolio-icon{
    transform: translate(0px, 0px);
}
.portfolio-btn a {
    display: inline-block;
    background: #191a1c;
    color: #fff;
    padding: 14px 38px;
    text-decoration: none;
    margin-left: -60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 18px;
}
.portfolio-btn a:before {
    position: absolute;
    content: "";
    background: #75dab4;
    width: 0%;
    height: 100%;
    top: 0;
    left: -38px;
    z-index: -1;
    transition: .5s;
    transform: skew(50deg);
    visibility: hidden;
}
.portfolio-btn a:hover:before {
    width: 180%;
    visibility: visible;
    bottom: 0;
}
/* Style-Two */
.style-two.portfolio_area {
    padding-top: 98px;
    padding-bottom: 33px;
}
.style-two.portfolio_area .baseline-single-portfolio {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 25px;
    margin-right: 24px;
}
.pt-30 {
    padding-top: 0;
}
.portfolio_nav {
    margin-top: 0;
}
.style-two.portfolio_area .baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 99%;
    background: rgba(24,27,42,0.75);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}
.style-two.portfolio_area .baseline-portfolio-thumb img {
    transition: .5s;
    overflow: hidden;
    width: 100%;
}
.style-two.portfolio_area .portfolio-icon {
    color: #fff;
    border: none;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    transform: translate(-307px, 0px);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    margin-left: 12px;
}
.style-two.portfolio_area .baseline-single-portfolio:hover .portfolio-icon {
    transform: translate(-218px, 0px);
    opacity: 1;
    visibility: visible;
}
.style-two.portfolio_area .style2.baseline-single-portfolio .baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
    background: rgb(24 27 42 / 75%);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}
.style-two.portfolio_area .style3.baseline-single-portfolio .baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
    background: rgb(24 27 42 / 75%);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}
.style-two.portfolio_area .style4.baseline-single-portfolio .baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
    background: rgb(24 27 42 / 75%);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}
.style-two.portfolio_area .style5.baseline-single-portfolio .baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
    background: rgb(24 27 42 / 75%);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}
.style-two.portfolio_area .style6.baseline-single-portfolio .baseline-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
    background: rgb(24 27 42 / 75%);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}
.style-two.portfolio_area .baseline-single-portfolio:hover .baseline-portfolio-thumb:before{
    opacity: 1;
}
.style-two.portfolio_area .portfolio-text {
    margin-top: 55px;
}
.portfolio-text p {
    position: relative;
    z-index: 1;
}
.portfolio-text p:before {
    position: absolute;
    content: "";
    top: 5px;
    left: -13px;
    background: #75dab4;
    height: 103px;
    width: 3px;
}
/* Style-Five */
.style-five.portfolio_area .baseline-single-portfolio .baseline-portfolio-thumb:before {
    height: 13%;
    background: rgba(0,0,0,0.5);
    top: 674px;
}
.style-five.portfolio_area .style3.baseline-single-portfolio .baseline-portfolio-thumb:before {
    height: 26%;
    background: rgba(0,0,0,0.5);
    top: 277px;
}
.style-five.portfolio_area .style4.baseline-single-portfolio .baseline-portfolio-thumb:before {
    height: 26%;
    background: rgba(0,0,0,0.5);
    top: 277px;
}
.style-five.portfolio_area .style5.baseline-single-portfolio .baseline-portfolio-thumb:before {
    height: 26%;
    background: rgba(0,0,0,0.5);
    top: 277px;
}
.style-five.portfolio_area .style6.baseline-single-portfolio .baseline-portfolio-thumb:before {
    height: 26%;
    background: rgba(0,0,0,0.5);
    top: 277px;
}
.style-five.portfolio_area .fortfolio-title {
    bottom: 25px;
}
.style-five.portfolio_area .style3.baseline-single-portfolio .fortfolio-title {
    bottom: 25px;
}
.style-five.portfolio_area .style4.baseline-single-portfolio .fortfolio-title {
    bottom: 25px;
}
.style-five.portfolio_area .style5.baseline-single-portfolio .fortfolio-title {
    bottom: 25px;
}
.style-five.portfolio_area .style6.baseline-single-portfolio .fortfolio-title {
    bottom: 25px;
}
/* single-style */
.portfolio-section{
    padding-top: 80px;
    padding-bottom: 80px;
}
.portfolio-section .section-title h1 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 42px;
    margin-top: 16px;
}
.thumb-content span {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.thumb-content a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #75dab4;
}
.thumb-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.thumb-content {
    background: #fff;
    padding: 20px 25px 22px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    width: 80%;
    position: relative;
    bottom: 66px;
    left: 19px;
}
.portfolio-section .section-title{
    margin-bottom: 43px;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
.portfolio-section .section-title h1 {
    font-size: 34px;
    margin-top: 0;
}
}
@media only screen and (max-width: 319px){
.portfolio-section .section-title h1 {
    font-size: 34px;
    margin-top: 0;
}
}
/* Portfolio-Details */
.portfolio-details{
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-content h2 {
    font-size: 28px;
    font-weight: 800;
    margin-left: 32px;
}
.single-content {
    margin-left: 52px;
}
.single-content h2 {
    font-size: 18px;
    margin-top: 17px;
    position: relative;
}
.single-content h2:before {
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0;
    background: #D5DCE9;
    width: 100%;
    height: 2px;
}
.single-content h2 span {
    font-size: 16px;
    padding-left: 166px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #133344;
}
span.ml2 {
    margin-left: 70px;
}
span.ml3 {
    margin-left: 47px;
}
span.ml4 {
    margin-left: 10px;
}
span.ml5 {
    margin-left: 50px;
}
.single-content span a {
    margin-left: 10px;
    transition:.5s;
}
.single-content span a :hover{
    color: #D11030;
}
span.ml6 {
    margin-left: 58px;
}
.text1 p {
    margin: 32px 0 39px;
}
/*====================================================
--<	baseline Counterup Section Css -->
======================================================*/
.counterup-section {
    padding-bottom: 105px;
    padding-top: 35px;
}
.count-items {
    position: relative;
    z-index: 1;
    padding: 12px;
    border-radius: 5px;
}
.counter-icon i {
    font-size: 45px;
    color: #75dab4;
    display: inline-block;
}
.count h2 {
    font-size: 41px;
    margin-top: 31px;
    margin-bottom: 13px;
    font-family: 'Mouse Memoirs', sans-serif;
}
.count span {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.skill-content h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #020202;
    text-transform: uppercase;
}
.skill-content span {
    margin-top: 12px;
    color: #191a1c;
}
.skill-content {
    margin-top: -10px;
}
input.email-control {
    width: 422px;
    height: 53px;
    padding-left: 20px;
    outline: 0;
    border: none;
}
input.email-control::placeholder{
    color: #9098BC;
}
.btn-control2 {
    position: absolute;
    right: 37%;
    bottom: 25%;
    border: none;
    background: #75dab4;
    color: #fff;
    padding: 10px 22px;
    border-radius: 0;
    margin-bottom: -10px;
    margin-right: -18px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
/*====================================================
--<	baseline Pricing Plan Section Css -->
======================================================*/
.pricing-plan-section {
    padding-top: 80px;
    padding-bottom: 95px;
}
.pricing-plan-section .row {
    margin-top: 42px;
}
.pricing-plan-section .section-title h1 {
    margin-bottom: 29px;
}
.pricing-items {
    background: #fff;
    padding: 40px 0 47px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    transition: .5s;
    overflow: hidden;
	position:relative;
	z-index:1;
}
.pricing-items:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    border: 1px solid #75dab4;
    width: 100%;
    height: 100%;
	opacity:0;
	visibility:hidden;
	transition:.5s;
}
.pricing-items:hover:before{
	opacity:1;
	visibility:visible;
	transform: scale(1);
}
.prticing-icon {
    position: relative;
    z-index: 1;
}
.prticing-icon i {
    font-size: 50px;
    width: 115px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    background: #F5F6F9;
    border-radius: 100%;
    color: #75dab4;
}
.prticing-icon span {
    position: absolute;
    left: 0;
    top: 0;
    background: #191a1c;
    color: #fff;
    padding: 3px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    border-radius: 0 20px 20px 0;
    transition: .5s;
}
.pricing-items:hover .prticing-icon span{
    background: #75dab4;
}
.pricing-title h2 {
    display: inline-block;
    font-size: 45px;
    margin-top: 33px;
}
.pricing-title span {
    font-weight: 600;
}
.pricing-body {
    margin-top: 30px;
}
.pricing-body ul li {
    list-style: none;
    font-weight: 600;
    margin-bottom: 14px;
}
.pricing-btn {
    display: inline-block;
    margin-top: 57px;
    margin-left: 0;
}
.pricing-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #000;
    padding: 16px 27px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.pricing-btn a:hover{
    background: #75dab4;
}
.pricing-btn a:before {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
}
.pricing-btn a:hover:before{
    background: #ffffff;
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.pricing-items:hover .pricing-btn a:before {
    width: 180%;
    visibility: visible;
    bottom: 0%;
    background: #75dab4;
}
/*====================================================
--<	baseline Team-Member Section Css -->
======================================================*/
.team-member-section {
    padding-top: 100px;
    padding-bottom: 98px;
}
.team-bg{
     background-color: #fff;
}
.team-member-section .section-title {
    margin-bottom: 43px;
}
.team-items {
    transition: .5s;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 18%);
}
.team-title-link a
{
   text-decoration:none; 
}
.team-title-link a:hover
{
   text-decoration: none; 
   color: #75dab4;
}
.team-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-thumb img{
    transition: 1s;
    width:100%;
}
.team-items:hover .team-thumb img{
    transform: scale(1.1);
}
.team-social-icon {
    position: absolute;
    top: 20px;
    padding: 10px;
    background-color: #75dab4;
    transform: translate(17px, 0px);
    opacity: 0;
    transition: .6s;
    visibility: hidden;
}


.team-social-icon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 19px solid #75dab4;
    border-left: 40px solid transparent;
    bottom: 0;
    left: 0;
    padding: 5px;
    display: block;
    top: 100%;
}
.team-items:hover .team-social-icon{
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.team-social-icon a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 8px;
    transition: .6s;
}
.team-social-icon a:hover{
    color: #fff;
}
.team-content {
    
    padding-bottom: 20px;
}
.team-content h2 {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.team-content span {
    color: #75dab4;
    font-family: 'Poppins', sans-serif;
}
/* style-four */
.style-four.team-member-section .team-thumb img {
    transition: 1s;
    width: 100%;
}
.style-four.team-member-section .team-content {
    margin-top: 15px;
    margin-left: 15px;
    text-align: left;
}
.style-four.team-member-section .team-content span {
    color: #B7C1D0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.style-four.team-member-section .team-content h2 {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #0C1F34;
    margin-top: -4px;
}

/*====================================================
--<	baseline skill Section Css -->
======================================================*/
.skill-section {
    background: #f5f6f9;
    padding-top: 120px;
    padding-bottom: 122px;
    position: relative;
    z-index: 1;
}
.row.skill-bg {
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    padding: 90px 35px 90px 35px;
}
.skill-section .section-title p {
    margin-top: 34px;
    margin-bottom: 14px;
}
/* progress-bar */
.skill-item {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 14px;
}
.skill-title, .skill-percentage {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.skill-percentage {
    position:absolute;
    top:0;
    right: 0;
}
.count-box {
    border-radius: 3px;
    text-align: center;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.bar-inner {
    width: 100%;
    height: 5px;
    background: #e4e4e4;
    border-radius: 5px;
    position: relative;
    margin: -2px;
}
.progress-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #75dab4;
    border-radius: 5px;
    transition: 3s;
}
.skill-thumb{
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.skill-thumb:before {
    /*background: url(assets/images/img-bg1.png);*/
    content: '';
    position: absolute;
    width: 190px;
    height: 226px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0;
    top: 0;
    z-index: -1;
    transition: 1s;
}
.skill-thumb:after {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: 1s;
}
.skill-thumb:hover:after{
    -webkit-animation: shine 2s;
    animation: shine 2s;
}
/* animation */
@-webkit-keyframes shine{ 100% { left:125% } }
@keyframes shine{ 100% { left:125% } }
/* animation */
.skill-thumb img {
    margin-left: 60px;
}
.skill-shape {
    position: absolute;
    top: 110px;
    left: 237px;
    z-index: -1;
}
.skill-shape img {
    transform: rotate(180deg);
}
/*====================================================
--<	baseline Working-Progress Section Css -->
======================================================*/
.working-process-section {
    padding-top: 105px;
    padding-bottom: 95px;
}
.work-single-content {
    float: right;
    margin-right: 0;
    margin-top: 55px;
    position: relative;
}
.work-single-content:before {
    position: absolute;
    content: "";
    background: #B9B9B9;
    height: 27px;
    width: 2px;
    left: 168px;
    right: 0;
    margin: auto;
    top: 30px;
}
.style2-none.work-single-content:before {
    display: none;
}
.work-counterup h1 {
    font-size: 55px;
    font-weight: 700;
    display: inline-block;
}
.work-counterup span {
    font-weight: 400;
    display: inline-block;
    font-size: 55px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
}
.work-title {
    margin-top: 6px;
}
.work-title span {
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.single-work-box {
    margin-top: 50px;
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    padding: 25px 0 5px;
    transition: .5s;
}
.work-content h2 {
    font-size: 25px;
    font-weight: 700;
    color: #0C1E34;
    margin-top: 22px;
}
.work-icon i {
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 85px;
    background: #FEF5F8;
    text-align: center;
    border-radius: 50%;
    color: #75dab4;
    font-size: 45px;
    position: relative;
    transition: .5s;
    z-index: 1;
}
.single-work-box:hover{
    background: #F1F5FE;
}
.single-work-box:hover .work-icon i{
    color: #fff;
}
.work-icon i:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #191a1c;
    z-index: -1;
    transform: scale(0);
    border-radius: 50%;
    transition: .5s;
    color: #fff;
}
.single-work-box:hover .work-icon i:after{
    transform: scale(1);
}
.work-icon-bottom i {
    display: inline-block;
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
    color: #75dab4;
    margin-top: 0;
    position: relative;
    background: #fff;
    top: 21px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: auto;
    transition:.5s;
}
.single-work-box:hover .work-icon-bottom i{
    background-color: #191a1c;
    color: #fff;
}
/*====================================================
--<	baseline Case-Study Section Css -->
======================================================*/
.case-study-section {
    padding-top: 38px;
    padding-bottom: 100px;
}
.single-case-study {
    margin-right: 31px;
    overflow: hidden;
}
.case-thumb{
    position: relative;
    z-index: 1;
}
.case-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom,rgba(208,10,43,0) 0%,rgb(117 218 180 / 0%) 6%,rgb(117 218 180 / 0%) 52%,rgb(117 218 180) 100%);
    height: 100%;
    transition: .5s;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}
.single-case-study:hover .case-thumb:before{
    opacity: 1;
    visibility: visible;
}
.case-thumb img {
    transition: 1s;
    width: 100%;
}
.single-case-study:hover .case-thumb img{
    transform: scale(1.2);
}
.case-content h2 {
    font-size: 26px;
    font-weight: 700;
}
.case-content h6 {
    margin-top: -5px;
    font-weight: 600;
    font-size: 16px;
    color: #75dab4;
}
.case-content {
    background: #fff;
    width: 80%;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px 0 25px 25px;
    transition: .5s;
    opacity: 1;
    z-index: 1;
    transform: translateY(163px);
}
.case-thumb:hover .case-content{
    opacity: 1;
    transform: translate(0px);
    visibility: visible;
}
.case_list {
    margin-top:45px;
}
.case-content h2 a {
    text-decoration: none;
    font-weight: 700;
}
.case-content h2 a:hover {
    color: #75dab4;
}
/*====================================================
--<	baseline amm-contact-us Section Css -->
======================================================*/
.amm-contact-us {
    padding-bottom: 90px;
    padding-top: 55px;
}
.amm-contact-us .section-title h1 {
    margin-bottom: 20px;
    margin-top: 12px;
}
.section-title p {
    width: 72%;
    margin-top: 5px;
    margin-bottom: 30px;
}
.contact-box {
    margin-bottom: 13px;
}
.contact-icon i {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
    display: inline-block;
    margin-right: 22px;
    text-align: center;
    border-radius: 50%;
    color: #75dab4;
    position: relative;
    z-index: 1;
}
.contact-icon i:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #75dab4;
    z-index: -1;
    transform: scale(0);
    border-radius: 50%;
    transition: .5s;
}
.contact-box:hover .contact-icon i:after{
    transform: scale(1);
}
.contact-box:hover .contact-icon i{
    color: #fff;
}
.contact-content h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #232323;
}
.contact-form {
    margin-bottom: 30px;
    position: relative;
}
.contact-style {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    background: #fff;
    border: none;
    outline: 0;
}
.contact-style-msg {
    width: 100%;
    height: 185px;
    padding-left: 20px;
    background: #fff;
    border: none;
    outline: 0;
    padding-top: 20px;
}
.contact-form i {
    position: absolute;
    left: 88%;
    right: 0;
    margin-top: 20px;
    font-size: 14px;
    color: #75dab4;
}
.contact-form-msg {
    position: relative;
}
.contact-form-msg i {
    position: absolute;
    right: 20px;
    margin-top: 29px;
    font-size: 14px;
    color: #75dab4;
}
.select-option {
    margin-bottom: 30px;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: none;
    outline: 0;
    color: #667987;
    background: #fff;
}
.select-option::placeholder{
    color: #f00;
}
.form-option-contact {
    background: #fff;
    border: none;
    outline: 0;
}
.button {
    float: right;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background: #000;
    color: #fff;
    padding: 16px 38px 16px;
    border: none;
    text-transform: uppercase;
    margin-top: 23px;
}
.button:hover {
    background: #75dab4;
    color: #fff;
}
.contact-button i {
    position: absolute;
    right: 20%;
    margin-top: 46px;
    font-size: 11px;
    color: #fff;
    margin-right: 6px;
}
/* style-four */
.style-four.amm-contact-us {
    padding-bottom: 90px;
    padding-top: 110px;
}
.contact-thumb img{
    width:100%;
}
/* single-style */
.single-style.amm-contact-us .section-title h1 {
    margin-bottom: 20px;
    margin-top: 12px;
    line-height: 58px;
    font-size: 42px;
    margin-bottom: 50px;
}
.single-style.amm-contact-us .contact-icon {
    margin-top: 8px;
}
.single-style.amm-contact-us .contact-icon i {
    background: #75dab4;
    color: #fff;
}
.single-style.amm-contact-us .contact-box {
    margin-bottom: 30px;
    transition: .5s;
}
.single-style.amm-contact-us .contact-content h2 {
    font-size: 15px;
    margin-bottom: -6px;
}
/* Error-Section */
.error-section {
    padding-top: 0;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.error-content {
    margin-top: 40px;
}
.error-content h2 {
    margin-bottom: 20px;
    font-size: 41px;
    color: #191a1c;
}
.error-btn a {
    display: inline-block;
    text-decoration: none;
    padding: 11px 30px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}
.error-btn a {
    display: inline-block;
    text-decoration: none;
    padding: 11px 30px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    margin-top: 30px;
    transition: .5s;
}
.error-btn a:hover{
    background: #75dab4;
}
.error-img-width
{
    width:100%;
}
/*====================================================
--<	baseline Testimnial Section Css -->
======================================================*/
.testimonial-section {
    background: #fff;
    padding-top: 108px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.testimonial-section .section-title h1 {
    margin-bottom: 30px;
    margin-top: 13px;
}
.testi-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.testi-side-img {
    width: 100%;
    padding-top: 35px;
}
.testi-thumb:before {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
}
.testi-thumb img {
    background: #fff;
    border-radius: 50%;
    box-shadow: 15px 0px 50px rgb(5 5 5 / 2%);
}
.testi-desc p {
    font-size: 15px;
    color: #5C727D;
    width: 72%;
    margin: 36px auto 31px;
    line-height: 38px;
}
.testi-title h2 {
    font-size: 18px;
    color: #191a1c;
    text-transform: uppercase;
    margin-bottom: -7px;
}
.testi-sub-title p {
    color: #75dab4;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.testi_list .owl-nav {
    position: relative;
    opacity: 0;
    transition: .5s;
    left: 50px;
    right: 50px;
    visibility: hidden;
}
.testi_list:hover .owl-nav{
    opacity: 1;
    left: 0;
    right: 0;
    visibility: visible;
}
.testi_list .owl-prev {
    position: absolute;
    left: 0;
    top: -250px;
    margin: auto;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
    background: #fff;
    color: #75dab4;
    transition:.5s;
}
.testi_list .owl-next {
    position: absolute;
    right: 0;
    top: -250px;
    margin: auto;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #75dab4;
    transition:.5s;
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
}
.owl-prev:hover{
    color: #fff;
    background: #75dab4;
}
.owl-next:hover{
    color: #fff;
    background: #75dab4;
}
.owl-prev i,.owl-next i {
    font-size: 20px;
}
.testi_list .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -38px;
}
/* style-two */
.style-two.testimonial-section .single-testimonial {
    padding: 50px 40px;
    background: #fff;
    border: 2px solid #75dab4;
    transition: .5s;
    margin-right: 30px;
}
.style-four.testimonial-section .section-title h1 {
    margin-bottom: 52px;
    margin-top: 16px;
    color:#fff;
} 
.style-two.testimonial-section .single-testimonial:hover{
    background: #75dab4;
}
.style-two.testimonial-section .testi-thumb:before {
    display: none;
}
.style-two.testimonial-section .testi-thumb img {
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.style-two.testimonial-section .testi-content {
    float: right;
    margin-left: 78px;
    margin-top: -66px;
}
.style-two.testimonial-section .testi-title h2 {
    transition: .5s;
    text-transform: capitalize;
}
.style-two.testimonial-section .testi-rating {
    float: right;
    margin-top: 5px;
}
.style-two.testimonial-section .testi-rating span{
    color: #FFA115;
    font-size: 12px;
    transition: .5s;
}
.style-two.testimonial-section .testi-desc p {
    font-size: 17px;
    color: #7B8D96;
    width: 99%;
    margin: 7px 0 -11px 0;
    transition: .5s;
}
.style-two.testimonial-section .testi-sub-title p {
    color: #A1A7BC;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .5s;
}
.style-two.testimonial-section .single-testimonial:hover .testi-rating span,
.style-two.testimonial-section .single-testimonial:hover .testi-title h2,
.style-two.testimonial-section .single-testimonial:hover .testi-sub-title p,
.style-two.testimonial-section .single-testimonial:hover .testi-desc p{
    color: #fff;
}
/* style-four */
.style-four.testimonial-section {
    background-image:url('assets/images/back-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 108px;
    padding-bottom: 123px;
    position: relative;
    z-index: 1;
}
.style-four.testimonial-section:before {
    display: none;
}
.style-four.testimonial-section .single-testimonial {
    padding: 52px 40px 43px;
    background: #fff;
    border: none;
    transition: .5s;
    margin-right: 30px;
}
.style-four.testimonial-section .testi-content {
    float: inherit;
    margin-left: 78px;
    margin-top: -66px;
}
.style-four.testimonial-section .testi-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 24px;
}
.style-four.testimonial-section .testi-desc p {
    line-height: 33px;
}
.style-four.testimonial-section .testi-desc i {
    font-size: 23px;
    margin-right: 10px;
    transition: .5s;
}
.style-four.testimonial-section .testi-desc span {
    color: #7B8D96;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    transition: .5s;
}
.style-four.testimonial-section .testi-title h2 {
    font-family: 'Poppins', sans-serif;
}
.style-four.testimonial-section .single-testimonial:hover .testi-desc span,
.style-four.testimonial-section .single-testimonial:hover .testi-desc i{
    color: #fff;
}
.center .single-testimonial{
    background: #75dab4 !important;
}
.center .testi-desc span,
.center .testi-desc i,
.center .testi-sub-title p,
.center .testi-title h2,
.center .testi-desc p{
    color: #fff !important;
}
.testi_list_3 .owl-dots {
    display: none;
}
.testi-shape {
    position: absolute;
    top: 15%;
    right: 12%;
}
.testi_list_3 .owl-nav {
    position: relative;
    z-index: 1;
}
.testi_list_3 .owl-prev {
    position: absolute;
    left: -91px;
    top: -217px;
    border: 1px solid #F0CCD4;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #75dab4;
    opacity: 0;
    transition: .5s;
}
.testi_list_3 .owl-next {
    position: absolute;
    right: -59px;
    top: -217px;
    border: 1px solid #F0CCD4;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #75dab4;
    opacity: 0;
    transition: .5s;
}
.testi_list_3:hover .owl-prev,
.testi_list_3:hover .owl-next{
    opacity: 1;
}
.testi_list_3 .owl-prev:hover {
    color: #fff;
    background: #75dab4;
}
.testi_list_3 .owl-next:hover {
    color: #fff;
    background: #75dab4;
} 
/*====================================================
--<	baseline Blog Section Css -->
======================================================*/
.bolg-section {
    padding-top: 95px;
    padding-bottom: 86px;
}
.blog-bg {
    background-color: #fff;
}
.bolg-section .white-bg{
    background-color:#ffffff!important;
}
.bolg-section .section-title h2 {
    font-size: 55px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    margin-top: 17px;
}
.bolg-section .blog-itmes {
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 31%);
    padding-bottom: 30px;
    background-color: #fff;
    border-radius:5px;
    margin-bottom: 30px;
    margin-top: 43px;
}
.bolg-section .blog-thumb {
    position: relative;
    overflow: hidden;
}
.bolg-section .blog-thumb img {
    transition: .5s;
    overflow: hidden;
    width: 100%;
}
.bolg-section .blog-itmes:hover .blog-thumb img {
    transform: scale(1.1) rotate(5deg);
    overflow: hidden;
}
.bolg-section .blog-content {
    padding-left: 19px;
}
.bolg-section .blog-meta-top {
    position: absolute;
    bottom: 11px;
    left: 11px;
}
.bolg-section .blog-meta-top span {
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    background: #75dab4;
    padding: 10px 18px 8px;
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
    transition: .5s;
}
.bolg-section .blog-itmes:hover .blog-meta-top span{
    color: #75dab4;
    background: #fff;
}
.bolg-section .blog-meta-bottom {
    padding-top: 17px;
    padding-bottom: 5px;
}
.bolg-section .blog-meta-bottom span {
    font-size: 15px;
    color: #68697D;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.bolg-section .blog-meta-bottom span i {
    font-size: 11px;
    color: #75dab4;
    padding-left: 13px;
}
.bolg-section .blog-title h2 {
    margin-top: 0;
    margin-left: 0;
}
.bolg-section .blog-title h2 a {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.bolg-section .blog-title h2 a:hover{
    color: #000000;
}
.bolg-section .blog-title h2 a:before {
    position: absolute;
    content: "";
    bottom: 4px;
    left: 0;
    height: 2px;
    width: 0%;
    background: #858F99;
    transition: .8s;
    visibility: hidden;
}

.bolg-section .blog-text p {
    font-size: 15px;
    width: 81%;
    color: #72718F;
    margin-top: 6px;
    margin-bottom: 6px;
}
.bolg-section .blog-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #000;
    padding: 12px 17px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.bolg-section .blog-btn a:hover{
    background: #75dab4;
}
.bolg-section .blog-btn a:before {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
}
.bolg-section .blog-btn a:hover:before{
    background: #ffffff;
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
/* Style-Two */
.style-two.bolg-section .style2.blog-itmes {
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 10%);
    padding-bottom: 19px;
    margin-bottom: -18px;
    margin-top: 43px;
}
.style-two.bolg-section .section-title h2 {
    margin-bottom: 30px;
}
.style-two.bolg-section .blog-meta-top {
    position: absolute;
    left: 15px;
    background: #14212B;
    padding: 2px 27px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.style-two.bolg-section .blog-itmes:hover .blog-thumb img {
    transform: scale(1.1) rotate(0deg);
    overflow: hidden;
}
.style-two.bolg-section .blog-thumb img {
    transition: .5s;
    overflow: hidden;
    width: 100%;
}
.style-two.bolg-section .blog-meta-top h6 {
    margin-top: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.style-two.bolg-section .style2 .blog-meta-top {
    position: absolute;
    bottom: 140px;
    left: 15px;
    background: #14212B;
    padding: 2px 27px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.style-two.bolg-section .style2 .blog-title h2 a {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-bottom: 0px;
}
.style-two.bolg-section .style2 .blog-content {
    margin-top: 20px;
}
.style-two.bolg-section .blog-content {
    padding-left: 19px;
    margin-top: 22px;
}
.style-two.bolg-section .blog-title h2 a {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-bottom: 10px;
}
.style-two.bolg-section .blog-title h2 a:before {
    display: none;
}
.style-two.bolg-section .blog-text p {
    font-size: 15px;
    width: 86%;
    color: #72718F;
    margin-top: 6px;
    margin-bottom: 20px;
}
.style-two.bolg-section .blog-bottom-thumb {
    margin-top: 19px;
}
.style-two.bolg-section .blog-thumb-content {
    display: inline-block;
}
.style-two.bolg-section .blog-thumb-content span {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    margin-left: 7px;
}
.style-two.bolg-section .blog-btn {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
}
.style-two.bolg-section .blog-btn a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    transition: .5s;
    position: relative;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-radius: 5px;
}
/* style-four */
.style-four.bolg-section {
    padding-top: 95px;
    padding-bottom: 74px;
    background: #fff;
}
.style-four.bolg-section .section-title h1 {
    margin-bottom: 15px;
}
.style-four.bolg-section .blog-itmes:hover .blog-btn a {
    color: #fff !important;
}
/* Single-Style */
.blogs-section {
    padding-top: 130px;
    padding-bottom: 100px;
	position:relative;
}
.latest-blog {
    background: #fff;
    padding: 20px 0 44px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 12%);
}
.single-blog-content {
    background: #fff;
    padding: 30px 0 30px 30px;
    position: relative;
    width: 90%;
    top: -136px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    z-index: 1;
} 
.blogs-section  .blog-thumb img {
    width:100%;
}
.blogs-section .blog-meta-top2 span {
    font-size: 13px;
    margin-left: 5px;
}
span.color i {
    color: #75dab4;
}
.blogs-section .blog-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    color: #191a1c;
}
.blogs-section .blog-text p {
    margin: 12px 0 13px;
    width: 90%;
}
.pagination ul li {
    list-style: none;
    display: inline;
}
.pagination ul li a {
    display: inline-block;
    text-decoration: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    border-radius: 50%;
    text-align: center;
    margin-left: 15px;
}
.pagination ul li a:hover{
    background: #75dab4;
    color: #fff;
}
a.current-menu {
    background: #75dab4 !important;
    color: #fff;
}
.pagination {
    margin-left: 260px;
    margin-top: -90px;
}
.about-me-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #191a1c;
    margin-top: 0;
    margin-bottom: -6px;
} 
.about-me-content span {
    font-size: 12px;
    color: #5C727D;
}
.review span {
    color: #FF5A3C;
}
span.cor {
    color: #D4D0CA;
}
.review span i {
    font-size: 10px;
}
.about-me-content p {
    width: 78%;
    margin: 4px auto 0;
}
.about-me-soical a {
    display: inline-block;
    font-size: 12px;
    color: #1F3E4D;
    margin-left: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    border-radius: 50%;
    margin-top: 30px;
    transition: .5s;
    text-align: center;
}
.about-me-soical a:hover{
    background: #75dab4;
    color: #fff;
}
.blog-src-bar {
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    padding: 20px 30px 42px;
    margin-top: 28px;
    margin-bottom: 30px;
}
.blog-src-bar h2 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 14px;
    color: #133344;
}
.blog-src-bar h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #75dab4;
    height: 20px;
    width: 2px;
}
input.blog-control {
    width: 100%;
    height: 53px;
    outline: 0;
    border: 1px solid #DCE1E3;
    padding-left: 20px;
}
.blog-src-bar .blog-btn {
    float: right;
    top: -52px;
    background: #75dab4;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    position: relative;
    border: none;
}
.blog-drop-form h2 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 14px;
    color: #133344;
}
#contact_form3 {
    background: #F7F7F7;
    padding: 58px 44px 42px 30px;
    margin-bottom: 30px;
}
.contact-align
{
    text-align:left;
}
.contact-bg-form{
    background-color: #75dab429;
    padding: 21px;
}
.contact-form_2 {
    position: relative;
}
.contact-form_2 i {
    position: absolute;
    left: 22px;
    right: 0;
    margin-top: 20px;
    font-size: 11px;
    color: #5C727D;
    top: -2px;
}
.contact-form-msg-2 i {
    position: absolute;
    left: 64%;
    right: 0;
    margin-top: 29px;
    font-size: 12px;
    color: #5C727D;
    margin-left: 15px;
}
.contact-style_2 {
    width: 100%;
    height: 45px;
    padding-left: 40px;
    background: #fff;
    border: none;
    outline: 0;
    margin-bottom: 20px;
}
.contact-style-msg2 {
    width: 100%;
    height: 185px;
    padding-left: 45px;
    background: #fff;
    border: none;
    outline: 0;
    padding-top: 20px;
}
.contact-style-msg2::placeholder{
    font-size: 12px; 
}
.contact-style_2::placeholder{
    font-size: 12px;
}
.contact-style-msg_2::placeholder{
    font-size: 12px;
}
.blog-drop-form h2 {
    margin-top: -20px;
    margin-bottom: 28px;
}
.blog-button {
    float: right;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background: #000;
    color: #fff;
    padding: 9px 38px 9px;
    border: none;
    text-transform: capitalize;
    margin-top: 23px;
    width: 100%;
}
.blog-button:hover {
    background: #75dab4;
    color: #fff;
}
.blog-latest {
    background: #fff;
    padding: 10px 30px 38px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
}
.blog-latest-items {
    margin-bottom: -20px;
    margin-left: -24px;
}
.blog-latest h2 {
    font-size: 22px;
    color: #153546;
    position: relative;
}
.blog-latest h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #75dab4;
    height: 20px;
    width: 2px;
}
.b-content {
    margin-top: 13px;
}
.b-content span {
    font-size: 9px;
}
.b-content span i {
    color: #75dab4;
}
.b-content h3 {
    font-size: 15px;
    margin-top: -10px;
    margin-bottom: -13px;
}
.top-catagories {
    background: #fff;
    padding: 10px 30px 38px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    margin-top: 30px;
}
.top-catagories h2 {
    font-size: 22px;
    position: relative;
}
.top-catagories h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #75dab4;
    height: 20px;
    width: 2px;
}
.top-catagories span {
    display: block;
    font-size: 15px;
    background: #e0fff3b8;
    padding: 5px 22px;
    margin-bottom: 15px;
    color: #71767d;
    margin-top: 20px;
}
.follow-us {
    background: #fff;
    padding: 10px 30px 30px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    margin-top: 30px;
}
.follow-us h2 {
    font-size: 22px;
    position: relative;
    margin-bottom: -20px;
}
.follow-us h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #75dab4;
    height: 20px;
    width: 2px;
}
.follow-us .about-me-soical {
    margin-left: -29px;
}
.tags{
    background: #fff;
    padding: 10px 30px 30px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    margin-top: 30px;
}
.tags h2 {
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
}
.tags h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #75dab4;
    height: 20px;
    width: 2px;
}
.tags span {
    font-size: 14px;
    border: 2px solid #75dab4;
    padding: 2px 20px 2px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 15px;
    color: #75dab4;
    transition: .5s;
}
.tags span:hover{
    background: #75dab4;
    color: #fff;
}
/* blog-details */
.style-2 .single-blog-content {
    width: 100%;
    top: 0;
}
.style-2 .blog-meta-top2 {
    margin-bottom: 14px;
}
.blog-text2 p {
    margin: 29px 0 30px;
    width: 82%;
}
.blog-text3 p {
    width: 86%;
}
.blogs-section .style-2 .blog-meta-top2 span {
    font-size: 16px;
}
.blog-title-2 h2 {
    font-size: 28px;
    color: #191a1c;
    margin-top: 36px;
}
.blog-text4 p {
    width: 88%;
    margin-top: 21px;
    margin-bottom: 42px;
}
.blog-text5 {
    background: #e9fff6;
    padding: 10px 21px 10px;
    border-left: 5px solid #75dab4;
    width: 96%;
}
.blog-text5 p {
    width: 80%;
    font-style: italic;
    font-size: 18px;
}
.blog-bullets h2 {
    font-size: 26px;
    margin: 50px 0 18px;
}
.blog-bullets ul {
    padding-left: 40px;
}
.blog-text6 p {
    margin: 30px 0 38px;
    width: 92%;
}
.blog-single-thumb img {
    margin-right: 23px;
}
.blog-social-icon.text-center {
    margin-left: -105px;
}

.blog-social-icon ul li {
    display: inline;
    list-style: none;
}
.blog-social-icon ul li a {
    display: inline-block;
    font-size: 12px;
    color: #1F3E4D;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    border-radius: 50%;
    margin-top: 30px;
    transition: .5s;
    text-align: center;
    position: relative;
}
.blog-social-icon ul li a:hover {
    background: #75dab4;
    color: #fff;
}
.blog-comment {
    margin-bottom: 46px;
    position: relative;
}
.blog-comment:before {
    position: absolute;
    content: "";
    bottom: -22px;
    left: 0;
    background: #E5E9EA;
    width: 95%;
    height: 1px;
}
.blog-comment h3 {
    font-size: 24px;
    color: #133344;
    margin-top: 50px;
    margin-bottom: 28px;
    position: relative;
}
.blog-comment h3:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #75dab4;
    height: 20px;
    width: 2px;
}
.blog-comment-title h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #133344;
}
.blog-comment-title span {
    font-size: 10px;
    color: #FF5A3C;
}
.blog-comment-title h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #133344;
    margin-right: 22px;
    margin-top: 0;
    margin-left: 15px;
}
.blog-date {
    margin-top: -10px;
}
.blog-date span {
    font-size: 12px;
    color: #151F48;
    margin-left: 16px;
}
.blog-comment-text p {
    font-size: 15px;
    width: 82%;
    margin-left: 15px;
}
.blog-checkbox {
    margin-top: 27px;
}
input.checkbox-control2 {
    width: 12px;
    margin-top: 0;
    cursor: pointer;
}
label.checkbox-control {
    color: #3B5664;
    margin-left: 0;
}
.style3.contact-form-msg-2 i {
    position: absolute;
    left: 9%;
    right: 0;
    margin-top: 29px;
    font-size: 12px;
    color: #5C727D;
    margin-left: 11px;
}
.style3 .blog-button {
    margin-top: 40px;
    width: 100%;
    float: left;
}
.style3.blog-drop-form h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #75dab4;
    height: 20px;
    width: 2px;
}
/*====================================================
--<	baseline Brand Section Css -->
======================================================*/
.brand-section {
    position: relative;
    z-index: 1;
    padding-top: 95px;
    padding-bottom: 86px;
    background-image:url('assets/images/back-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.brand-bg {
    padding: 125px 0 40px 13px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.brand-section .section-title p:before {
    position: absolute;
    content: "";
    top: 38px;
    left: 2px;
    background: #75dab4;
    width: 2px;
    height: 50px;
}
.brand-section .section-title p{
    color:#fff;
}

.brand-section .section-title p {
    position: relative;
    padding-left: 15px;
    padding-top: 37px;
    margin-bottom: 0px;
}

.brand-section .section-title h1
{
    color:#fff;
}
.brand_list .owl-dots {
    display: none;
}
.brand-thumb img{
    transition: .5s;
    filter: grayscale(1);
}
.brand-thumb img:hover{
    filter: grayscale(0);
}

/*====================================================
--<	baseline Footer Section Css -->
======================================================*/
.footer-section {
    
    background-image:url('assets/images/footer-bg.jpg');
    padding-top: 110px;
    padding-bottom: 104px;
    position: relative;
}
.footer-title {
    margin-bottom: -16px;
}
.footer-title h2 {
    font-size: 25px;
    color: #fff;
}
.footer-text p {
    color: #f4f6fec9;
    font-size: 16px;
    width: 93%;
    margin: 22px 0px 50px;
}
.footer-address {
    margin-top: -27px;
}
.footer-social-icon ul li {
    display: inline;
    list-style: none;
}
.footer-social-icon ul li a {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 12px;
    transition: .3s;
    font-size: 16px;
}
.footer-social-icon a:hover{
    color:#0c5adb;
}
.footer-title h2 {
    color: #f8f9fe;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
}
.footer-menu ul {
    list-style: none;
}
.footer-menu ul li a {
    display: inline-block;
    color: #f4f6fec9;
    text-decoration: none;
    margin-bottom: 13px;
    font-size: 15px;
	transition:.5s;
}
.footer-menu ul li a:hover{
	color:#75dab4;
}

.color-link
{
    color: #f4f6fec9;
    text-decoration: none;
}
	
.footer-social-icon ul li a {
    display: inline-block;
    text-align: center;
    color: #B1B6C9;
    margin-right: 12px;
    transition: .3s;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    border-radius: 50%;
}
.footer-social-icon ul li a:hover{
    color: #fff;
    background: #75dab4;
}
.footer-about {
    margin-bottom: 20px;
}
.footer-icon i {
    color: #fff;
    font-size: 26px;
}
.footer-content {
    margin: -15px 0px 0px 16px;
}
.footer-content h6 {
    color: #f4f6fe;
    font-size: 16px;
}
.footer-content span {
    color: #f4f6fec9;
    font-size: 16px;
}
.footer-logo img {
    margin-top: 15px;
}
.footer-right-text p {
    margin-top: 13px;
    color: #f4f6fec9;
}
.footer-right-side span i {
    color: #8A8D94;
    padding-right: 13px;
}
.footer-right-side span{
    color: #f4f6fec9;
}
/* footer-bottom */
.footer-bottom {
    background: #191a1c;
    padding: 24px 0 8px;
}
.copy-right-text p {
    color: #CCCDD1;
}
.footer-menu-right ul {
    list-style: none;
    text-align: right;
}
.footer-menu-right ul li {
    display: inline;
}
.footer-menu-right ul li a {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    color: #CCCDD1;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
	transition:.5s;
}
.footer-menu-right ul li a:hover{
	color:#75dab4;
}
.footer-menu-right ul li a:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 13px;
    top: 8px;
    left: 120px;
    background: #CCCDD1;
}


.pad-team {
    padding-top: 5px;
    color: #fff!important;
}
.pad-team-ptb {
    padding-top: 5px;
}

/*====================================================
--<	About Section Css -->
======================================================*/

.about-section-two {
    position: relative;
    padding: 90px 0 60px;
}

.about-section-two .text-column {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.order-2 {
    order: 2;
}

.about-section-two.style-two .text-column .inner-column {
    padding-left: 65px;
    padding-right: 0;
}

.about-section-two .text-column .inner-column {
    position: relative;
    padding-right: 65px;
}

.about-section-two .sec-title-a {
    margin-bottom: 1.7em;
}

.sec-title-a {
    position: relative;
    margin-bottom: 85px;
}

.sec-title-a .sub-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 20px;
    color: #75dab4;
    background: #eef3f9;
    border-radius: 10px;
    margin-bottom: 15px;
}

.sec-title-a h3 {
    position: relative;
    font-size: 36px;
    color: #000000;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 0px;
}

.about-section-two .sec-title-a .text {
    padding-top: 15px;
    margin-top: 15px;
}

.mbs-35 {
    margin-bottom: 35px !important;
}

.sec-title-a .text {
    position: relative;
}

.sec-title-a .text:before {
    position: absolute;
    width: 30px;
    height: 3px;
    top: 0px;
    left: 0;
    content: "";
    border-radius: 2px;
    background: #75dab4;
}

.about-section-two .image-column {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 39px;
    border-radius: 10px;
}

.about-section-two .about-area {
    position: relative;
    padding-top: 50px;
    padding-bottom: 10px;
}

.about-section-two .about-area .feature-block-three {
    margin-bottom: 30px;
}

.feature-block-three .inner-box {
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 35px 40px 33px 40px;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 15%);
    transition: all 300ms ease;
}

.feature-block-three .inner-box .content {
    position: relative;
    padding-left: 78px;
}

.feature-block-three .inner-box .icon {
    position: absolute;
    left: 0;
    top: 24%;
    font-size: 50px;
    line-height: 50px;
    color: #75dab4;
    font-weight: 400;
    transition: all 300ms ease;
}

.feature-block-three .inner-box h4 {
    position: relative;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    transition: all 300ms ease;
}

.feature-block-three .inner-box p {
    font-size: 15px;
    line-height: 27px;
    color: rgba(0,0,0,0.75);
    font-weight: 400;
    margin-top: 9px;
    transition: all 300ms ease;
}

.feature-block-three .inner-box:hover .icon, .feature-block-three .inner-box:hover h4, .feature-block-three .inner-box:hover p {
    color: #ffffff;
}

.feature-block-three .inner-box:hover {
    background-color: #75dab4;
}

.about-p, .text {
    font-size: 15px;
    line-height: 27px;
    color: #4C4C4D;
    margin: 0;
}
.as-btn  {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #000;
    padding: 12px 17px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.as-btn:hover{
    background: #75dab4;
    color:#fff;
}
.as-btn:before {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
}
.as-btn:hover:before{
    background: #ffffff;
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
@media (max-width: 278px) {
.sec-title-a h3 {
    font-size: 28px;
    }
}

/*====================================================
--<	Partner Section Css -->
======================================================*/

.partners {
    padding-top: 60px;
}

.our-partners {
    margin-bottom: 0;
    padding-bottom: 60px;
}

.our-partners {
    margin-bottom: 60px;
}

.partners-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partners-item {
    width: 50%;
    text-align: center;
    align-self: center;
    margin-top: 98px;
}

.partners-item img {
    display: inline-block;
    vertical-align: top;
    max-width: 90%;
    height: auto;
    filter: grayscale(1);
    transition: filter 0.3s ease;
}

.partners-item img:hover {
    filter: grayscale(0);
}

@media (min-width: 1200px) {
.our-partners {
    margin-bottom: 0;
    padding-bottom: 60px;
    }
}



@media (min-width: 768px) {
.our-partners {
    margin-bottom: 0;
    padding-bottom: 100px;
    }
}

@media (min-width: 768px) {
.our-partners {
    margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
.partners-item {
    width: 25%;
    }
}

@media (min-width: 576px) {
.partners-item {
    width: 33.33%;
    }
}

@media (min-width: 1200px) {
.our-partners {
    margin-bottom: 60px;
    }
    .partners-item {
    width: 20%;
    }
}

/*====================================================
--<	Latest Article Section Css -->
======================================================*/
.ml-blog-3{
    margin-left: 3.888%;
}

.md-pt-80 {
    padding-top: 60px;
     padding-bottom: 60px;
}

.latest-articles {
    margin-bottom: 60px;
}

.latest-articles-featured-post {
    margin-bottom: 0px;
}

.latest-article--featured {
    position: relative;
    display: flex;
}

.latest-article--featured .latest-article-tag {
    position: absolute;
    top: 24px;
    left: 32px;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
}

.latest-article-image {
    overflow: hidden;
}

.latest-article-image img {
    display: block;
    width: 100%;
    height: auto;
}

.latest-article--featured .latest-article-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 1;
    padding: 0 32px;
}

.latest-article-detail {
    display: flex;
    margin-bottom: 12px;
}

.latest-article--featured .latest-article-detail::before {
    color: #ffffff;
}

.latest-article-detail::before {
    content: "|";
    margin: 0 8px;
    font-size: 14px;
    line-height: 1;
    color: #999999;
}

.latest-article-category {
    font-size: 14px;
    line-height: 1;
    color: #000000;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    order: -1;
}

.latest-article--featured .latest-article-date {
    color: #ffffff;
}

.latest-article-date {
    font-size: 14px;
    line-height: 1;
    color: #999999;
    letter-spacing: 0.025em;
}

.latest-article-heading {
    margin: 0;
    font-size: 24px;
    line-height: 1.16;
    color: #000000;
}

.latest-article--featured .latest-article-heading a {
    color: #ffffff;
}

.latest-article-heading a {
    color: #000000;
    transition: color 0.3s ease;
}

.latest-articles-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.latest-articles-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.latest-articles-item {
    margin-top: 36px;
    padding-top: 36px;
    border-top: solid 1px #dadada;
}

.latest-article-detail {
    display: flex;
    margin-bottom: 12px;
}

.latest-article-detail::before {
    content: "|";
    margin: 0 8px;
    font-size: 14px;
    line-height: 1;
    color: #999999;
}

.latest-article-category {
    font-size: 14px;
    line-height: 1;
    color: #000000;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    order: -1;
}

.latest-article-category a {
    color: #000000;
    transition: color 0.3s ease;
}

.latest-article-white a {
    color: #ffffff;
}

.latest-article-date {
    font-size: 14px;
    line-height: 1;
    color: #999999;
    letter-spacing: 0.025em;
}

.latest-article-category a:hover, .latest-article-category a:focus {
    outline: none;
    color: #75dab4;
}

.latest-article-heading a:hover, .latest-article-heading a:focus {
    outline: none;
    color: #75dab4;
}

.latest-articles-header {
    margin: 0 0 20px;
    padding-top: 90px;
}

.latest-articles-item {
    margin-top: 36px;
    padding-top: 36px;
    border-top: solid 1px #dadada;
}

@media (min-width: 768px) {
.latest-articles-header {
    margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
.latest-article--featured .latest-article-tag {
    top: 60px;
    left: 70px;
    font-size: 18px;
    }
}

@media (min-width: 768px) {
.latest-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
}

@media (min-width: 992px) {
.latest-article--featured .latest-article-content {
    bottom: 50px;
    padding: 0 70px;
    }
}

@media (min-width: 992px) {
.latest-article--featured .latest-article-heading {
    font-size: 36px !important;
    }
}

@media (max-width: 290px) {
.latest-article-heading {
    font-size: 14px;
    }
}

@media (max-width: 290px) {
.latest-article-category {
    font-size: 10px;
    }
}

@media (max-width: 290px) {
.latest-article-date {
    font-size: 10px;
    }
}

@media (min-width: 768px) {
.latest-article-heading {
    font-size: 24px;
    }
}

@media (min-width: 768px) {
.latest-articles-item {
    margin-top: 20px;
    padding-top: 20px;
    }
}

@media (min-width: 992px) {
.latest-articles-item {
    margin-top: 36px;
    padding-top: 36px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-articles-featured-post {
        margin-bottom: 0px;
    }
}

/*====================================================
--<	Team Section Css -->
======================================================*/

.sec-title .desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #3e3e3e;
    margin: 0;
}

.ot-counter.counter-style1.counter-modify4 .ot-counter-list {
    position: relative;
    margin-bottom: 30px;
}

.ot-counter.counter-style1.counter-modify4 .ot-counter-list .count-text .count-number .prefix, .ot-counter.counter-style1.counter-modify4 .ot-counter-list .count-text .count-number .ot-count {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #75dab4;
}

.ot-counter.counter-style1.counter-modify4 .ot-counter-list .count-text .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #413F3F;
}

.sec-title .title {
    margin: 0;
}


.our-team.team-style1 .team-item .team-inner-wrap {
    padding: 35px 20px 25px;
    overflow: visible;
    box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
    border-radius: 20px;
}

.our-team.team-style1 .team-item .team-inner-wrap .image-wrap {
    overflow: hidden;
    border-radius: 50%;
    max-width: 135px;
    margin: 0 auto;
}

.our-team.team-style1 .team-item .team-inner-wrap .image-wrap a {
    transform: scale(1);
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.our-team.team-style1 .team-item .team-inner-wrap .team-content {
    padding-top: 10px;
    opacity: 1;
    text-align: center;
}

.our-team.team-style1 .team-item .team-inner-wrap .team-content .team-name {
    font-size: 25px;
    line-height: 38px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.our-team.team-style1 .team-item .team-inner-wrap .team-content .team-name a {
    color: #19082d;
    text-decoration: none;
}

.our-team.team-style1 .team-item .team-inner-wrap .team-content .team-name a:hover {
    color: #75dab4;
}

.our-team.team-style1 .team-item .team-inner-wrap .team-content .team-title {
    font-size: 14px;
    color: #3E3E3E;
}

.our-team.team-style1 .team-item .team-inner-wrap .team-content .social-icons {
    padding-top: 15px;
}

.our-team.team-style1 .team-item .team-inner-wrap .team-content .social-icons a {
    display: inline-block;
}

.our-team.team-style1 .team-item .team-inner-wrap .team-content .social-icons a i {
    font-size: 16px;
    color: #4a4a4a;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    text-align: center;
}

.our-team.team-style1 .team-item .team-inner-wrap .team-content .social-icons a i:hover {
    color: #75dab4;
}

.image-lb {
    max-width: 100%;
    height: auto;
}

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


@media only screen and (max-width: 1366px) {
.ot-counter.counter-style1 .ot-counter-list .count-text .title {
    font-size: 16px !important;
    }
}
/*====================================================
--<	Contact Section Css -->
======================================================*/

.contact-head-small{
    position: relative;
    color: #10151b;
    margin-bottom: 5px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    letter-spacing: 1px !important;
}

.section-lg {
    padding-top: 100px;
    padding-bottom: 80px;
}


.amm-contact-us-two .pbmit-social-links li {
    display: inline-block;
    vertical-align: top;
}

.pbmit-social-links li:not(:last-child), .pbmit-contact-info li:not(:last-child) {
    padding: 0 20px 0 0;
}

.amm-contact-us-two .pbmit-social-links li a {
    font-size: 20px;
    color: #8f8da0;
}

.amm-contact-us-two .pbmit-social-links li a {
    font-size: 20px;
    color: #8f8da0;
}

.fa-facebook-f:before {
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

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

.contact-left-section {
    padding: 0 0 0 100px;
}    

.amm-contact-us-two .form-control {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 14px;
    color: #10151b;
    font-weight: 500;
    line-height: normal;
    padding: 15px;
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    transition: all 500ms ease;
}

.amm-contact-us-two textarea.form-control {
    height: 120px;
}

.amm-contact-us-two .pbmit-btn {
    padding: 15px 35px;
}

.pbmit-btn-hover-secondary {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.pbmit-btn-hover-secondary:hover, .pbmit-btn.pbmit-btn-secondary {
    background-color: #75dab4;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.amm-contact-us-two-bottom {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #f2f0f1;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 80px 0 80px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-icon, .pbmit-ihbox-style-20 .pbmit-ihbox-svg {
    margin-right: 25px;
}

.pbmit-ihbox-style-20 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text, .pbmit-ihbox-style-20 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper, .pbmit-ihbox-style-20 .pbmit-ihbox-icon .pbmit-icon-type-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 30px;
    line-height: 90px;
    position: relative;
    display: inline-block;
    color: #000;
    background-color: #f0f2f7;
    z-index: 1;
}

.pbmit-ihbox-style-20 .pbmit-element-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: 500;
}

.pbmit-ihbox-style-20:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text, .pbmit-ihbox-style-20:hover .pbmit-ihbox-icon .pbmit-icon-type-icon {
    color: #ffffff;
    background-color: #75dab4;
}

@media (max-width: 767px) {
.contact-left-section {
    padding: 30px 30px 25px 15px;
    }  
    .latest-articles-featured-post {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {
.amm-contact-us-two .form-control{
    width:80%;
    }  
}

@media (max-width: 767px) {
.pbmit-ihbox-style-20 {
    margin-bottom: 30px;
    }
}

@media (max-width: 239px) {
.pbmit-btn-hover-secondary {
    font-size: 12px;
    }
}

@media (max-width: 1100px) {
.pbmit-ihbox-style-20 .d-flex {
    display: block!important;
    }
}

@media (max-width: 1100px) {
.pbmit-ihbox-style-20 .pbmit-ihbox-icon, .pbmit-ihbox-style-20 .pbmit-ihbox-svg {
    margin-right: 0;
    margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
.amm-contact-us-two-bottom {
    padding: 60px 0 50px;
    }
}

/*-- team section --*/

.team-bg-2 {
    background-image:url('assets/images/back-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.team-block {
    position: relative;
    margin-bottom: 40px;
}

.team-block .inner-box {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.team-block .image-box {
    position: relative;
    padding: 17px 22px 0 0;
}

.team-block .image {
    position: relative;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    border-radius: 0 0 250px 250px;
    overflow: hidden;
    margin-bottom: 0;
}

.team-block .image-box:before {
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
    bottom: 17px;
    border: 3px solid #dddddd;
    border-radius: 0 0 250px 250px;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .image-box:before {
    border: 3px solid #191a1c;
    border-color: #75dab4;
    opacity: 1;
}

.team-block .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-block .plus-icon {
    position: absolute;
    right: 25px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #191a1c;
    border-radius: 50%;
    background-color: #75dab4;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #75dab4;
    border-radius: 50px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.team-block .social-links a {
    position: relative;
    margin: 5px 0;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #75dab4;
    color: #191a1c;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links a:hover {
    color: #ffffff;
    background-color: #191a1c;
}

.team-block .info-box {
    position: relative;
    padding-top: 25px;
    text-align: center;
}

.team-block h4 {
    display: block;
    font-size: 24px;
}
.team-block h4 a:hover {
    color: #75dab4;
}
.team-block h4 a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    cursor: pointer;
}

.team-block .designation {
    font-size: 14px;
    color: #75dab4;
}

.team-member-section .section-title h1 {
    color:#000;
}

.text-color {
    color:#000!important;
}


/*-- services section --*/

.sb-1{
    padding-bottom: 25px;
}
.service-style-two .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.service-style-two .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.service-style-two:hover .img-holder img {
    transform: scale(1.2);    
}
.service-style-two:hover .overlay-style-two{
	opacity: 1;
}
.service-style-two .img-holder .overlay-style-two:before{
	background-color: rgba(40, 41, 46, 0.90);
}
.service-style-two:hover .img-holder .overlay-style-two:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;	
}
.service-style-two .img-holder .overlay-style-two:after{
	background-color: rgba(40, 41, 46, 0.90);
}
.service-style-two:hover .img-holder .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}
.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}
.overlay-style-two:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.80);
}
.overlay-style-two:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.80);
}
.btn-one-1 {
    position: relative;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    padding: 0 30px 0;
    transition: all 500ms ease;
}
.btn-one-1 i:before {
    font-size: 26px;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 4px;
}
.service-style-two .text-holder{
    position: relative;
    display: block;
    background: transparent;
    z-index: 10;
}
.service-style-two .text-holder .icon-holder {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: -55px auto 0;
    border: 4px dotted #c9c9c9;
    background: #ffffff;
    text-align: center;
    z-index: 2;
    transition: all 700ms ease 700ms;
}
.service-style-two .text-holder .icon-holder i:before {
    display: block;
    color: #b3b3b3;
    font-size: 50px;
    line-height: 102px;
}

.service-style-two .text-holder .inner{
    position: relative;
    display: block;
    padding: 26px 0px 0px;
    text-align: center;
    background: #ffffff;
    z-index: 1;
}
.service-style-two .text-holder .inner:before {
    position: absolute;
    top: -55px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.service-style-two .text-holder .inner h3{
    color: #27282c;
    font-weight: 600;
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 26px;
}
.service-style-two .text-holder .inner .text {
    position: relative;
    display: block;
    padding: 0 30px 32px;
}
.service-style-two .text-holder .inner .text p{
    margin: 0;
    font-size: 17px;
    line-height: 27px;
}
.service-style-two .text-holder .inner .read-more a{
    color: #fff;
    background: #000;
    display: block;
    text-decoration: none;
    outline: none;
    border: none;
}
.service-style-two{
    margin-bottom: 40px;
}
.service-style-two:hover .text-holder .icon-holder {
    border: 4px dotted #75dab4;
    transition: all 700ms ease 700ms;
}
.service-style-two:hover .text-holder .icon-holder i:before {
    color: #75dab4;
    transition: all 700ms ease 800ms;
}
.service-style-two:hover .text-holder .inner .read-more a{
    color: #ffffff;
    background: #75dab4;
}


/*-- working process --*/

.section.section-padding {
    padding: 110px 0 80px;
}
.light-bg {
    background-color: #f7f7f7;
}
.section-1{
    position: relative;
    z-index: 1;
}
.section-2{
    position: relative;
    z-index: 1;
    padding: 110px 0;
}
.tertiary-bg {
    background-color: #191a1c;
}
.pattern-building::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(assets/images/work-1.png);
    background-size: cover;
    background-position: center;
}
.pattern-squares::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(assets/images/work-2.png);
    background-size: cover;
    background-position: center;
}
.section-title-1.text-center {
    margin: 0 auto 50px;
}
.section-title-1 {
    position: relative;
}
.section-title-1 .subtitle {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #d6a77b;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left:15px;
}
.section-title-1 h6{
    line-height: 1.7;
    margin: 0 0 20px;
}
.section-title-1 .subtitle span:last-child {
    margin-right: 0px;
    margin-left: 20px;
}
.section-title-1 .subtitle span:first-child, .section-title-1 .subtitle span:last-child {
    width: 20px;
    height: 2px;
    display: block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 5px;
    background-color: #d6a77b;
}
.section-title-1 .subtitle span:first-child::after {
    right: 0;
    position: absolute;
}
.section-title-1 .subtitle span:first-child::after, .section-title-1 .subtitle span:last-child::after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    line-height: 1;
    background-color: #d6a77b;
    margin-top: 5px;
}
.section-title-1 .title {
    position: relative;
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
}
.spacer {
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.fancy_icon-block {
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    z-index: 1;
    box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
    transition: .3s;
}
.fancy_icon-block.icon-block-7.light {
    background-color: rgba(255,255,255,.1);
    transition: .3s;
}

.fancy_icon-block.icon-block-7.text-center {
    max-width: 100%;
}
.fancy_icon-block.icon-block-7 {
    box-shadow: none;
    border: 0;
    padding: 30px 20px;
}
.fancy_icon-block.icon-block-7.light .stroke-text {
    -webkit-text-stroke-color: #fff;
}
.fancy_icon-block.icon-block-7 .icon-wrapper span {
    font-size: 80px;
    font-weight: 800;
    z-index: 1;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.fancy_icon-block.icon-block-7 .stroke-text, .fancy_icon-block.icon-block-7 p, .fancy_icon-block.icon-block-7 h5 {
    transition: .3s;
}
.stroke-text {
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.fancy_icon-block.icon-block-7 .icon-wrapper span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 40px;
    height: 40px;
    background-color: #75dab4;
    opacity: .4;
    border-radius: 50%;
    z-index: -1;
}
.fancy_icon-block.icon-block-7.light p, .fancy_icon-block.icon-block-7.light h5 {
    color: #fff;
}

.fancy_icon-block.icon-block-7 .stroke-text, .fancy_icon-block.icon-block-7 p, .fancy_icon-block.icon-block-7 h5 {
    transition: .3s;
}
.fancy_icon-block.icon-block-7 h5 {
    font-size: 16px;
}
.fancy_icon-block h5+p {
    margin-top: 10px;
}

.fancy_icon-block p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
}
.fancy_icon-block.icon-block-7:hover{
  background-color: #fff;
}
.fancy_icon-block.icon-block-7:hover p{
  color: #777;
}
.fancy_icon-block.icon-block-7:hover h5{
  color: #1c1c1c;
}
.fancy_icon-block.icon-block-7:hover .stroke-text{
  -webkit-text-stroke-color: #1c1c1c;
}
@media (max-width: 1500px){
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
}


/*-- blog-style-two --*/

.blog-bg-1 {
    background-color: #FFF;
}
.bolg-section-5 {
    padding-top: 95px;
    padding-bottom: 86px;
}
.style-two.bolg-section-5 .section-title h2 {
    margin-bottom: 30px;
}
.bolg-section-5 .section-title h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    margin-top: 17px;
}
.bolg-section-5 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.position-re {
    position: relative;
}
.o-hidden {
    overflow: hidden;
}
.bolg-section-5 .item img {
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.position-re img{
    color: #323232;
    width: 100%;
    height: auto;
}
.bolg-section-5 .item .con {
    margin: -120px 20px 75px;
    padding: 15px 15px 25px 15px;
    background-color: #75dab4  !important;
    border: 1px solid #75dab4;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -55px;
    position: relative;
}
.bolg-section-5 .item .con .category {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
.con a{
    display: inline-block;
    text-decoration: none;
}
.con span{
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
.bolg-section-5 .item .con .category a:last-child {
    margin-right: 0;
}

.bolg-section-5 .item .con .category a {
    position: relative;
    color: #fff;
}
.bolg-section-5 .item .con h5{
    color: #b19777;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.25em;
    margin: 0;
}
.bolg-section-5 .item .con h5 a {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.bolg-section-5 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.bolg-section-5 .item:hover .con {
    bottom: 0;
}
.bolg-section-5 .item .con h5:hover,
.bolg-section-5 .item .con h5 a:hover {
    color: #000;
}
.bolg-section-5 .item .con .category a:hover {
    color: #000;
}
.bolg-section-5 .section-title {
    margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
    .bolg-section-5 .item .con h5,
    .bolg-section-5 .item .con h5 a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 319px){
.style-two.bolg-section-5 .section-title h2 {
    font-size: 34px;
    margin-top: 0;
}
}
@media (max-width: 992px) {
    .latest-articles-featured-post {
    margin-bottom: 40px;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px){
.style-two.bolg-section-5 .section-title h2 {
    font-size: 34px;
    margin-top: 0;
}
}
/*-- Portfolio-Style Section --*/

.portfolio-style {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
.portfolio-style .section-title {
    margin-bottom: 43px;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap {
  position: relative;
  overflow: hidden;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-image img {
  width: 100%;
  height: auto;
  max-width: unset;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content {
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner .icon-top {
  background: #75dab4;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 50%;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner .icon-top img {
  max-width: 50px;
  transform: scale(1);
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner .pf-titles .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 10px;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner .pf-titles .title a {
  color: #ffffff;
  transition: all 0.3s ease;
   text-decoration: none !important;
   outline: none !important;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .portfolio-style-content .pf-inner .portfolio-txt {
  color: #CECCCC;
  margin-bottom: 30px;
}
.portfolio-style-btn a {
     display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #000;
    padding: 12px 17px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.portfolio-style-btn a:hover{
    background: #75dab4;
}
.portfolio-style-btn a:before {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
}
.portfolio-style-btn a:hover:before{
    background: #ffffff;
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding-left: 30px;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .pf-titles .title {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0 0 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.portfolio-style-btn .btn-text:hover {
  background-color: #75dab4;
  color: #ffffff;
}




.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .pf-titles .title a {
  color: #010d14;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .icon-image {
  background: #75dab4;
  padding: 15px 20px;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .icon-image img {
  margin-bottom: 0;
  border-radius: 0;
  max-width: 42px;
  transform: scale(1);
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap:hover .portfolio-style-content {
  visibility: visible;
  opacity: 1;
}
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap:hover .normarl-text-area {
  opacity: 0;
  visibility: hidden;
  right: -100%;
}


@media only screen and (max-width: 480px){
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .pf-titles .title {
    margin: 0 0 0px;
}
}
@media only screen and (max-width: 767px){
    .pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .pf-titles .title{
    font-size: 18px;
    line-height: 28px;   
}
}
@media only screen and (max-width: 480px){
.pf-portfolio.portfolio-main-home .portfolio-style-item .portfolio-style-wrap .normarl-text-area .icon-image img {
    max-width: 30px;
}
}

/*-- amm-about-us-1 Section --*/

.about-two.about-style1 {
    position: relative;
}
.bg1-2 {
    background-color: #fff;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.y-middle {
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.images-part img {
    max-width: 100%;
    height: auto;
}
.pl-50 {
    padding-left: 50px;
}
.sec-title-about-about {
    position: relative;
}
.sec-title-about .title {
    font-weight: 700;
    color: #010d14;
    margin: 0;
}
.sec-title-about .sub-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #010d14;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px;
    display: block;
}
.sec-title-about .sub-text img {
    position: relative;
    top: -2px;
    margin-right: 7px;
    max-width: 100%;
    height: auto;
}
.pb-20 {
    padding-bottom: 20px;
}
.sec-title-about .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}
.pb-37 {
    padding-bottom: 37px;
}
.about-img-1 img{
    max-width: 100%;
    height: auto;
}
ul.check-lists{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.check-lists .list-item {
    padding-bottom: calc(6px);
}
ul.check-lists .list-item .icon-list-icon i {
    color: #75dab4;
    font-size: 18px;
}
ul.check-lists .list-item .icon-list-icon i:before {
    font-weight: 900;
}
ul.check-lists .list-item .list-text {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    color: #010d14;
    padding-left: 5px;
}
.mt-47 {
    margin-top: 47px;
}
.signeture-img img {
    max-width: 100%;
    height: auto;
}
.readon.more.know {
    padding: 16px 34px 16px 34px;
}
.readon.more {
    background: #000;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.readon {
    cursor: pointer;
     display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #000;
    padding: 12px 17px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
a.readon.more.know{
    text-decoration: none !important;
    outline: none !important;
}
.readon.more:hover {
  background-color: #75dab4;
  color: #ffffff;
}
.readon:hover{
    background: #75dab4;
    color: #ffffff;
}
.readon:before {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
}
.readon:hover:before{
    background: #ffffff;
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

@media only screen and (max-width: 767px){
.sec-title-about .title {
    font-size: 25px;
    line-height: 35px;
}
}
@media only screen and (max-width: 991px){
.md-mb-50 {
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 991px){
.md-pb-75 {
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 991px){
.md-pt-80 {
    padding-top: 80px;
}
}
@media only screen and (max-width: 991px){
.md-pl-15 {
    padding-left: 15px;
}
}
@media only screen and (max-width: 767px){
.sm-mb-30 {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 991px){
.md-mt-25 {
    margin-top: 25px;
}
}
@media only screen and (max-width: 767px){
.sm-mb-30 {
    margin-bottom: 30px;
}
}

.p-37 {
    padding-top:37px;
}
.pf-bg
{
    background-image:url('assets/images/back-bg.jpg');
    background-position: center;
    background-size: cover;
}



